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

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

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

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

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Roboto"; }

a {
  text-decoration: none;
  outline: none; }

button {
  font-family: inherit;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer; }

input, textarea {
  font-family: inherit;
  border: none;
  background: #fff;
  outline: none; }

address {
  font-style: normal; }

ul {
  list-style: none; }

.section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 100px 32px; }
  @media (max-width: 1920px) {
    .section {
      padding: calc(4vw + 24px) 32px; } }
  @media (max-width: 1024px) {
    .section {
      padding: calc(4vw + 27px) 24px; } }
  @media (max-width: 768px) {
    .section {
      padding: calc(4vw + 27px) 16px; } 
      .footer{
        padding-bottom: 90px;}
  }

.section__inner {
  width: 100%;
  max-width: 1400px;
  position: relative;
  z-index: 1; }

.decoration-1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 200px; }
  @media (max-width: 1024px) {
    .decoration-1 {
      display: none; } }

.decoration-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 200px; }
  @media (max-width: 1024px) {
    .decoration-2 {
      display: none; } }

.decoration-3 {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 270px;
  height: 610px; }
  @media (max-width: 1024px) {
    .decoration-3 {
      display: none; } }

.content {
  overflow: hidden; }

.hero {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 32px 0;
  background: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 1024px) {
    .hero {
      padding: 40px 24px 0;
      min-height: 640px; } }
  @media (max-width: 768px) {
    .hero {
      padding: 30px 16px 0;
      min-height: 560px; } }

.hero__inner {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.hero__content {
  padding: 10px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

h1 {
  color: #fff;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 115px;
  line-height: 1.173913;
  color: #FFFFFF;
  white-space: pre-line; }
  @media (max-width: 1920px) {
    h1 {
      font-size: calc(5.5vw + 10px); } }
  @media (max-width: 1024px) {
    h1 {
      font-size: calc(5.5vw + 15px); } }
  @media (max-width: 768px) {
    h1 {
      margin-bottom: 18px; } }

.hero__subtitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 64px;
  line-height: 1.171875;
  color: #FFFFFF; }
  @media (max-width: 1920px) {
    .hero__subtitle {
      font-size: calc(2.5vw + 16px); } }
  @media (max-width: 1024px) {
    .hero__subtitle {
      font-size: calc(2.5vw + 12px); } }

.hero__mark {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.16666;
  background-color: #fff;
  color: #DC4617;
  padding: 16px;
  display: inline-block;
  margin-top: 16px; }
  .hero__mark a {
    color: #DC4617;
    text-decoration: underline;
    font-weight: 600; }
  @media (max-width: 1920px) {
    .hero__mark {
      font-size: calc(8px + 1.5vw); } }
  @media (max-width: 768px) {
    .hero__mark {
      font-size: 17px;
      padding: 8px 16px; } }

.hero__condition {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1875;
  color: #FFFFFF;
  margin-top: 16px; }
  @media (max-width: 1920px) {
    .hero__condition {
      font-size: calc(8px + 1.25vw); } }
  @media (max-width: 768px) {
    .hero__condition {
      font-size: 16px;
      font-weight: 400; } }

.hero__btn-container {
  display: none;
  margin-top: 30px; }
  @media (max-width: 1180px) {
    .hero__btn-container {
      display: block; } }

.h-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px; }
  @media (max-width: 1180px) {
    .h-form {
      display: none; } }

.h-form__input {
  margin-right: 37px;
  height: 58px;
  width: 345px;
  border: 3px solid #FFFFFF;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1875;
  padding: 0 24px;
  color: #FFFFFF; }

.hero-form .h-form__input::-webkit-input-placeholder {
  color: white;
  opacity: 1; }

.hero-form .h-form__input::-moz-placeholder {
  color: white;
  opacity: 1; }

.hero-form .h-form__input:-ms-input-placeholder {
  color: white;
  opacity: 1; }

.hero-form .h-form__input::-ms-input-placeholder {
  color: white;
  opacity: 1; }

.hero-form .h-form__input::placeholder {
  color: white;
  opacity: 1; }

.btn {
  border: 3px solid #DC4617;
  border-radius: 5px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1875;
  text-align: center;
  padding: 12px 63px;
  color: #FFFFFF;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  @media (max-width: 1920px) {
    .btn {
      font-size: calc(.85vw + 8px); } }
  @media (max-width: 1024px) {
    .btn {
      font-size: 16px; } }
  @media (max-width: 380px) {
    .btn {
      width: 100%; } }

.btn.transparent:hover {
  background-color: #DC4617; }

.btn.transparent:active {
  color: #333333;
  border-color: #333333; }

.btn.orange {
  background-color: #DC4617; }
  .btn.orange:hover {
    color: #333333; }
  .btn.orange:active {
    color: #333333;
    border-color: #333333; }

.btn.shadow {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.16666;
  text-align: center;
  color: #000000;
  margin-bottom: 64px;
  white-space: pre-line; }
  @media (max-width: 1920px) {
    .title {
      font-size: calc(1.75vw + 15px);
      margin-bottom: calc(2vw + 26px); } }
  @media (max-width: 768px) {
    .title {
      white-space: initial; } }
  @media (max-width: 414px) {
    .title {
      font-size: 22px; } }

.title.orange {
  color: #DC4617; }

.title.normal {
  font-weight: 400; }

.advantages-accordion {
  border: 3px solid #787474;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .advantages-accordion:not(:first-of-type) {
    margin-top: 24px; }
    @media (max-width: 1024px) {
      .advantages-accordion:not(:first-of-type) {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .advantages-accordion:not(:first-of-type) {
        margin-top: 16px; } }
  @media (max-width: 1024px) {
    .advantages-accordion {
      border: 1px solid #787474; } }

.advantages-accordion__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  padding: 15px 36px 15px 46px; }
  .advantages-accordion__header img {
    max-width: 64px; }
  @media (max-width: 1024px) {
    .advantages-accordion__header {
      padding: 6px 16px;
      min-height: initial;
      min-height: 64px; } }
  @media (max-width: 1024px) {
    .advantages-accordion__header img {
      max-height: 48px;
      max-width: 54px; } }

.advantages-accordion__icon {
  width: 172px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 1024px) {
    .advantages-accordion__icon {
      width: 80px; } }

.advantages-accordion__title {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 32px;
  line-height: 1.16666;
  color: #000000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 1024px) {
    .advantages-accordion__title {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .advantages-accordion__title {
      font-size: 16px; } }

.advantages-accordion__btn {
  font-family: 'Roboto';
  margin-left: 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.16666;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #DC4617;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  .advantages-accordion__btn:hover {
    color: #000000; }
  @media (max-width: 1024px) {
    .advantages-accordion__btn {
      display: none; } }

.advantages-accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.advantages-accordion__content--inner {
  padding-bottom: 36px;
  padding-left: 218px;
  padding-right: 36px; }
  @media (max-width: 1024px) {
    .advantages-accordion__content--inner {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 24px; } }
  .advantages-accordion__content--inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.16666666667;
    text-align: justify;
    color: #333333;
    white-space: pre-line;
    text-indent: 20px; }
    @media (max-width: 1024px) {
      .advantages-accordion__content--inner p {
        font-size: 14px;
        text-indent: 14px; } }

.lb {
  margin-top: 80px;
  position: relative;
  padding: 56px 0; }
  @media (max-width: 1920px) {
    .lb {
      margin-top: calc(3vw + 23px);
      padding: calc(2vw + 18px) 0; } }
  @media (max-width: 1024px) {
    .lb {
      margin-top: calc(3vw + 27px); } }
  .lb::before, .lb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    width: 100%;
    background-color: #DC4617;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1024px) {
      .lb::before, .lb::after {
        height: 2px; } }
    @media (max-width: 768px) {
      .lb::before, .lb::after {
        height: 1px;
        max-width: 70%; } }
  .lb::before {
    top: 0; }
  .lb::after {
    bottom: 0; }
  .lb .title {
    margin-bottom: 48px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .lb .title {
        margin-bottom: 32px; } }
    @media (max-width: 768px) {
      .lb .title {
        margin-bottom: 16px; } }
  .lb .text {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.1666666;
    text-align: center;
    color: #000000;
    white-space: pre-line;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      .lb .text {
        font-size: 21px;
        margin-bottom: 24px; }
        .lb .text:last-of-type {
          margin-bottom: 32px; } }
    @media (max-width: 768px) {
      .lb .text {
        font-size: 18px;
        margin-bottom: 16px;
        white-space: initial; }
        .lb .text:last-of-type {
          margin-bottom: 24px; } }
  .lb .btn {
    padding-left: 30px;
    padding-right: 30px; }

.lb__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.s-gray {
  background-image: url("../img/gray-bg.jpg");
  background-size: cover; }

.formats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 800px) {
    .formats-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .formats-container > div:nth-of-type(1) {
    width: 50%; }
    .formats-container > div:nth-of-type(1) img {
      max-width: 100%; }
    @media (max-width: 800px) {
      .formats-container > div:nth-of-type(1) {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .formats-container > div:nth-of-type(1) img {
          width: 100%;
          max-width: 480px; } }
  .formats-container > div:nth-of-type(2) {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 800px) {
      .formats-container > div:nth-of-type(2) {
        width: 100%;
        margin-top: 32px; } }
    .formats-container > div:nth-of-type(2) > div {
      max-width: 360px; }
      @media (max-width: 800px) {
        .formats-container > div:nth-of-type(2) > div {
          max-width: initial; } }

.v-swiper {
  height: 768px !important;
  position: relative; }
  @media (max-width: 800px) {
    .v-swiper {
      height: auto !important; } }

.prop-img-3-2 {
  width: 100%; }
  .prop-img-3-2:hover .v-swiper__zoomlayer {
    opacity: 1; }

.prop-img-3-2__inner {
  width: 100%;
  padding-bottom: 66.66%;
  position: relative; }
  .prop-img-3-2__inner img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.v-swiper__btn {
  width: 100%;
  height: 116px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 5; }
  .v-swiper__btn path {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
  .v-swiper__btn:hover path {
    fill: rgba(255, 255, 255, 0.9); }
  @media (max-width: 800px) {
    .v-swiper__btn {
      height: 100%;
      width: 45px; }
      .v-swiper__btn path {
        fill: white; } }

.v-swiper__next {
  left: 0;
  bottom: 0; }
  @media (max-width: 800px) {
    .v-swiper__next {
      bottom: initial;
      top: 0;
      left: initial;
      right: 0; }
      .v-swiper__next svg {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        max-width: 100%; } }

.v-swiper__prev {
  top: 0;
  left: 0; }
  @media (max-width: 800px) {
    .v-swiper__prev svg {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      max-width: 100%; } }

.v-swiper__zoomlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  cursor: pointer; }

.target-info-block {
  border: 3px solid #787474;
  border-radius: 5px;
  padding: 60px 5vw;
  margin-top: 100px; }
  @media (max-width: 1920px) {
    .target-info-block {
      margin-top: calc(4vw + 24px); } }
  @media (max-width: 1024px) {
    .target-info-block {
      margin-top: calc(4vw + 27px);
      border-width: 2px;
      padding: 48px 5vw; } }
  @media (max-width: 768px) {
    .target-info-block {
      margin-top: calc(4vw + 27px);
      border-width: 1px;
      padding: 32px 5vw; } }
  .target-info-block .title {
    margin-bottom: 48px; }
    @media (max-width: 1024px) {
      .target-info-block .title {
        margin-bottom: 32px; } }
    @media (max-width: 768px) {
      .target-info-block .title {
        margin-bottom: 24px; } }

.text {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1666666;
  text-align: justify;
  color: #000000;
  white-space: pre-line; }
  @media (max-width: 1024px) {
    .text {
      font-size: 21px; } }
  @media (max-width: 768px) {
    .text {
      font-size: 18px;
      white-space: initial; } }

.ss-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .ss-about .text {
    max-width: 1200px; }
  .ss-about .title {
    position: relative;
    padding-bottom: 24px; }
    .ss-about .title::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 70%;
      height: 4px;
      background-color: #DC4617;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%); }
      @media (max-width: 1024px) {
        .ss-about .title::before {
          height: 2px; } }
      @media (max-width: 768px) {
        .ss-about .title::before {
          height: 1px; } }
    @media (max-width: 1024px) {
      .ss-about .title {
        padding-bottom: 16px; } }
    @media (max-width: 768px) {
      .ss-about .title {
        padding-bottom: 8px; } }

.ss-partners {
  margin-top: 100px; }
  @media (max-width: 1920px) {
    .ss-partners {
      margin-top: calc(4vw + 24px); } }
  @media (max-width: 1024px) {
    .ss-partners {
      margin-top: calc(4vw + 27px); } }
  @media (max-width: 768px) {
    .ss-partners {
      margin-top: calc(4vw + 27px); } }

.ss-partners__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  padding: 100px 0; }
  .ss-partners__list a {
    margin: 6px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .ss-partners__list a img {
      max-width: 15vmax;
      max-height: 7.5vmax; }
  @media (max-width: 1920px) {
    .ss-partners__list {
      padding: calc(4vw + 24px) 0; } }
  @media (max-width: 1024px) {
    .ss-partners__list {
      padding: calc(4vw + 27px) 0; } }
  @media (max-width: 768px) {
    .ss-partners__list {
      padding: calc(4vw + 27px) 0; } }
  .ss-partners__list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 92%;
    height: 4px;
    background-color: #999999;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
    @media (max-width: 1024px) {
      .ss-partners__list::before {
        height: 2px; } }
    @media (max-width: 768px) {
      .ss-partners__list::before {
        height: 1px; } }
  .ss-partners__list::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 92%;
    height: 4px;
    background-color: #999999;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
    @media (max-width: 1024px) {
      .ss-partners__list::after {
        height: 2px; } }
    @media (max-width: 768px) {
      .ss-partners__list::after {
        height: 1px; } }

.ss-partners__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px; }
  @media (max-width: 1024px) {
    .ss-partners__btn-wrap {
      margin-top: 32px; } }
  @media (max-width: 768px) {
    .ss-partners__btn-wrap {
      margin-top: 24px; } }

.ss-how-work {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1920px) {
    .ss-how-work {
      margin-top: calc(4vw + 24px); } }
  @media (max-width: 1024px) {
    .ss-how-work {
      margin-top: calc(4vw + 27px); } }
  @media (max-width: 768px) {
    .ss-how-work {
      margin-top: calc(4vw + 27px); } }
  .ss-how-work .title {
    position: relative;
    width: 100%;
    padding-bottom: 24px; }
    .ss-how-work .title::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 70%;
      height: 4px;
      background-color: #DC4617;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%); }
      @media (max-width: 1024px) {
        .ss-how-work .title::before {
          height: 2px; } }
      @media (max-width: 768px) {
        .ss-how-work .title::before {
          height: 1px; } }
    @media (max-width: 1024px) {
      .ss-how-work .title {
        padding-bottom: 16px; } }
    @media (max-width: 768px) {
      .ss-how-work .title {
        padding-bottom: 8px; } }
  .ss-how-work .text {
    margin-bottom: 32px;
    max-width: 1200px; }
    .ss-how-work .text:last-of-type {
      margin-bottom: 48px; }
      @media (max-width: 1024px) {
        .ss-how-work .text:last-of-type {
          margin-bottom: 32px; } }
      @media (max-width: 768px) {
        .ss-how-work .text:last-of-type {
          margin-bottom: 24px; } }
    @media (max-width: 1024px) {
      .ss-how-work .text {
        margin-bottom: 24px; } }
    @media (max-width: 768px) {
      .ss-how-work .text {
        margin-bottom: 16px; } }

.ss-how-work__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.results-info-block {
  border: 3px solid #DC4617;
  border-radius: 5px;
  padding: 60px 5vw;
  margin-top: 100px; }
  @media (max-width: 1920px) {
    .results-info-block {
      margin-top: calc(4vw + 24px); } }
  @media (max-width: 1024px) {
    .results-info-block {
      margin-top: calc(4vw + 27px);
      border-width: 2px;
      padding: 48px 5vw; } }
  @media (max-width: 768px) {
    .results-info-block {
      margin-top: calc(4vw + 27px);
      border-width: 1px;
      padding: 32px 5vw; } }
  .results-info-block .title {
    margin-bottom: 48px; }
    @media (max-width: 1024px) {
      .results-info-block .title {
        margin-bottom: 32px; } }
    @media (max-width: 768px) {
      .results-info-block .title {
        margin-bottom: 24px; } }

.results-info-block__text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.16;
  color: #000000; }
  .results-info-block__text b {
    color: #DC4617;
    font-size: 48px; }
  @media (max-width: 1024px) {
    .results-info-block__text {
      font-size: 24px; }
      .results-info-block__text strong {
        font-size: 24px; }
      .results-info-block__text b {
        font-size: 32px; } }
  @media (max-width: 768px) {
    .results-info-block__text {
      font-size: 18px; }
      .results-info-block__text strong {
        font-size: 18px; }
      .results-info-block__text b {
        font-size: 24px; } }

.footer {
  background-image: url("../img/gray-bg.jpg");
  background-size: cover; }
  .footer .title {
    text-align: left; }
    @media (max-width: 768px) {
      .footer .title {
        text-align: center; } }
  .footer .text {
    text-align: left; }

.f-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px; }
  .f-contacts span {
    color: #DC4617;
    display: block; }
  @media (max-width: 768px) {
    .f-contacts {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }

.f-bank {
  grid-column: 1 / -1; }

.f-phones a.text {
  display: block;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #000;
  margin-left: 50px; }
  .f-phones a.text:hover {
    color: #DC4617; }
  @media (max-width: 768px) {
    .f-phones a.text {
      margin-left: 25px; } }

.h-form.f-form {
  grid-column: 1 / -1;
  margin-top: 0; }
  .h-form.f-form .h-form__input {
    color: #DC4617;
    border-color: #DC4617; }

.h-form.m-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 70px;
  max-width: 1080px; }
  @media (max-width: 1200px) {
    .h-form.m-form {
      grid-template-columns: 1fr;
      grid-gap: 24px; } }
  @media (max-width: 1024px) {
    .h-form.m-form {
      max-width: 480px; } }
  .h-form.m-form .h-form__input {
    color: #333;
    border-color: #333; }
  .h-form.m-form .h-form__input {
    width: 100%; }
    @media (max-width: 1024px) {
      .h-form.m-form .h-form__input {
        font-size: 18px;
        border-width: 2px; } }
    @media (max-width: 768px) {
      .h-form.m-form .h-form__input {
        border-width: 1px; } }

.m-form__btn-wrap .btn {
  width: 100%; }

/*BEGIN: Break points*/
/*END: Break points*/
.header {
  width: 100%; }

.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 768px) {
    .header__inner {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 768px) {
    .header__inner .btn {
      display: none; } }

@media (max-width: 1024px) {
  .header__logo img {
    width: 100px;
    height: 70px; } }

@media (max-width: 768px) {
  .header__logo img {
    width: 64px;
    height: 42px; } }

.mob-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #333;
  max-height: 100vh;
  overflow: hidden;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%); }

.mob-menu.open {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.mob-menu__inner {
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.mob-menu__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 25px;
  top: 25px;
  cursor: pointer; }
  .mob-menu__close::before, .mob-menu__close::after {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
  .mob-menu__close::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .mob-menu__close::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mob-menu__close:hover::before, .mob-menu__close:hover::after {
    background-color: red; }

.mob-l-list {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 25px; }

.mob-l-list__item {
  margin: 15px 0;
  width: 100%;
  text-align: center; }

.mob-l-list__link {
  font-size: 20px;
  color: #fff;
  text-align: center; }

.fadeIn {
  -webkit-animation: fadeIn .5s;
          animation: fadeIn .5s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeInLeft {
  -webkit-animation: fadeInLeft .5s;
          animation: fadeInLeft .5s; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight {
  -webkit-animation: fadeInRight .5s;
          animation: fadeInRight .5s; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInBottom {
  -webkit-animation: fadeInBottom .5s;
          animation: fadeInBottom .5s; }

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInTop {
  -webkit-animation: fadeInTop .5s;
          animation: fadeInTop .5s; }

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.showInLeft {
  -webkit-animation: showInLeft .5s;
          animation: showInLeft .5s; }

@-webkit-keyframes showInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes showInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

.showInRight {
  -webkit-animation: showInRight .5s;
          animation: showInRight .5s; }

@-webkit-keyframes showInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes showInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

.showInTop {
  -webkit-animation: showInTop .5s;
          animation: showInTop .5s; }

@-webkit-keyframes showInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes showInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

.showInBottom {
  -webkit-animation: showInBottom .5s;
          animation: showInBottom .5s; }

@-webkit-keyframes showInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes showInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

.fadeOut {
  -webkit-animation: fadeOut .5s forwards;
          animation: fadeOut .5s forwards; }

.fadeOutTop {
  -webkit-animation: fadeOutTop .5s forwards;
          animation: fadeOutTop .5s forwards; }

@-webkit-keyframes fadeOutTop {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes fadeOutTop {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.fadeOutBottom {
  -webkit-animation: fadeOutBottom .5s forwards;
          animation: fadeOutBottom .5s forwards; }

@-webkit-keyframes fadeOutBottom {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes fadeOutBottom {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

.fadeOutLeft {
  -webkit-animation: fadeOutLeft .5s forwards;
          animation: fadeOutLeft .5s forwards; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.fadeOutRight {
  -webkit-animation: fadeOutRight .5s forwards;
          animation: fadeOutRight .5s forwards; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.hideToLeft {
  -webkit-animation: .5s hideToLeft forwards;
          animation: .5s hideToLeft forwards; }

@-webkit-keyframes hideToLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes hideToLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.hideToRight {
  -webkit-animation: .5s hideToRight forwards;
          animation: .5s hideToRight forwards; }

@-webkit-keyframes hideToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes hideToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.hideToTop {
  -webkit-animation: .5s hideToTop forwards;
          animation: .5s hideToTop forwards; }

@-webkit-keyframes hideToTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes hideToTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.hideToBottom {
  -webkit-animation: .5s hideToBottom forwards;
          animation: .5s hideToBottom forwards; }

@-webkit-keyframes hideToBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes hideToBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

modal-fog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(7, 12, 19, 0.5);
  z-index: 999;
  display: none; }

modal-container {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%; }

.hide-scroll {
  overflow: hidden; }

.spec-offer {
  width: calc(100% - 30px);
  max-width: 1640px;
  background-color: #fff;
  padding: 64px 64px 64px 240px;
  position: relative;
  display: none; }
  .spec-offer .title {
    text-align: left;
    font-size: 32px;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      .spec-offer .title {
        margin-bottom: 24px;
        font-size: 24px;
        margin-bottom: 24px; } }
    @media (max-width: 768px) {
      .spec-offer .title {
        margin-bottom: 16px;
        font-size: 20px; } }
  .spec-offer p.text {
    font-size: 24px; }
    @media (max-width: 1024px) {
      .spec-offer p.text {
        font-size: 21px; } }
    @media (max-width: 768px) {
      .spec-offer p.text {
        font-size: 18px; } }
  @media (max-width: 1024px) {
    .spec-offer {
      padding: 64px; } }
  @media (max-width: 768px) {
    .spec-offer {
      padding: 32px 16px;
      max-width: 460px; } }
  @media (max-width: 768px) {
    .spec-offer .m-form {
      margin-top: 24px;
      grid-gap: 20px; } }
  .spec-offer .h-form__input {
    margin-right: 0; }
    @media (max-width: 768px) {
      .spec-offer .h-form__input {
        height: 36px; } }
  @media (max-width: 768px) {
    .spec-offer .btn {
      height: 36px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 400px) {
    .spec-offer .btn {
      padding-left: 5px;
      padding-right: 5px; } }

.modal-decoration-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 0;
  width: 200px;
  height: 388px;
  max-width: 100%;
  max-height: 100%; }

.spec-offer__content {
  position: relative;
  z-index: 1; }

.spec-offer-text {
  margin-bottom: 32px; }

.modal-close {
  width: 14px;
  height: 9px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  top: 15px;
  right: 9px;
  z-index: 5; }

.modal-thanks {
  width: 300px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  position: relative;
  display: none; }
  .modal-thanks .title {
    margin-bottom: 48px;
    margin-top: 48px; }
  .modal-thanks h3 {
    font-size: 24px;
    margin-top: 25px;
    text-align: center;
    position: relative;
    z-index: 5; }

.thanks-decoration {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 82px;
  height: 174px; }

.order-modal, .cons-modal {
  width: calc(100% - 30px);
  max-width: 880px;
  background-color: #fff;
  position: relative;
  padding: 55px;
  position: relative;
  display: none; }
  .order-modal .m-form, .cons-modal .m-form {
    margin-top: 0; }
  .order-modal .m-form__btn-wrap, .cons-modal .m-form__btn-wrap {
    grid-column: 1 / -1; }
  @media (max-width: 1024px) {
    .order-modal, .cons-modal {
      padding: 20px 20px 24px; } }
  .order-modal .title, .cons-modal .title {
    text-align: left; }
  .order-modal .m-form, .cons-modal .m-form {
    grid-gap: 48px; }
  @media (max-width: 1200px) {
    .order-modal, .cons-modal {
      max-width: 420px; } }
  @media (max-width: 1024px) {
    .order-modal .m-form, .cons-modal .m-form {
      grid-gap: 20px; } }
  .order-modal .h-form__input, .cons-modal .h-form__input {
    margin-right: 0; }
    @media (max-width: 768px) {
      .order-modal .h-form__input, .cons-modal .h-form__input {
        height: 36px; } }
  .order-modal .btn, .cons-modal .btn {
    width: auto; }
    @media (max-width: 1200px) {
      .order-modal .btn, .cons-modal .btn {
        width: 100%; } }
    @media (max-width: 768px) {
      .order-modal .btn, .cons-modal .btn {
        height: 36px;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (max-width: 400px) {
      .order-modal .btn, .cons-modal .btn {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%; } }

.modal-decoration-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media (max-width: 1024px) {
    .modal-decoration-2 {
      width: 104px;
      height: 254px; } }

.modal-content {
  position: relative;
  z-index: 5; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }
