html, body {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Montserrat Alternates', sans-serif;
  line-height: 1.4;
}
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
img, textarea {
  width: 100%;
  display: block;
  border-radius: 5px;
  border-radius: 8px;
}
img {
  border-radius: 8px;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
iframe {
  display: block;
  border-radius: 5px;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.menu-logo__desktop img {
  width: 150px;
}
.container__menu {
  max-width: 1250px;  
  padding: 0px 15px;
  margin: 0 auto;
}
.header-area {
  position: fixed;
  width: 100%;
  z-index: 19;
  background: #fff;
}
.site-navbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.site-logo {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
}
.site-navbar ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.site-navbar ul li a {
  display: block;
  text-decoration: none;
  font-size: 25px;
  margin: 0px 15px;
  font-weight: 500;
}
.site-navbar ul li a:hover {
  background: rgba(255,255,255,.1);
}
.nav-toggler {
  border: 3px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: grey;
  display: block;
  transition: .3s;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
.menu__phone {
  position: absolute;
  right: 10%;
}
.menu__phone a {
  color: #da0000;
  font-size: 20px;
  padding: 10px;
  border-radius: 3px;
}
.menu-logo {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  display: none;
  padding: 10px;
}
.menu-logo img {
  width: 40px;
  margin-right: 10px;
}
.menu__logo-name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 15px;
}
.container__flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container_center {
  align-items: center;
}
.container_1 {
  width: 32%;
  margin: 15px auto;
}
.container_2 {
  width: 49%;
  margin: 15px 0px;
}
.container_3 {
  width: 32%;
  margin: 15px 0px;
}
.container_4 {
  width: 24%;
  margin: 15px auto;
}
.container_5 {
  width: 55%;
  margin: 15px auto;
}
.hero {
  background-image: url(../images/hero-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.container_hero {
  height: 100vh;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__title {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
.hero__subtitle {
  font-size: 20px;
}
.button {
  margin: 30px 0px;
}
.button a {
  background: #FA5A56;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 25px;
}
.main-title {
  text-align: center;
  padding: 20px 0px;
}
.main-title__top {
  font-size: 35px;
  color: #FA5A56;
  font-weight: 500;
}
.main-title__center {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-bottom: 38px;
}
.main-title__bottom hr {
  width: 20%;
  margin: 10px auto;
  background: #ffb27a;
  height: 2px;
}
.plus__icon {
  width: 70px;
  margin: 0 auto;
}
.swiper-slide {
  border: 2px solid #000;
    border-radius: 8px;
    padding: 30px 20px;
}
.testimonials__stars {
  width: 150px;
}
.faq__list li {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px
}
.faq__list li.active .answer {
    max-height: 315px !important;
    padding-bottom: 25px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq__List li.active .question {
    color: #808080;
    transition: color 0.5s ease;
}
.faq__list .answer {
    font-size: 14px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq__list .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 21px;
    right: 0px;
    top: 50%;
    z-index: 2;
}
.faq__list .plus-minus-toggle:before, 
.faq__list .plus-minus-toggle:after {
    background: #232632;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    transition: transform 500ms ease;
}
.faq__list .plus-minus-toggle:after {
    transform-origin: center;
}
.faq__list .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}
.faq__list .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}
.faq__list .question {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding: 15px 40px 15px 0px;
    transition: color 0.5s ease;
}
.faq__list a {
  color: blue;
}
.faq__line {
  background: #232632;
  height: 2px;
}
.faq__line_mob {
  display: none;
}
.plus__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.plus__wrapper:first-child {
  background-image: url(../images/plus-image-1.webp);
}
.plus__wrapper:nth-of-type(2n) {
  background-image: url(../images/plus-image-2.webp);
}
.plus__wrapper:nth-of-type(3n) {
  background-image: url(../images/plus-image-3.webp);
}
.plus__caption {
  padding: 20px;
}
.plus__title {
  text-transform: uppercase;
    font-weight: 700;
}
.about {
  background: #F3EFE4;
}
.services {
  background: #F3EFE4;
}
.services__title {
  padding: 20px 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.services__icon {
  width: 100px;
}
.reviews__image {
  border-radius: 50%;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}
.reviews_italic {
  font-size: 25px;
    font-weight: 600;
    color: #000;
    padding: 0px 10px;
}
.forms {
  background: #F3EFE4;
}
.form input, .form select,
.form textarea {
  width: 100%;
  padding: 15px;
  margin: 10px;
  border: 1px solid grey;
  outline: none;
  color: grey;
  border-radius: 8px;
}
.form_submit {
  background: #2b2d2d!important;
  font-size: 20px;
  color: #fff!important;
}
.cookies-eu-banner {
  background: #444c;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}
.hidden {
  display: none;
}
.block-thanks {
  background-image: url(../images/thanks.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.header-thanks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: #F3EFE4;
  text-align: center;
  flex-direction: column;
}
.header-thanks h1 {
  font-size: 45px;
  padding: 20px 0px;
  color: #FA5A56;
  text-transform: uppercase;
  font-weight: 800;
}
.header-2-thanks {
  font-size: 25px;
  font-weight: 700;
}
.check-form {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  width: 100%!important;
}
.checkbox {
  width: 10px!important;
  height: 10px;
}
.check-form input[type=checkbox] {
  display: none;
}
.check-form input[type=checkbox] + label:before {
  content: '\2713';
  font-family: FontAwesome;
  color: transparent;
  display: inline-block; 
  line-height: 22px;
  margin: -5px 10px 0 0;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  transition: color ease .3s;
  border-radius: 3px;
  background: #fff;
  font-style: normal;
  background: #FFFFFF;
  border: 0.5px solid #141414
}
.check-form>label {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 16px!important;
  line-height: 22px;
  color: #607d8b;
  margin: 10px;
}
.check-form>label a {
  color: #607d8b;
}
.check-form input[type=checkbox]:checked + label:before {
  color: #fff;
  background: #232122;
  border: 1px solid #232122;
}
footer {
  background: #000;
  color: grey;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  padding: 0px 15px;
}
.footer__wrap {
  max-width: 1250px;
  margin: 0 auto;
}
.policy-link {
  display: inline-block;
}
.policy-link a {
  color: grey;
  padding: 10px;
}
.footer__link__social {
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.social__image {
  width: 35px;
}
.container__footer_left {
  text-align: left;
}
.container__footer_right {
  text-align: right;
}
.footer {
  background: #363636;
}
.footer__wrapper {
  text-align: center;
}
.footer__title {
  color: #dadada;
  text-transform: uppercase;
  padding: 10px 0px;
}
.footer__link, .footer__link a {
  color: #fff;
  font-size: 18px;
}