@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');

body{
    direction: ltr;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.contentBox.active .content {
    height: fit-content !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.contact-page-block a {
    color: #fff;
}

    .site-header-bg {
        padding: 11px 0;
        height: auto;
        background-color: #257A3E;
    }

    .site-header {
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: center;
        justify-content: space-between;
    }

    .site-header-logo {
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
        gap: 11px;
    }

    .s-h-logo-img {
        width: 55px;
        height: auto;
    }

    .s-h-logo-txt {
        color: #5f5e5e;
        font-size: 29px;
        margin: 0;
    }

    .site-header-contact {
        display: flex;
        align-items: center;
    }

    .site-header-phone, .site-header-adress {
        display: flex;
        flex-direction: row;
        gap: 11px;
        align-items: center;
        justify-self: center;
        padding: 0 19px;
        border-left: 1px solid #5f5e5e;
        border-right: 1px solid #5f5e5e;
    }

    .site-header-phone i, .site-header-adress i {
        font-size: 26px;
        color: #5f5e5e;
    }
    .site-header-phone a {
        color: #5f5e5e;
    }

    .site-header-phone p, .site-header-adress p {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color:#5f5e5e;
    }

    .nav-head {
        display: flex;
        flex-direction: row;
        gap: 19px;
    }

    .navig {
       
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 23px;
        padding: 23px;
        background-color: #e5e6ec;
    }

    .navig-link {
        color: #000;
        margin: 0;
        font-size: 18px;
    }
 
    .dropdown .dropbtn {
        padding: 0;
            font-size: 18px;    
            border: none;
            outline: none;
            color: black;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
            transition: all .4s ease;
    }
        
    .navig-link:hover, .dropdown:hover .dropbtn {
            color: #393E46;
    }
        
    .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 158px;
            box-shadow: 0px 8px 11px 0px rgba(0,0,0,0.2);
            z-index: 3;
    }
        
    .dropdown-content a {
            float: none;
            color: black;
            padding: 11px 19px;
            text-decoration: none;
            display: block;
            text-align: left;
            width: 417px;
    }
        
    .dropdown-content a:hover {
            background-color: #ddd;
    }
        
    .dropdown:hover .dropdown-content {
            display: block;
    }

    .hello-head-bg {
        width: 85%;
        height: 259px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-image: url(files/img/1.webp);
        position: relative;
        display: flex;
        align-items: end;
        z-index: 1;
    }

    .hello-head-op {
        position: absolute;
        top: 63%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(225, 225, 225, 0.7);
        transform: skewY(16deg);
        transform-origin: top;
        z-index: 2;
    }

    .hello-head {
        padding: 19px;
        width: 50%;
        position: absolute;
        z-index: 3;
        left: 0;
    }

    .hello-head-title {
        font-size: 18px;
        color: #000;
       
    }
    .YioForm-blok{
        margin: 0 auto;
       
    }

    .preimujestva-nashe {
        display: flex;
        flex-direction: column;
        gap: 22px;
        padding: 44px 0;
    }

    .preimujestva-nashe-title {
        display:  block;
        font-size: 26px;
        line-height: 1;
        text-align: center;
        font-style: italic;
        color: #5f5e5e;
        width: 80%;
        margin: 0 auto;
    }  
    
    .preimujestva-nashe-final  {
        display: block;
        font-size: 26px;
        line-height: 1;
        text-align: center;
        font-style: italic;
        color: #5f5e5e;
        width: 80%;
        margin: 0 auto;
    }

    .preimujestva-nashe-wrapper {
        display: flex;
        gap: 22px;
        padding: 29px 0;
    }

    .preimujestva-nashe-list {
        display: flex;
        flex-direction: row;
        gap: 19px;
    }

    .preimujestva-nashe-item {
        display: flex;
        gap: 11px;
        width: calc( 100% / 3 - 22px/2);
        box-shadow: 0 0 11px rgba(0,0,0,0.1);
        padding: 24px;
        transition: all 0.3s ease-in-out;
    }

    .preimujestva-nashe-item:hover {
        background-color: #393E46;
        color: #fff;
    }

    .advantages-pic {
        width: 90px;
        display: flex;
    }

    .advantages-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .advantages-title {
        font-size:  21px;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .advantages-txt{
        font-size: 13px;
        color: inherit;
        font-weight: 600;
    }

    .advantages-media {
        display: none;
        width: 60%;
    }

     .advantages-media video {
        width: 100%;
        height: auto;
     }

    .associate-brand-bg {
        background-color: #257A3E;
    }

    .associate-brand-bg-img {
        background: url(files/img/fade_pObM0.png );
        background-position: center;
        background-size: cover;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 37px;
    }

    .associate-brand-title {
        font-size: 29px;
        color: #5f5e5e;
        text-align: center;
        margin-bottom: 20px;
    }

    .associate-brand-slider {
        direction: ltl;
    }

    .a-b-slider-item {
        padding-top: 23px;  
    }

    .a-b-logo {
        width: 117px;
        margin-right: auto;
        margin-left: auto;
    }

    .slick-slide{
        height: auto;
    }

     .slick-prev {
        left: -19px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 37px;
    }

    .slick-next {
        right: 0px;
    }

    .pro-block-bg {
       overflow: hidden;
       background-size: cover;
       background-position: center;
       background-image: url(files/img/2.webp);
    }

    .pro-block-op {
        padding: 63px 0;
        background: rgba(255,255,255,0.9); color: #222;
    }

    .pro-block {
        display: flex;
        flex-direction: row-reverse;
        gap: 24px;
    }

    .pro-gallery {
        width: 50%;
        position: relative;
    }

    .pro-img-first {
       position: absolute;
       top: 0;
       left: 0;
       width: 40%;
       height: 35%;
       object-fit: cover;
       z-index: 0; 
    }

    .pro-img-second {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        width: 50%;
        height: 50%;
        object-fit: cover;
        z-index: 1; 
    }

    .pro-img-third {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30%;
        height: 30%;
        object-fit: cover;
        z-index: 2; 
    }

    .pro-text {
        width: 50%;
    }

    .pro-brand {
        display: flex;
        gap: 11px;
        text-align: left;
        align-items: center;
        margin-bottom: 29px;
    }

    .pro-brand::after {
        content: " ";
        width: 89px;
        height: 2px;
        background: black;
    }    

    .pro-title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 29px;
    }

    .pro-txt {
        font-size: 21px;
    }

    .market-prod-cat {
        padding:  63px 0;
    }

    .market-prod-cat-title {
        font-size: 37px;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: inherit;
        color: #5f5e5e;
    }

    .market-prod-container {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 89px 29px;
        padding: 92px 0px 19px;
    }

    .market-prod-card {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 31%;
        max-width: 100%;
        height: 540px;
        background: white;
        border-radius: 19px;
        transition: 0.5s;
        box-shadow: 0 34px 90px rgba(0, 0, 0, 0.15);
    }

    .market-prod-card:hover {
        height: 552px;
    }

    .market-prod-main {
        position: absolute;
        top: 19px;
        width: 90%;
        background-color: #fff;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 11px;
        border-radius: 11px;
        overflow: hidden;
        transition: 0.5s;
    }

    .market-prod-card:hover .market-prod-main {
        top: -100px;
        scale: 0.95;
        box-shadow: 0 19px 46px rgba(0, 0, 0, 0.2);
    }


    .proda-cartinka {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 11px;
    }

    .proda-cartinka img {
        width: 100%;
        max-height: 246px;
        border-radius: 11px;
        object-fit: contain;
    }

    .market-prod-description {
        padding: 0 11px;
    }

    .market-prod-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0;
        padding: 0 29px;
        text-align: center;
        overflow: hidden;
        transition: 0.5s;
    }

    .market-prod-card:hover .market-prod-content {
        top: 334px;
        height: auto;
    }

    .market-prod-title h2 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .market-prod-desc {
        color: #333;
    }

    .market-prod-content a {
        position: relative;
        top: 11px;
        display: inline-block;
        padding: 11px 29px;
        text-decoration: none;
        background: var(--clr);
        color: white;
        font-weight: 600;
        padding-bottom: 34px;
    }
     

    .market-prod-content a:hover {
        opacity: 0.8;
    }

    .prod-button {
        width: 163px;
        height: 34px;
        background-image: linear-gradient(rgb(214, 202, 254), rgb(158, 129, 254));
        border: none;
        border-radius: 46px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        box-shadow: 1px 3px 0px rgb(139, 113, 255);
        transition-duration: .3s;
    }


    .prod-button:active {
        transform: translate(2px ,0px);
        box-shadow: 0px 1px 0px rgb(139, 113, 255);
        padding-bottom: 1px;
    }

    .input-user-row--input,.form-input{
        display: block;
        width: 100%;
        padding: 19px  29px;
        margin: 11px 0px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 8px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .textarea-user-row--input,.form-textarea{
        border: 1px solid #ced4da;
        border-radius: 8px;
        padding: 19px  29px;
        width: 100%;
    }
    .form-check {
        width: 100%;
    }
    .form-check label.form-check-label {
        position: inherit;
        pointer-events: all;
    }
    form#consultation-form label {
        position: inherit;
    }
    .form-check .form-check-input {
        width: 8px;
        height: 19px;
        padding: 8px;
        margin-right: 11px;
    }
    .form-left form.form-f {
        margin-left: 23px;
    }

    .prod-info {
        margin-top: 19px;
        padding: 11px 0;
        display: flex;
        gap: 11px;
        justify-content: space-between;
        border-top: 1px solid #595959 ;
    }

    .prod-info p {
        text-align: center;
        color: #257A3E;
        font-weight: 900;
    }

    .btn-form-section {
        padding: 37px 0;
        display: flex;
        flex-direction: row-reverse;
        gap: 29px;
    }

    .btn-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:  24px;
        width: 50%;
    }

    .btn-block img {
        max-width: 50%;
        max-height: 50%;
        display: flex;
        margin: 0 auto;
    }

    .btn-link {
        display: flex;
        justify-content: center;
        text-decoration: none;
        width: 100%;
        font-size: 21px;
        margin: 0 auto;
    }

    .form-title {
        position: absolute;
        top: 19px;
        left: 19px;
        z-index: 5;
        font-size: 21px;
        width: 80%;
    }

    .glass-form {
        display: flex;
        width: 50%;
        max-width: 99%;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        background-color: #ffffff25;
        border-radius: 10px;
        box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.03);
        border: 0.1px solid rgba(128, 128, 128, 0.178);
      }
      
      .form-left {
        width: 66%;
        height: 100%;
      }
      
      .form-f {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        left: 0;
        backdrop-filter: blur(19px);
        position: relative;
        margin-top: 29px;
      }
      
      .form-f::before {
        position: absolute;
        content: "";
        width: 40%;
        height: 40%;
        right: 1%;
        z-index: -1;
        background: radial-gradient(
          circle,
          rgb(194, 13, 170) 20%,
          rgb(26, 186, 235) 60%,
      
          rgb(26, 186, 235) 100%
        );
        filter: blur(70px);
        border-radius: 50%;
      }
      
      .form-right {
        display: flex;
        align-items: center;
        width: 34%;
        height: 100%;
      }
      
      .form-img {
        width: 100%;
      }
      
      .glass-form::after {
        position: absolute;
        content: "";
        width: 80%;
        height: 80%;
        right: -40%;
        background: rgb(157, 173, 203);
        background: radial-gradient(
          circle,
          rgba(157, 173, 203, 1) 61%,
          rgba(99, 122, 159, 1) 100%
        );
        border-radius: 50%;
        z-index: -1;
      }
      
      .input {
        background: rgba(253, 253, 253, 0);
        outline: none;
        border: 1px solid rgba(255, 0, 0, 0);
        border-radius: 8px;
        padding: 8px;
        margin: 19px auto;
        width: 80%;
        display: block;
        color: #425981;
        font-weight: 600;
        font-size: 1.3;
      }
      
      .input-block {
        position: relative;
      }
      
      #consultation-form  label {
        position: absolute;
        left: 15%;
        top: 37%;
        pointer-events: none;
        color: gray;
      }
      
      #consultation-form .input:focus + label,
      #consultation-form .input:valid + label {
        transform: translateY(-120%) scale(0.9);
        transition: all 0.4s;
      }
      
      .form-button  {
        padding: 8px;
        margin: 19px auto;
        width: 80%;
        display: block;
      }
            
      .glass-form .input {
        box-shadow: inset 4px 4px 4px rgba(165, 163, 163, 0.315),
          4px 4px 4px rgba(218, 218, 218, 0.13);
      }

      .work-order-section {
        flex: 1;
        align-self: center;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-image: url(files/img/6.webp);
    }

    .work-block {
        display: none;
        padding: 29px;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 60%;
        backdrop-filter: blur(8px);
        background: rgba(0,0,0,0.5); color: #fff;
    }

    .how-order-bg {
        margin: 29px;
        padding: 29px;
        display:  none;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 90%;
        background: rgba(255,255,255,0.9); color: #222;
    }


    .order-steps-title {
        font-size: 37px;
        font-weight: 600;
        letter-spacing:  0px;
        text-transform: inherit;
    }


    .order-steps-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .order-step-wrapper {
        display: flex;
        flex-direction: column;
    }

    .order-step {
        padding: 23px 29px;
        display: flex; 
        flex-direction: row;
        gap: 19px;
        border-radius: 0 10 10 0;
        transition: transform 0.3s ease;
    }

    .order-step:hover {
        transform: translateY(-8px);
    }

    .order-step i {
        font-size: 37px;
    }

    .order-step p {
        font-weight: 600;
        font-size: 21px;
        align-self: center; 
        margin: 0;
    }


        .footer-bg {
            background-color: #1b1717;
            padding: 37px;
        }

        .footer-container {
            display: flex;
            flex-direction: row;
            gap: 8px;
            justify-content: space-between;
            align-items: center;
        }

        .footer-brand-logo {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 19px;
        }

        .spes-list {
            display: flex;
            flex-direction: column;
            gap: 11px;
        }

        .s-link {
            color: #5f5e5e;
            text-decoration: none;
            font-size: 18px;
        }

        .s-link:hover {
            text-decoration: underline;
        }

        .footer-brand-pay {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .footer-pics {
            display: none;
            flex-direction: row-reverse;
            gap: 19px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        .footer-pics img {
            display: block;
            height: 124px;
            width: 124px;
            object-fit: cover;
        }

        .pay-img {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 19px;            
        }

        .pay-img img {
            width: 146px;
            height: auto;
        }

        .product-detail {
            padding: 63px 0;
            display: flex;
            flex-direction: column;
        }

        .product-detail-title {
            display: block;
            color: inherit;
            font-size: 37px;
            font-weight: 600;
            margin-bottom: 37px;
            padding-bottom: 20px;
            border-bottom: 0px solid rgb(129, 132, 134);
        }

        .product-detail-cont {
            display: flex;
            flex-direction: row;
            gap: 24px;
        }

        .p-of-p-img-block {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 60%;
            height: auto;
        }

        .p-of-p-img {
            width: 100%;
            height: 417px;
            max-width: 90%;
            display: flex;
            margin: auto;
            margin-top: 24px;
        }

        .p-of-p-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .p-of-p-info {
            position: absolute;
            top: 0;
            left: 0;
            padding: 19px 11px;
            border-radius: 10px;
            background: rgba(0,0,0,0.5); color: #fff;
            display: flex;
            flex-direction: column;
            gap: 24px; 
        }

        .p-of-p-info-item {
            display: flex;
            flex-direction: row;
            gap: 11px;
            align-items: center;
        }

        .p-of-p-info-item i {
            font-size: 26px;
        }

        .p-of-p-info-item p {
            margin: 0;
            text-align: center;
            font-size: 18px;
        }
        
        .p-of-p-buy {
            display: flex;
            gap: 29px;
            justify-content: center;
            align-items: center;
            margin-top: 29px;
            flex-wrap: wrap;
        }

        .p-of-p-buy p {
            margin: 0;
            font-size: 26px;
            font-weight: 900;
            color: #393E46;
        }

        .p-of-p-buy a {
            text-decoration: none;
            font-size: 21px;
            min-width: 200px;
        }

        .buy-btn {
            min-width: 228px;
        }

        .p-of-p-form {
            align-items: center;
            justify-content: center;
            margin-top: 8px;
            display: flex;
            flex-direction: row;
            gap: 19px;
            flex-wrap: wrap;
        }

        .p-of-p-form input {
            height: 55px;
            border-radius: 4px;
            background: white;
            border: none;
            padding: 0 19px;
            font-weight: 400;
            font-size: 13px;
            color: #4B4B4B;
            box-shadow: 0px 0px 0px #0e0e0e, 0px 0px 0px rgb(95 94 94 / 25%), inset 1.5px 1.5px 3px #0e0e0e, inset -1.5px -1.5px 3px #5f5e5e;
        }
        
        .p-of-p-text {
            width: 40%;
        }

        .p-of-p-descrip-title {
            color: inherit;
            font-size: 30px;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 24px;
        }

        .p-of-p-descrip {
            font-size: 26px;                
        }

        .prod-comm-bg {
            background: url(files/img/8.webp);
            background-size: cover;
            max-width: 100%;
            height: auto; 
        }

        .prod-comm-op {
            height: auto;
            width: 100%;
            background: rgba(0,0,0,0.5); color: #fff;

        }

        .prod-comm {
            padding: 37px 0;
        }

        .prod-comm-title {
            text-align: start;
            font-size: 44px;
            font-weight: 600;
            text-transform: inherit;
            text-align: start;
            margin-bottom: 63px;
        }

        .prod-comm-block {
            display: flex;
            flex-direction:  row;
            gap: 24px;
        }

        .prod-comm-item {
            display: flex;
            flex-direction: column;
            width: 50%;
            border-radius: 25px;
            background: rgba(255,255,255,0.9); color: #222;
            padding: 23px;
            
        }

        .avatar-img {
            display: flex;
            width: 117px;
            margin-right: auto;
            margin-left: auto;
            border-radius: 0%;  
            border: 4px solid rgba(255,255,255,0.3);
        }

        .prod-comm-text {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 24px 34px;
        }

        .prod-comm-comment {
            text-align: center;
            margin-bottom: 23px;
            font-size:  24px;
            color: inherit;
        }

        .prod-comm-person {
            font-size: 21px;
            font-weight: 600;
            margin-botom: 23px;
            color: inherit;
            text-transform: inherit;
        }

        .contact-page {
            padding: 37px 0;
        }

        .contact-page-title {
            text-align: start;
            font-size: 44px;
            font-weight: 600;
            text-transform: inherit;
            text-align: start;
            margin-bottom: 63px;
        }

        .contact-page-text {
            font-size: 21px;
        }

        .contact-page-wrapper {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            gap: 24px;
        }

        .contact-page-block-bg {
            width: 50%;
            padding: 29px 24px;
        }

        .contact-page-block {
            display: flex;
            background-color: #257A3E;
            gap: 24px;
            padding: 29px 24px;
            flex-direction: column;
            justify-content: center;
        }

        .c-p-adress, .c-p-phone, .c-p-email {
           display: flex;
           flex-direction: row;
           gap: 23px;
           align-items: center;
        }

        .c-p-adress i, .c-p-phone i, .c-p-email i {
            font-size: 37px;
            color:  #fff;
            text-align: center;
        }

        .c-p-adress h4, .c-p-phone h4, .c-p-email h4 {
            color:  #fff;
            font-size: 21px;
            font-weight: 600;
        }
        .c-p-adress p, .c-p-phone p, .c-p-email p {
            word-break: break-word;
            color:  #fff;
            font-size: 13px;
        }


        .questions-accordion {
            width: 50%;
        }

        .accordion-button:not(.collapsed) {
            color: #fff;
            background-color: #257A3E;
        }

        .accordion-button.collapsed {
            color: #fff;
            background-color: #257A3E;
        }





.button-1 {
  width: 100%;
  height: auto;
  color: #fff;
  border-radius: 4px;
  padding: 11px 19px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
 }
 
 .button-1 {
  background: rgb(96,9,240);
  background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
  border: none;
 }
 
 .button-1:before {
  height: 0%;
  width: 2px;
 }
 
 .button-1:hover {
  box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
               -4px -4px 6px 0 rgba(116, 125, 136, .5), 
     inset -4px -4px 6px 0 rgba(255,255,255,.2),
     inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
 }

 .button-2 {
  background: transparent;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 19px 29px;
  perspective: 463px;
  border-radius: 11px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.308);
}

.button-2::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 11px;
  background: linear-gradient(320deg, rgba(0, 140, 255, 0.678), rgba(128, 0, 128, 0.308));
  z-index: 1;
  transition: background 3s;
}

.button-2:hover::before {
  animation: rotate 1s;
  transition: all .5s;
}

@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.button-3 {
  padding: 11px 29px;
  font-size: 18px;
  background: transparent;
  border: none;
  position: relative;
  color: yellow;
  z-index: 1;
 }
 
 .button-3::after,
  .button-3::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
 }
 
 .button-3::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: darkslategray;
  border-radius: 46px;
 }
 
 .button-3::after {
  transform: translate(0px, 0px);
  width: 8px;
  height: 11px;
  background: #ffffff15;
  backdrop-filter: blur(4);
  border-radius: 46px;
 }
 
 .button-3:hover::before {
  transform: translate(5%, 20%);
  width: 8px;
  height: 11px;
 }
 
 .button-3:hover::after {
  border-radius: 46px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  background: linear-gradient(320deg, rgba(0, 140, 255, 0.678), rgba(128, 0, 128, 0.308));
 }
 
 .button-3:active::after {
  transition: 0s;
  transform: translate(0, 5%);
 }

 .button-4 {
  position: relative;
  padding: 11px 19px;
  color: #ffd739;
  font-size: 13px;
  background-color: #27045b;
  outline: none;
  border: none;
  font-weight: 900;
  border-radius: 4px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.button-4:hover {
  background-color: #6807f9;
  box-shadow: 0px 19px 52px -11px #6807f9;
}

.button-4::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: white;
  border-radius: 90px;
  right: 34px;
  bottom: 37%;
  animation: 0.5s both ease-in-out infinite;
}

.button-4:hover::before {
  animation-name: bounce_591;
  transition: all 0.3s ease;
}

@keyframes bounce_591 {
  0% {
    bottom: 37%;
  }

  50% {
    bottom: 70%;
  }

  100% {
    bottom: 37%;
  }
}

.button-5 {
  border: none;
  font-size: 18px;
  padding: 19px 29px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  z-index: 1;
  background: #caf0f8;
  border-radius: 8px;
  box-shadow: 2px 2px 0 #333, 2px 2px 200px #ffba08 inset;
  color: #fff;
}

.button-5:active {
  transform: scale(.98);
}

.button-5:hover {
  box-shadow: 2px 2px 0 #333, 2px 2px 200px #003566 inset;
}

.button-5::before {
  content: '';
  position: absolute;
  left: -41%;
  width: 150%;
  height: 300%;
  border-radius: 50%;
  box-shadow: 2px 2px 0 #333,
             0 0 0 8px #d00000 inset,
             0 0 0 16px #dc2f02 inset,
             0 0 0 24px #e85d04 inset,
             0 0 0 32px #f48c06 inset,
             0 0 0 40px #faa307 inset;
  z-index: -1;
  transition: .2s;
}

.button-5:active::before {
  opacity: .001;
  box-shadow: 2px 2px 200px #03045e inset;
}

.button-5:hover::before {
  box-shadow: 2px 2px 0 #333,
             0 0 0 8px #90e0ef inset,
             0 0 0 16px #48cae4 inset,
             0 0 0 24px #00b4d8 inset,
             0 0 0 32px #0096c7 inset,
             0 0 0 40px #0077b6 inset;
  left: -9%;
  width: 150%;
  height: 300%;
}

@media (max-width: 1200px){
    .nav-head {
        flex-direction: column !important;
    }

    .navig {
        flex-direction: row;
    }

    .site-header {
        flex-direction: column;
    }

    .site-header-logo {
        justify-content: center;
    }

    .site-header-contact {
        justify-content: center;
    }

    .advantages-media {
        display: none !important;
    }

    .market-advantages-list {
        flex-direction: row !important;
    }

    .advantages-pic {
        width: 46px;
    }

    .market-prod-main {
        flex-direction: row !important;
    }

    .market-prod-title h2 {
        font-size: 13px;
    }

    .market-prod-desc {
        font-size: 13px;
    }

    .market-prod-card {
        height: 326px !important;
    }
}

@media (max-width: 992px){
    .market-advantages-list {
        flex-direction: column !important;
        width: 100% !important;
    }

    .pro-gallery {
        display: none;
    }

    .pro-text {
        width: 100%;
    }

    .market-prod-card {
        width: 80% !important;
    }

    .market-prod-card {
        height: 230px !important;
    }

    .market-prod-img img {
        max-height: 170px;
    }

    .btn-form-section {
        flex-direction: column;
    }

    .btn-block {
        width: 100%;
    }

    .work-order-section {
        width: 100%;
    }

    .pay-img {
        gap: 0px;
    }

    .footer-brand-pay {
        display: flex !important;
    }

    .pay-img img {
        width: 124px;
    }

    .site-header-phone, .site-header-adress {
        width: 50%;
        border: 0;
    }

    .hello-head-op {
        top: 35%;
        width: 100%;
        height: 110%;
    }

    .glass-form {
        width: 100%;
    }

    .contact-page-wrapper {
        flex-direction: column;
    }

    .contact-page-block-bg {
        width: 100%;
    }

    .questions-accordion {
        width: 100%;
    }

    .product-detail-cont {
        flex-direction: column;
    }

    .preimujestva-nashe-list{
        width: 100% !important;
    }
}


@media(max-width: 768px){
    .footer-container {
        padding-top: 240px;
        position: relative;
        flex-direction: column;
    }
    
    .spes-list {
        gap: 11px;
        align-items: center;
    }

    .footer-brand-pay {
        position: absolute;
        top: 0;
    }

    .s-link {
        font-size: 13px;
    }

    .market-prod-card {
        width: 95% !important;
    }
 
    .form-title {
        font-size: 16px;
        width: 100%;
    }

    .site-header-contact {
        flex-direction: column;
        gap: 11px;
    }

    .site-header-phone, .site-header-adress {
        width: 100%;
    }

    .navig {
        gap: 8px;
        flex-wrap: wrap;
    }

    .navig-link {
        font-size: 13px;
    }

    .dropdown .dropbtn {
        font-size: 13px;
    }

    .contact-page {
        padding: 46px 11px;
    }

    .prod-comm-block {
        flex-direction: column !important;
    }

    .hello-head {
        width: 90%;
        left: 0 !important;
    }

    .hello-head-op {
        transform: skewY(16deg) !important; 
    }

    .preimujestva-nashe-wrapper{
        align-items: center;
        justify-content: center;
    }

    .preimujestva-nashe-list{
        flex-direction: column;
    }

    .preimujestva-nashe-item{
        width: 100%;
    }
}


@media(max-width: 576px){

    .order-steps-title{
        font-size: 21px;
    }
    .hello-head-title {
    
        font-size: 18px;
    }

    .market-prod-cat {
        padding: 63px 19px;
    }
    
    .market-prod-main {
        flex-direction: column !important;
    } 

    .market-prod-card {
        height: 390px !important;
    }

    .market-prod-card:hover .market-prod-content {
        top: 224px;
    }

    .prod-info p {
        font-size: 13px; 
        font-weight: 600;
    }

    .form-f {
        margin-top: 52px; 

    }

    .form-left {
        width: 100%;
    }

    .work-block {
        width: 100%;
    }

    .navig {
        flex-direction: column !important;
    }

    .dropdown-content a {
        width: 265px;
    }

    .product-detail {
        padding: 63px 8px; 
    }

    .prod-comm {
        padding: 34px 8px;
    }
}

.privacy-conatiner{
    padding: 89px  24px;
    overflow: hidden; 
    word-break: break-all;
}

.map iframe{
    border: none;
}

.form-f{
    padding: 8px;
}