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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

.burger {
  display: flex;
  flex-direction: column; }

.desktop {
  display: none; }
  @media (min-width: 1024px) {
    .desktop {
      display: block; } }

.teblet-none {
  display: none; }
  @media (min-width: 768px) {
    .teblet-none {
      display: block !important; } }

.desktop-none {
  display: block; }
  @media (min-width: 768px) {
    .desktop-none {
      display: none !important; } }

.teblet {
  display: block; }
  @media (min-width: 768px) {
    .teblet {
      display: none !important; } }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Baloo';
  src: url("../fonts/Baloo-Regular.woff2") format("woff2"), url("../fonts/Baloo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

*,
*:before,
*:after {
  box-sizing: inherit; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

img {
  height: auto; }

.gm-style img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gilroy";
  min-width: 320px;
  color: #FFFFFF; }
  body.overflow {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #04585E; }

.main {
  flex: 1 1 auto; }

.container {
  width: 100%;
  max-width: 1145px;
  padding: 0 1.6rem;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 2rem; } }
  @media (min-width: 1360px) {
    .container {
      padding: 0 3.2rem; } }
  .container.small {
    max-width: 1260px; }
  .container.medium {
    max-width: 1281px; }
  .container.big {
    max-width: 1360px; }
    @media (min-width: 1360px) {
      .container.big {
        padding: 0 7.4rem 0 5.2rem; } }

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.25); }

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: 10px; }

.scroll-wrap {
  scrollbar-color: #FFFFFF, rgba(255, 255, 255, 0.25);
  scrollbar-width: thin; }

.main-title {
  font-family: "Baloo";
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF; }
  @media (min-width: 768px) {
    .main-title {
      font-size: 6rem; } }
  @media (min-width: 1200px) {
    .main-title {
      font-size: 8rem; } }

.section-title {
  font-size: 3.2rem;
  font-family: "Baloo";
  font-weight: 400;
  line-height: 1.11; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 4.8rem; } }
  @media (min-width: 1200px) {
    .section-title {
      font-size: 6.4rem; } }

.sub-title {
  font-weight: 400;
  line-height: 1.11;
  font-size: 2.2rem;
  font-family: "Baloo"; }
  @media (min-width: 768px) {
    .sub-title {
      font-size: 2.4rem; } }

.small-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Baloo"; }
  @media (min-width: 768px) {
    .small-title {
      font-size: 2.2rem; } }
  @media (min-width: 1200px) {
    .small-title {
      font-size: 2.8rem; } }

.section-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 0.93;
  position: relative; }
  @media (min-width: 768px) {
    .section-subtitle {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .section-subtitle {
      font-size: 2.4rem; } }

.big-text {
  font-size: 1.6rem;
  font-family: "Baloo";
  font-weight: 400;
  line-height: 1.55; }
  @media (min-width: 1200px) {
    .big-text {
      font-size: 1.8rem; } }

.base-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.18; }
  @media (min-width: 1200px) {
    .base-text {
      font-size: 1.8rem; } }

.medium-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.187; }

.small-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2; }

.link-underline {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  width: fit-content; }
  .link-underline:hover {
    border-color: inherit; }

.link-main {
  font-size: 1.4rem;
  line-height: 1.187;
  font-weight: 600;
  border-bottom: 1px solid #01818A;
  transition: all 0.3s ease;
  color: #01818A;
  width: fit-content; }
  @media (min-width: 1200px) {
    .link-main {
      font-size: 1.6rem; } }
  .link-main:hover {
    color: #F29B4B;
    border-color: #F29B4B; }

.nav-text {
  font-size: 1.6rem;
  font-weight: 700; }
  @media (min-width: 1200px) {
    .nav-text {
      font-size: 1.8rem; } }

.base-list__item {
  padding-left: 2.4rem;
  position: relative; }
  .base-list__item:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #FFFFFF; }

.color-accent {
  color: #F29B4B; }

.text-nowrap {
  white-space: nowrap; }

.opacity-05 {
  opacity: 0.5; }

.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }

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

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

.is-text-left {
  text-align: center; }
  @media (min-width: 1200px) {
    .is-text-left {
      text-align-last: left; } }

.text-bold {
  font-weight: 700; }

.text-medium {
  font-weight: 500; }

.color-main {
  color: #01818A; }

.color-accent {
  color: #F29B4B; }

.color-dark {
  color: #191919; }

.color-white {
  color: #FFFFFF; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  border: none;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  font-family: "Gilroy"; }
  input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  input[type='search']::placeholder,
  input[type='password']::placeholder,
  input[type='number']::placeholder,
  textarea::placeholder {
    transition: 0.9s opacity ease-in; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #FFFFFF; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #FFFFFF; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #FFFFFF; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #FFFFFF; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: #FFFFFF; }
  input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  input[type='search']::placeholder,
  input[type='password']::placeholder,
  input[type='number']::placeholder,
  textarea::placeholder {
    transition: all 0.3s ease; }
  input[type='text']:focus::placeholder,
  input[type='tel']:focus::placeholder,
  input[type='email']:focus::placeholder,
  input[type='search']:focus::placeholder,
  input[type='password']:focus::placeholder,
  input[type='number']:focus::placeholder,
  textarea:focus::placeholder {
    opacity: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: "Gilroy";
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-05 {
  margin-top: 5px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-05 {
  margin-right: 5px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-05 {
  margin-bottom: 5px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-05 {
  margin-left: 5px !important; }

.ml-1 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-2 {
  margin-left: 20px !important; }

.ml-3 {
  margin-left: 30px !important; }

.ml-4 {
  margin-left: 40px !important; }

.ml-5 {
  margin-left: 50px !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 20px !important; } }

@media (min-width: 1024px) {
  .mb-lg-3 {
    margin-bottom: 30px !important; } }

.p-0 {
  padding: 0 !important; }

.pt-05 {
  padding-top: 5px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pr-05 {
  padding-right: 5px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pb-05 {
  padding-bottom: 5px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pl-05 {
  padding-left: 5px !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl-3 {
  padding-left: 30px !important; }

.pl-4 {
  padding-left: 40px !important; }

.pl-5 {
  padding-left: 50px !important; }

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .row--cards {
    margin: 0 -1.2rem -3.2rem; }
    .row--cards .col {
      padding: 0 1.2rem;
      margin-bottom: 3.2rem; }

.col {
  width: 100%; }
  .col.col-12 {
    width: 100%; }
  .col.col-6 {
    width: 50%; }
  .col.col-4 {
    width: calc(100% / 3); }
  .col.col-3 {
    width: 25%; }
  .col.col-2 {
    width: calc(100% / 6); }
  .col.col-1 {
    width: calc(100% / 12); }
  @media (min-width: 768px) {
    .col.col-md-12 {
      width: 100%; }
    .col.col-md-6 {
      width: 50%; }
    .col.col-md-4 {
      width: calc(100% / 3); }
    .col.col-md-3 {
      width: 25%; }
    .col.col-md-2 {
      width: calc(100% / 6); }
    .col.col-md-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1024px) {
    .col.col-lg-12 {
      width: 100%; }
    .col.col-lg-6 {
      width: 50%; }
    .col.col-lg-4 {
      width: calc(100% / 3); }
    .col.col-lg-3 {
      width: 25%; }
    .col.col-lg-2 {
      width: calc(100% / 6); }
    .col.col-lg-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1360px) {
    .col.col-xxl-12 {
      width: 100%; }
    .col.col-xxl-6 {
      width: 50%; }
    .col.col-xxl-4 {
      width: calc(100% / 3); }
    .col.col-xxl-3 {
      width: 25%; }
    .col.col-xxl-24 {
      width: calc(100% / 5); } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-button {
  font-size: 0.9rem;
  width: 0.77778em; }

.icon-close {
  font-size: 2.4rem;
  width: 1em; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 2rem 0; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .header .container {
        justify-content: center; } }

.nav {
  position: fixed;
  z-index: 5;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  padding: 3rem;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .nav {
      position: static;
      padding: 0;
      width: 100%;
      height: auto;
      background-color: transparent;
      display: flex;
      justify-content: center;
      backdrop-filter: none;
      -webkit-backdrop-filter: none; } }
  .nav.active {
    right: 0; }
  .nav__list {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .nav__list {
        flex-direction: row; } }
  .nav__item {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .nav__item {
        margin: 0 20px; } }
  .nav__link {
    position: relative;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease; }
    .nav__link::after {
      position: absolute;
      content: "";
      opacity: 0;
      width: 0;
      height: 4px;
      border-radius: 8px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
      transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .nav__link:hover::after, .nav__link.active::after {
        opacity: 1;
        width: calc(100% + 24px); } }

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 6;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .burger {
      display: none; } }
  .burger.active span {
    z-index: 6;
    position: absolute; }
    .burger.active span:nth-child(1) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    .burger.active span:nth-child(2) {
      opacity: 0; }
    .burger.active span:nth-child(3) {
      top: 38%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }
  .burger span {
    width: 80%;
    height: 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
    transition: all 0.3s ease; }
    .burger span:nth-child(1) {
      margin-bottom: 4px; }
    .burger span:nth-child(3) {
      margin-top: 4px; }

.footer {
  padding-bottom: 4rem; }

.footer__wrap {
  display: flex;
  justify-content: center; }

.links {
  display: flex;
  justify-content: center; }
  .links__item {
    width: 60px;
    padding: 0 0.6rem;
    transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .links__item {
        width: auto; } }
    .links__item:hover {
      opacity: 0.8; }
    .links__item a,
    .links__item img {
      width: 100%; }

.full-height {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

.section {
  padding: 6.2rem 0 3rem; }
  @media (min-width: 768px) {
    .section {
      padding: 10.2rem 0 4rem; } }

.cards-section {
  padding: 1.4rem 0 5rem; }

.section-bg {
  position: relative;
  min-height: 100vh;
  padding: 6.2rem 0 3.3rem;
  z-index: 1; }
  @media (min-width: 768px) {
    .section-bg {
      padding: 10.2rem 0 3.3rem; } }
  .section-bg:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(37.5px);
    filter: blur(37.5px); }

.content-wrap {
  display: flex;
  flex-wrap: wrap; }

.content-sidebar {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .content-sidebar {
      width: 22.2rem;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .content-sidebar--tablet {
      width: 22.2rem;
      margin-bottom: 0; } }

.content {
  width: 100%; }
  @media (min-width: 1024px) {
    .content {
      width: calc(100% - 22.2rem);
      padding-left: 3rem; } }
  @media (min-width: 1360px) {
    .content {
      padding-left: 6rem; } }
  @media (min-width: 768px) {
    .content--tablet {
      width: calc(100% - 22.2rem); } }
  @media (min-width: 1360px) {
    .content--tablet {
      padding-left: 4.3rem; } }

.intro-section {
  height: 100vh; }

.intro-slider {
  width: 100%;
  height: 100%;
  position: relative; }
  .intro-slider .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative; }
  .intro-slider .swiper-pagination {
    width: 16px;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .intro-slider .swiper-pagination {
        right: 1.9rem; } }
  .intro-slider .swiper-pagination-bullet {
    margin: 15px 0 !important;
    width: 0.8rem;
    height: 0.8rem;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    opacity: 1;
    transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .intro-slider .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem; } }
    .intro-slider .swiper-pagination-bullet:hover {
      transition: all 0.3s ease;
      background-color: #f29b4b; }
    .intro-slider .swiper-pagination-bullet::after {
      content: "";
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%;
      background-color: transparent;
      border: 1.5px solid #f29b4b;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.3s ease; }
      @media (min-width: 768px) {
        .intro-slider .swiper-pagination-bullet::after {
          width: 1.6rem;
          height: 1.6rem; } }
    .intro-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #f29b4b; }
      .intro-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        opacity: 1; }

.intro {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .intro__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro__wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .intro__text {
    font-family: "Baloo";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.56;
    text-align: center;
    margin: 15px 10px;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
    @media (min-width: 768px) {
      .intro__text {
        font-size: 32px; } }
  .intro__title {
    font-family: "Baloo";
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    line-height: 1;
    margin: 15px 0;
    color: #ffffff;
    text-shadow: 4px 4px 0px #01818a; }
    @media (min-width: 768px) {
      .intro__title {
        font-size: 100px;
        text-shadow: 8px 8px 0px #01818a; } }
    @media (min-width: 992px) {
      .intro__title {
        font-size: 120px; } }
  .intro__btn {
    font-family: "Baloo";
    font-size: 20px;
    line-height: 1.55;
    color: #01818a;
    background-image: url("../images/intro-btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 11px 45px; }
    @media (min-width: 768px) {
      .intro__btn {
        padding: 18px 76px; } }
  .intro__sub-title {
    font-family: "Baloo";
    font-weight: 400;
    font-size: 45px;
    line-height: 1.11;
    text-align: center;
    color: #ffffff;
    text-shadow: 4px 4px 0px #01818a; }
    @media (min-width: 768px) {
      .intro__sub-title {
        font-size: 80px;
        text-shadow: 6px 6px 0px #01818a; } }

.gallery-section:after {
  width: 125%;
  height: 108%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/gallery-bg-sm.png");
  background-position: top; }
  @media (min-width: 1024px) {
    .gallery-section:after {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/gallery-bg-lg.png");
      width: 108%; } }

.gallery-wrap {
  max-width: 1066px; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem -2rem; }
  @media (min-width: 1200px) {
    .gallery {
      margin: 0 -1.5rem -2.9rem; } }

.gallery-item {
  padding: 0 1rem;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center; }
  @media (min-width: 576px) {
    .gallery-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .gallery-item {
      width: 33%; } }
  @media (min-width: 1200px) {
    .gallery-item {
      width: 25%;
      padding: 0 1.5rem;
      margin-bottom: 2.9rem; } }
  .gallery-item__frame {
    width: 100%;
    height: 75.6vw;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    max-width: 370px;
    max-height: 301px; }
    @media (min-width: 576px) {
      .gallery-item__frame {
        height: 46.6vw; } }
    @media (min-width: 1200px) {
      .gallery-item__frame {
        height: 225px; } }
    @media (min-width: 1024px) {
      .gallery-item__frame:hover {
        transform: scale(1.1); } }
    .gallery-item__frame img {
      width: 100%;
      height: 100%;
      display: block; }
  .gallery-item__img {
    position: absolute;
    top: 6px;
    left: 9px;
    right: 9px;
    bottom: 6px;
    z-index: -1;
    border-radius: 40px 40px 70px 70px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .gallery-item__img {
        border-radius: 32px 32px 40px 40px;
        left: 7px;
        right: 7px; } }
    .gallery-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

.team-section:after {
  width: 125%;
  height: 108%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/main-bg-sm.png"); }
  @media (min-width: 1024px) {
    .team-section:after {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/main-bg-lg.png");
      width: 108%; } }

.team-carts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem -2rem; }
  @media (min-width: 1200px) {
    .team-carts {
      margin: 0 -1.6rem -4rem; } }

.team-card {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 576px) {
    .team-card {
      width: 50%; } }
  @media (min-width: 992px) {
    .team-card {
      width: 33%; } }
  @media (min-width: 1200px) {
    .team-card {
      width: 25%;
      padding: 0 1.6rem;
      margin-bottom: 4rem; } }
  .team-card__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .team-card__img-wrap {
    width: 246px;
    height: 223px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/team/team-window.png"); }
  .team-card__img {
    width: 181px;
    height: 181px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffefdc; }
    .team-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .team-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .team-card__prof {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.16;
    font-size: 1.6rem; }

.partners-section:after {
  width: 125%;
  height: 108%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/main-bg-sm.png"); }
  @media (min-width: 1024px) {
    .partners-section:after {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/main-bg-lg.png");
      width: 108%; } }

.partners {
  width: 100%;
  z-index: 5; }
  .partners.limited {
    max-width: 1071px; }
  .partners + .partners {
    margin-top: 48px; }
  .partners__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .partners__col {
    width: 100%;
    padding: 0 1.5rem;
    margin-bottom: -4rem; }
    @media (min-width: 576px) {
      .partners__col {
        width: 50%; } }
    @media (min-width: 768px) {
      .partners__col {
        width: calc(100% / 3); } }
  .partners__link {
    width: 100%;
    height: auto;
    opacity: 0.7;
    transition: all 0.3s ease; }
    .partners__link:hover {
      opacity: 1; }
    .partners__link img {
      width: 100%;
      display: block; }

.documents-section:after {
  width: 125%;
  height: 108%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/documents-bg-sm.png"); }
  @media (min-width: 1024px) {
    .documents-section:after {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/documents-bg-lg.png");
      width: 110%;
      height: 110%; } }

.documents-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.button__wrap {
  margin: 0 calc(45px / 2) 40px; }

.contacts-section:after {
  width: 125%;
  height: 108%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/contacts-bg-sm.png"); }
  @media (min-width: 1024px) {
    .contacts-section:after {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/background/contacts-bg-lg.png");
      width: 108%; } }

.contats-wrap .form__field + .form__field {
  margin-top: 2rem; }

.contats-wrap .form__block {
  margin-bottom: 2.4rem; }

.contacts-socials {
  display: flex;
  flex-direction: column;
  align-items: center; }

.socials {
  display: flex;
  align-items: center; }
  .socials .soc-link + .soc-link {
    margin-left: 1.6rem; }

.soc-link {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 50%;
  background-color: #FFFFFF; }
  @media (min-width: 1024px) {
    .soc-link.big {
      width: 4rem;
      height: 4rem; }
      .soc-link.big .soc-link__icon {
        width: 2.4rem;
        height: 2.4rem; } }
  .soc-link__icon {
    width: 2rem;
    height: 2rem;
    display: block;
    transition: all 0.3s ease;
    color: #01818A; }
    .soc-link__icon:hover {
      color: #F29B4B; }
    .soc-link__icon svg {
      width: 100%;
      height: 100%;
      display: block; }

.filters-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 -1.4rem; }
  @media (min-width: 768px) {
    .filters-wrap {
      margin: 0 -1rem -2rem; } }
  @media (min-width: 1024px) {
    .filters-wrap {
      margin: 0 0 -2.4rem; } }

.filters-group {
  width: 100%;
  margin-bottom: 1.4rem; }
  @media (min-width: 768px) {
    .filters-group {
      width: 40%;
      padding: 0 1rem;
      margin-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .filters-group {
      width: 100%;
      padding: 0;
      margin-bottom: 2.4rem; } }

.marketplace-select {
  display: flex;
  align-items: center;
  width: fit-content; }

.nft-info__wrap {
  display: flex;
  flex-wrap: wrap; }

.nft-info__img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .nft-info__img-wrap {
      width: 46.18%;
      margin-bottom: 0; } }

.nft-info__frame {
  width: 100%;
  max-width: 340px;
  height: 78vw;
  max-height: 29.9rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .nft-info__frame {
      height: 40vw;
      max-width: 563px;
      max-height: 50.9rem; } }
  .nft-info__frame img {
    width: 100%;
    height: 100%;
    display: block; }

.nft-info__img {
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  z-index: -1;
  border-radius: 25px 25px 54px 54px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .nft-info__img {
      top: 13px;
      bottom: 13px;
      left: 13px;
      right: 13px;
      border-radius: 30px 30px 75px 75px; } }
  @media (min-width: 1200px) {
    .nft-info__img {
      top: 15px;
      bottom: 15px;
      left: 15px;
      right: 15px;
      border-radius: 38px 38px 95px 95px; } }
  .nft-info__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.nft-info__price {
  line-height: 1.8;
  display: block;
  margin: 0 6px; }

.nft-info__body {
  width: 100%; }
  @media (min-width: 768px) {
    .nft-info__body {
      width: 53.82%;
      padding-left: 2rem; } }
  @media (min-width: 1200px) {
    .nft-info__body {
      padding-left: 4rem; } }

.nft-info__block {
  display: flex;
  flex-direction: column; }
  .nft-info__block + .nft-info__block {
    margin-top: 2rem; }

.nft-info__row {
  display: flex;
  align-items: center; }

.nft-info__price-row {
  display: flex;
  align-items: flex-end; }

.nft-info__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55;
  font-family: "Baloo";
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .nft-info__title {
      font-size: 2rem; } }

.user-ava {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  flex: none;
  border-radius: 50%;
  overflow: hidden; }
  .user-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.info-item {
  display: flex;
  align-items: center; }
  .info-item__icon {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin-right: 6px; }
    .info-item__icon img {
      width: 100%;
      display: block; }
  .info-item__text {
    font-weight: 500;
    font-size: 1.4rem; }

.info-items {
  flex-wrap: wrap;
  margin: 0 -2rem -2rem 0; }
  .info-items .info-item {
    margin: 0 2rem 2rem 0; }

.stake-section {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .stake-section {
      padding: 12rem 0 10rem; } }

.links-wrap {
  display: flex;
  justify-content: center; }
  .links-wrap .buy-link + .buy-link {
    margin-left: 1.2rem; }

.buy-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 7px 13px 8px 8px;
  border-radius: 99px;
  font-family: "Baloo";
  color: #01818A;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  min-height: 4rem; }
  .buy-link:hover {
    color: #F29B4B; }
  .buy-link__icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: none;
    margin-right: 8px; }
    .buy-link__icon svg {
      width: 100%;
      display: block; }

.stake-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -2rem; }
  @media (min-width: 840px) {
    .stake-wrap {
      margin: 0 -1.6rem; } }
  .stake-wrap .stake {
    width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 840px) {
      .stake-wrap .stake {
        width: 50%;
        padding: 0 1.6rem;
        margin-bottom: 0; } }

.stake {
  width: 100%;
  max-width: 47.2rem; }
  .stake__wrap {
    padding: 4rem 2.8rem 6.5rem;
    display: flex;
    flex-direction: column;
    background-image: url("../images/background/stake-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    @media (min-width: 768px) {
      .stake__wrap {
        padding: 4rem 4rem 6.5rem;
        min-height: 58.8rem; } }
  .stake__head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .stake__head {
        min-height: 4rem; } }
  .stake__column {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .stake__form-field {
    display: flex;
    align-items: center; }
  .stake__amount-radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -0.5rem -1rem; }
  .stake__radio {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    width: 25%; }
  .stake__period-radios {
    margin-bottom: 1.2rem; }
  .stake__period + .stake__period {
    margin-top: 8px; }
  .stake__footer {
    margin-top: -5.1rem; }
  .stake__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .stake__row.border {
      padding: 1.5rem 0;
      border-bottom: 1px dashed rgba(25, 25, 25, 0.25); }
    .stake__row.padding {
      padding: 0 1rem; }
    .stake__row span:nth-child(2) {
      text-align: right; }

.bg-radio:hover .bg-radio__item {
  opacity: 0.8; }

.bg-radio__input:checked + .bg-radio__item {
  opacity: 1; }

.bg-radio__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("../images/background/stake-radio.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  height: 3.5rem;
  width: 100%;
  max-width: 7.8rem; }

.bg-radio__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #01818A; }

.radio-line__wrap {
  position: relative;
  width: 100%;
  padding: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(4, 88, 93, 0.15);
  border-radius: 8px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column; }

.radio-line__input {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: visible;
  position: absolute;
  z-index: -1;
  -webkit-appearance: none; }
  .radio-line__input:hover + .radio-line__wrap {
    background-color: rgba(4, 88, 93, 0.5); }
  .radio-line__input:checked + .radio-line__wrap {
    background-color: #04585D; }
    .radio-line__input:checked + .radio-line__wrap .radio-line__btn {
      border-color: #FFFFFF; }
      .radio-line__input:checked + .radio-line__wrap .radio-line__btn::after {
        opacity: 1; }

.radio-line__btn {
  flex: none;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease; }
  .radio-line__btn:hover::after {
    opacity: 0.5; }
  .radio-line__btn::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: block;
    flex: none;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.radio-line__top {
  display: flex;
  align-items: center; }

.radio-line__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.radio-line__progress-bg {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 99px;
  position: relative;
  width: 100%;
  height: 4px; }

.radio-line__progress {
  border-radius: 99px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.radio-line .search-form__btn {
  display: none;
  opacity: 0; }

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo";
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
  padding: 4px 22px;
  min-height: 2.8rem;
  position: relative;
  transition: all 0.3s ease;
  width: fit-content; }
  .btn.primary {
    color: #01818A;
    background-image: url("../images/intro-btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .btn.primary:hover {
        color: #F29B4B; } }
  .btn.secondary {
    color: #F29B4B;
    background-image: url("../images/intro-btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .btn.secondary:hover {
        color: #783f09; } }
  .btn.tertiary {
    color: #3B99FC;
    background-image: url("../images/intro-btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .btn.tertiary:hover {
        color: #01818A; } }
  .btn.decor-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.5L0.25 8.39711L0.25 0.602885L7 4.5Z' fill='%2301818A'/%3E%3C/svg%3E"); }
  @media (min-width: 1024px) {
    .btn.decor-arrow:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.5L0.25 8.39711L0.25 0.602885L7 4.5Z' fill='%23F29B4B'/%3E%3C/svg%3E"); } }
  .btn.shadow {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5)); }
  @media (min-width: 768px) {
    .btn.small {
      min-width: 11rem; } }
  .btn.big {
    font-size: 1.8rem;
    height: 5.4rem;
    width: 227px; }
    @media (min-width: 768px) {
      .btn.big {
        height: 6.8rem;
        font-size: 2rem;
        width: 267px; } }
  .btn__icon {
    width: 3.2rem;
    display: block;
    flex: none; }
    .btn__icon img,
    .btn__icon svg {
      width: 100%;
      display: block; }

.btn-copy {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
  display: block;
  flex: none;
  margin: 0 0 2px 6px;
  transition: all 0.3s ease; }
  .btn-copy img {
    width: 100%;
    display: block; }

.close-btn {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  flex: none;
  opacity: 0.5;
  transition: all 0.3s ease; }
  .close-btn:hover {
    opacity: 1; }
  .close-btn img {
    width: 100%;
    display: block; }

.btn-delete {
  display: flex;
  align-items: center;
  color: #FF3535; }
  .btn-delete__icon {
    width: 11px;
    height: 11px;
    display: block;
    flex: none;
    margin-right: 7px; }
    .btn-delete__icon img {
      width: 100%;
      display: block; }

.full-width {
  width: 100%; }

.accordion__head {
  cursor: pointer; }
  .accordion__head.active .accordion__title:after {
    transform: translateY(-50%) scaleY(1); }
  .accordion__head.active + .accordion__content {
    max-height: 1000px; }

.accordion__title {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-family: "Baloo";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.58; }
  @media (min-width: 768px) {
    .accordion__title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .accordion__title {
      font-size: 2.4rem; } }
  .accordion__title:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    transition: all 0.3s ease;
    right: 2px;
    top: 50%;
    transform: translateY(-50%) scaleY(-1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.54168 2.23616e-05L8.3759 4.55373L0.582419 4.44544L4.54168 2.23616e-05Z' fill='white'/%3E%3C/svg%3E"); }

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease; }

.accordion__descr {
  padding-top: 0; }

.form-wrapper {
  max-width: 36rem;
  width: 100%; }

.form {
  width: 100%; }
  .form__head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .form__wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .form__field {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .form__block {
    width: 100%; }
  .form__input, .form__textarea {
    width: 100%;
    border-radius: 12px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.25); }
    @media (min-width: 768px) {
      .form__input, .form__textarea {
        font-size: 1.8rem; } }
    .form__input.light, .form__textarea.light {
      background: rgba(255, 255, 255, 0.15); }
  .form__input {
    padding: 1.4rem 1.6rem;
    min-height: 5.6rem; }
    .form__input.bg {
      background-color: #04585D; }
  .form__textarea {
    resize: none;
    padding: 1.5rem 1.6rem;
    height: 12rem; }
    .form__textarea.big {
      height: 16.1rem; }
  .form__label {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.14;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem; }
  .form__file-input {
    display: none; }
  .form__file {
    display: flex;
    align-items: center; }
    .form__file.add {
      cursor: pointer; }
    .form__file.added {
      display: none; }
      .form__file.added.active {
        display: flex; }
    .form__file:hover .form__file-add {
      border-color: inherit; }
  .form__file-img {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 11px; }
    .form__file-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .form__file-add {
    color: #F29B4B;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease; }
  .form__file-text {
    font-weight: 500;
    font-size: 1.8rem; }
  .form__accept-item + .form__accept-item {
    margin-top: 1.2rem; }

.accept {
  display: flex;
  align-items: center; }
  .accept:hover .accept__check {
    border-color: #F29B4B; }
  .accept__input {
    overflow: hidden;
    visibility: visible;
    width: 0;
    height: 0;
    position: absolute;
    -webkit-appearance: none; }
    .accept__input:checked + .accept__item .accept__check {
      border-color: #F29B4B;
      background-color: #F29B4B; }
      .accept__input:checked + .accept__item .accept__check::before {
        opacity: 1; }
    .accept__input:checked + .accept__item .accept__text {
      font-weight: 600; }
  .accept__item {
    display: flex;
    align-items: center;
    cursor: pointer; }
  .accept__check {
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    flex: none;
    margin-right: 0.8rem;
    position: relative; }
    .accept__check::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 10px;
      opacity: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.98039L4.125 8L7.66667 4.29412L10.5 1.5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E"); }
  .accept__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.35;
    position: relative;
    transition: all 0.3s ease; }
    @media (min-width: 1200px) {
      .accept__text {
        font-size: 2rem; } }

.profile-form .form__field + .form__field {
  margin-top: 2.4rem; }

.profile-form .form__block {
  margin-bottom: 3.3rem; }

.card__wrap {
  width: 100%;
  max-width: 22rem;
  margin: 0 auto; }

.card__frame {
  width: 100%;
  max-width: 22rem;
  height: 36vw;
  max-height: 19.9rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
  margin-bottom: 12px; }
  .card__frame img {
    width: 100%;
    height: 100%;
    display: block; }

.card__img {
  position: absolute;
  top: 4px;
  left: 5px;
  right: 5px;
  bottom: 4px;
  z-index: -1;
  border-radius: 20px 20px 30px 30px;
  overflow: hidden; }
  @media (min-width: 576px) {
    .card__img {
      border-radius: 20px 20px 40px 40px; } }
  @media (min-width: 768px) {
    .card__img {
      top: 7px;
      bottom: 7px;
      left: 7px;
      right: 7px; } }
  .card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.card__body {
  width: 100%; }

.card__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 100%;
  display: block;
  color: #FFFFFF;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .card__name {
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    .card__name {
      font-size: 2rem; } }
  .card__name:hover {
    color: #F29B4B; }

.card__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    .card__text {
      font-size: 1.4rem; } }

.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.card__price {
  font-family: "Baloo"; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  display: none; }
  .overlay.active {
    display: flex !important;
    animation: fadeIn 0.3s linear; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 99;
  padding: 0 15px;
  width: 100%;
  max-width: 320px;
  display: none; }
  @media (min-width: 768px) {
    .popup {
      max-width: 590px; } }
  .popup--video {
    height: 79vw;
    max-width: 748px;
    max-height: 40.4rem; }
    .popup--video .popup__wrap {
      padding: 0;
      height: 100%; }
  .popup.active {
    display: block;
    animation: fadeIn 0.3s linear; }
  .popup__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0; }
  .popup__footer {
    display: flex; }
  .popup__col {
    width: 100%; }
    @media (min-width: 768px) {
      .popup__col {
        width: 50%; } }
    .popup__col + .popup__col {
      margin-top: 2rem; }
      @media (min-width: 768px) {
        .popup__col + .popup__col {
          margin: 0 0 0 2.4rem; } }
  .popup__close {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #FDEEDC;
    border: 4px solid #DE7527;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .popup__close.fixed {
      position: absolute;
      top: -50px;
      right: 15px; }
      @media (min-width: 992px) {
        .popup__close.fixed {
          right: -35px; } }
    .popup__close:hover {
      color: #DE7527; }
  .popup__close-icon {
    width: 1.5rem;
    height: 1.5rem; }
    .popup__close-icon svg {
      width: 100%;
      display: block; }
  .popup iframe {
    width: 100% !important;
    height: 100% !important; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.select {
  position: relative; }
  .select__head {
    display: block;
    flex: none;
    cursor: pointer;
    width: fit-content;
    padding-right: 20px;
    position: relative;
    transition: all 0.3s ease; }
    .select__head:after {
      content: "";
      position: absolute;
      width: 9px;
      height: 5px;
      transition: all 0.3s ease;
      right: 2px;
      top: 50%;
      transform: translateY(-50%) scaleY(-1);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.54168 2.23616e-05L8.3759 4.55373L0.582419 4.44544L4.54168 2.23616e-05Z' fill='white'/%3E%3C/svg%3E"); }
    .select__head.active::after {
      transform: translateY(-50%) scaleY(1); }
  .select__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 12px 10px;
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 50%;
    right: 0;
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    transform-origin: 0 0;
    transition: all 0.3s ease;
    width: fit-content;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); }
    .select__list.active {
      opacity: 1;
      transform: scaleY(1) translateX(-50%); }
  .select__item {
    min-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.33;
    width: 100%;
    transition: all 0.3s ease; }
    .select__item:hover, .select__item.active {
      opacity: 1; }
    .select__item + .select__item {
      margin-top: 8px; }
  .select__text {
    font-weight: 400;
    line-height: 1.11;
    font-size: 2.2rem;
    font-family: "Baloo";
    color: #FFFFFF;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .select__text {
        font-size: 2.4rem; } }

.tabs__header {
  display: flex; }

.tabs__btn {
  transition: all 0.3s ease;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.11;
  font-size: 2rem;
  font-family: "Baloo"; }
  @media (min-width: 768px) {
    .tabs__btn {
      font-size: 2.4rem; } }
  .tabs__btn:hover {
    color: rgba(255, 255, 255, 0.8); }
  .tabs__btn.active {
    color: #FFFFFF; }
  .tabs__btn + .tabs__btn {
    margin-left: 24px; }

.tabs__content {
  display: none;
  padding-top: 16px; }
  .tabs__content.active {
    display: block; }

.user-card__wrap {
  display: flex;
  flex-direction: column;
  align-items: center; }

.user-card__img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px; }
  .user-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.user-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px; }

.user-card__title {
  font-weight: 700;
  line-height: 1.12;
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    .user-card__title {
      font-size: 2.4rem; } }

.user-card__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.187; }

.user-id {
  display: flex;
  align-items: center; }
  .user-id__text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.5); }

.range-slider {
  padding: 0 0 15px; }

.price-inputs {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 11px; }
  .price-inputs__field:first-child {
    width: 16%;
    min-width: 52px; }
  .price-inputs__field:last-child {
    width: 30%; }
  .price-inputs__separator {
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: 500; }

.price-input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.35;
  -moz-appearance: textfield;
  background-color: transparent; }

.slider {
  height: 4px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 99px; }

.slider .progress {
  height: 100%;
  left: 5%;
  right: 50%;
  position: absolute;
  border-radius: 99px;
  background: #F29B4B; }

.range-input {
  position: relative; }

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .range-input input:first-child {
    z-index: 2; }

input[type="range"]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #F29B4B;
  pointer-events: auto;
  -webkit-appearance: none;
  border: 2px solid #FFFFFF;
  cursor: pointer; }

input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 50%;
  background: #F29B4B;
  pointer-events: auto;
  -moz-appearance: none;
  border: 2px solid #FFFFFF;
  cursor: pointer; }

/*# sourceMappingURL=styles.min.css.map */
