@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');

body{
    direction: ltr;
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 16px;
    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: 12px 0;
        height: auto;
        background-color: #006F5F;
    }

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

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

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

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

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

    .site-header-phone, .site-header-adress {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
        justify-self: center;
        padding: 0 16px;
        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: 13px;
        font-weight: 400;
        margin: 0;
        color:#5f5e5e;
    }

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

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

    .navig-link {
        color: #000;
        margin: 0;
        font-size: 16px;
    }

 
    .dropdown .dropbtn {
        padding: 0;
            font-size: 16px;    
            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: #070739;
    }
        
    .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 3;
    }
        
    .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
            width: 400px;
    }
        
    .dropdown-content a:hover {
            background-color: #ddd;
    }
        
    .dropdown:hover .dropdown-content {
            display: block;
    }

    .hello-head-bg {
        width: 85%;
        height: 300px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-image: url(portrait/figures_header_678e41754fd0d9.69498386.jpg);
        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: 20px;
        width: 50%;
        position: absolute;
        z-index: 3;
        left: 0;
    }

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

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

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

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

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

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

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

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

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

    .advantages-title {
        font-size:  22px;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .advantages-txt{
        font-size: 14px;
        color: inherit;
        font-weight: 400;
    }

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

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

    .associate-brand-bg {
        background-color: #006F5F;
    }

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

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

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

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

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

    .slick-slide{
        height: auto;
    }

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

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

    }

    .slick-next {
        right: 0px;
    }

    .pro-block-bg {
       overflow: hidden;
       background-size: cover;
       background-position: center;
       background-image: url(portrait/depictions_header_678e4177e5c984.97556670.jpg);
    }

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

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

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

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

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

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

    .pro-text {
        width: 50%;
    }

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

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

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

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

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

    .market-prod-cat-title {
        font-size: 39px;
        font-weight: 400;
        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: 100px 30px;
        padding: 100px 0px 20px;
    }

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

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

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

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


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

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

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

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

    .market-prod-card:hover .market-prod-content {
        top: 335px;
        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: 15px;
        display: inline-block;
        padding: 12px 25px;
        text-decoration: none;
        background: var(--clr);
        color: white;
        font-weight: 500;
        padding-bottom: 40px;
    }
     

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

    .prod-button {
        width: 180px;
        height: 40px;
        background-image: linear-gradient(rgb(214, 202, 254), rgb(158, 129, 254));
        border: none;
        border-radius: 50px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        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-input__group-group,.form-input{
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        margin: 12px 0px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .textarea-input__group-group,.form-textarea{
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        padding: 0.375rem 0.75rem;
        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: 10px;
        height: 15px;
        padding: 10px;
        margin-right: 10px;
    }
    .form-left form.form-f {
        margin-left: 20px;
    }

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

    .prod-info p {
        text-align: center;
        color: #006F5F;
        font-weight: 800;
    }

    .btn-form-section {
        padding: 41px 0;
        display: flex;
        flex-direction: row;
        gap: 25px;
    }

    .btn-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:  23px;
        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: 22px;
        margin: 0 auto;
    }

    .form-title {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 5;
        font-size: 22px;
        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 30px 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(20px);
        position: relative;
        margin-top: 25px;
      }
      
      .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: 0.5rem;
        padding: 10px;
        margin: 16px auto;
        width: 80%;
        display: block;
        color: #425981;
        font-weight: 500;
        font-size: 1.1em;
      }
      
      .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: 10px;
        margin: 16px 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(portrait/photos_header_678e41799d7214.06634454.jpg);
    }

    .work-block {
        display: none;
        padding: 25px;
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 60%;
        backdrop-filter: blur(10px);
        background: rgba(255,255,255,0.5); color: #222;
    }

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


    .order-steps-title {
        font-size: 39px;
        font-weight: 400;
        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: 15px 25px;
        display: flex; 
        flex-direction: row;
        gap: 16px;
        border-radius: 0 10 10 0;
        transition: transform 0.3s ease;
    }

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

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

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


        .footer-bg {
            background-color: #5eaaa8;
            padding: 41px;
        }

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

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

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

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

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

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

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

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


        .pay-img {
            display: flex;
            flex-direction: row;
            gap: 16px;            
        }

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

        .page-of-prod {
            padding: 60px 0;
            display: flex;
            flex-direction: column;
        }

        .page-of-prod-title {
            display: block;
            color: inherit;
            font-size: 39px;
            font-weight: 400;
            margin-bottom: 41px;
            padding-bottom: 30px;
            border-bottom: 0px solid rgb(129, 132, 134);
        }

        .page-of-prod-cont {
            display: flex;
            flex-direction: row;
            gap: 23px;
        }

        .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: 400px;
            max-width: 90%;
            display: flex;
            margin: auto;
            margin-top: 23px;
        }

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

        .p-of-p-info {
            position: absolute;
            top: 0;
            left: 0;
            padding: 16px 12px;
            border-radius: 10px;
            background: rgba(255,255,255,0.5); color: #222;
            display: flex;
            flex-direction: column;
            gap: 23px; 
        }

        .p-of-p-info-item {
            display: flex;
            flex-direction: row;
            gap: 12px;
            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: 16px;
        }
        
        .p-of-p-buy {
            display: flex;
            gap: 25px;
            justify-content: center;
            align-items: center;
            margin-top: 25px;
            flex-wrap: wrap;
        }

        .p-of-p-buy p {
            margin: 0;
            font-size: 25px;
            font-weight: 800;
            color: #070739;
        }

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

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

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

        .p-of-p-form input {
            height: 45px;
            border-radius: 5px;
            background: white;
            border: none;
            padding: 0 16px;
            font-weight: 300;
            font-size: 14px;
            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: 38px;
            font-weight: 400;
            letter-spacing: 2px;
            margin-bottom: 23px;
        }

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

        .prod-comm-bg {
            background: url(portrait/figures_header_678e417bca6998.13347519.jpg);
            background-size: cover;
            max-width: 100%;
            height: auto; 
        }

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

        }

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

        .prod-comm-title {
            text-align: start;
            font-size: 43px;
            font-weight: 400;
            text-transform: inherit;
            text-align: start;
            margin-bottom: 60px;
        }

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

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

        .avatar-img {
            display: flex;
            width: 123px;
            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: 23px  35px;
        }

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

        .prod-comm-person {
            font-size: 22px;
            font-weight: 400;
            margin-botom: 15px;
            color: inherit;
            text-transform: inherit;
        }

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

        .contact-page-title {
            text-align: start;
            font-size: 43px;
            font-weight: 400;
            text-transform: inherit;
            text-align: start;
            margin-bottom: 60px;
        }

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

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

        .contact-page-block-bg {
            width: 50%;
            padding: 25px 23px;
        }

        .contact-page-block {
            display: flex;
            background-color: #006F5F;
            gap: 23px;
            padding: 25px 23px;
            flex-direction: column-reverse;
            justify-content: center;
            
        }

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

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

        .c-p-adress h4, .c-p-phone h4, .c-p-email h4 {
            color:  #fff;
            font-size: 22px;
            font-weight: 400;
        }
        .c-p-adress p, .c-p-phone p, .c-p-email p {
            word-break: break-word;
            color:  #fff;
            font-size: 14px;
        
        }


        .questions-accordion {
            width: 50%;
        }

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

        .accordion-button.collapsed {
            color: #fff;
            background-color: #006F5F;
        }









