@charset "UTF-8";

@font-face {
  font-family: inter;
  font-display: swap;
  src: url("fonts/inter-regular.woff2") format("woff2"), url("fonts/inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: inter;
  font-display: swap;
  src: url("fonts/inter-medium.woff2") format("woff2"), url("fonts/inter-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: inter;
  font-display: swap;
  src: url("fonts/inter-semibold.woff2") format("woff2"), url("fonts/inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: inter;
  font-display: swap;
  src: url("fonts/inter-bold.woff2") format("woff2"), url("fonts/inter-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: manrope;
  font-display: swap;
  src: url("fonts/manrope-regular.woff2") format("woff2"), url("fonts/manrope-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: manrope;
  font-display: swap;
  src: url("fonts/manrope-semibold.woff2") format("woff2"), url("fonts/manrope-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: manrope;
  font-display: swap;
  src: url("fonts/manrope-bold.woff2") format("woff2"), url("fonts/manrope-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: manrope;
  font-display: swap;
  src: url("fonts/manrope-extrabold.woff2") format("woff2"), url("fonts/manrope-extrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}


[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

*:before,
*:after {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
  background-color: #202021;
}

body {
  font-family: "inter";
  color: #737373;
  line-height: 1;
  font-size: 16px;
  cursor: default;
  outline: none;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: "inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

ul li {
  list-style: none;
}

p {
  font-size: inherit;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a {
  color: inherit;
  text-decoration: none;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top:120px;
  background-color: #202021;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 1248px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
}

[class*=__container-min] {
  max-width: 1044px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

[data-href]{
  cursor:pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 123%;
  letter-spacing: -0.04em;
  color: #100E0E;
  margin: 0;
}

.main__distance {
  padding: 100px 0;
}

.title {
  color: #fff;
  font-family: 'Manrope';
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  font-weight: 600;
  max-width: 500px;
  margin: 0px auto 48px;
}

.title span {
  color: #9d231f;
}

.subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #737373;

  max-width: 620px;
  margin: 0 auto;
}
.title--arrow {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 44px;
}

.title--arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-image: url(img/icons/arrow-high.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 32px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
}

.btn {
  display: inline-block;
  vertical-align: top;
  color: #202021;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  background-color: #FFC761;
  border-radius: 12px;
  cursor: pointer;
  padding: 22px 43px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.2s;
}

.btn:not(:disabled):hover,
.btn:not(:disabled):active {
  background-color: #F1B343;
}

.btn-empty {
  color: #FFC761;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  padding: 16px 22px;

  border: 1px solid #3C3C3E;
  border-radius: 10px;
  transition: .2s all;
}

.btn-empty:not(:disabled):hover {
  color: #3C3C3E;
  background-color: #FFC761;
  border: 1px solid #FFC761;
}
.btn:disabled,
.btn--disabled,
.btn-empty:disabled{
  opacity: 0.4000000059604645;
  cursor:default;
}


.link-blank {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.link-blank__arrow {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border: 1px solid #ECECEC;
  border-radius: 50%;
  margin: 0px 0px 16px auto;
  background-image: url(img/icons/arrow-high.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
}

.link-blank__txt {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #100E0E;
}

.link-blank:hover .link-blank__txt{
  color:#9d231f
}

a {
  display: inline-block;
  vertical-align: top;
  color: #ffc761;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  outline: none;
  font-family: inherit;
  text-decoration: none;
  background-color: transparent;
}

.hide {
  display: none;
}

[hidden] {
  display: none;
}

.overflow {
  overflow: hidden;
}

input,
textarea {
  padding: 8px 15px;
}

button,
input,
select,
textarea {
  outline: none;
  font-family: inherit;
}

select {
  cursor: pointer;
  background-size: 10px;
  text-transform: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  z-index: 1;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
}

input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid #ffc761;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #FFC761;
}

input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 11px;
  height: 11px;
  background-image: url(img/icons/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=password],
input[type=email],
textarea,
select{
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding: 15px 20px;
  font-family: inherit;
  width: 100%;
  border-radius: 10px;
  border: none;
  transition: 0.2s border;
  color: #FFFFFF;
  background-color: #171717;
  border: 2px solid #171717;
}
/*input[type=tel]::-webkit-input-placeholder,
input[type=tel]::-moz-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  font-size: 18px;
  color: red !important;
  opacity: 0.65;
}*/

input[type=tel]::-webkit-input-placeholder {color:#fff !important;opacity: 0.3499999940395355;}
input[type=tel]::-moz-placeholder          {color:#fff !important;opacity: 0.3499999940395355;}
input[type=tel]:-moz-placeholder           {color:#fff !important;opacity: 0.3499999940395355;}
input[type=tel]:-ms-input-placeholder      {color:#fff !important;opacity: 0.3499999940395355;}


button,
input {
  overflow: visible;
  background-color: initial;
}

button {
  padding: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

form {
  margin: 0;
}

::-moz-selection {
  background: #a0c4e0 !important;
}

::selection {
  background: #a0c4e0 !important;
}

::-moz-selection {
  background: #a0c4e0 !important;
}

/* Popup корпоротивный */

#xs_recall,
#xs_add_review,
.xs_recall{
  max-width: 500px;
  padding: 0px;
}

#xs_recall .title,
#xs_add_review .title,
.xs_recall .title{
  font-size: 35px;
  margin: 0px 0px 20px 0px;
}

#xs_recall .description,
#xs_add_review .description,
.xs_recall .description{
  margin-bottom: 25px;
  font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #A0A0A0;
}

#xs_recall input[type=text],
#xs_add_review input[type=text],
#xs_recall textarea,
#xs_add_review textarea,
.xs_recall textarea,
.xs_recall input[type=text]{
  margin-bottom: 30px;
}

#xs_recall .name,
#xs_add_review .name,
.xs_recall .name{
  margin-bottom: 6px;
  font-size: 14px;
}

#xs_recall .box-sub,
#xs_add_review .box-sub,
.xs_recall .box-sub{
  margin: 24px 0px 24px;
}

#xs_recall .sanding,
#xs_add_review .sanding,
.xs_recall .sanding{
  width: 100%;
  margin: 0px 0px 20px;
  border: none;
}

.xs_result {
  color: green;
}
.xs_result .good{
  background: #adffb3;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e4e4e4;
}

.xs_load {
  position: relative;
}

.xs_load:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(60 60 62 / 70%);
  z-index: 99;
  opacity: 1;
}

.xs_load:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0;
  z-index: 100;
  margin: auto;
  width: 26px;
  height: 26px;
  background-size: contain;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slick-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.slick-arrows button {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #ECECEC;
  cursor: pointer;
  background-image: url(img/icons/arrow-slider-common.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
}

.slick-arrows__next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-arrows--mobile {
  display: none;
}

.slick-arrows--mobile button {
  background-size: 10px;
}

.slick-dots {
  margin: 0 -4px;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.slick-dots button {
  outline: 0;
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 8;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  border-radius: 50%;
  background-color: #E2E2E2;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #9D231F;
}

.opacity-scroll--right {
  position: absolute;
  top: 0;
  left: auto;
  right: -1000px;
  width: 999px;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.5;
}

._anim_up_target {
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  opacity: 0;

  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._active ._anim_up_target {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

._anim_left_target {
  -webkit-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._active ._anim_left_target {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

._anim_right_target {
  -webkit-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._active ._anim_right_target {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

._active ._anim_left_target.hero__title {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

._active ._anim_up_target.hero-section__title {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

._active ._anim_up_target.hero-section__subtitle {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0.6;

  -webkit-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

._active ._anim_up_target.hero-section__btn {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;

  -webkit-transition: all 0.6s ease 0.4s;
  -o-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}

/* Keyframes */

/* @keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
} */

#xs_recall{
    max-width: 500px;
    padding:40px;
    border-radius: 12px;
    background-color: #171717;
}

#xs_recall .title {
    color: #fff;
	text-align:left;
    font-size: 35px;
    margin: 0px 0px 20px 0px;
}

#xs_recall .description {
    margin-bottom: 25px;
}

#xs_recall input[type=text] {
	background: #2C2C2D;
    padding: 15px 16px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    box-sizing: border-box;
    border: 2px solid #2C2C2D;
}

#xs_recall input[type=text]:focus {
    border: 2px solid #606060;
}

#xs_recall .name{
    margin-bottom:6px;
}

#xs_recall .box-sub{
    margin:24px 0px 24px;
}

#xs_recall .xs_result p{
    margin:0;
}

#xs_recall .sanding {
    width: 100%;
    margin: 20px 0px 0px 0px;
    border: none;
}

.xs_result{
    color:green;
}



/* Header */
.header {
  padding: 20px 0; 
  background-color: #1B1B1C;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  transition:.2s border, .2s padding
}
.fix .header{
	border-bottom:0.5px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0; 
}
.header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__logo {
  width: 100px;
  min-width: 100px;
  margin: 0px 32px 0px 0px;
  opacity: 1;
}
.header__logo img{
	transition: .2s width;
	vertical-align:top;
}
.fix .header__logo img{
	width:88px;
}
.logo {
  display: block;
}
.header__menu {
  margin: 0px 32px 0px 0px;
}
.header__moto {
  font-size: 20px;
  color: #ffff;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  margin: 0px 0px 4px 0px;
}
.header__nav {
}
.header__ul {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 60px;
}
.header__li {
}
.header__link {
  display: inline-block;
  vertical-align: top;

  font-size: 14px;
  color: #737373;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding: 7px 0;

  transition: .2s all;
  border-bottom: 1px solid transparent;
}
.header__link:hover,
.header__link--active {
  color: #fff;
  border-bottom: 1px solid #FFC761;
}
.header__contact {
  font-size: 16px;
  color: #737373;
  font-weight: 500;
  line-height: 120%;
  text-align: right;
  margin: 0px 0px 6px auto;
}
.header__time {
  font-size: 16px;
  color: #737373;
  font-weight: 500;
  line-height: 120%;
  text-align: right;
  margin: 4px 0px 0px 0px;
}
.header__phone {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__phone::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url(img/icons/icon-phone.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;

  margin: 0px 8px 0px 0px;
}
.header__phone span {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.wr-burger {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-right: 24px;

  display: none;
}
.burger {
  width: 28px;
  height: 18px;
  position: relative;
  z-index: 1;
  transition: .2s all;
}
.burger span,
.burger:before,
.burger:after {
  display: block;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  transition: .2s all;
}
.burger span {
  top: 8px;
}
.body--menu .burger span {
  transform: rotate(45deg);
  margin-top: 0;
}
.burger:before {
  top: 0px;
}
.burger:after {
  bottom: 0px;
}
.body--menu .burger:before {
  top: 0px;
  transform: rotate(-45deg);
  margin-top: 8px;
}
.body--menu .burger:after {
  bottom: 0px;
  opacity: 0;
}

.header__btn {
  display: none;
}

.logo-mobile {
  display: none;
}


/* Hero section */
.hero-section {
  position: relative;
  min-height: 640px;
  padding-bottom:40px;
  background-color: #1B1B1C;

  display: flex;
  align-items: center;
}
.hero-section__container {
  position: relative;
}
.hero-section__inner {
  padding: 40px 0;
}
.hero-section__text {
  max-width: 480px;
  position: relative;
  z-index: 2;
}
.hero-section__mobtitle {
  display: none;
}
.hero-section__title {
  color: #fff;
  font-size: 44px;
  line-height: 120%;
  font-weight: 600;
  font-family: 'Manrope';
  margin: 0px 0px 16px 0px;
}
.hero-section__subtitle {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /*opacity: 0.6;*/
  max-width: 366px;
  margin: 0px 0px 36px 0px;
}
.hero-section__btn {
}
.hero-section__image {
  width: 1082px;
  padding-top: 608px;
  position: absolute;
  top: 44%;
  left: auto;
  right: -240px;
  z-index: 1;
  transform: translateY(-50%);
}
.hero-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}





/* Footer */
.footer {
  text-align: center;
  border-top: 0.5px solid rgba(255, 255, 255, 0.1);
}
.f-contact {
  padding: 60px 0;
}
.f-contact__inner {
}
.f-contact__tel {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  font-family: 'Manrope';
  margin: 0px 0px 6px 0px;
  padding: 0px 0px 0px 56px;
  position: relative;
}
.f-contact__tel::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  position: absolute;
  top:50%;
  left: 0;
  z-index: 1;
  background-image: url(img/icons/icon-phone.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.f-contact__schedule {
  color: #737373;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
.f-copyright {
  padding: 32px 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.1);
}
.f-copyright__inner {
}
.f-copyright p {
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}


/* Carusel logos */
.carusel-logos {
  border-top: 0.5px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}
.carusel-logos__cover {
  overflow: hidden;
  position: relative;
}
.carusel-logos__cover::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 64px;

  background-image: url(img/opacity.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(-180deg);
}

.carusel-logos__cover::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 64px;

  background-image: url(img/opacity.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.carusel-logos__cover .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.carusel-logos__body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 72px;

  padding: 48px 0;
  margin: 0 -105px 0 -36px;
}
.carusel-logos__item {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  min-width: 100px;
  margin: 0 36px;
}
.carusel-logos__item picture {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 64px;
}
.carusel-logos__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* Video */
.sec-video {
}
.sec-video__inner {
}
.sec-video__body {
}
.sec-video__video {
  position: relative;
  cursor: pointer;
}
.sec-video__placeholder {
  position: relative;
  width: 100%;
  padding-top: 53.333%;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(image.png), #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
}
.sec-video__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-video__play {
  width: 80px;
  height: 80px;
  position: absolute;
  top:50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);

  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sec-video__play::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 32px;

  background-image: url(img/icons/icon-play.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;

  position: absolute;
  top:50%;
  left: 50%;
  z-index: 1;
  transform: translate(-40%, -50%);
}

.order--search .btn{
	margin:30px 0 0;
}
.order--search{
	padding-bottom:0
}
/* Gallery */
.gallery {
}
.gallery__inner {
}

.gallery__head {
  margin: 0px 0px 48px 0px;
  text-align:center
}
.gallery__title {
  margin: 0px auto 16px;
}
.gallery__subtitle {}

.gallery__body {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.gallery__main {
  flex: 0 1 620px;
}
.gallery-main {
}
.gallery picture {
  display: block;
}
.gallery-main__item {
  position: relative;
  padding-top: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__child {
  flex: 0 1 580px;
}
.gallery-child {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -4px;
  box-sizing: border-box;
}
.gallery-child__item {
  width: calc(100% / 2 - 8px);
  margin: 4px;
  position: relative;
  padding-top: 216px;
  border-radius: 10px;
  overflow: hidden;
}





/* Auto List */
.auto-list {
  padding: 100px 0 70px;
  background-color: #fff;
}
.auto-list__inner {
}
.auto-list__title {
  color: #1B1B1C;
  margin-bottom: 20px;
}
.auto-list__subtitle {
  margin: 0 auto 48px;
}
.auto-list__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.auto-list__writem {
  flex: 1 1 150px;
  padding: 12px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: relative;
}

.auto-list__writem:nth-child(33),
.auto-list__writem:nth-child(34),
.auto-list__writem:nth-child(35),
.auto-list__writem:nth-child(36),
.auto-list__writem:nth-child(37),
.auto-list__writem:nth-child(38){
  flex-grow: 0;
}

.auto-list__item {
  position: relative;
  cursor:pointer;
}

.auto-list__front {
  opacity: 0;
  transition: .2s all;
}

.auto-list__back {
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  opacity: 1;

  transition: .2s all;
}

.auto-list__item:hover .auto-list__back {
  opacity: 0;
}

.auto-list__item:hover .auto-list__front {
  opacity: 1;
}

.auto-list__item picture {
  display: block;
  width: 100px;
  padding-top: 100px;

  position: relative;
}
.auto-list__img,
.auto-list__item svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Delivery */
.delivery {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}
.delivery__container-min {
  padding-bottom: 20px;
}
.delivery__inner {
}
.delivery__head {
  margin: 0px 0px 48px 0px;
}
.delivery__title {
  margin: 0px auto 16px;
}
.delivery__subtitle {
}
.delivery__body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -4px;
}
.delivery__item {
  width: calc(100% / 3 - 8px);
  margin: 4px;

  padding: 24px 20px;
  background-color: #2C2C2D;
  border-radius: 16px;

  text-align: center;
  position: relative;
  transition: .2s all;
  border: 2px solid transparent;
}
.delivery__item--wide {
  width: calc(100% / 2 - 8px);
  margin: 4px;
}

.delivery__numb {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;

  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 80.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;

  position: absolute;
  top:10px;
  left: 20px;
  z-index: 1;
}
.delivery__info {
  margin: 0 auto;
  max-width: 268px;

  position: relative;
  z-index: 2;
}
.delivery__focus {
  position: relative;
  margin-bottom: 16px;
}
.delivery__img {
  transition: .2s all;
  opacity: 1;
}
.delivery__img-gold {
  position: absolute;
  top:50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .2s all;
}
.delivery__text {
}
.delivery__tlt {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin: 0px auto 4px;
  max-width: 215px;
}
.delivery__btn-tlt {
  padding: 15px 25px;
  margin-bottom: 5px;
}
.delivery__subtlt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #737373;
}

/* Quiz */
.quiz {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}
.quiz__inner {
}
.quiz__title {
}
.quiz__body {
  display: flex;
  justify-content: flex-start;
  min-height: 520px;
}
.quiz__aside {
  width: 33.3333333%;
}
.aside-quiz {
  padding: 36px;
  position: relative;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px 0 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  overflow: hidden;
}
.aside-quiz__text {
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
.aside-quiz__top {
  margin-bottom: 30px;
}
.aside-quiz__line {
  margin: 0px 0px 28px 0px;
}
.aside-quiz__name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0px 0px 8px 0px;
}
.aside-quiz__val {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;

  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.aside-quiz__from {
  margin: 0px 8px 0px 0px;
}
.aside-quiz__to {
  margin: 0 8px;
}
.aside-quiz__amount-max {
  font-size: 44px;
  margin-left: 8px;
}
.aside-quiz__amount {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
}
.aside-quiz__bottom {
  margin-top: auto;
}
.aside-quiz__answer {
  padding: 16px;
  border-radius: 12px;
  background: rgba(12, 11, 11, 0.60);
}
.aside-quiz__tlt {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin: 0px 0px 12px 0px;
}
.aside-quiz__tlt strong {
  color: #2C2C2D;
  background-color: #FFC761;
  padding: 3px 5px;
  border-radius: 3px;
}
.aside-quiz__subtlt {
  color: #C1C1C1;
  font-size: 12px;
  line-height: 120%;
}
.aside-quiz__bg {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.aside-quiz__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.quiz__main {
  width:66.667%;
}
.main-quiz {
  padding: 32px;
  background: #3C3C3E;
  border-radius: 0 16px 16px 0;
  overflow:hidden;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.main-quiz__top {
  margin: 0px 0px 32px 0px;
}
.main-quiz__subtitle {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  line-height: 150%;
  margin: 0px 0px 28px 0px;
}
.main-quiz__loading {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.10);
  position: relative;
  overflow: hidden;
}
.main-quiz__loading-gen {
  margin: 0px 0px 32px 0px;
}
.main-quiz__loading-full {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: .2s all;
  border-radius:2px;
  background: #FFC761;
}

.main-quiz__slider{
	position:relative;
	display:flex;
	margin:0 -32px;
}
.main-quiz__slide {
	min-width:100%;
	width:100%;
	padding:0 32px;
	transition:.3s margin
}
.main-quiz__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin: 0px 0px 28px 0px;
}
.main-quiz__drop {
}
.dpor-quiz {
}
.dpor-quiz__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -8px;
}
.main-quiz__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
.main-quiz__way {
  flex: 0 1 540px;
}
.main-quiz__done {
  color: #FFF;
  font-size: 18px;
  line-height: 150%;
  margin: 0px 0px 20px 0px;
}
.main-quiz__done strong {
  color: #FFC761;
}
.main-quiz__btns {
  display: flex;
  justify-content: flex-end;
  margin-left: 36px;
}

.main-quiz__back {
  min-width: 56px;
  height: 56px;
  cursor: pointer;
  margin: 0px 16px 0px 0px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: .2s all;
  display:none
}
.main-quiz__back:hover {
  border: 1px solid #737373;
}

.main-quiz__back svg {
  transform: rotate(-180deg) translate(0%, -10%);
}

.btn-back--disabled {
  opacity: 0.4000000059604645;
}

.main-quiz__btn {
  color: #202021;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  padding: 16px 34px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-quiz__btn svg {
  margin-left: 12px;
}
.main-quiz__btn svg path {
  transition: .2s all;
}


.main-quiz__content {
}

.content-quiz {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -8px;
}

.content-quiz__item {
  width: calc(100% / 4 - 16px);
  margin: 8px;
  overflow: hidden;
  position: relative;
}

.content-quiz-three .content-quiz__item {
  width: calc(100% / 3 - 16px);
}

.content-quiz__label {
  display: block;
  padding: 16px 12px;
  cursor: pointer;
  border-radius: 16px;
  background-color: #2C2C2D;
  position: relative;
  z-index:2;
  height: 100%;
  border:1px solid #2C2C2D;
  transition:.3s border-color
}

.content-quiz__label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;

  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #202021;

  position: absolute;
  top:12px;
  left: auto;
  right: 12px;
  z-index: 1;
}

.content-quiz__label::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-radius: 10px;
  background-color: #FFC761;
  transform: translate(-5px, 5px);

  position: absolute;
  top:19px;
  left: auto;
  right: 19px;
  z-index: 2;

  opacity: 0;
  transition: .2s all;
}

.content-quiz__input:checked + .content-quiz__label::after {
  width: 10px;
  height: 10px;
  opacity: 1;
  transform: translate(0, 0);
}
.content-quiz__input:checked + .content-quiz__label{
	border:1px solid #FFC761
}
.content-quiz__input {
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  opacity:0;
}

.content-quiz__image {
  width: 140px;
  min-width: 140px;
  padding-top: 80px;
  position: relative;

  margin: 0px auto 8px;
}

.content-quiz__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-quiz__tlt {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}




/* Order */
.order {
	position:relative;
	z-index:1;
}
.order__inner {
}
.order__title {
  max-width: 100%;
  margin: 0px 0px 54px 0px;
}
.order__body {
}

.order__form {
  max-width: 996px;
  margin: 0 auto;

  margin-bottom: 100px;
}

.order__inner--thin .order__form {
  margin-bottom: 0 !important;
}

.order__form-inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -12px;
}

.order__form-elem,
input[type=tel].order__form-elem {
  width: calc(37.333% - 24px);
  margin: 12px;
}

.order-dropdown {
  position: relative;
}

.dpor-quiz__dropdown {
  width: calc(100% / 2 - 16px);
  margin: 8px;
}

.order__input {
}
.order-dropdown__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding: 17px 50px 17px 20px;
  color: #FFFFFF;
  font-family: inherit;
  width: 100%;
  border-radius: 10px;
  border: none;
  transition: 0.2s all;
  background-color: #171717;
  position: relative;
  cursor: default;
}
.order-dropdown:not(.order-dropdown--disabled) .order-dropdown__name{
  cursor: pointer;	
}
.order-dropdown__name:after { 
    content: ''; 
    display: inline-block; 
    vertical-align: middle; 
    width: 24px; 
    height: 24px; 
    position: absolute; 
    top: 50%; 
    left: auto; 
    right: 16px; 
    z-index: 2; 
    transform: translateY(-50%);
    background-image: url(img/icons/icon-dropdown.svg); 
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-size: 24px; 
}

.dpor-quiz__name {
      background-color: #2C2C2D;
}
.order-dropdown--active .dpor-quiz__name {
	border-radius:10px 10px 0 0
}
.order-dropdown__name span {
    display: block;
    width: 100%;
    opacity: 0.3499999940395355;
}

.order-dropdown--active .order-dropdown__name::after { 
    transform: rotate(-180deg) translateY(50%); 
} 

.order-dropdown__ul {
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 9;
    max-height: 240px;
    width: 100%;
    overflow: auto;
    transform: translateY(-15px);
    background-color: #171717;
    display: none;
}
.order-dropdown__ul::-webkit-scrollbar-track{background-color:#2C2C2D}
.order-dropdown__ul::-webkit-scrollbar-thumb{border-radius:2px;background-color:#FFC761}
.order-dropdown__ul::-webkit-resizer{background-image:url();background-repeat:no-repeat;width:4px;height:0}
.order-dropdown__ul::-webkit-scrollbar{width:4px}

.dpor-quiz__ul {
      background-color: #2C2C2D;
}

.order-dropdown--active .order-dropdown__ul {
  display: block;
}

.order-dropdown__li {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 12px 20px;
  color: #FFFFFF;
  font-family: inherit;
  width: 100%;
  border: none;
  transition: 0.2s all;
  background-color: #171717;
  cursor: pointer;
  transition: .2s all;
}
.order-dropdown__li:hover {
  color: #3C3C3E;
  background-color: #FFC761;
}

.dpor-quiz__ul .order-dropdown__li {
  background-color: #2C2C2D;
}

.dpor-quiz__ul .order-dropdown__li:hover {
  color: #fff;
  background-color: #171717;
}

.order__send {
  width: 26.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.order__image {
  position: relative;

  width: 100%;
  padding-top: 436px;
}
.order__image picture {
  display: block;
}
.order__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order__dot {
  position: absolute;
  z-index: 2;
  cursor: pointer;

  margin: 0 auto;

  max-height: 48px;
  overflow: hidden;

  transition: .2s all;
}

.order__dot:hover {
  max-height: 9999px;
  overflow: initial;
}

.order__dot:hover .order__focus-dot {
  transform: rotate(-45deg);
}


.order__dot-one {
  top: 42%;
  left: auto;
  right: 23%;
}

.order__dot-two {
  top: 55%;
  left: 23%;
  right: auto;
}

.order__dot-three {
  top: 16%;
  left: 11.8%;
}

.order__focus-dot {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 40px;
  border: 2px solid #C1C1C1;

  background-image: url(img/icons/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px;

  margin: 0 auto;

  position: relative;
  z-index: 2;
  transition: .2s all;
}
.order__text-dot {
  width: 100%;
  max-width: 269px;
  padding: 36px 24px 24px;
  text-align: center;
  color: #1B1B1C;
  line-height: 150%;

  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(27, 27, 28, 0.07), 0px 12px 30px rgba(27, 27, 28, 0.1);
  border-radius: 16px;
  transition: .2s all;

  position: relative;
  z-index: 1;

  transform: translateY(-50px);
  opacity: 0;
}

.order__dot:hover .order__text-dot {
  transform: translateY(-25px);
  opacity: 1;
}

/* Low Cost */
.low-cost {
  padding: 100px 0 100px;
}
.low-cost__inner {
}
.low-cost__ahead {
  margin: 0px 0px 48px 0px;
}
.low-cost__title {
  max-width: 580px;
  margin-bottom: 16px;
}
.low-cost__subtitle {
  max-width: 800px;
}
.low-cost__body {
  display: flex;
  justify-content: flex-start;
  margin: 0 -12px;
}
.low-cost__item {
  width: calc(100% / 3 - 24px);
  margin: 12px;
  padding: 16px 24px 38px;

  background-color: #2C2C2D;
  border-radius: 16px;
}
.low-cost__info {
  text-align: center;
}
.low-cost__img {
  width: 96px;
  height: 96px;
}
.low-cost__text {
}
.low-cost__tlt {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin: 0px 0px 2px 0px;
}
.low-cost__subtlt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #767676;
}



.order__banner {
}
.order__banner .slick-dots{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 30px;
}
.order__banner .slick-dots button{
	width:10px;
	height:10px;
	background:#737373;
}
.order__banner .slick-dots li.slick-active button{
	background:#FFC761
}
.banner {
}
.banner__inner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 40px;

  padding: 0px 80px;
  min-height: 400px;
  background-color: #3f3f3f;
  border-radius: 25px;
  overflow: hidden;
}
.banner__text {
  flex: 0 1 322px;
  padding: 20px 0;
  text-align: left;
}
.banner__tlt {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  max-width: 290px;
  margin-bottom: 20px;
}
.banner__subtlt {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 30px;
}
.banner__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.banner__btn {
  font-size: 14px !important;
  padding: 15px 20px !important;
}
.banner__watch-video {
}
.watch-video {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.watch-video::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  min-width: 40px;
  height: 40px;

  background-color: #f1b343;
  border-radius: 50%;

  background-image: url(img/icons/icon-banner-play.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 32px;
}
.watch-video span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
}
.banner__image {
  flex: 0 1 677px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:30px;
}
.banner__img {
	max-height: 340px;
    height: auto;
    width: auto;
    max-width: 100%;
}





/* About */
.about {
}
.about__inner {
  padding: 80px 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
}
.about__title {
  text-align: left;
  max-width: 100%;
  margin: 0px 0px 36px 0px;
}
.about__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -24px;
}
.about__item {
  width: calc(100% / 3 - 48px);
  margin: 0 24px;
  /*padding-top: 17px;*/
}
.about__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0px 0px 8px 0px;
}
.about__large {
  font-size: 72px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
  margin: 0px 12px -5px 0px;
}
.about__small {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}
.about__text {
}

.about__text strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 240px;

  margin: 0px 0px 4px 0px;
}
.about__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #767676;
  margin: 0;
}

#xs_map .ymaps-image {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-map {
    position: relative;
    z-index: 1;
}
.main-map__position {}
.main-map__inner {
    position: absolute;
    left: auto;
    top: 77px;
    right: 15px;
    background: #fff;
    padding: 30px;
    border: 1px solid #f1f1f1;
    z-index: 10;
    width: 32%;
    box-shadow: -10px 15px 40px -3px rgb(0 0 0 / 15%);
}

/* Contacts */
.contacts {
  padding-bottom: 0 !important;
}
.contacts__inner {
}
.contacts__head {
  margin: 0px 0px 48px 0px;
}
.contacts__title {
  margin: 0px auto 16px;
}
.contacts__subtitle {
}
.contacts__body {
  position: relative;
}
.contacts__map {
  width: 100%;
  height: 100%;
  min-height: 720px;
  /*background-image: url(img/map-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;*/
}
.contacts__panel {
  position: static;
  top:0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contacts__box {
  padding: 36px;
  background-color: #fff;
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 384px;

  margin-top: -560px;
}
.contacts__text {
}
.contacts__tlt {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #202021;
  margin: 0px 0px 12px 0px;
}
.contacts__item {
}
.contacts__item:not(:last-child) {
  margin: 0px 0px 17px 0px;
}
.contacts__address {
  font-size: 20px;
  line-height: 120%;
  color: #202021;

  margin: 0px 0px 8px 0px;
}
.contacts__daily {
  font-size: 16px;
  line-height: 140%;
  color: #202021;

  margin: 0px 0px 7px 0px;
}
.contacts__phone {
  margin: 0px 0px 10px 0px;
}
.contacts__tel {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #202021;
}
.contacts__way {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #202021;

  padding-left: 32px;
  position: relative;
}
.contacts__way::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;

  background-image: url(img/icons/icon-snake.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;

  position: absolute;
  top:50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

/* Services */
.services-wrapper {    
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}
.services {
  margin: 0px 0px 80px 0px;
}
.services__inner {
}
.services__main {
}
.services__focus {
  display: flex;
  justify-content: space-between;
  gap: 24px;

  margin: 0px 0px 48px 0px;
}
.services__text {
  flex: 0 1 511px;
}
.services__title {
  text-align: left;
  max-width: 100%;
  margin: 0px 0px 16px 0px;
}
.services__subtitle {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 150%;
  margin: 0px 0px 32px 0px;
}
.services__info {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
}
.services__info p {
  margin: 0;
}
.services__info p:not(:last-child) {
  margin: 0px 0px 22px 0px;
}
.services__picture {
  flex: 0 1 588px;

  position: relative;
  padding-top: 360px;
  overflow: hidden;
  border-radius: 10px;
}
.services__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services__form {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-right: -24px;
}
.services__input {
  width: 25% !important;
}
.services__sumbit {
  width: 25%;
  padding: 18px 25px;
}

/* Disposal */
.disposal {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}
.disposal__container {
}
.disposal__inner {
}
.disposal__head {
  text-align: center;
  margin: 0px 0px 48px 0px;
}
.disposal__title {
  margin: 0px auto 16px;
}
.disposal__btn {}
.disposal__body {
}

.disposal__tabs {
  display: flex;
  justify-content: center;
  margin: 0 -24px 12px;
  border-bottom: 1px solid rgba(233, 237, 243, 0.05);
}
.disposal__tab {
  color: #606060;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 24px -1px;
  padding: 0 0 20px 0;
  cursor: pointer;
  transition: .2s all;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.disposal__tab--active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.disposal__tab::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin: 0px 16px 0px 0px;
  padding: 12px 0;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: .2s all;

  opacity: 0.2;
}

.disposal__tab--active::before {
  opacity: 1;
}

.disposal__tab#tab1::before {
  background-image: url(img/logos/tab_1.svg);
}

.disposal__tab#tab2::before {
  background-image: url(img/logos/tab_2.svg);
}

.disposal__tab#tab3::before {
  background-image: url(img/logos/tab_3.svg);
}

.disposal__tab--active {
}
 
.disposal__table {
  display: none;
}
.disposal__table-active {
  display: block;
}
.table {
}
.table__head {
  display: flex;
  justify-content: flex-start;


}
.table__body {
}
.table__line {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(233, 237, 243, 0.05);

  transition: .2s all;
}
.table__m-line {
  flex: 0 1 286px;
}
.table__m-line:first-child {
  flex: 0 1 340px;
}


.disposal__table[data-click='data_tab2'] .table__m-line,
.disposal__table[data-click='data_tab3'] .table__m-line {
  flex: 0 1 50% !important;
}

.table__m-name {
  display: none;
}
.table__item {
  flex: 0 1 340px;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 20px;
}
.disposal__table[data-click='data_tab2'] .table__item,
.disposal__table[data-click='data_tab3'] .table__item {
  flex: 0 1 50%;
}
.table__item--head {
  font-size: 16px;
  color: #737373;

  border-bottom: 3px solid #FFC761;
}

/* Reviews */
.reviews {
}
.reviews__inner {
}
.reviews__title {
}
.reviews__main-body {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content;
  gap: 24px;*/
  margin: 0px 0px 18px 0px;

  position: relative;
}
.reviews__body p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}
.reviews__comment {
  max-height: 60px;
  overflow: hidden;
}
.reviews__item--active .reviews__comment {
  max-height: 9999px;
}
.reviews__cross {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 24px;
  width: 33.33333%;
}
.reviews__item {
  display: inline-block;
  vertical-align: top;
  /*align-self: flex-start;*/
  /*width: 33.333%;*/
  padding: 24px;
  background-color: #343436;
  border-radius: 16px;
}
.reviews__inn {
}
.reviews__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin: 0px 0px 16px 0px;
}
.reviews__person {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 260px;
}
.reviews__image {
  flex: 0 0 52px;
  height: 52px;
  position: relative;
  margin: 0px 12px 0px 0px;
  border-radius: 50%;
  overflow: hidden;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}
.auto-list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reviews__txt {
}
.reviews__tlt {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0px 0px 6px 0px;
}
.reviews__stars {
}
.stars {
}
.reviews__date {
  font-size: 12px;
  color: #737373;
  font-weight: 400;
  line-height: 140%;
}
.reviews__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.reviews__img {
  margin-left: 4px;
}
.reviews__img:first-child {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.reviews__img:last-child {
  width: 19px;
  min-width: 19px;
  height: 24px;
}
.reviews__body {
  margin: 0px 0px 18px 0px;
}
.reviews__more {
  font-size: 14px;
  line-height: 140%;
  color: #737373;

  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 4px 0px 0px 0px;
}
.reviews__link {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #C1C1C1;
  border-bottom: 0.5px solid #606060;
}

.reviews__shadow {
  width: 100%;
  padding-top: 21.667%;

  position: absolute;
  top:auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.reviews-shadow__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__load-more {
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.reviews__button {
  color: #FFC761;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  border: 1px solid #3C3C3E;
  border-radius: 10px;
  padding: 16px 24px;
  transition: .2s all;
}

.reviews__button:hover {
  color: #1B1B1C;
  background-color: #FFC761;
  border: 1px solid #FFC761;
}


/* Звезды рейтинга START */ 
.stars { 
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    margin: 0px 0px 5px 0px;
} 
.stars__item { 
    height: 16px; 
} 
.stars__item + .stars__item { 
    margin: 0 0 0 3px; 
} 
.stars__item svg path { 
    fill: #1B1B1C; 
} 
.stars__item--active svg path { 
    fill: #FFC761; 
} 
/* Звезды рейтинга END */

#xs_map ymaps[class$="-ground-pane"], 
#xs_map ymaps[class$="-copyrights-pane"]{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); 
    filter: gray;
    -webkit-filter: grayscale(1);
}

/* Форма в квизе */
.form-quiz {
}
.form-quiz__tlt {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0px 0px 8px 0px;
}
.form-quiz__tlt strong {
  color: #FFC761;
}
.form-quiz__subtlt {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0px 0px 28px 0px;
}
.form-quiz__input {
  background: #2C2C2D !important;
  border-color: #2C2C2D !important;
  margin: 0px 0px 16px 0px;
}
.form-quiz__input--error,
input.form-quiz__input--error[type=checkbox] + label::before{
	border:2px solid #FD4E4E !important
}
.form-quiz__wrap {
  max-width: 490px;
}
.form-quiz__agree {
  display: block;
  color: #C1C1C1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0px 0px 28px 0px;
}
.form-quiz__agree input {}
.form-quiz__agree a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.form-quiz__sale {
  color: rgba(255, 255, 255, 0.80);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0px 0px 20px 0px;
}
.policy_detail{
	color:#fff;
	background: #171717 !important;
	border-radius:14px;
}

/* Pros START */
.pros {
	border-bottom:0.5px solid rgba(255, 255, 255, 0.1)
}
.pros__inner {
}
.pros__body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.pros__item {
  width: calc(100% / 2 - 60px);
  margin: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pros__image {
  min-width: 70px;
}
.pros__image img {
  display: inline-block;
  vertical-align: top;
}
.pros__text {
}
.pros__tlt {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 4px;
  font-family: 'Manrope';
}
.pros__subtlt {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 120%;
}
/* Pros END */