@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: '';
  content: none;
}

q::before, q::after {
  content: '';
  content: none;
}

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

/* @import "libs/slick"; */
/* stylelint-disable scss/operator-no-unspaced */
@font-face {
  font-family: "Museo Sans Cyrl";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Regular.woff);
  src: local("Montserrat-Regular"), local("Montserrat-Regular"), url(fonts/Montserrat-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  font-style: italic;
  font-weight: normal;
  src: url(fonts/Montserrat-Italic.woff);
  src: local("Montserrat-Italic"), local("Montserrat-Italic"), url(fonts/Montserrat-Italic.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Montserrat-Medium.woff);
  src: local("Montserrat-Medium"), local("Montserrat-Medium"), url(fonts/Montserrat-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Montserrat-SemiBold.woff);
  src: local("Montserrat-SemiBold"), local("Montserrat-SemiBold"), url(fonts/Montserrat-SemiBold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  font-style: normal;
  font-weight: bold;
  src: url(fonts/Montserrat-Bold.woff);
  src: local("Montserrat-Bold"), local("Montserrat-Bold"), url(fonts/Montserrat-Bold.woff) format("woff");
  font-display: swap;
}

/* stylelint-enable scss/operator-no-unspaced */
/* Colors */
/* Global */
/* Typography */
/* UI */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 60px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .m_container {
    padding: 0 25px;
  }
}

section {
  padding: 60px 0;
}

@media (max-width: 1024px) {
  section {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  section {
    padding: 20px 0;
  }
}

html {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 13px;
  }
}

h1,
.h1 {
  margin: 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 900px) {
  h1,
  .h1 {
    font-size: 1.85rem;
  }
}

h2,
.h2 {
  margin: 15px 0;
  font-family: "Raleway", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 900px) {
  h2,
  .h2 {
    font-size: 1.85rem;
  }
}

h3,
.h3 {
  margin: 10px 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 900px) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  margin: 5px 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 900px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin: 5px 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 900px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  margin: 5px 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 900px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.4s;
  transition: opacity 0.3s, visibility 0.4s;
}

@media (max-width: 768px) {
  .modal-wrapper {
    padding: 15px;
  }
}

.modal-wrapper::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.modal-wrapper.active {
  visibility: visible;
  opacity: 1;
}

.modal-wrapper.active .modal {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal-wrapper .modal {
  position: relative;
  z-index: 11;
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 50px 20px;
  font-size: 1rem;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

@media (max-width: 992px) {
  .modal-wrapper .modal {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .modal-wrapper .modal {
    padding: 30px 15px;
  }
}

.modal-wrapper .modal--small {
  max-width: 480px;
}

.modal-wrapper .modal--medium {
  max-width: 540px;
}

.modal-wrapper .modal--large {
  max-width: 740px;
}

.modal-wrapper .modal--no-padding {
  padding-right: 0;
  padding-left: 0;
}

/* Buttons */
button {
  cursor: pointer;
}

.button {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  padding: 0.858em 1.5em;
  margin: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0081ef), to(#116fbf)), #116fbf;
  background: linear-gradient(180deg, #0081ef 0%, #116fbf 100%), #116fbf;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 25px 10px -15px rgba(17, 111, 191, 0.3);
          box-shadow: 0 25px 10px -15px rgba(17, 111, 191, 0.3);
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media (max-width: 900px) {
  .button {
    padding: 1em 1.25em;
  }
}

.button:hover {
  -webkit-box-shadow: 0 20px 10px -15px rgba(17, 111, 191, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 10px -15px rgba(17, 111, 191, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.4);
}

.button:hover::before {
  opacity: 0;
}

.button:focus {
  outline: transparent;
}

.button svg {
  -webkit-transition: fill 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, transform 0.3s;
  transition: fill 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.button--small {
  min-width: initial;
  padding: 0.625em 1.25em;
  font-size: 14px;
}

.button--blue-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#00c4ef), to(#2193d3));
  background: linear-gradient(180deg, #00c4ef 0%, #2193d3 100%);
}

.button--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#e23d2f), to(#9b2117));
  background: linear-gradient(180deg, #e23d2f 0%, #9b2117 100%);
}

.button--white {
  color: #116fbf;
  background: -webkit-gradient(linear, left top, left bottom, from(#effbff), color-stop(46.88%, #dbf4fe), to(#a2d4e8));
  background: linear-gradient(180deg, #effbff 0%, #dbf4fe 46.88%, #a2d4e8 100%);
}

.button--blue {
  color: #116fbf;
  background: none;
  background-color: rgba(195, 229, 242, 0.5);
  border-color: #116fbf;
  border-width: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button--blue:hover {
  color: #fff;
  background-color: #116fbf;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button--blue:hover .svg {
  opacity: 1;
  stroke: #fff;
}

.button--blue .svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  opacity: 0.5;
  stroke: #116fbf;
  -webkit-transition: stroke 0.3s, opacity 0.3s;
  transition: stroke 0.3s, opacity 0.3s;
}

.button-tab {
  min-width: auto;
  margin: 0;
  color: rgba(126, 126, 126, 0.5);
  text-transform: uppercase;
  background: none;
  background-color: transparent;
  border: 1px solid #c3e5f2;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-tab:first-child {
  border-right: none;
  border-radius: 6px 0 0 6px;
}

.button-tab:last-child {
  border-left: none;
  border-radius: 0 6px 6px 0;
}

.button-tab:first-child:last-child {
  border: 1px solid #c3e5f2;
  border-radius: 6px;
}

.button-tab:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  min-width: 1px;
  height: 70%;
  content: '';
  background-color: #c3e5f2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-tab:hover {
  background-color: rgba(195, 229, 242, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-tab.active {
  color: #116fbf;
}

/* Inputs && Textareas */
.input,
.textarea {
  padding: 0.858em 1.5em;
  margin: 5px;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  background-color: #fff;
  border: 1px solid #c3e5f2;
  border-radius: 6px;
  outline: transparent;
  -webkit-box-shadow: 0 4px 10px rgba(176, 189, 191, 0.25);
          box-shadow: 0 4px 10px rgba(176, 189, 191, 0.25);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

@media (max-width: 900px) {
  .input,
  .textarea {
    padding: 0.75em 1em;
  }
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #7e7e7e;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #7e7e7e;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #7e7e7e;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #7e7e7e;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.input:hover,
.textarea:hover {
  border: 1px solid #116fbf;
}

.input:focus,
.textarea:focus {
  border: 1px solid #116fbf;
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.input:focus:-moz-placeholder,
.textarea:focus:-moz-placeholder {
  opacity: 0;
  transform: translateX(100%);
}

.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  opacity: 0;
  transform: translateX(100%);
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transform: translateX(100%);
}

.textarea {
  height: 100px;
  padding: 0.858em 1.5em;
  margin: 5px;
  resize: none;
}

@media (max-width: 900px) {
  .textarea {
    padding: 0.75em 1em;
  }
}

/* Checkboxes && Radios */
.checkbox,
.radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  cursor: pointer;
}

.checkbox:hover .checkbox__custom,
.checkbox:hover .radio__custom,
.radio:hover .checkbox__custom,
.radio:hover .radio__custom {
  border-color: #116fbf;
}

.checkbox__input,
.radio__input {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.checkbox__input:checked + .checkbox__custom,
.radio__input:checked + .checkbox__custom {
  background-color: #fff;
}

.checkbox__input:checked + .checkbox__custom .checkbox__icon,
.radio__input:checked + .checkbox__custom .checkbox__icon {
  opacity: 1;
}

.checkbox__custom,
.radio__custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0 10px 0 0;
  background-color: rgba(195, 229, 242, 0.8);
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox__text,
.radio__text {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

.checkbox__link,
.radio__link {
  color: #7e7e7e;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.checkbox__link:hover,
.radio__link:hover {
  color: #7e7e7e;
  text-decoration: underline;
}

.checkbox__icon,
.radio__icon {
  width: 14px;
  height: 14px;
  opacity: 0;
  stroke: #116fbf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radio {
  margin: 5px 0;
}

.radio__input:checked + .radio__custom {
  background-color: #fff;
}

.radio__input:checked + .radio__custom::before {
  opacity: 1;
}

.radio__custom {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 10px 0 0;
  background-color: rgba(195, 229, 242, 0.8);
  border-radius: 50%;
}

.radio__custom::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #116fbf;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Cancel (Test) */
.cancel {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.cancel--fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}

.cancel:hover .cancel__item, .cancel:focus .cancel__item {
  background-color: #bd2d21;
}

.cancel__item {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #bdbdbd;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cancel__item:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.cancel__item:last-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-logo {
  max-width: 256px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .header-logo {
    max-width: 162px;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .m_header-nav {
    display: none;
  }
}

.m_header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.m_header-nav__items li:last-child a {
  margin-right: 0;
}

.m_header-nav__item {
  margin-right: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color ease-in .3s;
  transition: color ease-in .3s;
}

@media (max-width: 900px) {
  .m_header-nav__item {
    margin-right: 25px;
  }
}

.m_header-nav__item.active, .m_header-nav__item:hover {
  color: #01ae01;
}

.header-hamburger-wrap {
  display: none;
}

@media (max-width: 767px) {
  .header-hamburger-wrap {
    display: block;
  }
}

.header-hamburger {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 767px) {
  .header-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-hamburger.active .header-hamburger__item:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header-hamburger.active .header-hamburger__item:nth-child(2) {
  opacity: 0;
}

.header-hamburger.active .header-hamburger__item:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header-hamburger:hover .header-hamburger__item {
  background-color: #01ae01;
}

.header-hamburger__item {
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: background-color ease .4s, opacity ease .4s, -webkit-transform ease .4s;
  transition: background-color ease .4s, opacity ease .4s, -webkit-transform ease .4s;
  transition: background-color ease .4s, transform ease .4s, opacity ease .4s;
  transition: background-color ease .4s, transform ease .4s, opacity ease .4s, -webkit-transform ease .4s;
}

.header-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  z-index: 99;
  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;
  padding: 120px 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s;
}

.header-mobile-nav.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header-mobile-nav .header-logo {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin-left: 25px;
}

@media (max-width: 380px) {
  .header-mobile-nav .header-logo {
    margin-left: 25px;
  }
}

.header-mobile-nav__item {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color ease-in .3s;
  transition: color ease-in .3s;
}

.header-mobile-nav__item.active, .header-mobile-nav__item:hover {
  color: #01ae01;
}

.footer {
  background-color: #fff;
}

.m_promo-section {
  position: relative;
  background-color: #0E0E0F;
  min-height: 100vh;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .m_promo-aside {
    display: none;
  }
}

.m_promo-aside-nav {
  position: absolute;
  top: 50%;
  left: 130px;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  height: 120px;
  z-index: 2;
}

.m_promo-aside-nav__link {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 25px;
  text-decoration: none;
  -webkit-transition: opacity ease-in .3s;
  transition: opacity ease-in .3s;
}

.m_promo-aside-nav__link:hover {
  opacity: 1;
}

.m_promo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m_promo-left-block {
  max-width: 500px;
  position: relative;
  z-index: 10;
}

.m_promo-left-block__title {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .m_promo-left-block__title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 35px;
  }
}

.m_promo-left-block__text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.m_promo-left-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 350px) {
  .m_promo-left-block__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m_promo-left-block__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: color ease-in .3s;
  transition: color ease-in .3s;
}

@media (max-width: 350px) {
  .m_promo-left-block__link {
    margin-bottom: 25px;
  }
  .m_promo-left-block__link:last-child {
    margin-bottom: 0;
  }
}

.m_promo-left-block__link.phone {
  display: none;
}

@media (max-width: 600px) {
  .m_promo-left-block__link.phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.m_promo-left-block__link:hover {
  color: #00C400;
}

.m_promo-left-block__link:hover .m_promo-left-block__button {
  background-color: white;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.m_promo-left-block__link:hover .m_promo-left-block__arrow {
  stroke: #00C400;
}

.m_promo-left-block__link-text {
  margin-right: 30px;
}

@media (max-width: 600px) {
  .m_promo-left-block__link-text {
    margin-right: 5px;
  }
}

.m_promo-left-block__button {
  padding: 6px;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #00C400;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 196, 0, 0.3);
          box-shadow: 0 0 0 3px rgba(0, 196, 0, 0.3);
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-transition: background-color ease-in .3s, -webkit-box-shadow ease-in .3s;
  transition: background-color ease-in .3s, -webkit-box-shadow ease-in .3s;
  transition: background-color ease-in .3s, box-shadow ease-in .3s;
  transition: background-color ease-in .3s, box-shadow ease-in .3s, -webkit-box-shadow ease-in .3s;
}

.m_promo-left-block__arrow {
  height: 14px;
  width: 14px;
  stroke: #fff;
  -webkit-transition: stroke ease-in .3s;
  transition: stroke ease-in .3s;
}

.m_promo-right-block {
  position: relative;
  right: -25px;
  width: 365px;
  height: 434px;
}

@media (max-width: 767px) {
  .m_promo-right-block {
    position: absolute;
    right: -182px;
  }
}

@media (max-width: 600px) {
  .m_promo-right-block {
    width: 399px;
    height: 364px;
    right: -255px;
  }
}

.m_promo-image {
  background-image: url(images/promo-bg.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .m_promo-image {
    background-size: contain;
  }
}

.m_promo-social {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
}

@media (max-width: 1024px) {
  .m_promo-social {
    bottom: 25px;
  }
}

.m_promo-social__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .m_promo-social__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m_promo-social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
  margin-right: 35px;
}

@media (max-width: 600px) {
  .m_promo-social__item {
    margin: 10px 0;
  }
}

.m_promo-social__item:hover .m_promo-social__item-svg {
  fill: #01ae01;
}

.m_promo-social__item:hover .m_promo-social__item-text {
  color: #01ae01;
}

.m_promo-social__item:last-child {
  margin-right: 0;
}

.m_promo-social__item-svg {
  height: 15px;
  max-width: 15px;
  margin-right: 10px;
  fill: #fff;
  -webkit-transition: fill ease-in .3s;
  transition: fill ease-in .3s;
}

.m_promo-social__item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: color ease-in .3s;
  transition: color ease-in .3s;
}

