@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "display";
  src: url(../fonts/Bold-Testing.woff);
  font-weight: 700;
}
@font-face {
  font-family: "display";
  src: url(../fonts/Medium-Testing.woff);
  font-weight: 500;
}
@font-face {
  font-family: "display";
  src: url(../fonts/Regular-Testing.woff);
  font-weight: 400;
}
@font-face {
  font-family: "display";
  src: url(../fonts/Light-Testing.woff);
  font-weight: 300;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "display";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "display";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #04060b;
  --padding-site: 30px;
}
body._lock {
  overflow: hidden;
}
@media (max-width: 998px) {
  body {
    --padding-site: 20px;
  }
}

._title {
  font-size: 50px;
  padding-left: var(--padding-site);
  font-weight: 700;
  letter-spacing: 1.92px;
  transform: translate(0px, 100%);
  opacity: 0;
  transition: 0.7s;
}
._title._active {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 998px) {
  ._title {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}

._btn {
  position: relative;
  overflow: hidden;
}
._btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-4em) skewX(-45deg);
  animation: move-light 2s infinite;
}
@media (max-width: 998px) {
  ._btn::before {
    animation: move-light 3s infinite;
  }
}
@keyframes move-light {
  0% {
    transform: translateX(-4em) skewX(-45deg);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: translateX(10em) skewX(-45deg);
  }
  100% {
    opacity: 0;
    transform: translateX(10em) skewX(-45deg);
  }
}

@media (max-width: 998px) {
  @keyframes move-light {
    0% {
      transform: translateX(-4em) skewX(-45deg);
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 0;
      transform: translateX(20em) skewX(-45deg);
    }
    100% {
      opacity: 0;
      transform: translateX(20em) skewX(-45deg);
    }
  }
}
.panel {
  min-height: 100vh;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 998px) {
  .panel {
    padding-top: 60px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0px 100px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 16px;
  }
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  font-family: Inter;
  position: fixed;
  width: 100%;
  z-index: 50;
  background-color: #fff;
}
@media (max-width: 998px) {
  .header {
    margin-top: 50px;
    transition: 0.3s;
  }
  .header._scroll {
    margin-top: 0;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1540px;
  align-items: center;
  padding: 24px 50px;
  gap: 20px;
}
@media (max-width: 998px) {
  .header__container {
    padding: 20px 16px;
    justify-content: center;
  }
}
.header__burger {
  position: relative;
  z-index: 2;
}
.header__logo {
  flex: 0 0 160px;
  position: relative;
  z-index: 2;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 998px) {
  .header__links {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 16px;
    padding-top: 70px;
    transform: translate(0px, -150%);
    transition: 0.5s;
  }
  .header__links._active {
    transform: translate(0);
  }
}
.header__links ul {
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .header__links ul {
    gap: 20px;
  }
}
@media (max-width: 998px) {
  .header__links ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.header__links ul a {
  color: #6e6e73;
}
.header__links ul a:hover {
  text-decoration: underline;
}
.header__btn a {
  border-radius: 64px;
  padding: 18px 24px;
  color: #fff;
  display: flex;
  background: #17d688;
  justify-content: center;
  transition: 0.3s;
  white-space: nowrap;
}
.header__btn a:hover {
  background: #0cc377;
}
@media (max-width: 998px) {
  .header__btn a {
    margin-top: 20px;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 998px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 22px;
    left: 32px;
    width: 24px;
    height: 10px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    height: 3px;
    background-color: #000;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 2px);
  }
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.home {
  font-family: Inter;
  margin-top: 110px;
  background-image: url(../img/bgf.svg);
  background-size: cover;
  border-radius: 64px;
  position: relative;
}
.home__star {
  position: absolute;
  animation: star 6s infinite;
}
.home__star_1 {
  top: 150px;
  left: 40%;
  width: 17px;
  animation-delay: 3s;
}
@media (max-width: 998px) {
  .home__star_1 {
    left: 65%;
    top: 70px;
    width: 25px;
  }
}
.home__star_2 {
  left: 20%;
  width: 35px;
  top: 500px;
  animation-delay: 1s;
}
@media (max-width: 998px) {
  .home__star_2 {
    left: 10%;
    top: 120px;
    width: 25px;
  }
}
.home__star_3 {
  top: 550px;
  left: 30%;
  width: 20px;
  animation-delay: 5s;
}
@media (max-width: 998px) {
  .home__star_3 {
    left: -10px;
    width: 30px;
    top: 390px;
  }
}
.home__star_4 {
  top: 375px;
  width: 40px;
  right: 20%;
  animation-delay: 4s;
}
@media (max-width: 998px) {
  .home__star_4 {
    right: -20px;
    width: 50px;
  }
  .home__star_4 img {
    transform: rotate(20deg);
  }
}
.home__star_5 {
  right: 10%;
  bottom: 100px;
  width: 20px;
  animation-delay: 2s;
}
@media (max-width: 998px) {
  .home__star_5 {
    bottom: 310px;
    left: calc(50% - 10px);
  }
}
.home__star_6 {
  animation: lev 3s infinite;
  top: 130px;
  left: 60%;
  width: 45px;
}
@keyframes lev {
  0% {
    transform: translate(0px);
  }
  50% {
    transform: translate(0px, 20%);
  }
  100% {
    transform: translate(0px);
  }
}
@media (max-width: 998px) {
  .home__star_6 {
    left: 80%;
    top: 160px;
    width: 30px;
  }
}
.home__star img {
  width: 100%;
}
@media (max-width: 998px) {
  .home {
    margin-top: 130px;
    border-radius: 32px;
    background-position: center center;
  }
}
.home__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 60px;
  max-width: 1920px;
}
@media (max-width: 998px) {
  .home__container {
    padding-top: 40px;
  }
}
.home__icon {
  width: 72px;
  transform: translate(-72px) rotate(-8.088deg);
}
.home__icon img {
  width: 100%;
  border-radius: 16px;
  animation: fall 1s 1s forwards;
  opacity: 0;
  display: block;
  background: linear-gradient(80deg, #0198ea 7.19%, #16bcfa 84.75%);
  box-shadow: 0px 16px 32px 0px rgba(170, 170, 187, 0.17);
}
@keyframes fall {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  70% {
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.home__title {
  margin-top: 60px;
  display: flex;
  align-items: center;
  font-size: 51px;
  font-weight: 700;
  gap: 10px;
  position: relative;
  z-index: 1;
  transform: translate(0px, 100%);
  opacity: 0;
  animation: reaf 1s 2s forwards;
}
@keyframes reaf {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@media (max-width: 1500px) {
  .home__title {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .home__title {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .home__title {
    font-size: 24px;
    margin-top: 50px;
    gap: 20px;
  }
}
.home__title div {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 24px;
  background: #e3f1fa;
  box-shadow: 0px 56px 32px 0px rgba(166, 201, 215, 0.08);
  padding: 24px;
  font-weight: 700;
  font-size: 56px;
}
.home__title div span {
  background: linear-gradient(90deg, #0198ea 0%, #16bcfa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}
.home__title div img {
  width: 72px;
}
@media (max-width: 1500px) {
  .home__title div {
    font-size: 44px;
  }
  .home__title div img {
    width: 55px;
  }
}
@media (max-width: 700px) {
  .home__title div {
    font-size: 24px;
    padding: 16px;
    border-radius: 12px;
  }
  .home__title div span {
    padding-bottom: 5px;
  }
  .home__title div img {
    width: 48px;
  }
}
.home__subtitle {
  font-size: 20px;
  color: #6e6e73;
  font-weight: 500;
  margin-top: 22px;
  transform: translate(0px, 100%);
  opacity: 0;
  animation: reaf 1s 2.5s forwards;
}
@media (max-width: 998px) {
  .home__subtitle {
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.2;
    max-width: 250px;
  }
}
.home__subtitle span {
  color: #04060b;
}
.home__btns {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  transform: translate(0px, 100%);
  opacity: 0;
  position: relative;
  z-index: 2;
  animation: reaf 1s 3s forwards;
}
@media (max-width: 998px) {
  .home__btns {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-top: 80px;
  }
}
.home__btns a {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  border-radius: 64px;
  border: 1px solid #e9eef1;
  transition: background 0.3s;
}
@media (max-width: 998px) {
  .home__btns a {
    width: 100%;
  }
}
.home__btns a:nth-child(1) {
  color: #fff;
  background: #17d688;
  padding: 12px 10px;
  padding-left: 24px;
}
.home__btns a:nth-child(2) {
  color: #04060b;
  padding: 24px;
}
.home__btns a:nth-child(2) img:nth-child(1) {
  display: block;
}
.home__btns a:nth-child(2) img:nth-child(2) {
  display: none;
}
.home__btns a:nth-child(2):hover {
  color: #fff;
}
.home__btns a:nth-child(2):hover img:nth-child(1) {
  display: none;
}
.home__btns a:nth-child(2):hover img:nth-child(2) {
  display: block;
}
.home__btns a:hover {
  background: #0cc377;
}
.home__game {
  margin-top: 50px;
  width: 145px;
  transition: 0.3s;
  position: relative;
  top: 20px;
}
@media (max-width: 998px) {
  .home__game {
    margin-top: 30px;
    width: 100px;
    top: 70px;
  }
}
.home__game img {
  width: 100%;
  border-radius: 24px;
  transform: rotate(12.514deg);
  box-shadow: 0px 50px 32px 0px rgba(170, 178, 189, 0.24);
}
@media (max-width: 998px) {
  .home__game img {
    box-shadow: 0px 26px 22px 0px rgba(170, 178, 189, 0.24);
  }
}

.first__container {
  margin-top: 100px;
}
@media (max-width: 998px) {
  .first__container {
    margin-top: 60px;
  }
}
.first__wp-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .first__arrw {
    display: none !important;
  }
}
.first__title {
  max-width: 900px;
  font-size: 48px;
  line-height: 1.2;
}
.first__title br {
  display: none;
}
@media (max-width: 1200px) {
  .first__title {
    font-size: 34px;
    max-width: 670px;
  }
}
@media (max-width: 998px) {
  .first__title {
    font-size: 24px;
    text-align: center;
    padding: 0;
    max-width: 500px;
    margin: 0px auto;
  }
}
@media (max-width: 500px) {
  .first__title br {
    display: block;
  }
}
.first__title img {
  width: 48px;
  transform: translate(0px, 5px);
}
@media (max-width: 998px) {
  .first__title img {
    width: 32px;
    transform: translate(0px, 0px);
  }
}
.first__title span {
  background: linear-gradient(90deg, #0198ea 0%, #16bcfa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 5px;
}
.first__block {
  margin-top: 50px;
  overflow: visible;
}
@media (max-width: 998px) {
  .first__block {
    max-width: 500px;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    margin-top: 40px;
    width: 100vw;
  }
  .first__block .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.first__item {
  border-radius: 24px;
  background: #f5f7fa;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}
.first__item._two {
  padding-bottom: 0;
}
.first__item._two .first__img {
  width: calc(100% + 64px);
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.first__item._for {
  padding-bottom: 0;
}
.first__head {
  font-size: 24px;
  font-weight: 500;
}
.first__txt {
  color: #6e6e73;
  max-width: 328px;
  margin-top: 5px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.first__txt span {
  color: #04060b;
  font-weight: 500;
}
.first__img {
  margin-top: auto;
}
.first__img img {
  width: 100%;
}

.cool {
  border-radius: 64px 64px 0 0;
  background: #f7f9fb;
  margin-top: 120px;
}
@media (max-width: 998px) {
  .cool {
    border-radius: 32px 32px 0 0;
    margin-top: 16px;
  }
}
.cool__contanier {
  padding: 0px 50px;
  max-width: 1540px;
  padding-top: 100px;
}
@media (max-width: 998px) {
  .cool__contanier {
    padding: 0px 8px;
    padding-top: 50px;
  }
}
.cool__title {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  gap: 15px;
  flex-wrap: wrap;
}
.cool__title div {
  display: flex;
  gap: 15px;
  align-items: center;
  background: linear-gradient(90deg, #0198ea 0%, #16bcfa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cool__title img {
  width: 50px;
}
@media (max-width: 1500px) {
  .cool__title {
    font-size: 36px;
    gap: 12px;
  }
  .cool__title img {
    width: 40px;
  }
}
@media (max-width: 998px) {
  .cool__title {
    font-size: 24px;
    gap: 5px;
  }
  .cool__title img {
    width: 30px;
  }
  .cool__title div {
    gap: 5px;
  }
}
.cool__block {
  margin-top: 70px;
}
.cool .horizontal-scroll-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}
.cool .horizontal-scroll {
  display: flex;
  width: 400vw;
  /* 3 экрана */
  height: 100%;
}
.cool .horizontal-item {
  width: 1440px;
  margin-right: 20px;
}
@media (max-width: 1540px) {
  .cool .horizontal-item {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 998px) {
  .cool .horizontal-item {
    width: calc(100vw - 16px);
  }
}
.cool__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  background: #fff;
  border-radius: 64px;
  min-height: min(600px, 80vh);
  align-items: center;
  padding: 50px 150px;
  width: 100%;
  overflow: hidden;
}
.cool__item._active .anim-cool__itm:nth-child(2) div {
  animation: l1 3s forwards;
}
.cool__item._active .anim-cool__itm div {
  animation: l2 3s forwards;
}
@media (max-width: 998px) {
  .cool__item {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 24px;
  }
  .cool__item._tri {
    padding-bottom: 0;
  }
}
.cool__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .cool__content {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 998px) {
  .cool__icon {
    display: none;
  }
}
.cool__head {
  margin-top: 40px;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 998px) {
  .cool__head {
    font-size: 22px;
  }
}
.cool__txt {
  margin-top: 5px;
  line-height: 1.2;
  font-size: 20px;
  color: #6e6e73;
  letter-spacing: 0.8px;
}
@media (max-width: 998px) {
  .cool__txt {
    font-size: 16px;
  }
}
.cool__txt span {
  font-weight: 500;
  color: #04060b;
}
.anim-cool {
  position: relative;
  z-index: 1;
}
.anim-cool__bg {
  position: absolute;
  width: 100%;
  top: 5%;
  z-index: -1;
}
.anim-cool__bg img {
  width: 100%;
}
.anim-cool__stats {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: flex-end;
  height: 350px;
}
.anim-cool__itm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #1099d9;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  justify-content: end;
}
.anim-cool__itm div {
  margin-bottom: 10px;
  border-radius: 8px;
  background: linear-gradient(163deg, #2ea3dd 1.98%, #1099d9 75.31%);
  box-shadow: 0px 56px 72px -8px rgba(16, 153, 217, 0.64);
  height: 1px;
  width: 64px;
}
@keyframes l2 {
  100% {
    height: 20px;
  }
}
.anim-cool__itm:nth-child(2) {
  color: #2ed365;
}
.anim-cool__itm:nth-child(2) div {
  background: linear-gradient(163deg, #66e238 1.98%, #0ecb7e 75.31%);
  box-shadow: 0px 56px 72px -16px rgba(23, 214, 136, 0.24);
}
@keyframes l1 {
  100% {
    height: 100%;
  }
}
@media (max-width: 998px) {
  .anim-cool_2 {
    overflow: hidden;
    width: 120%;
  }
}
.anim-cool__line {
  width: 100%;
}
.anim-cool__line img {
  width: 100%;
}
.anim-cool__raketa {
  position: absolute;
  bottom: 35%;
  left: 0;
  animation: raketa 5s linear infinite;
  width: 20%;
}
.anim-cool__raketa img {
  width: 100%;
}
@keyframes raketa {
  0% {
    bottom: 35%;
    left: 0;
  }
  20% {
    bottom: 60%;
    left: 15%;
  }
  40% {
    bottom: 29%;
    left: 35%;
  }
  70% {
    left: 58%;
    bottom: 67%;
  }
  100% {
    left: 58%;
    bottom: 67%;
  }
}
.anim-cool_3 {
  position: static;
}
@media (max-width: 998px) {
  .anim-cool_3 {
    margin-top: auto;
  }
}
.anim-cool_4 {
  aspect-ratio: 1/1;
  position: relative;
  max-width: 352px;
  margin-left: auto;
  width: 100%;
  animation: krkr 8s infinite linear;
}
@media (max-width: 998px) {
  .anim-cool_4 {
    width: 80%;
    margin: auto;
    margin-bottom: 0;
  }
}
@keyframes krkr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anim-cool__krug {
  position: absolute;
  width: 100%;
  animation: krkrr 8s infinite linear;
}
@keyframes krkrr {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.anim-cool__krug img {
  width: 100%;
}
.anim-cool__krug-blg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .anim-cool__krug-blg {
    width: 170%;
  }
}
.anim-cool__krug-blg img {
  animation: krkrr 8s infinite linear;
  width: 100%;
}
.anim-cool__star {
  position: absolute;
}
.anim-cool__star img {
  width: 100%;
  animation: star 3s infinite;
}
@keyframes star {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(0);
  }
  35% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.anim-cool__star_1 {
  right: 90px;
  top: 65%;
  width: 20px;
}
@media (max-width: 998px) {
  .anim-cool__star_1 {
    top: 85%;
    right: 10%;
  }
}
.anim-cool__star_2 {
  top: 22%;
  right: 45%;
  width: 30px;
}
@media (max-width: 998px) {
  .anim-cool__star_2 {
    top: 52%;
    left: 5%;
    width: 22px;
    right: auto;
  }
}
.anim-cool__star_2 img {
  animation-delay: 1.5s;
}
.anim-cool__f {
  position: absolute;
}
.anim-cool__f img {
  width: 100%;
  animation: krkrr 8s infinite linear;
}
.anim-cool__f_1 {
  width: 20%;
  bottom: 0;
  left: 65%;
}
.anim-cool__f_2 {
  right: 0;
  width: 30%;
}
.anim-cool__f_3 {
  left: -10%;
  top: 40%;
}
.anim-cool__f_4 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  animation: tt 3s infinite;
}
@keyframes tt {
  0% {
    top: 45%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 45%;
  }
}
.anim-cool__three {
  position: absolute;
  bottom: 0;
  width: 490px;
}
@media (max-width: 998px) {
  .anim-cool__three {
    position: relative;
    width: 90%;
    left: 50%;
    transform: translate(-50%);
    max-width: 500px;
    margin-top: a;
  }
}
.anim-cool__three img {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .anim-cool__three img {
    width: 140%;
  }
}
.anim-cool__three img:nth-child(2) {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
}
@media (max-width: 998px) {
  .anim-cool__three img:nth-child(2) {
    width: 110%;
  }
}

._arrw {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  ._arrw {
    gap: 0;
  }
}
._arrw img {
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 998px) {
  ._arrw img {
    width: 45px;
    padding: 5px;
  }
}
._arrw img:hover {
  scale: 1.1;
}
._arrw img._left {
  transform: rotate(-180deg);
}

.portfolio {
  border-radius: 0 0 64px 64px;
  background: #f7f9fb;
}
@media (max-width: 998px) {
  .portfolio {
    border-radius: 0 0 32px 32px;
  }
}
.portfolio__container {
  padding-top: 0px;
  padding-bottom: 140px;
}
@media (max-width: 998px) {
  .portfolio__container {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.portfolio__wp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio__block {
  overflow: visible;
  margin-top: 50px;
}
@media (max-width: 998px) {
  .portfolio__block {
    margin-top: 30px;
  }
}
.portfolio__block .swiper-wrapper {
  align-items: flex-start;
}
.portfolio__item {
  position: relative;
}
.portfolio__item._bottom .portfolio__content {
  justify-content: end;
}
.portfolio__img img {
  width: 100%;
}
.portfolio__content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 32px 40px;
  top: 0;
  left: 0;
  line-height: 1.2;
  gap: 5px;
  z-index: 2;
  color: #e6e9ed;
  display: flex;
  flex-direction: column;
}
.portfolio__head {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.portfolio__txt {
  letter-spacing: 0.64px;
}
.portfolio__wp {
  display: flex;
  flex-direction: column;
  gap: 0px;
  aspect-ratio: 346/516;
  overflow: hidden;
}
.portfolio__wp .portfolio__item {
  transition: 0.5s;
}
@media (min-width: 998px) {
  .portfolio__wp.swiper-slide-next .portfolio__item, .portfolio__wp.swiper-slide-prev .portfolio__item, .portfolio__wp.swiper-slide-active .portfolio__item {
    transform: translate(0px, -100%);
  }
}

.reviews__container {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .reviews__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.reviews__wp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .reviews__arrw {
    display: none;
  }
}
.reviews__block {
  margin-top: 56px;
  position: relative;
}
@media (max-width: 998px) {
  .reviews__block {
    margin-top: 25px;
  }
}
.reviews__block::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 15%;
  height: 100%;
  z-index: 22;
  pointer-events: none;
}
@media (max-width: 998px) {
  .reviews__block::before {
    display: none;
  }
}
@media (max-width: 998px) {
  .reviews__block .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.reviews__top {
  padding-left: var(--padding-site);
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 500;
  gap: 10px;
}
.reviews__top img {
  width: 56px;
}
.reviews__body {
  border-radius: 24px;
  background: #f7f9fb;
  padding: 40px 32px;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 998px) {
  .reviews__body {
    padding: 32px 24px;
  }
}
.reviews__body::before {
  position: absolute;
  top: 0;
  left: 60px;
  content: "";
  width: 47px;
  height: 30px;
  background-image: url(../img/vectorr.svg);
  background-size: contain;
  transform: translate(0px, -75%);
}

.steps {
  border-radius: 64px;
  background: #f7f9fb;
}
@media (max-width: 998px) {
  .steps {
    border-radius: 32px;
  }
}
.steps__container {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media (max-width: 998px) {
  .steps__container {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
.steps__block {
  margin-top: 50px;
  overflow: visible;
}
@media (max-width: 998px) {
  .steps__block {
    margin-top: 24px;
  }
}
.steps__block._active .steps__item {
  opacity: 1;
  transform: translate(0);
}
@media (min-width: 998px) {
  .steps__block .swiper-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.steps__item {
  border-radius: 24px;
  background: #fff;
  padding: 20px 30px;
  opacity: 0;
  transform: scale(0.2);
  transition: 0.5s;
}
.steps__item:nth-child(2) {
  transition-delay: 0.3s;
}
.steps__item:nth-child(3) {
  transition-delay: 0.6s;
}
.steps__item:nth-child(4) {
  transition-delay: 0.9s;
}
.steps__item:nth-child(5) {
  transition-delay: 1.2s;
}
.steps__item:nth-child(6) {
  transition-delay: 1.5s;
}
.steps__cif {
  color: #ccd1d9;
  text-align: right;
}
.steps__icon {
  width: 64px;
  margin-top: -10px;
}
.steps__icon img {
  width: 100%;
}
.steps__head {
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.steps__text {
  color: #6e6e73;
  letter-spacing: 0.64px;
  margin-top: 5px;
  max-width: 250px;
}

.faq__container {
  padding-top: 88px;
}
@media (max-width: 998px) {
  .faq__container {
    padding: 0px 8px;
    padding-top: 40px;
  }
}
.faq__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: var(--padding-site);
}
@media (max-width: 998px) {
  .faq__top {
    padding-right: 0;
    gap: 16px;
    flex-direction: column;
  }
}
@media (max-width: 998px) {
  .faq__title {
    padding: 0;
    text-align: center;
  }
}
.faq__btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: inherit;
  padding: 24px;
  border-radius: 64px;
  border: 1px solid #e9eef1;
  transition: background 0.3s;
}
.faq__btn a::before {
  background-color: #42414128;
}
.faq__btn a:hover::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.faq__btn a img:nth-child(1) {
  display: block;
}
.faq__btn a img:nth-child(2) {
  display: none;
}
.faq__btn a:hover {
  background: #0cc377;
  color: #fff;
}
.faq__btn a:hover img:nth-child(1) {
  display: none;
}
.faq__btn a:hover img:nth-child(2) {
  display: block;
}
@media (max-width: 998px) {
  .faq__btn a {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 998px) {
  .faq__btn {
    width: 90%;
  }
}
.faq__block {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 998px) {
  .faq__block {
    margin-top: 24px;
    gap: 8px;
  }
}
.faq__item {
  border-radius: 24px;
  background: #f7f9fb;
  padding: 31px 40px;
  line-height: 1.2;
  font-size: 20px;
}
@media (max-width: 998px) {
  .faq__item {
    padding: 22px;
  }
}
.faq__item._active {
  background: #17d688;
  color: #fff;
}
.faq__item._active .faq__quest div {
  transform: translate(0px, -50%) rotate(45deg);
  background: rgba(255, 255, 255, 0.24);
}
.faq__item._active .faq__quest div::before, .faq__item._active .faq__quest div::after {
  background: #fff;
}
.faq__quest {
  position: relative;
  padding-right: 15%;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (max-width: 998px) {
  .faq__quest {
    padding-right: 50px;
  }
}
.faq__quest::before {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  width: calc(100% + 80px);
  height: calc(100% + 62px);
}
.faq__quest div {
  position: absolute;
  right: 0;
  transition: 0.3s;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
}
.faq__quest div::before {
  position: absolute;
  top: 50%;
  transition: 0.3s;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 20px;
  background-color: #000;
  height: 2px;
  border-radius: 5px;
}
.faq__quest div::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  content: "";
  width: 2px;
  background-color: #000;
  height: 20px;
  border-radius: 5px;
}
.faq__resp {
  padding-right: 15%;
  letter-spacing: 0.8px;
}
@media (max-width: 998px) {
  .faq__resp {
    padding-right: 10%;
  }
}
.faq__resp a {
  color: inherit;
  text-decoration: underline;
}
.faq__resp a:hover {
  text-decoration: none;
}
.faq__resp div {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contacts__container {
  padding-top: 110px;
}
.contacts__block {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 335px;
  margin-top: 50px;
}
@media (max-width: 998px) {
  .contacts__block {
    display: flex;
    flex-direction: column;
  }
}
.contacts__left {
  border-radius: 24px;
  padding: 32px 40px;
  background: #f7f9fb;
}
@media (max-width: 998px) {
  .contacts__left {
    margin: 0px -15px;
    padding: 32px 30px;
  }
}
.contacts__heading {
  font-size: 40px;
  max-width: 550px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media (max-width: 998px) {
  .contacts__heading {
    font-size: 24px;
  }
}
@media (min-width: 998px) {
  .contacts__heading span {
    font-weight: 500;
    color: #6e6e73;
  }
}
@media (max-width: 998px) {
  .contacts__scroll {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% + 50px);
    overflow: auto;
    padding: 0 25px;
  }
}
.contacts__wrapper {
  display: flex;
  gap: 30px;
  margin-top: 32px;
}
@media (max-width: 998px) {
  .contacts__wrapper {
    width: max-content;
  }
}
.contacts__item {
  max-width: 225px;
  border-radius: 12px;
  background: #fff;
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.contacts__icon {
  margin-left: auto;
  width: 56px;
  margin-top: -50px;
}
.contacts__icon img {
  width: 100%;
}
.contacts__pod {
  margin-top: 17px;
  font-weight: 500;
  letter-spacing: 1.28px;
}
.contacts__text {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.22;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
.contacts__pdf {
  margin-top: auto;
  color: #aab2bd;
  letter-spacing: 1.28px;
}
@media (max-width: 998px) {
  .contacts__btn {
    width: 100%;
  }
}
.contacts__btn a {
  border-radius: 64px;
  background: #17d688;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  margin-top: 32px;
  color: #fff;
  justify-content: center;
  gap: 10px;
  max-width: max-content;
  transition: background 0.3s;
}
.contacts__btn a:hover {
  background: #0cc377;
}
@media (max-width: 998px) {
  .contacts__btn a {
    width: 100%;
    max-width: 500px;
  }
}
.contacts__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts__wp {
  border-radius: 24px;
  background: #f7f9fb;
  padding: 32px 40px;
  position: relative;
  z-index: 1;
}
.contacts__wp:nth-child(1) a {
  padding: 12px;
  margin-top: 16px;
  padding-left: 24px;
}
.contacts__wp:nth-child(2) {
  padding-bottom: 70px;
}
.contacts__wp:nth-child(2) .contacts__head {
  font-size: 20px;
}
.contacts__wp:nth-child(2) .contacts__btn a {
  background: linear-gradient(90deg, #0198ea 0%, #16bcfa 100%);
  transition: 0s;
}
.contacts__wp:nth-child(2) .contacts__btn a:hover {
  background: #17d688;
}
@media (max-width: 998px) {
  .contacts__wp {
    margin: 0px -15px;
    padding: 32px 30px;
    text-align: center;
  }
  .contacts__wp:nth-child(2) {
    padding-bottom: 120px;
  }
}
.contacts__head {
  font-size: 28px;
  letter-spacing: 1.12px;
  font-weight: 500;
}
.contacts__txt {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.2;
  letter-spacing: 0.72px;
}
.contacts__decor {
  position: absolute;
  bottom: 0;
  width: 223px;
  right: 32px;
  z-index: -1;
}
@media (max-width: 998px) {
  .contacts__decor {
    width: 160px;
    left: 0;
    right: auto;
  }
}

.footer {
  border-radius: 64px 64px 0px 0px;
  background: #f7f9fb;
  margin-top: 100px;
}
@media (max-width: 998px) {
  .footer {
    border-radius: 32px 32px 0px 0px;
    margin-top: 24px;
  }
}
.footer__container {
  padding-top: 65px;
  padding-bottom: 32px;
  letter-spacing: 1.12px;
}
@media (max-width: 998px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
    padding-top: 50px;
  }
}
.footer__logo {
  width: 144px;
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 998px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__two {
  display: grid;
  gap: 10px;
  grid-template-columns: 410px 320px 1fr;
}
@media (max-width: 1300px) {
  .footer__two {
    grid-template-columns: 300px 310px 1fr;
    line-height: 1.2;
  }
}
@media (max-width: 998px) {
  .footer__two {
    display: flex;
  }
}
.footer__left {
  max-width: 290px;
}
.footer__left p {
  color: #6e6e73;
}
.footer__left a {
  display: flex;
  flex-direction: column;
  color: inherit;
  margin-top: 34px;
}
.footer__left a:hover {
  text-decoration: underline;
}
.footer__left a span {
  color: #6e6e73;
  font-size: 12px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 998px) {
  .footer__links {
    display: none;
  }
}
.footer__links li:first-child {
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #6e6e73;
}
.footer__links a {
  color: inherit;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__three {
  margin-top: 55px;
  padding-top: 40px;
  border-top: 1px solid #e9eef1;
  display: grid;
  gap: 10px;
  grid-template-columns: 410px 320px 1fr;
  align-items: center;
}
@media (max-width: 1300px) {
  .footer__three {
    grid-template-columns: 300px 310px 1fr;
    line-height: 1.2;
  }
}
@media (max-width: 998px) {
  .footer__three {
    margin-top: 32px;
    padding-top: 24px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__ip {
  color: #aab2bd;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .footer__ip {
    max-width: 260px;
  }
}
.footer__tg a {
  border-radius: 64px;
  border: 1px solid #e9eef1;
  padding: 18px 24px;
  font-weight: 500;
  color: inherit;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: max-content;
  transition: 0.3s;
}
.footer__tg a::before {
  background-color: #42414128;
}
.footer__tg a:hover::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.footer__tg a img:nth-child(1) {
  display: block;
}
.footer__tg a img:nth-child(2) {
  display: none;
}
.footer__tg a:hover {
  background: #0cc377;
  color: #fff;
}
.footer__tg a:hover img:nth-child(1) {
  display: none;
}
.footer__tg a:hover img:nth-child(2) {
  display: block;
}
.footer__img {
  width: 72px;
}
.footer__img img {
  width: 100%;
}