.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-SemiBold.woff2") format("woff2"), url("../font/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Light.woff2") format("woff2"), url("../font/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oregano";
  src: url("../font/Oregano-Regular.woff2") format("woff2"), url("../font/Oregano-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShantellSans";
  src: url("../font/ShantellSans-Regular.woff2") format("woff2"), url("../font/ShantellSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-family: "Open Sans";
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  color: #1d1d44;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  margin: 0;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: #1d1d44;
  opacity: 0.75;
}

*:-moz-placeholder {
  color: #1d1d44;
  opacity: 0.75;
}

*::-moz-placeholder {
  color: #1d1d44;
  opacity: 0.75;
}

*:-ms-input-placeholder {
  color: #1d1d44;
  opacity: 0.75;
}

a {
  text-decoration: none;
  color: #1d1d44;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

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

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

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;
}

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=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center, .back .svg,
.next .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.object-fit {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap {
  overflow: hidden;
}

.hidden {
  display: none;
}

.section-title {
  font-size: 48px;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.h3-title {
  margin: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
}
.section-info {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 18px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F25555), to(#BC2F2F));
  background-image: linear-gradient(180deg, #F25555 0%, #BC2F2F 100%);
}
.btn img, .btn svg {
  margin-right: 15px;
  width: 26px;
  position: relative;
  top: 3px;
}
.btn:hover {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#1D1D44), to(#313163));
  background-image: linear-gradient(180deg, #1D1D44 0%, #313163 100%); */
  transition: ease .15s;
  background: linear-gradient(180deg, #F25555 0%, #BC2F2F 100%);
  box-shadow: 2px -2px 4px rgba(176, 54, 54, 0.2), 2px 2px 5px rgba(176, 54, 54, 0.9), inset 1px 1px 2px rgba(254, 78, 78, 0.3), inset -1px -1px 2px rgba(176, 54, 54, 0.5);
}
.btn--buy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3C68F2), to(#132C79));
  background-image: linear-gradient(180deg, #3C68F2 0%, #132C79 100%);
  transition: ease .15s;
}
.btn--buy:hover {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#3C68F2), to(#132C79));
  background-image: linear-gradient(180deg, #3C68F2 0%, #132C79 100%); */
  background: linear-gradient(180deg, #3B66EE 0%, #183386 100%);
  box-shadow: 2px -2px 4px rgba(34, 62, 151, 0.2), 2px 2px 5px rgba(34, 62, 151, 0.9), inset 1px 1px 2px rgba(48, 89, 217, 0.3), inset -1px -1px 2px rgba(34, 62, 151, 0.5);
}
.btn--buy img, .btn--buy svg {
  width: 22px;
  top: 4px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-block .support {
  margin-left: 15px;
}

.support {
  font-size: 16px;
  color: #648EC0;
}

.slick-dots {
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  font-size: 0px;
}
.slick-dots li + li {
  margin-left: 20px;
}
.slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  background-color: #DBEBFE;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slick-dots li.slick-active button {
  background-color: #2F59DB;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.back,
.next {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  width: 27px;
  height: 49px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.back .svg,
.next .svg {
  width: 27px;
  height: 49px;
}

.up {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: none;
  -webkit-transition: margin-bottom 0.3s, -webkit-box-shadow 0.2s;
  transition: margin-bottom 0.3s, -webkit-box-shadow 0.2s;
  transition: margin-bottom 0.3s, box-shadow 0.2s;
  transition: margin-bottom 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: fixed;
  z-index: 9;
  right: 30px;
  bottom: 30px;
  margin-bottom: -100px;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#D1D1D1));
  background-image: linear-gradient(180deg, #DFDFDF 0%, #D1D1D1 100%);
}
.up:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3C68F2), to(#132C79));
  background-image: linear-gradient(180deg, #3C68F2 0%, #132C79 100%);
}
.up img {
  width: 50px;
  height: 50px;
}
.up.is-visible {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .up.is-visible.open-popup {
    right: 47px;
  }
}
@media only screen and (max-width: 1199px) {
  .noscroll {
    overflow: hidden;
  }

  .section-title {
    font-size: 36px;
  }
  .h3-title {
    font-size: 32px;
  }

  .up {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .section-title {
    font-size: 25px;
  }
  .h3-title {
    font-size: 24px;
  }
  .section-info {
    font-size: 14px;
  }

  .back,
.next {
    width: 18px;
    height: 32px;
  }

  .support {
    font-size: 14px;
  }

  .up {
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
  }
  .up img {
    width: 36px;
    height: 36px;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomImage {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomImage {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.logo {
  line-height: 0;
}
.logo > img {
  height: auto;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.header-block {
  height: 90px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  margin-right: auto;
  position: relative;
  top: 8px;
}
.header__btn {
  font-size: 15px;
  padding: 10px 22px;
  margin-left: 10px;
  line-height: 30px;
}
.header__languages {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}

.menu {
  margin-right: 35px;
}
.menu__btn {
  display: none;
}
.menu__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item {
  margin-right: 35px;
}
.menu__item:last-child {
  margin-right: 0px;
}
.menu__item.active .menu__link {
  color: #F25555;
}
.menu__link {
  color: #1d1d44;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 18px;
}
.menu__link:hover {
  color: #F25555;
}

.languages {
  position: relative;
}
.languages__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  position: relative;
  padding-right: 12px;
}
.languages__toggle.is-drop-down::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.languages__toggle::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #1d1d44 transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  right: 0;
  top: calc(50% - 2px);
}
.languages__toggle img, .languages__toggle svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.languages__current {
  font-size: 18px;
  text-transform: uppercase;
}
.languages__drop-down {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  padding: 10px 20px;
  top: 100%;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.languages__drop-down.is-visible {
  opacity: 1;
  visibility: visible;
}

.language {
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: inline-block;
}
.language:hover {
  color: #F25555;
}
.language + .language {
  margin-top: 5px;
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header__btn {
    display: none;
  }
  .header__languages {
    margin-right: 20px;
  }

  .menu {
    position: absolute;
    top: 90px;
    right: -35px;
    width: 260px;
    height: auto;
    background-color: #fff;
    padding: 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0px 0px 0px 50px;
    display: inline-block;
    z-index: 9;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
  }
  .menu::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
  }
  .menu.visible {
    opacity: 1;
    visibility: visible;
  }
  .menu__btn {
    display: inline-block;
    font-size: 15px;
    padding: 10px 22px;
    line-height: 30px;
    margin-top: 10px;
    width: auto;
  }
  .menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .menu .menu__item {
    margin-right: 0;
  }
  .menu .menu__item + .menu__item {
    margin-top: 20px;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    padding: 12px 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F25555), to(#BC2F2F));
    background-image: linear-gradient(180deg, #F25555 0%, #BC2F2F 100%);
    background-color: transparent;
    z-index: 13;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hamburger .hamburger-box {
    width: 100%;
  }
  .hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
    background-color: #fff;
    height: 2px;
    width: 100%;
    border-radius: 0;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
    background-color: #fff;
  }
  .hamburger .hamburger-inner::before {
    top: 5px;
  }
  .hamburger .hamburger-inner::after {
    top: 10px;
  }
  .hamburger.is-active .hamburger-inner {
    top: -3px;
  }
  .hamburger.is-active .hamburger-inner:after {
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header {
    height: 60px;
  }
  .header-block {
    height: 60px;
  }
  .header__logo {
    width: 100%;
    max-width: 220px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: auto;
    top: 4px;
  }
  .header__languages {
    margin-right: 12px;
    margin-left: 15px;
  }

  .languages__current {
    font-size: 14px;
  }
  .languages__toggle img, .languages__toggle svg {
    margin-right: 7px;
    width: 14px;
  }

  .language {
    font-size: 14px;
  }

  .menu {
    top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .header.open-popup {
    right: 17px;
  }
}
.hero {
  padding-top: 90px;
  background-image: url("../imgs/hero-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 768px;
}
.hero-block {
  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;
}
.hero__info {
  width: 483px;
  line-height: 1;
  margin-left: auto;
  padding: 90px 0;
}
.hero__suptitle {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  margin-bottom: 5px;
}
.hero__title {
  font-weight: 600;
  margin: 0;
  font-size: 55px;
  line-height: 1.05;
}
.hero__title span {
  font-family: "ShantellSans";
  font-size: 62px;
  color: #2F59DB;
  font-weight: 400;
}
.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 27px;
  margin-right: -37px;
}
.hero__list li {
  font-size: 18px;
  width: 220px;
  margin-right: 37px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.hero__list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2F59DB;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 12px;
  position: relative;
  left: 0;
  top: -3px;
}
.hero__btn-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  width: 460px;
}
.hero__btn-block .support {
  margin-left: 0;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.hero__btn-block .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__btn-block .btns .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__btn-block .btns .btn + .btn {
  margin-left: 11px;
}
.hero__images {
  position: absolute;
  right: 50.5%;
  top: 90px;
  width: 49.5%;
  height: 678px;
  border-radius: 0 0 300px 0;
  overflow: hidden;
}
.hero__images .slick-list,
.hero__images .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0;
}
.hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .hero__btn-block {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
  .hero__btn-block.anim {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .hero__suptitle, .hero__title, .hero__list {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
  .hero__suptitle.anim, .hero__title.anim, .hero__list.anim {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media only screen and (max-width: 1399px) {
  .hero {
    height: 660px;
  }
  .hero__info {
    padding: 70px 0;
  }
  .hero__images {
    height: 570px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#DBEBFE));
    background-image: linear-gradient(0deg, #FFFFFF 0%, #DBEBFE 100%);
  }
  .hero__info {
    width: 420px;
    padding: 60px 0;
  }
  .hero__suptitle {
    font-size: 12px;
  }
  .hero__title {
    font-size: 42px;
  }
  .hero__title span {
    font-size: 60px;
  }
  .hero__list li {
    width: 195px;
    font-size: 16px;
    margin-right: 30px;
  }
  .hero__btn-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .hero__btn-block .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__btn-block .btns .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    height: auto;
  }
  .hero-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 535px;
  }
  .hero__info {
    width: 480px;
    margin-left: 0;
  }
  .hero__images {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 535px;
  }
  .hero__btn-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 460px;
  }
  .hero__btn-block .btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero__btn-block .btns .btn + .btn {
    margin-left: 11px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block {
    padding-bottom: 420px;
  }
  .hero__images {
    height: 420px;
    border-radius: 0 0 200px 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding: 90px 0 0;
  }
  .hero-block {
    padding: 0;
  }
  .hero__suptitle {
    display: none;
  }
  .hero__info {
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 34px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__title span {
    font-size: 38px;
  }
  .hero__list {
    text-align: left;
    margin-top: 20px;
  }
  .hero__list li {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .hero__list li + li {
    margin-top: 10px;
  }
  .hero__list li br {
    display: none;
  }
  .hero__list li::before {
    margin-right: 9px;
    top: -2px;
  }
  .hero__btn-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .hero__btn-block .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__btn-block .btns .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .hero__images {
    position: relative;
    left: -20px;
    right: -20px;
    width: calc(100% + 40px);
    height: 0;
    padding-bottom: 82%;
    border-radius: 0 0 150px 0;
  }
}
.opportunities {
  padding: 100px 0;
}
.opportunities-block {
  margin-top: 85px;
}

.opportunity {
  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;
}
.opportunity + .opportunity {
  margin-top: 80px;
}
.opportunity:nth-child(2n+1) .opportunity__screen {
  margin-right: 0;
  margin-left: 70px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.opportunity:nth-child(2n+1) .opportunity__text {
  padding-right: 0;
}
.opportunity:nth-child(2n+1) .opportunity__slider {
  margin-right: 0px;
  margin-left: 90px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.opportunity:nth-child(2n+1) .opportunity__slider .opportunity__screen {
  margin-left: 0;
}
.opportunity__title {
  font-size: 32px;
  margin: 0;
  font-weight: 400;
}
.opportunity__text {
  font-size: 18px;
  margin-top: 20px;
  padding-right: 20px;
}
.opportunity__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 55px;
  margin-right: -25px;
  margin-bottom: -15px;
}
.opportunity__list li {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
  white-space: nowrap;
}
.opportunity__list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2F59DB;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 9px;
  position: relative;
  left: 0;
  top: -3px;
}
.opportunity__slider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
  position: relative;
  width: 483px;
  height: 322px;
}
.opportunity__slider .opportunity__screen {
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.opportunity__slider .opportunity__screen.active {
  opacity: 1;
  visibility: visible;
}
.opportunity__screen {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #e8e8e8;
  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: 483px;
  height: 322px;
  position: relative;
  margin-right: 80px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.opportunity__screen::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-image: url("../imgs/zoom-in.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  z-index: 2;
}
.opportunity__screen:hover::after {
  opacity: 1;
}
.opportunity__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  overflow: hidden;
}
.opportunity__tab {
  font-size: 18px;
  white-space: nowrap;
  line-height: 42px;
  padding: 0 15px;
  text-align: center;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
  line-height: 40px;
}
.opportunity__tab + .opportunity__tab {
  border-left: 1px solid #ececec;
}
.opportunity__tab.active {
  background-color: #eee;
  pointer-events: none;
}
.opportunity__languages {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  margin-top: 30px;
  margin-bottom: -17px;
  width: 520px;
}
.opportunity__languages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-bottom: 17px;
}
.opportunity__languages li img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

@media only screen and (min-width: 1200px) {
  .opportunity__tab {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .opportunity__tab:hover {
    background-color: #eee;
  }
}
@media only screen and (max-width: 1199px) {
  .opportunity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opportunity__title {
    font-size: 28px;
  }
  .opportunity__languages {
    width: 100%;
  }
  .opportunity__screen {
    margin-right: 0;
    margin-left: 0;
  }
  .opportunity__slider {
    margin-right: 0;
    margin-left: 0;
  }
  .opportunity__text {
    padding-right: 0;
  }
  .opportunity__info {
    margin-top: 30px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .opportunity__list {
    margin-top: 30px;
  }
  .opportunity__tabs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .opportunity:nth-child(2n+1) .opportunity__screen {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .opportunity:nth-child(2n+1) .opportunity__slider {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (max-width: 991px) {
  .opportunity__languages {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media only screen and (max-width: 767px) {
  .opportunity__screen {
    width: 100%;
  }
  .opportunity__slider {
    width: 100%;
  }
  .opportunity__text {
    font-size: 16px;
  }
  .opportunity__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .opportunity__list li {
    font-size: 14px;
  }
  .opportunity__list li::before {
    top: -2px;
  }
  .opportunity__tab {
    font-size: 16px;
  }
  .opportunity__languages {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .opportunity__languages li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .opportunities {
    padding: 50px 0;
  }
  .opportunities-block {
    margin-top: 30px;
  }

  .opportunity + .opportunity {
    margin-top: 50px;
  }
  .opportunity__screen {
    height: auto;
    padding: 10px;
  }
  .opportunity__screen::after {
    background-size: 34px;
  }
  .opportunity__slider {
    height: 0;
    padding-bottom: 72%;
  }
  .opportunity__info {
    margin-top: 20px;
  }
  .opportunity__title {
    font-size: 18px;
  }
  .opportunity__text {
    font-size: 14px;
    margin-top: 10px;
  }
  .opportunity__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-top: 25px;
  }
  .opportunity__languages {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-top: 25px;
    margin-bottom: -15px;
  }
  .opportunity__languages li {
    margin-bottom: 15px;
  }
  .opportunity__tabs {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
    height: 42px;
    margin-top: -10px;
    margin-bottom: 20px;
    position: relative;
  }
  .opportunity__tabs.is-drop-down {
    height: auto;
  }
  .opportunity__tabs.is-drop-down::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .opportunity__tabs::after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #1d1d44 transparent transparent transparent;
    right: 10px;
    top: 18px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .opportunity__tab {
    font-size: 18px;
    white-space: nowrap;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    padding: 0 30px 0 10px;
    text-align: left;
    line-height: 40px;
  }
  .opportunity__tab + .opportunity__tab {
    border-left: none;
  }
  .opportunity__tab.active {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    background-color: transparent;
    pointer-events: auto;
  }
}
.make-calendar {
  padding: 25px 0 125px;
}

.calendar {
  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;
  margin-top: 50px;
  position: relative;
}
.calendar__image {
  width: 463px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.calendar__label {
  position: absolute;
  left: 0;
}
.calendar__label--right {
  left: auto;
  right: 0;
}
.calendar__label--right .calendar__text {
  left: auto;
  text-align: left;
  right: 0;
}
.calendar__label--right .calendar__marker {
  left: 0;
  right: 240px;
}
.calendar__label--right .calendar__marker::after {
  left: auto;
  right: 100%;
}
.calendar__label:nth-child(2) {
  top: 36px;
  width: 460px;
}
.calendar__label:nth-child(3) {
  top: 390px;
  width: 380px;
}
.calendar__label:nth-child(4) {
  top: 490px;
  width: 570px;
}
.calendar__label:nth-child(5) {
  top: 260px;
  width: 380px;
}
.calendar__label:nth-child(6) {
  top: 490px;
  width: 370px;
}
.calendar__label.animated .calendar__marker {
  width: calc(100% - 240px);
  opacity: 1;
}
.calendar__text {
  display: inline-block;
  width: 225px;
  text-align: right;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -15px;
}
.calendar__marker {
  position: absolute;
  display: block;
  height: 1px;
  background-color: #2F59DB;
  right: 0;
  width: 0;
  -webkit-transition: width 1s linear, opacity 0.2s;
  transition: width 1s linear, opacity 0.2s;
  top: 0px;
  opacity: 0;
}
.calendar__marker::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #2F59DB;
  border-radius: 50%;
  left: 100%;
  top: -2px;
}

@media only screen and (max-width: 1199px) {
  .calendar__label:nth-child(2) {
    top: 30px;
    width: 365px;
  }
  .calendar__label:nth-child(3) {
    top: 337px;
    width: 295px;
  }
  .calendar__label:nth-child(4) {
    top: 422px;
    width: 460px;
  }
  .calendar__label:nth-child(5) {
    top: 220px;
    width: 295px;
  }
  .calendar__label:nth-child(6) {
    top: 425px;
    width: 290px;
  }
  .calendar__image {
    width: 400px;
  }
  .calendar__text {
    font-size: 16px;
    width: 200px;
  }
  .calendar.is-animation .calendar__marker {
    width: calc(100% - 215px);
  }
}
@media only screen and (max-width: 991px) {
  .make-calendar {
    display: none;
  }
}
.cta {
  padding: 57px 0 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DBEBFE));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #DBEBFE 100%);
  min-height: 486px;
  position: relative;
}
.cta::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  bottom: 0;
  content: "";
  display: block;
  border-radius: 0 50em 50em 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 199, 228, 0.5)), to(rgba(175, 199, 228, 0)));
  background-image: linear-gradient(180deg, rgba(175, 199, 228, 0.5) 0%, rgba(175, 199, 228, 0) 100%);
}
.cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cta__info {
  text-align: left;
  width: 560px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta__info .section-title {
  text-align: left;
}
.cta__info .h3-title {
  text-align: left;
}
.cta__text {
  margin-top: 20px;
  font-size: 18px;
}
.cta__btn-block {
  margin-top: 30px;
}
.cta__image {
  position: relative;
  margin-top: -135px;
  margin-left: 10px;
  max-width: 560px;
}

@media only screen and (max-width: 1199px) {
  .cta {
    padding-bottom: 50px;
  }
  .cta__image {
    width: 52%;
    margin-left: 0;
    margin-top: -125px;
  }
  .cta__info {
    width: 48%;
  }
  .cta__btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta__btn-block .support {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .cta {
    min-height: auto;
    padding: 100px 0;
  }
  .cta::after {
    display: none;
  }
  .cta__image {
    display: none;
  }
  .cta__info {
    width: 100%;
    max-width: 570px;
  }
  .cta__btn-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cta__btn-block .support {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cta .section-title {
    text-align: center;
  }
  
  .cta .h3-title {
    text-align: center;
  }
  
  .cta__text {
    text-align: center;
  }
  .cta__btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta__btn-block .support {
    margin-top: 15px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .cta {
    padding: 50px 0;
  }
  .cta__text {
    font-size: 14px;
    margin-top: 20px;
  }
  .cta__btn-block .support {
    margin-top: 10px;
  }
}
.steps {
  padding: 100px 0;
}
.steps-block {
  margin-top: 38px;
  user-select: initial;
  margin-left: -10px;
  margin-right: -10px;
}
.steps-block .slick-dots {
  margin-top: 15px;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
}
.steps-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px #E6E9ED;
          box-shadow: 0px 0px 10px #E6E9ED;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin: 10px 10px;
  height: auto;
}
.step__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DBEBFE;
  position: relative;
  overflow: hidden;
}
.step__image img {
  width: 100%;
}
.step__label {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0px 0px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  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;
  height: 39px;
  width: 139px;
  color: #F25555;
  font-weight: 600;
  text-align: center;
}
.step__title {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 28px 0;
}
.step__text {
  margin-top: 10px;
  padding: 0 28px 48px;
}

@media only screen and (max-width: 1199px) {
  .step__label {
    height: 30px;
  }
  .step__title {
    padding: 10px 25px 0;
    font-size: 20px;
  }
  .step__text {
    padding: 0 25px 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .steps-block .slick-list {
    overflow: visible;
  }

  .step {
    width: 366px;
  }
  .step__label {
    height: 39px;
  }
  .step__title {
    font-size: 22px;
    padding: 20px 28px 0;
  }
  .step__text {
    font-size: 16px;
    padding: 0 28px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .steps {
    padding: 50px 0;
  }
  .steps-block {
    margin-top: 20px;
  }
  .steps-block .slick-dots {
    margin-top: 10px;
  }

  .step {
    width: 100%;
  }
  .step__label {
    height: 30px;
  }
  .step__title {
    font-size: 18px;
    padding: 20px 20px 0;
  }
  .step__text {
    font-size: 14px;
    padding: 0 20px 20px;
  }
}
.video-section {
  padding: 98px 0 150px;
}

.video {
  width: 794px;
  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: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.video::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.video__poster {
  width: 100%;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 1;
  -webkit-animation: pulsePlay 1s infinite linear;
          animation: pulsePlay 1s infinite linear;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.video__play svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.video:hover .video__play {
  -webkit-animation: none;
          animation: none;
}
.video:hover .video__play svg path {
  fill: #2F59DB;
}

@-webkit-keyframes pulsePlay {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  50% {
    -webkit-transform: scale(1.05) translate(-50%, -50%);
            transform: scale(1.05) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes pulsePlay {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  50% {
    -webkit-transform: scale(1.05) translate(-50%, -50%);
            transform: scale(1.05) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
@media only screen and (max-width: 991px) {
  .video {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .video {
    margin-top: 30px;
  }
  .video-section {
    padding: 50px 0;
  }
  .video__play svg {
    width: 50px;
    height: 50px;
  }
}
.cta-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DBEBFE));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #DBEBFE 100%);
  min-height: 486px;
  position: relative;
}
.cta-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  bottom: 0;
  content: "";
  display: block;
  border-radius: 0 50em 50em 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 199, 228, 0.5)), to(rgba(175, 199, 228, 0)));
  background-image: linear-gradient(180deg, rgba(175, 199, 228, 0.5) 0%, rgba(175, 199, 228, 0) 100%);
}
.cta-2-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cta-2__info {
  text-align: left;
  width: 560px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  padding: 100px 0;
}
.cta-2__info .section-title {
  text-align: left;
}
.cta-2__info .h3-title {
  text-align: left;
}
.cta-2__text {
  margin-top: 20px;
  font-size: 18px;
}
.cta-2__btn-block {
  margin-top: 30px;
}
.cta-2__image {
  position: absolute;
  height: 525px;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .cta-2__image {
    height: 450px;
  }
  .cta-2__info {
    width: 48%;
  }
  .cta-2__btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta-2__btn-block .support {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-2 {
    min-height: auto;
    overflow: hidden;
  }
  .cta-2::after {
    display: none;
  }
  .cta-2-block {
    padding: 100px 0 350px;
    position: relative;
  }
  .cta-2__image {
    left: 50%;
    bottom: -150px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta-2__info {
    width: 100%;
    max-width: 570px;
    margin-left: 0;
    padding: 0;
  }
  .cta-2__btn-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cta-2__btn-block .support {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-2 .section-title {
    text-align: center;
  }
  .cta-2 .h3-title {
    text-align: center;
  }
  .cta-2__text {
    text-align: center;
  }
  .cta-2__btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta-2__btn-block .support {
    margin-top: 15px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-2__text {
    font-size: 14px;
    margin-top: 20px;
  }
  .cta-2-block {
    padding: 50px 0 230px;
  }
  .cta-2__btn-block .support {
    margin-top: 10px;
  }
  .cta-2__image {
    height: auto;
    width: 300px;
    bottom: -80px;
  }
}
.advantages {
  padding: 100px 0;
}
.advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -10px -30px;
}

.advantage {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 270px;
  margin: 0 10px 30px;
  text-align: center;
}
.advantage__icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #2F59DB;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
}
.advantage__title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 17px;
}
.advantage__text {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .advantages-block {
    margin-left: -30px;
    margin-right: -30px;
  }

  .advantage {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .advantages {
    padding: 50px 0;
  }
  .advantages-block {
    margin: 30px 0 0;
    -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;
  }

  .advantage {
    margin: 0;
    width: 280px;
  }
  .advantage__icon {
    width: 50px;
    height: 50px;
    background-size: 24px;
  }
  .advantage + .advantage {
    margin-top: 21px;
  }
  .advantage__title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.calendars {
  padding: 50px 0 100px;
}
.calendars-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 50px;
}
.calendars-block > a {
  margin: 0 10px;
  display: inline-block;
  line-height: 0;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: 20px;
  overflow: hidden;
}
.calendars-block > a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../imgs/zoom-in.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  z-index: 2;
}
.calendars-block > a:hover::after {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .calendars-block > a {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .calendars-block {
    -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;
    margin-left: 0;
    margin-right: 0;
  }
  .calendars-block > a {
    width: 315px;
  }
  .calendars-block > a + a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .calendars {
    padding: 50px 0;
  }
  .calendars-block {
    -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;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .calendars-block > a {
    max-width: 315px;
    width: 100%;
  }
  .calendars-block > a:after {
    background-size: 34px;
  }
  .calendars-block > a + a {
    margin-top: 15px;
  }
}
.reviews {
  text-align: center;
  padding: 50px 0 100px;
}
.reviews-slider {
  width: 1026px;
  margin-top: 50px;
  user-select: initial;
  display: inline-block;
}
.reviews-slider .slick-dots {
  margin-top: 30px;
}
.reviews-slider__back, .reviews-slider__next {
  position: absolute;
  top: 90px;
  z-index: 2;
}
.reviews-slider__back {
  left: -50px;
}
.reviews-slider__next {
  right: -50px;
}

.review {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0 20px;
}
.review__foto {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
}
.review__name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 2px;
}
.review__stars {
  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;
  margin-top: 12px;
}
.review__stars > img + img {
  margin-left: 15px;
}
.review__text {
  margin-top: 20px;
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .reviews-slider {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 575px) {
  .reviews {
    padding: 50px 0;
  }
  .reviews-slider {
    margin-top: 30px;
    width: 100%;
  }
  .reviews-slider .slick-list {
    overflow: visible;
  }
  .reviews-slider .back,
.reviews-slider .next {
    top: 135px;
  }
  .reviews-slider .back {
    left: 0px;
  }
  .reviews-slider .next {
    right: 0px;
  }

  .review {
    padding: 0 10px;
  }
  .review__foto {
    width: 50px;
    height: 50px;
  }
  .review__name {
    font-size: 18px;
    font-weight: 400;
  }
  .review__text {
    font-size: 14px;
    margin-top: 10px;
  }
  .review__stars {
    margin-top: 10px;
  }
  .review__stars > img + img {
    margin-left: 10px;
  }
}
.new {
  width: 315px;
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f8f8f8;
  padding-bottom: 42px;
}
.new-section {
  padding: 50px 0 100px;
}
.new__screen {
  width: 100%;
  height: 220px;
  padding: 20px 50px;
  background-color: #e8e8e8;
  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;
}
.new__title {
  font-weight: 400;
  margin: 0;
  margin-top: 26px;
  text-align: center;
  padding: 0 23px;
}
.new-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -10px 0;
}
.new:nth-child(2) .new__screen img {
  margin-left: 26px;
}

@media only screen and (max-width: 991px) {
  .new {
    margin: 0;
  }
  .new__screen {
    padding: 20px 30px;
  }
  .new + .new {
    margin-top: 20px;
  }
  .new-block {
    -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;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .new {
    padding-bottom: 20px;
    max-width: 315px;
    width: 100%;
  }
  .new-section {
    padding: 50px 0;
  }
  .new-block {
    margin-top: 30px;
  }
  .new + .new {
    margin-top: 15px;
  }
  .new__title {
    margin-top: 20px;
    padding: 0 20px;
  }
}
.prefooter {
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DBEBFE));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #DBEBFE 100%);
  min-height: 486px;
  position: relative;
}
.prefooter::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.5%;
  bottom: 0;
  content: "";
  display: block;
  border-radius: 50em 0 0 50em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 199, 228, 0.5)), to(rgba(175, 199, 228, 0)));
  background-image: linear-gradient(180deg, rgba(175, 199, 228, 0.5) 0%, rgba(175, 199, 228, 0) 100%);
}
.prefooter .section-title {
  text-align: left;
}
.prefooter .h3-title {
  text-align: left;
}
.prefooter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.prefooter__info {
  width: 630px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  padding: 82px 0;
}
.prefooter__text {
  font-size: 18px;
  margin-top: 20px;
}
.prefooter__btn-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  width: 460px;
}
.prefooter__btn-block .support {
  margin-left: 0;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.prefooter__btn-block .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prefooter__btn-block .btns .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.prefooter__btn-block .btns .btn + .btn {
  margin-left: 15px;
}
.prefooter__image {
  position: absolute;
  bottom: 0;
  left: calc(50% + 95px);
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .prefooter__info {
    width: 460px;
  }
  .prefooter__image {
    left: calc(50% + 50px);
  }
}
@media only screen and (max-width: 991px) {
  .prefooter {
    min-height: auto;
    padding: 50px 0 0;
  }
  .prefooter::after {
    display: none;
  }
  .prefooter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prefooter__info {
    padding: 0;
  }
  .prefooter__image {
    position: relative;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .prefooter {
    text-align: center;
  }
  .prefooter-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prefooter .section-title {
    text-align: center;
  }
  .prefooter .h3-title {
    text-align: center;
  }
  .prefooter__info {
    text-align: center;
    width: 100%;
  }
  .prefooter__btn-block {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .prefooter__text {
    font-size: 14px;
  }
  .prefooter__image {
    margin-top: 0;
  }
  .prefooter__btn-block .btns {
    -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;
  }
  .prefooter__btn-block .btns .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.footer {
  background-color: #1d1d44;
  color: #fff;
  padding: 78px 0;
}
.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  position: relative;
  top: 3px;
}
.footer-menu {
  width: 772px;
  margin-left: 0;
  position: relative;
  top: 15px;
}
.footer-menu__list {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-menu__list li + li {
  margin-left: 30px;
}
.footer-menu__list li.active a {
  border-color: #fff;
}
.footer-menu__list a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.footer-menu__list a:hover {
  text-decoration: underline;
}
.footer__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  width: 772px;
  margin-top: 35px;
}
.footer__articles a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer__articles a:hover {
  text-decoration: none;
}
.footer__articles a + a {
  margin-left: 30px;
}

.copy {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  width: 290px;
  margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .footer {
    padding: 50px 0;
  }
  .footer-menu {
    width: 500px;
  }
  .footer__articles {
    width: 100%;
    margin-left: 0;
  }

  .copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-block {
    -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;
  }
  .footer-menu {
    width: 100%;
    margin-left: 0;
    top: auto;
    margin-top: 50px;
  }
  .footer__articles {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu__list {
    display: block;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .footer-menu__list li + li {
    margin-left: 0;
    margin-top: 25px;
  }
  .footer__articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__articles a br {
    display: none;
  }
  .footer__articles a + a {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__logo {
    max-width: 100%;
  }
  .footer-menu__list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .footer-menu__list a {
    font-size: 14px;
  }
}

/* [<] mobile-download */
.c-popup {
  z-index: 10000;
  display: none; }

  .c-popup,
  .c-popup .o-backdrop {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 120%; }

  .c-popup,
  .c-popup * { font-family: inherit; }

  .c-popup input:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
  .c-popup input:focus:-moz-placeholder           { opacity: 0; } /* FF 4-18 */
  .c-popup input:focus::-moz-placeholder          { opacity: 0; } /* FF 19-50 */
  .c-popup input:focus:-ms-input-placeholder      { opacity: 0; } /* IE 10+ */
  .c-popup input:focus::placeholder               { opacity: 0; } /* Modern Browsers */

  /* @-webkit-keyframes wk-autofill { to { color: #000; background-color: #fff; } }
  .c-popup input:-webkit-autofill {
    -webkit-animation-name: wk-autofill;
    -webkit-animation-fill-mode: both; } */
  /* .c-popup input:-webkit-autofill,
  .c-popup input:-webkit-autofill:hover,
  .c-popup input:-webkit-autofill:focus,
  .c-popup input:-webkit-autofill:active {
    transition: all linear 0s;
    transition-delay: 99999s;
    transition-property: background, background-image, background-color, color; } */

  .c-popup .o-backdrop {
    z-index: 10001;
    background-color: rgba(41, 46, 51, 0.7); }

  .c-popup .o-popup-wrapper {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 95%; max-width: 300px;
    z-index: 10002;
    padding: 28px 15px;
    border-radius: 5px;
    /* text-align: center; */
    line-height: 1.1;
    background-color: #f2f2f0;
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.6); }

  .c-popup .o-popup-btn-close {
    position: absolute;
    top: -34px; right: 2px;
    width: 16px; height: 16px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUAAADy8vDy8vDy8vDy8vDy8vDy8vBCIhMYAAAAB3RSTlMA60c9QDrXjPGx8gAAAEdJREFUCNdjSGEAAzcGRQMQzSLCwCQMYhg6MICFmIWAHCZRoIACSFgxgBUoABYKBAqAhYACMAZCCq4YoR1uIMIKR6ilcGcAABIIB3Wuuu+oAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    cursor: pointer; }
    .c-popup .o-popup-btn-close:hover { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUAAAD/0XT/8df/8tv/9N3/1YD/0XU1pZIKAAAAAXRSTlMAQObYZgAAAE5JREFUCNdjCGYAA1MGRQMQzSzMwCQMYhgCuYoOQAEhIIdJhIHBUQHIAAqxAAXAQiABsBBQAMJIYoBKuQGlIIqBQnDtcAMRVhhCLYU7AwAXkwecqH+dewAAAABJRU5ErkJggg=='); }

  .c-popup .o-popup-content {
    font-size: 21px;
    font-weight: normal;
    text-align: center; }

  .c-popup .o-popup-content > p:first-of-type {
    margin: 1px 6px 22px 6px; padding: 0;
    line-height: 1.1;
    font-weight: bold; }

  .c-popup .o-popup-content input[type="email"],
  .c-popup .o-popup-content button {
    position: relative;
    display: block;
    width: 100%; max-width: 290px;
    height: 60px;
    margin: 0 auto 10px auto;
    border-radius: 5px;
    font-size: 16px; }

  .c-popup .o-popup-content input[type="email"] {
    padding: 1px 43px 0 11px;
    border: 1px solid #e1e1e4;
    font-weight: 300;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 14px);
    background-position-y: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAUVBMVEXAwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL4A3w2nAAAAGnRSTlP5zqaLJfPo3bxbVDszGBJG25ySfXBmQSkGRSecQ1EAAAB+SURBVBgZBcGFYcNAAASwezBTOKn2H7RStgAAZMtnCQCQ5ZOs1wAAw7Um8t5HAMb9HcGzTwBTfyLwOApQjgcE1HOG+awgwP1Xqb87EFB6O1s7Wy8gMPeiHEdR+gxB/d4wTbh9K0LbRwDGvRGvawCA4e8l6xIAIMuaLQAA2f4BnWYXuVKCnSUAAAAASUVORK5CYII=');
    transition: 0.2s ease-out;
    transition-property: border-color, box-shadow, color;
    outline: none; }

    .c-popup .o-popup-content input[type="email"]:focus {
      border: 1px solid #6dccf2;
      box-shadow: 0 0 15px 1px #85d3f2;
      background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAVFBMVEUAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfRb27ggAAAAG3RSTlP5zqaL2/PovFtUPTMkGBJGRZyScGYpJgbdfn09kgo6AAAAfklEQVQYGQXBh2EDMQAEoJP0vbsnZv89DVkCAJAl1xQAINOVzGcPAP05J/JcBwCG9RnBd+sAuu0fgftegLLfIaAeI4xHBQFun0r93ICA8m5Ha0d7FxAYt6Lse1G2EYL66vDXoXtVhLYOAAxrIx5nDwD99ZB5CgCQac4SAIAsPyNAGI+0CGn2AAAAAElFTkSuQmCC'); }

    .c-popup .o-popup-content input[type="email"].is-error {
      color: #f4462e;
      border: 1px solid #f4462e;
      background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAMAAAAYXScKAAAAe1BMVEUAAAD/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCjvYr5aAAAAKHRSTlMACtmp02hIXhoQA/PpyMG7s0QrBu6vjnA39YYgHvbfraeZf3dRPyUUCMmX0gAAANZJREFUGBkFwQViAkEQALDsuSsOVWg7/39hE4C0ls9yTQBg+3gr8q+8ePvYAHSnw3cDmu/DqQPSPDV0bdt2NNOcwHHZ8YiIO/blCGWWoI2IP0hZSRoqICISqIakHgHXCMBYy8+AIQ6Acy77AbzHO+Cn0P8CiigAvwf9AzDFCHj0sgtgiRlwyeRnQFVWgHOuHgHrrQKMtTRUYIuIDVRDoswSvCLiBSkr4bjsaLPIWuzLEaR5arBvCc00J6A79bc7uN/6Uwfgkl+Lz6/P4ppfAEBa62e9JsA/8mENaEO+bC8AAAAASUVORK5CYII='); }

  .c-popup .o-popup-content button {
    border: none;
    margin: 20px 0 15px 0; padding: 1px 50px 0 0;
    text-align: right;
    white-space: nowrap;
    overflow: hidden; text-overflow: clip;
    font-size: 18px; color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0, 0.25);
    background: linear-gradient(#3cc906 25%, #00c300 75%, #00ab00);
    background-image: linear-gradient(180deg, #F25555 0%, #BC2F2F 100%);
    /* background-size: 100% 300%; */
    background-position-y: bottom;
    transition: background-position 0.2s steps(8);
    cursor: pointer; user-select: none; }
    /* .c-popup .o-popup-content button:hover { background: #3cc906; } */
    .c-popup .o-popup-content button:hover { background-position: top; 
      box-shadow: 0 0px 4px 0 #F25555;}

    /* .c-popup .o-popup-content input[type="email"]::after, */
    .c-popup .o-popup-content button::after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 16px;
      width: 22px; height: 22px;
      background-position: center;
      background-repeat: no-repeat; }

    /* .c-popup .o-popup-content input[type="email"]::after { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAUVBMVEXAwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL4A3w2nAAAAGnRSTlP5zqaLJfPo3bxbVDszGBJG25ySfXBmQSkGRSecQ1EAAAB+SURBVBgZBcGFYcNAAASwezBTOKn2H7RStgAAZMtnCQCQ5ZOs1wAAw7Um8t5HAMb9HcGzTwBTfyLwOApQjgcE1HOG+awgwP1Xqb87EFB6O1s7Wy8gMPeiHEdR+gxB/d4wTbh9K0LbRwDGvRGvawCA4e8l6xIAIMuaLQAA2f4BnWYXuVKCnSUAAAAASUVORK5CYII='); } */
    .c-popup .o-popup-content button::after { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAMAAAB8FU7dAAAAVFBMVEUAAAAAAADX19f///////////8AAAD+/v76+vrU1NTu7u7IyMi8vLyjo6P////z8/P////c3NwAAAD///8AAAD///////////////8aGhofHx/////d7seAAAAAG3RSTlMAPzVE+yAc9u+mn5uOeXduZD8iGROQiEI5CAdy0eJuAAAAZElEQVQY09XJSRKAIAxE0ajBeQbHvv89lRSFKCfwb1J5TS7FrOhdCqS/oG2ZgGndH9EMBgoU2tNRQapO8s2NlWamoLxlbnP3jL0S6zoR1Y8EDDIZI2cAbqqzoNpSFJVfKSmJugCZBgqqjHyKjgAAAABJRU5ErkJggg=='); }
/* [>] mobile-download */