@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

button {
  cursor: pointer; }

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

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

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.wrapper.active {
  background-color: #f6f6f6; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (max-width: 480px) {
  ._container {
    padding: 0px 5px; } }

p {
  margin: 5px 0px; }

.title {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: CAP_HEIGHT;
  line-height: 48px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #151515;
  margin-bottom: 55px; }
  @media (max-width: 480px) {
  .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center; } }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 55px; }
  @media (max-width: 480px) {
  .pagination {
    margin-top: 20px; } }

.swiper-pagination-bullet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1; }
  @media (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px; } }
  .swiper-pagination-bullet::before {
    content: "";
    width: 0px;
    height: 0px;
    background-color: #1a91fd;
    position: absolute;
    transition: 0.3s; }

.swiper-pagination-bullet-active::before {
  width: 15px;
  height: 15px; }
  @media (max-width: 480px) {
    .swiper-pagination-bullet-active::before {
      width: 8px;
      height: 8px; } }

.alert {
  color: #fff;
  width: 100%;
  padding: 5px;
  margin: 10px 0px;
  display: flex;
  gap: 10px;
  background: #34a141;
  font-family: Onest;
  font-weight: 400;
  font-size: 16px; }
  .alert button {
    background: transparent;
    color: #fff;
    display: none; }

.whatsapp-phone {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1010;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; }

.whatimg {
  width: 70px; }
  @media (max-width: 1000px) {
  .whatimg {
    width: 50px; } }

.whatimg-main {
  width: 90px; }
  @media (max-width: 1000px) {
  .whatimg-main {
    width: 50px; } }

.back {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 17px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  background-color: #1a91fd;
  border: 1px solid #1a91fd;
  padding: 11px 30px;
  transition: 0.3s; }
  .back:hover {
    color: #1a91fd;
    background-color: #fff; }
  @media (max-width: 480px) {
  .back {
    font-size: 14px;
    padding: 5px 10px; } }

.header {
  border-bottom: 1px solid #e3e3e3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transition: all 0.4s ease;
  padding: 23px 0px; }
  @media (max-width: 480px) {
  .header {
    padding: 2.5px 0px; } }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .header__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 210px; }
  .header__logo-text-top {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23.15px;
    leading-trim: CAP_HEIGHT;
    line-height: 24.65px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515; }
  .header__logo-text-bottom {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 11.57px;
    leading-trim: CAP_HEIGHT;
    line-height: 12.65px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515; }
  .header__right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 910px;
    align-items: center; }
  @media (max-width: 1200px) {
    .header__right {
      justify-content: end; } }
  .header__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 477px; }
  .header__item {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #151515;
    transition: 0.3s; }
  .header__item:hover {
    color: #1a91fd; }
  .header__item-catalog {
    position: relative;
    transition: 0.3s; }
  .header__item-catalog:hover .header__item-catalog-title {
    color: #1a91fd; }
    .header__item-catalog:hover .header__item-catalog-image {
      transform: scale(-1); }
      .header__item-catalog:hover .header__item-catalog-image * {
        stroke: #1a91fd; }
    .header__item-catalog:hover .header__item-catalog-list-container {
      opacity: 1;
      pointer-events: all; }
  .header__item-catalog-top {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer; }
  .header__item-catalog-title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #151515;
    transition: 0.3s; }
  .header__item-catalog-image {
    transition: 0.3s; }
  .header__item-catalog-image * {
    transition: 0.3s; }
  .header__item-catalog-list-container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 220px;
    top: 100%;
    left: -20px;
    padding-top: 10px;
    transition: 0.3s; }
  .header__item-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff; }
  .header__item-catalog-item {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: bottom;
    color: #555;
    text-wrap: balance;
    transition: 0.3s; }
  .header__item-catalog-item:hover {
    color: #1a91fd; }
  .header__phone-place {
    display: flex;
    align-items: center;
    gap: 5px; }
  .header__phone-list {
    display: flex;
    flex-direction: column;
    gap: 3px; }
  .header__phone {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #151515;
    transition: 0.3s; }
  .header__phone:hover {
    color: #1a91fd; }
  .header__modal {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #1a91fd;
    border: 1px solid #1a91fd;
    padding: 11px 30px;
    transition: 0.3s; }
  .header__modal:hover {
    color: #1a91fd;
    background-color: #fff; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.burger {
  display: none;
  margin-left: 5px; }
  @media (max-width: 1200px) {
  .burger {
    display: flex;
    gap: 10px; }
    .burger * {
      fill: #1a91fd;
      stroke: #1a91fd; } }

.menu {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
  @media (max-width: 480px) {
    .menu__close {
      font-size: 40px;
      right: 15px;
      top: 10px; } }
  .menu__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 210px; }
  .menu__logo-text-top {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23.15px;
    leading-trim: CAP_HEIGHT;
    line-height: 24.65px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515; }
  .menu__logo-text-bottom {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 11.57px;
    leading-trim: CAP_HEIGHT;
    line-height: 12.65px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515; }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px; }
  .menu__item {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #151515; }
  .menu__item-catalog-title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #151515; }
  .menu__item-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    display: none;
    margin-top: 10px; }
  .menu__item-catalog-item {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #151515; }
  .menu__feedback {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
  .menu__phone-place {
    display: flex;
    align-items: center;
    gap: 5px; }
  .menu__phone {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #151515; }
  .menu__modal {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #1a91fd;
    padding: 11px 30px; }

.footer {
  background-color: #ededed;
  padding-top: 40px; }
  .footer__body {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 50px; }
  .footer__left {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
    max-width: 881px; }
  @media (max-width: 1000px) {
    .footer__left {
      flex-direction: column;
      gap: 30px; } }
  .footer__title {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 15px; }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 225px; }
  .footer__link {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 128%;
    letter-spacing: 0%;
    color: #555;
    transition: 0.3s; }
  .footer__link:hover {
    color: #1a91fd; }
  .footer__list-catalog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5px;
    column-gap: 20px;
    max-width: 366px; }
  @media (max-width: 480px) {
    .footer__list-catalog {
      grid-template-columns: 1fr; } }
  .footer__list-contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 225px; }
  .footer__foot-container {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
  @media (max-width: 580px) {
    .footer__foot-container {
      flex-direction: column-reverse;
      align-items: start; } }
  .footer__foot {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #151515;
    display: flex;
    align-items: center; }
  @media (max-width: 440px) {
    .footer__foot {
      flex-direction: column;
      align-items: start; } }
  .footer__foot-left {
    display: flex;
    gap: 5px;
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #151515;
    padding-right: 5px;
    padding-top: 2px; }
  .footer__foot-left a {
    padding-top: 1px;
    height: fit-content; }
  .footer__social {
    display: flex;
    justify-content: space-between;
    gap: 6px; }
  @media (max-width: 480px) {
    .footer__big {
      display: none; } }
  .footer__small {
    display: none; }
  @media (max-width: 480px) {
    .footer__small {
      display: block; } }
  .footer__small-body {
    display: flex;
    flex-direction: column; }
  .footer__small-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c3c3;
    padding: 13px 0px;
    margin-bottom: 10px; }
  .footer__small-item-title {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #151515; }
  .footer__small-item-arrow {
    transition: 0.3s; }
  .footer__small-item-arrow.active {
    transform: scale(-1); }
  .footer__small-item-bottom {
    display: none; }
  .footer__small-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px; }
  .footer__small-up {
    margin-right: 80px;
    max-width: 43px; }
  .footer__small-up img {
    max-width: 100%; }

.main {
  margin-bottom: 75px;
  margin-top: 91px;
  height: calc(100vh - 91px);
  position: relative;
  z-index: 1; }
  @media (max-width: 480px) {
  .main {
    margin-bottom: 40px; } }
  @media (max-width: 480px) {
  .main {
    margin-top: 50px;
    height: calc(100vh - 50px); } }
  .main__video {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.651); }
  .main__container {
    position: relative;
    z-index: 1;
    height: 100%; }
  .main__body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
  @media (max-width: 480px) {
    .main__body {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .main__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 78px;
    leading-trim: CAP_HEIGHT;
    line-height: 84px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #fff;
    max-width: 543px; }
  @media (max-width: 700px) {
    .main__title {
      font-size: 49px;
      line-height: 54px;
      text-align: center; } }
  .main__subtitle {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #eaeaea;
    max-width: 451px;
    margin: 20px 0px; }
  @media (max-width: 700px) {
    .main__subtitle {
      font-size: 17px;
      line-height: 25px;
      text-align: center; } }
  .main__modal {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #1a91fd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    height: 50px;
    border: 1px solid #1a91fd;
    transition: 0.3s; }
  .main__modal:hover {
    color: #1a91fd;
    background-color: #fff; }

.catalog {
  margin-bottom: 75px; }
  @media (max-width: 480px) {
  .catalog {
    margin-bottom: 40px; } }
  .catalog__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
  @media (max-width: 1000px) {
    .catalog__content {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media (max-width: 600px) {
    .catalog__content {
      gap: 10px; } }
  .catalog__item {
    background-color: #f6f6f6;
    height: 422px; }
  @media (max-width: 600px) {
    .catalog__item {
      height: auto; } }
  @media (min-width: 1200px) {
    .catalog__item:hover .catalog__item-image-place {
      height: 192px; }
      .catalog__item:hover .catalog__item-description {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 25px;
        opacity: 1; }
      .catalog__item:hover .catalog__item-link-text {
        font-family: Onest;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: CAP_HEIGHT;
        line-height: 24px;
        letter-spacing: 0%;
        color: #151515;
        text-decoration: underline;
        text-decoration-color: #000;
        text-underline-offset: 5px;
        transition: 0.3s; } }
  @media (max-width: 1200px) {
    .catalog__item .catalog__item-image-place {
      height: 192px; }

    .catalog__item .catalog__item-description {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 25px;
      opacity: 1; }

    .catalog__item .catalog__item-link-text {
      font-family: Onest;
      font-weight: 400;
      font-style: Regular;
      font-size: 18px;
      leading-trim: CAP_HEIGHT;
      line-height: 24px;
      letter-spacing: 0%;
      color: #151515;
      text-decoration: underline;
      text-decoration-color: #000;
      text-underline-offset: 5px;
      transition: 0.3s; } }
    @media (max-width: 1200px) and (max-width: 600px) {
      .catalog__item .catalog__item-image-place {
        height: 134px; } }
    @media (max-width: 1200px) and (max-width: 600px) {
      .catalog__item .catalog__item-description {
        text-align: center;
        font-size: 13px;
        line-height: 15px; } }
  .catalog__item-container {
    background-color: #f6f6f6;
    padding: 20px;
    height: 422px;
    min-height: fit-content; }
  @media (max-width: 600px) {
    .catalog__item-container {
      height: auto;
      padding: 10px; } }
  .catalog__item-image-place {
    background-color: #e5e5e5;
    padding: 5px;
    height: 267px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
  @media (max-width: 600px) {
    .catalog__item-image-place {
      height: 134px; } }
  .catalog__item-image {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken; }
  .catalog__item-title {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 29px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515;
    margin-top: 30px;
    margin-bottom: 20px; }
  @media (max-width: 600px) {
    .catalog__item-title {
      text-align: center;
      font-size: 17px;
      margin-top: 10px;
      margin-bottom: 5px;
      line-height: 20px; } }
  .catalog__item-description {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    leading-trim: CAP_HEIGHT;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #555;
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 0px;
    opacity: 0;
    transition: 0.3s; }
  .catalog__item-link {
    display: flex;
    align-items: center;
    gap: 10px; }
  @media (max-width: 600px) {
    .catalog__item-link {
      justify-content: center; } }
  .catalog__item-link-text {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    color: #777; }
  @media (max-width: 480px) {
    .catalog__item-link-text {
      display: none; } }
  .about {
    margin-bottom: 75px;
    position: relative;
    z-index: 1; }
  @media (max-width: 480px) {
  .about {
    margin-bottom: 40px; } }
  .about__container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center; }
  @media (max-width: 900px) {
    .about__container {
      grid-template-columns: 1fr;
      gap: 20px; } }
  @media (max-width: 900px) {
    .about__image-place {
      display: none; } }
  .about__image {
    width: 100%; }
  .about__title {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: CAP_HEIGHT;
    line-height: 45px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515;
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .about__title {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 10px;
      text-align: center; } }
  .about__text {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 23px;
    letter-spacing: 0px;
    color: #555; }
  @media (max-width: 900px) {
    .about__text {
      display: none; } }
  @media (max-width: 480px) {
    .about__text {
      font-size: 16px;
      line-height: 20px; } }
  .about__text-mobile {
    display: none;
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 17px;
    letter-spacing: 0px;
    color: #555; }
  @media (max-width: 900px) {
    .about__text-mobile {
      display: block; } }
  .about__text-mobile img {
    width: 100%; }

.advantages {
  background-color: #1b1b1b;
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 75px; }
  @media (max-width: 1200px) {
  .advantages {
    top: 20px; } }
  @media (max-width: 480px) {
  .advantages {
    margin-bottom: 40px;
    padding: 40px 0px; } }
  .advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 700px) {
    .advantages__list {
      grid-template-columns: repeat(2, 1fr); } }
  .advantages__item {
    display: flex;
    flex-direction: column;
    gap: 25px; }
  @media (max-width: 480px) {
    .advantages__item {
      gap: 10px; } }
  .advantages__item:nth-child(6n+1) {
    padding-right: 15px;
    padding-bottom: 60px;
    border-right: 1px solid #434343;
    border-bottom: 1px solid #434343; }
  .advantages__item:nth-child(6n+2) {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 60px;
    border-right: 1px solid #434343;
    border-bottom: 1px solid #434343;
    position: relative; }
  .advantages__item:nth-child(6n+2)::after {
    position: absolute;
    right: -1px;
    bottom: 100%;
    content: "";
    width: 1px;
    height: 1000px;
    background-color: #434343; }
  .advantages__item:nth-child(6n+3) {
    padding-left: 15px;
    padding-bottom: 60px;
    border-bottom: 1px solid #434343; }
  .advantages__item:nth-child(6n+4) {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 32px;
    border-right: 1px solid #434343;
    position: relative; }
  .advantages__item:nth-child(6n+4)::after {
    position: absolute;
    right: -1px;
    top: 100%;
    content: "";
    width: 1px;
    height: 1000px;
    background-color: #434343; }
  .advantages__item:nth-child(6n+5) {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 32px;
    border-right: 1px solid #434343; }
  .advantages__item:nth-child(6n+6) {
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 32px; }
  @media (max-width: 700px) {
  .advantages__item:nth-child(6n+1), .advantages__item:nth-child(6n+3), .advantages__item:nth-child(6n+5) {
    border: none;
    padding: 15px;
    border-right: 1px solid #434343;
    border-bottom: 1px solid #434343; }
    .advantages__item:nth-child(6n+1)::after, .advantages__item:nth-child(6n+3)::after, .advantages__item:nth-child(6n+5)::after {
      display: none; }
  .advantages__item:nth-child(6n+2), .advantages__item:nth-child(6n+4), .advantages__item:nth-child(6n+6) {
    border: none;
    padding: 15px;
    border-bottom: 1px solid #434343; }
    .advantages__item:nth-child(6n+2)::after, .advantages__item:nth-child(6n+4)::after, .advantages__item:nth-child(6n+6)::after {
      display: none; } }
  @media (max-width: 500px) {
  .advantages__item:nth-child(6n+1), .advantages__item:nth-child(6n+3), .advantages__item:nth-child(6n+5), .advantages__item:nth-child(6n+2), .advantages__item:nth-child(6n+4), .advantages__item:nth-child(6n+6) {
    border: none;
    padding: 15px 0px;
    border-bottom: 0px solid #434343; } }
  .advantages__item-image-place {
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: start; }
  @media (max-width: 480px) {
    .advantages__item-image-place {
      justify-content: center; } }
  .advantages__item-title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: CAP_HEIGHT;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff; }
  @media (max-width: 480px) {
    .advantages__item-title {
      font-size: 19px;
      text-align: center; } }
  .advantages__item-subtitle {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 28px;
    letter-spacing: 0px;
    color: #bdbdbd; }
  @media (max-width: 480px) {
    .advantages__item-subtitle {
      font-size: 14px;
      line-height: 17px;
      text-align: center; } }

.thanks {
  margin-bottom: 140px; }
  @media (max-width: 480px) {
  .thanks {
    margin-bottom: 40px; } }
  .thanks__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px; }
  @media (max-width: 600px) {
    .thanks__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  .thanks__item {
    border: 4px solid #b1b1b1;
    border-radius: 2px; }
  .thanks__item-image {
    width: 100%; }

.feedback {
  margin-bottom: 75px;
  background-color: #f3f3f3; }
  @media (max-width: 480px) {
  .feedback {
    margin-bottom: 40px; } }
  .feedback__container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 1000px) {
    .feedback__container {
      flex-direction: column;
      padding: 15px;
      padding-bottom: 0px; } }
  .feedback__title {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 42px;
    leading-trim: CAP_HEIGHT;
    line-height: 45px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515; }
  @media (max-width: 480px) {
    .feedback__title {
      font-size: 24px;
      line-height: 28px;
      text-align: center; } }
  .feedback__subtitle {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555;
    padding: 20px 0px; }
  @media (max-width: 480px) {
    .feedback__subtitle {
      font-size: 14px;
      line-height: 18px;
      text-align: center; } }
  .feedback__image-place {
    height: 492px;
    display: flex;
    align-items: end; }
  @media (max-width: 1000px) {
    .feedback__image-place {
      height: fit-content;
      justify-content: end; } }
  @media (max-width: 1000px) {
    .feedback__image {
      max-width: 100%; } }
  .feedback__area-inputs {
    max-width: 502px; }
  .feedback__area-input-place {
    display: flex;
    gap: 12px; }
  @media (max-width: 480px) {
    .feedback__area-input-place {
      flex-direction: column; } }
  .feedback__area-input {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515;
    background-color: #fff;
    padding: 12px 20px;
    width: 100%; }
  .feedback__submit-area {
    width: 100%; }
  .feedback__area-input-submit {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    background-color: #1a91fd;
    padding: 14px 50px;
    margin-top: 20px;
    border: 1px solid #1a91fd;
    transition: 0.3s; }
  .feedback__area-input-submit:hover {
    color: #1a91fd;
    background-color: #fff; }
  @media (max-width: 480px) {
    .feedback__area-input-submit {
      width: 100%; } }

.partners {
  margin-bottom: 75px; }
  @media (max-width: 480px) {
  .partners {
    margin-bottom: 40px; } }
  .partners__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px; }
  @media (max-width: 1000px) {
    .partners__list {
      grid-template-columns: repeat(5, 1fr);
      gap: 10px; } }
  @media (max-width: 900px) {
    .partners__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 700px) {
    .partners__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 500px) {
    .partners__list {
      grid-template-columns: repeat(2, 1fr); } }
  .partners__items {
    overflow: hidden; }
  .partners__item {
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 158px;
    padding: 9px; }
  @media (max-width: 500px) {
    .partners__item {
      height: 68px; } }
  .partners__item-image {
    max-width: 100%;
    max-height: 100%; }

.top {
  margin-top: 115px;
  margin-bottom: 45px; }
  @media (max-width: 480px) {
  .top {
    margin-top: 60px;
    margin-bottom: 20px; } }
  .top__container {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    color: #c0c0c0;
    display: flex;
    align-items: center;
    gap: 10px;
    row-gap: 0px;
    flex-wrap: wrap; }
  @media (max-width: 480px) {
    .top__container {
      font-size: 12px;
      line-height: 18px;
      column-gap: 5px; } }
  .top__main {
    color: #9d9d9d; }
  .top__current {
    color: #555; }

.about-page {
  margin-bottom: 65px; }
  @media (max-width: 480px) {
  .about-page {
    margin-bottom: 40px; } }
  .about-page__container {
    display: flex;
    flex-direction: column;
    gap: 44px; }
  @media (max-width: 480px) {
    .about-page__container {
      gap: 22px; } }
  .about-page__item {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: center; }
  @media (max-width: 900px) {
    .about-page__item {
      flex-direction: column;
      gap: 10px; } }
  .about-page__item:nth-child(even) {
    flex-direction: row-reverse; }
  @media (max-width: 900px) {
    .about-page__item:nth-child(even) {
      flex-direction: column;
      gap: 10px; } }
  .about-page__item-image-place {
    flex: 100%; }
  .about-page__item-image {
    width: 100%; }
  .about-page__item-content {
    flex: 100%; }
  .about-page__item-title {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 42px;
    leading-trim: CAP_HEIGHT;
    line-height: 48px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .about-page__item-title {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 10px; } }
  .about-page__item-text {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555; }
  @media (max-width: 480px) {
    .about-page__item-text {
      font-size: 16px;
      line-height: 18px; } }
  .about-page__item-content-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .about-page__item-content-list {
      margin-bottom: 10px; } }
  .about-page__item-content-item {
    display: flex;
    gap: 9px; }
  .about-page__item-content-item-text {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555; }

.contacts {
  margin-bottom: 55px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 20px; } }
  .contacts__container {
    display: flex;
    gap: 25px; }
  @media (max-width: 700px) {
    .contacts__container {
      flex-direction: column;
      gap: 10px; } }
  .contacts__left {
    border: 1px solid #e4e4e4; }
  .contacts__item {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 40px;
    padding-bottom: 20px; }
  @media (max-width: 480px) {
    .contacts__item {
      padding: 10px 20px; } }
  .contacts__item:last-child {
    border-bottom: 0px solid #e4e4e4; }
  .contacts__item-title {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #555;
    margin: 10px 0px; }
  .contacts__item-link {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    leading-trim: CAP_HEIGHT;
    line-height: 19px;
    letter-spacing: 0px;
    color: #151515;
    transition: 0.3s; }
  .contacts__item-link:hover {
    color: #1a91fd; }
  .contacts__right {
    width: 100%; }
  @media (max-width: 700px) {
    .contacts__right {
      height: 300px; } }

.category {
  margin-bottom: 55px; }
  @media (max-width: 480px) {
  .category {
    margin-bottom: 20px; } }
  .category__field {
    display: flex;
    gap: 50px; }
  @media (max-width: 800px) {
    .category__field {
      gap: 10px; } }
  @media (max-width: 600px) {
    .category__field {
      flex-direction: column; } }
  .category__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 34px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515;
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .category__title {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 10px; } }
  .category__left {
    max-width: 260px;
    min-width: 260px;
    width: 100%;
    border: 1px solid #e3e3e3;
    height: fit-content;
    background-color: #fff; }
  @media (max-width: 600px) {
    .category__left {
      max-width: none;
      min-width: none; } }
  .category__left-title {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    color: #555;
    padding: 18px 11px;
    padding-bottom: 15px; }
  .category__left-item {
    border-top: 1px solid #e3e3e3; }
  .category__left-item-top {
    display: flex;
    align-items: start;
    gap: 11px;
    padding: 11px;
    margin-left: 2px;
    cursor: pointer; }
  .category__left-item-top.active .category__left-item-top-image-place {
    border: 2px solid #1a91fd; }
    .category__left-item-top.active .category__left-item-top-image-place::after {
      background-color: #1a91fd; }
    .category__left-item-top.active .category__left-item-top-title {
      color: #1a91fd; }
  .category__left-item-top-image-place {
    content: "";
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    border-radius: 100%;
    border: 2px solid #c9c9c9;
    margin-top: 2px;
    transition: 0.3s;
    position: relative; }
  .category__left-item-top-image-place::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    top: 2px;
    left: 2px;
    background-color: rgba(26, 145, 253, 0);
    transition: 0.3s; }
  .category__left-item-top-title {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: bottom;
    color: #151515;
    transition: 0.3s; }
  .category__left-item-bottom-container {
    border-top: 1px solid #e3e3e3;
    display: none; }
  .category__left-item-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 40px;
    padding: 10px;
    padding-left: 0px; }
  .category__left-item-bottom-item {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: bottom;
    color: #555; }
  .category__left-item-bottom-item.active {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-underline-offset: 4px; }
  .category__right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    height: fit-content; }
  @media (max-width: 1100px) {
    .category__right {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media (max-width: 850px) {
    .category__right {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; } }
  .category__right-item {
    padding: 14px;
    background-color: #eee; }
  .category__right-item-image-place {
    background-color: #eee; }
  .category__right-item-image {
    width: 100%;
    mix-blend-mode: darken; }
  .category__right-item-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 15px 8px; }
  .category__right-item-title {
    font-family: Inter Tight;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #151515; }
  .category__right-item-subtitle {
    font-family: Inter Tight;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #555; }
  .category__right-item-cost {
    font-family: Inter Tight;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #151515;
    transition: 0.3s; }
  .category__right-item-cost:hover {
    color: #1a91fd; }

.item {
  margin-bottom: 60px; }
  @media (max-width: 480px) {
  .item {
    margin-bottom: 20px; } }
  .item__container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #e0e0e0;
    padding-top: 40px; }
  @media (max-width: 480px) {
    .item__container {
      padding-top: 10px; } }
  @media (max-width: 1100px) {
    .item__container {
      flex-direction: column;
      align-items: center;
      gap: 20px; } }
  .item__left {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 402px;
    gap: 30px;
    overflow: hidden; }
  @media (max-width: 480px) {
    .item__left {
      gap: 10px; } }
  .item__image-small-field {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 402px; }
  .item__image-small {
    max-height: 362px;
    height: 108px;
    min-width: 100px;
    width: 402px; }
  .item__image-small-image-place {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    opacity: 1;
    transition: 0.3s; }
  .item__image-small-image-place.swiper-slide-thumb-active {
    opacity: 0.7; }
  .item__image-small-image-place-video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative; }
  .item__image-small-image-place-video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2); }
  .item__image-small-image {
    max-height: 100%;
    max-width: 100%; }
  .item__image-small-image-play {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1; }
  .item__buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
    max-width: 34px; }
  .item__button {
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent; }
  @media (max-width: 480px) {
    .item__button {
      height: 20px;
      width: 20px; } }
  .item__button img {
    width: 100%; }
  .item .swiper-button-disabled {
    background-color: #e7e7e7; }
  .item__image-big-field {
    width: 100%; }
  .item__image-big {
    width: 402px;
    height: 426px;
    margin: 0px; }
  @media (max-width: 480px) {
    .item__image-big {
      height: 300px;
      width: 255px; } }
  .item__image-big-image-place {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; }
  .item__image-big-image-place-video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative; }
  .item__image-big-image-place-video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2); }
  .item__image-big-image {
    max-height: 100%;
    max-width: 100%; }
  .item__image-big-image-play {
    width: 128px;
    height: 128px;
    position: relative;
    z-index: 1; }
  .item__image-big-image {
    max-width: 100%;
    max-height: 100%; }
  .item__center {
    max-width: 315px; }
  .item__center-text {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #666;
    margin-bottom: 5px; }
  .item__article {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #666; }
  .item__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515;
    margin-top: 20px;
    margin-bottom: 30px; }
  .item__char-title {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    color: #555;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 25px; }
  .item__char-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    margin-bottom: 15px; }
  .item__char-item {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #151515;
    border-bottom: 1px solid #e0e0e0; }
  .item__char-item-atribut {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #151515;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px; }
  .item__char-item-value {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #151515;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px; }
  .item__char-link {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: bottom;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #151515; }
  .item__right {
    border: 1px solid #e0e0e0;
    width: 100%;
    max-width: 249px; }
  @media (max-width: 480px) {
    .item__right {
      max-width: none; } }
  .item__right-title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    color: #555;
    padding: 27px 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0; }
  .item__right-order-place {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 24px 18px;
    border-bottom: 1px solid #e0e0e0; }
  .item__right-order-text {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    color: #151515;
    text-align: center; }
  .item__right-cost {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 25px 18px;
    padding-bottom: 20px; }
  .item__right-cost-title {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 35px;
    letter-spacing: 0%;
    color: #777; }
  .item__right-cost-subtitle {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 35px;
    letter-spacing: 0%;
    color: #151515; }
  .item__right-modal {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #1a91fd;
    padding: 13px;
    width: calc(100% - 36px);
    margin: 0px 18px;
    border: 1px solid #1a91fd;
    transition: 0.3s; }
  .item__right-modal:hover {
    color: #1a91fd;
    background-color: #fff; }
  .item__right-delivery-title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    color: #555;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 18px;
    padding-bottom: 10px; }
  .item__right-delivery-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 18px; }
  .item__right-delivery-item {
    display: flex;
    align-items: start;
    gap: 15px; }
  .item__right-delivery-item-image {
    margin-top: 1px; }
  .item__right-delivery-item-text {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    color: #151515; }

.item-description {
  margin-bottom: 60px; }
  @media (max-width: 480px) {
  .item-description {
    margin-bottom: 20px; } }
  .item-description__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .item-description__title {
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 22px; } }
  .item-description__text {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
    color: #555; }
  @media (max-width: 480px) {
    .item-description__text {
      font-size: 14px;
      line-height: 16px; } }

.item-advantages {
  margin-bottom: 60px; }
  @media (max-width: 480px) {
  .item-advantages {
    margin-bottom: 20px; } }
  .item-advantages__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .item-advantages__title {
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 22px; } }
  .item-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
  @media (max-width: 850px) {
    .item-advantages__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media (max-width: 600px) {
    .item-advantages__list {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; } }
  .item-advantages__item {
    display: flex;
    gap: 20px; }
  @media (max-width: 480px) {
    .item-advantages__item {
      gap: 5px; } }
  .item-advantages__item-content {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  @media (max-width: 480px) {
    .item-advantages__item-content {
      gap: 5px; } }
  .item-advantages__item-title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0%;
    color: #161616; }
  .item-advantages__item-text {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0%;
    color: #555; }

.item-tech {
  scroll-margin: 200px;
  margin-bottom: 55px; }
  @media (max-width: 480px) {
  .item-tech {
    margin-bottom: 20px; } }
  .item-tech__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515;
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .item-tech__title {
      margin-bottom: 10px; } }
  .item-tech__list {
    display: grid;
    grid-template-columns: 1fr 3fr; }
  .item-tech__char {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
    background-color: #1a91fd;
    border-right: 1px solid #f6f6f6;
    padding: 17px 30px; }
  @media (max-width: 550px) {
    .item-tech__char {
      padding: 5px;
      font-size: 12px; } }
  .item-tech__atribut {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
    background-color: #1a91fd;
    border-right: 1px solid #f6f6f6;
    padding: 17px 30px; }
  @media (max-width: 550px) {
    .item-tech__atribut {
      padding: 5px;
      font-size: 12px; } }
  .item-tech__char-item {
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    padding: 17px 30px;
    align-content: center; }
  @media (max-width: 550px) {
    .item-tech__char-item {
      padding: 5px;
      font-size: 12px; } }
  .item-tech__atriput-item {
    font-family: Onest;
    font-weight: 400;
    font-style: Light;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 17px 30px;
    text-wrap: balance; }
  @media (max-width: 550px) {
    .item-tech__atriput-item {
      padding: 5px;
      font-size: 12px; } }
  .item-tech__bottom-text {
    font-family: Onest;
    font-weight: 400;
    font-style: Light;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #555;
    margin-top: 10px; }

.item-gallery {
  margin-bottom: 55px; }
  @media (max-width: 480px) {
  .item-gallery {
    margin-bottom: 20px; } }
  .item-gallery__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515;
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .item-gallery__title {
      margin-bottom: 10px; } }
  .item-gallery__item {
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .item-gallery__pagination {
    display: flex;
    justify-content: center;
    margin-top: 35px; }
  @media (max-width: 480px) {
    .item-gallery__pagination {
      margin-top: 10px; } }
  .item-gallery .swiper-pagination-bullet {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 8px;
    /* Размер внешнего квадрата */
    height: 8px;
    border-radius: 100%;
    background-color: #d5d5d5;
    border: none;
    transition: 0.3s; }
  .item-gallery .swiper-pagination-bullet::before {
    display: none; }
  .item-gallery .swiper-pagination-bullet-active {
    background-color: #1a91fd;
    border-radius: 100%; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.314);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  .modal.active {
    display: flex; }
  .modal__body {
    margin: 0px 15px;
    padding: 70px 50px;
    background-color: #fff;
    position: relative;
    min-height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 600px) {
    .modal__body {
      padding: 25px 20px; } }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 60px;
    color: #151515;
    background-color: transparent;
    cursor: pointer;
    z-index: 100; }
  @media (max-width: 480px) {
    .modal__close {
      font-size: 30px;
      top: 10px;
      right: 15px; } }
  .modal__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 34px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515; }
  .modal__text {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
    color: #555;
    margin: 20px 0px; }
  .modal__form {
    width: 100%;
    position: relative; }
  .modal__form form {
    width: 100%; }
  .modal__area-inputs {
    display: flex;
    flex-direction: column;
    max-width: 440px; }
  .modal__area-input-place {
    display: flex;
    gap: 23px; }
  @media (max-width: 480px) {
    .modal__area-input-place {
      flex-direction: column; } }
  .modal__area-input {
    border: 1px solid #ddd;
    color: #151515;
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515;
    width: 100%;
    padding: 11px 25px; }
  .modal__area-input-submit {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #1a91fd;
    border: 1px solid #1a91fd;
    padding: 13px 30px;
    width: 208px;
    transition: 0.3s;
    margin-top: 25px; }
  .modal__area-input-submit:hover {
    color: #1a91fd;
    background-color: #fff; }

.modalitem {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.314);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  .modalitem.active {
    display: flex; }
  .modalitem__image-place {
    max-width: 469px;
    background-color: #f6f6f6;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 700px) {
    .modalitem__image-place {
      display: none; } }
  .modalitem__image {
    max-width: 90%;
    max-height: 90%;
    mix-blend-mode: darken; }
  .modalitem__body {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    height: 500px;
    padding: 0px; }
  .modalitem__content {
    height: fit-content;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 600px) {
    .modalitem__content {
      padding: 25px 20px; } }
  .modalitem__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 60px;
    color: #151515;
    background-color: transparent;
    cursor: pointer;
    z-index: 100; }
  @media (max-width: 480px) {
    .modalitem__close {
      font-size: 30px;
      top: 10px;
      right: 15px; } }
  .modalitem__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 34px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515; }
  .modalitem__text {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
    color: #555;
    margin: 20px 0px; }
  .modalitem__form {
    width: 100%;
    position: relative; }
  .modalitem__form form {
    width: 100%; }
  .modalitem__area-inputs {
    display: flex;
    flex-direction: column;
    max-width: 440px; }
  .modalitem__area-input-place {
    display: flex;
    gap: 23px; }
  @media (max-width: 480px) {
    .modalitem__area-input-place {
      flex-direction: column; } }
  .modalitem__area-input {
    border: 1px solid #ddd;
    color: #151515;
    font-family: Onest;
    font-weight: 300;
    font-style: Light;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515;
    width: 100%;
    padding: 11px 25px; }
  .modalitem__area-input-submit {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #1a91fd;
    border: 1px solid #1a91fd;
    padding: 13px 30px;
    width: 208px;
    transition: 0.3s;
    margin-top: 25px; }
  .modalitem__area-input-submit:hover {
    color: #1a91fd;
    background-color: #fff; }
