@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* style general
-----------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  height: -webkit-fill-available;
}

html.fix {
  overflow: hidden;
  min-height: 100vh;
}

body {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', 'Arial', sans-serif;
  background: url("../img/background/bg-1.svg") 0 0 no-repeat,
  url("../img/background/bg-2.svg") -25px 1225px no-repeat,
  url("../img/background/bg-3.svg") 100% 1597px no-repeat,
  url("../img/background/bg-4.svg") 0 2857px no-repeat,
  url("../img/background/bg-5.svg") 100% 4370px no-repeat,
  url(../img/background/bg-6.svg) 0 5290px no-repeat,
  url("../img/background/bg-5.svg") 100% 7000px no-repeat,
  url(../img/background/bg-6.svg) 0 8500px no-repeat,
  url(../img/background/bg-7.svg) 100% 9500px no-repeat,
  url(../img/background/bg-6.svg) 0 11000px no-repeat,
  url(../img/background/bg-7.svg) 100% 12500px no-repeat;
  position: relative;
/*  overflow-x: hidden;*/
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
}

/* style header
-----------------------*/
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99999999999;
  background: #fff;
  transition: .2s;
}

.header.down {
  top: -90px;
}

.header__top-wrap {
  background-color: #fff;
}

.header__bottom-wrap {
  background-color: #F4F6F8;
}

.header__top-wrap, .header__bottom-wrap {
  width: 100%;
  padding: 9px calc(50% - 585px) 13px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.header__button-menu {
  width: 24px;
  height: 18px;
  position: relative;
  display: none;
}

.menu-line {
  width: 100%;
  height: 2px;
  background-color: #01348D;
  border-radius: 25%;
  display: block;
  position: absolute;
  left: 0;
}

.menu-line:nth-child(1) {
  top: 0;
}

.menu-line:nth-child(2) {
  top: 50%;
}

.menu-line:nth-child(3) {
  top: 100%;
}

.header__logo-img {
  height: 65px;
}

.header__contacts-item, .header__contacts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header__contacts-item svg {
  margin-right: 7px;
  width: 19px;
}

.header__contacts-item:last-child {
  margin-left: 39px;
}

.header__contacts-mail, .header__contacts-phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #01348D;
  transition: .4s ease color;
}

.header__contacts-mail:hover, .header__contacts-phone:hover, .header__menu-link:hover {
  color: #F9556D;
}

.header__contacts-icon {
  display: none;
}

.header__menu-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header__menu-item {
  margin-right: 41px;
}

.header__menu-item:last-child {
  margin-right: 0;
}

.header__menu-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.541667px;
  color: #01348D;
  transition: .4s ease color;
}

.header__mobile-phones {
  display: none;
}

.header__button-registration {
  width: 195px;
  height: 60px;
  background-color: #01348D;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 10px rgba(1, 52, 141, 0.2);
  transition: .4s ease;
}

.header__button-registration:hover {
  box-shadow: none;
}

/* style content-sidebar
-----------------------*/
.content-sidebar {
  width: 100%;
}

/* style section emoji background */
.emoji-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../img/emoji/emoji-1.svg") 93px 559px no-repeat,
  url("../img/emoji/emoji-2.svg") calc(100% - 67px) 1285px no-repeat,
  url("../img/emoji/emoji-3.svg") 260px 1650px no-repeat,
  url("../img/emoji/emoji-4.svg") calc(100% - 220px) 2720px no-repeat,
  url("../img/emoji/emoji-5.svg") 332px 4015px no-repeat,
  url("../img/emoji/emoji-6.svg") calc(100% - 24px) 5512px no-repeat,
  url("../img/emoji/emoji-7.svg") 209px 6343px no-repeat;
}


/* style section preview */
.preview {
  width: 100%;
  padding: 100px calc(50% - 585px) 260px;
  margin-bottom: 138px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.preview__title-wrap {
  width: 550px;
  margin-top: 80px;
}

.preview__title-h1 {
  font-weight: bold;
  font-size: 55px;
  line-height: 67px;
  letter-spacing: -1px;
  color: #01348D;
}

.preview__title-h1 span {
  color: #F9556D;
}

.preview__text {
  margin: 46px 0 39px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #576078;
  max-width: 400px;
}

.preview__buttons-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.preview__button-registration {
  background-color: #01348D;
  box-shadow: 0 10px 10px rgba(1, 52, 141, 0.2);
  color: #fff;
}

.preview__button-registration:hover {
  box-shadow: none;
}

.preview__button-registration, .preview__button-more {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.25px;
  border-radius: 30px;
  width: 170px;
  height: 50px;
}

.preview__button-more {
  border: 2px solid #01348D;
  color: #01348D;
  margin-left: 30px;
}

.preview__button-more:hover {
  background-color: #01348D;
  color: #fff;
}

.preview__animation-wrap {
  width: 470px;
  height: 470px;
  background-image: url("../img/animation-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 26px;
  position: relative;
  transition: .9s ease-in-out all;
}

.preview__animation-wrap.hide {
  z-index: -5;
  opacity: 0;
}

.preview__animation-wrap svg {
  width: 68px;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  transition: .9s ease-in-out all;
}

.preview__avatar {
  position: relative;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  transition: .9s ease-in-out all;
}

.preview__avatar-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -ms-flex-item-align:center;
  -ms-grid-row-align:center;
  align-self:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  object-fit: cover;
}

.preview__comments {
  position: absolute;
  transition: .9s ease-in-out all;
}

.preview__comments {
  z-index: 15;
}

.start-animation .preview__comments:nth-child(1) {
  top: 35px;
  left: 10px;
}

.start-animation .preview__comments:nth-child(2) {
  top: 35px;
  left: 370px;
}

.start-animation .preview__comments:nth-child(3) {
  top: 335px;
  left: 320px;
}

.start-animation .preview__comments:nth-child(4) {
  top: 340px;
  left: 10px;
}

.start-animation .preview__comments:nth-child(1) .preview__avatar {
  width: 90px;
  height: 90px;
}

.start-animation .preview__comments:nth-child(2) .preview__avatar,
.start-animation .preview__comments:nth-child(4) .preview__avatar {
  width: 70px;
  height: 70px;
}

.first-animation .preview__comments:nth-child(1) {
  top: 35px;
  left: 10px;
}

.first-animation .preview__comments:nth-child(2) {
  top: 35px;
  left: 370px;
}

.first-animation .preview__comments:nth-child(3) {
  top: 360px;
  left: 360px;
}

.first-animation .preview__comments:nth-child(4) {
  top: 340px;
  left: 10px;
}

.second-animation .preview__comments:nth-child(1) {
  top: 35px;
  left: 10px;
}

.second-animation .preview__comments:nth-child(2) {
  top: 35px;
  left: 370px;
}

.second-animation .preview__comments:nth-child(3) {
  top: 385px;
  left: 320px;
}

.second-animation .preview__comments:nth-child(4) {
  top: 340px;
  left: 10px;
}

.third-animation .preview__comments:nth-child(1) {
  top: 55px;
  left: 10px;
}

.third-animation .preview__comments:nth-child(2) {
  top: 65px;
  left: 330px;
}

.third-animation .preview__comments:nth-child(3) {
  top: 405px;
  left: 340px;
}

.third-animation .preview__comments:nth-child(4) {
  top: 340px;
  left: 10px;
}

.preview__comment-text-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}

.preview__comments.hide-comment .preview__comment-text {
  opacity: 0;
  z-index: 10;
  display: none;
}

.preview__comments.hide-comment .preview__comment-loading {
  opacity: 1;
  z-index: 20;
}

.preview__comments.current .preview__avatar {
  width: 130px;
  height: 130px;
}

.preview__comment-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3em;
  letter-spacing: -0.05em;
  color: #fff;
  padding: 8px 18px 12px 19px;
  background-color: #0280FB;
  border-radius: 30px;
  width: max-content;
  max-width: 240px;
  transition: .4s ease all;
  z-index: 20;
  position: absolute;
  left: 100%;
  bottom: 80%;
  display: block;
}

.preview__comments.current .preview__comment-text {
  max-width: 315px;
  font-size: 16px;
}

.preview__comment-text:before {
  content: url("../img/icons/speech.svg");
  position: absolute;
  left: -5px;
  bottom: -10px;
}

.preview__comment-loading {
  width: 71.64px;
  height: 44.78px;
  background-color: #E2E1E6;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: 100%;
  bottom: 80%;
}

.preview__comment-loading-circle {
  width: 10.45px;
  height: 10.45px;
  border-radius: 50%;
  margin-right: 4.48px;
  position: relative;
  background-color: #BAB9BE;
  animation: .9s linear infinite;
  animation-direction: normal;
}

.preview__comment-loading-circle:nth-child(1) {
  animation-name: loading-1;
}

.preview__comment-loading-circle:nth-child(2) {
  background-color: #9B9A9F;
  animation-name: loading-2;
}

.preview__comment-loading-circle:nth-child(3) {
  background-color: #89888D;
  animation-name: loading-3;
}

.preview__comment-loading-circle:last-child {
  margin: 0;
}

.preview__comment-loading:before {
  width: 14.18px;
  height: 14.18px;
  left: 1px;
  bottom: -1px;
}

.preview__comment-loading:before, .preview__comment-loading:after {
  content: "";
  border-radius: 50%;
  background-color: #E2E1E6;
  position: absolute;
  display: block;
}

.preview__comment-loading:after {
  width: 5.97px;
  height: 5.97px;
  left: -5px;
  bottom: -5px;
}

.preview__comments.hide-comment .preview__avatar {
  animation: 1s linear infinite;
  animation-direction: normal;
  animation-name: pulse;
}

@keyframes pulse {
  0% {
    transform: none;
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: none;
  }
}

@keyframes loading-1 {
  0% {
    transform: scale(1.4);
  }

  30% {
    transform: none;
  }

  70% {
    transform: none;
  }

  100% {
    transform: scale(1.4);
  }
}

@keyframes loading-2 {
  0% {
    transform: none;
  }

  30% {
    transform: scale(1.4);
  }

  70% {
    transform: none;
  }

  100% {
    transform: none;
  }
}

@keyframes loading-3 {
  0% {
    transform: none;
  }

  30% {
    transform: none;
  }

  70% {
    transform: scale(1.4);
  }

  100% {
    transform: none;
  }
}

/* style section info */
.info {
  width: 100%;
  padding: 0 calc(50% - 610px);
  margin-bottom: 236px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.info__title-wrap {
  width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.info__title-h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.info__title-h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: -0.5px;
  color: #01348D;
  margin: 16px 0 33px;
}

.info__title-h3 span {
  color: #F9556D;
}

.info__text-content {
  width: 100%;
}

.info__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.444444px;
  color: #576078;
  margin-bottom: 15px;
  max-width: 400px;
}

.info__text:last-child {
  margin-bottom: 0;
}

.info__link {
  margin-top: 48px;
  width: 170px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  letter-spacing: -0.25px;
  background-color: #01348D;
  box-shadow: 0 10px 10px rgba(1, 52, 141, 0.2);
  border-radius: 30px;
  transition: .4s ease;
}

.info__link:hover {
  box-shadow: none;
}

.info__banner {
  width: 561px;
  height: 428px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/banner.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 40px 23px 0;
  position: relative;
}

.info__banner-logo {
  width: 252px;
}

.info__banner-text {
  margin: 25px 0 15px 0px;
  width: 284px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #576078;
}

.info__banner-text > img {
  margin-top: 15px;
}

.info__banner-link {
  width: 135px;
  height: 35px;
  background: rgba(1, 52, 141, 0.8);
  box-shadow: 0 0 20px rgb(1, 52, 141, 0.5);
  border-radius: 30px;
  transition: .4s ease;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.info__banner-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, .1)), color-stop(20%, hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, .6)));
  background: linear-gradient(
    90deg
    , hsla(0, 0%, 100%, .1) 10%, hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .6));
  width: 20px;
  -webkit-transform: skewX(
    -45deg
  );
  transform: skewX(
    -45deg
  );
  left: -20%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.info__banner-link:hover {
  box-shadow: none;
}

@keyframes blick {
  15%, to {
    left: 110%
  }
}

.info__women-img {
  width: 225px;
  height: 395px;
  position: absolute;
  top: 50%;
  transform: translate(-66px, -28%);
  left: 0;
  z-index: 50;
}

.info__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
  border-radius: 15px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info__popup-close {
  position: absolute;
  top: -15px;
  right: -20px;
  z-index: 15;
}

.info__popup-close svg {
  fill: #01348D;
  transition: .4s ease-in-out;
  cursor: pointer;
}

.info__popup-close svg:hover {
  fill: #F9556D;
}

.info__popup-img-wrap {
  position: relative;
}

.info__popup.open {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.info__example {
  border-radius: 15px;
}

/* style section video */

section.video {
  width: 100%;
  padding: 0 calc(50% - 404px);
  margin-bottom: 236px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.custom-btn {
  margin: 0 auto;
  margin-top: 48px;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  letter-spacing: -0.25px;
  background-color: #01348D;
  box-shadow: 0 10px 10px rgba(1, 52, 141, 0.2);
  border-radius: 30px;
  transition: .4s ease;
}

.f-video-container {
  position: relative;
  display: block;
  width: 808px;
  height: 695px;
  padding: 32px;
  padding-top: 47px;
  padding-right: 33px;
  background: url(../img/desktop.png) 50% 50% no-repeat;
  background-size: contain;
}

.f-video-container img {
  width: 100%;
}
 
.f-video-player {
  position: relative;
  overflow: hidden;
  height: 0;
/*  padding-bottom: 56.25%;*/
  padding-bottom: 60%;
}
 
.f-video-player iframe,
.f-video-player object,
.f-video-player embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
 
.f-video-cover {
  position: absolute;
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  cursor: pointer;*/
  top: 47px;
  left: 31px;
  width: 92.1%;
}

.f-video-btn {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style section benefit */
.default-section {
  width: 100%;
  padding: 0 calc(50% - 610px);
  margin-bottom: 230px;
}

.default-title__h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.default-title__h4 {
  color: #576078;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 10px;
}

.benefit__item-right p {
  color: #576078;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 25.20px;
}

.default-title__h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #01348D;
  margin: 16px 0 115px;
}

.default-title__h3 span {
  color: #F9556D;
}

.benefit__list-item {
  display: flex;
  align-items: center;
  background: #FBFDFF; 
  box-shadow: 0px 0px 20px rgba(137.04, 179.18, 217.81, 0.50); 
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 48px 30px;
}

.benefit__item-left {
  width: 93px;
  margin-right: 30px;
}

/* style section steeps */
.steeps {
  width: 100%;
  height: 957px;
  padding: 15px calc(50% - 685px);
  margin-bottom: 213px;
  background-image: url("../img/lines.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 250px;
}

.steeps__title-h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.steeps__title-h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #01348D;
  margin: 16px 0 115px;
}

.steeps__title-h3 span {
  color: #F9556D;
}

.steeps-wrap {
  width: 100%;
  position: relative;
}

.steeps-wrap__steep {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.steeps-wrap__steep-icon-wrap {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steeps-wrap__steep.steep-1 {
  width: 241px;
  top: 70px;
  left: 0;
}

.steep-1 .steeps-wrap__steep-icon-wrap {
  background-color: #F6A0AB;
}

.steep-1 .steeps-wrap__number {
  color: #F6A0AB;
  margin-right: 3px;
}

.steeps-wrap__steep.steep-2 {
  width: 318px;
  top: 0;
  left: 295px;
}

.steep-2 .steeps-wrap__steep-icon-wrap {
  background-color: #9CEED8;
}

.steep-2 .steeps-wrap__number {
  color: #9CEED8;
  margin-right: 9px;
}

.steeps-wrap__steep.steep-3 {
  width: 241px;
  top: 25px;
  left: 681px;
}

.steep-3 .steeps-wrap__steep-icon-wrap {
  background-color: #01348D;
}

.steep-3 .steeps-wrap__number {
  color: #01348D;
  margin-right: 8px;
}

.steeps-wrap__steep.steep-4 {
  width: 307px;
  top: 112px;
  left: 980px;
}

.steep-4 .steeps-wrap__steep-icon-wrap {
  background-color: #F9556D;
}

.steep-4 .steeps-wrap__number {
  color: #F9556D;
  margin-right: 12px;
}

.steeps-wrap__steep.steep-5 {
  width: 300px;
  top: 382px;
  left: calc(50% - 150px);
  transform: translateX(-50%);
}

.steep-5 .steeps-wrap__steep-icon-wrap {
  width: 237px;
  height: 237px;
  background-color: #0280FB;
}

.steep-5 .steeps-wrap__number {
  color: #0280FB;
  margin-right: 17px;
}

.steep-2 .steeps-wrap__steep-icon-wrap, .steep-3 .steeps-wrap__steep-icon-wrap {
  width: 191px;
  height: 191px;
}

.steep-1 .steeps-wrap__steep-icon-wrap, .steep-4 .steeps-wrap__steep-icon-wrap {
  width: 158px;
  height: 158px;
}

.steep-1 .steeps-wrap__steep-icon-wrap svg {
  height: 81px;
}

.steep-2 .steeps-wrap__steep-icon-wrap svg, .steep-4 .steeps-wrap__steep-icon-wrap svg {
  height: 77px;
}

.steep-3 .steeps-wrap__steep-icon-wrap svg {
  height: 75px;
}

.steep-5 .steeps-wrap__steep-icon-wrap svg {
  height: 112px;
}

.steeps-wrap__text-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.steeps-wrap__number {
  font-weight: bold;
  font-size: 90px;
  line-height: 110px;
  text-align: center;
  display: block;
  letter-spacing: -0.333333px;
}

.steeps-wrap__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.333333px;
  color: #576078;
}

/* style section exemples */
.examples-list {
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
.examples-item {
  padding: 90px 30px 50px 30px;
  background: #FBFDFF; 
  box-shadow: 0px 0px 20px rgba(137.04, 179.18, 217.81, 0.50); 
  border-radius: 10px;
  text-align: center;
}

.examples-img__bx {
  margin-bottom: 20px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.examples-item .default-title__h4 {
  margin-bottom: 10px;
}

.examples-item p {
  color: #576078;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 25.20px;
}

.content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content,
.content p {
  color: #576078;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 25.20px;
}

.content img {
  margin-bottom: 20px;
  width: 100%;
}

.steeps2 {
  background-image: url("../img/lines-steeps2.png");
}

.steeps2 .steeps-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-evenly;
  padding-top: 30px;
  align-items: baseline;
}

.steeps2 .steeps-wrap__steep.steep-1,
.steeps2 .steeps-wrap__steep.steep-2,
.steeps2 .steeps-wrap__steep.steep-3,
.steeps2 .steeps-wrap__steep.steep-4,
.steeps2 .steeps-wrap__steep.steep-5 {
  width: 318px;
}

.steeps2 .steep-3 .steeps-wrap__steep-icon-wrap,
.steeps2 .steep-5 .steeps-wrap__steep-icon-wrap {
  width: 170px;
  height: auto;
  background-color: transparent;
}

.steeps2 .steeps-wrap__steep {
  top: auto;
  left: auto;
  position: relative;
}

.steeps2 .steeps-wrap__steep-icon-wrap {
  margin-bottom: 20px;
}

.steeps2 .steeps-wrap__text-wrap {
  text-align: center;
}

.default-section.banner {
  padding-top: 110px;
  padding-bottom: 110px;
  background: url('../img/banner-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}

.default-section.banner .default-title__h3 {
  color: #fff;
  margin-bottom: 0;
}

.default-section.instagram {
  margin-bottom: 120px;
}

.default-section.instagram .default-title__h3 {
  margin-bottom: 50px;
}

.instagram-list {
  margin: 0 -10px;
}

.instagram-list img {
  width: 100%;
}

.instagram .slick-arrow {
  color: transparent;
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.instagram .slick-arrow.slick-prev {
  left: -60px;
  background: url('../img/icons/slider-prev.svg') 0 0 no-repeat;
}

.instagram .slick-arrow.slick-next {
  right: -60px;
  background: url('../img/icons/slider-next.svg') 0 0 no-repeat;
}

.instagram-item a {
  display: block;
  overflow: hidden;
  width: 280px;
  height: 280px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}

.instagram-item a img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style section reviews */
.reviews .benefit__item-left,
.reviews .benefit__item-left img {
  width: 150px;
}

/* style section areas activity */
.areas-activity {
  width: 100%;
  padding: 0 calc(50% - 585px);
  margin-bottom: 236px;
}

.areas-activity__title-h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.areas-activity__title-h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: -0.5px;
  color: #01348D;
}

.areas-activity__title-h3 span {
  color: #F9556D;
}

.areas-activity__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  margin-top: 50px;
}

.areas-activity__item {
  width: 350px;
  min-height: 350px;
  padding: 50px 41px 43px 44px;
  background-color: #FBFDFF;
  box-shadow: 0 0 20px rgba(137, 179, 218, 0.5);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.areas-activity__item svg {
  height: 101px;
}

.areas-activity__item-title {
  margin: 36px 0 13px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #576078;
  text-align: center;
}

.areas-activity__item-list {
  width: 100%;
}

.areas-activity__item-text {
  list-style: url("../img/icons/check.svg");
  list-style-position: inside;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #576078;
}

/* style section support cms */
.support-cms {
  width: 100%;
  padding: 0 calc(50% - 585px);
  margin-bottom: 229px;
}

.support-cms__title-h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.support-cms__title-h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: -0.5px;
  color: #01348D;
  text-align: center;
  margin: 16px 0 50px;
}

.support-cms__title-h3 span {
  color: #F9556D;
}

.support-cms__list-cms {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.support-cms__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #576078;
  margin-top: 22px;
}

/* style section form calc */
.form-calc {
  width: 100%;
  padding: 0 calc(50% - 585px);
  margin-bottom: 223px;
  display: grid;
  grid-template-columns: 441px 1fr 585px;
}

.form-calc__title-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-calc__title-h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.form-calc__title-h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #01348D;
  margin: 17px 0 21px;
}

.form-calc__title-h3 span {
  color: #F9556D;
}

.form-calc__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #576078;
}

.form-calc__form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 22px;
  grid-column-start: 3;
  grid-column-end: 4;
}

.form-calc__input {
  width: 100%;
  height: 44px;
  background-color: #F4F6F9;
  box-shadow: inset 4px 4px 5px rgba(189, 193, 203, 0.4);
  border-radius: 12px;
  padding: 0 10px 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #01286A;
  transition: .4s ease all;
  border: 1px solid transparent;
}

.form-calc__input::-webkit-outer-spin-button,
.form-calc__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-calc__input {
  -moz-appearance: textfield;
}

.form-calc__input:focus {
  border-color: #01348D;
}

.form-calc__input::placeholder {
  color: #F9556D;
}

.form-calc__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 170px;
  height: 50px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  background-color: #F9556D;
  box-shadow: 0 10px 10px rgba(249, 85, 109, 0.2);
  border-radius: 30px;
  cursor: pointer;
  transition: .4s ease all;
}

.form-calc__submit:hover {
  transform: scale(1.02);
}

/* style section contacts */
.contacts {
  width: 100%;
  padding: 0 calc(50% - 585px);
  margin-bottom: 230px;
}

.contacts__title-h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.contacts__title-h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #01348D;
  margin: 16px 0 161px;
}

.contacts__title-h3 span {
  color: #F9556D;
}

.contacts__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 39px;
}

.contacts__item {
  position: relative;
  padding: 77px 64px 35px;
  background-color: #F9556D;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}

.contacts__icon-wrap {
  width: 142px;
  height: 142px;
  border: 21px solid #F9556D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.contacts__icon-wrap svg {
  height: 51px;
}

.contacts__item-phone, .contacts__item-mail, .contacts__item-location {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.333333px;
  color: #fff;
  transition: .4s ease color;
}

.contacts__item-phone:hover, .contacts__item-mail:hover {
  color: #01348D;
}

.contacts__item-phone:last-child {
  margin-top: 10px;
}

/* style section partner */
.partner {
  width: 100%;
  padding: 0 calc(50% - 585px);
  margin-bottom: 236px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.partner__text-wrap {
  width: 620px;
}

.partner__title-h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #01348D;
}

.partner__title-h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: -0.5px;
  color: #01348D;
  margin: 16px 0 33px;
}

.partner__title-h3 span {
  color: #F9556D;
}

.partner__text {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.444444px;
  color: #576078;
}

.partner__button {
  width: 210px;
  height: 50px;
  background-color: #01348D;
  box-shadow: 0 10px 10px rgba(1, 52, 141, 0.2);
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 48px;
  transition: .4s ease;
}

.partner__button:hover {
  box-shadow: none;
}

.partner__img {
  width: 341px;
}

.partner__popup {
  position: fixed;
/*  top: 0;*/
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
}

.partner__popup.open {
  display: flex;
}

.partner__form {
  width: 600px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 77px 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.partner__form-close {
  width: 31px;
  height: 31px;
  position: absolute;
  top: -9px;
  right: -9px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #01348D;
  cursor: pointer;
}

.partner__form-close svg {
  transition: .1s ease;
  width: 13px;
  fill: #fff;
}

.partner__form-close:hover svg {
  fill: #F9556D;
}

.partner__form-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #01348D;
  margin-bottom: 50px;
}

.partner__form-title span {
  color: #F9556D;
}

.partner__form-input {
  height: 44px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.partner__form-textarea {
  padding: 12px 0 0 20px;
  height: 120px;
  resize: none;
}

.partner__form-textarea, .partner__form-input {
  font-family: 'Montserrat', sans-serif;
  background-color: #F4F6F9;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #576078;
  width: 100%;
  box-shadow: inset 4px 4px 5px rgba(189, 193, 203, 0.4);
  border-radius: 12px;
}

.partner__form-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #576078;
  margin: 20px 0 30px;
}

.partner__form-submit {
  width: 170px;
  height: 50px;
  background: #F9556D;
  box-shadow: 0 10px 10px rgba(249, 85, 109, 0.2);
  border-radius: 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

  /* style footer
  -----------------------*/
.footer {
  background-color: #01348D;
}

.footer__top-wrap, .footer__bottom-wrap, .footer {
  width: 100%;
}

.footer__top-wrap {
  padding: 120px calc(50% - 585px) 108px;
  display: grid;
  grid-template-columns: 264px 1fr 210px;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

.footer__bottom-wrap {
  background-color: #01286A;
  padding: 26px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__copyright, .footer__bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #C4C4C4;
}

.logo-grondi {
  height: 43px;
  margin: 0 3px;
}

.footer__menu, .footer__button-calc, .footer__social-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer__menu-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.541667px;
  color: #fff;
  transition: .4s ease color;
}

.footer__menu-item {
  margin-right: 10px;
}

.footer__menu-item:last-child, .footer__social-item:last-child {
  margin-right: 0;
}

.footer__menu-link:hover, .footer__contacts-phone:hover, .footer__contacts-mail:hover {
  color: #F9556D;
}

.footer__button-calc {
  width: 170px;
  height: 50px;
  background-color: #F9556D;
  box-shadow: 0 10px 10px rgba(249, 85, 109, 0.2);
  border-radius: 30px;
  color: #fff;
  transition: .4s ease all;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  margin: auto 0;
}

.footer__button-calc:hover {
  color: #01348D;
}

.footer__company-info {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
}

.footer__contacts-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}

.footer__social-item {
  margin-right: 22px;
}

.footer__contacts-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
}

.footer__contacts-item svg {
  height: 16px;
  margin-right: 6px;
}

.footer__contacts-item:last-child {
  margin-bottom: 0;
}

.footer__contacts-phone, .footer__contacts-mail {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  letter-spacing: -0.333333px;
  transition: .4s ease color;
}

.footer__social-list {
  margin-bottom: 20px;
}

.footer__social-link svg {
  width: 36px;
  height: 36px;
  transition: .4s ease all;
  fill: #fff;
}

.footer__social-link:hover svg {
  fill: #F9556D;
}

.footer__logo {
  width: 252px;
}

.footer__logo-img {
  width: 100%;
}

#toTop {
  display: none;
  transform: rotate(270deg);
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
}

#toTop img {
  width: 50px;
  height: 50px;
}

/* style @media
-----------------------*/
@media screen and (max-width: 1900px) {
  body {
    background: url(../img/background/bg-1.svg) -100px 135px no-repeat,
    url(../img/background/bg-2.svg) -25px 1225px no-repeat,
    url(../img/background/bg-3.svg) 100% 1597px no-repeat,
    url(../img/background/bg-4.svg) 0 2857px no-repeat,
    url(../img/background/bg-5.svg) 100% 4270px no-repeat,
    url(../img/background/bg-6.svg) 0 5290px no-repeat,
    url("../img/background/bg-5.svg") 100% 7000px no-repeat,
    url(../img/background/bg-6.svg) 0 8500px no-repeat,
    url(../img/background/bg-7.svg) 100% 9500px no-repeat,
    url(../img/background/bg-6.svg) 0 11000px no-repeat,
    url(../img/background/bg-7.svg) 100% 12500px no-repeat;
    background-size: 50%;
  }

  .emoji-background {
    background: url("../img/emoji/emoji-1.svg") 93px 725px no-repeat,
    url("../img/emoji/emoji-2.svg") calc(100% - 67px) 1285px no-repeat,
    url("../img/emoji/emoji-3.svg") 260px 1650px no-repeat,
    url("../img/emoji/emoji-4.svg") calc(100% - 220px) 2720px no-repeat,
    url("../img/emoji/emoji-5.svg") 332px 4015px no-repeat,
    url("../img/emoji/emoji-6.svg") calc(100% - 24px) 5512px no-repeat,
    url("../img/emoji/emoji-7.svg") 209px 6243px no-repeat;
    background-size: 165px
  }


  .preview {
    padding: 47px 297px 153px 132px;
  }


  .preview__animation-wrap {
    width: 400px;
    height: 400px;
    margin-top: 50px;
  }

  .preview__comment-text {
    font-size: 11px;
    padding: 8px 15px;
    line-height: 1.3em;
  }

  .preview__comments {
    top: 35px;
    left: 0;
  }

  .preview__comments:nth-child(3) {
    top: 270px;
    left: 275px;
  }

  .preview__avatar {
    width: 90px;
    height: 90px;
  }

  .preview__comments.current .preview__avatar {
    width: 130px;
    height: 130px;
  }

  .preview__comments.current .preview__comment-text {
    max-width: 274px;
  }

  .preview__comment-text {
    max-width: 190px;
  }

  .steeps-wrap__steep.steep-4 {
    top: 91px;
    left: 1030px;
  }

  .steeps-wrap__steep.steep-3 {
    top: 10px;
    left: 770px;
  }

  .steeps-wrap__steep.steep-2 {
    top: -20px;
    left: 389px;
  }

  .steeps-wrap__steep.steep-1 {
    top: 40px;
    left: 95px;
  }

  .steeps2 .steeps-wrap__steep {
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .steeps.steeps2 {
    height: auto;
  }

  .start-animation .preview__comments:nth-child(1) {
    top: 35px;
    left: 10px;
  }

  .start-animation .preview__comments:nth-child(2) {
    top: 35px;
    left: 320px;
  }

  .start-animation .preview__comments:nth-child(3) {
    top: 280px;
    left: 275px;
  }

  .start-animation .preview__comments:nth-child(4) {
    top: 295px;
    left: 10px;
  }

  .first-animation .preview__comments:nth-child(1) {
    top: 0;
    left: 53px;
  }

  .first-animation .preview__comments:nth-child(2) {
    top: 47px;
    left: 330px;
  }

  .first-animation .preview__comments:nth-child(3) {
    top: 300px;
    left: 315px;
  }

  .first-animation .preview__comments:nth-child(4) {
    top: 280px;
    left: 10px;
  }

  .second-animation .preview__comments:nth-child(1) {
    top: 10px;
    left: 10px;
  }

  .second-animation .preview__comments:nth-child(2) {
    top: 35px;
    left: 320px;
  }

  .second-animation .preview__comments:nth-child(3) {
    top: 295px;
    left: 313px;
  }

  .second-animation .preview__comments:nth-child(4) {
    top: 305px;
    left: 10px;
  }

  .third-animation .preview__comments:nth-child(1) {
    top: 32px;
    left: 10px;
  }

  .third-animation .preview__comments:nth-child(2) {
    top: 27px;
    left: 287px;
  }

  .third-animation .preview__comments:nth-child(3) {
    top: 323px;
    left: 281px;
  }

  .third-animation .preview__comments:nth-child(4) {
    top: 311px;
    left: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .preview__animation-wrap {
    width: 300px;
    height: 300px;
  }

  .preview__comment-text {
    font-size: 14px;
  }

  .preview__comments {
    top: 0;
  }

  .preview__comments.before-current {
    left: 245px;
  }

  .preview__comments.after-current {
    top: 217px;
    left: 0;
  }

  .preview__comment-loading {
    height: 34.78px;
  }

  .preview__comments:nth-child(3) {
    top: 190px;
    left: 198px;
  }

  .preview__comments.current .preview__comment-text {
    max-width: 215px;
  }

  .preview__title-wrap {
    width: 410px;
  }

  .start-animation .preview__comments:nth-child(1) {
    top: 14px;
    left: -5px;
  }

  .start-animation .preview__comments:nth-child(2) {
    top: 35px;
    left: 240px;
  }

  .start-animation .preview__comments:nth-child(3) {
    top: 188px;
    left: 207px;
  }

  .start-animation .preview__comments:nth-child(4) {
    top: 221px;
    left: 10px;
  }

  .first-animation .preview__comments:nth-child(1) {
    top: 10px;
    left: 6px;
  }

  .first-animation .preview__comments:nth-child(2) {
    top: -6px;
    left: 225px;
  }

  .first-animation .preview__comments:nth-child(3) {
    top: 223px;
    left: 216px;
  }

  .first-animation .preview__comments:nth-child(4) {
    top: 194px;
    left: -15px;
  }

  .second-animation .preview__comments:nth-child(1) {
    top: -17px;
    left: -10px;
  }

  .second-animation .preview__comments:nth-child(2) {
    top: 20px;
    left: 225px;
  }

  .second-animation .preview__comments:nth-child(3) {
    top: 241px;
    left: 218px;
  }

  .second-animation .preview__comments:nth-child(4) {
    top: 225px;
    left: 10px;
  }

  .third-animation .preview__comments:nth-child(1) {
    top: 0;
    left: 10px;
  }

  .third-animation .preview__comments:nth-child(2) {
    top: 0;
    left: 204px;
  }

  .third-animation .preview__comments:nth-child(3) {
    top: 221px;
    left: 208px;
  }

  .third-animation .preview__comments:nth-child(4) {
    top: 234px;
    left: 3px;
  }
}

@media screen and (max-width: 1350px) {
  .info, 
  .areas-activity, 
  .form-calc, 
  .contacts,
  .default-section,
  .steeps2 {
    padding: 0 calc(50% - 435px);
  }

  .steeps2 .steeps-wrap__steep-icon-wrap img {
    width: 100%;
  }

  .default-title__h3 {
    font-size: 36px;
  }

  .info__banner {
    padding: 0;
    background-size: cover;
    width: 400px;
    height: 330px;
  }

  .info__women-img {
    width: 166px;
    height: 300px;
    transform: translate(-76px, -28%);
  }

  .info__title-wrap {
    width: 365px;
  }

  .info__text {
    font-size: 16px;
  }

  .steep-1 .steeps-wrap__steep-icon-wrap, .steep-4 .steeps-wrap__steep-icon-wrap {
    width: 120px;
    height: 120px;
  }

  .steep-2 .steeps-wrap__steep-icon-wrap, .steep-3 .steeps-wrap__steep-icon-wrap {
    width: 155px;
    height: 155px;
  }

  .steeps-wrap__text {
    font-size: 16px;
  }

  .steeps-wrap__steep.steep-2 {
    width: 290px;
  }

  .steep-5 .steeps-wrap__steep-icon-wrap {
    width: 200px;
    height: 200px;
  }

  .steeps-wrap__steep.steep-4 {
    width: 267px;
  }

  .steeps-wrap__steep.steep-4 {
    top: 70px;
    left: 883px;
  }

  .steeps-wrap__steep.steep-1 {
    top: 21px;
    left: 69px;
  }

  .steeps-wrap__steep.steep-2 {
    top: -41px;
    left: 357px;
  }

  .steeps-wrap__steep.steep-3 {
    top: -3px;
    left: 663px;
  }

  .steeps-wrap__steep.steep-5 {
    top: 295px;
  }

  .areas-activity__item {
    width: 100%;
    padding: 50px 25px 43px;
  }

  .areas-activity__item svg {
    height: 70px;
  }

  .areas-activity__item-title {
    font-size: 20px;
  }

  .areas-activity__item-text {
    font-size: 14px;
  }

  .areas-activity__list {
    grid-column-gap: 30px;
  }

  .form-calc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .form-calc__form {
    width: 460px;
  }

  .form-calc__title-wrap {
    width: 355px;
  }

  .contacts__item {
    padding: 77px 30px 35px;
  }

  .contacts__item-phone, .contacts__item-mail, .contacts__item-location {
    font-size: 20px;
  }

  .footer__top-wrap {
    padding: 120px calc(50% - 465px) 108px;
    grid-template-columns: 220px 1fr 175px;
  }

  .footer__logo {
    width: 100%;
  }

  .footer__menu-link {
    font-size: 14px;
  }

  .footer__social-item {
    margin-right: 10px;
  }

  .footer__contacts-phone, .footer__contacts-mail {
    font-size: 14px;
  }

  .footer__company-info {
    font-size: 15px;
    line-height: 30px;
  }

  .partner {
    padding: 0 calc(50% - 435px);
  }

  .partner__title-h3 {
    font-size: 36px;
  }

  .partner__text-wrap {
    width: 445px;
  }

  .partner__img {
    width: 271px;
  }

  .footer__menu-link {
    font-size: 12px;
  }

  .footer__menu-item {
    margin-right: 11px;
  }
}

@media screen and (max-width: 1224px) {
  .header__top-wrap, .header__bottom-wrap {
    padding: 9px calc(50% - 435px) 13px;
  }

  .support-cms {
    padding: 0 calc(50% - 435px);
  }

  .cms-logo:nth-child(1), .cms-logo:nth-child(2) {
    width: 216px;
  }

  .cms-logo:nth-child(3), .cms-logo:nth-child(4) {
    height: 50px;
  }

  .steep-2 .steeps-wrap__steep-icon-wrap, .steep-3 .steeps-wrap__steep-icon-wrap {
    width: 140px;
    height: 140px;
  }

  .steeps-wrap__text {
    font-size: 14px;
  }

  .steeps-wrap__steep.steep-1 {
    width: 170px;
    top: 0;
  }

  .steeps-wrap__steep.steep-2 {
    width: 240px;
    top: -35px;
    left: 280px;
  }

  .steeps-wrap__steep.steep-3 {
    width: 185px;
    top: -21px;
    left: 573px;
  }

  .steeps-wrap__steep.steep-4 {
    width: 215px;
    top: 51px;
    left: 759px;
  }

  .steep-5 .steeps-wrap__steep-icon-wrap {
    width: 175px;
    height: 175px;
  }

  .steep-1 .steeps-wrap__steep-icon-wrap svg {
    height: 60px;
  }

  .steep-2 .steeps-wrap__steep-icon-wrap svg, .steep-4 .steeps-wrap__steep-icon-wrap svg {
    height: 65px;
  }

  .steep-3 .steeps-wrap__steep-icon-wrap svg {
    height: 60px;
  }

  .steep-5 .steeps-wrap__steep-icon-wrap svg {
    height: 95px;
  }

  .header__menu-item {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1175px) {
  .preview {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preview__title-wrap {
    margin: 0 0 125px;
    width: 550px;
  }

}

@media screen and (max-width: 1024px) {
  .info__banner-text {
    width: 234px;
  }

  .instagram-item a {
    width: 250px;
    height: 250px;
  }

  .instagram .slick-arrow.slick-prev {
    left: -40px;
  }

  .instagram .slick-arrow.slick-next {
    right: -40px;
  }

  .info, 
  .areas-activity, 
  .form-calc, 
  .contacts, 
  .partner,
  .default-section,
  .steeps2,
  section.video {
    padding: 0 calc(50% - 340px);
  }

  .f-video-container {
    width: 668px;
    padding: 20px;
    padding-top: 99px;
    padding-right: 27px;
  }

  .f-video-cover {
    top: 99px;
    left: 26px;
  }

  .benefit__item-right p,
  .examples-item p {
    font-size: 14px;
    line-height: 21px;
  }

  .steeps2 .steep-3 .steeps-wrap__steep-icon-wrap, .steeps2 .steep-5 .steeps-wrap__steep-icon-wrap {
    width: 115px;
  }

  .examples-img__bx img {
    width: 90%;
  }

  .default-title__h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .instagram-list {
    margin: 0;
  }

  .instagram-item a {
    width: 220px;
    height: 220px;
  }

  .instagram .slick-arrow.slick-next {
    right: 0;
  }

  .instagram .slick-arrow.slick-prev {
    left: 0;
  }

  .default-title__h4 {
    font-size: 18px;
  }

  .benefit__item-left,
  .benefit__item-left img {
    width: 60px;
  }

  .benefit__list-item {
    padding: 30px;
  }

  .contacts__item-phone, .contacts__item-mail, .contacts__item-location {
    font-size: 14px;
  }

  .contacts__icon-wrap svg {
    height: 37px;
  }

  .contacts__icon-wrap {
    width: 115px;
    height: 115px;
  }

  .contacts__item {
    padding: 55px 30px 35px;
  }

  .form-calc__form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-calc__form {
    width: 295px;
  }

  .form-calc {
    align-items: flex-start;
  }

  .areas-activity__item-title {
    font-size: 16px;
  }

  .areas-activity__list {
    grid-column-gap: 15px;
  }

  .areas-activity__item {
    padding: 50px 15px 43px;
  }

  .areas-activity__item-text {
    font-size: 12px;
  }

  .steeps-wrap__steep.steep-1 {
    top: -21px;
    left: 26px;
    width: 142px;
  }

  .steeps-wrap__number {
    font-size: 70px;
  }

  .steeps-wrap__text {
    font-size: 12px;
  }

  .steep-2 .steeps-wrap__steep-icon-wrap, .steep-3 .steeps-wrap__steep-icon-wrap {
    width: 115px;
    height: 115px;
  }

  .steeps-wrap__steep.steep-2 {
    top: -35px;
    left: 29%;
    width: 186px;
  }

  .steeps-wrap__steep.steep-3 {
    width: 156px;
    left: auto;
    right: 248px;
    top: 5px;
  }

  .steeps-wrap__steep.steep-4 {
    width: 160px;
    top: 40px;
    right: 27px;
    left: auto;
  }

  .steeps-wrap__steep.steep-5 {
    top: 219px;
    width: 220px;
  }

  .info__text {
    font-size: 14px;
  }

  .info__banner-logo {
    width: 185px;
  }

  .info__banner-text {
    font-size: 12px;
  }

  .info__women-img {
    width: 125px;
    height: 244px;
    transform: translate(-71px, -39%);
  }

  .info__banner {
    width: 270px;
    height: 330px;
  }

  .info__title-wrap {
    width: 305px;
  }

  .footer__menu {
    flex-direction: column;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .footer__menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__menu-item {
    margin: 0 0 15px 0;
  }

  .footer__top-wrap {
    padding: 120px calc(50% - 340px) 108px;
  }

  .info {
    margin-bottom: 125px;
  }

  .steeps {
    margin-bottom: 115px;
    height: 815px;
  }

  .header__top-wrap, .header__bottom-wrap {
    padding: 9px calc(50% - 340px) 13px;
  }

  .support-cms {
    padding: 0 calc(50% - 340px);
  }

  .cms-logo:nth-child(1), .cms-logo:nth-child(2) {
    width: 170px;
  }

  .support-cms__text {
    font-size: 19px;
    line-height: 27px;
  }

  .cms-logo:nth-child(3), .cms-logo:nth-child(4) {
    height: 40px;
  }

  .header__menu-item {
    margin-right: 15px;
  }

  .header__menu-link, .header__contacts-mail, .header__contacts-phone {
    font-size: 14px;
    line-height: 18px;
  }

  .preview {
    padding: 0 calc(50% - 585px) 0;
    margin-bottom: 138px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preview__animation-wrap {
    margin: 126px 0 0 30px;
  }

  .preview__title-wrap {
    width: 100%;
    padding: 9px calc(50% - 340px) 13px;
  }

  .preview__animation-wrap {
    margin-top: 30px;
  }

  .preview__comment-text {
    max-width: 231px;
  }

  .preview__title-wrap {
    margin-top: 30px;
  }

  .partner__text-wrap {
    width: 360px;
  }

  .header__button-registration {
    width: 120px;
    height: 44px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .header.down {
    top: 0;
  }
  .default-title__h5 {
    font-size: 10px;
    line-height: 12px;
  }
  .default-title__h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .footer__menu-link {
    font-size: 16px;
    font-weight: 700;
  }
  .default-title__h3 {
    margin: 16px 0 25px;
  }
  main {
    overflow-x: hidden;
  }
  .support-cms__title-h3 {
    font-size: 31px;
    line-height: 38px;
    margin: 15px 0 30px;
  }

  .preview {
    align-items: flex-start;
  }

  .header__top-wrap, .header__bottom-wrap {
    width: 100%;
    padding: 9px 16px 13px;
  }

  .support-cms, .partner {
    padding: 0 16px;
  }

  .header__button-menu {
    display: block;
    position: relative;
    z-index: 150;
  }

  .header__button-menu.close {
    position: fixed;
    top: 25px;
  }

  .header__button-menu.close .menu-line {
    background-color: #01348D;
  }

  .header__button-menu.close .menu-line:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
  }

  .header__button-menu.close .menu-line:nth-child(2) {
    opacity: 0;
  }

  .header__button-menu.close .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    top: 5px;
  }

  .header__button-registration, .header__bottom-wrap {
    display: none;
  }

  .header__menu {
    position: fixed;
    z-index: 30;
    width: 0;
    height: 0;
    background-color: #fff2f4;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: .4s ease-in-out all;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .header__menu.open {
    width: 100%;
    height: 100vh;
    z-index: 100;
    padding-bottom: 36px;
    overflow: hidden;

  }

  .header__mobile-phone-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .mobile-phone {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #01348D;
    display: block;
  }

  .header__button-menu.close + .header__logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
    top: 8px;
  }

  .header__mobile-phone-wrap:last-child .mobile-phone{
    margin-top: 10px;
  }

  .header__mobile-phone-wrap svg {
    margin: 3px 9px 0 0;
  }

  .header__menu-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header__menu-list {
    flex-direction: column;
    width: max-content;
  }

  .header__menu-item {
    margin: 0 0 25px 0;
  }

  .header__menu-link {
    color: #01348D;
    font-size: 21px;
  }

  .header__contacts-wrap {
    position: relative;
  }

  .header__contacts-icon {
    display: block;
  }

  .header__contacts {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: .2s ease-in-out all;
    background-color: #F4F6F8;
    display: none;
  }

  .header__contacts-item:last-child {
    margin: 10px 0 0;
  }

  .header__contacts-item {
    padding: 5px;
  }

  .info, 
  .areas-activity, 
  .form-calc, 
  .contacts,
  section.video,
  .default-section,
  .steeps2 {
    padding: 0 16px;
  }

  .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .info__title-wrap {
    width: 100%;
  }

  .info__banner {
    width: 455px;
    height: 350px;
  }

  .info__title-wrap {
    margin-bottom: 29px;
    align-items: center;
  }

  .steeps-wrap__steep {
    position: static;
    margin: auto;
  }

  .areas-activity__item-list, .form-calc, .contacts__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .steeps {
    height: auto;
    background-image: none;
  }

  .steeps-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }

  .steeps-wrap__steep.steep-5 {
/*    transform: none;*/
  }

  .areas-activity__list {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }

  .areas-activity__item-text {
    width: 270px;
    margin-bottom: 10px;
  }

  .areas-activity__item-text {
    font-size: 18px;
  }

  .areas-activity__item svg {
    height: 90px;
  }

  .areas-activity__item-title {
    font-size: 22px;
  }

  .form-calc__title-wrap, .form-calc__form {
    width: 100%;
  }

  .form-calc__form {
    display: grid;
    margin-top: 30px;
  }

  .contacts__item {
    margin-bottom: 78px;
    width: 400px;
  }

  .contacts__item:last-child {
    margin: 0;
  }

  .contacts__item-phone, .contacts__item-mail, .contacts__item-location {
    font-size: 22px;
  }

  .footer__top-wrap {
    padding: 60px 16px 56px;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }

  .footer__company-info {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    text-align: center;
    margin: 24px 0 27px;
    font-size: 16px;
  }

  .footer__menu {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .footer__button-calc {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    margin: 36px auto 21px;
  }

  .footer__contacts-wrap {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }

  .footer__logo {
    width: 252px;
    margin: auto;
  }

  .footer__contacts-item {
    justify-content: center;
  }

  .steeps-wrap__steep.steep-1 {
    width: 225px;
  }

  .steeps-wrap__text, .footer__contacts-phone, .footer__contacts-mail {
    font-size: 16px;
  }

  .footer__menu-item {
    margin: 0 36px 0 0;
  }

  .footer__menu {
    flex-direction: row;
  }

  .footer__social-item {
    margin-right: 21px;
  }

  .steeps-wrap__steep.steep-2 {
    width: 265px;
  }

  .steep-2 .steeps-wrap__steep-icon-wrap, .steep-3 .steeps-wrap__steep-icon-wrap {
    width: 140px;
    height: 140px;
  }

  .steep-1 .steeps-wrap__steep-icon-wrap, .steep-4 .steeps-wrap__steep-icon-wrap {
    width: 158px;
    height: 158px;
  }

  .steeps-wrap__steep.steep-3 {
    width: 235px;
  }

  .steeps-wrap__steep.steep-4 {
    width: 256px;
  }

  .steeps-wrap__steep.steep-5 {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 265px;
  }

  .preview {
    padding: 0 16px 0;
    width: 100%;
  }

  .preview__animation-wrap {
    margin: 126px 0 0 30px;
  }

  body {
    background: url(../img/background/bg-1.svg) -100px 0 no-repeat,
    url(../img/background/bg-2.svg) -25px 1225px no-repeat,
    url(../img/background/bg-3.svg) 100% 1597px no-repeat,
    url(../img/background/bg-4.svg) 0 2857px no-repeat,
    url(../img/background/bg-5.svg) 100% 4270px no-repeat;
  }

  .header__top-wrap {
    background-color: transparent;
  }

  .preview__comments.current .preview__comment-text {
    max-width: 250px;
  }

  .preview__comment-text {
    max-width: 231px;
  }

  .header__mobile-phones {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info__text-content {
    margin-top: 70px;
  }

  #info .info__link {
    align-self: flex-start;
  }

  .preview .preview__animation-wrap {
    order: 1;
  }

  .preview .preview__title-wrap {
    order: 2;
  }
}

@media screen and (max-width: 650px) {
  section.video {
    justify-content: center;
  }
  .f-video-container {
    width: 399px;
    height: 445px;
    padding: 16px;
    padding-top: 74px;
    padding-right: 16px;
  }
  .f-video-cover {
    top: 74px;
    left: 16px  ;
  }
  .examples-list {
    gap: 20px;
  }
  .examples-item {
    padding: 20px 30px 50px 30px;
  }
  .steeps2 .steeps-wrap__steep:last-child {
    margin: auto;
  }
  .reviews .benefit__item-left, .reviews .benefit__item-left img {
    width: 100px;
  }
  .f-video-btn {
    width: 88px;
    height: 88px;
  }
  .header__logo-img {
    height: 36px;
  }

  .preview__comments.current .preview__comment-text, .preview__comment-text {
    max-width: 200px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.3;
  }

  .header__top-wrap {
    height: auto;
  }

  .support-cms__list-cms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cms-logo {
    margin: auto;
  }

  .support-cms__text {
    font-size: 19px;
    line-height: 26px;
    margin-top: 16px;
  }

  .support-cms__title-h5 {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }

  .support-cms__title-h3 {
    text-align: center;
    margin: 12px 0 18px;
    font-size: 22px;
    line-height: 27px;
  }

  .info__title-h5 {
    font-size: 10px;
  }

  .info__title-h3 {
    font-size: 22px;
    margin: 13px 0 29px;
    line-height: 27px;
    text-align: center;
  }

  .info__text {
    line-height: 20px;
    margin-bottom: 10px;
  }

  .info__link {
    margin-top: 25px;
  }

  .info__banner {
    width: 240px;
    height: 185px;
  }

  .info__banner-text {
    margin: 14px 0 13px;
    width: 154px;
    font-size: 7px;
    line-height: 9px;
    letter-spacing: normal;
  }

  .info__women-img {
    width: 102px;
    height: 180px;
    transform: translate(-32px, -23%);
  }

  .info__banner-logo {
    width: 115px;
  }

  .info__banner-link {
    width: 65px;
    height: 16px;
    font-size: 6px;
    line-height: 7px;
  }

  .steeps__title-h5 {
    font-size: 10px;
    line-height: 12px;
  }

  .steeps__title-h3 {
    font-size: 22px;
    line-height: 27px;
    margin: 13px 0 29px;
  }

  .steeps-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0;
  }

  .steep-1 .steeps-wrap__steep-icon-wrap, .steep-2 .steeps-wrap__steep-icon-wrap, .steep-3 .steeps-wrap__steep-icon-wrap,
  .steep-4 .steeps-wrap__steep-icon-wrap, .steep-5 .steeps-wrap__steep-icon-wrap {
    width: 120px;
    height: 120px;
  }

  .steep-1 .steeps-wrap__steep-icon-wrap svg, .steep-2 .steeps-wrap__steep-icon-wrap svg,
  .steep-3 .steeps-wrap__steep-icon-wrap svg, .steep-4 .steeps-wrap__steep-icon-wrap svg,
  .steep-5 .steeps-wrap__steep-icon-wrap svg {
    height: 60px;
  }

  .steeps-wrap__text {
    font-size: 16px;
    line-height: 20px;
  }

  .steeps-wrap__number {
    font-size: 80px;
    line-height: 98px;
  }

  .steeps-wrap__steep {
    margin-bottom: 20px;
  }

  .steeps-wrap__steep:last-child {
    margin: 0;
  }

  .steeps-wrap__steep.steep-1 {
    width: 198px;
  }

  .steeps-wrap__steep.steep-2 {
    width: 275px;
  }

  .steeps-wrap__steep.steep-3 {
    width: 195px;
  }

  .steeps-wrap__steep.steep-4 {
    width: 250px;
  }

  .steeps-wrap__steep.steep-5 {
    width: 235px;
  }

  .areas-activity__title-h5 {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .areas-activity__title-h3 {
    font-size: 22px;
    line-height: 27px;
    margin-top: 12px;
    text-align: center;
  }

  .areas-activity__list {
    margin-top: 29px;
  }

  .areas-activity__item-title {
    font-size: 18px;
    line-height: 22px;
    margin: 27px 0 14px;
  }

  .areas-activity__item-text {
    font-size: 16px;
    line-height: 26px;
  }

  .form-calc__title-h5 {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    width: 100%;
  }

  .form-calc__title-h3 {
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    margin: 13px 0 23px;
  }

  .form-calc__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .form-calc__form {
    display: flex;
    align-items: flex-start;
    grid-gap: 0;
  }

  .form-calc__input {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
  }

  .form-calc__input:last-child {
    margin-bottom: 0;
  }

  .form-calc__submit {
    margin-top: 40px;
  }

  .contacts__title-h5 {
    font-size: 10px;
    line-height: 12px;
  }

  .contacts__title-h3 {
    font-size: 22px;
    line-height: 27px;
    margin: 13px 0 87px;
  }

  .contacts__icon-wrap {
    border: 17px solid #F9556D;
  }

  .contacts__item {
    width: 100%;
  }

  .contacts__item-location {
    line-height: 32px;
  }

  .contacts {
    margin-bottom: 60px;
  }

  .footer__menu {
    flex-direction: column;
  }

  .footer__menu-item {
    margin: 0 0 18px 0;
  }

  .footer__copyright, .footer__bottom-wrap {
    font-size: 14px;
    line-height: 17px;
  }

  .areas-activity__item-text {
    width: 100%;
  }

  .preview__title-h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
  }

  .preview__text {
    font-size: 14px;
    line-height: 20px;
    margin: 9px 0 25px;
    width: 100%;
  }

  .preview__button-more {
    margin-left: 15px;
  }

  .preview__animation-wrap {
    width: 170px;
    height: 170px;
  }

  .preview__avatar, .start-animation .preview__comments:nth-child(1) .preview__avatar {
    width: 40px;
    height: 40px;
  }

  .start-animation .preview__comments:nth-child(2) .preview__avatar, .start-animation .preview__comments:nth-child(4) .preview__avatar {
    width: 30px;
    height: 30px;
  }

  .preview__comments.current .preview__avatar {
    width: 50px;
    height: 50px;
  }

  .preview__comment-loading {
    width: 25px;
    height: 16px;
  }

  .preview__comment-loading-circle {
    width: 4px;
    height: 4px;
    margin-right: 1.5px;
  }

  .preview__comment-text {
    font-size: 12px;
    line-height: 18px;
  }

  .preview__animation-wrap svg {
    width: 26px;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
  }

  .start-animation .preview__comments:nth-child(1) {
    top: -20px;
    left: 30px;
  }

  .start-animation .preview__comments:nth-child(2) {
    top: 35px;
    left: 149px;
  }

  .start-animation .preview__comments:nth-child(3) {
    top: 133px;
    left: 93px;
  }

  .start-animation .preview__comments:nth-child(4) {
    top: 130px;
    left: 10px;
  }

  .first-animation .preview__comments:nth-child(1) {
    top: 10px;
    left: 6px;
  }

  .first-animation .preview__comments:nth-child(2) {
    top: 35px;
    left: 149px;
  }

  .first-animation .preview__comments:nth-child(3) {
    top: 145px;
    left: 99px;
  }

  .first-animation .preview__comments:nth-child(4) {
    top: 108px;
    left: -3px;
  }

  .second-animation .preview__comments:nth-child(1) {
    top: 0;
    left: 16px;
  }

  .second-animation .preview__comments:nth-child(2) {
    top: 7px;
    left: 119px;
  }

  .second-animation .preview__comments:nth-child(3) {
    top: 144px;
    left: 97px;
  }

  .second-animation .preview__comments:nth-child(4) {
    top: 107px;
    left: -9px;
  }

  .third-animation .preview__comments:nth-child(1) {
    top: -9px;
    left: 22px;
  }

  .third-animation .preview__comments:nth-child(2) {
    top: 22px;
    left: 125px;
  }

  .third-animation .preview__comments:nth-child(3) {
    top: 129px;
    left: 115px;
  }

  .third-animation .preview__comments:nth-child(4) {
    top: 97px;
    left: -20px;
  }

  .preview__avatar {
    border: 2px solid #fff;
  }

  .preview__comment-loading:after {
    content: none;
  }

  .preview {
    margin-bottom: 112px
  }

  .info, .areas-activity, .form-calc {
    margin-bottom: 50px;
  }

  .steeps {
    margin-bottom: 97px;
  }

  .support-cms {
    margin-bottom: 110px;
  }

  .info__popup {
    width: 300px;
  }

  .info__example {
    width: 100%;
  }

  .info__popup {
    left: auto;
    top: 55%;
    transform: none;
  }

  .info__popup.open {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .info__popup-img-wrap {
    width: calc(100% - 80px);
  }

  .preview__title-wrap {
    margin: 0;
  }

  .partner__text-wrap {
    width: 100%;
  }

  .partner {
    margin-bottom: 105px;
  }

  .partner__title-h5 {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .partner__title-h3 {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .partner__text {
    font-size: 14px;
    line-height: 20px;
  }

  .partner__form {
    width: calc(100% - 40px);
    padding: 50px 30px 70px;
  }

  .partner__form-title {
    font-size: 23px;
    text-align: center;
    width: 100%;
  }

  .partner__form-title {
    line-height: 30px;
    margin-bottom: 30px;
  }

  .partner__form {
    padding: 30px 15px 20px;
  }

  .partner__form-textarea {
    height: 90px;
  }

  .partner__form-text {
    font-size: 12px;
    margin: 20px 0 15px;
  }

  .partner__img {
    width: 174px;
    margin: 0 calc(50% - 87px) 25px;
  }

  .partner__title-h3 {
    margin: 16px 0 29px;
  }

  .partner__title-h5 {
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 450px) {
  .preview__animation-wrap {
/*    margin: 126px 0 0 0;*/
    margin: 56px 0 20px 0;
    left: 5%;
  }

  .f-video-container {
    width: 290px;
    height: 325px;
    padding: 11px;
    padding-top: 55px;
    padding-right: 12px;
  }

  .f-video-cover {
    top: 55px;
    left: 11px;
  }

  section.video,
  .default-section {
    margin-bottom: 117px;
  }

  .examples-list {
    grid-template-columns: 1fr;
  }

  .steeps2 .steeps-wrap__steep.steep-1, .steeps2 .steeps-wrap__steep.steep-2, .steeps2 .steeps-wrap__steep.steep-3, .steeps2 .steeps-wrap__steep.steep-4, .steeps2 .steeps-wrap__steep.steep-5 {
    width: 100%;
  }

  .default-title__h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .default-section.content .default-title__h3 {
    font-size: 22px;
    margin-bottom: 80px;
  }

  .instagram-item a {
    width: 180px;
    height: 180px;
  }

  .benefit__list-item {
    flex-direction: column;
  }

  .benefit__item-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 400px) {
  .cms-logo:nth-child(1), .cms-logo:nth-child(2) {
    width: 100%;
  }

  .cms-logo:nth-child(3), .cms-logo:nth-child(4) {
    height: 30px;
  }

  .support-cms__list-cms {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .preview__buttons-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preview__button-more {
    margin: 20px 0 0 0;
  }

  .preview__title-h1 {
    font-size: 28px;
  }

  .preview__comments.current .preview__comment-text, .preview__comment-text {
    max-width: 160px;
  }
}

@media screen and (max-width: 350px) {
  .info__banner {
    margin-right: 0;
    margin-left: auto;
  }

  .preview__comments.current .preview__comment-text, .preview__comment-text {
    max-width: 130px;
  }

  .preview__comments.current .preview__comment-text {
    font-size: 10px;
  }
}