@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic-ext);

@font-face {
  font-family: 'Hyundai Sans Head Office';
  src: url("../fonts/HyundaiSansHeadOffice-Regular.eot");
  src: local('Hyundai Sans Head Office Regular'), local('Hyundai-Sans-Head-Office-Regular'),
    url('../fonts/HyundaiSansHeadOffice-Regular.woff2') format('woff2'),
    url('../fonts/HyundaiSansHeadOffice-Regular.woff') format('woff'),
    url('../fonts/HyundaiSansHeadOffice-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hyundai Sans Text Office';
  src: url("../fonts/HyundaiSansTextOffice-Bold.eot");
  src: local('Hyundai Sans Text Office'), local('HyundaiSansTextOffice-Bold'),
    url('../fonts/HyundaiSansTextOffice-Bold.woff2') format('woff2'),
    url('../fonts/HyundaiSansTextOffice-Bold.woff') format('woff'),
    url('../fonts/HyundaiSansTextOffice-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Hyundai Sans Head Office';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  border: 0;
  outline: 0;
}

html {
  height: 100%;
}

body {

  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden auto;
}

a {
  text-decoration: none;
  color: #000;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

h1 {
  font-weight: bold;
  font-size: 55px;
  line-height: 64px;
  letter-spacing: 0.01em;
  color: #fff;
}

h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 62px;
  color: #4C5865;
}

h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333;
}

img {
  max-width: 100%;
}

.btn {
  max-width: 100%;
  padding: 18px 30px;
  border-radius: 10px;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #013368 0%, #044386 100%), #013368;
  /*box-shadow: 0px 5px 50px rgba(255, 204, 51, 0.25);*/
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-radius: 10px;
  background: linear-gradient(180deg, #013368 0%, #002b58 100%), #013368;
}

.btn:hover::before {
  opacity: 1;
}

.inpstyle {
  background: #fff;
  border: 1px solid #013368;
  border-radius: 5px;
  padding: 18px 30px 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2c2c2c;
  width: 100%;
}

input[type="select-one"] {
  width: 100% !important;
}

.consult__wrapper .inpstyle+.inpstyle {
  margin: 20px 0 0 0;
}

.inpstyle::-webkit-input-placeholder {
  color: #747474;
  font-weight: 400;
}

.inpstyle:-ms-input-placeholder {
  color: #747474;
  font-weight: 400;
}

.inpstyle::placeholder {
  color: #747474;
  font-weight: 400;
}

.shadow {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}

.selectize-input {
  border: 1px solid #013368;
  padding: 19px 30px 19px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: initial;
  height: 100%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 18px;
  line-height: 21px;
}

.selectize-control.single .selectize-input:after {
  border: 0;
  background-image: url(../img/svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selectize-dropdown {
  border: 1px solid #013368;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-dropdown .create,
.selectize-dropdown .no-results,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  padding: 10px 30px;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.header__fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 0 5px 2px #c5c5c5;
}

.header__fixed .header__wrapper {
  padding: 15px 0;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.2s ease;
  align-items: center;
}

.header__name {
  margin: 0 100px 0 0;
  display: flex;
  align-items: center;
}

.header__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px 0;
}

.header__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #4C5865;
  max-width: 175px;
}

.header__phone {
  font-family: 'Hyundai Sans Text Office';
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #4C5865;
  margin: 0 0 5px 0;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: end;

}

.header__phone:not(.btn):before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/call-svg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 12px 0 0;

}

.header__address {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4C5865;
  /*margin: 0 0 0 36px;*/
  text-align: end;
}

.header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__timeimg {
  background-image: url(../img/svg/clock-i1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: 0 14px 0 0;
}

.header__timetitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin: 0 0 7px 0;
}

.header__timetext {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #4f4f4f;
}

.header__logo {
  background-image: url(../img/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 63px;
  margin: 0 20px 0 0;
}

.header__mobile {
  height: 30px;
  display: none;
  cursor: pointer;
  position: relative;
  background-color: #eaeaea;
}

.header__mobile:hover .header__mobilebtn {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.header__mobilebtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__mobilebtn:after {
  content: "ПОЗВОНИТЬ";
  display: inline-block;
  background-image: url(../img/svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 135px;
  height: 18px;
  text-align: center;
  background-size: 15px;
}

.header__mobilebtn.act:after {
  background-image: url(../img/svg/arrow_r.svg);
}

.header__mobileinner {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 15px 30px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
  pointer-events: none;
}

.header__mobileinner.act {
  opacity: 1;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  z-index: 5;
  pointer-events: visible;
}

.header__mobileinner .header__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__mobileinner .header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__right {
  display: flex;
}

.header__right .btn {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 41px 10px 41px;
  margin: 0 0 0 30px;
  color: #fff;
}

.header-fixed__call {
  display: none;
}

.benefit {
  background-color: #f4f4f4;
}

.benefit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefit__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000;
}

.benefit__btn {
  max-width: 245px;
  padding: 15px 20px;
  margin: 0 40px 0 0;
}

.banner {
  position: relative;
}

.banner-mainimg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.land_S-2 {
  text-transform: uppercase;
}
.banner.loadeded::before {
  content: "";
  display: block;
  background-image: url(../img/lada-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.banner__wrapper {
  position: relative;
  z-index: 2;
  padding: 160px 0 90px;
}

.banner__title {
  max-width: 720px;
  margin: 0 0 35px 0;
}

.banner__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.015em;
  color: #fff;
  margin: 0 0 60px 0;
  max-width: 771px;
}

.banner__form {
  background-color: #fdfdfd;
  border-radius: 10px;
  opacity: 0.95;
  padding: 28px 30px 30px;
}

.banner__formtitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #222;
  margin: 0 0 20px 0;
}

.banner__formtext {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #222;
  margin: 0 0 30px 0;
}

.banner__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}

.advantages {
  padding: 130px 0 170px;
}

.advantages__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px 30px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
}

.blue__cards-wrapper {
  font-family: 'Hyundai Sans Head Office', sans-serif;
  margin: 50px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
}
.show-blue-card-actions {
  font-family: 'Hyundai Sans Head Office', sans-serif;
  font-weight: bold;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  padding: 25px 55px;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #013368 0%, #044386 100%), #013368;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  transition: all .3s;
}
.show-blue-card-actions:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 15px #3d3d3d7a;
}
.blue__card-hide {
  display: none !important;
}
.blue__card .advantages__img {
  /* display: none; */
}
.blue__card .advantages__text {
  line-height: 1.5;
}
.blue__card {
  background: linear-gradient(180deg, #013368 0%, #044386 100%), #013368;
  border-radius: 10px;
  cursor: pointer;
}
.blue__card svg {
  stroke: #fff;
  width: 90px;
  height: 90px;
}
.blue__card img {
  width: 90px;
  height: 90px;
}
.blue__card .advantages__text {
  letter-spacing: -0.35px;
  color: #fff;
}
.blue__card a {
  text-decoration: underline;
  color: #fff;
  transition: .3s;
}

.advantages__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
}

.advantages__img.a1.lazyimg {
  background-image: url(../img/icon1.svg);
}

.advantages__img.a2.lazyimg {
  background-image: url(../img/icon2.svg);
}

.advantages__img.a3.lazyimg {
  background-image: url(../img/icon3.svg);
}

.advantages__img.a4.lazyimg {
  background-image: url(../img/icon4.svg);
}
.advantages__img.a5.lazyimg {
  background-image: url(../img/icon2.svg);
}
.advantages__img.a6.lazyimg {
  background-image: url(../img/icon14.svg);
}

.advantages__text {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #4C5865;
}

.services {
  padding: 0 0 130px 0;
}

.services__title {
  max-width: 735px;
  margin: 0 0 94px 0;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 90px 23px 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d0d0d2;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  color: #4C5865;
  font-weight: 400;
}

.services__item+.services__item {
  margin: 20px 0 0 0;
}

.services__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, #023469 0%, #054486 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-radius: 9px;

}

.services__item:hover::before {
  opacity: 1;
}

.services__item:hover {
  border-color: transparent;
}

.services__item:hover .services__name,
.services__item:hover .services__price {
  color: #fff
}

.services__imgblock {
  margin: 0 50px 0 0;
}

.services__imgblock svg {
  max-width: 84px;
  max-height: 84px;
}

.services__img {
  width: 100%;
}


.services__name {
  font-size: 24px;
  line-height: 28px;
}

.services__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-left: auto;
}

.services__name,
.services__price {
  transition: color .3s ease;
}

.services__more {
  margin: 30px 0 0 0;
  padding: 21px 20px;
}

.repair {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* max-height: 660px; */
  height: 100%;
}

.repair.lazyimg {
  background-image: url(../img/repair-bg.jpg);
}

.repair__inner {
  padding: 81px 0 55px;
}

.repair__title {
  max-width: 700px;
  margin: 0 0 15px 0;
}

.repair__subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #2c2c2c;
  margin: 0 0 45px 0;
}

.repair__form {
  max-width: 724px;
}

.repair__form .inpstyle {
  padding: 19px 25px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

.repair__form .inpstyle::-webkit-input-placeholder {
  color: #7e8393;
}

.repair__form .inpstyle::-ms-input-placeholder {
  color: #7e8393;
}

.repair__form .inpstyle::placeholder {
  color: #7e8393;
}

.repair__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 0 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.repair__comm {
  resize: none;
  width: 100%;
  height: 76px;
  padding: 15px 25px;
  margin: 0 0 30px 0;
}

.repair__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #747474;
}

.repair__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.repair__label span {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #747474;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  margin: 7px 0 0 0;
  position: relative;
  padding: 0 0 0 30px;
}
.repair__consent a {
  margin: 0 0 0 5px;
  color: #747474;
  text-decoration: underline;
}
.repair__label span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #013368;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.repair__label #check {
  display: none;
}

.repair__label>input:checked+span:before {
  background-color: #013368;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 7px;
}

.seclider {
  padding: 130px 0;
}

.seclider-title {
  max-width: 645px;
  margin: 0 0 50px 0;
}

.slider-container {
  display: flex;
}

.slider-left {
  width: calc(100% - 237px);
}

.slider-right {
  max-width: 215px;
  width: 100%;
  max-height: 520px;
  margin: 0 0 0 22px;
  overflow: hidden;
}

.slider-slide img {
  display: block;
}

.slider-right .swiper {
  overflow: visible;
  height: 100%;
}

.slider-right .swiper-slide {
  height: 120px !important;
  cursor: pointer;
  user-select: none;
}

/* .slider-right .swiper-slide-active {
  border-color: #f0b401;
} */

.slider-right .right-slider-btn-prev,
.slider-right .right-slider-btn-next {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #013368 0%, #044386 100%);
  width: 101%;
  z-index: 2;
  margin: 0;
  height: 20px;
}

.slider-right .right-slider-btn-next {
  top: auto;
  bottom: 0;
}

.slider-right .right-slider-btn-prev:after,
.slider-right .right-slider-btn-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.67983 0.691626C8.28802 0.302377 7.65484 0.304458 7.2656 0.696275L0.716587 7.28864C0.0898233 7.91955 0.536708 8.99341 1.42602 8.99341L14.6107 8.99341C15.5032 8.99341 15.9487 7.913 15.3155 7.28399L8.67983 0.691626Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
}

.slider-right .right-slider-btn-next:after {
  transform: rotate(180deg);
}

.slider-left iframe {
  width: 100%;
  height: 80%;
}

.slider-left .slider-iframe {
  position: relative;
  padding-bottom: 55.65%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}

.slider-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.salon {
  padding: 130px 0;
}

.salon__title {
  margin: 0 0 40px 0;
}

.salon__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
}

.salon__name {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #2c2c2c;
  margin: 0 0 30px 0;
}

.salon__slider {
  margin: 0 0 10px 0;
  max-width: 539px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.salon__left,
.salon__right {
  max-width: 540px;
}

.salon__subslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.salon__sliderimg {
  max-width: 100%;
  display: none;
}

.salon__sliderimg.act {
  display: inline-block;
}

.salon__subslideritem {
  cursor: pointer;
  max-width: 98px;
}

.salon__subslideritem.act {
  -webkit-box-shadow: 0 0 2px 2px #fc3;
  box-shadow: 0 0 2px 2px #fc3;
}

.salon__subslideritem+.salon__subslideritem {
  margin: 0 0 0 13px;
}

.salon__subslideritem img {
  display: block;
  max-width: 100%;
}

.typed-cursor {
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.map {
  position: relative;
  overflow: hidden;
}

.map__block {
  position: absolute;
  top: 0;
  left: calc(15%);
  z-index: 2;
  width: 100%;
  max-width: 470px;
  max-height: 580px;
  height: 100%;
  padding: 40px 35px 30px;
  background-color: #fff;
}

.map__title {
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  color: #222;
  margin: 0 0 20px 0;
}

.map__btn {
  width: 100%;
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}

.map__btn+.map__btn {
  margin: 20px 0 0 0;
}

.map__btn.act {
  background: linear-gradient(180deg, #013368 0%, #044386 100%), #013368;
}

.map__btn:hover {
  background: linear-gradient(180deg, #013368 0%, #044386 100%), #013368;
}

.map__top {
  padding: 0 0 24px 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}

.map__address {
  padding: 35px 15px 0;
}

.map__name {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #4f4f4f;
  margin: 0 0 18px 0;
}

.map__phone {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #333;
}

.map__phone::before {
  content: "";
  display: inline-block;
  background-image: url(../img/phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin: 0 13px 0 0;
}

.map__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #333;
  margin: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map__text::before {
  content: "";
  display: inline-block;
  background-image: url(../img/clock-i1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin: 0 13px 0 0;
}

.map__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.map__type+.map__type {
  margin: 0 0 0 27px;
}

.map__typename {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #253056;
}

.map__typeimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  height: 77px;
  margin: 39px 0 11px;
}

.map__typeimg.m1 {
  background-image: url(../img/ya-maps.png);
}

.map__typeimg.m2 {
  background-image: url(../img/google-maps.png);
}

#YaMaps {
  height: 580px;
}

.consult {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}


.consult.loadeded::before {
  content: "";
  display: block;
  background-image: url(../img/lada-consult.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.consult__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 90px 0 52px;
  position: relative;
  z-index: 2;
}

.consult__title {
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0 0 84px;
  max-width: 910px;
}

.consult__form {
  max-width: 470px;
  width: 100%;
  max-height: 100%;
  background-color: #fff;
  padding: 30px 60px;
  -webkit-box-shadow: 0 0 40px rgba(16, 27, 61, 0.08);
  box-shadow: 0 0 40px rgba(16, 27, 61, 0.08);
  border-radius: 10px;
}

.consult__formtitle {
  font-weight: 400;
  font-size: 35px;
  text-align: center;
  line-height: 41px;
  letter-spacing: 0.015em;
  color: #000;
  margin: 0 0 20px 0;
}

.consult__formsubtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #000;
  margin: 0 0 40px 0;
}

.consult__inp {
  padding: 19px 25px;
  width: 100%;
}

.consult__area {
  margin: 20px 0 0 0;
  resize: none;
  width: 100%;
  height: 100px;
  padding: 19px 25px;
}

.consult__btn {
  margin: 40px 0 0 0;
  width: 100%;
}

.consult__formtext {
  font-family: Rubik, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #747474;
  margin: 15px 0 0 0;
}

.footer__top {
  background-color: #F7F8F8;
  padding: 50px 0 38px;
}

.footer__top .container {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}

.footer-line-center {
  display: flex;
}

.footer-line-left {
  margin-right: 27px;
}

.footer__logo {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 293px;
  height: 69px;
}

.footer__col {
  max-width: 205px;
}

.footer__phone {
  color: #66727D;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.footer__subphone {
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #66727D;
}

.footer__timeimg {
  background-image: url(../img/svg/white-clock.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: 0 14px 0 0;
}

.footer__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 218px;
}

.footer__timetitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #66727D;
  margin: 4px 0 7px 0;
}

.footer__timetext {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #66727D;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__sociallink {
  display: block;
  max-height: 30px;
}

.footer__sociallink+.footer__sociallink {
  margin: 0 0 0 15px;
}

.footer__sociallink img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__sociallink:hover img {
  opacity: 0.6;
}

.footer__bottom {
  background-color: #000;
  padding: 30px 0;
}

.footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 136.28%;
  color: #8c92a3;
}

.footer__copyright+.footer__copyright {
  margin: 0 0 0 23px;
}

.footer__privacy {
  font-weight: 400;
  font-size: 10px;
  line-height: 136.28%;
  color: #013368;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin: 0 0 10px;
}

.footer__privacy:hover {
  color: #8c92a3;
}

.footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 136.28%;
  color: #fff;
}

.footer__right {
  display: flex;
  align-items: center;
}

.bgmodal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 100%;
  display: none;
}

.bgmodal__cont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.bonus {
  background: #fff;
  border-radius: 15px;
  padding: 50px 70px;
  max-width: 970px;
  display: none;
  position: relative;
}

.bonus__title {
  text-align: center;
  margin: 0 0 50px 0;
}

.bonus__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bonus__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bonus__benefit {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonus__benefit+.bonus__benefit {
  margin: 20px 0 0 0;
}

.bonus__benefit::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 25px 0 0;
  min-width: 40px;
  height: 40px;
}

.bonus__benefit.bmi1::before {
  background-image: url(../img/svg/rub.svg);
}

.bonus__benefit.bmi2::before {
  background-image: url(../img/svg/card.svg);
}

.bonus__help {
  margin: 10px 0 0 90px;
}

.bonus__helptype {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #777;
}

.bonus__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #777;
  margin: auto 0 0 0;
}

/*.bonus__form {*/
/*  max-width: 350px;*/
/*  width: 100%;*/
/*  margin: 0 0 0 50px;*/
/*}*/

.bonus__select {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}

.bonus__select .selectize-input {
  padding: 19px 25px;
}

.bonus__inp {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  margin: 30px 0;
  padding: 19px 25px;
  font-size: 17px;
  line-height: 20px;
}

.bonus__inp::-webkit-input-placeholder {
  font-weight: 300;
}

.bonus__inp:-ms-input-placeholder {
  font-weight: 300;
}

.bonus__inp::-ms-input-placeholder {
  font-weight: 300;
}

.bonus__inp::placeholder {
  font-weight: 300;
}

.bonus__btn {
  width: 100% !important;
  padding: 21px 43px;
  -webkit-box-shadow: 0 5px 50px rgba(255, 204, 51, 0.25);
  box-shadow: 0 5px 50px rgba(255, 204, 51, 0.25);
}

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: url(../img/svg/close.svg);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

.service {
  max-width: 1170px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  border-radius: 10px;
  position: relative;
  display: none;
}

.service::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.service::after {
  background-image: url(../img/service-man.png);
}

.service__imgblock {
  max-width: 84px;
  margin: 0 30px 0 0;
}

.service__form {
  margin: 23px 0 0;
  position: relative;
  z-index: 2;
}

.service__title {
  text-align: left;
}

.service__subtitle {
  margin: 20px 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.015em;
  color: #2c2c2c;
  max-width: 509px;
}

.service__type {
  text-transform: lowercase;
}

.service__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.015em;
  color: #666;
  margin: 0 0 30px 0;
  max-width: 355px;
}

.service__col {
  max-width: 347px;
}

.service__select {
  margin: 0 0 30px 0;
}

.service__inp {
  margin: 0 0 30px 0;
}

.service__btn {
  width: 100%;
  padding: 21px 43px;
}

.thanks {
  max-width: 420px;
  width: 100%;
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 10px;
  position: relative;
  display: none;
}

.thanks__img {
  background-image: url(../img/svg/success.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0 auto 25px;
}

.thanks__title {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: 700;
}

.thanks__text {
  text-align: center;
  margin: 0 0 20px 0;
}

.thanks-big {
  max-width: 970px;
  max-height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  display: none;
  position: relative;
}

.thanks-big .close {
  right: -45px;
  top: -45px;
}

.thanks-big__wrap {
  display: flex;
}

.thanks-big__left {
  padding: 40px 50px;
}

.thanks-big__right {
  max-width: 420px;
  max-height: 490px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}

.thanks-big__right #YaMaps-2 {
  height: 490px;
  width: 420px;
  max-height: max-content;
}

.thanks-big__title {
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
  margin: 0 0 44px 0;
  display: flex;
  flex-direction: column;
}

.thanks-big__row {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #2c2c2c;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}

.thanks-big__row:before {
  content: "";
  width: 25px;
  height: 25px;
  margin: 0 15px 0 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.thanks-big__row.point:before {
  background-image: url("../img/map-point.png");
}

.thanks-big__row.clock:before {
  background-image: url("../img/map-time.png");
}

.thanks-big__row-2 {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
  margin: 30px 0 0;
}

.thanks-big .map__typeimg {
  width: 61px;
  height: 61px;
  margin: 19px 0 11px;
}

.form__error {
  color: red;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  margin: 7px 0 0 0;
  height: 15px;
}

.banner__row .form__error {
  -ms-grid-column: 3;
  grid-column: 3;
  margin: -20px 0 0 0;
}

.repair__form .form__error {
  margin: -20px 0 0 110px;
  text-align: left;
}

.inperr {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-color: red;
}

.hidden {
  display: none;
}

.visible {
  display: flex;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 12px;
  transform: scale(0.6);
  margin: 2px auto -1px;
  float: none;
  will-change: transform;
}

.lds-ellipsis div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  will-change: transform;
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

.copyright {
  margin: 0 35px 0 0;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.copyright b {
  transition: all 0.2s linear;
  font-family: "Open Sans", sans-serif;
}

.header__logo-title {
  display: none;
}

.map__address .header-phones__num {
  display: inline;
}

.cbk-window .cbk-form .cbk-form-title small {
  padding: 20px 0 10px 0 !important;
}

.cbk-window.cbk-window-modal a.cbk-copyright-callbackkiller {
  display: none !important;
}

.cbk-window * {
  margin: 0 0 10px 0 !important;
}

.cbk-window .cbk-form .cbk-input,
.cbk-window .cbk-form .cbk-input:focus,
.cbk-window .cbk-form .cbk-input:hover {
  margin: 0 0 20px 0 !important;
}

.flex {
  display: flex;
}

#YaMaps-2 .ymaps-2-1-79-map {
  height: 490px !important;
}

.iconY {
  stroke: #013368;
}

.services__item:hover .iconY {
  stroke: #fff;
}

.services__item:hover .iconX {
  stroke: #fff;
}
.agreement {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4C5865;
}
.agreement  a {
  text-decoration: underline;
}
.banner__form .agreement {
  grid-column: 1/3;
}
.consult__form .agreement, .bonus__form .agreement, .service__form .agreement {
  margin: 7px 0 0 0;
}
