@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

@font-face {
  font-family: 'Druk Wide Cyr';
  src: url("../fonts/drukwidecyr-medium.woff2") format("woff2"), url("../fonts/drukwidecyr-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Druk Wide Cyr';
  src: url("../fonts/drukwidecyr-bold.woff2") format("woff2"), url("../fonts/drukwidecyr-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
html {
  font-size: 1vw;
  overflow-x: hidden; }
  @media (min-width: 1360px) {
    html {
      font-size: 13.6px; } }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* важно */ }

body {
  font-family: "Montserrat";
  color: #222;
  background: #F5F5FF;
  height: auto;
  overflow-x: hidden; }

h1 {
  font-size: 4.1176470588rem;
  font-weight: 600;
  line-height: 100%; }

h2 {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--size-headline-H2_font, Montserrat);
  font-size: 3.3823529412rem;
  font-weight: 600;
  line-height: 100%; }

h3 {
  color: #222;
  font-size: 2.6470588235rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

h5 {
  font-size: 1.3970588235rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  max-width: 17.6470588235rem; }

._blue {
  color: #254AA5; }

._white {
  color: #fff !important; }

a {
  color: #222;
  transition: 0.3s; }
  a:hover {
    color: #254AA5; }

._text {
  font-family: var(--settings-text_font, Montserrat);
  font-size: 1.1764705882rem;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; }

._text14 {
  font-family: var(--settings-text_font, Montserrat);
  font-size: 1.0294117647rem;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; }

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative; }

._container {
  max-width: 94.1176470588rem;
  margin: 0px auto;
  padding: 0 2.9411764706rem;
  box-sizing: content-box; }

/*Стили для кнопки*/
._button {
  padding: 1.1764705882rem 1.4705882353rem;
  display: flex;
  width: 13.9705882353rem;
  height: 6.9852941176rem;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 0.7352941176rem;
  background: #254AA5;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease; }
  ._button:hover {
    background: #89C429; }
    ._button:hover ._button-text span {
      transform: translateY(-1.3970588235rem);
      color: #222; }
    ._button:hover ._button-desc {
      color: #222; }
    ._button:hover ._button-icon svg:first-child {
      transform: translateX(1.1764705882rem);
      color: #222; }
    ._button:hover ._button-icon svg:last-child {
      transform: translateX(0);
      color: #222; }

._button-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
  overflow: hidden; }

._button-text {
  text-align: left;
  color: #fff;
  font-size: 1.0294117647rem;
  font-weight: 600;
  line-height: 135%;
  height: 1.3970588235rem;
  overflow: hidden;
  transition: 0.3s ease; }
  ._button-text span {
    display: block;
    transition: transform 0.3s ease; }

._button-desc {
  color: #fff;
  font-size: 0.8088235294rem;
  font-weight: 600;
  line-height: 145%;
  opacity: 0.5;
  transition: 0.3s ease; }

._button-icon {
  position: relative;
  display: flex;
  align-self: flex-end;
  color: #fff;
  width: 1.1764705882rem;
  height: 1.1764705882rem;
  overflow: hidden;
  transition: 0.3s ease; }
  ._button-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease;
    width: 1.1764705882rem;
    height: 1.1764705882rem; }
    ._button-icon svg:first-child {
      transform: translateX(0); }
    ._button-icon svg:last-child {
      transform: translateX(-100%); }

._button-whatsapp {
  background: none;
  width: 13.3088235294rem;
  border: 1px solid #00C232; }
  ._button-whatsapp ._button-icon {
    color: #00C232; }
  ._button-whatsapp ._button-text {
    color: #222; }
  ._button-whatsapp ._button-desc {
    color: #222; }
  ._button-whatsapp:hover {
    background: #00C232; }
    ._button-whatsapp:hover ._button-text span {
      transform: translateY(-1.3970588235rem);
      color: #fff; }
    ._button-whatsapp:hover ._button-icon svg:first-child {
      transform: translateX(1.1764705882rem);
      color: #fff; }
    ._button-whatsapp:hover ._button-icon svg:last-child {
      transform: translateX(0);
      color: #fff; }
    ._button-whatsapp:hover ._button-desc {
      color: #fff; }

._button-phone {
  background: none;
  width: 14.0441176471rem;
  border: 1px solid #35AEE2; }
  ._button-phone ._button-icon {
    color: #222; }
  ._button-phone ._button-text {
    color: #222; }
  ._button-phone ._button-desc {
    color: #222; }
  ._button-phone:hover {
    background: #35AEE2; }
    ._button-phone:hover ._button-text span {
      transform: translateY(-1.3970588235rem);
      color: #fff; }
    ._button-phone:hover ._button-icon svg:first-child {
      transform: translateX(1.1764705882rem);
      color: #fff; }
    ._button-phone:hover ._button-icon svg:last-child {
      transform: translateX(0);
      color: #fff; }
    ._button-phone:hover ._button-desc {
      color: #fff; }

/*Конец стилей для кнопок*/
/*Блок шапка*/
.head-wrap {
  max-width: 105.8823529412rem;
  margin: 0px auto;
  width: 100%;
  position: relative;
  /*background: $mwhite;*/
  background-image: url("../img/head/Exclude.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0rem 0rem 5.1470588235rem 5.1470588235rem; }

.menu-wrap {
  padding: 1.4705882353rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6F0;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 105.8823529412rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }

.menu-items {
  display: flex;
  align-items: center; }
  .menu-items ul {
    display: flex;
    gap: 0.7352941176rem; }
    .menu-items ul li {
      padding: 0.7352941176rem;
      transition: 0.3s;
      cursor: pointer; }
      .menu-items ul li:hover {
        color: #254AA5; }
      .menu-items ul li:last-child {
        display: flex;
        padding: 0.7352941176rem 1.1764705882rem;
        justify-content: center;
        align-items: center;
        border-radius: 0.4411764706rem;
        background: #254AA5;
        color: #fff;
        text-align: center;
        font-family: var(--settings-text_font, Montserrat);
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 138.462%;
        transition: 0.3s;
        transform: translateY(-1px); }
        .menu-items ul li:last-child:hover {
          background: #89C429;
          color: #222; }

.head-content-wrap {
  padding-top: 10.2941176471rem;
  padding-bottom: 3.6764705882rem; }

.head__container {
  display: flex;
  justify-content: space-between; }

.head__content {
  max-width: 60.2941176471rem; }

.text15 {
  color: #222;
  font-family: var(--settings-text_font, Montserrat);
  font-size: 1.1029411765rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin: 0.5147058824rem 0 1.6176470588rem 0; }

.head__advantages {
  margin-top: 4.4117647059rem;
  display: grid;
  gap: 3.6764705882rem;
  grid-template-columns: 19.0441176471rem 14.2647058824rem 13.5294117647rem; }

.advantages__item {
  display: flex;
  gap: 0.7352941176rem; }

.advantages_icon img {
  width: 2.5rem;
  height: 2.5rem; }

.advantages__content {
  display: flex;
  flex-direction: column;
  gap: 0.7352941176rem; }

.advantages__title {
  font-size: 1.0294117647rem;
  font-weight: 700;
  line-height: 135.714%; }

.advantages__descr {
  font-size: 0.9558823529rem;
  font-style: normal;
  font-weight: 400;
  line-height: 138.462%; }

.head__reviews {
  display: flex;
  gap: 0.7352941176rem;
  align-self: flex-end;
  transition: 0.3s; }

.reviews__stars img {
  width: 8.6029411765rem;
  height: 1.25rem; }

.reviews__link {
  color: #222;
  font-size: 0.8823529412rem;
  font-weight: 700;
  line-height: 141.667%;
  transition: 0.3s; }
  .reviews__link img {
    transform: translateY(2px);
    width: 0.8088235294rem;
    height: 0.8088235294rem; }
  .reviews__link:hover a span {
    color: #254AA5; }
    .reviews__link:hover a span:after {
      opacity: 0; }
  .reviews__link a span {
    position: relative;
    color: #222; }
    .reviews__link a span:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #222;
      transition: 0.3s; }

.head__video-wrapper {
  position: fixed;
  top: 0;
  border-radius: 0 0 5.1470588235rem 5.1470588235rem;
  z-index: -1;
  width: 105.8823529412rem;
  height: 52.4264705882rem;
  overflow: hidden; }
  .head__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.head__video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex; }
  .head__video-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2; }
  .head__video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }

.head__video-text {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  margin: auto auto 6.6176470588rem 6.6176470588rem; }

.head__video-hero {
  color: #fff;
  font-size: 10.2941176471rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

.head__video-desc {
  color: #fff;
  font-size: 2.6470588235rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; }

/*Второй блок*/
.evaluation__wrap {
  margin-top: 39.7794117647rem; }

.evaluation__bg {
  background: #F5F5FF;
  border-radius: 5.1470588235rem 5.1470588235rem 0 0;
  max-width: 105.8823529412rem;
  margin: 0px auto; }

.evaluation__container {
  display: flex;
  gap: 0.7352941176rem;
  align-items: center; }

.evaluation__content {
  max-width: 45.5882352941rem;
  display: flex;
  flex-direction: column;
  gap: 2.2058823529rem;
  margin-left: 4.7794117647rem; }

.flex-buttons {
  display: flex;
  gap: 0.7352941176rem;
  align-items: center; }

.evaluation__image img {
  width: 34.6323529412rem;
  height: auto; }

/*3rd блок*/
.services__wrap {
  position: relative;
  z-index: 3; }

.services__bg {
  background: #F5F5FF;
  max-width: 105.8823529412rem;
  margin: 0px auto; }

.services__bg2 {
  background: #fff;
  max-width: 94.1176470588rem;
  margin: 0px auto;
  border-radius: 5.1470588235rem;
  display: flex;
  gap: 1.4705882353rem;
  padding: 4.7794117647rem 0 4.7794117647rem 4.7794117647rem;
  box-shadow: 0px 64px 134px 0px rgba(0, 0, 0, 0.1); }

.services__content {
  max-width: 45.5882352941rem;
  display: flex;
  flex-direction: column;
  gap: 2.2058823529rem; }
  .services__content .services__hero h2 {
    max-width: 33.0882352941rem;
    position: relative; }
    .services__content .services__hero h2:after {
      content: "";
      display: inline-block;
      width: 3.3088235294rem;
      height: 3.3088235294rem;
      background: url("../img/services/car.png");
      background-size: cover;
      transform: translateY(-0.1470588235rem);
      position: absolute;
      margin-left: 0.7352941176rem; }

.services__texts {
  display: flex;
  flex-direction: column;
  gap: 0.7352941176rem; }

._text16 {
  color: #222;
  font-size: 1.1764705882rem;
  font-weight: 400;
  line-height: 137.5%; }

._text15 {
  color: #222;
  font-size: 1.1764705882rem;
  font-weight: 400;
  line-height: 137.5%; }

._bold {
  font-weight: 700; }

.services__image {
  position: relative;
  width: 100%; }

.image__container {
  position: relative;
  width: 40.8088235294rem;
  height: 24.1176470588rem; }

.image__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40.8088235294rem;
  height: 24.1176470588rem;
  opacity: 0;
  transition: opacity 0.5s ease; }

.image__container.fixed {
  position: fixed;
  top: 22.0588235294rem;
  z-index: 10; }

.image__container.stop {
  position: absolute; }

.services__childhead {
  margin-top: 7.3529411765rem; }

.services__advantages {
  display: flex;
  gap: 2.2058823529rem;
  justify-content: space-between; }

.services__advantages-item {
  display: flex;
  flex-direction: column;
  gap: 1.1029411765rem; }

.services__advantages-icon img {
  width: 5.3676470588rem;
  height: 3.5294117647rem; }

.services__advantages-descr {
  color: #254AA5;
  font-size: 1.1764705882rem;
  font-weight: 700;
  line-height: 137.5%; }

/*4й блок*/
.construction__wrap {
  padding: 6.6176470588rem 0;
  background: #F5F5FF; }

.construction__container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.construction__image img {
  width: 39.0441176471rem;
  height: 42.0588235294rem; }

.construction__content {
  display: flex;
  gap: 2.2058823529rem;
  flex-direction: column;
  max-width: 45.5882352941rem; }
  .construction__content h2 {
    max-width: 33.0882352941rem;
    position: relative; }
    .construction__content h2:after {
      content: "";
      display: inline-block;
      width: 3.3088235294rem;
      height: 3.3088235294rem;
      background: url("../img/services/recucling1.png");
      background-size: cover;
      transform: translateY(-0.1470588235rem);
      position: absolute;
      margin-left: 0.7352941176rem; }

/*5й блок*/
.video-info__wrap {
  background: #F5F5FF; }

.video-info {
  position: relative;
  height: 19.8529411765rem;
  border-radius: 5.1470588235rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .video-info video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.video__text {
  position: relative;
  z-index: 1;
  padding-right: 4.4117647059rem; }

.video-hero {
  color: #fff;
  font-size: 7.0588235294rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

.video-desc {
  color: #fff;
  font-size: 1.8382352941rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; }

/*6й блок*/
.price__wrap {
  padding-top: 7.3529411765rem;
  background: #F5F5FF; }

.price__container h2 {
  max-width: 62.2794117647rem;
  margin-bottom: 2.2058823529rem; }
.price__container ._text16 {
  margin-bottom: 2.2058823529rem; }
.price__container ._text15 {
  margin-top: 0.7352941176rem; }

.price__grid {
  margin: 2.2058823529rem 0 6.6176470588rem 0;
  display: flex;
  gap: 1.4705882353rem;
  justify-content: flex-start; }

.price__item {
  background: #fff;
  border-radius: 1.1764705882rem;
  padding: 3.6764705882rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4705882353rem; }
  .price__item:nth-child(1) .price__item-top .price__image {
    background: url("../img/price/one.png");
    width: 12.7205882353rem;
    height: 24.3382352941rem; }
  .price__item:nth-child(2) .price__item-top .price__image {
    background: url("../img/price/two.png");
    width: 21.9117647059rem;
    height: 24.3382352941rem; }
  .price__item:nth-child(3) .price__item-top .price__image {
    background: url("../img/price/two.png");
    width: 29.9264705882rem;
    height: 24.3382352941rem; }

.price__item-top {
  display: flex;
  flex-direction: column;
  gap: 1.4705882353rem; }

.price__item-bot {
  display: flex;
  flex-direction: column;
  gap: 1.4705882353rem; }

.price__list ul {
  display: flex;
  flex-direction: column;
  gap: 1.0294117647rem; }
.price__list ul li {
  font-size: 1.1764705882rem;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  position: relative;
  padding-left: 1.9117647059rem; }
  .price__list ul li:before {
    content: '';
    display: inline-block;
    width: 1.1764705882rem;
    height: 1.1764705882rem;
    background: url("../img/price/check.svg");
    transform: translateY(0.2205882353rem);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0; }

.price__money {
  display: flex;
  gap: 0.4411764706rem;
  align-items: flex-start; }
  .price__money .money_desc {
    font-size: 1.0294117647rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; }
  .price__money .money_price {
    font-size: 2.6470588235rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; }

.price__desc {
  font-size: 0.8088235294rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.5;
  max-width: 17.6470588235rem; }

.price__grid._price-second .price__item:nth-child(1) .price__item-top .price__image {
  background: url("../img/price/second1.png");
  width: 12.7205882353rem;
  height: 24.3382352941rem;
  background-repeat: no-repeat;
  background-position-y: bottom; }
.price__grid._price-second .price__item:nth-child(2) .price__item-top .price__image {
  background: url("../img/price/second2.png");
  width: 21.9117647059rem;
  height: 24.3382352941rem;
  background-repeat: no-repeat; }
.price__grid._price-second .price__item:nth-child(3) .price__item-top .price__image {
  background: url("../img/price/second3.png");
  width: 29.9264705882rem;
  height: 24.3382352941rem;
  background-repeat: no-repeat; }

.price__money-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.7352941176rem; }

.price__money-head {
  font-size: 1.1764705882rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%; }

/*6й блок*/
.callback__wrap {
  background: #F5F5FF; }

.callback__content {
  background: url("../img/callback/image.jpg");
  width: 100%;
  height: 40.5882352941rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5.1470588235rem;
  padding: 4.7794117647rem;
  display: flex;
  justify-content: space-between; }
  .callback__content h3 {
    max-width: 35.3676470588rem;
    margin-top: 1.4705882353rem; }

.callback__left {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.callback__right {
  align-self: flex-end; }

.callback__right .head__reviews {
  padding: 1.1029411765rem;
  border-radius: 0.8823529412rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px); }

.callback__right .reviews__link a span {
  position: relative;
  color: #222; }
  .callback__right .reviews__link a span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s; }

.contacts-wrap {
  background: #F5F5FF;
  padding-top: 7.3529411765rem;
  padding-bottom: 2.9411764706rem; }

.contacts__content {
  display: flex;
  justify-content: space-between; }

.contacts__left-h3 {
  margin-bottom: 1.4705882353rem; }

.contacts__left-items {
  display: flex;
  flex-direction: column;
  gap: 1.4705882353rem; }

.contacts__left-item {
  display: flex;
  gap: 1.8382352941rem; }

.left-item-img img {
  width: 2.4264705882rem;
  height: 2.4264705882rem;
  transform: translateY(-0.3676470588rem); }

.left-item-head {
  width: 10.4411764706rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 141.176%; }

.left-item-value {
  width: 25.7352941176rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 141.176%; }

.contacts__right ul {
  display: flex;
  flex-direction: column;
  gap: 1.4705882353rem;
  transition: 0.3s; }
.contacts__right ul li a {
  color: #222;
  font-size: 1.3235294118rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%; }
  .contacts__right ul li a:hover {
    color: #254AA5; }

.footer {
  background: #254AA5; }

.footer__wrap {
  height: 8.8235294118rem;
  background: #254AA5;
  display: flex;
  align-items: center; }

.footer__polytic {
  margin: 0 0 0 22.0588235294rem; }
  .footer__polytic a {
    color: #fff !important; }
