@charset "UTF-8";
/*
 * Главный файл. Его компилируем
*/
@font-face {
  font-family: "Inter-Regular";
  src: url("fonts/inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("fonts/inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Hewn";
  src: url("fonts/inter/Inter-Hewn.ttf") format("truetype");
}
html {
  overflow-x: hidden;
}

p {
  color: #333333;
}

/* Мобильное меню */
.no-webp .fixed-menu .btn-close {
  background: url(../img/sprite.png) -10px -690px no-repeat;
}

.yes-webp .fixed-menu .btn-close {
  background: url(../img/sprite.webp) -10px -690px no-repeat;
}

.fixed-menu {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.fixed-menu.active {
  visibility: visible;
}
.fixed-menu.active .holder {
  left: 0;
}
.fixed-menu .holder {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: -302px;
  overflow: auto;
  width: 300px;
  height: 100%;
  padding: 32px 24px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0s;
  background: #ffffff;
}
.fixed-menu .holder .top {
  margin-bottom: 24px;
}
.fixed-menu .holder .top svg {
  height: 40px;
  width: auto;
}
.fixed-menu .holder .top .btn-close {
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 50px;
  margin-bottom: 8px;
}
.fixed-menu .holder .menu {
  padding: 0px 0px 24px 0px;
  border-bottom: 1px solid rgba(51, 160, 189, 0.3019607843);
}
.fixed-menu .holder .menu ul {
  padding: 0px;
  margin: 0px;
}
.fixed-menu .holder .menu ul li {
  display: inline-block;
  margin: 0px 0px 24px 0px;
  width: 100%;
  list-style: none;
}
.fixed-menu .holder .menu ul li:last-child {
  margin: 0px 0px 0px 0px;
}
.fixed-menu .holder .menu ul li a {
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #33A0BD;
  transition: all 0.3s;
}
.fixed-menu .holder .menu ul li a:hover {
  color: #FFA200;
}
.fixed-menu .holder .contacts {
  width: 100%;
  margin: 24px 0px 0px 0px;
}
.fixed-menu .holder .contacts div {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 18px;
  display: flex;
}
.fixed-menu .holder .contacts div.phone a, .fixed-menu .holder .contacts div.email a {
  text-decoration: underline;
  color: #33A0BD;
}
.fixed-menu .holder .contacts div.email span {
  padding-top: 2px;
}
.fixed-menu .holder .contacts div span {
  display: inline-block;
  width: 18px;
  height: auto;
  text-align: center;
  margin-right: 10px;
}
.fixed-menu .holder .contacts div span svg {
  height: auto;
  width: auto;
}
.fixed-menu .holder .contacts div a {
  text-decoration: none;
  transition: all 0.3s;
  color: #333333;
}
.fixed-menu .holder .contacts div a:hover {
  text-decoration: underline;
  color: #FFA200;
}

/* Форма авторизации. Вход в админку */
.user-login-form {
  width: 100%;
  padding: 40px;
}
.user-login-form h3 {
  font-family: "inter-hewn";
  font-size: 20px;
  line-height: 24px;
  color: #33A0BD;
  margin: 0px 0px 22px 0px;
}
.user-login-form .login-form__top {
  margin: 0px auto;
  box-shadow: 0px 4px 28.2px 0px rgba(0, 0, 0, 0.0509803922);
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  width: 320px;
  margin-bottom: 24px;
  margin-top: 4px;
}
.user-login-form .form-item {
  width: 100%;
  margin-bottom: 14px;
}
.user-login-form .form-item label {
  font-family: "Inter-Regular";
  padding-bottom: 4px;
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.user-login-form .form-item input.form-text {
  border: 1px solid rgba(51, 160, 189, 0.5019607843);
  border-radius: 8px;
  padding: 16px 24px;
  height: auto;
  font-size: 18px;
  width: 100%;
  min-width: auto;
  display: inline-block;
}
.user-login-form .login-form__submit {
  width: 100%;
}
.user-login-form .login-form__submit input.button {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #ffa200;
  background: #ffa200;
  width: 100%;
  max-width: 390px;
  padding: 18px 10px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
}
.user-login-form .login-form__submit input.button:hover {
  background: #ffffff;
  color: #ffa200;
}
.user-login-form .login-form__help_actions {
  display: none;
}
.user-login-form .back {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
}
.user-login-form .back:hover {
  text-decoration: none;
}

.path-user .popup-message-available {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.path-user .popup-message-available a {
  display: none;
}

/*
 * Общие елементы для всего сайта. 
 * Такие кнопки, поля форм, карточки контента и т.п.
*/
.btn {
  font-family: "inter-hewn";
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

/*
 * Карточки услуг
*/
.services-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.services-list .item {
  width: 33%;
  max-width: 433px;
  height: 248px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  padding: 32px;
  margin: 0px 28px 28px 0px;
  position: relative;
}
.services-list .item:last-child {
  margin: 0px 28px 0px 0px;
}
@media (max-width: 1470px) {
  .services-list .item {
    width: 31%;
  }
}
@media (max-width: 1282px) {
  .services-list .item {
    height: 220px;
    width: calc(33% - 28px);
  }
}
@media (max-width: 1170px) {
  .services-list .item {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .services-list .item {
    padding: 16px;
    height: 164px;
  }
}
@media (max-width: 768px) {
  .services-list .item {
    width: 285px;
    height: 163px;
    margin: 0px 16px 0px 0px;
  }
}
.services-list .item p {
  padding: 0px;
  margin: 0px;
  font-family: "inter-hewn";
  font-size: 28px;
  line-height: 32px;
  color: #33A0BD;
  display: inline-block;
  width: 70%;
}
@media (max-width: 1470px) {
  .services-list .item p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1170px) {
  .services-list .item p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .services-list .item p {
    font-size: 18px;
    line-height: 20px;
  }
}
.services-list .item img {
  width: 166px;
  height: auto;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media (max-width: 1282px) {
  .services-list .item img {
    width: 150px;
  }
}
@media (max-width: 1260px) {
  .services-list .item img {
    width: 130px;
  }
}
@media (max-width: 1170px) {
  .services-list .item img {
    width: 100px;
  }
}
@media (max-width: 870px) {
  .services-list .item img {
    width: 80px;
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 768px) {
  .services-list .item img {
    width: 108px;
    right: 16px;
    bottom: 22px;
  }
}
.services-list .item .btn {
  position: absolute;
  left: 32px;
  bottom: 32px;
  padding: 3px 10px;
  border: 1px solid #33A0BD;
  border-radius: 31px;
  color: #33A0BD;
  text-decoration: none;
  font-family: "inter-hewn";
  font-size: 16px;
  line-height: 36px;
  width: 102px;
}
@media (max-width: 1024px) {
  .services-list .item .btn {
    left: 16px;
    bottom: 16px;
    line-height: 28px;
    font-size: 14px;
    width: 90px;
  }
}
.services-list .item .btn:hover {
  background: #33A0BD;
  color: #ffffff;
}

/*
 * Карточки достижений компании
*/
.achievements-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 104%;
}
@media (max-width: 768px) {
  .achievements-list {
    width: max-content;
  }
}
.achievements-list .item {
  width: 100%;
  max-width: 324px;
  height: 300px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 48px 32px;
  margin: 0px 24px 24px 0px;
  box-shadow: 0px 4px 28.2px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 768px) {
  .achievements-list .item:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1400px) {
  .achievements-list .item {
    padding: 32px 32px;
    width: 47%;
    max-width: none;
    height: auto;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (max-width: 860px) {
  .achievements-list .item {
    width: 97%;
    margin: 0px 0px 16px 0px;
  }
}
@media (max-width: 768px) {
  .achievements-list .item {
    margin: 0px 24px 0px 0px;
    width: 270px;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 3.32px 23.38px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
@media (max-width: 426px) {
  .achievements-list .item {
    padding: 20px 20px;
  }
}
.achievements-list .item img {
  width: 109px;
  height: auto;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .achievements-list .item img {
    margin: 0px 40px 0px 0px;
  }
}
@media (max-width: 768px) {
  .achievements-list .item img {
    width: 90px;
    margin: 0px 0px 20px 0px;
  }
}
.achievements-list .item p {
  padding: 0px;
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .achievements-list .item p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1400px) {
  .achievements-list .item p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .achievements-list .item p br {
    display: inline;
  }
}

/*
 * Список рейтингов
*/
.ratings-list {
  display: flex;
  flex-direction: column;
}
.ratings-list .item {
  display: flex;
  margin: 0px 0px 16px 0px;
  align-items: center;
  width: 100%;
}
.ratings-list .item.item-mobile-main span {
  background: #FFA200;
}
.ratings-list .item span {
  font-family: "Inter-Medium";
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
  margin: 0px 16px 0px 0px;
  padding: 8px 0px 0px 0px;
  background: #33A0BD;
  color: #ffffff;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  flex-shrink: 0;
}
.ratings-list .item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1050px) {
  .ratings-list .item a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 426px) {
  .ratings-list .item a {
    font-size: 14px;
  }
}
.ratings-list .item a:hover {
  text-decoration: underline;
}

/*
 * Как мы работаем
*/
.how-work-list {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
}
.how-work-list .item {
  position: relative;
  width: calc(33% - 28px);
  max-width: 435px;
  height: 240px;
  text-align: center;
  background: #F9F9F9;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px 24px;
  margin: 0px 24px 24px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 940px) {
  .how-work-list .item {
    width: calc(53% - 56px);
  }
}
@media (max-width: 768px) {
  .how-work-list .item {
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0px 0px 8px 0px;
  }
}
.how-work-list .item span.position {
  position: absolute;
  left: 24px;
  top: 24px;
  background: #33A0BD;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Inter-Hewn";
  font-size: 22px;
  line-height: 42px;
  color: #ffffff;
}
@media (max-width: 1060px) {
  .how-work-list .item span.position {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.how-work-list .item div {
  max-height: 70%;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-work-list .item div img {
  width: auto;
  height: 100%;
}
@media (max-width: 1150px) {
  .how-work-list .item div img {
    height: 80%;
  }
}
@media (max-width: 768px) {
  .how-work-list .item div img {
    height: 100%;
  }
}
.how-work-list .item p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(30% - 16px);
}
@media (max-width: 1150px) {
  .how-work-list .item p br {
    display: none;
  }
}
.how-work-list .item.item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 940px) {
  .how-work-list .item.item-btn {
    background: none;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
@media (max-width: 425px) {
  .how-work-list .item.item-btn {
    padding: 20px 0px 12px 0px;
  }
}
.how-work-list .item.item-btn .btn {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #33A0BD;
  background: #33A0BD;
  width: 240px;
  padding: 18px 10px;
  display: inline-block;
}
@media (max-width: 426px) {
  .how-work-list .item.item-btn .btn {
    width: 100%;
  }
}
.how-work-list .item.item-btn .btn:hover {
  background: #ffffff;
  color: #33A0BD;
}

/*
 * Используемые технологии
*/
.used-tech-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 16px);
}
@media (max-width: 1260px) {
  .used-tech-list {
    width: calc(100% + 20px);
  }
}
@media (max-width: 1170px) {
  .used-tech-list {
    width: calc(100% + 30px);
  }
}
@media (max-width: 1024px) {
  .used-tech-list {
    width: calc(100% + 34px);
  }
}
@media (max-width: 940px) {
  .used-tech-list {
    padding: 14px 38px 0px 38px;
    width: calc(105% + 34px);
  }
}
@media (max-width: 768px) {
  .used-tech-list {
    padding: 20px 94px 20px 38px;
  }
}
@media (max-width: 500px) {
  .used-tech-list {
    padding: 20px 94px 20px 24px;
  }
}
.used-tech-list .item {
  width: calc(18% - 40px);
  max-width: 205px;
  height: 130px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
  margin: 0px 24px 24px 0px;
  box-shadow: 0px 4px 28.2px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 940px) {
  .used-tech-list .item {
    width: calc(33% - 40px);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .used-tech-list .item {
    margin: 0px 16px 0px 0px;
    height: 90px;
  }
}
.used-tech-list .item:last-child {
  margin-right: 0px;
}
.used-tech-list .item img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

/*
 * Слайдер кейсов
*/
.cases .buttons {
  width: 100%;
  height: 50px;
  margin: 0px 0px 10px 0px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -10px;
  right: 0px;
}
@media (max-width: 768px) {
  .cases .buttons {
    display: none;
  }
}
.cases .buttons div {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(51, 160, 189, 0.5019607843);
  transition: all 0.3s;
  cursor: pointer;
}
.cases .buttons div:hover {
  background: #33a0bd;
}
.cases .buttons div:hover svg path {
  stroke: #ffffff;
}
.cases .buttons div::after {
  display: none;
}
.cases .buttons div.disabled {
  opacity: 0.5;
}
.cases .buttons div.button-prev {
  margin-right: 0px;
}
.cases .buttons div.button-prev svg {
  top: 17px;
  left: 19px;
}
.cases .buttons div.button-next {
  margin-right: 16px;
}
.cases .buttons div.button-next svg {
  top: 16px;
  left: 20px;
}
.cases .buttons div svg {
  position: absolute;
  width: auto;
  height: 12px;
}
.cases .scroll-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: scroll;
  width: calc(100% + 40px);
  position: relative;
}
@media (max-width: 1440px) {
  .cases .scroll-wrap {
    width: calc(100% + 35px);
    margin-left: -20px;
  }
}
@media (max-width: 940px) {
  .cases .scroll-wrap {
    width: calc(100% + 60px);
    margin-left: -35px;
  }
}
@media (max-width: 768px) {
  .cases .scroll-wrap {
    width: calc(100% + 80px);
    margin-left: -38px;
  }
}
@media (max-width: 500px) {
  .cases .scroll-wrap {
    margin-left: -24px;
  }
}
.cases .scroll-wrap::-webkit-scrollbar {
  display: none;
}
.cases .scroll-wrap .cases-list {
  margin: 0px 0px 0px -40px;
  width: max-content;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition: transform 0.5s ease;
}
@media (max-width: 1440px) {
  .cases .scroll-wrap .cases-list {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .cases .scroll-wrap .cases-list {
    margin: 0px 22px 0px 0px;
  }
}
@media (max-width: 500px) {
  .cases .scroll-wrap .cases-list {
    margin: 0px 40px 0px 0px;
  }
}
.cases .scroll-wrap .case-item {
  background: #F9F9F9;
  padding: 48px 64px;
  border-radius: 24px;
  width: 674px;
  height: auto;
  margin: 0px 28px 0px 0px;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item {
    padding: 25px 24px;
    margin: 0px 16px 0px 0px;
    width: 560px;
  }
}
@media (max-width: 570px) {
  .cases .scroll-wrap .case-item {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .cases .scroll-wrap .case-item {
    width: 360px;
  }
}
@media (max-width: 426px) {
  .cases .scroll-wrap .case-item {
    width: 320px;
  }
}
@media (max-width: 376px) {
  .cases .scroll-wrap .case-item {
    width: 292px;
  }
}
@media (max-width: 320px) {
  .cases .scroll-wrap .case-item {
    width: 262px;
  }
}
@media (max-width: 1440px) {
  .cases .scroll-wrap .case-item:first-child {
    margin-left: 40px;
  }
}
@media (max-width: 1434px) {
  .cases .scroll-wrap .case-item:first-child {
    margin-left: 36px;
  }
}
@media (max-width: 1396px) {
  .cases .scroll-wrap .case-item:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 940px) {
  .cases .scroll-wrap .case-item:first-child {
    margin-left: 38px;
  }
}
@media (max-width: 500px) {
  .cases .scroll-wrap .case-item:first-child {
    margin-left: 24px;
  }
}
.cases .scroll-wrap .case-item .logo {
  margin: 0px 0px 24px 0px;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item .logo {
    margin: 0px 0px 16px 0px;
  }
}
.cases .scroll-wrap .case-item .logo a {
  display: inline;
  text-decoration: none;
}
.cases .scroll-wrap .case-item .logo a img {
  height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item .logo a img {
    height: 40px;
  }
}
.cases .scroll-wrap .case-item .legal-name {
  margin: 0px 0px 12px 0px;
  width: 100%;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item .legal-name {
    margin: 0px 0px 8px 0px;
  }
}
.cases .scroll-wrap .case-item .legal-name a {
  font-family: "inter-hewn";
  font-size: 32px;
  line-height: 28px;
  color: #F39F2A;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item .legal-name a {
    font-size: 20px;
  }
}
.cases .scroll-wrap .case-item .what-done-short {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  margin: 0px 0px 32px 0px;
  color: #333;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item .what-done-short {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 16px 0px;
  }
}
.cases .scroll-wrap .case-item .list-title {
  font-family: "inter-hewn";
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0px 16px 0px;
  width: 100%;
  color: #333333;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item .list-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.cases .scroll-wrap .case-item ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.cases .scroll-wrap .case-item ul li {
  font-size: 17px;
  line-height: 24px;
  width: 100%;
  margin: 0px 0px 8px 0px;
  position: relative;
  list-style: none;
  color: #333;
}
@media (max-width: 768px) {
  .cases .scroll-wrap .case-item ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.cases .scroll-wrap .case-item ul li::before {
  content: ".";
  color: #33A0BD;
  font-size: 1px;
  background: #33A0BD;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -18px;
  top: 8px;
  border-radius: 50%;
}

/*
 * Команда
*/
.team-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 104%;
}
@media (max-width: 768px) {
  .team-list {
    width: 100%;
  }
}
.team-list .item {
  padding: 24px 20px;
  border: 1px solid rgba(51, 160, 189, 0.5019607843);
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  margin: 0px 24px 24px 0px;
  width: calc(25% - 32px);
  max-width: 322px;
  max-height: none;
}
@media (max-width: 1200px) {
  .team-list .item {
    width: calc(33% - 28px);
    max-width: none;
  }
}
@media (max-width: 940px) {
  .team-list .item {
    width: calc(50% - 28px);
  }
}
@media (max-width: 768px) {
  .team-list .item {
    width: 100%;
    margin: 0px 0px 8px 0px;
  }
}
.team-list .item span {
  font-family: "Inter-Hewn";
  color: #33A0BD;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0px 15px 0px;
  display: inline-block;
}
.team-list .item p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
}

/*
 * Формы
*/
.custom-form {
  padding: 64px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1070px) {
  .custom-form {
    padding: 44px 28px;
  }
}
@media (max-width: 426px) {
  .custom-form {
    padding: 25px 24px;
  }
}
.custom-form.ajax-work .submit {
  opacity: 0.5;
  pointer-events: none;
}
.custom-form .head {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 426px) {
  .custom-form .head {
    margin: 0px 0px 24px 0px;
  }
}
.custom-form .head .title {
  font-family: "inter-hewn";
  font-size: 32px;
  line-height: 24px;
  color: #33A0BD;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 1140px) {
  .custom-form .head .title {
    font-size: 30px;
    line-height: 22px;
  }
}
@media (max-width: 1070px) {
  .custom-form .head .title {
    font-size: 28px;
    line-height: 20px;
  }
}
@media (max-width: 940px) {
  .custom-form .head .title {
    font-size: 24px;
    line-height: 14px;
  }
}
@media (max-width: 444px) {
  .custom-form .head .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .custom-form .head .title {
    font-size: 16px;
    line-height: 14px;
  }
}
.custom-form .fields {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 426px) {
  .custom-form .fields {
    margin: 0px 0px 24px 0px;
  }
}
.custom-form .fields .field {
  margin: 0px 0px 8px 0px;
}
.custom-form .fields .field:last-child {
  margin: 0px 0px 0px 0px;
}
.custom-form .fields .field.error input[type=text] {
  border: 1px solid #ff0000;
}
.custom-form .fields .field input[type=text] {
  border: 1px solid rgba(51, 160, 189, 0.5019607843);
  border-radius: 8px;
  padding: 16px 24px;
  height: auto;
  font-size: 18px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 940px) {
  .custom-form .fields .field input[type=text] {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 426px) {
  .custom-form .fields .field input[type=text] {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.custom-form .errors {
  position: relative;
  display: none;
  opacity: 0;
}
.custom-form .errors.show {
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 500ms;
  animation-name: fadeIn;
  animation-duration: 500ms;
}
.custom-form .errors span {
  position: absolute;
  left: 0px;
  top: -28px;
  font-size: 14px;
  color: #ff0000;
  display: inline-block;
  width: 100%;
}
@media (max-width: 426px) {
  .custom-form .errors span {
    top: -22px;
  }
}
@media (max-width: 320px) {
  .custom-form .errors span {
    top: -19px;
    font-size: 11px;
  }
}
.custom-form .btns .submit {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #ffa200;
  background: #ffa200;
  width: 100%;
  max-width: 390px;
  padding: 18px 10px;
  display: inline-block;
}
@media (max-width: 940px) {
  .custom-form .btns .submit {
    max-width: 340px;
  }
}
@media (max-width: 320px) {
  .custom-form .btns .submit {
    font-size: 12px;
  }
}
.custom-form .btns .submit:hover {
  background: #ffffff;
  color: #ffa200;
}

/*
 * Удалить класс .front-page при редизайне всего сайта.
 * Сейчас новые стили ограничены только главной страницей
 *
 *
 *
*/
.front-page header {
  font-family: "Inter-Medium";
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 0px 76px;
}
@media (max-width: 1680px) {
  .front-page header {
    padding: 0px 30px;
  }
}
@media (max-width: 1550px) {
  .front-page header {
    padding: 0px 0px;
  }
}
.front-page header .col {
  height: 58px;
  display: flex;
  align-items: center;
}
.front-page header .col-1 img {
  width: 200px;
  height: auto;
}
@media (max-width: 1024px) {
  .front-page header .col-1 img {
    width: 150px;
  }
}
.front-page header .col-2 {
  width: 100%;
  padding-left: 116px;
}
@media (max-width: 1550px) {
  .front-page header .col-2 {
    padding-left: 50px;
  }
}
@media (max-width: 940px) {
  .front-page header .col-2 {
    display: none;
  }
}
.front-page header .col-2 nav ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.front-page header .col-2 nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 66px 0px 0px;
}
@media (max-width: 1460px) {
  .front-page header .col-2 nav ul li {
    margin: 0px 36px 0px 0px;
  }
}
@media (max-width: 1170px) {
  .front-page header .col-2 nav ul li {
    margin: 0px 32px 0px 0px;
  }
}
@media (max-width: 1024px) {
  .front-page header .col-2 nav ul li {
    margin: 0px 28px 0px 0px;
  }
}
.front-page header .col-2 nav ul li a {
  color: #33A0BD;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.3s;
}
.front-page header .col-2 nav ul li a:hover {
  color: #FFA200;
}
.front-page header .col-3 {
  justify-content: right;
}
.front-page header .col-3 .contacts {
  text-align: right;
  margin-right: 40px;
  max-width: min-content;
}
@media (max-width: 1250px) {
  .front-page header .col-3 .contacts {
    display: none;
  }
}
.front-page header .col-3 .contacts a {
  text-decoration: none;
}
.front-page header .col-3 .contacts a.phone {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
@media (max-width: 1290px) {
  .front-page header .col-3 .contacts a.phone {
    font-size: 16px;
  }
}
.front-page header .col-3 .contacts a.email {
  font-size: 18px;
  line-height: 20px;
  color: #33A0BD;
  transition: all 0.3s;
}
@media (max-width: 1290px) {
  .front-page header .col-3 .contacts a.email {
    font-size: 14px;
  }
}
.front-page header .col-3 .contacts a.email:hover {
  color: #FFA200;
}
.front-page header .col-3 .btn {
  background: #ffa200;
  color: #fff;
  width: 240px;
  padding: 18px 10px;
  border: 1px solid #ffa200;
}
@media (max-width: 1024px) {
  .front-page header .col-3 .btn {
    width: 210px;
    padding: 14px 10px;
  }
}
@media (max-width: 940px) {
  .front-page header .col-3 .btn {
    display: none;
  }
}
.front-page header .col-3 .btn:hover {
  background: #ffffff;
  color: #ffa200;
}
.front-page header .col-3 .burger {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: rgba(51, 160, 189, 0.2117647059);
  justify-content: center;
  border-radius: 6px;
}
@media (max-width: 940px) {
  .front-page header .col-3 .burger {
    display: flex;
  }
}
.front-page header .col-3 .burger svg {
  width: 16px;
  height: auto;
}

footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #030F32 0%, #003A44 100%);
  border-radius: 24px;
  padding: 88px 24px 84px 24px;
  width: 100%;
  /* fix. Для подвала до редизайна. Удалить после редизайна */
}
footer.footer {
  border-radius: 0px;
}
@media (max-width: 960px) {
  footer {
    padding: 40px 24px 40px 24px;
  }
}
@media (max-width: 940px) {
  footer {
    border-radius: 0px;
    padding: 40px 38px 40px 38px;
  }
}
@media (max-width: 768px) {
  footer {
    background: linear-gradient(180deg, #030F32 0%, #003A44 100%);
  }
}
@media (max-width: 426px) {
  footer {
    padding: 24px 24px 30px 24px;
  }
}
footer .bg-image {
  position: absolute;
  z-index: 0;
}
footer .bg-image.bg-1 {
  display: none;
  width: 140px;
  left: 0px;
  bottom: 14px;
}
@media (max-width: 768px) {
  footer .bg-image.bg-1 {
    display: inline;
  }
}
@media (max-width: 426px) {
  footer .bg-image.bg-1 {
    display: none;
  }
}
footer .bg-image.bg-2 {
  display: none;
  top: -48px;
  right: -20px;
  width: 140px;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  footer .bg-image.bg-2 {
    display: inline;
  }
}
footer .bg-image.bg-3 {
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  footer .bg-image.bg-3 {
    display: none;
  }
}
footer .wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  footer .wrap {
    flex-direction: column;
  }
}
footer .wrap .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 820px) {
  footer .wrap .left {
    width: 100%;
  }
}
footer .wrap .left .title {
  font-family: "inter-hewn";
  color: #ffffff;
  width: 48px;
  height: 44px;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 820px) {
  footer .wrap .left .title {
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .wrap .left .title {
    font-size: 24px;
    line-height: 28px;
    height: auto;
    margin: 0px 0px 24px 0px;
  }
}
@media (max-width: 426px) {
  footer .wrap .left .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0px 24px 0px;
  }
}
footer .wrap .left .contacts {
  max-width: 504px;
}
@media (max-width: 1140px) {
  footer .wrap .left .contacts {
    padding-right: 24px;
  }
}
@media (max-width: 820px) {
  footer .wrap .left .contacts {
    max-width: none;
  }
}
footer .wrap .left .contacts div {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 16px;
  display: flex;
}
@media (max-width: 940px) {
  footer .wrap .left .contacts div {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 426px) {
  footer .wrap .left .contacts div {
    margin-bottom: 20px;
  }
}
footer .wrap .left .contacts div span {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 8px;
}
footer .wrap .left .contacts div span svg {
  height: auto;
  width: auto;
}
footer .wrap .left .contacts div a {
  text-decoration: none;
  transition: all 0.3s;
  color: #ffffff;
}
footer .wrap .left .contacts div a:hover {
  text-decoration: underline;
  color: #FFA200;
}
footer .wrap .right {
  background: #F9F9F9;
  border-radius: 24px;
  height: 474px;
  width: 50%;
}
@media (max-width: 1070px) {
  footer .wrap .right {
    height: auto;
  }
}
@media (max-width: 820px) {
  footer .wrap .right {
    width: 100%;
    margin: 30px 0px 30px 0px;
  }
}
footer .wrap .copyright {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  display: flex;
}
@media (max-width: 820px) {
  footer .wrap .copyright {
    display: none;
  }
}
footer .wrap .copyright.mobile {
  display: none;
  justify-content: center;
}
@media (max-width: 820px) {
  footer .wrap .copyright.mobile {
    display: flex;
  }
}
footer .wrap .copyright svg {
  display: inline-block;
  margin-right: 8px;
  height: auto;
  width: auto;
}
footer .legal {
  margin-top: 45px;
  flex-direction: column;
}
@media (max-width: 820px) {
  footer .legal {
    margin-top: 24px;
  }
}
footer .legal div {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}
footer .legal div.legal-1 {
  margin-bottom: 24px;
}
footer .legal div p {
  margin: 0px;
  color: #ffffff;
}
footer .legal div a {
  color: #ffffff;
}
footer .legal div a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body.front-page.inner2.yes-webp {
  padding: 20px 20px 0px 20px;
  background: none;
  overflow: hidden;
}
@media (max-width: 940px) {
  body.front-page.inner2.yes-webp {
    padding: 0px;
  }
}

.front-page {
  font-family: "Inter-Regular";
}
.front-page .title {
  font-family: "inter-hewn";
  font-size: 48px;
  line-height: 44px;
  color: #33A0BD;
}
.front-page section {
  width: 100%;
  max-width: 1880px;
  margin: 0px auto;
}
.front-page section .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1360px;
  margin: 0px auto;
}
.front-page section.first {
  background: linear-gradient(180deg, #030F32 0%, #003A44 100%);
  padding: 38px;
  border-radius: 24px;
  margin: 0px auto 96px auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 940px) {
  .front-page section.first {
    border-radius: 0px;
  }
}
@media (max-width: 768px) {
  .front-page section.first {
    margin: 0px auto 70px auto;
  }
}
@media (max-width: 500px) {
  .front-page section.first {
    padding: 24px;
  }
}
@media (max-width: 426px) {
  .front-page section.first {
    margin: 0px auto 24px auto;
  }
}
.front-page section.first .slogan {
  font-family: "inter-hewn";
  font-size: 72px;
  line-height: 69px;
  padding: 0px 0px 0px 154px;
  position: relative;
  margin: 102px 0px 53px 0px;
  color: #33A0BD;
}
@media (max-width: 1470px) {
  .front-page section.first .slogan {
    font-size: 60px;
    line-height: 57px;
    padding: 0px 0px 0px 132px;
    margin: 80px 0px 40px 0px;
  }
}
@media (max-width: 1170px) {
  .front-page section.first .slogan {
    font-size: 48px;
    line-height: 45px;
    padding: 0px 0px 0px 110px;
  }
}
@media (max-width: 1040px) {
  .front-page section.first .slogan {
    font-size: 38px;
    line-height: 35px;
    padding: 0px 0px 0px 84px;
  }
}
@media (max-width: 768px) {
  .front-page section.first .slogan {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .front-page section.first .slogan {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 425px) {
  .front-page section.first .slogan {
    font-size: 32px;
    line-height: 36px;
    padding-left: 0px;
    margin: 34px 0px 32px 0px;
  }
}
@media (max-width: 360px) {
  .front-page section.first .slogan {
    font-size: 28px;
    line-height: 32px;
  }
}
.front-page section.first .slogan span {
  color: #FFA200;
  display: block;
}
.front-page section.first .slogan img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 138px;
  height: auto;
}
@media (max-width: 1470px) {
  .front-page section.first .slogan img {
    width: 110px;
  }
}
@media (max-width: 1170px) {
  .front-page section.first .slogan img {
    width: 86px;
  }
}
@media (max-width: 1040px) {
  .front-page section.first .slogan img {
    width: 68px;
  }
}
@media (max-width: 425px) {
  .front-page section.first .slogan img {
    display: none;
  }
}
.front-page section.first .bg-star {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.front-page section.first .bg-star img {
  position: absolute;
}
.front-page section.first .bg-star .star-1 {
  left: 60px;
  top: 302px;
}
.front-page section.first .bg-star .star-2 {
  left: 33%;
  bottom: -208px;
  transform: rotate(30deg);
}
.front-page section.first .bg-star .star-3 {
  right: 15%;
  top: -54px;
}
.front-page section.first .bg-star .star-4 {
  right: 5%;
  bottom: -76px;
}
.front-page section.first .bg-image {
  position: absolute;
  z-index: 0;
}
.front-page section.first .bg-image img {
  width: 100%;
  height: auto;
}
.front-page section.first .bg-image.bg-1 {
  height: 609px;
  width: 382px;
  transform: rotate(0deg);
  left: 0px;
  bottom: 0px;
}
@media (max-width: 940px) {
  .front-page section.first .bg-image.bg-1 {
    height: 410px;
    width: 200px;
    bottom: -100px;
  }
}
.front-page section.first .bg-image.bg-2 {
  height: 910px;
  width: 570px;
  transform: rotate(0deg);
  right: -220px;
  top: -80px;
}
@media (max-width: 940px) {
  .front-page section.first .bg-image.bg-2 {
    height: 210px;
    width: 200px;
    right: 0px;
    top: -80px;
  }
}
.front-page section.first .scroll-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.front-page section.first .scroll-wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .front-page section.first .scroll-wrap {
    overflow: scroll;
    width: calc(100% + 80px);
    margin-left: -38px;
  }
}
@media (max-width: 500px) {
  .front-page section.first .scroll-wrap {
    overflow: scroll;
  }
}
.front-page section.first .services-list {
  width: 104%;
}
@media (max-width: 1470px) {
  .front-page section.first .services-list {
    width: 103%;
  }
}
@media (max-width: 768px) {
  .front-page section.first .services-list {
    width: max-content;
  }
}
@media (max-width: 768px) {
  .front-page section.first .services-list .item-1 {
    margin-left: 40px;
  }
}
.front-page section.first .services-list .item-2 {
  margin-right: 200px;
  position: relative;
  overflow: unset;
}
@media (max-width: 768px) {
  .front-page section.first .services-list .item-2 {
    margin-right: 16px;
  }
}
.front-page section.first .services-list .item-2:before {
  content: ".";
  position: absolute;
  right: -232px;
  top: -173px;
  background: url(../img/astro-1.png) 0 0;
  font-size: 1px;
  width: 282px;
  height: 376px;
}
@media (max-width: 1330px) {
  .front-page section.first .services-list .item-2:before {
    right: -236px;
    top: -141px;
    background: url(../img/astro-1.png) 0 0 no-repeat;
    background-size: auto 280px;
  }
}
@media (max-width: 1170px) {
  .front-page section.first .services-list .item-2:before {
    right: -248px;
    top: -116px;
    background-size: auto 230px;
  }
}
@media (max-width: 768px) {
  .front-page section.first .services-list .item-2:before {
    display: none;
  }
}
.front-page section.first .btn-wrap {
  justify-content: center;
  margin: 50px 0px 0px 0px;
  display: none;
}
@media (max-width: 940px) {
  .front-page section.first .btn-wrap {
    display: flex;
  }
}
.front-page section.first .btn-wrap .btn {
  background: #ffa200;
  color: #fff;
  width: 327px;
  padding: 18px 10px;
  border: 1px solid #ffa200;
  font-size: 16px;
  line-height: 20px;
}
.front-page section.facts {
  margin: 22px auto 96px auto;
}
@media (max-width: 940px) {
  .front-page section.facts {
    padding: 0px 38px;
  }
}
@media (max-width: 768px) {
  .front-page section.facts {
    margin: 22px auto 32px auto;
  }
}
@media (max-width: 426px) {
  .front-page section.facts {
    margin: 0px auto 32px auto;
  }
}
@media (max-width: 500px) {
  .front-page section.facts {
    padding: 0px 24px;
  }
}
.front-page section.facts .title {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 768px) {
  .front-page section.facts .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 426px) {
  .front-page section.facts .title {
    margin: 0px 0px 24px 0px;
  }
}
.front-page section.facts .facts-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .front-page section.facts .facts-wrap {
    flex-direction: column;
  }
}
@media (max-width: 940px) {
  .front-page section.facts .facts-wrap .facts-list {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .front-page section.facts .facts-wrap .facts-list {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .front-page section.facts .facts-wrap .facts-list.one .item {
    margin: 0px 16px 16px 0px;
  }
}
@media (max-width: 768px) {
  .front-page section.facts .facts-wrap .facts-list.one .item {
    margin: 0px 0px 16px 0px;
  }
}
@media (max-width: 426px) {
  .front-page section.facts .facts-wrap .facts-list.one .item {
    margin: 0px 0px 8px 0px;
  }
}
.front-page section.facts .facts-wrap .facts-list .item {
  background: #F9F9F9;
  padding: 24px 32px;
  border-radius: 16px;
  max-width: 400px;
  margin: 0px 0px 16px 0px;
  height: 144px;
  display: flex;
  align-items: center;
}
@media (max-width: 940px) {
  .front-page section.facts .facts-wrap .facts-list .item {
    max-width: none;
  }
}
@media (max-width: 426px) {
  .front-page section.facts .facts-wrap .facts-list .item {
    height: auto;
    padding: 16px 24px;
    margin: 0px 0px 8px 0px;
  }
}
.front-page section.facts .facts-wrap .facts-list .item p {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 500px) {
  .front-page section.facts .facts-wrap .facts-list .item p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 426px) {
  .front-page section.facts .facts-wrap .facts-list .item p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
  }
}
.front-page section.facts .facts-wrap .separator {
  padding: 0px 42px;
  display: flex;
  align-items: center;
}
.front-page section.facts .facts-wrap .separator.one {
  display: none;
}
@media (max-width: 500px) {
  .front-page section.facts .facts-wrap .separator.one {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0px 0px 26px 0px;
  }
}
@media (max-width: 940px) {
  .front-page section.facts .facts-wrap .separator.two {
    display: none;
  }
}
@media (max-width: 1250px) {
  .front-page section.facts .facts-wrap .separator {
    width: 30%;
  }
}
.front-page section.facts .facts-wrap .separator img {
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .front-page section.facts .facts-wrap .separator img {
    width: 260px;
    height: auto;
  }
}
.front-page section.achievements {
  margin-bottom: 96px;
}
@media (max-width: 940px) {
  .front-page section.achievements {
    padding: 0px 38px;
  }
}
@media (max-width: 768px) {
  .front-page section.achievements {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .front-page section.achievements {
    padding: 0px 24px;
  }
}
.front-page section.achievements .title {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 768px) {
  .front-page section.achievements .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .front-page section.achievements .title {
    margin: 0px 0px 24px 0px;
  }
}
@media (max-width: 426px) {
  .front-page section.achievements .title {
    margin: 0px 0px 4px 0px;
  }
}
.front-page section.achievements .scroll-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.front-page section.achievements .scroll-wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .front-page section.achievements .scroll-wrap {
    overflow: scroll;
    width: calc(100% + 60px);
    padding: 20px 20px 20px 20px;
    margin-left: -40px;
  }
}
@media (max-width: 500px) {
  .front-page section.achievements .scroll-wrap {
    overflow: scroll;
    width: calc(100% + 40px);
  }
}
.front-page section.ratings {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 102px 50px 94px 50px;
  background: linear-gradient(0deg, #030F32 0%, #003A44 100%);
  margin-bottom: 96px;
}
@media (max-width: 940px) {
  .front-page section.ratings {
    border-radius: 0px;
  }
}
@media (max-width: 768px) {
  .front-page section.ratings {
    padding: 64px 38px 30px 38px;
  }
}
@media (max-width: 426px) {
  .front-page section.ratings {
    margin-bottom: 32px;
    background: linear-gradient(180deg, #030F32 0%, #003A44 100%);
  }
}
@media (max-width: 376px) {
  .front-page section.ratings {
    padding: 64px 28px 30px 28px;
  }
}
@media (max-width: 320px) {
  .front-page section.ratings {
    padding: 48px 38px 30px 38px;
  }
}
.front-page section.ratings .bg-image {
  position: absolute;
  z-index: 0;
  height: auto;
}
.front-page section.ratings .bg-image.bg-1 {
  display: none;
  width: 140px;
  left: 0px;
  top: calc(35% - 70px);
}
@media (max-width: 768px) {
  .front-page section.ratings .bg-image.bg-1 {
    display: inline;
  }
}
.front-page section.ratings .bg-image.bg-2 {
  display: none;
  top: -48px;
  right: -20px;
  width: 140px;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .front-page section.ratings .bg-image.bg-2 {
    display: inline;
  }
}
.front-page section.ratings .bg-image.bg-3 {
  bottom: 0px;
  right: 0px;
  width: 400px;
}
@media (max-width: 768px) {
  .front-page section.ratings .bg-image.bg-3 {
    display: none;
  }
}
.front-page section.ratings .title {
  margin-bottom: 80px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .front-page section.ratings .title {
    font-size: 24px;
    line-height: 28px;
    padding-left: 120px;
  }
}
@media (max-width: 426px) {
  .front-page section.ratings .title {
    margin: 0px 0px 40px 0px;
    padding-left: 116px;
    margin-bottom: 36px;
  }
}
@media (max-width: 320px) {
  .front-page section.ratings .title {
    padding-left: 70px;
    font-size: 20px;
    line-height: 26px;
  }
}
.front-page section.ratings .title img {
  display: none;
  height: 110px;
  width: auto;
  position: absolute;
  left: 0px;
  top: -38px;
}
@media (max-width: 768px) {
  .front-page section.ratings .title img {
    display: inline;
  }
}
@media (max-width: 425px) {
  .front-page section.ratings .title img {
    left: -16px;
  }
}
@media (max-width: 320px) {
  .front-page section.ratings .title img {
    height: 80px;
    top: -15px;
  }
}
.front-page section.ratings .content {
  width: 100%;
  display: flex;
}
@media (max-width: 580px) {
  .front-page section.ratings .content {
    flex-direction: column;
  }
}
.front-page section.ratings .content .col-1 {
  max-width: 220px;
  text-align: center;
  margin-right: 95px;
}
@media (max-width: 1050px) {
  .front-page section.ratings .content .col-1 {
    margin-right: 65px;
  }
}
@media (max-width: 850px) {
  .front-page section.ratings .content .col-1 {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .front-page section.ratings .content .col-1 {
    display: none;
  }
}
.front-page section.ratings .content .col-1 img {
  width: 100%;
  max-width: 196px;
  height: auto;
}
@media (max-width: 1050px) {
  .front-page section.ratings .content .col-1 img {
    max-width: 120px;
  }
}
@media (max-width: 850px) {
  .front-page section.ratings .content .col-1 img {
    max-width: 80px;
  }
}
.front-page section.ratings .content .col-1 .main-position {
  font-family: "Inter-Medium";
  background: #FFA200;
  display: inline-block;
  padding: 4px 8px;
  margin: 16px 0px 8px 0px;
  border-radius: 30px;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}
.front-page section.ratings .content .col-1 .main-text {
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.front-page section.ratings .content .col-2 {
  margin-right: 40px;
}
.front-page section.ratings .content .ratings-list {
  width: 50%;
  max-width: 520px;
}
@media (max-width: 580px) {
  .front-page section.ratings .content .ratings-list {
    width: 100%;
    max-width: none;
    margin: 0px 0px 0px 20px;
  }
}
@media (max-width: 425px) {
  .front-page section.ratings .content .ratings-list {
    margin: 0px 0px 0px 8px;
  }
}
@media (max-width: 320px) {
  .front-page section.ratings .content .ratings-list {
    margin: 0px 0px 0px -8px;
  }
}
.front-page section.how-work {
  margin-bottom: 96px;
}
@media (max-width: 940px) {
  .front-page section.how-work {
    padding: 0px 38px;
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .front-page section.how-work {
    padding: 0px 24px;
  }
}
@media (max-width: 769px) {
  .front-page section.how-work .how-work-list {
    width: 100%;
  }
}
.front-page section.how-work .title {
  margin: 0px 0px 48px 0px;
}
@media (max-width: 768px) {
  .front-page section.how-work .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .front-page section.how-work .title {
    margin: 0px 0px 24px 0px;
  }
}
.front-page section.used-tech {
  margin-bottom: 96px;
}
@media (max-width: 426px) {
  .front-page section.used-tech {
    margin-bottom: 30px;
  }
}
.front-page section.used-tech .scroll-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.front-page section.used-tech .scroll-wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .front-page section.used-tech .scroll-wrap {
    overflow: scroll;
    width: calc(100% + 80px);
  }
}
@media (max-width: 500px) {
  .front-page section.used-tech .scroll-wrap {
    overflow: scroll;
  }
}
@media (max-width: 768px) {
  .front-page section.used-tech .used-tech-list {
    width: max-content;
    flex-wrap: nowrap;
  }
}
.front-page section.team {
  margin-bottom: 96px;
}
@media (max-width: 940px) {
  .front-page section.team {
    padding: 0px 38px;
  }
}
@media (max-width: 500px) {
  .front-page section.team {
    padding: 0px 24px;
  }
}
.front-page section.team .title {
  margin: 0px 0px 48px 0px;
}
@media (max-width: 768px) {
  .front-page section.team .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0px 24px 0px;
  }
}
.front-page section.cases {
  max-width: none;
  margin: 0px -20px 96px -20px;
}
@media (max-width: 1440px) {
  .front-page section.cases {
    margin: 0px 0px 96px 0px;
  }
}
@media (max-width: 940px) {
  .front-page section.cases {
    padding: 0px 38px;
    margin: 0px 0px 96px 0px;
  }
}
@media (max-width: 500px) {
  .front-page section.cases {
    padding: 0px 24px;
    margin: 0px 0px 96px 0px;
  }
}
.front-page section.cases .wrap {
  max-width: 1320px;
}
@media (max-width: 1440px) {
  .front-page section.cases .wrap {
    max-width: 1360px;
  }
}
.front-page section.cases .wrap .title {
  margin: 0px 0px 48px 0px;
}
@media (max-width: 768px) {
  .front-page section.cases .wrap .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .front-page section.cases .wrap .title {
    margin: 0px 0px 24px 0px;
  }
}
@media (max-width: 426px) {
  .front-page section.cases .wrap .title {
    margin: 0px 0px 16px 0px;
  }
}

/*
  @use 'variables' as *;

*/

/*# sourceMappingURL=style2.css.map */
