* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

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;
}

.banner__title {
  color: #fff;
}
h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 64px;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 15px;
  font-family: inherit;
}

h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  color: #2c2c2c;
}

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;
  background: linear-gradient(0deg, #CC000E 0%, #CC000E 0.01%, #F0414D 100%);
  color: #2c2c2c;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 50px rgba(255, 204, 51, 0.25);
  box-shadow: 0 5px 50px rgba(255, 204, 51, 0.25);
  position: relative;
  z-index: 1;
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, #CC000E 0%, #CC000E 0.01%, #F0414D 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-radius: 10px;
}

.btn:hover::before {
  opacity: 1;
}
.land_S-7 {
  text-transform: uppercase;
}
.inpstyle {
  background: #fff;
  border: 1px solid #A7A7A7;
  border-radius: 5px;
  padding: 18px 30px 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2c2c2c;
  width: 100%;
}

.consult__wrapper .inpstyle+.inpstyle {
  margin: 20px 0 0 0;
}

.inpstyle::-webkit-input-placeholder {
  color: #747474;
  font-weight: 300;
}

.inpstyle:-ms-input-placeholder {
  color: #747474;
  font-weight: 300;
}

.inpstyle::-ms-input-placeholder {
  color: #747474;
  font-weight: 300;
}

.inpstyle::placeholder {
  color: #747474;
  font-weight: 300;
}

.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 #A7A7A7;
  padding: 18px 30px 19px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: initial;
  height: 100%;
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
}
/* input[type="select-one"] {
  width: 4px !important;
}
.selectize-input input:not([type="select-one"]) {
  width: 100% !important;
} */

.selectize-input>input{
  width: 100% !important;
}
.selectize-input .item {
  width: max-content !important;

}
.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 #A7A7A7;
  -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: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #222;
  /* max-width: 165px; */
}

.header__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 5px 0;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.header__phone:not(.btn):before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/call.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 12px 0 0;
}

.header__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #666;
  /* max-width: 177px; */
  margin: 0 0 0 36px;
}

.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/new-logo-reno.svg);*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
  /*width: 61px;*/
  /*height: 80px;*/
  margin: 0 20px 0 0;
}

.MainHeader__logo {
  display: block;
  width: 64px;
  height: 88px;
  fill: #000;
}

.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-family: inherit;
  height: max-content;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 37px;
  margin: 0 0 0 90px;
}

.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;
  max-height: 790px;
}

.banner__wrapper {
  position: relative;
  z-index: 2;
  padding: 160px 0 90px;
  padding: 160px 0 0;
}

.banner__title {
  max-width: 800px;
  margin: 0 0 35px 0;
}

.banner__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  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: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 20px;
}
.banner__select:nth-child(4) {
  grid-column: 2/4;
}
/* .banner__row_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin: 0 0 24px 0;
}
.banner__row_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
} */

.advantages {
  padding: 130px 0 170px;
}

.advantages__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100px;
  height: 70px;
  margin: 0 50px 0 0;
}

.advantages__img.a1 {
  background-image: url(../img/svg/mechanic.svg);
}

.advantages__img.a2 {
  background-image: url(../img/svg/monitor.svg);
}

.advantages__img.a3 {
  background-image: url(../img/svg/car.svg);
}

.advantages__img.a4 {
  background-image: url(../img/svg/wheel.svg);
}

.advantages__text {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #000;
}

.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;
}

.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(0deg, #CC000E 0%, #CC000E 0.01%, #F0414D 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 .services__name, .services__item:hover .services__price {
  color: #fff;
}
.services__imgblock {
  margin: 0 50px 0 0;
  max-width: 84px;
  max-height: 84px;
}

.services__img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;

}

.services__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #2c2c2c;
}

.services__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #2c2c2c;
  margin-left: auto;
}

.services__more {
  margin: 30px 0 0 0;
  padding: 21px 20px;
}

.repair {
  display: block;
  background-image: url(../img/repair-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* max-height: 660px; */
  height: 100%;
}
/* .repair .selectstyle {
  border-radius: 10px;
  padding: 20px;
} */
.repair__inner {
  padding: 81px 0 55px;
}

.repair__title {
  max-width: 740px;
  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: 1105px;
}
.repair__form .selectize-input {
  border-radius: 10px;
}
.repair__form .inpstyle {
  padding: 19px 25px;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  border-radius: 10px;
}
.repair__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 16px 0;
}
.repair__form .inpstyle::-webkit-input-placeholder {
  color: #7e8393;
}

.repair__form .inpstyle:-ms-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: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 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;
}

.repair__label span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #A7A7A7;
  border-radius: 2px;
  margin: 0 15px 0 0;
}

.repair__label #check {
  display: none;
}

.repair__label>input:checked+span:before {
  background-color: #A7A7A7;
  background-image: url(../img/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 7px;
}

.seclider {
  padding: 130px 0;
}

.seclider-title {
  margin: 0 0 50px 0;
  font-weight: 600;
}

.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%);
 /* 2 */

background: linear-gradient(0deg, #CC000E 0%, #CC000E 0.01%, #F0414D 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='%232C2C2C'/%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 #A7A7A7;
  box-shadow: 0 0 2px 2px #A7A7A7;
}

.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 {
  max-width: 390px;
  width: 100%;
  background: linear-gradient(0deg, #CC000E 0%, #CC000E 0.01%, #F0414D 100%);
  padding: 10px 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  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(0deg, #CC000E 0%, #CC000E 0.01%, #F0414D 100%);
}

.map__btn:hover {
  background: linear-gradient(0deg, #CC000E 0%, #CC000E 0.01%, #F0414D 100%);
}

.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/svg/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 {
  position: relative;
}

.consult .banner-mainimg {
  max-height: 1095px;
}

.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: 1;
}

.consult__title {
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0 0 84px;
  max-width: 1050px;
}

.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: #333;
  padding: 50px 0 38px;
}

.footer__top .container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.footer__logo {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: cenetr;
  background-size: contain;
  width: 108px;
  height: 52px;
}

.footer__col {
  /* max-width: 177px; */
}

.footer__phone {
  color: #fff;
  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: #fff;
}

.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;
  justify-content: flex-end;
}

.footer__timetitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 4px 0 7px 0;
}

.footer__timetext {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.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: 14px;
  line-height: 136.28%;
  color: #fff;
  margin: 0 0 0 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.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%;
  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;
  background-image: url(../img/service-man.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    /* max-height: 90vh; */

}
.service-content {
  max-height: 90vh;
  overflow: auto;
}
/* .service::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/service-man.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
} */

.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: 500px;
}

.service__col {
  max-width: 347px;
}
.service__col .banner__select {
  margin: 0 0 30px 0;
}
.service__select {
  margin: 0 0 30px 0;
}

.service__inp {
  margin: 0 0 30px 0;
}

.service__btn {
  width: 100%;
  padding: 21px 25px;
}

.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 65px;
}

.thanks-big__right {
  max-width: 420px;
  max-height: 460px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}

.thanks-big__right #YaMaps-2 {
  height: 100%;
  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_3 .form__error {
  /*-ms-grid-column: 3;*/
  /*grid-column: 3;*/
  /*margin: -20px 0 0 0;*/
  grid-column: 3/4;
}

.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;
}

.action_content {
  width: 100%;
  background: linear-gradient(0deg, #F0B401 0%, #CC000E 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 12px rgba(34, 34, 34, 0.12);
  border-radius: 10px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  transition: all 400ms ease;
  cursor: pointer;
}

.action_content:hover {
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 12px rgba(34, 34, 34, 0.22);
}

.action_title {
  padding: 17px 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #222222;
  border-right: 2px dashed #FFFFFF;
}

.action_text {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #222222;
}

.action_text span {
  font-weight: 700;
}

.action_wrap {
  display: flex;
  justify-content: center;
  /*padding: 0 133px;*/
  margin: 0 auto;
}

.action_btn {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #834624;
  text-decoration: none;
  border-bottom: 1px dashed #834624;
  margin-left: 36px;

}

.action-modal {
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  display: none;
}

.action-modal h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #222222;

  margin-bottom: 20px;
}

.action-modal h3 span {
  font-weight: 600;
}

.action__form-descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #767676;
  margin-bottom: 30px;
}

.action-modal .btn span {
  font-weight: 600;
}

.action-modal .btn {
  font-weight: 400;
}

.stock {
  padding: 100px 0 170px;
}

.stock__title {
  margin: 0 0 60px;
}

.stock-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.stock-item {
  position: relative;
  overflow: hidden;
}


.stock-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.stock-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  border-radius: 5px;
  z-index: 1;
}

.stock-img:after {
  content: "";
  display: block;
  padding-top: 220px;
}

.stock-img img {
  border-radius: 5px;
  display: block;
  position: absolute;
  min-width: 570px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.stock-title {
  background: #CC000E;
  border-radius: 2px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  max-width: max-content;
}

.stock-subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 13px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.stock-btn {
  background: linear-gradient(0deg, #D6002C 0%, #F50537 100%);
  border-radius: 5px;
  padding: 12px 30px;
  width: max-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin: 30px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease,
    visibility 0.3s ease;
}

.stock-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease;
  transform: translateY(68%);
  padding: 0 20px 20px;
  z-index: 2;
}

.stock-item:hover .stock-img:before {
  background: rgba(0, 0, 0, 0.6);
}

.stock-item:hover .stock-info {
  bottom: 0;
  transform: translateY(0) !important;
}

.stock-item:hover .stock-subtitle,
.stock-item:hover .stock-btn {
  opacity: 1;
  visibility: visible;
}

.stock-subtitle__wrap {
  max-width: 315px;
}
.stock-item:nth-child(3) .stock-subtitle__wrap {
  max-width: fit-content;
}
.recall-modal {
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  display: none;
}

.recall__title {
  margin: 0 0 30px;
}

.recall-call__time.service__inp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px 30px;
}

.recall-btn.btn {
  font-size: 12px;
  width: 100%;
  padding: 10px 12px;
  margin: 0 10px 0;

}

.recall-btn {
  border: 1px solid transparent;
}

.recall-btn.active {
  box-shadow: 0px 4px 12px rgb(34 34 34 / 22%);
  border-color: #2c2c2c;
}
.seo-block {
  padding: 30px 0;
}
.seo-block p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20px;
}
.seo-block ul {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  list-style: none;
}
.seo-block ul li {
  position: relative;
  padding-left: 13px;
}
.seo-block ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #CC000E;
}
.seo-block h2 {
  margin-bottom: 15px;
}
.guarantee {
  margin: 35px 0 0 0;
}
.guarantee-wrapper {
  background: linear-gradient(0deg, #1F1F1F 0%, #3F3F3F 100%);
  box-shadow: 0px 4px 12px rgba(34, 34, 34, 0.12);
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #CC000E;
  text-align: center;
  padding: 24px 30px;
}
.guarantee-wrapper  span {
  color: #fff;
}



/*.selectstyle:focus-visible{*/

/*  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.2199 11.3047C20.5125 11.5979 20.9873 11.5985 21.2806 11.3059C21.5738 11.0134 21.5744 10.5385 21.2819 10.2453L20.2199 11.3047ZM10.763 0.762887L11.2939 0.233228C11.0014 -0.0600255 10.5266 -0.0605997 10.2333 0.231946L10.763 0.762887ZM0.221263 10.2198C-0.0719906 10.5124 -0.0725649 10.9872 0.219981 11.2805C0.512526 11.5737 0.987326 11.5743 1.28058 11.2818L0.221263 10.2198ZM21.2819 10.2453L11.2939 0.233228L10.2321 1.29255L20.2199 11.3047L21.2819 10.2453ZM10.2333 0.231946L0.221263 10.2198L1.28058 11.2818L11.2927 1.29383L10.2333 0.231946Z' fill='%23747474'/%3e%3c/svg%3e ");*/
/*  background-position: 93% center;*/
/*  background-repeat: no-repeat;*/
/*}*/
option {
  padding: 12px 30px;
}
option:selected {
  background-color: red;
}
option[data-data] {
  display: none;
}

.selectstyle:disabled {
  background: #e5e5e5;

}
