@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

nav,
footer,
header,
aside {
  display: block; }

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input,
button,
textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a {
  color: inherit; }

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: 400; }

/*Обнуление*/
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "Raleway", sans-serif;
  color: #22222e;
  line-height: 19px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto; }

.container {
  max-width: 1080px;
  padding: 0 10px;
  margin: 0 auto; }

.header {
  background-color: #22222e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
  .header__logo {
    padding: 29px 0; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__box a {
    display: inline-block;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 20px; }
  .header__lang {
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 19px;
    border-radius: 50%;
    margin-left: 30px; }
    .header__lang--active {
      background-color: rgba(255, 255, 255, 0.1); }
  .header__lk {
    position: relative;
    margin-left: 40px;
    padding: 10px 36px 12px;
    border: 2px solid #fff;
    border-radius: 30px; }
    .header__lk span {
      padding-left: 5px; }

.banner {
  background: url("../img/banner-xl.png") no-repeat top;
  background-color: rgba(229, 229, 229, 0.2);
  height: 1100px;
  min-height: 100%;
  margin-top: 80px;
  position: relative;
  text-align: center; }
  .banner .cloud-bg-left {
    position: absolute;
    max-width: 240px;
    width: 100%;
    height: 160px;
    top: 280px;
    left: 190px;
    z-index: 2; }
  .banner .cloud-bg-right {
    position: absolute;
    max-width: 180px;
    width: 100%;
    height: 180px;
    top: 300px;
    right: 200px;
    z-index: 2; }
  .banner__inner {
    height: 100%; }
  .banner__logo {
    padding-top: 100px; }
  .banner__title {
    padding-top: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px; }
  .banner__subtitle {
    padding-top: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #bb8c07; }
  .banner__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .banner__btn-right {
    position: relative;
    display: inline-block;
    margin: 30px 10px;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 23px;
    padding: 18px 69px;
    color: #fff;
    background: url("../img/border-btn-02.svg") no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    width: 250px;
    height: 60px; }
  .banner__btn-right:hover {
    background: url("../img/border-btn-02h.svg") no-repeat; }
  .banner__btn-left {
    position: relative;
    display: inline-block;
    margin: 30px 10px;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 23px;
    padding: 18px 30px;
    padding-right: 61px;
    width: 250px;
    height: 60px;
    background: url("../img/border-btn1.svg") no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .banner__btn-left:hover {
    background: url("../img/border-btn.svg") no-repeat; }
  .banner__btn-left::after {
    content: "";
    position: absolute;
    background: url("../img/arrow-btn.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 23px;
    right: 30px; }

.function {
  position: relative;
  background: url("../img/functions-bg-xl.png") no-repeat left top;
  background-color: rgba(229, 229, 229, 0.2);
  max-height: 800px;
  height: 100%; }
  .function::after {
    position: absolute;
    content: "";
    background: url("../img/ellipse-small.png") no-repeat;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 140px; }
  .function::before {
    position: absolute;
    content: "";
    background: url("../img/ellipse-left.png") no-repeat;
    width: 200px;
    height: 280px;
    bottom: 0;
    left: 0; }
  .function__inner {
    padding-top: 50px;
    width: 50%;
    margin-left: auto; }
  .function__title {
    font-family: "Proxima Nova Bold";
    font-size: 48px;
    line-height: 43px;
    z-index: 3;
    position: relative; }
  .function__text {
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 50px;
    z-index: 3;
    position: relative; }
  .function__item {
    max-width: 430px;
    height: 120px;
    background-color: #22222e;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
    z-index: 3;
    position: relative; }
  .function__item:last-child {
    margin-left: 100px; }
  .function__item-img {
    padding-left: 10px;
    padding-right: 20px; }
  .function__info-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 43px; }
  .function__images {
    display: none; }

.subscription {
  background-color: rgba(229, 229, 229, 0.2);
  padding-bottom: 200px;
  position: relative; }

.subscription::before {
  content: "";
  position: absolute;
  background: url("../img/ellipse-right-bg-xl.png") no-repeat;
  width: 970px;
  height: 1025px;
  top: -100px;
  right: 50px;
  z-index: 1; }

.subscription__inner {
  width: 50%; }

.qcode {
  min-height: 850px;
  height: 100%;
  background: url("../img/qc-bg.png") no-repeat center bottom;
  background-color: rgba(229, 229, 229, 0.2);
  padding-top: 100px;
  position: relative; }
  .qcode__wrapper {
    position: relative; }
  .qcode__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px; }
    .qcode__box span {
      position: relative;
      width: 430px;
      height: 110px;
      left: 0;
      top: 0; }
  .qcode .path_line {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: line;
    animation-name: line;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    stroke-dasharray: 400;
    stroke-dashoffset: 400; }

@-webkit-keyframes line {
  100% {
    stroke-dashoffset: 0; } }

@keyframes line {
  100% {
    stroke-dashoffset: 0; } }
  .qcode__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding-top: 30px;
    padding-bottom: 10px; }
  .qcode__text {
    font-size: 14px;
    line-height: 17px;
    width: 250px;
    margin-top: -90px; }
  .qcode__link {
    display: inline-block;
    padding-top: 20px;
    padding-left: 25px;
    color: #99b9ee;
    position: relative; }
  .qcode__link::after {
    position: absolute;
    content: "";
    background: url("../img/qc-arrow.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 0; }

.contacts__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contacts__left {
  background-color: #22222e;
  width: 40%;
  padding-left: 270px; }

.contacts__left-wrap {
  width: 45%;
  margin: 0 auto; }

.contacts__title {
  padding-top: 152px;
  font-family: "Proxima Nova Bold";
  font-size: 48px;
  line-height: 43px;
  color: #fff; }
  .contacts__title span {
    color: #fedf47; }

.contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 152px;
  padding-top: 40px;
  width: 270px; }
  .contacts__form input,
  .contacts__form textarea {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 15px;
    border: 1px solid #5c5c67;
    background-color: transparent;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .contacts__form input::-webkit-input-placeholder,
    .contacts__form textarea::-webkit-input-placeholder {
      color: #fff; }
    .contacts__form input:-ms-input-placeholder,
    .contacts__form textarea:-ms-input-placeholder {
      color: #fff; }
    .contacts__form input::-ms-input-placeholder,
    .contacts__form textarea::-ms-input-placeholder {
      color: #fff; }
    .contacts__form input::placeholder,
    .contacts__form textarea::placeholder {
      color: #fff; }
    .contacts__form input:focus,
    .contacts__form textarea:focus {
      border: 1px solid #fedf47; }
      .contacts__form input:focus::-webkit-input-placeholder,
      .contacts__form textarea:focus::-webkit-input-placeholder {
        color: #fedf47; }
      .contacts__form input:focus:-ms-input-placeholder,
      .contacts__form textarea:focus:-ms-input-placeholder {
        color: #fedf47; }
      .contacts__form input:focus::-ms-input-placeholder,
      .contacts__form textarea:focus::-ms-input-placeholder {
        color: #fedf47; }
      .contacts__form input:focus::placeholder,
      .contacts__form textarea:focus::placeholder {
        color: #fedf47; }
  .contacts__form textarea {
    resize: none;
    height: 100px; }
  .contacts__form button {
    position: relative;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 23px;
    padding: 18px 74px;
    padding-right: 110px;
    background: url("../img/border-btn-03.svg") no-repeat;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .contacts__form button:hover {
      color: #bb8c07;
      background: url("../img/border-btn-03h.svg") no-repeat; }
      .contacts__form button:hover span svg path {
        stroke: #bb8c07; }
    .contacts__form button span {
      position: absolute;
      top: 21px;
      right: 76px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .contacts__form .contact__btn-eng {
    padding: 18px 40px;
    padding-right: 80px; }
  .contacts__form .contact__btn-eng span {
    right: 66px; }

.contacts__box {
  padding-left: 100px;
  padding-top: 250px;
  position: relative;
  z-index: 1; }

.contacts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fedf47;
  width: 60%;
  position: relative; }

.contacts .contact__images {
  position: absolute;
  top: 40px;
  right: 0; }

.contacts__right::after {
  position: absolute;
  content: "";
  background: url("../img/contact-bg-left.png") no-repeat;
  top: 30%;
  left: -20px;
  width: 40px;
  height: 600px; }

.contacts__item {
  margin-bottom: 40px; }

.contacts__item-text {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 3px; }

.contacts__item-info {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px; }

.footer {
  background-color: rgba(229, 229, 229, 0.2); }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 31px 0; }
  .footer__inst {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding-top: 18px;
    background-color: rgba(34, 34, 46, 0.1); }
  .footer__copy {
    font-size: 18px;
    line-height: 22px; }

@media (max-width: 1730px) {
  .function {
    background: url("../img/functions-bg.png") no-repeat left top;
    background-color: rgba(229, 229, 229, 0.2);
    max-height: 800px;
    height: 100%; }
  .contacts__left {
    padding-left: 190px; } }

@media (max-width: 1600px) {
  .contacts__left {
    padding-left: 120px; } }

@media (max-width: 1500px) {
  .contacts__left {
    padding-left: 60px; } }

@media (max-width: 1440px) {
  .banner {
    background: url("../img/banner.png") no-repeat top;
    background-color: rgba(229, 229, 229, 0.2);
    min-height: 1100px;
    height: 100%;
    overflow-x: hidden; }
  .banner .cloud-bg-left {
    left: -55px; }
  .banner .cloud-bg-right {
    right: 20px; }
  .subscription::before {
    background: url("../img/ellipse-right-bg.png") no-repeat;
    width: 700px;
    right: 0; }
  .contacts__left {
    padding-left: 0; } }

@media (max-width: 1340px) {
  .function__inner {
    padding-top: 20px; }
  .banner {
    max-height: 1000px; } }

@media (max-width: 1290px) {
  .function {
    background: url("../img/functions-bg-m.png") no-repeat left top;
    background-color: rgba(229, 229, 229, 0.2);
    height: 100%; }
  .function__item {
    max-width: 370px;
    height: 102px; }
  .function__info-title {
    font-size: 20px;
    line-height: 36px; }
  .function__info-text {
    font-size: 14px;
    line-height: 16px; }
  .contacts__left-wrap {
    /*width: 90%;*/
    width: 61%;
  }
  .contacts__left {
    width: 40%; }
  .contact__images {
    display: none; }
  .contacts__right {
    width: 60%;
    background: url("../img/contact-img-m.png") no-repeat right;
    background-size: contain;
    background-color: #fedf47; }
  .contacts__box {
    padding-left: 70px; } }

@media (max-width: 1190px) {
  .banner {
    max-height: 950px; } }

@media (max-width: 1170px) {
  body .banner {
    min-height: 915px;
    background-color: rgba(229, 229, 229, 0.2); } }

@media (max-width: 1050px) {
  body .banner {
    min-height: 700px; } }

@media (max-width: 1024px) {
  .function__title {
    font-size: 36px; }
  .function__text {
    font-size: 16px;
    line-height: 19px; }
  .qcode {
    padding-top: 200px;
    height: 1000px; }
  .contacts__left-wrap {
    width: 100%;
    padding-left: 10px; } }

@media (max-width: 1170px) {
  .banner {
    background: url("../img/banner-m.png") no-repeat top/100% auto;
    min-height: 700px;
    height: 100%; }
  body .function {
    max-height: 700px;
    height: 100%; } }

@media (max-width: 990px) {
  .cloud-bg-left,
  .cloud-bg-right {
    display: none; }
  body .banner {
    max-height: 800px; }
  .banner::before {
    content: "";
    position: absolute;
    background: url("../img/cloud-left-m.png") no-repeat;
    top: 380px;
    max-width: 240px;
    width: 100%;
    height: 160px;
    left: -4px;
    z-index: 2; }
  .banner::after {
    content: "";
    position: absolute;
    background: url("../img/cloud-right-m.png") no-repeat;
    width: 148px;
    top: 380px;
    height: 180px;
    right: 0;
    z-index: 2; }
  .banner__logo {
    padding-top: 80px; }
  .banner__logo img {
    width: 40%; }
  .banner__title {
    font-size: 24px;
    line-height: 28px; }
  .banner__subtitle {
    font-size: 18px;
    line-height: 21px; }
  body .function {
    background: url("../img/functions-bg-m.png") no-repeat left top/600px;
    background-color: rgba(229, 229, 229, 0.2);
    max-height: 650px; }
  .function__item {
    max-width: 273px;
    height: 76px;
    padding: 0; }
  .function__info-title {
    font-size: 16px;
    line-height: 28px; }
  .function__info-text {
    font-size: 12px;
    line-height: 14px;
    padding-right: 10px;
    padding-bottom: 5px; }
  .function__item-img {
    padding: 0 5px; }
  .function__item-img img {
    width: 50px;
    height: 50px; }
  .subscription {
    padding-bottom: 0; }
  .subscription__inner {
    margin-left: 25px; }
  .subscription::before {
    content: "";
    position: absolute;
    background: url("../img/ellipse-right-bg-m.png") no-repeat;
    width: 405px;
    height: 800px;
    top: 0;
    right: 0;
    z-index: 1; }
  .qcode {
    margin-top: -30px;
    background: url("../img/qc-bg.png") no-repeat right bottom;
    background-color: rgba(229, 229, 229, 0.2);
    height: 100%; }
  .qcode__img img {
    width: 120px;
    height: 120px; }
  .qcode__title {
    font-size: 16px;
    line-height: 19px; }
  .qcode__text {
    font-size: 12px;
    line-height: 14px; }
  .qcode__box {
    left: 25px; }
  .qcode__box span::after {
    background: url("../img/qc-line-mob.svg") no-repeat;
    height: 300px;
    width: 400px; }
  .contacts__right {
    width: 60%;
    background: url("../img/contact-img-m.png") no-repeat bottom right;
    background-size: contain;
    background-color: #fedf47; }
  .contacts__box {
    padding-top: 160px; } }

@media (max-width: 940px) {
  body .banner {
    max-height: 750px; }
  .qcode__box span svg {
    width: 350px; }
  .qcode__text {
    margin-top: -80px; } }

@media (max-width: 840px) {
  body .banner {
    max-height: 600px; }
  .function {
    background: url("../img/functions-bg-m.png") no-repeat left top/500px;
    background-color: rgba(229, 229, 229, 0.2);
    height: 660px; }
  .function__title {
    font-size: 32px; }
  .qcode__box {
    top: 80px; }
  body .qcode {
    background: url("../img/qc-bg-m.png") no-repeat center bottom;
    background-color: rgba(229, 229, 229, 0.2);
    max-height: 500px;
    height: 100%; } }

@media (max-width: 770px) {
  body .banner {
    background: url("../img/banner-xs.png") no-repeat top/100% auto;
    min-height: 1010px;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.2); }
  .banner__logo {
    padding-top: 100px; }
  .banner__logo img {
    width: 70%; }
  .banner__title {
    font-size: 24px;
    line-height: 29px; }
  .banner__subtitle {
    font-size: 18px;
    line-height: 21px; }
  .function {
    background: url("../img/functions-bg-m.png") no-repeat left top/450px;
    background-color: rgba(229, 229, 229, 0.2);
    height: 580px; }
  .function__inner {
    width: 57%; }
  .function__title {
    font-size: 30px; }
  .function__text {
    font-size: 15px;
    line-height: 18px; }
  .subscription__inner {
    width: 55%; }
  .qcode {
    background: url("../img/qc-bg-m.png") no-repeat center bottom;
    background-color: rgba(229, 229, 229, 0.2); }
  .qcode span svg {
    width: 320px; }
  .qcode__title {
    padding-bottom: 0; }
  .contacts__left {
    width: 50%; } }

@media (max-width: 690px) {
  body .banner {
    min-height: 920px; }
  .subscription__inner {
    width: 90%;
    padding-top: 70px;
    margin: 0 auto; }
  .function__inner {
    width: 90%;
    margin: 0 auto; }
  .function__images {
    display: block;
    position: absolute;
    width: 100%;
    z-index: -5;
    margin-top: -120px; }
  .function__images img {
    width: 100%; }
  .function__item {
    min-width: 310px; }
  body .function {
    background: url("../img/functions-bg.png") no-repeat center bottom/100%;
    background-color: rgba(229, 229, 229, 0.2);
    max-height: 800px; }
  .function::after,
  .function::before {
    display: none; }
  .function__inner-m::after {
    position: absolute;
    content: "";
    background: url("../img/ellipse-small-m.svg") no-repeat;
    width: 60px;
    height: 60px;
    bottom: -40px;
    right: 30px; }
  .function__inner-m::before {
    position: absolute;
    content: "";
    background: url("../img/ellipse-right_m.svg") no-repeat;
    width: 50px;
    height: 100px;
    bottom: 0;
    right: 0; }
  .subscription::after {
    position: absolute;
    background: url("../img/ellipse-right-xs.svg") no-repeat;
    top: 360px;
    right: 0;
    width: 225px;
    height: 300px;
    z-index: 1; }
  .subscription::before {
    content: "";
    position: absolute;
    background: url("../img/ellipse-right-bg-xs.png") no-repeat;
    width: 225px;
    height: 500px;
    top: 360px;
    right: 0; }
  .subscription__inner {
    padding-top: 30px; }
  .qcode {
    margin-top: 0;
    min-height: 600px; }
  .qcode span {
    display: none; }
  .qcode__text {
    margin-top: 10px; }
  .qcode__box {
    position: relative;
    top: -220px;
    left: 125px; }
  .qcode__box::after {
    content: "";
    position: absolute;
    background: url("../img/qc-line-m.svg") no-repeat;
    height: 210px;
    width: 294px;
    top: 173px;
    left: 0; }
  .qcode__link {
    position: relative;
    z-index: 3; }
  .subscription {
    padding-bottom: 270px; }
  .contacts__left {
    width: 60%; } }

@media (max-width: 620px) {
  body .banner {
    min-height: 850px; }
  .banner__title {
    font-size: 20px;
    line-height: 22px; }
  .banner::before {
    top: 325px; }
  .banner::after {
    top: 340px; }
  .banner__subtitle {
    font-size: 16px;
    line-height: 18px; }
  .header__lk {
    padding: 15px; }
  .header__lk span {
    display: none; }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contacts__left,
  .contacts__right {
    width: 100%; }
  .contacts__right {
    height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .contacts__right {
    background: url("../img/contact-img-m.png") no-repeat bottom center;
    background-size: contain;
    background-color: #fedf47;
    height: 900px;
    width: 100%; }
  .contacts__right::after {
    display: none; }
  .contacts__form {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 60px; }
  .contacts__form button {
    margin: 0 auto; }
  .contacts__item {
    width: 250px; }
  .contacts__title {
    padding-top: 60px; }
  .contacts__box {
    background: url("../img/contact-bg-top.png") no-repeat center top;
    margin-top: -12px;
    padding-top: 40px;
    padding-left: 0;
    height: 300px; } }

@media (max-width: 565px) {
  body .banner {
    min-height: 760px; }
  .banner__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px; }
  .banner__btn-left,
  .banner__btn-right {
    margin: 5px auto;
    width: 260px; }
  .banner__logo {
    padding-top: 60px; }
  .banner__logo img {
    width: 60%; }
  body .function {
    max-height: 700px; }
  .qcode {
    background: url("../img/qc-bg-xs.png") no-repeat center bottom;
    background-color: rgba(229, 229, 229, 0.2);
    height: 600px; }
  .qcode__box {
    left: 45px; } }

@media (max-width: 520px) {
  body .banner {
    min-height: 700px; }
  .banner__logo {
    padding-top: 50px; }
  .banner__title {
    padding-top: 15px;
    font-size: 18px;
    line-height: 20px; }
  .banner__subtitle {
    font-size: 14px;
    line-height: 16px; }
  .header__lang {
    width: 40px;
    height: 40px;
    padding-top: 14px;
    margin-left: 15px; }
  .header__box a {
    font-size: 12px;
    line-height: 12px; }
  .header__lk {
    padding: 5px;
    margin-left: 20px; }
  .banner::before {
    top: 250px; }
  .banner::after {
    top: 260px; }
  .function__inner,
  .subscription__inner {
    width: 95%; }
  .function__item:last-child {
    margin-left: 40px; }
  .qcode__box {
    left: 25px; }
  .contacts__right {
    height: 750px; }
  .footer__inner {
    display: block;
    text-align: center; }
  .footer__inst {
    margin: 20px auto; } }

@media (max-width: 470px) {
  body .banner {
    margin-top: -100px;
    background: url("../img/banner-xxs.png") no-repeat top/100% auto;
    background-color: rgba(229, 229, 229, 0.2);
    min-height: 1020px;
    height: 100%; }
  .header {
    position: relative;
    z-index: 2; }
  .banner::before {
    top: 470px; }
  .banner::after {
    top: 480px; }
  .banner__logo {
    padding-top: 150px; }
  .banner__title {
    padding-top: 30px; }
  .banner__btn {
    padding-top: 30px; } }

@media (max-width: 420px) {
  body .banner {
    min-height: 920px; }
  body .function {
    max-height: 620px; } }

@media (max-width: 390px) {
  body .banner {
    min-height: 850px;
    margin-top: 0; }
  .banner::before {
    top: 360px; }
  .banner::after {
    top: 350px; }
  .banner__logo {
    padding-top: 60px; }
  .banner__title {
    padding-top: 30px; }
  .banner__btn {
    padding-top: 10px; }
  .header__logo img {
    width: 70%; }
  .header__lang {
    width: 35px;
    height: 35px;
    padding-top: 12px;
    margin-left: 8px; }
  .header__lk {
    padding: 3px;
    margin-left: 10px; }
  .function__images {
    margin-top: -90px; }
  .function__inner,
  .subscription__inner {
    width: 100%; }
  .function {
    background: url("../img/functions-bg-xs.png") no-repeat center bottom/100%;
    background-color: rgba(229, 229, 229, 0.2);
    height: 700px; }
  .qcode__box {
    left: 0;
    top: -230px; }
  body .qcode {
    background: url("../img/qc-bg-xs.png") no-repeat center bottom;
    background-color: rgba(229, 229, 229, 0.2);
    min-height: 520px; } }

@media (max-width: 360px) {
  .function__item {
    min-width: 270px; }
  .function__item:last-child {
    margin-left: 30px;
    margin-right: 10px; }
  .function__title {
    font-size: 28px;
    line-height: 32px; }
  .function {
    background: url("../img/functions-bg-xs.png") no-repeat center bottom/100%;
    background-color: rgba(229, 229, 229, 0.2);
    height: 700px; }
  .qcode__box {
    left: 5px; }
  .qcode {
    background: url("../img/qc-bg-xs.png") no-repeat left bottom; }
  body .banner {
    min-height: 750px; }
  .contacts__right {
    height: 700px; } }
