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

.section-subtitle {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #FF6400;
  margin-bottom: 5px;
}

.section-title {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 70px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.section-title img {
  margin-left: 20px;
}

.form {
  padding: 50px 40px;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.form-main {
  background: rgba(38, 45, 69, 0.7);
}

.form-contact {
  background: rgba(38, 45, 69, 0.7);
}

.form__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.form__subtitle {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.form .formgroup {
  position: relative;
  margin-bottom: 30px;
}

.form .formgroup__placeholder {
  color: #717492;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
}

.form .formgroup__placeholder span {
  font-size: inherit;
}

.form textarea {
  width: 100%;
}

.form input {
  font-size: 18px;
  line-height: 1;
  color: #10111B;
  font-weight: 600;
  padding: 5px 20px;
  background: #F5F5F5;
  border-radius: 10px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  width: 100%;
  white-space: pre-wrap;
}

.form input::-webkit-input-placeholder {
  color: #717492;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.form input:-ms-input-placeholder {
  color: #717492;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.form input::-ms-input-placeholder {
  color: #717492;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.form input::placeholder {
  color: #717492;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.form__send {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background: -webkit-linear-gradient(34.57deg, #FC2773 15.63%, #E0612B 79.63%);
  background: linear-gradient(55.43deg, #FC2773 15.63%, #E0612B 79.63%);
  border-radius: 10px;
  padding: 5px 20px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  border: none;
  cursor: pointer;
  margin-top: 50px;
}

.form__send:hover {
  background: -webkit-linear-gradient(34.57deg, #E0612B 15.63%, #FC2773 79.63%);
  background: linear-gradient(55.43deg, #E0612B 15.63%, #FC2773 79.63%);
  box-shadow: 0px 10px 20px rgba(252, 39, 115, 0.6), inset 0px 2px 12px rgba(255, 255, 255, 0.18), inset 0px 4px 15px 5px rgba(255, 255, 255, 0.18);
}

@-webkit-keyframes btn-pulse {
  0% {
    box-shadow: 0 0 8px 6px #FC2773, 0 0 12px 14px #FC2773;
  }

  100% {
    box-shadow: 0 0 10px 6px rgba(0, 173, 93, 0), 0 0 2px 35px rgba(0, 173, 93, 0);
  }
}

@keyframes btn-pulse {
  0% {
    box-shadow: 0 0 8px 6px #FC2773, 0 0 12px 14px #FC2773;
  }

  100% {
    box-shadow: 0 0 10px 6px rgba(0, 173, 93, 0), 0 0 2px 35px rgba(0, 173, 93, 0);
  }
}

.form-pointer {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  bottom: -33px;
  left: -268px;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.form-pointer:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 40px;
  background-image: url('../img/pointer.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: calc(100% + 8px);
  top: -15px;
}

.parallax-desctop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  z-index: 100;
  overflow: hidden;
}

.parallax-desctop .img {
  position: absolute;
  margin-left: 400px;
  margin-top: 0;
}

.parallax-desctop .img-1 {
  margin-left: 0;
  margin-top: 0;
}

.parallax-desctop .img-2 {
  margin-left: calc(100% - 315px);
  margin-top: 0;
}

.parallax-desctop .img-3 {
  margin-left: 0;
  margin-top: 180px;
}

.parallax-desctop .img-4 {
  margin-left: calc(100% - 315px);
  margin-top: 215px;
}

.parallax-desctop .img-5 {
  margin-left: calc(100% - 42px);
  margin-top: 65px;
}

.parallax-desctop .img-6 {
  margin-left: 20px;
  margin-top: 500px;
}

.parallax-desctop .img-7 {
  margin-left: 208px;
  margin-top: 664px;
}

.parallax-desctop .img-8 {
  margin-left: calc(100% - 163px);
  margin-top: 721px;
}

.parallax-desctop .img-9 {
  margin-left: calc(100% - 389px);
  margin-top: 822px;
}

.parallax-desctop .img-10 {
  margin-left: 134px;
  margin-top: 865px;
}

.mobile-img {
  position: absolute;
  display: none;
}

.mobile-img.img-1 {
  margin-left: 0;
  margin-top: 0;
}

.mobile-img.img-2 {
  margin-left: 94%;
  margin-top: -30px;
}

.mobile-img.img-3 {
  margin-left: -25px;
  margin-top: 180px;
}

.mobile-img.img-4 {
  margin-left: 96%;
  margin-top: 400px;
}

.mobile-img.img-5 {
  left: -70px;
  margin-top: 500px;
  z-index: 1001;
}

.mobile-img.img-6 {
  right: -50px;
  bottom: 50px;
  z-index: 1001;
  width: 114px;
}

@media screen and (min-width: 769px) {
  .form__send:hover {
    -webkit-animation: btn-pulse 0.9s 0s ease-out 1;
    animation: btn-pulse 0.9s 0s ease-out 1;
  }
}

@media screen and (max-width: 1200px) {
  .form .formgroup__placeholder {
    font-size: 16px;
  }

  .form input {
    font-size: 16px;
    height: 60px;
  }

  .form input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form input:-ms-input-placeholder {
    font-size: 16px;
  }

  .form input::-ms-input-placeholder {
    font-size: 16px;
  }

  .form input::placeholder {
    font-size: 16px;
  }

  .form__send {
    font-size: 16px;
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .form .formgroup__placeholder {
    font-size: 18px;
  }

  .form input {
    font-size: 18px;
    height: 70px;
  }

  .form input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .form input:-ms-input-placeholder {
    font-size: 18px;
  }

  .form input::-ms-input-placeholder {
    font-size: 18px;
  }

  .form input::placeholder {
    font-size: 18px;
  }

  .form__send {
    font-size: 18px;
    height: 70px;
  }

  .form-pointer {
    left: calc(50% - 60px);
    -webkit-transform: translate(-50%, 0) rotate(-7deg);
    -ms-transform: translate(-50%, 0) rotate(-7deg);
    transform: translate(-50%, 0) rotate(-7deg);
    bottom: -100px;
  }

  .form-pointer:before {
    background-image: url('../img/m_pointer.svg');
  }

  .parallax-desctop {
    display: none;
  }

  .mobile-img {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .section-subtitle {
    font-size: 14px;
  }

  .section-title img {
    width: 25px;
    height: 25px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .form {
    padding: 30px 15px;
    max-width: 380px;
  }

  .form__title {
    text-transform: uppercase;
    font-size: 20px;
  }

  .form__subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .form .formgroup {
    margin-bottom: 15px;
  }

  .form .formgroup__placeholder {
    left: 15px;
  }

  .form .formgroup__placeholder span {
    font-size: 12px;
    display: block;
  }

  .form .formgroup__placeholder {
    font-size: 14px;
    line-height: 1.2;
  }

  .form input {
    font-size: 14px;
    height: 50px;
    padding: 10px 15px;
  }

  .form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form input:-ms-input-placeholder {
    font-size: 14px;
  }

  .form input::-ms-input-placeholder {
    font-size: 14px;
  }

  .form input::placeholder {
    font-size: 14px;
  }

  .form__send {
    font-size: 14px;
    height: 50px;
    margin-top: 30px;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

fieldset,
img,
abbr {
  border: 0;
}

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

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

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

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

.container {
  max-width: 1376px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat';
  background-color: #10111B;
}

.header {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 70px;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.header__logo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 50px;
}

.header__text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.header__text span {
  color: #FF6400;
}

.main {
  padding: 0px 0 225px 0;
  background-image: url('../img/bg-main.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.main:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #10111B 3.79%, rgba(16, 17, 27, 0) 42.14%), rgba(21, 23, 43, 0.8);
  background: linear-gradient(0deg, #10111B 3.79%, rgba(16, 17, 27, 0) 42.14%), rgba(21, 23, 43, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.main__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.main__discr {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  padding-top: 80px;
  position: relative;
  z-index: 101;
}

.main__form {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  margin-left: calc(8.333333333333334% + 10px);
  position: relative;
}

.main__title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 70px;
}

.main__title a {
  text-decoration: underline;
}

.main__title a.link1 {
  color: #E1602D;
}

.main__title a.link2 {
  color: #EF4450;
}

.main__title a.link3 {
  color: #FC2873;
}

.main__title a:hover {
  text-decoration: none;
}

.main-advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.main-advantage__item {
  padding: 9px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
}

.main-advantage__item:not(:last-child) {
  margin-bottom: 30px;
}

.main-advantage__item:nth-child(1) {
  background-color: #E1602D;
  box-shadow: 0px 0px 10px rgba(255, 100, 0, 0.5);
}

.main-advantage__item:nth-child(2) {
  background-color: #EF4450;
  box-shadow: 0px 0px 10px rgba(255, 100, 0, 0.5);
}

.main-advantage__item:nth-child(3) {
  background-color: #FC2873;
  box-shadow: 0px 0px 10px rgba(255, 100, 0, 0.5);
}

.advantage {
  padding: 120px 0 120px 0;
}

.advantage .section-title {
  color: #fff;
}

.advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -70px;
}

.advantage-hide {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.advantage-item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  margin-right: calc(8.333333333333334% + 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 70px;
}

.advantage-item__icon {
  width: 60px;
  height: 60px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.advantage-item__title {
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.advantage-item__text {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}

.show-advantage {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.show-advantage.in img {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.show-advantage img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.waiting {
  padding: 120px 0;
  background: #F8FAFF;
}

.waiting .section-title {
  color: #10111B;
}

.waiting-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.waiting-item:not(:last-child) {
  margin-bottom: 70px;
}

.waiting-item:nth-child(1) .waiting-item__title {
  color: #FF6400;
}

.waiting-item:nth-child(2) .waiting-item__title {
  color: #EF4450;
}

.waiting-item:nth-child(3) .waiting-item__title {
  color: #FC2873;
}

.waiting-item__title {
  width: 320px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
}

.waiting-item__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #10111B;
}

.team {
  padding: 120px 0;
}

.team__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.team-discription {
  max-width: 660px;
  margin-right: 30px;
}

.team-discription__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.team-discription p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.team-discription p:not(:last-child) {
  margin-bottom: 20px;
}

.team-sliders {
  width: 530px;
  padding: 0 30px;
  margin-left: auto;
}

.team-slider {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.team-slider .swiper-slide {
  position: relative;
}

.team-slider .swiper-slide a {
  display: block;
}

.team-slider .swiper-slide a:hover:before {
  opacity: 1;
}

.team-slider .swiper-slide a:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('../img/zoom.svg');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.team-slider .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.team-thumbs-slider {
  overflow: hidden;
  width: 100%;
}

.team-thumbs-slider .swiper-slide {
  opacity: 0.5;
  width: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.team-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.team-thumbs-slider .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #fff;
}

.thumbs-slider-wrap {
  position: relative;
}

.thumbs-slider-wrap .thumbs-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.thumbs-slider-wrap .thumbs-button.swiper-button-disabled {
  display: none;
}

.thumbs-slider-wrap .thumbs-button:hover {
  cursor: pointer;
}

.thumbs-slider-wrap .thumbs-button:hover svg {
  fill: #FF6400;
}

.thumbs-slider-wrap .thumbs-button-next {
  left: calc(100% + 15px);
}

.thumbs-slider-wrap .thumbs-button-prev {
  right: calc(100% + 15px);
}

.thumbs-slider-wrap .thumbs-button svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumbs-slider-wrap .thumbs-button-next {
  color: #fff;
}

.thumbs-slider-wrap .thumbs-button-prev {
  color: #fff;
}

.steps {
  padding: 120px 0;
  position: relative;
  z-index: 50;
}

.steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.steps-item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  text-align: center;
  position: relative;
}

.steps-item:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: calc(100% - 58px);
  top: 20px;
}

.steps-item1:before {
  background-image: url('../img/step-arrow1.svg');
}

.steps-item2:before {
  background-image: url('../img/step-arrow2.svg');
}

.steps-item3:before {
  background-image: url('../img/step-arrow1.svg');
}

.steps-item4:before {
  background-image: url('../img/step-arrow2.svg');
  display: none;
}

.steps-item__icon {
  margin-bottom: 10px;
}

.steps-item__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}

.contacts {
  padding: 120px 0;
  position: relative;
}

.contacts-bg__video {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}

.contacts .container {
  position: relative;
  z-index: 10;
}

.contacts__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts__discr {
  max-width: 455px;
  margin-right: 30px;
}

.contacts__form {
  width: 544px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.results {
  background: #F8FAFF;
  padding: 100px 0;
}

.results__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.results__discr {
  max-width: 720px;
  margin-right: 30px;
}

.results__advance {
  max-width: 350px;
  margin-left: auto;
}

.results .section-title {
  color: #10111B;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: -20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-links a {
  width: 70px;
  height: 70px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-links a:not(:last-child) {
  margin-right: 20px;
}

.social-links a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.advance__percent {
  font-size: 128px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: -webkit-linear-gradient(55.43deg, #FC2773 15.63%, #E0612B 79.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.advance__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #10111B;
  text-align: center;
  margin-bottom: 10px;
}

.advance__note {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #ABABAB;
  text-align: center;
}

.footer {
  padding: 50px 0;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer__copy {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .main__form {
    width: calc(50% - 20px);
  }

  .main__form {
    margin-left: calc(0% + 10px);
  }

  .main__form {
    z-index: 101;
  }

  .main__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .main__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .main-advantage__item {
    font-size: 16px;
  }

  .advantage-item {
    margin-right: calc(0% + 10px);
  }

  .advantage-item {
    width: calc(50% - 20px);
  }

  .steps-item:before {
    left: calc(100% - 47px);
  }

  .steps-item__text .wbr {
    display: none;
  }

  .contacts-bg__video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 150%;
  }

  .contacts__form {
    width: 466px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    overflow: hidden;
  }

  .main__discr {
    width: calc(100% - 20px);
  }

  .main__discr {
    padding-top: 0;
    margin-bottom: 60px;
  }

  .main__form {
    width: calc(100% - 20px);
  }

  .main__title {
    font-size: 48px;
  }

  .main-advantage__item {
    font-size: 18px;
  }

  .waiting-item__title {
    width: 280px;
  }

  .team__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-discription {
    max-width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .team-sliders {
    width: 100%;
    margin-bottom: 40px;
  }

  .steps-item:before {
    width: 80px;
    height: 26px;
    left: calc(100% - 28px);
  }

  .contacts__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__discr {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .contacts__form {
    width: 100%;
    max-width: 100%;
  }

  .results__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .results__discr {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .results__advance {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .header__text {
    margin-bottom: 5px;
  }

  .main {
    padding-bottom: 130px;
  }

  .main__title {
    font-size: 40px;
  }

  .advantage {
    padding: 50px 0;
  }

  .advantage-list {
    margin-bottom: -40px;
  }

  .advantage-item {
    margin-bottom: 40px;
  }

  .advantage-item__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .advantage-item__title {
    font-size: 16px;
  }

  .advantage-item__text {
    font-size: 14px;
  }

  .waiting {
    padding: 50px 0;
  }

  .waiting-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .waiting-item__title {
    width: 100%;
    margin-bottom: 20px;
  }

  .team {
    padding: 50px 0;
  }

  .steps {
    padding: 50px 0;
  }

  .steps-item {
    width: calc(50% - 20px);
  }

  .steps-item {
    margin-bottom: 40px;
  }

  .steps-item2:before {
    background-image: url('../img/step-arrow3.svg');
    width: 26px;
    height: 80px;
    top: 100px;
    left: calc(100% - 40px);
  }

  .steps-item3:before {
    display: none;
  }

  .steps-item3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .steps-item4:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .contacts {
    padding: 50px 0;
  }

  .results {
    padding: 50px 0;
  }

  .footer {
    padding: 30px 0;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .header__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .header__logo {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .header__text {
    text-align: center;
  }

  .main__discr {
    margin-bottom: 40px;
  }

  .main__title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .main-advantage__item {
    font-size: 14px;
  }

  .main-advantage__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .main-advantage__item:nth-child(3) {
    max-width: 220px;
  }

  .advantage-hide {
    display: none;
  }

  .advantage-item {
    width: calc(100% - 20px);
  }

  .show-advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .waiting-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .waiting-item__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .waiting-item__text {
    font-size: 14px;
  }

  .team-discription__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .team-discription p {
    font-size: 14px;
  }

  .team-sliders {
    padding: 0 15px;
  }

  .team-slider {
    margin-bottom: 4px;
  }

  .thumbs-slider-wrap .thumbs-button {
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }

  .thumbs-slider-wrap .thumbs-button-next {
    left: calc(100% + 8px);
  }

  .thumbs-slider-wrap .thumbs-button-prev {
    right: calc(100% + 8px);
  }

  .steps-list {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-item {
    width: calc(100% - 20px);
  }

  .steps-item:before {
    width: 26px;
    height: 80px;
  }

  .steps-item1:before {
    background-image: url('../img/step-arrow3.svg');
    left: calc(100% - 70px);
    top: calc(100% + 10px);
  }

  .steps-item2:before {
    background-image: url('../img/step-arrow4.svg');
    left: auto;
    right: calc(100% - 70px);
    top: calc(100% + 10px);
  }

  .steps-item3:before {
    background-image: url('../img/step-arrow3.svg');
    left: calc(100% - 70px);
    top: calc(100% + 10px);
    display: inline-block;
  }

  .steps-item3 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .steps-item4:before {
    display: none;
  }

  .steps-item4 {
    margin-bottom: 0;
  }

  .steps-item__text {
    font-size: 14px;
  }

  .steps-item__text .wbr {
    display: inline;
  }

  .social-links a {
    width: 30px;
    height: 30px;
  }

  .social-links a:not(:last-child) {
    margin-right: 15px;
  }

  .advance__percent {
    font-size: 96px;
  }

  .advance__text {
    max-width: 280px;
    font-size: 14px;
  }

  .advance__note {
    font-size: 12px;
  }

  .footer__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__copy {
    width: 100%;
    margin-top: 20px;
  }
}