html {
  font-size: 62.5%;
}
@media (max-width: 1439px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 58.75%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 56.25%;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  color: #5D5FEF;
}

ul li {
  list-style-type: none;
}

button {
  border: none;
  cursor: pointer;
}

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

body {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
  background-color: #ffffff;
}

.container {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 200;
}

.text-center {
  text-align: center;
}

.btn-base {
  color: #fff;
  background-color: #5D5FEF;
}

.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px;
  max-width: 162px;
  border-radius: 47px;
  line-height: 1.875;
  font-size: 1.6rem;
  font-family: "Gilroy";
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(45deg, #ff7e5f, #feb47b, #ff7e5f);
  background-size: 300% 300%;
  animation: moveGradient 5s ease infinite;
  transition: all 0.25s ease;
}
.btn:hover {
  opacity: 0.7;
}
.btn:active, .btn:focus {
  opacity: 1;
}
.btn:before {
  transform: rotate(7deg) translateX(350%);
}
.btn:hover::before {
  transform: rotate(25deg) translateX(350%);
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-red {
  background-color: #FF7F5C;
  color: #fff;
}

.btn-black {
  background-color: #0F0E2C;
  color: #fff;
}

.btn-more {
  display: block;
  max-width: 259px;
  border-radius: 10px;
}

.logo, .footer-title, .footer-links a:first-child {
  color: #111;
  font-size: 20px;
  font-family: "Gilroy";
  font-weight: 700;
  transition: all 0.25s ease;
}
.logo:hover, .footer-title:hover, .footer-links a:hover:first-child {
  opacity: 0.7;
}
.logo:active, .footer-title:active, .footer-links a:active:first-child, .logo:focus, .footer-title:focus, .footer-links a:focus:first-child {
  opacity: 1;
}
.logo:before, .footer-title:before, .footer-links a:first-child:before {
  transform: rotate(7deg) translateX(350%);
}

.menu a {
  display: inline-block;
  padding: 40px 0;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  transition: all 0.25s ease;
}
.menu a:hover {
  opacity: 0.7;
}
.menu a:active, .menu a:focus {
  opacity: 1;
}
.menu a:before {
  transform: rotate(7deg) translateX(350%);
}
.menu a:not(:last-of-type) {
  margin-right: 38px;
}
.menu a.has-dropdown {
  position: relative;
  margin-right: 25px;
}
.menu a.has-dropdown .icon {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.section-caption-small {
  display: block;
  margin-bottom: 15px;
  font-family: "Gilroy";
  font-size: 1.4rem;
  font-weight: 700;
  color: #5D5FEF;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-text, .s-posts .posts-big .post-text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #64607D;
  line-height: 1.875;
}

@media (max-width: 1023px) {
  div.js-animate,
  section.js-animate,
  form.js-animate {
    opacity: 1;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
header {
  position: relative;
  overflow: hidden;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  z-index: 100;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 20px;
  }
}

header .logo, header .footer-title, header .footer-links a:first-child, .footer-links header a:first-child {
  margin-right: auto;
}

.header-wave {
  position: absolute;
  left: -141px;
  top: -68px;
  width: 1040px;
  height: 888px;
  overflow: hidden;
  z-index: 50;
}
@media (max-width: 767px) {
  .header-wave {
    width: 700px;
    height: 600px;
  }
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-nav .menu {
  margin-right: 180px;
}
@media (max-width: 1023px) {
  .header-nav .menu {
    display: none;
  }
}

.header-burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header-burger {
    display: flex;
  }
}
.header-burger.active span:first-child {
  transform: rotate(45deg);
  margin-bottom: -3px;
}
.header-burger.active span:last-child {
  margin-top: -3px;
  transform: rotate(-45deg);
}
.header-burger.active span:nth-child(2) {
  margin: 0;
  background-color: transparent;
}
.header-burger span {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #5D5FEF;
  border-radius: 3px;
  transition: all 0.25s ease;
}
.header-burger span:nth-child(2) {
  margin: 6px 0;
}

.header-login {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header-login {
    display: none;
  }
}
.header-login .h-btn {
  display: inline-block;
  padding: 16px 35px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.header-login .h-btn.base {
  background-color: #5D5FEF;
  color: #fff;
}
.header-login .h-btn.base:hover {
  opacity: 0.7;
}
.header-login .h-btn.base:active {
  opacity: 1;
}
.header-login .h-btn.transparent {
  color: #333333;
}
.header-login .h-btn.transparent:hover {
  opacity: 0.7;
}
.header-login .h-btn.transparent:active {
  opacity: 1;
  color: #5D5FEF;
}

.header-content {
  margin-top: 122px;
  position: relative;
  left: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.header-content.animated {
  left: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .header-content {
    margin-top: 35px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header-content {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-content {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-content {
    margin-top: 100px;
  }
}

.header-subtitle {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-subtitle {
    font-size: 2rem;
  }
}

.header-title {
  max-width: 646px;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 6rem;
  line-height: 1.13;
  font-weight: 800;
}
@media (max-width: 767px) {
  .header-title {
    font-size: 24px;
    line-height: 1;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-title {
    font-size: 44px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-title {
    font-size: 50px;
  }
}

.header-text {
  max-width: 569px;
  margin-bottom: 20px;
  color: #757095;
  font-size: 2rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .header-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-text {
    font-size: 1.8rem;
  }
}

.header-form {
  position: relative;
  max-width: 622px;
  background-color: #fff;
  box-shadow: 0 4.35px 134px rgba(0, 0, 0, 0.1);
}
.header-form label {
  position: absolute;
  left: 24px;
  top: 27px;
  font-family: "Gilroy";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .header-form label {
    font-size: 14px;
    left: 15px;
    top: 15px;
  }
}
.header-form input {
  width: 100%;
  height: 100px;
  padding: 28px 0 0 24px;
  font-family: "Gilroy";
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  border: none;
}
@media (max-width: 767px) {
  .header-form input {
    padding: 15px 15px 0 15px;
    height: 70px;
    font-size: 16px;
  }
}
.header-form button {
  position: absolute;
  right: 18px;
  top: 18px;
  height: 64px;
  width: 211px;
  border: none;
  font-family: "Gilroy";
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background-color: #333333;
  cursor: pointer;
  transition: all 0.25s ease;
}
.header-form button:hover {
  opacity: 0.7;
}
.header-form button:active, .header-form button:focus {
  opacity: 1;
}
.header-form button:before {
  transform: rotate(7deg) translateX(350%);
}
@media (min-width: 320px) and (max-width: 480px) {
  .header-form button {
    width: 200px;
    height: 48px;
    position: static;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header-form button {
    right: 15px;
    top: 11px;
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

.header-advantages {
  display: flex;
  margin-top: 53px;
}
@media (max-width: 767px) {
  .header-advantages {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-advantages {
    margin-top: 30px;
  }
}
.header-advantages .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.header-advantages span {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.76;
  color: #757095;
}
@media (max-width: 767px) {
  .header-advantages span {
    font-size: 14px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header-advantages span {
    font-size: 15px;
  }
}
.header-advantages span:first-of-type {
  margin-right: 30px;
}

.header-dashboard {
  position: absolute;
  top: 121px;
  right: -109px;
  width: 845px;
  height: 685px;
  filter: drop-shadow(0 29px 35px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1023px) {
  .header-dashboard {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-dashboard {
    width: 600px;
    height: 500px;
  }
}

.section-title-small {
  margin-bottom: 40px;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .section-title-small {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-title-small {
    margin-bottom: 30px;
  }
}

.s-brands {
  padding: 60px 0 80px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  position: relative;
  bottom: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, bottom, 1200ms ease;
}
.s-brands.animated {
  bottom: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .s-brands {
    padding: 30px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-brands {
    padding: 45px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .s-brands {
    padding: 50px 0;
  }
}

.brands {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .brands {
    flex-direction: column;
  }
}
.brands .brand {
  width: 137px;
  height: 28px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .brands .brand {
    margin: 0 7.5px 7.5px 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brands .brand {
    margin: 0 7.5px 7.5px 7.5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .brands .brand {
    margin: 0 7.5px 7.5px 7.5px;
  }
}
.brands .brand:not(:last-child) {
  margin-right: 49px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .brands .brand:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .brands .brand:not(:last-child) {
    margin-right: 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brands .brand:not(:last-child) {
    margin: 0 7.5px 7.5px 7.5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .brands .brand:not(:last-child) {
    margin: 0 7.5px 7.5px 7.5px;
  }
}

.s-process {
  position: relative;
  padding: 100px 0 0 0;
  margin-bottom: -185px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .s-process {
    padding: 40px 0 0 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-process {
    padding-top: 60px;
    margin-bottom: 0;
  }
}
.s-process:before {
  position: absolute;
  right: -131px;
  top: 112px;
  display: block;
  content: "";
  width: 456px;
  height: 456px;
  border-radius: 50%;
  background-color: #F5F8FF;
}

.s-process-text {
  width: 365px;
  z-index: 600;
  position: relative;
  left: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.s-process-text.animated {
  left: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .s-process-text {
    width: auto;
  }
}
.s-process-text.animated ~ .s-process-steps .step h3, .s-process-text.animated ~ .s-process-steps .step p {
  opacity: 1;
  transform: scale(1);
}
.s-process-text.animated ~ .s-process-steps .step:before {
  background-color: #FF7F5C;
}
.s-process-text.animated ~ .s-process-steps .step:nth-child(2):before {
  transition-delay: 1400ms;
}
.s-process-text.animated ~ .s-process-steps .step:nth-child(3):before {
  transition-delay: 2800ms;
}

@media (max-width: 1023px) {
  .animation {
    display: none;
  }
}

#animation_line {
  position: absolute;
  top: 142px;
  width: 1017px;
  height: 402px;
}
#animation_line .road_progress {
  position: relative;
  z-index: 999;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1.2s ease;
  opacity: 0;
}
#animation_line .road_way {
  position: relative;
  z-index: 800;
}

.s-process-steps {
  counter-reset: item;
  position: absolute;
  top: 199px;
  left: 123px;
  display: flex;
}
@media (max-width: 767px) {
  .s-process-steps {
    position: static;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .s-process-steps {
    position: static;
    justify-content: space-around;
    margin-top: 28px;
  }
}
.s-process-steps .step {
  position: relative;
}
@media (max-width: 767px) {
  .s-process-steps .step {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-process-steps .step {
    max-width: 230px;
  }
}
.s-process-steps .step h3 {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.875;
}
.s-process-steps .step p, .s-process-steps .step h3 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, 1200ms ease;
}
@media (max-width: 1023px) {
  .s-process-steps .step p, .s-process-steps .step h3 {
    opacity: 1;
    transform: none;
  }
}
.s-process-steps .step::before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  margin-bottom: 32px;
  margin-left: 20px;
  background-color: #C4C4C4;
  box-shadow: 0 0 0 20px #f3f3f3;
  border-radius: 7px;
  transition: background-color, 0.25s ease;
}
@media (max-width: 1023px) {
  .s-process-steps .step::before {
    display: none;
  }
}
.s-process-steps .step:after {
  position: absolute;
  right: 0;
  top: -68px;
  display: block;
  counter-increment: item;
  content: counter(item);
  font-family: "Gilroy";
  font-weight: 900;
  font-size: 20rem;
  line-height: 1;
  opacity: 0.05;
}
@media (max-width: 767px) {
  .s-process-steps .step:after {
    position: static;
    opacity: 0.2;
    font-size: 40px;
    order: -1;
  }
}
.s-process-steps .step:first-child {
  margin-top: 315px;
  margin-right: 187px;
}
@media (max-width: 767px) {
  .s-process-steps .step:first-child {
    margin-top: 15px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-process-steps .step:first-child {
    margin-top: 0;
    margin-right: 0;
  }
}
.s-process-steps .step:nth-child(2) {
  margin-top: 185px;
  margin-right: 56px;
}
@media (max-width: 767px) {
  .s-process-steps .step:nth-child(2) {
    margin-top: 15px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-process-steps .step:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
  }
}
.s-process-steps .step:nth-child(3) {
  position: relative;
  top: -64px;
}
@media (max-width: 1023px) {
  .s-process-steps .step:nth-child(3) {
    top: 0;
  }
}
.s-process-steps .section-text, .s-process-steps .s-posts .posts-big .post-text, .s-posts .posts-big .s-process-steps .post-text {
  min-width: 285px;
  max-width: 285px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-process-steps .section-text, .s-process-steps .s-posts .posts-big .post-text, .s-posts .posts-big .s-process-steps .post-text {
    max-width: 230px;
    min-width: 230px;
  }
}

.s-process-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 830px;
  height: 400px;
  margin-top: 435px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 15px;
  z-index: 100;
  position: relative;
  top: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, top, 1200ms ease;
}
.s-process-banner.animated {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .s-process-banner {
    width: 100%;
    height: 260px;
    padding: 0 15px;
    margin-top: 30px;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-process-banner {
    width: 100%;
    max-width: 830px;
    height: 300px;
    margin-top: 40px;
    border-radius: 0;
  }
}
.s-process-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 1, 44, 0.5);
  z-index: 10;
}
.s-process-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
.s-process-banner .section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 11;
  color: #fff;
}
.s-process-banner p {
  position: relative;
  max-width: 604px;
  margin: 15px 0 20px 0;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  z-index: 11;
}
@media (max-width: 767px) {
  .s-process-banner p {
    margin: 8px 0 15px 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-process-banner p {
    font-size: 16px;
  }
}
.s-process-banner .btn {
  position: relative;
  z-index: 11;
}

.s-grow {
  position: relative;
  min-height: 1113px;
  overflow: hidden;
  padding-top: 290px;
  padding-bottom: 159px;
}
@media (max-width: 767px) {
  .s-grow {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #f5f8ff;
  }
}
@media (max-width: 1023px) {
  .s-grow {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-grow {
    min-height: auto;
    padding-top: 115px;
    padding-bottom: 55px;
  }
}
.s-grow .section-text, .s-grow .s-posts .posts-big .post-text, .s-posts .posts-big .s-grow .post-text {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
}
.s-grow .bg-image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2560px;
  height: 1113px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .s-grow .bg-image {
    display: none;
  }
}
.s-grow .btn-more {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grow-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .grow-items {
    display: block;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grow-items {
    margin-top: 45px;
    grid-gap: 15px;
  }
}

.g-item {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .g-item {
    padding: 20px 15px;
  }
  .g-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-item {
    padding: 20px 15px;
  }
}
.g-item:nth-child(2) {
  transition-delay: 200ms;
}
.g-item:nth-child(3) {
  transition-delay: 400ms;
}
.g-item {
  position: relative;
  top: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, top, 1200ms ease;
}
.g-item.animated {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
.g-item .icon {
  width: 42px;
  height: 42px;
}

.g-title {
  margin-top: 25px;
  font-size: 2.4rem;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .g-title {
    margin-top: 0;
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.g-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #01966B;
  transition: all 0.25s ease;
}
.g-link:hover {
  opacity: 0.7;
}
.g-link:active, .g-link:focus {
  opacity: 1;
}
.g-link:before {
  transform: rotate(7deg) translateX(350%);
}
.g-link .icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.s-built {
  padding: 100px 0 130px;
}
@media (max-width: 767px) {
  .s-built {
    padding: 30px 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-built {
    padding: 45px 0 55px;
  }
}
.s-built .section-title {
  min-width: 360px;
  max-width: 370px;
  padding-right: 40px;
  margin-bottom: 0;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .s-built .section-title {
    min-width: auto;
    max-width: none;
    padding-right: 0;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-built .section-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-right: 0;
    font-size: 23px;
  }
}

.s-built-aligner {
  display: flex;
  align-items: center;
  padding: 40px 45px;
  border: 1px solid rgba(196, 196, 196, 0.4);
  border-radius: 20px;
  position: relative;
  top: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, top, 1200ms ease;
}
.s-built-aligner.animated {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .s-built-aligner {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-built-aligner {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}

.built-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .built-items {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .built-items {
    margin-top: 15px;
  }
}
.built-items .icon {
  width: 40px;
  height: 40px;
}
.built-items .item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .built-items .item {
    margin-top: 12px;
  }
}
.built-items .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #E9ECF2;
}
@media (max-width: 1023px) {
  .built-items .item span {
    width: 40px;
    height: 40px;
  }
}
.built-items .item p {
  max-width: 155px;
  padding-left: 18px;
  font-family: "Gilroy";
  font-size: 2rem;
  line-height: 1.6;
  color: #64607D;
}
@media (max-width: 1023px) {
  .built-items .item p {
    max-width: none;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 10px;
  }
}
.built-items .item:last-child p {
  max-width: 180px;
}
@media (max-width: 767px) {
  .built-items .item:last-child p {
    max-width: none;
  }
}

.s-offering {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .s-offering {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-offering {
    margin-bottom: 60px;
  }
}

.offers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .offers {
    flex-direction: column;
  }
}

.offer {
  width: calc(50% - 15px);
  padding: 38px;
  background-color: #F8F9FD;
  border-radius: 20px;
  position: relative;
  top: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, top, 1200ms ease;
}
.offer.animated {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .offer {
    width: 100%;
    padding: 15px;
  }
  .offer:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .offer {
    width: calc(50% - 8.5px);
    padding: 20px;
  }
}
.offer:nth-child(2) {
  transition-delay: 200ms;
}

.offer-title {
  max-width: 388px;
  margin: 0 auto;
  font-size: 3.8rem;
  line-height: 1.31;
}
@media (max-width: 767px) {
  .offer-title {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .offer-title {
    font-size: 24px;
  }
}

.offer-text {
  max-width: 468px;
  margin: 20px auto 35px auto;
  font-family: "Gilroy";
  font-size: 1.6rem;
  line-height: 1.875;
  color: #64607D;
}
@media (max-width: 767px) {
  .offer-text {
    margin: 10px auto 15px auto;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .offer-text {
    margin: 15px auto;
    font-size: 15px;
  }
}

.swiper {
  width: 100%;
  height: auto;
}

.s-testimonials {
  padding-bottom: 94px;
}
@media (max-width: 767px) {
  .s-testimonials {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-testimonials {
    padding-bottom: 45px;
  }
}
.s-testimonials .review-slide {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .s-testimonials .review-slide {
    flex-direction: column;
  }
}

.review-img {
  padding: 67px 45px;
  position: relative;
  left: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.review-img.animated {
  left: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .review-img {
    padding: 0;
  }
}
.review-img img {
  position: relative;
  width: 402px;
  height: 539px;
  z-index: 50;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .review-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-img img {
    height: 400px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1023px) {
  .review-img .decor {
    display: none;
  }
}
.review-img .decor .icon {
  position: absolute;
  z-index: 40;
}
.review-img .decor .icon:first-child {
  left: 0;
  top: 18px;
  width: 96px;
  height: 98px;
}
.review-img .decor .icon:nth-child(2) {
  width: 133px;
  height: 133px;
  right: -13px;
  bottom: 0;
}
.review-img .decor .icon:nth-child(3) {
  width: 126px;
  height: 20px;
  left: 145px;
  bottom: 15px;
}
.review-img .decor .icon:nth-child(4) {
  width: 148px;
  height: 148px;
  right: 0;
  top: 0;
}

.review-text {
  max-width: 554px;
  margin-left: auto;
  margin-right: 20px;
  position: relative;
  right: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.review-text.animated {
  right: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .review-text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-text {
    padding-left: 15px;
  }
}
.review-text p {
  font-size: 3rem;
  line-height: 1.36;
  font-weight: 600;
}
@media (max-width: 767px) {
  .review-text p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-text p {
    font-size: 2rem;
  }
}
.review-text > .icon {
  width: 31px;
  height: 27px;
}
@media (max-width: 767px) {
  .review-text > .icon {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-text > .icon {
    width: 24px;
    height: 24px;
  }
}

.review-rating {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .review-rating {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-rating {
    margin: 15px 0;
  }
}
.review-rating .icon {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .review-rating .icon {
    width: 18px;
    height: 18px;
    margin-right: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-rating .icon {
    width: 22px;
    height: 22px;
  }
}

.review-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .review-author {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-author {
    margin-top: 25px;
  }
}
.review-author .icon {
  width: 137px;
  height: 28px;
}
@media (max-width: 767px) {
  .review-author .icon {
    width: 95px;
  }
}

.reviewer span {
  display: block;
}
.reviewer span:first-child {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .reviewer span:first-child {
    font-size: 16px;
  }
}
.reviewer span:last-child {
  color: #757095;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .reviewer span:last-child {
    font-size: 14px;
  }
}

.reviews-slider .custom-prev,
.reviews-slider .custom-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 14px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
  z-index: 60;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reviews-slider .custom-prev,
  .reviews-slider .custom-next {
    top: 150px;
  }
}
.reviews-slider .custom-prev .icon,
.reviews-slider .custom-next .icon {
  width: 10px;
  height: 20px;
}
.reviews-slider.swiper .custom-prev {
  left: 15px;
}
.reviews-slider.swiper .custom-next {
  right: auto;
  left: 417px;
}
@media (max-width: 767px) {
  .reviews-slider.swiper .custom-next {
    left: auto;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews-slider.swiper .custom-next {
    left: 225px;
  }
}

.s-download {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 193px;
  min-height: 699px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../img/sprite/download_bg.svg);
}
@media (max-width: 767px) {
  .s-download {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    min-height: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-download {
    min-height: 500px;
    padding-top: 110px;
  }
}
.s-download .section-caption-small {
  margin-bottom: 0;
}
.s-download .section-title {
  max-width: 700px;
  margin: 20px 0 23px;
}
@media (max-width: 767px) {
  .s-download .section-title {
    margin: 10px 0;
  }
}
.s-download .section-text, .s-download .s-posts .posts-big .post-text, .s-posts .posts-big .s-download .post-text {
  font-size: 2rem;
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .s-download .section-text, .s-download .s-posts .posts-big .post-text, .s-posts .posts-big .s-download .post-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.s-download .download-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.s-download .download-buttons .icon {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.s-download .download-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 178px;
  padding: 0;
  line-height: 5.3rem;
}
.s-download .btn-black {
  margin-left: 11px;
}

.s-posts {
  padding: 23px 0 100px;
}
@media (max-width: 1023px) {
  .s-posts {
    padding: 20px 0 20px;
  }
}
.s-posts img {
  border-radius: 10px;
}
.s-posts .posts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, top, 1200ms ease;
}
.s-posts .posts-header.animated {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 320px) and (max-width: 480px) {
  .s-posts .posts-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .s-posts .posts-header {
    opacity: 1;
    top: auto;
    transform: none;
  }
}
.s-posts .posts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .s-posts .posts {
    display: block;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-posts .posts {
    grid-gap: 15px;
    margin-top: 15px;
  }
}
.s-posts .posts .post {
  position: relative;
}
.s-posts .posts .post-title {
  margin-top: 11px;
  font-weight: 800;
}
.s-posts .posts .post-link {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 32;
}
.s-posts .posts .post-link:hover ~ .post-title,
.s-posts .posts .post-link:hover ~ .post-description .post-title {
  text-decoration: underline;
}
.s-posts .post-category {
  position: relative;
  z-index: 33;
  margin-top: 14px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-posts .post-category {
    margin-top: 8px;
  }
}
.s-posts .post-category a {
  display: inline-block;
  margin-right: 20px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #64607D;
}
@media (max-width: 1023px) {
  .s-posts .post-category a {
    margin-right: 9px;
    font-size: 14px;
  }
}
.s-posts .post-category a:hover {
  text-decoration: underline;
}
.s-posts .posts-big {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  left: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.s-posts .posts-big.animated {
  left: 0;
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 320px) and (max-width: 480px) {
  .s-posts .posts-big {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .s-posts .posts-big {
    opacity: 1;
    left: auto;
    transform: none;
  }
}
.s-posts .posts-big .post {
  width: calc(50% - 15px);
}
@media (min-width: 320px) and (max-width: 480px) {
  .s-posts .posts-big .post {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .s-posts .posts-big .post {
    width: calc(50% - 8.5px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-posts .posts-big .post {
    width: calc(50% - 8.5px);
  }
}
.s-posts .posts-big .post-title {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .s-posts .posts-big .post-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-posts .posts-big .post-title {
    margin-top: 0;
  }
}
.s-posts .posts-big .post-text {
  margin-top: 8px;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .s-posts .posts-big .post-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-posts .posts-big .post-text {
    margin-top: 3px;
  }
}
.s-posts .posts-small {
  position: relative;
  right: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.s-posts .posts-small.animated {
  right: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .s-posts .posts-small {
    opacity: 1;
    right: auto;
    transform: none;
  }
}
.s-posts .posts-small .post {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(196, 196, 196, 0.4);
}
.s-posts .posts-small .post img {
  width: 110px;
  margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-posts .posts-small .post img {
    width: 75px;
    margin-right: 8.5px;
  }
}
.s-posts .posts-small .post .post-category {
  margin-top: 0;
}
.s-posts .posts-small .post .post-title {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.36;
}
@media (max-width: 1023px) {
  .s-posts .posts-small .post .post-title {
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.s-posts .posts-small .post:first-child {
  padding-bottom: 27px;
}
@media (max-width: 1023px) {
  .s-posts .posts-small .post:first-child {
    padding-bottom: 15px;
  }
}
.s-posts .posts-small .post:not(:first-child) {
  padding: 27px 0 27px;
}
@media (max-width: 1023px) {
  .s-posts .posts-small .post:not(:first-child) {
    padding: 15px 0 15px;
  }
}

.s-track-form {
  padding: 75px 0;
  background-color: #0F0E2C;
}
@media (max-width: 767px) {
  .s-track-form {
    padding: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-track-form {
    padding: 45px 0;
  }
}
.s-track-form .section-caption-small,
.s-track-form .section-title,
.s-track-form .section-text,
.s-track-form .s-posts .posts-big .post-text,
.s-posts .posts-big .s-track-form .post-text {
  color: #fff;
}
.s-track-form .section-caption-small {
  margin-bottom: 15px;
}
.s-track-form .section-title {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .s-track-form .section-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-track-form .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.s-track-form .section-text, .s-track-form .s-posts .posts-big .post-text, .s-posts .posts-big .s-track-form .post-text {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .s-track-form .section-text, .s-track-form .s-posts .posts-big .post-text, .s-posts .posts-big .s-track-form .post-text {
    font-size: 16px;
  }
}
.s-track-form .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 480px) {
  .s-track-form .section-content {
    flex-direction: column;
  }
}
.s-track-form .section-description {
  max-width: 485px;
  position: relative;
  left: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.s-track-form .section-description.animated {
  left: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .s-track-form .section-description {
    padding-right: 15px;
    opacity: 1;
    transform: none;
    left: auto;
  }
}

.track-form {
  display: flex;
  width: 100%;
  max-width: 370px;
  flex-direction: column;
  position: relative;
  right: -100px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity, transform, left, 1200ms ease;
}
.track-form.animated {
  right: 0;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .track-form {
    max-width: none;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .track-form {
    max-width: 320px;
  }
}
.track-form input[type=email],
.track-form input[type=password] {
  height: 60px;
  margin-bottom: 24px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Gilroy";
  font-weight: 500;
  color: #BBB5E0;
  font-size: 2rem;
  background-color: rgba(242, 243, 244, 0.2);
  border: none;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .track-form input[type=email],
  .track-form input[type=password] {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.track-form input[type=email]::-moz-placeholder, .track-form input[type=password]::-moz-placeholder {
  color: rgba(187, 181, 224, 0.2);
}
.track-form input[type=email]::placeholder,
.track-form input[type=password]::placeholder {
  color: rgba(187, 181, 224, 0.2);
}
.track-form button {
  height: 60px;
  max-width: none;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .track-form button {
    height: 45px;
    font-size: 14px;
  }
}

.footer {
  padding: 123px 0 100px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding: 60px 0 40px;
  }
}
.footer .logo, .footer .footer-title, .footer .footer-links a:first-child, .footer-links .footer a:first-child {
  display: inline-block;
  margin-bottom: 15px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.8fr;
}
@media (min-width: 320px) and (max-width: 480px) {
  .footer-columns {
    display: block;
  }
  .footer-columns .footer-column {
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .footer-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-columns .footer-column:last-child {
    margin-top: 30px;
    grid-column: 1/-1;
  }
}
.footer-columns .footer-column:first-child {
  padding-right: 45px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-columns .footer-column:first-child {
    padding-right: 0;
  }
}

.footer-web-links {
  display: flex;
  align-items: center;
}
.footer-web-links a {
  display: inline-block;
  margin-right: 16px;
  transition: all 0.25s ease;
}
.footer-web-links a:hover {
  opacity: 0.7;
}
.footer-web-links a:active, .footer-web-links a:focus {
  opacity: 1;
}
.footer-web-links a:before {
  transform: rotate(7deg) translateX(350%);
}
.footer-web-links .icon {
  width: 20px;
  height: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-links a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0F0E2C;
}
.footer-links a:not(:last-child), .footer-links a:not(:first-child) {
  margin-bottom: 5px;
}
.footer-links a:hover {
  color: #5D5FEF;
}
.footer-links a:first-child {
  line-height: 21px;
}

.footer-info {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  color: rgba(15, 14, 44, 0.5);
}

.subscription-form {
  display: flex;
  align-items: center;
  margin: 10px 0 21px 0;
}
@media (max-width: 767px) {
  .subscription-form {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.subscription-form input {
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F9F9F9;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(15, 14, 44, 0.7);
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .subscription-form input {
    height: 45px;
    max-width: 180px;
  }
}
.subscription-form input::-moz-placeholder {
  font-family: "Manrope";
  font-weight: 500;
  color: rgba(15, 14, 44, 0.2);
}
.subscription-form input::placeholder {
  font-family: "Manrope";
  font-weight: 500;
  color: rgba(15, 14, 44, 0.2);
}
.subscription-form button {
  width: 149px;
  height: 52px;
  font-size: 1.6rem;
  font-family: "Manrope";
  background-color: #00E1F0;
  color: #fff;
}
@media (max-width: 767px) {
  .subscription-form button {
    height: 45px;
  }
}
.subscription-form button:hover {
  background-color: #1ca8b1;
}
.subscription-form button:active {
  background-color: #00E1F0;
}

.footer-copyright {
  padding-top: 40px;
  margin-top: 60px;
  font-weight: 500;
  border-top: 2px solid rgba(196, 196, 196, 0.4);
}
@media (max-width: 1023px) {
  .footer-copyright {
    padding-top: 30px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=main.css.map */