@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 12:11 PM */
@import url("/tm/dev/css/swiper-bundle.min.css");
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  line-height: 1;
  min-height: 100vh;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.grid {
  padding: 120px 0 120px;
  background: #252930 url("../images/bg/grid-bg.png") center 40px no-repeat;
  background-size: unset !important;
}

@media (max-width: 768px) {
  .grid {
    background: #252930;
  }
}

.grid .title {
  margin: 0 0 50px;
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
}

.grid__item {
  position: relative;
  margin: 0 0 24px;
  min-height: 300px;
}

.grid__item:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 20px;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

.grid__item-image {
  position: relative;
  z-index: 3;
}

.grid__item-image img {
  aspect-ratio: 2 / 1;
  border-radius: 20px;
  width: calc(100% - 20px);
  -webkit-filter: drop-shadow(0px 15px 60px #1B1D20);
  filter: drop-shadow(0px 15px 60px #1B1D20);
}

.grid__item-text {
  position: relative;
  z-index: 3;
  padding: 20px 40px 30px;
}

.grid__item-text p {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 0 4px;
}

.grid__item-text span {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
}

body:has(.fix):before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 210px;
  position: static;
}

@media (max-width: 1199px) {
  body:has(.fix):before {
    height: 85px;
  }
}

@media (max-width: 575px) {
  body:has(.fix):before {
    height: 68px;
  }
}

.header {
  padding-top: 10px;
  position: relative;
  z-index: 5;
}

.header.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #252930;
  border-bottom: 1px solid #8E9AA5;
}

@media (max-width: 1199px) {
  .header.fix {
    border-bottom: 1px solid rgba(142, 154, 165, 0.3);
  }
}

@media (min-width: 1199px) {
  .header.fix {
    padding-top: 0;
  }
  .header.fix .fix-hide {
    display: none !important;
  }
}

.header.fix .header__nav {
  margin-top: 0;
  border: none;
}

.header__icon-addr {
  margin: 0 24px 0 0;
  font-size: 14px;
  color: #c5c5c5;
}

.header__icon-addr img {
  margin: 0 6px 0 0;
}

.header__icon-time {
  margin: 0 24px 0 0;
  font-size: 14px;
  color: #c5c5c5;
}

.header__icon-time img {
  margin: 0 6px 0 0;
}

.header__icon-mail a {
  font-size: 14px;
  color: #c5c5c5;
}

.header__icon-mail a:hover {
  color: #56ADB0;
}

.header__icon-mail img {
  margin: 0 6px 0 0;
}

.header__border {
  padding-top: 8px;
  border-bottom: 1px solid #8E9AA5;
  margin: 0 0 10px;
}

.header__nav {
  border-bottom: 1px solid #8E9AA5;
  border-top: 1px solid #8E9AA5;
  padding: 0px 0;
  margin-top: 10px;
}

.header__nav li {
  position: relative;
}

.header__nav li:has(ul) {
  padding-right: 20px;
}

.header__nav li:has(ul):before {
  content: '';
  background: url("../svg/dd.svg") right center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
}

.header__nav li:has(ul):hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__nav li:hover .header__sub {
  display: inline-block;
}

.header__nav li:hover a {
  color: #56ADB0;
  border-bottom-color: #56ADB0;
}

.header__nav a {
  font-weight: 900;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  display: inline-block;
  padding: 22px 0 20px;
  border-bottom: 2px solid transparent;
}

.header__nav a:hover {
  color: #56ADB0;
  border-bottom-color: #56ADB0;
}

.header__nav .btn {
  padding: 15px 23px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.header__nav-xs {
  gap: 24px;
}

.header__nav-xs a {
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}

.header__nav-xs a:hover {
  color: #56ADB0;
}

.header__search {
  height: 50px;
  padding: 0 60px 0 20px;
  background: rgba(0, 0, 0, 0.2);
  color: #c5c5c5;
  font-size: 14px;
  width: 400px;
  border-radius: 50px;
  border: none;
  outline: none !important;
}

.header__search-wrapper {
  position: relative;
}

.header__search-wrapper button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../svg/search.svg") center no-repeat;
  border: none;
  outline: none;
  top: 50%;
  margin-top: -20px;
  right: 16px;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
}

.header__search-wrapper button:hover {
  -webkit-filter: none;
  filter: none;
}

.header__phone {
  margin: 0 30px 0 0;
}

.header__phone a {
  display: inline-block;
  margin: 0 0 4px;
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.header__phone a:hover {
  color: #56adb0;
}

.header__phone span {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #C5C6C6;
}

.header__social li {
  margin: 10px 0;
}

.header__social a:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.header__sub {
  position: absolute;
  top: calc(100%);
  left: 0;
  background: #fff;
  z-index: 999;
  display: none;
  -webkit-box-shadow: 0px 15px 60px #1B1D20;
  box-shadow: 0px 15px 60px #1B1D20;
}

.header__sub li {
  width: 100%;
}

.header__sub li:last-of-type a {
  border-bottom: none !important;
}

.header__sub a {
  width: 100%;
  padding: 0;
  color: #333 !important;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid #c5c5c5 !important;
  white-space: nowrap;
}

.header__sub a:hover {
  border-bottom-color: #56ADB0;
  background: #56ADB0;
  color: #fff !important;
}

.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-bottom: 96px;
  overflow: hidden;
}

.hero-dark {
  background: #252930;
}

.hero .bg {
  height: 100%;
  width: 1480px;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 45%;
}

@media (max-width: 1199px) {
  .hero .bg {
    left: 40%;
  }
}

@media (max-width: 991px) {
  .hero .bg {
    left: 20%;
  }
}

@media (max-width: 575px) {
  .hero .bg {
    left: 0%;
    height: 320px;
    background-position: top center;
  }
}

.hero .container {
  position: relative;
  z-index: 4;
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url("../images/hero.png") right top/cover no-repeat;
  width: 62%;
}

.hero:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #343A45;
  width: 100%;
  opacity: 0.6;
}

.hero__swiper {
  position: absolute;
  left: 50%;
  bottom: 96px;
  width: 49%;
  z-index: 4;
}

.hero__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__swiper-slide {
  padding: 30px 30px 60px;
  background: rgba(0, 0, 0, 0.2) url("../svg/arrow-fill.svg") bottom 15px right 15px no-repeat;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 20px;
  height: unset;
  opacity: 0.7;
  display: inline-block;
}

.hero__swiper-slide.swiper-slide-active {
  opacity: 1;
}

.hero__swiper-slide:hover {
  -webkit-box-shadow: 0px 20px 60px -25px #1B1D20;
  box-shadow: 0px 20px 60px -25px #1B1D20;
  opacity: 1;
}

.hero__swiper-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
}

.hero__swiper-title span {
  font-size: inherit;
  font-weight: inherit;
  color: #56adb0;
}

.hero__swiper-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
}

.hero__swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 30px 0 0;
  gap: 30px;
}

.hero__swiper-prev {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-prev.svg") center/contain no-repeat;
}

.hero__swiper-prev:hover {
  background: url("../svg/angle-prev-h.svg") center/contain no-repeat;
}

.hero__swiper-prev img {
  display: none;
}

.hero__swiper-next {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-next.svg") center/contain no-repeat;
}

.hero__swiper-next:hover {
  background: url("../svg/angle-next-h.svg") center/contain no-repeat;
}

.hero__swiper-next img {
  display: none;
}

.hero .title {
  margin: 0 0 72px;
}

.hero .title .h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 100%;
  color: #56ADB0;
  margin: 0 0 4px;
}

.hero .title .h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
}

.hero .title .h2 span {
  color: #56ADB0;
  font-size: inherit;
  font-weight: inherit;
}

.hero__form-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero__form-bg a {
  display: inline-block;
  width: 200px;
  height: 200px;
  position: absolute;
  background: url(../images/fb.png) center no-repeat;
  top: 260px;
  left: 46%;
  z-index: 2;
}

@media (max-width: 992px) {
  .hero__form-bg a {
    display: none;
  }
}

.hero__form-bg a:hover {
  background: url(../images/fbh.png) center no-repeat;
}

.hero__form-bg a.ver {
  background: url(../images/fp.png) center no-repeat;
}

.hero__form-bg a.ver:hover {
  background: url(../images/fph.png) center no-repeat;
}

.hero__form-bg img {
  position: absolute;
  right: -100px;
  max-width: 55%;
  top: 55px;
}

.hero__form .preview-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575px) {
  .hero__form .preview-img {
    display: inline-block;
  }
}

.breadcrumbs {
  margin: 16px 0 52px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

.breadcrumbs ul a {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.breadcrumbs ul span {
  font-size: 14px;
  line-height: 1.4;
  color: #7d868e;
}

.callback {
  padding: 90px 0 60px;
  background: url("../images/bg/form-bg.jpg") center/cover no-repeat;
}

.callback-car {
  background: url("../images/bg/car-bg.png") center/cover no-repeat;
}

.callback-car fieldset.row {
  margin: 0;
}

.callback .h1 {
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  color: #56ADB0;
  margin: 0 0 50px;
}

.callback .h1 span {
  color: #fff;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}

.callback .h1-text {
  font-size: 24px;
  line-height: 1.25;
  margin: -50px 0 50px;
  font-weight: bold;
  color: #56adb0;
}

@media (max-width: 991px) {
  .callback .h1-text {
    margin-top: -20px;
  }
}

.callback form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 30px;
}

.callback form fieldset.row {
  gap: 0;
}

.callback form fieldset.row label {
  height: 64px;
  margin: 0 0 24px;
}

.callback form .btn {
  width: 100%;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.callback form label {
  width: 100%;
  background: #fff;
  border-radius: 50px;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid #fff;
}

.callback form label:has(:focus) {
  border: 1px solid #56ADB0;
}

.callback form label img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.callback form label input {
  font-size: 16px;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  background: none;
}

.callback form label select {
  font-size: 16px;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  background: none;
}

.callback form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 520px;
  border-radius: 0;
  background: none;
  padding: 0;
  gap: 0;
  border: none !important;
  margin: 0 auto !important;
  height: auto !important;
}

.callback form .checkbox input {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  accent-color: #56ADB0;
}

.callback form .checkbox p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #C5C6C6;
  text-align: left;
}

.callback form .checkbox p a {
  color: #fff;
  font-emphasize: 500px;
}

.cert {
  padding: 120px 0 80px;
  background: url("../images/bg/review-bg.png") center/auto 109% no-repeat;
}

@media (max-width: 768px) {
  .cert {
    background: none;
  }
}

.cert__title {
  margin: 0 0 50px;
}

.cert__title .h1 {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
}

.cert__title .h1 span {
  color: #56ADB0;
  font-weight: inherit;
}

.cert__title .h1-text {
  font-weight: 300;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
  padding-right: 40px;
}

.cert .swiper-slide-active img {
  -webkit-filter: drop-shadow(15px 15px 20px #1B1D2050);
  filter: drop-shadow(15px 15px 20px #1B1D2050);
}

.cert__image {
  position: absolute;
  z-index: 2;
}

.cert__image img {
  width: 180px;
  height: 270px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cert__image:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 20px;
}

.cert__image:hover:after {
  content: url("../svg/loop.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cert__text {
  padding: 30px 30px 70px 200px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 20px;
  margin-top: 30px;
  margin-left: 20px;
  width: calc(100% - 20px);
  min-height: 270px;
}

.cert__text-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.cert__text-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  color: #C5C6C6;
}

.cert__slider {
  position: relative;
}

.cert .swiper-button-disabled {
  opacity: 0.4;
}

.cert .swiper-cert-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 24px;
  z-index: 3;
  left: 220px;
  background: url("../svg/angle-prev.svg") center/contain no-repeat;
}

.cert .swiper-cert-prev:hover {
  background: url("../svg/angle-prev-h.svg") center/contain no-repeat;
}

.cert .swiper-cert-prev img {
  width: 100%;
  height: 100%;
  display: none;
}

.cert .swiper-cert-next {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 24px;
  z-index: 3;
  left: 280px;
  background: url("../svg/angle-next.svg") center/contain no-repeat;
}

.cert .swiper-cert-next:hover {
  background: url("../svg/angle-next-h.svg") center/contain no-repeat;
}

.cert .swiper-cert-next img {
  width: 100%;
  height: 100%;
  display: none;
}

.conditions {
  padding: 130px 0 145px;
  background: url("../images/bg/cond-bg.png") center no-repeat;
}

.conditions .h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  margin: 0 0 50px;
}

.conditions .h1 span {
  color: #56ADB0;
  text-transform: uppercase;
  font-weight: inherit;
}

.conditions__icon {
  margin: 0 0 20px;
}

.conditions__title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #56ADB0;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: inline-block;
  width: 100%;
}

.conditions__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  padding-right: 8px;
}

.dismantle {
  background: url("../images/bg/dismantle-bg.png") center/contain no-repeat;
}

.dismantle .posr {
  position: relative;
}

.dismantle .h1 {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
}

.dismantle .h1 span {
  color: #56ADB0;
  font-weight: inherit;
}

.dismantle .h1-text {
  margin: 0 0 50px;
  font-weight: 300;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.dismantle .h1-text span {
  font-weight: bold;
}

.dismantle .swiper-dis-next {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-next.svg") center no-repeat;
  right: -60px;
}

.dismantle .swiper-dis-next:hover {
  background: url("../svg/angle-next-h.svg") center no-repeat;
}

.dismantle .swiper-dis-next:after {
  display: none;
}

.dismantle .swiper-dis-prev {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-prev.svg") center no-repeat;
  left: -60px;
}

.dismantle .swiper-dis-prev:hover {
  background: url("../svg/angle-prev-h.svg") center no-repeat;
}

.dismantle .swiper-dis-prev:after {
  display: none;
}

.dismantle__swiper .swiper-slide {
  padding: 0 0 20px;
}

.dismantle__swiper .swiper-slide-active .dismantle__image img {
  -webkit-filter: drop-shadow(0px 15px 30px rgba(27, 29, 32, 0.2));
  filter: drop-shadow(0px 15px 30px rgba(27, 29, 32, 0.2));
}

.dismantle__swiper-thumbs {
  margin: 0 0 50px;
}

.dismantle__swiper-thumbs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.dismantle__swiper-thumbs .swiper-slide {
  border: 1px solid #8E9AA5;
  padding: 10px 16px;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 20px;
  color: #fff;
  white-space: nowrap;
  width: auto !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dismantle__swiper-thumbs .swiper-slide-thumb-active {
  background: #8e9aa5;
  border: 1px solid #8E9AA5;
  color: #fff;
}

.dismantle__image {
  aspect-ratio: 49 / 36;
  max-width: 490px;
  position: relative;
}

.dismantle__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: -20px;
  right: -20px;
  border: 2px solid rgba(86, 173, 176, 0.5);
  border-radius: 20px;
}

.dismantle__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.dismantle__title {
  margin: 20px 0 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.dismantle__list {
  margin: 0 0 20px;
  gap: 40px;
}

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

.dismantle__list img {
  margin: 0 16px 0 0;
}

.dismantle__list strong {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 4px;
  color: #56ADB0;
}

.dismantle__list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.dismantle__desc {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.dismantle__text {
  margin: 0 0 44px;
  font-size: 16px;
  line-height: 1.25;
  color: #c5c5c5;
}

.dismantle .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dismantle__steps {
  padding: 90px 0;
  background: url("../images/bg/d-bg.png") center/cover no-repeat;
}

.dismantle__steps .title {
  margin: 0 0 70px;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  color: #FFFFFF;
}

.dismantle__steps-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  counter-reset: num;
}

.dismantle__steps-item {
  position: relative;
  counter-increment: num;
}

.dismantle__steps-item:before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: -70px;
  font-size: 125px;
  line-height: 1.25;
  opacity: 0.1;
  font-weight: 900;
}

.dismantle__steps-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #56ADB0;
}

.dismantle__steps-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
}

.faq {
  padding: 120px 0;
  background: url("../images/bg/faq-bg.png") top center/auto 100% no-repeat;
}

@media (max-width: 768px) {
  .faq {
    background: none;
  }
}

.faq h1 {
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 0 50px;
}

.faq__phone {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  text-align: center;
  color: #C5C6C6;
  margin: 10px 0 0;
}

.faq__phone a {
  font-weight: bold;
  text-decoration: none;
  color: #56adb0;
}

.faq__phone a:hover {
  border-bottom: 1px solid #23494a;
}

.faq details {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin: 0 0 20px;
  color: #000;
}

.faq details:hover {
  -webkit-box-shadow: 0px 15px 60px -10px #1B1D20;
  box-shadow: 0px 15px 60px -10px #1B1D20;
}

.faq details[open] summary {
  background: url("../svg/minus.svg") right center no-repeat;
  color: #56ADB0;
}

.faq details summary {
  font-style: normal;
  font-weight: 300;
  color: #333;
  font-size: 25px;
  line-height: 110%;
  background: url("../svg/plus.svg") right center no-repeat;
}

.faq details summary::marker, .faq details summary::-webkit-details-marker {
  display: none;
  content: "";
}

.faq details summary:hover {
  color: #56ADB0;
}

.faq details p {
  margin: 15px 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #343A45;
}

.map {
  background: url("../images/bg/map-bg.jpg") center/cover no-repeat;
  padding: 90px 0 100px;
}

.map__wrapper {
  position: relative;
  -webkit-box-shadow: 0px 15px 30px rgba(27, 29, 32, 0.2);
  box-shadow: 0px 15px 30px rgba(27, 29, 32, 0.2);
}

.map__wrapper-bg {
  position: relative;
  z-index: 1;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

.map__wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  border: 2px solid #56ADB0;
  border-radius: 20px;
  z-index: 0;
}

.map__wrapper .h1 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  color: #343A45;
}

@media (max-width: 575px) {
  .map__wrapper .h1 {
    font-size: 18px;
  }
}

.map__wrapper .h1-text {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  color: #56ADB0;
}

@media (max-width: 575px) {
  .map__wrapper .h1-text {
    font-size: 16px;
  }
}

.map__wrapper ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  margin: 0 0 30px;
}

.map__wrapper ul li {
  margin: 0 0 12px;
}

.map__wrapper ul a {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #343A45;
}

.map__wrapper ul a:hover {
  color: #56ADB0;
}

@media (max-width: 575px) {
  .map__wrapper .btn {
    font-size: 16px;
    padding: 10px 24px;
    font-family: 'Roboto';
    line-height: 1.25;
    font-weight: 500;
  }
}

.map-all {
  display: inline-block;
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #56ADB0;
}

.map-all:hover {
  color: #333;
}

.map-all img {
  margin: 0 0 0 10px;
}

.news {
  padding: 60px 0 120px;
}

.news .title {
  margin: 0 0 50px;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  color: #fff;
}

.news .title span {
  color: #56ADB0;
  text-transform: uppercase;
  font-weight: inherit;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  margin: 0 0 30px;
}

.news__item-img img {
  aspect-ratio: 1 / 1;
  -webkit-filter: drop-shadow(0px 15px 60px #1B1D20);
  filter: drop-shadow(0px 15px 60px #1B1D20);
  border-radius: 20px;
}

.news__item-content {
  padding-right: 30px;
}

.news__item-content strong {
  margin: 0 0 8px;
  font-weight: 300;
  font-size: 25px;
  line-height: 110%;
  color: #56ADB0;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.news__item-content p {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.news__item-content span {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #C5C6C6;
}

.news__item:hover .news__item-content strong {
  color: #fff;
}

.news__item:hover .news__item-content p {
  color: #56ADB0;
}

.news .btn {
  font-weight: bold;
  padding: 16px 28px;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 4;
}

.news .btn img {
  vertical-align: middle;
}

.quiz {
  padding: 0 0 300px;
  background: #252930;
}

.quiz .steps__after {
  padding-bottom: 60px;
}

.quiz .steps__after:before {
  content: url("../images/quiz.png");
  position: absolute;
  bottom: -210px;
  right: -90px;
  z-index: 3;
}

.quiz .d-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.quiz label.checkbox {
  position: relative;
  margin: 0 0 50px;
  cursor: pointer;
}

.quiz label.checkbox input:checked + div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 20px;
}

.quiz label.checkbox input:checked + div:after {
  content: url("../svg/ch.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quiz label.checkbox input:checked + div span {
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.quiz label.checkbox img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
}

.quiz label.checkbox span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 0px 0px 20px 20px;
}

.quiz label.checkbox input {
  display: none;
}

.quiz .finally {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 50px;
}

.quiz .finally .title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 0 0 36px;
}

.quiz .finally label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  gap: 12px;
  height: 60px;
  border: 1px solid #c5c6c6;
  border-radius: 40px;
  margin: 0 auto 20px;
  width: 100%;
}

.quiz .finally label input {
  width: 100%;
  border: none;
  outline: none;
  height: 100%;
  background: none;
}

.quiz .finally .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 520px;
  border-radius: 0;
  background: none;
  padding: 0;
  gap: 0;
  border: none;
  margin: 0 auto 20px !important;
  height: auto !important;
}

.quiz .finally .checkbox input {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  accent-color: #56ADB0;
  display: inline-block !important;
}

.quiz .finally .checkbox p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #333;
  text-align: left;
}

.quiz .finally .checkbox p a {
  color: #56ADB0;
  font-emphasize: 500px;
}

.quiz .finally .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
  border-radius: 0;
  background: none;
  padding: 0;
  gap: 0;
  border: none;
  margin: 0 auto 20px !important;
  height: auto !important;
  cursor: pointer;
}

.quiz .finally .radio input {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  accent-color: #56ADB0;
}

.quiz .finally .radio label {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #333;
  text-align: left;
  padding: 0;
  height: auto;
  border: none;
  cursor: pointer;
}

.quiz .finally .btn {
  padding: 14px 24px;
  width: 100%;
}

.quiz .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.quiz .nav .btn {
  margin: 0;
}

.quiz .nav .btn-back {
  padding: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quiz .nav .btn-back img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0;
}

.seo {
  padding: 120px 0;
}

.seo__h1 {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 35px;
  line-height: 100%;
  color: #56ADB0;
}

.seo__h1-text {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
  margin: 0 0 15px;
}

.seo__title {
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #c5c6c6;
}

.seo__item-h1 {
  margin: 0 0 16px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}

.seo__item-h1-green {
  color: #56adb0;
}

.seo__item-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 16px;
}

.seo__item-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  margin: 0 0 15px;
  color: #c5c6c6;
  margin: -30px 0 0;
}

.seo__item-list {
  margin: 0 0 50px;
  color: #c5c6c6;
}

.seo__item-list ul {
  list-style-type: disc;
  padding-left: 16px;
}

.seo__item-list li {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  margin: 0 0 15px;
}

.seo__image {
  aspect-ratio: 49 / 36;
  max-width: 490px;
  position: relative;
}

.seo__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: -20px;
  right: -20px;
  border: 2px solid rgba(86, 173, 176, 0.5);
  border-radius: 20px;
}

.seo__image img {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 15px 30px rgba(27, 29, 32, 0.2));
  filter: drop-shadow(0px 15px 30px rgba(27, 29, 32, 0.2));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.seo .js-seo {
  display: none;
}

.seo .js-seo:before {
  content: 'Показать больше';
}

.seo .js-seo img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.variety {
  padding: 130px 0;
  background: #252930 url("../images/bg/variety-bg.jpg") top center no-repeat;
}

.variety-light .variety {
  background: #343A45;
}

.variety + .variety {
  padding-top: 0;
}

.variety .h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 50px;
}

.variety .h1 span {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  color: #56ADB0;
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
}

.variety__link {
  border-radius: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 30px;
}

.variety__link-image {
  width: 100px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  border-radius: 40px 0 0 40px;
}

.variety__link-text {
  padding: 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #343A45;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.variety__link-icon {
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  background: url("../svg/arrow.svg") center no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.variety__link:hover {
  -webkit-box-shadow: 0px 15px 60px #1B1D20;
  box-shadow: 0px 15px 60px #1B1D20;
}

.variety__link:hover .variety__link-text {
  color: #56adb0;
}

.variety__link:hover .variety__link-icon {
  -webkit-filter: none;
  filter: none;
}

.variety__annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px 0 30px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 20px;
  padding: 20px;
  gap: 20px;
}

.variety__annotation p {
  color: #c5c6c6;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.variety__annotation b {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}

.variety__phone {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  text-align: center;
  color: #C5C6C6;
}

.variety__phone a {
  font-weight: bold;
  text-decoration: none;
  color: #56adb0;
}

.variety__phone a:hover {
  border-bottom: 1px solid #23494a;
}

.steps {
  padding: 0 0 160px;
  background: #252930;
}

.steps__after {
  position: relative;
  background: #fff;
  border-radius: 80px;
  padding: 50px 0 0;
  z-index: 2;
}

.steps__wrapper {
  margin: 0 130px;
  position: relative;
}

.steps__wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  border: 2px solid #56adb0;
  border-radius: 80px;
  width: calc(100% - 160px);
  height: calc(100% + 60px);
  left: 80px;
  top: -30px;
}

.steps__wrapper .h1 {
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  text-align: center;
  color: #343A45;
  margin: 0 0 10px;
}

.steps__wrapper .h1-text {
  font-weight: 300;
  font-size: 25px;
  line-height: 110%;
  color: #343A45;
  margin: 0 0 50px;
}

.steps__wrapper .h1-text span {
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #56ADB0;
}

.steps__wrapper .nav-item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 5px solid transparent;
  margin: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7D868E;
  margin: 0 30px 0 0;
}

.steps__wrapper .nav-item:hover {
  border: none;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  color: #56adb0;
}

.steps__wrapper .nav-item.active {
  border: none;
  border-bottom: 5px solid #56ADB0;
  color: #56adb0;
}

.steps__wrapper .nav-count {
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
  color: #c5c6c6;
}

.steps__wrapper .nav-count span {
  color: #56adb0;
  font-weight: inherit;
}

.steps__wrapper .tab-pane {
  position: relative;
  padding: 35px 0 0;
}

.steps__wrapper form .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
}

.steps__wrapper .progres {
  text-align: center;
  margin: 0 0 40px;
}

.steps__wrapper .progres-text {
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #56ADB0;
}

.steps__wrapper .progres-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px auto 0;
  background: #d4d4d4;
  width: 100%;
  max-width: 420px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 8px;
}

.steps__wrapper .progres-line div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #56ADB0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.steps__title {
  margin: 20px 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  color: #343A45;
}

.steps__text {
  margin: 0 0 100px;
  padding: 0 40px 0 0;
}

.steps__text-item {
  margin: 0 0 10px;
  color: #343a45;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  padding-left: 35px;
  position: relative;
}

.steps__text-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #56adb0;
}

.steps__image {
  aspect-ratio: 49 / 36;
  position: relative;
  margin: 0 50px 0 0;
}

.steps__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: -20px;
  right: -20px;
  border: 2px solid rgba(86, 173, 176, 0.5);
  border-radius: 20px;
}

.steps__image img {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(27, 29, 32, 0.2));
  filter: drop-shadow(0px 10px 20px rgba(27, 29, 32, 0.2));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.steps__swiper {
  position: relative;
}

.steps__swiper .swiper-slide {
  padding-bottom: 80px;
}

.steps__swiper .swiper-steps-prev {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-prev.svg") center no-repeat;
  position: absolute;
  bottom: 80px;
  left: 0px;
  z-index: 99;
}

.steps__swiper .swiper-steps-prev:hover {
  background: url("../svg/angle-prev-h.svg") center no-repeat;
}

@media (max-width: 991px) {
  .steps__swiper .swiper-steps-prev {
    bottom: 0px;
    left: 50%;
    margin-left: -60px;
  }
}

.steps__swiper .swiper-steps-prev:hover {
  -webkit-filter: none;
  filter: none;
}

.steps__swiper .swiper-steps-next {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-next.svg") center no-repeat;
  position: absolute;
  bottom: 80px;
  left: 65px;
  z-index: 99;
}

.steps__swiper .swiper-steps-next:hover {
  background: url("../svg/angle-next-h.svg") center no-repeat;
}

@media (max-width: 991px) {
  .steps__swiper .swiper-steps-next {
    bottom: 0px;
    right: 50%;
    margin-right: -60px;
    left: inherit;
  }
}

.steps__swiper .swiper-steps-next:hover {
  -webkit-filter: none;
  filter: none;
}

.steps__swiper-thumb {
  border-bottom: 1px solid #dee2e6;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .steps__swiper-thumb {
    border-bottom: none;
  }
}

.steps__swiper-thumb .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .steps__swiper-thumb .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
  }
}

@media (max-width: 991px) {
  .steps__swiper-thumb {
    margin: 30px 0;
  }
}

.steps__swiper-thumb .swiper-slide {
  padding: 0 0 15px;
  border: none;
  border-bottom: 5px solid transparent;
  margin: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7D868E;
  margin: 0 30px 0 0;
  width: auto !important;
  cursor: pointer;
  position: static;
  -webkit-transform: unset;
  transform: unset;
}

@media (max-width: 767px) {
  .steps__swiper-thumb .swiper-slide {
    border: 1px solid #8E9AA5;
    padding: 10px 16px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 20px;
    color: #8E9AA5;
    white-space: nowrap;
    width: auto !important;
    margin: 0;
  }
}

.steps__swiper-thumb .swiper-slide .nav-count {
  opacity: 0;
}

.steps__swiper-thumb .swiper-slide-thumb-active {
  border: none;
  border-bottom: 5px solid #56ADB0;
  color: #56adb0;
}

@media (max-width: 767px) {
  .steps__swiper-thumb .swiper-slide-thumb-active {
    border: 1px solid #8E9AA5;
    background: #8e9aa5;
    color: #fff;
  }
}

.steps__swiper-thumb .swiper-slide-thumb-active .nav-count {
  opacity: 1;
}

.steps__nav div {
  margin: 0 30px 0 0;
  cursor: pointer;
}

.steps__nav .disabled {
  opacity: 0.5;
}

.hero__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}

.hero__form-title {
  margin: 0 0 20px;
}

.hero__form-title strong {
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #56ADB0;
}

.hero__form-title p {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.hero__form-title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
}

.hero__form label {
  position: relative;
  z-index: 1;
}

.hero__form label [type="file"] {
  display: none;
}

.hero__form label .input {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  border-radius: 30px;
  padding: 0 15px;
  gap: 12px;
  border: 1px solid #fff;
}

.hero__form label .input:has(:focus) {
  border: 1px solid #56ADB0;
}

.hero__form label .input input {
  border: none;
  font-size: 16px;
  outline: none;
  height: 100%;
  background: none;
}

.hero__form label .input__file {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 30px;
  padding: 0 15px;
  gap: 12px;
  cursor: pointer;
}

.hero__form label .input__file-border {
  border: 1.5px solid #56adb0;
  padding: 0 13.5px;
}

.hero__form label .input__file p {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 180px;
  overflow: hidden;
  line-height: normal;
}

.hero__form label .input__file:hover p {
  color: #56adb0;
}

.hero__form label .input__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__form label .input__checkbox p {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #C5C6C6;
  margin: 0;
}

.hero__form label .input__checkbox p a {
  color: #fff;
}

.hero__form label .input__checkbox input {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  accent-color: #56ADB0;
}

.hero__form label .btn {
  font-size: 13px;
  padding: 18px 16px;
  text-align: center;
  width: 100%;
}

@media (max-width: 575px) {
  .hero__form label.grid-xs {
    grid-column: 1;
  }
}

.hero__form:before {
  content: url("../images/hero-form.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  z-index: -1;
  pointer-events: none;
}

.crude {
  padding: 120px 0;
}

.crude .title {
  margin: 0 0 50px;
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  color: #FFFFFF;
}

.crude__swiper {
  margin: 0 0px 20px;
  padding: 0 70px;
  -webkit-filter: drop-shadow(0px 15px 60px #1B1D20);
  filter: drop-shadow(0px 15px 60px #1B1D20);
  border-radius: 20px;
}

.crude__swiper img {
  width: 100%;
  aspect-ratio: 49/36;
  border-radius: 20px;
}

.crude__swiper .swiper-button-disabled {
  opacity: 0.4;
}

.crude__swiper .swiper-crude-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: 0px;
}

.crude__swiper .swiper-crude-prev {
  left: 20px;
  background: url("../svg/angle-prev.svg") center/contain no-repeat;
}

.crude__swiper .swiper-crude-prev:hover {
  background: url("../svg/angle-prev-h.svg") center/contain no-repeat;
}

.crude__swiper .swiper-crude-prev img {
  display: none;
}

.crude__swiper .swiper-crude-next {
  right: 20px;
  background: url("../svg/angle-next.svg") center/contain no-repeat;
}

.crude__swiper .swiper-crude-next:hover {
  background: url("../svg/angle-next-h.svg") center/contain no-repeat;
}

.crude__swiper .swiper-crude-next img {
  display: none;
}

.crude__before {
  position: relative;
}

.crude__before:before {
  content: '';
  left: 15px;
  right: 15px;
  top: 20px;
  bottom: 40px;
  border: 2px solid #56adb0;
  border-radius: 20px;
  position: absolute;
}

.crude__swiper-thumbs {
  margin: 0 70px;
}

.crude__swiper-thumbs .swiper-slide-thumb-active img {
  border: 2px solid #56ADB0;
}

.crude__swiper-thumbs img {
  width: 110px;
  height: 80px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.crude__content {
  padding-top: 20px;
}

.crude__content-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
}

.crude__content-text {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #C5C6C6;
}

.crude__content-form-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #C5C6C6;
}

.crude__content-form-title span {
  color: #56adb0;
  font-weight: inherit;
  display: inline-block;
}

.crude__content-form form .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  width: 420px;
  padding: 0 0 0 15px;
  border-radius: 40px;
}

.crude__content-form form .input input {
  border: none;
  outline: none;
  margin: 0 15px 0 0;
}

.crude__content-form form .input > img {
  margin: 0 15px 0 0;
}

.cars {
  padding: 120px 0;
  background: #252930 url("../images/bg/cars-bg.jpg") center no-repeat;
}

.cars .title {
  margin: 0 0 50px;
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  color: #FFFFFF;
}

.cars .title span {
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  color: #56ADB0;
  display: inline-block;
  margin: 0 0 4px;
}

.cars__table-header {
  margin: 0 0 10px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background: #56adb0;
}

.cars__table-th {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  text-align: center;
}

.cars__table-th.wide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: left;
}

.cars__table-th.wide-lg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  text-align: left;
}

.cars__table-row {
  padding: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cars__table-td {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C5C6C6;
}

.cars__table-td span {
  display: none;
}

.cars__table-td p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

.cars__table-td .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.cars__table-td.wide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: left;
}

.cars__table-td.wide-lg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  text-align: left;
}

.services {
  background: url("../images/bg/dismantle-bg.png") center/contain no-repeat;
}

.services .swiper-serv-next {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-next.svg") center no-repeat;
  right: -60px;
}

.services .swiper-serv-next:after {
  display: none;
}

.services .swiper-serv-next:hover {
  background: url("../svg/angle-next-h.svg") center no-repeat;
}

.services .swiper-serv-prev {
  width: 50px;
  height: 50px;
  background: url("../svg/angle-prev.svg") center no-repeat;
  left: -60px;
}

.services .swiper-serv-prev:after {
  display: none;
}

.services .swiper-serv-prev:hover {
  background: url("../svg/angle-prev-h.svg") center no-repeat;
}

.services__swiper .swiper-slide {
  padding: 0 0 20px;
}

.services__swiper .swiper-slide-active .dismantle__image img {
  -webkit-filter: drop-shadow(0px 15px 30px rgba(27, 29, 32, 0.2));
  filter: drop-shadow(0px 15px 30px rgba(27, 29, 32, 0.2));
}

.services__swiper-thumbs {
  margin: 0 0 50px;
}

.services__swiper-thumbs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.services__swiper-thumbs .swiper-slide {
  border: 1px solid #8E9AA5;
  padding: 10px 16px;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 20px;
  color: #fff;
  white-space: nowrap;
  width: auto !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.services__swiper-thumbs .swiper-slide:hover {
  background: rgba(255, 255, 255, 0.2);
}

.services__swiper-thumbs .swiper-slide-thumb-active {
  background: #8e9aa5;
  border: 1px solid #8E9AA5;
  color: #fff;
}

.services__image {
  aspect-ratio: 49 / 36;
  max-width: 490px;
  position: relative;
}

.services__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: -20px;
  right: -20px;
  border: 2px solid rgba(86, 173, 176, 0.5);
  border-radius: 20px;
}

.services__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  position: relative;
}

.services__title {
  margin: 20px 0 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.services__list {
  margin: 0 0 20px;
  gap: 40px;
}

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

.services__list img {
  margin: 0 16px 0 0;
}

.services__list strong {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 4px;
  color: #56ADB0;
}

.services__list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.services__desc {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.services__text {
  margin: 0 0 44px;
  font-size: 16px;
  line-height: 1.25;
  color: #c5c5c5;
}

.services {
  padding: 60px 0 120px;
}

.services .posr {
  position: relative;
}

.services .h1 {
  margin: 0 0 50px;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
}

.services .services__title {
  font-size: 32px;
  color: #56adb0;
  font-weight: 900;
}

.services .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home__tabs {
  padding: 0 0 120px;
  background: url("../images/bg/home_tab-bg.jpg") center top/contain no-repeat;
}

.home__tabs .nav {
  border-bottom: none;
}

.home__tabs .nav-item {
  width: 100%;
}

.home__tabs .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #FFFFFF;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid rgba(142, 154, 165, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.home__tabs .nav-link img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.home__tabs .nav-link.active {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(142, 154, 165, 0.3);
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #56adb0;
}

.home__tabs .nav-link.active img {
  -webkit-filter: none;
  filter: none;
}

.home__tabs .title {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(142, 154, 165, 0.3);
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  color: #fff;
}

.home__tabs .title span {
  color: #56ADB0;
  font-weight: inherit;
}

.home__tabs .tab-pane.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__tabs .tab-pane.active img {
  margin: 0 0 0 40px;
}

.home__tabs .tab-pane.active div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.home__tabs .tab-pane.active div span {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 4px;
  display: inline-block;
}

.home__tabs .tab-pane.active div p {
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  color: #56ADB0;
}

.accordion-item {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button {
  background: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  color: #56adb0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-button:after {
  display: none;
}

.accordion-button img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.accordion-button.collapsed {
  color: #fff !important;
  border-bottom: 1px solid #8e9aa5 !important;
}

.accordion-button.collapsed img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
}

.accordion-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-body img {
  margin: 0 0px 0 0;
  max-width: 50%;
}

.accordion-body div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.accordion-body div span {
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 5px;
  display: inline-block;
}

.accordion-body div p {
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  color: #56ADB0;
}

.accordion-body div p:last-of-type {
  margin: 0;
}

.factors {
  overflow: hidden;
  background: #252930;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .factors {
    padding: 60px 0;
  }
}

.factors .h1 {
  text-align: center;
  margin: 0 0 50px;
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .factors .h1 {
    font-size: 32px;
  }
}

.factors .h1-text {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 100%;
  color: #56ADB0;
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  .factors .h1-text {
    font-size: 25px;
  }
}

.factors__row {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .factors__row {
    padding: 30px 0;
  }
  .factors__row div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .factors__row .od-xs-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.factors__image {
  position: relative;
}

.factors__image img {
  max-width: 90%;
  margin: 0 5%;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .factors__image img {
    max-width: 100%;
    margin: 0 0 60px;
  }
}

.factors__image:before {
  content: url("../images/nb.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

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

.factors__text img {
  margin: 0 20px 0 0;
}

@media (max-width: 1199px) {
  .factors__text img {
    max-height: 150px;
  }
}

@media (max-width: 575px) {
  .factors__text img {
    max-width: 40px;
    max-height: 80px;
  }
}

.factors__text strong {
  display: inline-block;
  margin: 0 0 20px;
  font-weight: 900;
  font-size: 50px;
  line-height: 125%;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .factors__text strong {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .factors__text strong {
    font-size: 26px;
    margin: 0 0 12px;
  }
}

.factors__text p {
  padding-left: 40px;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  color: #C5C6C6;
  margin: 0;
}

@media (max-width: 1199px) {
  .factors__text p {
    font-size: 18px;
    font-weight: bold;
  }
}

@media (max-width: 575px) {
  .factors__text p {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .factors__text p {
    font-size: 16px;
  }
}

.footer {
  background: #252930;
  padding: 40px 0 12px;
  position: relative;
}

.footer .totop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: url("../images/top.png");
  z-index: 9;
  display: none;
}

.footer .legal {
  margin-top: 24px;
  padding: 12px 0 0;
  border-top: 1px solid #8E9AA5;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #8E9AA5;
}

.footer .legal a {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #8E9AA5;
}

.footer__logo {
  margin: 0 0 20px;
  display: inline-block;
}

.footer__logo img {
  height: 70px;
}

.footer__phone {
  text-align: center;
  margin: 0 0 20px;
}

.footer__phone a {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
}

.footer__phone a:hover {
  color: #56ADB0;
}

.footer__phone span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C5C6C6;
}

.footer__contact {
  padding-left: 40px;
}

.footer__contact-addr {
  margin: 0 0 12px;
  font-size: 14px;
  color: #c5c5c5;
}

.footer__contact-addr img {
  margin: 0 6px 0 0;
}

.footer__contact-time {
  margin: 0 0 12px;
  font-size: 14px;
  color: #c5c5c5;
}

.footer__contact-time img {
  margin: 0 6px 0 0;
}

.footer__contact-mail a {
  font-size: 14px;
  color: #c5c5c5;
}

.footer__contact-mail a:hover {
  color: #56ADB0;
}

.footer__contact-mail img {
  margin: 0 6px 0 0;
}

.footer__social {
  margin-top: 40px;
  padding-left: 40px;
}

.footer__social li {
  margin: 0 0 12px;
}

.footer__social a {
  font-size: 14px;
  color: #c5c5c5;
}

.footer__social a:hover {
  color: #56ADB0;
}

.footer__social a img {
  margin: 0 6px 0 0;
}

.footer__nav {
  text-align: left;
}

.footer__nav li {
  margin: 0 0 15px;
}

.footer__nav a {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
}

.footer__nav a:hover {
  color: #56ADB0;
}

.modl {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.modl__wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 15px 60px #1B1D20;
  box-shadow: 0px 15px 60px #1B1D20;
}

@media (max-width: 576px) {
  .modl__wrapper {
    padding: 24px;
  }
}

.modl__wrapper .title {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #343A45;
}

.modl__wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 576px) {
  .modl__wrapper form {
    grid-template-columns: repeat(1, 1fr);
  }
}

.modl__wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  gap: 12px;
  height: 60px;
  border: 1px solid #c5c6c6;
  border-radius: 40px;
}

.modl__wrapper label:has(:focus) {
  border: 1px solid #56ADB0;
}

.modl__wrapper label.wide {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 576px) {
  .modl__wrapper label.wide {
    grid-column: auto;
  }
}

.modl__wrapper label input {
  width: 100%;
  border: none;
  outline: none;
  height: 100%;
  background: none;
}

.modl__wrapper .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  border-radius: 0;
  background: none;
  padding: 0;
  gap: 0;
  margin: 20px auto 0;
  padding: 0;
  border: none !important;
  grid-column-start: 1;
  grid-column-end: 3;
  height: auto;
}

@media (max-width: 576px) {
  .modl__wrapper .checkbox {
    grid-column: auto;
  }
}

.modl__wrapper .checkbox input {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  accent-color: #56ADB0;
}

.modl__wrapper .checkbox p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #788;
  text-align: left;
}

.modl__wrapper .checkbox p a {
  color: #56adb0;
  font-emphasize: 500px;
}

.modl__wrapper .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 576px) {
  .modl__wrapper .btn {
    grid-column: auto;
  }
}

#thanx .title {
  margin: 0 0 30px;
  font-weight: 900;
  font-size: 45px;
  line-height: 125%;
  color: #343A45;
}

#thanx .text {
  margin: 0 0 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  color: #7D868E;
  text-align: center;
}

#thanx .btn img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

#thanx .modl__wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

nav {
  position: fixed;
  top: 69px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 999;
  background: #252930;
  color: #fff;
  padding: 40px 0;
  overscroll-behavior: contain;
  display: none;
}

nav .header__search {
  width: 100%;
}

nav .nav__phone {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

nav .header__icon-addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 16px;
  gap: 12px;
}

nav .header__icon-addr img {
  margin: 0;
}

nav .header__icon-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 16px;
  gap: 12px;
}

nav .header__icon-time img {
  margin: 0;
}

nav .header__icon-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 16px;
  gap: 12px;
}

nav .header__icon-mail img {
  margin: 0;
}

nav .btn {
  display: inline-block;
  margin: 0 0 20px;
}

nav ul {
  margin: 20px 0;
  padding: 0px;
}

nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

nav ul li:last-of-type {
  border-bottom: none;
}

nav ul li ul {
  margin: 0px 0 16px;
  padding: 0px 0px 0px 20px;
  display: none;
}

nav ul li ul.show {
  display: inline-block;
  width: 100%;
}

nav ul li:has(ul):before {
  content: '';
  position: absolute;
  right: 12px;
  top: 22px;
  background: url("../svg/dd.svg") center no-repeat;
  width: 12px;
  height: 12px;
}

nav ul li:has(.show):before {
  content: '';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff !important;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
}

.showen nav {
  display: inline-block;
}

.showen .header__menu a span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.showen .header__menu a span:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
}

.showen .header__menu a span:after {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1290px;
  }
}

html,
body {
  background: #343A45;
  color: #fff;
  scroll-behavior: smooth;
}

.btn {
  padding: 20px 24px;
  border-radius: 50px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-primary {
  background: #56adb0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  outline: none !important;
}

.btn-primary img {
  margin: 0 0 0 10px;
}

.btn-primary:hover {
  background: #438d90;
}

.btn-primary:active, .btn-primary:focus {
  background: #438d90;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-outline-primary, .btn-outline-primary.active {
  border: 1px solid #56adb0;
  color: #56adb0;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
}

.btn-outline-primary img, .btn-outline-primary.active img {
  margin: 0 0 0 10px;
}

.btn-outline-primary:hover, .btn-outline-primary.active:hover {
  background: #438d90;
  border: 1px solid #438d90;
  color: #fff;
}

.btn-outline-primary:hover img, .btn-outline-primary.active:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary.active:active, .btn-outline-primary.active:focus {
  background: #438d90;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.spacer {
  height: 120px;
}

.mfp-image-holder .mfp-close {
  right: -30px;
}

@media (max-width: 1399px) {
  .header__icon-addr {
    font-size: 12px;
  }
  .header__nav-xs a {
    font-size: 12px;
  }
  .header__phone a {
    font-size: 22px;
  }
  .header__nav a {
    font-size: 14px;
    font-weight: bold;
  }
  .services .swiper-serv-next,
  .dismantle .swiper-dis-next {
    right: -20px;
  }
  .services .swiper-serv-prev,
  .dismantle .swiper-dis-prev {
    left: -20px;
  }
  .services__title,
  .dismantle__title {
    font-size: 18px;
  }
  .services__list strong,
  .dismantle__list strong {
    font-size: 18px;
  }
  .services__list p,
  .dismantle__list p {
    font-size: 14px;
  }
  .services__image,
  .dismantle__image {
    max-width: 410px;
  }
  .footer__contact-addr,
  .footer__contact-time,
  .footer__contact-mail {
    font-size: 12px;
  }
  .btn-primary {
    font-size: 13px;
  }
  .dismantle__list img {
    margin: 0 12px 0 0;
    width: 36px;
  }
  .steps__wrapper {
    margin: 0 10px;
  }
  .services .nav-item {
    margin: 0;
  }
  .services .nav {
    overflow: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 4px;
    gap: 8px;
  }
  .services .nav .nav-link {
    white-space: nowrap;
  }
  .home__tabs .nav-link {
    font-size: 14px;
  }
  .home__tabs .nav-link.active {
    font-size: 14px;
  }
  .home__tabs .tab-pane.active img {
    width: 270px;
  }
  .variety__link-image {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  .variety__link-text {
    font-size: 14px;
  }
  .crude__swiper-thumbs img {
    width: 90px;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .quiz {
    padding: 0 0 120px;
  }
  .quiz .steps__after:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header {
    padding: 15px 0;
    background: #252930;
    border-bottom: 1px solid #454B53;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__logo img {
    width: 180px;
  }
  .header__social li {
    margin: 0;
  }
  .header__menu {
    margin: 0 15px 0 0;
  }
  .header__menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }
  .header__menu a span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .header__menu a span:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .header__menu a span:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .header__social ul {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
  .header__social ul img {
    width: 24px;
    height: 24px;
  }
  .hero__form-bg img {
    top: 210px;
  }
  .conditions {
    padding: 60px 0;
  }
  .conditions .h1 {
    font-size: 28px;
  }
  .conditions__title {
    font-size: 21px;
  }
  .conditions__text {
    font-size: 14px;
  }
  .variety {
    padding: 60px 0;
  }
  .variety .h1 span {
    font-size: 28px;
  }
  .variety .h1 {
    font-size: 36px;
  }
  .steps__wrapper .h1 {
    font-size: 32px;
  }
  .steps__wrapper .h1-text {
    font-size: 18px;
    margin: 0 100px 50px;
  }
  .variety__phone {
    font-size: 18px;
  }
  .seo__item-list li {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .seo__image:before {
    bottom: -10px;
    right: -10px;
  }
  .seo__item-text {
    font-size: 14px;
  }
  .services__image img,
  .dismantle__image img {
    width: 95%;
  }
  .services__image:before,
  .dismantle__image:before {
    width: 95%;
    right: 0px;
    bottom: -10px;
  }
  .services__text,
  .dismantle__text {
    font-size: 14px;
  }
  .cert__title .h1 {
    font-size: 25px;
  }
  .cert__title .h1-text {
    font-size: 18px;
  }
  .cert__text {
    padding: 30px 30px 80px 180px;
  }
  .cert__text-title {
    font-size: 14px;
  }
  .cert__text-content {
    font-size: 14px;
  }
  .callback .h1 {
    font-size: 32px;
  }
  .footer__phone a {
    font-size: 18px;
  }
  .dismantle__steps-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 100px;
  }
  .dismantle__steps .title {
    font-size: 28px;
  }
  .seo {
    padding: 60px 0;
  }
  .services .services__title {
    font-size: 26px;
  }
  .services__desc,
  .dismantle__desc {
    font-size: 16px;
  }
  .grid .title {
    font-size: 32px;
  }
  .news .title {
    font-size: 25px;
    margin: 0 0 30px;
  }
  .news__item-content strong {
    font-size: 18px;
  }
  .crude__content-text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .faq {
    padding: 60px 0;
  }
  .faq__phone {
    font-size: 18px;
  }
  .faq__phone a {
    white-space: nowrap;
  }
  .hero__swiper {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: auto;
    max-width: 720px;
    margin-top: 40px;
  }
  .hero .title .h1 {
    font-size: 36px;
  }
  .conditions__text {
    margin: 0 0 40px;
  }
  .variety__link-image {
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .variety__phone a {
    white-space: nowrap;
  }
  .steps__title {
    font-size: 21px;
  }
  .steps__text-item {
    font-size: 14px;
  }
  .steps__text {
    margin: 0 0 50px;
  }
  .seo__image {
    margin: 0 0 40px;
    max-width: 95%;
  }
  .services .h1,
  .dismantle .h1 {
    font-size: 28px;
  }
  .services .h1-text,
  .dismantle .h1-text {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .services__image,
  .dismantle__image {
    margin: 0 30px 20px;
    max-width: 95%;
  }
  .dismantle__title,
  .dismantle__list,
  .dismantle__text,
  .dismantle__desc,
  .services__title,
  .services__list,
  .services__text,
  .services__desc {
    margin-left: 30px;
    margin-right: 30px;
  }
  .services__swiper .btn,
  .dismantle__swiper .btn {
    margin-left: 30px;
  }
  .cert__slider {
    margin: 0 0 40px;
  }
  .callback .h1 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .callback .h1 span {
    display: inline-block;
    width: 100%;
  }
  .callback form fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .callback form label {
    height: 60px;
  }
  .footer__logo {
    text-align: center;
    width: 100%;
  }
  .steps__wrapper .h1 {
    font-size: 35px;
    margin: 0 0 15px;
  }
  .steps__after {
    border-radius: 40px;
    padding: 50px 30px 50px;
  }
  .steps__wrapper:before {
    border-radius: 40px;
    width: calc(100% - 80px);
    left: 40px;
  }
  .steps__wrapper .nav-count {
    display: none;
  }
  .conditions .h1 {
    font-size: 21px;
  }
  .cars {
    padding: 60px 0;
  }
  .cars .title {
    font-size: 24px;
  }
  .cars .title span {
    font-size: 21px;
  }
  .cars__table-header {
    display: none;
  }
  .cars__table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .cars__table-td {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
  }
  .cars__table-td span {
    display: inline-block;
    margin: 0 12px 0 0;
    color: #c5c5c6;
  }
  .callback form fieldset.row label {
    width: 100%;
    margin: 0 0 10px;
  }
  .hero-img {
    display: none;
  }
  .spacer {
    height: 60px;
  }
  .home__tabs {
    padding: 0 0 60px;
    background: none;
  }
  .home__tabs .accordion-body {
    background: url("../images/bg/acc-bg.png") left center/contain no-repeat;
  }
  .home__tabs .title {
    font-size: 28px;
    padding: 0 0 20px;
    border-bottom: none;
  }
  .home__tabs .nav {
    padding: 12px 0;
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: auto;
    gap: 12px;
  }
  .home__tabs .nav-item {
    width: auto;
  }
  .home__tabs .nav-item .nav-link {
    border: 1px solid #8E9AA5;
    padding: 10px 12px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
  }
  .home__tabs .nav-item .nav-link.active {
    border-color: #8e9aa5;
    background: #8e9aa5;
  }
  .home__tabs .nav-link {
    white-space: nowrap;
    margin: 0 24px 0 0;
  }
  .home__tabs .nav-link img {
    display: none;
  }
  .services .h1 {
    font-size: 35px;
    margin: 0 0 30px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .grid {
    padding: 60px 0;
  }
  .grid .title {
    font-size: 35px;
    margin: 0 0 30px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .steps__wrapper .h1-text span {
    font-size: 18px;
    line-height: 1.1;
  }
  .steps__wrapper .h1-text {
    margin: 0 0 10px;
  }
  .quiz .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .quiz label.checkbox {
    margin: 0;
  }
  .quiz .nav {
    margin: 40px 0 0;
  }
  .news .btn {
    margin: 0 0 50px;
    text-transform: none;
    padding: 12px;
  }
  .news__item-content {
    position: relative;
    z-index: 9;
  }
  .news {
    padding: 30px 0;
  }
  .crude {
    padding: 60px 0;
  }
  .crude .title {
    font-size: 28px;
  }
  .crude__before {
    margin: 0 0 40px;
  }
  .cert {
    padding: 60px 0;
  }
  .faq h1 {
    font-size: 28px;
  }
  .steps__after .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
    border-bottom: none;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px 0 0;
  }
  .steps__after .nav .nav-item {
    border: 1px solid #8E9AA5;
    padding: 10px 12px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 20px;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
  }
  .steps__after .nav .nav-item.active {
    background: #56adb0;
    border-color: #56adb0;
    color: #fff;
  }
  .steps__after .steps__nav.nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .map {
    padding: 60px 0;
    background: #343A45;
  }
  .map__wrapper ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .callback {
    padding: 30px 0 0;
  }
  .callback form fieldset {
    margin: 0 0 8px;
  }
  .steps {
    padding-bottom: 60px;
  }
  .dismantle__steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .home__tabs .tab-pane.active img {
    margin: 0 30px 0 20px;
    width: 200px;
  }
  .home__tabs .tab-pane.active div span {
    font-size: 16px;
  }
  .home__tabs .tab-pane.active div p {
    font-size: 21px;
  }
  .grid__item-text p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
  }
  .grid__item-text span {
    font-size: 13px;
  }
  .grid__item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 4 / 2;
    width: calc(100% - 10px);
  }
  .dismantle__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .hero__swiper {
    max-width: 100%;
    margin-left: calc((100vw - 540px) / 2);
  }
}

@media (max-width: 575px) {
  .header__logo img {
    width: 130px;
  }
  .header__social ul {
    gap: 20px;
  }
  .hero {
    padding-bottom: 0;
    background-position: 90% top;
  }
  .hero:before {
    display: none;
  }
  .hero__form {
    row-gap: 10px;
    width: 100%;
    grid-template-columns: 1fr 60px;
  }
  .hero__form-row {
    padding: 20px 0;
    background: #293339 url("../images/bg/hero-form-bg.png") center no-repeat;
  }
  .breadcrumbs {
    margin: 20px 0 20px;
  }
  .hero .title {
    margin: 20px 0 20px !important;
  }
  .hero__form-title strong {
    font-size: 18px;
    font-weight: bold;
  }
  .hero__form-title p {
    font-size: 18px;
    font-weight: 300;
    margin: 4px 0 8px;
  }
  .hero__form-title span {
    font-size: 14px;
    font-weight: bold;
  }
  .hero__form-chx {
    grid-column: 1;
    margin: 10px 0;
  }
  .hero__form label .input__file {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.5px solid #8e9aa5;
  }
  .hero__form label .input__file p {
    display: none;
  }
  .conditions__title {
    font-size: 16px;
    font-weight: bold;
  }
  .conditions__text {
    font-weight: normal;
  }
  .variety__annotation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .steps__wrapper .h1-text {
    font-size: 18px;
    line-height: 1.1;
  }
  .steps__after {
    border-radius: 40px;
    padding: 40px 15px 50px;
  }
  .steps__wrapper:before {
    border-radius: 30px;
    width: calc(100% - 60px);
    left: 30px;
  }
  .steps__image:before {
    bottom: -15px;
    right: -12px;
    border-radius: 18px;
  }
  .seo__h1-text {
    font-size: 18px;
  }
  .seo__title {
    margin: 0 0 30px;
    font-size: 14px;
  }
  .dismantle__image,
  .dismantle__title,
  .dismantle__list,
  .dismantle__text,
  .dismantle__desc,
  .services__image,
  .services__title,
  .services__list,
  .services__text,
  .services__desc {
    margin-left: 0;
    margin-right: 0;
  }
  .services__swiper .btn,
  .dismantle__swiper .btn {
    margin: 100px 0 0;
    width: 100%;
  }
  .services__text,
  .dismantle__text {
    margin: 0 0 20px;
  }
  .dismantle__list {
    gap: 20px;
  }
  .services {
    padding: 60px 0 40px;
  }
  .dismantle .swiper-dis-prev,
  .services .swiper-serv-prev {
    bottom: 115px;
    top: inherit;
    left: 50%;
    margin-left: -60px;
  }
  .dismantle .swiper-dis-next,
  .services .swiper-serv-next {
    bottom: 115px;
    top: inherit;
    right: 50%;
    margin-right: -60px;
  }
  .services__swiper,
  .dismantle__swiper {
    padding: 0 0 0px;
  }
  .cert__title .h1-text {
    font-size: 18px;
    line-height: 1.1;
  }
  .cert__slider .swiper-button-disabled {
    opacity: 0.4;
  }
  .cert__title {
    margin: 0 0 30px;
  }
  .cert__image img {
    width: 100px;
    height: 150px;
    border-radius: 20px;
  }
  .cert__text {
    padding: 30px 30px 80px 110px;
  }
  .cert .swiper-cert-prev {
    left: 130px;
  }
  .cert .swiper-cert-next {
    left: 180px;
  }
  .faq details summary {
    font-size: 18px;
    line-height: 1.4;
  }
  .map__wrapper-bg {
    padding: 24px;
    border-radius: 20px;
    width: 96%;
  }
  .map__wrapper:before {
    right: 0;
    bottom: -15px;
  }
  .footer__phone span {
    display: inline-block;
    width: 100%;
  }
  .cert + .faq {
    padding-top: 0;
  }
  .dismantle__steps-wrapper {
    gap: 20px;
    row-gap: 55px;
  }
  .dismantle__steps-text {
    font-size: 14px;
  }
  .home__tabs .tab-pane.active img {
    margin: 0 10px 0 10px;
    width: 45%;
  }
  .grid__item-text {
    padding: 20px;
  }
  .grid__item:before {
    left: 5px;
    border-radius: 14px;
    bottom: 10px;
  }
  .grid__item {
    margin: 0 0 20px;
    min-height: 250px;
    height: 100%;
  }
  .news__item-img img {
    width: 120px;
  }
  .news__item-content p {
    font-size: 14px;
    margin: 0 0 14px;
    display: none;
  }
  .news__item-content strong {
    margin: 0 0 15px;
  }
  .news__item {
    gap: 16px;
  }
  .btn {
    width: 100% !important;
  }
  .crude {
    padding-top: 40px;
  }
  .crude .title {
    margin: 0 0 30px;
  }
  .crude__content-form-title {
    font-size: 18px;
  }
  .crude__swiper .swiper-crude-arrow {
    display: none;
  }
  .crude__swiper {
    padding: 0 20px;
  }
  .crude__swiper-thumbs {
    margin: 0 25px;
  }
  .crude__content-form form .input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .crude__content-form form .input > img {
    position: absolute;
    left: 20px;
    top: 18px;
  }
  .crude__content-form form .input input {
    margin: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px 0 60px;
    background: #fff;
    border: none;
    border-radius: 40px;
  }
  .crude__content-form form .input .btn {
    margin: 15px 0 0;
  }
  .variety .h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .variety .h1 span {
    font-size: 18px;
  }
  .variety__link {
    margin: 0 0 12px;
  }
  .variety__link-image {
    background-size: cover;
  }
  .conditions + .cert {
    padding-top: 0;
  }
  .steps__wrapper .nav-item {
    margin-right: 16px;
  }
  .steps__wrapper .tab-pane {
    padding-top: 15px;
  }
  .steps__text {
    margin: 0 0 30px;
  }
  .steps__image {
    margin: 0 30px 30px;
  }
  .steps__after .steps__nav.nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .steps__nav div {
    margin: 0;
  }
  .btn {
    font-size: 16px;
  }
  .title,
  .h1,
  .h1-text,
  .seo__item-h1,
  .seo__h1,
  .services__title,
  .dismantle__title {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .hero__swiper {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 30px 12px;
    background: #293339;
  }
  .hero__swiper-navigation {
    margin-top: 20px;
    gap: 12px;
  }
  .hidden-seo {
    display: none;
  }
  .seo + .cert {
    padding-top: 30px;
  }
  .seo .js-seo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
  }
  .seo .js-seo.opened:before {
    content: 'Свернуть';
  }
  .seo .js-seo.opened img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .footer {
    padding: 30px 0 16px;
  }
  .footer .btn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto;
    padding: 13px 23px;
    font-size: 16px;
    line-height: 1.25;
  }
  .footer .legal {
    text-align: center;
    border: none;
    font-size: 10px;
    padding-top: 0;
    margin-top: 20px;
  }
  .footer .legal span {
    display: none;
  }
  .footer__logo img {
    height: auto;
    width: 249px;
  }
  .footer__phone a {
    font-size: 25px;
  }
}

/*# sourceMappingURL=main.css.map */
