.go2top{
    right: 32px;
}
.arcontactus{
    display: block;
    position: fixed;
    bottom: 67px;
    right: 22px;
    z-index: 9999;
}
.arcontactus_container{
    background: rgb(68, 187, 110);
    width: 65px;
    height: 65px;
    color: #fff;
    border-radius: 50%;
    animation: pulse-green 2s infinite;
}
.arcontactus_open{
    width: 100%;
    height: 100%;
    position: relative;
}
.arcontactus_open svg, .arcontactus_close svg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.arcontactus_message{
    position: absolute;
    bottom: 80px;
    width: 300px;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 6px 0px #000;
    border-radius: 5px;
    display: none;
}
.arcontactus_message:before{
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}
.messangers-list .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 74px;
    text-decoration: none;
    color: #000;
}
.messangers-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.messangers-list .arcu-item-icon{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    margin-right: 10px;
}
.arcu-item-label{
    margin-left: 10px;
}
.arcu-item-label .arcu-item-title{
    font-weight: bold;
}
.arcu-item-subtitle{
    font-size: 12px;
}
.messangers-list .arcu-item-icon svg{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    color: #fff;
}
.arcontactus_close{
    width: 100%;
    height: 100%;
    position: relative;
}
.arcontactus_open svg{
    width: 30px;
    height: 30px;
}
.arcontactus_close{
    display: none;
}
.cookie_popup {
    display: none;
}
.cookie_popup__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 16px;
    column-gap: 16px;
    max-width: 928px;
    box-sizing: border-box;
    background-color: #000000e6;
    padding: 12px 16px;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    color: #fff;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 9999;
}
@media (max-width: 767.98px) {
    .cookie_popup__wrap {
        flex-direction: column;
        text-align: center;
    }
}
.cookie_popup a {
    color: #fff;
    border-bottom: 1px solid #ccc
}
.cookie_popup__btn {
    padding-right: 10px;
    padding-left: 10px;
}
.cat_center .ctgs_item_link_text{
    text-align: center;
}
.examples_img img{
    width: 300px;
    max-height: 260px;
    margin-right: 10px;
    object-fit: contain;
    min-height: 260px;
}
.examples_img{
    margin-bottom: 15px;
}
a.fixed-button {
    position: fixed;
    right: 20px;
    bottom: 150px;
}
a.pulse-button {
    border-radius: 70px;
    width: 70px;
    height: 70px;
    border: 0;
    color: #fff;
    transition: all 0.8s;
    outline: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 #000, inset 0 1px 0 #000;
    background: #000;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none;
    text-align: center;
    z-index: 999;
    font-size: 12px;
}
a.pulse-button:hover {
	text-decoration:none;
	-webkit-animation: none;
	color: #fff;
}
@-webkit-keyframes pulse {
	to {box-shadow: 0 0 0 15px rgba(0, 210, 69, 0);}
}
@-moz-keyframes pulse {
	to {box-shadow: 0 0 0 15px rgba(0, 210, 69, 0);}
}
@-ms-keyframes pulse {
	to {box-shadow: 0 0 0 15px rgba(0, 210, 69, 0);}
}
@keyframes pulse {
	to {box-shadow: 0 0 0 15px rgba(0, 210, 69, 0);}
}
.prdt_imgs_min{
   /*  display: flex; */
    align-items: center;
    flex-wrap: wrap;
}
.image_top{
    margin-bottom: 30px;
}
.prdt_imgs_min .prdt_imgs_min_slide{
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.prdt_imgs_min .prdt_imgs_min_slide img{
    border-radius: 25px;
}
.prdt_imgs_min .slick-slide{
    margin-right: 10px;
}
.prdt_imgs_min_slide a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.land-intro {
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 30px;
}
.land-header {
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 44px;
}
.page_introtext{
    margin-bottom: 30px;
}
.ctg_text{
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto 50px;
    position: relative;
}
.ctg_text_img_l{
    width: 150px;
    position: absolute;
    left: -20%;
    top: -10px;
    z-index: 9;
}
.ctg_text_img_r{
    width: 150px;
    position: absolute;
    right: -20%;
    top: -10px;
    z-index: 9;
}
.ctgs_fixed_ancor{
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #16a1e2;
    color: #fff;
    padding: 3px 15px;
    z-index: 999;
}
.ctgs_fixed_ancor a, .ctgs_fixed_ancor:hover a{
    color: #fff;
    text-decoration: none;
}
.ctgs_fixed_ancor:hover{
    box-shadow: 0 0 10px 4px #74c8ef;
}
.catalog_flex{
    display: flex;
    flex-direction: column;
}
.catalog_flex .catalog_ctgs{
    order: 4;
}
.catalog_flex .category_prds{
    order: 2;
}
.catalog_flex .slider_catalog{
    order: 3;
}
.catalog_flex .page_content{
    order: 5;
}
.hdr_slogo_fix {
    padding: 16px 17px;
    color: #ff0000;
    font-size: 16px;
}
.backdrop_menu .hdr_mob_menu_abs{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}
.hdr_logo_link img{
    max-height: 80px;
}
.prdt_detail .prdt_factury{
    margin-top: 0;
}
.prdt_factury_link_text{
    display: inline-block;
    /*margin-bottom: 18px;*/
}
.prdt_detail .btn-order-big{
    font-size: 18px;
    min-width: 280px;
}
.prdt_factury .prdt_factury_link, .prdt_props_main_more_link_text{
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.product_item .prdt_prices{
    margin-bottom: 0;
}
.prdt_mat_link{
    margin-top: 9px;
}
.prdt_mat_link .btn{
    /* font-size: 12px;
    padding: 12px 23px; */
    max-width: 235px;
}
.page-product .slider_catalog{
    margin-top: 60px;
}
.hdr_cart{
    margin-left: 15px;
}
.red{
    color: red;
}
.landing_text_block .mdl-intro{
    position: relative;
    padding: 20px 0;
    background:url(/images/other/10.png);
    background-repeat: no-repeat;
}
.landing_text_block .mdl-intro:before{
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    background: #0a97da;
    height: 100%;
    top: 0;
}
@media (min-width: 1024px){
    .landing_text_block .mdl-intro:after{
        content: '';
        position: absolute;
        right: 0;
        top: -30px;
        background: url(/images/other/10.png);
        background-repeat: no-repeat;
        width: 310px;
        height: 220px;
    }
}
.landing_text_block .landing_advantage{
    background: #f1f1f1;
    padding: 20px 0;
    border-radius: 20px;
    height: 100%;
}
@media (min-width: 1024px){
    .landing_text_block .landing_advantage{
        padding: 20px;
    }
}
.landing_text_block_inner span{
/*    background: #fff;*/
    color: #fff;
    padding: 0 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 19px;
}
@media (min-width: 768px){
    .landing_text_block_inner span{
        margin-bottom: 5px;
        font-size: 22px;
    }
}
@media (min-width: 1024px){
    .landing_text_block_inner span{
        font-size: 25px;
    }
}
.landing_text_block{
    overflow: hidden;
}
.landing_text_block_inner{
    position: relative;
    color: #000;
    line-height: 2;
    margin-right: 300px;
    font-weight: 600;
    font-size: 16px;
}
@media (min-width: 1024px){
    .landing_text_block_inner{
        font-size: 20px;
    }
}
.prdt_detail .landing_text_block_inner{
    padding: 0 20px;
}
.breadcrumbs ul li {
    width: auto !important;
    display: block;
}
.sect-breadcrumbs{
    height: min-content;
    margin-top: 122px;
}
h1.page-header{
/*    font-size: 3rem;*/
}
@media (min-width: 1280px) {
    .hdr_search .search_form_input {
        min-width: 330px;
    }
    .sect-breadcrumbs{
        margin-top: 130px;
    }
}
@media (max-width: 1024px){
    .landing_text_block .landing_advantage{
        background: transparent;
    }
    .landing_text_block_inner{
        margin-right: 0;
        z-index: 9;
    }
   /* .landing_text_block .mdl-intro:after {
        content: '';
        position: absolute;
        right: 40%;
        top: 5px;
        background: url(/images/other/10.png);
        background-repeat: no-repeat;
        width: 115px;
        height: 83px;
        background-size: contain;
    }*/
    .ctg_text_img_l{
        left: -30%;
    }
    .ctg_text_img_r{
        right: -30%;
    }
    .land-header {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 22px;
    }
    .land-intro {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 15px;
    }
    .hdr_landing_inner{
        padding: 50px 0px 0px !important;
    }
    .sect-breadcrumbs{
        margin-top: 80px;
    }
}
@media (max-width: 767px){
    .hdr_cart .hdr_cart_link_count{
        top: -8px;
    }
    .ctg_text_img_l{
        position: static;
        margin: 10px auto;
    }
    .ctg_text_img_r{
        position: static;
        margin: 10px auto;
    }
    
    .swiper-horizontal {
        touch-action: pan-y;
    }
    .breadcrumb{
        flex-wrap: nowrap!important;
    }
    .sect-breadcrumbs{
        margin-top: 77px;
    }
}

@media (min-width: 1280px){
    .catalog_prds .prds_item_preview_link_image {
        line-height: 342px;
    }
}

.videos-grid-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.videos-grid-item__image .fa {
    position: absolute;
    color: #fff;
    z-index: 1;
    margin-left: 3px;
}
.videos-grid-item__image:after {
    content: '';
    width: 74px;
    height: 46px;
    background: #ff0000;
    position: absolute;
    border-radius: 30px;
    z-index: 0;
}

.backdrop_contacts {
    display: flex;
    flex-direction: column;
}
.backdrop_contacts .hdr__socials {
    order: 13;
}
/* .category_ctgs+.slider_catalog{
    height: 550px;
} */
.catalog_content_flex .catalog_main {
    display: flex;
    flex-direction: column;
}
.catalog_content_flex .catalog_main .slider_catalog {
    order: 3;
}
.subscribe {
    margin-top: 80px;
    margin-bottom: 60px;
    background-color: #f1f1f1;
    border-radius: 25px;
}
.subscribe_img{    
    background: url('/images/other/samolet.png') no-repeat center left;
    width: 100%;
    height: 100%;
    background-size: contain;

}
#modalExamples ul li{
    list-style-type: decimal;
}
@media (min-width: 1024px) {
    .prdt_detail .tabs_main .tab_title{
        font-size: 20px;
    }
    .subscribe .page-header {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
}

.arcontactus,
a.pulse-button{
    display: none;
}