@charset "UTF-8";
/*sizes*/
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/static/Figtree-SemiBold.ttf"), url("../fonts/Figtree/static/Figtree-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/static/Figtree-Regular.ttf"), url("../fonts/Figtree/static/Figtree-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/static/Figtree-Medium.ttf"), url("../fonts/Figtree/static/Figtree-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-SemiBold.ttf"), url("../fonts/Inter/static/Inter_18pt-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Medium.ttf"), url("../fonts/Inter/static/Inter_18pt-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Regular.ttf"), url("../fonts/Inter/static/Inter_18pt-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf"), url("../fonts/Inter/static/Inter_18pt-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Bold.ttf"), url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-ExtraBold.ttf"), url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-ExtraBold.ttf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
:root {
  --font-family: "Figtree", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Plus Jakarta Sans", sans-serif;
}

html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
  font-size: 1rem;
}
@media all and (max-width: 1460px) {
  html {
    font-size: calc(100vw/1460);
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: calc(100vw/768);
  }
}
@media all and (max-width: 360px) {
  html {
    font-size: calc(100vw/360);
  }
}

h1, .like-h1 {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 56px;
  line-height: 107%;
}
h1:first-letter, .like-h1:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 1460px) {
  h1, .like-h1 {
    font-size: 56rem;
  }
}
@media screen and (max-width: 360px) {
  h1, .like-h1 {
    font-size: 28px;
  }
}

h1 > span, h2 > span, p > span {
  color: #ef3340;
}

h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
h2:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 1460px) {
  h2 {
    font-size: 30rem;
    line-height: 36rem;
  }
}
h4 {
  font-family: var(--third-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
}
h4:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 1460px) {
  h4 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 360px) {
  h4 {
    font-size: 20rem;
  }
}

h5 {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}
@media screen and (max-width: 1460px) {
  h5 {
    font-size: 20rem;
  }
}

h6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  display: inline-block;
}
@media screen and (max-width: 1460px) {
  h6 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 360px) {
  h6 {
    font-size: 16rem;
  }
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
@media screen and (max-width: 1460px) {
  p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 360px) {
  p {
    font-size: 15rem;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #ef3340;
}
@media screen and (max-width: 1460px) {
  .link {
    font-size: 16rem;
  }
}
@media screen and (max-width: 360px) {
  .link {
    font-size: 15rem;
  }
}
.link > i {
  background: #ef3340;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1460px) {
  .link > i {
    width: 20rem;
    height: 20rem;
    margin-left: 10rem;
  }
}
.link:hover > i {
  margin-left: 20px;
}
@media screen and (max-width: 1460px) {
  .link:hover > i {
    margin-left: 20rem;
  }
}
.block-number {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ef3340;
  display: inline-block;
}
@media screen and (max-width: 1460px) {
  .block-number {
    font-size: 20rem;
  }
}

/*
YUI 3.18.1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}

/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
  outline: none;
  /*убираем выделение при клике по полю по умолчанию*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=search] {
  outline: none;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

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

/*Привязываем футер  к низу*/
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
}

header {
  width: 100%;
}

main {
  flex: 1 0 auto;
}

.container {
  width: 100%;
}
.container-inner {
  max-width: 1460px;
  width: 1460px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .container-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1460px) {
  .container-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .container-inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .container-inner {
    max-width: 100%;
    width: 100%;
  }
}
.container-liquid {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 1460px) {
  .container-liquid {
    padding: 40rem 20rem;
    width: 100%;
    max-width: 100%;
  }
}
main .container {
  padding: 60px 0;
}
@media screen and (max-width: 1460px) {
  main .container {
    padding: 60rem 0;
  }
}

.content {
  margin: 0 auto;
  max-width: 1420px;
  width: 100%;
}
@media screen and (max-width: 1460px) {
  .content {
    max-width: 100%;
    width: 100%;
  }
}

.content-max {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .content-max {
    max-width: 100%;
    width: 100%;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  overflow: hidden;
  position: fixed;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jus-center {
  justify-content: center !important;
}

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

@media screen and (max-width: 360px) {
  .mobile-center {
    text-align: center;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #202020;
}

.bg-gradient {
  overflow: hidden;
  position: relative;
}
.bg-gradient:before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -50%;
  border-radius: 1068px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 68.78%, #85D7FF 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient:before {
    border-radius: 1068rem;
  }
}
.bg-gradient:after {
  content: "";
  position: absolute;
  bottom: -60%;
  right: -60%;
  border-radius: 674px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 79.28%, #ACF3C1 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient:after {
    border-radius: 674rem;
  }
}

.bg-gradient-2 {
  overflow: hidden;
  position: relative;
}
.bg-gradient-2:before {
  content: "";
  position: absolute;
  bottom: -112%;
  left: -51%;
  border-radius: 1068px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 68.78%, #85D7FF 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient-2:before {
    border-radius: 1068rem;
    bottom: -165%;
  }
}
.bg-gradient-2:after {
  content: "";
  position: absolute;
  bottom: -133%;
  right: -31%;
  border-radius: 674px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 79.28%, #ACF3C1 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient-2:after {
    border-radius: 674rem;
    bottom: -180%;
  }
}

.border-top {
  border-top: 1rem solid #fff;
}

.border-bottom {
  border-bottom: 1rem solid #fff;
}

.border-radius-bottom {
  border-radius: 0px 0px 20px 20px;
}
@media screen and (max-width: 1920px) {
  .border-radius-bottom {
    border-radius: 0 0 20rem 20rem;
  }
}
a:hover {
  text-decoration: none;
}

* {
  transition: all 0.3s ease-in-out;
}

.black {
  color: #202020;
}

header {
  width: 100%;
  flex: 0 0 auto;
  z-index: 100;
}

/*главное меню*/
.menu {
  width: inherit;
  height: 120px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*burger */
}
@media screen and (max-width: 1460px) {
  .menu {
    height: 120rem;
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    height: 98rem;
    padding: 25rem 0;
  }
}
@media screen and (max-width: 360px) {
  .menu {
    height: 98rem;
    padding: 15rem 0;
  }
}
.menu-logo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  width: 220px;
  height: 80px;
}
@media screen and (max-width: 1460px) {
  .menu-logo {
    width: 220rem;
    height: 80rem;
  }
}
@media screen and (max-width: 360px) {
  .menu-logo {
    width: auto;
    height: 58rem;
  }
}
.menu-logo > img {
  height: 100%;
  width: auto;
}
.menu-list {
  display: flex;
  height: inherit;
  align-items: center;
  flex: 1 0 auto;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1460px) {
  .menu-list {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-list {
    display: none;
  }
}
.menu-list_item {
  height: inherit;
  align-items: center;
  display: flex;
}
.menu-list_item.active > a, .menu-list_item:hover > a {
  color: #ef3340;
}
.menu-list_item > a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #202020;
}
@media screen and (max-width: 1460px) {
  .menu-list_item > a {
    font-size: 16rem;
  }
}
.menu-list_item::first-letter {
  text-transform: capitalize;
}
.menu-right {
  display: flex;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 360px) {
  .menu-right .btn {
    display: none;
  }
}
.menu-burger {
  margin-right: 30rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-burger {
    margin-right: 0;
  }
}
.menu-mobile {
  overflow: scroll;
  position: fixed;
  margin-right: -100vw;
  right: 0;
  top: 0;
  height: calc(100% - 98rem);
  width: 100%;
  margin-top: 96rem;
  background: #fff;
  box-shadow: -4px 22px 22px 0px rgba(97, 109, 105, 0.18);
  display: none;
  z-index: 1000;
  transition: margin 0.5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .menu-mobile {
    padding: 35rem 24rem;
    grid-template-columns: 100%;
    grid-template-rows: 40rem auto 69rem;
    display: grid;
  }
}
.menu-mobile_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .menu-mobile_logo {
    height: 48rem;
    order: 5;
  }
  .menu-mobile_logo > img {
    height: inherit;
    width: auto;
  }
  .menu-mobile_logo_text {
    font-size: 12.167rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .menu-mobile_logo_text {
    width: 146rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 360px) {
  .menu-mobile_logo_text {
    width: 120rem;
  }
}
@media screen and (max-width: 360px) {
  .menu-mobile_logo {
    order: 1;
    align-self: start;
  }
}
.menu-mobile-list {
  margin-top: 10rem;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .menu-mobile-list_item {
    padding: 20rem 0;
    width: 100%;
  }
  .menu-mobile-list_item a {
    color: #202020;
    font-size: 17rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20rem;
    position: relative;
  }
}
.menu-mobile-list_item::first-letter {
  text-transform: capitalize;
}
.menu-mobile-list_item.active > a, .menu-mobile-list_item:hover > a {
  color: #c82b36;
}
.menu-mobile > .btn {
  margin-top: 20rem;
}
.menu-mobile .burger {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .menu-mobile.open {
    margin-right: 0rem;
  }
}
.menu-burger {
  border: unset !important;
}
@media screen and (max-width: 768px) {
  .menu-burger {
    order: 3;
    position: relative;
    display: block;
    width: 18rem;
    height: 18rem;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .menu-burger > span, .menu-burger:after, .menu-burger:before {
    height: 2rem;
    width: 100%;
    position: absolute;
    background: #202020;
    margin: 0 auto;
  }
  .menu-burger > span {
    opacity: 1;
    transition: 0.5s;
  }
  .menu-burger:after, .menu-burger:before {
    content: "";
    transform: rotate(0);
    transition: 0.4s;
  }
  .menu-burger:after {
    bottom: 0;
  }
  .menu-burger:before {
    top: 0;
  }
  .menu-burger.open-menu span {
    opacity: 0;
  }
  .menu-burger.open-menu:before {
    transform: translateY(400%) rotate(45deg);
  }
  .menu-burger.open-menu:after {
    transform: translateY(-400%) rotate(-45deg);
  }
}

.burger {
  width: 18rem;
  height: 18rem;
}

.first {
  border-radius: 10px;
  padding: 115px 60px;
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .first {
    border-radius: 10rem;
    padding: 115rem 60rem;
    height: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .first {
    height: unset;
  }
}
@media screen and (max-width: 360px) {
  .first {
    padding: 40rem 20rem;
  }
}
.first > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first > h1 {
  color: #fff;
  width: 734px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1460px) {
  .first > h1 {
    width: 734rem;
  }
}
@media screen and (max-width: 768px) {
  .first > h1 {
    width: 100%;
  }
}
.first > h6 {
  color: #fff;
  width: 734px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1460px) {
  .first > h6 {
    width: 734rem;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .first > h6 {
    width: 100%;
  }
}
.about {
  display: grid;
  grid-template-areas: "a a b b" "c d e f" "g g g g ";
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
}
@media screen and (max-width: 1460px) {
  .about {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .about {
    display: flex;
    flex-wrap: wrap;
  }
}
.about_text {
  grid-area: a;
  border-radius: 10px;
  padding: 40px;
  width: 700px;
  height: 490px;
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .about_text {
    padding: 40rem;
    border-radius: 10rem;
    width: 700rem;
    height: 490rem;
  }
}
@media screen and (max-width: 768px) {
  .about_text {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 360px) {
  .about_text {
    padding: 20rem;
  }
}
.about_text > i {
  background: #ef3340;
  width: 55px;
  height: 55px;
  float: right;
  transform: translate(50%, -25%);
}
@media screen and (max-width: 1460px) {
  .about_text > i {
    width: 55rem;
    height: 55rem;
  }
}
@media screen and (max-width: 360px) {
  .about_text > i {
    width: 35rem;
    height: 35rem;
  }
}
.about_text > h2 {
  margin-top: 40px;
}
@media screen and (max-width: 1460px) {
  .about_text > h2 {
    margin-top: 40rem;
  }
}
.about_text > .text > p {
  margin-top: 40px;
}
@media screen and (max-width: 1460px) {
  .about_text > .text > p {
    margin-top: 40rem;
  }
}
.about_img {
  grid-area: b;
  border-radius: 10px;
  overflow: hidden;
  width: 700px;
  height: 490px;
}
@media screen and (max-width: 1460px) {
  .about_img {
    border-radius: 10rem;
    width: 700rem;
    height: 490rem;
  }
}
@media screen and (max-width: 768px) {
  .about_img {
    height: auto;
  }
}
.about_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_label {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 340px;
  height: 245px;
}
.about_label:nth-child(1) {
  grid-area: c;
}
.about_label:nth-child(2) {
  grid-area: d;
}
.about_label:nth-child(3) {
  grid-area: e;
}
.about_label:nth-child(4) {
  grid-area: f;
}
@media screen and (max-width: 1460px) {
  .about_label {
    border-radius: 10rem;
    padding: 20rem;
    width: 340rem;
    height: 245rem;
  }
}
@media screen and (max-width: 768px) {
  .about_label {
    width: 48%;
  }
}
@media screen and (max-width: 360px) {
  .about_label {
    width: 100%;
  }
}
.about_label > .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f9f9f9;
}
@media screen and (max-width: 1460px) {
  .about_label > .icon {
    width: 80rem;
    height: 80rem;
  }
}
.about_label > .icon > i {
  background: red;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1460px) {
  .about_label > .icon > i {
    width: 48rem;
    height: 48rem;
  }
}
.about_label > h5 {
  margin-top: 20px;
}
@media screen and (max-width: 1460px) {
  .about_label > h5 {
    margin-top: 20rem;
  }
}
.about_label > p {
  margin-top: 20px;
}
@media screen and (max-width: 1460px) {
  .about_label > p {
    margin-top: 20rem;
  }
}
.about_counters {
  grid-area: g;
  border-radius: 10px;
  padding: 40px 0;
  width: 100%;
  height: 210px;
  padding: 40px 0;
  background: #202020;
  display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1460px) {
  .about_counters {
    height: 210rem;
    border-radius: 10rem;
    padding: 40rem 0;
  }
}
@media screen and (max-width: 768px) {
  .about_counters {
    height: auto;
  }
}
.about_counters-item {
  width: 25%;
  height: 130px;
  padding-left: 20px;
}
@media screen and (max-width: 1460px) {
  .about_counters-item {
    width: 320rem;
    height: 130rem;
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .about_counters-item {
    width: 48%;
  }
}
@media screen and (max-width: 360px) {
  .about_counters-item {
    width: 100%;
  }
}
.about_counters-item > .number {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 84px;
  line-height: 107%;
  color: #fff;
}
@media screen and (max-width: 1460px) {
  .about_counters-item > .number {
    font-size: 84rem;
  }
}
.about_counters-item > .text {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #606060;
}
@media screen and (max-width: 1460px) {
  .about_counters-item > .text {
    margin-top: 20rem;
    font-size: 16rem;
  }
}
.services {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1460px) {
  .services {
    gap: 20rem;
  }
}
.services_text {
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .services_text {
    padding: 40rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .services_text {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 360px) {
  .services_text {
    padding: 20rem;
  }
}
.services_text > h2 {
  margin-top: 40px;
  width: 450px;
}
@media screen and (max-width: 1460px) {
  .services_text > h2 {
    margin-top: 40rem;
    width: 450rem;
  }
}
.services_text > p {
  width: 450px;
  float: right;
  margin-top: -3rem;
}
@media screen and (max-width: 1460px) {
  .services_text > p {
    width: 450rem;
    margin-top: -46rem;
  }
}
@media screen and (max-width: 768px) {
  .services_text > p {
    width: 100%;
    margin-top: 20rem;
  }
}
.services_block {
  border-radius: 15px;
  width: 340px;
  height: 160px;
  padding: 20px;
  background-image: url("../images/icons/label-red.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 76px 116px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services_block:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1460px) {
  .services_block {
    background-size: 76rem 116rem;
    border-radius: 15rem;
    width: 340rem;
    height: 160rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .services_block {
    width: 48%;
  }
}
@media screen and (max-width: 360px) {
  .services_block {
    width: 100%;
  }
}
.services_block > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.services_block-black {
  border-radius: 15px;
  width: 700px;
  height: 160px;
  padding: 20px;
  background-color: #202020;
}
@media screen and (max-width: 1460px) {
  .services_block-black {
    border-radius: 15rem;
    width: 700rem;
    height: 160rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .services_block-black {
    width: 100%;
  }
}
.services_block-black > p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #fff;
}
@media screen and (max-width: 1460px) {
  .services_block-black > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .services_block-black > p {
    font-size: 15rem;
  }
}
.stages_text {
  position: relative;
  border-radius: 10px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .stages_text {
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .stages_text {
    width: 100%;
    height: unset;
    padding: 0 10rem;
  }
}
@media screen and (max-width: 360px) {
  .stages_text {
    padding: unset;
  }
}
.stages_text > i {
  width: 81px;
  height: 81px;
  background: #ef3340;
  position: absolute;
  right: 240px;
  top: 19px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1460px) {
  .stages_text > i {
    width: 81rem;
    height: 81rem;
    right: 240rem;
    top: 19rem;
  }
}
@media screen and (max-width: 360px) {
  .stages_text > i {
    width: 30rem;
    height: 30rem;
    right: 20rem;
  }
}
.stages_text > h2 {
  margin-top: 40px;
  width: 450px;
}
@media screen and (max-width: 1460px) {
  .stages_text > h2 {
    margin-top: 40rem;
    width: 450rem;
  }
}
.stages_text > p {
  width: 450px;
  float: right;
  margin-top: -3rem;
}
@media screen and (max-width: 1460px) {
  .stages_text > p {
    width: 450rem;
    margin-top: -46rem;
  }
}
@media screen and (max-width: 768px) {
  .stages_text > p {
    width: 100%;
    margin-top: 20rem;
  }
}
.stages_blocks {
  display: grid;
  grid-template-areas: "a b d e" "a c f g";
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 195px);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1460px) {
  .stages_blocks {
    grid-template-rows: repeat(2, 195rem);
    margin-top: 40rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .stages_blocks {
    grid-template-areas: "a b " "a c" "d e" "f g";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 205rem 205rem 195rem 195rem;
  }
}
@media screen and (max-width: 360px) {
  .stages_blocks {
    grid-template-areas: "a " "b" "c" "d" "e" "f" "g";
    grid-template-columns: 100%;
    grid-template-rows: repeat(7, 200rem);
  }
}
.stages_blocks_block {
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 1460px) {
  .stages_blocks_block {
    border-radius: 15rem;
  }
}
.stages_blocks_block > h5 {
  margin-top: 20px;
}
@media screen and (max-width: 1460px) {
  .stages_blocks_block > h5 {
    margin-top: 20rem;
  }
}
.stages_blocks_block > p {
  margin-top: 20px;
}
@media screen and (max-width: 1460px) {
  .stages_blocks_block > p {
    margin-top: 20rem;
  }
}
.stages_blocks_block:nth-child(4) {
  grid-area: d;
}
.stages_blocks_block:nth-child(5) {
  grid-area: e;
}
.stages_blocks_block:nth-child(6) {
  grid-area: f;
}
.stages_blocks_block:nth-child(7) {
  grid-area: g;
}
.stages_blocks_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #202020;
  overflow: hidden;
}
@media screen and (max-width: 1460px) {
  .stages_blocks_img {
    border-radius: 15rem;
  }
}
.stages_blocks_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stages_blocks_img > i {
  width: 57px;
  height: 57px;
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .stages_blocks_img > i {
    width: 57rem;
    height: 57rem;
  }
}
.stages_blocks_img:nth-child(1) {
  grid-area: a;
}
.stages_blocks_img:nth-child(2) {
  grid-area: b;
}
.stages_blocks_img:nth-child(3) {
  grid-area: c;
}

.clients {
  display: grid;
  grid-template-areas: "a b b" "a c d" "a e f" "a g h" "a i j" "a m t";
  grid-template-columns: 1fr repeat(2, 0.5fr);
  grid-template-rows: 180px repeat(5, 95px);
  gap: 20px;
}
@media screen and (max-width: 1460px) {
  .clients {
    grid-template-rows: 180rem repeat(5, 95rem);
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .clients {
    grid-template-areas: "a a" "b b" "c d" "e f" "g h" "i j" "m t";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 640rem 180rem repeat(5, 95rem);
  }
}
@media screen and (max-width: 360px) {
  .clients {
    grid-template-rows: 320rem auto repeat(5, 95rem);
  }
}
.clients_text {
  grid-area: b;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .clients_text {
    padding: 40rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .clients_text {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 360px) {
  .clients_text {
    padding: 20rem;
  }
}
.clients_text > h2 {
  margin-top: 20px;
  width: 450px;
}
@media screen and (max-width: 1460px) {
  .clients_text > h2 {
    margin-top: 20rem;
    width: 450rem;
  }
}
.clients_map {
  padding: 20px;
  grid-area: a;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1460px) {
  .clients_map {
    border-radius: 10rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .clients_map {
    width: 100%;
  }
}
.clients_map > svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clients_block {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1460px) {
  .clients_block {
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .clients_block {
    width: 100%;
  }
}
.clients_block:hover, .clients_block.active {
  background: #ef3340;
}
.clients_block:hover > h5, .clients_block.active > h5 {
  color: #fff;
}
.clients_block:nth-child(1) {
  grid-area: c;
}
.clients_block:nth-child(2) {
  grid-area: d;
}
.clients_block:nth-child(3) {
  grid-area: e;
}
.clients_block:nth-child(4) {
  grid-area: f;
}
.clients_block:nth-child(5) {
  grid-area: g;
}
.clients_block:nth-child(6) {
  grid-area: h;
}
.clients_block:nth-child(7) {
  grid-area: i;
}
.clients_block:nth-child(8) {
  grid-area: j;
}
.clients_block:nth-child(9) {
  grid-area: m;
}
.clients_block:nth-child(10) {
  grid-area: t;
}
.gallery_text {
  padding-bottom: 40px;
  position: relative;
  border-radius: 10px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .gallery_text {
    border-radius: 10rem;
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery_text {
    width: 100%;
    height: unset;
    padding: 0 10rem;
  }
}
@media screen and (max-width: 360px) {
  .gallery_text {
    padding: unset;
  }
}
.gallery_text > i {
  width: 81px;
  height: 81px;
  background: #ef3340;
  position: absolute;
  right: 22px;
  top: 19px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 1460px) {
  .gallery_text > i {
    width: 81rem;
    height: 81rem;
    right: 22rem;
    top: 19rem;
  }
}
@media screen and (max-width: 360px) {
  .gallery_text > i {
    width: 30rem;
    height: 30rem;
    right: 20rem;
  }
}
.gallery_text > h2 {
  margin-top: 40px;
  width: 450px;
}
@media screen and (max-width: 1460px) {
  .gallery_text > h2 {
    margin-top: 40rem;
    width: 450rem;
  }
}
.gallery_text > p {
  width: 450px;
  float: right;
  margin-top: -3rem;
}
@media screen and (max-width: 1460px) {
  .gallery_text > p {
    width: 450rem;
    margin-top: -46rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery_text > p {
    width: 100%;
    margin-top: 20rem;
  }
}
.gallery-slider {
  margin: 20px 0;
}
@media screen and (max-width: 1460px) {
  .gallery-slider {
    margin: 20rem 0;
  }
}
.gallery-slider_main {
  height: 420px;
  position: relative;
}
.gallery-slider_main:before, .gallery-slider_main:after {
  height: 460px;
  z-index: 2;
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  width: calc((100% - 960px)/2);
  background: linear-gradient(270deg, #fff 19.65%, rgba(255, 255, 255, 0.7) 100%);
}
@media screen and (max-width: 1460px) {
  .gallery-slider_main:before, .gallery-slider_main:after {
    width: 180rem;
    height: 460rem;
    width: calc((100% - 1000rem)/2);
  }
}
@media screen and (max-width: 768px) {
  .gallery-slider_main:before, .gallery-slider_main:after {
    display: none;
  }
}
.gallery-slider_main:before {
  transform: rotateZ(180deg);
  left: -40px;
}
@media screen and (max-width: 1460px) {
  .gallery-slider_main:before {
    left: -21rem;
  }
}
.gallery-slider_main:after {
  right: -40px;
}
@media screen and (max-width: 1460px) {
  .gallery-slider_main:after {
    right: -21rem;
  }
}
@media screen and (max-width: 1460px) {
  .gallery-slider_main {
    height: 420rem;
  }
}
@media screen and (max-width: 360px) {
  .gallery-slider_main {
    height: 210rem;
  }
}
.gallery-slider_main-item {
  border-radius: 15px;
  width: 940px !important;
  overflow: hidden;
  margin: 0 10px;
}
@media screen and (max-width: 1460px) {
  .gallery-slider_main-item {
    border-radius: 15rem;
    margin: 0 10rem;
    width: 940rem !important;
  }
}
.gallery-slider_main-item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-slider .slick-list {
  height: inherit;
  overflow: visible !important;
}
.gallery-slider .slick-current {
  transform: scale(1.1);
  margin: 0 60px;
}
@media screen and (max-width: 1460px) {
  .gallery-slider .slick-current {
    margin: 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slider .slick-current {
    transform: unset;
  }
}
.gallery-slider .slick-track {
  height: inherit;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.gallery-slider_dots {
  margin: 60px auto 0;
}
@media screen and (max-width: 1460px) {
  .gallery-slider_dots {
    margin: 60rem auto 0;
  }
}
.dots_list {
  display: flex;
  alight-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1460px) {
  .dots_list {
    gap: 20rem;
  }
}
.dots_item {
  cursor: pointer;
  border-radius: 50%;
  background: #f9f9f9;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1460px) {
  .dots_item {
    width: 20rem;
    height: 20rem;
  }
}
.slick-active > .dots_item {
  background: #ef3340;
}

.contacts {
  display: grid;
  grid-template-areas: "a c" "b c";
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 180px 250px;
  gap: 20px;
}
@media screen and (max-width: 1460px) {
  .contacts {
    grid-template-rows: 180rem 250rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .contacts {
    grid-template-areas: "a" "b" "c";
    grid-template-columns: 100%;
    grid-template-rows: auto auto 500rem;
  }
}
@media screen and (max-width: 360px) {
  .contacts {
    grid-template-rows: auto auto 300rem;
  }
}
.contacts_text {
  grid-area: a;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .contacts_text {
    padding: 40rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contacts_text {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 360px) {
  .contacts_text {
    padding: 20rem;
  }
}
.contacts_text > h2 {
  margin-top: 20px;
  width: 450px;
}
@media screen and (max-width: 1460px) {
  .contacts_text > h2 {
    margin-top: 20rem;
    width: 450rem;
  }
}
.contacts_map {
  grid-area: c;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1460px) {
  .contacts_map {
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contacts_map {
    width: 100%;
  }
}
.contacts_map > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts_info {
  grid-area: b;
  background: #fff;
  border-radius: 10px;
  padding: 35px 40px;
}
@media screen and (max-width: 1460px) {
  .contacts_info {
    border-radius: 10rem;
    padding: 35rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .contacts_info {
    width: 100%;
  }
}
.contacts_info > h4 {
  color: #ef3340;
}
.contacts_info_block {
  margin-top: 40px;
}
@media screen and (max-width: 1460px) {
  .contacts_info_block {
    margin-top: 40rem;
  }
}
.contacts_info_block > .contact {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #606060;
}
.contacts_info_block > .contact:not(last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1460px) {
  .contacts_info_block > .contact:not(last-child) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 1460px) {
  .contacts_info_block > .contact {
    margin-bottom: 20rem;
    font-size: 20rem;
  }
}
.contacts_info_block > .contact > h6 {
  margin-left: 10px;
  display: inline;
}
@media screen and (max-width: 1460px) {
  .contacts_info_block > .contact > h6 {
    margin-left: 10rem;
  }
}

.contact-form {
  border-radius: 10px;
  padding: 40px;
  background-image: url("../images/img/contact-fon.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  background-color: #202020;
}
@media screen and (max-width: 1460px) {
  .contact-form {
    border-radius: 10rem;
    padding: 40rem;
  }
}
.contact-form > h2 {
  color: #fff;
}
.contact-form > p {
  color: #999;
  margin-top: 20px;
}
@media screen and (max-width: 1460px) {
  .contact-form > p {
    margin-top: 20rem;
  }
}
.contact-form > form {
  width: 941px;
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1460px) {
  .contact-form > form {
    width: 941rem;
    margin-top: 20rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form > form {
    width: 100%;
  }
}
.contact-form > form > .input-group, .contact-form > form > .btn {
  margin-top: 20px;
}
@media screen and (max-width: 1460px) {
  .contact-form > form > .input-group, .contact-form > form > .btn {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .contact-form > form > .btn {
    width: 100%;
  }
}
.contact-form > form > .message {
  font-size: 25px;
  color: yellow;
  border-radius: 10px;
  background: green;
  padding: 10px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1460px) {
  .contact-form > form > .message {
    font-size: 25rem;
    border-radius: 10rem;
    padding: 10rem;
  }
}

[class*=icon-i] {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

[class*=icon-li] {
  display: inline-block;
  vertical-align: middle;
}

.icon-i-download {
  background-image: url("../images/icons/download.svg");
}

.icon-li-download {
  -webkit-mask: url("../images/icons/download.svg");
  -moz-mask: url("../images/icons/download.svg");
  -ms-mask: url("../images/icons/download.svg");
  -o-mask: url("../images/icons/download.svg");
  mask: url("../images/icons/download.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-mail {
  -webkit-mask: url("../images/icons/mail.svg");
  -moz-mask: url("../images/icons/mail.svg");
  -ms-mask: url("../images/icons/mail.svg");
  -o-mask: url("../images/icons/mail.svg");
  mask: url("../images/icons/mail.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-phone {
  -webkit-mask: url("../images/icons/phone.svg");
  -moz-mask: url("../images/icons/phone.svg");
  -ms-mask: url("../images/icons/phone.svg");
  -o-mask: url("../images/icons/phone.svg");
  mask: url("../images/icons/phone.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-point {
  -webkit-mask: url("../images/icons/point.svg");
  -moz-mask: url("../images/icons/point.svg");
  -ms-mask: url("../images/icons/point.svg");
  -o-mask: url("../images/icons/point.svg");
  mask: url("../images/icons/point.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-telegram {
  -webkit-mask: url("../images/icons/telegram.svg");
  -moz-mask: url("../images/icons/telegram.svg");
  -ms-mask: url("../images/icons/telegram.svg");
  -o-mask: url("../images/icons/telegram.svg");
  mask: url("../images/icons/telegram.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-instagram {
  -webkit-mask: url("../images/icons/insta.svg");
  -moz-mask: url("../images/icons/insta.svg");
  -ms-mask: url("../images/icons/insta.svg");
  -o-mask: url("../images/icons/insta.svg");
  mask: url("../images/icons/insta.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-taplink {
  -webkit-mask: url("../images/icons/taplink.svg");
  -moz-mask: url("../images/icons/taplink.svg");
  -ms-mask: url("../images/icons/taplink.svg");
  -o-mask: url("../images/icons/taplink.svg");
  mask: url("../images/icons/taplink.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-facebook {
  -webkit-mask: url("../images/icons/facebook.svg");
  -moz-mask: url("../images/icons/facebook.svg");
  -ms-mask: url("../images/icons/facebook.svg");
  -o-mask: url("../images/icons/facebook.svg");
  mask: url("../images/icons/facebook.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-youtube {
  background-image: url("../images/icons/youtube.svg");
}

.icon-i-telegram {
  background-image: url("../images/icons/telegram.svg");
}

.icon-i-instagram {
  background-image: url("../images/icons/insta.svg");
}

.icon-i-taplink {
  background-image: url("../images/icons/taplink.svg");
}

.icon-i-facebook {
  background-image: url("../images/icons/facebook.svg");
}

.icon-i-youtube {
  background-image: url("../images/icons/youtube.svg");
}

.icon-li-arrow-bottom {
  -webkit-mask: url("../images/icons/arrow-bottom.svg");
  -moz-mask: url("../images/icons/arrow-bottom.svg");
  -ms-mask: url("../images/icons/arrow-bottom.svg");
  -o-mask: url("../images/icons/arrow-bottom.svg");
  mask: url("../images/icons/arrow-bottom.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-top {
  -webkit-mask: url("../images/icons/arrow-top.svg");
  -moz-mask: url("../images/icons/arrow-top.svg");
  -ms-mask: url("../images/icons/arrow-top.svg");
  -o-mask: url("../images/icons/arrow-top.svg");
  mask: url("../images/icons/arrow-top.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-up-right {
  -webkit-mask: url("../images/icons/arrow-up-right.svg");
  -moz-mask: url("../images/icons/arrow-up-right.svg");
  -ms-mask: url("../images/icons/arrow-up-right.svg");
  -o-mask: url("../images/icons/arrow-up-right.svg");
  mask: url("../images/icons/arrow-up-right.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-book {
  -webkit-mask: url("../images/icons/book.svg");
  -moz-mask: url("../images/icons/book.svg");
  -ms-mask: url("../images/icons/book.svg");
  -o-mask: url("../images/icons/book.svg");
  mask: url("../images/icons/book.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-down {
  -webkit-mask: url("../images/icons/down.svg");
  -moz-mask: url("../images/icons/down.svg");
  -ms-mask: url("../images/icons/down.svg");
  -o-mask: url("../images/icons/down.svg");
  mask: url("../images/icons/down.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-flower {
  -webkit-mask: url("../images/icons/flower.svg");
  -moz-mask: url("../images/icons/flower.svg");
  -ms-mask: url("../images/icons/flower.svg");
  -o-mask: url("../images/icons/flower.svg");
  mask: url("../images/icons/flower.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-raket {
  -webkit-mask: url("../images/icons/raket.svg");
  -moz-mask: url("../images/icons/raket.svg");
  -ms-mask: url("../images/icons/raket.svg");
  -o-mask: url("../images/icons/raket.svg");
  mask: url("../images/icons/raket.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-star {
  -webkit-mask: url("../images/icons/star.svg");
  -moz-mask: url("../images/icons/star.svg");
  -ms-mask: url("../images/icons/star.svg");
  -o-mask: url("../images/icons/star.svg");
  mask: url("../images/icons/star.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-starbig {
  -webkit-mask: url("../images/icons/starbig.svg");
  -moz-mask: url("../images/icons/starbig.svg");
  -ms-mask: url("../images/icons/starbig.svg");
  -o-mask: url("../images/icons/starbig.svg");
  mask: url("../images/icons/starbig.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-label1 {
  -webkit-mask: url("../images/icons/label1.svg");
  -moz-mask: url("../images/icons/label1.svg");
  -ms-mask: url("../images/icons/label1.svg");
  -o-mask: url("../images/icons/label1.svg");
  mask: url("../images/icons/label1.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-label2 {
  -webkit-mask: url("../images/icons/label2.svg");
  -moz-mask: url("../images/icons/label2.svg");
  -ms-mask: url("../images/icons/label2.svg");
  -o-mask: url("../images/icons/label2.svg");
  mask: url("../images/icons/label2.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-label3 {
  -webkit-mask: url("../images/icons/label3.svg");
  -moz-mask: url("../images/icons/label3.svg");
  -ms-mask: url("../images/icons/label3.svg");
  -o-mask: url("../images/icons/label3.svg");
  mask: url("../images/icons/label3.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-label4 {
  -webkit-mask: url("../images/icons/label4.svg");
  -moz-mask: url("../images/icons/label4.svg");
  -ms-mask: url("../images/icons/label4.svg");
  -o-mask: url("../images/icons/label4.svg");
  mask: url("../images/icons/label4.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-link {
  -webkit-mask: url("../images/icons/arrow-link.svg");
  -moz-mask: url("../images/icons/arrow-link.svg");
  -ms-mask: url("../images/icons/arrow-link.svg");
  -o-mask: url("../images/icons/arrow-link.svg");
  mask: url("../images/icons/arrow-link.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn {
  font-style: normal;
  line-height: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: fit-content;
  white-space: nowrap;
  height: fit-content;
}
.btn::first-letter {
  text-transform: uppercase;
}
.btn-red {
  border-radius: 10px;
  padding: 15px;
  width: 220px;
  height: 50px;
  background: #ef3340;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}
.btn-red:hover, .btn-red.active {
  background: #c82b36;
}
.btn-red[disabled] {
  background: #f9f9f9;
}
@media screen and (max-width: 1460px) {
  .btn-red {
    border-radius: 10rem;
    padding: 15rem;
    width: 220rem;
    height: 50rem;
    font-size: 16rem;
  }
}

footer {
  flex: 0 0 auto;
}

.input-group {
  width: 300px;
}
@media screen and (max-width: 1460px) {
  .input-group {
    width: 300rem;
  }
}
.input-group_field {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #999;
  background-color: #202020;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .input-group_field {
    height: 30rem;
  }
}
.input-group_field:has(input.error) {
  border-bottom: 1px solid #ef3340;
}
.input-group_field:has(input:focus) {
  border-bottom: 1px solid #fff;
}
.input-group_field:has(input:focus) > input {
  color: #fff;
}
.input-group_field:has(input:active) {
  border-bottom: 1px solid #fff;
}
.input-group_field:has(input:active) > input {
  color: #fff;
}
.input-group_field:has(input:hover) {
  border-bottom: 1px solid #fff;
}
.input-group_field:has(input:hover) > input {
  color: #fff;
}
.input-group_field > input {
  padding: 10px 0;
  flex: 1 1 auto;
  outline: none;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #999;
}
@media screen and (max-width: 1460px) {
  .input-group_field > input {
    font-size: 16rem;
    padding: 10rem 0;
  }
}
.input-group_field > label.error {
  font-size: 15px;
  color: red;
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 1460px) {
  .input-group_field > label.error {
    font-size: 15rem;
    bottom: -24rem;
  }
}

/*the container must be positioned relative:*/

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