*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: #FFFFFF;
  color: #121212; }

input, textarea, button {
  font-family: "Inter", sans-serif;
  outline: none;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Xolonium", sans-serif; }

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

a {
  color: inherit;
  text-decoration: none;
  line-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
a svg {
  -webkit-transition: initial;
  transition: initial; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a:hover,
button:hover {
  cursor: pointer; }

.container {
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }

.btn-main {
  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;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FAFAFA;
  background: #FF9900;
  border: 1px solid #FF9900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px; }

.large {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%; }

.h1, h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 115%; }

.h2, h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 100%; }

.h3, h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%; }

.h4, h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%; }

.h5, h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%; }

.h6, h6 {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%; }

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%; }

.p1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%; }

.p2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%; }

.p3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%; }

.cms-description-text > * {
  margin: 15px 0; }
.cms-description-text > *:first-child {
  margin-top: 0 !important; }
.cms-description-text > *:last-child {
  margin-bottom: 0 !important; }
.cms-description-text h2 {
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 30px 0 15px; }
.cms-description-text h3 {
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 30px 0 15px; }
.cms-description-text h4 {
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 30px 0 15px; }
.cms-description-text h5 {
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 30px 0 15px; }
.cms-description-text a{
  color: #FF9900;}
.cms-description-text ul {
  margin: 30px 0; }
.cms-description-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  gap: 10px;
  margin-bottom: 15px; }
.cms-description-text ul li:last-child {
  margin: 0; }
.cms-description-text ul li:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0A413E;
  margin-top: 6px; }
.cms-description-text ol {
  padding: 0;
  list-style: none;
  counter-reset: li;
  width: 100%;
  margin: 30px 0; }
.cms-description-text ol.contents li:before{
  background: transparent;
  width: auto;
  color: #121212;
}
.cms-description-text ol.contents li{
  flex-flow: row wrap;
}
.cms-description-text ol.contents li a{
  font-weight: 500;
  max-width: 85%;
  color: #121212;}
.cms-description-text ol.contents li a:hover{
  color: #FF9900;}
.cms-description-text ol li > ol{
  margin: 10px 0 10px 20px; }
.cms-description-text ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  gap: 10px;
  margin-bottom: 15px; }
.cms-description-text ol li:last-child {
  margin: 0; }
.cms-description-text ol li:before {
  /*counter-increment: myCounter;
  /content: counter(myCounter);*/
  counter-increment: li;
  content: counters(li,".") ". ";
  display: block;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  background: #0A413E;
  text-align: center;
  color: #FAFAFA; }
.cms-description-text ol li a {
  line-height: 130%;  }
.m150 {
  margin: 110px 0; }
.m150.m150_first {
  margin-top: 0; }

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.df-ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.df-ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.df-ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.df-ai-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.df-jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.df-jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.df-jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.df-jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.df-ff-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.df-ff-column--revers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse; }

.df-ff-row--revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse; }

.df-ff-row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.border-radius-10 {
  border-radius: 10px; }

.border-radius-15 {
  border-radius: 15px; }

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

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.up {
  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;
  opacity: 0;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #0A413E;
  color: #FAFAFA;
  position: fixed;
  left: 30px;
  bottom: 30px;
  border-radius: 50px;
  z-index: 9; }
.up svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.up::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #0A413E;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.2;
  color: #ffffff;
  -webkit-animation: circleFill 2.2s infinite ease-in-out;
  animation: circleFill 2.2s infinite ease-in-out; }
.up::after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 1px solid #0A413E;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: circle 2.2s infinite ease-in-out;
  animation: circle 2.2s infinite ease-in-out; }

@-webkit-keyframes circleFill {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2; } }
@keyframes circleFill {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2; } }
@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.01; }
  30% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.01; } }
@keyframes circle {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.01; }
  30% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.01; } }
.fade,
.menu-overlay {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-thanks {
  display: none;
  z-index: 99;
  width: 550px;
  background-color: #FFFFFF;
  position: fixed;
  top: 5%;
  left: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 60px 15px;
  min-height: 300px;
  border: 1px solid #D7D7D7; }
.modal-thanks__title {
  font-family: "Xolonium", sans-serif;
  padding-bottom: 20px;
  position: relative; }
.modal-thanks__title:after {
  content: "";
  width: 130px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
  background: #FF9900; }

.modal-city {
  display: none;
  z-index: 100;
  width: 450px;
  background: rgba(18, 18, 18, 1);
  position: fixed;
  top: 5%;
  left: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 65px 100px;
  min-height: 260px; }
.modal-city__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFFFFF; }
.modal-city__title {
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 25px; }
.modal-city__list {
  gap: 15px; }
.modal-city__list a {
  color: #FFFFFF; }
.modal-city__list a:hover {
  opacity: 0.5; }

.stars {
  gap: 5px; }
.stars svg {
  color: #0A413E; }

.lg-backdrop {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5; }

.header:not(.header_front-page) {
  background: #121212;
  color: #FAFAFA;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0px;
  transition: .3s;
  z-index: 10;
}
._line {
    height: 100px;
}
.header:not(.header_front-page)._hide {
    transform: translateY(-100%);
}
  
  
.header_front-page {
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1000px;
  background: #121212;
  color: #FAFAFA;
  padding: 15px 0;
  /*min-height: 1245px;*/ }
.header__logo {
  max-width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px; }
.header-menu__item {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-flow: row wrap;
  margin: 0 15px;
  padding: 3px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: relative;
  /*&_active{
    border-bottom: 1px solid $head-grey;
  }*/ }
.header-menu__item .header-menu__icon{
  transition: all 0.3s}
.header-menu__item:hover .header-menu__link{
  color: #FF9900; }
.header-menu__item:hover .header-menu__icon{
  transform: rotate(180deg);}
.header-menu__item:hover .header-sub-menu{
  display: flex;
}
.header-menu__link {
  line-height: 100%; }
.header-menu .header-sub-menu{
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: -20px;
  display: none;
  flex-flow: column;
  gap: 12px;
  width: 315px;
  background: #121212;
  box-shadow: 0px 4px 4px rgba(34, 34, 34, 0.25);
  z-index: 99;
  padding: 20px;}
.header-menu .header-sub-menu:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 150px;
  height: 30px;
  background: transparent;}
.header-sub-menu__item:hover .header-sub-menu__link{
  color: #FF9900; }
.header__right-group {
  gap: 40px;
  margin-right: 40px; }
.header__call {
  line-height: 115%;
  font-weight: 700;
  margin-right: 10px;
  gap: 7px; }
   @media(max-width: 468px) {
     .header__call {
         font-size: 10px !important;
     }
 }
.header__call:hover {
  color: #FF9900; }
.header__city {
  position: relative;
  max-width: 180px;
  gap: 0 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
@media (min-width: 993px) {
  .header__city:hover .header-city-pop-up {
    display: block
  }
}
.header__city .p1{
  font-weight: 700;}
.header__city .p1:hover {
  color: #FF9900; }
.header__city svg {
  -webkit-transition: initial;
  transition: initial; }
.header-city-pop-up{
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: none;
  background: rgba(18, 18, 18, 0.7);
  padding: 30px;
  width: 260px; }
.header-city-pop-up:before{
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 35px;
  height: 18px;
  background-color: rgba(18, 18, 18, 0.7);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
.header-city-pop-up:after{
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
}
.header-city-pop-up__list a:hover{
  opacity: 0.5}
.header-city-pop-up__list a:not(:last-child){
  margin-bottom: 16px;}
.header__btn {
  border: none;
  background: transparent;
  padding: 0;
  width: 41px;
  /*height: 41px;*/
  position: relative;
  z-index: 100; }
.header__btn .line {
  display: block;
  width: 37px;
  height: 2px;
  background: #FAFAFA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.header__btn .line:not(:first-child) {
  margin-top: 5px; }
.header__btn_active {
  position: fixed;
  top: 50px;
  right: 10%; }
.header__btn_active .line:nth-child(1) {
  margin: 0;
  width: 41px;
  -webkit-transform: translateX(3px) rotate(45deg) translateY(2px);
  transform: translateX(3px) rotate(45deg) translateY(2px); }
.header__btn_active .line:nth-child(2) {
  display: none; }
.header__btn_active .line:nth-child(3) {
  margin: 0;
  width: 41px;
  -webkit-transform: translateX(3px) rotate(-45deg) translateY(-2px);
  transform: translateX(3px) rotate(-45deg) translateY(-2px); }
.header-menu-wrapper {
  background: #121212;
  color: #FAFAFA;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  width: 50vw;
  height: 100vh;
  padding: 120px 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  overflow-y: auto; }
.header-menu-wrapper::-webkit-scrollbar {
  background: transparent;
  width: 4px;
  height: 4px; }
.header-menu-wrapper::-webkit-scrollbar-thumb {
  background: #FF9900;
  border-radius: 3px; }
.header-menu-wrapper_active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.header-branch{
  margin-top: 50px; }
.header-branch__head{
  margin-bottom: 25px; }
.header-branch__head svg{
  margin-right: 8px; }
.header-branch__title{
  text-transform: uppercase; }
.header-branch__list{
  padding: 0 0 0 35px; }
.header-branch__item:not(:last-child){
  margin-bottom: 15px; }
.header-branch__link:hover{
  opacity: 0.5; }
.header .menu-list {
  gap: 20px; }
.header .menu-list__item:hover > .menu-list__link {
  color: #868686; }
.header .menu-list__item.lg-hidden{
  display: none!important; }
.header .menu-list__item.current-menu-item {
  color: #868686; }
.header .menu-list__item.current-menu-item .menu-sub {
  color: #FAFAFA; }
.header .menu-list__item.active svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.header .menu-list__item.menu-item-has-children {
  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;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
.header .menu-list__item.menu-item-has-children .menu-sub {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px;
  padding: 10px 0 10px 20px; }
.header .menu-list__link-sub {
  line-height: 130%; }

.banner-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }
.banner-slide__left {
  max-width: 585px;
  margin: 0 0 0 auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
.banner-slide__banner {
  padding: 0 20px 0 0; }
.banner-slide__group {
  margin-bottom: 120px; }
.banner-slide__title {
  margin-bottom: 25px; }
.banner-slide__text {
  max-width: 340px;
  margin-bottom: 60px; }
.banner-slide__btn {
  line-height: 100%;
  font-weight: 700;
  padding: 30px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.banner-slide__btn:hover {
  background: #0A413E;
  border: 1px solid #0A413E; }
.banner__footer {
  width: 585px;
  margin: 0 0 0 auto;
  gap: 10px; }
.banner__footer_mob {
  display: none; }
.banner__swiper .banner-pagination {
  position: static;
  bottom: initial;
  margin: 0; }
.banner__swiper .banner-pagination__wrapper {
  gap: 10px; }
.banner__swiper .banner-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  padding: 0;
  background: #B4B4B4;
  width: 95px;
  height: 1px;
  opacity: 1;
  border-radius: 0; }
.banner__swiper .banner-pagination .swiper-pagination-bullet-active {
  background: #FAFAFA;
  height: 3px; }
.banner__swiper .banner-btn-prev, .banner__swiper .banner-btn-next {
  position: static;
  top: initial;
  left: initial;
  right: initial;
  color: #FF9900;
  margin: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 18px;
  height: 8px; }
.banner__swiper .banner-btn-prev:after, .banner__swiper .banner-btn-next:after {
  display: none; }
.banner__swiper .banner-btn-next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.price-list-form {
  padding-bottom: 80px; }
.price-list-form__title {
  font-size: 36px;
  line-height: 115%;
  color: #FAFAFA;
  padding-bottom: 40px; }
.price-list-form__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-width: 790px;
  margin: 0 auto; }
.price-list-form__item {
  position: relative;
  border-radius: 0; }
.price-list-form .form-select {
  border-radius: 0; }
.price-list-form .form-select__content {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 0; }
.price-list-form .form-select__content svg {
  color: #FF9900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto 0 auto -33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.price-list-form .form-select__content_active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.price-list-form .form-select__input {
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 0; }
.price-list-form .form-select__placeholder {
  cursor: pointer;
  position: absolute;
  max-width: 100%;
  height: 100%;
  left: 20px;
  top: 0;
  color: #121212; }
.price-list-form .form-select__modal {
  display: none;
  -webkit-box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 4px;
  z-index: 9; }
.price-list-form .form-select__modal.select__modal_active {
  display: block; }
.price-list-form .form-select-group {
  padding: 15px 20px;
  background: #FAFAFA; }
.price-list-form .form-select__scroll {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 230px;
  gap: 13px; }
.price-list-form .form-select__scroll::-webkit-scrollbar {
  background: transparent;
  width: 7px;
  height: 7px; }
.price-list-form .form-select__scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 4px; }
.price-list-form .form-select-radio__input {
  position: absolute;
  visibility: hidden; }
.price-list-form .form-select-radio__input:checked ~ .form-select-radio__label {
  color: #121212; }
.price-list-form .form-select-radio__label {
  cursor: pointer;
  color: #585858; }
.price-list-form__btn {
  line-height: 100%;
  font-weight: 600;
  padding: 15px; }
.price-list-form__btn:hover {
  background: #0A413E;
  border: 1px solid #0A413E; }

.breadcrumb {
  margin: 40px 0 60px; }
.breadcrumb a, .breadcrumb_last {
  color: #727272;
  padding: 0 5px;
  -webkit-transition: all .2s;
  transition: all .2s; }
.breadcrumb_last {
  color: #0A413E; }

.services {
  /*&_repair{
    .services{
      &__cards{
        .card{
          &:nth-child(2){
            grid-row: initial;
            grid-column: initial;
            .card__img{
              width: 160px;
            }
          }
        }
      }
    }
  }*/ }
.services__header {
  margin-bottom: 30px; }
.services__title span {
  color: #FF9900; }
.services__link {
  font-weight: 600;
  color: #FF9900;
  line-height: 100%;
  gap: 8px; }
.services__link:hover {
  color: #0A413E; }
.services__btn {
  font-weight: 600;
  display: none;
  margin: 30px 0 0;
  width: 100%; }
.services__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; }
.services__cards .card {
  background: #f0f0f0;
  -webkit-box-shadow: 1px 5px 9px rgba(251, 251, 251, 0.25);
  box-shadow: 1px 5px 9px rgba(251, 251, 251, 0.25);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.services__cards .card:hover {
  -webkit-box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5); }
.services__cards .card:hover .card__img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }
.services__cards .card_big {
  grid-row: 1/3;
  grid-column: 2/3; }
.services__cards .card__title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  z-index: 2; }
.services__cards .card__text {
  max-width: 215px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2; }
.services__cards .card__price {
  font-weight: 700;
  line-height: 115%;
  margin-left: -30px;
  background: #0A413E;
  color: #FAFAFA;
  padding: 5px 30px 5px 10px;
  max-width: 190px;
  position: relative;
  z-index: 2; }
.services__cards .card__img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

.brands__title {
  margin-bottom: 50px; }
.brands__cards {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 30px 20px;
  margin-bottom: 70px; }
.brands__swiper {
  margin: 0 0 70px;
  padding: 0; }
.brands__swiper-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  gap: 15px; }
.brands__swiper .brands-pagination {
  position: static;
  bottom: initial;
  margin: 0; }
.brands__swiper .brands-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #B4B4B4;
  opacity: 0.4; }
.brands__swiper .brands-pagination .swiper-pagination-bullet-active {
  background: #0A413E;
  opacity: 1; }
.brands__swiper .brands-btn-prev, .brands__swiper .brands-btn-next {
  position: static;
  top: initial;
  left: initial;
  right: initial;
  color: #0A413E;
  margin: 0; }
.brands__swiper .brands-btn-prev:after, .brands__swiper .brands-btn-next:after {
  display: none; }
.brands__swiper .brands-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.brands__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 3px 4px transparent;
  box-shadow: 1px 3px 4px transparent; }
.brands__item:hover {
  -webkit-box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5); }
.brands-model {
  position: relative;
  border-top: 1px solid #D9D9D9; }
.brands-model_preview .brands-model__row:not(:first-child) {
  display: none; }
.brands-model__title {
  font-weight: 600;
  color: #0A413E;
  margin-bottom: 12px; }
.brands-model__name {
  line-height: 100%;
  color: #595959;
  margin-bottom: 8px; }
.brands-model__name:hover {
  color: #FF9900; }
.brands-model__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #D9D9D9; }
.brands__link {
  position: absolute;
  right: 0;
  bottom: 12px;
  font-weight: 600;
  line-height: 100%;
  color: #FF9900;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.brands__link svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: initial;
  transition: initial; }
.brands__link:hover {
  color: #0A413E; }
.brands__link_active {
  color: #0A413E; }
.brands__link_active svg {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.about__title {
  margin-bottom: 30px; }
.about__wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 30px; }
.about-card {
  background: #FAFAFA;
  padding: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
.about-card__text {
  padding-bottom: 25px;
  margin-bottom: 23px;
  border-bottom: 1px solid #D9D9D9; }
.about-card__experience {
  font-family: 'Xolonium',sans-serif;
  color: #0A413E; }
.about-card__experience span {
  display: block; }
.about-card__link {
  font-weight: 600;
  line-height: 100%;
  color: #FF9900;
  gap: 5px; }
.about-card__link:hover {
  color: #0A413E; }
.about__swiper {
  max-width: 790px;
  max-height: 850px;
  margin: 0;
  padding: 0 0 30px; }
.about__swiper-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  gap: 15px; }
.about__swiper .about__slide {
  overflow: hidden;
  position: relative;
  max-height: 800px;
  -webkit-transition: all 1s;
  transition: all 1s; }
.about__swiper .about__slide img {
  -webkit-transition: all 1s;
  transition: all 1s; }
.about__swiper .about__slide:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.about__swiper .about-pagination {
  position: static;
  bottom: initial;
  margin: 0; }
.about__swiper .about-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #B4B4B4;
  opacity: 0.4; }
.about__swiper .about-pagination .swiper-pagination-bullet-active {
  background: #0A413E;
  opacity: 1; }
.about__swiper .about-btn-prev, .about__swiper .about-btn-next {
  height: auto;
  position: static;
  top: initial;
  left: initial;
  right: initial;
  color: #0A413E;
  margin: 0; }
.about__swiper .about-btn-prev:after, .about__swiper .about-btn-next:after {
  display: none; }
.about__swiper .about-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.price__header {
  margin-bottom: 50px; }
.price__link {
  font-weight: 600;
  color: #FF9900;
  line-height: 100%;
  gap: 8px; }
.price__link:hover {
  color: #0A413E; }
.price__btn {
  font-weight: 600;
  display: none;
  margin: 30px 0 0;
  width: 100%; }
.price__wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 30px; }
.price__banner {
  max-height: 400px; }
.price__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.price__row {
  padding: 20px; }
.price__row:nth-child(odd) {
  background: #FAFAFA; }
.price__name {
  font-weight: 500;
  width: 390px;
  line-height: 100%; }
.price__name span {
  color: #B4B4B4; }
.price__value {
  line-height: 100%;
  color: #B4B4B4; }
.price__download {
  font-weight: 600;
  line-height: 100%;
  margin: 20px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid #121212; }
.price__download:hover {
  color: #FF9900;
  border-bottom: 1px solid #FF9900; }
.price__btn-more {
  margin: 10px auto 0;
  font-weight: 600;
  line-height: 100%;
  color: #FF9900;
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px;
  border-top: 1px solid #D9D9D9; }

.sale__header {
  margin-bottom: 30px; }
.sale__link {
  font-weight: 600;
  color: #FF9900;
  line-height: 100%;
  gap: 8px; }
.sale__link:hover {
  color: #0A413E; }
.sale__btn {
  font-weight: 600;
  display: none;
  margin: 30px 0 0;
  width: 100%; }
.sale__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }
.sale__cards .card {
  background: #FAFAFA;
  position: relative;
  overflow: hidden;
  padding: 50px 30px;
  min-height: 350px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 3px 4px transparent;
  box-shadow: 1px 3px 4px transparent; }
.sale__cards .card:hover {
  -webkit-box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5); }
.sale__cards .card__title {
  font-weight: 500;
  max-width: 300px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px; }
.sale__cards .card__title:before {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #0A413E;
  position: absolute;
  left: 0;
  bottom: 0; }
.sale__cards .card__text {
  max-width: 230px;
  margin-bottom: 15px; }
.sale__cards .card__data {
  background: #FF9900;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 15px;
  color: #FAFAFA;
  line-height: 100%;
  font-weight: 600; }
.sale__cards .card__img {
  position: absolute;
  right: 0;
  top: 0; }

.contact-form {
  padding: 60px 0;
  min-height: 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
.contact-form__title {
  color: #FAFAFA;
  max-width: 750px;
  margin-bottom: 40px; }
.contact-form__form {
  position: relative;
  z-index: 2; }
.contact-form__group {
  width: 770px;
  gap: 30px;
  margin-bottom: 35px; }
.contact-form__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative; }
.contact-form__label {
  font-size: 14px;
  line-height: 115%;
  color: #B4B4B4;
  z-index: 100;
  position: absolute;
  top: 5px;
  left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0; }
.contact-form__input {
  display: block;
  width: 100%;
  height: 55px;
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 100%;
  color: #121212;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.contact-form__input:focus {
  padding: 20px 0 0 20px; }
.contact-form__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.contact-form__input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.contact-form__input:focus::-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.contact-form__input:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.contact-form__input:focus ~ .contact-form__label {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.contact-form__input.error ~ .contact-form__label {
  color: #EA2B00; }
.contact-form__input.valid ~ .contact-form__label {
  color: #23AF73; }
.contact-form-accept {
  margin-bottom: 25px;
  gap: 10px; }
.contact-form-accept:hover .contact-form-accept__label {
  color: #B4B4B4; }
.contact-form-accept:hover .contact-form-accept__label a {
  border-bottom: 1px solid #B4B4B4; }
.contact-form-accept__input {
  position: absolute;
  visibility: hidden; }
.contact-form-accept__input:checked ~ .contact-form-accept__bg {
  border: 1px solid #B4B4B4;
  color: #B4B4B4; }
.contact-form-accept__input:checked ~ .contact-form-accept__label {
  color: #B4B4B4; }
.contact-form-accept__input:checked ~ .contact-form-accept__label a {
  border-bottom: 1px solid #B4B4B4; }
.contact-form-accept__bg {
  width: 15px;
  height: 15px;
  border: 1px solid #FAFAFA;
  color: transparent; }
.contact-form-accept__label {
  font-size: 14px;
  line-height: 115%;
  color: #FAFAFA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.contact-form-accept__label a {
  display: inline-block;
  padding: 0 0 1px;
  border-bottom: 1px solid #FAFAFA;
  -webkit-transition: initial;
  transition: initial; }
.contact-form-accept__label a:hover {
  border-bottom: 1px solid transparent; }
.contact-form__btn {
  font-size: 20px;
  padding: 13px 32px; }
.contact-form__btn:hover {
  background: #0A413E;
  border: 1px solid #0A413E; }
.contact-form__img {
  position: absolute;
  top: 60px;
  right: -35px; }

.review__title {
  margin-bottom: 50px; }
.review__swiper {
  margin: 0 0 70px;
  padding: 0; }
.review__swiper-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  gap: 15px; }
.review__swiper .review-pagination {
  position: static;
  bottom: initial;
  margin: 0; }
.review__swiper .review-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #B4B4B4;
  opacity: 0.4; }
.review__swiper .review-pagination .swiper-pagination-bullet-active {
  background: #0A413E;
  opacity: 1; }
.review__swiper .review-btn-prev, .review__swiper .review-btn-next {
  position: static;
  top: initial;
  left: initial;
  right: initial;
  color: #0A413E;
  margin: 0; }
.review__swiper .review-btn-prev:after, .review__swiper .review-btn-next:after {
  display: none; }
.review__swiper .review-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.review-item {
  background: #FAFAFA;
  padding: 25px 30px;
  -webkit-box-shadow: 1px 3px 4px transparent;
  box-shadow: 1px 3px 4px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto; }
.review-item:hover {
  -webkit-box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5); }
.review-item__row {
  margin-bottom: 15px; }
.review-item__name {
  font-weight: 500; }
.review-item__text {
  margin-bottom: 20px; }
.review-item__link {
  font-weight: 600;
  color: #0A413E;
  line-height: 100%;
  gap: 10px; }
.review-item__link:hover {
  color: #FF9900; }
.review-item__link svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.useful-articles__header {
  margin-bottom: 30px; }
.useful-articles__link {
  font-weight: 600;
  color: #FF9900;
  line-height: 100%;
  gap: 8px; }
.useful-articles__link:hover {
  color: #0A413E; }
.useful-articles__btn {
  font-weight: 600;
  display: none;
  margin: 30px 0 0;
  width: 100%; }
.useful-articles__group {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 30px; }
.useful-articles__cards {
  gap: 20px; }
.useful-articles__cards .card {
  padding-bottom: 20px;
  border-bottom: 1px solid #B4B4B4;
  opacity: 1; }
.useful-articles__cards .card:hover {
  opacity: 0.5; }
.useful-articles__cards .card__content {
  max-width: 700px; }
.useful-articles__cards .card__title {
  display: block;
  margin-bottom: 12px;
  font-weight: 500; }
.useful-articles__cards .card svg {
  color: #0A413E; }

.advantages__title {
  margin-bottom: 30px; }
.advantages__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
.advantages__cards .card {
  border: 1px solid #EAEAEA;
  padding: 40px 20px 35px;
  overflow: hidden; }
.advantages__cards .card:nth-child(7) {
  grid-row: 2/3;
  grid-column: 1/2; }
.advantages__cards .card:nth-child(8) {
  grid-row: 2/4;
  grid-column: 3/4; }
.advantages__cards .card__icon {
  display: block;
  margin: 0 auto 20px;
  width: 80px;
  height: 80px; }
.advantages__cards .card__text {
  max-width: 250px;
  margin: 0 auto; }
.advantages__cards .card-banner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0; }
.advantages__cards .card-banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s; }
.advantages__cards .card-banner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.front-seo-block {
  background: #FAFAFA;
  padding: 70px 0; }
.front-seo-block__title {
  max-width: 900px;
  margin-bottom: 30px; }

.map {
  height: 470px; }
.map iframe {
  width: 100%;
  height: 100%; }

.footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.footer__content {
  padding: 35px 0 40px;
  gap: 75px; }
.footer__logo {
  gap: 15px;
  color: #B4B4B4;
  margin-bottom: 15px; }
.footer__logo:hover {
  color: #FAFAFA; }
.footer-social__link {
  line-height: 100%;
  color: #FAFAFA;
  gap: 7px; }
.footer-social__link:not(:last-child) {
  margin-bottom: 10px; }
.footer-social__link:hover {
  color: #B4B4B4; }
.footer__info {
  margin-left: 200px; }
.footer-info {
  gap: 25px; }
.footer-info__item a:hover {
  color: #FAFAFA; }
.footer-info__title {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #FAFAFA;
  margin-bottom: 5px; }
.footer-info__text {
  display: block;
  line-height: 110%;
  color: #B4B4B4; }
.footer-list {
  margin-top: -3px;
  gap: 15px; }
.footer-list__item {
  padding: 3px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FAFAFA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.footer-list__item:hover {
  color: #FF9900; }
.footer-list__link {
  line-height: 100%; }
.footer-copyright {
  gap: 20px;
  border-top: 1px solid #D9D9D9;
  padding: 10px 0;
  color: #B4B4B4; }
.footer-copyright__logo {
  gap: 7px; }
.footer-copyright a {
  font-size: 14px;
  line-height: 115%; }
.footer-copyright a:hover {
  color: #FAFAFA; }
.footer-copyright p {
  font-size: 14px;
  line-height: 115%; }

.repair-block {
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-gap: 120px; }
.repair-block__title {
  margin-bottom: 30px; }
.repair-block__title span {
  color: #FF9900; }
.repair-block__info .cms-description-text {
  max-width: 690px;
  margin-bottom: 40px; }
.repair-block__btn{
  min-width: 230px;
  width: fit-content;
}
.repair-block__btn:hover {
  background: #0A413E;
  border: 1px solid #0A413E; }
.repair-block-card {
  border: 1px solid #C8C8C8;
  padding: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
.repair-block-card__img {
  background: rgba(10, 65, 62, 0.5);
  height: 250px;
  padding: 0 10px 20px;
  overflow: hidden;
  position: relative; }
.repair-block-card__img .img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.repair-block-card__img img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.repair-block-card__price {
  font-family: "Xolonium", sans-serif;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
  color: #FF9900; }

.include-repair__title {
  max-width: 850px;
  margin-bottom: 30px; }
.include-repair__wrapper {
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-gap: 30px; }
.include-repair__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
.include-repair__cards .card__num {
  font-family: "Xolonium",sans-serif;
  margin-bottom: 12px;
  color: #0A413E; }
.include-repair__banner {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.include-repair__banner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.include-repair__banner img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s; }

.about-advantages__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px 30px;
  position: relative; }
.about-advantages__row:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #D9D9D9; }
.about-advantages__num {
  font-family: "Xolonium",sans-serif;
  color: #0A413E;
  margin-bottom: 8px; }

.team__title {
  margin-bottom: 50px; }
.team__swiper {
  margin: 0;
  padding: 0; }
.team__swiper-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  gap: 15px; }
.team__swiper .team-pagination {
  position: static;
  bottom: initial;
  margin: 0; }
.team__swiper .team-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #B4B4B4;
  opacity: 0.4; }
.team__swiper .team-pagination .swiper-pagination-bullet-active {
  background: #0A413E;
  opacity: 1; }
.team__swiper .team-btn-prev, .team__swiper .team-btn-next {
  position: static;
  top: initial;
  left: initial;
  right: initial;
  color: #0A413E;
  margin: 0; }
.team__swiper .team-btn-prev:after, .team__swiper .team-btn-next:after {
  display: none; }
.team__swiper .team-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.team-card__img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px; }
.team-card__name {
  font-weight: 500;
  color: #0A413E;
  margin-bottom: 10px; }

.document__title {
  margin-bottom: 50px; }
.document__swiper {
  margin: 0;
  padding: 0; }
.document__swiper-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  gap: 15px; }
.document__swiper .document-pagination {
  position: static;
  bottom: initial;
  margin: 0; }
.document__swiper .document-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #B4B4B4;
  opacity: 0.4; }
.document__swiper .document-pagination .swiper-pagination-bullet-active {
  background: #0A413E;
  opacity: 1; }
.document__swiper .document-btn-prev, .document__swiper .document-btn-next {
  position: static;
  top: initial;
  left: initial;
  right: initial;
  color: #0A413E;
  margin: 0; }
.document__swiper .document-btn-prev:after, .document__swiper .document-btn-next:after {
  display: none; }
.document__swiper .document-btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.document__item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.document__item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.document__item img {
  -webkit-transition: all 1s;
  transition: all 1s; }

.articles__title {
  margin-bottom: 50px; }
.articles__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px; }
.articles__list .card {
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  opacity: 1; }
.articles__list .card:hover {
  opacity: 0.5; }
.articles__list .card__img {
  width: 150px;
  height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.articles__list .card__title {
  gap: 10px;
  margin-bottom: 20px; }
.articles__btn-more {
  font-weight: 600;
  line-height: 100%;
  background: transparent;
  border: none;
  padding: 10px;
  color: #FF9900;
  width: 100%; }
.articles__btn-more:hover {
  color: #0A413E; }
.articles .pagination {
  gap: 10px; }
.articles .pagination__item {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #0A413E; }
.articles .pagination__item .prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.articles .pagination__item a:hover {
  opacity: 0.5; }
.articles .pagination__item.active {
  color: #FF9900; }

.single-page__title {
  max-width: 690px;
  margin: 0 0 20px; }
.single-page__row{
  margin: 0 0 40px;}
.single-page__row > *{
  margin-right: 30px;}
.single-page__row > *:last-child{
  margin-right: 0;}
.single-page__data {
  display: block;
  line-height: 100%;
  color: #121212;}
.single-page__views {
  line-height: 100%;
  color: #121212;}
.single-page__views .icon{
  margin-right: 3px;}
.single-page__time {
  line-height: 100%;
  color: #121212;}
.single-page__time .icon{
  margin-right: 3px;}
.single-page__content {
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-gap: 100px; }
.single-page__tags {
  max-width: 720px;
  margin: 70px 0 0;
  line-height: 100%;
  gap: 10px; }
.single-page__tags a {
  line-height: 100%;
  color: #0A413E; }
.single-page__tags a:hover {
  color: #FF9900; }
.single-page-menu{
  position: sticky;
  top: 20px;
  height: max-content;
}
.single-page-menu__title{
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-page-menu__item{
  padding: 12px 0;
  border-bottom: 1px solid #0A413E;
  transition: all 0.3s;
}
.single-page-menu__item:hover{
  opacity: 0.5;
}
.single-page-menu__link{
  max-width: 270px;
}

.price-page__wrapper {
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-gap: 30px; }
.price-page .price-select {
  width: 380px;
  margin-bottom: 20px;
  position: relative; }
.price-page .price-select__content {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
.price-page .price-select__content svg {
  color: #FF9900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto 0 auto -33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.price-page .price-select__content_active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.price-page .price-select__input {
  background: #E4E4E4;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  cursor: pointer; }
.price-page .price-select__placeholder {
  cursor: pointer;
  position: absolute;
  max-width: 100%;
  height: 100%;
  left: 20px;
  top: 0; }
.price-page .price-select__modal {
  display: none;
  -webkit-box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  box-shadow: 1px 3px 4px rgba(164, 164, 164, 0.5);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 4px;
  z-index: 9; }
.price-page .price-select__modal.select__modal_active {
  display: block; }
.price-page .price-select-group {
  padding: 15px 20px;
  background: #FAFAFA; }
.price-page .price-select__scroll {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 230px;
  gap: 13px; }
.price-page .price-select__scroll::-webkit-scrollbar {
  background: transparent;
  width: 7px;
  height: 7px; }
.price-page .price-select__scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 4px; }
.price-page .price-select-radio__input {
  position: absolute;
  visibility: hidden; }
.price-page .price-select-radio__input:checked ~ .price-select-radio__label {
  color: #121212; }
.price-page .price-select-radio__label {
  cursor: pointer;
  color: #585858; }
.price-page__list {
  display: none; }
.price-page__row {
  padding: 20px; }
.price-page__row:nth-child(odd) {
  background: #FAFAFA; }
.price-page__name {
  font-weight: 500;
  width: 390px;
  line-height: 100%; }
.price-page__name span {
  color: #B4B4B4; }
.price-page__value {
  display: block;
  margin-left: 20px;
  line-height: 100%;
  color: #B4B4B4; }
.price-page-card__wrapper {
  border: 1px solid #C8C8C8;
  padding: 30px; }
.price-page-card__bg {
  background: rgba(10, 65, 62, 0.5);
  margin-bottom: 20px;
  height: 250px;
  padding: 0 10px 20px; }
.price-page-card__bg img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.price-page-card__price {
  font-family: "Xolonium", sans-serif;
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
  color: #FF9900; }
.price-page-card__link {
  font-weight: 600;
  line-height: 100%;
  margin: 20px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid #121212; }
.price-page-card__link:hover {
  color: #FF9900;
  border-bottom: 1px solid #FF9900; }

.guarantee__title {
  margin-bottom: 30px; }
.guarantee__wrapper {
  display: grid;
  grid-template-columns: 1fr 600px;
  grid-gap: 75px; }
.guarantee__cards {
  gap: 40px; }
.guarantee__text {
  margin-bottom: 50px; }
.guarantee-card {
  gap: 5px; }
.guarantee-card__num, .guarantee-card__text {
  font-family: "Xolonium",sans-serif;
  color: #0A413E; }

.error-page {
  padding-bottom: 300px;
  position: relative;
  overflow: hidden; }
.error-page__group {
  max-width: 360px;
  position: relative;
  z-index: 2; }
.error-page__title {
  font-family: "Xolonium",sans-serif;
  font-size: 140px;
  line-height: 100%;
  color: #0A413E;
  margin-bottom: 5px; }
.error-page__text {
  margin-bottom: 30px; }
.error-page__btn {
  font-weight: 700;
  line-height: 100%; }
.error-page__btn:hover {
  background: #0A413E;
  border: 1px solid #0A413E; }
.error-page__bg {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: none; }

@media (max-width: 1230px) {
  .container {
    width: 980px; }
  .header-menu {
    display: none; }
  .m150 {
    margin: 120px 0; }
  .m150.m150_first {
    margin-top: 0; }

  .large {
    font-size: 55px;
    line-height: 100%; }

  .h1, h1 {
    font-size: 45px;
    line-height: 115%; }

  .h2, h2 {
    font-size: 35px;
    line-height: 100%; }

  .h3, h3 {
    font-size: 26px;
    line-height: 120%; }

  .h4, h4 {
    font-size: 24px;
    line-height: 100%; }

  .h5, h5 {
    font-size: 22px;
    line-height: 100%; }

  .h6, h6 {
    font-size: 20px;
    line-height: 100%; }

  p {
    font-size: 17px;
    line-height: 130%; }

  .p1 {
    font-size: 19px;
    line-height: 135%; }

  .p2 {
    font-size: 17px;
    line-height: 130%; }

  .p3 {
    font-size: 15px;
    line-height: 115%; }

  .cms-description-text h2 {
    font-size: 30px;
    line-height: 100%; }
  .cms-description-text h3 {
    font-size: 26px;
    line-height: 120%; }
  .cms-description-text h4 {
    font-size: 24px;
    line-height: 100%; }
  .cms-description-text h5 {
    font-size: 22px;
    line-height: 100%; }
  .cms-description-text ul li {
    font-size: 17px;
    line-height: 130%; }
  .cms-description-text ol li {
    font-size: 17px;
    line-height: 130%; }

  .header__right-group {
    gap: 10px;
    margin-right: 20px; }
  .header-menu__item{
    margin: 0 15px;  }
  .banner-slide__left {
    max-width: 460px; }
  .banner__footer {
    width: 460px; }

  .services {
    /*&_repair{
      .services{
        &__cards{
          .card{
            &:nth-child(2){
              grid-row: initial;
              grid-column: initial;
              .card__img{
                width: 160px;
              }
            }
          }
        }
      }
    }*/ }
  .services__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px; }
  .services__cards .card_big {
    grid-row: initial;
    grid-column: initial; }
  .services__cards .card_big .card__img {
    width: 100%;
    height: 100%; }

  .sale__cards .card {
    padding: 30px;
    min-height: 300px; }
  .sale__cards .card__img {
    height: 100%;
    width: auto;
    position: absolute;
    right: -50px;
    top: 0; }

  .useful-articles__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    gap: 30px; }
  .useful-articles__banner {
    max-width: 380px;
    margin: 0 auto; }
  .single-page__content {
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-gap: 30px; }
  .guarantee__wrapper {
    display: grid;
    grid-template-columns: 1fr 450px;
    grid-gap: 30px; } }
@media (max-width: 991px) {
  .container {
    width: 765px; }

  .header .menu-list__item.lg-hidden{
    display: flex!important; }
  .banner {
    margin: 120px auto;
    width: 765px;
    padding: 0 15px; }
  .banner-slide {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .banner-slide__left {
    max-width: 575px;
    margin: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
  .banner-slide__banner {
    padding: 0; }
  .banner-slide__group {
    margin-bottom: 0; }
  .banner__footer {
    display: none;
    width: 100%;
    margin: 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px; }
  .banner__footer_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .price-list-form {
    padding: 0 15px 60px; }
  .price-list-form__title {
    font-size: 34px;
    line-height: 115%;
    color: #FAFAFA;
    padding-bottom: 30px; }
  .price-list-form__group {
    grid-gap: 15px; }

  .brands__cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr); }

  .about__wrapper {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-gap: 20px; }
  .about__swiper {
    max-width: 790px;
    max-height: 850px; }
  .about__swiper-footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    gap: 10px; }

  .price {
    /*&__btn-more{
      margin: 10px auto 0;
      font-weight: 600;
      line-height: 100%;
      color: $main-color;
      width: 100%;
      border: none;
      background: transparent;
      padding: 20px;
      border-top: 1px solid #D9D9D9;
    }*/ }
  .price__header {
    margin-bottom: 25px; }
  .price__link {
    display: none; }
  .price__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .price__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .price__banner {
    max-height: none; }
  .price__banner img {
    margin: 0 auto;
    width: auto;
    height: auto; }
  .price__row {
    padding: 15px 10px; }
  .price__row:nth-child(odd) {
    background: #FAFAFA; }
  .price__download {
    margin: 10px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

  .sale__cards .card {
    padding: 30px 15px;
    min-height: 245px; }
  .sale__cards .card__img {
    height: 100%;
    width: auto;
    position: absolute;
    right: -50px;
    top: 0; }

  .contact-form__img {
    position: absolute;
    top: initial;
    bottom: -50px;
    right: -60px;
    width: 400px; }
  .contact-form__input {
    border-radius: 0; }

  .advantages__title {
    margin-bottom: 25px; }
  .advantages__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .advantages__cards .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px; }
  .advantages__cards .card:nth-child(7) {
    grid-row: 2/3;
    grid-column: 1/2; }
  .advantages__cards .card:nth-child(8) {
    grid-row: 4/5;
    grid-column: 2/3; }
  .advantages__cards .card__icon {
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px; }
  .advantages__cards .card__text {
    max-width: 250px;
    margin: 0 auto; }
  .advantages__cards .card-banner {
    padding: 0; }

  .front-seo-block {
    padding: 40px 0; }
  .front-seo-block__title {
    margin-bottom: 25px; }

  .footer__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    gap: 40px; }
  .footer__info {
    margin-left: 0; }

  .repair-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px; }
  .repair-block__title {
    margin-bottom: 25px; }
  .repair-block-card {
    padding: 15px; }
  .repair-block-card__img {
    height: 250px; }
  .repair-block-card__price {
    margin-top: 15px;
    padding-top: 20px; }
  .repair-block__btn{
    width: 100%; }
  .include-repair__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .include-repair__title {
    margin-bottom: 25px; }
  .include-repair__cards {
    grid-gap: 20px; }
  .include-repair__cards .card__num {
    margin-bottom: 8px; }
  .include-repair__banner img {
    height: auto;
    width: auto;
    margin: 0 auto; }

  .team__title {
    margin-bottom: 25px; }
  .team__swiper {
    margin: 0;
    padding: 0; }
  .team__swiper-footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    gap: 10px; }
  .team-card {
    width: 310px; }

  .document__title {
    margin-bottom: 25px; }
  .document__swiper-footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    gap: 10px; }
  .document__item {
    width: 280px; }

  .articles__title {
    margin-bottom: 25px; }
  .articles__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 30px; }
  .articles__list .card {
    gap: 10px;
    padding-bottom: 15px; }
  .articles__list .card__title {
    gap: 10px;
    margin-bottom: 8px; }

  .price-page__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .price-page .price-select {
    width: 100%;
    margin-bottom: 20px;
    position: relative; }
  .price-page__row {
    padding: 10px 15px; }
  .price-page-card__wrapper {
    display: none; }
  .price-page-card__link {
    font-weight: 600;
    line-height: 100%;
    margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: 1px solid #121212; }
  .price-page-card__link:hover {
    color: #FF9900;
    border-bottom: 1px solid #FF9900; }
  .single-page__content {
    display: block; }
  .aside-sticky{
    display: none;
  }
  .guarantee__title {
    margin-bottom: 25px; }
  .guarantee__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px; }
  .guarantee__text {
    margin-bottom: 25px; }
  .guarantee__banner img {
    margin: 0 auto; }

  .error-page {
    padding-bottom: 100px;
    position: relative; }
  .error-page__bg {
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-width: none; } }
@media (max-width: 767px) {
  .container {
    width: 100%; }

  .m150 {
    margin: 80px 0; }
  .m150.m150_first {
    margin-top: 0; }

  .large {
    font-size: 45px;
    line-height: 100%; }

  .h1, h1 {
    font-size: 35px;
    line-height: 115%; }

  .h2, h2 {
    font-size: 30px;
    line-height: 100%; }

  .h3, h3 {
    font-size: 24px;
    line-height: 120%; }

  .h4, h4 {
    font-size: 22px;
    line-height: 100%; }

  .h5, h5 {
    font-size: 20px;
    line-height: 100%; }

  .h6, h6 {
    font-size: 18px;
    line-height: 100%; }

  p {
    font-size: 16px;
    line-height: 130%; }

  .p1 {
    font-size: 16px;
    line-height: 135%; }

  .p2 {
    font-size: 16px;
    line-height: 130%; }

  .p3 {
    font-size: 14px;
    line-height: 115%; }

  .cms-description-text > * {
    margin: 10px 0; }
  .cms-description-text > *:first-child {
    margin-top: 0 !important; }
  .cms-description-text > *:last-child {
    margin-bottom: 0 !important; }
  .cms-description-text h2 {
    font-size: 28px;
    line-height: 100%;
    margin: 30px 0 10px; }
  .cms-description-text h3 {
    font-size: 24px;
    line-height: 120%;
    margin: 30px 0 15px; }
  .cms-description-text h4 {
    font-size: 22px;
    line-height: 100%;
    margin: 30px 0 15px; }
  .cms-description-text h5 {
    font-size: 20px;
    line-height: 100%;
    margin: 30px 0 15px; }
  .cms-description-text ul {
    margin: 30px 0; }
  .cms-description-text ul li {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px; }
  .cms-description-text ul li:last-child {
    margin: 0; }
  .cms-description-text ol {
    margin: 30px 0; }
  .cms-description-text ol li {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px; }
  .cms-description-text ol li:last-child {
    margin: 0; }

  .header_front-page {
    min-height: 750px; }
  .header__logo {
    max-width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px; }
  .header__right-group {
    flex-flow: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-right: 20px; }
  .header__call {
    line-height: 115%;
    /*justify-content: flex-end;
    width: 100%;*/ }
  .header__call svg {
    width: 16px;
    height: 16px; }
  .header__city{
    justify-content: flex-start; }
  .header__city .p1{
    line-height: 115%; }
  .header__city svg {
    width: 16px;
    height: 16px; }
  .header__btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .header-menu-wrapper {
    padding: 70px 20px 20px; }

  .banner {
    margin: 80px auto;
    width: 100%; }
  .banner-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .banner-slide__title {
    margin-bottom: 15px; }
  .banner-slide__text {
    margin: 0 auto 30px; }
  .banner-slide__btn {
    line-height: 100%;
    font-weight: 700;
    padding: 15px;
    width: 100%; }
  .banner-slide__btn:hover {
    background: #0A413E;
    border: 1px solid #0A413E; }

  .price-list-form__title {
    font-size: 30px;
    line-height: 100%;
    padding-bottom: 25px; }
  .price-list-form__group {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%; }
  .price-list-form__btn {
    margin-top: 20px; }

  .breadcrumb {
    margin: 25px 0 40px; }

  .services {
    /* &_repair{
       .services{
         &__cards{
           .card{
             &:nth-child(2){
               grid-row: initial;
               grid-column: initial;
               .card__img{
                 width: 100%;
                 height: 100%;
               }
             }
           }
         }
       }
     }*/ }
  .services__header {
    margin-bottom: 25px; }
  .services__link {
    display: none; }
  .services__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .services__cards .card {
    padding: 15px;
    min-height: 230px; }
  .services__cards .card_big {
    grid-row: initial;
    grid-column: initial; }
  .services__cards .card_big .card__img {
    width: 100%;
    height: 100%; }
  .services__cards .card__title {
    margin-bottom: 8px; }
  .services__cards .card__text {
    max-width: 190px;
    margin-bottom: 20px; }
  .services__cards .card__price {
    font-weight: 700;
    line-height: 115%;
    margin-left: -15px;
    background: #0A413E;
    color: #FAFAFA;
    padding: 5px 15px 5px 10px;
    max-width: 145px;
    min-width: 145px;
    position: relative;
    z-index: 2; }
  .services__cards .card__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 145px; }

  .brands__title {
    margin-bottom: 25px; }
  .brands__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 20px;
    margin-bottom: 40px; }
  .brands__swiper {
    margin: 0 0 50px;
    padding: 0; }
  .brands__swiper-footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    gap: 10px; }
  .brands-model__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding: 15px 0 40px;
    border-bottom: 1px solid #D9D9D9; }

  .about__title {
    margin-bottom: 25px; }
  .about__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .about-card {
    padding: 15px; }
  .about-card__text {
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .about__swiper {
    max-width: 790px;
    max-height: 850px;
    margin: 0; }
  .about__swiper-footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    gap: 10px; }

  .sale__header {
    margin-bottom: 25px; }
  .sale__link {
    display: none; }
  .sale__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sale__cards {
    display: grid;
    grid-template-columns: 1fr; }
  .sale__cards .card {
    padding: 15px;
    min-height: 280px; }

  .contact-form {
    padding: 50px 0;
    min-height: 620px; }
  .contact-form__title {
    margin-bottom: 30px; }
  .contact-form__form {
    max-width: 500px; }
  .contact-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 500px;
    width: 100%;
    gap: 15px;
    margin-bottom: 25px; }
  .contact-form__item {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    position: relative; }
  .contact-form__btn {
    font-size: 20px;
    padding: 13px 15px;
    width: 100%; }
  .contact-form__img {
    position: absolute;
    width: 300px;
    right: -40px; }

  .review__title {
    margin-bottom: 25px; }
  .review__swiper {
    margin: 0 0 40px;
    padding: 0; }
  .review__swiper-footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    gap: 15px; }
  .review-item {
    padding: 15px;
    width: 90%; }

  .useful-articles__header {
    margin-bottom: 25px; }
  .useful-articles__link {
    display: none; }
  .useful-articles__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .useful-articles__cards {
    gap: 15px; }
  .useful-articles__cards .card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 15px; }
  .useful-articles__cards .card__title {
    display: block;
    margin-bottom: 8px; }
  .useful-articles__cards .card svg {
    margin-top: 10px; }

  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .footer-info__text {
    line-height: 110%; }
  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: -3px;
    gap: 15px;
    max-height: 180px;
    width: 290px; }
  .footer-list__link {
    line-height: 100%; }
  .footer-copyright {
    gap: 10px; }
  .footer-copyright__logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 7px; }
  .footer-copyright a {
    font-size: 12px;
    line-height: 115%; }

  .about-advantages__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 10px;
    position: relative; }
  .about-advantages__row:before {
    content: "";
    position: absolute;
    top: 33%;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin-top: -9px; }
  .about-advantages__row:after {
    content: "";
    position: absolute;
    top: 66%;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin-top: 9px; }
  .about-advantages__num {
    margin-bottom: 4px; }

  .single-page__title {
    margin: 0 auto 15px;
    text-align: left; }
  .single-page__row{
    margin: 0 0 30px;}
  .single-page__data {
    line-height: 100%;
    text-align: left; }
  .single-page__content {
    margin: 0 auto 40px; }
  .single-page__tags {
    margin: 0;
    line-height: 100%;
    gap: 8px; }
  .single-page__tags a {
    line-height: 100%; } }
@media (max-width: 579px) {
  .container {
    width: 100%; }

  .modal-thanks {
    width: 90%;
    padding: 100px 15px;
    min-height: 250px; }

  .modal-city {
    width: 90%;
    padding: 70px 15px; }

  .header-menu-wrapper {
    width: 100vw;
    height: 100vh;
    padding: 140px 40px 40px; }

  .banner {
    margin: 30px auto 50px; }
  .banner__swiper .banner-pagination__start, .banner__swiper .banner-pagination__end {
    display: none; }
  .banner__swiper .banner-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 4px !important;
    background: #FAFAFA;
    width: 10px;
    height: 10px;
    opacity: 0.2;
    border-radius: 50%; }
  .banner__swiper .banner-pagination .swiper-pagination-bullet-active {
    background: #FF9900;
    height: 10px;
    opacity: 1; }
  .banner__swiper .banner-btn-prev, .banner__swiper .banner-btn-next {
    display: none; }

  .services__cards {
    grid-template-columns: 1fr;
    grid-gap: 20px; }

  .brands__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  .brands-model__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 15px 0 40px;
    border-bottom: 1px solid #D9D9D9;
    position: relative; }
  .brands-model__row:before {
    content: "";
    position: absolute;
    top: calc((100% - 40px) / 2);
    margin-top: -9px;
    width: 100%;
    height: 1px;
    background: #D9D9D9; }
  .brands__link {
    position: absolute;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 12px;
    gap: 10px; }

  .price__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px; }
  .price__name {
    width: auto;
    max-width: 390px; }

  .sale__cards .card__text {
    max-width: 135px; }
  .sale__cards .card__img {
    right: -80px; }

  .include-repair__cards {
    grid-template-columns: 1fr; }

  .document__item {
    width: 150px; }

  .articles__list .card__img {
    width: 75px;
    height: 75px; }

  .price-page__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px; }
  .price-page__name {
    width: auto;
    max-width: 390px; }

  .error-page__group {
    max-width: 360px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center; }
  .error-page__title {
    font-size: 80px;
    margin-bottom: 5px; }
  .error-page__text {
    margin-bottom: 20px; } }
@media (max-width: 360px) {
  .container {
    width: 100%; }

  .large {
    font-size: 38px;
    line-height: 100%; }

  .team-card {
    width: 260px; } }

.vacancy {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
@media (max-width: 992px) {
 .vacancy {
    margin-bottom: 70px;
    display: block;
 }   
}
.vacancy__title {
    margin-bottom: 40px;
}
.vacancy__left {
    flex: 0 0 calc(50% - 70px);
    margin-right: 70px;
}
@media (max-width: 992px) {
    .vacancy__left {
        flex: 1 1 100%;
        margin-right: 0px;
    }
 .vacancy__right {
    display: none;
 }   
}
.vacancy__content h1 .vacancy__content h2, .vacancy__content h3, .vacancy__content h4, .vacancy__content h5, .vacancy__content h6{
    font-family: "Inter", sans-serif;
}
.vacancy__content p {
    margin: 10px 0px;
}
.vacancy__content ul {
}
.vacancy__content li {
   display: flex;
   align-items: center;
   font-weight: 500;
}
.vacancy__content li::before {
    content: "";
    display: block;
    background: url("../img/arrow-right-list.svg") center no-repeat;
    height: 16px;
    width: 6px;
    background-size: contain;
    margin: 5px 6px 5px 0px;
}

.list-vacancy {
    width: 100%;
    margin-top: 40px;
    background: #FAFAFA;
    padding: 24px;
    position: relative;
}
.list-vacancy::after {
    content: "";
    display: block;
    width: 40px;
    height: 35px;
    background-size: contain;
    background: url('../img/ahtung.svg') center no-repeat;
    position: absolute;
    right: 24px;
    top: 24px;
}
.list-vacancy__item {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 8px;
}
.list-vacancy__item::before {
    content: "\2013";
    margin-right: 5px;
    display: block;
}
.list-vacancy__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 125%;
    margin-bottom: 16px;
    font-size: 20px;
    max-width: 360px;
    padding-right: 45px;
    color: #0A413E;
}
.list-vacancy__phone-label {
    color: #0A413E;   
    font-weight: 500;
}
.list-vacancy__phone {
    margin-top: 24px;
}

.contacts {
    
}
.contacts__title {
    font-size: 46px;
    margin-bottom: 40px;
}
.contacts__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 132px;
}
.contacts__left {
    padding: 32px;
    background: #FAFAFA;
}
.contacts__name {
    font-family: "Inter", sans-serif;
    font-size: 32px;
}
.contacts__block {
    display: flex;
    gap: 50px;
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
}
.contacts__item {
    flex: 0 0 calc(50% - 50px);
}
.contacts__placeholder {
    font-family: "Inter", sans-serif;
    opacity: .5;
    margin-bottom: 8px;
    font-size: 18px;
}
.contacts__text {
    font-size: 20px;
    line-height: 130%;
}
.contacts__socials {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}
.contacts__social {
    font-size: 18px;
    width: fit-content;
    display: flex;
}
.contacts__social::after {
    content: "";
    display: block;
    background: url("../img/arrow-link.svg") center no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-left: 7px;
}
.contacts__right {
    
}
.contacts__icon {
    width: 40px;
    height: 40px;
    background: #FF9900;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts__icon svg {
    width: 20px;
    height: 20px;
}
.contacts__block._start {
    gap: 12px;
    align-items: center;
}
.contacts__socials-text {
    font-size: 20px;
}
.contacts__right .container {
    padding: 40px;
    width: 100%;
}
.contacts__right .contact-form__group {
    width: 100%;
}
.contacts__right .contact-form__title {
    font-size: 28px;
}
.contacts__right .contact-form__img {
    right: unset;
    left: 42%;
    width: 80%;
    transform: rotate(20deg);
    top: unset;
    bottom: -50px;
}
.contacts__right .contact-form__group {
    display: block;
}
.contacts__right #input-name {
    margin-bottom: 24px;
}
.contacts__right .contact-form__input {
    max-width: 330px;
}
.contacts__right .contact-form {
    margin: 0px;
    border-radius: 10px;
    padding: 0px;
}

@media(max-width: 991px) {
    .contacts__container {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 769px) {
    .contacts {
        padding: 0px;
    }
    .contacts__left {
        margin: 0px 20px;
    }
    .contacts__title {
        margin-left: 20px;
    }
    .contacts__right .contact-form {
        border-radius: 0px;
    }
    .contacts__right .container {
        padding: 24px;
    }
    .contacts__block:not(._start) {
        display: block;
        border-bottom: none;
        padding: 0px;
    }
    .contacts__item {
        width: 100%;
        margin-bottom: 24px;
    }
    .contacts__name {
        font-size: 26px;
    }
}

.header-menu-socials {
    margin-top: 44px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.header-menu-socials-text {
    font-size: 28px;
}
@media (max-width: 767px) {
  .header-menu-socials-text {
    font-size: 24px;
  }
}
.footer-info__item .contacts__block {
    border-bottom: 0px;
    padding-bottom: 24px;
}
.footer-info__item .contacts__socials-text {
    color: #fff;
}

.header__right-contacts {
  display: flex;
  gap: 6px;
}
.header__whatsapp {
  padding-left: 16px;
  border-left: 1px solid #fff;
}