@charset "UTF-8";
@import "../libs/slick-carousel/slick/slick.css";
@import "../libs/slick-carousel/slick/slick-theme.css";
@import "../libs/fancybox/fancybox.css";
@font-face {
  font-family: "M400";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "M500";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "M600";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat-Semibold/Montserrat-Semibold.eot");
  src: url("../fonts/Montserrat-Semibold/Montserrat-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Semibold/Montserrat-Semibold.woff") format("woff"), url("../fonts/Montserrat-Semibold/Montserrat-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "M700";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
}

html {
	scroll-behavior: smooth;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

html, body {
  height: 100vh;
}

/* Выделение текста */
::-moz-selection {
  background: #6FCF97 !important; /* Safari */
  color: #fff !important;
}
::selection {
  background: #6FCF97 !important; /* Safari */
  color: #fff !important;
}

::-moz-selection {
  background: #6FCF97 !important; /* Firefox */
  color: #fff !important;
}

/* Стилизация скроллбара */
* {
  scrollbar-width: thin;
  scrollbar-color: #6FCF97 rgb(243, 248, 248);
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: rgb(243, 248, 248);
}

*::-webkit-scrollbar-thumb {
  background-color: #6FCF97;
  border-radius: 5px;
  border: 3px solid #6FCF97;
}

/* End Стилизация скроллбара */
a:active, a:focus {
  outline: none;
}

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

body {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-family: "M400", sans-serif;
  position: relative;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1800px) {
  body {
    padding-top: 69px;
  }
}
@media screen and (max-width: 1650px) {
  body {
    padding-top: 55px;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
}
body.polit-page {
  padding-top: 0;
}

.container {
  max-width: 1740px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1650px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
}

.section__wrtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section__wrtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.section__wrtitle .section__title {
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 1650px) {
  .section__wrtitle .section__title {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section__wrtitle .section__title {
    text-align: center;
  }
}
.section__wrtitle .section__subtitle {
  max-width: 580px;
  margin-left: auto;
}
@media screen and (max-width: 1650px) {
  .section__wrtitle .section__subtitle {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .section__wrtitle .section__subtitle {
    margin: 20px auto 0 auto;
  }
}

.section {
  margin: 0 auto;
  margin-top: 82px;
  margin-bottom: 82px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section--nm {
  margin-top: 0;
  margin-bottom: 0;
}
.section--mt {
  margin-top: 82px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section--mt {
    margin-top: 40px;
  }
}
.section--mb {
  margin-top: 0;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .section--mb {
    margin-bottom: 40px;
  }
}
.section__title {
  font-size: clamp(1.2rem, 3.2vw, 3.8rem);
  text-transform: uppercase;
  font-family: "M700", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .section__title {
    text-align: center;
  }
}
.section__subtitle {
  text-align: right;
  font-size: 36px;
}
@media screen and (max-width: 1650px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section__subtitle {
    text-align: center;
    font-size: 18px;
  }
}
.section--br {
  background: #1E1E1E;
  padding: 80px 0;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 1400px) {
  .section--br {
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .section--br {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section--br {
    padding: 50px 0 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .section--br {
    padding: 35px 0;
  }
}

/* Начальное состояние */
[data-animate] {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 768px) {
  [data-animate] {
    opacity: 1;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

/* Конечное состояние */
[data-animate].active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  [data-animate].active {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

.polit-doc {
  height: 100%;
}
.polit-doc iframe {
  height: 100%;
  width: 95%;
  border: 0;
  margin: 0 auto;
  display: block;
}

a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: unset;
}
a:hover {
  color: #6fcf97;
}

h1, h2, h3, h4 {
  font-family: "M700", sans-serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

strong {
  font-family: "M700", sans-serif;
}

ul, ol {
  padding: unset;
}
ul li, ol li {
  list-style: none;
  position: relative;
}

em {
  font-style: italic;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(4, 4, 4, 0.4);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  z-index: 10;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1800px) {
  .header {
    padding-top: 7px;
    height: 69px;
  }
}
@media screen and (max-width: 1650px) {
  .header {
    height: 55px;
  }
}
.header .container {
  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;
  height: 100%;
}
.header .logo {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 92px;
}
@media screen and (max-width: 1650px) {
  .header .logo {
    padding-left: 63px;
  }
}
.header .logo__first {
  width: 125px;
  position: absolute;
  top: -45px;
  left: -22px;
}
@media screen and (max-width: 1650px) {
  .header .logo__first {
    width: 85px;
    top: -34px;
    left: -18px;
  }
}
@media screen and (max-width: 1650px) {
  .header .logo__last {
    max-width: 43px;
  }
}
.header--center .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--center .logo {
  margin-right: 0;
}
.header .btn {
  height: 60px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1800px) {
  .header .btn {
    height: auto;
    font-size: 16px;
    padding: 18px 30px;
  }
}
@media screen and (max-width: 1650px) {
  .header .btn {
    font-size: 12px;
    padding: 14px 30px;
  }
}
@media screen and (max-width: 576px) {
  .header .btn {
    padding: 13px 15px;
  }
}
.header .btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.btn {
  background-color: #6fcf97;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  padding: 30px;
  text-decoration: unset;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  font-family: "M600", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 1800px) {
  .btn {
    padding: 23px 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1650px) {
  .btn {
    font-size: 15px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
.btn:hover {
  background: #fff;
  cursor: pointer;
  color: #6fcf97;
}
.btn--wt {
  background: #fff;
  border: 3px solid #fff;
  color: #6fcf97;
}
.btn--wt:hover {
  background: #6fcf97;
  color: #fff;
}
.btn--sm {
  padding: 8px 25px;
  font-size: 13px;
}
.btn--bk {
  background: #000;
  border: 3px solid #fff;
  color: #fff;
  padding: 28px 41px;
}
@media screen and (max-width: 1400px) {
  .btn--bk {
    padding: 22px 35px;
  }
}
@media screen and (max-width: 992px) {
  .btn--bk {
    padding: 15px 18px;
  }
}
.btn--bk:hover {
  background: #fff;
  color: #000;
}

.section-banners__title {
  font-size: clamp(1.2rem, 3.2vw, 3.8rem);
  text-transform: uppercase;
  font-family: "M700", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-banners__title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section-banners__title {
    font-size: max(1.8rem, 2.7vw);
  }
}

.banner-phone {
  background: #6fcf97;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 80px 25px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1650px) {
  .banner-phone {
    padding: 50px 25px 0 25px;
  }
}
@media screen and (max-width: 1400px) {
  .banner-phone {
    padding: 30px 25px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .banner-phone {
    border-radius: 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .banner-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-phone__wr-title {
  margin: 0 40px 40px 0;
  max-width: 186px;
}
@media screen and (max-width: 1800px) {
  .banner-phone__wr-title {
    margin: 0 36px 36px 0;
  }
}
@media screen and (max-width: 1650px) {
  .banner-phone__wr-title {
    margin: 0 25px 25px 0;
    max-width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-phone__wr-title {
    margin: 0 9px 23px 0;
    max-width: 226px;
  }
}
@media screen and (max-width: 768px) {
  .banner-phone__wr-title {
    max-width: 180px;
    margin: 0 100px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .banner-phone__wr-title {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
}
.banner-phone__wr-title .btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-phone__wr-title .btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-width: 180px !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .banner-phone__wr-title .btn {
    min-width: 100% !important;
  }
}
.banner-phone__title {
  font-size: 28px;
  font-family: "M600", sans-serif;
}
@media screen and (max-width: 1800px) {
  .banner-phone__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1650px) {
  .banner-phone__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-phone__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .banner-phone__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .banner-phone__title {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 576px) {
  .banner-phone__title {
    margin: 0 auto 23px auto;
    max-width: 220px;
  }
}
.banner-phone .btn {
  text-transform: unset;
  margin: 0 0 40px 30px;
  min-width: 384px;
}
@media screen and (max-width: 1800px) {
  .banner-phone .btn {
    min-width: 330px;
  }
}
@media screen and (max-width: 1650px) {
  .banner-phone .btn {
    min-width: 255px;
  }
}
@media screen and (max-width: 1400px) {
  .banner-phone .btn {
    min-width: 200px;
    margin: 0 0 23px 11px;
    padding: 11px 15px;
  }
}
@media screen and (max-width: 768px) {
  .banner-phone .btn {
    display: none;
    padding: 20px 15px;
  }
}

.banner-phone-gif {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .banner-phone-gif {
    max-width: 70%;
  }
}
.banner-phone-gif__phone {
  position: absolute;
  bottom: 0;
}

.banner-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .banner-img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner-img {
    overflow: hidden;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-img__bg {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .banner-img__bg {
    display: block;
  }
}
.banner-img__text {
  display: none;
  background: #fdc348;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px;
  font-size: 82px;
  line-height: 82px;
  font-family: "M700", sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .banner-img__text {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 992px) {
  .banner-img__text {
    padding: 22px;
    font-size: 62px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .banner-img__text {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 576px) {
  .banner-img__text {
    display: none;
  }
}
.banner-img__text span {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-img__text span {
    display: inline;
  }
}
.banner-img__img {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .banner-img__img {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .banner-img__img {
    right: calc(50% - 100px);
  }
}
.banner-img__img img {
  max-width: 320px;
}
@media screen and (max-width: 1650px) {
  .banner-img__img img {
    max-width: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-img__img img {
    max-width: 290px;
  }
}
@media screen and (max-width: 992px) {
  .banner-img__img img {
    max-width: 220px;
  }
}
@media screen and (max-width: 576px) {
  .banner-img__img img {
    max-width: 200px;
  }
}

.row .banner-phone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(66.6666666667% - 40px);
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}
@media screen and (max-width: 1200px) {
  .row .banner-phone {
    width: calc(100% - 40px);
  }
}
.row .banner-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1200px) {
  .row .banner-img {
    width: calc(100% - 40px);
  }
}

.section-video__left, .section-video__right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
}
.section-video__left {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1200px) {
  .section-video__left {
    width: calc(25% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .section-video__left {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .section-video__left {
    margin-bottom: 30px;
  }
}
.section-video__left .video {
  margin-left: 40px;
}
@media screen and (max-width: 1650px) {
  .section-video__left .video {
    margin-left: 0px;
  }
}
.section-video__right {
  width: calc(66.6666666667% - 40px);
}
@media screen and (max-width: 1200px) {
  .section-video__right {
    width: calc(75% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .section-video__right {
    width: calc(100% - 40px);
  }
}
.section-video__toptext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 992px) {
  .section-video__toptext {
    margin-bottom: 23px;
  }
}
.section-video__toptext .btn {
  margin-right: 42px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-video__toptext .btn {
    margin-right: 15px;
  }
}
.section-video__toptext .btn img {
  position: absolute;
  width: 80px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-video__toptext .btn:hover {
  background: #000;
  border-color: #000;
}
.section-video__toptext .btn:hover img {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .section-video__toptext--desctop {
    display: none;
  }
}
.section-video__toptext--mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .section-video__toptext--mobile {
    display: block;
  }
}
.section-video__text {
  font-size: 28px;
}
@media screen and (max-width: 1800px) {
  .section-video__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1650px) {
  .section-video__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section-video__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-video__text {
    text-align: center;
  }
}
.section-video__text p {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .section-video__text p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .video {
    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;
  }
}
.video__text {
  font-size: 22px;
  margin-top: 43px;
  max-width: 380px;
}
@media screen and (max-width: 1650px) {
  .video__text {
    font-size: 18px;
    margin-top: 30px;
    max-width: 330px;
  }
}
@media screen and (max-width: 992px) {
  .video__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .video__text {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .video__text {
    text-align: right;
  }
}

.video-play {
  border: 2px solid #6fcf97;
  border-radius: 300px;
  width: 360px;
  height: 360px;
  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;
}
@media screen and (max-width: 1650px) {
  .video-play {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .video-play {
    width: 184px;
    height: 184px;
  }
}
@media screen and (max-width: 992px) {
  .video-play {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .video-play {
    width: 61px;
    height: 61px;
    min-width: 61px;
  }
}

#play {
  -webkit-animation: play 2s infinite linear;
          animation: play 2s infinite linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 1650px) {
  #play {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  #play {
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    position: relative;
    right: -2px;
  }
}

@-webkit-keyframes play {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    opacity: 1;
  }
}

@keyframes play {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    opacity: 1;
  }
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 95vw !important;
  height: 90vh !important;
}

.wr-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wr-icons .icon {
  margin-left: -10px;
}

.icon {
  width: 83px;
  height: 83px;
  border: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .icon {
    width: 63px;
    height: 63px;
  }
}
@media screen and (max-width: 992px) {
  .icon {
    width: 48px;
    height: 48px;
  }
}
.icon img {
  max-width: 54px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .icon img {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 992px) {
  .icon img {
    width: 30px;
    height: 30px;
  }
}
.icon--1:hover #ico-1 {
  -webkit-animation: ico-1 0.2s linear forwards;
          animation: ico-1 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon--2 {
  background-color: #ffa000;
}
.icon--2:hover #ico-2 {
  -webkit-animation: ico-2 0.2s linear forwards;
          animation: ico-2 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon--3 {
  background-color: #434343;
}
.icon--3:hover #ico-3 {
  -webkit-animation: ico-3 0.2s linear forwards;
          animation: ico-3 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon--4 {
  background-color: #e2be89;
}
.icon--4:hover #ico-4 {
  -webkit-animation: ico-4 0.2s linear forwards;
          animation: ico-4 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon--5 {
  background-color: #c1afa9;
}
.icon--5:hover #ico-5 {
  -webkit-animation: ico-5 0.2s linear forwards;
          animation: ico-5 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon--6 {
  background-color: #ffa000;
}
.icon--6:hover #ico-6 {
  -webkit-animation: ico-6 0.2s linear forwards;
          animation: ico-6 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon--7 {
  background-color: #d5ae7e;
}
.icon--7:hover #ico-7 {
  -webkit-animation: ico-7 0.2s linear forwards;
          animation: ico-7 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon--8 {
  background-color: #aca8da;
}
.icon--8:hover #ico-8 {
  -webkit-animation: ico-8 0.2s linear forwards;
          animation: ico-8 0.2s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes ico-1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(-10px) translateY(-18px) rotate(-30deg) scale(1.25, 1.25);
            transform: translateX(-10px) translateY(-18px) rotate(-30deg) scale(1.25, 1.25);
  }
}

@keyframes ico-1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(-10px) translateY(-18px) rotate(-30deg) scale(1.25, 1.25);
            transform: translateX(-10px) translateY(-18px) rotate(-30deg) scale(1.25, 1.25);
  }
}
@-webkit-keyframes ico-2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.25, 1.25);
            transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.25, 1.25);
  }
}
@keyframes ico-2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.25, 1.25);
            transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.25, 1.25);
  }
}
@-webkit-keyframes ico-3 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateY(-40px) rotate(-25deg) scale(1.25, 1.25);
            transform: translateY(-40px) rotate(-25deg) scale(1.25, 1.25);
  }
}
@keyframes ico-3 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateY(-40px) rotate(-25deg) scale(1.25, 1.25);
            transform: translateY(-40px) rotate(-25deg) scale(1.25, 1.25);
  }
}
@-webkit-keyframes ico-4 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(10px) translateY(-40px) rotate(15deg) scale(1.2, 1.2);
            transform: translateX(10px) translateY(-40px) rotate(15deg) scale(1.2, 1.2);
  }
}
@keyframes ico-4 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(10px) translateY(-40px) rotate(15deg) scale(1.2, 1.2);
            transform: translateX(10px) translateY(-40px) rotate(15deg) scale(1.2, 1.2);
  }
}
@-webkit-keyframes ico-5 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(-5px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
            transform: translateX(-5px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
  }
}
@keyframes ico-5 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(-5px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
            transform: translateX(-5px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
  }
}
@-webkit-keyframes ico-6 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
            transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
  }
}
@keyframes ico-6 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
            transform: translateX(10px) translateY(-30px) rotate(15deg) scale(1.1, 1.1);
  }
}
@-webkit-keyframes ico-7 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(8px) translateY(-32px) rotate(15deg);
            transform: translateX(8px) translateY(-32px) rotate(15deg);
  }
}
@keyframes ico-7 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(8px) translateY(-32px) rotate(15deg);
            transform: translateX(8px) translateY(-32px) rotate(15deg);
  }
}
@-webkit-keyframes ico-8 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(-10px) translateY(-30px) rotate(-15deg) scale(1.2, 1.2);
            transform: translateX(-10px) translateY(-30px) rotate(-15deg) scale(1.2, 1.2);
  }
}
@keyframes ico-8 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(-10px) translateY(-30px) rotate(-15deg) scale(1.2, 1.2);
            transform: translateX(-10px) translateY(-30px) rotate(-15deg) scale(1.2, 1.2);
  }
}
.section-video__toptext--mobile {
  margin-bottom: 40px;
}
.section-video__toptext--mobile .wr-icons {
  display: block;
}
.section-video__toptext--mobile .wr-icons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
.section-video__toptext--mobile .wr-icons__row:first-child {
  z-index: 3;
}
.section-video__toptext--mobile .wr-icons__row:last-child {
  z-index: 1;
}
.section-video__toptext--mobile .wr-icons .icon {
  width: 67px;
  height: 67px;
  margin-left: 0;
  border: 1px solid #000;
}
.section-video__toptext--mobile .wr-icons .icon--0 {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-family: "M500", sans-serif;
}
.section-video__toptext--mobile .wr-icons .icon img {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 1400px) {
  .section--ico-top-text .container--fluid {
    max-width: 100% !important;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1400px) {
  .section--ico-top-text .row {
    width: 1398px;
    padding-bottom: 30px;
  }
}

.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row .ico-top-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(20% - 40px);
}

.ico-top-text {
  background: #1e1e1e;
  border-radius: 22px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .ico-top-text {
    padding: 20px 15px;
  }
}
.ico-top-text__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ico-top-text__title {
  color: #6fcf97;
  font-family: "M600", sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1650px) {
  .ico-top-text__title {
    font-size: 18px;
  }
}
.ico-top-text__desc {
  font-size: 16px;
  color: #6fcf97;
  margin-bottom: 10px;
}
@media screen and (max-width: 1650px) {
  .ico-top-text__desc {
    font-size: 13px;
  }
}
.ico-top-text__capt {
  font-size: 18px;
  font-family: "M500", sans-serif;
}
@media screen and (max-width: 1650px) {
  .ico-top-text__capt {
    font-size: 13px;
  }
}
.ico-top-text__capt p {
  margin-bottom: 20px;
}
.ico-top-text__capt p:last-child {
  margin-bottom: 0;
}

.text-info {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  max-width: 1300px;
  margin: 110px auto;
}
@media screen and (max-width: 1650px) {
  .text-info {
    font-size: 26px;
    max-width: 900px;
    margin: 80px auto;
  }
}
@media screen and (max-width: 768px) {
  .text-info {
    font-size: 20px;
    margin: 7px auto 40px auto;
  }
}
@media screen and (max-width: 576px) {
  .text-info {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .slider-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.slider-1 .slick-list {
  margin: 0 -20px;
}
.slider-1 .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slider-1 .box-icon {
  margin: 0 20px;
  height: unset !important;
}
@media screen and (max-width: 768px) {
  .slider-1 .box-icon {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slider-1 .box-icon {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 576px) {
  .slider-1 .box-icon {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 576px) {
  .slider-1 .box-icon {
    margin-bottom: 15px;
  }
}

.box-icon {
  border-radius: 30px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .box-icon {
    padding: 26px;
  }
}
@media screen and (max-width: 576px) {
  .box-icon {
    border-radius: 26px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.box-icon:after {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-icon:hover::after {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media screen and (max-width: 768px) {
  .box-icon:hover::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.box-icon__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 105px;
  margin-bottom: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1650px) {
  .box-icon__ico {
    max-width: 70px;
  }
}
@media screen and (max-width: 576px) {
  .box-icon__ico {
    max-width: 54px;
  }
}
.box-icon__text {
  margin-top: 60px;
  font-size: 22px;
  font-family: "M500", sans-serif;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1650px) {
  .box-icon__text {
    margin-top: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .box-icon__text {
    margin: 0 0 0 20px;
    font-size: 14px;
  }
}

.wr-slider {
  position: relative;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: -30px;
  width: calc(100% + 60px);
}
.slider-arrows .arrow {
  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;
  width: 61px;
  height: 61px;
  border-radius: 50px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .slider-arrows .arrow {
    width: 35px;
    height: 35px;
  }
}
.slider-arrows .arrow_ico {
  background: #000;
  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;
  width: 61px;
  height: 61px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .slider-arrows .arrow_ico {
    width: 35px;
    height: 35px;
  }
}
.slider-arrows .arrow svg {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .slider-arrows .arrow svg {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.slider-arrows .arrow svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider-arrows .arrow_next svg {
  left: -3px;
}
@media screen and (max-width: 992px) {
  .slider-arrows .arrow_next svg {
    left: -1px;
  }
}
.slider-arrows .arrow_prev {
  right: 0;
}
.slider-arrows .arrow_prev svg {
  right: -3px;
}
@media screen and (max-width: 992px) {
  .slider-arrows .arrow_prev svg {
    right: -1px;
  }
}
.slider-arrows .arrow:hover {
  cursor: pointer;
}
.slider-arrows .arrow:hover .arrow_ico {
  background: #fff;
}
.slider-arrows .arrow:hover svg path {
  fill: #6FCF97;
}

.section--sheme {
  padding-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section--sheme {
    padding-top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .section--sheme .container--fluid {
    max-width: 100% !important;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1400px) {
  .section--sheme .sheme {
    width: 1290px;
  }
}

.sheme {
  height: 634px;
  background: url(../image/Group_196481.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-top: 100px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 95px;
}
@media screen and (max-width: 1800px) {
  .sheme {
    height: 568px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme {
    height: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .sheme {
    margin: 60px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .sheme {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 576px) {
  .sheme {
    margin: 0;
  }
}
.sheme__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sheme__col {
  max-width: 240px;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .sheme__col {
    font-size: 16px;
    max-width: 220px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__col {
    font-size: 14px;
    max-width: 170px;
  }
}
.sheme__col span {
  font-family: "M600", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 1800px) {
  .sheme__col span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__col span {
    font-size: 22px;
  }
}
.sheme__row--first {
  padding-top: 130px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--first {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--first {
    padding-top: 95px;
  }
}
.sheme__row--first .sheme__col:first-child {
  right: -80px;
  font-size: 21px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--first .sheme__col:first-child {
    font-size: 16px;
    right: -70px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--first .sheme__col:first-child {
    font-size: 14px;
    right: -59px;
  }
}
.sheme__row--first .sheme__col:nth-child(2n) {
  right: 30px;
  font-size: 18px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--first .sheme__col:nth-child(2n) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--first .sheme__col:nth-child(2n) {
    font-size: 14px;
    right: 22px;
  }
}
.sheme__row--first .sheme__col:last-child {
  right: 140px;
  font-size: 21px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--first .sheme__col:last-child {
    font-size: 16px;
    right: 127px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--first .sheme__col:last-child {
    font-size: 14px;
    right: 105px;
  }
}
.sheme__row--mid {
  padding-top: 37px;
}
@media screen and (max-width: 1650px) {
  .sheme__row--mid {
    padding-top: 23px;
  }
}
.sheme__row--mid .sheme__col:first-child {
  right: 90px;
}
@media screen and (max-width: 1650px) {
  .sheme__row--mid .sheme__col:first-child {
    right: 70px;
  }
}
.sheme__row--mid .sheme__col:nth-child(2n) {
  right: 10px;
}
.sheme__row--mid .sheme__col:nth-child(3n) {
  right: -70px;
}
@media screen and (max-width: 1650px) {
  .sheme__row--mid .sheme__col:nth-child(3n) {
    right: -50px;
  }
}
.sheme__row--mid .sheme__col:last-child {
  right: -90px;
}
@media screen and (max-width: 1650px) {
  .sheme__row--mid .sheme__col:last-child {
    right: -60px;
  }
}
.sheme__row--last {
  padding-top: 70px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--last {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--last {
    padding-top: 50px;
  }
}
.sheme__row--last .sheme__col:first-child {
  right: -80px;
  font-size: 21px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--last .sheme__col:first-child {
    font-size: 16px;
    right: -70px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--last .sheme__col:first-child {
    font-size: 14px;
    right: -59px;
  }
}
.sheme__row--last .sheme__col:nth-child(2n) {
  right: 30px;
  font-size: 18px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--last .sheme__col:nth-child(2n) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--last .sheme__col:nth-child(2n) {
    font-size: 14px;
    right: 22px;
  }
}
.sheme__row--last .sheme__col:last-child {
  right: 140px;
  font-size: 21px;
}
@media screen and (max-width: 1800px) {
  .sheme__row--last .sheme__col:last-child {
    font-size: 16px;
    right: 127px;
  }
}
@media screen and (max-width: 1650px) {
  .sheme__row--last .sheme__col:last-child {
    font-size: 14px;
    right: 105px;
  }
}

.text-info-2 {
  height: 400px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .text-info-2 {
    height: 393px;
  }
}
@media screen and (max-width: 1650px) {
  .text-info-2 {
    height: 323px;
  }
}
@media screen and (max-width: 1400px) {
  .text-info-2 {
    height: 277px;
  }
}
@media screen and (max-width: 1200px) {
  .text-info-2 {
    height: 227px;
  }
}
@media screen and (max-width: 992px) {
  .text-info-2 {
    height: 167px;
  }
}
@media screen and (max-width: 768px) {
  .text-info-2 {
    margin-top: 20px;
    height: 125px;
  }
}
@media screen and (max-width: 576px) {
  .text-info-2 {
    display: none;
  }
}
.text-info-2__text {
  background-image: url(../image/Subtract_3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.text-info-2__bg {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.start-anime #text-info-2__bg {
  -webkit-animation: text-info-2__bg 1.5s linear forwards;
          animation: text-info-2__bg 1.5s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes text-info-2__bg {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  1% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}

@keyframes text-info-2__bg {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  1% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.wr-run-line {
  background: #6FCF97;
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wr-run-line {
    margin-top: 30px;
  }
}

.run-line {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-name: run-line;
          animation-name: run-line;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.run-line__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.run-line__text {
  padding: 0 10px;
}

@-webkit-keyframes run-line {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-490px);
    -webkit-transform: translateX(-490px);
  }
}

@keyframes run-line {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-490px);
    -webkit-transform: translateX(-490px);
  }
}
.how-wоrk {
  padding: 132px 0;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1650px) {
  .how-wоrk {
    padding: 75px 0;
    height: 620px;
  }
}
@media screen and (max-width: 1200px) {
  .how-wоrk {
    padding: 45px 0 115px 0;
    height: 900px;
  }
}
@media screen and (max-width: 992px) {
  .how-wоrk {
    padding: 25px 0 20px 0;
    height: 660px;
  }
}
@media screen and (max-width: 768px) {
  .how-wоrk {
    height: 600px;
    padding: 25px 0 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .how-wоrk {
    padding: 52px 0 30px 0;
    height: 690px;
  }
}
.how-wоrk__title {
  font-size: clamp(1.2rem, 4.1vw, 5rem);
  text-transform: uppercase;
  font-family: "M700", sans-serif;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .how-wоrk__title {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .how-wоrk__title {
    font-size: clamp(1.7rem, 4.1vw, 5rem);
    margin-bottom: 8px;
  }
}
.how-wоrk__sub-title {
  font-size: clamp(1.2rem, 3vw, 4rem);
  text-transform: uppercase;
  font-family: "M700", sans-serif;
}
@media screen and (max-width: 576px) {
  .how-wоrk__sub-title {
    font-size: clamp(1rem, 3vw, 4rem);
  }
}
.how-wоrk__wrt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .how-wоrk__wrt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.how-wоrk__text {
  margin-top: auto;
  font-size: 34px;
  font-family: "M600", sans-serif;
  max-width: 920px;
}
@media screen and (max-width: 1650px) {
  .how-wоrk__text {
    font-size: 24px;
    max-width: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .how-wоrk__text {
    text-align: center;
    margin: auto auto 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .how-wоrk__text {
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .how-wоrk__text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .how-wоrk__text {
    color: #1e1e1e;
    font-size: 19px;
    max-width: 290px;
  }
}
.how-wоrk__line {
  position: absolute;
  bottom: 34px;
  right: 0;
  height: 85px;
}
@media screen and (max-width: 1650px) {
  .how-wоrk__line {
    height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .how-wоrk__line {
    height: 65px;
  }
}
@media screen and (max-width: 992px) {
  .how-wоrk__line {
    height: 45px;
    width: 100%;
    position: unset;
  }
}
@media screen and (max-width: 768px) {
  .how-wоrk__line {
    display: none;
  }
}

.circle {
  border-radius: 3000px;
  background: #E8B42A;
  position: absolute;
  top: 338px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  z-index: -1;
  pointer-events: none; /* Чтобы не мешал интеракции с другими элементами */
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: 0.3s ease-out;
      -ms-transform: 0.3s ease-out;
          transform: 0.3s ease-out;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.circle2 {
  border-radius: 3000px;
  background: #000;
  position: absolute;
  top: 550px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  z-index: 0;
  pointer-events: none; /* Чтобы не мешал интеракции с другими элементами */
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: 0.3s ease-out;
      -ms-transform: 0.3s ease-out;
          transform: 0.3s ease-out;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.fire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.fire img {
  width: 130px;
}
@media screen and (max-width: 1650px) {
  .fire img {
    width: 100px;
  }
}
.fire__slogan {
  font-size: 26px;
  font-style: italic;
  font-family: "M500", sans-serif;
}
@media screen and (max-width: 1400px) {
  .fire__slogan {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .fire__slogan {
    font-size: 16px;
  }
}

.section--how-work {
  overflow: hidden;
  padding-bottom: 50px;
}
.section--how-work .fire {
  position: fixed;
  bottom: 367px;
  left: calc(50% - 167px);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .section--how-work .fire {
    bottom: 330px;
    left: calc(50% - 113.5px);
  }
}
@media screen and (max-width: 1200px) {
  .section--how-work .fire {
    bottom: 219px;
  }
}
@media screen and (max-width: 992px) {
  .section--how-work .fire {
    bottom: 263px;
  }
}
@media screen and (max-width: 576px) {
  .section--how-work .fire {
    bottom: 300px;
    left: calc(50% - 102px);
  }
}
.section--how-work .fire.active {
  position: absolute;
  bottom: unset;
  top: 225px;
}
@media screen and (max-width: 1400px) {
  .section--how-work .fire.active {
    top: 165px;
  }
}
@media screen and (max-width: 1200px) {
  .section--how-work .fire.active {
    top: 295px;
  }
}
@media screen and (max-width: 992px) {
  .section--how-work .fire.active {
    top: 239px;
  }
}
@media screen and (max-width: 576px) {
  .section--how-work .fire.active {
    top: 218px;
  }
}
.section--how-work .fire__slogan {
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.zakaz-item {
  background: #000;
  border-radius: 26px;
  padding: 52px 0 0 42px;
  min-width: 385px;
  height: 385px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1800px) {
  .zakaz-item {
    min-width: 335px;
    height: 335px;
  }
}
@media screen and (max-width: 1650px) {
  .zakaz-item {
    min-width: 265px;
    height: 265px;
  }
}
@media screen and (max-width: 1400px) {
  .zakaz-item {
    min-width: 243px;
    height: 243px;
    padding: 24px 0 0 27px;
  }
}
@media screen and (max-width: 1200px) {
  .zakaz-item {
    min-width: 204px;
    height: 204px;
  }
}
@media screen and (max-width: 992px) {
  .zakaz-item {
    min-width: 152px;
    height: 152px;
    border-radius: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .zakaz-item {
    min-width: 138px;
    width: 138px;
    height: 138px;
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .zakaz-item {
    min-width: 220px;
    width: 220px;
    height: 160px;
  }
}
.zakaz-item__title {
  font-size: 30px;
  font-family: "M500", sans-serif;
}
@media screen and (max-width: 1400px) {
  .zakaz-item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .zakaz-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .zakaz-item__title {
    font-size: 14px;
  }
}
.zakaz-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  right: -30px;
}
.zakaz-item:hover .zakaz-item__img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.zakaz-arr {
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .zakaz-arr {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .zakaz-arr {
    display: block;
    height: 57px;
    max-width: 220px;
  }
}
.zakaz-arr--1 {
  background-image: url(../image/Group_19545-1.svg);
}
@media screen and (max-width: 576px) {
  .zakaz-arr--1 {
    background-image: url(../image/Group_19595.svg);
  }
}
.zakaz-arr--2 {
  background-image: url(../image/Group_19545.svg);
}
@media screen and (max-width: 576px) {
  .zakaz-arr--2 {
    background-image: url(../image/Group_19596.svg);
  }
}

.wr-zakaz {
  border-radius: 30px;
  background: #1e1e1e;
  padding: 80px 80px 65px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1650px) {
  .wr-zakaz {
    padding: 57px 66px 43px 66px;
  }
}
@media screen and (max-width: 1400px) {
  .wr-zakaz {
    padding: 54px 40px 30px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .wr-zakaz {
    padding: 38px 35px 13px 35px;
  }
}
@media screen and (max-width: 992px) {
  .wr-zakaz {
    padding: 28px 25px 8px 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wr-zakaz {
    padding: 16px 20px 23px 20px;
  }
}
@media screen and (max-width: 576px) {
  .wr-zakaz {
    max-width: 310px;
    margin: 0 auto;
  }
}
.wr-zakaz__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wr-zakaz__items {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .wr-zakaz__items {
    -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;
  }
}
@media screen and (max-width: 576px) {
  .wr-zakaz__items .zakaz-item:first-child .zakaz-item__img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    top: -55px;
    right: -55px;
  }
}
.wr-zakaz__items .zakaz-item:nth-child(3) .zakaz-item__img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 576px) {
  .wr-zakaz__items .zakaz-item:nth-child(3) .zakaz-item__img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    top: -30px;
    right: -30px;
  }
}
.wr-zakaz__items .zakaz-item:nth-last-child(2) .zakaz-item__title {
  color: #6fcf97;
}
.wr-zakaz__items .zakaz-item:nth-last-child(2) .zakaz-item__img {
  -webkit-transform: scale(1.75);
      -ms-transform: scale(1.75);
          transform: scale(1.75);
  right: -60px;
  top: -20px;
}
@media screen and (max-width: 992px) {
  .wr-zakaz__items .zakaz-item:nth-last-child(2) .zakaz-item__img {
    -webkit-transform: scale(2.1);
        -ms-transform: scale(2.1);
            transform: scale(2.1);
    right: -40px;
    top: -8px;
  }
}
@media screen and (max-width: 576px) {
  .wr-zakaz__items .zakaz-item:nth-last-child(2) .zakaz-item__img {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    right: -20px;
    top: -30px;
  }
}
.wr-zakaz__items .zakaz-item:nth-last-child(2):hover .zakaz-item__img {
  -webkit-transform: scale(1.75);
      -ms-transform: scale(1.75);
          transform: scale(1.75);
}
.wr-zakaz__kech {
  background-image: url(../image/Frame_19448.svg), url(../image/Group_19544.svg);
  background-repeat: no-repeat;
  background-position: center, top;
  background-size: 258px, contain;
  height: 110px;
  width: 1235px;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .wr-zakaz__kech {
    width: 1105px;
  }
}
@media screen and (max-width: 1650px) {
  .wr-zakaz__kech {
    width: 880px;
    background-size: 190px, contain;
    height: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .wr-zakaz__kech {
    width: 810px;
    background-size: 150px, contain;
    height: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .wr-zakaz__kech {
    width: 654px;
    height: 62px;
  }
}
@media screen and (max-width: 992px) {
  .wr-zakaz__kech {
    width: 490px;
    background-size: 95px, contain;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .wr-zakaz__kech {
    display: none;
  }
}
.wr-zakaz__kech2 {
  display: none;
  background-image: url(../image/Frame_19448.svg), url(../image/Group_19590.svg);
  background-repeat: no-repeat;
  background-position: center 6px, bottom;
  background-size: 106px, contain;
  height: 32px;
  width: 320px;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 768px) {
  .wr-zakaz__kech2 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .wr-zakaz__kech2 {
    display: none;
  }
}
.wr-zakaz__kech3 {
  display: none;
  background-image: url(../image/Group_195444.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 41px;
  height: 100%;
  width: 44px;
  position: absolute;
  left: 8px;
  top: 0;
}
@media screen and (max-width: 576px) {
  .wr-zakaz__kech3 {
    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;
  }
}
.wr-zakaz__kech3 div {
  width: 138px;
  position: absolute;
  top: 50%;
  left: -65px;
}
.wr-zakaz__kech3 span {
  display: block;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.wr-zakaz__steps {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .wr-zakaz__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .wr-zakaz__steps {
    display: none;
  }
}
.wr-zakaz__step1, .wr-zakaz__step2 {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
}
.wr-zakaz__step1 {
  background-image: url(../image/Checkin.svg), url(../image/Group_19588.svg);
  background-position: center 9px, top;
  background-size: 55px, 158px;
}
.wr-zakaz__step2 {
  background-image: url(../image/Consumers_order.svg), url(../image/Group_19588.svg);
  background-position: center 4px, top;
  background-size: 68px, 158px;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #4c4c4c;
}

::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #4c4c4c;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #4c4c4c;
}

::placeholder {
  opacity: 1;
  color: #4c4c4c;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  -webkit-appereance: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: none !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0 !important;
}

.wr-forma {
  color: #fff;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .wr-forma {
    margin: 0 0 70px 0;
  }
}
.wr-forma__label {
  position: relative;
  font-size: 34px;
  margin-bottom: 10px;
  font-family: "M500", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1650px) {
  .wr-forma__label {
    font-size: 32px;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .wr-forma__label {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wr-forma__label {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.wr-forma__label:before {
  content: "";
  background: #6fcf97;
  width: 27px;
  height: 27px;
  border-radius: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 1650px) {
  .wr-forma__label:before {
    width: 18px;
    height: 18px;
    margin-right: 16px;
    position: relative;
    top: 3px;
  }
}
.wr-forma__title {
  font-size: clamp(1.2rem, 3.2vw, 3.8rem);
  text-transform: uppercase;
  font-family: "M700", sans-serif;
  margin-bottom: 75px;
}
@media screen and (max-width: 1650px) {
  .wr-forma__title {
    font-size: clamp(1.2rem, 2.9vw, 3.8rem);
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .wr-forma__title {
    font-size: clamp(1.2rem, 5.5vw, 6rem);
  }
}
@media screen and (max-width: 992px) {
  .wr-forma__title {
    font-size: clamp(1.2rem, 4vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .wr-forma__title {
    margin-bottom: 30px;
  }
}
.wr-forma__desc {
  font-family: "M500", sans-serif;
  font-size: 34px;
}
@media screen and (max-width: 1650px) {
  .wr-forma__desc {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .wr-forma__desc {
    font-size: 18px;
  }
}

.forma {
  margin: 52px 0;
  display: block;
}
@media screen and (max-width: 1650px) {
  .forma {
    margin: 28px 0;
  }
}
.forma input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: button;
  border: 0;
}
.forma input[type=text],
.forma input[type=tel],
.forma input[type=number],
.forma input[type=email],
.forma input[type=password],
.forma textarea,
.forma select {
  background: #1E1E1E;
  color: #fff;
  display: block;
  border: 0;
  font-size: 30px;
  padding: 45px 30px;
  border-radius: 30px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1650px) {
  .forma input[type=text],
.forma input[type=tel],
.forma input[type=number],
.forma input[type=email],
.forma input[type=password],
.forma textarea,
.forma select {
    font-size: 22px;
    padding: 35px 22px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .forma input[type=text],
.forma input[type=tel],
.forma input[type=number],
.forma input[type=email],
.forma input[type=password],
.forma textarea,
.forma select {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .forma input[type=text],
.forma input[type=tel],
.forma input[type=number],
.forma input[type=email],
.forma input[type=password],
.forma textarea,
.forma select {
    padding: 44px 32px;
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .forma input[type=text],
.forma input[type=tel],
.forma input[type=number],
.forma input[type=email],
.forma input[type=password],
.forma textarea,
.forma select {
    font-size: 22px;
    padding: 31px 20px;
  }
}
@media screen and (max-width: 768px) {
  .forma input[type=text],
.forma input[type=tel],
.forma input[type=number],
.forma input[type=email],
.forma input[type=password],
.forma textarea,
.forma select {
    font-size: 18px;
    border-radius: 20px;
  }
}
.forma__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .forma__row {
    margin-bottom: 0;
  }
}
.forma__row .forma__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(25% - 40px);
}
@media screen and (max-width: 1200px) {
  .forma__row .forma__input {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .forma__row .forma__input {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .forma__row .forma__input {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .forma__row .forma__input {
    margin-bottom: 20px;
  }
}
.forma__row .btn {
  border-radius: 30px;
  padding: 20px 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 35px;
  border: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1650px) {
  .forma__row .btn {
    font-size: 24px;
    padding: 17px 22px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .forma__row .btn {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .forma__row .btn {
    font-size: 35px;
    padding: 24px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .forma__row .btn {
    font-size: 28px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 576px) {
  .forma__row .btn {
    font-size: 22px;
    font-family: "M700", sans-serif;
  }
}
.forma__row .btn span {
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 50px;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1650px) {
  .forma__row .btn span {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 1400px) {
  .forma__row .btn span {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .forma__row .btn span {
    margin-left: 20px;
    width: 77px;
    height: 77px;
  }
}
@media screen and (max-width: 992px) {
  .forma__row .btn span {
    margin-left: 15px;
    width: 60px;
    height: 60px;
  }
}
.forma__row .btn:hover span {
  background: #6fcf97;
}
.forma__row .btn img.load {
  position: absolute;
  right: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  display: none;
}
.forma__row--2 .forma__input {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1200px) {
  .forma__row--2 .forma__input {
    width: calc(100% - 40px);
  }
}
.forma__row--2 .btn {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 43px 22px;
}
@media screen and (max-width: 1800px) {
  .forma__row--2 .btn {
    padding: 34px 22px;
  }
}

.confid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #4c4c4c;
}
@media screen and (max-width: 992px) {
  .confid {
    font-size: 12px;
  }
}
.confid a {
  font-family: "M700", sans-serif;
  margin-left: 10px;
  color: #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}
.confid a:hover {
  color: #6fcf97;
  border-bottom: 1px solid #6fcf97;
}
.confid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#thank-you-message {
  text-align: center;
}

.message {
  max-width: 350px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .message {
    max-width: 300px;
    font-size: 16px;
  }
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + i,
input[type=radio] + i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #000;
}

input[type=checkbox] + i {
  border: 3px solid #1E1E1E;
  min-width: 26px;
  height: 26px;
  margin-right: 17px;
  border-radius: 8px;
}

input[type=radio] + i {
  border-radius: 50%;
  min-width: 31px;
  height: 31px;
  margin-right: 16px;
  overflow: hidden;
}

input[type=checkbox] + i:before,
input[type=radio] + i:before {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input[type=radio] + i:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}

input[type=checkbox] + i:before {
  background-image: url(../image/chesk-gr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  padding: 10px;
  border-radius: 0;
}

input[type=checkbox]:checked + i:before,
input[type=radio]:checked + i:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.section--contacts {
  background: #E8B42A;
  padding-top: 30px;
  overflow: hidden;
}
.section--contacts .container {
  position: relative;
  z-index: 1;
}

.contact {
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  min-height: 317px;
  font-size: 30px;
  font-family: "M500", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1650px) {
  .contact {
    min-height: 212px;
    padding: 33px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .contact {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .contact {
    padding: 20px;
    font-size: 20px;
    min-height: 170px;
  }
}
.contact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 250px;
}
@media screen and (max-width: 1650px) {
  .contact:before {
    background-position: center right 10px;
    background-size: 165px;
  }
}
@media screen and (max-width: 992px) {
  .contact:before {
    background-size: 120px;
  }
}
.contact--em::before {
  background-image: url(../image/mail.png);
}
.contact--tg::before {
  background-image: url(../image/telegram.png);
}
.contact--vk::before {
  background-image: url(../image/vk.png);
}
.contact:after {
  content: "";
  position: absolute;
  background: #1e1e1e;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1650px) {
  .contact:after {
    border-radius: 25px;
  }
}
.contact:hover::after {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.contact__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact__title {
  margin-bottom: auto;
  text-transform: uppercase;
  font-family: "M700", sans-serif;
  position: relative;
  z-index: 1;
}
.contact__link-name {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .contact__link-name {
    font-size: 17px;
  }
}

.wr-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .wr-contacts {
    padding-bottom: 70px;
  }
}
.wr-contacts .contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 768px) {
  .wr-contacts .contact {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .wr-contacts .contact {
    margin-bottom: 15px;
  }
}

.preloader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9910;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.preloader1 {
  background-color: #1e1e1e;
  z-index: 9909;
}

.preloader2 {
  background-color: #252424;
  z-index: 9908;
}

.preloader3 {
  background-color: #2f2f2f;
  z-index: 9907;
}

.preloader_out_top_prepare {
  top: -100vh;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.preloader_in_top {
  top: -100vh;
}

.preloader_out_bottom_prepare {
  top: 100vh;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.preloader_in_bottom {
  top: 100vh;
}

.preloader_out_left_prepare {
  left: -100vw;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.preloader_in_left {
  left: -100vw;
}

.preloader_out_right_prepare {
  left: 100vw;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.preloader_in_right {
  left: 100vw;
}

.section-vizitka {
  height: 100vh;
  position: relative;
}
.section-vizitka .container {
  height: 100%;
}

.vizitka-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .vizitka-bg {
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .vizitka-bg {
    bottom: -5%;
  }
}
@media screen and (max-width: 576px) {
  .vizitka-bg {
    bottom: 0;
  }
}
.vizitka-bg__blur {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.vizitka-bg__img {
  height: 100%;
  background-image: url(../image/Eye_4.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.user {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 475px;
  margin: 0 auto 112px auto;
}
@media screen and (max-width: 1800px) {
  .user {
    width: 375px;
    margin: 0 auto 80px auto;
  }
}
@media screen and (max-width: 1200px) {
  .user {
    margin: 0 auto 50px auto;
  }
}
@media screen and (max-width: 576px) {
  .user {
    width: 100%;
  }
}
.user__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
}
.user__img img {
  width: 100%;
}
.user__name {
  font-size: clamp(3.2rem, 3.8vw, 4.2rem);
  font-family: "M700", sans-serif;
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width: 1800px) {
  .user__name {
    font-size: clamp(3.2rem, 3.4vw, 4.2rem);
    margin-top: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .user__name {
    font-size: clamp(3.2rem, 4.8vw, 5.2rem);
  }
}
.user__name-last {
  text-align: right;
}

.link-ico {
  border-radius: 26px;
  background: #1e1e1e;
  color: #fff;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 115px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 33px;
}
@media screen and (max-width: 1400px) {
  .link-ico {
    font-size: 22px;
    padding: 0 25px;
    height: 80px;
    border-radius: 20px;
  }
}
.link-ico__ico img {
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
}
@media screen and (max-width: 1400px) {
  .link-ico__ico img {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@media screen and (max-width: 1200px) {
  .section-vizitka .row {
    max-width: 412px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .section-vizitka .row {
    max-width: unset;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-vizitka .row .link-ico {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1200px) {
  .section-vizitka .row .link-ico {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .section-vizitka .row .link-ico {
    margin-bottom: 15px;
  }
}

.deleteuser__text {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .deleteuser__text {
    margin-bottom: 50px;
  }
}
.deleteuser__title {
  font-size: clamp(1.2rem, 3.5vw, 5.5rem);
  font-family: "M600", sans-serif;
  text-transform: uppercase;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .deleteuser__title {
    font-size: clamp(1.2rem, 4.5vw, 5.5rem);
  }
}
@media screen and (max-width: 992px) {
  .deleteuser__title {
    font-size: clamp(1.2rem, 5.5vw, 5.5rem);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .deleteuser__title {
    font-size: clamp(2.5rem, 5.5vw, 5.5rem);
    margin-bottom: 30px;
  }
}
.deleteuser__capt {
  font-size: 28px;
  max-width: 1300px;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .deleteuser__capt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .deleteuser__capt {
    font-size: 16px;
  }
}

.footer {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 0 35px 0;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
}
@media screen and (max-width: 1650px) {
  .footer__content {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .footer__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__copyr {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  .footer__copyr {
    margin-bottom: 15px;
  }
}

.cookie {
  font-family: "M600", sans-serif;
  background: #6fcf97;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 35px 0;
  width: 100%;
  z-index: 100;
}
.cookie__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.cookie__text {
  margin-bottom: 15px;
  font-size: 16px;
}
.cookie .btn {
  font-family: "M700", sans-serif;
}

.fade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .fade {
    display: block;
  }
}
.fade.fade.animate {
  opacity: 1;
  visibility: visible;
}