/* --- MAIN STYLES --- */
main{
    min-height: calc(100vh - 137px - 590px);
    position: relative;
    z-index: 1;

}
/* --- Header --- */
header{
    position: relative;
    z-index: 2;
}
.wrapper-header{
    background-color: #000000;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
    .header .logo-section{
        display: block;
        margin-right: 50px;
    }
        .header .logo-section img{
            width: 135px;
            height: auto;
            margin-left: 16px;
        }
    .header .nav-section{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
        .header .nav-list {
            display: flex;
            flex-direction: row;
            margin-top: 6px;
        }
            .nav-list .separation{
                margin: 0 10px;
                display: block;
                border-left: 1px solid #76767c;
            } 
            .header .nav-item{
                font-family: 'Oswald', sans-serif, Helvetica;
                color: #76767c;
                text-decoration: none;
                font-size: 13px;
                line-height: 17px;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-transform: uppercase;
                font-weight: 500;
            }
            .header .nav-item:hover{
                color: #ffffff;
            }
                .header .nav-item svg{
                    height: 15px;
                    width: auto;
                    fill: #66cc33;
                    margin-right: 5px;
                }
                .header .nav-item span{
                    white-space: nowrap;
                }
                    .header .nav-item .counter-basket__header{
                        color: #ffffff;
                        margin-left: 4px;
                    }
        header .header-search{
            margin-left: 15px;
            display: flex;
            flex-direction: row;
            align-items: stretch;
        }
            header .header-search input{
                height: 32px;
                font-size: 13px;
                background-color: #86868d !important;
                border-color: transparent;
            }
            header .header-search input:focus{
                background-color: #ffffff !important;
            }
                header .header-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                    color: #000000;
                }
                header .header-search ::-moz-placeholder { /* Firefox 19+ */
                    color: #000000;
                }
                header .header-search :-ms-input-placeholder { /* IE 10+ */
                    color: #000000;
                }
                header .header-search :-moz-placeholder { /* Firefox 18- */
                    color: #000000;
                }
            header .header-search .btn-search{
                border: none;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: transparent;
                padding: 5px;
                margin: 0;
                margin-left: 5px;
                width: 32px;
                height: auto;
            }
            header .header-search .btn-search:hover,
            header .header-search .btn-search:hover{
                outline: solid transparent;
            }
                header .header-search .btn-search svg{
                    width: auto;
                    height: 18px;
                    fill: #b2b2b8;
                }
                header .header-search .btn-search:focus svg,
                header .header-search .btn-search:hover svg{
                    fill: #ffffff;
                }
        .header .burger{
            display: none;
        }
.logo-line{
    height: 24px;
    width: 100%;
    background-image: url(../../img/icon/logo-line.svg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #202021;
    background-size: 30px auto;
}

/* --- Footer --- */
.wrapper-footer{
    background-color: #0f0f10;
}
.footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 0 60px 0;
    margin: 0 -15px;
}
    .footer .footer-card{
        width: 33.333%;
        padding: 0 15px
    }
        .footer .footer-card .card-title{
            color: #fff;
            padding-bottom: 10px;
            margin: 30px 0 10px;
            text-transform: uppercase;
        }
        .footer .footer-card hr{
            width: 100%;
            height: 1px;
            background-color: #454548;
            display: block;
        }
        .footer .footer-card .footer-collapse-btn{
            display: none;
        }
        .footer .footer-card .card-list{
            list-style: none;
            color: #fff;          
            margin-top: 10px;
        }
        .footer .footer-card .card-list__flex{
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            margin-left: -10px; 
            margin-right: -10px; 
            align-items: flex-start;
        }
            .footer .footer-card .card-list li{
                margin-bottom: 10px;
                padding: 0 10px;
                width: 50%;
            }
                .footer .footer-card a{
                    text-decoration: none;
                    color: #ffffff;
                }
        .footer .footer-card .btn-green{
            border-radius: 0;
            margin: 20px 0;
            color: #000000;
            padding: 10px 15px;
        }
            .footer .footer-card .btn svg{
                fill: #000000;
            }
        .footer .footer-card .btn-link{
            color: #ffffff;
            display: block;
        }

.wrapper-additional-footer{
    background: #000000;
    padding: 20px 0;
}
    .additional-footer{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
        .footer-social{
            width: 34%;
            padding-right: 10px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            list-style: none;
            justify-content: flex-end;
            padding: 0;
            margin: 0;
        }
            .footer-social li{
                margin-right: 10px;
                margin-bottom: 10px;
            }
            .footer-social li:last-of-type{
                margin: 0;
            }
                .footer-social a{
                    text-decoration: none;
                    display: inline-block;
                    padding: 0 10px;
                }
                    .footer-social a svg{
                        width: auto;
                        height: 20px;
                        fill: #ffffff
                    }
                .footer-social a:hover svg{
                    fill: #66cc33
                }
    .footer-privacy{
        width: 66%;
        padding-left: 10px;
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
    }
        .footer-privacy li{
            margin-right: 20px;
            margin-bottom: 5px;
        }
            .footer-privacy .privacy-item{
                color: #ffffff;
                font-size: 13px;
            }
            .footer-privacy .privacy-link{
                text-decoration: underline;
            }
            .footer-privacy .privacy-link:focus,
            .footer-privacy .privacy-link:hover{
                text-decoration: underline;
                color: #ffffff;
                outline: solid transparent;
            }
    .wrapper-additional-footer .author{
        width: 100%;
        text-align: right;
        color: #ffffff;
        margin-top: 20px;
    }
        .wrapper-additional-footer .author a{
            color: #66cc33;
        }

/* --- Menu --- */
.wrapper_menu{
    background: #202021;
    border-bottom: 1px solid #6c3;    
    position: relative;
    display: block;
}
    .menu-section{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
        .menu-section ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
        }
        .menu-section>ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }
        .menu-section>ul>li{
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .menu-section .nav-list{
            display: none;
        }
        .menu-section .header-search{
            display: none;
        }
        .menu-section .production-list>li{
            border-left: solid 1px #2b2b2d;
            border-right: solid 1px #2b2b2d;
        }
        .menu-section .production-list>li+li{
            border-left: solid 1px transparent;
            border-right: solid 1px #2b2b2d;
        }
            .menu-section .btn-menu_first-level{
                background-color: transparent;
                border: none;
                padding: 16px 13px;
                line-height: 1.25;
            }
            .menu-section .btn-menu_first-level:focus{
                outline: solid transparent;
                box-shadow: none;
            }
            .menu-section .btn-menu_first-level.active{
                color: #66cc33;
            }
                .menu-section .btn-menu_first-level span{
                    margin-right: 5px;
                }
                .menu-section .btn-menu_first-level svg{
                    fill: #5a5a60;
                    width: 8px;
                    height: auto;
                    transition: transform .5s ease-in-out;
                }
                .menu-section .btn-menu_first-level.active svg{
                    fill: #66cc33;
                    transform: rotate(180deg);
                }
                


            .menu-section .btn-product-list{
                color: #ffffff;
            }
            .menu-section .btn-product-list:hover{
                color: #66cc33;
            }

            .menu-section .btn-other-options-list{
                color: #b2b2b8;
                font-size: 13px;
            }
            .menu-section .btn-other-options-list:hover{
                color: #ffffff;
            }
            .menu-section .btn-other-options-list .icon-colapse__plus{
                display: none;
            }
            
/* --- Menu second level --- */
.menu-sections_second-level{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}
.btn-menu_first-level.active~.menu-sections_second-level,
.menu-sections__second-level.show{
    display: block;
}

.production-list .menu-sections_second-level{
    background-color: #d7d7da;
}
.production-list .list-menu_second-level{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.production-list .list-menu_second-level>li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 10px 0;
    border-right: 2px solid #e5e5e9;
}
    .production-list .list-menu_second-level .title-decoration{
        display: block;
        border: 1px solid #b2b2b8;
        border-bottom: 0;
        padding: 0 10px;
        margin-bottom: 7px;
        font-weight: 500;
        font-family: 'Oswald', sans-serif, Helvetica;
        width: 100%;
    }
        .production-list .list-menu_second-level .title-decoration>span{
            position: relative;
            padding: 0 5px;
            margin: -10px auto 0;
            background: #d7d7da;
            text-transform: uppercase;
            color: #5a5a60;
            font-size: 12px;
            display: table;
        }
        .list-menu_second-level .title-decoration svg{
            width: 8px; 
            height: auto;
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%, 0%);           
        }
        .production-list .list-menu_second-level .btn-menu_second-level{
            background-color: transparent;
            border-color: transparent;
            color: #000000;
        }
        .production-list .list-menu_second-level .btn-menu_second-level:hover{
            color: #5a5a60;
        }


.other-options-list .menu-sections_second-level{
    background-color: #ffffff;
}
.other-options-list .list-menu_second-level{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0;
}
    .other-options-list .list-menu_second-level>.title-section{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: nowrap;
        padding-right: 40px;        
        flex-grow: 1;
    }
        
        .other-options-list .list-menu_second-level>.title-section .title{
            font-family: 'Oswald', sans-serif, Helvetica;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 40px;
            color: #000;
            line-height: 1;
            margin: 0;
            border-left: 3px solid #6c3;
            padding-left: 20px;
        }
        .other-options-list .title-section .list-quick-links{
            margin-top: 10px;
            display: flex;
            flex-direction: column;
        }
            .other-options-list .title-section .list-quick-links li{
                width: 100%;
            }
            .other-options-list .title-section .list-quick-links a{
                font-size: 16px;
                line-height: 1.5;
                font-weight: 700;
                color: #000000;
                text-decoration: none;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-end;
                text-transform: uppercase;
            }
            .other-options-list .title-section>.list-quick-links a:hover{
                color: #76767c;
            }
                .other-options-list .title-section>.list-quick-links svg{
                    width: auto;
                    height: 8px;
                    fill: #66cc33;
                    margin-right: 10px;
                }
    .other-options-list .section-menu_second-level{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
        .other-options-list .section-menu_second-level .menu-column{
            flex: 1 0 0;
            padding-left: 30px;
            padding-right: 10px;
            border-left: 1px solid #e5e5e9;
        }
            .other-options-list .section-menu_second-level .menu-column .block-menu{
                margin-bottom: 20px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
                .other-options-list .section-menu_second-level .menu-column .title{
                    display: block;
                    margin-bottom: 20px;
                    font-size: 16px;
                    line-height: 1.5;
                }
                .other-options-list .section-menu_second-level .menu-column .title.title__bold{
                   font-weight: 700;
                }
                .other-options-list .section-menu_second-level .menu-column a:hover{
                   color: #76767c;
                }
                .other-options-list .section-menu_second-level .menu-column li a{
                    font-weight: 400;
                    font-size: 16px;
                    color: #000000;
                    line-height: 1.5;
                    margin: 0;
                    margin-bottom: 10px;
                    display: inline-block;
                }
                .other-options-list .section-menu_second-level .menu-column ul{
                    flex-direction: column;
                }
                .other-options-list .section-menu_second-level .menu-column li:last-of-type a{
                    margin: 0;
                }


/* --- Menu third level --- */
.list-menu_third-level{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}
    .list-menu_third-level .btn-menu_third-level{
        position: relative;
    }
    .list-menu_third-level .btn-menu_third-level.active::before{
        content: '';
        width: 100%;
        height: 5px;
        background-color: #66cc33;
        position: absolute;
        left: 0;
        bottom: 10px;
    }
        .list-menu_third-level .btn-menu_third-level .text{
            margin: 0 auto;
        }
.menu-section_third-level{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: none;
}
.btn-menu_third-level.active~.menu-section_third-level,
.menu-section_third-level.show{
    display: block;
}
    .menu-section_third-level .wrapper-catalog-section{
        padding: 40px 0;
    }
        .menu-section_third-level .catalog-section{
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: nowrap;
            margin: 0 -15px;
        }
            .menu-section_third-level .catalog-column{
                width: calc(25% - 5px);
                padding: 0 15px;
                border-right: 5px solid #f1f1f1;
                display: block;
            }
            .menu-section_third-level .catalog-column:last-child{
                border-right: 5px solid transparent;
            }
                .menu-section_third-level .catalog-column .catalog-title-section{
                    position: relative;
                    width: 100%;
                    text-align: center;
                    margin-bottom: 10px;
                }
                .menu-section_third-level .catalog-column .catalog-title-section::before{
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    background-color: #f1f1f1;
                    transform: translate(0, -50%);
                }
                    .menu-section_third-level .catalog-column .catalog-title-section>.title-section{
                        padding: 0 10px;
                        background-color: #ffffff;
                        position: relative;
                        z-index: 1;
                        color: #76767c;                    
                        font-family: 'Oswald', sans-serif, Helvetica;
                        font-weight: 500;
                        text-transform: uppercase;
                    }

                .menu-section_third-level .catalog-card{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    width: 100%;
                    padding-bottom: 5px;
                    border-bottom: 5px solid transparent;
                    margin-bottom: 5px;
                }
                /* .menu-section_third-level .catalog-card:focus{
                    outline: solid transparent;
                    box-shadow: none;
                } */
                .menu-section_third-level .catalog-card:hover{
                    border-color: #66cc33;
                }
                    .menu-section_third-level .catalog-card .img-section{
                        width: 100%;
                        height: 0;
                        padding-top: 56.25%;
                        position: relative;
                        overflow: hidden;
                    }
                        .menu-section_third-level .catalog-card .img-section img{
                            position: absolute;
                            left: 50%;
                            top: 0;
                            width: auto;
                            transform: translate(-50%, 0);
                        }
                    .menu-section_third-level .catalog-card .name-card{
                        font-family: 'Oswald', sans-serif, Helvetica;
                        font-weight: 500;
                        text-transform: uppercase;
                        font-size: 16px;
                        margin-bottom: 8px;
                        color: #000000;
                        text-align: center;
                    }
                    .menu-section_third-level .catalog-card .price{
                        color: #76767c;
                        margin: 0;
                        text-align: center;
                    }
        .menu-section_third-level .btn-section{
            margin-top: 50px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }
            .menu-section_third-level .btn-section .btn{
                margin: 5px 10px;
            }

/* --- Widgets --- */

/* --- Title-bg__narrow --- */
.w-title-bg_narrow{
    width: 100%;
    min-height: 500px;
}
.w-title-bg_narrow.full-height {
    min-height: calc(100vh - 137px);
}
.w-title-bg_narrow.title-bg__bg{
    background: #000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
    .w-title-bg_narrow>.main-container{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: inherit;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
        .w-title-bg_narrow .description-container{
            width: 40%;
            color: #ffffff;
        }
            .w-title-bg_narrow .description-container>img,
            .w-title-bg_narrow .description-container>svg{
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 250px;
                margin-bottom: 10px;
            }
            .w-title-bg_narrow .description-container>p{
                margin: 0;
                margin-top: 10px;
            }
            .w-title-bg_narrow .description-container>.btn{
                margin: 10px 0;
            }
            .w-title-bg_narrow .description-container .text-explanations{
                font-size: 10px;
            }

/* --- slider custom play --- */
.w-slider-custom-play .custom-play-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
    .w-slider-custom-play .custom-play{
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: none;
        border-radius: 50%;
        margin: 10px;
    }
    .w-slider-custom-play .custom-play.hide{
        display: none;
    }
    .w-slider-custom-play .custom-play:hover,
    .w-slider-custom-play .custom-play:focus{
        outline: solid transparent;
        box-shadow: none;
    }
        .w-slider-custom-play .custom-play svg{
            width: 18px;
            height: 18px;
            fill: #000;
        }
            .w-slider-custom-play .custom-play:hover svg{
                fill: #66cc33;
            }

/* --- w-title-line --- */
.w-title-line{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    margin-bottom: 30px;
}
    .w-title-line>.title-text{
        white-space: nowrap;
        flex-shrink: 0;
    }
    .w-title-line>hr{
        flex-shrink: 1;
        margin-left: 5px;
    }

/* --- w-preview-information --- */
.w-preview-information{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -15px;
}
.w-preview-information.reverse{
    flex-direction: row-reverse;
}
    .w-preview-information>div{
        width: 50%;
        flex-shrink: 0;
        padding: 0 15px;
    }
        .w-preview-information .description-section .features-section{
            margin-top: 25px;
        }
            .w-preview-information .description-section li{
                text-transform: uppercase;
                padding: 5px 0;
                font-weight: 500;
                font-family: 'Oswald', sans-serif, Helvetica;
                line-height: 1.25;
            }
        .w-preview-information .media-section .name-model-img{
            font-size: 10px;
            padding-top: 10px;
            color: #000;
        }

/* --- w-model-information-card --- */
.w-model-information-card{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 25px;
    box-shadow: 0 0 10px 0 rgb(71 71 71 / 20%);
}
.w-model-information-card:last-child{
    margin-bottom: 0;
}
    .w-model-information-card .img-mofel__descktop{
        width: 42%;
    }
    .w-model-information-card .mein-information{
        width: 58%;
        padding: 40px 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
        .w-model-information-card .mein-information .title-section{
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 10px;
            width: 100%;
            margin-bottom: 20px;
        }
            .w-model-information-card .mein-information .title-section p{
                margin-bottom: 0;
            }
            .w-model-information-card .mein-information .title-section .price{
                color: #76767c;
            }

    .w-model-information-card .mein-information .features-section{
        width: 42%;
        padding:  0 15px 0 0;
    }
        .w-model-information-card .mein-information .btn-section{
            margin-top: 25px;
        }
    .w-model-information-card .mein-information .media-section{
        width: 58%;
        padding:  0 0 0 15px;
    }
    
/* --- w-card-half --- */
.w-card-half{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    min-height: 300px;
    overflow: hidden;
}
.w-card-half.reverse{
    flex-direction: row-reverse;
}
    .w-card-half .media-section{
        width: 50%;
        max-height: 100%;
    }
    .w-card-half .wraper-description-section{
        width: 50%;
        display: flex;
        align-items: center;        
    }
        .w-card-half .description-section{
            padding: 20px 15px 20px 40px;
            width: 100%;
        }
            .w-card-half .description-section .btn-section{
                margin-top: 25px;
            }

/* --- w-slider-btn-text --- */
.w-slider-btn-text .w-card-half .wraper-description-section{
    padding-bottom: 100px;
}
.w-slider-btn-text.dots__hide .slick-dots{
    display: none;
}

/* --- w-double-layer ---*/ 
.w-double-layer{
    position: relative;
    height: auto;
    /* max-height: max-content; */
    width: 100%;
}
    .w-double-layer>.w-card-half{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
    }

    .w-double-layer>.w-card-half{
        overflow: hidden;
    }
    .w-double-layer>.w-card-half.hide{
        overflow: hidden;
        pointer-events: none;
    }
        .w-double-layer>.w-card-half .media-section{
            transform: translate(0,0);
            transition: transform 0.5s ease;
        }
        .w-double-layer>.w-card-half.hide .media-section{       
            transform: translate(0,-100%);
        }
        .w-double-layer>.w-card-half .wraper-description-section{        
            transition: transform 0.5s ease;
        }
        .w-double-layer>.w-card-half.hide .wraper-description-section{     
            transform: translate(0,100%);
        }

    .w-double-layer>.btn-close{
        position: absolute;
        right: 25px;
        top: 25px;
        height: 50px;
        width: 50px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
    }
        .w-double-layer>.btn-close svg{
            width: 20px;
            height: 20px;
            fill: #66cc33;
            flex-shrink: 0;
        }
    .w-double-layer>.w-slider-btn-text{
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        /* max-height: 100%; */
        width: 100%;
        z-index: 1;
    }
        .w-double-layer>.w-slider-btn-text .w-card-half{
            height: 100%;
        }
        
/* --- model-navigation --- */
.w-model-navigation__sticky{
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
    border-bottom: 3px solid #66cc33;
    -webkit-box-shadow: 0 0 10px 0 rgb(71 71 71 / 70%);
    -moz-box-shadow: 0 0 10px 0 rgba(71,71,71,.7);
    box-shadow: 0 0 10px 0 rgb(71 71 71 / 70%);
}
    .model-navigation{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        padding-top: 15px;
        padding-bottom: 15px;
    } 
        .model-navigation .name-section{
            width: auto;
            max-width: 75%;
            flex-shrink: 0;
            margin-right: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        } 
        .model-navigation .name-section:hover{
            color: #000000;
        } 
            .model-navigation .name-section>.name-model{
                margin-bottom: 0;
            } 
            .model-navigation .name-section>.name-anchor{
                display: none;
                margin-bottom: 0;
            } 
        .model-navigation .navigation-menu{
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            padding-left: 10px;
            flex-grow: 1;
        } 
            .model-navigation .navigation-menu .link-section{
                border-left: solid 1px #b2b2b8;
            } 
                .model-navigation .navigation-menu .link-section .btn{
                    font-weight: 400;
                    color: #000;
                    position: relative;
                    margin: 0 10px;
                } 
                .model-navigation .navigation-menu .link-section .btn:after{
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 4px;
                    left: 0;
                    bottom: 0;
                    background-color: #66cc33;
                    transition: width 0.3s ease;
                } 
                .model-navigation .navigation-menu .link-section .btn.active:after{
                    width: 100%;
                } 

            .model-navigation .navigation-menu .btn-section .btn+.btn{
                margin-left: 10px;
            }
        .model-navigation>.wrapper-btn-colapse{
            display: none;
            align-items: center;
            justify-content: center;
            margin-left: auto;
        }
            .model-navigation .btn-colapse{
                width: 30px;
                height: 30px;
                padding: 5px;
            } 
                .model-navigation .btn-colapse svg{
                    width: 25px;
                    height: auto;
                    fill: #66cc33;
                    margin: 0;
            } 

/* --- w-model-quick-information --- */ 
.w-model-quick-information{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
    .w-model-quick-information .model-quick-item{
        width: 33.333%;
        padding: 20px;
    }
    .w-model-quick-information .model-quick-item+.model-quick-item{
        border-left: 1px solid #b5b5b9;
    }
        .w-model-quick-information .modification-price-list{
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 16px;
            align-items: flex-end;
            color: #5a5a60;            
            font-weight: 500;
            font-family: 'Oswald', sans-serif, Helvetica;
        }
            .w-model-quick-information .modification-price-list .price-item-separation{
                margin: 0 10px;
            }
                .w-model-quick-information .modification-price-item span{
                    display: block;
                }
                .w-model-quick-information .modification-price-item .price-modification{
                    color: inherit;
                    margin: 0;
                }
        .w-model-quick-information .additional-information p{
            margin-bottom: 0;
        }
        .w-model-quick-information .additional-information .small{
            font-size: 10px;
            margin-bottom: 16px;
        }
    .w-model-quick-information .list-quick-link{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
        .w-model-quick-information .list-quick-link{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
            .w-model-quick-information .list-quick-link li{
                width: 33.33%;
                padding: 0 10px;
                margin: 25px 0;
            }
                .w-model-quick-information .list-quick-link .item-quick-link{
                   display: flex;
                   flex-direction: column;
                   align-items: center;                    
                    color: #5a5a60;  
                    font-weight: 500;
                    font-family: 'Oswald', sans-serif, Helvetica;  
                    text-transform: uppercase;    
                    text-align: center;           
                }
                .w-model-quick-information .list-quick-link .item-quick-link:hover{                    
                    color: #000000;  
                }
                    .w-model-quick-information .list-quick-link .item-quick-link img{
                        height: 35px;
                        width: auto;
                        max-width: 100%;
                        object-fit: contain;
                        display: block;
                        margin: 0 auto;                        
                        margin-bottom: 10px;
                    }
                    .w-model-quick-information .list-quick-link .item-quick-link svg{
                        height: 35px;
                        width: auto;
                        margin-bottom: 10px;
                        fill: #66cc33;
                    }
                        .w-model-quick-information .list-quick-link .item-quick-link path{                            
                            stroke: transparent;
                            stroke-width: 0;
                        }

/* --- w-gallery-section --- */
.w-gallery-section>.title-section{
    color: #76767c;
}
    .gallery-grid {
        display: flex;
        flex-wrap: wrap;
    }
        .gallery-grid .gallery-item{
            width: 33.333%;
        }
        .gallery-grid .gallery-card .icon-item-gallery svg{
            transform: scale(1);
            transition: transform 0.4s linear;
        }
        .gallery-grid .gallery-card:focus-within .icon-item-gallery svg,
        .gallery-grid .gallery-card:focus .icon-item-gallery svg,
        .gallery-grid .gallery-card:hover .icon-item-gallery svg{
            transform: scale(1.33);
        }

/* --- gallery-card --- */
.gallery-card{
    display: flex;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
}
.gallery-card__2to3{
    padding-top: 66%;
}                    
.gallery-card__1to3{
    padding-top: 33%;
}                    
.gallery-card__3to4{
    padding-top: 75%;
}                    
.gallery-card__1to1{
    padding-top: 100%;
}                    
.gallery-card__1to4{
    padding-top: 25%;
}                    
.gallery-card__1to2{
    padding-top: 50%;
}                    
    .gallery-card .img-gallery{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }                    
    .gallery-card .icon-item-gallery{
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        background-color: transparent;
        border: none;
    }                    
        .gallery-card .icon-item-gallery svg{
            fill: #66cc33;
            width: auto;
            height: 20px;
        }                    

        
/* --- w-model-specification --- */
.w-model-specification{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    .w-model-specification .flex-section{
        width: 50%;
        padding: 0 15px;
    }

        .w-model-specification .description-information .title-information{
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }
            .w-model-specification .description-information .title-information-item{
                margin-right: 15px;
                display: flex;
                flex-direction: column;                
                font-family: 'Oswald', sans-serif, Helvetica; 
                font-weight: 500;
            }
                .w-model-specification .description-information .title-information-item .title{
                    margin: 0;
                }

        .spec-info-options .options-list{
            margin: 40px 0 20px 0;
        }
            .spec-info-options .options-list>li{
                border-bottom: 1px solid #e5e5e9;
            }
            .spec-info-options .options-list>li:first-of-type{
                border-top: 1px solid #e5e5e9;
            }
            .spec-info-options .options-list .btn{
                padding: 20px 0;
            }
            .spec-info-options .options-list .btn:focus,
            .spec-info-options .options-list .btn:hover{
                color: #66cc33;
            }


            .spec-info-options .options-list .model-features{
                display: none;
                margin: 20px 0;
            }
            .spec-info-options .options-list .model-features-list{
                margin-bottom: 20px;
            }
                .spec-info-options .model-features-item{
                    display: flex;
                }
                    .spec-info-options .model-features-item .features-name{
                        width: 30%;
                        padding: 12px;
                        color: #5a5a60;
                        background: #f1f1f1;
                        font-weight: 700;
                    }
                    .spec-info-options .model-features-item .features-value{
                        width: 70%;
                        padding: 12px;
                    }


                   
                    .spec-info-options .model-features-list__cards .features-name{
                        display: flex;
                        align-items: center;
                    }
                    .spec-info-options .model-features-list__cards .features-value{
                        display: flex;
                        align-items: center;
                    }
                        .spec-info-options .model-features-list__cards .features-value{
                            display: flex;
                            align-items: center;
                            font-size: 16px;
                            font-weight: 500;
                            text-transform: uppercase;                            
                            font-family: 'Oswald', sans-serif, Helvetica; 
                        }
                            .spec-info-options .model-features-list__cards .features-value{
                                display: flex;
                                flex-direction: column;
                                align-items: flex-start;
                            }
                                .spec-info-options .model-features-list__cards .features-value .features-value-item{
                                    display: flex;
                                    align-items: center;
                                    font-size: 16px;
                                    font-weight: 500;
                                    text-transform: uppercase;                            
                                    font-family: 'Oswald', sans-serif, Helvetica;
                                    text-decoration: none;
                                    padding: 8px 0;
                                }
                                    .spec-info-options .model-features-list__cards .features-value .icon{
                                        margin-right: 25px;
                                        flex-shrink: 0;
                                    }
                                        .spec-info-options .model-features-list__cards .features-value svg{
                                            width: 70px;
                                            height: 70px;
                                        }
                                        .spec-info-options .model-features-list__cards .features-value img{
                                            width: 70px;
                                            height: 70px;
                                            object-fit: contain;
                                        }
        .media-section .image-storage{
            position: relative;
            padding-top: 56.25%;
        }                            
            .media-section .image-storage .card-image-storage{
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 0;
                padding-top: 56.25%; 
                display: none;         
            }
            .media-section .image-storage .card-image-storage.active{
                display: block;          
            }
                .media-section .image-storage .card-image-storage img{
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;         
                }

        .media-section .nav-section{
            display: flex;
            justify-content: center;
            margin-bottom: 100px;
        } 
            .media-section .nav-section .nav-list{
                display: flex;
            } 
                .media-section .nav-section .nav-list li{
                    width: 26px;
                    height: auto;
                    position: relative;
                    margin: 0 15px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 2px;
                } 
                    .media-section .nav-section .nav-list .nav-item{
                        width: 100%;
                        height: 100%;
                        border-radius: 50%;
                        overflow: hidden;
                        border: solid 1px transparent;
                        background-color: transparent;
                        position: relative;
                        z-index: 1;
                    } 
                    .media-section .nav-section .nav-list .nav-item:focus:not(.active){
                        box-shadow: 0 0 8px #66cc33;
                        outline: solid transparent;
                    } 
                    /* .media-section .nav-section .nav-list .nav-item.active::before{
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background-image: url(../../img/icon/Subtract.svg);
                        z-index: 2;
                        display: block;
                    }  */
                        .media-section .nav-section .nav-list .nav-item svg{
                            width: 100%;
                            height: 100%;
                            border-radius: 50%;
                            position: relative;
                            z-index: 1;
                        }

                    .media-section .nav-section .nav-list .nav-text{
                       position: absolute;
                       left: 50%;
                       top: 100%;
                       transform: translate(-50%, 0);
                       width: 200px;
                       max-height: 100px;                    
                       flex-direction: column;
                       align-items: center;
                       margin-top: 10px;

                       display: none;
                    } 
                    
                    .media-section .nav-section .nav-item.active{
                       pointer-events: none;
                       cursor: pointer;
                    } 
                    .media-section .nav-section .nav-item.active~.nav-text{
                       display: flex;
                    } 
                        .media-section .nav-section .nav-list .nav-text span:not([class]){
                            font-weight: 500;
                            text-transform: uppercase;                            
                            font-family: 'Oswald', sans-serif, Helvetica;
                            margin-bottom: 15px;
                            text-align: center;
                        } 
                    .media-section .nav-section .nav-list .border-item__active{
                        display: none;
                    }
                    .media-section .nav-section .nav-item.active~.border-item__active{
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: auto;
                        display: block;
                        z-index: 2;
                        fill: #66cc33;                        
                        pointer-events: none;
                    }
                            
                



/* --- list-collapse__pluse --- */
.list-collapse__pluse{

}
    .list-collapse__pluse .btn-collapse__pluse{
        justify-content: space-between;
        width: 100%;
    }

    .btn-collapse__pluse .icon-collapse{
        width: 25px;
        height: 25px;
        position: relative;
        display: block;
        flex-shrink: 0;
        margin-left: 15px;
    }
        .btn-collapse__pluse .icon-collapse::before{
            content: '';
            position: absolute;
            width: 18px;
            height: 2px;
            background-color: #66cc33;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .btn-collapse__pluse .icon-collapse::after{
            content: '';
            position: absolute;
            width: 18px;
            height: 2px;
            background-color: #66cc33;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(90deg);
        }
        .btn-collapse__pluse.active .icon-collapse::after{
            display: none;
        }
        .btn-collapse__pluse.active .icon-collapse::before,
        .btn-collapse__pluse.active .icon-collapse::after{
            background-color: #66cc33;
        }

/* --- container-for-fancybox --- */
.container-for-fancybox{
    display: none;
    height: 100%;
    max-height: 90vh;
    width: auto;
    max-width: 90%;
    padding: 0;
    overflow: hidden;

    background-color: transparent;
}
    .container-for-fancybox .fancybox-button svg path{
        stroke: #66cc33;
        stroke-width: 2px;
    }


.content-modal-container{
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
}
    .content-modal-container .list-title-element{
        background-color: #202022;
        padding: 20px 70px 20px 20px;        
        border-bottom: 2px solid #66cc33;
        color: #ffffff;
        flex-shrink: 0;
    }
        .content-modal-container .item-title-element{
            display: flex;
            flex-wrap: nowrap;
        }
            .content-modal-container .item-title-element svg{
                width: 70px;
                height: auto;
                max-height: 100px;
                flex-shrink: 0;
                margin-right: 25px;
            }
            .content-modal-container .item-title-element img{
                width: 70px;
                height: auto;
                max-height: 100px;
                flex-shrink: 0;
                margin-right: 25px;
                object-fit: contain;
            }
    .content-modal-container .slider-container{
        height: auto;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        overflow: hidden;
    }
        .content-modal-container .slider-container .slider-modal{
            height: 100%;
            flex-grow: 1;
            overflow-y: scroll;
        }
        .content-modal-container .slider-container .controls_arrows{
            height: 50px;
           flex-shrink: 0;
        }

/* --- Other --- */
.line__left{
    border-left: 3px solid #66cc33;
    padding-left: 15px;
}

ul.standart-list{
    list-style: none;
}
.standart-list li{
        position: relative;
        padding-left: 15px;
    }
    .standart-list li::before{
        content: '\25CF';
        margin-right: 7px;
        color: #66cc33;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 10px;
        transform: translate(0px, 50%);
        line-height: 1;
    }

.footnote-section{
    font-size: 10px;
    margin-top: 20px;
    line-height: 1.2;
    color: #76767c;
}
.footnote{
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #76767c;
}