 @import "reset.css";
 @import "fonts.css";

.shine {
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes pulsate{50%{color:#ffed2b;text-shadow:0 -1px rgba(0,0,0,.3),0 0 5px #ffd,0 0 8px #fff}}@keyframes pulsate{50%{color:#ffed2b;text-shadow:0 -1px rgba(0,0,0,.3),0 0 5px #ffd,0 0 8px #fff}}#blink7{text-shadow:0 -1px rgba(0,0,0,.1);-webkit-animation:pulsate 1.5s linear infinite;animation:pulsate 1.5s linear infinite;text-align:center;color:#ffed2b}.marquee{display:block;width:100%;white-space:nowrap;overflow:hidden}.marquee p{display:inline-block;padding-left:100%;animation:scroll 25s infinite linear;transition:all .003s ease}@keyframes scroll{0%{transform:translate(-30%,0)}50%{transform:translate(-60%,0)}100%{transform:translate(-30%,0)}}

.shine:hover:before {
  -webkit-animation: shine 0.5s forwards;
  animation: shine 0.5s forwards;
  opacity: 1;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.ua-color-htext {
    font-weight: bold;
    background: linear-gradient(to bottom, #0057B7 50%, #FFD700 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.ua-color-htext::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #FFD700;
    z-index: 1;
    background: none;
}


@media screen and (min-width: 1300px) and (max-width: 1680px) {
.widget1 {
  position: fixed;
  bottom: 10px;
  width: 235px;  height: 235px;
  overflow: hidden;
  z-index: 99;
  background-color: black;
}
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
.widget1 {
  position: fixed;
  bottom: 10px;
  width: 170px;  height: 170px;
  overflow: hidden;
  z-index: 99;
  background-color: black;
}
}

@media screen and (max-width: 780px) {
.widget1 {
  position: fixed;
  bottom: 50px;
  width: 100px;  height: 100px;
  overflow: hidden;
  z-index: 99;
  background-color: black;
}
}

.widget1.opened {
  border-radius: 0;
  border: 0;
}

#video1 {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}

.widget1 {
	border: solid 3px white;
	box-shadow: 1px 1px 13px 5px;
}

@media screen and (min-width: 1300px) and (max-width: 1680px) {
.close-btn-mini {
    position: fixed;
    bottom: 15px;
	left: 220px;
    width: 230px;
    height: 230px;
    z-index: 99;
    color: #fff;
    cursor: pointer;
	display: block;
    font-size: 1.5em;
	text-shadow: black 2px 2px 2px, black 0px 0px 0.2em;
}
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
.close-btn-mini {
    position: fixed;
    bottom: 15px;
	left: 150px;
    width: 170px;
    height: 170px;
    z-index: 99;
    color: #fff;
    cursor: pointer;
	display: block;
    font-size: 1.5em;
	text-shadow: black 2px 2px 2px, black 0px 0px 0.2em;
}
}

@media screen and (max-width: 780px) {
.close-btn-mini {
    position: fixed;
    bottom: 57px;
	left: 100px;
    width: 100px;
    height: 100px;
    z-index: 99;
    color: #fff;
    cursor: pointer;
	display: block;
    font-size: 1.5em;
	text-shadow: black 2px 2px 2px, black 0px 0px 0.2em;
}
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.close-btn,
.sound-btn,
.fullscreen-btn {
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
}

.close-btn {
  top: 10px;
  right: 10px;
}

.sound-btn {
  bottom: 10px;
  right: 10px;
}

.fullscreen-btn {
  top: 10px;
  left: 10px;
}

.welcome-text {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
	text-shadow: 3px 2px black;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 0;
}


@media screen and (min-width: 800px) {
.headlines-block {
    position: absolute;
    z-index: 9;
    width: 100%;
    margin-top: -139px;
    background: rgba(0, 0, 0, 0.57);
    padding-top: 15px;
}
}

@media screen and (max-width: 780px) {
    .headlines-block {
    background:#000;
    position:fixed;
    bottom:0;
    display: block;
    z-index:9999999999;
    padding-top: 15px;
    width: 100%;
    right: 0;
    }
}

.running-headlines-date {
    color: #00AFF2; /* Цвет для даты */
	font-size: 26px;
}

.running-headlines-title {
    color: #f6f6f6; /* Цвет для заголовка */
    font-size: 26px; /* Размер шрифта для заголовка */
}

.running-headlines-name {
    color: yellow; /* Цвет для заголовка */
    font-size: 26px; /* Размер шрифта для заголовка */
}

  ::-webkit-input-placeholder {
    color: #999;
  }

  ::-moz-placeholder {
    color: #999;
  }

  :-moz-placeholder {
    color: #999;
  }

  :-ms-input-placeholder {
    color: #999;
  }

  :focus::-webkit-input-placeholder {
    color: transparent;
  }

  :focus::-moz-placeholder {
    color: transparent;
  }

  :focus:-moz-placeholder {
    color: transparent;
  }

  :focus:-ms-input-placeholder {
    color: transparent;
  }

  :focus {
    outline: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }

  b,
  strong {
    font-weight: 700;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  .icon {
    display: inline-block;
    -webkit-transition: fill .35s, transform .35s, filter .35s;
    -o-transition: fill .35s, transform .35s, filter .35s;
    transition: fill .35s, transform .35s, filter .35s;
  }

  body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #333;
    background: #fff;
  }

  body.hidden,
  .page {
    overflow: hidden;
  }

  .wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }

  button,
  textarea,
  input {
    font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
  }

  /*   header   */

  .header {
    background: url("../images/header-bottom-bg.svg") 50% 100% no-repeat #f5f8ff;
    background-size: 100% auto;
    padding-bottom: 115px;
  }

  .header-top--clone {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    box-shadow: 0 15px 20px rgba(75, 57, 239, 0.07);
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

    .header-top .normal-logo {
    display: block;
}

    .header-top .sticky-logo {
    display: none; 
}

  .header-top--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .header-top--clone .header-top__inner {
    padding: 0;
    height: 60px;
  }

  .header-top--clone .logo__image {
    height: 50px;
  }

  .header-top--clone .header-menu__link {
    font-size: 18px;
    color: #fff;
  }

  .header-top--clone .header-top__start-btn {
    height: 60px;
    line-height: 60px;
    padding: 20px 25px 0 25px;
    border-radius: 0;
    box-shadow: none;
  }

  .header-top__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }

  .header-top__right-col {
    display: flex;
    align-items: center;
  }

  .header-top__start-btn {
    display: block;
    font-size: 16px;
    line-height: 1 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.06em;
    border-radius: 5px;
    padding: 1em 1.5em;
    background: #ff0000;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0px 0em 0em 0px rgba(0,0,0,0.2);
  }

  .header-top__start-btn:hover {
    background-color: #01A4FF;
  }

  .header-top__start-btn:active {
    background-color: #01A4FF;
    box-shadow: none;
  }

  .header-menu__list {
    display: flex;
  }

  .header-menu__item {
    margin-right: 30px;
  }

  .header-menu__link {
    color: #00418E;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
  }

  .header-menu__link:hover {
    color: #01A4FF;
  }

  .header__content {
    padding: 40px 0 90px;
    display: flex;
  }

  .header__title {
    font-size: 52px;
    font-weight: 900;
    line-height: 130%;
    color: #1a1a1a;
    margin-bottom: 20px;
  }

  .header__sub-title {
    color: #464646;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 30px;
  }

  .header__illustration {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
  }

  .header__image {
    /*display: block;*/
    max-width: 500px;
  }

  .header-list li {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #1a3378;
    margin-bottom: 15px;
  }

  .header-list li:before {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    background: #01A4FF;
    border-radius: 2px;
    transform: rotate(45deg);
    content: '';
  }

  .header-list li:last-child {
    margin-bottom: 0;
  }

  .header-links {
    margin-top: 45px;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
  }

  .header-links__login {
    display: block;
    font-size: 16px;
    line-height: 1 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.06em;
    border-radius: 5px;
    padding: 1em 1.5em;
    background: #00418E;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0px 0em 0em 0px rgba(0,0,0,0.2);
  }

  .header-links__login:hover {
    background-color: #01A4FF;
  }

  .header-links__login:active {
    background-color: #01A4FF;
    box-shadow: none;
  }

  .header-links__reg {
    display: flex;
    align-items: center;
    color: #120867;
    font-weight: 500;
    line-height: 100%;
    margin-left: 20px;
    text-decoration: none;
    transition: color .3s ease;
  }

  .header-links__reg:hover {
    color: #01A4FF;
  }

  .header-links__reg span {
    padding-bottom: 3px;
  }

  .header-links__reg:after {
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/reg-arrow.png") 0 0 no-repeat;
    margin-left: -15px;
    content: '';
  }

.header-top--clone .normal-logo {
    display: none;
}

.header-top--clone .sticky-logo {
    display: block;
}

.header-top--clone .menu-btn {
    background: yellow;
}



  /*   menu-btn   */

  .menu-btn {
    display: none;
    position: relative;
    height: 40px;
    width: 40px;
    background: none;
    z-index: 1;
    outline: 0;
    padding: 0;
    border: 0;
    margin-right: -7px;
    -webkit-transition: .1s transform linear;
    -o-transition: .1s transform linear;
    transition: .1s transform linear;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    position: absolute;
    background: #00418E;
    margin: auto;
    width: 26px;
    height: 4px;
    content: "";
    top: 50%;
    left: calc(50% - 13px);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .1s background .1s linear, .1s top .1s linear, .1s transform linear;
    -o-transition: .1s background .1s linear, .1s top .1s linear, .1s transform linear;
    transition: .1s background .1s linear, .1s top .1s linear, .1s transform linear;
  }

  .menu-btn span {
    margin-top: -1px;
  }

  .menu-btn span:before {
    top: -8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .menu-btn span:before,
  .menu-btn span:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .menu-btn--open span {
    background: 0;
  }

  .menu-btn--open span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-btn--open span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-btn--open span:before,
  .menu-btn--open span:after {
    top: 0;
  }

  .menu-btn--open span,
  .menu-btn--open span:before,
  .menu-btn--open span:after {
    -webkit-transition: .1s background linear .1s, top .1s linear, .1s transform linear .1s;
    -o-transition: .1s background linear .1s, top .1s linear, .1s transform linear .1s;
    transition: .1s background linear .1s, top .1s linear, .1s transform linear .1s;
  }

  /*   sec2   */

  .sec2 {
    position: relative;
    background: #e8ecfa;
    padding-bottom: 30px;
    margin-top: -1px;
  }

  .sec2:after {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    display: block;
    background: url("../images/gray-after.svg") 0 0 no-repeat;
    background-size: 100% auto;
    height: 50px;
    content: '';
  }

  /*   head-section   */

  .head-section {
    position: relative;
  }

  .head-section--m50 {
    margin-bottom: 50px;
  }

  .head-section--partner {
    margin-bottom: 60px;
  }

  .head-section--partner:before {
    display: block;
    position: absolute;
    right: 80px;
    top: calc(50% - 100px);
    width: 372px;
    height: 200px;
    background: url("../images/abstraction.svg") 100% 50% no-repeat;
    background-size: contain;
    content: '';
  }

  .head-section--faq {
    max-width: 520px;
    margin-bottom: 50px;
  }

  .head-section--faq .head-section__title:after {
    position: absolute;
    right: -120px;
    top: 25px;
    display: block;
    width: 106px;
    height: 121px;
    background: url("../images/arrow-down-blue.png") 0 0 no-repeat;
    background-size: cover;
    content: '';
  }

  .head-section__title {
    position: relative;
    color: #1a1a1a;
    font-size: 46px;
    font-weight: 700;
    line-height: 130%;
  }

  .head-section__title--white {
    color: #fff;
  }

  .head-section__desc {
    font-size: 20px;
    line-height: 150%;
    margin-top: 20px;
  }

  .head-section__desc a {
    color: #01A4FF;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
  }

  .head-section__desc a:hover {
    color: #ff0000;
  }

  .head-section--partner .head-section__desc {
    font-size: 24px;
    font-weight: 300;
    color: #666;
  }

  /*   benefit   */

  .benefit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: -140px;
    margin-bottom: 40px;
  }

  .benefit__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .benefit__item {
    width: calc(33.33% - 30px);
    background: #fff;
    margin: 0 15px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(75, 57, 239, 0.07);
  }

  .benefit__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .benefit__image {
    display: block;
    width: 100%;
  }

  .benefit__icon {
    width: 60px;
    flex-shrink: 0;
    margin-right: 20px;
  }

  .benefit__title {
    color: #1a3378;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
  }

  .benefit__desc {
    line-height: 150%;
  }

  .benefit__desc a {
    color: #01A4FF;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
  }

  .benefit__desc a:hover {
    color: #ff0000;
  }

  /*   about   */

  .about {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
  }

  .about__info {
    width: 100%;
    max-width: 600px;
  }

  .about-numbers {
    flex-shrink: 0;
    background: url("../images/quote.svg") 100% 0 no-repeat;
    height: 320px;
    margin-left: 40px;
    margin-top: -50px;
    padding-top: 55px;
  }

  .about-numbers__title {
    color: #1a1a1a;
    font-size: 34px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 30px;
  }

  .about-numbers__list {
    display: flex;
  }

  .about-numbers__item {
    margin-right: 30px;
  }

  .about-numbers__item:last-child {
    margin-right: 0;
  }

  .about-numbers__num {
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    color: #ff0000;
  }

  .about-numbers__num span {
    font-size: 44px;
  }

  .about-numbers__text {
    font-size: 20px;
    line-height: 120%;
    margin-top: 5px;
  }

  /*   sec3   */

  .sec3 {
    position: relative;
    padding: 100px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/referals-studentway.webp");
  }
  
 @media screen and (max-width: 780px) {
  .sec3-overlay {
    background: rgba(0, 0, 0, 0.85);
    margin-top: -70px;
    height: 100%;
    width: 100%;
    position: absolute;
  }
 }
 
 @media screen and (min-width: 800px) {
    .sec3-overlay {
    background: rgba(0, 0, 0, 0.85);
    margin-top: -100px;
    height: 100%;
    width: 100%;
    position: absolute;
  }
 }

  .sec3:after {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
    background: url("../images/blue-after.svg") 0 100% no-repeat;
    background-size: 100% auto;
    height: 50px;
    content: '';
  }

  .sec3__button {
    text-align: center;
    margin-top: 40px;
  }

  /*   placement-list   */

  .placement-list {
    display: flex;
  }

  .placement-list__item {
    position: relative;
    width: 25%;
  }

  .placement-list__item:before {
    display: block;
    position: absolute;
    left: 80px;
    top: 39px;
    width: calc(100% - 80px);
    height: 2px;
    background: #a2a4f8;
    content: '';
  }

  .placement-list__item:last-child:before {
    display: none;
  }

  .placement-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #335dcf;
    border: 2px solid #a2a4f8;
    border-radius: 0 20px;
    margin-bottom: 20px;
  }

  .placement-list__image {
    display: block;
  }

  .placement-list__text {
    color: #fff;
  }

  .placement-list__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
  }

  .placement-list__desc {
    margin-top: 5px;
    line-height: 140%;
    padding-right: 50px;
  }

  /*   btn-yellow   */

  .btn-yellow {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    /* height: 60px; */
    line-height: 60px;
    font-weight: 500;
    background:none;
    color: #fff;
    
    /* background: #fff; */
    padding: 0 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    border: 3px solid;
    transition: background-color .3s ease;
  }

  .btn-yellow:hover {
    
    color:#000;
    background-color: #eef432;
  }

  /*   faq   */

  .faq {
    padding: 100px 0;
  }

  .faq__inner {
    display: flex;
    align-items: flex-end;
  }

  .faq__illustration {
    position: relative;
    order: 1;
    flex-grow: 1;
  }

  .faq__image {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 122px);
    width: 244px;
  }

  .faq__list {
    max-width: 710px;
    width: 100%;
  }

  .faq__item {
    background: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 8px;
    transition: background-color .3s ease;
  }

  .faq__item:last-child {
    margin-bottom: 0;
  }

  .faq__item:hover:not(.faq__item--open) {
    background: #f3f3f3;
  }

  .faq__title {
    position: relative;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 18px;
    padding: 23px 70px 23px 25px;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .faq__item--open .faq__title {
    cursor: default;
  }

  .faq__icon {
    position: absolute;
    top: calc(50% - 20px);
    right: 17px;
    width: 40px;
    height: 40px;
    fill: #00418E;
    border-radius: 50%;
  }

  .faq__item--open .faq__icon {
    fill: #fff;
    background: #00418E;
    transform: rotate(45deg);
    cursor: pointer;
  }

  .faq__desc {
    display: none;
    line-height: 150%;
    padding: 0 25px 20px;
  }

  /*   sec4   */

  .sec4 {
    position: relative;
    padding: 100px 0 150px;
    background: #f5f8ff;
  }

  .sec4:after {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
    background: url("../images/sec4-after.svg") 0 100% no-repeat;
    background-size: 100% auto;
    height: 50px;
    content: '';
  }

  /*   alert   */

  .alert {
    /*display: flex;*/
    display: none;
    align-items: center;
    max-width: 960px;
    margin: 60px auto 0;
    padding: 30px;
    background: #fcc973;
    border-radius: 20px;
    box-shadow: 0 15px 20px rgba(180, 114, 4, 0.08);
  }

  .alert__icon {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }

  .alert__icon:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 100px;
    background: url("../images/alert-icon-bg.svg") 0 0 no-repeat;
    content: '';
    -webkit-animation: rotating 4s linear infinite;
    -moz-animation: rotating 4s linear infinite;
    -ms-animation: rotating 4s linear infinite;
    -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite;
  }

  .alert__image {
    position: relative;
    display: block;
    z-index: 3;
    -webkit-animation: zoomIcon .8s linear alternate infinite;
    -moz-animation: zoomIcon .8s linear alternate infinite;
    -ms-animation: zoomIcon .8s linear alternate infinite;
    -o-animation: zoomIcon .8s linear alternate infinite;
    animation: zoomIcon .8s linear alternate infinite;
  }

  .alert__text {
    color: #000;
  }

  .alert__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
  }

  .alert__desc {
    font-size: 20px;
    line-height: 150%;
    margin-top: 5px;
  }

  @-webkit-keyframes zoomIcon {
    from {
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }

    to {
      -webkit-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
    }
  }

  @keyframes zoomIcon {
    from {
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }

    to {
      -ms-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
    }
  }

  @-webkit-keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }

  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    to {
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }

  /*   steps   */

  .steps__image {
    display: block;
    height: 200px;
    /* transform: scaleX(-0.7); */
    margin-left: 30px;
    margin-bottom: 30px;
    opacity: 0.1;
  }

  .steps__list {
    position: relative;
    display: flex;
  }

  .steps__list:before {
    position: absolute;
    top: -215px;
    left: 240px;
    display: block;
    width: 832px;
    height: 190px;
    background: url("../images/steps-dashed.svg") 0 0 no-repeat;
    content: '';
  }

  .steps__item {
    position: relative;
    flex-shrink: 0;
    padding-left: 20px;
  }

  .steps__item:nth-child(1) {
    width: 240px;
    margin-right: 70px;
  }

  .steps__item:nth-child(2) {
    width: 350px;
    margin-top: -70px;
    margin-right: 50px;
  }

  .steps__item:nth-child(3) {
    width: 395px;
    margin-top: -135px;
  }

  .steps__num {
   position: absolute;
    display: inline-block;
    vertical-align: top;
    height: 57px;
    line-height: 45px;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #01A4FF;
    border-radius: 100%;
  }

  .steps__item:nth-child(1) .steps__num {
    top: -30px;
    right: -25px;
  }

  .steps__item:nth-child(2) .steps__num {
    top: -23px;
    right: -15px;
  }

  .steps__item:nth-child(3) .steps__num {
    top: -19px;
    right: -20px;
  }

  .steps__title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: #1a3378;
    margin-bottom: 10px;
  }

  .steps__title:before {
    position: absolute;
    top: 7px;
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    content: '';
  }

  .steps__desc {
    color: #515151;
    line-height: 150%;
  }

  .steps__desc a {
    font-weight: 500;
    color: #01A4FF;
    text-decoration: none;
    transition: color .3s ease;
  }

  .steps__desc a:hover {
    color: #ff0000;
  }

  .steps__desc p:not(:last-child) {
    margin-bottom: 10px;
  }

  /*   footer   */

  .footer {
    padding: 0 0 50px;
  }

  .footer__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1070px;
    height: 400px;
    background: url("../images/footer-bg.svg") 0 0 no-repeat;
  }

  .footer__head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .footer__logo {
    display: block;
    margin-bottom: 30px;
    width: 140px;
  }

  .footer-tg {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 470px;
    height: 116px;
    padding: 30px;
    background: #1d3783;
    border-radius: 8px;
  }

  .footer-tg__text {
    color: #fff;
  }

  .footer-tg__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .footer-tg__desc {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .footer-tg__desc:after {
    position: absolute;
    right: -165px;
    top: -90px;
    display: block;
    width: 155px;
    height: 102px;
    background: url("../images/telegram-arrow.svg") 0 0 no-repeat;
    content: '';
  }

  .footer-tg__link {
    position: absolute;
    display: flex;
    align-items: center;
    height: 48px;
    left: calc(100% - 60px);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0 15px 0 10px;
    background: #ff0000;
    text-decoration: none;
    transition: background-color .3s ease;
    border-radius: 24px;
  }

  .footer-tg__link:hover {
    background-color: #01A4FF;
  }

  .footer-tg__link:before {
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/telegram.svg") 48% 50% no-repeat #000;
    background-size: 14px auto;
    border-radius: 50%;
    margin-right: 10px;
    content: '';
  }

  .footer-contact {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .footer-contact__item {
    margin: 0 15px;
  }

  .footer-contact__link {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: color .2s ease;
  }

  .footer-contact__link:hover {
    color: #ff0000;
  }

  .footer-contact__link--mail:before {
    background: url("../images/mail-icon.svg") 0 0 no-repeat;
  }

  .footer-contact__link--skype:before {
    background: url("../images/skype-icon.svg") 0 0 no-repeat;
  }

  .footer-contact__link:before {
    display: block;
    width: 30px;
    height: 30px;
    background-size: auto 30px;
    margin-right: 10px;
    content: '';
  }

  .footer__copyright {
    color: #849de4;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
  }

  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0d193b;
    opacity: .8;
    z-index: 100;
  }

  @media screen and (max-width: 1199px) {

    .wrap {
      padding: 0 20px;
    }

    .header-menu__item {
      margin-right: 20px;
    }

    .header__image {
      max-width: 460px;
    }

    .header__illustration {
      justify-content: center;
      padding-left: 0;
      margin-left: 20px;
    }

    .benefit__list {
      margin: 0 -10px;
    }

    .benefit__item {
      width: calc(33.33% - 20px);
      padding: 20px;
      margin: 0 10px;
    }

    .benefit__title {
      font-size: 18px;
    }

    .benefit__head {
      margin-bottom: 15px;
    }

    .benefit__icon {
      margin-right: 15px;
    }

    .benefit__desc {
      line-height: 140%;
    }

    .head-section__title {
      font-size: 38px;
    }

    .head-section__desc {
      margin-top: 15px;
      font-size: 18px;
    }

    .about-numbers__item {
      margin-right: 20px;
    }

    .about-numbers__num {
      font-size: 48px;
    }

    .about-numbers__num span {
      font-size: 34px;
    }

    .about-numbers__text {
      font-size: 18px;
    }

    .steps__item:nth-child(1) {
      margin-right: 60px;
    }

    .steps__item:nth-child(2) {
      margin-right: 30px;
    }

    .steps__item:nth-child(3) {
      width: 370px;
    }

  }

  @media screen and (max-width: 1100px) {

    .logo__image {
      height: 50px;
    }

    .header-menu__link {
      font-size: 15px;
    }

    .header__title {
      font-size: 44px;
    }

    .header__sub-title {
      font-size: 22px;
    }

    .placement-list__desc {
      padding-right: 20px;
    }

    .head-section--partner {
      margin-bottom: 40px;
    }

    .head-section--partner:before {
      right: 0;
    }

    .head-section--partner .head-section__desc {
      font-size: 22px;
    }

    .head-section--partner:before {
      top: calc(50% - 70px);
      width: 260px;
      height: 140px;
      background-size: cover;
    }

    .sec4 {
      padding: 70px 0;
    }

    .steps {
      display: flex;
    }

    .steps__image {
      order: 1;
      flex-shrink: 0;
      width: 300px;
      height: auto;
      margin: 0;
      transform: scaleX(1);
    }

    .steps__list {
      flex-direction: column;
      max-width: 600px;
      margin-right: 100px;
    }

    .steps__list:before {
      display: none;
    }

    .steps__num {
      position: static;
      margin-bottom: 10px;
      margin-left: -20px;
    }

    .steps__item {
      margin-bottom: 30px;
    }

    .steps__item:last-child {
      margin-bottom: 0;
    }

    .steps__title br {
      display: none;
    }

    .steps__item:nth-child(1) {
      width: auto;
      margin-right: 0;
    }

    .steps__item:nth-child(2) {
      width: auto;
      margin-right: 0;
      margin-top: 0;
    }

    .steps__item:nth-child(3) {
      width: auto;
      margin-top: 0;
    }

    .steps__title {
      margin-bottom: 5px;
    }

    .faq {
      padding: 70px 0;
    }

    .faq__image {
      left: calc(50% - 100px);
      width: 200px;
    }

    .footer__box {
      width: 100%;
      height: 320px;
      background-position: 50% 50%;
      background-size: contain;
    }

  }

  @media screen and (max-width: 992px) {

    .header {
      background: #f5f8ff;
      padding-bottom: 0;
    }

    .menu-btn {
      display: flex;
    }

    .header-top__inner {
      padding: 0;
      height: 60px;
    }

    .logo__image {
      height: 40px;
    }

    .header .header-top {
      position: relative;
      background: #f5f8ff;
      z-index: 101;
    }

    .header-top__start-btn {
      margin-right: 10px;
    /* height: 40px; */
    line-height: 40px;
    /* padding: 0 20px; */
    font-size: 14px;
    box-shadow: none;
    }

    .header-menu {
      position: fixed;
      right: 0;
      top: 60px;
      bottom: 0;
      width: 300px;
      background: #1b3378;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: transform .65s cubic-bezier(.2, 1, .2, 1);
      -o-transition: transform .65s cubic-bezier(.2, 1, .2, 1);
      transition: transform .65s cubic-bezier(.2, 1, .2, 1);
    }

    .header-menu--open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }

    .header-menu__list {
      flex-direction: column;
      padding-top: 20px;
    }

    .header-menu__item {
      margin-right: 0;
    }

    .header-menu__link {
      display: block;
      font-size: 17px;
      font-weight: 700;
      padding: 15px 20px;
      color: #fff;
    }

    .header__content {
      padding: 50px 0;
    }

    .benefit {
      margin-top: 0;
    }

    .benefit__item {
      width: calc(50% - 20px);
      margin: 0 10px 20px;
    }

    .benefit__item:nth-child(3) {
      width: calc(100% - 20px);
    }

    .sec2 {
      padding-top: 50px;
      margin-top: 0;
    }

    .about {
      padding-top: 30px;
    }

    .placement-list {
      flex-wrap: wrap;
    }

    .placement-list__item {
      width: 50%;
      margin-bottom: 40px;
    }

    .placement-list__item:nth-child(2):before {
      display: none;
    }

    .sec3 {
      padding: 70px 0;
    }

    .head-section--m50 {
      margin-bottom: 30px;
    }

    .alert {
      padding: 20px;
      margin-top: 40px;
    }

    .alert__icon {
      width: 70px;
      height: 70px;
    }

    .alert__icon:before {
      width: 70px;
      height: 70px;
      background-size: cover;
    }

    .alert__image {
      width: 30px;
    }

    .alert__title {
      font-size: 22px;
    }

    .alert__desc {
      font-size: 18px;
    }

    .faq__illustration {
      display: none;
    }

    .faq__list {
      max-width: 100%;
      width: 100%;
    }

    .head-section--faq .head-section__title:after {
      display: none;
    }

    .head-section--faq {
      margin-bottom: 30px;
    }

    .faq__title {
      font-size: 17px;
      line-height: 130%;
      padding: 20px 70px 20px 20px;
    }

    .faq__desc {
      padding: 0 20px 20px;
    }

    .faq__icon {
      right: 20px;
      top: calc(50% - 15px);
      width: 30px;
      height: 30px;
    }

  }

  @media screen and (max-width: 900px) {

    .header__illustration {
      display: none;
    }

    .header__title br {
      display: none;
    }

    .header-links__login {
      height: 50px;
      line-height: 50px;
      font-size: 15px;
    }

    .header-links__reg:after {
      width: 50px;
      height: 50px;
      margin-left: -10px;
      background-size: cover;
    }

    .steps__list {
      margin-right: 40px;
    }

    .steps__image {
      width: 240px;
    }

    .footer {
      padding: 70px 0;
      background: #14265a;
    }

    .footer__box {
      height: auto;
      background: none;
    }

  }

  @media screen and (max-width: 860px) {

    .sec2 {
      padding-bottom: 50px;
    }

    .benefit {
      margin-bottom: 20px;
    }

    .about {
      flex-direction: column;
      padding-top: 0;
    }

    .about-numbers {
      margin: 30px 0 0;
      padding: 0;
      height: auto;
      background-position: 90% 50%;
      background-size: auto 100%;
    }

    .about-numbers__title {
      margin-bottom: 20px;
    }

    .about-numbers__item {
      margin-right: 40px;
    }

    .footer {
      padding: 50px 0;
    }

    .footer__head {
      flex-direction: column;
      align-items: center;
    }

    .footer__logo {
      height: 60px;
      margin: 0 auto 30px;
    }

    .footer-tg {
      display: flex;
      flex-direction: row;
      height: auto;
      width: 100%;
      padding: 20px;
    }

    .footer-tg__link {
      position: static;
      display: inline-flex;
      vertical-align: top;
      padding-right: 20px;
    }

    .footer-tg__desc:after {
      display: none;
    }

    .footer-tg__text {
      flex-grow: 1;
      text-align: left;
    }

  }

  @media screen and (max-width: 767px) {

    .header__title {
      font-size: 38px;
    }

    .head-section__title,
    .about-numbers__title {
      font-size: 32px;
    }

    .about-numbers {
      background-position: 100% 50%;
    }

    .head-section--partner:before {
      display: none;
    }

  }

  @media screen and (max-width: 600px) {

    .header__title {
      margin-bottom: 15px;
    }

    .header__sub-title {
      font-size: 20px;
      line-height: 150%;
      margin-bottom: 20px;
    }

    .header-list li {
      font-size: 15px;
      margin-bottom: 10px;
    }

    .header-links {
      margin-top: 30px;
    }

    .header-links__login {
      font-size: 15px;
      height: 50px;
      line-height: 50px;
    }

    .header-links__reg {
      font-size: 15px;
      height: 50px;
    }

    .header-links__reg:after {
      width: 50px;
      height: 50px;
      background-size: 50px 50px;
      margin-left: -10px;
    }

    .benefit__item {
      width: calc(100% - 20px);
    }

    .about-numbers {
      background: none;
    }

    .steps {
      flex-direction: column;
    }

    .steps__image {
      order: 0;
      transform: scaleX(-1);
      margin: 0 auto 20px;
    }

    .steps__item {
      margin-bottom: 40px;
    }

    .alert {
      flex-direction: column;
    }

    .alert__icon {
      margin-right: 0;
    }

    .alert__text {
      text-align: center;
      margin-top: 20px;
    }

    .alert__title {
      font-size: 20px;
      line-height: 130%;
    }

    .steps__list {
      margin-right: 0;
    }

  }

  @media screen and (max-width: 530px) {

    .footer__logo {
      margin-bottom: 20px;
    }

    .footer-contact {
      flex-direction: column;
      align-items: center;
    }

    .footer-contact__item:nth-child(2) {
      order: -1;
      margin-bottom: 20px;
    }

  }

  @media screen and (max-width: 480px) {

    .header__sub-title p {
      margin-bottom: 10px;
      line-height: 130%;
      font-weight: 400;
    }

    .header-links {
      display: flex;
      flex-direction: column;
    }

    .header-links__reg {
      margin-left: 0;
      height: auto;
      line-height: 100%;
      padding: 10px 0;
      margin-top: 10px;
    }

    .header-links__reg:after {
      display: none;
    }

    .header-top__start-btn {
      display: none;
    }

    .header__content {
      padding: 30px 0;
    }

    .head-section__title,
    .about-numbers__title {
      font-size: 26px;
    }

    .about-numbers__item {
      margin-right: 20px;
    }

    .about-numbers__num {
      font-size: 40px;
    }

    .about-numbers__num span {
      font-size: 30px;
    }

    .about-numbers__list {
      flex-wrap: wrap;
    }

    .about-numbers__item {
      margin: 0;
      width: 50%;
      padding: 20px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .about-numbers__text {
      text-align: center;
    }

    .about-numbers__item:nth-child(1),
    .about-numbers__item:nth-child(3) {
      border-right: 1px solid #dcdef9;
    }

    .about-numbers__item:nth-child(1),
    .about-numbers__item:nth-child(2) {
      border-bottom: 1px solid #dcdef9;
    }

    .placement-list__item {
      display: flex;
      width: 100%;
      margin-bottom: 30px;
    }

    .placement-list__item:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
    }

    .placement-list__item:before {
      display: none;
    }

    .placement-list__icon {
      flex-shrink: 0;
      margin-right: 15px;
      margin-bottom: 0;
    }

    .head-section--partner .head-section__desc {
      font-size: 20px;
      font-weight: 400;
      line-height: 140%;
    }

    .alert__title {
      font-size: 18px;
      line-height: 120%;
    }

    .alert__desc {
      font-size: 17px;
      margin-top: 10px;
    }

    .faq__desc {
      font-size: 15px;
    }
  }

  @media screen and (max-width: 450px) {

    .footer-tg {
      display: block;
      text-align: center;
    }

    .footer-tg__text {
      text-align: center;
      margin-bottom: 15px;
    }

  }

  @media screen and (max-width: 420px) {

    .faq {
      padding-bottom: 0;
    }

    .faq__list {
      margin: 0 -20px;
      max-width: 420px;
      width: auto;
    }

    .faq__title {
      font-size: 15px;
    }

    .faq__item {
      border-radius: 0;
      margin-bottom: 0;
      border-bottom: 1px solid #e8e8e8;
    }

    .faq__item:last-child {
      border-bottom: 0;
    }

  }

  @media screen and (max-width: 390px) {

    .header__title {
      font-size: 32px;
    }

    .header__sub-title {
      font-size: 18px;
    }

    .benefit__icon {
      width: 50px;
    }

    .placement-list__icon {
      width: 60px;
      height: 60px;
    }

    .placement-list__image {
      width: 40px;
    }

    .placement-list__title {
      font-size: 18px;
    }

  }

  .partner-profit {
    margin: 100px 0;
  }

  .partner-profit__image {
    position: absolute;
    right: 30px;
    top: -105px;
    display: block;
    height: 240px;
  }

  .partner-profit-table {
    margin-top: 40px;
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0 10px;
  }

  .partner-profit-table thead th {
    background: #2b468e;
    color: #fff;
    font-weight: 500;
    line-height: 120%;
    padding: 25px 0;
  }

  .partner-profit-table thead th:first-child {
    border-radius: 10px 0 0 10px;
    text-align: left;
    padding-left: 25px;
  }

  .partner-profit-table thead th:last-child {
    border-radius: 0 10px 10px 0;
  }

  .partner-profit-table thead th:nth-child(1) {
    width: 180px;
    border-right: 1px solid rgba(255, 255, 255, .1);
  }

  .partner-profit-table thead th:nth-child(2),
  .partner-profit-table thead th:nth-child(3) {
    width: 150px;
    border-right: 1px solid rgba(255, 255, 255, .1);
  }

  .partner-profit-table thead th:nth-child(4) {
    padding-left: 20px;
    text-align: left;
  }

  .partner-profit-table tbody tr td {
    background: #f4f7fa;
    height: 60px;
    padding: 10px;
    color: #333;
  }

  .partner-profit-table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
    background: #f5df7d;
    font-weight: 500;
    color: #000;
    padding-left: 25px;
  }

  .partner-profit-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
  }

  .partner-profit-table tbody tr td:nth-child(2) {
    font-weight: 500;
    color: #2b468d;
    text-align: center;
    border-right: 1px solid #fff;
  }

  .partner-profit-table tbody tr td:nth-child(3) {
    text-align: center;
    border-right: 1px solid #fff;
  }

  .partner-profit-table tbody tr td:nth-child(4) {
    padding-left: 20px;
    font-size: 15px;
    line-height: 130%;
  }

  .partner-profit__alert {
    font-size: 15px;
    color: #ccc;
    margin-top: 10px;
  }

  @media screen and (max-width: 992px) {

    .partner-profit__image {
      display: none;
    }

    .partner-profit-table {
      width: auto;
      margin: 40px -10px -20px;
      border-spacing: 0;
    }

    .partner-profit-table thead {
      display: none;
    }

    .partner-profit-table tbody {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }

    .partner-profit-table tbody tr {
      width: calc(33.33% - 20px);
      margin: 0 10px 20px;
      display: flex;
      flex-direction: column;
      border: 2px solid #2b468d;
      border-radius: 10px;
    }

    .partner-profit-table tbody tr td {
      padding: 15px;
      height: auto;
      text-align: center;
    }

    .partner-profit-table tbody tr td:first-child {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 7px 7px 0 0;
      padding: 15px 10px;
      background: #2b468e;
      color: #fff;
    }

    .partner-profit-table tbody tr td:last-child {
      height: 100%;
      border-radius: 0 0 8px 8px;
    }

    .partner-profit-table tbody tr td[data-th]:before {
      display: block;
      content: attr(data-th) ":";
      vertical-align: middle;
      white-space: nowrap;
      color: #1c1c1c;
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 2px;
      text-align: center;
    }

    .partner-profit-table tbody tr td[data-th]:last-child:before {
      margin-bottom: 5px;
    }

    .partner-profit-table tbody tr td:nth-child(2),
    .partner-profit-table tbody tr td:nth-child(3) {
      border-right: 0;
      border-bottom: 1px solid #fff;
    }

  }

  @media screen and (max-width: 860px) {

    .partner-profit-table tbody tr {
      width: calc(50% - 20px);
    }

  }

  @media screen and (max-width: 480px) {

    .partner-profit-table {
      margin-top: 30px;
    }

    .partner-profit-table tbody tr {
      width: calc(100% - 20px);
    }

    .partner-profit-table tbody tr td {
      padding: 10px;
    }

    .partner-profit-table tbody tr td:first-child {
      font-size: 19px;
    }

  }