@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
        url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--main_color);
}

a {
    color: #078781;
    text-decoration: none;
    background-color: transparent;
    }

:root{
    --main_color: #000000;
    --light_color: #afc667;
    --borders: #e6e6ec;
    --bg_hover: #9bb059;
    --simple_txt: #54575b;
    --bg_block: #f5f6f7;
}

.container{
    max-width: 1400px;
}
input:focus, button:focus, a:focus{
    outline: none;
}
textarea:focus{
    border: 1px solid var(--borders) !important;
    border-radius: 0 !important;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid var(--borders);
}
 a:hover{
     text-decoration: none;
 }
 .dropdown-item.active, .dropdown-item:active{
     background: var(--light_color);
     color: var(--main_color);
 }

/* ----------------------------------UP-------------------------- */

#button {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 55px;
    transition: background-color .3s, border-color .3s, color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #707070;
    font-size: 40px;
    border: 1px solid var(--main_color);
    background: rgba(255,255, 255, .7);
}
#button:hover {
    cursor: pointer;
    background: rgba(255,255, 255, 1);
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.up_button span{
    position: absolute;
    bottom: 23%;
    left: 33%;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: var(--main_color);
}

/* -----------------------------header------------------------- */
header{
    margin-bottom: 30px;
}
.top_menu .navbar-expand-lg .navbar-nav .dropdown-toggle::after{
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    color: var(--main_color);
    opacity: .5;
    top: 19px;
    font-size: 12px;
    border: none;
}
.borders_image_menu img{
    max-height: 174px;
}

.graph_work{
    font-size: 12px;
    line-height: initial;
    color: white;
    opacity: .8;
}
.graph_work_img{
    margin-right: 12px;
}
.header_search{
    position: relative;
}
.header_search_input{
    width: 100%;
    border: 1px solid var(--borders);
    padding: 11px 48px 11px 20px;
    font-size: 14px;
}
.header_search_bttn{
    position: absolute;
    right: 3px;
    top: 3px;
    height: 87.5%;
    width: 44px;
    background: var(--main_color);
    color: white;
    border: 1px solid var(--main_color);
}
.tel_block_link a{
    display: block;
}
.tel_block_link a{
    font-weight: bold;
    color: var(--main_color);
    line-height: initial;
}
.mail_block_link a{
    color: var(--main_color);
    line-height: initial;
    font-size: 14px;
}
.icon_phone, .icon_mail{
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    background: var(--light_color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.ctnt_phn_mls{
    width: fit-content;
    margin-left: auto;
}
.middle_header{
    padding: 20px 0;
}
.header_cart {
    display: block;
    width: 100%;
    position: relative;
    color: var(--main_color);
}
.header_cart:hover{
    color: var(--main_color);
}
.cart_icon{
    position: relative;
}
.count_block{
    position: absolute;
    top: -12px;
    right: -12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--main_color);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
}
.text_cart{
    margin-left: 18px;
}
.text_cart_1{
    font-size: 14px;
    line-height: initial;
}
.text_cart_2{
    font-size: 18px;
    line-height: initial;
    font-weight: bold;
}
.category_block{
    background: var(--light_color);
}

.category_block .navbar.navbar-expand-lg{
    padding: 0;
}
.category_block .nav-item{
    width: 16%;
}
.category_block .nav-item .nav-link{
    text-align: center;
    color: var(--main_color);
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    text-transform: uppercase;
    padding: 1rem;
    position: relative;
}
.category_block .nav-item:hover{
    background: var(--bg_hover);
    transition: .2s ease;
}
.category_block .nav-item:hover .nav-link{
    color: var(--main_color);
}
.borders_image_menu_in{
    color: white;
    font-size: 16px;
    line-height: 26px;
}
.borders_image_menu_in_txt{
    margin-right: 8px;
}
.block_in_menu{
    margin-bottom: 10px;
    width: 180px;
}
.catalog_menu_headers{
    font-size: 14px;
    line-height: initial;
    color: #72767c;
}
.catalog_menu_headers a{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: var(--main_color);
}
.nav-item.dropdown:first-child .catalog_menu_headers{
    font-size: 16px;
    line-height: 26px;
    color: var(--main_color);
}
.navbar-toggler-icon {
    background-image: url(
        "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(93,93,93,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* ----------------------mobile_headre----------------------- */

.mobile_header_block{
    margin-top: 15px;
    margin-bottom: 5px;
}
.mobile_header_block .navbar-toggler{
    position: absolute;
    top: 7px;
    right: 0;
}
.mobile_header_block .header_search_bttn{
    height: 40px;
    position: relative;
    right: auto;
    top: auto;
    background: white;
    color: var(--main_color);
    border: 1px solid white;
}
.mobile_header_block .cart_icon{
    max-width: 30px;
}
.mobile_header_block .icon-search{
    font-size: 22px;
}
.mobile_header_block .header_search{
    text-align: end;
}
.desk_styles .header_search_bttn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 87.5%;
    width: 44px;
    background: var(--main_color);
    color: white;
    border: 1px solid var(--main_color);
}
.desk_styles .icon-search{
    font-size: 16px;
}
.desk_styles{
    height: 0;
    overflow: hidden;
    transition: all .2s;
    margin-top: 5px;
    position: relative;
    width: 100%;
    z-index: 500;
    left: 0;
}
.desk_styles .header_search{
    position: absolute;
    width: 100%;
}
.desk_styles.show{
    height: 50px;
    transition: all .2s;
}

@media(max-width:570px) {
    .mobile_header_block .navbar-toggler {
        top: 0;
    }

    .mobile_header_block .mbls_mrgn {
        margin-bottom: 0;
    }

    header {
        margin-bottom: 15px;
    }

    .top_menu #navbarSupportedContent {
        top: 70px !important;
    }

    .desk_styles.show {
        overflow: visible;
    }
}

/* -------------------------------footer---------------------------- */

footer{
    background: var(--main_color);
    padding-top: 45px;
    color: white;
}
.footer_bttn{
    border-top: 1px solid rgba(255,255,255,0.15);
    color: rgb(93, 93, 93);
    line-height: 30px;
    font-size: 12px;
    padding: 9px 0;
    margin-top: 25px;
}
.footer_block_logo{
    text-transform: uppercase;
}
.footer_logo{
    margin-bottom: 10px;
}
.footer_logo img{
    filter: invert(1);
}
.footer_logo_text{
    opacity: .5;
}
.list_footer_menu_in{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list_footer_menu_in li{
    padding: 3px 0;
}
.list_footer_menu_header{
    line-height: 30px;
    margin-bottom: 5px;
}
.list_footer_menu_in a {
    color: white;
    opacity: .5;
    transition: .2s ease;
    font-size: 14px;
}
.list_footer_category{
    column-count: 2;
}
.list_footer_menu_in a:hover, .list_footer_menu_in a.active{
    opacity: 1;
    transition: .2s ease;
}
.footer_tel_block, .footer_tel_block a{
    color: white;
}
.footer_tel_block a{
    display: block;
}
.footer_tel_block_link{
    line-height: initial;
}
.footer_tel_block_img{
    margin-right: 13px;
}
.list_info_footer .footer_tel_block:not(:last-child){
    margin-bottom: 15px;
}
.last_block_footer .list_footer_menu_header{
    padding-bottom: 8px;
}
.btn-link {
    color: #ffffff; 
}
.btn-link:hover {
    color: #717171;
    text-decoration: underline;
}
/* ----------------------------main_banner---------------------------- */

.main_banner{
    margin-bottom: 160px;
}
.banner_slide_block_in{
    background: url(../image/slider-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 96px 75px;
}
.banner_slide_block_in_1{
    background: url(../image/catalog-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 96px 75px;
}
.slider_info_block{
    max-width: 505px;
    width: 100%;
}
.banner_heading{
    font-size: 60px;
    font-weight: 200;
    line-height: 70px;
}
.banner_text{
    font-size: 24px;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.banner_links{
    width: fit-content;
}
.banner_links a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    padding: 0 25px 0 30px;
    min-height: 60px;
    background: var(--main_color);
    min-width: 218px;
    width: fit-content;
    align-items: center;
    position: relative;
    border: 2px solid var(--main_color);
    transition: .5s ease;
}
.banner_links a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    color: white;
    position: absolute;
    right: 25px;
    font-size: 18px;
    transition: .5s ease;
}
.banner_links a:hover{
    color: var(--main_color);
    background: var(--light_color);
    transition: .5s ease;
}
.banner_links a:hover::after{
    right: 10px;
    transition: .5s ease;
    color: var(--main_color);
}

/* -------------------main_about_block--------------- */

.main_about_block{
    margin-bottom: 95px;
}
.heading_block{
    position: relative;
    font-size: 50px;
    line-height: initial;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.heading_block span{
    position: relative;
    z-index: 5;
}
.heading_block::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #aeb1b8;
    bottom: 0;
    left: 0;
}
.heading_block_img{
    position: absolute;
    top: -15px;
    left: -75px;
    /* z-index: -1; */
}
.main_about_block_cntnt{
    color: var(--simple_txt);
}
.main_about_block_cntnt p:last-child{
    margin-bottom: 0;
}
.borders_image{
    padding: 3px;
    background-color: white;
    box-shadow: 0 0 12px rgba(174,177,184,0.5);
    width: fit-content;
    margin: 0 auto;
}
.borders_image_menu{
    width: 180px !important;
    height: 180px !important;
    margin-bottom: 8px;
    position: relative;
    display: flex;
}
.borders_image_menu_in{
    position: absolute;
    opacity: 0;
    width: 160px;
    height: 0;
    transition: linear .3s;
    bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    left: 11px;
}
.block_in_menu:hover .borders_image_menu_in{
    height: 158px;
    opacity: 1;
    transition: linear .3s;
}
.borders_image.borders_image_menu a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.borders_image.cntnt_1{
    margin-bottom: 30px;
}
.main_about_block_cntnt.cntnt_1 a{
    margin-bottom: 0;
}

.heading_block_all{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.heading_block_all span{
    position: relative;
    z-index: 5;
}
.heading_block_all .heading_block_img{
    text-align: center;
    margin-top: -74px;
    position: relative;
    left: 0;
    z-index: 1;
}
.heading_block.heading_block_all::after{
    display: none;
}
.heading_block.heading_block_all .heading_block_img{
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}
.heading_block.heading_block_all .heading_block_img::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #aeb1b8;
    bottom: 45px;
    left: 95px;
}

/* -------------------------advantages_main_block------------------------------- */

.advantages_main_block{
    padding: 80px 0 90px;
    background: var(--bg_block);
    margin-bottom: 85px;
}
.borders_icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 10px 35px 0px rgba(174,177,184,0.3);
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.borders_icon_in{
    border: 2px dashed var(--borders);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------------------------categories_main_block-------------------------- */

.categories_main_block{
    margin-bottom: 100px;
}
.categories_main_block_img .borders_image{
    width: 100%;
}
.block_links a{
    display: block;
}
.borders_image_1{
    background: url('../image/image-3.png');
    min-height: 394px;
}
.borders_image_2{
    background: url('../image/image-4.png');
    min-height: 176px;
}
.borders_image_3{
    background: url('../image/image-5.png');
    min-height: 185px;
}
.borders_image_4{
    background: url('../image/image-6.png');
    min-height: 185px;
}
.borders_image_5{
    background: url('../image/image-7.png');
    min-height: 176px;
}
.borders_image_6{
    background: url('../image/image-8.png');
    min-height: 394px;
}
.borders_image_1, .borders_image_2, .borders_image_3, .borders_image_4, .borders_image_5, .borders_image_6{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.desctop_position{
    z-index: 5;
}
.borders_image_txt{
    display: flex;
    align-items: flex-end;
    padding: 12px 17px;
    position: relative;
    color: white;
    font-size: 20px;
    transition: .2s;
}
.borders_image_txt span{
    position: relative;
    z-index: 5;
}
.borders_image_txt::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    box-shadow: inset 0 -70px 25px -40px rgba(0, 0, 0, .3);
    content: "";
}
.borders_image_txt::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background:rgba(0, 0, 0, .5);
    content: "";
    transition: linear .3s;
}
.borders_image_txt:hover::after{
    height: 100%;
    transition: linear .3s;
}

/* -------------------------------advantages_main_block_style--------------------------- */

.series_block{
    background: white;
    box-shadow: 0 0 12px rgba(174,177,184,0.5);
    padding: 15px 18px;
    height: 100%;
    justify-content: space-between;
    /* max-height: 310px; */
}
.series_block img{
    max-height: 235px;
}
.class_margin{
    margin-bottom: 28px;
}
.series_block_txt a{
    color: var(--main_color);
}
.series_block_txt_hdrs{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 2px;
}
.series_block_text{
    color: #72767c;
    line-height: 18px;
}

/* ---------------------------------our_top_products------------------------ */

.our_top_products{
    margin-bottom: 30px;
}
.product_slider .slick-slide {
    margin: 0 15px;
}
.product_slider_block{
    box-shadow: 0 0 12px rgba(174,177,184,0);
    border: 1px solid var(--borders);
    background: white;
}



.select_headers{
    font-size: 12px;
    line-height: 22px;
    color: #72767c;
}
.price_block {
    /*margin-bottom: 15px;*/
    margin: 15px 0;
}
.product_slider_block_top{
    position: relative;
    padding: 12px 16px;
    background: white;
}
.product_slider_block_play{
    position: absolute;
    top: 12px;
    left: 12px;
}
.product_slider_block_new{
    position: absolute;
    top: 12px;
    padding: 2px 11px;
    right: 0px;
    background: #232323;
    color: white;
    font-size: 12px;
    line-height: 22px;
}
.product_slider_block_new.position2{
    top: 45px !important;
}
.count_reviews_block a{
    color: var(--main_color);
    text-decoration: underline;
    font-size: 12px;
    line-height: 22px;
}
.product_slider_block_middle{
    background: #f0f2e1;
    padding: 14px 16px;
}
.product_slider_block_middle_hdrs{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_slider_block_middle_hdrs a{
    color: var(--main_color);
}
.art_block{
    color: #72767c;
    font-size: 12px;
    line-height: 22px;
}
.success_availability, .not_success_availability{
    position: relative;
}
.success_availability::before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: -20px;
}
.not_success_availability::before{
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: -20px;
}
.success_availability{
    color: #01bc6b;
}
.availability_product .not_success_availability{
    display: block;
}
.availability_product .success_availability{
    display: none;
}
.availability_product.active .not_success_availability{
    display: none;
}
.availability_product.active .success_availability{
    display: block;
}
.reviews_stars_block ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    color: #d9dde2;
}
.reviews_stars_block ul li{
    margin: 0 2px;
    cursor: pointer;
}
.stars-1 li:nth-child(1) { color: var(--main_color) !important; }
.stars-2 li:nth-child(1), .stars-2 li:nth-child(2) { color: var(--main_color) !important; }
.stars-3 li:nth-child(1), .stars-3 li:nth-child(2), .stars-3 li:nth-child(3) { color: var(--main_color) !important; }
.stars-4 li:nth-child(1), .stars-4 li:nth-child(2), .stars-4 li:nth-child(3), .stars-4 li:nth-child(4) { color:var(--main_color) !important; }
.stars-5 li:nth-child(n) { color: var(--main_color) !important; }

.product_slider_block_bottom .mrgn_style{
    margin: 18px 25px;
}
.actual_price{
    font-size: 40px;
    margin-right: 16px;
}
.old_price{
    color: #a4a4ae;
    font-size: 24px;
}
.old_price .price_numb{
    position: relative;
    width: fit-content;
}
.old_price .price_numb::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #a4a4ae;
    top: 50%;
    left: 0;
}
.product_slider_block_bottom .mrgn_style{
    position: relative;
    background: white;
    min-height: 130px;
    margin-bottom: 0;
}
.product_slider_block_bottom .currency{
    font-size: 16px;
    line-height: 22px;
}
.select_option_style .nice-select{
    width: 100%;
    border: 1px solid #e6e6ec;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 18px;
}
.select_option_style .nice-select ul{
    width: 100%;
}
.nice-select:after{
    height: 7px;
    width: 7px;
    border-bottom: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
}
.button_block_prod_cart button{
    background: var(--main_color);
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    padding: 13px 23px;
    border: 2px solid var(--main_color);
}
.button_block_prod_cart button img{
    filter: invert(1);
}
.product_slider_block_img{
    min-height: 265px;
    display: flex;
    align-items: center;
}
.product_slider_block_img img{
    margin: 0 auto;
    max-height: 265px;
}
.reviews_stars_block ul{
    margin-bottom: 0;
}
.nice-select .option{
    line-height: 28px;
    min-height: 20px;
}
.availability_product {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}
.product_slider_block_middle_hdrs{
    margin-bottom: 5px;
}
.slick-dots li button{
    width: 14px;
    height: 14px;
    padding: 3px;
}
.slick-dots li button:before{
    background: var(--main_color);
    color: var(--main_color);
    font-size: 0px;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
}
.slick-dots li.slick-active button{
    border: 1px solid var(--main_color);
}
.slick-dots li:hover button{
    border: 1px solid var(--main_color);
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before{
    background: var(--main_color);
    color: var(--main_color);
    opacity: 1;
}
.button_block_prod_cart img{
    width: 24px;
    height: 25px;
}
.product_slider_block_top_lnk{
    display: block;
}
.product_slider .product_slider_block{
    margin-bottom: 70px;
}
.button_block_prod_cart {
    opacity: 0;
    height: 0;
    position: absolute;
    bottom: -43px;
    width: 100%;
    transition: all 475ms linear;
}
.product_slider_block_bottom{
    background: white;
    position: relative;
    z-index: 5;
}
.product_slider .product_slider_block:hover{
    margin-bottom: 0;
}
.product_slider .product_slider_block:hover .button_block_prod_cart{
    height: 50px;
    opacity: 1;
    bottom: 0px;
}
.product_slider .product_slider_block:hover .mrgn_style{
    padding-bottom: 110px;
    height: 100%;
}
.product_slider .product_slider_block:hover .product_slider_block_bottom{
    padding-bottom: 20px;
}

.product_slider .slick-dots{
    bottom: 0;
    position: relative;
    top: -8px;
}
.blog_slider .slick-dots{
    bottom: 0;
    position: relative;
    top: 25px;
}
.product_slider .slick-next, .product_slider .slick-prev, .blog_slider .slick-next, .blog_slider .slick-prev{
    width: 50px;
    height: 50px;
    border: 1px solid var(--borders);
    background: white;
    transition: .2s ease;
}
.product_slider .slick-prev, .blog_slider .slick-prev {
    left: -75px;
}
.product_slider .slick-next, .blog_slider .slick-next {
    right: -75px;
    top: 39%;
}
.slick-next:before, .slick-prev:before{
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #bdbfc5;
    transition: .2s ease;
}
.slick-next:before{
    content: "\f30b";
}
.slick-prev:before{
    content: "\f30a";
}
.slick-next:hover, .slick-prev:hover{
    border: 1px solid var(--main_color);
    background: var(--main_color);
    color: white;
    transition: .2s ease;
}
.slick-next:hover::before, .slick-prev:hover::before{
    color: white;
    transition: .2s ease;
}
.product_slider_block:hover{
    box-shadow: 0 0 12px rgba(174,177,184,0.5);
}

.our_video{
    cursor: pointer;
}
button.close {
    float: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    background-color: var(--main_color) !important;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -39px;
    transition: all 150ms linear;
    z-index: 2;
    width: 34px;
    height: 34px;
    text-align: center;
}
#myModal .modal-body{
    padding: 0;
}

/* ------------------------------------new_post_blog_block--------------------------- */

.new_post_blog_block{
    margin-bottom: 0;
}
.blog_slide_block{
    border: 1px solid var(--borders)
}
.blog_slider .slick-slide {
    margin: 0 10px;
}
.blog_slide_block_image{
    position: relative;
    max-height: 276px;
    height: 100%;
    overflow: hidden;
    min-width: 200px;
    max-width: 200px;
}
.blog_slide_block_in {
    position: relative;
}
.blog_slide_block_date{
    position: absolute;
    left: 20px;
    bottom: 16px;
    font-size: 14px;
    line-height: 22px;
}
.date_icon{
    margin-right: 15px;
    font-size: 14px;
    line-height: 22px;
}
.blog_slide_block_info{
    padding: 20px;
    position: relative;
    background: white;
}
.blog_slide_block_info_hdrs{
    /* max-height: 50px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    z-index: 15;
    margin-bottom: 8px;
}
.blog_slide_block_info_hdrs a{
    color: var(--main_color);
}
.blog_slide_block_info_txt{
    font-size: 14px;
    line-height: 22px;
    color: #72767c;
    position: relative;
    z-index: 15;
    margin-bottom: 8px;
}
.blog_slide_block_info_link{
    color: var(--main_color);
    font-size: 14px;
    line-height: 22px;
}
.blog_slide_block_info_link .more_block{
    margin-right: 12px;
    transition: .2s ease;
}
.blog_slide_block_info_link:hover .more_block{
    margin-right: 18px;
    transition: .2s ease;
}
.effects_small_block{
    position: absolute;
    top: 8px;
    right: 3px;
    z-index: 1;
}
.light_dates{
    color: white;
}

/* ----------------------------------------CATALOG PAGE---------------------------------------- */

.breadcrumb{
    background: white;
    margin-bottom: 15px;
    padding-top: 0;
    padding-left: 0;
}
.breadcrumb_icons{
    color: var(--main_color);
    margin-right: 10px;
}
.breadcrumb-item a{
    color: #72767c;
}
.breadcrumb-item.active{
    color: var(--main_color);
}
.breadcrumb-item+.breadcrumb-item::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
}

/* ----------------------------left-column----------------------- */

.block_lines_ver, .block_filter{
    border:1px solid var(--borders);
    margin-bottom: 30px;
}
.block_lines_ver_hdrs{
    background: var(--light_color);
    padding: 22px 18px;
}
.block_lines_ver_txt{
    font-size: 20px;
    line-height: 20px;
}
.block_lines_ver_links a{
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
    color: var(--main_color);
}
.block_lines_ver_list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.lines_ver_list_hdrs{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: var(--main_color);
}
.lines_ver_list_desc{
    color: #72767c;
    font-size: 14px;
    line-height: 16px;
}
.block_lines_ver_list li a{
    display: block;
    padding: 16px 21px;
    transition: .2s ease;
}
.block_lines_ver_list li a:hover, .block_lines_ver_list li a.active{
    background: #dde0e4;
    transition: .2s ease;
}

/* -------------------------------right_column------------------------- */

.right_column{
    margin-bottom: 90px;
}
.select_sorting_block{
    max-width: 320px;
    width: 100%;
}
.show_more_block{
    width: fit-content;
}
.show_more_block_bttm .button_sort,.show_more_block_bttm .button_option{
    width: 39px;
    height: 39px;
    border: 1px solid var(--borders);
    color: var(--main_color);
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    background: white;
    transition: .2s ease;
    margin: 0 5px;
}
.show_more_block_bttm .button_sort:hover, .show_more_block_bttm .button_sort.active,
.show_more_block_bttm .button_option:hover, .show_more_block_bttm .button_option.active{
    background: var(--main_color);
    color: white;
    border: 1px solid var(--main_color);
}
.show_more_block_bttm .button_sort:first-child,
.show_more_block_bttm .button_option:first-child{
    margin-left: 0;
}
.show_more_block_bttm .button_sort:last-child,
.show_more_block_bttm .button_option:last-child{
    margin-right: 0;
}
.right_column .product_slider_block{
    margin-bottom: 30px;
}
.product_slider_block_share span{
    position: relative;
}
.product_slider_block_share span::before{
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-top: 13px solid transparent;
    border-right: 10px solid var(--main_color);
    border-bottom: 13px solid transparent;
    top: -5px;
    left: -21px;
}
.refresh_button_block{
    max-width: 200px;
    width: 100%;
}
.refresh_button{
    border: 1px solid var(--main_color);
    border-radius: 0;
    background: white;
    color: var(--main_color);
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 14px 16px;
    width: 100%;
    transition: .2s ease;
}
.refresh_button:hover{
    transition: .2s ease;
    background: var(--simple_txt);
    color: white;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link{
    border: 1px solid transparent;
    color: #bdbfc5;
    transition: .2s ease;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:focus{
    box-shadow: none;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover,
.pagination .page-item:first-child .page-link:focus, .pagination .page-item:last-child .page-link:focus{
    background: white;
    color: var(--main_color);
    transition: .2s ease;
    border: 1px solid transparent;
}
.pagination .page-item .page-link{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main_color);
    font-size: 16px;
    font-weight: 400;
    transition: .2s ease;
}
.pagination .page-item .page-link:hover{
    border: 1px solid var(--main_color);
    transition: .2s ease;
    background: white;
}
.pagination .page-item .page-link.active{
    background: var(--main_color);
    border: 1px solid var(--main_color);
    color: white;
    transition: .2s ease;
}
.pagination .page-item{
    margin: 0 5px;
}
.pagination .page-item:first-child{
    margin-left: 0;
}
.pagination .page-item:last-child{
    margin-right: 0;
}

/* ------------------------------------subscription_block------------------------ */

.subscription_block{
    background: url('../image/catalog-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 100px;
}
main .advantages_main_block.our_top_products{
    margin-bottom: 0;
}
.promo_block_main_1{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.promo_block_main_2{
    font-size: 50px;
    line-height: 60px;
    font-weight: 200;
    margin-bottom: 30px;
}
.promo_block_input{
    max-width: 545px;
    width: 100%;
}
.promo_input{
    border: none;
}
.promo_button{
    padding: 11px 28px;
    border:1px solid var(--main_color);
    background: var(--main_color);
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .2s ease;
    font-weight: bold;
    font-size: 14px;
}
main .our_top_products{
    background: var(--bg_block) !important;
    padding-bottom: 40px;
}
main .advantages_main_block{
    background: white;
}

/* --------------------------------desc_main_block-------------------- */

.desc_main_block{
    padding: 100px 0;
    background: var(--bg_block);
}
.txt_blck_scroll{
    max-height: 345px;
    overflow-y: scroll;
    padding-right: 65px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text_color);
}
/* width */
.txt_blck_scroll::-webkit-scrollbar{
    width: 4px;
}
  /* Track */
.txt_blck_scroll::-webkit-scrollbar-track{
    background: #d7d9de;
}
  /* Handle */
.txt_blck_scroll::-webkit-scrollbar-thumb{
    background: black;
}
  /* Handle on hover */
.txt_blck_scroll::-webkit-scrollbar-thumb:hover{
    background: black;
}


/* ------------------------------------PRODUCT PAGE-------------------------------------- */

.product_block_main{
    margin-bottom: 45px;
}
.product_block_header{
    font-size: 40px;
    line-height: 50px;
    font-weight: 200;
    margin-bottom: 30px;
}
.product_slider_image{
    border: 1px solid var(--borders);
    padding: 35px 0 20px;
    margin: 0 5px;
}
.product_slider_image:hover{
    cursor: pointer;
}
.product_slider_image img{
    margin: 0 auto;
}
.product_slider_main_block_in .product_slider_image_in{
    height: 80px;
    padding: 8px 0;
    border: 1px solid var(--borders);
    margin: 0 5px;
    position: relative;
}
.product_slider_main_block_in .product_slider_image_in::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .3);
    transition: all .2s linear;
    bottom: 0;
}
.product_slider_main_block_in .product_slider_image_in:hover::before{
    cursor: pointer;
    transition: all .2s linear;
    height: 100%;
}
.product_slider_main_block_in .product_slider_image_in img{
    width: auto;
    max-height: 70px;
    height: 100%;
    margin: 0 auto;
}
.availability_in{
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 1500;
}
.block_new_in .product_slider_block_new{
    left: 0;
    top: 10px;
    z-index: 1500;
    width: fit-content;
}
.block_new_in .product_slider_block_share span::before{
    display: none;
}
.block_new_in .product_slider_block_share span::after{
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-top: 13px solid transparent;
    border-right: 10px solid var(--main_color);
    border-bottom: 13px solid transparent;
    top: -5px;
    right: -21px;
    transform: rotate(180deg);
}

.products_name{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product_stars_block .reviews_stars_block{
    margin-right: 14px;
}
.product_stars_block .count_reviews_block a{
    font-size: 16px;
    line-height: 30px;
}
.products_info_block_txt{
    color: #72767c;
}
.about_product_block{
    padding-bottom: 22px;
    border-bottom: 1px solid var(--borders);
    margin-bottom: 25px;
}
.options_block{
    margin-bottom: 30px;
}
.options_block .show_more_block{
    margin-bottom: 30px;
}
.options_select_headers{
    font-size: 14px;
    line-height: 22px;
    color: #72767c;
    margin-bottom: 5px;
}
.options_block .button_option,
.options_block .button_sort{
    width: 100px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
}
.show_more_block_bttm .button_option:hover,
.show_more_block_bttm .button_sort:hover{
    border: 1px solid var(--main_color);
    background: white;
    color: var(--main_color);
}
.buy_product_button{
    border: 1px solid var(--main_color);
    color: var(--main_color);
    background: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: initial;
    font-weight: bold;
    height: 50px;
    padding: 0 20px;
}
.options_quantity{
    width: 180px;
    display: flex;
    height: 50px;
}
.calc_button{
    min-width: 50px;
    max-width: 50px;
    background: var(--main_color);
    border: 1px solid var(--main_color);
    color: white;
    font-size: 50px;
    font-weight: 200;
    line-height: 35px;
    position: relative;
    overflow: hidden;
}
.calc_button_minus::before {
    position: absolute;
    content: "-";
    top: 6%;
    left: 27%;
}
.calc_button_plus::before {
    position: absolute;
    content: "+";
    top: 16%;
    left: 20%;
}
.options_quantity input{
    width: 100%;
    text-align: center;
    border: none;
    border-top: 1px solid var(--borders);
    border-bottom: 1px solid var(--borders);
}
.button_block_prod_cart_main button{
    background: var(--main_color);
    color: white;
    min-width: 230px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    padding: 8px 23px;
    border: 2px solid var(--main_color);
}
.button_block_prod_cart_main button img {
    filter: invert(1);
}
.price_block_product{
    background: var(--bg_block);
    padding: 10px;
}
.price_block_product .currency {
    font-size: 16px;
    line-height: 22px;
}
.links_block_dick_a{
    display: block;
}
.discounts_links{
    margin-bottom: 30px;
}
.discounts_links .links_block_dick{
    display: block;
    padding: 18px 20px;
    border: 1px solid var(--main_color);
}
.links_block_disk_1{
    font-size: 14px;
    line-height: initial;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--main_color);
}
.links_block_disk_2{
    color: #72767c;
    font-size: 12px;
    line-height: initial;
}
.first_tabs_block .nav-item{
    width: 50%;
}
.top_hdrs{
    font-size: 14px;
    line-height: 16px;
    color: #72767c;
}
.bttns_hdrs{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--main_color);
}
.first_tabs_block{
    border: 1px solid var(--borders);
}
.first_tabs_block .nav-link.active .top_hdrs{
    color: #999a9a;
}
.first_tabs_block .nav-link.active .bttns_hdrs{
    color: white;
}
.first_tabs_block .nav-link{
    background: var(--bg_block);
    border: none;
    border-radius: 0;
    padding: .7rem 1rem;
}
.first_tabs_block .nav-link.active{
    background: var(--main_color);
    border: none;
}
.first_tabs_block_content{
    padding: 25px 20px;
    font-size: 14px;
    line-height: 20px;
    color: var(--simple_txt);
}
.first_tabs_block_content ul{
    padding-left: 25px;
}
.first_tabs_block_content ul li{
    margin-bottom: 12px;
}

.advantages_main_block.our_top_products.product_cart_blocks{
    background: white !important;
}
.main_block_tab .nav.nav-tabs{
    background: var(--bg_block);
    border-bottom: 1px solid transparent;
}
.main_block_tab .nav-tabs .nav-item.show .nav-link, .main_block_tab .nav-tabs .nav-link.active, .main_block_tab .nav-tabs .nav-link:hover{
    border: 1px solid transparent;
}
.main_block_tab{
    border: 1px solid var(--borders);
}
.main_block_tab .nav-tabs .nav-link{
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 25px 30px;
    color: var(--main_color);
}
.main_block_tab .nav-tabs .nav-link.active{
    background: var(--main_color);
    color: white;
    border: 1px solid var(--main_color);
}
.second_tabs_block_content{
    padding: 25px 30px;
    font-size: 14px;
    line-height: 22px;
    color: var(--simple_txt);
}
.first_tabs_block_content strong, .second_tabs_block_content strong{
    color: var(--main_color);
}
.list_second_tabs_block_content{
    margin-bottom: 0;
}
.list_second_tabs_block_content li{
    line-height: 30px;
}

/* --------------------------------ordering page------------------------------ */

.ordering_tables{
    margin-bottom: 30px;
}
#simplecheckout_step_menu{
    display: none;
}
.ordering_tables_hdrs{
    text-transform: uppercase;
    font-size: 40px;
    line-height: initial;
    color: var(--main_color);
    font-weight: 200;
    margin-bottom: 38px;
}

/* ---------tables----------- */

thead{
    background: var(--bg_block);
}
thead th{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}
.table{
    min-width: 1300px;
    margin-bottom: 0;
}
.modal-body .table{
    min-width: auto;
}
.table thead th{
    border: none;
    padding: 1.25rem 0.75rem;
}
.table td, .table th{
    border: none;
}

.table .options_quantity{
    height: 32px;
    width: 128px;
}
.table .calc_button{
    min-width: 32px;
    max-width: 32px;
    font-size: 40px;
}
.table .calc_button_minus::before{
    top: -16%;
    left: 24%;
}
.table .calc_button_plus::before{
    top: -8%;
    left: 14%;
}
.product_block_order{
    max-width: 475px;
    width: 100%;
}
.product_block_order .product_slider_main_block_in{
    text-align: center;
}
.product_block_order .product_slider_image_in{
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-left: 0;
    margin-right: 30px;
}
.product_cell{
    width: 500px;
    padding-left: 30px !important;
}
.product_block_order .product_slider_image_in::before{
    display: none;
}
.product_block_order a{
    color: var(--main_color);
    font-size: 14px;
    line-height: initial;
    font-weight: bold;
}
thead th:first-child{
    padding-left: 30px;
}
tbody td{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
tbody tr{
    border-bottom: 1px solid var(--borders);
}
.price_cell, .all_price_cell{
    font-size: 30px;
}
.close_cell img{
    cursor: pointer;
}

.ordering_sum{
    padding: 35px 0 0 30px;
    margin-bottom: 25px;
}
.ordering_sum_1{
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
.ordering_sum_2{
    font-size: 30px;
    max-width: 265px;
    width: 100%;
}
.price_cell .currency, .all_price_cell .currency, .ordering_sum_2 .currency{
    font-size: 16px;
    line-height: 22px;
}
.ordering_sum_2 input{
    width: 100%;
    text-align: center;
    padding: 2px 30px;
    font-size: 14px;
    border: 1px solid var(--borders);
}
.ordering_sum_in{
    margin-bottom: 15px;
}
.ordering_sum_all{
    padding: 20px 0 20px 30px;
    background: var(--bg_block);
    margin-bottom: 30px;
}
.back_shopping{
    width: 300px;
    padding: 14px 20px;
    border: 1px solid var(--main_color);
    font-size: 14px;
    color: var(--main_color);
    background: #fff;
    border-radius: 0px;
}
.back_shopping:hover{
    background: black;
    color: #fff;
}
.back_shopping .fa-long-arrow-alt-left{
    margin-right: 20px;
}
.back_shopping_link{
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
}
.make_order{
    width: 268px;
    padding: 14px 20px;
    border: 1px solid var(--main_color);
    font-size: 14px;
    background: var(--main_color);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
}
.make_order:hover{
    background: #fff;
    color: black;
    border: 1px solid var(--main_color);
}

/* -------------------------blog-catalog-------------------------- */

.block_page_block{
    margin-bottom: 100px;
}
.block_page_block .blog_slide_block{
    margin-bottom: 30px;
}
.nice-select .list{
    z-index: 100;
}
.block_page_block .ordering_tables_hdrs{
    margin-bottom: 0;
}
.mrgn_bttns_hdrs{
    margin-bottom: 25px;
}
.blog_pagination .pagination .page-item:first-child{
    margin-right: auto !important;
}
.blog_pagination .pagination .page-item:last-child{
    margin-left: auto !important;
}
.blog_pagination .pagination .page-item:first-child .page-link, .blog_pagination .pagination .page-item:last-child .page-link{
    border: 1px solid #bdbfc5;
    border-radius: 0;
}
.blog_pagination .pagination .page-item:first-child .page-link:hover, .blog_pagination .pagination .page-item:last-child .page-link:hover{
    color: white;
    background: var(--main_color);
}
.block_page_block .row .col-12.col-lg-4:nth-child(2n) .blog_slide_block_date{
    color: white;
}

/* ------------------------------------blog individual page----------------------------- */

.blog_content{
    margin-bottom: 95px;
}
.blog_header .blog_slide_block_date{
    position: relative;
    left: 0;
    bottom: 25px;
}
.blog_header .product_block_header{
    margin-bottom: 35px;
}
.blog_content .borders_image{
    margin-bottom: 30px;
}
.text_contents{
    font-size: 16px;
    line-height: 26px;
    color: #72767c;
}
.text_contents p{
    margin-bottom: 25px;
}
.text_contents ul, .text_contents ol{
    margin-bottom: 30px;
}
.text_contents ol li::marker{
    font-weight: bold;
    color: var(--main_color);
}
.text_contents strong{
    color: var(--main_color);
    font-size: 20px;
    line-height: 24px;
}
.text_contents ul li, .text_contents ol li{
    margin: 8px 0;
}

.blockquote_styles{
    margin-top: 70px;
}
blockquote{
    background: var(--bg_block);
    padding: 26px 30px 18px 138px;
    position: relative;
    font-size: 16px;
    font-style: italic;
    color: var(--main_color);
    margin-bottom: 40px;
}
.blockquote_images{
    position: absolute;
    left: 38px;
    top: -33px;
}
blockquote cite{
    font-style: normal;
    font-weight: bold;
    color: var(--main_color);
}
.blockquote_txt{
    margin-bottom: 10px;
}
.photo_names{
    font-size: 12px;
    line-height: 26px;
    color: var(--main_color);
}
.borders_image_in{
    margin-bottom: 0px !important;
}
.images_content_block{
    margin-bottom: 30px;
}
.text_contents{
    margin-bottom: 35px;
}
.others_articles_links a, .others_articles_links button{
    border: 1px solid var(--main_color);
    background: var(--main_color);
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: initial;
    font-weight: bold;
    padding: 22px 38px;
    transition: .2s ease;
}
.others_articles_links a:hover, .others_articles_links button:hover{
    transition: .2s ease;
    background: white;
    color: var(--main_color);
}
.subscription_blog{
    background: var(--bg_block);
    padding: 40px 30px;
}
.subscription_blog_hdr{
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 200;
}
.subscription_blog_hdr span{
    position: relative;
    z-index: 5;
}
.subscription_blog_image{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -74px;
    position: relative;
    left: 0;
    z-index: 1;
}
.subscription_blog_image img{
    max-width: 180px;
}
.subscription_blog_send input{
    width: 100%;
    border: 1px solid var(--borders);
    padding: 15px 22px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.subscription_blog_send button{
    width: 100%;
    padding: 15px 22px;
    text-align: center;
    color: white;
    background: var(--main_color);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid var(--main_color);
    transition: .2s ease;
}
.subscription_blog_send button:hover{
    background: white;
    color: var(--main_color);
    transition: .2s ease;
}

/* --------------------------------contacts page------------------------------- */

.contacts_page_block .tel_block_link a{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.contacts_page_block_hdrs{
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}
.mail_block_link{
    color: var(--main_color);
    line-height: initial;
    font-size: 14px;
}
.icon_mail img{
    filter: invert(1);
}
.contacts_main_info{
    margin-bottom: 25px;
}
.map_block{
    margin-bottom: 70px;
}
.contacts_form_block{
    margin-bottom: 90px;
}
.epigraph_blck{
    color: #72767c;
    font-size: 16px;
    line-height: 24px;
    margin-top: -25px;
}
.forms_block_about{
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.new_form{
    width: 100%;
    max-width: 328px;
}
.new_form_area{
    width: 100%;
}
.new_form label, .new_form_area label{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
}
.new_form input{
    border: 1px solid var(--borders);
    color: #72767c;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    border-radius: 0;
    padding: 15px 20px;
    height: 60px;
}
.new_form_area textarea{
    border: 1px solid var(--borders) !important;
    color: #72767c;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    border-radius: 0;
    padding: 15px 20px;
}
.new_form_button{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: 1px solid var(--main_color);
    background: var(--main_color);
    width: 320px;
    text-align: center;
    height: 60px;
    transition: .2s ease;
}
.new_form_button:hover{
    transition: .2s ease;
    color: var(--main_color);
    background: white;
}
.new_form{
    margin-left: 15px;
    margin-right: 15px;
}
.new_form:first-child{
    margin-left: 0;
}
.new_form:last-child{
    margin-right: 0;
}

#content .col-sm-3 .nice-select{
    line-height: 31px;
    padding-left: 10px;
}

.product-layout.product-grid .product-thumb{
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 0 12px rgba(174,177,184,0);
    border: 1px solid var(--borders);
    background: white;
    padding-bottom: 15px;
}
.product-layout.product-grid .product-thumb .image{
    text-align: center;
}
.product-layout.product-grid .product-thumb .image ~ div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-layout.product-grid{
    margin-top: 30px;
}
.product-layout.product-grid .product-thumb .caption h4{
    padding: 14px 16px;
    background: #f7f8fa;
}
.product-layout.product-grid .product-thumb .caption p, .product-layout.product-grid .product-thumb .button-group{
    padding: 0 16px;
}
.product-layout.product-grid .product-thumb .caption h4 a{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    color: var(--main_color);
}
.product-layout.product-grid .product-thumb .button-group{
    display: flex;
}
.product-layout.product-grid .product-thumb .button-group button:nth-child(1) {
    background: var(--main_color);
    color: white;
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    padding: 13px 15px;
    border: 2px solid var(--main_color);
}
.product-layout.product-grid .product-thumb .button-group button:nth-child(2), .product-layout.product-grid .product-thumb .button-group button:nth-child(3){
    background: var(--main_color);
    color: white;
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    padding: 13px 13px;
    border: 2px solid var(--main_color);
    max-height: 49px;
}
.product-layout.product-grid .product-thumb .caption p{
    font-size: 14px;
}
.product-layout.product-grid .product-thumb .caption .price{
    font-size: 35px;
    line-height: 43px;
}
.product-layout.product-grid .product-thumb .button-group button:nth-child(2){
    margin-left: auto;
}
.product-thumb .button-group button:nth-child(3){
    margin-left: 10px;
}
#content input#button-search{
    background: var(--main_color);
    color: white;
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    padding: 13px 15px;
    border: 2px solid var(--main_color);
    margin-bottom: 15px;
}
#content .btn-group.btn-group-sm button{
    font-size: 20px;
}
#content .form-group.input-group.input-group-sm label{
    margin-right: 10px;
}
#compare-total{
    color: var(--main_color);
}
#product-search .pagination{
    margin-top: 15px;
}
#content .row:last-child{
    align-items: center;
}
.swal2-title{
    font-size: 20px;
    line-height: 25px;
    text-align: center !important;
}
#swal2-content{
    text-align: center !important;
}
.swal2-container a{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--main_color);
}
.swal2-actions .swal2-confirm.swal2-styled{
    background: var(--main_color);
    color: white;
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    padding: 13px 15px;
    border: 2px solid var(--main_color);
    margin-bottom: 15px;
}
#content .table.table-bordered td a{
    color: var(--main_color);
}
/* #content .table.table-bordered tbody:last-child td{
    display: flex;
    width: 100%;
} */
#content .table.table-bordered tbody td input[type="button"], #content .table.table-bordered tbody td a.btn.btn-danger.btn-block{
    width: 50%;
    margin-left: auto;
}
.noUi-horizontal {
    height: 2px !important;
}
.noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    background: var(--main_color);
    box-shadow: none !important;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after{
    display: none !important;
}
.block_filter_in .panel-heading{
    padding: 16px 21px 0;
}
#ocfilter-button{
    padding: 0 10px 16px;
}
#ocfilter-button button{
    font-size: 14px;
    line-height: 22px;
    background: transparent;
    color: var(--main_color);
    border: none;
    text-decoration: underline;
}
.selected-options .ocfilter-option{
    background: var(--light_color) !important;
    padding: 22px 18px !important;
    font-size: 16px !important;
}
.list-group{
    border-radius: 0 !important;
}
.ocfilter-option label small{
    margin-left: auto !important;
    background-color: transparent !important;
    font-weight: 600 !important;
}
.ocfilter-option label{
    display: flex !important;
}
.ocfilter-option label.ocf-selected {
    color: #444 !important;
}



/* -------------------------------------------MEDIA---------------------------------------- */

@media(min-width:992px){
    .block_links_top{
        margin-top: -190px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position: absolute;
        background: #fff;
        width: 97.8%;
        margin: 0;
        padding: 15px 10px;
        border: 0;
        top: 100%;
        border: none;
        margin-left: 15px;
        border-radius: 0;
    }
    .mobile_arrows{
        display: none;
    }
    #navbarSupportedContent .navbar-nav .nav-item:first-child a {
        padding-left: 0;
    }
}
@media(max-width:1560px){
    .product_slider .slick-next, .blog_slider .slick-next{
        right: -60px;
        top: 50%;
    }
    .product_slider .slick-prev, .blog_slider .slick-prev {
        left: -60px;
    }

}
@media(max-width:1440px){
    .product_slider .slick-prev {
        left: 15px;
        top: auto;
        bottom: 0;
        z-index: 51;
    }
    .product_slider .slick-next {
        right: 15px;
        top: auto;
        bottom: 0;
        z-index: 51;
    }
    .blog_slider .slick-prev {
        left: 15px;
        top: auto;
        bottom: -55px;
        z-index: 51;
    }
    .blog_slider .slick-next {
        right: 15px;
        top: auto;
        bottom: -55px;
        z-index: 51;
    }
}
@media(max-width:1330px){
    .tables_scroll{
        overflow-x: scroll;
    }
}
@media(max-width:1280px){
    .category_block .nav-item .nav-link{
        padding: 1rem .8rem;
    }
    .main_banner {
        margin-bottom: 80px;
    }
    .advantages_main_block{
        padding: 80px 0 50px;
    }
}
@media(max-width:1192px){
    .main_about_block_cntnt{
        margin-bottom: 15px;
    }
}
@media(max-width:1140px){
    .categories_main_block {
        margin-bottom: 30px;
    }
    .category_block .nav-item .nav-link {
        padding: 1rem .5rem;
        font-size: 13px;
    }
}
@media(max-width:1024px){
    .category_block .nav-item .nav-link {
        padding: 1rem .3rem;
        font-size: 12px;
    }
    .top_menu .navbar-expand-lg .navbar-nav .dropdown-toggle::after{
        top: 17px;
        right: 4px;
    }
    .banner_slide_block_in{
        padding: 60px 56px 75px;
    }
    .main_about_block {
        margin-bottom: 40px;
    }
    .block_page_block {
        margin-bottom: 50px;
    }
    .product_block_header{
        font-size: 35px;
        line-height: 40px;
    }
    .subscription_blog_hdr{
        font-size: 26px;
        line-height: 30px;
    }
}
@media(max-width:991px){
    .block_links_top{
        margin-top: 25px;
    }
    .category_block .nav-item {
        width: 100%;
    }
    .banner_slide_block_in{
        padding: 40px 56px 45px;
    }
    .main_banner {
        margin-bottom: 60px;
    }
    .ctnt_phn_mls{
        margin-left: 0;
    }
    .top_menu .navbar-expand-lg .navbar-nav .dropdown-toggle::after{
        /* right: -40px; */
        display: none;
    }
    .nav-link.dropdown-toggle{
        width: fit-content;
    }
    .mobile_style_works {
        background: white;
    }
    .mobile_style_works .graph_work{
        color: var(--main_color);
        margin-top: 10px;
    }
    .mobile_style_works img{
        filter: invert(1);
    }
    .mobile_arrows{
        color: var(--main_color);
        position: absolute;
        top: 12px;
        right: 8px;
        transform: rotate(0deg);
        transition: .2s ease;
    }
    .nav-item.dropdown{
        position: relative !important;
    }
    .nav-item.dropdown.show .dropdown-menu{
        display: block;
    }
    .block_in_menu{
        margin-left: 5px;
        margin-right: 5px;
    }
    .mobile_arrows.show{
        transform: rotate(180deg);
        transition: .2s ease;
    }
    .mbls_mrgn{
        margin-bottom: 10px;
    }
    .ctnt_phn_mls{
        margin-bottom: 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .category_block .nav-item .nav-link{
        text-align: left;
    }
    .txt_blck_scroll{
        margin-bottom: 20px;
    }
    .subscription_blog{
        margin-top: 30px;
    }
    .blog_content {
        margin-bottom: 30px;
    }
    .banner_heading{
        font-size: 55px;
        line-height: 60px;
    }
    .category_block .nav-item .nav-link {
        font-size: 14px;
    }
    .block_lines_ver_content{
        display: none !important;
    }
    .block_lines_ver_content.show{
        display: block !important;
    }
}
@media(max-width:768px){
    .banner_heading{
        font-size: 50px;
        line-height: 55px;
    }
    .advantages_main_block {
        padding: 80px 0 20px;
    }
    .promo_block_main_2{
        font-size: 37px;
        line-height: 45px;
    }
    .desc_main_block{
        padding: 100px 0 15px;
    }
    .right_column {
        margin-bottom: 45px;
    }
}
@media(max-width:767px){
    .borders_image_1, .borders_image_2, .borders_image_3, .borders_image_4, .borders_image_5, .borders_image_6{
        min-height: 176px;
        background-position: center;
    }
    .categories_main_block_img .borders_image{
        margin-bottom: 8px;
    }
    .block_links_top {
        margin-top: 0;
    }
    .categories_main_block {
        margin-bottom: 0px;
    }
    .new_form{
        max-width: 100%;
    }
    .new_form{
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width:667px){
    .banner_slide_block_in {
        padding: 40px 56px 45px 25px;
    }
    .borders_image.cntnt_1{
        display: inline;
        float: left;
        margin-top: 15px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .main_about_block_cntnt{
        display: inline;
        margin-top: 15px;
    }
    .main_about_block_cntnt p{
        margin-top: 15px;
    }
    .main_icons_block{
        margin-bottom: 20px;
    }
}
@media(max-width:620px){
    .make_order_cell{
        flex-direction: column;
        align-items: center;
    }
    .back_shopping{
        margin-bottom: 15px;
    }
    .make_order{
        width: 300px;
    }
}
@media(max-width:570px){
    button.close {
        right: 0;
    }
    .main_about_block {
        margin-bottom: 40px;
    }
    .heading_block{
        font-size: 44px;
    }
    .advantages_main_block{
        padding-bottom: 0;
    }
    .advantages_main_block.new_post_blog_block{
        padding-bottom: 40px;
    }
    .images_content_block .photo_names{
        text-align: center;
        margin-bottom: 15px;
    }
    .images_content_block {
        margin-bottom: 0;
    }
    .footer_block_logo{
        text-align: center;
    }
    .banner_heading {
        font-size: 42px;
        line-height: 45px;
    }
    .banner_text{
        font-size: 19px;
        line-height: 43px;
        margin-bottom: 30px;
    }
    .main_about_block_cntnt p:last-child {
        margin-bottom: 1rem;
    }
    #button{
        width: 40px;
        height: 40px;
        right: 15px;
    }
    .up_button span{
        bottom: 12%;
        left: 23%;
    }
    .navbar-toggler{
        position: absolute;
        top: -55px;
        right: 0;
    }
    .top_menu #navbarSupportedContent{
        position: absolute !important;
        top: 100%;
        z-index: 50;
        background: var(--bg_block);
        width: 100%;
        left: 0;
        padding: 10px 15px;
    }
    .mbls_mrgn{
        text-align: center;
    }
    .product_block_header {
        font-size: 30px;
        line-height: 36px;
    }
}
@media(max-width:430px){
    .blog_slide_block_image{
        display: none;
    }
    .blog_slide_block_date{
        left: auto;
        right: 20px;
        bottom: 18px;
    }
    .light_dates{
        color: var(--main_color);
    }
    .banner_heading {
        font-size: 32px;
        line-height: 38px;
    }
    .banner_slide_block_in {
        padding: 20px 56px 35px 26px;
    }
    .banner_text {
        font-size: 17px;
        line-height: 40px;
        margin-bottom: 19px;
    }
    .mbls_mrgn div{
        text-align: center;
    }
    .main_about_block .borders_image.cntnt_1{
        margin-top: 10px;
        max-width: 250px;
    }
    .ordering_sum{
        padding-left: 0;
    }
    .ordering_sum_2 {
        max-width: 148px;
    }
    .ordering_tables {
        margin-bottom: 30px;
    }
    .ordering_sum_all{
        padding-left: 5px;
    }
    header {
        margin-bottom: 15px;
    }
    .heading_block {
        font-size: 35px;
    }
    .advantages_main_block {
        padding: 50px 0 20px;
    }
    .block_page_block {
        margin-bottom: 30px;
    }
    .blockquote_images{
        left: 20px;
    }
    blockquote{
        padding: 26px 30px 18px 100px;
    }
    .block_lines_ver_txt {
        font-size: 17px;
    }
    .block_lines_ver_hdrs {
        padding: 15px 18px;
    }
    .show_more_block_bttm .button_option:first-child,
    .show_more_block_bttm .button_sort:first-child{
        margin-left: 10px;
    }
    .select_sorting_block .nice-select{
        height: 39px;
    }
    .mobile_block_bttn{
        flex-direction: column;
    }
    .refresh_button_block{
        margin-bottom: 20px;
        max-width: 100%;
    }
    .mobile_block_bttn .pagination{
        justify-content: center;
    }
    .subscription_block{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .promo_button{
        font-size: 11px;
    }
    .promo_block_main_1{
        font-size: 12px;
        margin-bottom: 0;
    }
    .promo_block_main_2 {
        font-size: 30px;
        line-height: 38px;
    }
    .promo_block_input{
        flex-direction: column;
    }
    .desc_main_block {
        padding: 50px 0 15px;
    }
    .price_block_product .button_block_prod_cart_main button{
        min-width: 165px;
    }
    .product_slider .slick-dots{
        top: -25px;
    }
    .product_slider .product_slider_block {
        margin-bottom: 55px;
    }
    .product_slider .product_slider_block .mrgn_style {
        padding-bottom: 110px;
        height: 100%;
    }
    .product_slider .product_slider_block .button_block_prod_cart {
        height: 50px;
        opacity: 1;
        bottom: 0px;
    }
    .product_slider .product_slider_block .product_slider_block_bottom {
        padding-bottom: 20px;
    }
    .blog_slider .slick-next{
        right: 10px;
    }
    .blog_slider .slick-prev{
        left: 10px;
    }
    .buy_product_button{
        margin-left: 15px;
    }
    .main_block_tab .nav-tabs .nav-item{
        width: 100%;
    }
    .show_more_block .show_more_block_bttm .button_option:first-child,
    .show_more_block .show_more_block_bttm .button_sort:first-child {
        margin-left: 0;
    }
}


.category_cart_button_show.product_slider_block {
    /*margin-bottom: 55px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}
.category_cart_button_show.product_slider_block .mrgn_style {
    padding-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
    justify-content: space-between;
    margin-top: 0px;
}
.category_cart_button_show.product_slider_block .button_block_prod_cart {
    height: 50px;
    opacity: 1;
    bottom: 0px;
    position: unset;
}
.category_cart_button_show.product_slider_block .product_slider_block_bottom {
    padding-bottom: 20px;

    height: 100%;
}
.category_wrp .col-12 {
    margin-bottom: 30px;
}

@media(max-width:375px){
    .banner_links a{
        min-width: 195px;
        padding: 0 15px;
        min-height: 50px;
        font-size: 13px;
    }
    .banner_heading {
        font-size: 30px;
        line-height: 35px;
    }
    .banner_text {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .main_about_block .borders_image.cntnt_1{
        max-width: 215px;
    }
    .block_in_menu {
        width: 140px;
    }
    .borders_image_menu{
        width: 140px !important;
        height: 140px !important;
    }
    .catalog_menu_headers{
        font-size: 12px;
    }
    .product_block_header {
        font-size: 20px;
        line-height: 30px;
    }
    .sorting_block{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .price_block_product{
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 15px;
    }
    .button_block_prod_cart_main{
        width: 100%;
        margin-top: 10px;
    }
}
@media(max-width:360px){
    .heading_block {
        font-size: 32px;
    }
    .nav-item.dropdown:first-child .catalog_menu_headers{
        font-size: 14px;
        line-height: 20px;
    }
    .main_about_block .borders_image.cntnt_1 {
        max-width: 100%;
        margin-right: 0
    }
    .blockquote_images{
        display: none;
    }
    blockquote {
        padding: 26px 30px 18px 30px;
    }
    .block_lines_ver_txt {
        font-size: 14px;
    }
    .options_block .calc_button{
        min-width: 40px;
    }
    .buy_product_button{
        font-size: 13px;
        padding: 0 15px;
    }
    .second_tabs_block_content{
        padding: 25px 15px;
    }
    .main_block_tab .nav-tabs .nav-link{
        font-size: 18px;
        padding: 18px 15px;
    }
    main .our_top_products{
        padding-bottom: 0;
    }
}
@media(max-width:320px){
    .banner_slide_block_in {
        padding: 20px 16px 35px 16px;
    }
    .banner_heading {
        font-size: 27px;
        line-height: 32px;
    }
    .banner_links a {
        min-width: 165px;
        padding: 0 15px;
        min-height: 40px;
        font-size: 11px;
    }
    .product_slider_block_bottom .mrgn_style {
        margin: 18px 15px;
    }
    .product_slider_block_top{
        padding: 12px 8px;
    }
    .product_slider_block_middle {
        padding: 14px 5px;
    }
    .our_top_products {
        margin-bottom: 0;
    }
    .block_in_menu {
        width: 180px;
    }
    .borders_image_menu {
        width: 180px !important;
        height: 180px !important;
    }
    .new_form_button{
        width: 288px;
    }
    .options_block .button_option,
    .options_block .button_sort{
        width: 80px;
        height: 48px;
        font-size: 14px;
    }
    .about_product_block .product_stars_block{
        flex-direction: column;
    }
    .products_info_block_txt{
        text-align: end;
    }
    .about_product_block .prdcts_info{
        font-size: 14px;
    }
    .about_product_block .count_reviews_block{
        text-align: end;
        font-size: 14px;
    }
    .about_product_block .reviews_stars_block{
        margin-right: 0;
    }
}

.no-flex{
    display: block !important;
}
.select_option_style ul.list{
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    max-height:200px;
}

.product_slider_main a.video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: black;
    opacity: 0.702;
    position: absolute;
}
.product_slider_main a.video .icon-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    width: 80px;
    height: 80px;
    z-index: 3;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    margin-top: -40px;
    margin-left: -40px;
    padding-left: 6px;
}

#review{
    margin-bottom: 20px;
}

/*.product_slider_block.black-back{*/
    /*position: relative;*/
/*}*/
/*.product_slider_block.black-back:before{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*background: rgba(0,0,0,0.2);*/
    /*z-index: 10;*/
/*}*/
/*.black-back:before{*/
/*content: '';*/
/*position: absolute;*/
/*top: 0px;*/
/*left: 0px;*/
/*height: 100%;*/
/*width: 100%;*/
/*background: rgba(0,0,0,0.2);*/
/*z-index: 10;*/
/*}*/

.product-out-of-stock{
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    background: rgba(255,255,255,0.6);
}

.btn-out-of-stock{
    background: var(--main_color);
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    padding: 17px 23px;
    border: 2px solid var(--main_color);
    position: absolute;
    bottom: 36px;
    max-width: 268px;
    text-align: center;
}
.type-2 .btn-out-of-stock{
    bottom: -43px;
    opacity: 0;
    transition: all 475ms linear;

}
.product_slider .product_slider_block:hover .type-2 .btn-out-of-stock {
    height: 50px;
    opacity: 1;
    bottom: 18px;
}
.product_slider_block{
    position: relative;
}

#button-notify-stock{
    width: 100%;
    padding: 15px 22px;
    text-align: center;
    color: white;
    background: var(--main_color);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid var(--main_color);
    transition: .2s ease;
}
#stockModal input{
    width: 100%;
    border: 1px solid var(--borders);
    padding: 15px 22px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

/* seo test main page */
.mrc-shadow {
    background: #373B44;
    background: -webkit-linear-gradient(to top, #4286f4, #373B44);
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
    height: 80px;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
}
.mrc-btn{
    cursor: pointer;
}
/* !seo test main page */

/* gifts */
.product-sticker-gift{
    width: 40px;
    height: 40px;
    background-image: url('/catalog/view/theme/default/image/product-sticker-gift.svg');
    position: absolute;
    top: 12px;
    right: 12px;
    /*border-radius: 50%;*/
    /*border: 1px solid red;*/
    /*background-color: #ebecee;*/
}
.tr-simple-gift{
    background-color: #e3e3fd;
}
/* gifts */
