@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  src: url(../font/Rubik-Bold.eot) format("eot"), url(../font/Rubik-Bold.otf) format("otf"), url(../font/Rubik-Bold.ttf) format("ttf"), url(../font/Rubik-Bold.woff) format("woff"), url(../font/Rubik-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(../font/Rubik-Medium.eot) format("eot"), url(../font/Rubik-Medium.otf) format("otf"), url(../font/Rubik-Medium.ttf) format("ttf"), url(../font/Rubik-Medium.woff) format("woff"), url(../font/Rubik-Medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(../font/Rubik-Regular.eot) format("eot"), url(../font/Rubik-Regular.otf) format("otf"), url(../font/Rubik-Regular.ttf) format("ttf"), url(../font/Rubik-Regular.woff) format("woff"), url(../font/Rubik-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, blockquote {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Rubik", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}

.section-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.0833333333vw;
}
.section-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(135, 225, 255, 0.69);
}

.section-wrapper {
  width: 72.7604166667vw;
  margin: 0 auto 0 5.4166666667vw;
  border-radius: 0 0 0 3.4375vw;
  background: #D2FFFF;
  padding-bottom: 1.0416666667vw;
}

.partner-logo {
  width: 10.5729166667vw;
  height: auto;
  margin: 1.1458333333vw auto 0 5.9375vw;
}
.partner-logo a,
.partner-logo img {
  width: 100%;
  height: 100%;
}
.partner-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .section-inner {
    padding-bottom: 32.5vw;
  }
  .section-wrapper {
    width: 82.5vw;
    margin: 0 auto;
    border-radius: 0 0 0 18.3333333333vw;
    padding-bottom: 9.1666666667vw;
  }
  .partner-logo {
    width: 51.3888888889vw;
    margin: 11.1111111111vw auto 0 25vw;
  }
}
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#wrapper header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

:root {
  --paddingList: 15px;
  --figureOffset: 11px;
  --widthFigure: 5px;
  --heightFigure: 5px;
  --bgFigure: #000;
}

.title {
  font-weight: 500;
  line-height: 0.9;
  font-size: 4.1666666667vw;
  color: #594A42;
}

@media only screen and (max-width: 991px) {
  .title {
    line-height: 1.03;
    font-size: 16.6666666667vw;
  }
}
.text {
  font-weight: 400;
  line-height: 1.22;
  font-size: 0.9375vw;
  color: #594A42;
}
.text *:not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
  margin-bottom: 1.1458333333vw;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.text h1 {
  font-size: 80px;
}
.text h2 {
  font-size: 65px;
}
.text h3 {
  font-size: 45px;
}
.text h4 {
  font-size: 36px;
}
.text h5,
.text h6 {
  font-size: 27px;
}
.text a {
  color: #1AACFF;
  text-decoration: underline;
}
.text blockquote {
  background: #3399FF;
  border-radius: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 74px 116px;
  position: relative;
  z-index: 2;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 37px;
  width: 60px;
  height: 47px;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text .alignleft {
  float: left;
  margin-right: 40px;
}
.text .alignright {
  float: right;
  margin-left: 40px;
}
.text .aligncenter {
  margin: 0 auto;
}
.text ul li {
  padding-right: var(--paddingList);
  position: relative;
  z-index: 2;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: var(--figureOffset);
  right: 0;
  width: var(--widthFigure);
  height: var(--heightFigure);
  border-radius: 50%;
  background-color: var(--bgFigure);
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-right: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-right: var(--paddingList);
}
.text ol li ul {
  padding-right: var(--paddingList);
}
.text ol li ul li {
  padding-right: var(--paddingList);
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: var(--figureOffset);
  right: 0;
  width: var(--widthFigure);
  height: var(--heightFigure);
  border-radius: 50%;
  background-color: var(--bgFigure);
}
.text ol li ul li::before {
  display: none;
}

@media only screen and (max-width: 991px) {
  .text {
    font-size: 5vw;
    color: #594A42;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
    margin-bottom: 6.1111111111vw;
  }
  .text h1 {
    font-size: 80px;
  }
  .text h2 {
    font-size: 65px;
  }
  .text h3 {
    font-size: 45px;
  }
  .text h4 {
    font-size: 36px;
  }
  .text h5,
  .text h6 {
    font-size: 27px;
  }
  .text a {
    color: #1AACFF;
    text-decoration: underline;
  }
  .text blockquote {
    background: #3399FF;
    border-radius: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
    padding: 74px 116px;
    position: relative;
    z-index: 2;
  }
  .text blockquote::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 37px;
    width: 60px;
    height: 47px;
    opacity: 0.45;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
  .text img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .text .alignleft {
    float: left;
    margin-right: 40px;
  }
  .text .alignright {
    float: right;
    margin-left: 40px;
  }
  .text .aligncenter {
    margin: 0 auto;
  }
  .text ul li {
    padding-right: var(--paddingList);
    position: relative;
    z-index: 2;
  }
  .text ul li::after {
    content: "";
    position: absolute;
    top: var(--figureOffset);
    right: 0;
    width: var(--widthFigure);
    height: var(--heightFigure);
    border-radius: 50%;
    background-color: var(--bgFigure);
  }
  .text ul li ol {
    counter-reset: numUl;
  }
  .text ul li ol li {
    padding-right: 0;
  }
  .text ul li ol li::after {
    display: none;
  }
  .text ul li ol li::before {
    counter-increment: numUl;
    content: counters(numUl, ".") ".";
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }
  .text ol {
    counter-reset: numOl;
  }
  .text ol li::before {
    counter-increment: numOl;
    content: counters(numOl, ".") ".";
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }
  .text ol li ol {
    padding-right: var(--paddingList);
  }
  .text ol li ul {
    padding-right: var(--paddingList);
  }
  .text ol li ul li {
    padding-right: var(--paddingList);
    position: relative;
    z-index: 2;
  }
  .text ol li ul li::after {
    content: "";
    position: absolute;
    top: var(--figureOffset);
    right: 0;
    width: var(--widthFigure);
    height: var(--heightFigure);
    border-radius: 50%;
    background-color: var(--bgFigure);
  }
  .text ol li ul li::before {
    display: none;
  }
}
.btn {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #fff;
  min-width: 23.6458333333vw;
  min-height: 2.1875vw;
  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-radius: 0 1.0416666667vw 0 1.0416666667vw;
  padding: 0.46875vw 3.125vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn::before {
  z-index: -3;
  background: #594A42;
}
.btn::after {
  z-index: -2;
  background: #85AF6C;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn .shadow {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.35);
          box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.btn .shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #594A42;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5208333333vw;
  width: 1.7708333333vw;
  height: 1.3541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.btn .arrow::before, .btn .arrow::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='26' data-name='Компонент 4 – 1'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' stroke='%23707070' d='M0 0h34v26H0z' data-name='Прямоугольник 14'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Группа масок 3'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' data-name='Сгруппировать 24'%3E%3Cg data-name='Сгруппировать 22'%3E%3Cpath d='M2.5 12.878h29.939' data-name='Линия 1'/%3E%3Cpath d='m13.5 23.878-11.061-11 11.061-11' data-name='Контур 42'/%3E%3C/g%3E%3Cg data-name='Сгруппировать 23'%3E%3Cpath d='M37.5 12.878h29.939' data-name='Линия 1'/%3E%3Cpath d='m48.5 23.878-11.061-11 11.061-11' data-name='Контур 42'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn:hover .arrow::before, .btn:hover .arrow::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn:hover .shadow::before {
  border-color: #85AF6C;
}

@media only screen and (max-width: 991px) {
  .btn {
    font-size: 5vw;
    min-width: 69.4444444444vw;
    min-height: 11.6666666667vw;
    border-radius: 0 5.5555555556vw 0 5.5555555556vw;
    padding: 2.5vw 5.5555555556vw 2.5vw 20.8333333333vw;
  }
  .btn .shadow {
    -webkit-box-shadow: inset -0.8333333333vw -0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.35);
            box-shadow: inset -0.8333333333vw -0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.35);
  }
  .btn .arrow {
    left: 2.7777777778vw;
    width: 9.4444444444vw;
    height: 7.2222222222vw;
  }
}
.btn-down {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 0.5208333333vw;
}
@media only screen and (min-width: 991px) {
  .btn-down:hover .arrow::before, .btn-down:hover .arrow::after {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.btn-down .arrow {
  width: 2.1875vw;
  height: 2.1875vw;
  overflow: hidden;
  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;
  border-radius: 0 0 0 0.8854166667vw;
}
.btn-down .arrow::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%2387e1ff' d='M1110 1076h42v42h-42z' data-name='Прямоугольник 18'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='none' stroke='%23707070' d='M1526 741h34v26h-34z' data-name='Прямоугольник 14'/%3E%3C/clipPath%3E%3Cfilter id='c'%3E%3CfeOffset dx='-3' dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-opacity='.302' result='color'/%3E%3CfeComposite in='SourceGraphic' in2='blur' operator='out'/%3E%3CfeComposite in='color' operator='in'/%3E%3CfeComposite in2='SourceGraphic' operator='in'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='%23594a42' d='M0 0h42v42H17A17 17 0 0 1 0 25V0Z' data-name='Прямоугольник 17'/%3E%3Cg clip-path='url(%23a)' data-name='Группа масок 5' transform='translate(-1110 -1076)'%3E%3Cpath fill='%2385af6c' d='M1084 1028h94v98h-94z' data-name='Прямоугольник 19'/%3E%3C/g%3E%3Cg data-name='Компонент 4 – 3'%3E%3Cg clip-path='url(%23b)' data-name='Группа масок 3' transform='rotate(-90 415.5 1148.5)'%3E%3Cg fill='none' stroke-linecap='round' stroke-width='2' data-name='Сгруппировать 24'%3E%3Cg stroke='%23594a42' data-name='Сгруппировать 22'%3E%3Cpath d='M1493.561 753.878h29.939' data-name='Линия 1'/%3E%3Cpath d='m1504.561 764.878-11.061-11 11.061-11' data-name='Контур 42'/%3E%3C/g%3E%3Cg stroke='%23fff' data-name='Сгруппировать 23'%3E%3Cpath d='M1528.561 753.878h29.939' data-name='Линия 1'/%3E%3Cpath d='m1539.561 764.878-11.061-11 11.061-11' data-name='Контур 42'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg data-type='innerShadowGroup'%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23fff' d='M0 0h42v42H17A17 17 0 0 1 0 25V0Z' data-name='Прямоугольник 24'/%3E%3C/g%3E%3Cg fill='none' stroke='%2385af6c' data-name='Прямоугольник 24'%3E%3Cpath stroke='none' d='M0 0h42v42H17A17 17 0 0 1 0 25V0Z'/%3E%3Cpath d='M.5.5h41v41H17A16.5 16.5 0 0 1 .5 25V.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-down .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%2387e1ff' d='M1110 1076h42v42h-25a17 17 0 0 1-17-17v-25Z' data-name='Прямоугольник 18'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='none' stroke='%23707070' d='M1526 741h34v26h-34z' data-name='Прямоугольник 14'/%3E%3C/clipPath%3E%3Cfilter id='c'%3E%3CfeOffset dx='-3' dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-opacity='.302' result='color'/%3E%3CfeComposite in='SourceGraphic' in2='blur' operator='out'/%3E%3CfeComposite in='color' operator='in'/%3E%3CfeComposite in2='SourceGraphic' operator='in'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='%23594a42' d='M0 0h42v42H0z' data-name='Прямоугольник 17'/%3E%3Cg clip-path='url(%23a)' data-name='Группа масок 5' transform='translate(-1110 -1076)'%3E%3Cpath fill='%2385af6c' d='M1084 978h94v98h-94z' data-name='Прямоугольник 19'/%3E%3C/g%3E%3Cg data-name='Компонент 4 – 3'%3E%3Cg clip-path='url(%23b)' data-name='Группа масок 3' transform='rotate(-90 415.5 1148.5)'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' data-name='Сгруппировать 24'%3E%3Cg data-name='Сгруппировать 22'%3E%3Cpath d='M1528.5 753.878h29.939' data-name='Линия 1'/%3E%3Cpath d='m1539.5 764.878-11.061-11 11.061-11' data-name='Контур 42'/%3E%3C/g%3E%3Cg data-name='Сгруппировать 23'%3E%3Cpath d='M1563.5 753.878h29.939' data-name='Линия 1'/%3E%3Cpath d='m1574.5 764.878-11.061-11 11.061-11' data-name='Контур 42'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg data-type='innerShadowGroup'%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23fff' d='M0 0h42v42H17A17 17 0 0 1 0 25V0Z' data-name='Прямоугольник 24'/%3E%3C/g%3E%3Cg fill='none' stroke='%23594a42' data-name='Прямоугольник 24'%3E%3Cpath stroke='none' d='M0 0h42v42H17A17 17 0 0 1 0 25V0Z'/%3E%3Cpath d='M.5.5h41v41H17A16.5 16.5 0 0 1 .5 25V.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .btn-down {
    font-size: 0;
    display: block;
  }
  .btn-down .arrow {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    border-radius: 0 0 0 4.7222222222vw;
  }
  .btn-down .arrow::before, .btn-down .arrow::after {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal.visible {
  opacity: 1;
  pointer-events: all;
}
.modal.visible .modal-dialog .modal-content {
  opacity: 1;
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: #000;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5625vw;
  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;
}
.modal .modal-dialog.content {
  display: block;
}
.modal .modal-dialog.content .modal-content {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 57.2916666667vw;
  min-height: 26.0416666667vw;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
}
.modal .modal-dialog .modal-content .modal-close {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  position: absolute;
  z-index: 3;
  left: calc(100% + 0.78125vw);
  bottom: calc(100% + 0.2604166667vw);
  cursor: pointer;
  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;
}
.modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1041666667vw;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-dialog .modal-video {
  width: 100%;
  height: 26.0416666667vw;
}
.modal .modal-dialog .modal-video #modal-video-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-dialog .modal-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .modal .modal-dialog .modal-content .modal-close {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .modal .modal-dialog {
    padding: 4.1666666667vw;
  }
  .modal .modal-dialog .modal-content {
    width: 100%;
    max-width: 100%;
    min-height: 69.4444444444vw;
  }
  .modal .modal-dialog .modal-content .modal-close {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    left: calc(100% + 4.1666666667vw);
    bottom: calc(100% + 1.3888888889vw);
  }
  .modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
    height: 0.5555555556vw;
  }
  .modal .modal-dialog .modal-video {
    height: 69.4444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    min-height: 250px;
  }
  .modal .modal-dialog .modal-video {
    height: 50.4541vw;
    min-height: 250px;
  }
}
.modal.modal-form .modal-dialog .modal-content {
  max-width: 56.6666666667vw;
  min-height: 1px;
  background-color: #87E1FF;
  border-radius: 0 3.125vw 0 3.125vw;
  padding: 7.8125vw 4.0104166667vw 6.4583333333vw;
}
.modal.modal-form .modal-dialog .modal-content .modal-close {
  width: 1.5625vw;
  height: 1.5625vw;
  top: 1.3541666667vw;
  right: 1.6666666667vw;
  left: auto;
  bottom: auto;
}
.modal.modal-form .modal-dialog .modal-content .modal-close::before, .modal.modal-form .modal-dialog .modal-content .modal-close::after {
  background: #594A42;
  border-radius: 0.1041666667vw;
}
.modal.modal-form .modal-form__title {
  margin-bottom: 3.4375vw;
}
.modal.modal-form .modal-form__info {
  width: 42.5vw;
  margin: 0 auto 2.2395833333vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15.2083333333vw 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.1979166667vw 15.2083333333vw;
}
.modal.modal-form .modal-form__info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5208333333vw;
}
.modal.modal-form .modal-form__info .info-item-title,
.modal.modal-form .modal-form__info .info-item-text {
  font-weight: 400;
  font-size: 1.5625vw;
  color: #594A42;
}
.modal.modal-form .modal-form__info .info-item-mobile {
  display: none;
}
.modal.modal-form .modal-form__text {
  width: 42.34375vw;
  margin: 0 auto 3.3854166667vw;
  font-weight: 400;
  line-height: 1.21;
  font-size: 1.1979166667vw;
  color: #594A42;
}
.modal.modal-form .modal-form__body {
  width: 42.5vw;
  margin: 0 auto;
}
.modal.modal-form form {
  width: 100%;
}
.modal.modal-form form .hide {
  display: none;
}

.modal.modal-form .form-fields form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.0416666667vw 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.0416666667vw;
  direction: rtl;
}
.modal.modal-form .input-field {
  width: 100%;
}
.modal.modal-form .input-field input {
  width: 100%;
  height: 2.1875vw;
  border-radius: 0 1.0416666667vw 0 1.0416666667vw;
  border: 1px solid #fff;
  background: #A5F0FF;
  -webkit-box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
          box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
  text-align: center;
  outline: none;
}
.modal.modal-form .input-field input::-webkit-input-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.modal.modal-form .button-field + div {
  display: none;
}
.modal.modal-form .input-field input::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.modal.modal-form .input-field input:-ms-input-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.modal.modal-form .input-field input::-ms-input-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.modal.modal-form .input-field input::placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.modal.modal-form .input-field input:-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.modal.modal-form .input-field input::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.modal.modal-form .checkbox-field {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
          order: 2;
}
.modal.modal-form .checkbox-field input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.modal.modal-form .checkbox-field input:checked + .fake-checkbox::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' data-name='Компонент 2 – 1'%3E%3Cg fill='none' stroke='%23fff' data-name='Прямоугольник 10'%3E%3Cpath stroke='none' d='M0 0h19v19H0z'/%3E%3Cpath d='M.5.5h18v18H.5z'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23594a42' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.167 7.833 8.334 15l7-10.667' data-name='Контур 37'/%3E%3C/svg%3E");
}
.modal.modal-form .checkbox-field .fake-checkbox {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #594A42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8854166667vw;
  justify-content: right;
    padding-right: 25px;
}
.modal.modal-form .checkbox-field .fake-checkbox::before {
  content: "";
  display: inline-block;
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cg fill='none' stroke='%23fff' data-name='Прямоугольник 10'%3E%3Cpath stroke='none' d='M0 0h19v19H0z'/%3E%3Cpath d='M.5.5h18v18H.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
}
.modal.modal-form .button-field {
  width: 100%;
}
.modal.modal-form .button-field .btn {
  width: 100%;
  min-width: 1px;
}

@media only screen and (max-width: 991px) {
  .modal.modal-form .modal-dialog .modal-content {
    max-width: 100%;
    border-radius: 0 8.3333333333vw 0 8.3333333333vw;
    padding: 9.7222222222vw 5.5555555556vw;
  }
  .modal.modal-form .modal-dialog .modal-content .modal-close {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    top: 5vw;
    right: 6.1111111111vw;
  }
  .modal.modal-form .modal-form__title {
    width: 58.3333333333vw;
    margin: 0 auto 5.8333333333vw;
  }
  .modal.modal-form .modal-form__title .title {
    text-align: center;
    font-weight: 700;
    font-size: 6.9444444444vw;
  }
  .modal.modal-form .modal-form__info {
    width: 100%;
    margin: 0 auto 6.1111111111vw;
    grid-gap: 5.5555555556vw 1.3888888889vw;
  }
  .modal.modal-form .modal-form__info .info-item {
    gap: 1.3888888889vw;
  }
  .modal.modal-form .modal-form__info .info-item-title,
  .modal.modal-form .modal-form__info .info-item-text {
    font-size: 5vw;
  }
  .modal.modal-form .modal-form__info .info-item-title {
    display: none;
  }
  .modal.modal-form .modal-form__info .info-item-title.info-item-mobile {
    display: block;
  }
  .modal.modal-form .modal-form__text {
    display: none;
  }
  .modal.modal-form .modal-form__body {
    width: 100%;
  }
  .modal.modal-form .form-fields form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 5.5555555556vw;
  }
  .modal.modal-form .input-field input {
    height: 11.6666666667vw;
    border-radius: 0 5.5555555556vw 0 20px;
    -webkit-box-shadow: inset -0.8333333333vw -0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
            box-shadow: inset -0.8333333333vw -0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
    font-size: 5vw;
  }
  .modal.modal-form .input-field input::-webkit-input-placeholder {
    font-size: 5vw;
  }
  .modal.modal-form .input-field input::-moz-placeholder {
    font-size: 5vw;
  }
  .modal.modal-form .input-field input:-ms-input-placeholder {
    font-size: 5vw;
  }
  .modal.modal-form .input-field input::-ms-input-placeholder {
    font-size: 5vw;
  }
  .modal.modal-form .input-field input::placeholder {
    font-size: 5vw;
  }
  .modal.modal-form .input-field input:-moz-placeholder {
    font-size: 5vw;
  }
  .modal.modal-form .input-field input::-moz-placeholder {
    font-size: 5vw;
  }
  .modal.modal-form .checkbox-field .fake-checkbox {
    font-size: 4.1666666667vw;
    gap: 4.7222222222vw;
  }
  .modal.modal-form .checkbox-field .fake-checkbox::before {
    width: 5.2777777778vw;
    height: 5.2777777778vw;
  }
}
.notification {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  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;
  background-color: #FFE4C7;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #F7A41D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.notification .notification-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #2C3E31;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 50%;
    bottom: 15px;
    max-width: 280px;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #F7A41D;
    -webkit-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
  }
  .notification.show {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    width: 100%;
    max-width: 200px;
    margin: 0 5px;
    font-size: 12px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
.video-bg,
.video-bg-mobile {
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.video-bg video,
.video-bg-mobile video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-bg-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .video-bg-mobile {
    display: block;
  }
}
.mobile-panel {
  display: none;
  position: fixed;
  bottom: 3.0555555556vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91.6666666667vw;
  z-index: 10;
  background: #87E1FF;
  border-radius: 0 8.3333333333vw 0 8.3333333333vw;
  gap: 4.1666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.2222222222vw 2.5vw 2.2222222222vw 4.1666666667vw;
}
.mobile-panel .mobile-panel__button {
  width: 100%;
}
.mobile-panel .mobile-panel__button .btn {
  font-size: 4.4444444444vw;
  width: 100%;
  max-width: 44.4444444444vw;
  min-width: 1px;
  padding: 0.8333333333vw 5.5555555556vw 0.8333333333vw 13.3333333333vw;
}
.mobile-panel .mobile-panel__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28.6111111111vw;
  height: 5.5555555556vw;
}
.mobile-panel .mobile-panel__logo a,
.mobile-panel .mobile-panel__logo img {
  width: 100%;
  height: 100%;
}
.mobile-panel .mobile-panel__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .mobile-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero .hero__inner {
  width: 72.7604166667vw;
  margin-right: auto;
  margin-left: 5.2083333333vw;
}
.hero .hero__content {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 6.25vw 5.4166666667vw 1.6145833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero .hero__content .hero__content-title {
  font-weight: 500;
  line-height: 1.04;
  font-size: 11.25vw;
  color: #fff;
  text-align: center;
  margin-bottom: 2.3958333333vw;
}
.hero .hero__content .hero__content-logo {
  width: 15.8333333333vw;
  height: 3.125vw;
  margin: 0 auto 1.5625vw;
}
.hero .hero__content .hero__content-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero__content .hero__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}

@media only screen and (max-width: 991px) {
  .hero .hero__inner {
    width: 100%;
    margin: 0;
  }
  .hero .hero__content {
    padding: 31.9444444444vw 2.7777777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .hero__content .hero__content-title {
    font-size: 22.2222222222vw;
    margin-bottom: 6.1111111111vw;
  }
  .hero .hero__content .hero__content-logo {
    width: 45.5555555556vw;
    height: 8.8888888889vw;
    margin: 0 auto 8.3333333333vw;
  }
  .hero .hero__content .hero__content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: auto;
  }
}
.about {
  padding-top: 10.8854166667vw;
  padding-bottom: 1.5625vw;
  margin-bottom: 10.1041666667vw;
}
.about .about__inner {
  position: relative;
  z-index: 2;
}
.about .about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 28.28125vw;
}
.about .about__image {
  position: absolute;
  top: 0;
  left: -5.4166666667vw;
  width: 50.3125vw;
  height: 28.28125vw;
}
.about .about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about__content {
  width: 22.9166666667vw;
  margin: 1.6666666667vw 2.9166666667vw 0px auto;
  text-align: right;
}
.about .about__content-title {
  margin-bottom: 1.40625vw;
}
.about .about__button {
  margin-top: 5.2083333333vw;
}
.about .about__button .btn-down {
  color: #594A42;
}
.about .about__type {
  font-weight: 700;
  font-size: 1.1979166667vw;
  color: #594A42;
  position: absolute;
  bottom: 1.1979166667vw;
  right: 9.0104166667vw;
}

@media only screen and (max-width: 991px) {
  .about {
    padding-top: 12.5vw;
    padding-bottom: 13.8888888889vw;
    margin-bottom: 0px;
  }
  .about .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 1px;
  }
  .about .about__image {
    position: static;
    width: calc(100% + 18.3333333333vw);
    margin: 0 -9.1666666667vw;
    height: 100vw;
  }
  .about .about__content {
    width: 100%;
    margin: 0 0 8.8888888889vw 0;
    text-align: center;
  }
  .about .about__content-title {
    margin-bottom: 7.5vw;
  }
  .about .about__content-text {
    width: 68.8888888889vw;
    margin: 0 auto;
    text-align: right;
  }
  .about .about__button,
  .about .about__type {
    display: none;
  }
}
.settings .settings__inner {
  padding-bottom: 158px;
}
.settings .settings__title {
  text-align: center;
  margin-bottom: 1.3541666667vw;
  padding: 0 10px;
}
.settings .settings__range {
  width: 63.0729166667vw;
  margin: 0 auto 1.1979166667vw;
  border-radius: 0 3.125vw 0 3.125vw;
  background: #BBF6FF;
  -webkit-box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.2);
          box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.2);
  border: 1px solid #87E1FF;
  padding: 1.40625vw 3.3333333333vw 2.03125vw 3.6458333333vw;
}
.settings .settings__range .settings__range-wrapper {
  direction: ltr;
  padding-left: 0.8333333333vw;
  padding-right: 1.1979166667vw;
}
.settings .settings__range .settings__range-wrapper h3 {
  font-weight: 700;
  font-size: 1.1979166667vw;
  color: #594A42;
  text-align: right;
  margin-right: -1.1979166667vw;
  margin-bottom: 4.4791666667vw;
}
.settings .settings__range .settings__range-wrapper .settings__range-line:not(:first-child) {
  margin-top: 3.8541666667vw;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--surfaces .rs-container .rs-scale span:first-child ins::before {
  content: "min ";
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--surfaces .rs-container .rs-scale span:last-child ins {
  position: relative;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--surfaces .rs-container .rs-scale span:last-child ins::after {
  content: " +";
  position: absolute;
  left: calc(100% + 0.2604166667vw);
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--surfaces .rs-tooltip {
  opacity: 0;
  pointer-events: none;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span {
  opacity: 0;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:first-child, .settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:last-child {
  opacity: 1;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:first-child::before, .settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:last-child::before {
  opacity: 0;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:first-child ins::after, .settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:last-child ins::after {
  content: "º";
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:last-child ins {
  position: relative;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-container .rs-scale span:last-child ins::before {
  content: "+";
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  opacity: 1;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-tooltip {
  font-weight: 700;
  font-size: 2.6041666667vw;
  color: #85AF6C;
  min-height: 1px;
  height: auto;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-tooltip.is-show {
  opacity: 1;
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-tooltip.is-positive::before {
  content: "+";
}
.settings .settings__range .settings__range-wrapper .settings__range-line.settings__range-line--temperature .rs-tooltip::after {
  content: "º";
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container {
  z-index: 2;
  height: 0.5208333333vw;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: auto;
  bottom: calc(100% - 0.5208333333vw);
  z-index: -1;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span {
  display: inline-block;
  height: 3.90625vw;
  float: none;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span.is-current ins {
  font-weight: 700;
  color: #85AF6C;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span.is-current::after {
  background: url(../images/green-dot-hover.png) no-repeat center/contain;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span.is-hide ins {
  font-size: 0;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span.is-hide::before {
  height: 1.1458333333vw;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span.is-hide::after {
  display: none;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span ins {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
  margin: 0;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 1.7708333333vw;
  background-color: #8BC4D7;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-scale span::after {
  content: "";
  position: absolute;
  top: 1.3020833333vw;
  left: -0.46875vw;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: url(../images/red-dot.png) no-repeat center/contain;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-bg {
  width: calc(100% + 2.6041666667vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.5208333333vw;
  border-radius: 0 1.0416666667vw 0 1.0416666667vw;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
          box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
  overflow: hidden;
  pointer-events: none;
  top: 0vw;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1.5625vw;
  height: 0.4166666667vw;
  background: #85AF6C;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-container .rs-selected {
  border-radius: 0 1.0416666667vw 0 1.0416666667vw;
  border: none;
  border: 1px solid #fff;
  border-radius: 0;
  border-left: none;
  background: #85AF6C;
  height: 0.5208333333vw;
  top: 0vw;
  pointer-events: none;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-pointer {
  top: -0.3645833333vw;
  width: 2.5vw;
  height: 1.5625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='30'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cpath fill='none' stroke='%23707070' d='M1525.5 740.985h24v18h-24z' data-name='Прямоугольник 35'/%3E%3C/clipPath%3E%3Cfilter id='a'%3E%3CfeOffset dx='-3' dy='-3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-opacity='.302' result='color'/%3E%3CfeComposite in='SourceGraphic' in2='blur' operator='out'/%3E%3CfeComposite in='color' operator='in'/%3E%3CfeComposite in2='SourceGraphic' operator='in'/%3E%3C/filter%3E%3C/defs%3E%3Cg data-name='Сгруппировать 29'%3E%3Cpath fill='%2385af6c' d='M0 0h33a15 15 0 0 1 15 15v15H15A15 15 0 0 1 0 15V0Z' data-name='Прямоугольник 17'/%3E%3Cg data-type='innerShadowGroup'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 0h33a15 15 0 0 1 15 15v15H15A15 15 0 0 1 0 15V0Z' data-name='Прямоугольник 24'/%3E%3C/g%3E%3Cg fill='none' stroke='%2385af6c' data-name='Прямоугольник 24'%3E%3Cpath stroke='none' d='M0 0h33a15 15 0 0 1 15 15v15H15A15 15 0 0 1 0 15V0Z'/%3E%3Cpath d='M.5.5H33A14.5 14.5 0 0 1 47.5 15v14.5H15A14.5 14.5 0 0 1 .5 15V.5Z'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23b)' data-name='Группа масок 12' transform='rotate(180 781.25 382.493)'%3E%3Cg fill='none' stroke-linecap='round' stroke-width='2' data-name='Сгруппировать 31'%3E%3Cg stroke='%23594a42' data-name='Сгруппировать 29'%3E%3Cpath d='M1503.579 749.901h20.693' data-name='Линия 2'/%3E%3Cpath d='m1511.182 757.504-7.645-7.6 7.645-7.6' data-name='Контур 44'/%3E%3C/g%3E%3Cg stroke='%23fff' data-name='Сгруппировать 30'%3E%3Cpath d='M1527.77 749.901h20.693' data-name='Линия 3'/%3E%3Cpath d='m1535.373 757.504-7.645-7.6 7.645-7.6' data-name='Контур 45'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}
.settings .settings__range .settings__range-wrapper .settings__range-line .rs-pointer::before, .settings .settings__range .settings__range-wrapper .settings__range-line .rs-pointer::after {
  display: none;
}
.settings .settings__range .settings__range-wrapper-mobile {
  display: none;
}
.settings .settings__range .settings__range-footer {
  margin-top: 1.71875vw;
  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;
  gap: 1.5625vw;
}
.settings .settings__range .settings__range-title {
  font-weight: 700;
  font-size: 1.1979166667vw;
  color: #594A42;
  margin-bottom: 0.8854166667vw;
  text-align: right;
}
.settings .settings__range .settings__range-buttons {
  width: 26.9791666667vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-radius: 0 1.0416666667vw 0 1.0416666667vw;
  border: 1px solid #fff;
  background: #D9FBFF;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.settings .settings__range .settings__range-buttons.is-switch::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.settings .settings__range .settings__range-buttons::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #85AF6C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.settings .settings__range .settings__range-buttons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.35);
          box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.35);
  border-radius: inherit;
}
.settings .settings__range .settings__range-button {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #8BC4D7;
  text-align: center;
  padding: 0.5208333333vw 2.6041666667vw;
  position: relative;
  min-height: 2.1875vw;
  cursor: pointer;
}
.settings .settings__range .settings__range-button.is-current {
  color: #fff;
}
.settings .settings__range .settings__range-button.is-current::before {
  background: url(../images/green-dot.png) no-repeat center/contain;
}
.settings .settings__range .settings__range-button:hover:not(.is-current) {
  color: #85AF6C;
}
.settings .settings__range .settings__range-button:hover:not(.is-current)::before {
  background: url(../images/green-dot-hover.png) no-repeat center/contain;
}
.settings .settings__range .settings__range-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375vw;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: url(../images/red-dot.png) no-repeat center/contain;
}
.settings .settings__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 991px) {
  .settings .settings__inner {
    padding-bottom: 22.7777777778vw;
  }
  .settings .settings__title {
    text-align: center;
    margin-bottom: 13.8888888889vw;
  }
  .settings .settings__range {
    width: 100%;
    margin: 0 auto 13.3333333333vw;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0 2.7777777778vw;
  }
  .settings .settings__range .settings__range-wrapper {
    display: none;
  }
  .settings .settings__range .settings__range-wrapper-mobile {
    display: block;
    direction: ltr;
    margin-bottom: 18.6111111111vw;
  }
  .settings .settings__range .settings__range-wrapper-mobile .circle-slider-wrapper {
    position: relative;
  }
  .settings .settings__range .settings__range-wrapper-mobile .circle-slider-wrapper:not(:first-child) {
    margin-top: 18.0555555556vw;
  }
  .settings .settings__range .settings__range-wrapper-mobile .circle-slider-inner {
    position: relative;
    width: 277px;
    margin: 0 auto;
  }
  .settings .settings__range .settings__range-wrapper-mobile .circle-slider-title {
    font-weight: 700;
    line-height: 1.16;
    font-size: 6.9444444444vw;
    color: #594A42;
    text-align: center;
    margin-bottom: 6.9444444444vw;
  }
  .settings .settings__range .settings__range-wrapper-mobile .circle-slider-subtitle {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #85AF6C;
    text-align: center;
    margin-bottom: 4px;
  }
  .settings .settings__range .settings__range-wrapper-mobile .circle-slider-label {
    font-weight: 700;
    font-size: 16px;
    color: #FF8787;
    position: absolute;
    top: 30px;
    left: 15px;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-block .rs-block {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-block .rs-block .rs-inner {
    background: linear-gradient(-50deg, #FFFFFF 7.29%, #C6E8F3 92.71%);
    -webkit-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 3;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-tooltip {
    padding: 0;
    background: transparent;
    width: 130px;
    height: 130px;
    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-radius: 50%;
    -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 45px;
    color: #85AF6C;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-border {
    border: 1px solid #87E1FF;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-seperator {
    border: none;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-outer,
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-path {
    background: #AEE7ED;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-range-color {
    background-color: #84EC46;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-handle {
    position: relative;
    background: transparent;
    -webkit-transform: translate(35px, 0px);
            transform: translate(35px, 0px);
    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;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .rs-handle::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/green-dot.png) no-repeat center/contain;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .circle-points {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: inset -3px -3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset -3px -3px 6px rgba(0, 0, 0, 0.3);
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .circle-points .value {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .circle-points .value:first-child::after, .settings .settings__range .settings__range-wrapper-mobile .slider .circle-points .value.is-current::after {
    background: url(../images/green-dot-slider.png) no-repeat center/contain;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .circle-points .value.no-line::before {
    opacity: 0;
  }
  .settings .settings__range .settings__range-wrapper-mobile .slider .circle-points .value::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/red-dot-slider.png) no-repeat center/contain;
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% + 100px);
    background: #87E1FF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(1) {
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(2) {
    top: 40px;
    left: 208px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(3) {
    top: 110px;
    left: 247px;
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(4) {
    top: 190px;
    left: 233px;
    -webkit-transform: rotate(-61deg);
            transform: rotate(-61deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(5) {
    top: 242px;
    left: 172px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(6) {
    top: 242px;
    left: 91px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(7) {
    top: 190px;
    left: 29px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(8) {
    top: 111px;
    left: 14px;
    -webkit-transform: rotate(100deg);
            transform: rotate(100deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider .circle-points .value:nth-child(9) {
    top: 40px;
    left: 55px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider-temperature .rs-tooltip::after {
    content: "º";
    font-family: "Rubik", sans-serif;
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider-temperature .rs-tooltip-text.is-positive::before {
    content: "+";
    font-family: "Rubik", sans-serif;
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider-temperature .circle-points .value:nth-child(1) {
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .settings .settings__range .settings__range-wrapper-mobile #circle-slider-temperature .circle-points .value:nth-child(2) {
    top: 40px;
    left: 55px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
  .settings .settings__range .settings__range-footer {
    margin-top: 0;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 18.3333333333vw;
  }
  .settings .settings__range .settings__range-switch {
    width: 100%;
  }
  .settings .settings__range .settings__range-title {
    font-size: 6.9444444444vw;
    text-align: center;
    margin-bottom: 6.9444444444vw;
  }
  .settings .settings__range .settings__range-buttons {
    width: 100%;
    border-radius: 0 5.5555555556vw 0 5.5555555556vw;
  }
  .settings .settings__range .settings__range-button {
    font-size: 5vw;
    color: #8BC4D7;
    padding: 3.0555555556vw 12.5vw 3.0555555556vw 5vw;
    position: relative;
    min-height: 11.3888888889vw;
  }
  .settings .settings__range .settings__range-button:first-child {
    padding: 3.0555555556vw 5vw 3.0555555556vw 12.5vw;
  }
  .settings .settings__range .settings__range-button:first-child::before {
    right: auto;
    left: 4.1666666667vw;
  }
  .settings .settings__range .settings__range-button::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.1666666667vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    background: url(../images/red-dot.png) no-repeat center/contain;
  }
  .settings .settings__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 2.7777777778vw;
  }
  .settings .settings__button .btn {
    width: 100%;
  }
}
.reasons .reasons__title {
  text-align: center;
  margin-bottom: 2.1354166667vw;
}
.reasons .reasons__navigation {
  margin-bottom: 0.9375vw;
}
.reasons .reasons__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.1666666667vw;
}
.reasons .reasons__navigation ul li {
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: #594A42;
  cursor: pointer;
  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;
  gap: 0.4166666667vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.reasons .reasons__navigation ul li img {
  display: none;
}
.reasons .reasons__navigation ul li.is-current {
  text-shadow: 0.0416666667vw 0px 0px #85af6c;
  color: #85AF6C;
}
.reasons .reasons__navigation ul li.is-current::after {
  background: url(../images/green-dot.png) no-repeat center/contain;
}
.reasons .reasons__navigation ul li::after {
  content: "";
  display: inline-block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: url(../images/red-dot.png) no-repeat center/contain;
}
@media only screen and (min-width: 991px) {
  .reasons .reasons__navigation ul li:hover:not(.is-current) {
    text-shadow: 0.0416666667vw 0px 0px #85af6c;
    color: #85AF6C;
  }
  .reasons .reasons__navigation ul li:hover:not(.is-current)::after {
    background: url(../images/green-dot-hover.png) no-repeat center/contain;
  }
}
.reasons .reasons__list {
  width: 100%;
  padding: 0 0.8333333333vw;
}
.reasons .reasons__list .list {
  width: 100%;
  height: 33.28125vw;
  border-radius: 0 3.125vw 0 3.125vw;
  overflow: hidden;
}
.reasons .reasons__list .list .slick-list,
.reasons .reasons__list .list .slick-track,
.reasons .reasons__list .list .slick-slide,
.reasons .reasons__list .list .slick-slide > div,
.reasons .reasons__list .list .slick-slide .item {
  width: 100%;
  height: 100%;
}
.reasons .reasons__list .item {
  position: relative;
  z-index: 2;
  padding: 2.0833333333vw 0;
  border-radius: 0 3.125vw 0 3.125vw;
}
.reasons .reasons__list .item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  -webkit-box-shadow: inset -0.15625vw -0.15625vw 0.5208333333vw rgba(0, 0, 0, 0.6);
          box-shadow: inset -0.15625vw -0.15625vw 0.5208333333vw rgba(0, 0, 0, 0.6);
}
.reasons .reasons__list .item-title {
  background: #BAEAF3;
  text-align: center;
  padding: 0.9375vw 1.0416666667vw;
  font-weight: 400;
  color: #594A42;
  font-size: 1.8229166667vw;
}
.reasons .reasons__list .item-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reasons .reasons__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reasons .reasons__list .item-content {
  display: none;
}

@media only screen and (max-width: 991px) {
  .reasons {
    margin-bottom: 21.3888888889vw;
  }
  .reasons .reasons__title {
    margin-bottom: 15.2777777778vw;
  }
  .reasons .reasons__navigation {
    margin-bottom: 5vw;
  }
  .reasons .reasons__navigation ul {
    gap: 5.5555555556vw;
  }
  .reasons .reasons__navigation ul li {
    font-size: 0;
    gap: 2.2222222222vw;
  }
  .reasons .reasons__navigation ul li.is-current {
    text-shadow: 0.2222222222vw 0px 0px #85af6c;
  }
  .reasons .reasons__navigation ul li.is-current img {
    -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(7%) saturate(3950%) hue-rotate(41deg) brightness(94%) contrast(97%);
            filter: brightness(0) saturate(100%) invert(87%) sepia(7%) saturate(3950%) hue-rotate(41deg) brightness(94%) contrast(97%);
  }
  .reasons .reasons__navigation ul li img {
    display: block;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .reasons .reasons__navigation ul li::after {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .reasons .reasons__list {
    padding: 0 2.7777777778vw;
  }
  .reasons .reasons__list .list {
    height: auto;
    border-radius: 0;
  }
  .reasons .reasons__list .item {
    padding: 0;
    border-radius: 0;
  }
  .reasons .reasons__list .item::before {
    display: none;
  }
  .reasons .reasons__list .item-title,
  .reasons .reasons__list .item-image {
    display: none;
  }
  .reasons .reasons__list .item-content {
    display: block;
  }
  .reasons .reasons__list .item-content__title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 5.5555555556vw;
    color: #594A42;
    margin-bottom: 4.4444444444vw;
  }
  .reasons .reasons__list .item-content__text {
    font-weight: 400;
    line-height: 1.22;
    font-size: 5vw;
    color: #594A42;
  }
}
.section-contant {
  position: fixed;
  height: calc(100% - 4.1666666667vw);
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.53125vw;
  background-color: rgba(135, 225, 255, 0.85);
  border-radius: 0 3.125vw 0 3.125vw;
  width: 15.5208333333vw;
  padding: 1.0416666667vw;
}
.section-contant .section-contant__logo {
  width: 9.7916666667vw;
  height: 2.9166666667vw;
  margin: 0 auto 1.5625vw;
}
.section-contant .section-contant__logo a,
.section-contant .section-contant__logo img {
  width: 100%;
  height: 100%;
}
.section-contant .section-contant__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-contant .section-contant__title {
  font-weight: 400;
  line-height: 1.21;
  font-size: 1.1979166667vw;
  text-align: center;
  margin-bottom: 1.6145833333vw;
  color: #594A42;
}
.section-contant .section-contant__form {
  width: 100%;
}
.section-contant form {
  width: 100%;
}
.section-contant .form-fields,
.section-contant .form-fields form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.0416666667vw;
}
.section-contant .input-field {
  width: 100%;
}
.section-contant .input-field input {
  width: 100%;
  height: 2.1875vw;
  border-radius: 0 1.0416666667vw 0 1.0416666667vw;
  border: 1px solid #fff;
  background: #9AE2EE;
  -webkit-box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
          box-shadow: inset -0.15625vw -0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
  text-align: center;
  outline: none;
}
.section-contant .input-field input::-webkit-input-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.section-contant .input-field input::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.section-contant .input-field input:-ms-input-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.section-contant .input-field input::-ms-input-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.section-contant .input-field input::placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.section-contant .input-field input:-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.section-contant .input-field input::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #594A42;
}
.section-contant .checkbox-field {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: -0.5208333333vw;
}
.section-contant .checkbox-field input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.section-contant .checkbox-field input:checked + .fake-checkbox::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' data-name='Компонент 2 – 1'%3E%3Cg fill='none' stroke='%23fff' data-name='Прямоугольник 10'%3E%3Cpath stroke='none' d='M0 0h19v19H0z'/%3E%3Cpath d='M.5.5h18v18H.5z'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23594a42' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.167 7.833 8.334 15l7-10.667' data-name='Контур 37'/%3E%3C/svg%3E");
}
.section-contant .checkbox-field .fake-checkbox {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #594A42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8854166667vw;
  justify-content: right;
  padding-right: 25px;
}
.section-contant .checkbox-field .fake-checkbox::before {
  content: "";
  display: inline-block;
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cg fill='none' stroke='%23fff' data-name='Прямоугольник 10'%3E%3Cpath stroke='none' d='M0 0h19v19H0z'/%3E%3Cpath d='M.5.5h18v18H.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
}
.section-contant .button-field {
  width: 100%;
}
.section-contant .button-field .btn {
  width: 100%;
  min-width: 1px;
  padding: 0 1.5625vw 0 4.375vw;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .section-contant {
    position: static;
    height: auto;
    display: block;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    padding: 0 5.5555555556vw;
  }
  .section-contant .section-contant__logo {
    display: none;
  }
  .section-contant .section-contant__title {
    font-weight: 700;
    line-height: 1.16;
    font-size: 6.9444444444vw;
    margin-bottom: 8.6111111111vw;
  }
  .section-contant .form-fields,
  .section-contant .form-fields form {
    grid-gap: 5.5555555556vw;
  }
  .section-contant .input-field input {
    height: 11.6666666667vw;
    background: #DCFBFB;
    border-radius: 0 5.5555555556vw 0 5.5555555556vw;
    -webkit-box-shadow: inset -0.8333333333vw -0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
            box-shadow: inset -0.8333333333vw -0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
    font-size: 5vw;
  }
  .section-contant .input-field input::-webkit-input-placeholder {
    font-size: 5vw;
  }
  .section-contant .input-field input::-moz-placeholder {
    font-size: 5vw;
  }
  .section-contant .input-field input:-ms-input-placeholder {
    font-size: 5vw;
  }
  .section-contant .input-field input::-ms-input-placeholder {
    font-size: 5vw;
  }
  .section-contant .input-field input::placeholder {
    font-size: 5vw;
  }
  .section-contant .input-field input:-moz-placeholder {
    font-size: 5vw;
  }
  .section-contant .input-field input::-moz-placeholder {
    font-size: 5vw;
  }
  .section-contant .checkbox-field {
    margin-top: -2.7777777778vw;
  }
  .section-contant .checkbox-field .fake-checkbox {
    font-size: 4.1666666667vw;
    gap: 4.7222222222vw;
  }
  .section-contant .checkbox-field .fake-checkbox::before {
    width: 5.2777777778vw;
    height: 5.2777777778vw;
  }
  .section-contant .button-field .btn {
    padding: 1.3888888889vw 8.3333333333vw 1.3888888889vw 23.6111111111vw;
    font-size: 5vw;
  }
}
.section-404 .section-404__inner {
  width: 72.4479166667vw;
  margin: 0 auto;
  padding: 3.125vw 0;
}
.section-404 .section-404__content-title {
  font-weight: 500;
  font-size: 7.8125vw;
  color: #fff;
  margin-bottom: 0.5208333333vw;
  text-align: right;
}
.section-404 .section-404__content-text {
  width: 35.9375vw;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  font-size: 1.5625vw;
  text-align: right;
  margin-left: auto;
}
.section-404 .section-404__content-text * {
  margin-bottom: 2.6041666667vw;
}
.section-404 .section-404__content-text *:last-child {
  margin-bottom: 0;
}
.section-404 .section-404__content-social {
  margin-top: 1.5625vw;
}
.section-404 .section-404__content-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75vw;
  justify-content: right;
}
.section-404 .section-404__content-social ul li {
  width: 3.4375vw;
  height: 3.4375vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-404 .section-404__content-social ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section-404 .section-404__content-social ul li a,
.section-404 .section-404__content-social ul li img {
  width: 100%;
  height: 100%;
}
.section-404 .section-404__content-social ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-404 .section-404__logo {
  width: 12.8645833333vw;
  height: 3.8541666667vw;
  margin-bottom: 5.8854166667vw;
  margin-left: auto;
}
.section-404 .section-404__logo a,
.section-404 .section-404__logo img {
  width: 100%;
  height: 100%;
}
.section-404 .section-404__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .section-404 .section-404__inner {
    width: 100%;
    padding: 25vw 2.7777777778vw 17.7777777778vw;
  }
  .section-404 .section-404__content-title {
    font-size: 16.6666666667vw;
    margin-bottom: 9.1666666667vw;
    text-align: center;
  }
  .section-404 .section-404__content-text {
    width: 68.3333333333vw;
    font-size: 5vw;
    margin: 0 auto;
    text-align: center;
  }
  .section-404 .section-404__content-text * {
    margin-bottom: 6.9444444444vw;
  }
  .section-404 .section-404__content-social {
    margin-top: 14.1666666667vw;
  }
  .section-404 .section-404__content-social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20vw;
  }
  .section-404 .section-404__content-social ul li {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
  }
  .section-404 .section-404__logo {
    width: 45.5555555556vw;
    height: auto;
    margin: 0 auto 8.3333333333vw;
  }
}
.section-thank .section-thank__inner {
  width: 72.4479166667vw;
  margin: 0 auto;
  padding: 3.125vw 0;
}
.section-thank .section-thank__content-title {
  font-weight: 500;
  font-size: 7.8125vw;
  color: #fff;
  margin-bottom: 0.5208333333vw;
}
.section-thank .section-thank__content-text {
  width: 35.9375vw;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  font-size: 1.5625vw;
  margin-left: auto;
  text-align: right;
}
.section-thank .section-thank__content-text * {
  margin-bottom: 2.6041666667vw;
}
.section-thank .section-thank__content-text *:last-child {
  margin-bottom: 0;
}
.section-thank .section-thank__content-social {
  margin-top: 1.5625vw;
}
.section-thank .section-thank__content-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75vw;
  justify-content: right;
}
.section-thank .section-thank__content-social ul li {
  width: 3.4375vw;
  height: 3.4375vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-thank .section-thank__content-social ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section-thank .section-thank__content-social ul li a,
.section-thank .section-thank__content-social ul li img {
  width: 100%;
  height: 100%;
}
.section-thank .section-thank__content-social ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-thank .section-thank__logo {
  width: 12.8645833333vw;
  height: 3.8541666667vw;
  margin-bottom: 5.8854166667vw;
  margin-left: auto;
}
.section-thank .section-thank__logo a,
.section-thank .section-thank__logo img {
  width: 100%;
  height: 100%;
}
.section-thank .section-thank__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .section-thank .section-thank__inner {
    width: 100%;
    padding: 25vw 2.7777777778vw 17.7777777778vw;
  }
  .section-thank .section-thank__content-title {
    font-size: 16.6666666667vw;
    margin-bottom: 9.1666666667vw;
    text-align: center;
  }
  .section-thank .section-thank__content-text {
    width: 68.3333333333vw;
    font-size: 5vw;
    margin: 0 auto;
  }
  .section-thank .section-thank__content-text * {
    margin-bottom: 6.9444444444vw;
  }
  .section-thank .section-thank__content-social {
    margin-top: 14.1666666667vw;
  }
  .section-thank .section-thank__content-social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20vw;
  }
  .section-thank .section-thank__content-social ul li {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
  }
  .section-thank .section-thank__logo {
    width: 45.5555555556vw;
    height: auto;
    margin: 0 auto 8.3333333333vw;
  }
}

.wpcf7 form.sent .wpcf7-response-output{
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-fields .input-field input.wpcf7-not-valid {
  border-color: #dc3232;
}
