/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}


.functions__list {
    margin-top: 21px;
}
code.hljs {
    font-size: 16px;
}
.content-cms h3 {
    margin: 16px 0 10px 0;
}

.content-cms p {
    margin: 10px 0;
}
.functions__code-block {
    max-width: 606px;
    overflow: hidden;
}
.content-cms code {
    margin: 15px 0;
}
.text_prev {
    margin: 8px 0px;
}
a {
    text-decoration: none;
    color: #000000;
}

ul {
    list-style: none;
}

main {
    max-width: 1400px;
    margin: 20px auto;
}
.text_prev {
    margin: 8px 0px;
}
code,
code * {
    font-family: monospace;
}

.header {
    background-color: #1D2327;
}

.header__wrapper {
    display: flex;
    align-items: flex-end;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.logo__name {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.header__nav {
    margin-left: 100px;
}

.header__nav-menu {
    display: flex;
    gap: 20px;
}

.nav-menu__item {
    overflow: hidden;
}

.nav-menu__item:hover .nav-menu__link::before {
    left: 0;
}

.nav-menu__link {
    font-size: 18px;
    color: #e4e4e4;
    transition: color 0.4s;
    position: relative;
}

.nav-menu__link::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    background: red;
    bottom: 0;
    left: -100%;
    transition: left 0.4s;
} */


:root {
    --font-family: "Victor Mono", sans-serif;
    --DaysOne: "DaysOne";
    --montserrat: "montserrat";
    --inter: "Inter";
    --content-width: 1170px;
    --container-offset: 15px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --light-color: #fff;
    /* --bg-color: #0F1111; */
    --bg-color: #161721;
    --dark-gray: #171818;
    --border-color: #a0a0a0;
  }
  
  /* stylelint-disable */
  /* stylelint-disable */
  /* stylelint-disable */
  /* stylelint-disable */
  @font-face {
    font-family: "FuturaPT";
    src: url("../fonts/FuturaPT-Book.woff2") format("woff2");
    font-weight: 400;
    font-display: block;
    font-style: normal;
  }
  @font-face {
    font-family: "FuturaPT";
    src: url("../fonts/FuturaPT-BookObl.ttf");
    font-weight: 400;
    font-display: block;
    font-style: normal;
  }
  @font-face {
    font-family: "DaysOne";
    src: url("../fonts/DaysOne-Regular.ttf");
    font-weight: 400;
    font-display: block;
    font-style: normal;
  }
  @font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat-medium.woff2") format("woff2");
    font-weight: 500;
    font-display: block;
    font-style: medium;
  }
  @font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Regular.ttf");
    font-weight: 400;
    font-display: block;
    font-style: normal;
  }
  @font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-SemiBold.ttf");
    font-weight: 600;
    font-display: block;
    font-style: normal;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:not([class]) {
    margin: 0;
    padding: 0;
  }
  
  html {
    overflow-x: clip;
  }
  
  @media screen and (pointer: fine) {
    html {
      width: 100vw;
      margin-left: calc((100% - 100vw) / 2);
    }
  }
  body,
  html {
    margin: 0;
    padding: 0;
  }
  
  img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .site-container {
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
  }
  
  ul,
  ol {
    padding: 0;
    margin: 0;
  }
  
  ul li {
    list-style-type: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }
  
  a {
    text-decoration: none;
  }
  
  .hidden {
    display: none !important;
  }
  
  .btn-reset {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    font-family: "Victor Mono", sans-serif;
  }
  .btn-reset:focus-visible {
    outline: none;
  }
  
  .input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
  }
  .input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none;
  }
  .input-reset:focus-visible {
    outline: none;
  }
  
  .dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  body {
    background-color: var(--bg-color);
    color: var(--light-color);
  }
  .main-page {
    overflow: hidden;
  }
  .container {
    position: relative;
    margin: 0 auto;
    max-width: 144.1rem;
    width: 100%;
  }
  .header__container {
    position: relative;
    margin: 0 auto;
    max-width: 165.7rem;
    width: 100%;
  }
  .header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__list {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding-top: 1rem;
  }
  .header__search {
    position: relative;
  }
  .header__search-icon {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
  }
  .header__search-input {
    border: 1px solid #bababa;
    border-radius: 1rem;
    width: 40rem;
    padding: 1.2rem 4rem 1.2rem 1.5rem;
  }
  .header__search-input:focus {
    outline: none;
  }
  .header__item {
    position: relative;
    }

  .header__item--parent {
    padding-bottom: 1rem;

  }
  .header__item--parent:hover {
    text-decoration: underline;

  }
  @media(min-width: 1025px) {
    .header__item:hover .header__sublist{
      opacity: 1;
      visibility: visible;
  
    }

  }
  .header__sublist {
    position: absolute;
    /* bottom: -3rem; */
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 1.3rem 2.2rem;
    border-radius: 1rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 3;
    min-width: 19.5rem;
  }
  .header__item--sub {
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    display: block;
  }
  .header__item--sub:not(:first-child) {
    padding-top: 1rem;
  }
  .header__item--sub:not(:last-child) {
    border-bottom: 1px solid #bababa;
    padding-bottom: 1rem;
  }
  .header__burger {
    display: none;
  }
  @media (max-width: 1024px) {
    .container {
      padding: 0 2rem;
    }
    .header__nav {
      position: fixed;
      top: 0;
      right: -100%;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      width: 100%;
      margin: 0 auto;
      background: #161721;
      z-index: 10;
      height: 100%;

      overflow: auto;
      padding: 11rem 3rem;
    }
    .header__search-input {
      width: 30rem;
    }
    .header__search {
      display: none;
    }
    .header__burger {
      display: block;
      position: relative;
      width: 2rem;
      height: 1.2rem;
      border: unset;
      background: 0 0;
      margin-top: .7rem;
      z-index: 11;
  }
  .header__burger span, .header__burger:after, .header__burger:before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .15rem;
    background-color: #fff;
  }
  .header__burger:before {
    top: 0;
    width: 80%;
  }
  .header__burger:after {
    bottom: .1rem;
  }
  .header__burger span {
    top: calc(50% - .15rem);
  }
  .header__burger.burger-open:before {
    top: calc(50% - .15rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
  }
  .header__burger.burger-open span {
    width: 0;
  }
  .header__burger.burger-open:after {
    bottom: calc(56% - .15rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.mobile-open .header__nav {
    right: 0;
    opacity: 1;
    visibility: visible;
}
    .header__list {
      flex-direction: column;
      gap: 2rem;
    }
  }
  
  p, a {
    font-size: 2rem;
    font-family: var(--inter);
    font-weight: 400;
  }
  @media (max-width: 576px) {
    p, a {
      font-size: 1.6rem;
    }
  }
  
  a {
    color: var(--light-color);
  }
  
  section {
    margin: 6rem 0;
  }
  @media (max-width: 576px) {
    section {
      margin: 3rem 0;
    }
  }
  
  .title {
    font-family: var(--DaysOne);
    font-size: 4rem;
    margin-bottom: 3.5rem;
  }
  .title--medium {
    font-size: 3.2rem;
  }
  @media (max-width: 576px) {
    .title {
      font-size: 3.6rem;
      margin-bottom: 1.6rem;
    }
    .title--medium {
      font-size: 2.8rem;
    }
  }
  
  html {
    --refRes: 1900;
    font-size: calc(100vw / var(--refRes) * 10);
  }
  @media (min-width: 1921px) {
    html {
      font-size: 10px;
    }
  }
  @media (max-width: 1024px) {
    html {
      --refRes: 768;
    }
  }
  @media (max-width: 530px) {
    html {
      --refRes: 390 !important;
    }
  }
  
  .header {
    padding: 2.5rem;
    width: 100%;
  }
  
  .main-structure {
    margin-top: 0;
  }
  .main-structure__title {
    margin-bottom: 2rem;
  }
  @media (max-width: 576px) {
    .main-structure__title {
      margin-bottom: 1.4rem;
    }
   

  }
  .main-structure__list {
    padding-left: 2.8rem;
  }
  .main-structure__item {
    display: block;
    margin-bottom: 1.5rem;
    justify-content: space-between;
  }
  .main-structure__item:last-child {
    margin-bottom: 0;
  }
  .main-structure__item__sub {
    padding-left: 2rem;
  }
  .section-border  .container{
    border-bottom: 1.5px solid #5f5f5f;
    padding-bottom: 6rem;
  }
  .main-functions__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 6.1rem;
    row-gap: 6rem;
  }
  @media (max-width: 1024px) {
    .main-functions__cards {
      gap: 3rem;
      grid-template-columns: 1fr;
    }
  }
  /* @media (max-width: 576px) {
    .main-functions__cards {
      display: block;
    }
  } */
  .main-functions__item {
    /* width: 67.4rem; */
    /* height: 26rem; */
    /* background-color: #282c34; */
    /* border: 1px solid var(--border-color); */
    /* border-radius: 1.5rem; */
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  }
  @media (max-width: 1024px) {
    .main-functions__item {
      width: 100%;
      height: 32rem;
    }
  }
  @media (max-width: 576px) {
    .main-functions__item {
      margin-bottom: 1.5rem;
    }
  }
  .main-functions__item-text-content {
    /* padding: 2rem; */
    /* padding-bottom: 0; */
    /* height: 9.8rem; */
    /* background-color: var(--dark-gray); */
    margin-bottom: 3.5rem;
  }
  @media (max-width: 1024px) {
    .main-functions__item-text-content {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
    }
  }
  .main-functions__item-title {
    /* font-family: var(--DaysOne); */
    /* font-size: 3rem; */
    /* margin-bottom: 1rem; */
    /* font-weight: 500; */
    /* font-size: 2rem; */
  }
  @media (max-width: 1024px) {
    .main-functions__item-title {
      font-size: 2.4rem;
    }
  }
  .main-functions__item-description {
    margin-bottom: 1.3rem;
  }
  .main-functions__item-preview-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: linear-gradient(180deg, #171818 0%, rgba(23, 24, 24, 0) 100%);
    -o-object-fit: cover;
    object-fit: cover;
    height: 26rem;
  }
  .main-functions__item-preview-wrapper pre, .main-functions__item-preview-wrapper pre  code {
    height: 100%;
  }
  /* .main-functions__item-preview-wrapper::after {
    content: "";
    width: 100%;
    height: 6rem;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#171818), to(rgba(23, 24, 24, 0)));
    background: linear-gradient(180deg, #171818, rgba(23, 24, 24, 0));
  } */
  .main-functions__item-preview {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .main-hostings__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
  @media (max-width: 576px) {
    .main-hostings__cards {
      display: block;
    }
  }
  .main-hostings__item {
    display: flex;
    flex-direction: column;
    /* width: 67.4rem; */
    min-height: 26rem;
    color: #000;
    overflow: hidden;
    background: #fff;
    border-radius: 1rem;
    padding: 3.2rem  3.8rem 1rem  3.7rem;

  }
  .main-hostings__item-title {
    font-family: var(--inter);
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 2.3rem;
  }
  .main-hostings__item-text {
    font-weight: 400;
    font-size: 2rem;
  }
  .main-hostings__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: auto;
  }
  .main-hostings__item-link {
    font-weight: 500;
    font-size: 1.8rem;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
    transition: .3s;
  }
  .main-hostings__item-link:hover {
    opacity: 0.6;
  }
  .main-hostings__item-img {
    width: 15rem;
    height: 7.5rem;
    object-fit: cover;
  }
  .main-orders__swiper {
    overflow: visible;
  }
  .main-orders__swiper-slide {
    padding: 2.7rem 4rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    background: linear-gradient(90deg, #08afcb 0%, #1a6de7 100%);
    min-height: 20rem;
  }
  .main-orders__swiper-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    min-height: 14rem;
  }
  .main-orders__swiper-title {
    font-family: var(--inter);
    font-weight: 600;
    font-size: 2.4rem;
    transition: 0.3s;
  }
  .main-orders__swiper-title:hover {
    opacity: 0.8;
  }
  .main-orders__swiper-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1rem;
  }
  .main-orders__swiper-item {
    font-family: var(--inter);
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100rem;
    font-weight: 400;
    font-size: 1.6rem;
  }
  @media (max-width: 1024px) {
    .main-orders__swiper-wrapper {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    .main-hostings__cards {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    
  }
  @media (max-width: 576px) {
    .main-hostings__item {
      width: 100%;
      height: auto;
      margin-bottom: 1.5rem;
      padding: 2.2rem 1.8rem 1rem 2.7rem;
    }
    .main-hostings__item-text {
      font-size: 1.6rem;
      margin-bottom: 2rem;
  }
  .main-hostings__item-bottom {
  
    flex-direction: column;
    align-items: self-start;
    gap: 1rem;
    }
    .main-hostings__item-img {
      width: 11rem;
      height: 5.5rem;
    }
  }
  .main-hostings__item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .footer {
    position: relative;
    padding-top: 9.7rem;
    padding-bottom: 4rem;
  }
  .footer__container {
    position: relative;
    margin: 0 auto;
    max-width: 179rem;
    width: 100%;
  }
  .footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: 0; */
  }
  .footer__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9rem;
    border-bottom: 1px solid #505050;
    padding-bottom: 5.5rem;
  }
  .footer__logo {
    width: 23.9rem;
    height: 6.1rem;
  }
  .footer__list {
    display: flex;
    gap: 6rem;
  }
  .footer__link {
    font-weight: 400;
    font-size: 2rem;
  }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 3.3rem;
  }
  .footer__bottom-text {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 100%;
    color: #e0e0e0;
  }
  .footer__bottom-2dit {
    font-family: var(--inter);
    display: flex;
    align-items: center;
    font-weight: 400;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
  }
  .footer__bottom-2dit svg {
    width: 5.6rem;
    height: 2.9rem;
  }
  @media (max-width: 1024px) {
    .footer__bottom {
      flex-direction: column;
    }
    .footer__body {
      gap: 6rem;
    }
    .footer__list {
      gap: 2rem;
      flex-direction: column;
      align-items: center;
  }
  .footer__bottom-text {
    text-align: center;
}
  }
  @media (max-width: 576px) {
    .main-orders__swiper-slide {
      padding: 1.7rem 2rem;
    }
    .main-functions__item-title {
      font-size: 1.8rem;
  }
  .main-functions__item-text-content {
    margin-bottom: 2rem;
  }
  }
  .content-cms h3 {
    font-family: var(--inter);
    margin: 16px 0 10px 0;
    font-size: 2.3rem;
}
.content-cms h4 {
  font-family: var(--inter);
  margin: 16px 0 10px 0;
  font-size: 2rem;
}
  .content-cms ul {
    font-family: var(--inter);
    font-size: 2rem;
    margin: 16px 0 10px 0;
  }
  .content-cms p{
    font-family: var(--inter);
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 3rem;
  }
  .breadcrumbs {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 2rem;
    color: #5b5b5b;
    margin-bottom: 1.8rem;
  }
  .breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .breadcrumbs  a {
    color: inherit;
    font-size: inherit;
    transition: .3s;
  }
  .breadcrumbs  a:hover {
    opacity: 0.7;
  }
  .breadcrumbs li::before {
    content: "/";
    margin: 0 1rem;
    color: #5b5b5b;
  }
  
  .breadcrumbs li:first-child::before {
    content: "";
    margin: 0;
  }
  @media (max-width: 576px) {
    .content-cms p{
      font-size: 1.6rem;
      margin-bottom: 2rem;
      word-break: break-word;
    }

    .content-cms h3 {
      font-family: var(--inter);
      margin: 10px 0 5px 0;
      font-size: 2rem;
  }
  .content-cms h4 {
    font-family: var(--inter);
    margin: 10px 0 5px 0;
    font-size: 1.8rem;
  }
    .content-cms ul {
      font-family: var(--inter);
      font-size: 1.6rem;
      margin: 10px 0 5px 0;
    }
  }
  /*# sourceMappingURL=main.css.map */