/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Gilroy", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #060A10;
}

.ftitle {
  font-family: "RoadRadio", sans-serif;
}

.ftitle * {
  font-family: "RoadRadio", sans-serif;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Montserrat", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_right {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_right {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio.eot");
  src: local("RoadRadio"), url("../fonts/RoadRadio.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio.woff2") format("woff2"), url("../fonts/RoadRadio.woff") format("woff"), url("../fonts/RoadRadio.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Light.eot");
  src: local("RoadRadio Light"), local("RoadRadio-Light"), url("../fonts/RoadRadio-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Light.woff2") format("woff2"), url("../fonts/RoadRadio-Light.woff") format("woff"), url("../fonts/RoadRadio-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Thin.eot");
  src: local("RoadRadio Thin"), local("RoadRadio-Thin"), url("../fonts/RoadRadio-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Thin.woff2") format("woff2"), url("../fonts/RoadRadio-Thin.woff") format("woff"), url("../fonts/RoadRadio-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Black.eot");
  src: local("RoadRadio Black"), local("RoadRadio-Black"), url("../fonts/RoadRadio-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Black.woff2") format("woff2"), url("../fonts/RoadRadio-Black.woff") format("woff"), url("../fonts/RoadRadio-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Bold.eot");
  src: local("RoadRadio Bold"), local("RoadRadio-Bold"), url("../fonts/RoadRadio-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Bold.woff2") format("woff2"), url("../fonts/RoadRadio-Bold.woff") format("woff"), url("../fonts/RoadRadio-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

.header {
  padding: 1.736vw 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 40;
}
.header__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 15.278vw;
}
.header__logo img {
  max-width: 100%;
}
.header__messengers {
  margin-left: 9.722vw;
}
.header__messtext {
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #FFFFFF;
  margin-right: 0.556vw;
}
.header__mess {
  width: 2.222vw;
  height: 2.222vw;
  background: #1A2335;
  border-radius: 0.347vw;
  margin-right: 0.278vw;
  cursor: pointer;
}
.header__mess.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__mess img {
  width: 1.389vw;
}
.header__work {
  padding-left: 1.25vw;
  position: relative;
}
.header__work:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #8CCE37;
}
.header__work p {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #D7D8DB;
}
.header__phone {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 158.52%;
  color: #D7D8DB;
  padding-left: 1.736vw;
  position: relative;
  margin-left: 1.806vw;
}
.header__phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.319vw;
  height: 1.319vw;
  background: url(../img/1screen/phone.svg);
  background-size: 100% 100%;
}
.header__phone:hover {
  color: #1D7DF0;
}
.header__menutext {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #D7D8DB;
}
.header__toggle {
  margin-left: 0.833vw;
}
.header__toggle.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__toggle span {
  background: #D7D8DB;
  height: 2px;
  display: block;
  margin-bottom: 0.278vw;
}
.header__toggle span:first-child {
  width: 2.222vw;
}
.header__toggle span:nth-child(2) {
  width: 1.944vw;
}
.header__toggle span:nth-child(3) {
  width: 1.597vw;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 3.736vw 0;
  }
  .header__box.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__logo {
    width: 35.556vw;
  }
  .header__messengers {
    display: none !important;
  }
  .header__phone {
    font-size: 3.889vw;
    padding-left: 5vw;
  }
  .header__phone:before {
    width: 3.611vw;
    height: 3.611vw;
  }
  .header__menutext {
    display: none;
  }
  .header__toggle span {
    height: 2px;
  }
  .header__toggle span:nth-child(1) {
    width: 8.889vw;
    margin-bottom: 1.111vw;
  }
  .header__toggle span:nth-child(2) {
    width: 7.778vw;
    margin-bottom: 1.111vw;
  }
  .header__toggle span:nth-child(3) {
    width: 6.389vw;
  }
  .header__contact {
    top: -1vw;
    position: relative;
  }
  .header__contact.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__work {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.111vw;
    padding-left: 4.25vw;
  }
  .header__work:before {
    width: 1.667vw;
    height: 1.667vw;
    top: 0.833vw;
  }
  .header__work p {
    font-size: 3.333vw;
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.footer {
  padding: 3.125vw 0;
  background: url(../img/1screen/footer-bg.jpg) center center/cover no-repeat;
}
.footer__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 15.278vw;
}
.footer__logo img {
  max-width: 100%;
  width: 100%;
}
.footer__messtext {
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #FFFFFF;
  margin-right: 0.556vw;
}
.footer__mess {
  width: 2.222vw;
  height: 2.222vw;
  background: #1A2335;
  border-radius: 0.347vw;
  margin-right: 0.278vw;
  cursor: pointer;
}
.footer__mess.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__mess img {
  width: 1.389vw;
}
.footer__work {
  padding-left: 1.25vw;
  position: relative;
}
.footer__work:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #8CCE37;
}
.footer__work p {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #D7D8DB;
}
.footer__phone {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 158.52%;
  color: #D7D8DB;
  padding-left: 1.736vw;
  position: relative;
  margin-left: 1.806vw;
}
.footer__phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.319vw;
  height: 1.319vw;
  background: url(../img/1screen/phone.svg);
  background-size: 100% 100%;
}
.footer__phone:hover {
  color: #1D7DF0;
}
.footer__menutext {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #D7D8DB;
}
.footer__toggle {
  margin-left: 0.833vw;
}
.footer__toggle.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__toggle span {
  background: #D7D8DB;
  height: 2px;
  display: block;
  margin-bottom: 0.278vw;
}
.footer__toggle span:first-child {
  width: 2.222vw;
}
.footer__toggle span:nth-child(2) {
  width: 1.944vw;
}
.footer__toggle span:nth-child(3) {
  width: 1.597vw;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 3.736vw 0;
    background: none;
  }
  .footer__box.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__logo {
    width: 35.556vw;
  }
  .footer__messengers {
    display: none !important;
  }
  .footer__phone {
    font-size: 3.889vw;
    padding-left: 5vw;
  }
  .footer__phone:before {
    width: 3.611vw;
    height: 3.611vw;
  }
  .footer__menutext {
    display: none;
  }
  .footer__toggle span {
    height: 2px;
  }
  .footer__toggle span:nth-child(1) {
    width: 8.889vw;
    margin-bottom: 1.111vw;
  }
  .footer__toggle span:nth-child(2) {
    width: 7.778vw;
    margin-bottom: 1.111vw;
  }
  .footer__toggle span:nth-child(3) {
    width: 6.389vw;
  }
  .footer__contact {
    top: -1vw;
    position: relative;
  }
  .footer__contact.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__work {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.111vw;
    padding-left: 4.25vw;
  }
  .footer__work:before {
    width: 1.667vw;
    height: 1.667vw;
    top: 0.833vw;
  }
  .footer__work p {
    font-size: 3.333vw;
  }
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 88.889vw;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:2.778vw;height:2.778vw;position:fixed;left:50%;top:50%;margin-left:-1.389vw;margin-left:-1.389vw;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

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

.btn {
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.2;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: #654F11;
  padding: 2.153vw 2.778vw;
  background: -o-linear-gradient(287.85deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  background: linear-gradient(162.15deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  -webkit-box-shadow: 0 1.597vw 4.139vw rgba(249, 182, 48, 0.35), 0 0.236vw 0 #D1AE67;
          box-shadow: 0 1.597vw 4.139vw rgba(249, 182, 48, 0.35), 0 0.236vw 0 #D1AE67;
  border-radius: 0.882vw;
  display: inline-block;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.btn:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.banner {
  position: relative;
  padding-top: 12.847vw;
  padding-bottom: 2.431vw;
  margin-bottom: 11.111vw;
}
.banner .wrapper {
  z-index: 10;
}
.banner__leftimg {
  width: 63.889vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner__blur {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50vw;
}
.banner__rightimg {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -4vw;
  width: 51vw;
}
.banner__round {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 6vw;
  width: 40vw;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.banner__man {
  width: 50vw;
  position: absolute;
  top: 6vw;
  right: 0;
  z-index: 5;
}
.banner__subtitle {
  font-weight: 400;
  font-size: 0.847vw;
  line-height: 161%;
  letter-spacing: 0.455em;
  text-transform: uppercase;
  color: #8DBDFF;
  margin-bottom: 1.736vw;
}
.banner__title {
  font-weight: 700;
  font-size: 2.917vw;
  line-height: 124.02%;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 60%;
  margin-bottom: 0.764vw;
}
.banner__title span {
  color: #133566;
  display: block;
}
.banner__return {
  padding: 2.153vw 2.222vw;
  font-weight: 700;
  font-size: 1.528vw;
  line-height: 124.02%;
  color: #433313;
  background: url(../img/1screen/plashka-banner.png) center center/contain no-repeat;
  position: absolute;
  left: 27vw;
  top: 13.5vw;
  -webkit-transform: rotate(-1.75deg);
      -ms-transform: rotate(-1.75deg);
          transform: rotate(-1.75deg);
}
.banner__text {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #FFFFFF;
}
.banner__advas {
  width: 46.528vw;
  margin-top: 2.431vw;
}
.banner__adva {
  height: 4.931vw;
  background: #173E74;
  border-radius: 0.556vw;
  padding: 0 1.389vw 0 5.208vw;
  margin-right: 0.556vw;
  margin-bottom: 0.556vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner__adva span {
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #EFF1F4;
}
.banner__adva_1 {
  width: 18.75vw;
}
.banner__adva_1 img {
  position: absolute;
  width: 5.556vw;
  left: -1.181vw;
}
.banner__adva_2 {
  width: 26.389vw;
}
.banner__adva_2 img {
  position: absolute;
  width: 4.167vw;
  left: 0.278vw;
}
.banner__adva_3 {
  width: 21.181vw;
}
.banner__adva_3 img {
  position: absolute;
  width: 5.139vw;
  left: -0.417vw;
}
.banner__adva_4 {
  width: 23.958vw;
}
.banner__adva_4 img {
  position: absolute;
  width: 5vw;
  left: -0.139vw;
}
.banner__controls {
  margin-top: 3.125vw;
}
.banner__btn {
  margin-right: 2.014vw;
}
.banner__calc {
  padding-top: 0.347vw;
}
.banner__calc img {
  width: 4.514vw;
}
.banner__calc span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #FFFFFF;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.calculator {
  position: relative;
  padding-bottom: 8.333vw;
  z-index: 4;
}
.calculator .iti__selected-dial-code {
  color: #fff;
}
.calculator__progress {
  margin-bottom: 2.639vw;
}
.calculator__manmob {
  display: none;
}
.calculator__tab {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #D7D8DB;
  padding: 0.903vw 2.083vw;
  background: #1A2335;
  border-radius: 0.431vw;
  margin-right: 1.042vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.calculator__tab:last-child {
  margin-right: 0;
}
.calculator__tab.active {
  background: #1878E9;
  color: #fff;
}
.calculator__tab.active.yellow {
  background: #F8C35A;
  color: #54411B;
}
.calculator__question {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
}
.calculator__question.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.calculator__image {
  display: block;
  width: 100%;
  height: 21.667vw;
  margin-bottom: 1.528vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.556vw;
}
.calculator__name {
  margin-bottom: 1.389vw;
}
.calculator__name span {
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 124.52%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-13.22%, rgba(250, 250, 250, 0)), color-stop(13.74%, #FAFAFA), color-stop(48.44%, #FAFAFA), color-stop(84.2%, #FAFAFA), color-stop(111.83%, rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) -13.22%, #FAFAFA 13.74%, #FAFAFA 48.44%, #FAFAFA 84.2%, rgba(250, 250, 250, 0) 111.83%);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -13.22%, #FAFAFA 13.74%, #FAFAFA 48.44%, #FAFAFA 84.2%, rgba(250, 250, 250, 0) 111.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.calculator__main {
  width: 62.222vw;
  min-height: 43.75vw;
  position: relative;
}
.calculator__answers {
  width: 100%;
}
.calculator__answers.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.calculator__answer {
  width: 14.653vw;
  margin-right: 1.181vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.calculator__answer:last-child {
  margin-right: 0;
}
.calculator__answer input {
  display: none;
}
.calculator__answer label {
  display: block;
}
.calculator__answer input:checked + label > .calculator__answtext {
  color: #1878E9;
}
.calculator__answer.withimage:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.calculator__answtext {
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 130%;
  color: #D7D8DB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calculator__controls {
  margin-top: 3.819vw;
}
.calculator__skip {
  margin-left: 1.667vw;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #D7D8DB;
  border: 0;
  background: none;
}
.calculator__sidebar {
  width: 29.167vw;
  position: absolute;
  left: 65.5vw;
  top: 24vw;
}
.calculator__sideshape_1 {
  position: absolute;
  z-index: 1;
  top: -5.5vw;
  left: 0;
  width: 100%;
}
.calculator__sideshape_2 {
  position: absolute;
  z-index: 1;
  width: 95%;
  right: 0;
  top: 11vw;
}
.calculator__top, .calculator__gifts {
  position: relative;
  z-index: 3;
}
.calculator__top {
  padding-left: 1.528vw;
  margin-bottom: 4.514vw;
}
.calculator__author img {
  width: 5.556vw;
}
.calculator__author p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 155%;
  color: #187BF4;
  color: #fff;
  width: 16.806vw;
  margin-left: 0.903vw;
}
.calculator__descr {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #FFFFFF;
  padding-left: 1.944vw;
  position: relative;
  margin-top: 1.736vw;
  padding-right: 3.472vw;
}
.calculator__descr:before {
  content: "";
  width: 0.694vw;
  height: 100%;
  background: #1C79F9;
  position: absolute;
  left: 0;
  top: 0;
}
.calculator__gifts {
  padding-left: 7.292vw;
}
.calculator__gift {
  margin-bottom: 1.389vw;
  position: relative;
  padding-right: 4.861vw;
}
.calculator__gift:last-child {
  margin-bottom: 0;
}
.calculator__icon_1 {
  width: 3.819vw;
  position: absolute;
  left: -4.514vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator__icon_2 {
  width: 3.472vw;
  position: absolute;
  left: -4.236vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator__gifttext {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 142.52%;
  color: #FFFFFF;
}
.calculator__gifttext span {
  text-decoration: underline;
  font-weight: 700;
}
.calculator__quesinput {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #fff;
  padding: 1.736vw;
  background: #3E5076;
  border-radius: 0.556vw;
  border: 0;
  width: 29.861vw;
  margin-bottom: 2.778vw;
  display: block;
}
.calculator__quesinput::-webkit-input-placeholder {
  color: #8598C1;
}
.calculator__quesinput::-moz-placeholder {
  color: #8598C1;
}
.calculator__quesinput:-ms-input-placeholder {
  color: #8598C1;
}
.calculator__quesinput::-ms-input-placeholder {
  color: #8598C1;
}
.calculator__quesinput::placeholder {
  color: #8598C1;
}
.calculator__checkbox {
  margin-right: 3.75vw;
}
.calculator__checkbox input {
  display: none;
}
.calculator__checkbox label {
  display: block;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 140%;
  color: #D7D8DB;
  padding-left: 2.222vw;
  position: relative;
}
.calculator__checkbox label:before {
  content: "";
  width: 1.389vw;
  height: 1.389vw;
  background: #3E5076;
  border: 1px solid #686868;
  border-radius: 0.278vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calculator__checkbox label:after {
  content: "";
  position: absolute;
  width: 0.972vw;
  height: 0.694vw;
  left: 0.208vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/11screen/check.svg);
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calculator__checkbox input:checked + label:before {
  border-color: #1D7DF0;
  background: #1D7DF0;
}
.calculator__checkbox input:checked + label:after {
  opacity: 1;
}
.calculator__inside {
  position: relative;
}
.calculator__man {
  position: absolute;
  z-index: 1;
  width: 24.306vw;
  right: -2vw;
  bottom: 4.5vw;
}
.calculator__block {
  position: relative;
  z-index: 3;
}
.calculator__endtitle {
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 124.52%;
}
.calculator__endtitle span {
  background: -webkit-gradient(linear, left top, right top, color-stop(-13.22%, rgba(250, 250, 250, 0)), color-stop(13.74%, #FAFAFA), color-stop(48.44%, #FAFAFA), color-stop(84.2%, #FAFAFA), color-stop(111.83%, rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) -13.22%, #FAFAFA 13.74%, #FAFAFA 48.44%, #FAFAFA 84.2%, rgba(250, 250, 250, 0) 111.83%);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -13.22%, #FAFAFA 13.74%, #FAFAFA 48.44%, #FAFAFA 84.2%, rgba(250, 250, 250, 0) 111.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.calculator__endtext {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 158.52%;
  color: #FFFFFF;
  margin-bottom: 2.292vw;
  width: 42.361vw;
  max-width: 100%;
  margin-top: 2.083vw;
}
.calculator__endform {
  margin-bottom: 3.472vw;
  position: relative;
  z-index: 4;
}
.calculator__endinput {
  width: 22.569vw;
  margin-right: 1.181vw;
}
.calculator__endinput label {
  display: block;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #FAFAFA;
}
.calculator__endinput:last-child {
  margin-right: 0;
}
.calculator__endinput input {
  background: #3E5076;
  border-radius: 0.556vw;
  padding: 1.736vw;
  border: 0;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #fff;
  display: block;
  width: 100%;
}
.calculator__endinput input::-webkit-input-placeholder {
  color: #8598C1;
}
.calculator__endinput input::-moz-placeholder {
  color: #8598C1;
}
.calculator__endinput input:-ms-input-placeholder {
  color: #8598C1;
}
.calculator__endinput input::-ms-input-placeholder {
  color: #8598C1;
}
.calculator__endinput input::placeholder {
  color: #8598C1;
}
.calculator__submit {
  letter-spacing: 0.29em;
}
.calculator__remark {
  margin-left: 1.389vw;
}
.calculator__remark label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 0.903vw;
  line-height: 130.52%;
  color: #FFFFFF;
  padding-left: 2.222vw;
}
.calculator__remark label a {
  color: #1782FF;
  text-decoration: underline;
}
.calculator__remark label:before {
  content: "";
  width: 1.389vw;
  height: 1.389vw;
  background: #3E5076;
  border-radius: 0.278vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.calculator__remark label:after {
  content: "";
  width: 0.972vw;
  height: 0.694vw;
  background: url(../img/11screen/check.svg);
  background-size: 100% 100%;
  border-radius: 0.278vw;
  position: absolute;
  left: 0.243vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  opacity: 0;
}
.calculator__remark input {
  display: none;
}
.calculator__remark input:checked + label:before {
  background: #1D7DF0;
}
.calculator__remark input:checked + label:after {
  opacity: 1;
}

.title {
  margin-bottom: 1.042vw;
  text-align: center;
}
.title span {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 124.52%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.16%, rgba(250, 250, 250, 0)), color-stop(17.88%, #FAFAFA), color-stop(48.82%, #FAFAFA), color-stop(80.7%, #FAFAFA), color-stop(105.33%, rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) -6.16%, #FAFAFA 17.88%, #FAFAFA 48.82%, #FAFAFA 80.7%, rgba(250, 250, 250, 0) 105.33%);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -6.16%, #FAFAFA 17.88%, #FAFAFA 48.82%, #FAFAFA 80.7%, rgba(250, 250, 250, 0) 105.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.description {
  margin-bottom: 3.125vw;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  text-align: center;
  color: #D7D8DB;
}

.portf {
  position: relative;
  padding-bottom: 9.028vw;
  z-index: 3;
}
.portf__numbersmob {
  display: none;
}
.portf .wrapper {
  z-index: 4;
}
.portf__leftblur {
  position: absolute;
  left: 0;
  top: -34vw;
  width: 35vw;
}
.portf__rightmoney {
  position: absolute;
  right: 0;
  top: -18vw;
  width: 36vw;
}
.portf__rightblur {
  position: absolute;
  right: 0;
  bottom: -28vw;
  width: 35vw;
}
.portf__row {
  position: relative;
}
.portf__row.hidden {
  display: none;
}
.portf__itemleft {
  height: 53.819vw;
  padding-left: 4.861vw;
  padding-right: 10.069vw;
  width: 54.861vw;
  position: relative;
  padding-bottom: 2.778vw;
}
.portf__itemleft.right {
  margin-right: 0;
  margin-left: auto;
  width: 39.931vw;
  padding-right: 0;
  padding-left: 0;
  height: auto;
  padding-top: 4.861vw;
}
.portf__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.portf__inside {
  position: relative;
  z-index: 3;
}
.portf__heading {
  padding-bottom: 1.667vw;
  margin-bottom: 2.431vw;
  position: relative;
}
.portf__heading:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.21);
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.portf__logo {
  height: 4.514vw;
  display: block;
  width: auto;
  margin-right: 2.083vw;
}
.portf__title {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 103.4%;
  color: rgba(255, 255, 255, 0.87);
  width: calc(100% - 13.194vw);
}
.portf__title.full {
  width: 100%;
}
.portf__title.big{
  width: calc(100% - 8.194vw);
}
.portf__block.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.portf__numbers {
  width: 13.889vw;
}
.portf__numbers.pt {
  padding-top: 1.736vw;
}
.portf__numbers p {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 156.5%;
  color: #FFFFFF;
}
.portf__numbers span {
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 106.02%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.portf__numbers span.big {
  font-size: 3.333vw;
}
.portf__numbers span.blue {
  color: #0B7BFF;
}
.portf__info {
  width: calc(100% - 13.889vw);
}
.portf__info span {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 177%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 0.556vw;
}
.portf__info p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 150%;
  color: #D7D8DB;
}
.portf__image_1 {
  position: absolute;
  width: 48.889vw;
  left: 48%;
  top: 25%;
  z-index: 2;
}
.portf__image_2 {
  position: absolute;
  width: 62.5vw;
  right: 35%;
  top: -13%;
  z-index: 2;
}
.portf__cta {
  border-radius: 0.833vw;
  background: url(../img/3screen/cta.jpg) center center/cover no-repeat;
  padding: 0 4.167vw;
}
.portf__cta.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.portf__cta_title {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 112.02%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.16%, rgba(250, 250, 250, 0)), color-stop(17.88%, #FAFAFA), color-stop(48.82%, #FAFAFA), color-stop(80.7%, #FAFAFA), color-stop(105.33%, rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) -6.16%, #FAFAFA 17.88%, #FAFAFA 48.82%, #FAFAFA 80.7%, rgba(250, 250, 250, 0) 105.33%);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -6.16%, #FAFAFA 17.88%, #FAFAFA 48.82%, #FAFAFA 80.7%, rgba(250, 250, 250, 0) 105.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.portf__cta_text {
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #D7D8DB;
}
.portf__cta_image {
  width: 12.5vw;
  margin-top: 0.694vw;
}
.portf__cta_calc {
  padding-top: 0.347vw;
}
.portf__cta_calc img {
  width: 4.514vw;
}
.portf__cta_calc span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #FFFFFF;
}
.portf__more {
  text-align: center;
  margin-bottom: 5.556vw;
  margin-top: 4.514vw;
  cursor: pointer;
}
.portf__more a {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #0B7BFF;
  padding-right: 2.292vw;
  position: relative;
}
.portf__more a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.319vw;
  height: 0.764vw;
  background: url(../img/3screen/arrow-down.svg);
  background-size: 100% 100%;
}

.products {
  padding-top: 9.028vw;
  padding-bottom: 6.944vw;
}
.products__tabs {
  margin-bottom: 1.667vw;
}
.products__tab {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #D7D8DB;
  padding: 0.903vw 2.083vw 0.833vw;
  background: #1A2335;
  border-radius: 0.417vw;
  margin-right: 1.042vw;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products__tab:last-child {
  margin-right: 0;
}
.products__tab.active {
  background: #1878E9;
  color: #fff;
}
.products__tab:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.products__tab:not(.active):hover {
  background: #28354f;
}
.products__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.products__box:first-child {
  z-index: 2;
}
.products__container {
  height: 40.625vw;
  position: relative;
}
.products__info {
  width: 53.611vw;
  height: 100%;
  padding: 1.389vw 1.528vw 2.083vw 2.778vw;
  background: -o-linear-gradient(233.46deg, #25324A 16.68%, #1A2335 67.84%);
  background: linear-gradient(216.54deg, #25324A 16.68%, #1A2335 67.84%);
  border-radius: 0.833vw;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.products__info.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.products__inside {
  overflow-y: scroll;
  height: 100%;
  padding-right: 5vw;
}
.products__heading {
  margin-bottom: 0.833vw;
}
.products__heading img {
  display: block;
  width: 1.944vw;
  margin-right: 1.042vw;
}
.products__heading span {
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 158.52%;
  color: #FFFFFF;
  padding-top: 0.278vw;
}
.products__text p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #D7D8DB;
  margin-bottom: 1.181vw;
}
.products__text p.blue {
  font-weight: 700;
  color: #187BF4;
}
.products__rightimage {
  position: absolute;
  width: 48.5vw;
  top: -19.3vw;
  left: 46vw;
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.products__rightimage.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.products__controls {
  margin-top: 3.472vw;
  position: relative;
  z-index: 2;
}
.products__questions {
  margin-left: 3.125vw;
}
.products__questext {
  font-size: 1.111vw;
  line-height: 136.52%;
  color: #D7D8DB;
  margin-right: 1.111vw;
}
.products__soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.222vw;
  height: 2.222vw;
  background: #1A2335;
  border-radius: 0.347vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0.278vw;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dogovor {
  padding-top: 6.944vw;
  padding-bottom: 6.25vw;
  position: relative;
  z-index: 2;
}
.dogovor__bg3 {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 18vw;
}
.dogovor__box {
  position: relative;
  padding: 2.917vw;
  padding-bottom: 1px;
  border-radius: 0.833vw;
}
.dogovor__bg {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.833vw;
}
.dogovor__inside {
  position: relative;
  z-index: 5;
}
.dogovor__title {
  margin-bottom: 1.111vw;
}
.dogovor__title span {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 120.02%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-18.62%, rgba(250, 250, 250, 0)), color-stop(8.72%, #FAFAFA), color-stop(43.91%, #FAFAFA), color-stop(80.17%, #FAFAFA), color-stop(108.19%, rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) -18.62%, #FAFAFA 8.72%, #FAFAFA 43.91%, #FAFAFA 80.17%, rgba(250, 250, 250, 0) 108.19%);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -18.62%, #FAFAFA 8.72%, #FAFAFA 43.91%, #FAFAFA 80.17%, rgba(250, 250, 250, 0) 108.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.dogovor__subtitle {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 137.52%;
  color: #FBFDFF;
}
.dogovor__advas {
  margin-top: 1.597vw;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  padding-top: 2.292vw;
  width: 54.514vw;
}
.dogovor__advas.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dogovor__item {
  padding-left: 6.389vw;
  position: relative;
  width: 24.306vw;
  margin-right: 2.083vw;
  margin-bottom: 2.431vw;
}
.dogovor__item.big {
  width: 27.778vw;
  margin-right: 0;
  padding-left: 5.069vw;
}
.dogovor__icon_1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.444vw;
}
.dogovor__icon_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.444vw;
}
.dogovor__info span {
  font-weight: 700;
  font-size: 1.528vw;
  line-height: 158.52%;
  color: #FBFDFF;
}
.dogovor__info p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #FBFDFF;
  margin-top: 0.278vw;
}
.dogovor__round {
  position: absolute;
  /*left: 56vw;
  top: -2vw;
  width: 38vw;*/
  left: 58vw;
  top: 1vw;
  width: 32vw;
  z-index: 2;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.dogovor__dogovor {
  position: absolute;
  left: 53vw;
  top: -8vw;
  width: 42vw;
  z-index: 3;
}

.reasons {
  padding-top: 6.25vw;
  padding-bottom: 5.556vw;
  position: relative;
  z-index: 3;
}
.reasons__box {
  position: relative;
}
.reasons__main {
  display: block;
  width: 65.972vw;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reasons__main:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.reasons__item {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.reasons__item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.reasons__item img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reasons__item span {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #FFFFFF;
}
.reasons__item_1 {
  width: 14.097vw;
  padding-left: 4.236vw;
  left: 38vw;
  top: 8.5vw;
}
.reasons__item_1 img {
  width: 3.403vw;
}
.reasons__item_2 {
  width: 26.389vw;
  padding-left: 6.806vw;
  left: 58.5vw;
  top: 16vw;
}
.reasons__item_2 img {
  width: 6.806vw;
}
.reasons__item_3 {
  width: 19.722vw;
  padding-left: 5.764vw;
  left: 65.5vw;
  top: 30.5vw;
}
.reasons__item_3 img {
  width: 5.556vw;
}
.reasons__item_4 {
  width: 27.778vw;
  padding-left: 6.667vw;
  left: 60vw;
  top: 44vw;
}
.reasons__item_4 img {
  width: 6.667vw;
}
.reasons__item_5 {
  width: 21.319vw;
  padding-left: 5vw;
  left: 34vw;
  top: 57vw;
}
.reasons__item_5 img {
  width: 5vw;
}
.reasons__item_6 {
  width: 23.194vw;
  padding-left: 7.153vw;
  left: 5vw;
  top: 44.4vw;
}
.reasons__item_6 img {
  width: 7.153vw;
}
.reasons__item_7 {
  width: 26.806vw;
  padding-left: 7.292vw;
  left: -2.5vw;
  top: 30vw;
}
.reasons__item_7 img {
  width: 7.292vw;
}
.reasons__item_8 {
  width: 21.944vw;
  padding-left: 5.833vw;
  left: 8vw;
  top: 16.5vw;
}
.reasons__item_8 img {
  width: 5.833vw;
}

.problems {
  padding: 6.25vw 0 6.944vw;
  position: relative;
}
.problems__bg {
  position: absolute;
  left: 0;
  top: -30vw;
  z-index: 1;
  width: 100%;
}
.problems .wrapper {
  z-index: 2;
}
.problems__slider {
  padding: 0 5.556vw;
  overflow: hidden;
}
.problems__slider .slick-prev,
.problems__slider .slick-next {
  width: 4.028vw;
  height: 4.028vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -o-linear-gradient(40.75deg, #1B2537 8.33%, #1D273A 98.11%);
  background: linear-gradient(49.25deg, #1B2537 8.33%, #1D273A 98.11%);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  border: 0;
  text-indent: 9999px;
  z-index: 3;
}
.problems__slider .slick-prev:before,
.problems__slider .slick-next:before {
  content: "";
  width: 2.083vw;
  height: 2.083vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.problems__slider .slick-prev {
  left: 0;
}
.problems__slider .slick-prev:before {
  background: url(../img/7screen/prev.svg);
  background-size: 100% 100%;
  opacity: 0.5;
}
.problems__slider .slick-next {
  right: 0;
  background: -o-linear-gradient(40.75deg, #1C79F9 8.33%, #4A96FF 98.11%);
  background: linear-gradient(49.25deg, #1C79F9 8.33%, #4A96FF 98.11%);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.problems__slider .slick-next:before {
  background: url(../img/7screen/next.svg);
  background-size: 100% 100%;
}
.problems__inside {
  position: relative;
}
.problems__inside.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.problems__vs {
  position: absolute;
  left: 50%;
  top: 10vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-size: 4.028vw;
  line-height: 124.52%;
  background: -o-linear-gradient(307.66deg, #0074FF 17.38%, #1779FE 66.6%);
  background: linear-gradient(142.34deg, #0074FF 17.38%, #1779FE 66.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.problems__result {
  position: absolute;
  left: 50%;
  top: 27vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-size: 4.028vw;
  line-height: 124.52%;
  text-align: center;
  color: #FBFDFF;
}
.problems__result b {
  color: #0074FF;
}
.problems__left {
  width: 33.681vw;
  height: 30.556vw;
  position: relative;
}
.problems__left.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.problems__bg_1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.problems__bg_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.problems__info {
  position: relative;
  z-index: 2;
}
.problems__info_1 {
  width: 19.444vw;
}
.problems__info_2 {
  width: 25.347vw;
}
.problems__right {
  width: 33.681vw;
  height: 30.556vw;
  position: relative;
}
.problems__right.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.problems__heading img {
  width: 2.639vw;
  margin-right: 0.833vw;
}
.problems__heading span {
  font-weight: 700;
  font-size: 1.528vw;
  line-height: 135%;
  color: #FBFDFF;
  width: calc(100% - 3.472vw);
}
.problems__text {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #FBFDFF;
  margin-top: 1.181vw;
}
.problems__cta {
  padding: 2.083vw 2.778vw;
  background: -o-linear-gradient(223.66deg, #4493FF 17.81%, #1B78F9 47.4%);
  background: linear-gradient(226.34deg, #4493FF 17.81%, #1B78F9 47.4%);
  border-radius: 0.833vw;
  position: relative;
  margin-top: 4.861vw;
}
.problems__cta:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 11vw;
  z-index: 1;
  background: url(../img/7screen/case.png) center center/contain no-repeat;
}
.problems__cta * {
  position: relative;
  z-index: 2;
}
.problems__cta.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.problems__cta_title span {
  font-weight: 700;
  font-size: 1.944vw;
  line-height: 112.02%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-16.72%, rgba(250, 250, 250, 0)), color-stop(11.01%, #FAFAFA), color-stop(46.71%, #FAFAFA), color-stop(83.5%, #FAFAFA), color-stop(111.92%, rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) -16.72%, #FAFAFA 11.01%, #FAFAFA 46.71%, #FAFAFA 83.5%, rgba(250, 250, 250, 0) 111.92%);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -16.72%, #FAFAFA 11.01%, #FAFAFA 46.71%, #FAFAFA 83.5%, rgba(250, 250, 250, 0) 111.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.problems__cta_text {
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #FBFDFF;
}
.problems__cta_calc {
  padding-top: 0.347vw;
}
.problems__cta_calc img {
  width: 4.514vw;
}
.problems__cta_calc span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #FFFFFF;
}

.steps {
  padding-top: 6.944vw;
  padding-bottom: 6.722vw;
}
.steps__bar {
  margin: 4vw auto 0;
  display: block;
  width: 70%;
}
.steps__box {
  margin-top: 4.861vw;
}
.steps__scroll {
  overflow-x: scroll;
  padding: 0 5.556vw;
}
.steps__block {
  width: 193.056vw;
}
.steps__block.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.steps__item {
  padding-right: 4.861vw;
  position: relative;
}
.steps__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2vw;
  width: 100%;
  border-top: 2px dashed rgba(28, 121, 249, 0.3);
}
.steps__item_1 {
  width: 24.306vw;
}
.steps__item_2 {
  width: 27.083vw;
}
.steps__item_3 {
  width: 29.167vw;
}
.steps__item_4 {
  width: 29.861vw;
}
.steps__item_5 {
  width: 27.083vw;
}
.steps__item_6 {
  width: 27.083vw;
}
.steps__item_7 {
  width: 28.472vw;
  padding-right: 0;
}
.steps__item_7:before {
  content: none;
}
.steps__number {
  width: 4.028vw;
  height: 4.028vw;
  border-radius: 50%;
  background: -o-linear-gradient(40.75deg, #1B2537 8.33%, #1D273A 98.11%);
  background: linear-gradient(49.25deg, #1B2537 8.33%, #1D273A 98.11%);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 3.472vw;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 124.52%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.steps__number.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps__text {
  position: relative;
  padding-left: 4.792vw;
  margin-bottom: 1.597vw;
}
.steps__text img {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.097vw;
}
.steps__text p {
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 147.52%;
  color: #FAFAFA;
}
.steps__text p span.blue {
  font-weight: 700;
  color: #187BF4;
}
.steps__text_1 img {
  width: 5.417vw;
  left: -1vw;
  top: -1vw;
}
.steps__text_2 img {
  top: -0.5vw;
}
.steps__text_4 img {
  width: 5.556vw;
  left: -1.2vw;
  top: -0.2vw;
}
.steps__text_5 img {
  width: 3.333vw;
}
.steps__text_6 {
  padding-left: 5.556vw;
}
.steps__text_6 img {
  width: 7.917vw;
  left: -2.6vw;
  top: -1.3vw;
}
.steps__text_7 {
  padding-left: 6.944vw;
}
.steps__text_7 img {
  width: 6.944vw;
  left: -0.6vw;
  top: -0.3vw;
}
.steps__btn {
  padding: 1.458vw 1.806vw;
  -webkit-box-shadow: 0 0.597vw 2.139vw rgba(249, 182, 48, 0.35), 0 0.236vw 0 #D1AE67;
          box-shadow: 0 0.597vw 2.139vw rgba(249, 182, 48, 0.35), 0 0.236vw 0 #D1AE67;
}

.brands {
  padding-top: 9.722vw;
  padding-bottom: 6.25vw;
  position: relative;
  z-index: 1;
}
.brands .wrapper {
  z-index: 2;
}
.brands:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(31.82%, #060A10), color-stop(46.43%, rgba(6, 10, 16, 0.99)), color-stop(57.07%, rgba(6, 10, 16, 0.83)), color-stop(94.5%, rgba(6, 10, 16, 0)));
  background: -o-linear-gradient(bottom, #060A10 31.82%, rgba(6, 10, 16, 0.99) 46.43%, rgba(6, 10, 16, 0.83) 57.07%, rgba(6, 10, 16, 0) 94.5%);
  background: linear-gradient(0deg, #060A10 31.82%, rgba(6, 10, 16, 0.99) 46.43%, rgba(6, 10, 16, 0.83) 57.07%, rgba(6, 10, 16, 0) 94.5%);
  position: absolute;
  bottom: 0;
  height: 18.403vw;
  left: 0;
  width: 100%;
  z-index: 2;
}
.brands__map {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 9.028vw;
  z-index: 1;
  width: 54.861vw;
}
.brands__box {
  margin-top: 30.208vw;
  position: relative;
  z-index: 5;
}
.brands__row.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands__item {
  width: 14.861vw;
  height: 6.944vw;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.229vw 0.229vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.229vw 0.229vw rgba(0, 0, 0, 0.25);
  border-radius: 0.486vw;
  margin: 0 0.347vw;
  margin-bottom: 1.528vw;
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brands__item.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands__item img {
  max-width: 90%;
  max-height: 90%;
}
.brands__item:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.brands__left {
  width: 25.694vw;
  position: absolute;
  left: 0;
  top: -4vw;
  z-index: 2;
}
.brands__right {
  width: 28.472vw;
  position: absolute;
  right: 0;
  top: -26vw;
  z-index: 2;
}

.team {
  padding-top: 6.25vw;
  position: relative;
}
.team__bg {
  position: absolute;
  left: 0;
  top: -12vw;
  z-index: 1;
  width: 100%;
}
.team .wrapper {
  z-index: 2;
}
.team__box {
  width: 62.847vw;
  margin-top: 3.819vw;
  margin-right: auto;
  margin-left: auto;
}
.team__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.team__item {
  width: 48%;
  padding-left: 9.375vw;
  position: relative;
  margin-bottom: 3.472vw;
}
.team__man {
  width: 8.125vw;
  position: absolute;
  left: 0;
  top: 0;
}
.team__title {
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 124.52%;
  color: #FAFAFA;
}
.team__position {
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #1782FF;
  margin-bottom: 0.694vw;
}
.team__text {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158.52%;
  color: #FAFAFA;
  margin-bottom: 1.25vw;
}
.team__telegram {
  background: #1B2436;
  border-radius: 0.417vw;
  padding: 0.486vw 0.972vw 0.486vw 0.694vw;
}
.team__telegram img {
  display: block;
  width: 0.903vw;
  margin-right: 0.625vw;
}
.team__telegram span {
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 158.52%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FAFAFA;
}

.contact {
  position: relative;
  margin-top: 10.417vw;
}
.contact .iti__selected-dial-code {
  color: #fff;
}
.contact__left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31.597vw;
}
.contact__box {
  margin: 0 auto;
  width: 34.444vw;
  background: -o-linear-gradient(233.46deg, #25324A 16.68%, #1A2335 67.84%);
  background: linear-gradient(216.54deg, #25324A 16.68%, #1A2335 67.84%);
  border-radius: 0.833vw;
  padding: 2.431vw 1.736vw;
}
.contact__title {
  text-align: center;
  margin-bottom: 1.111vw;
}
.contact__title span {
  font-weight: 700;
  font-size: 1.806vw;
  line-height: 135.52%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-5.24%, rgba(250, 250, 250, 0)), color-stop(18.44%, #FAFAFA), color-stop(48.92%, #FAFAFA), color-stop(80.33%, #FAFAFA), color-stop(104.6%, rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) -5.24%, #FAFAFA 18.44%, #FAFAFA 48.92%, #FAFAFA 80.33%, rgba(250, 250, 250, 0) 104.6%);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -5.24%, #FAFAFA 18.44%, #FAFAFA 48.92%, #FAFAFA 80.33%, rgba(250, 250, 250, 0) 104.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contact__title b {
  background: #0B71FF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contact__inputbox {
  margin-bottom: 1.667vw;
}
.contact__label {
  display: block;
  margin-bottom: 0.417vw;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #FAFAFA;
}
.contact__select {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #fff;
  padding: 1.736vw;
  background-color: #3E5076;
  border-radius: 0.556vw;
  display: block;
  width: 100%;
  border: 0;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Gilroy", sans-serif;
  background-image: url(../img/11screen/more.svg);
  background-size: 1.111vw 1.111vw;
  background-position: 28.472vw center;
  background-repeat: no-repeat;
}
.contact__input {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #fff;
  padding: 1.736vw;
  background: #3E5076;
  border-radius: 0.556vw;
  display: block;
  width: 100%;
  border: 0;
}
.contact__input::-webkit-input-placeholder {
  color: #8598C1;
}
.contact__input::-moz-placeholder {
  color: #8598C1;
}
.contact__input:-ms-input-placeholder {
  color: #8598C1;
}
.contact__input::-ms-input-placeholder {
  color: #8598C1;
}
.contact__input::placeholder {
  color: #8598C1;
}
.contact__messesbox {
  margin-bottom: 3.056vw;
}
.contact__mess {
  padding: 0.486vw 1.111vw 0.486vw 0.694vw;
  background: #3E5076;
  border-radius: 0.556vw;
  margin-right: 0.556vw;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__mess:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.contact__mess.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__mess img {
  width: 1.25vw;
  margin-right: 0.694vw;
}
.contact__mess span {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 189.02%;
  color: #FAFAFA;
}
.contact__mess.messteleg.active {
  background: #0088CC;
}
.contact__mess.messwa.active {
  background: #25D366;
}
.contact__mess.messviber.active {
  background: #7360F2;
}
.contact__btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  letter-spacing: 0.29em;
  margin-bottom: 2.083vw;
}
.contact__politic label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 0.903vw;
  line-height: 130.52%;
  color: #FFFFFF;
  padding-left: 2.222vw;
}
.contact__politic label a {
  color: #1782FF;
  text-decoration: underline;
}
.contact__politic label:before {
  content: "";
  width: 1.389vw;
  height: 1.389vw;
  background: #3E5076;
  border-radius: 0.278vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.contact__politic label:after {
  content: "";
  width: 0.972vw;
  height: 0.694vw;
  background: url(../img/11screen/check.svg);
  background-size: 100% 100%;
  border-radius: 0.278vw;
  position: absolute;
  left: 0.243vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  opacity: 0;
}
.contact__politic input {
  display: none;
}
.contact__politic input:checked + label:before {
  background: #1D7DF0;
}
.contact__politic input:checked + label:after {
  opacity: 1;
}
.contact__right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31.597vw;
}

.insta, .tg, .viber, .wa {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.insta:hover {
  background: #F56040;
}

.tg:hover {
  background: #0088CC;
}

.viber:hover {
  background: #7360F2;
}

.wa:hover {
  background: #25D366;
}

.popup-wrap {
  width: 29.167vw;
  max-width: 95%;
  /*display: none;*/
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  /*transition: all 0.3s linear;*/
  padding: 0 !important;
  background: none !important;
  border-radius: 0.694vw;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.overlay.active {
  opacity: 1;
  z-index: 998;
  pointer-events: auto;
}

.popup-wrap.active {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  pointer-events: auto;
}

.popup-wrap * {
  color: #fff;
}

.iti * {
  color: #000;
}

.iti {
  width: 100%;
}

.popup-form {
  background: -o-linear-gradient(215.33deg, #223046 4.18%, #060A10 82.29%);
  background: linear-gradient(234.67deg, #223046 4.18%, #060A10 82.29%);
  border-radius: 1.389vw;
  padding: 3.125vw;
  border-radius: 0.694vw;
}

.popup-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1.597vw;
}

.popup-label {
  font-size: 0.972vw;
  margin-bottom: 0.694vw;
}

.popup-remark {
  margin-top: -13px;
  margin-bottom: 18px;
  font-size: 11px;
  opacity: 0.8;
}

.popup-form-top__img {
  width: 37%;
  margin-right: 3%;
}

.popup-form-top__img img {
  display: block;
  width: 100%;
}

.popup-title {
  width: 100%;
  font-size: 2.361vw;
  margin-bottom: 2.083vw;
  margin-top: 1.389vw;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 20.53%, #FFFFFF 52.2%, #FFFFFF 82.9%, rgba(255, 255, 255, 0) 103.47%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.53%, rgba(255, 255, 255, 0)), color-stop(20.53%, #FFFFFF), color-stop(52.2%, #FFFFFF), color-stop(82.9%, #FFFFFF), color-stop(103.47%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 20.53%, #FFFFFF 52.2%, #FFFFFF 82.9%, rgba(255, 255, 255, 0) 103.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.popup-input {
  height: 4.028vw;
  padding: 0.347vw 1.042vw;
  border-radius: 7px;
  border: 0;
  background-color: #fff;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  font-size: 1.042vw;
  margin-bottom: 1.389vw;
  color: #000 !important;
}

.popup-btn {
  background: -o-linear-gradient(287.85deg, rgb(255, 224, 163) 12.18%, rgb(245, 187, 72) 88.51%);
  background: linear-gradient(162.15deg, rgb(255, 224, 163) 12.18%, rgb(245, 187, 72) 88.51%);
  -webkit-box-shadow: rgba(249, 182, 48, 0.35) 0px 1.591vw 4.126vw, rgb(209, 174, 103) 0px 0.236vw 0px;
  box-shadow: rgba(249, 182, 48, 0.35) 0px 1.591vw 4.126vw, rgb(209, 174, 103) 0px 0.236vw 0px;
  border-radius: 0.884vw;
  font-weight: 700;
  font-size: 0.972vw;
  line-height: 0.972vw;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: rgb(101, 79, 17);
  padding: 1.875vw 2.361vw;
  border: 0px;
  width: 100%;
}

.popup-btn b {
  color: #654F11;
}

.popup-check {
  cursor: pointer;
  display: block;
  margin-top: 1.389vw;
}

.popup-check-input {
  display: none;
}

.popup-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-check-label {
  width: 1.181vw;
  height: 1.181vw;
  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;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.486vw;
  -webkit-box-shadow: inset 0 0 0.694vw rgba(140, 140, 140, 0.04);
  box-shadow: inset 0 0 0.694vw rgba(140, 140, 140, 0.04);
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  margin-top: -0.208vw;
  overflow: hidden;
  border: 0;
}

.popup-check-text {
  font-size: 0.972vw;
}

.popup-check-input:checked ~ span .popup-label-act {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup-label-act {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
  background-color: #04c5ff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.208vw;
  width: 100%;
  height: 100%;
}

.popup-label-act img {
  width: 100%;
  display: block;
  margin-top: 0.208vw;
}

.menu{
  background: rgba(0,0,0,0.9);
  width: 100%;
  opacity: 0;
  height: 0;
  position: fixed;
  z-index: 112;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: perspective(900px) rotateX(-90deg);
  transform: perspective(900px) rotateX(-90deg);
}
.menu.active{
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(900px) rotateX(0);
  transform: perspective(900px) rotateX(0);
}
.menu__navigation_title{
  margin-bottom: 2vw;
  margin-top: 5vw;
  text-align: center;
}
.menu__navigation_title span{
  font-size: 3.2vw;
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) -10.39%, #FAFAFA 14.4%, #FAFAFA 46.31%, #FAFAFA 79.19%, rgba(250, 250, 250, 0) 104.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}
.menu__navigation_title span b{
  background: #1878E9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;

}
.menu__navigation{
  width: 70%;
}
.menu__navigation ul.flex{
  justify-content: space-between;
}
.menu__navigation li{
  width: 48%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 1.3vw 0;
}
.menu__navigation li a{
  font-size: 1.3vw;
  color: #fff;
  display: block;
}
.menu__navigation li a:hover{
  color: #1D7DF0;
}
.menu__wrap{
  height: 100vh;
  width: 100%;
}
.menu__wrap.flex{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu__box{
  width: 70%;
}
.menu__box.flex{
  justify-content: space-between;
}
.menu__close{
  width: 2vw;
  position: absolute;
  right: 0vw;
  top: 3vw;
}
.menu__close img{
  display: block;
  width: 100%;
}

.menu__logo {
  width: 15.278vw;
}
.menu__logo img {
  max-width: 100%;
}
.menu__messengers {
  margin-left: 0;
}
.menu__messtext {
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #FFFFFF;
  margin-right: 0.556vw;
}
.menu__mess {
  width: 2.222vw;
  height: 2.222vw;
  background: #1A2335;
  border-radius: 0.347vw;
  margin-right: 0.278vw;
  cursor: pointer;
}
.menu__mess.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu__mess img {
  width: 1.389vw;
}
.menu__work {
  padding-left: 1.25vw;
  position: relative;
}
.menu__work:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #8CCE37;
}
.menu__work p {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 136.52%;
  color: #D7D8DB;
}
.menu__phone {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 158.52%;
  color: #D7D8DB;
  padding-left: 1.736vw;
  position: relative;
  margin-left: 1.806vw;
}
.menu__phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.319vw;
  height: 1.319vw;
  background: url(../img/1screen/phone.svg);
  background-size: 100% 100%;
}
.menu__phone:hover {
  color: #1D7DF0;
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 90vw;
  }
  .btn {
    font-size: 3.333vw;
    letter-spacing: 0.52em;
    width: 100%;
    text-align: center;
    padding: 8.153vw 2.778vw;
    border-radius: 3.6vw;
    margin-right: 0;
  }
  .banner {
    padding-top: 32.847vw;
  }
  .banner__title {
    font-size: 7.222vw;
    font-size: 6.7vw;
    text-align: center;
    width: 100%;
  }
  .banner__leftimg {
    width: 100%;
    top: 11vw;
  }
  .banner__subtitle {
    display: none;
  }
  .banner__text {
    font-size: 3.889vw;
    text-align: center;
    width: 63.889vw;
    margin: 0 auto;
    margin-top: 20.833vw;
    margin-bottom: 122.222vw;
  }
  .banner__text br {
    display: none;
  }
  .banner__return {
    left: 11vw;
    top: 42.5vw;
    font-size: 5vw;
    padding: 7.153vw 8.222vw;
  }
  .banner__calc {
    width: 100%;
    margin-top: 6.667vw;
  }
  .banner__calc.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__calc img {
    width: 18.056vw;
  }
  .banner__calc span {
    font-size: 3.889vw;
  }
  .banner__mobilebox {
    position: relative;
    padding-top: 8.333vw;
    padding-bottom: 4.167vw;
    z-index: 5;
  }
  .banner__mobilebox:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    left: -5vw;
    top: 0;
    background: -o-linear-gradient(261.56deg, rgba(40, 66, 104, 0.65) 6.46%, rgba(6, 10, 16, 0) 53.35%, rgba(29, 122, 249, 0.65) 94.73%);
    background: linear-gradient(188.44deg, rgba(40, 66, 104, 0.65) 6.46%, rgba(6, 10, 16, 0) 53.35%, rgba(29, 122, 249, 0.65) 94.73%);
    -webkit-backdrop-filter: blur(12.0113px);
            backdrop-filter: blur(12.0113px);
    border-radius: 8.889vw;
  }
  .banner__advas {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .banner__controls {
    position: relative;
    z-index: 2;
  }
  .banner__adva {
    width: 100%;
    padding-left: 22.222vw;
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
    min-height: 19.444vw;
    border-radius: 2.222vw;
    height: auto;
    margin-bottom: 4.444vw;
  }
  .banner__adva span {
    font-size: 4.444vw;
  }
  .banner__adva_1 {
    background: -o-linear-gradient(285.62deg, #4090FF 1.97%, #1C79F9 47.72%);
    background: linear-gradient(164.38deg, #4090FF 1.97%, #1C79F9 47.72%);
  }
  .banner__adva_1 img {
    width: 20.556vw;
    left: -3.181vw;
  }
  .banner__adva_2 {
    background: #173E74;
  }
  .banner__adva_2 img {
    width: 16.167vw;
    left: 2.278vw;
  }
  .banner__adva_3 {
    background: -o-linear-gradient(285.62deg, #4090FF 1.97%, #1C79F9 47.72%);
    background: linear-gradient(164.38deg, #4090FF 1.97%, #1C79F9 47.72%);
  }
  .banner__adva_3 img {
    width: 18.556vw;
    left: -0.181vw;
  }
  .banner__adva_4 {
    background: #173E74;
  }
  .banner__adva_4 img {
    width: 18.556vw;
    left: 0.819vw;
  }
  .banner__man {
    width: 120vw;
    top: 115vw;
  }
  .banner__rightimg {
    right: 0;
    bottom: 127vw;
    width: 120vw;
    opacity: 0.6;
  }
  .banner__round {
    right: -11vw;
    bottom: 140vw;
    width: 122vw;
  }
  .title {
    margin-bottom: 4.167vw;
  }
  .title span {
    font-size: 7.222vw;
  }
  .title span br {
    display: none;
  }
  .description {
    font-size: 3.889vw;
    margin-bottom: 9.722vw;
  }
  .description br {
    display: none;
  }
  .calculator {
    padding-top: 14vw;
    padding-bottom: 43.333vw;
  }
  .calculator__sidebar {
    display: none;
  }
  .calculator__progress {
    margin-bottom: 9.722vw;
  }
  .calculator__progress.flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .calculator__tab {
    font-size: 4.444vw;
    width: 11.667vw;
    height: 11.667vw;
    border-radius: 1.667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calculator__tab span {
    display: none;
  }
  .calculator__main {
    width: 100%;
  }
  .calculator__name {
    margin-bottom: 4.444vw;
    text-align: center;
  }
  .calculator__name span {
    font-size: 5vw;
  }
  .calculator__name span br {
    display: none;
  }
  .calculator__answers.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calculator__answtext {
    font-size: 3.889vw;
  }
  .calculator__answer {
    width: 44vw;
    margin: 0 0 5vw;
    text-align: center;
  }
  .calculator__answer.fullmob {
    width: 100%;
  }
  .calculator__image {
    height: 53.889vw;
    margin-bottom: 4.444vw;
    border-radius: 3.556vw;
  }
  .calculator__main {
    min-height: 210.75vw;
  }
  .calculator__controls.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator__next {
    width: 63.889vw;
    margin-bottom: 8.333vw;
  }
  .calculator__skip {
    font-size: 3.889vw;
  }
  .calculator__quesinput {
    font-size: 3.111vw;
    padding: 5.236vw;
    border-radius: 2.556vw;
    margin-bottom: 4.778vw;
    width: 100%;
  }
  .calculator__checkbox {
    margin-bottom: 3vw;
  }
  .calculator__checkbox label {
    font-size: 4.111vw;
    padding-left: 8.222vw;
  }
  .calculator__checkbox label:before {
    width: 5.389vw;
    height: 5.389vw;
    border-radius: 1.278vw;
  }
  .calculator__checkbox label:after {
    width: 2.972vw;
    height: 2.694vw;
    left: 1.208vw;
  }
  .calculator__man {
    display: none;
  }
  .calculator__manmob {
    display: block;
    width: 40.278vw;
    margin: 5.556vw auto;
  }
  .calculator__submit {
    line-height: 1.5;
    padding: 5.153vw 2.778vw;
  }
  .calculator__endtext {
    font-size: 4.167vw;
    width: 100%;
    text-align: center;
    margin-bottom: 5.556vw;
  }
  .calculator__endtitle {
    font-size: 5.667vw;
    text-align: center;
  }
  .calculator__endinput {
    margin-right: 0;
    margin-bottom: 6.389vw;
    width: 100%;
  }
  .calculator__endinput label {
    display: none;
  }
  .calculator__endinput input {
    width: 100%;
    font-size: 3.889vw;
    padding: 5.833vw;
    border-radius: 2.556vw;
  }
  .calculator__remark {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
    width: 62.5vw;
  }
  .calculator__remark label {
    font-size: 3.333vw;
    padding-left: 8.222vw;
  }
  .calculator__remark label:before {
    width: 5.389vw;
    height: 5.389vw;
    border-radius: 1.278vw;
  }
  .calculator__remark label:after {
    width: 2.972vw;
    height: 2.694vw;
    left: 1.208vw;
  }
  .portf {
    margin-top: 10vw;
  }
  .portf__cta {
    margin-top: 24vw;
  }
  .portf__rightmoney {
    top: -52vw;
    width: 66vw;
  }
  .portf__rightblur {
    bottom: 193vw;
    width: 95vw;
    opacity: 0.6;
  }
  .portf__leftblur {
    top: -113vw;
    width: 104vw;
  }
  .portf__heading {
    padding-bottom: 3.667vw;
  }
  .portf__numbersmob {
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    margin-bottom: 3vw;
  }
  .portf__numbers {
    width: auto;
  }
  .portf__numbers.pt {
    padding-top: 0;
  }
  .portf__itemleft {
    width: 100%;
    height: 143.819vw;
    margin-bottom: 10vw;
  }
  .portf__itemleft.right {
    width: 100%;
  }
  .portf__title {
    font-size: 5.356vw;
    width: calc(100% - 26.194vw);
  }
  .portf__title.big {
    width: calc(100% - 13.194vw);
  }
  .portf__logo {
    height: 9.514vw;
  }
  .portf__itemleft {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 0;
    padding-bottom: 8vw;
  }
  .portf__numbers p {
    font-size: 3.333vw;
  }
  .portf__numbers span {
    font-size: 6.667vw;
  }
  .portf__numbers span.big {
    font-size: 8.889vw;
  }
  .portf__info span {
    font-size: 4.444vw;
  }
  .portf__info p {
    font-size: 3.489vw;
    color: #fff;
  }
  .portf__info p br {
    display: none;
  }
  .portf__block.first {
    margin-bottom: 4vw;
    padding-right: 30vw;
    padding-right: 37vw;
  }
  .portf__info {
    width: 100%;
  }
  .portf__image_1 {
    width: 55.889vw;
    left: 54%;
    top: 42%;
  }
  .portf__image_2 {
    width: 76.5vw;
    right: -34%;
    top: 26%;
    top: 28%;
  }
  .portf__bg {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .portf__more a {
    font-size: 4.111vw;
    padding-right: 7.292vw;
  }
  .portf__more a:before {
    width: 5.319vw;
    height: 2.764vw;
    top: 60%;
  }
  .portf__cta {
    padding: 6vw 4.167vw;
    padding-top: 10vw;
    border-radius: 4vw;
    background: url(../img/3screen/bg-mob.png) center center/cover no-repeat;
  }
  .portf__cta_title {
    width: 100%;
    text-align: center;
    font-size: 6.5vw;
    margin-bottom: 2vw;
  }
  .portf__cta_title br {
    display: none;
  }
  .portf__cta_image {
    width: 73.5vw;
    margin: 0 auto;
    position: relative;
    top: 5.694vw;
  }
  .portf__cta_btn {
    position: relative;
    z-index: 3;
  }
  .portf__cta_text {
    text-align: center;
    width: 100%;
    font-size: 3.511vw;
  }
  .portf__cta_calc {
    width: 100%;
    margin-top: 5vw;
  }
  .portf__cta_calc.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portf__cta_calc img {
    width: 17.514vw;
    margin-right: 2vw;
  }
  .portf__cta_calc span {
    font-size: 3.972vw;
  }
  .dogovor {
    padding-top: 18.944vw;
  }
  .dogovor__bg {
    display: none;
  }
  .dogovor__bg3 {
    top: 364vw;
  }
  .dogovor__box {
    padding: 5.917vw;
    border-radius: 3.833vw;
    overflow: hidden;
    background: url(../img/5screen/bg-mob.jpg) center center/cover no-repeat;
  }
  .dogovor__title {
    text-align: center;
    margin-bottom: 4.111vw;
  }
  .dogovor__title span {
    font-size: 7.222vw;
  }
  .dogovor__subtitle {
    font-size: 3.65vw;
    text-align: center;
  }
  .dogovor__advas {
    width: 70.514vw;
    margin: 82vw auto 3vw;
  }
  .dogovor__round {
    left: 3vw;
    top: 72vw;
    width: 82vw;
  }
  .dogovor__dogovor {
    /*left: -3vw;
    top: 53vw;*/
    left: -8vw;
    top: 57vw;
    width: 88vw;
    -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  .dogovor__icon_1, .dogovor__icon_2, .dogovor__icon_3, .dogovor__icon_4 {
    position: static;
    width: 14vw;
    margin-bottom: 2vw;
  }
  .dogovor__item {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8.431vw;
    padding-left: 0;
  }
  .dogovor__item.big {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8.431vw;
    padding-left: 0;
  }
  .dogovor__info span {
    font-size: 6.111vw;
  }
  .dogovor__info p {
    font-size: 4.444vw;
    margin-top: 1.278vw;
  }
  .products {
    padding-top: 17.028vw;
  }
  .products__tab {
    font-size: 4.167vw;
    width: 100%;
    padding: 4.722vw 0 4.722vw;
    text-align: center;
    border-radius: 2.417vw;
    margin-right: 0;
    margin-bottom: 4.444vw;
  }
  .products__box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 35.389vw 2.528vw 7.083vw 4.778vw;
    border-radius: 2.833vw;
    position: absolute;
    left: 0;
    top: 90vw;
    height: 169.333vw;
  }
  .products__rightimage {
    position: absolute;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100vw;
    top: -5vw;
    left: -5vw;
  }
  .products__container {
    height: auto;
    height: 260.778vw;
  }
  .products__heading span {
    font-size: 6.111vw;
  }
  .products__heading img {
    width: 6.944vw;
    margin-right: 3.042vw;
  }
  .products__text p {
    font-size: 3.889vw;
    margin-bottom: 4.181vw;
  }
  .products__questions {
    width: 100%;
    margin: 7vw 0 0;
  }
  .products__questions.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products__soc a {
    width: 11.222vw;
    height: 11.222vw;
    border-radius: 2.347vw;
    margin-right: 6.278vw;
  }
  .products__soc a:last-child {
    margin-right: 0;
  }
  .products__soc a img {
    width: 50%;
  }
  .products__questext {
    font-size: 3.889vw;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5.556vw;
  }
  .products__questext br {
    display: none;
  }
  .problems {
    margin-top: 17.861vw;
  }
  .problems__bg {
    left: auto;
    right: 0;
    top: 33vw;
    width: 270%;
  }
  .problems__slider {
    padding: 0;
  }
  .problems__left {
    width: 100%;
    height: 82.556vw;
    padding-left: 7vw;
    padding-bottom: 3vw;
    margin-bottom: 15vw;
  }
  .problems__right {
    width: 100%;
    height: 82.556vw;
    padding-left: 0vw;
    padding-bottom: 3vw;
  }
  .problems__info_1 {
    width: 70.444vw;
    width: 76vw;
  }
  .problems__info_2 {
    width: 70.444vw;
    width: 76vw;
  }
  .problems__heading img {
    width: 8.639vw;
    margin-right: 2.833vw;
  }
  .problems__heading span {
    font-size: 5.556vw;
    font-size: 4.756vw;
    width: calc(100% - 14.472vw);
  }
  .problems__text {
    font-size: 3.889vw;
  }
  .problems__result {
    display: none;
  }
  .problems__vs {
    font-size: 12.028vw;
    top: 81vw;
  }
  .problems__slider .slick-prev, .problems__slider .slick-next {
    width: 13.028vw;
    height: 13.028vw;
  }
  .problems__slider .slick-prev:before, .problems__slider .slick-next:before {
    width: 7.083vw;
    height: 7.083vw;
  }
  .problems__slider .slick-prev {
    top: 52%;
  }
  .problems__slider .slick-next {
    top: 45%;
  }
  .problems__cta {
    margin-top: 11.861vw;
    padding: 4.083vw 3.778vw;
    background: url(../img/7screen/bg.png);
    background-size: 100% 100%;
    border-radius: 4.833vw;
    padding-bottom: 9vw;
  }
  .problems__cta:before {
    left: auto;
    right: 0;
    height: 95vw;
    background: url(../img/7screen/case-mob.png) center center no-repeat;
    background-size: 100% auto;
  }
  .problems__cta_title {
    text-align: center;
  }
  .problems__cta_title span {
    font-size: 6.944vw;
  }
  .problems__cta_text {
    font-size: 4.111vw;
    text-align: center;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55.556vw;
  }
  .problems__cta_calc {
    padding-top: 6.347vw;
    margin-right: auto;
    margin-left: auto;
  }
  .problems__cta_calc.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .problems__cta_calc span {
    font-size: 3.972vw;
  }
  .problems__cta_calc img {
    width: 17.514vw;
    margin-right: 2vw;
  }
  .reasons {
    padding-top: 22.25vw;
  }
  .reasons .title {
    position: relative;
    z-index: 4;
  }
  .reasons__box {
    padding-top: 105vw;
  }
  .reasons__main {
    width: 190.972vw;
    position: absolute;
    top: -43vw;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.05);
        -ms-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  .reasons__item {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 0;
    margin-bottom: 11.111vw;
    text-align: center;
  }
  .reasons__item img {
    position: static;
    margin-bottom: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .reasons__item span {
    font-size: 4.444vw;
  }
  .reasons__item_1 img {
    width: 12.403vw;
  }
  .reasons__item_2 img {
    width: 22.403vw;
  }
  .reasons__item_3 img {
    width: 20.403vw;
    margin-bottom: 2vw;
  }
  .reasons__item_4 img {
    width: 25.403vw;
  }
  .reasons__item_5 img {
    width: 18.403vw;
  }
  .reasons__item_6 img {
    width: 24.403vw;
  }
  .reasons__item_7 img {
    width: 21.403vw;
  }
  .reasons__item_8 img {
    width: 18.403vw;
  }
  .steps {
    padding-top: 16.944vw;
  }
  .steps__bar {
    width: 90%;
  }
  .steps__box {
    margin-top: 9.861vw;
  }
  .steps__text {
    padding-left: 12.792vw;
    margin-bottom: 6.597vw;
  }
  .steps__text p {
    font-size: 4.444vw;
  }
  .steps__text_2 {
    padding-left: 23.792vw;
  }
  .steps__text_3 {
    padding-left: 17.792vw;
  }
  .steps__text_4 {
    padding-left: 20.792vw;
  }
  .steps__text_5 {
    padding-left: 14.792vw;
  }
  .steps__text_6 {
    padding-left: 19.792vw;
  }
  .steps__text_7 {
    padding-left: 21.792vw;
  }
  .steps__item:before {
    top: 6vw;
  }
  .steps__item_1 {
    width: 72.306vw;
  }
  .steps__item_1 img {
    width: 23.417vw;
    left: -7vw;
    top: -6vw;
  }
  .steps__item_2 {
    width: 93.306vw;
  }
  .steps__item_2 img {
    width: 20.417vw;
    left: -1vw;
    top: -1vw;
  }
  .steps__item_3 {
    width: 92.306vw;
  }
  .steps__item_3 img {
    width: 17.417vw;
    left: -1vw;
    top: -1vw;
  }
  .steps__item_4 {
    width: 85.306vw;
  }
  .steps__item_4 img {
    width: 20.417vw;
    left: -2vw;
    top: -3vw;
  }
  .steps__item_5 {
    width: 80.306vw;
  }
  .steps__item_5 img {
    width: 11.417vw;
    left: -1vw;
    top: -3vw;
  }
  .steps__item_6 {
    width: 78.306vw;
  }
  .steps__item_6 img {
    width: 21.417vw;
    left: -4vw;
    top: -5vw;
  }
  .steps__item_7 {
    width: 90.306vw;
  }
  .steps__item_7 img {
    width: 20.417vw;
    left: -1vw;
    top: -3vw;
  }
  .steps__number {
    width: 12.028vw;
    height: 12.028vw;
    border-radius: 2vw;
    font-size: 5.5vw;
    margin-bottom: 10vw;
  }
  .steps__block {
    width: 593.056vw;
  }
  .brands__map {
    left: 78%;
    top: 30.028vw;
    z-index: 1;
    width: 163.861vw;
  }
  .brands__box {
    margin-top: 90.208vw;
  }
  .brands__left {
    width: 32.694vw;
    top: 56vw;
  }
  .brands__right {
    top: -14vw;
  }
  .brands__item {
    width: 27.861vw;
    height: 14.944vw;
    border-radius: 1.486vw;
    margin: 0 1.047vw;
    margin-bottom: 2.528vw;
  }
  .brands__item.remove {
    display: none;
  }
  .team {
    padding-top: 19.25vw;
  }
  .team__bg {
    left: auto;
    right: 0;
    width: 250vw;
    top: 58vw;
  }
  .team__box {
    width: 100%;
  }
  .team__item {
    width: 100%;
    margin-bottom: 8.333vw;
    padding-left: 0;
  }
  .team__man {
    position: static;
    display: block;
    width: 30.556vw;
    margin: 0 auto 6.667vw;
  }
  .team__info {
    text-align: center;
  }
  .team__title {
    font-size: 6.667vw;
  }
  .team__position {
    font-size: 4.444vw;
    margin-bottom: 2.778vw;
  }
  .team__text {
    font-size: 4.444vw;
  }
  .team__telegram {
    border-radius: 1.417vw;
    padding: 1.486vw 2.972vw 1.486vw 2.694vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
  .team__telegram img {
    width: 3.611vw;
    margin-right: 2.5vw;
  }
  .team__telegram span {
    font-size: 4.444vw;
  }
  .contact__left {
    display: none;
  }
  .contact__box {
    width: 90vw;
    margin: 0 auto;
    padding: 8.333vw 3.333vw 16.667vw;
    background: -o-linear-gradient(233.46deg, #25324A 16.68%, #1A2335 67.84%);
    background: linear-gradient(216.54deg, #25324A 16.68%, #1A2335 67.84%);
    border-radius: 3.333vw;
  }
  .contact__right {
    width: 100%;
  }
  .contact__title {
    margin-bottom: 13.889vw;
  }
  .contact__title span {
    font-size: 6.111vw;
  }
  .contact__title span br {
    display: none;
  }
  .contact__inputbox {
    margin-bottom: 5vw;
  }
  .contact__label {
    font-size: 3.889vw;
    text-align: center;
  }
  .contact__select {
    border-radius: 2.222vw;
    font-size: 3.889vw;
    padding: 5.278vw 4.722vw;
    background-size: 3.111vw 3.111vw;
    background-position: 76.472vw center;
  }
  .contact__input {
    border-radius: 2.222vw;
    font-size: 3.889vw;
    padding: 5.278vw 4.722vw;
  }
  .contact__messesbox {
    margin-bottom: 8.333vw;
  }
  .contact__messesbox.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__mess {
    padding: 1.486vw 3.111vw 1.486vw 2.694vw;
    border-radius: 1.556vw;
    margin-right: 3.556vw;
  }
  .contact__mess:last-child {
    margin-right: 0;
  }
  .contact__mess img {
    width: 5vw;
  }
  .contact__mess span {
    font-size: 3.333vw;
  }
  .contact__btn {
    letter-spacing: 0.42em;
    padding: 5.153vw 2.778vw;
    line-height: 1.5;
  }
  .contact__politic {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
    width: 62.5vw;
  }
  .contact__politic label {
    font-size: 3.333vw;
    padding-left: 8.222vw;
  }
  .contact__politic label:before {
    width: 5.389vw;
    height: 5.389vw;
    border-radius: 1.278vw;
  }
  .contact__politic label:after {
    width: 2.972vw;
    height: 2.694vw;
    left: 1.208vw;
  }
  .contact__right {
    position: relative;
    width: 100%;
    bottom: 8vw;
  }
  .popup-wrap {
    width: 89.167vw;
  }
  .popup-form {
    padding: 9.125vw;
    border-radius: 3.694vw;
  }
  .popup-title {
    font-size: 7.361vw;
    margin-bottom: 7.083vw;
  }
  .popup-label {
    font-size: 3.972vw;
    margin-bottom: 1.694vw;
  }
  .popup-input {
    height: 13.028vw;
    padding: 2.347vw 5.042vw;
    font-size: 3.742vw;
    margin-bottom: 6.389vw;
  }
  .popup-btn {
    font-size: 2.972vw;
    line-height: 2.972vw;
    padding: 6.375vw 3.361vw;
    border-radius: 7px;
  }
  .iti {
    margin-bottom: 5.389vw;
  }
  .menu__logo{
    width: 40.278vw;
    display: none;
  }
  .menu__box{
    order: 2;
  }
  .menu__box, .menu__navigation{
    width: 100%;
  }
  .menu__navigation_title span{
    font-size: 7.2vw;
  }
  .menu__navigation li{
    width: 100%;
    padding: 3.6vw 0;
  }
  .menu__navigation li a{
    font-size: 4.3vw;
    text-align: center;
  }
  .menu__mess{
    width: 7.222vw;
    height: 7.222vw;
    background: #1A2335;
    border-radius: 1.347vw;

    width: 9.222vw;
    height: 9.222vw;
    margin-right: 2vw;
  }
  .menu__messtext{
    /*font-size: 2.972vw;
    margin-right: 2.556vw;*/
    font-size: 4.372vw;
    margin-right: 3.556vw;
  }
  .menu__mess img{
    width: 3.389vw;
    width: 5.389vw;
  }
  .menu__navigation_title{
    margin-top: 0;
  }
  .menu__navigation{
    margin-bottom: 11vw;
  }
  .menu__work{
    display: none;
  }
  .menu__phone{
    /*font-size: 3.65vw;
    padding-left: 4.736vw;*/
    font-size: 5.65vw;
    padding-left: 6.736vw;
  }
  .menu__phone:before{
    /*width: 3.319vw;
    height: 3.319vw;*/
    width: 5.319vw;
    height: 5.319vw;
  }
  .menu__close{
    width: 4vw;
  }
  .menu{
    transform: none;
    visibility: visible;
    pointer-events: none;
  }
  .menu.active{
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }
  .menu__box.flex{
    justify-content: center;
  }
  .menu__messengers{
    margin-bottom: 2vw;
  }
}








