@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  src: url("../fonts/Gilroy-Semibold.woff2");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  src: url("../fonts/Gilroy-Extrabold.woff2");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  src: url("../fonts/Gilroy-Black.woff2");
}

input,
button,
textarea,
select {
  font-family: "Gilroy", sans-serif;
}

body {
  font-family: "Gilroy", sans-serif;
  color: #131B32;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100vh;
  height: var(--doc-height);
}

.page-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 130px;
}

.container {
  width: 1280px;
}

.new333 {
    color:#FFF;
}


.new333 a {
    color:#FFF;
}


.modal {
  height: 100%;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.new {
  width: 100%;
  cursor: pointer;
}

.container.index p {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #FFF;
}

.logo-foot {
  width: 210px;
}

.btn {
  width: 290px;
  height: 65px;
  border-radius: 35px;
  background: linear-gradient(105deg, #EA5C00 22.65%, #CB2100 78.81%);
  -webkit-box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 5px;
}

.btn span {
  position: relative;
  z-index: 3;
  display: block;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, #CB2100 22.65%, #EA5C00 78.81%);
  -webkit-box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  border-radius: 35px;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

.btn:hover::before {
  opacity: 1;
}

.btn.btn-border {
  height: 45px;
  width: 180px;
  border-radius: 25px;
  background: transparent;
  border: 2px solid #CE2601;
  color: #CE2601;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}

.btn.btn-border::after,
.btn.btn-border::before {
  display: none;
}

.btn.btn-border img {
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.btn-border:hover {
  background: #CE2601;
  color: #fff;
}

.btn.btn-border:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.main {
  padding: 149px 0 165px;
}

.main-bg,
.main-bg__mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-bg__mobile {
  display: none;
}

.main-title {
  margin-bottom: 56px;
  width: 855px;
  max-width: 100%;
  color: #FFF;
  text-shadow: 5px 15px 40px rgba(0, 0, 0, 0.1);
  font-size: 54px;
  font-weight: 800;
  line-height: 65px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.benefits {
  padding: 46px 0 43px;
  background: #F8F6F6;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}

.benefits-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #EA5C00, #CB2100);
  padding: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
  -webkit-box-shadow: 0 4px 14px rgba(206, 38, 1, 0.25);
  box-shadow: 0 4px 14px rgba(206, 38, 1, 0.25);
}

.benefits-item__text {
  color: #131B32;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.benefits-item__text b,
.benefits-item__text strong {
  font-weight: 700;
  display: block;
}

.pt {
  padding-top: 81px;
}

.pb {
  padding-bottom: 90px;
}

.title {
  position: relative;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 45px;
}

.title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  top: 10px;
  height: 30px;
  background: #CE2601;
}

.consultation {
  padding-bottom: 90px;
}

.consultation-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.consultation-img {
  bottom: 0;
  left: calc(50% + 330px);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.consultation-subtitle {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  margin: 19px 0 35px;
  padding-left: 45px;
}

.consultation-item {
  margin-right: 30px;
  width: 300px;
}

.consultation-item__icon {
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #D0D1D6;
}

.consultation-item__input {
  padding-left: 59px;
  border: none;
  width: 100%;
  height: 60px;
  background: #fff;
  color: #9E9FA4;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #131B32;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #fff;
}

.consultation-item__input:focus {
  border-color: #CB2100;
}

.consultation-item__input:focus+svg {
  fill: #CB2100;
}

.consultation-item__input:placeholder {
  color: #9E9FA4;
}

.breadcrumbs {
  padding: 0;
  margin: 0 0 55px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.breadcrumbs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li::after {
  content: "/";
  display: block;
  margin: 0 10px;
}

.breadcrumbs li:first-child a {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/home.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.page-top {
  padding: 24px;
  padding-bottom: 56px;
}

.page-top .main-bg__mobile,
.page-top .main-bg {
  -o-object-position: top center;
  object-position: top center;
}

.page-title {
  color: #FFF;
  text-shadow: 5px 15px 40px rgba(0, 0, 0, 0.1);
  font-size: 54px;
  font-weight: 800;
  line-height: 65px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.small-title {
  color: #131B32;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.small-title span {
  color: #CE2601;
}

.steps {
  background: #F8F6F6;
}

.steps-list {
  margin-top: 42px;
}

.steps-block {
  width: calc(50% - 20px);
}

.steps-item {
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 38px 10px 30px;
  background: #fff;
  min-height: 85px;
}

.steps-item:first-child {
  margin-top: 0;
}

.steps-item__number {
  min-width: 66px;
  width: 66px;
  color: #CE2601;
  font-size: 36px;
  font-weight: 700;
  line-height: 25px;
}

.steps-item__text {
  color: #131B32;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.bonuses-block {
  width: 33.333%;
  margin-top: 44px;
}

.bonuses-item {
  padding-left: 90px;
  position: relative;
  color: #131B32;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
}

.bonuses-item::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: calc(50% - 30px);
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.clients-block {
  width: 50%;
}

.clients-item {
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
  background-image: url("../img/check-2.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.clients-item:first-child {
  margin-top: 0;
}

.clients-item__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  width: 550px;
  max-width: 100%;
}

.clients-item__text b,
.clients-item__text strong {
  font-weight: 600;
}

.clients-item__bold {
  margin: 29px 0 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.clients-item__ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
}

.clients-item__ul li {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
}

.clients-item__ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 5px;
  background: #CE2601;
  top: calc(50% - 2.5px);
}

.clients-item__ul li:first-child {
  margin-top: 0;
}

.clients-item__btn {
  margin-top: 30px;
  width: 228px;
}

.clients-item__bottom {
  margin-top: 27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.contact-map {
  height: 700px;
}

.contact {
  padding-top: 90px;
}

.contact-list {
  margin-top: -48px;
}

.contact-block {
  width: 33.333%;
  margin-top: 48px;
}

.contact-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  min-width: 60px;
  background: linear-gradient(105deg, #EA5C00 22.65%, #CB2100 78.81%);
  margin-right: 30px;
}

.contact-item__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.contact-item__text b,
.contact-item__text strong {
  font-weight: 600;
}

.contact-item__text a {
  text-decoration: none;
  color: #131B32;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-item__text a:hover {
  text-decoration: underline;
}

.contact-soc__item {
  margin-right: 15px;
}

.contact-soc__item:hover {
  opacity: 0.7;
}

.services-seo__img {
  right: 0;
  bottom: 0;
  width: calc(50% - 20px);
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100% - 81px);
  border-radius: 12px 0 0 0;
}

.services-seo__wrapper {
  width: calc(50% - 20px);
}

.services-seo__content {
  margin-top: 30px;
  color: #131B32;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.services {
  padding-top: 90px;
}

.services-list {
  margin-top: -30px;
}

.services-block {
  width: 50%;
  margin-top: 30px;
}

.services-item {
  border-radius: 10px;
  overflow: hidden;
  background: #F8F6F6;
  padding: 31px 54px 20px 205px;
  min-height: 180px;
}

.services-item__price {
  right: 0;
  bottom: 0;
  border-radius: 10px 0px;
  padding: 0 20px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  background: linear-gradient(105deg, #EA5C00 22.65%, #CB2100 78.81%);
}

.services-item__title {
  color: #131B32;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.services-item__info-text {
  position: relative;
  padding-left: 20px;
  color: #131B32;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.services-item__info-text::before {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 10px;
  background: #CE2601;
  top: calc(50% - 2.5px);
}

.services-item__img {
  height: 100%;
  width: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}

.services-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.services-item:hover {
  background: #fff;
  -webkit-box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

.services-item:hover .services-item__title {
  color: #CE2601;
}

.about {
  background: #F8F6F6;
}

.about-block {
  width: 50%;
}

.about-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.about-img {
  margin-left: auto;
  border-radius: 10px;
  margin-top: 10px;
}

.about-order {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.aboutBenefits-block {
  width: 33.333%;
  margin-top: 50px;
}

.aboutBenefits-item {
  width: 339px;
  max-width: 100%;
}

.aboutBenefits-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: linear-gradient(105deg, #EA5C00 22.65%, #CB2100 78.81%);
}

.aboutBenefits-item__title {
  margin: 21px 0 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.aboutBenefits-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.reviews {
  background: #F8F6F6;
}

.reviews-list {
  padding-top: 9px;
}

.reviews-block {
  margin-top: 30px;
  width: 33.333%;
}

.reviews-item {
  background: #fff;
  border-radius: 10%;
  padding: 21px 30px;
  min-height: 210px;
}

.reviews-item__title {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.reviews-item__stars img {
  margin-right: 2px;
}

.reviews-item__top {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(208, 209, 214, 0.5);
}

.reviews-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.reviews-item__btn {
  margin-top: 8px;
  display: none;
  color: #CE2601;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.reviews-item.block-box .reviews-item__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-item.block-box .reviews-item__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.reviews-item.open .reviews-item__btn {
  display: none;
}

.faq-list {
  padding-top: 29px;
}

.faq-block {
  margin-top: 10px;
  width: 50%;
}

.faq-item {
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #F8F6F6;
  background: #F8F6F6;
}

.faq-item__title {
  padding: 13px 23px 13px 13px;
}

.faq-item__title-question {
  min-width: 30px;
  width: 30px;
  margin-right: 15px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq-item__title-toggle {
  width: 13px;
  height: 13px;
  min-width: 13px;
  margin-left: 15px;
  position: relative;
}

.faq-item__title-toggle::before,
.faq-item__title-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-item__title-toggle::before {
  background-image: url("../img/plus.svg");
}

.faq-item__title-toggle::after {
  background-image: url("../img/minus.svg");
  opacity: 0;
}

.faq-item__title-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
}

.faq-item__text {
  margin-top: -7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  padding: 0 60px 19px;
}

.faq-item.open {
  border-radius: 10px;
  border-color: #CE2601;
}

.faq-item.open .faq-item__title-toggle::before {
  opacity: 0;
}

.faq-item.open .faq-item__title-toggle::after {
  opacity: 1;
}

.footer {
  padding-top: 90px;
  background: #10161A;
}

.footer-bottom {
  padding: 35px 0;
  background: #191F23;
  margin-top: 89px;
}

.footer-copy {
  color: rgba(158, 159, 164, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-dev {
  color: rgba(158, 159, 164, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-dev a {
  text-decoration: none;
  color: #fff;
}

.footer-dev a:hover {
  text-decoration: underline;
}

.footer-left {
  margin-right: 150px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.footer-pays {
  left: 0;
  top: 155px;
}

.footer-pays__title {
  color: #9E9FA4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.footer-pays__img {
  margin-right: 20px;
}

.footer-contact {
  margin-left: auto;
  padding-top: 5px;
}

.footer-contact__title {
  color: #9E9FA4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 33px;
}

.footer-contact__phone {
  padding-left: 24px;
  background-image: url("../img/footer-phone.svg");
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.footer-contact__phone b,
.footer-contact__phone strong,
.footer-contact__phone span {
  font-weight: 600;
}

.footer-contact__phone:hover {
  text-decoration: underline;
}

.footer-contact__btn {
  margin-top: 21px;
}

.footer-menu {
  width: 220px;
  margin-right: 110px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.footer-menu__title {
  margin-bottom: 41px;
  color: rgba(158, 159, 164, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-menu__nav {
  padding: 0;
  margin: 0;
}

.footer-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-menu__nav ul li {
  display: block;
  margin-top: 20px;
}

.footer-menu__nav ul li:first-child {
  margin-top: 0;
}

.footer-menu__nav ul li a {
  text-decoration: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-menu__nav ul li a:hover {
  text-decoration: underline;
}

.footer-navs {
  width: 380px;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.footer-navs__title {
  margin-bottom: 36px;
  color: rgba(158, 159, 164, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.footer-navs__item {
  padding: 0;
  margin: 0;
  width: 187px;
}

.footer-navs__item:last-child {
  width: 158px;
}

.footer-navs__item ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-navs__item ul li {
  display: block;
  margin-top: 16px;
}

.footer-navs__item ul li:first-child {
  margin-top: 0;
}

.footer-navs__item ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.footer-navs__item ul li a:hover {
  text-decoration: underline;
}

.modal-container {
  width: 460px;
  background: #fff;
  -webkit-filter: drop-shadow(5px 15px 40px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 15px 40px rgba(0, 0, 0, 0.1));
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.modal-overlay {
  opacity: 0.5;
  background: #10161A;
}

.modal-list {
  padding: 10px;
}

.modal-close {
  right: 0;
  top: 0;
}

.modal-title {
  padding: 43px 12px 27px;
  font-size: 34px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.modal-form {
  background: #F8F6F6;
  padding: 40px 50px 24px;
}

.modal-form .consultation-item {
  width: 100%;
  margin: 0 0 10px 0;
}

.modal-form__btn {
  margin: 30px 0 21px 0;
  width: 100%;
}

.modal-form__policy {
  color: #9E9FA4;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.modal-form__policy a {
  text-decoration: none;
  color: #9E9FA4;
}

.modal-form__policy a:hover {
  text-decoration: underline;
}

.header {
  padding: 7px 0 11px;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

.header-logo {
  width: auto;
  min-width: auto;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 12px;
  text-decoration: none;
  background: linear-gradient(105deg, #CB2100 22.65%, #EA5C00 78.81%);
  padding: 12px 20px;
  border-radius: 8px;
}

.header-logo__gear {
  width: 48px;
  height: 48px;
  animation: gear-spin 6s linear infinite;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

@keyframes gear-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.header-logo__text {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.header-top {
  padding-top: 13px;
}

.header-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 43px;
}

.header-item img {
  margin-top: 3px;
  margin-right: 10px;
}

.header-messager {
  margin-right: 43px;
}

.header-messager__item {
  margin-left: 10px;
  width: 30px;
}

.header-messager__text {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.header-btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header-wrapper {
  margin-right: auto;
}

.header-phone {
  color: #131B32;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header-phone b,
.header-phone strong {
  font-weight: 600;
}

.header-phone:hover {
  color: #CE2601;
}

.header-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-bottom {
  margin-top: 10px;
}

.header-bottom__text {
  padding-left: 19px;
  border-left: 1px solid rgba(208, 209, 214, 0.5);
  color: #9E9FA4;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 42px;
  width: 190px;
  min-width: 190px;
}

.header-nav {
  padding: 0;
  margin: 0;
  width: 100%;
}

.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav ul li a {
  text-decoration: none;
  outline: none;
  color: #131B32;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-nav ul li a:hover {
  color: #CE2601;
}

.header-nav ul li.menu-item-has-children::after {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url("../img/nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-nav ul li ul {
  position: absolute;
  left: calc(50% - 170px);
  top: 100%;
  background: #F8F6F6;
  -webkit-box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
  width: 640px;
  padding: 4px 20px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 250px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-nav ul li ul li {
  width: calc(50% - 10px);
  margin-top: 10px;
}

.header-nav ul li ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #131B32;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0;
}

.header-nav ul li ul li a:hover {
  color: #CE2601;
}

.header-nav ul li:hover::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-nav ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header-burger {
  width: 60px;
  height: 60px;
  background: linear-gradient(105deg, #EA5C00 22.65%, #CB2100 78.81%);
  border-radius: 10px 0 0 10px;
  display: none;
}

.header-burger img:last-child {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.header-burger.open img {
  opacity: 0;
}

.header-burger.open img:last-child {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu__container {
  width: 100%;
}

.mobile-menu__top {
  background: #fff;
  padding: 89px 20px 25px;
  -webkit-box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

.mobile-menu__btn.btn {
  width: 400px;
  margin: 16px auto 0;
}

.mobile-menu .header-item {
  font-size: 13px;
  line-height: 18px;
  width: 177px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .header-item:last-child {
  margin-right: 0;
}

.mobile-menu .header-item img {
  margin-right: 8px;
  margin-top: 2px;
}

.mobile-menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu__text {
  margin-bottom: 18px;
  text-align: center;
  color: #9E9FA4;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.mobile-menu__bottom {
  background: #F8F6F6;
  padding: 37px 20px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mobile-menu__bottom .header-nav {
  margin: 0;
  width: 100%;
}

.mobile-menu__bottom .header-nav ul {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu__bottom .header-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu__bottom .header-nav ul li:first-child {
  margin: 0;
}

.mobile-menu__bottom .header-nav ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.mobile-menu__bottom .header-nav ul li::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.mobile-menu__bottom .header-nav ul li ul {
  position: static;
  margin: 0;
  padding: 4px 0 0 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-menu__bottom .header-nav ul li ul li {
  width: calc(50% - 7px);
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
}

.mobile-menu__bottom .header-nav ul li ul li:first-child {
  margin-top: 10px;
}

.mobile-menu__bottom .header-nav ul li ul li a {
  display: block;
  width: 100%;
}

.mobile-menu.open .header-nav ul li ul {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.home-contact {
  padding: 90px 0;
}

.home-contact__wrapper {
  width: 460px;
  max-width: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(5px 15px 40px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 15px 40px rgba(0, 0, 0, 0.1));
  padding: 50px 54px 60px 45px;
  border-radius: 10px;
}

.home-contact__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-contact__item {
  margin-top: 26px;
}

.home-contact__item-title {
  margin-bottom: 11px;
  color: #9E9FA4;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.home-contact__item-text {
  color: #131B32;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.home-contact__item-text b,
.home-contact__item-text strong {
  font-weight: 600;
}

.home-contact__item-text a {
  text-decoration: none;
  color: #131B32;
}

.home-contact__item-text a:hover {
  text-decoration: underline;
}

.home-contact__item-link {
  margin-right: 15px;
  width: 50px;
}

.home-contact__item-link img {
  width: 100%;
}

.home-contact__item-link:hover {
  opacity: 0.7;
}

.home-contact__items {
  padding-top: 7px;
}

.home-contact__title {
  margin-left: -45px;
  white-space: nowrap;
}

.home-services__list {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.home-services__block {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  width: 14.2857142857%;
}

.home-services__title {
  margin-bottom: 39px;
}

.home-services__item {
  border-radius: 10px;
  overflow: hidden;
  height: 260px;
}

.home-services__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.15%, #111), color-stop(29.81%, rgba(7, 7, 7, 0.7)), color-stop(51.92%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #111 0.15%, rgba(7, 7, 7, 0.7) 29.81%, rgba(0, 0, 0, 0) 51.92%);
}

.home-services__item img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.home-services__item p {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  bottom: 14px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.home-services__item p span {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
}

.home-services__item b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.home-services__item b::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(105deg, rgba(234, 92, 0, 0.85) 22.65%, rgba(203, 33, 0, 0.85) 78.81%);
}

.home-services__item b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-image: url("../img/services-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.home-services__item:hover b {
  opacity: 1;
}

.home-services__text {
  margin-right: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.home-services__bottom {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.home-reviews__arrow {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

.home-reviews__arrow::after,
.home-reviews__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.home-reviews__arrow::before {
  background-image: url("../img/next-1.svg");
}

.home-reviews__arrow::after {
  background-image: url("../img/next-2.svg");
  opacity: 0;
  z-index: 2;
}

.home-reviews__arrow:hover::after {
  opacity: 1;
}

.home-reviews__arrows {
  margin-top: 39px;
}

.home-reviews__prev::before,
.home-reviews__prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-reviews__right {
  width: 950px;
  max-width: 100%;
}

.home-seo {
  padding: 90px 0;
  background: #F8F6F6;
}

.home-seo__block {
  width: 50%;
}

.home-seo .faq-item {
  margin-top: 10px;
  background: #fff;
  border-color: #fff;
}

.home-seo .faq-item.open {
  border-color: #CE2601;
}

.home-seo .faq-item:first-child {
  margin-top: 0;
}

.brands-top {
  margin: 39px 0 37px;
}

.brands-top__item {
  width: 80px;
}

.brands-top__item:hover {
  opacity: 0.8;
}

.brands-list {
  padding-left: 34px;
  height: 350px;
}

.brands-item {
  color: #132030;
  font-size: 15px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-right: 45px;
  width: 175px;
}

.brands-item:hover {
  color: #CE2601;
}

.brands-btn {
  margin-left: auto;
}

.brands-btn__wrapper {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 23px;
  width: 209px;
}

[data-letter]::before {
  content: attr(data-letter);
  position: absolute;
  left: -34px;
  top: 2px;
  color: #CE2601;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.materials-block {
  width: 50%;
  margin-top: 40px;
}

.materials-top {
  padding-bottom: 7px;
  padding-left: 45px;
  color: #9E9FA4;
  font-size: 14px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.materials-top__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.materials-top__text:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 86px;
  min-width: 86px;
}

.materials-item {
  border-radius: 10px;
  padding: 21px 0 24px 45px;
  background: #F8F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.materials-item__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.materials-item__text span {
  font-weight: 400;
}

.materials-item__price {
  width: 86px;
  min-width: 86px;
  color: #CE2601;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}

.materials-item:nth-child(even) {
  background: transparent;
}

.card-bottom__block {
  margin-top: 50px;
  width: 33.3333333333%;
}

.card-bottom__item {
  border-radius: 10px;
  border: 1px dashed #D0D1D6;
  background: #fff;
  padding: 30px 44px 34px;
  min-height: 100%;
  overflow: hidden;
}

.card-bottom__item-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-bottom__item-title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.9px;
  font-weight: 400;
}

.card-bottom__item-text {
  margin-top: 9px;
  color: #9E9FA4;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.card-bottom__item-price {
  padding: 12.5px 20px;
  right: 0;
  bottom: 0;
  border-radius: 10px 0px;
  background: linear-gradient(105deg, #EA5C00 22.65%, #CB2100 78.81%);
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}

.card-wrapper {
  margin-top: 37px;
}

.card-top {
  padding-bottom: 7px;
  color: #9E9FA4;
  font-size: 14px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-left: 45px;
}

.card-block {
  width: 110px;
  min-width: 110px;
}

.card-block:nth-child(1) {
  width: 265px;
  min-width: 265px;
}

.card-block:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card-item {
  border-radius: 10px;
  background: #F8F6F6;
  padding: 21px 0 24px 45px;
  color: #CE2601;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.card-item .card-block:first-child {
  color: #131B32;
}

.card-item:nth-child(even) {
  background: transparent;
}

@media (min-width: 768px) {
  .reviews-block.block-box .reviews-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .reviews-block.block-box .reviews-item__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .reviews-block.open .reviews-item__btn {
    display: none;
  }
}

@media (max-width: 1320px) {
  .container {
    width: 960px;
  }

  .benefits {
    padding: 10px 0 35px;
  }

  .benefits-item {
    margin-top: 20px;
    width: 33.333%;
  }

  .consultation-img {
    right: -30px;
    left: auto;
  }

  .steps-block {
    width: calc(50% - 10px);
  }

  .steps-item {
    padding: 5px 20px;
  }

  .steps-item__text {
    font-size: 16px;
    line-height: 20px;
  }

  .steps-item__number {
    font-size: 28px;
    line-height: 34px;
    min-width: 50px;
    width: 50px;
  }

  .bonuses-block {
    width: 50%;
  }

  .contact-map {
    height: 540px;
  }

  .contact-list {
    margin-top: -24px;
  }

  .contact-block {
    width: 50%;
    margin-top: 24px;
  }

  .services-block {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
  }

  .services-block:first-child {
    margin: 0;
  }

  .services-list {
    padding: 0;
    margin: 0 auto;
    width: 700px;
  }

  .reviews-block {
    width: 50%;
  }

  .footer-menu,
  .footer-left {
    margin-right: auto;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-navs__item ul li a {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-navs__item ul li {
    margin-top: 14px;
  }

  .footer-navs {
    width: 320px;
  }

  .footer-navs__item {
    width: 150px !important;
  }

  .footer-pays {
    top: 183px;
  }

  .header {
    padding: 10px 0;
  }

  .header-bottom {
    display: none;
  }

  .header-top {
    padding: 0;
    padding-right: 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-wrapper {
    display: block;
    text-align: right;
    margin: 0;
  }

  .header-logo {
    width: auto;
    margin-right: auto;
    min-width: auto;
    padding: 6px 12px;
    gap: 8px;
  }

  .header-logo__gear {
    width: 32px;
    height: 32px;
  }

  .header-logo__text {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .header-btn {
    display: none;
  }

  .header-phone {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }

  .header-messager {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }

  .header-messager__item {
    margin: 0 0 0 10px;
  }

  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: calc(50% - 30px);
  }

  .header .container {
    padding: 0 20px !important;
    width: 100% !important;
  }

  .header-item {
    margin-right: 30px;
  }

  .header-messager__text {
    display: none;
  }

  .page-wrapper {
    padding-top: 80px;
  }

  .header.open {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .home-contact__wrapper {
    width: 400px;
    padding: 40px;
  }

  .home-contact__title {
    font-size: 32px;
    margin-left: -40px;
    padding-left: 35px;
  }

  .home-contact__item-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .home-contact__items {
    padding-top: 3px;
  }

  .home-contact__item-text {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
  }

  .home-services__block {
    width: 20%;
  }

  .home-reviews__right {
    width: calc(100% - 300px);
  }

  .brands-item {
    width: 150px;
  }

  .card-bottom__item {
    padding: 21px 19px 14px;
  }

  .card-bottom__item-price {
    padding: 5px 10px;
  }

  .card-bottom__item-title {
    font-size: 16px;
    line-height: 25px;
  }

  .card-bottom__item-title span {
    font-size: 16px;
    line-height: 25px;
  }

  .card-bottom__item-text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 3px;
  }

  .card-top {
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .card-item {
    font-size: 16px;
    line-height: 25px;
    padding: 18px 0 18px 20px;
  }

  .card-block {
    width: 83px;
    min-width: 83px;
  }

  .card-block:nth-child(1) {
    width: 200px;
    min-width: 200px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 730px;
  }

  .main {
    padding: 132px 0 155px;
  }

  .main-title {
    text-shadow: 5px 15px 40px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1.5px;
    margin-bottom: 38px;
    width: 500px;
  }

  .title {
    padding-left: 20px;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1.4px;
  }

  .title::before {
    left: 0;
    width: 5px;
    height: 20px;
    top: 7px;
  }

  .consultation-subtitle {
    padding: 0;
    margin: 17px 0 34px;
    font-size: 22px;
    line-height: 25px;
  }

  .consultation-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .consultation-item__btn {
    width: 100%;
  }

  .consultation-form {
    display: block;
  }

  .consultation-wrapper {
    width: 500px;
    max-width: 100%;
  }

  .consultation-img {
    right: 0;
  }

  .page-top {
    padding: 24px 0 33px;
  }

  .page-title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 1.6px;
  }

  .breadcrumbs {
    margin-bottom: 38px;
  }

  .steps-item {
    min-height: 70px;
    padding: 14px 20px;
  }

  .steps-list {
    margin-top: 32px;
  }

  .steps-block {
    width: 100%;
    margin-top: 10px;
  }

  .steps-block:first-child {
    margin-top: 0;
  }

  .small-title {
    font-size: 20px;
    line-height: 24px;
  }

  .services-seo {
    padding-bottom: 0 !important;
  }

  .services-seo__wrapper {
    width: 100%;
  }

  .services-seo__content {
    font-size: 15px;
    line-height: 22px;
    margin-top: 21px;
  }

  .services-seo__img {
    position: static;
    width: 100%;
    border-radius: 0;
    height: auto;
    margin-top: 32px;
  }

  .services-list {
    width: 100%;
  }

  .about-order {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px;
  }

  .about-block {
    width: 100%;
  }

  .about-img {
    width: 100%;
  }

  .aboutBenefits-block {
    width: 50%;
    margin-top: 24px;
  }

  .faq-list {
    padding-top: 12px;
  }

  .faq-item__title {
    padding: 11px 18px 11px 13px;
  }

  .faq-item__title-text {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-item__text {
    margin-top: -5px;
    padding-right: 18px;
    padding-bottom: 23px;
    padding-left: 58px;
    font-size: 14px;
    line-height: 20px;
  }

  .faq-block {
    width: 100%;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-list {
    display: block;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 53px;
    text-align: center;
  }

  .footer-logo {
    width: auto;
    margin: 0 auto;
    padding: 8px 14px;
    gap: 8px;
  }

  .footer-logo .header-logo__gear {
    width: 28px;
    height: 28px;
  }

  .footer-logo .header-logo__text {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .footer-pays {
    position: static;
    margin-top: 39px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .footer-pays__img {
    margin: 0 10px;
  }

  .footer-pays__title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-navs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .footer-navs__title {
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .footer-navs__item {
    width: calc(50% - 10px) !important;
    text-align: center;
  }

  .footer-menu {
    margin: 47px auto 34px;
    width: 220px;
    text-align: center;
  }

  .footer-menu__title {
    display: none;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-contact__title {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  .footer-contact__btn {
    width: 280px;
    margin: 20px auto 0;
  }

  .footer-contact__phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 24px;
  }

  .home-contact {
    padding: 43px 0 0 0;
    overflow: hidden;
  }

  .home-contact__map {
    position: static;
    height: 400px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .home-contact__wrapper {
    padding: 0 0 50px;
    -webkit-filter: none;
    filter: none;
    width: 100%;
    background: transparent;
  }

  .home-contact__title {
    font-size: 28px;
    line-height: 35px;
    padding-left: 15px;
    margin: 0;
  }

  .home-contact__item {
    text-align: center;
  }

  .home-contact__item-soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-contact__item-link {
    margin: 0 7.5px;
  }

  .home-services__block {
    width: 25%;
  }

  .home-reviews__right {
    width: calc(100% - 220px);
  }

  .home-reviews__arrows {
    margin-top: 24px;
  }

  .home-seo {
    padding: 43px 0 50px;
  }

  .home-seo__block {
    width: 100%;
  }

  .home-seo__block:last-child {
    margin-top: 40px;
  }

  .brands-top__item {
    width: 80px;
    margin-top: 10px;
    margin-right: 30px;
  }

  .brands-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 670px;
    max-width: 100%;
    margin: 0 auto 17px;
    padding-top: 17px;
    position: relative;
    left: 15px;
  }

  .materials-block {
    width: 100%;
    margin-top: 0;
  }

  .materials-block:first-child {
    margin-top: 30px;
  }

  .materials-top {
    display: none;
  }

  .materials-item {
    padding: 17px 20px 18px;
  }

  .materials-item__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
  }

  .materials-item__price {
    width: auto;
    min-width: auto;
    text-align: right;
  }

  .card-bottom {
    padding-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .card-bottom__block {
    width: 50%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-bottom__item-text {
    width: calc(100% - 86px);
  }

  .card-wrapper {
    margin-top: 43px;
  }

  .card-top {
    display: none;
  }

  .card-block {
    width: 16.666% !important;
    min-width: auto !important;
    margin-top: 5px;
  }

  .card-block:first-child {
    width: 100% !important;
    margin-bottom: -3px;
    margin-top: 0;
  }

  .card-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 20px 18px;
  }

  .card-item .card-block::before {
    content: attr(data-title);
    display: block;
    margin-bottom: -4px;
    color: #9E9FA4;
    font-size: 12px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  .container {
    width: 540px;
  }

  .card-bottom__block {
    width: 100%;
  }

  .main-bg__mobile {
    display: block;
  }

  .main-title {
    text-align: center;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .main-btn {
    width: 100%;
  }

  .main-bg {
    display: block;
  }

  .benefits-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }

  .benefits-item__icon {
    margin-top: 0;
    margin-right: 15px;
  }

  .pt {
    padding-top: 43px;
  }

  .pb {
    padding-bottom: 55px;
  }

  .consultation {
    padding-bottom: 295px;
  }

  .consultation-img {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .consultation-wrapper {
    width: 100%;
  }

  .page-title {
    text-align: center;
  }

  .bonuses-block {
    width: 100%;
    margin-top: 24px;
  }

  .bonuses-item {
    padding-left: 52px;
    font-size: 16px;
    line-height: 22px;
    min-height: 40px;
  }

  .bonuses-item::before {
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    top: calc(50% - 20px);
    background-size: 40px;
  }

  .clients-block {
    width: 100%;
    margin-top: 20px;
  }

  .clients-block:first-child {
    margin-top: 0;
  }

  .clients-item {
    padding-left: 32px;
  }

  .clients-item__text {
    font-size: 16px;
    line-height: 22px;
  }

  .clients-item__bold {
    font-size: 20px;
    margin-top: 20px;
    line-height: 24px;
  }

  .clients-item__ul li {
    margin-top: 10px;
  }

  .clients-item__bottom {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .clients-item__btn {
    margin-top: 20px;
  }

  .contact-item__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 12px;
  }

  .contact-item__icon img {
    width: 26px;
  }

  .contact-item__text {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-block {
    width: 100%;
  }

  .contact-soc__item {
    margin-right: 12px;
  }

  .contact-soc__item img {
    width: 40px;
  }

  .services-item {
    padding: 19px 85px 22px 20px;
    min-height: 138px;
  }

  .services-item__title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    margin: 0;
    width: 200px;
    max-width: 100%;
    padding-bottom: 3px;
  }

  .services-item__info-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .services-item__info-text::before {
    top: 7px;
  }

  .services-item__img {
    right: 0;
    top: 0;
    height: 90px;
    width: 85px;
    left: auto;
    right: 0;
  }

  .services-item__price {
    padding: 5px 10px;
    height: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .services {
    padding-top: 50px;
    padding-bottom: 43px;
  }

  .about-text {
    font-size: 16px;
    line-height: 22px;
  }

  .aboutBenefits-item__title {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .aboutBenefits-item__text {
    font-size: 14px;
    line-height: 18px;
  }

  .reviews-block {
    width: 100%;
    margin-top: 24px;
  }

  .footer-bottom {
    margin-top: 55px;
  }

  .footer-bottom__list {
    display: block;
    text-align: center;
  }

  .footer-copy {
    width: 100%;
    margin-bottom: 20px;
  }

  .header-item {
    display: none;
  }

  .home-services__bottom {
    position: static;
    margin: 21px 0 0 0;
    text-align: center;
    display: block;
  }

  .home-services__btn {
    margin: 0 auto;
  }

  .home-services__text {
    margin: 0 0 18px 0;
  }

  .home-services__title {
    margin-bottom: 32px;
  }

  .home-services__block {
    width: 33.333%;
  }

  .home-reviews__list {
    display: block;
  }

  .home-reviews__right {
    width: 100%;
    margin-top: 23px;
  }

  .home-reviews__arrows {
    display: none;
  }

  .brands-item {
    width: 140px;
    margin-right: 53px;
  }

  .brands-btn {
    margin: 0 auto;
  }

  .brands-btn__wrapper {
    position: static;
    width: 100%;
    margin: 33px auto 0;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .home-services__block {
    width: 50%;
  }

  .home-services__item {
    height: 235px;
  }

  .home-services__item p {
    font-size: 12px;
  }

  .home-services__item p span {
    font-size: 12px;
  }

  .home-services__btn.btn {
    width: 100%;
  }

  .benefits-item {
    width: 100%;
  }

  .benefits-item__text b,
  .benefits-item__text strong {
    display: inline;
  }

  .title {
    margin-left: -20px;
    width: calc(100% + 20px);
    text-align: center;
  }

  .steps-item__number {
    width: 45px;
    min-width: 45px;
  }

  .steps-item__text {
    font-size: 14px;
    line-height: 18px;
  }

  .clients-item__btn {
    width: 100%;
  }

  .aboutBenefits-item {
    width: 100%;
  }

  .aboutBenefits-block {
    width: 100%;
  }

  .modal-title {
    padding: 32px 10px 20px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }

  .modal-form {
    padding: 30px 20px;
  }

  .mobile-menu__bottom .header-nav ul li ul {
    height: 300px;
  }

  .mobile-menu .header-item {
    width: calc(50% - 7px);
  }

  .mobile-menu .header-item img {
    width: 12px;
    margin-right: 6px;
  }

  .mobile-menu .header-item {
    font-size: 12px;
  }

  .home-reviews__slider {
    width: 560px;
  }

  .brands-list {
    padding: 0;
  }

  .brands-item {
    padding-left: 34px;
    width: calc(50vw - 10px);
    margin-right: 10px;
    margin: 0;
  }

  .brands-item::after,
  .brands-item::before {
    left: 0 !important;
  }

  .materials-item {
    border-radius: 0;
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .materials-item__price {
    margin-left: 10px;
  }

  .materials-item__text span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .card-block {
    width: 20% !important;
  }
}

@media (max-width: 360px) {
  .main-title {
    font-size: 24px;
    line-height: 30px;
  }

  .page-title {
    font-size: 26px;
    line-height: 34px;
  }

  .title {
    font-size: 24px;
    line-height: 32px;
  }

  .header {
    padding: 0;
  }

  .header-list {
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-phone {
    font-size: 16px;
  }

  .header-logo__gear {
    display: none;
  }

  .header-logo {
    padding: 6px 10px;
    gap: 0;
  }

  .header-logo__text {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .mobile-menu__bottom .header-nav ul li ul {
    height: 240px;
  }

  .mobile-menu__contact {
    display: block;
  }

  .mobile-menu__contact .header-item {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .mobile-menu__contact .header-item:first-child {
    margin: 0;
  }

  .home-services__item {
    height: 200px;
  }

  .home-services__item p {
    font-size: 11px;
    line-height: 16px;
  }

  .home-services__item p span {
    font-size: 10px;
    line-height: 16px;
  }

  .home-reviews__slider {
    width: 540px;
  }

  .brands-item {
    font-size: 13px;
  }

  [data-letter]::before {
    font-size: 17px;
    left: 7px !important;
  }

  .card-block {
    width: 25% !important;
  }
}