@charset "UTF-8";
:root {
  --font-family: "Gogh", sans-serif;
  --content-width: 1240px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "Abril Fatface";
  src: url("../fonts/../fonts/AbrilFatface-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gogh";
  src: url("../fonts/../fonts/Gogh-Book.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gogh";
  src: url("../fonts/../fonts/Gogh-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gogh";
  src: url("../fonts/../fonts/Gogh-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gogh";
  src: url("../fonts/../fonts/Gogh-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gogh";
  src: url("../fonts/../fonts/Gogh-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/../fonts/Mont-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/../fonts/Mont-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 30px 122px 30px 105px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 10;
}
@media (max-width: 768px) {
  .btn {
    padding-right: 100px;
    padding-left: 70px;
  }
}
.btn--two {
  padding: 30px 95px 30px 60px;
}
@media (max-width: 768px) {
  .btn--two {
    padding-right: 70px;
    padding-left: 50px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FBD293), color-stop(202.38%, #FFA236));
  background: -o-linear-gradient(top, #FBD293 -14.29%, #FFA236 202.38%);
  background: linear-gradient(180deg, #FBD293 -14.29%, #FFA236 202.38%);
  z-index: -1;
}
.btn.btn-red{
	color: #fff;
}
.btn.btn-red::before{
	background: linear-gradient(180deg, #d31313 -14.29%, #8b1919 202.38%);
}

.btn.btn-red:hover::before{
	    background: linear-gradient(180deg, #c31111 0%, #7a0505 100%);
}

.btn.btn-red:hover::after{
	background: url(../img/btn-bg.svg);
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn-bg.svg);
  z-index: -1;
}
.btn:hover {
  color: #FFF;
}
.btn:hover .btn__svg {
  background-image: url(../img/arrow-w.svg);
}
.btn:hover .btn__svg--two {
  fill: #FFF;
}
.btn:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
}
.btn:hover::after {
  background: url(../img/btn-bg-2.svg);
}
.btn__svg {
  position: absolute;
  width: 14px;
  height: 13px;
  right: 95px;
  top: 35px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .btn__svg {
    right: 75px;
  }
}
.btn__svg--two {
  fill: #555;
  position: absolute;
  top: 33px;
  right: 70px;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .btn__svg--two {
    right: 50px;
  }
}

.section-title {
  position: relative;
  margin: 0;
  margin-bottom: 50px;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 47px;
  left: 0;
  top: -20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
}

.header {
  position: relative;
  z-index: 5;
}
.header::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 107px;
  left: 0;
  width: 100%;
  background-color: #FFF;
}
@media (max-width: 1024px) {
  .header::before {
    top: 71px;
    display: none;
  }
}
.header--second {
  background-image: url(../img/header.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .header--second {
    background-position: left;
  }
}
.header__mobile {
  position: absolute;
  display: none;
  width: 100%;
  top: 73px;
  padding: 9px 0;
  left: 0;
  text-align: center;
  background-color: #FFF;
}
@media (max-width: 1024px) {
  .header__mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    width: 81px;
    height: 32px;
  }
}
.header__content {
  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;
}
@media (max-width: 1024px) {
  .header__content {
    height: 70px;
  }
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__box:first-child {
  margin-right: 7px;
  width: 190px;
}
@media (max-width: 1024px) {
  .header__box:first-child {
    display: none;
  }
}
.header__box:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .header__box:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header__phone {
  position: relative;
  margin-bottom: 10px;
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
.header__phone::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -25px;
  width: 15px;
  height: 15px;
  background-image: url(../img/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .header__phone::before {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media (max-width: 1024px) {
  .header__phone {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 141%;
  }
}
.header__tel {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .header__tel {
    margin: 0;
    margin-right: 15px;
  }
}
.header__mail {
  position: relative;
  color: #212121;
  font-size: 13px;
  font-weight: 400;
}
.header__mail::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -25px;
  width: 15px;
  height: 15px;
  background-image: url(../img/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header__calc {
  position: relative;
  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-left: 1px solid #FFF;
  width: 135px;
  height: 107px;
}
@media (max-width: 1250px) {
  .header__calc {
    background-color: #595959;
    position: relative;
    right: -15px;
    color: #FFF;
  }
  .header__calc::before {
    display: none;
  }
  .header__calc .header__btn {
    color: #FFF;
  }
  .header__calc .header__svg {
    fill: #FFF;
  }
}
@media (max-width: 1024px) {
  .header__calc {
    height: 76px;
    top: 0;
    width: 75px;
  }
}
.header__calc:hover .header__btn {
  color: #FFF;
}
.header__calc:hover .header__svg {
  fill: #FFF;
}
.header__calc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 107px;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__calc:hover::before {
  opacity: 1;
  visibility: visible;
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header__btn {
    font-size: 11px;
    font-weight: 300;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__svg {
  width: 21px;
  height: 28px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header__svg {
    margin: 0;
    margin-bottom: 4px;
    margin-top: 5px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1250px) {
  .nav {
    display: none;
  }
}
.nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__sublist {
  position: absolute;
  top: 108px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 4px 22.1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 22.1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__subitem {
  padding: 18px 16px;
  width: 250px;
  background: #353535;
}
.nav__subitem:not(:last-child) {
  border-bottom: 1px solid #414141;
}
.nav__subitem:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
}
.nav__subitem:hover .nav__sublink {
  color: #353535;
}
.nav__sublink {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
}
.nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 107px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 19px;
}
.nav__item:hover {
  background: #353535;
}
.nav__item:hover .nav__sublist {
  visibility: visible;
  opacity: 1;
}
.nav__item:hover .nav__link {
  color: #FFF;
}
.nav__item--accent {
  position: relative;
  padding-right: 37px !important;
}
.nav__item--accent::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 9px;
  background-image: url(../img/arrow-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.nav__link {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.burger {
  position: relative;
  right: -15px;
  height: 107px;
  width: 100px;
  display: none;
  background-color: #595959;
  border-left: 1px solid #FFF;
  z-index: 10;
}
@media (max-width: 1250px) {
  .burger {
    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;
    padding: 22px;
  }
}
@media (max-width: 1024px) {
  .burger {
    height: 76px;
    width: 65px;
  }
}
.burger__btn {
  width: 24px;
  height: 16px;
  background-image: url(../img/menu.svg);
}

.hero {
  position: relative;
  top: -107px;
  background-image: url(../img/hero-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .hero {
    background-image: url(../img/hero-bg-mobile.webp);
  }
}
.hero__content {
  padding-top: 270px;
  padding-bottom: 270px;
  margin-bottom: -100px;
}
@media (min-width: 1725px) {
  .hero__content {
    padding-bottom: 565px;
  }
}
@media (max-width: 1024px) {
  .hero__content {
    background-image: url(../img/hero-haus.webp);
    padding-top: 200px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center top 280px;
  }
}
.hero__title {
  max-width: 540px;
  margin: 0;
  margin-bottom: 30px;
  color: #212121;
  font-size: 36px;
  font-weight: 400;
  line-height: 135%;
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 20px;
  }
}
.hero__title--accent {
  font-weight: 700;
}
.hero__descr {
  position: relative;
  margin: 0;
  margin-bottom: 80px;
  padding-left: 62px;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .hero__descr {
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 230px;
  }
}
.hero__descr::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 47px;
  left: 0;
  top: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
}
@media (max-width: 1024px) {
  .hero__descr::before {
    width: 23px;
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .hero__btn {
    display: block;
    margin: 0 auto;
    max-width: 268px;
  }
}

.section-project {
  margin-bottom: 90px;
}
.section-project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .section-project__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-project__box {
  display: block;
  max-width: 505px;
  width: 100%;
  height: 305px;
}
@media (max-width: 1024px) {
  .section-project__box {
    max-width: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.section-project__box:first-child {
  background-image: url(../img/section-project-1.webp);
}
.section-project__box:last-child {
  background-image: url(../img/section-project-2.webp);
}
.section-project__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 230px;
  width: 100%;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
}
@media (max-width: 1024px) {
  .section-project__inner {
    max-width: 1000px;
    padding: 20px 0;
  }
  .section-project__inner::before {
    display: none;
  }
}
.section-project__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../img/section-project-bg.svg);
}
.section-project__title {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 141%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.92%, #FFF), color-stop(114.71%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFF 53.92%, rgba(255, 255, 255, 0) 114.71%);
  background: linear-gradient(180deg, #FFF 53.92%, rgba(255, 255, 255, 0) 114.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .section-project__title {
    font-size: 24px;
  }
}
.section-project__price {
  position: relative;
  margin: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .section-project__price {
    font-size: 16px;
  }
}
.section-project__price::before {
  content: "до";
  position: absolute;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 141%;
  top: 7px;
  left: -27px;
}
@media (max-width: 1024px) {
  .section-project__price::before {
    top: 0px;
  }
}
.section-project__price::after {
  content: "₽";
  position: absolute;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 141%;
  top: 7px;
  right: -20px;
}
@media (max-width: 1024px) {
  .section-project__price::after {
    top: 0px;
  }
}
.section-project__text {
  display: inline-block;
  position: relative;
  padding: 30px 37px;
  margin: 0;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  line-height: 141%;
}
.section-project__text--accent {
  font-weight: 700;
}
.section-project__text::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  background-image: url(../img/arow.svg);
  top: 35px;
  right: 5px;
}
@media (max-width: 1024px) {
  .section-project__svg {
    position: absolute;
    left: 90px;
  }
}
@media (max-width: 576px) {
  .section-project__svg {
    left: 50px;
  }
}

.way__content {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  padding-bottom: 130px;
  margin-bottom: 90px;
}
.way__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/way-bg.webp);
}
@media (max-width: 1024px) {
  .way__content::before {
    background-image: url(../img/way-bg-mobile.webp);
    background-repeat: no-repeat;
    background-position: right top;
    top: -50px;
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .way__content {
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}
.way__title {
  text-align: center;
  margin: 0;
  padding-top: 40px;
  margin-bottom: 107px;
  color: #212121;
  font-size: 27px;
  font-weight: 500;
  line-height: 141%;
}
.way__title--accent {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .way__title {
    padding-top: 30px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 40px;
  }
}
.way__grid {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 43px;
  row-gap: 90px;
  padding: 0px 30px;
}
@media (max-width: 1024px) {
  .way__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    padding: 0px 15px;
  }
}
@media (max-width: 768px) {
  .way__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
.way__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.way__inner {
  margin-left: 32px;
}
@media (max-width: 1024px) {
  .way__inner {
    margin-left: 22px;
  }
}
.way__name {
  margin: 0;
  margin-bottom: 14px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 768px) {
  .way__name {
    font-size: 14px;
  }
}
.way__text {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 141%;
}
@media (max-width: 768px) {
  .way__text {
    font-size: 12px;
  }
}

.call {
  margin-bottom: 90px;
  z-index: 1;
  position: relative;
  padding: 60px 0;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
}
.call::before {
  content: "";
  position: absolute;
  top: -75px;
  width: 100%;
  height: 100%;
  background-image: url(../img/call-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .call::before {
    display: none;
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .call {
    padding: 30px 0;
  }
}
.call__title {
  margin: 0;
  margin-bottom: 48px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .call__title {
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 17px;
  }
}
.call__text {
  max-width: 405px;
  margin: 0;
  margin-bottom: 57px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .call__text {
    font-size: 14px;
    margin-bottom: 26px;
    font-weight: 400;
  }
}
.call__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .call__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.call__box {
  padding: 38px 46px;
  max-width: 610px;
  width: 100%;
  height: 300px;
  border-radius: 7px;
  background: #FFF;
}
@media (max-width: 1024px) {
  .call__box {
    padding: 50px 20px;
    height: 250px;
  }
}
.call__box:first-child {
  background-image: url(../img/call-1.webp);
}
@media (max-width: 1024px) {
  .call__box:first-child {
    margin-bottom: 20px;
    background-position: right;
  }
}
.call__box:last-child {
  background-image: url(../img/call-2.webp);
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 768px) {
  .call__box:last-child {
    height: 310px;
  }
}
.call__name {
  margin: 0;
  margin-bottom: 40px;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .call__name {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.call__btn-two {
  padding: 16px 40px 17px 20px;
}
.call__svg {
  right: 15px;
  top: 20px;
}
.call__subtitle {
  margin: 0;
  margin-bottom: 32px;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 141%;
}
.call__link {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  color: #109A36;
  font-size: 16px;
  font-weight: 500;
  line-height: 141%;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  cursor: pointer;
}
.call__link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 21px;
  background-image: url(../img/screp.svg);
}
.call__upload {
  display: none;
}
.call__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call__btn-accent {
  margin-top: 20px;
  padding: 17px 30px;
}
.call__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 88px 11px 16px;
  background: #EDEDED;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.call__btn:first-child {
  margin-right: 23px;
  padding-right: 53px;
}
@media (max-width: 768px) {
  .call__btn:first-child {
    padding-right: 11px;
  }
}
.call__btn:last-child {
  padding-right: 43px;
}
@media (max-width: 768px) {
  .call__btn:last-child {
    padding-right: 17px;
  }
}
@media (max-width: 768px) {
  .call__btn {
    font-size: 12px;
    padding: 11px 30px 11px 16px;
  }
}
.call__svg {
  margin-left: 10px;
}

.section-about {
  padding-bottom: 70px;
  margin-bottom: -50px;
}
.section-about__content {
  background-image: url(../img/section-about-bg.webp);
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 1024px) {
  .section-about__content {
    background-image: none;
    background-position: right top;
  }
}
.section-about__text {
  margin: 0;
  max-width: 820px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .section-about__text {
    font-family: 12px;
  }
}
.section-about__text:not(:last-child) {
  margin-bottom: 35px;
}
.section-about__text:nth-child(4) {
  max-width: 635px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .section-about__text:nth-child(4) {
    margin-bottom: 20px;
  }
}
.section-about__text--two {
  margin: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 350;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .section-about__text--two {
    font-size: 12px;
  }
}
.section-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-about__grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 95px;
  row-gap: 54px;
  margin-right: 50px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section-about__grid {
    gap: 0px;
    row-gap: 20px;
    margin: 0;
  }
}
.section-about__grid::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 500px;
  left: -25px;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.59%, rgba(220, 220, 220, 0.5)), color-stop(36.81%, #F5F5F5), color-stop(68.52%, rgba(220, 220, 220, 0.5)));
  background: -o-linear-gradient(right, rgba(220, 220, 220, 0.5) 3.59%, #F5F5F5 36.81%, rgba(220, 220, 220, 0.5) 68.52%);
  background: linear-gradient(270deg, rgba(220, 220, 220, 0.5) 3.59%, #F5F5F5 36.81%, rgba(220, 220, 220, 0.5) 68.52%);
}
@media (max-width: 1024px) {
  .section-about__grid::before {
    display: none;
  }
}
.section-about__grid::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 500px;
  right: 246px;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.59%, rgba(220, 220, 220, 0.5)), color-stop(36.81%, #F5F5F5), color-stop(68.52%, rgba(220, 220, 220, 0.5)));
  background: -o-linear-gradient(right, rgba(220, 220, 220, 0.5) 3.59%, #F5F5F5 36.81%, rgba(220, 220, 220, 0.5) 68.52%);
  background: linear-gradient(270deg, rgba(220, 220, 220, 0.5) 3.59%, #F5F5F5 36.81%, rgba(220, 220, 220, 0.5) 68.52%);
}
@media (max-width: 1024px) {
  .section-about__grid::after {
    display: none;
  }
}
.section-about__item {
  position: relative;
}
.section-about__item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -31px;
  top: 30px;
  background-color: #F0F0F0;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .section-about__item::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section-about__item:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2/2;
    -ms-grid-column: 2;
    grid-column: 2/2;
  }
  .section-about__item:nth-child(3) {
    -ms-grid-row: 2;
    grid-row: 2/2;
    -ms-grid-column: 1;
    grid-column: 1/1;
  }
}
.section-about__subtitle {
  font-family: "Abril Fatface", sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .section-about__subtitle {
    font-size: 40px;
  }
}
.section-about__descr {
  margin: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.section-about__descr--accent {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section-about__descr {
    font-size: 12px;
  }
}
.section-about__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  max-width: 569px;
  width: 100%;
  height: 470px;
  background: url(../img/section-about-bg-2.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 1024px) {
  .section-about__box {
    max-height: 300px;
    background-image: none;
  }
}
.section-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  right: 70px;
  bottom: -5px;
  z-index: 1;
}
.section-about__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 275px;
  height: 137px;
  -webkit-transform: rotate(-10.297deg);
  -ms-transform: rotate(-10.297deg);
  transform: rotate(-10.297deg);
  background: #FFF;
  -webkit-box-shadow: -15px -44px 33px 0px rgba(0, 0, 0, 0.09);
  box-shadow: -15px -44px 33px 0px rgba(0, 0, 0, 0.09);
  z-index: -1;
}
@media (max-width: 1024px) {
  .section-about__inner::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -50px;
    height: 177px;
    width: 240px;
    bottom: -70px;
  }
}
@media (max-width: 1024px) {
  .section-about__inner {
    bottom: 10px;
    right: 40px;
  }
}
.section-about__name {
  margin: 0;
  margin-bottom: 17px;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .section-about__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.section-about__svg {
  position: relative;
  top: -10px;
}

.gallery {
  padding-bottom: 170px;
}
@media (max-width: 1024px) {
  .gallery {
    padding-bottom: 70px;
  }
}
.gallery__wrapper {
  position: relative;
}
.gallery__title {
  margin: 0;
  color: #F8F8F8;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 1024px) {
  .gallery__title {
    font-size: 40px;
  }
}
.gallery__swiper {
  position: relative;
}
.gallery__img {
  height: 190px;
  cursor: pointer;
}
.gallery__svg {
  fill: #FFF;
  -webkit-filter: drop-shadow(0px 7px 11.7px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 7px 11.7px rgba(0, 0, 0, 0.15));
}
.gallery__arrow-prev {
  position: absolute;
  z-index: 1;
  left: -15px;
  top: -110px;
}
@media (max-width: 1024px) {
  .gallery__arrow-prev {
    display: none;
  }
}
.gallery__arrow-next {
  position: absolute;
  z-index: 1;
  right: -15px;
  top: -110px;
}
@media (max-width: 1024px) {
  .gallery__arrow-next {
    display: none;
  }
}
.gallery__arrow-prev--4 {
  top: -140px;
}
.gallery__arrow-next--4 {
  top: -140px;
}
.gallery__arrow-prev--5 {
  top: -140px;
}
.gallery__arrow-next--5 {
  top: -140px;
}
.gallery__arrow-prev--6 {
  top: -140px;
}
.gallery__arrow-next--6 {
  top: -140px;
}
.gallery__arrow-prev--1 {
  top: -140px;
}
.gallery__arrow-next--1 {
  top: -140px;
}
.gallery__arrow-prev--2 {
  top: -140px;
}
.gallery__arrow-next--2 {
  top: -140px;
}
.gallery__arrow-prev--3 {
  top: -140px;
}
.gallery__arrow-next--3 {
  top: -140px;
}

.photo {
  margin-bottom: 90px;
}
.photo__item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.photo__img {
  height: 250px;
  cursor: pointer;
}

.video {
  margin-bottom: 90px;
}
.video__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .video__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.video__video {
  max-width: 800px;
  height: 400px;
  width: 100%;
}

.lg-backdrop.in {
  opacity: 0.8;
}

.section-stocks {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .section-stocks {
    margin-bottom: 40px;
  }
}
.section-stocks__content {
  position: relative;
  padding: 35px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FAFAFA), color-stop(202.38%, #DEDEDE));
  background: -o-linear-gradient(top, #FAFAFA -14.29%, #DEDEDE 202.38%);
  background: linear-gradient(180deg, #FAFAFA -14.29%, #DEDEDE 202.38%);
  height: 406px;
}
@media (max-width: 1024px) {
  .section-stocks__content {
    padding: 30px 30px;
    height: 280px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .section-stocks__content {
    height: 200px;
    padding: 15px 15px;
  }
}
@media (max-width: 576px) {
  .section-stocks__content {
    height: 150px;
    padding: 5px 5px;
  }
}
.section-stocks__content::before {
  content: "";
  position: absolute;
  background-image: url(../img/section-stocks-bg-1.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -70px;
}
@media (max-width: 1024px) {
  .section-stocks__content::before {
    background-image: url(../img/section-stocks-bg-1-mobile.png);
    background-position: right bottom;
    width: 30%;
    height: 50%;
    bottom: 0px;
    left: auto;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .section-stocks__content::before {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .section-stocks__img {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .section-stocks__img {
    max-width: 200px;
    height: 150px;
  }
}
@media (max-width: 576px) {
  .section-stocks__img {
    width: 120px;
    height: 89px;
  }
}
.section-stocks__swiper {
  position: relative;
}
.section-stocks__wrapper {
  position: relative;
}
.section-stocks__box {
  max-width: 400px;
  margin-left: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .section-stocks__box {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .section-stocks__box {
    margin-left: 5px;
    margin-top: 5px;
    max-width: 150px;
  }
}
.section-stocks__name {
  margin: 0;
  margin-bottom: 30px;
  color: #212121;
  font-size: 40px;
  font-weight: 500;
  line-height: 131%;
}
@media (max-width: 1024px) {
  .section-stocks__name {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .section-stocks__name {
    font-size: 14px;
  }
}
.section-stocks__text {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .section-stocks__text {
    font-size: 14px;
    line-height: 121%;
  }
}
@media (max-width: 768px) {
  .section-stocks__text {
    font-size: 12px;
  }
}
.section-stocks__svg {
  fill: #FFF;
  -webkit-filter: drop-shadow(0px 7px 11.7px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 7px 11.7px rgba(0, 0, 0, 0.15));
}
.section-stocks__arrow-prev {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: -240px;
}
@media (max-width: 1024px) {
  .section-stocks__arrow-prev {
    display: none;
  }
}
.section-stocks__arrow-next {
  position: absolute;
  z-index: 10;
  right: -15px;
  top: -240px;
}
@media (max-width: 1024px) {
  .section-stocks__arrow-next {
    display: none;
  }
}
.section-stocks__pag {
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
@media (max-width: 1024px) {
  .section-stocks__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #D9D9D9 !important;
}

.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A)) !important;
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%) !important;
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%) !important;
}

.form--second {
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
}
.form__content {
  position: relative;
  background-image: url(../img/form-bg.webp);
  background-position: right 0px bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .form__content {
    background: none;
  }
}
.form__content--second {
  background-image: url(../img/form-bg-white.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 1024px) {
  .form__content--second {
    background: none;
  }
}
.form__title {
  margin: 0;
  margin-bottom: 25px;
  color: #212121;
  font-size: 24px;
  font-weight: 500;
  line-height: 141%;
}
@media (max-width: 768px) {
  .form__title {
    font-size: 20px;
    line-height: 125%;
  }
}
.form__title--accent {
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 141%;
}
.form__title--second {
  font-weight: 700;
}
.form__text {
  margin: 0;
  margin-bottom: 60px;
  max-width: 455px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.form__text--accent {
  font-weight: 700;
}
.form__text--two {
  max-width: 360px;
  margin-left: 20px;
  margin-bottom: 0;
  color: #414141;
  font-size: 12px;
  font-weight: 350;
}
@media (max-width: 768px) {
  .form__text--two {
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
  }
}
.form__label {
  margin-bottom: 16px;
  display: block;
  color: #414141;
  font-size: 12px;
  font-weight: 500;
}
.form__label--one {
  padding-left: 30px;
  position: relative;
}
.form__label--one::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 19px;
  background-image: url(../img/name.svg);
  left: 0;
  top: -6px;
}
.form__label--second {
  padding-left: 30px;
  position: relative;
}
.form__label--second::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 19px;
  background-image: url(../img/name-white.svg);
  left: 0;
  top: -6px;
}
.form__label--two {
  padding-left: 20px;
  position: relative;
}
.form__label--two::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 17px;
  background-image: url(../img/tel-1.svg);
  left: 0;
  top: -4px;
}
.form__label--second-two {
  padding-left: 25px;
  position: relative;
}
.form__label--second-two::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 19px;
  background-image: url(../img/tel-white.svg);
  left: 0;
  top: -6px;
}
.form__input {
  padding: 29px 18px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #BCBCBC;
  background: rgba(217, 217, 217, 0);
  width: 365px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .form__input {
    display: block;
    width: 100%;
    max-width: 365px;
  }
}
.form__input::-webkit-input-placeholder {
  color: #BCBCBC;
}
.form__input::-moz-placeholder {
  color: #BCBCBC;
}
.form__input:-ms-input-placeholder {
  color: #BCBCBC;
}
.form__input::-ms-input-placeholder {
  color: #BCBCBC;
}
.form__input::placeholder {
  color: #BCBCBC;
}
.form__input--second {
  background: #FFF;
  border: none;
}
.form__wrapper {
  display: inline-block;
}
@media (max-width: 1024px) {
  .form__wrapper {
    display: block;
  }
}
.form__wrapper:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .form__wrapper:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
  }
}

.footer {
  background: #595959;
  padding: 66px 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__box {
  position: relative;
}
.footer__box::before {
  content: "";
  position: absolute;
  height: 158px;
  width: 1px;
  right: -100px;
  top: 33px;
  background: #7E7E7E;
}
@media (max-width: 768px) {
  .footer__box::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__box:nth-child(1) {
    -ms-grid-column: 2;
    grid-column: 2/2;
  }
  .footer__box:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .footer__box:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2/2;
    -ms-grid-row: 2;
    grid-row: 2/2;
    position: relative;
    top: -50px;
  }
}
.footer__title {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__title--accent {
  text-align: right;
}
@media (max-width: 768px) {
  .footer__title--accent {
    text-align: start;
  }
}
.footer__item:not(:last-child) {
  margin-bottom: 15px;
}
.footer__link {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__link:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__socials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	align-items: end;
}

.footer__socials > a{
	display: flex;
}
.footer__socials > a:before{
	left: 0;
}


@media (max-width: 768px) {
  .footer__socials {
    width: 300px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__socials:nth-child(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 3;
    grid-row: 3/3;
  }
  .footer__socials::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 1px;
    background-color: #7E7E7E;
    top: -30px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
/*   .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
  } */
}
.footer__tel {
  position: relative;
  padding-left: 22px;
  display: inline-block;
  margin-bottom: 15px;
  text-align: right;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 768px) {
  .footer__tel {
    text-align: start;
    margin-bottom: 25px;
  }
}
.footer__tel:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__tel::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 15px;
  top: 3px;
  left: 50px;
  background-image: url(../img/phone-3.svg);
}
@media (max-width: 768px) {
  .footer__tel::before {
    left: 0;
  }
}
.footer__mail {
  position: relative;
  padding-left: 22px;
  display: block;
  margin-bottom: 18px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.footer__mail:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__mail::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  top: 2px;
  left: 0;
  background-image: url(../img/mail-3.svg);
}
.footer__svg:first-child {
  margin-right: 20px;
}
@media (max-width: 768px) {
/*   .footer__svg:first-child {
    margin: 0;
    margin-bottom: 30px;
  } */
}
.footer__gotop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  -webkit-box-shadow: 5px 17px 30.4px 0px rgba(13, 32, 64, 0.24);
  box-shadow: 5px 17px 30.4px 0px rgba(13, 32, 64, 0.24);
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #01D355;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.hits {
  position: relative;
  z-index: 10;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .hits {
    margin-bottom: 500px;
  }
}
@media (max-width: 576px) {
  .hits {
    margin-bottom: 450px;
  }
}
.hits__mini {
  max-width: 170px;
  height: 130px;
}
@media (max-width: 1024px) {
  .hits__mini {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 240px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hits__mini {
    max-width: 250px;
  }
}
.hits__swiper-two {
  margin-bottom: 30px;
}
.hits__swiper {
  max-width: 1050px;
  display: block;
  margin: 0 auto;
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  .hits__swiper {
    max-width: 700px;
  }
}
.hits__swiper-four {
  max-width: 1050px;
  display: block;
  margin: 0 auto;
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  .hits__swiper-four {
    max-width: 700px;
  }
}
.hits__swiper-three {
  margin-bottom: 30px;
}
.hits__swiper-six {
  max-width: 1050px;
  display: block;
  margin: 0 auto;
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  .hits__swiper-six {
    max-width: 700px;
  }
}
.hits__swiper-five {
  margin-bottom: 30px;
}
.hits__content {
  position: relative;
}
@media (max-width: 1024px) {
  .hits__content {
    height: 700px;
  }
}
@media (max-width: 576px) {
  .hits__content {
    height: 530px;
  }
}
@media (max-width: 400px) {
  .hits__content {
    height: 500px;
  }
}
.hits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .hits__list {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hits__item:not(:last-child) {
  margin-right: 96px;
}
@media (max-width: 1024px) {
  .hits__item:not(:last-child) {
    margin-right: 43px;
  }
}
@media (max-width: 576px) {
  .hits__item:not(:last-child) {
    margin-right: 23px;
  }
}
.hits__box {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-left: 36px;
  right: 0;
  top: 20px;
}
@media (max-width: 1024px) {
  .hits__box {
    right: none;
    left: 0;
    top: 420px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .hits__box {
    top: 320px;
  }
}
@media (max-width: 400px) {
  .hits__box {
    top: 280px;
  }
}
.hits__subtitle {
  margin: 0;
  margin-bottom: 56px;
  text-align: center;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .hits__subtitle {
    margin-bottom: 20px;
  }
}
.hits__descr {
  margin: 0;
  margin-bottom: 25px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .hits__descr {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.hits__text {
  margin-left: 11px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .hits__text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .hits__text {
    margin-left: 5px;
  }
}
.hits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .hits__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .hits__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.hits__price {
  position: relative;
  margin-right: 35px;
}
@media (max-width: 400px) {
  .hits__price {
    margin-right: 20px;
  }
}
.hits__number {
  position: relative;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .hits__number {
    font-size: 16px;
    margin: 0;
  }
}
.hits__number::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/price.svg);
  left: -30px;
  top: 8px;
}
@media (max-width: 1024px) {
  .hits__number::before {
    top: 0px;
  }
}
@media (max-width: 400px) {
  .hits__number::before {
    left: -20px;
  }
}
.hits__number::after {
  content: "₽";
  position: absolute;
  right: -15px;
  top: 8px;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .hits__number::after {
    font-size: 14px;
    top: 2px;
  }
}
.hits__second {
  position: absolute;
  left: 5px;
  top: 0px;
  color: #B7B7B7;
  font-size: 16px;
  font-weight: 400;
  line-height: 141%;
  text-decoration: line-through;
}
@media (max-width: 1024px) {
  .hits__second {
    font-size: 13px;
    top: -15px;
  }
}
.hits__btn {
  padding-left: 80px;
  padding-right: 110px;
}
@media (max-width: 768px) {
  .hits__btn {
    padding: 16px 0;
    padding-left: 40px;
    padding-right: 54px;
  }
}
.hits__arrow {
  right: 80px;
}
@media (max-width: 768px) {
  .hits__arrow {
    right: 20px;
    top: 20px;
  }
}
.hits__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 150px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media (max-width: 1024px) {
  .hits__nav {
    bottom: -60px;
    max-width: 1000px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.swiper-pagination-fraction {
  text-align: center;
  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;
  max-width: 40px;
  color: #5D5D5D;
  font-size: 20px;
  font-weight: 400;
  line-height: 101%;
}

.swiper-pagination-current {
  color: #212121;
  font-size: 32px;
  font-weight: 400;
  line-height: 101%;
}

.swiper-pagination-total {
  color: #B7B7B7;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.tabs__panel {
  position: relative;
}
.tabs__nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 13px;
  background: #FFF;
  -webkit-box-shadow: 3px 10px 26.3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 10px 26.3px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tabs__nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.tabs__nav-btn {
  padding: 30px 55px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .tabs__nav-btn {
    font-size: 12px;
    padding: 30px;
    max-width: 150px;
    border-radius: 6px;
    background: #FFF;
    -webkit-box-shadow: 3px 10px 26.9px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 10px 26.9px 0px rgba(0, 0, 0, 0.05);
    height: 135px;
  }
}
@media (max-width: 768px) {
  .tabs__nav-btn {
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 130px;
  }
}
@media (max-width: 400px) {
  .tabs__nav-btn {
    padding: 0;
    max-width: 100px;
  }
}
.tabs__nav-btn:focus {
  background-color: #FFF;
  color: #BCBCBC;
}
.tabs__nav-btn--active {
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tabs__svg {
  width: 40px;
  height: 40px;
  fill: #01D355;
  margin-bottom: 15px;
}

.tabs__nav-btn:not(.tabs__nav-btn--active) .tabs__svg {
  fill: #BCBCBC;
}

.tabs__nav-btn:focus {
  background-color: #FFF;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graph-modal {
  z-index: 100;
}
.graph-modal__content {
  position: relative;
}
.graph-modal__title {
  text-align: center;
  margin: 0;
  margin-bottom: 52px;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 141%;
}
.graph-modal__title--accent {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .graph-modal__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.graph-modal__text-two {
  text-align: center;
  margin: 0;
  margin-bottom: 23px;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .graph-modal__text-two {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.graph-modal__descr {
  margin: 0;
  margin-bottom: 67px;
  text-align: center;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .graph-modal__descr {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.graph-modal__descr--accent {
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 141%;
}
.graph-modal__container {
  border-radius: 19px !important;
  background: #FFF9E2 !important;
  padding: 80px 60px !important;
  max-width: 1290px !important;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .graph-modal__container {
    padding: 40px 10px !important;
  }
}
.graph-modal__container--two {
  max-width: 400px !important;
}
.graph-modal__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  row-gap: 20px;
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .graph-modal__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.graph-modal__item {
  padding: 32px 23px;
  border-radius: 10px;
  background: #FFF;
  width: 100%;
  max-width: 765px;
}
.graph-modal__item:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.graph-modal__item:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.graph-modal__item:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
}
@media (max-width: 1024px) {
  .graph-modal__item {
    padding: 25px 10px;
    width: 100%;
  }
  .graph-modal__item:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .graph-modal__item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
  .graph-modal__item:nth-child(6) {
    grid-row: auto;
  }
}
.graph-modal__item--big {
  -ms-grid-column-span: 8;
  grid-column: span 8;
  -ms-grid-column-align: end;
  justify-self: end;
}
@media (max-width: 1024px) {
  .graph-modal__item--big {
    grid-column: auto;
  }
}
.graph-modal__item--mini {
  padding: 15px 15px;
  max-width: 375px;
  width: 100%;
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media (max-width: 1024px) {
  .graph-modal__item--mini {
    grid-column: auto;
    max-width: inherit;
    width: 100%;
  }
}
.graph-modal__inner--two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .graph-modal__inner--two {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    max-width: 330px;
  }
}
.graph-modal__inner--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.graph-modal__inner--three {
  margin-bottom: 58px;
}
.graph-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .graph-modal__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.graph-modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.graph-modal__box--two {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .graph-modal__box--two {
    margin-bottom: 20px;
  }
}
.graph-modal__box--one {
  margin-right: 30px;
}
.graph-modal__subtitle {
  position: relative;
  margin: 0;
  padding-left: 25px;
  margin-bottom: 25px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
.graph-modal__subtitle--one::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-1.svg);
}
.graph-modal__subtitle--two {
  padding-left: 33px;
}
.graph-modal__subtitle--two::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 16px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-2.svg);
}
.graph-modal__subtitle--three {
  padding-left: 30px;
}
.graph-modal__subtitle--three::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  background-image: url(../img/modal-3.svg);
}
.graph-modal__subtitle--four {
  padding-left: 30px;
}
.graph-modal__subtitle--four::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 26px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-4.svg);
}
.graph-modal__subtitle--five {
  padding-left: 30px;
}
.graph-modal__subtitle--five::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 19px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-5.svg);
}
.graph-modal__subtitle--six {
  padding-left: 40px;
}
.graph-modal__subtitle--six::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 17px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-6.svg);
}
.graph-modal__subtitle--seven {
  padding-left: 30px;
}
.graph-modal__subtitle--seven::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 21px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-7.svg);
}
.graph-modal__label {
  margin-left: 10px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .graph-modal__label {
    font-size: 12px;
  }
}
.graph-modal__label--red {
  position: relative;
  padding-left: 15px;
}
.graph-modal__label--red::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  left: 0;
  top: 0;
  background-image: url(../img/red.svg);
}
.graph-modal__label--green {
  position: relative;
  padding-left: 15px;
}
.graph-modal__label--green::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  left: 0;
  top: 0;
  background-image: url(../img/green.svg);
}
.graph-modal__label--brown {
  position: relative;
  padding-left: 15px;
}
.graph-modal__label--brown::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  left: 0;
  top: 0;
  background-image: url(../img/brown.svg);
}
.graph-modal__label-two {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 25px;
  color: #414141;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .graph-modal__label-two {
    font-size: 11px;
  }
}
.graph-modal__label-two--one::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  left: 0;
  bottom: 2px;
  background-image: url(../img/modal-8.svg);
}
.graph-modal__label-two--two::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 9px;
  left: 0;
  bottom: 4px;
  background-image: url(../img/modal-9.svg);
}
.graph-modal__label-two--three::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  left: 0;
  bottom: 2px;
  background-image: url(../img/modal-10.svg);
}
.graph-modal__label-two--four::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  left: 0;
  bottom: 2px;
  background-image: url(../img/modal-11.svg);
}
.graph-modal__label-two--five::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-12.svg);
}
.graph-modal__label-two--six::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 16px;
  left: 0;
  bottom: 3px;
  background-image: url(../img/modal-13.svg);
}
.graph-modal__radio {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #ADADAD;
}
.graph-modal__radio:checked {
  background-image: url(../img/check.svg);
  background-position: right -7px top -5px;
  background-size: 27px 27px;
}
.graph-modal__mesh {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  border-radius: 10px;
  background: #FFF;
  padding: 54px 24px;
  max-height: 570px;
  row-gap: 60px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .graph-modal__mesh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.graph-modal__block {
  max-height: 110px;
}
.graph-modal__block:nth-child(1) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.graph-modal__block:nth-child(2) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.graph-modal__block:nth-child(3) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.graph-modal__block:nth-child(4) {
  -ms-grid-row: 2;
  grid-row: 2/2;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.graph-modal__block:nth-child(5) {
  -ms-grid-row: 2;
  grid-row: 2/2;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.graph-modal__inside {
  -ms-grid-row: 3;
  grid-row: 3/3;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (max-width: 1024px) {
  .graph-modal__inside {
    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%;
  }
}
.graph-modal__input {
  display: block;
  padding: 29px 18px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #BCBCBC;
  background: rgba(217, 217, 217, 0);
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .graph-modal__input {
    font-size: 10px;
    padding: 20px 15px;
  }
}
.graph-modal__message {
  display: block;
  padding: 29px 18px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #BCBCBC;
  background: rgba(217, 217, 217, 0);
  width: 551px;
  height: 130px;
  resize: none;
}
@media (max-width: 1024px) {
  .graph-modal__message {
    width: 100%;
    max-width: 600px;
    font-size: 10px;
    padding: 20px 15px;
  }
}
.graph-modal__message::-webkit-input-placeholder {
  color: #BCBCBC;
}
.graph-modal__message::-moz-placeholder {
  color: #BCBCBC;
}
.graph-modal__message:-ms-input-placeholder {
  color: #BCBCBC;
}
.graph-modal__message::-ms-input-placeholder {
  color: #BCBCBC;
}
.graph-modal__message::placeholder {
  color: #BCBCBC;
}
.graph-modal__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .graph-modal__inside {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .graph-modal__textarea {
    max-width: 900px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.graph-modal__link {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 700;
  line-height: 141%;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .graph-modal__link {
    font-size: 14px;
  }
}
.graph-modal__link::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 17px;
  left: 0;
  top: 0;
  background-image: url(../img/modal-14.svg);
}
.graph-modal__text {
  display: block;
  color: #BCBCBC;
  font-size: 12px;
  font-weight: 400;
}
.graph-modal__text--two {
  margin-left: 22px;
  display: inline-block;
  max-width: 205px;
  color: #414141;
  font-size: 11px;
  font-weight: 350;
}
@media (max-width: 1024px) {
  .graph-modal__text--two {
    font-size: 10px;
    margin-left: 0;
    margin-top: 20px;
  }
}
.graph-modal__text--accent {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #212121;
  margin: 0 auto;
}
.graph-modal__overlay div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .graph-modal__overlay div {
    -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;
  }
}
.graph-modal__btn {
  display: block;
}
.graph-modal__upload {
  display: none;
}
.graph-modal .graph-modal__close {
  right: 20px;
  top: 20px;
  width: 23px;
  height: 23px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
}

.crumbs__list {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .crumbs__list {
    padding: 0;
    margin-top: 50px;
    padding-bottom: 15px;
  }
}
.crumbs__item:not(:last-child) {
  margin-right: 15px;
}
.crumbs__link {
  color: #B3B3B3;
  font-size: 12px;
  font-weight: 400;
  line-height: 31.5px;
}
.crumbs__link--active {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 31.5px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 130px;
  row-gap: 65px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .news__grid {
    gap: 70px;
    row-gap: 35px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news__grid {
    gap: 30px;
    row-gap: 35px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.news__item {
  padding: 25px 17px;
  background: #FFF;
  border: 1px solid #FFF;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-width: 333px;
  width: 100%;
}
.news__item:hover {
  -webkit-box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #FFDBA4;
}
.news__item:hover .news__link {
  visibility: visible;
  opacity: 1;
}
.news__subtitle {
  margin: 0;
  margin-bottom: 20px;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}
.news p {
  margin: 0;
  margin-bottom: 15px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  height: 112px;
  overflow: hidden;
}
.news__time {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__link {
  display: block;
  width: 54px;
  height: 9px;
  background-image: url(../img/news-arrow.svg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-inner {
  margin-bottom: 85px;
}
.news-inner p {
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contacts__item {
  max-width: 400px;
  width: 100%;
  padding: 40px 50px;
  background: #FFF;
  -webkit-box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .contacts__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contacts__item:nth-child(1) {
  background-image: url(../img/contacts-bg-1.svg);
  background-position: bottom;
  background-repeat: no-repeat;
}
.contacts__item:nth-child(2) {
  background-image: url(../img/contacts-bg-2.svg);
  background-position: bottom;
  background-repeat: no-repeat;
}
.contacts__item:nth-child(3) {
  background-image: url(../img/contacts-bg-3.svg);
  background-position: bottom;
  background-repeat: no-repeat;
}
.contacts__subtitle {
  position: relative;
  padding-left: 25px;
  margin: 0;
  margin-bottom: 17px;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}
.contacts__subtitle--one::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  left: 0;
  bottom: 6px;
  background-image: url(../img/modal-9.svg);
  background-size: cover;
}
.contacts__subtitle--two::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  left: 0;
  bottom: 6px;
  background-image: url(../img/modal-11.svg);
}
.contacts__subtitle--three {
  padding-left: 30px;
}
.contacts__subtitle--three::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  bottom: 4px;
  background-image: url(../img/contacts-1.svg);
  background-size: cover;
}
.contacts__text {
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.contacts__link {
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.contacts__map {
  height: 400px;
  margin-bottom: 90px;
}

.safe {
  margin-bottom: 80px;
}
.safe__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .safe__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.safe__item {
  max-width: 295px;
  width: 100%;
  padding: 32px 20px 15px 20px;
  background: #FFF9E2;
}
@media (max-width: 1024px) {
  .safe__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.safe__subtitle {
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.safe__title {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
.safe__descr {
  margin: 0;
  margin-top: 36px;
  margin-bottom: 38px;
  color: #5D5D5D;
  font-family: Gogh;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
}
.safe__text {
  margin: 0;
  color: #5D5D5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 41px;
}
.safe__text--accent {
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Gogh;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.safe__text--mini {
  color: #5D5D5D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.gost {
  margin-bottom: 90px;
}
.gost__text {
  margin: 0;
  margin-bottom: 20px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.gost__img {
  margin-bottom: 40px;
}
.gost__title {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 141%;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gost__item {
  position: relative;
  padding-left: 28px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 300%;
}
.gost__item::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 14px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  border-radius: 50%;
}
.gost__list {
  margin-bottom: 30px;
}

.stocks__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 65px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .stocks__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
.stocks__item {
  background: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-width: 607px;
  width: 100%;
}
.stocks__item:hover {
  background: #FFF9E2;
  -webkit-box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
}
.stocks__item:hover .stocks__link {
  visibility: visible;
  opacity: 1;
}
.stocks__subtitle {
  margin: 0;
  margin-bottom: 20px;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}
.stocks p {
  margin: 0;
  margin-bottom: 15px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
  max-height: 20px;
  overflow: hidden;
}
.stocks__time {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stocks__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stocks__link {
  display: block;
  width: 54px;
  height: 9px;
  background-image: url(../img/news-arrow.svg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stocks__inner {
  padding: 20px;
}

.news-inner {
  margin-bottom: 85px;
}
.news-inner p {
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}

.capital__text {
  margin: 0;
  margin-bottom: 20px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.capital__img {
  margin-bottom: 40px;
}
.capital__title {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 141%;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.capital__item {
  position: relative;
  padding-left: 28px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 300%;
}
.capital__item::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 14px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  border-radius: 50%;
}
.capital__list {
  margin-bottom: 85px;
}

.question {
  margin-bottom: 80px;
}
.question__content {
  margin-bottom: 50px;
}
.question__subtitle {
  margin: 0;
  margin-bottom: 12px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.question__text {
  margin: 0;
  color: #5D5D5D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.question__item:not(:last-child) {
  margin-bottom: 36px;
}
.question__list-item {
  position: relative;
  padding-left: 28px;
  color: #5D5D5D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 300%;
}
.question__list-item::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 14px;
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  border-radius: 50%;
}
.question__center {
  margin: 0 auto;
  text-align: center;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 500;
  line-height: 141%;
  max-width: 500px;
}

.reviews {
  margin-bottom: 90px;
}
.reviews__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 140px;
  row-gap: 80px;
}
@media (max-width: 768px) {
  .reviews__grid {
    gap: 80px;
    row-gap: 40px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews__subtitle {
  margin: 0;
  margin-bottom: 20px;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}
.reviews__text {
  margin: 0;
  margin-bottom: 15px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.reviews__time {
  margin: 0;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reviews__name {
  margin: 0;
  color: #D9D9D9;
  font-size: 12px;
  font-weight: 700;
  line-height: 141%;
}

.credit__form {
  border-radius: 13px;
  background: #FFF9E2;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .credit__form {
    margin-bottom: 70px;
  }
}
.credit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .credit__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 10px;
  }
}
@media (max-width: 768px) {
  .credit__btn {
    padding-right: 100px;
    padding-left: 70px;
  }
}
.credit__subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 215%;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.credit__text {
  margin: 0;
  margin-bottom: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 215%;
}
.credit__text--two {
  margin: 0;
  margin-left: 20px;
  color: #414141;
  font-size: 12px;
  font-weight: 350;
  max-width: 350px;
}
@media (max-width: 768px) {
  .credit__text--two {
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}
.credit__input {
  padding: 29px 18px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  background-color: #FFF;
  width: 365px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .credit__input {
    max-width: 600px;
    width: 100%;
  }
}
.credit__input::-webkit-input-placeholder {
  color: #BCBCBC;
}
.credit__input::-moz-placeholder {
  color: #BCBCBC;
}
.credit__input:-ms-input-placeholder {
  color: #BCBCBC;
}
.credit__input::-ms-input-placeholder {
  color: #BCBCBC;
}
.credit__input::placeholder {
  color: #BCBCBC;
}
@media (max-width: 1024px) {
  .credit__input {
    font-size: 12px;
    padding: 24px 18px;
  }
}
.credit__input--second {
  background: #FFF;
  border: none;
}
.credit__input--one {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .credit__input--one {
    max-width: 600px;
    width: 100%;
  }
}
.credit__input--mini {
  max-width: 305px;
}
@media (max-width: 1024px) {
  .credit__input--mini {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .credit__box {
    max-width: 600px;
    width: 100%;
  }
  .credit__box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.credit__box--two {
  max-width: 600px;
  width: 100%;
}
.credit__label {
  position: relative;
  margin-bottom: 16px;
  display: block;
  color: #414141;
  font-size: 12px;
  font-weight: 500;
}
.credit__label--two {
  padding-left: 30px;
}
.credit__label--two::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 19px;
  left: 0;
  top: -3px;
  background-image: url(../img/name-black.svg);
}
.credit__label--three {
  padding-left: 30px;
}
.credit__label--three::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 17px;
  left: 3px;
  top: -3px;
  background-image: url(../img/phone-black.svg);
}
.credit__label--four {
  padding-left: 30px;
}
.credit__label--four::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  left: 3px;
  top: 1px;
  background-image: url(../img/mail.svg);
}
.credit__inner {
  display: block;
  padding: 50px 90px;
  background-color: #FFF;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .credit__inner {
    padding: 50px 9px;
    margin-bottom: 20px;
  }
}
.credit__range {
  position: relative;
  max-width: 432px;
  width: 100%;
  height: 3px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 53px;
  background: #E3E3E3;
  cursor: pointer;
}
.credit__range::before {
  content: "мин: 500 000";
  position: absolute;
  left: 0;
  bottom: -50px;
  color: #C2C2C2;
  font-family: "Mont", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
}
.credit__range::after {
  content: "макс: 50 000 000";
  position: absolute;
  right: 0;
  bottom: -50px;
  color: #C2C2C2;
  font-family: "Mont", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
}
.credit__nambers {
  max-width: 430px;
  position: relative;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.credit__name {
  color: #434343;
  font-family: "Mont", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.credit__namber {
  color: #434343;
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.credit__content {
  border-radius: 13px;
  border: 1px solid #FFDBA4;
  background: #FFF9E2;
  -webkit-box-shadow: 0px -2px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 24px 0px rgba(0, 0, 0, 0.08);
}
.credit__inside {
  padding-left: 40px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .credit__inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
  }
}
.credit__grid {
  margin-bottom: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .credit__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .credit__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 70px;
  }
}
.credit__item {
  max-width: 295px;
  height: 187px;
  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;
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  .credit__item {
    height: 105px;
    padding: 10px;
  }
}

.noUi-handle:after,
.noUi-handle:before {
  display: none !important;
}

.noUi-horizontal {
  height: 4px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  border: 3px solid #FFF !important;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%) !important;
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  top: -7px !important;
}

.noUi-connect {
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%) !important;
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%) !important;
  height: 4px !important;
}

.noUi-base {
  height: 3px !important;
}

.noUi-target {
  border-radius: 53px !important;
  background: #E3E3E3 !important;
  border: none !important;
}

.projects__img {
  height: 290px;
}
.projects__nav {
  padding: 30px 0;
  margin-bottom: 105px;
  background-color: #FFF9E2;
}
@media (max-width: 1024px) {
  .projects__nav {
    margin-bottom: 50px;
  }
}
.projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 505px;
  width: 100%;
}
@media (max-width: 1024px) {
  .projects__wrapper {
    margin-bottom: 50px;
  }
}
.projects__wrapper-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .projects__wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.projects__input {
  position: relative;
  display: block;
  padding: 16px 13px;
  max-width: 120px;
  width: 100%;
  color: #BCBCBC;
  font-size: 12px;
  font-weight: 400;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-bot.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  cursor: pointer;
}
.projects__input--big {
  max-width: 295px;
}
.projects__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  max-width: 600px;
  width: 100%;
}
.projects__select-name {
  display: block;
  margin-bottom: 11px;
  color: #434343;
  font-size: 14px;
  font-weight: 500;
}
.projects__select {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .projects__select:last-child {
    margin-bottom: 110px;
  }
}
.projects__select-last {
  position: relative;
  left: -160px;
}
@media (max-width: 1024px) {
  .projects__select-last {
    left: 0px;
  }
}
.projects__select div {
  max-width: 295px;
  width: 100%;
}
@media (max-width: 1024px) {
  .projects__select div {
    max-width: 205px;
  }
}

@media (max-width: 479px) {
  .projects__select {
    grid-template-columns: repeat(1, 1fr);
  }
	
	.projects__select div{
		max-width: none;
	}	
	.projects__select .projects__input--big{
		max-width: none;
	}
	.projects__select .projects__input{
		max-width: none;
	}
}
.projects__box {
  padding: 0 30px 30px 30px;
  height: 127px;
  background: #FFF;
}
.projects__box:first-child {
  margin-bottom: 20px;
}
.projects__inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.projects__subtitle {
  margin: 0;
  margin-bottom: 23px;
  margin-top: 12px;
  color: #434343;
  font-family: "Mont", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.projects__slider {
  max-width: 432px;
  height: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.projects__slider-two {
  max-width: 432px;
  height: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.projects__min {
  color: #BCBCBC;
  font-size: 12px;
  font-weight: 600;
}
.projects__min--accent {
  margin-left: 2px;
  color: #434343;
  font-family: "Mont", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}
.projects__max {
  color: #BCBCBC;
  font-size: 12px;
  font-weight: 600;
}
.projects__max--accent {
  margin-left: 2px;
  color: #434343;
  font-family: "Mont", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}
.projects__grid {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: auto !important;
}

.projects__item {
  max-width: 390px;
  background: #FFF;
  -webkit-box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
  margin-right: 22px;
      position: relative !important;
    top: inherit !important;
    left: inherit !important;
	transform: none !important;
}
@media (max-width: 576px) {
  .projects__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .projects__grid {
    grid-template-columns: repeat(2, 1fr);
	  justify-items: center;
  }
	.projects__item {
		margin-right: 0px;
	}	
}

@media (max-width: 767px){
	.projects__item {
		max-width: 95%;
	}
}

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

.projects__item:hover {
  background: #FFF9E2;
  -webkit-box-shadow: 6px 5px 17px 0px rgba(0, 0, 0, 0.1), 22px 22px 31px 0px rgba(0, 0, 0, 0.09), 50px 49px 42px 0px rgba(0, 0, 0, 0.05), 90px 87px 50px 0px rgba(0, 0, 0, 0.01), 140px 135px 55px 0px rgba(0, 0, 0, 0);
  box-shadow: 6px 5px 17px 0px rgba(0, 0, 0, 0.1), 22px 22px 31px 0px rgba(0, 0, 0, 0.09), 50px 49px 42px 0px rgba(0, 0, 0, 0.05), 90px 87px 50px 0px rgba(0, 0, 0, 0.01), 140px 135px 55px 0px rgba(0, 0, 0, 0);
}
.projects__overlay {
  position: relative;
  padding: 0 40px 23px 40px;
}
@media (max-width: 576px) {
  .projects__overlay {
    padding: 0 20px 23px 20px;
  }
}
.projects__name {
  margin: 14px 0;
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .projects__name {
    font-size: 18px;
  }
}
.projects__size {
  font-size: 16px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .projects__size {
    font-size: 14px;
  }
}
.projects__price {
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
}
.projects__price::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/price.svg);
  left: -30px;
}
.projects__price::after {
  content: "₽";
  position: absolute;
  color: #212121;
  font-size: 12px;
  font-weight: 600;
  line-height: 141%;
  right: -13px;
  bottom: -1px;
}
.projects__sale {
  position: absolute;
  right: -13px;
  top: -20px;
  color: #B7B7B7;
  font-size: 13px;
  font-weight: 400;
  line-height: 141%;
  text-decoration: line-through;
}
.projects__btn,
.projects__btn-reset{
  padding: 30px 80px;
}
@media (max-width: 1024px) {
/*   .projects__btn {
    position: absolute;
    bottom: -110px;
    left: 40px;
    padding: 17px 80px;
  } */
}
@media (max-width: 767px){
	.projects__btn, .projects__btn-reset {
		padding: 30px 0px;
	}
}



.projects__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 90px;
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%;
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
  gap: 10px;
}

.pagination-container button {
  border: none;
  background: none;
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

.pagination-container button:first-child {
  position: relative;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .pagination-container button:first-child {
    margin-right: 10px;
  }
}
.pagination-container button:first-child:hover {
  color: #212121;
}
.pagination-container button:first-child::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  top: 8px;
  left: -20px;
  background-image: url(../img/pag-prev.svg);
}

.pagination-container button:last-child {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .pagination-container button:last-child {
    margin-left: 10px;
  }
}
.pagination-container button:last-child:hover {
  color: #212121;
}
.pagination-container button:last-child::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  top: 8px;
  right: -20px;
  background-image: url(../img/pag-next.svg);
}

.pagination-container .active {
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A));
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%);
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
}

.is-visible {
  display: block;
  visibility: visible;
}

.project-inner__content {
  position: relative;
  margin-bottom: 140px;
}
.project-inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .project-inner__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.project-inner__item:not(:last-child) {
  margin-right: 96px;
}
@media (max-width: 1024px) {
  .project-inner__item:not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 576px) {
  .project-inner__item:not(:last-child) {
    margin-right: 30px;
  }
}
.project-inner__inner {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .project-inner__inner {
    position: relative;
  }
}
.project-inner__title {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .project-inner__title {
    margin-top: 20px;
  }
}
.project-inner__swiper-one {
  max-width: 750px;
  margin: 0 auto !important;
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  .project-inner__swiper-one {
    margin-bottom: 10px !important;
  }
}
.project-inner__swiper-two {
  max-width: 730px;
  margin: 0 auto !important;
  margin-left: 0 !important;
}
.project-inner__subtitle {
  margin: 0;
  margin-bottom: 56px;
  text-align: center;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 141%;
}
.project-inner__descr {
  margin: 0;
  margin-bottom: 25px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
.project-inner__text {
  margin-left: 11px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .project-inner__text {
    font-size: 14px;
  }
}
.project-inner__phone {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 280px;
  padding: 20px 53px 20px 85px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  background: #FFF9E2;
}
.project-inner__phone::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../img/phone.svg);
  left: 60px;
  top: 21px;
}
.project-inner__text-two {
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 80px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .project-inner__text-two {
    margin-bottom: 70px;
    text-align: center;
  }
}
.project-inner__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .project-inner__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.project-inner__btn-one {
  position: relative;
  max-width: 211px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .project-inner__btn-one {
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 90;
  }
}
@media (max-width: 768px) {
  .project-inner__btn-one {
    padding-left: 85px;
  }
}
.project-inner__btn-two {
  max-width: 211px;
  margin: 0 auto;
  margin-right: 0;
  color: #FFF;
}
@media (max-width: 1024px) {
  .project-inner__btn-two {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .project-inner__btn-two {
    padding-left: 85px;
  }
}
.project-inner__btn-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
  z-index: -1;
}
.project-inner__btn-two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn-bg-2.svg);
  z-index: -1;
}
.project-inner__btn-two:hover::before {
  background: -o-linear-gradient(274deg, #1B9946 -12.94%, #01D355 121.78%);
  background: linear-gradient(176deg, #1B9946 -12.94%, #01D355 121.78%);
}
.project-inner__btn-text {
  position: absolute;
  top: 30px;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
  left: 15px;
}
@media (max-width: 1024px) {
  .project-inner__btn-text {
    top: -40px;
    left: 100px;
  }
}
@media (max-width: 576px) {
  .project-inner__btn-text {
    left: 80px;
  }
}
.project-inner__btn-text--two {
  top: 140px;
  left: 60px;
}
@media (max-width: 1024px) {
  .project-inner__btn-text--two {
    top: 95px;
    left: 105px;
  }
}
.project-inner__svg {
  position: absolute;
  width: 15px;
  height: 20px;
  left: 75px;
  background-image: url(../img/calc.svg);
}
@media (max-width: 768px) {
  .project-inner__svg {
    left: 50px;
  }
}
.project-inner__svg--two {
  width: 24px;
  height: 23px;
  left: 70px;
  background-image: url(../img/credit-svg.svg);
}
@media (max-width: 768px) {
  .project-inner__svg--two {
    left: 45px;
  }
}
.project-inner__buttons {
  margin: 5px 0;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 729px;
}
@media (max-width: 1024px) {
  .project-inner__buttons {
    display: none;
  }
}
.project-inner__arrow-prev {
  position: relative;
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 141%;
  padding-left: 21px;
}
.project-inner__arrow-prev::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 13px;
  background-image: url(../img/arrow-left.svg);
}
.project-inner__arrow-next {
  position: relative;
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 141%;
  padding-right: 21px;
}
.project-inner__arrow-next::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 12px;
  height: 13px;
  background-image: url(../img/arrow-right.svg);
}
.project-inner__prises {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.project-inner__prises::before {
  content: ".....................................................................................................";
  position: absolute;
  z-index: 0;
}
@media (max-width: 1024px) {
  .project-inner__prises::before {
    width: 300px;
  }
}
.project-inner__span {
  position: relative;
  z-index: 1;
  color: #5D5D5D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%;
  background-color: #FFF;
}
.project-inner__span-two {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}

.equipment {
  margin-bottom: 120px;
}
.equipment__grid {
  display: -ms-grid;
  display: grid;
}
.equipment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F3F3;
}
.equipment__item:nth-child(2n) {
  background: #FFF9E2;
}
@media (max-width: 1024px) {
  .equipment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.equipment__name {
  margin: 0;
  padding-left: 30px;
  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;
  max-width: 400px;
  width: 100%;
  height: 130px;
  border-right: 6px solid #FFF;
  border-bottom: 6px solid #FFF;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
@media (max-width: 1024px) {
  .equipment__name {
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
    max-width: 1050px;
    border-right: none;
  }
}
.equipment__name--accent {
  height: 240px;
}
@media (max-width: 768px) {
  .equipment__name--accent {
    height: auto;
  }
}
@media (max-width: 768px) {
  .equipment__name {
    height: auto;
    padding: 20px 0;
    padding-left: 10px;
  }
}
.equipment__text {
  width: 100%;
  margin: 0;
  padding: 0 40px;
  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;
  max-width: 840px;
  height: 130px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 141%;
  border-bottom: 6px solid #FFF;
}
@media (max-width: 1024px) {
  .equipment__text {
    padding: 0 10px;
    font-size: 12px;
    width: 100%;
    max-width: 1050px;
  }
}
@media (max-width: 768px) {
  .equipment__text {
    height: auto;
    padding: 20px 0;
    padding-left: 10px;
  }
}
.equipment__text--accent {
  height: auto;
}
@media (max-width: 768px) {
  .equipment__text--accent {
    height: auto;
    padding: 20px 0;
    padding-left: 10px;
  }
}

.services {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .services {
    margin-bottom: 50px;
  }
}
.services__grid {
  display: -ms-grid;
  display: grid;
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F0FFF4;
}
.services__item:not(:first-child):nth-child(2n) {
  background: #FFFCF3;
}
.services__item--accent {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #FFDBA4), color-stop(202.38%, #FFAC4A)) !important;
  background: -o-linear-gradient(top, #FFDBA4 -14.29%, #FFAC4A 202.38%) !important;
  background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%) !important;
}
.services__name {
  margin: 0;
  padding-left: 30px;
  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;
  max-width: 730px;
  width: 100%;
  height: 90px;
  border-right: 6px solid #FFF;
  border-bottom: 6px solid #FFF;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .services__name {
    font-size: 12px;
    padding-left: 10px;
    max-width: 300px;
  }
}
.services__name--accent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services__text {
  width: 100%;
  margin: 0;
  padding: 0 85px;
  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;
  max-width: 510px;
  height: 90px;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 6px solid #FFF;
}
@media (max-width: 1024px) {
  .services__text {
    padding: 0 30px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .services__text {
    max-width: 200px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .services__text {
    max-width: 85px;
    padding: 0 5px;
  }
}
.services__text--accent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
}

.timber {
  margin-bottom: 120px;
}
.timber__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .timber__content {
    gap: 20px;
    overflow-x: scroll;
    padding: 50px 20px;
    margin: -50px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.timber__item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 190px;
  background: #FFF;
  -webkit-box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .timber__item {
    width: 190px;
  }
}
.timber__img {
  max-width: inherit;
}
.timber__name {
  margin: 0;
  margin-bottom: 8px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 141%;
}
.timber__descr {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 141%;
}

.section-hits {
  margin-bottom: 90px;
}
.section-hits__swiper {
  padding: 100px 0 !important;
  margin: -100px 0 !important;
}
.section-hits__item {
  position: relative;
  display: block;
  max-width: 400px;
  background: #FFF;
  -webkit-box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 15px 13px 29.4px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-hits__item:hover {
  background: #FFF9E2;
  -webkit-box-shadow: 6px 5px 17px 0px rgba(0, 0, 0, 0.1), 22px 22px 31px 0px rgba(0, 0, 0, 0.09), 50px 49px 42px 0px rgba(0, 0, 0, 0.05), 90px 87px 50px 0px rgba(0, 0, 0, 0.01), 140px 135px 55px 0px rgba(0, 0, 0, 0);
  box-shadow: 6px 5px 17px 0px rgba(0, 0, 0, 0.1), 22px 22px 31px 0px rgba(0, 0, 0, 0.09), 50px 49px 42px 0px rgba(0, 0, 0, 0.05), 90px 87px 50px 0px rgba(0, 0, 0, 0.01), 140px 135px 55px 0px rgba(0, 0, 0, 0);
}
.section-hits__overlay {
  position: relative;
  padding: 0 40px 23px 40px;
}
@media (max-width: 768px) {
  .section-hits__overlay {
    padding: 0 20px 23px 10px;
  }
}
.section-hits__name {
  margin: 14px 0;
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-hits__size {
  font-size: 16px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#404040));
  background: -o-linear-gradient(top, #212121 0%, #404040 100%);
  background: linear-gradient(180deg, #212121 0%, #404040 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-hits__price {
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
}
.section-hits__price::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/price.svg);
  left: -30px;
}
.section-hits__price::after {
  content: "₽";
  position: absolute;
  color: #212121;
  font-size: 12px;
  font-weight: 600;
  line-height: 141%;
  right: -13px;
  bottom: -1px;
}
.section-hits__sale {
  position: absolute;
  right: -13px;
  top: -20px;
  color: #B7B7B7;
  font-size: 13px;
  font-weight: 400;
  line-height: 141%;
  text-decoration: line-through;
}
.section-hits__inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section-hits__svg {
  fill: #FFF;
  -webkit-filter: drop-shadow(0px 7px 11.7px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 7px 11.7px rgba(0, 0, 0, 0.15));
}
.section-hits__arrow-prev {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: -240px;
}
@media (max-width: 768px) {
  .section-hits__arrow-prev {
    display: none;
  }
}
.section-hits__arrow-next {
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -240px;
}
@media (max-width: 768px) {
  .section-hits__arrow-next {
    display: none;
  }
}
.section-hits__wrapper {
  position: relative;
}

.menu {
  position: absolute;
  width: 100%;
  background: #595959;
  height: 100vh;
  top: 107px;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu--active {
  opacity: 1;
  visibility: visible;
}
.menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__item {
  color: #EBEBEB;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}
.menu__link {
  color: #EBEBEB;
}
.menu__svg {
  position: relative;
  left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__svg--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu__list {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__list--active {
  opacity: 1;
  visibility: visible;
}
.menu__list-item {
  background: #353535;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}
.menu__list-link {
  color: #EBEBEB;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
/*# sourceMappingURL=main.css.map */

.project-inner__btn-text--two::after {
    content: "→";
    color: orange;
    margin-left: 5px;
}

.project-inner__btn-text:after {
    content: "\2192"; /* Код символа стрелки */
    display: inline-block;
    margin-left: 5px; /* Расстояние между текстом и иконкой */
    color: orange; /*  Цвет иконки */
}



.hidden-important{
	display: none !important;
}
.cookie_popup{
	position: fixed;
	width: 900px;
	max-width: 95%;
	padding: 0 15px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30000000000;
}
.cookie_popup a{
	text-decoration: underline;
	color: #212121;
}
.cookie_popup a:hover{
	text-decoration: none;
}
.cookie_popup .cookie_popup_inner{
	background-color: #fff;
	box-shadow: 0px 2px 37px 0px #00000033;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	font-size: 14px;
	
}
.cookie_popup button{
	flex-shrink: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    width: auto;
    padding: 0 20px;
    height: 30px;
	line-height: 28px;
    border-radius: 5px;
	border: none;
    background: linear-gradient(180deg, #FFDBA4 -14.29%, #FFAC4A 202.38%);
	cursor: pointer;
}
.cookie_popup button:hover{
	opacity: .7;
}

@media (max-width:575px){
	.cookie_popup .cookie_popup_inner{
		padding: 10px 15px;
	}
}

.footer__confid {
	max-width: 240px;
    margin-top: 20px;
	text-align: right;
}
.footer__confid a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
.footer__confid a:hover{
	text-decoration: none;
}
.footer__confid-description{
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
	opacity: .6;
}
