

.products_wrapper
{margin-top:200px !important;}

#products-container 
{width: 100% !important;
}

.products_wrapper > .product 
{background: none !important;
height:100% !important;}

.additional_sec 
{margin-top: 50px;}

.prod_sec_name h2 
{display: block !important;
text-align: left !important;
position: relative;
margin-bottom: -40px;
}

.product-pic::before
{content: "";
display: block;
width:100%;
height:307px;
background-image: url('../images/products/plashka.webp'); 
background-size:40%;
background-repeat: no-repeat;
position: absolute !important; 
left: 0;
margin-top:3%;
z-index: 1;  
}

.product-pic img 
{width:70%;
position:relative; 
margin-top: -50px !important;
z-index: 11; }

.gal_prod_sec 
{height:100vh;}

.left-gallery 
{width:100%;
height:90vh;
background-image: url('../images/products/background_katalog.webp'); 
background-size:100%;
background-repeat: no-repeat;
position:relative !important; 
left: 0;
z-index: 1; 
}

.gal_sec_name h2 
{font-family: Arial, Helvetica, sans-serif;
font-size:120px;
font-weight: bolder;
 background: none !important;
color: transparent; 
-webkit-text-stroke: 2px #006189;}

.gal_sec_name h2 span {
padding-left:100px; 
font-family: Arial, Helvetica, sans-serif;
font-size:120px;
font-weight: bold;
 background: none !important;
color: transparent; 
-webkit-text-stroke: 2px #006189;
}

.product-gallery {
    width: 100%;
    height: 100vh;
    display: flex;   
    justify-content: center;    
    align-items: center;     
    position: relative;
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
    overflow: hidden; 
}

.product-gallery .woocommerce-product-gallery,
.product-gallery .slick-list,
.product-gallery .slick-track {
    
    margin: 0 auto !important;
}

.product-gallery > div {
    transform: translateY(-25%);
    width: 100%;
    max-width: 100%;
}


.product-gallery img {
    display: block;
    margin: 0 auto;
    max-height: 100vh;
    width: auto;
    object-fit: contain;
}

.additional_sec img.alignleft {
    float: left;
    margin-right: 25px; 
    margin-bottom: 15px;
    max-width: 50%;     
    height: auto;
}


.additional_sec img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    max-width: 50%;
    height: auto;
}


.additional_sec img.aligncenter {
    display: block;
    margin: 0 auto 20px;
    height: auto;
}


.additional_sec::after {
    content: "";
    display: table;
    clear: both;
}

.prod_sec h2 
{display: block;
text-align: center;
margin-bottom: 50px;}

.product-wysiwyg-accordion h3 {
    display: flex !important; 
    align-items: center;
    justify-content: baseline;
    
    margin: 5px 0 0 0 !important; 
    padding: 18px 25px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    transition: all 0.25s ease-in-out;
    user-select: none; 
}

.product-wysiwyg-accordion h3:hover {
    background-color: #f1f1f1;
}


.product-wysiwyg-accordion h3::after {
    content: '\002B';
    position: absolute;
    right: 20px;
    font-size: 22px;
    line-height: 1;
    color: #888;
    transition: transform 0.3s ease;
}


.product-wysiwyg-accordion h3.active {
    background-color: #ffffff;
    border-bottom-color: transparent;
}

.product-wysiwyg-accordion h3.active::after {
    content: '\2212';
    color: #000;
}


.acc-panel {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: none;
    margin-bottom: 15px;
    animation: fadeInDown 0.4s ease;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}


.prodfooter {
    width: 100%;
    height: 420px;
    display: flex;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}


.prodfooterl {
    width: 45%;
    background:#FAFCF5;
    display: flex;    
    position: relative;
    z-index:2;
}

.prodfooterl::after {
    content: "";
    position: absolute;
    top: 0;
    right: -53px;
    bottom: 0;
    width: 120px;
    background:#FAFCF5;
    transform: skew(-14deg);
    z-index: -1;
}

.prodfooterr {
    width: 55%;
    background: #EBF2DF; 
    display: flex;
    justify-content: flex-start;   
    position: relative;    
    z-index: 1;
}


.header-contact 
{display: block;
text-align: center;}

.header-contact p 
{color: #000;
font-size: 22px;}


.prod_feedback {
    width: 100%;
    padding:50px;    
}

.contact-content {
    width: 100%;
    padding-left: 100px;
    padding-top:50px;    
}

.contact-item 
{margin-top: 10px;
margin-bottom: 10px;}

.contact-item span 
{font-size: 16px;}

.contact-item a
{font-size: 16px;
color: #006189;}

.contact-addres
{display:block;
}

.contact-addres span
{display:inline-block;
text-align: left;
}

.ic img 
{width: 37px;
height: 37px;}

.contact-phone {
    display: flex;
    flex-direction: column;
    gap: 5px;              
}


.contact-phone {
    display: grid;
    grid-template-columns: auto 1fr; 
    align-items: center;
    gap: 10px;
}

.contact-phone a {
    grid-column: 2; 
    display: block;  
    text-decoration: none;
    color: inherit;
    color: #006189;
}

.icon-contact {
    grid-row: 1 / span 2; 
}

.prodform input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 18px 0;
    outline: none;
}

.sendprod {
    margin: 20px auto !important;
    width: 250px;
    padding: 10px;
    background:#006189;
    border: 1px solid var(--dark-blue);
    border-radius: 5px;
    color: var(--dark-blue);
    cursor: pointer;
    transition: 0.3s;
}

.sendprod:hover {
    background:#006189;
    color: #fff;
}



.sp-tab__lay-default > ul.sp-tab__nav {
    display: flex !important;
    flex-wrap: nowrap !important; 
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}


.sp-tab__lay-default > ul.sp-tab__nav > li.sp-tab__nav-item {
    flex: 1 1 0% !important;
    min-width: 0 !important; 
    margin: 0 !important;      
    padding: 0 !important;
    border: 1px solid #ddd !important;
    margin-left: -1px !important; 
    min-height: 1px !important;
}

.sp-tab__lay-default > ul.sp-tab__nav > li.sp-tab__nav-item h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
    padding: 5px 2px !important; 
    margin: 0 !important;
    height:0px !important;
    min-height:0px !important;    
    font-size: 14px !important; 
    line-height: 1.3 !important;
    text-align: center !important;
    white-space: normal !important; 
    word-break: break-word !important; 
}




@media screen and (max-width:1556px) {

.gal_sec_name h2 
{font-family: Arial, Helvetica, sans-serif;
font-size:70px;
font-weight: bolder;
 background: none !important;
color: transparent; 
-webkit-text-stroke: 2px #006189;}

.gal_sec_name h2 span {
padding-left:100px; 
font-family: Arial, Helvetica, sans-serif;
font-size:70px;
font-weight: bold;
 background: none !important;
color: transparent; 
-webkit-text-stroke: 2px #006189;
}


.prodfooter {
    width: 100%;
    height: 420px;
    display: flex;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}


.prodfooterl {
    width: 47%;
    background:#FAFCF5;
    display: flex;    
    position: relative;
    z-index:2;
}

.prodfooterl::after {
    content: "";
    position: absolute;
    top: 0;
    right: -53px;
    bottom: 0;
    width: 120px;
    background:#FAFCF5;
    transform: skew(-14deg);
    z-index: -1;
}

.prodfooterr {
    width: 53%;
    background: #EBF2DF; 
    display: flex;
    justify-content: flex-start;   
    position: relative;    
    z-index: 1;
}

.ic img 
{width: 71px !important;
height: 71px !important;}

}

@media screen and (max-width:991px) {


.product-pic img 
{width:90%;
position:relative; 
z-index: 11; }


.left-gallery 
{width:100%;
height:auto;
background-image: url('../images/products/background_katalog.webp'); 
background-size:100%;
background-repeat: no-repeat;
position:relative !important; 
left: 0;
z-index: 1; 
}


.gal_sec_name h2 
{font-family: Arial, Helvetica, sans-serif;
font-size:40px;
font-weight: bolder;
 background: none !important;
color: transparent; 
-webkit-text-stroke: 2px #006189;}

.gal_sec_name h2 span {
padding-left:20px; 
font-family: Arial, Helvetica, sans-serif;
font-size:40px;
font-weight: bold;
 background: none !important;
color: transparent; 
-webkit-text-stroke: 2px #006189;
}

.product-gallery {
    width:100%;
    height:100vh;
    display: flex;   
    justify-content: center;    
    align-items: center;     
    position: relative;
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
    overflow: hidden; 
}

.product-gallery .woocommerce-product-gallery,
.product-gallery .slick-list,
.product-gallery .slick-track {    
    margin: 0 auto !important;
}

.product-gallery > div {
    transform: translateY(1%);
    width:100%;
    max-width:100%;
}

.product-gallery img {
    display: block;
    margin: 0 auto;
    max-height:100%;
    width:100%;
    object-fit: contain;
}


.sp-tab__lay-default > ul.sp-tab__nav {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.sp-tab__lay-default > ul.sp-tab__nav > li.sp-tab__nav-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ddd !important;
    height:60px !important; 
}

.sp-tab__lay-default > ul.sp-tab__nav > li.sp-tab__nav-item h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important; 
    margin: 0 !important;
    padding: 0 2px !important; 
    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center !important;    
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}




.prodfooter {
    width: 100%;
    height:auto;
    display:block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}


.prodfooterl {
    width:100%;
    background:#FAFCF5;
    display: flex;    
    position: relative;
    z-index:2;
}

.prodfooterl::after {
    content: "";
    position: absolute;
    top: 0;
    right:0px;
    bottom: 0;
    width:0px;
    background:#FAFCF5;
    transform: skew(-14deg);
    z-index: -1;
}

.prodfooterr {
    width:100%;
    background: #EBF2DF; 
    display: flex;
    justify-content: flex-start;   
    position: relative;    
    z-index: 1;
}

.prod_feedback {
    width: 100%;
    padding:20px;    
}

.contact-content {
    width: 100%;
    padding-left:10px;
    padding-top:20px;    
}

.header-contact p {
    display: flex;   
    gap: 12px;           
}

.header-contact img {
    flex-shrink: 0;      
    display: block;
}


}





