* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Sansation;
    transition: all 0.4s;
  }
  
  
  body {
    background-color: #17181e;
    overflow-x: hidden;
  }
  .woocommerce-message a {
      color: #1f2128;
  }
  .product_meta {
      display: none;
  }
  .cart-empty.woocommerce-info {
      max-width: 1169px;
      margin: 0 auto;
  }
  p.return-to-shop {
      max-width: 1169px;
      margin: 0 auto;
  }
  .container {
    max-width: 1169px;
    margin: 0 auto;
  }
  
  input.qty {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    background: #191b2100;
    border: 0;
    width: 55px !important;
    vertical-align: sub;
  }
  
  input.qty:focus-visible {
    outline: none;
  }
  .sub_catlist span {
      z-index: 22;
  }
  .plus {
    color: #f0f0f1 !important;
  }
  
  .minus {
    color: #f0f0f1 !important;
  }
  
  .quantity {
    display: flex;
  }
  
  .minus {
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: skew(26deg);
    background: #191B21;
    border: 1px solid #fff;
    padding: 15px;
    cursor: pointer;
    align-items: center;
    position: relative;
    width: 56px;
    height: 56px;
    text-align: center;
  }
  
  .plus {
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: skew(26deg);
    background: #191B21;
    border: 1px solid #fff;
    padding: 15px;
    cursor: pointer;
    align-items: center;
    position: relative;
    width: 56px;
    height: 56px;
    text-align: center;
  }
  
  .minus span,
  .plus span {
    transform: skew(-26deg);
  }
  
  .plus,
  .minus,
  .woocommerce .quantity span {
    font-size: 14px;
  }
  
  nav.header__nav {
    display: flex;
    flex-direction: row;
  }
  
  a.basket-btn.basket-btn_fixed-xs {
    display: flex;
  }
  
  .jquery-single .qty {
    text-align: center;
  }
  
  .s-header__basket-wr.woocommerce {
    margin-left: 20px;
  }
  
  span.basket-btn__counter {
    margin-left: 3px;
  }
  
  .swal-overlay--show-modal .swal-modal {
    opacity: 1;
    pointer-events: auto;
    box-sizing: border-box;
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
    will-change: transform;
    background-color: #1f2128;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 71% 0, 100% 100%, 29% 100%);
    width: 640px;
  }
  
  .footer .footer__wrap .custom-logo-link {
    display: block;
    margin-bottom: 46.39px;
  }
  
  .swal-icon--success:before,
  .swal-icon--success:after {
    content: none !important;
  }
  
  .swal-title {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    text-align: center !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    color: #fff !important;
  }
  
  .swal-icon--success__line {
    height: 5px;
    background-color: #ed3132 !important;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
  }
  
  .swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid #ed3132 !important;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
  }
  
  .swal-button {
    display: flex;
    align-items: center;
    padding: 0 115px 0 51px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 381px;
    height: 60px;
    background-image: url(../img/main/s_device/title_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent !important;
  }
  
  .swal-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: transparent !important;
    padding: 1px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 999999;
  }
  
  .page_title {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .page-numbers {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 20px 25px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #ed3132;
    text-decoration: none;
  }
  
  .page-numbers.current {
    background: #ed3132;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 20px 25px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #ed3132;
  }
  
  br {
    display: block;
    height: 25px;
  }
  
  ul {
    list-style: none;
  }
  
  ul li {
    display: flex;
    align-items: flex-start;
  }
  
  ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  
  ul li::before {
    position: relative;
    top: 5px;
    content: "";
    min-width: 14.35px;
    height: 10.76px;
    margin-right: 6.65px;
    background-image: url("../img/ok.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .mobile__menu {
    position: absolute;
    background-color: #ee3132;
    top: 0;
    left: 2.5%;
    z-index: 9999;
    margin: 0 auto;
    width: 0;
    overflow: hidden;
  }
  
  .mobile__menu .wrap {
    width: 100%;
    padding: 43px 94px 33px 94px;
  }
  
  .mobile__menu .wrap ul {
    list-style: none;
    width: 100%;
  }
  
  .mobile__menu .wrap ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #fff !important;
    padding: 11.43px 0;
    margin-bottom: 0;
  }
  
  .mobile__menu .wrap ul li a {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .mobile__menu .wrap ul li a:hover {
    color: #000;
  }
  
  .mobile__menu .wrap ul li::before {
    display: none;
  }
  
  .mobile__menu .wrap ul li .open_sub {
    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .mobile__menu .wrap ul li .open_sub li {
    border-bottom: 1px solid #000;
  }
  
  .mobile__menu .wrap ul li .open_sub li a {
    font-size: 14px;
  }
  
  .mobile__menu .wrap ul li .open_sub li:last-child {
    border: none !important;
  }
  
  .m_open {
    width: 95%;
  }
  
  .subtitle {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
  }
  
  .custom_form .row:not(:last-child) {
    margin-bottom: 27px;
  }
  
  .custom_form .row label {
    display: inline-block;
    margin-bottom: 14px;
  }
  
  .custom_form .row .select__wrap {
    min-width: 300px;
    position: relative;
  }
  
  .custom_form .row .select__wrap .select_title {
      height: 48.5px;
      max-height: 48.5px;
      background: #191b21;
      border: 1px solid #fff;
      padding: 0 0 0 10px;
      cursor: pointer;
      display: flex;
      align-items: center;
      position: relative;
      padding-right: 50px;
  }
  
  .shops_wrap .phone{
    max-width: 240px;
  }
  .custom_form .row .select__wrap .select_title span {
    height: 18px;
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: skew(-26deg);
    display: flex;
    white-space: wrap;
      hyphens: auto;
      word-break: pre-wrap;
      display: flex;
      max-width: 85%;
      height: 100%;
      align-items: center;
  }
  
  .custom_form .row .select__wrap .active::after {
    transform: rotate(180deg);
  }
  
  .custom_form .row .select__wrap .select_content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    max-height: 200px;
    height: fit-content;
    background: #191b21;
    border: 1px solid transparent;
    transition: all 0.4s;
    z-index: -1;
    opacity: 0;
    border: 1px solid #fff;
  }
  
  .custom_form .row .select__wrap .select_content .c_wrap {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
      height: fit-content;
    max-height: 200px;
    overflow-y: scroll;
    background-color: #191b21;
  }
  .custom_form .row .select__wrap .select_content .search{
    width: 100%;
    height: 50px;
  }
  .custom_form .row .select__wrap .select_content .search input{
    width: 100%;
    height: 50px;
    border: none;
    background-color: #191b21;
    background-image: url("../img/search.svg");
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom: 1px solid #fff;
    padding: 0 30px 0 16px;
    color: #646464;
  }
  .custom_form .row .select__wrap .select_content .c_wrap::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
  }
  .custom_form .row .select__wrap .select_content .c_wrap::-webkit-scrollbar-thumb {
    background-color: #ED3132;
    border-radius: 2px;
  }
  .custom_form .row .select__wrap .select_content .c_wrap .item {
    width: 100%;
    cursor: pointer;
    height: 18px;
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .custom_form .row .select__wrap .select_content .c_wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }
  /*
  .custom_form .row .select__wrap .show {
    height: 100%;
    max-height: 100%;
    overflow: visible;
    position: relative;
  }*/
  
  .owerlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
  }
  
  .owerlay .container {
    height: 100%;
    padding: 5% 0;
  }
  
  .owerlay .content_wrap {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .owerlay .content_wrap .close {
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .owerlay .content_wrap .content {
    position: relative;
    overflow-y: auto;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  
  .owerlay .content_wrap .content img {
    display: block;
    height: 100%;
    object-fit: contain;
  }
  
  .wpcf7-spinner {
    display: none !important;
  }
  
  .wpcf7-response-output,
  .wpcf7-not-valid-tip {
    display: none !important;
  }
  
  .order_form {
    background-color: #191b21;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100vh;
  }
  
  .order_form .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  
  .order_form .container .close {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    background-image: url(../img/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .order_form .container .order_wrap {
    background-color: #1f2128;
    padding: 50px 20px;
    width: 320px;
  }
  
  .order_form .container .order_wrap label {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
  }
  
  .order_form .container .order_wrap input {
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    background-color: transparent;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .order_form .container .order_wrap .submit {
    cursor: pointer;
  }
  
  .order_form .container .order_wrap .submit:hover {
    background-color: #ed3132;
  }
  
  .show_over {
    display: flex;
    z-index: 99999999999;
    opacity: 1;
  }
  
  .btn_hover:hover {
    transform: scale(1.1);
  }
  
  .header {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 47px;
  }
  
  .header::before {
    position: absolute;
    top: 0;
    left: calc(50% - 230px);
    display: block;
    content: "";
    width: 270px;
    height: 140.1px;
    background-image: url("../img/header/header_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .header .header__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  
  .header .header__wrap .header__nav {
    width: 100%;
    max-width: 570px;
  }
  
  .header .header__wrap .header__nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    width: 100%;
  }
  
  .header .header__wrap .header__nav ul li {
    margin-bottom: 0 !important;
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 11;
  }
  
  .header .header__wrap .header__nav ul li a {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
  }
  
  .header .header__wrap .header__nav ul li:hover {
    transform: scale(1.1);
  }
  
  .header .header__wrap .header__nav ul li .sub-menu {
    opacity: 0;
    top: -17px;
    left: -45px;
    position: absolute;
    z-index: -1;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    -webkit-clip-path: polygon(17% 0,
        100% 0,
        100% 83%,
        83% 100%,
        0 100%,
        0 61%,
        0 17%);
    clip-path: polygon(17% 0, 100% 0, 100% 83%, 83% 100%, 0 100%, 0 61%, 0 17%);
    background-color: #ed3132;
    padding: 57px 25px 15px 45px;
  }
  
  .header .header__wrap .header__nav ul li .sub-menu li a {
    white-space: nowrap;
    font-size: 12px;
  }
  
  .header .header__wrap .header__nav ul li .sub-menu li:not(:last-child) {
    margin-bottom: 20px !important;
  }
  
  .header .header__wrap .header__nav ul li .sub-menu li:hover {
    transform: scale(1.1);
  }
  
  .header .header__wrap .header__nav ul li .sub-menu li:hover a {
    color: #000;
  }
  
  .header .header__wrap .header__nav ul .menu-item-has-children {
    z-index: 13;
  }
  
  .header .header__wrap .header__nav ul .menu-item-has-children a {
    z-index: 999;
  }
  
  .header .header__wrap .header__nav ul .menu-item-has-children:hover .sub-menu {
    display: flex;
    z-index: 99;
    opacity: 1;
  }
  
  .header .header__wrap .mobile__btn {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ee3132;
    cursor: pointer;
    position: relative;
    z-index: 99999;
  }
  
  .header .header__wrap .mobile__btn span {
    width: 30.906px;
    height: 5.349px;
    border-radius: 118.868px;
    background: #fff;
  }
  
  .header .header__wrap .mobile__btn span:not(:last-child) {
    margin-bottom: 4.75px;
  }
  
  .show_menu .mobile__btn {
    background-color: #fff;
  }
  
  .show_menu .mobile__btn span {
    background: #ee3132;
  }
  
  .footer {
    padding: 108px 0 53px 0;
    width: 100%;
  }
  
  .footer .footer__wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  
  .footer .footer__wrap .footer_col:nth-child(3) {
    margin-left: auto;
  }
  
  .footer .footer__wrap .footer_col:nth-child(4) {
    margin-left: 53px;
  }
  
  .footer .footer__wrap .footer_col .footer__logo {
    display: block;
    margin-bottom: 46.39px;
  }
  
  .footer .footer__wrap .footer_col .cop {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .footer .footer__wrap .footer_col .title {
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
  }
  
  .footer .footer__wrap .footer_col ul {
    max-width: 174px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style: none;
  }
  
  .footer .footer__wrap .footer_col ul li {
    display: flex;
    justify-content: flex-end;
    justify-content: space-between;
  }
  
  .footer .footer__wrap .footer_col ul li::before {
    display: none;
  }
  
  .footer .footer__wrap .footer_col ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  
  .footer .footer__wrap .footer_col ul li a {
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.606px;
    text-decoration: underline;
  }
  
  .footer .footer__wrap .footer_contacts {
    margin-left: 108px;
    max-width: 174px;
    display: flex;
    flex-direction: column;
  }
  
  .footer .footer__wrap .footer_contacts .row {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }
  
  .footer .footer__wrap .footer_contacts .row:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .footer .footer__wrap .footer_contacts .row .c_title {
    display: block;
  }
  
  .footer .footer__wrap .footer_contacts .row a {
    color: #ed3132;
    text-decoration: none;
  }
  
  .section__main {
    height: 661px;
    background-image: url("../img/main/s_main/bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .section__main .title {
    padding-top: 150px;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    max-width: 707px;
    margin: 0 auto;
  }
  
  .section__main .dop {
    position: absolute;
    z-index: 9;
    bottom: 25px;
    left: 42.86%;
    width: 247px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .section__main .dis_left {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 999;
    top: 426px;
    left: 40.21%;
    background-image: url("../img/main/s_main/dis_left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 299px;
    height: 60px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 117px 0 51px;
    text-decoration: none;
  }
  
  .section__main .dis_right {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 999;
    top: 385px;
    right: 23.19%;
    background-image: url("../img/main/s_main/dis_right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 379.644px;
    height: 60px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 53.82px;
    padding-right: 110.82px;
    text-decoration: none;
  }
  
  .section__main .item_left {
    position: absolute;
    bottom: 0;
    left: 3.59%;
  }
  
  .section__main .item_right {
    position: absolute;
    right: 17.29%;
    bottom: 0;
  }
  
  .section__main .dop_bg {
    position: absolute;
    z-index: 99;
    bottom: -53.5px;
    left: 53.65%;
    width: 245.136px;
    height: 246.5px;
    background-image: url("../img/main/s_main/dop_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section_dop_info {
    padding-top: 116px;
    padding-bottom: 121px;
    background-image: url("../img/main/s_dop-info/bg.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .section_dop_info .dop_info__wrap {
    width: 100%;
    position: relative;
    height: 424px;
    display: flex;
    align-items: center;
  }
  
  .section_dop_info .dop_info__wrap .dop_info {
    position: absolute;
    left: -216px;
    width: 893px;
    height: 424px;
  }
  
  .section_dop_info .dop_info__wrap .dop_info .video_wrap {
    height: 100%;
    position: relative;
    display: flex;
  }
  
  .section_dop_info .dop_info__wrap .dop_info .video_wrap::before {
    position: absolute;
    z-index: 9999;
    content: "";
    top: 7px;
    left: 39px;
    width: 177px;
    height: 269px;
    background-image: url("../img/main/s_dop-info/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section_dop_info .dop_info__wrap .dop_info .video_wrap::after {
    position: absolute;
    z-index: 9999;
    top: 220px;
    right: 14px;
    content: "";
    width: 256px;
    height: 190.5px;
    background-image: url("../img/main/s_dop-info/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section_dop_info .dop_info__wrap .dop_info .video_wrap .video {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-clip-path: polygon(28% 0%, 100% 0, 73% 100%, 0 100%);
    clip-path: polygon(28% 0%, 100% 0, 73% 100%, 0 100%);
  }
  
  .section_dop_info .dop_info__wrap .dop_info .video_wrap .video img {
    display: block;
    width: 100%;
  }
  
  .section_dop_info .dop_info__wrap .dop_info .video_wrap .video .none_video {
    width: 100%;
    height: 100%;
    background-image: url("../img/main/s_dop-info/video.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section_dop_info .dop_info__wrap .dop_info .video_wrap .video .play_btn {
    position: absolute;
    top: calc(50% - 70.5px);
    width: 141px;
    height: 141px;
    background-image: url("../img/main/s_dop-info/play.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .section_dop_info .dop_info__wrap .dop_info__content {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
  }
  
  .section_dop_info .dop_info__wrap .dop_info__content .title {
    margin-bottom: 37px;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    max-width: 507px;
  }
  
  .section_dop_info .dop_info__wrap .dop_info__content .subtitle {
    max-width: 432px;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 31px;
  }
  
  .section_dop_info .dop_info__wrap .dop_info__content .subtitle span {
    color: #ed3132;
  }
  
  .section_dop_info .dop_info__wrap .dop_info__content .text {
    max-width: 345px;
    color: #ed3132;
    text-align: right;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 27px;
  }
  
  .section_dop_info .dop_info__wrap .dop_info__content .dis {
    max-width: 435px;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .section__device {
    margin-bottom: 124.12px;
    background-image: url("../img/main/s_device/bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 95.88px;
  }
  
  .section__device .device__title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 118px;
  }
  
  .section__device .device__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 156px 58px;
  }
  
  .section__device .device__wrap .item {
    width: 50%;
    max-width: 554px;
    height: 291px;
    position: relative;
  }
  
  .section__device .device__wrap .item .item__img_wrap {
    width: 100%;
    height: 100%;
  }
  
  .section__device .device__wrap .item .item__img_wrap .item__img {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/main/s_device/item_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .section__device .device__wrap .item .item__img_wrap .item__img img {
    position: absolute;
  }
  
  .section__device .device__wrap .item .item__title {
    position: absolute;
    bottom: -30px;
    right: -47px;
    display: flex;
    align-items: center;
    padding: 0 115px 0 51px;
    width: -moz-fit-content;
    width: fit-content;
    width: 381px;
    height: 60px;
    background-image: url("../img/main/s_device/title_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .section__device .device__wrap .item .item__btn {
    position: absolute;
    bottom: -70px;
    left: 303px;
  }
  
  .section__device .device__wrap .item .item__btn a {
    color: #ed3132;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
      position: relative;
  }
  
  .section__device .device__wrap .item .item__btn a::after {
    content: "";
    width: 32px;
    height: 17px;
    margin-left: 11px;
    background-image: url("../img/main/s_device/btn.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
      position: absolute;
      right: -43px;
  }
  
  .section__device .device__wrap .item:nth-child(1) {
    display: flex;
    position: relative;
  }
  
  .section__device .device__wrap .item:nth-child(1)::before {
    position: absolute;
    z-index: 999999;
    content: "";
    width: 27px;
    height: 30px;
    top: 39px;
    left: 20px;
    background-image: url("../img/main/s_device/before_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__device .device__wrap .item:nth-child(1)::after {
    position: absolute;
    z-index: 999999;
    content: "";
    width: 54px;
    height: 59px;
    top: 63px;
    right: 95.99px;
    background-image: url("../img/main/s_device/after_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__device .device__wrap .item:nth-child(1) .item__img_wrap .item__img img {
    top: -64px;
  }
  
  .section__device .device__wrap .item:nth-child(2) {
    display: flex;
  }
  
  .section__device .device__wrap .item:nth-child(2)::before {
    position: absolute;
    z-index: 999999;
    content: "";
    width: 126px;
    height: 95px;
    top: 65px;
    left: -19px;
    background-image: url("../img/main/s_device/before_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__device .device__wrap .item:nth-child(2) .item__img_wrap .item__img img {
    top: -64px;
  }
  
  .section__device .device__wrap .item:nth-child(3) {
    display: flex;
  }
  
  .section__device .device__wrap .item:nth-child(3)::before {
    position: absolute;
    z-index: 999999;
    content: "";
    width: 48px;
    height: 53px;
    top: 58px;
    left: 29px;
    background-image: url("../img/main/s_device/before_3.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__device .device__wrap .item:nth-child(3) .item__img_wrap .item__img img {
    top: -52px;
  }
  
  .section__device .device__wrap .item:nth-child(4) {
    display: flex;
  }
  
  .section__device .device__wrap .item:nth-child(4)::before {
    position: absolute;
    z-index: 999999;
    content: "";
    width: 233px;
    height: 184px;
    top: 80px;
    left: -69px;
    background-image: url("../img/main/s_device/before_4.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__device .device__wrap .item:nth-child(4) .item__img_wrap .item__img img {
    top: -52px;
  }
  
  .section__promo {
    height: 424px;
    background-image: url("../img/main/s_promo/bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section__promo .promo__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 424px;
    background-image: url("../img/main/s_promo/bg_item.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
  }
  
  .section__promo .promo__wrap img {
    position: absolute;
    bottom: -43px;
  }
  
  .section__promo .promo__wrap .arr_left {
    width: 40px;
    height: 165px;
    background-image: url("../img/main/s_promo/ar.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 352px;
  }
  
  .section__promo .promo__wrap .arr_right {
    width: 40px;
    height: 165px;
    background-image: url("../img/main/s_promo/ar_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 329px;
  }
  
  .section__about {
    padding: 100px 0 88px 0;
    background-image: url("../img/main/s_about/bg.svg");
    background-position: center 210px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__about .about__wrap .about__title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 34px;
  }
  
  .section__about .about__wrap .about__subtitle {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 39px;
  }
  
  .section__about .about__wrap .about__items {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .section__about .about__wrap .about__items::after {
      transform: rotate(-15deg);
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 41%;
    width: 100px;
    height: 161px;
    background-image: url("../img/main/s_about/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__about .about__wrap .about__items .item {
    max-width: 447px;
    display: flex;
  }
  
  .section__about .about__wrap .about__items .item::after {
    content: "";
    min-width: 32.66px;
    height: 32.66px;
    border-radius: 50%;
    background-color: #ed3132;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .section__about .about__wrap .about__items .item:nth-child(1) {
    text-align: right;
    margin-bottom: 18px;
    margin-left: 7%;
    align-items: flex-start;
  }
  
  .section__about .about__wrap .about__items .item:nth-child(1)::after {
    content: "1";
    margin-left: 22px;
  }
  
  .section__about .about__wrap .about__items .item:nth-child(2) {
    margin-bottom: 37px;
    margin-left: calc(49.5% - 76px);
    align-items: flex-end;
  }
  
  .section__about .about__wrap .about__items .item:nth-child(2)::after {
    display: none;
  }
  
  .section__about .about__wrap .about__items .item:nth-child(2)::before {
    content: "2";
    min-width: 32.66px;
    height: 32.66px;
    border-radius: 50%;
    background-color: #ed3132;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 21.34px;
  }
  
  .section__about .about__wrap .about__items .item:nth-child(3) {
    margin-left: 13.23%;
    text-align: right;
    align-items: flex-start;
  }
  
  .section__about .about__wrap .about__items .item:nth-child(3)::after {
    content: "3";
    margin-left: 23px;
  }
  
  .section__development {
    margin-bottom: 88px;
    height: 424px;
    background-image: url("../img/main/s_development/bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__development .development__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  .section__development .development__wrap .development__content {
    position: absolute;
    left: 0;
    top: 58px;
  }
  
  .section__development .development__wrap .development__content .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 38px;
    max-width: 453px;
  }
  
  .section__development .development__wrap .development__content ul {
    padding: 0 0 0 70px;
  }
  
  .section__development .development__wrap .development__content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .section__development .development__wrap .development__img {
    width: 802px;
    height: 424px;
    position: relative;
  }
  
  .section__development .development__wrap .development__img .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f2128;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  }
  
  .section__development .development__wrap .development__img .img_wrap .noimg {
    display: block;
    width: 213px;
    height: 179px;
  }
  
  .section__development .development__wrap .development__img .img_title {
    position: absolute;
    bottom: 14px;
    left: -286px;
    height: 83px;
    width: 604px;
    padding: 0 68px 0 153px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url("../img/main/s_development/title_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .section__development .development__wrap .development__img .img_title strong {
    display: inline;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .section__comparison {
    margin-bottom: 88px;
  }
  
  .section__comparison .comparison__wrap .title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 146px;
  }
  
  .section__comparison .comparison__wrap .comparison__block {
    display: flex;
    justify-content: space-between;
  }
  
  .section__comparison .comparison__wrap .comparison__block .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 281px;
    position: relative;
  }
  
  .section__comparison .comparison__wrap .comparison__block .item .img_block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 149px;
    margin-bottom: 34.92px;
    background-color: #1f2128;
    -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  }
  .section__comparison .comparison__wrap .comparison__block .item .img_block img {
      margin-top: 20px;
  }
  .section__comparison .comparison__wrap .comparison__block .item .item_title {
    display: flex;
    align-items: center;
    color: #ed3132;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 50px;
  }
  
  .section__comparison .comparison__wrap .comparison__block .item .item_dis {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .section__comparison .comparison__wrap .comparison__block .item::before {
    content: "";
    width: 71px;
    height: 100px;
    position: absolute;
    top: -103px;
  }
  
  .section__comparison .comparison__wrap .comparison__block .item:nth-child(1)::before {
    background-image: url("../img/main/s_comparison/1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
  }
  
  .section__comparison .comparison__wrap .comparison__block .item:nth-child(2)::before {
    background-image: url("../img/main/s_comparison/2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  .section__comparison .comparison__wrap .comparison__block .item:nth-child(3)::before {
    background-image: url("../img/main/s_comparison/3.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  
  .reviews__btns.btn_hover:hover {
    transform: none;
  }
  
  .reviews__btns.btn_hover a:hover {
    transform: scale(1.1);
  }
  
  .section__discription {
    margin-bottom: 51px;
  }
  
  .section__discription .discription__wrap {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .section__discription .discription__wrap::before {
    content: "";
    position: absolute;
    top: 60px;
    left: -125px;
    z-index: 999;
    width: 295px;
    height: 224px;
    background-image: url("../img/main/s_discriptions/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section__discription .discription__wrap::after {
    content: "";
    position: absolute;
    top: 47px;
    right: -23px;
    width: 267px;
    height: 244px;
    background-image: url("../img/main/s_discriptions/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section__discription .discription__wrap .discription {
    width: 100%;
    height: 424px;
    background-color: #1f2128;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-clip-path: polygon(0 0, 79% 0, 100% 100%, 21% 100%);
    clip-path: polygon(0 0, 79% 0, 100% 100%, 21% 100%);
  }
  
  .section__discription .discription__wrap .discription .img {
    top: -28px;
    position: absolute;
  }
  .section__discription .discription__wrap .discription .img img {
  transition: 1s;
  }
  .section__discription .discription__wrap .discription .img img:hover {
  transform: scale(1.2);
  }
  .section__discription .discription__wrap .text {
    position: absolute;
    bottom: 33px;
    right: 0;
    width: 524px;
    height: 83px;
    background-image: url("../img/main/s_discriptions/title_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 153px;
  }
  
  .section__discription .discription__wrap .text span {
    max-width: 272px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .section__discription .discription__wrap .text span strong {
    display: flex;
    font-size: 17px;
  }
  
  .section__video_info {
    margin-bottom: 84px;
  }
  
  .section__video_info .video_info__wrap {
    width: 100%;
    position: relative;
    height: 424px;
  }
  
  .section__video_info .video_info__wrap .video_info {
    position: absolute;
    left: -103px;
    width: 893px;
    height: 424px;
  }
  
  .section__video_info .video_info__wrap .video_info .video_wrap {
    height: 100%;
    position: relative;
    display: flex;
  }
  
  .section__video_info .video_info__wrap .video_info .video_wrap::before {
    position: absolute;
    z-index: 9999;
    content: "";
    top: 0;
    left: 58px;
    width: 206px;
    height: 259px;
    background-image: url("../img/main/s_video_info/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section__video_info .video_info__wrap .video_info .video_wrap::after {
    position: absolute;
    z-index: 9999;
    top: 134px;
    right: 0;
    content: "";
    width: 270px;
    height: 276.5px;
    background-image: url("../img/main/s_video_info/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section__video_info .video_info__wrap .video_info .video_wrap .video {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-clip-path: polygon(28% 0%, 100% 0, 73% 100%, 0 100%);
    clip-path: polygon(28% 0%, 100% 0, 73% 100%, 0 100%);
  }
  
  .section__video_info .video_info__wrap .video_info .video_wrap .video img {
    display: block;
    width: 100%;
  }
  
  .section__video_info .video_info__wrap .video_info .video_wrap .video .none_video {
    width: 100%;
    height: 100%;
    background-image: url("../img/main/s_video_info/video.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section__video_info .video_info__wrap .video_info .video_wrap .video .play_btn {
    position: absolute;
    top: calc(50% - 70.5px);
    width: 141px;
    height: 141px;
    background-image: url("../img/main/s_video_info/play.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .section__video_info .video_info__wrap .video_info__content {
    position: absolute;
    max-width: 414px;
    top: 203px;
    right: 0;
  }
  
  .section__video_info .video_info__wrap .video_info__content .text {
    color: #fff;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 29px;
  }
  
  .section__video_info .video_info__wrap .video_info__content .dis {
    color: #ed3132;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .section__main-info {
    margin-bottom: 84px;
  }
  
  .section__main-info .title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .section__main-info .subtitle {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  
  .section__main-info .partners__wrap .partners__slider_wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider_prev {
    position: absolute;
    left: -31px;
    width: 11.31px;
    height: 19.8px;
    background-image: url("../img/main/s_partners/ar_prev.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider_next {
    position: absolute;
    right: -31px;
    width: 11.31px;
    height: 19.8px;
    background-image: url("../img/main/s_partners/ar_next.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .slick-track {
    display: flex;
    gap: 0 15px;
  }
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .slick-list{
      width: 100%;
  }
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .item {
      min-width: 145px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 103px;
    border-radius: 10px;
    background: #292b32;
    margin-right: 15px;
    overflow: hidden;
  }
  
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .item img {
    display: block;
    height: 100%;
  }
  
  .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .item .noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b3e47;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots ul {
    display: flex;
    align-items: center;
    list-style: none;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots ul li {
    width: 6.3px;
    height: 6.3px;
    border-radius: 50%;
    background: #292b32;
    overflow: hidden;
    margin-bottom: 0;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots ul li button {
    background-color: transparent;
    border: none;
    color: transparent;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots ul li::before {
    display: none;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots ul li:not(:last-child) {
    margin-right: 5.7px;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots ul li a {
    color: transparent;
  }
  
  .section__main-info .partners__wrap .partners__slider_dots ul .slick-active {
    background: #ed3132;
  }
  
  .section__main-info .main-info__wrap {
    margin-top: 121px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  
  .section__main-info .main-info__wrap .item .title {
    color: #ed3132;
    text-align: center;
    font-size: 59px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .section__main-info .main-info__wrap .item .dis {
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .section__reviews {
    margin-bottom: 80px;
  }
  
  .section__reviews .title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    max-width: 621px;
    margin: 0 auto 54px auto;
  }
  
  .section__reviews .reviews__slider_wrap {
    width: 100%;
    max-width: 893px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .section__reviews .reviews__slider_wrap::before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -93px;
    width: 355px;
    height: 294px;
    background-image: url("../img/main/s_reviews/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__reviews .reviews__slider_wrap::after {
    content: "";
    position: absolute;
    z-index: 9999;
    right: -87px;
    top: 130px;
    width: 267px;
    height: 294px;
    background-image: url("../img/main/s_reviews/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__reviews .reviews__slider_wrap .next_btn {
    position: absolute;
    top: calc(50% - 9.5px);
    right: -157px;
    width: 11.31px;
    height: 19.8px;
    background-image: url("../img/main/s_reviews/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    cursor: pointer;
  }
  
  .section__reviews .reviews__slider_wrap .prev_btn {
    position: absolute;
    top: calc(50% - 9.5px);
    left: -157px;
    width: 11.31px;
    height: 19.8px;
    background-image: url("../img/main/s_reviews/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  
  .section__reviews .reviews__slider_wrap .reviews__slider {
    height: 424px;
    width: 100%;
    margin-bottom: 37px;
  }
  
  .section__reviews .reviews__slider_wrap .reviews__slider .slide {
    width: 100%;
    height: 424px;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
    clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
    background-color: #1f2128;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .section__reviews .reviews__slider_wrap .reviews__slider .slide .play {
    position: absolute;
    top: calc(50% - 70.5px);
    width: 141px;
    height: 141px;
    background-image: url("../img/play.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55.7px;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav ul {
    display: flex;
    align-items: center;
    list-style: none;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav ul li {
    width: 6.3px;
    height: 6.3px;
    border-radius: 50%;
    background: #292b32;
    overflow: hidden;
    margin-bottom: 0;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav ul li button {
    background-color: transparent;
    border: none;
    color: transparent;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav ul li::before {
    display: none;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav ul li:not(:last-child) {
    margin-right: 5.7px;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav ul li a {
    color: transparent;
  }
  
  .section__reviews .reviews__slider_wrap .slider_nav ul .slick-active {
    background: #ed3132;
  }
  
  .section__reviews .reviews__btns {
    display: flex;
    justify-content: center;
    gap: 0 14px;
  }
  
  .section__reviews .reviews__btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 273px;
    height: 66px;
    border: 2px solid #ed3132;
    text-decoration: none;
    transition: all 0.4s;
  }
  
  .section__reviews .reviews__btns a:hover {
    background-color: #ed3132;
  }
  
  .section__info {
    background-image: url("../img/main/s_info/info_bg.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding-bottom: 124.84px;
  }
  
  .section__info .info__wrap .info__title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 66px;
  }
  
  .section__info .info__wrap .info__content {
    display: flex;
    justify-content: space-between;
  }
  
  .section__info .info__wrap .info__content .item {
    position: relative;
    width: 266.49px;
    height: 140.16px;
  }
  
  .section__info .info__wrap .info__content .item .item__img {
    width: 100%;
    height: 100%;
    background: #1f2128;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  }
  
  .section__info .info__wrap .info__content .item .item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53.13px;
    background: #ed3132;
    position: absolute;
    width: 100%;
    bottom: -35.97px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    -webkit-clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  }
  
  .section__info .info__wrap .info__content_mob {
    display: none;
  }
  
  .section__shop {
    background-image: url("../img/main/s_shop/shop_bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding-bottom: 124.57px;
  }
  
  .section__shop .shop__wrap .title {
    margin-bottom: 93px;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .section__shop .shop__wrap .products_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 67px 0;
  }
  
  .section__shop .shop__wrap .products_content .product_wrap {
    position: relative;
    max-width: 557.9px;
    height: 293.43px;
    width: 50%;
    cursor: pointer;
  }
  
  .section__shop .shop__wrap .products_content .product_wrap .product {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f2128;
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
  }
  
  .section__shop .shop__wrap .products_content .product_wrap .product img {
        height: 110%;
      width: auto;
  }
  
  .section__shop .shop__wrap .products_content .product_wrap .product .noimg {
    display: block;
    width: 157px;
    height: 131px;
  }
  
  .section__shop .shop__wrap .products_content .product_wrap .product_title {
    position: absolute;
    bottom: -29.57px;
    right: 0;
    display: flex;
    align-items: center;
    width: 259px;
    height: 60px;
    background-image: url("../img/main/s_shop/title_bg.svg");
    padding: 0 100px 0 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .section__distributors {
    margin-bottom: 61px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .section__distributors .title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .section__distributors .subtitle {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 46px;
  }
  
  .section__distributors .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ed3132;
    text-decoration: none;
    width: 273px;
    height: 66px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .section__distributors .link {
    color: #ed3132;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
  }
  
  .section__map {
    background-image: url("../img/main/s_map/map_bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  
  .section__map .map__wrap {
    width: 100%;
    height: 424px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .section__map .map__wrap::before {
    content: "";
    width: 267.01px;
    height: 360.99px;
    top: -6px;
    left: -15px;
    position: absolute;
    z-index: 9999;
    background-image: url("../img/main/s_map/before.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(1deg);
  }
  
  .section__map .map__wrap::after {
    content: "";
    width: 365.39px;
    height: 334.71px;
    position: absolute;
    z-index: 9999;
    top: 63px;
    right: -77.39px;
    background-image: url("../img/main/s_map/after.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  
  .section__map .map__wrap .map__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(22% 0%, 100% 0, 78% 100%, 0 100%);
    clip-path: polygon(22% 0%, 100% 0, 78% 100%, 0 100%);
    overflow: hidden;
  }
  
  .section__map .map__wrap .map__content .map img {
    height: 100%;
  }
  
  .blog_filters .filter {
    position: relative;
    cursor: pointer;
  }
  
  .blog_filters .filter span {
    position: relative;
    z-index: 99999;
  }
  
  .blog_filters .filter .sub_catlist {
    padding: 62px 15px 15px 25px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-clip-path: polygon(17% 0,
        100% 0,
        100% 83%,
        83% 100%,
        0 100%,
        0 61%,
        0 17%);
    clip-path: polygon(17% 0, 100% 0, 100% 83%, 83% 100%, 0 100%, 0 61%, 0 17%);
    background-color: #ed3132;
    opacity: 0;
  }
  
  .blog_filters .filter .sub_catlist span {
    padding: 0 !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 14px !important;
  }
  
  .blog_filters .filter .sub_catlist span:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .blog_filters .filter .sub_catlist span::after {
    display: none;
  }
  
  .blog_filters .filter:hover .sub_catlist {
    z-index: 999;
    opacity: 1;
  }
  
  /* .owerlay .content_wrap .content {
    background: #191b21;
    padding: 0px 30px;
  } */
  
  @media only screen and (max-width: 1840px) {
    .section__main .dis_left {
      left: 40.21%;
    }
  
    .section__main .dis_right {
      right: 23.19%;
    }
  
    .section__main .item_left {
      left: -69px;
    }
  
    .section__main .item_right {
      right: 332px;
    }
  }
  
  @media only screen and (max-width: 1720px) {
    .section__main .dis_left {
      left: 35.21%;
    }
  
    .section__main .dis_right {
      right: 23.19%;
    }
  
    .section__main .item_left {
      left: -69px;
    }
  
    .section__main .item_right {
      right: 10%;
    }
  }
  
  @media only screen and (max-width: 1570px) {
    .section__main .dis_right {
      right: 18%;
    }
  
    .section__main .item_left {
      left: -10%;
    }
  
    .section__main .item_right {
      right: 10%;
    }
  }
  
  @media only screen and (max-width: 1460px) {
    .section__main .title {
      font-size: 44px;
    }
  
    .section__main .dis_left {
      left: 28.21%;
    }
  
    .section__main .dis_right {
      right: 18.19%;
    }
  
    .section__main .item_left {
      left: -15%;
    }
  
    .section__main .item_right {
      right: 10%;
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::before {
      position: absolute;
      z-index: 9999;
      content: "";
      top: 7px;
      left: 21px;
      width: 177px;
      height: 269px;
      background-image: url(../img/main/s_dop-info/before.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .section_dop_info .dop_info__wrap .dop_info,
    .section__video_info .video_info__wrap .video_info {
      position: absolute;
      left: -70px;
      width: 750px;
      height: 424px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap::before {
      position: absolute;
      z-index: 9999;
      content: "";
      top: 0;
      left: 12px;
      width: 206px;
      height: 259px;
      background-image: url(../img/main/s_video_info/before.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  
  @media only screen and (max-width: 1180px) {
    .section__main .title {
      font-size: 44px;
    }
  
    .section__main .dis_left {
      left: 28.21%;
    }
  
    .section__main .dis_right {
      right: 13.19%;
    }
  
    .section__main .item_left {
      left: -15%;
    }
  
    .section__main .item_right {
      right: 10%;
    }
  
    .footer {
      padding: 0 20px;
    }
  
    .footer .footer__wrap .footer_contacts {
      margin-left: 50px;
    }
  }
  
  @media only screen and (max-width: 1280px) {
  
    .section_dop_info .dop_info__wrap .dop_info,
    .section__video_info .video_info__wrap .video_info {
      position: absolute;
      left: 0;
      width: 700px;
      height: 424px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::before {
      position: absolute;
      z-index: 9999;
      content: "";
      top: 24px;
      left: 24px;
      width: 154px;
      height: 234px;
      background-image: url(../img/main/s_dop-info/before.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .container {
      max-width: 95%;
    }
  
    .section__device .device__wrap {
      gap: 156px 48px;
      justify-content: center;
    }
  
    .section__device .device__wrap .item {
      max-width: 454px;
    }
  
    .section__device .device__wrap .item:nth-child(1) {
      display: flex;
      position: relative;
    }
  
    .section__device .device__wrap .item:nth-child(1)::before {
      left: 5px;
    }
  
    .section__device .device__wrap .item:nth-child(1)::after {
      top: 63px;
      right: 75.99px;
    }
  
    .section__device .device__wrap .item:nth-child(2)::before {
      left: -35px;
    }
  
    .section__device .device__wrap .item:nth-child(3)::before {
      top: 58px;
      left: 15px;
    }
  
    .section__device .device__wrap .item:nth-child(4)::before {
      top: 60px;
      left: -99px;
      background-image: url("../img/main/s_device/before_4.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__device .device__wrap .item:nth-child(4) .item__img_wrap .item__img img {
      top: -52px;
    }
  
    .section__promo {
      height: 240px;
    }
  
    .section__promo .promo__wrap {
      width: 100%;
      height: 240px;
    }
  
    .section__promo .promo__wrap img {
      position: absolute;
      bottom: -43px;
      height: 322px;
    }
  
    .section__promo .promo__wrap .arr_left {
      width: 22px;
      height: 93px;
      left: 30%;
    }
  
    .section__promo .promo__wrap .arr_right {
      width: 22px;
      height: 93px;
      right: 30%;
    }
  
    .section__about {
      padding: 73px 0 103px 0;
      background-image: url("../img/main/s_about/bg.svg");
      background-position: center 210px;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__about .about__wrap .about__title {
      font-size: 55px;
      margin-bottom: 46px;
    }
  
    .section__development .development__wrap .development__img {
      width: 702px;
    }
  
    .section__development .development__wrap .development__img .img_wrap .noimg {
      width: 120px;
      height: 120px;
    }
  
    .section__video_info .video_info__wrap .video_info {
      width: 753px;
    }
  
    .section__main-info .partners__wrap {
      padding: 0 30px;
    }
  
    .section__discription {
      margin-bottom: 155px;
    }
  
    .section__discription .discription__wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__discription .discription__wrap::before {
      top: 38px;
      left: 4.5%;
      z-index: 999;
      width: 190px;
      height: 144px;
    }
  
    .section__discription .discription__wrap::after {
      top: 30px;
      right: 95px;
      width: 172px;
      height: 157px;
    }
  
    .section__discription .discription__wrap .discription {
      width: 755px;
      height: 273px;
    }
  
    .section__discription .discription__wrap .discription .img {
      top: -18px;
      position: absolute;
    }
  
    .section__discription .discription__wrap .discription .img img {
      height: 262px;
    }
  
    .section__discription .discription__wrap .text {
      bottom: -76px;
      left: 240px;
      width: 524px;
      height: 83px;
      background-image: url("../img/main/s_discriptions/title_bg.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      padding-left: 153px;
    }
  
    .section__discription .discription__wrap .text span {
      max-width: 272px;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .section__discription .discription__wrap .text span strong {
      display: flex;
      font-size: 17px;
    }
  }
  
  @media only screen and (max-width: 1124px) {
    .section__main .title {
      font-size: 44px;
    }
  
    .section__main .dis_left {
      left: 24.21%;
    }
  
    .section__main .dis_right {
      right: 11.19%;
    }
  
    .section__main .item_left {
      left: -20%;
    }
  
    .section__main .item_right {
      right: 5%;
    }
  
    .section__development {
      margin-bottom: 76px;
      height: -moz-fit-content;
      height: fit-content;
      background-image: none;
    }
  
    .section__development .development__wrap {
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      padding: 0 26px 0 20px;
      overflow: hidden;
    }
  
    .section__development .development__wrap .development__content {
      position: relative;
      top: 0;
    }
  
    .section__development .development__wrap .development__content .title {
      font-size: 35px;
      line-height: normal;
      margin-bottom: 23.8px;
      max-width: 100%;
    }
  
    .section__development .development__wrap .development__content ul {
      padding: 0 0 0 0px;
    }
  
    .section__development .development__wrap .development__content ul li {
      font-size: 16.66px;
    }
  
    .section__development .development__wrap .development__content ul li:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .section__development .development__wrap .development__img {
      margin-top: 53px;
      width: 684.226px;
      height: 362px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 29px;
    }
  
    .section__development .development__wrap .development__img .img_wrap {
      width: 100%;
    }
  
    .section__development .development__wrap .development__img .img_wrap .noimg {
      width: 128.604px;
      height: 108.075px;
    }
  
    .section__development .development__wrap .development__img .img_title {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 90px;
      width: 657px;
      padding: 0 68px 0 166px;
      font-size: 13px;
    }
  
    .section__development .development__wrap .development__img .img_title strong {
      font-size: 18px;
    }
  
    .section__info .info__wrap .info__title {
      font-size: 45px;
    }
  
    .section__info .info__wrap .info__content {
      flex-wrap: wrap;
      justify-content: center;
      gap: 98px 20%;
    }
  
    .section__info .info__wrap .info__content .item {
      position: relative;
      width: 266.49px;
      height: 140.16px;
    }
  
    .section__info .info__wrap .info__content .item .item__img {
      width: 100%;
      height: 100%;
      background: #1f2128;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
      clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    }
  
    .section__info .info__wrap .info__content .item .item__title {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 53.13px;
      background: #ed3132;
      position: absolute;
      width: 100%;
      bottom: -35.97px;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      -webkit-clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
      clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    }
  
    .section__info .info__wrap .info__content_mob {
      display: none;
    }
  }
  @media only screen and (min-width: 1024px) {
  .s-header__basket-wr.woocommerce_mobile {
      display: none;
  }
  }
  @media only screen and (max-width: 1024px) {
  .jquery-modal .product_meta {
      display: none;
  }
  .jquery-single .product_meta {
      display: none;
  }
    .owerlay .content_wrap .content {
      background: #191b21;
      padding: 0px;
    }
  
    .section__about .about__wrap .about__subtitle {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 53px;
    }
  
    .section__about .about__wrap .about__items {
      padding-left: 40px;
      padding-right: 20px;
    }
  
    .section__about .about__wrap .about__items::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item {
      max-width: 70%;
      text-align: left;
      align-items: center;
      font-size: 18.99px;
    }
  
    .section__about .about__wrap .about__items .item::after {
      content: "";
      min-width: 32.66px;
      height: 32.66px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1) {
      text-align: left;
      margin-bottom: 16px;
      margin-left: 0;
      align-items: flex-start;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1)::before {
      content: "1";
      margin-left: 0;
      margin-right: 35.77px;
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2) {
      margin-bottom: 17px;
      margin-left: 0;
      align-items: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2)::before {
      content: "2";
      margin-left: 0;
      margin-right: 35.77px;
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3) {
      margin-left: 0;
      text-align: left;
      align-items: flex-start;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3)::before {
      content: "3";
      margin-left: 0;
      margin-right: 35.77px;
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .container {
      max-width: 100%;
    }
  
    .page_title {
      font-size: 35px;
      line-height: 50px;
      padding: 0 26px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .subtitle span {
      color: #ed3132;
      font-weight: 600;
    }
  
    .section__reviews .reviews__slider_wrap::after {
      content: "";
      position: absolute;
      z-index: 9999;
      right: 10px;
      top: 130px;
      width: 217px;
      height: 313px;
      background-image: url(../img/main/s_reviews/after.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__reviews .reviews__slider_wrap .next_btn {
      position: absolute;
      top: calc(50% - 9.5px);
      right: 25px;
      width: 11.31px;
      height: 19.8px;
      background-image: url(../img/main/s_reviews/arrow.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(180deg);
      cursor: pointer;
    }
  
    .section__about .about__wrap .about__subtitle {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 53px;
      text-align: left;
      margin-left: 68px;
    }
  
    .section__reviews .reviews__slider_wrap::before {
      content: "";
      position: absolute;
      z-index: 9999;
      top: 0;
      left: -93px;
      width: 355px;
      height: 294px;
      background-image: url("../img/main/s_reviews/before.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__reviews .reviews__slider_wrap::after {
      content: "";
      position: absolute;
      z-index: 9999;
      right: -87px;
      top: 130px;
      width: 267px;
      height: 294px;
      background-image: url("../img/main/s_reviews/after.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .mobile__menu .wrap ul .sub-menu {
      display: none;
    }
  
    .header {
      padding-top: 24px;
    }
  
    .header::before {
      display: none;
    }
  
    .header .header__wrap {
      width: 95%;
      margin: 0 auto;
    }
  
    .header .header__wrap .header__logo {
      width: 216px;
    }
  
    .header .header__wrap .header__logo .header__logo_img {
      display: flex;
      height: 100%;
    }
  
    .header .header__wrap .header__nav {
      display: none;
    }
  
    .header .header__wrap .mobile__btn {
      display: flex;
    }
  
    .section__main {
      height: 880px;
      overflow: hidden;
    }
  
    .section__main .title {
      padding-top: 186px;
      font-size: 45px;
      line-height: normal;
      max-width: 607px;
      margin-bottom: 27px;
    }
  
    .section__main .dop {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 20px;
      line-height: auto;
      margin: 0 auto;
      text-align: center;
    }
  
    .section__main .dis_left {
      z-index: 999999;
      top: 725px;
      left: 150px;
      width: 236px;
      height: 47.358px;
      font-size: 14px;
      line-height: normal;
      padding: 0 32.44px 0 92px;
      background-image: url("../img/main/s_main/dis_left_2.svg");
    }
  
    .section__main .dis_right {
      z-index: 9999999;
      top: 765px;
      right: 15px;
      width: 297.388px;
      height: 47px;
      font-size: 13px;
      padding-left: 42px;
      padding-right: 86px;
    }
  
    .section__main .item_left {
      z-index: 9999;
      bottom: 0;
      left: -30%;
    }
  
    .section__main .item_right {
      z-index: 9999;
      position: absolute;
      right: 0;
      bottom: 0;
    }
  
    .section__main .dop_bg {
      bottom: 0;
      top: 349px;
      left: calc(50% - 85px);
      width: 193px;
      height: 190px;
    }
  
    .section_dop_info {
      padding-top: 25px;
      background-image: none;
      margin-bottom: 67.28px;
      overflow: hidden;
    }
  
    .section_dop_info .dop_info__wrap {
      width: 100%;
      position: relative;
      height: -moz-fit-content;
      height: fit-content;
      flex-direction: column-reverse;
    }
  
    .section_dop_info .dop_info__wrap .dop_info {
      position: relative;
      left: 0;
      width: 715px;
      height: 339px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap {
      height: 100%;
      position: relative;
      display: flex;
      margin-top: 73px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::before {
      top: 0px;
      left: 13.61px;
      width: 141px;
      height: 215px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::after {
      top: 176px;
      right: 11px;
      width: 204px;
      height: 152px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap .video .play_btn {
      top: calc(50% - 33px);
      width: 66px;
      height: 66px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content {
      width: -moz-fit-content;
      width: fit-content;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: relative;
      right: 0;
      padding: 0 17px 0 32px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .title {
      margin-bottom: 20px;
      font-size: 30px;
      max-width: 507px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .subtitle {
      max-width: 100%;
      font-size: 16px;
      margin-bottom: 31px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .text {
      max-width: 100%;
      font-size: 19px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #ed3132;
      text-align: right;
      font-size: 24.316px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .dis {
      max-width: 100%;
      font-size: 16px;
    }
  
    .section__comparison {
      margin-bottom: 88px;
    }
  
    .section__comparison .comparison__wrap .title {
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      margin-bottom: 146px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
  
    .section__comparison .comparison__wrap .comparison__block {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 182px 0;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 281px;
      position: relative;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .img_block {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 149px;
      width: 280px;
      margin-bottom: 34.92px;
      background-color: #1f2128;
      -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
      clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .item_title {
      color: #ed3132;
      text-align: center;
      font-size: 19px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      margin-bottom: 20px;
      max-width: 280px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .item_dis {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      max-width: 280px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item::before {
      content: "";
      width: 71px;
      height: 68px;
      position: absolute;
      top: -103px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(1) {
      width: 50%;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(1)::before {
      background-image: url("../img/main/s_comparison/1.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(2) {
      width: 50%;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(2)::before {
      background-image: url("../img/main/s_comparison/2.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(3)::before {
      background-image: url("../img/main/s_comparison/3.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__video_info {
      margin-bottom: 57px;
      overflow: hidden;
    }
  
    .section__video_info .video_info__wrap {
      width: 100%;
      position: relative;
      height: -moz-fit-content;
      height: fit-content;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .section__video_info .video_info__wrap .video_info {
      position: relative;
      left: 0;
      width: 537.27px;
      height: 255.098px;
      margin-bottom: 34.43px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap {
      height: 100%;
      position: relative;
      display: flex;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap::before {
      content: "";
      top: 14.45px;
      left: 34.9px;
      width: 123px;
      height: 153px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap::after {
      top: 132px;
      right: 59.86px;
      content: "";
      width: 102px;
      height: 114px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap .video .play_btn {
      position: absolute;
      top: calc(50% - 42px);
      width: 84px;
      height: 84px;
    }
  
    .section__video_info .video_info__wrap .video_info__content {
      position: relative;
      max-width: 100%;
      top: 0;
      right: 0;
      padding-right: 18px;
    }
  
    .section__video_info .video_info__wrap .video_info__content .text {
      max-width: 353px;
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 21px;
    }
  
    .section__video_info .video_info__wrap .video_info__content .dis {
      font-size: 12px;
      line-height: normal;
    }
  
    .section__main-info .partners__wrap {
      padding: 0 30px;
    }
  
    .section__map {
      overflow: hidden;
      display: flex;
      justify-content: center;
    }
  
    .section__map .container {
      display: flex;
      justify-content: center;
    }
  
    .section__map .map__wrap {
      width: 747px;
      height: 271px;
    }
  
    .section__map .map__wrap::before {
      width: 170px;
      height: 230px;
      top: 3.84px;
      left: 9.59px;
    }
  
    .section__map .map__wrap::after {
      width: 233px;
      height: 214px;
      top: 40px;
      right: -49px;
    }
  
    .section__map .map__wrap .map__content {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-clip-path: polygon(22% 0%, 100% 0, 78% 100%, 0 100%);
      clip-path: polygon(22% 0%, 100% 0, 78% 100%, 0 100%);
      overflow: hidden;
    }
  
    .section__map .map__wrap .map__content .map img {
      height: 100%;
    }
  
    .footer {
      padding: 108px 20px 53px 20px;
      width: 100%;
    }
  
    .footer .footer__wrap {
      width: 100%;
      justify-content: space-between;
    }
  
    .footer .footer__wrap .footer_col:nth-child(3) {
      margin-left: 0;
    }
  
    .footer .footer__wrap .footer_col:nth-child(4) {
      margin-left: 0;
    }
  
    .footer .footer__wrap .footer_col .footer__logo {
      margin-bottom: 40px;
    }
  
    .footer .footer__wrap .footer_col .footer__logo .footer__logo_img {
      width: 196px;
    }
  
    .footer .footer__wrap .footer_col .cop {
      font-size: 14px;
    }
  
    .footer .footer__wrap .footer_col .title {
      margin-bottom: 22px;
      font-size: 14px;
      text-align: right;
    }
  
    .footer .footer__wrap .footer_col ul {
      max-width: 174px;
    }
  
    .footer .footer__wrap .footer_col ul li:not(:last-child) {
      margin-bottom: 10px;
    }
  
  
  }
  @media only screen and (max-width: 1024px){
    .footer .footer__wrap .footer_contacts {
      margin-left: 0;
      max-width: 174px;
      display: flex;
      flex-direction: column;
    }
  
    .footer .footer__wrap .footer_contacts .title {
      text-align: left;
    }
  
    .footer .footer__wrap .footer_contacts .row {
      text-align: left;
    }
  
  .footer .footer__wrap .footer_contacts span.c_title-adres {
      margin-bottom: 30px;
  }
    .section__about .about__wrap .about__items .item {
      padding-left: 70px;
      position: relative;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(3)::before {
      background-position-x: -2px;
    }
  
    .section__about .about__wrap .about__items .item::before {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  @media only screen and (max-width: 999px) {
    .section__discription {
      margin-bottom: 151px;
    }
  
    .section__discription .discription__wrap {
      position: relative;
      display: flex;
      align-items: center;
      max-width: 755px;
      margin: 0 auto;
    }
  
    .section__discription .discription__wrap::before {
      top: 38px;
      left: -80px;
      z-index: 999;
      width: 190px;
      height: 144px;
    }
  
    .section__discription .discription__wrap::after {
      top: 30px;
      right: -14px;
      width: 174px;
      height: 157px;
    }
  
    .section__discription .discription__wrap .discription {
      width: 100%;
      height: 274px;
    }
  
    .section__discription .discription__wrap .discription .img {
      top: -28px;
    }
  
    .section__discription .discription__wrap .text {
      bottom: -76px;
      right: 0;
      left: 125px;
      width: 524px;
      height: 83px;
      padding-left: 153px;
    }
  
    .section__discription .discription__wrap .text span {
      max-width: 272px;
      font-size: 12px;
    }
  
    .section__discription .discription__wrap .text span strong {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 740px) {
  .footer .footer__wrap {
      display: block !important;
  }
  }
  @media screen and (min-width: 740px) and (max-width: 1280px){
  .footer .footer__wrap {
      display: flex !important;
  }
  .footer {
      padding: 40px 20px 53px 20px;
      width: 100%;
  }
  }
  @media only screen and (max-width: 768px) {
      
    .section__comparison .comparison__wrap .comparison__block .item::before {
      left: 130px !important;
    }
  
    .swal-title {
      color: rgba(0, 0, 0, 0.65);
      font-weight: 600;
      text-transform: none;
      position: relative;
      display: block;
      padding: 13px 16px;
      font-size: 27px;
      line-height: normal;
      text-align: center;
      margin-bottom: 0;
      text-align: center;
      font-size: 25px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      color: #fff;
    }
  
    .footer .footer__wrap .footer_col_mob .footer_col .title {
      justify-content: flex-end;
    }
  
    .custom_form .row:not(:last-child) {
      margin-bottom: 27px;
    }
  
    .custom_form .row label {
      display: inline-block;
      margin-bottom: 14px;
    }
  
    .custom_form .row .select__wrap {
      width: 100%;
        max-width: 100%;
        min-width: 100%;
      position: relative;
    }
    
    .custom_form .row .select__wrap .select_title {
      max-height: 66px;
      background: #191b21;
      border: 1px solid #fff;
      padding: 28px 0 28px 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      position: relative;
    }
  
  
  
    .custom_form .row .select__wrap .select_title span {
      height: 18px;
      color: #646464;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
  
    .custom_form .row .select__wrap .active::after {
      transform: rotate(180deg);
    }
  
    .custom_form .row .select__wrap .select_content {
      position: absolute;
      width: 100%;
      overflow: hidden;
      max-height: 200px;
      height: 0;
      background: #191b21;
      border: 1px solid transparent;
      transition: all 0.4s;
      z-index: 99;
    }
  
    .custom_form .row .select__wrap .select_content .c_wrap {
      display: flex;
      flex-direction: column;
      padding: 20px;
      width: 100%;
    }
  
    .custom_form .row .select__wrap .select_content .c_wrap .item {
      width: 100%;
      cursor: pointer;
      height: 18px;
      color: #646464;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
  
    .custom_form .row .select__wrap .select_content .c_wrap .item:not(:last-child) {
      margin-bottom: 15px;
    }
  
    .custom_form .row .select__wrap .show {
      height: 200px;
      border: 1px solid #fff;
    }
  
    .section__device {
      margin-bottom: 249px;
      background-image: none;
      padding-bottom: 0;
    }
  
    .section__device .device__title {
      font-size: 30px;
      margin-bottom: 93.77px;
    }
  
    .section__device .device__wrap {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      gap: 104px 0;
    }
  
    .section__device .device__wrap .item {
      width: 353px;
      height: 185px;
    }
  
    .section__device .device__wrap .item .item__img_wrap .item__img {
      background-image: url("../img/main/s_device/bg_mob.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
    }
  
    .section__device .device__wrap .item .item__title {
      bottom: -19px;
      right: auto;
      left: 160.55px;
      padding: 0 70px 0 30px;
      width: 250px;
      height: 38px;
      font-size: 10px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .section__device .device__wrap .item .item__btn {
      position: absolute;
      bottom: -38px;
      left: 186px;
    }
  
    .section__device .device__wrap .item .item__btn a {
      font-size: 10px;
    }
  
    .section__device .device__wrap .item .item__btn a::after {
      width: 20.387px;
      height: 10.831px;
      margin-left: 6.71px;
    }
  
    .section__device .device__wrap .item:nth-child(1)::before {
      width: 17.202px;
      height: 19.113px;
      top: 24.85px;
      left: 12.74px;
    }
  
    .section__device .device__wrap .item:nth-child(1)::after {
      width: 34.403px;
      height: 37.589px;
      top: 40.14px;
      right: 61.16px;
    }
  
    .section__device .device__wrap .item:nth-child(1) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -40.77px;
    }
  
    .section__device .device__wrap .item:nth-child(2) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(2)::before {
      width: 34.403px;
      height: 37.589px;
      top: 64.35px;
      left: 33.77px;
      background-image: url("../img/main/s_device/after_1.svg");
    }
  
    .section__device .device__wrap .item:nth-child(2) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -40.77px;
      left: 80.91px;
    }
  
    .section__device .device__wrap .item:nth-child(3) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(3)::before {
      width: 30.581px;
      height: 33.766px;
      top: 36.95px;
      left: 18.48px;
    }
  
    .section__device .device__wrap .item:nth-child(3) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -33.13px;
    }
  
    .section__device .device__wrap .item:nth-child(4) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(4)::before {
      width: 30.581px;
      height: 33.766px;
      top: 134px;
      left: 73.9px;
      background-image: url("../img/main/s_device/after_1.svg");
    }
  
    .section__device .device__wrap .item:nth-child(4) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -33.13px;
    }
  
    .section__development {
      margin-bottom: 76px;
      height: -moz-fit-content;
      height: fit-content;
      background-image: none;
    }
  
    .section__development .development__wrap {
      position: relative;
      flex-direction: column;
      align-items: center;
      padding: 0 26px 0 20px;
      overflow: hidden;
    }
  
    .section__development .development__wrap .development__content {
      position: relative;
      top: 0;
    }
  
    .section__development .development__wrap .development__content .title {
      font-size: 25px;
      line-height: 41px;
      margin-bottom: 23.8px;
      max-width: 100%;
    }
  
    .section__development .development__wrap .development__content ul {
      padding: 0 0 0 0px;
    }
  
    .section__development .development__wrap .development__content ul li:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .section__development .development__wrap .development__img {
      margin-top: 53px;
      width: 484.226px;
      height: 256px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 29px;
    }
  
    .section__development .development__wrap .development__img .img_wrap {
      width: 100%;
    }
  
    .section__development .development__wrap .development__img .img_wrap .noimg {
      width: 128.604px;
      height: 108.075px;
    }
  
    .section__development .development__wrap .development__img .img_title {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 56px;
      width: 100%;
      padding: 0 68px 0 153px;
      font-size: 8px;
    }
  
    .section__development .development__wrap .development__img .img_title strong {
      font-size: 11px;
    }
  
    .section__shop {
      background-image: none;
      padding-bottom: 98.75px;
    }
  
    .section__shop .shop__wrap .title {
      margin-bottom: 27.43px;
      font-size: 30px;
      line-height: 47px;
    }
  
    .section__shop .shop__wrap .products_content {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 46.34px 0;
      padding: 0 27.04px 0 20.28px;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap {
      position: relative;
      max-width: 557.9px;
      height: 201px;
      width: 100%;
      cursor: pointer;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap .product .noimg {
      display: block;
      width: 107.682px;
      height: 89.849px;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap .product_title {
      bottom: -20.28px;
      right: 0;
      width: 177.641px;
      height: 41.152px;
      padding: 0 114px 0 38.41px;
      font-size: 10.974px;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .owerlay .container {
      padding: 20% 0 10% 0;
    }
  
    .owerlay .content_wrap {
      width: 95%;
      margin: 0 auto;
    }
  
    .owerlay .content_wrap .close {
      right: 0;
      top: -30px;
      width: 20px;
      height: 20px;
    }
  
    .owerlay .content_wrap .content {
      width: 100%;
      height: auto;
    }
  
    .owerlay .content_wrap .content img {
      width: 100%;
    }
  
    .owerlay .content_wrap .content {
      width: 100%;
      height: 100%;
    }
  }
  
  @media only screen and (max-width: 724px) {
    .footer .footer__wrap .footer_col .footer__logo {
      margin-bottom: 40px;
    }
  
    .footer .footer__wrap .footer_col .footer__logo .footer__logo_img {
      width: 196px;
    }
  
    .footer .footer__wrap .footer_col .cop {
      font-size: 14px;
    }
  
    .footer .footer__wrap .footer_col .title {
      margin-bottom: 22px;
      font-size: 14px;
    }
  
    .footer .footer__wrap .footer_col ul {
      max-width: 174px;
    }
  
    .footer .footer__wrap .footer_contacts {
      margin-left: 0;
    }
  
    .footer .footer__wrap .footer_about .title {
      display: flex;
      align-items: center;
    }
  
    .footer .footer__wrap .footer_about .title::after {
      content: "";
      min-width: 8px;
      height: 13px;
      background-image: url("../img/main/arr.svg");
      margin-left: 8px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .footer .footer__wrap .footer_about ul {
      overflow: hidden;
      height: 0;
    }
  
    .footer .footer__wrap .footer_cooperation .title {
      display: flex;
      align-items: center;
    }
  
    .footer .footer__wrap .footer_cooperation .title::after {
      content: "";
      min-width: 8px;
      height: 13px;
      background-image: url("../img/main/arr.svg");
      margin-left: 8px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .footer .footer__wrap .footer_cooperation ul {
      overflow: hidden;
      height: 0;
    }
  
    .footer .footer__wrap .footer_bye .title {
      display: flex;
      align-items: center;
    }
  
    .footer .footer__wrap .footer_bye .title::after {
      content: "";
      min-width: 8px;
      height: 13px;
      background-image: url("../img/main/arr.svg");
      margin-left: 8px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .footer .footer__wrap .footer_bye ul {
      overflow: hidden;
      height: 0;
    }
  
    .footer .footer__wrap .footer_col_mob {
      display: flex;
      flex-direction: column;
    }
  }
  
  @media only screen and (max-width: 560px) {
     
    .header .header__wrap .mobile__btn {
      width: 51px;
      height: 51px;
      display: flex;
    }
  
    .section__main {
      height: 726px;
      overflow: hidden;
    }
  
    .section__main .title {
      padding-top: 146px;
      font-size: 33px;
      line-height: normal;
      max-width: 375px;
      margin-bottom: 22.79px;
    }
  
    .section__main .dop {
      position: relative;
      bottom: 0;
      left: 0;
      width: 273px;
      font-size: 18px;
      line-height: 21px;
      margin: 0 auto;
      text-align: center;
    }
  
    .section__main .dis_left {
      top: 574px;
      left: 15px;
      width: 236px;
      height: 47.358px;
      font-size: 14px;
      line-height: normal;
      padding: 0 32.44px 0 92px;
      background-image: url("../img/main/s_main/dis_left_2.svg");
    }
  
    .section__main .dis_right {
      top: 646px;
      right: 15px;
      width: 297.388px;
      height: 47px;
      font-size: 13px;
      padding-left: 42px;
      padding-right: 86px;
    }
  
    .section__main .item_left {
      display: none;
    }
  
    .section__main .item_right {
      display: none;
    }
  
    .section__main .dop_bg {
      display: none;
    }
  
    .section_dop_info {
      padding-top: 25px;
      background-image: none;
      margin-bottom: 67.28px;
    }
  
    .section_dop_info .dop_info__wrap {
      width: 100%;
      position: relative;
      height: -moz-fit-content;
      height: fit-content;
      flex-direction: column-reverse;
    }
  
    .section_dop_info .dop_info__wrap .dop_info {
      position: relative;
      left: 0;
      width: 422.171px;
      height: 200.448px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap {
      height: 100%;
      position: relative;
      display: flex;
      margin-top: 73px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::before {
      top: 0px;
      left: 8.04px;
      width: 83.678px;
      height: 127.171px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::after {
      top: 104.01px;
      right: 6.62px;
      width: 121px;
      height: 90px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap .video .play_btn {
      top: calc(50% - 33px);
      width: 66px;
      height: 66px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content {
      width: -moz-fit-content;
      width: fit-content;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: relative;
      right: 0;
      padding: 0 17px 0 32px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .title {
      margin-bottom: 20px;
      font-size: 30px;
      max-width: 507px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .subtitle {
      max-width: 100%;
      font-size: 16px;
      margin-bottom: 31px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .text {
      max-width: 100%;
      font-size: 19px;
      font-weight: 600;
      margin-bottom: 27px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .dis {
      max-width: 100%;
      font-size: 16px;
    }
  
    .section__device {
      margin-bottom: 249px;
      background-image: none;
      padding-bottom: 0;
    }
  
    .section__device .device__title {
      font-size: 30px;
      margin-bottom: 93.77px;
    }
  
    .section__device .device__wrap {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      gap: 104px 0;
    }
  
    .section__device .device__wrap .item {
      width: 353px;
      height: 185px;
    }
  
    .section__device .device__wrap .item .item__img_wrap .item__img {
      background-image: url("../img/main/s_device/bg_mob.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
    }
  
    .section__device .device__wrap .item .item__title {
      bottom: -19px;
      right: auto;
      left: 160.55px;
      padding: 0 50px 0 32.49px;
      width: 222px;
      height: 38px;
      font-size: 10.83px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .section__device .device__wrap .item .item__btn {
      position: absolute;
      bottom: -38px;
      left: 186px;
    }
  
    .section__device .device__wrap .item .item__btn a {
      font-size: 10px;
    }
  
    .section__device .device__wrap .item .item__btn a::after {
      width: 20.387px;
      height: 10.831px;
      margin-left: 6.71px;
    }
  
    .section__device .device__wrap .item:nth-child(1)::before {
      width: 17.202px;
      height: 19.113px;
      top: 24.85px;
      left: 12.74px;
    }
  
    .section__device .device__wrap .item:nth-child(1)::after {
      width: 34.403px;
      height: 37.589px;
      top: 40.14px;
      right: 61.16px;
    }
  
    .section__device .device__wrap .item:nth-child(1) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -40.77px;
    }
  
    .section__device .device__wrap .item:nth-child(2) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(2)::before {
      width: 34.403px;
      height: 37.589px;
      top: 64.35px;
      left: 33.77px;
      background-image: url("../img/main/s_device/after_1.svg");
    }
  
    .section__device .device__wrap .item:nth-child(2) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -40.77px;
      left: 80.91px;
    }
  
    .section__device .device__wrap .item:nth-child(3) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(3)::before {
      width: 30.581px;
      height: 33.766px;
      top: 36.95px;
      left: 18.48px;
    }
  
    .section__device .device__wrap .item:nth-child(3) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -33.13px;
    }
  
    .section__device .device__wrap .item:nth-child(4) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(4)::before {
      width: 30.581px;
      height: 33.766px;
      top: 134px;
      left: 73.9px;
      background-image: url("../img/main/s_device/after_1.svg");
    }
  
    .section__device .device__wrap .item:nth-child(4) .item__img_wrap .item__img img {
      width: 230.629px;
      height: 229.355px;
      top: -33.13px;
    }
  
    .section__promo {
      height: 137px;
      background-image: url("../img/main/s_promo/bg.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .section__promo .promo__wrap {
      height: 137px;
      background-image: url("../img/main/s_promo/bg_item.png");
    }
  
    .section__promo .promo__wrap img {
      width: 292.262px;
      height: 279px;
      position: absolute;
      bottom: 0;
    }
  
    .section__promo .promo__wrap .arr_left {
      width: 19.648px;
      height: 81.048px;
      background-image: url("../img/main/s_promo/ar.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      left: 98px;
      bottom: 84px;
    }
  
    .section__promo .promo__wrap .arr_right {
      width: 19.648px;
      height: 81.048px;
      background-image: url("../img/main/s_promo/ar_2.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 92px;
      bottom: 84px;
    }
  
    .section__about {
      padding: 76px 0 75px 0;
      background-image: url("../img/main/s_about/bg.svg");
      background-position: center 210px;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__about .about__wrap .about__title {
      font-size: 30px;
      margin-bottom: 28px;
    }
  
    .section__about .about__wrap .about__subtitle {
      max-width: 335px;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 40px;
    }
  
    .section__about .about__wrap .about__items {
      padding-left: 25px;
      padding-right: 20px;
    }
  
    .section__about .about__wrap .about__items::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item {
      max-width: 100%;
      text-align: left;
      align-items: center;
      font-size: 15px;
      line-height: 17px;
    }
  
    .section__about .about__wrap .about__items .item::after {
      content: "";
      min-width: 32.66px;
      height: 32.66px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1) {
      text-align: left;
      margin-bottom: 16px;
      margin-left: 0;
      align-items: flex-start;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1)::before {
      content: "1";
      margin-left: 0;
      margin-right: 35.77px;
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2) {
      margin-bottom: 30px;
      margin-left: 0;
      align-items: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2)::before {
      content: "2";
      margin-left: 0;
      margin-right: 35.77px;
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3) {
      margin-left: 0;
      text-align: left;
      align-items: flex-start;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3)::before {
      content: "3";
      margin-left: 0;
      margin-right: 35.77px;
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #ed3132;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .section__development {
      margin-bottom: 76px;
      height: -moz-fit-content;
      height: fit-content;
      background-image: none;
    }
  
    .section__development .development__wrap {
      position: relative;
      flex-direction: column;
      align-items: center;
      padding: 0 26px 0 20px;
      overflow: hidden;
    }
  
    .section__development .development__wrap .development__content {
      position: relative;
      top: 0;
    }
  
    .section__development .development__wrap .development__content .title {
      font-size: 25px;
      line-height: 41px;
      margin-bottom: 23.8px;
      max-width: 100%;
    }
  
    .section__development .development__wrap .development__content ul {
      padding: 0 0 0 0px;
    }
  
    .section__development .development__wrap .development__content ul li:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .section__development .development__wrap .development__img {
      margin-top: 53px;
      width: 484.226px;
      height: 256px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 29px;
    }
  
    .section__development .development__wrap .development__img .img_wrap {
      width: 100%;
    }
  
    .section__development .development__wrap .development__img .img_wrap .noimg {
      width: 128.604px;
      height: 108.075px;
    }
  
    .section__development .development__wrap .development__img .img_title {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 56px;
      width: 100%;
      padding: 0 68px 0 153px;
      font-size: 8px;
    }
  
    .section__development .development__wrap .development__img .img_title strong {
      font-size: 11px;
    }
  
    .section__comparison {
      margin-bottom: 60.37px;
    }
  
    .section__comparison .comparison__wrap .title {
      font-size: 30px;
      line-height: 47px;
      margin-bottom: 160px;
    }
  
    .section__comparison .comparison__wrap .comparison__block {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
      gap: 170px 0;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 280px;
      position: relative;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .img_block {
      width: 100%;
      height: 149.08px;
      margin-bottom: 34.92px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .img_block img {
      height: 172px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .item_title {
      font-size: 19px;
      line-height: normal;
      margin-bottom: 20px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .item_dis {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item::before {
      content: "";
      width: 71px;
      height: 68px;
      position: absolute;
      top: -103px !important;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(1)::before {
      background-image: url("../img/main/s_comparison/1.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(2)::before {
      background-image: url("../img/main/s_comparison/2.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(3)::before {
      background-image: url("../img/main/s_comparison/3.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__video_info {
      margin-bottom: 57px;
      overflow: hidden;
    }
  
    .section__video_info .video_info__wrap {
      width: 100%;
      position: relative;
      height: -moz-fit-content;
      height: fit-content;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .section__video_info .video_info__wrap .video_info {
      position: relative;
      left: 0;
      width: 537.27px;
      height: 255.098px;
      margin-bottom: 34.43px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap {
      height: 100%;
      position: relative;
      display: flex;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap::before {
      content: "";
      top: 14.45px;
      left: 34.9px;
      width: 123.939px;
      height: 138.379px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap::after {
      top: 132px;
      right: 59.86px;
      content: "";
      width: 109px;
      height: 138px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap .video .play_btn {
      position: absolute;
      top: calc(50% - 42px);
      width: 84px;
      height: 84px;
    }
  
    .section__video_info .video_info__wrap .video_info__content {
      position: relative;
      max-width: 100%;
      top: 0;
      right: 0;
      padding-right: 18px;
    }
  
    .section__video_info .video_info__wrap .video_info__content .text {
      max-width: 353px;
      font-size: 17px;
      line-height: 12px;
      margin-bottom: 21px;
    }
  
    .section__video_info .video_info__wrap .video_info__content .dis {
      font-size: 12px;
      line-height: normal;
    }
  
    .section__main-info {
      margin-bottom: 63px;
    }
  
    .section__main-info .title {
      font-size: 30px;
      line-height: 42px;
      margin-bottom: 10px;
    }
  
    .section__main-info .subtitle {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 30px;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap {
      position: relative;
      display: flex;
      align-items: center;
      width: 95%;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider_prev {
      display: none;
      position: absolute;
      left: -21px;
      width: 11.31px;
      height: 19.8px;
      background-image: url("../img/main/s_partners/ar_prev.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider_next {
      display: none;
      position: absolute;
      right: -21px;
      width: 11.31px;
      height: 19.8px;
      background-image: url("../img/main/s_partners/ar_next.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .slick-track {
      gap: 0;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 170px;
      height: 103px;
      border-radius: 10px;
      background: #292b32;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .item .noimg {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #3b3e47;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots {
      margin-top: 62px;
      display: flex;
      justify-content: center;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul {
      display: flex;
      align-items: center;
      list-style: none;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul li {
      width: 6.3px;
      height: 6.3px;
      border-radius: 50%;
      background: #292b32;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul li:not(:last-child) {
      margin-right: 5.7px;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul .cur {
      background: #ed3132;
    }
  
    .section__main-info .main-info__wrap {
      margin-top: 121px;
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      flex-direction: column;
      align-items: center;
    }
  
    .section__main-info .main-info__wrap .item:not(:last-child) {
      margin-bottom: 50px;
    }
  
    .section__main-info .main-info__wrap .item .title {
      font-size: 53px;
    }
  
    .section__main-info .main-info__wrap .item .dis {
      font-size: 17px;
    }
  
    .section__reviews {
      margin-bottom: 56px;
      overflow: hidden;
    }
  
    .section__reviews .title {
      font-size: 30px;
      line-height: normal;
      max-width: 388px;
    }
  
    .section__reviews .reviews__slider_wrap {
      width: 100%;
      max-width: 480px;
      width: 480px;
      margin: 0 auto;
      position: relative;
      display: flex;
      flex-direction: column;
    }
  
    .section__reviews .reviews__slider_wrap::before {
      content: "";
      position: absolute;
      z-index: 9999;
      top: 0;
      left: -93px;
      width: 355px;
      height: 294px;
      background-image: url("../img/main/s_reviews/before.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__reviews .reviews__slider_wrap::after {
      content: "";
      position: absolute;
      z-index: 9999;
      right: -87px;
      top: 130px;
      width: 267px;
      height: 294px;
      background-image: url("../img/main/s_reviews/after.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__reviews .reviews__slider_wrap .next_btn {
      top: 211px;
      right: 145px !important;
    }
  
    .reviews .section__reviews .reviews__slider_wrap .next_btn {
      top: 194px;
    }
  
    .section__reviews .reviews__slider_wrap .prev_btn {
      top: 211px;
      left: 145px !important;
    }
  
    .reviews .section__reviews .reviews__slider_wrap .prev_btn {
      top: 194px;
    }
  
    .section__reviews .reviews__slider_wrap .reviews__slider {
      height: 190px;
      width: 100%;
      margin-bottom: 29px;
    }
  
    .section__reviews .reviews__slider_wrap .reviews__slider .slide {
      width: 100%;
      height: 190px;
      position: relative;
      display: flex !important;
      align-items: center;
      justify-content: center;
      -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
      clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
      background-color: #1f2128;
    }
  
    .section__reviews .reviews__slider_wrap .reviews__slider .slide .play {
      position: absolute;
      top: calc(50% - 30px);
      width: 60px;
      height: 60px;
    }
  
    .section__reviews .reviews__slider_wrap .slider_nav {
      margin-bottom: 51px;
    }
  
    .section__reviews .reviews__slider_wrap .slider_nav ul {
      display: flex;
    }
  
    .section__reviews .reviews__slider_wrap .slider_nav ul li {
      margin-bottom: 0;
      width: 6.3px;
      height: 6.3px;
      background-color: #292b32;
      border-radius: 50%;
    }
  
    .section__reviews .reviews__slider_wrap .slider_nav ul li:not(:last-child) {
      margin-right: 5.7px;
    }
  
    .section__reviews .reviews__slider_wrap .slider_nav ul li::before {
      display: none;
    }
  
    .section__reviews .reviews__slider_wrap .slider_nav ul .cur {
      background-color: #ed3132;
    }
  
    .section__reviews .reviews__btns {
      gap: 0 10px;
    }
  
    .section__reviews .reviews__btns a {
      width: 50%;
      max-width: 195px;
      height: 47px;
    }
  
    .section__info {
      background-image: none;
      padding-bottom: 56.05px;
    }
  
    .section__info .info__wrap .info__title {
      font-size: 33.545px;
      line-height: 43.982px;
      margin-bottom: 50.11px;
    }
  
    .section__info .info__wrap .info__content {
      display: none;
      position: relative;
    }
  
    .section__info .info__wrap .info__content .col {
      position: absolute;
      display: flex;
      flex-direction: column;
    }
  
    .section__info .info__wrap .info__content .col:nth-child(2) {
      right: 0;
      top: 107px;
    }
  
    .section__info .info__wrap .info__content_mob {
      width: 100%;
  
      display: flex;
      flex-direction: row;
      padding: 0 15px;
    }
  
    .section__info .info__wrap .info__content_mob .item {
      position: relative;
      width: 201.977px;
      height: 133.491px;
    }
  
    .section__info .info__wrap .info__content_mob .item .item__img {
      height: 106.229px;
    }
  
    .section__info .info__wrap .info__content_mob .item .item__img img {
      height: 63.165px;
    }
  
    .section__info .info__wrap .info__content_mob .item .item__title {
      height: 40px;
      width: 100%;
      bottom: 0;
      font-size: 12.127px;
    }
  
    .section__info .info__wrap .info__content_mob .item:nth-child(1) {
      margin-bottom: 39.96px;
    }
  
    .section__info .info__wrap .info__content_mob .item:nth-child(3) {
      margin-bottom: 39.96px;
    }
  
    .section__shop {
      background-image: none;
      padding-bottom: 98.75px;
    }
  
    .section__shop .shop__wrap .title {
      margin-bottom: 27.43px;
      font-size: 30px;
      line-height: 47px;
    }
  
    .section__shop .shop__wrap .products_content {
      flex-direction: column;
      gap: 46.34px 0;
      padding: 0 27.04px 0 20.28px;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap {
      position: relative;
      max-width: 557.9px;
      height: 201px;
      width: 100%;
      cursor: pointer;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap .product .noimg {
      display: block;
      width: 107.682px;
      height: 89.849px;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap .product_title {
      bottom: -20.28px;
      right: 0;
      width: 177.641px;
      height: 41.152px;
      padding: 0 114px 0 38.41px;
      font-size: 10.974px;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .section__distributors {
      margin-bottom: 55.07px;
    }
  
    .section__distributors .title {
      font-size: 30px;
      margin-bottom: 20px;
    }
  
    .section__distributors .subtitle {
      font-size: 18px;
      line-height: 31px;
      margin-bottom: 33px;
    }
  
    .section__distributors .btn {
      width: 233px;
      height: 56px;
      font-size: 15px;
      margin-bottom: 25.6px;
    }
  
    .section__distributors .link {
      font-size: 17px;
      text-decoration: underline;
    }
  
    .section__map .container {
      display: flex;
      justify-content: center;
      overflow: hidden;
    }
  
    .section__map .map__wrap {
      min-width: 475px;
      height: 172.61px;
    }
  
    .section__map .map__wrap::before {
      content: "";
      width: 108.7px;
      height: 146.96px;
      top: -2.44px;
      left: -6.11px;
    }
  
    .section__map .map__wrap::after {
      content: "";
      width: 148.75px;
      height: 136.26px;
      top: 25.65px;
      right: -31.51px;
    }
  
    .section__discription {
      margin-bottom: 51px;
      overflow: hidden;
      height: 236px;
    }
  
    .section__discription .discription__wrap {
      position: relative;
      display: flex;
      align-items: center;
      max-width: 100%;
      margin: 0 auto;
    }
  
    .section__discription .discription__wrap::before {
      top: 23px;
      left: -79px;
      z-index: 999;
      width: 171px;
      height: 89px;
    }
  
    .section__discription .discription__wrap::after {
      top: 18px;
      right: 45px;
      width: 41px;
      height: 40px;
      background-image: url("../img/d_2_after.svg");
    }
  
    .section__discription .discription__wrap .discription {
      width: 100%;
      height: 168px;
      position: relative;
      z-index: 9;
      -webkit-clip-path: polygon(0 0, 77% 0, 100% 100%, 23% 100%);
      clip-path: polygon(0 0, 77% 0, 100% 100%, 23% 100%);
    }
  
    .section__discription .discription__wrap .discription .img {
      top: -11px;
    }
  
    .section__discription .discription__wrap .discription .img img {
      height: 161px;
    }
  
    .section__discription .discription__wrap .text {
        z-index: 999;
      bottom: -36px;
      right: auto;
      left: auto;
      width: 100%;
      height: 57px;
      padding-left: 145px;
      padding-right: 40px;
                background-size: contain;
    }
  
    .section__discription .discription__wrap .text span {
      max-width: 188px;
      font-size: 8px;
    }
  
    .section__discription .discription__wrap .text span strong {
      font-size: 11px;
    }
  
    .footer .footer__wrap .footer_col .footer__logo {
      margin-bottom: 40px;
    }
  
    .footer .footer__wrap .footer_col .footer__logo .footer__logo_img {
      width: 176px;
    }
  
    .footer .footer__wrap .footer_col .cop {
      font-size: 14px;
    }
  
    .footer .footer__wrap .footer_col .title {
      margin-bottom: 22px;
      font-size: 14px;
    }
  
    .footer .footer__wrap .footer_col ul {
      max-width: 174px;
    }
  
    .footer .footer__wrap .footer_contacts {
      margin-left: 0;
    }
  
    .footer .footer__wrap .footer_about .title {
      display: flex;
      align-items: center;
    }
  
    .footer .footer__wrap .footer_about .title::after {
      content: "";
      min-width: 8px;
      height: 13px;
      background-image: url("../img/main/arr.svg");
      margin-left: 8px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .footer .footer__wrap .footer_about ul {
      overflow: hidden;
      justify-content: flex-end;
      height: 0;
    }
  
    .footer .footer__wrap .footer_cooperation .title {
      display: flex;
      align-items: center;
    }
  
    .footer .footer__wrap .footer_cooperation .title::after {
      content: "";
      min-width: 8px;
      height: 13px;
      background-image: url("../img/main/arr.svg");
      margin-left: 8px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .footer .footer__wrap .footer_cooperation ul {
      overflow: hidden;
      justify-content: flex-end;
      height: 0;
    }
  
    .footer .footer__wrap .footer_bye .title {
      display: flex;
      align-items: center;
    }
  
    .footer .footer__wrap .footer_bye .title::after {
      content: "";
      min-width: 8px;
      height: 13px;
      background-image: url("../img/main/arr.svg");
      margin-left: 8px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .footer .footer__wrap .footer_bye ul {
      overflow: hidden;
      justify-content: flex-end;
      height: 0;
    }
  
    .footer .footer__wrap .footer_col_mob {
      display: flex;
      flex-direction: column;
    }
  
    .footer .footer__wrap .footer_col_mob .footer_col .title {
      justify-content: flex-end;
    }
  
    .footer .footer__wrap .footer_col_mob .footer_col ul {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .header .header__wrap {
      padding: 0 10px;
    }
  
    .header .header__wrap .header__logo .header__logo_img {
      max-width: 70%;
    }
  
    .header .header__wrap .mobile__btn {
      width: 43px;
      height: 43px;
    }
  
    .header .header__wrap .mobile__btn span {
      width: 20px;
      height: 2px;
      height-margin-bottom: 3px;
    }
  
    .footer .footer__wrap .footer_col .footer__logo {
      margin-bottom: 20px;
    }
  
    .footer .footer__wrap .footer_col .footer__logo .footer__logo_img {
      width: 126px;
    }
  
    .footer .footer__wrap .footer_col .cop {
      font-size: 12px;
    }
  
    .footer .footer__wrap .footer_col .title {
      margin-bottom: 15px;
      font-size: 12px;
    }
  
    .footer .footer__wrap .footer_col ul {
      max-width: 174px;
    }
  
    .footer .footer__wrap .footer_contacts {
      margin-left: 0;
    }
  
    .section__main {
      height: 626px;
      overflow: hidden;
    }
  
    .section__main .title {
      padding-top: 126px;
      font-size: 25px;
      line-height: normal;
      max-width: 375px;
      margin-bottom: 22.79px;
    }
  
    .section__main .dop {
      position: relative;
      bottom: 0;
      left: 0;
      width: 273px;
      font-size: 16px;
      line-height: 21px;
      margin: 0 auto;
      text-align: center;
    }
  
    .section__main .dis_left {
      top: 474px;
      left: 15px;
      width: 236px;
      height: 47.358px;
      font-size: 14px;
      line-height: normal;
      padding: 0 32.44px 0 92px;
      background-image: url("../img/main/s_main/dis_left_2.svg");
    }
  
    .section__main .dis_right {
      top: 546px;
      right: 15px;
      width: 297.388px;
      height: 47px;
      font-size: 13px;
      padding-left: 42px;
      padding-right: 86px;
    }
  
    .section_dop_info {
      padding-top: 25px;
      background-image: none;
      margin-bottom: 27.28px;
    }
  
    .section_dop_info .dop_info__wrap {
      width: 100%;
      position: relative;
      height: -moz-fit-content;
      height: fit-content;
      flex-direction: column-reverse;
    }
  
    .section_dop_info .dop_info__wrap .dop_info {
      position: relative;
      left: 0;
      width: 100%;
      height: 180px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap {
      height: 100%;
      position: relative;
      display: flex;
      margin-top: 53px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::before {
      top: 0px;
      left: 8.04px;
      width: 70px;
      height: 107px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap::after {
      top: 104.01px;
      right: 6.62px;
      width: 100px;
      height: 70px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info .video_wrap .video .play_btn {
      top: calc(50% - 20px);
      width: 40px;
      height: 40px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content {
      width: -moz-fit-content;
      width: fit-content;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: relative;
      right: 0;
      padding: 0 30px 0 30px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .title {
      text-align: center;
      margin-bottom: 20px;
      font-size: 30px;
      max-width: 507px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .subtitle {
      text-align: center;
      max-width: 100%;
      font-size: 16px;
      margin-bottom: 31px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .text {
      text-align: center;
      max-width: 100%;
      font-size: 19px;
      font-weight: 600;
      margin-bottom: 27px;
    }
  
    .section_dop_info .dop_info__wrap .dop_info__content .dis {
      text-align: center;
      max-width: 100%;
      font-size: 16px;
    }
  
    .section__device {
      margin-bottom: 149px;
      background-image: none;
      padding-bottom: 0;
    }
  
    .section__device .device__title {
      font-size: 20px;
      margin-bottom: 73.77px;
    }
  
    .section__device .device__wrap {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      gap: 104px 0;
    }
  
    .section__device .device__wrap .item {}
  
    .section__device .device__wrap .item .item__img_wrap .item__img {
      background-image: url("../img/main/s_device/bg_mob.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
    }
  
    .section__device .device__wrap .item .item__title111 {
      bottom: -19px;
      right: auto;
      left: 120.55px;
      padding: 0 50px 0 22px;
      width: 190px;
      height: 38px;
      font-size: 9px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      background-size: contain;
    }
  
    .section__device .device__wrap .item .item__btn {
      position: absolute;
      bottom: -38px;
      left: 200px;
    }
  
    .section__device .device__wrap .item .item__btn a {
      font-size: 10px;
    }
  
    .section__device .device__wrap .item .item__btn a::after {
      width: 20.387px;
      height: 10.831px;
      margin-left: 0;
        right: -33px;
    }
  
    .section__device .device__wrap .item:nth-child(1)::before {
      width: 17.202px;
      height: 19.113px;
      top: 24.85px;
      left: 12.74px;
    }
  
    .section__device .device__wrap .item:nth-child(1)::after {
      width: 34.403px;
      height: 37.589px;
      top: 40.14px;
      right: 61.16px;
    }
  
    .section__device .device__wrap .item:nth-child(1) .item__img_wrap .item__img img {
      width: auto;
      height: 200px;
      top: -20.77px;
    }
  
    .section__device .device__wrap .item:nth-child(2) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(2)::before {
      width: 34.403px;
      height: 37.589px;
      top: 64.35px;
      left: 33.77px;
      background-image: url("../img/main/s_device/after_1.svg");
    }
  
    .section__device .device__wrap .item:nth-child(2) .item__img_wrap .item__img img {
      width: auto;
      height: 200px;
      top: -20.77px;
      left: 80.91px;
    }
  
    .section__device .device__wrap .item:nth-child(3) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(3)::before {
      width: 30.581px;
      height: 33.766px;
      top: 36.95px;
      left: 18.48px;
    }
  
    .section__device .device__wrap .item:nth-child(3) .item__img_wrap .item__img img {
      width: auto;
      height: 200px;
      top: -13.13px;
    }
  
    .section__device .device__wrap .item:nth-child(4) {
      display: flex;
    }
  
    .section__device .device__wrap .item:nth-child(4)::before {
      width: 30.581px;
      height: 33.766px;
      top: 134px;
      left: 73.9px;
      background-image: url("../img/main/s_device/after_1.svg");
    }
  
    .section__device .device__wrap .item:nth-child(4) .item__img_wrap .item__img img {
      width: auto;
      height: 200px;
    }
  
    .section__promo {
      height: 137px;
      background-image: url("../img/main/s_promo/bg.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .section__promo .promo__wrap {
      height: 137px;
      background-image: url("../img/main/s_promo/bg_item.png");
    }
  
    .section__promo .promo__wrap img {
      width: auto;
      height: 200px;
      position: absolute;
      bottom: 0;
    }
  
    .section__promo .promo__wrap .arr_left {
      width: 19.648px;
      height: 81.048px;
      background-image: url("../img/main/s_promo/ar.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      left: 68px;
      bottom: 44px;
    }
  
    .section__promo .promo__wrap .arr_right {
      width: 19.648px;
      height: 81.048px;
      background-image: url("../img/main/s_promo/ar_2.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 68px;
      bottom: 44px;
    }
  
    .section__about {
      padding: 76px 0 75px 0;
      background-image: url("../img/main/s_about/bg.svg");
      background-position: center 210px;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__about .about__wrap .about__title {
      font-size: 20px;
      margin-bottom: 28px;
    }
  
    .section__about .about__wrap .about__subtitle {
      max-width: 90%;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px;
    }
  
    .section__about .about__wrap .about__items {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .section__about .about__wrap .about__items::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item {
      max-width: 100%;
      text-align: left;
      align-items: center;
      height: 70px;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1) {
      text-align: left;
      margin-bottom: 30px;
      margin-left: 0;
      align-items: flex-start;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1)::before {
      content: "1";
      margin-left: 0;
      margin-right: 20px;
      min-width: 30px;
      height: 30px;
      font-size: 16px;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(1)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2) {
      margin-bottom: 30px;
      margin-left: 0;
      align-items: flex-start;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(2)::before {
      margin-right: 20px;
      min-width: 30px;
      height: 30px;
      font-size: 16px;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3) {
      margin-left: 0;
      text-align: left;
      align-items: flex-start;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3)::after {
      display: none;
    }
  
    .section__about .about__wrap .about__items .item:nth-child(3)::before {
      margin-right: 20px;
      min-width: 30px;
      height: 30px;
      font-size: 16px;
    }
  
    .section__development {
      margin-bottom: 56px;
      height: -moz-fit-content;
      height: fit-content;
      background-image: none;
    }
  
    .section__development .development__wrap {
      position: relative;
      flex-direction: column;
      align-items: center;
      padding: 0;
      overflow: hidden;
    }
  
    .section__development .development__wrap .development__content {
      position: relative;
      top: 0;
    }
  
    .section__development .development__wrap .development__content .title {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 23.8px;
      max-width: 100%;
      padding: 0 20px;
    }
  
    .section__development .development__wrap .development__content ul {
      padding: 0 0 0 20px;
    }
  
    .section__development .development__wrap .development__content ul li:not(:last-child) {
      margin-bottom: 5px;
    }
  
    .section__development .development__wrap .development__img {
      margin-top: 53px;
      width: 100%;
      height: 186px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 29px;
    }
  
    .section__development .development__wrap .development__img .img_wrap {
      width: 100%;
    }
  
    .section__development .development__wrap .development__img .img_wrap .noimg {
      width: 48.604px;
      height: 48.075px;
    }
  
    .section__development .development__wrap .development__img .img_wrap img {
      width: 100%;
    }
  
    .section__development .development__wrap .development__img .img_title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 70px;
      width: 100%;
      padding: 0px 35px 0 100px;
      font-size: 8px;
      line-height: 10px;
      background-size: contain;
    }
  
    .section__development .development__wrap .development__img .img_title strong {
      font-size: 10px;
      margin-bottom: 5px;
    }
  
    .section__comparison {
      margin-bottom: 50.37px;
    }
  
    .section__comparison .comparison__wrap .title {
      font-size: 30px;
      line-height: 47px;
      margin-bottom: 160px;
      padding: 0 50px;
    }
  
    .section__comparison .comparison__wrap .comparison__block {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
      gap: 150px 0;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100% !important;
      position: relative;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .img_block {
      width: 100%;
      height: 149.08px;
      margin-bottom: 34.92px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .img_block img {
      height: 90%;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .item_title {
      font-size: 19px;
      line-height: normal;
      margin-bottom: 15px;
      height: -moz-fit-content;
      height: fit-content;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item .item_dis {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      max-width: 200px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item::before {
      content: "";
      width: 71px;
      height: 48px;
      position: absolute;
      top: -83px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item::before {
      left: 30% !important;
      width: 90px;
      height: 80px;
      top: -95px;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(1)::before {
      background-image: url("../img/main/s_comparison/1.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(2)::before {
      background-image: url("../img/main/s_comparison/2.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__comparison .comparison__wrap .comparison__block .item:nth-child(3)::before {
      background-image: url("../img/main/s_comparison/3.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__video_info {
      margin-bottom: 47px;
    }
  
    .section__video_info .video_info__wrap .video_info {
      left: 0;
      width: 100%;
      height: 170px;
      margin-bottom: 34.43px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap {
      height: 100%;
      position: relative;
      display: flex;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap::before {
      top: 14.45px;
      left: 0;
      width: 95px;
      height: 118px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap::after {
      top: 70px;
      right: -40px;
      width: 172px;
      height: 94px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap .video {
      -webkit-clip-path: polygon(24% 0%, 100% 0, 77% 100%, 0 100%);
      clip-path: polygon(24% 0%, 100% 0, 77% 100%, 0 100%);
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap .video .play_btn {
      position: absolute;
      top: calc(50% - 20px);
      width: 40px;
      height: 40px;
    }
  
    .section__video_info .video_info__wrap .video_info .video_wrap .video img {
      height: 100%;
      width: 100%;
    }
  
    .section__video_info .video_info__wrap .video_info__content {
      max-width: 95%;
    }
  
    .section__video_info .video_info__wrap .video_info__content .text {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 15px;
      text-align: right;
    }
  
    .section__video_info .video_info__wrap .video_info__content .dis {
      font-size: 12px;
      line-height: normal;
    }
  
    .section__main-info {
      margin-bottom: 43px;
    }
  
    .section__main-info .title {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px;
    }
  
    .section__main-info .subtitle {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
    }
  
    .section__main-info .partners__wrap {
      padding: 0 30px;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider_prev {
      position: absolute;
      left: -21px;
      width: 11.31px;
      height: 19.8px;
      background-image: url("../img/main/s_partners/ar_prev.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider_next {
      position: absolute;
      right: -21px;
      width: 11.31px;
      height: 19.8px;
      background-image: url("../img/main/s_partners/ar_next.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 170px;
      height: 103px;
      border-radius: 10px;
      background: #292b32;
      margin: 0;
    }
  
    .section__main-info .partners__wrap .partners__slider_wrap .partners__slider .item .noimg {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #3b3e47;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots {
      margin-top: 62px;
      display: flex;
      justify-content: center;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul {
      display: flex;
      align-items: center;
      list-style: none;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul li {
      width: 6.3px;
      height: 6.3px;
      border-radius: 50%;
      background: #292b32;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul li:not(:last-child) {
      margin-right: 5.7px;
    }
  
    .section__main-info .partners__wrap .partners__slider_dots .ul .cur {
      background: #ed3132;
    }
  
    .section__main-info .main-info__wrap {
      margin-top: 50px;
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      flex-direction: column;
      align-items: center;
    }
  
    .section__main-info .main-info__wrap .item:not(:last-child) {
      margin-bottom: 20px;
    }
  
    .section__main-info .main-info__wrap .item .title {
      font-size: 43px;
    }
  
    .section__main-info .main-info__wrap .item .dis {
      font-size: 16px;
    }
  
    .section__reviews {
      margin-bottom: 46px;
    }
  
    .section__reviews .title {
      font-size: 20px;
      line-height: normal;
      max-width: 288px;
    }
  
    .section__reviews .reviews__slider_wrap {
      width: 100%;
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      position: relative;
      display: flex;
      flex-direction: column;
    }
  
    .section__reviews .reviews__slider_wrap::before {
      content: "";
      position: absolute;
      z-index: 9999;
      top: 0;
      left: -93px;
      width: 355px;
      height: 294px;
      background-image: url("../img/main/s_reviews/before.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__reviews .reviews__slider_wrap::after {
      content: "";
      position: absolute;
      z-index: 9999;
      right: -87px;
      top: 130px;
      width: 267px;
      height: 294px;
      background-image: url("../img/main/s_reviews/after.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .section__reviews .reviews__slider_wrap .reviews__slider {
      height: 190px;
      width: 100%;
      margin-bottom: 10px;
    }
  
    .section__reviews .reviews__slider_wrap .reviews__slider .slide {
      width: 100%;
      height: 160px;
    }
  
    .section__reviews .reviews__slider_wrap .reviews__slider .slide .play {
      top: calc(50% - 20px);
      width: 40px;
      height: 40px;
    }
  
    .section__reviews .reviews__slider_wrap .slider_nav {
      margin-bottom: 51px;
    }
  
    .section__info {
      background-image: none;
      padding-bottom: 56.05px;
    }
  
    .section__info .info__wrap .info__title {
      padding: 0 40px;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px;
    }
  
    .section__info .info__wrap .info__content {
      display: none;
      position: relative;
      gap: 0;
    }
  
    .section__info .info__wrap .info__content .col {
      position: relative;
      display: flex;
      flex-direction: column;
    }
  
    .section__info .info__wrap .info__content .col:nth-child(2) {
      right: 0;
      top: 0;
    }
  
    .section__info .info__wrap .info__content_mob {
      width: 100%;
      height: -moz-fit-content;
      height: fit-content;
      display: flex;
      flex-direction: row;
      padding: 0 15px;
    }
  
    .section__info .info__wrap .info__content_mob .item {
      position: relative;
      width: 201.977px;
      height: 133.491px;
    }
  
    .section__info .info__wrap .info__content_mob .item .item__img {
      height: 86.229px;
    }
  
    .section__info .info__wrap .info__content_mob .item .item__img img {
      height: 43.165px;
    }
  
    .section__info .info__wrap .info__content_mob .item .item__title {
      height: 40px;
      width: 100%;
      bottom: 15px;
      font-size: 10px;
    }
  
    .section__info .info__wrap .info__content_mob .item:nth-child(1) {
      margin-bottom: 0;
    }
  
    .section__info .info__wrap .info__content_mob .item:nth-child(3) {
      margin-bottom: 0;
    }
  
    .section__shop {
      background-image: none;
      padding-bottom: 78.75px;
    }
  
    .section__shop .shop__wrap {
      padding: 0 10px;
    }
  
    .section__shop .shop__wrap .title {
      margin-bottom: 27.43px;
      font-size: 20px;
      line-height: 47px;
    }
  
    .section__shop .shop__wrap .products_content {
      flex-direction: column;
      gap: 46.34px 0;
      padding: 0;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap {
      position: relative;
      max-width: 557.9px;
      height: 170px;
      width: 100%;
      cursor: pointer;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap .product .noimg {
      display: block;
      width: 80px;
      height: 80px;
    }
  
    .section__shop .shop__wrap .products_content .product_wrap .product_title {
      bottom: -20.28px;
      right: 0;
      width: 207.641px;
      height: 41.152px;
      padding: 0 64px 0 48.41px;
      font-size: 10.974px;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .section__distributors {
      padding: 0 10px;
      margin-bottom: 45.07px;
    }
  
    .section__distributors .title {
      font-size: 24px;
      margin-bottom: 10px;
    }
  
    .section__distributors .subtitle {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 33px;
    }
  
    .section__distributors .btn {
      width: 233px;
      height: 46px;
      font-size: 14px;
      margin-bottom: 25.6px;
    }
  
    .section__distributors .link {
      font-size: 14px;
      text-decoration: underline;
    }
  
    .section__map .container {
      display: flex;
      justify-content: center;
      overflow: hidden;
    }
  
    .section__map .map__wrap {
      min-width: 340px;
      height: 172.61px;
    }
  
    .section__map .map__wrap .map__content {
      -webkit-clip-path: polygon(22% 0%, 100% 0, 78% 100%, 0 100%);
      clip-path: polygon(28% 0%, 100% 0, 72% 100%, 0 100%);
      max-width: 440px;
    }
  
    .section__map .map__wrap {
      max-width: 440px;
      min-width: 440px;
      width: 440px;
    }
  
    .section__map .map__wrap::before {
      content: "";
      width: 88.7px;
      height: 126.96px;
      top: -2.44px;
      left: 30px;
      transform: rotate(5deg);
    }
  
    .section__map .map__wrap::after {
      content: "";
      width: 128.75px;
      height: 116.26px;
      top: 45.65px;
      right: -4px;
      transform: rotate(5deg);
    }
  
    .section__device .device__wrap .item .item__title {
      bottom: -19px;
      right: auto;
      left: 93px;
      padding: 0 60px 0 22px;
      width: 222px;
      height: 38px;
      font-size: 10px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
    }
  
    .owerlay iframe {
      height: 245px;
    }
  
    .section__discription .discription__wrap .text {
      padding-left: 120px;
      padding-right: 25px;
    }
  }
  
  .open {
    height: 200px !important;
  }
  
  .tab_1_content {
    display: block;
  }
  
  .tab_2_content {
    display: none;
  }
  
  .tab_3_content {
    display: none;
  }
  
  .tab_4_content {
    display: none;
  }
  
  .tab_5_content {
    display: none;
  }
  
  @media (max-width: 420px) {
    .section__map .map__wrap {
      min-width: 340px;
      height: 172.61px;
    }
  
    .section__map .map__wrap .map__content {
      -webkit-clip-path: polygon(22% 0%, 100% 0, 78% 100%, 0 100%);
      clip-path: polygon(28% 0%, 100% 0, 72% 100%, 0 100%);
      max-width: 300px;
    }
  
    .section__map .map__wrap {
      max-width: 300px;
      min-width: 300px;
      width: 300px;
    }
  
    .section__map .map__wrap::before {
      content: "";
      width: 88.7px;
      height: 126.96px;
      top: -2.44px;
      left: 5px;
      transform: rotate(-5deg);
    }
  
    .section__map .map__wrap::after {
      content: "";
      width: 128.75px;
      height: 116.26px;
      top: 45.65px;
      right: -17px;
      transform: rotate(-5deg);
    }
  }
  
  /*# sourceMappingURL=style.css.map */
  
  #popup-window[style="display: block;"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }
  
  .popup-content {
    max-width: 1169px !important;
    margin: 0 auto !important;
    width: auto !important;
    padding: 5% 0;
  }
  
  @media (max-width: 768px) {
       .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
      display: flex;
      text-align: right!important;
      flex-direction: column;
      gap: 0;
  }
  .woocommerce .custom_form .row .select__wrap {
      width: 150px;
      display: flex;
  }
  .wc-proceed-to-checkout {
      top: 140px;
      z-index: 20;
      margin-bottom: 40px;
  }
    #popup-window iframe {
      width: 100%;
    }
  
    .popup-content {
      max-width: 90% !important;
      width: 90% !important;
    }
  
    .reviews__slider_wrap::before {
      content: "";
      position: absolute;
      z-index: 9999;
      top: 0;
      left: -93px;
      width: 355px;
      height: 294px;
      background-image: url("../img/main/s_reviews/before.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .reviews__slider_wrap::after {
      content: "";
      position: absolute;
      z-index: 9999;
      right: -87px;
      top: 130px;
      width: 267px;
      height: 294px;
      background-image: url("../img/main/s_reviews/after.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  @media (max-width: 450px) {
    .comparison__block .img_block {
      max-width: 280px;
    }
  }
  
  .owerlay .content_wrap {
    height: auto;
  }
  
  .owerlay .content>img {
    max-height: 90vh;
  }
  
  .owerlay .container {
    display: flex;
    align-items: center;
  }
  
  main {
    overflow: hidden;
  }
  
  .section__comparison {
    position: relative;
  }
  
  .section__comparison::before {
    content: "";
    position: absolute;
    top: 58%;
    right: 0;
    z-index: -1;
    content: "";
    height: 175px;
    width: 94px;
    background-image: url(../img/section__comparison_mobile.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .section__comparison::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    z-index: -1;
    content: "";
    height: 175px;
    width: 94px;
    background-image: url(../img/section__comparison_mobile-2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 480px) {
    .section__comparison::after {
      top: 10%;
    }
      .swal-modal {
      width: 400px !important;
  }
  }
  
  @media (max-width: 400px) {
    .section__reviews .reviews__slider_wrap .prev_btn {
      left: 50px !important;
    }
  
    .section__reviews .reviews__slider_wrap .next_btn {
      right: 50px !important;
    }
  }
  
  .blog_content_page__content {
    width: 100%;
  }
  select#billing_state:active, select#billing_state:hover {
    outline: none
  }
  select#billing_state:active, select#billing_state:hover {
      outline-color: #303239;
      background: #191b21;
  }
  .jquery-single select#pa_razmer {
      color: #646464;
      max-height: 66px;
      background: #191b21;
      border: 1px solid #fff;
      padding: 20px 0 20px 20px;
      height: 62px;
      cursor: pointer;
      display: flex;
      align-items: center;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
      transform: skew(0deg) !important;
  }
  i {
      font-size: 14px;
      font-style: normal;
  }
  
  
  .blog_content_page{
    position: relative;
  }
  .blog_content_page__left{
    position: relative;
    z-index: 999;
  }
  .blog_content_page__left_list{
    min-width: 180px;
    max-width: 390px;
    width: fit-content;
    padding: 60px 20px 10px 40px;
    position: absolute;
    top: -10px;
    /*background-image: url("../img/list.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    clip-path: polygon(10% 0, 70% 0%, 100% 0, 100% 90%, 90% 100%, 30% 100%, 0 100%, 0 10%);
    background-color: #ed3132;
    opacity: 0;
    z-index: -1;
    left: -40px;
  }
  .blog_content_page__left_list ul li:before{
    display: none;
  }
  .blog_content_page__left_list ul li a{
    display: flex;
    white-space: nowrap;
  }
  .blog_content_page__left_list ul{
    width: 300px;
  }
  .blog_content_page__left_list ul li a span{
    white-space: normal;
  }
  .blog_content_page__left:hover .blog_content_page__left_list{
    opacity: 1;
    z-index: 99;
  }
  .blog_content_page__left:hover .blog_content_page__left_label{
    z-index: 999;
  }
  .footer_about{
      margin-left: auto;
  }
  @media only screen and (max-width: 768px) {
    .blog_content_page__content{
      padding-left: 30px !important;
    }
    .blog_content_page__left_label{
      padding-left: 50px;
    }
    .blog_content_page__left_list{
      left: 20px !important;
    }
  }
  .footer_2{
      max-width: 180px;
      margin-bottom: 15px;
  }
  .modal_text{
      margin-bottom: 20px;
      cursor: pointer;
      transition: all 0.4s;
  }
  .modal_text:hover{
      color: #ed3132;
  }
  .modal_text_info{
      position: fixed;
      width: 70vw;
      height: 90vh;
      z-index: -1;
	  opacity: 0;
	  transition: all 0.4s;
      background: #17181e;
      border-radius: 10px;
      padding: 30px;
      overflow: hidden;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  .modal_text_info .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../img/close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
.modal_text_info_content{
	overflow: auto;
	overflow-x: hidden;
	height: 100%;
	padding-right: 20px;
} 
.modal_text_info_content::-webkit-scrollbar {
  width: 5px;               /* ширина всей полосы прокрутки */
}

.modal_text_info_content::-webkit-scrollbar-track {
  background: transparent;        /* цвет зоны отслеживания */
}

.modal_text_info_content::-webkit-scrollbar-thumb {
  background-color: #ed3132;    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 1px solid transparent;  /* отступ вокруг бегунка */
}
.open_modal_text_info{
	z-index: 999999999;
	opacity: 1;
}
@media only screen and (max-width: 768px) {
	.modal_text_info{
		width: 90vw;
	}
}