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

strong {
  font-weight: bold;
}

textarea {
  resize: none;
  overflow: auto;
}

input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: none;
}

button {
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: none;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

input,
textarea {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
input.placeholder,
textarea.placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:focus,
textarea:focus {
  outline: none;
}
input:focus.placeholder,
textarea:focus.placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover, a:focus, a:active {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: "Medium", sans-serif;
  color: #000000;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  min-width: 320px;
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}
body .wrapper {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.js-loaded .wrapper {
  opacity: 1;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content {
  margin: 0 auto;
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  padding-right: 72px;
  padding-left: 72px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1360px;
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section--contrast {
  background: #F1F2F4;
}

h1, .h1, h2, .h2, h3, .h3 {
  display: block;
  margin-top: 0;
  font-family: "ExtraBold", serif;
  font-weight: normal;
}

h1, .h1 {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 30px;
  color: #1E64EF;
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 26px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  h2, .h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

h3, .h3 {
  font-size: 18px;
  line-height: 24px;
}

strong {
  color: #1E64EF;
  font-family: "SemiBold", serif;
  font-weight: normal;
}

a, .btn, .link {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn {
  display: inline-block;
  height: 48px;
  border: 0;
  background: -webkit-linear-gradient(30deg, #ff9046 0%, #ff4e40 100%);
  background: -moz-linear-gradient(30deg, #ff9046 0%, #ff4e40 100%);
  background: -o-linear-gradient(30deg, #ff9046 0%, #ff4e40 100%);
  background: linear-gradient(60deg, #ff9046 0%, #ff4e40 100%);
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 48px;
  font-family: "SemiBold", sans-serif;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    width: 174px;
    margin: 0 auto;
    display: block;
    height: 40px;
    line-height: 40px;
  }
}
.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9046), to(#ff4e40));
  background: -webkit-linear-gradient(top, #ff9046 0%, #ff4e40 100%);
  background: -moz-linear-gradient(top, #ff9046 0%, #ff4e40 100%);
  background: -o-linear-gradient(top, #ff9046 0%, #ff4e40 100%);
  background: linear-gradient(180deg, #ff9046 0%, #ff4e40 100%);
}

a {
  color: #000000;
}

.link {
  display: inline-block;
  vertical-align: top;
  color: #000000;
}
.link:hover {
  color: #1E64EF;
}

p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
  padding-right: 17px;
}

.js-no-scroll {
  overflow: hidden;
}
.js-no-scroll::before {
  z-index: 999;
  opacity: 1;
}

h2.show-mob {
  display: none;
}
@media (max-width: 1023px) {
  h2.show-mob {
    display: block !important;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  h2:not(.show-mob):not(.advantages__title):not(.partners__title):not(.contacts__title) {
    display: none;
  }
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
       transform: translate(-50%);
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #cacee4;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF8845;
}

.fancybox-bg {
  background: #1E64EF;
  opacity: 0.9 !important;
}

.fancybox-inner .fancybox-button[data-fancybox-close] {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  color: #989898;
  right: 15px;
}
@media (max-width: 374px) {
  .fancybox-inner .fancybox-button[data-fancybox-close] {
    right: 8px;
    top: 8px;
  }
}
.fancybox-inner .fancybox-button[data-fancybox-close]:hover {
  background: rgba(245, 245, 245, 0.2);
  opacity: 1;
}
.fancybox-inner .fancybox-button[data-fancybox-close]:focus {
  outline: none;
}

input,
textarea {
  font-family: inherit;
  font-size: 15px;
}
input.placeholder,
textarea.placeholder {
  font: inherit;
  font-size: 15px;
  color: #5A5A5A;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font: inherit;
  font-size: 15px;
  color: #5A5A5A;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font: inherit;
  font-size: 15px;
  color: #5A5A5A;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font: inherit;
  font-size: 15px;
  color: #5A5A5A;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font: inherit;
  font-size: 15px;
  color: #5A5A5A;
}
input:hover.placeholder,
textarea:hover.placeholder {
  color: #000000;
}
input:hover:-moz-placeholder,
textarea:hover:-moz-placeholder {
  color: #000000;
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #000000;
}
input:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder {
  color: #000000;
}
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #000000;
}

.form .hidden__input {
  display: none;
}
.form__input {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #B4B4B4;
}
.form__input:last-child {
  margin-bottom: 0;
}
.form__input--textarea {
  height: 140px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.form__input:focus {
  border-color: #1E64EF;
}
.form__btn {
  margin-top: 10px;
  -webkit-box-shadow: 2px 3.5px 0 #cdd0ea;
     -moz-box-shadow: 2px 3.5px 0 #cdd0ea;
          box-shadow: 2px 3.5px 0 #cdd0ea;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
}

.modal {
  width: 100%;
  max-width: 384px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background: #FFFFFF;
  position: relative;
}
@media (max-width: 374px) {
  .modal {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.modal__title {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 25px;
}
@media (max-width: 374px) {
  .modal__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.modal__text {
  margin-top: -5px;
  font-size: 16px;
  line-height: 25px;
  color: #5A5A5A;
}

.header {
  background: #FFFFFF;
  border-bottom: 1px solid #F1F2F4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.header__container {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .header__container {
    height: 40px;
  }
}
.header__phone-btn {
  display: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 1023px) {
  .header__phone-btn {
    display: block;
  }
}
.header__logo {
  display: block;
}
@media (max-width: 1023px) {
  .header__logo {
    width: 103px;
    height: 24px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  .header__menu {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    right: 0;
    background: #1E64EF;
    z-index: -1;
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__menu-link {
  font-size: 16px;
  line-height: 32px;
  font-family: "SemiBold", sans-serif;
  margin-right: 60px;
  position: relative;
  display: block;
}
.header__menu-link:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .header__menu-link:hover {
    color: #1E64EF;
  }
  .header__menu-link:hover::after {
    width: 100%;
    height: 2px;
  }
  .header__menu-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #1E64EF;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header__menu-link--js-active {
    color: #1E64EF;
  }
}
@media (max-width: 1199px) {
  .header__menu-link {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .header__menu-link {
    text-align: center;
    color: #FFFFFF;
    margin-right: 0;
  }
}
.header__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .header__socials {
    display: none;
  }
}
.header__socials-link {
  margin-right: 6px;
}
.header__socials-link:last-child {
  margin-right: 0;
}
.header__socials-link--telega {
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1E64EF;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
  padding-left: 17px;
  padding-right: 17px;
  margin-right: 0;
}
.header__socials-link:hover {
  color: #1E64EF;
}
.header__socials-icon {
  display: block;
}
.header__socials-label {
  padding-right: 5px;
  font-family: "SemiBold", sans-serif;
  line-height: 100%;
  display: block;
  white-space: nowrap;
}
.header--js-sticky {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.header--js-sticky + .content {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  .header--js-sticky + .content {
    padding-top: 40px;
  }
}
.header__burger {
  display: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  .header__burger {
    display: block;
    width: 16px;
    height: 16px;
  }
}
.header__burger-line {
  background: #1E64EF;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
}
.header__burger-line:last-child {
  margin-bottom: 0;
}
.header--js-menu-open .header__burger {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header--js-menu-open .header__menu {
  top: 40px;
  opacity: 1;
}

.jumbotron {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.jumbotron__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .jumbotron__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jumbotron__left {
  max-width: 488px;
}
@media (max-width: 1023px) {
  .jumbotron__left {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1023px) {
  .jumbotron__title {
    text-align: center;
  }
}
.jumbotron__text {
  font-size: 16px;
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .jumbotron__text {
    display: none;
  }
}
.jumbotron__btn {
  -webkit-box-shadow: 2px 3.5px 0 #cdd0ea;
     -moz-box-shadow: 2px 3.5px 0 #cdd0ea;
          box-shadow: 2px 3.5px 0 #cdd0ea;
}
.jumbotron__right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1023px) {
  .jumbotron__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.jumbotron__photo {
  position: absolute;
  top: -70px;
  right: -12px;
}
@media (max-width: 1023px) {
  .jumbotron__photo {
    position: static;
  }
}

.about__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .about__container {
    display: block;
  }
}
.about__left {
  width: 100%;
  max-width: 488px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .about__left {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .about__photo {
    margin-bottom: 24px;
    width: 50%;
  }
}
.about__right {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.about__text {
  color: #5A5A5A;
}

.advantages__title {
  text-align: center;
}
.advantages__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -20px;
}
@media (max-width: 1023px) {
  .advantages__items {
    display: none;
  }
}
.advantages__item {
  width: -webkit-calc(50% - 16px);
  width: -moz-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.advantages__item:nth-child(even) {
  margin-right: 0;
}
.advantages__item-icon {
  width: 215px;
  height: 184px;
  min-width: 215px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: left;
     object-position: left;
}
.advantages__item-text {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .advantages__item-text br {
    display: none;
  }
}
.advantages__slider {
  display: none;
}
@media (max-width: 1023px) {
  .advantages__slider {
    display: block;
    padding-bottom: 40px;
  }
}
.advantages__slider-slide {
  text-align: center;
}
.advantages__slider-icon {
  width: 136px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 767px) {
  .advantages__slider-text {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.price__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .price__container {
    display: block;
    text-align: center;
  }
}
.price__left {
  width: 100%;
  max-width: 488px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .price__left {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .price__photo {
    margin-bottom: 24px;
    width: 50%;
  }
}
.price__right {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.price__text {
  color: #5A5A5A;
}
@media (max-width: 1023px) {
  .price__text {
    text-align: left;
  }
}
.price__table {
  margin-top: 36px;
  border: 1px solid #F1F2F4;
}
@media (max-width: 767px) {
  .price__table {
    border: none;
  }
}
@media (max-width: 1023px) {
  .price__table {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .price__table tr:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .price__table tr {
    display: block;
    border: 1px solid #F1F2F4;
    margin-bottom: -1px;
  }
  .price__table tr td:first-child {
    padding-bottom: 0;
    color: #1E64EF;
    margin-bottom: -10px;
    font-family: "SemiBold", serif;
  }
}
.price__table td {
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #F1F2F4;
  vertical-align: top;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .price__table td {
    display: block;
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.price__table th:not(.price__table-header) {
  font-family: "SemiBold", serif;
  font-size: 16px;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #F1F2F4;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .price__table th {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.price__table-header {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #1E64EF;
  font-size: 18px;
  text-align: center;
  font-family: "SemiBold", serif;
}
@media (max-width: 767px) {
  .price__table-header {
    background: #F1F2F4;
  }
}
.price__collapsed-block {
  margin-top: 30px;
}

.c-block__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-block__hr {
  height: 1px;
  background: #F1F2F4;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.c-block__btn {
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.c-block__btn-text {
  font-size: 16px;
  margin-right: 10px;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-position: under;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-block__btn-text:hover {
  color: #1E64EF;
}
.c-block__btn-icon {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 8px;
}
.c-block__hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-block--js-expanded .c-block__hidden {
  opacity: 1;
  height: auto;
}
.c-block--js-expanded .c-block__btn-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 26px;
}
@media (max-width: 1023px) {
  .c-block ul {
    text-align: left;
  }
}
.c-block li {
  margin-bottom: 7px;
  padding-left: 40px;
  position: relative;
}
.c-block li:last-child {
  margin-bottom: 0;
}
.c-block li::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  background: -webkit-linear-gradient(30deg, #ff9046 0%, #ff4e40 100%);
  background: -moz-linear-gradient(30deg, #ff9046 0%, #ff4e40 100%);
  background: -o-linear-gradient(30deg, #ff9046 0%, #ff4e40 100%);
  background: linear-gradient(60deg, #ff9046 0%, #ff4e40 100%);
  left: 0;
  top: 11px;
}

.partners {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .partners {
    padding-bottom: 80px;
  }
}
.partners__title {
  text-align: center;
}
.partners__slider {
  position: relative;
}
@media (max-width: 767px) {
  .partners__slider-container {
    overflow: visible !important;
  }
}
.partners__slider-slide {
  background: #FFFFFF;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .partners__slider-slide {
    width: 128px;
    height: 128px;
  }
}
.partners__slider-next {
  right: -40px;
}
.partners__slider-next::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../img/arrow-right.svg) no-repeat center;
}
@media (max-width: 767px) {
  .partners__slider-next {
    display: none;
  }
}
.partners__slider-prev {
  left: -40px;
}
.partners__slider-prev::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../img/arrow-left.svg) no-repeat center;
}
@media (max-width: 767px) {
  .partners__slider-prev {
    display: none;
  }
}
.partners__slider-scrollbar.swiper-scrollbar {
  background: #FFFFFF;
  height: 4px;
  bottom: -60px;
}
@media (max-width: 767px) {
  .partners__slider-scrollbar.swiper-scrollbar {
    display: none;
  }
}
.partners__slider-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background: #1E64EF;
}
.partners .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .partners .swiper-pagination {
    display: block;
  }
}
.partners .swiper-pagination.partners__slider-pagination {
  bottom: -50px;
}

.contacts {
  background: -webkit-linear-gradient(333deg, #1f64ef 0%, #1e9cef 100%);
  background: -moz-linear-gradient(333deg, #1f64ef 0%, #1e9cef 100%);
  background: -o-linear-gradient(333deg, #1f64ef 0%, #1e9cef 100%);
  background: linear-gradient(117deg, #1f64ef 0%, #1e9cef 100%);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
.contacts__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .contacts__container {
    display: block;
    position: static;
  }
}
.contacts__left {
  width: 100%;
  max-width: 696px;
}
@media (max-width: 1199px) {
  .contacts__left {
    max-width: 500px;
  }
  .contacts__left br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .contacts__left {
    max-width: 100%;
  }
}
.contacts__photo {
  position: absolute;
  top: -105px;
  right: 72px;
}
@media (max-width: 1023px) {
  .contacts__photo {
    width: 222px;
    top: auto;
    right: -35px;
    bottom: -50px;
  }
}
.contacts__right {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.contacts__title {
  color: #FFFFFF;
  font-size: 44px;
  line-height: 52px;
  font-family: "ExtraBold", serif;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .contacts__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
}
.contacts__text {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .contacts__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.contacts__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .contacts__btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .contacts__btns {
    display: block;
  }
}
.contacts__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 208px;
  border: 2px solid #FF8845;
  background: transparent;
  padding: 0;
  margin-right: 32px;
}
.contacts__btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.contacts__btn svg {
  margin-right: 5px;
}
@media (max-width: 1023px) {
  .contacts__btn {
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts__btn:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .contacts__btn:last-child {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .contacts__btn:last-child {
    margin-top: 16px;
    margin-right: auto;
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .footer_nav {
    max-width: 288px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer__container {
    display: block;
  }
}
.footer__copyright {
  font-size: 12px;
  color: #5A5A5A;
}
@media (max-width: 1023px) {
  .footer__copyright {
    line-height: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    max-width: 140px;
  }
}
@media (max-width: 1023px) {
  .footer__logo-link {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}
.footer__logo {
  display: block;
}
@media (max-width: 1023px) {
  .footer__logo {
    display: none;
  }
}
.footer__menu-link {
  font-size: 12px;
  text-decoration: underline;
  margin-right: 30px;
}
.footer__menu-link:hover {
  color: #1E64EF;
}
.footer__menu-link:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .footer__menu-link {
    line-height: 24px;
    margin-right: 20px;
  }
}
.footer__socials {
  display: none;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .footer__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__socials-link {
  display: block;
  margin-right: 8px;
}
.footer__socials-link:last-child {
  margin-right: 0;
}
.footer__socials-link--telega {
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1E64EF;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
  padding-left: 17px;
  padding-right: 17px;
  margin-right: 0;
}
.footer__socials-label {
  padding-right: 5px;
  font-family: "SemiBold", sans-serif;
  line-height: 100%;
  display: block;
  white-space: nowrap;
}
.footer__socials-icon {
  display: block;
}