* {
    outline: none;
}
::-webkit-input-placeholder       {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.clearfix {
    float: none;
    clear: both;
}
.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.content_field {

    position: relative;

    display: block;

    /*margin: 0 45px;*/

}
body {
    overflow-x: hidden;
}
.slider_top {
    position: relative;
    padding: 0 45px;
    margin: 0px; 
    height: calc(100vh);
    max-height: calc(100vh);
    width: 100%;    
}
.slider_top .slider_item,
.slider_top {
    padding: 0;
    height: calc(100vh);
    overflow: hidden;
}
.slider_top .slider_item,
.video_slider .video_slider_item {
    position: relative;
    padding: 0;
    margin: 0; 
    width: 100%;
    display: block;
    /*height: 990px;*/
    background-size: cover;
}
.slider_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px !important;
}

.dots_elements {
    position: absolute; 
    bottom: 70px;
    right: 65px; 
    margin: 0;
    padding: 0;
}

.dots_elements li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}

 .dots_elements li button{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: 9px;  
    font-size: 0px;
}

.dots_elements li.slick-active button{

    background-color: #ec1c24; 

}

.dots_elements li button, 

.dots_elements li button:active, 

.dots_elements li button:focus {

    outline: none;

}

.slider_top-content {

    margin: 0;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-right: -50%;

    -webkit-transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
    z-index: 9;
    padding-top: 120px;

}

.slider_top-content .slider_top-title {

    max-width: 1000px;

    font-size: 6.25VW;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.92;

    letter-spacing: normal;

    text-align: center;

    color: #ffffff;

    margin-bottom: 60px;

}

.slider_top-content .slider_top-link {
    text-align: center;
}
.slider_top-link a {
    display: inline-block;
    text-decoration: none;
    height: 56px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 56px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 29px 0 77px;
    background-color: #ff0000;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.slider_top-link a span.icn {
    display:block;
    width: 59px;
    height: 56px;
    background-color: #d20008; 
    position: absolute;
    left: 0;
    top: 0;  
    -webkit-transition: 0.3s ease all;  
    -o-transition: 0.3s ease all;  
    transition: 0.3s ease all; 
}
.slider_top-link a span.icn:before{
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 9px;
    top: 17px;
    left: 22px;
}
.slider_top-link a:hover span.icn {
    width: 100%;
    
}
.slider_top-link a:hover span:last-child {
    position: relative;
}
.contact_form {
    position: fixed;
    width: 876px;
    top: 50%;
    left: -876px;
    z-index: 999;
    background: #003c60;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 30px;
}
.contact_form_left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 64px 46px 64px; 
    font-size: 0;
    position: relative;
}
.contact_form_left:after {
    display: block;
    content: "";
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 25px;
}
.contact_form_title {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 44px;
}
.contact_form_left .contacts-field_submit {
    margin-top: 20px;
}
.contact_form-text {
    width: 194px;
    height: 70px;
    position: absolute;
    right: -126px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    background-color: #002d51;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
   -moz-transform: rotate(-90deg);
   -webkit-transition: 0.3s ease all;
   -o-transition: 0.3s ease all;
   transition: 0.3s ease all;
} 
.contact_form-text.active {
    width: 350px;
    right: -210px;
    background-color: #003D5F;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.contact_form-text.active > div:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background: url(../images/img_close.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -13px;
}
.contact_form-text div {
    text-align: center;
    color: #ffffff;
    font-size: 22px; 
    line-height: 70px;
    width: 100%;
}
.home_about {
    /*flex-direction: column;
    display: flex;*/
    margin-top: 149px;
    margin-bottom: 82px;
} 

.home_about-title {

    text-align: center;

    font-size: 70px;

    color: #0a395d;

}

.home_about-content {

    text-align: center;

    color: #000000;

    line-height: 1.64;

    font-size: 22px;

    font-weight: 300;

    padding: 0px 25%;

    margin-bottom: 70px;

} 
.width-1300 {
    max-width: 1300px;
    margin: 0 auto;
    min-height: 100%;
}
.home_about-images {
    /*display: flex;
    justify-content: center;*/
    display: table;
    font-size: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 132px 0;
    text-align: center;
}

.home_about-image {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    /*margin: 0px 4%;*/
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}

.home_about-image .image_line_about {
    display: inline-block;
}

.home_about-image .image_title_about {
    color: #0a395d;
    font-size: 24px;
}

.home_about-image img {
    height: 110px;
    position: relative;
}

.home_about-image hr {
    margin-top: 40px;
    margin-bottom: 25px;
    height: 1px;
    background-color: #0a395d;
    width: 80px;
}

.home_about-link {
    margin: 76px auto 0 auto;
    text-align: center;
}
.home_about-link a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    height: 40px;
    background-color: #ff0000;
    position: relative;
    padding: 0 22px 0 62px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.page-template-page-about-php .home_about-link a {
    padding: 0 20px 0 52px;
}
.home_about-link a span.icn {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #d20008;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.home_about-link a:hover span.icn {
    
    width: 100%;
}
.home_about-link a span:last-child {
    position: relative;
}
.home_about-link a span.icn:before{

    position: absolute;

    content: "";

    display: inline-block;

    border-left: 3px solid #ffffff;

    border-bottom: 3px solid #ffffff;

    -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

            transform: rotate(45deg);

    padding: 7px;

    top: 12px;

    left: 16px;

}

.carousel_brand-content {
    text-align: center;
    max-width: 1300px;
    margin: 164px auto 161px auto;
}

.carousel_brand-title {
    font-size: 70px;
    line-height: 0.51;
    letter-spacing: normal;
    color: #0a395d;
    margin-bottom: 87px;
}

.carousel_brand {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
}

.carousel_brand .slick-prev, 

.carousel_brand .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.carousel_brand .slick-prev {
    left: -31px;
}
.carousel_brand .slick-prev:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 2px solid #4e4e4e;
    border-bottom: 2px solid #4e4e4e;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 11px;
    top: 0px;
    left: 0px;
}
.carousel_brand .slick-next {
    right: -31px;
}

.carousel_brand .slick-next:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid #4e4e4e;
    border-top: 2px solid #4e4e4e;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 11px;
    top: 0px;
    left: 0px;
}
.carousel_brand .carousel_item {
    height: auto;
    max-height: 150px;
    margin: 0 20px;    
}
.carousel_item-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
}
.carousel_brand .carousel_item img {
    max-width: 85%;
    height: auto;
    margin: 0 auto;
}
.page-about_title {
    width: 100%;
    height: 455px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 83px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
        padding-top: 120px;
}
.page-about_title:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    background:url(../images/gradient-inner-top.png) no-repeat;
}
.page-about_title:after {
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    background:url(../images/gradient-inner-bottom.png) no-repeat;
}
.page-about_title h1, .page-about_title .h1 {
    /*padding-top: 115px;*/
    font-size: 90px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}
.cat-wrapper h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
#breadcrumbs {
    color: #FFFFFF;
    font-size: 16px;
    margin: 7px 0 0 0;
}

#breadcrumbs a:visited {
    color: #FFFFFF;
}
#breadcrumbs a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#breadcrumbs a:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.faq-items {
    max-width: 970px;
    margin: 0 auto;
    margin: 151px auto 180px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}
.faq-item {
    border-top: 1px solid #e4e4e4;
    padding: 23px 0;
}
.faq-item:last-child {
    border-bottom: 1px solid #e4e4e4;
}
.faq-question {
    font-size: 18px;
    color: #003D5F;
    font-weight: 500;
    margin-bottom: 5px;
}
.faq-answer {
    color: #58595B;
    font-size: 16px;
    font-weight: 300;
}
.video_slider {
    margin-bottom: 60px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.video_slider,
.video_slider_item,
.video_slider_width {
    height: 601px;
}
.video_slider_width {
    max-width: 670px;
    margin: 0 auto; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.video_slider-title {
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 13px;
}
.video_slider-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
}
.video_slider-button {

}
.video_slider-button a {
    display: block;
    width: 127px;
    height: 86px;
    background: url(../images/button-youtube.png) no-repeat;
    background-position: -127px;
    margin: 41px auto 0 auto;
}
.video_slider-button a:hover {
    background-position: 0 0;
}
.video_slider .slick-prev,
.video_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #003A5C;
    z-index: 2;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.video_slider .slick-prev {
    left: 0;
}
.video_slider .slick-next {
    right: 0;
}
.video_slider .slick-prev:before,
.video_slider .slick-next:before {
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 19px;
    width: 42px;
    height: 42px;
}
.video_slider .slick-prev:before {
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff;
    left: 28px;
}
.video_slider .slick-next:before {
    border-right: 6px solid #fff;
    border-top: 6px solid #fff;
    right: 28px;
}
.video_slider .slick-prev:hover,
.video_slider .slick-next:hover {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: #001C2C;
}
.popular_product-item .popular_product-image img {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.popular_product-item:hover .popular_product-image img {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
.popular_product-title {
    font-size: 70px;
    line-height: 0.51;
    letter-spacing: normal;
    color: #0a395d;
    text-align: center;
    margin: 198px 0 92px 0;
}
.popular_product {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 110px;
}
.popular_product-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px;
}
.popular_product-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #D7D7D7;
    text-align: center;
    padding-bottom: 25px;
}
.popular_product-image {
    display: block;
    height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    line-height: 250px;
    vertical-align: middle;
    margin-bottom: 30px;
}
.popular_product-image img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    /* position: absolute; */
    /* top: 50%; */
    line-height: 250px;
    vertical-align: middle;
    display: inline-block;
}
.popular_product-item h2 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    overflow: hidden;
    height: 26px;
    margin-bottom: 9px;
    font-weight: 400;
}
.popular_product-item p {
    font-size: 16px;
    margin: 0;
    color: #000000;
    height: 43px;
    overflow: hidden;
    margin-bottom: 18px;
}
.popular_product-padding {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 31px;
}
.popular_product-cat_link {
    position: relative;
    padding-right: 49px;
}
.popular_product-add_to_cart {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 42px;
    height: 40px;
    font-size: 0;
    background: #FF0021 url(../images/icons-basket.png) no-repeat center center;
    margin-bottom: 6px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 2;
    cursor: pointer;
    border: none;
}
.popular_product-add_to_cart:hover {
    background-color: #d20008;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.popular_product-link {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    height: 40px;
    background-color: #ff0000;
    position: relative;
    padding: 0 10px 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-align: center;
}

.popular_product-link span.icn {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #d20008;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.popular_product-link span.icn:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 7px;
    top: 12px;
    left: 16px;
}
.popular_product-link:hover span.icn {
    width: 100%;
}
.popular_product-link span:last-child {
    position: relative;
}
.popular_product .slick-dots {
    display: table;
    font-size: 0;
    width: 100%;
    margin: 55px 0 0 0;
    padding: 0;
    text-align: center;
}
.popular_product .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.popular_product .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #B7B7B7;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 0;
    border: 0;
    padding: 0;
}
.popular_product .slick-dots li.slick-active button,
.popular_product .slick-dots li button:hover {
    background: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.home_banner {
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
}
.home_banner,
.home_banner_right {
    height: 665px;
}
.home_banner_item {
    max-width: 1300px;
    margin: 0 auto;
}
.home_banner_right {
    float: right;
    max-width: 670px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home_banner_item h3 {
    font-size: 70px;
    color: #003A5C;
    line-height: 70px;
    font-weight: normal;
    margin: 0px 0 40px 0;
}
.home_banner_item p {
    font-size: 22px;
    color: #000000;
    margin: 0 0px 32px 0;
    line-height: 30px;
        font-weight: 400;
}
.home_banner-link a {
    float: right;
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    height: 40px;
    background-color: #ff0000;
    position: relative;
    padding: 0 29px 0 74px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.home_banner-link a span.icn {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #d20008;
    position: absolute;
    left: 0;
    top: 0;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
}
.home_banner-link a span.icn:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 7px;
    top: 12px;
    left: 16px;
}
.home_banner-link a:hover span.icn {
width: 100%;
}
.home_banner-link a span:last-child {
position: relative;
}
.home_reviews-title {
    font-size: 70px;
    line-height: 0.51;
    letter-spacing: normal;
    color: #0a395d;
    text-align: center;
    margin: 174px 0 66px 0;
}
.home_reviews {
    max-width: 820px;
    margin: 0 auto 123px auto;
    text-align: center;
}
.home_reviews-image {
    width: 248px;
    height: 248px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 37px auto;
}
.home_reviews-image img {
    width: 100%;
    height: 100%;
}
.home_reviews-item h3 {
    font-size: 30px;
    color: #003A5C;
    margin: 0;
    font-weight: 300;
    margin: 0 0 4px 0;
}
.home_reviews-item p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0;
    font-weight: 300;
}
.home_reviews .slick-dots {
    display: table;
    font-size: 0;
    width: 100%;
    margin: 42px 0 0 0;
    padding: 0;
    text-align: center;
}
.home_reviews .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.home_reviews .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #B7B7B7;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 0;
    border: 0;
    padding: 0;
}
.home_reviews .slick-dots li.slick-active button,
.home_reviews .slick-dots li button:hover {
    background: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
footer {
    position: relative;
}
.scroll-top {
    position: absolute;
    right: 5%;
    top: -134px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #57595B;
    cursor: pointer;
    z-index: 5;
}
.scroll-top:before {
    display: block;
    content: "";
    width: 25px;
    height: 36px;
    background: url(../images/icons-1.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -13px;
}
.about_text {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 57px 9% 50px 9%;
}
.about_text p {
    color: #000000;
    line-height: 28px;
    font-size: 20px;
    font-weight: 300;
        margin-bottom: 0;
    margin-top: 0;
}
.home_about-link.home_about-link-2 {
    margin: 35px auto 126px auto;
}
.page-template-page-about-php .home_about-link.home_about-link-2 {
margin: 15px auto 126px auto;
}
.about-team-content {
    max-width: 1300px;
    margin: 0 auto;
    border-top: 1px solid #D7D7D7;
    padding-top: 106px;
}
.about-team-items {
    display: table;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
    padding: 0 0 100px 0;
}
.about-team-items li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px 39px 24px;
}
.about-team-title {
    font-size: 50px;
    text-align: center;
    color: #003A5C;
    padding: 0;
    line-height: 1;
    margin: 0;
    padding-bottom: 85px;
}
.about-team_overflow {
    overflow: hidden;
}
.about-team_margin {
    margin-left: -24px;
    margin-right: -24px;
}
.about-team-image {
    width: 293px;
    height: 293px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto 34px auto;
}
.about-team-image img {
    width: 100%;
    height: 100%;
}
.about-team-item_title {
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 1px;
}
.about-team-item_text {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
}
.videos_categories {
    padding-top: 71px;
}
.videos-tabs {
    display: table;
    font-size: 0;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 19px 10px 9px 10px;
    text-align: center;
    list-style: none;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}
.videos-tabs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 33px 10px 33px; 
}
.videos-tabs li:after {
    display: block;
    content: "//";
    font-size: 20px;
    color: #003A5C;
    position: absolute;
    top: 0;
    right: -7px;
}
.videos-tabs li:first-child:after {
    display: none;
}
.videos-tabs li a {
    display: block;
    text-decoration: none;
    color: #003A5C;
    font-size: 20px;
}
.videos-tabs li.active a,
.videos-tabs li a:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.videos_all {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
    padding-top: 49px;
    border-bottom: 1px solid #D7D7D7;
}
.videos_all_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px 65px 12px;
}
.videos_overflow {
    overflow: hidden;
}
.videos_overflow-margin {
    margin-left: -12px;
    margin-right: -12px;
}
.videos_all_item h2 {
    font-weight: 700;
    font-size: 18px;
    color: #003D5F;
    text-transform: uppercase;
    margin: 0 0 9px 0;
}
.videos_all_item h2 a {
    color: #003D5F;
    text-decoration: none;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.videos_all_item h2 a:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.videos_all-text {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    height: 44px;
    overflow: hidden;
    margin: 0;
}
.videos_all-thumb {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 19px;
    position: relative;
}
.videos_all-thumb img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.videos_show_more {
    text-align: center;
    margin: 19px 0 100px 0;
}
.videos_show_more > div {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    color: #003D5F;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.videos_show_more > div:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.about_contacts {
    max-width: 1300px;
    margin: 0 auto;
    border-top: 1px solid #D7D7D7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 56px 10px 0 10px;
    margin-bottom: 100px;
}
.about_contacts-telephone {
    text-align: center;
}
.about_contacts-telephone span,
.about_contacts-telephone a {
    display: inline-block;
    vertical-align: bottom;
    color: #003A5C;
}
.about_contacts-telephone span {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.4;
}
.about_contacts-telephone a {
    font-size: 42px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 8px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.about_contacts-telephone a:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.about_contacts-email {
    text-align: center;
}
.about_contacts-email a {
    font-size: 30px;
    text-decoration: none;
    color: #003A5C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.about_contacts-email a:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.contacts-map {
    margin-top: -130px;
}
.contacts-map,
.contacts-map > iframe {
    width: 100% !important;
    height: 403px !important;
}
.contacts-details_overflow {
    overflow: hidden;
}
.contacts-details_margin {
    margin-left: -15px;
    margin-right: -15px;
}
.contacts-details {
    display: table;
    font-size: 0;
    width: 100%;
    padding: 61px 0 69px 0;
}
.contacts-details_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
}
.contacts-details_title {
    font-size: 20px;
    font-weight: 600;
    color: #003D5F;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.contacts-details_text {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
.contacts-details_text p {
    margin: 0 0 4px 0;
    padding: 0;
}
.contacts-details_text p a {
    color: #000000;
    text-decoration: none;  
    -webkit-transition: 0.3s ease all;  
    -o-transition: 0.3s ease all;  
    transition: 0.3s ease all; 
}
.contacts-details_text p a:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.all-box-lab {
    position: relative;
    margin: 131px 0 62px;
    min-height: 396px;

}
.box-lab_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 396px;
    z-index: 1
}
.box-lab_background:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(210,0,8,0.8);
}
.box-lab_index {
    position: relative;
    z-index: 5;
}
.box-lab_title {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 90px 10px 63px 10px;
}
.list-lab {
    width: 100%;
    display: table;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 11% 0 11%;
}
.list-lab li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px 40px 10px;
    text-align: center;
}
.list-lab-image {
    width: 293px;
    height: 293px;
    overflow: hidden;
    margin: 0 auto 34px auto;
}
.list-lab-image img {
    width: 100%;
    height: 100%;
}
.list-lab-title {
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 1px;
}
.list-lab-text {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
}
.preloader_block {
    position: relative;
}
.preloader-tabs {
    font-size: 0;
}
.preloader-tabs:before {
    display: block;
    content: "";
    width: 120px;
    height: 120px;
    background: url(../images/preloadre.svg);
    background-size: 120px 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 5;
}
.contacts-field_form {
    max-width: 1162px;
    background: #003D5F;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 74px 80px 50px 80px;
    position: relative;
    z-index: 5;
}
.contacts-field_title {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 40px;
}
.contacts-field_form form {
    font-size: 0;
    width: 100%;
}
.contacts-field_item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    text-align: right;
    font-size: initial;
    margin-bottom: 23px;
}
.contacts-field_width-33 {
    width: 33.33%;
}
.contacts-field_width-50 {
    width: 50%;
}
.contacts-field_width-100 {
    width: 100%;
}
.contacts-field_item p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.contacts-field_item input {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 0;
}
.contacts-field_item input::-webkit-input-placeholder {color:#ffffff;}
.contacts-field_item input::-moz-placeholder          {color:#ffffff;}
.contacts-field_item input:-moz-placeholder           {color:#ffffff;}
.contacts-field_item input:-ms-input-placeholder      {color:#ffffff;}
.contacts-field_item select {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 0;
    position: relative;
}
.contacts-field_item select {
    background: url(../images/contact-form-select.png) no-repeat 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
select { 
    text-align-last: right;
}
option { 
    color: #000000;
    direction: rtl; 
}
.recaptcha {
    float: left;
    width: 304px;
    height: 78px;
    font-size: initial;
-webkit-transform: scale(0.6);  
      -ms-transform: scale(0.6);  
          transform: scale(0.6); 
          -webkit-transform-origin: left top; 
              -ms-transform-origin: left top; 
                  transform-origin: left top;  
}
.contacts-field_padding {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
}
.contacts-field_checkbox {
    float: right;
    margin-bottom: 15px;
    position: relative;
}
.contacts-field_checkbox input[type="checkbox"] {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}
.wpcf7-list-item-label {
    padding-top: 3px;
    display: block;
    position: relative;
    font-size: 12px;
    color: #ffffff;
    padding-right: 35px;
    font-weight: 300;
}
.contacts-field_checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}
.contacts-field_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    display: block;
    content: "";
    width: 16px;
    height: 12px;
    background: url(../images/icons-2.png) no-repeat;
    position: absolute;
    right: 4px;
    top: 7px;
}
.contacts-field_submit {
    text-align: center;
}
.contacts-field_submit input[type="submit"] {
    display: block;
    margin: 0 auto;
    font-size: 26px;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
    text-align: center;
    border: none;
    padding: 0 0 0 23px;
    background: url(../images/img-arrows_2.png) no-repeat 0 2px;
}
.footer-top {
    padding-bottom: 34px;
    background-color: #002043;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -o-linear-gradient(left, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 49.61%, rgba(1,1,1,.1) 100%);
    background-image: -webkit-linear-gradient(left, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 49.61%, rgba(1,1,1,.1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1,1,1,.1)), color-stop(49.61%, rgba(255,255,255,.1)), to(rgba(1,1,1,.1)));
    background-image: linear-gradient(left, rgba(1,1,1,.1) 0%, rgba(255,255,255,.1) 49.61%, rgba(1,1,1,.1) 100%);

}
.width-1325 {
    max-width: 1325px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}
.size-0 {
    display: table;
    font-size: 0;
    width: 100%;
}
.footer-newsletter {
    display: inline-block;
    vertical-align: top;
    width: 27.1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 3px solid #ffffff;
    background: #002743;
    margin: 43px 0 0 0;
    text-align: right;
    padding: 23px 23px 32px 23px;
    font-size: initial;
}
.footer-newsletter h4 {
    font-size: 22px;
    color: #ffffff;
    margin: 15px 0 0 0;
    line-height: 1;
}
.footer-newsletter p {
    font-size: 16px;
    color: #ffffff;
    margin: 3px 0 0 0;
}
.footer-newsletter .your-email {
    display: block;
    margin-top: 15px;
}
.footer-newsletter .your-email input {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    text-align: right;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 300;
}
.footer-newsletter .your-email input::-webkit-input-placeholder {color:#ffffff;}
.footer-newsletter .your-email input::-moz-placeholder          {color:#ffffff;}
.footer-newsletter .your-email input:-moz-placeholder           {color:#ffffff;}
.footer-newsletter .your-email input:-ms-input-placeholder      {color:#ffffff;}    
.footer-newsletter input[type="submit"] {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    border-right: 0;
    border: 0;
    cursor: pointer;
    padding: 0 0 0 13px;
    color: #ffffff;
    background: url(../images/img-arrows_3.png) no-repeat left 0 top 3px;
    margin-top: 13px;
    float: left;
}
.footer-menus {
    display: inline-block;
    vertical-align: top;
    width: 72.9%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 75px 0 0 0;
    font-size: 0;
}
.footer-menus_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}
.footer-menus_box > div {
    font-family: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
}
.footer-menu h3 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 8px 0;
}
.footer-menu a {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 3px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.footer-menu a:hover {
    color: #d20008;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.link-readmore {
    display: block;
    font-size: 12px;
    font-weight: 300;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    margin-top: 28px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.link-readmore:hover {
    color: #d20008;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.footer-bottom-1 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 55px;
}
.footer-bottom-1 a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-bottom-1 a:last-child {
    margin-right: 4px;
}
.footer-bottom-1 a:hover {
    text-decoration: none;
}
.box-copyright {
    float: right;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    padding: 21px 0px 22px 0;
}
.box-created {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 20px 26px;
}
.box-created p {
    margin: 0;
    font-size: 14px; 
}
.box-created p img {
    margin-right: 7px;
}
.box-created p a {
    color: #4AE0AA;
    text-decoration: none;
    font-weight: 500;
}
.box-created p a:hover {
    text-decoration: underline;
}
.box-created p span {
    margin-right: 3px;
}
.error404 header {
    -webkit-box-shadow: 0 3px 20px 1px rgba(1,1,1,.2);
    box-shadow: 0 3px 20px 1px rgba(1,1,1,.2);
    position: relative;
    z-index: 2;
}
.error-404 {
    text-align: center;
    padding: 127px 0 121px 0;
    background: url(../images/fond-404.jpg) repeat;
}
.error-404 .page-title {
    font-size: 367px;
    margin: 0;
    font-weight: 900;
    line-height: 1;
}
.error-404_text {
    font-size: 22px;
    color: #003D5F;
    line-height: 1;
    margin: -7px 0 68px 0;
}
.btn-link.btn-link_404 {
    padding: 0 25px 0 64px;
}
.title-subcategories {

}
.title-subcategories h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 9px 10px 38px 10px;
}
.related .title-subcategories h2 {
    font-weight: 400;
}
.related.products {
    margin: 80px 0 70px;
}
.overflow-hidden {
    overflow: hidden;
}
.list-subcategories_margin {
    margin-left: -12px;
    margin-right: -12px;
}
.list-subcategories {
    display: table;
    font-size: 0;
    width: 100%;
    list-style: none;
    padding: 40px 0 150px 0;
    text-align: right;
}
header .list-subcategories {
    padding: 70px 0 75px 0;
}
.list-subcategories li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px 11px 12px;
    margin-bottom: 13px;
    font-size: initial; 
    position: relative;
}
.list-subcategories li:before {
    display: block;
    content: "";
    height: 1px;
    background: #57595B;
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
}
.list-subcategories li a {
    display: block;
    vertical-align: top;
    text-decoration: none;
    color: #58595B;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.list-subcategories li a:hover {
    color: #d20008;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.title-brands {
    max-width: 830px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 21px 10px 31px 10px;
    text-align: center;
}
.title-brands h2 {
    font-size: 50px;
    margin: 0;
    line-height: 1;
    padding: 0 0 34px 0;
}
.title-brands p {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
}
.list-brands_margin {
    margin-left: -12px;
    margin-right: -12px;
}
.list-brands {
    width: 100%;
    display: table;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 30px 0 78px 0;
    text-align: center;
}
.list-brands li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px 24px 12px;
}
.list-brands_border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #D7D7D7;
    padding: 10px 25px 33px 25px;
}
.list-brands_thumb {
    height: 151px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-brands_thumb img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
}
.brand-title {
    text-align: center;
    margin: 0 0 12px 0;
}
.brand-title a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    color: #003D5F;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.brand-title a:hover {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.list-brands li p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 18px;
    text-align: center;
    height: 72px;
    overflow: hidden;
    margin: 0 0 28px 0;
        padding: 0 10px;
}
.list-brands_link {
    text-align: center;
}
.list-brands_add_to_cart {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #003A5C;
    position: relative;
    margin-left: 3px;
}
.list-brands_add_to_cart:before {
    display: block;
    content: "";
    width: 21px;
    height: 22px;
    background: url(../images/icons-3.png) no-repeat;
    background-position: -21px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
}
.list-brands_add_to_cart:hover {
    background: #003A5C;
}
.list-brands_add_to_cart:hover:before {
    background-position: 0 0;
}
.list-brands-link {
    display: inline-block;
    vertical-align: top;
    width: 151px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #003A5C;
    height: 32px;
    border: 1px solid #003A5C;
    background-color: #ffffff;
    position: relative;
    padding: 0 10px 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-align: center;
    margin-right: 3px;
}
.list-brands-link span:last-child {
    position: relative;
}
.list-brands-link span.icn {
    display: block;
    width: 31px;
    height: 32px;
    background-color: #003A5C;
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.list-brands-link span.icn:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 6px;
    top: 8px;
    left: 12px;
}
.list-brands-link:hover {
    background: #003A5C;
    color: #ffffff;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.product-gallery .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 24px;
}
.product-gallery .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 0;
}
.product-gallery .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #B7B7B7;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 0;
    border: 0;
    padding: 0;
}
.product-gallery .slick-dots li.slick-active button,
.product-gallery .slick-dots li button:hover {
    background: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.entry-summary .cart {
    padding: 35px 0;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}
.cart .single_add_to_cart_button {
    float: left;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px 0 57px;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    background: #FF001E;
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.cart .single_add_to_cart_button .icn {
    display: block;
    width: 41px;
    height: 40px;
    background: #d20008;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.cart .single_add_to_cart_button .icn:before {
    display: block;
    content: "";
    position: absolute;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 7px;
    top: 11px;
    left: 16px;
    z-index: 2;
}
.cart .single_add_to_cart_button:hover span.icn {
    width: 100%;
}
.cart .single_add_to_cart_button span:last-child {
    position: relative;
    z-index: 2;
}
.entry-summary .cart {
    overflow:hidden;
}
.entry-summary .quantity label {
      float: right;
    padding: 8px 20px;
    /* font-size: 16px; */
    font-weight: 300;  
    padding-right: 0;
}
.single-product--content-bottom.row {
    justify-content: space-between;
}
.contact-product {
    padding-top: 53px;
    color: #0a395d;
    text-decoration: underline;
    cursor: pointer;
	    font-size: 20px;
}
.contact-product a {
    color: #0a395d;
}

.cart .plus,
.cart .minus,
.cart .quantity {
    float: right;
}
.cart .quantity input {
    /* width: 89px; */
    height: 41px;
    /* font-size: 16px; */
    /* font-weight: 300; */
    color: #666666;
    text-align: center;
    /* box-sizing: border-box; */
    /* padding: 0 10px; */
    /* border: 0; */
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0;
    line-height: 39px;
}
.cart .quantity .minus, .table-checkout.cart .quantity .minus {
    border-left: none!important;
}
.cart .quantity .plus, .table-checkout.cart .quantity .plus {
    border-right: none!important;
}
.cart .quantity input::-webkit-outer-spin-button,
.cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
.cart .minus:before {
    display: block;
    content: "";
    width: 18px;
    height: 2px;
    background: url(../images/sprite_plus-minus.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px;
    background-position: 0 0;
}
.cart .minus:hover:before {
    background-position: 0 -22px;
} 
.cart .plus:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/sprite_plus-minus.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-position: -20px 0;
}
.cart .plus:hover:before {
    background-position: 0 -2px;
} 
.product-gallery .slick-slide img {
    margin: 0 auto;
}
.product-gallery.slick-slider {
    height: 100%;
}
.product-gallery_thumb {
    display: block;
    width: 100%;
}
.product-gallery.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-gallery .slick-list,
.product-gallery .slick-slide,
.product-gallery .slick-track {
    height: 100%;
}
.cat-wrapper .widget-area {
    width: 23.6%;
    margin-top: -20px;
}
.cat-wrapper div#primary {
    width: 76.4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 24px;
}
.cat-wrapper .berocket_aapf_widget_show {
    width: 50px;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    right: inherit;
    background: #003D5F;
    padding: 0;
    margin: 0;
}
.cat-wrapper .berocket_aapf_widget_show .fa-angle-left:before {
    display: none;
}
.cat-wrapper .berocket_aapf_widget_show.show_button i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icons-5.png) no-repeat center center;
}
.cat-wrapper .berocket_aapf_widget_show.hide_button i {
    background: url(../images/icons-4.png) no-repeat center center;
        display: block;
    width: 100%;
    height: 100%;
}
.cat-wrapper .berocket_aapf_widget_show.hide_button {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
}
.cat-wrapper .berocket_aapf_widget-title_div span {
    font-weight: normal;
}
.cat-wrapper .berocket_aapf_widget-title_div {
    padding: 0 20px 0 60px;
}
.cat-wrapper .widget {
    margin: 0 0 16px 0;
}
.cat-wrapper .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 50px;
    border: 0;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}
.cat-wrapper .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 0 10px 40px;
}
.cat-wrapper .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {color:#000000;font-style: normal;}
.cat-wrapper .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder          {color:#000000;font-style: normal;}
.cat-wrapper .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder           {color:#000000;font-style: normal;}
.cat-wrapper .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder      {color:#000000;font-style: normal;}  
.cat-wrapper .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    display: none;
}
.cat-wrapper .dgwt-wcas-sf-wrapp:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: #FF0021;
    position: absolute;
    top: 0;
    left: 0;
}
.cat-wrapper .dgwt-wcas-sf-wrapp:after {
    display: block;
    content: "";
    width: 27px;
    height: 27px;
    background: url(../images/icons-7.png) no-repeat;
    position: absolute;
    top: 11px;
    left: 11px;
}
.rtl .cat-wrapper .dgwt-wcas-preloader {
    left: 55px;
}
.cat-wrapper .berocket_aapf_widget {
    margin: 0;
    padding: 25px 0 5px 0;
}
.cat-wrapper .berocket_aapf_widget > li {
    float: none;
    clear: both;
    margin-bottom: 12px;
}
.cat-wrapper .berocket_aapf_widget > li:after {
    clear: both;
}
.cat-wrapper .berocket_aapf_widget > li:before,
.cat-wrapper .berocket_aapf_widget > li:after {
    display: table;
    content: " ";
}
.cat-wrapper .berocket_aapf_widget > li > span {
    position: relative;
    min-height: 25px;
    line-height: inherit;
}
.cat-wrapper .berocket_aapf_widget > li > span:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ACACAC;
    position: absolute;
    top: 0;
    right: 0;
}
.cat-wrapper .berocket_aapf_widget > li > span:after {
    
}
.cat-wrapper .berocket_aapf_widget > li > span > input[type="checkbox"] {
    float: right;
    width: 25px;
    height: 25px;
    opacity: 0;
    cursor: pointer;
}
.cat-wrapper .berocket_label_widgets {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    position: relative;
    margin-right: 27px;
    cursor: pointer;
    line-height: 1;
}
.cat-wrapper .berocket_aapf_widget > li > span > input[type="checkbox"]:checked + .berocket_label_widgets:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    font-size: 0;
    border: 0;
    border-radius: 0;
    background: url(../images/icons-6.png) no-repeat;
    position: absolute;
    top: 0;
    right: -52px;
    z-index: 2;
}
.cat-wrapper .dgwt-wcas-search-wrapp {
    max-width: 100%;
}
.cat-wrapper .before-shop {
    margin-bottom: 33px;
}
.cat-wrapper  p.woocommerce-result-count {
    padding: 14px 25px 13px 65px;
}
.cat-wrapper .page-numbers {
    margin-left: -5px;
}
.cat-wrapper .page-numbers li {
    vertical-align: top;
    position: relative;
    padding: 0 10px;
}
.cat-wrapper .page-numbers li:before {
    display: block;
    content: "/";
    font-size: 14px;
    color: #000000;
    position: absolute;
    top: 2px;
    right: -1px;
}
.cat-wrapper .page-numbers li:last-child:before {
    content: "";
}
.cat-wrapper .page-numbers li a {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.cat-wrapper .page-numbers li a:hover {
    color: #f30a13;
}
.cat-wrapper ul.page-numbers li span {
    font-weight: 700;
}
.cat-wrapper .page-numbers li:first-child:before {
    display: none;
}

.cat-wrapper ul.page-numbers li a.prev {
    display: block;
    font-size: 0;
    width: 13px;
    height: 22px;
    background: url(../images/icons-8.png) no-repeat;
    margin-top: 1px;
} 
.cat-wrapper ul.page-numbers li a.next {
    display: block;
    font-size: 0;
    width: 13px;
    height: 22px;
    background: url(../images/icons-8.png) no-repeat;
    margin-top: 1px;
} 
.cat-wrapper .woocommerce-ordering, .cat-wrapper .products-per-page {
    font-size: 14px;
}
.cat-wrapper .woocommerce-ordering select {
    font-size: 14px;
    font-weight: 900;
    color: #f30a13;
    border: 0;
    margin-top: 5px;
    padding-left: 30px;
    -webkit-appearance: none;
    background: url(../images/icons-9.png) left no-repeat;
    background-position-x: 0px;
    cursor: pointer;
        margin-right: 8px;
}
.cat-wrapper .products-per-page select {
        font-size: 14px;
    font-weight: 900;
    color: #f30a13;
    border: 0;
    margin-top: 5px;
    padding-left: 40px;
    -webkit-appearance: none;
    background: url(../images/icons-9.png) left no-repeat;
    cursor: pointer;
        margin-right: 8px;
    background-position-x: 0;
}
.woocommerce-checkout .width-1300 h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 21px 10px 65px 10px;
    line-height: 1;
}

.products-loop {
    width: 100%;
}
.table-checkout {
    margin-bottom: 0;
}
.table-checkout tr th {
    height: 57px;
    vertical-align: middle;
    font-size: 20px;
    color: #003A5C;
    background: #F0F2F2;
    font-weight: normal;
    position: relative;
}
.table-checkout tr th:last-child:before {
    display: block;
    content: "";
    position: absolute;
    left: -1000%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F0F2F2;
    z-index: -1;
}
.table-checkout tr th:first-child:before {
    display: block;
    content: "";
    position: absolute;
    right: -1000%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #F0F2F2;
    z-index: -1;
}
.table-checkout tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 0;
    border-bottom: 1px solid #D7D7D7;
    vertical-align: middle;
}
.table-checkout tr:last-child td {
    border-bottom: none;
}
.product-thumbnail {
    width: 164px;
}
.product-thumbnail a {
    font-size: 0;
    width: 100%;
    height: 121px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-thumbnail a img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.table-checkout tr td.product-name {
    padding-right: 51px;
    padding-left: 10px;
}
.table-checkout_title {
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #003A5C;
}
.table-checkout_title a {
    display: inline-block;
    vertical-align: top;
    color: #003A5C;
    text-decoration: none;
}
.table-checkout_title a:hover {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #FF001C;
}
.table-checkout_сode {
    font-size: 16px;
    font-weight: normal;
    color: #003A5C;
}
.product-name p {
    margin: 3px 0px;
}
.product-remove {
    width: 41px;
}
.table-checkout .remove {
    display: block;
    width: 42px;
    height: 42px;
    text-decoration: none;
    font-size: 0;
    background: #E1E1E1;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.table-checkout .remove:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icons-10.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}
.table-checkout .remove:hover {
    background: #F3001A;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.product-quantity {
    width: 333px;
}
.table-checkout .quantity {
    width: 172px;
}
.table-checkout.cart .minus:before,
.table-checkout.cart .plus:before,
.entry-summary .minus:before,
.entry-summary .plus:before {
    display: none;
}
.table-checkout.cart .minus,
.table-checkout.cart .plus,
.entry-summary .minus,
.entry-summary .plus {
    float: right;
    width: 43px;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    cursor: pointer;
}
.table-checkout.cart .quantity input.input-text,
.entry-summary  .quantity input.input-text {
    width: 86px;
    float: right;
}
.table-checkout.cart .plus,
.entry-summary .plus {
    background: url(../images/icons-plus.png) no-repeat center;
}
.table-checkout.cart .minus,
.entry-summary .minus {
    background: url(../images/icons-minus.png) no-repeat center;
}
.print-cart {
    float: left;
}
.print-cart span {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 15px;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
}
.print-cart a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 42px;
    height: 40px;
    background: url(../images/icons-print.png) no-repeat;
}
.box-form-checkout {
    display: table;
    font-size: 0;
    width: 100%;
    margin-top: 28px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-form-checkout .col-1 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 13px;
    font-size: initial;
    
}
.box-form-checkout .col-1:nth-child(odd) {
    padding-left: 13px;
    padding-right: 0;
}
.box-form-checkout .col-1 .col-1_item {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    padding: 40px 37px 25px 45px;
}
.col-1_item h3 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 24px;
}
.col-1_item p {
    margin: 0 0 23px 0;
}
.col-1_item textarea,
.col-1_item input {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    padding: 7px 0;
}
.col-1_item textarea {
    resize: none;
    height: 39px;
    white-space: pre;
    overflow-x: hidden;
}
.col-1_item textarea::-webkit-input-placeholder {color:#000000;}
.col-1_item textarea::-moz-placeholder          {color:#000000;}
.col-1_item textarea:-moz-placeholder           {color:#000000;}
.col-1_item textarea:-ms-input-placeholder      {color:#000000;}
.col-1_item select {
    display: block;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    font-size: 16px;
    color: #000000;
    margin-top: 38px;
    -webkit-appearance: none;
    background: url(../images/icons-select.png) no-repeat left top;
    background-position-x: 0; 
    padding-left: 60px;
    cursor: pointer;
}
.woocommerce-privacy-policy-text {
    max-width: 810px;
    margin: 50px auto;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}
.woocommerce-privacy-policy-text a {
   color: #003A5C;
   font-weight: bold;
   -webkit-transition: 0.3s ease all;
   -o-transition: 0.3s ease all;
   transition: 0.3s ease all;
   text-decoration: none;
}
.woocommerce-privacy-policy-text a:hover {
    color: #FF001C;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.button-checkout {
    display: block;
    height: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 49px 0 93px;
    line-height: 56px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    background: #FF001E;
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin: 0 auto 80px auto;
}
.widget_simpleimage {
    margin-top: 25px!important;
}
.widget_simpleimage .more {
        display: block;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 22px 0 22px;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #003c60;
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin: -80px 25px 0px 25px;
    text-align: right;
}
.widget_simpleimage .more a {
    color:#fff;
    text-decoration: none;
}
.button-checkout:after {
    display: block;
    content: "";
    width: 58px;
    height: 56px;
    background: #F3001A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.button-checkout:before {
    display: block;
    content: "";
    position: absolute;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 10px;
    top: 17px;
    left: 24px;
    z-index: 2;
}
.widget_simpleimage .more:before {
    display: block;
    content: "";
    position: absolute;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 7px;
    top: 12px;
    left: 16px;
    z-index: 2;
}
.widget_simpleimage .more:after {
    display: block;
    content: "";
    width: 42px;
    height: 40px;
    background: #00273f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.button-checkout span:last-child {
    position: relative;
    z-index: 2;
}
.button-checkout:hover {
    background: #F3001A;
}
.custom_shipping_text {
    position: relative;
    padding-right: 40px;
    padding-top: 15px;
}
.custom_shipping_text:after {
    display: block;
    content: "";
    width: 27px;
    height: 27px;
    background: url(../images/icons-11.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}
a.product-video {
    position: absolute;
    top: 20px;
    right: 27px;
        width: 79px;
    height: 79px;
}
a.product-full-screen {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.share-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 45px;
}
.share-product > * {
    margin-right: 6px;
}
.share-product span {
    margin-left: 12px;
    font-weight: 300;
}
.share-product img {
    display: block;
}
.product.onbackorder .entry-summary .cart {
    position: relative; 
    opacity: 0.5;
}
.product.onbackorder .entry-summary .cart:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 999;
}
.product.onbackorder .entry-summary .cart .single_add_to_cart_button {
    background-color: #dddddd;
}
.product.onbackorder .entry-summary .cart .single_add_to_cart_button .icn {
    background-color: #cecece;
}
.mobile-arm {
    display: none;
}
.button-mobile_menu,
header > .menu {
    display: none;
}


@media screen and (max-width: 1680px) {
    .error-404 {
        background-position: left 45% top;
        background-size: cover;
    }  
    .single-product .product-image-block {
    height: 600px;
}  
}
@media screen and (max-width: 1480px) {

    .carousel_brand .slick-prev {
        left: 0;
    }
    .carousel_brand .slick-next {
        right: 0;
    }
    .carousel_brand {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 20px;
    }
    .scroll-top {
        right: 10px;
    }
    .slider_top-content .slider_top-title {
        font-size: 80px;
    }
    .home_about {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .home_about-link {
        margin: 60px auto 0 auto;
    }
    .carousel_brand-content {
        margin: 130px auto 60px auto;
    }
    .carousel_brand-title {
        margin-bottom: 60px;
    }
    .popular_product-title {
        margin: 80px 0 60px 0;
        font-size: 60px;
    }
    .home_banner, .home_banner_right {
        height: 530px;
    }
    .home_reviews-title {
        margin: 80px 0 60px 0;
    }
    .home_reviews {
        margin: 0 auto 80px auto;
    }
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    margin-left: -20px!important;
}
.home_about-title {
    font-size: 60px;
}
.home_banner_item {
    max-width: 1200px;
}
.width-1300 {
    max-width: 1200px;
}
.width-1325 {
    max-width: 1250px;
}
.cat-wrapper div#primary {
    width: 83.4%;
}
}
@media screen and (max-width: 1348px) {
    .home_about-content {
        padding: 0px 18%;
    }
    .carousel_brand .slick-prev {
        left: 15px;
    }
    .carousel_brand .slick-next {
        right: 15px;
    }
    .carousel_brand {
        padding: 0 40px;
    }
    .home_banner_right {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 15px;
    }
    .scroll-top {
        display: none;
    }
    .about-team_margin {
        margin-left: 0;
        margin-right: 0;
    }
    .about-team-items li {
        width: 33.33%;
        padding: 0 24px 39px 24px;
    }
    .videos_overflow-margin {
        margin-left: 0;
        margin-right: 0;
    }
    .videos_all-thumb {
        height: 222px;
    }
    .contacts-details_margin {
        margin-left: 0;
        margin-right: 0;
    }
    .contacts-map {
        margin-top: 0;
    }
    .footer-top {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box-created {
        padding: 20px 0 20px 22px;
    }
    .list-brands_margin,
    .list-subcategories_margin {
        margin-left: 0;
        margin-right: 0;
    }
    .single-product .product-details {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px 30px 10px;
    }
    .related ul.products li.product {
        width: calc(100% / 4 - 24px);
        margin-left: 12px;
        margin-right: 12px;
    }
    .cat-wrapper {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px;
    }
    .woocommerce-cart-form {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px;
    }
    .print-cart {
        margin: 0 10px;
    }
    .box-form-checkout {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px;
    }
    .table-checkout tr th:first-child:before {
        right: -10px;
    }
    .table-checkout tr th:last-child:before {
        left: -10px;
    }

}
@media screen and (max-width: 1279px) {
    .slider_top .slider_item, .slider_top {
        height: 500px;
    }
    .slider_top-content .slider_top-title {
        margin-bottom: 30px;
    }
    .home_about-images {
        padding: 0 100px;
    }
    .video_slider, 
    .video_slider_item, 
    .video_slider_width {
        height: 500px;
    }
    .popular_product-padding {
        padding: 0px 15px;
    }
    .home_banner, 
    .home_banner_right {
        height: 500px;
    }
    .videos_all-thumb {
        height: 207px;
    }
    .list-lab {
        padding: 0px 8% 0 8%;
    }
    .footer-menus {
        width: 100%;
        padding: 25px 0 0 0;
    }
    .footer-newsletter {
        display: block;
        width: 359px;
        margin: 25px auto 0 auto;
    }
    
    
    
    



}
@media screen and (max-width: 1199px) {
    .slider_top-content .slider_top-title {
        font-size: 60px;
    }
    .home_reviews-title,
    .popular_product-title,
    .carousel_brand-title,
    .home_about-title {
        font-size: 60px;
    }
    .home_about-content {
        padding: 0px 10%;
    }
    .home_about-images {
        padding: 0 60px;
    }
    .page-about_title {
        margin-bottom: 30px
    }
    .about-team-items li {
        padding: 0 10px 39px 10px;
    }
    .videos_all-thumb {
        height: 237px;
    }
    .videos_all_item {
        width: 33.33%;
        padding: 0 12px 40px 12px;
    }
    .videos_categories {
        padding-top: 40px;
    }
    .videos_show_more {
        margin: 19px 0 60px 0;
    }
    .list-lab {
        padding: 0;
    }
    .contacts-field_form {
        padding: 60px 70px 50px 70px;
    }
    .recaptcha {
        float: none;
        margin: 0 auto 15px auto;
    }
    .contacts-field_checkbox {
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
    .list-subcategories li {
        width: 33.33%;
    }
    .list-brands li {
        width: 33.33%;
    }
    .single-product .product-image-block {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .single-product div.product .entry-summary {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .single-product .product-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .related ul.products {
        text-align: center;
    }
    .related ul.products li.product {
        width: calc(100% / 3 - 24px);
    }
    .cat-wrapper ul.products li.product {
        width: calc(100% / 2 - 24px);
        margin-left: 10px;
        margin-right: 10px;
    }


}
@media screen and (max-width: 1023px) {
    .home_about-link.home_about-link-2 {
        margin: 35px auto 60px auto;
    }
    .about-team-content {
        padding-top: 60px;
    }
    .about-team-title {
        padding-bottom: 60px;
    }
    .about-team-items {
        padding: 0 0 60px 0;
    }
    .faq-items {
        margin: 60px auto;
    }
    .videos_all_item {
        padding: 0 10px 40px 10px;
    }
    .videos_all-thumb {
        height: 229px;
    }
    .about_contacts {
        margin-bottom: 60px;
    }
    .contacts-details {
        padding: 40px 0 60px 0;
    }
    .all-box-lab {
        margin: 60px 0;
    }
    .error-404 {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 30px 10px 30px 10px;
    }
    .error-404_text {
        margin: 0 0 35px 0;
    }
    .error-404 .page-title {
        font-size: 260px;
    }
    .error-404 {
        background-position: left 100% top;
    }



}
@media screen and (max-width: 979px) {
    .single-product .product-image-block {
    height: 355px;
}
    .home_about-images {
        padding: 0 0px;
    }
    .contact_form {
        display: none;
    }
    .popular_product-item {
        padding: 0 10px;
    }
    .popular_product-image {
        height: 253px;
    }
    .popular_product-padding {
        padding: 0px 10px;
    }
    .popular_product-link {
        padding: 0 13px 0 50px;
    }
    .popular_product-border {
        padding-bottom: 10px;
    }
    .popular_product {
        padding-bottom: 60px;
    }
    .home_reviews {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px;
    }
    .video_slider .slick-prev, .video_slider .slick-next {
        width: 60px;
        height: 60px;
    }
    .video_slider .slick-prev:before, 
    .video_slider .slick-next:before {
        top: 14px;
        width: 32px;
        height: 32px;
    }
    .video_slider .slick-prev:before {
        left: 22px;
    }
    .video_slider .slick-next:before {
        right: 22px;
    }
    .dots_elements {
        bottom: 20px;
        right: 20px;
    }
    .about-team-items li {
        width: 50%;
    }
    .page-about_title h1 {
        font-size: 75px;
    }
    .page-about_title {
        height: 250px;
        padding-top: 60px;
    }
    .about_text {
        padding: 30px 10px 25px 10px;
    }
    .home_about-link.home_about-link-2 {
        margin: 0px auto 60px auto;
    }
    .videos_all_item {
        width: 50%;
    }
    .videos_all-thumb {
        height: 285px;
    }
    .contacts-details_item {
        width: 50%;
        padding-bottom: 30px;
    }
    .list-lab li {
        width: 50%;
    }
    .contacts-field_form {
        padding: 60px 10px 50px 10px;
    }
    .footer-menus_box {
        -ms-flex-wrap: wrap;    
        flex-wrap: wrap;
    }
    .footer-menus_box > div {
        padding-bottom: 25px;
    }
    .link-readmore {
        margin-top: 15px;
    }
    .error-404 {
        background: url(../images/fond-404-mobile.jpg) no-repeat;
        background-position: left top;
    }
    .list-brands li {
        width: 50%;
    }
    .related ul.products li.product {
        width: calc(100% / 2 - 24px);
        float: none;
    }
    .related ul.products {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .cat-wrapper .widget-area {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .cat-wrapper div#primary {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .row.cat-wrapper {
        -ms-flex-wrap: wrap;    
        flex-wrap: wrap;
    }
    .cat-wrapper ul.products li.product {
        float: none;
    }
    .box-form-checkout .col-1:nth-child(odd),
    .box-form-checkout .col-1 {
        width: 100%;
        padding: 0 0 25px 0;
    }
    .woocommerce-privacy-policy-text {
        margin: 25px auto 50px 0;
    }
    .product-quantity {
        width: 200px;
    }
    .woocommerce-checkout .width-1300 h2 {
        font-size: 36px;
        padding: 20px 10px 35px 10px;
    }
    .home_banner, .home_banner_right {
        background-position-x: -310px!important;
    }
       header {
        padding: 18px 20px 3px;
    } 
    .row.top-row {
        display: none;
    }
    .footer-menus {
        display: none;
    }
    .footer-newsletter {
        padding: 23px 23px 50px;
    }
    .box-copyright {
        text-align: center;
    }
    .footer-bottom-1 {
        text-align: center;
    }
    ul.products.columns-3 {
        margin: 0;
        padding: 0;
    }
    table.shop_table_responsive tr td:before {
        display: none;
    }
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .cmn-toggle-switch {
        float: left;
        display: block;
        position: relative;
        background: none;
        margin: 0px 60px 0 0px;
        padding: 0;
        width: 90px;
        height: 55px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .cmn-toggle-switch:focus {
        outline: none;
    }
    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 15px;
        left: 0px;
        right: 0px;
        height: 4px;
        background: #003D5F;
        border-radius: 3px;
    }
    .cmn-toggle-switch__rot {
        background-color: none;
    }
    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #003D5F;
        border-radius: 3px;
        content: "";
    }
    .cmn-toggle-switch span::before {
        top: -15px;
    }
    .cmn-toggle-switch span::after {
        bottom: -15px;
    }
    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }
    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .cmn-toggle-switch__htx.active span {
        background: none;
    }
    .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .cmn-toggle-switch__htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .cmn-toggle-switch__htx.active span::before,
    .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }
    .header-icons {
    float: right;
}
.cmn-toggle-switch {
    width: 40px;
    height: 40px;
    margin: 0px 15px 0 0;
}
.basket-item-count img, .top-row--icons_en img {
    max-width: 22px;
}
.header-icons > a {
    margin: 5px;
    display: inline-block;
}
  header {
        padding: 18px 37px;
    }

    header > .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        z-index: 900;
        box-sizing: border-box;
        padding: 47px 35px;
        background: url(../images/fond-menu.jpg) repeat;
        background-size: cover;
        height: calc(100vh - 127px);
        overflow-y: scroll;
    }
    header #ajaxsearchpro1_1 .probox, 
    header #ajaxsearchpro1_2 .probox, 
    header div.asp_m.asp_m_1 .probox {
        height: 86px;
        background: #ffffff;
        -moz-border-radius: 43px;
        -webkit-border-radius: 43px;
        border-radius: 43px;
    }
    header #ajaxsearchpro1_1, 
    header #ajaxsearchpro1_2, 
    header div.asp_m.asp_m_1 {
        background: transparent;
    }
    header #ajaxsearchpro1_1 .probox .promagnifier, 
    header #ajaxsearchpro1_2 .probox .promagnifier, 
    header div.asp_m.asp_m_1 .probox .promagnifier {
        height: 86px;
    }
    header div.asp_m.asp_m_1 .probox .promagnifier,
    header #ajaxsearchpro1_1 .probox .promagnifier {
        width: 96px !important;
        background: #ffffff;
    }
    header div.asp_m.ajaxsearchpro .probox .promagnifier:before {
        display: none; 
    }
    header #ajaxsearchpro1_1 .probox .promagnifier div.innericon,
    header div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
        width: 100% !important;
        height: 100%;
        float: none;
    }
    header div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
        width: 71px;
    }
    body.rtl #ajaxsearchpro1_1 .probox .proinput input.orig,
    body.rtl div.asp_m.asp_m_1 .probox .proinput input.orig {
        font-size: 36px !important;
        line-height: 86px !important;
        height: 86px !important;
        margin: 0 !important;
        padding: 0 !important; 
    }
    body.rtl #ajaxsearchpro1_1 .probox .proinput input::-webkit-input-placeholder {font-size: 36px;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input::-moz-placeholder          {font-size: 36px;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input:-moz-placeholder           {font-size: 36px;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input:-ms-input-placeholder      {font-size: 36px;}

    #menu-mobile-menu.menu {
        position: relative;
        top: 0;
        padding: 12px 0 0 0;
    }
    #top-navigation li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #57595B;
    }
    #top-navigation li:last-child {
        border-bottom: 0;
    }
    #top-navigation li:before {
        display: none;
    }
    #top-navigation a {
        display: block;
        color: #57595b;
        font-size: 40px;
        padding: 20px 0;
    }
    #top-navigation a:after {
        display: none;
    }
    .widget_simpleimage .more {
    width: auto;
    height: 87px;
    margin: 0;
        font-size: 43px;
        line-height: 43px;
        padding: 0 10px 0 100px;
        text-align: center;
    }
    .widget_simpleimage .more:after {
        width: 91px;
        height: 87px;
    }
    .widget_simpleimage .more a {
        line-height: 87px;
    }
    .widget_simpleimage .more:before {
        border-left: 5px solid #fff;
        border-bottom: 5px solid #fff;
        padding: 15px;
        top: 27px;
        left: 39px;
    }
    ul.products {
    margin: 0;
    width: 100%;
}
}

@media screen and (max-width: 960px) {
    header {
        padding: 18px 37px;
    }

    header > .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        z-index: 900;
        box-sizing: border-box;
        padding: 47px 35px;
        background: url(../images/fond-menu.jpg) repeat;
        background-size: cover;
        height: calc(100vh - 127px);
        overflow-y: scroll;
    }
    header #ajaxsearchpro1_1 .probox, 
    header #ajaxsearchpro1_2 .probox, 
    header div.asp_m.asp_m_1 .probox {
        height: 86px;
        background: #ffffff;
        -moz-border-radius: 43px;
        -webkit-border-radius: 43px;
        border-radius: 43px;
    }
    header #ajaxsearchpro1_1, 
    header #ajaxsearchpro1_2, 
    header div.asp_m.asp_m_1 {
        background: transparent;
    }
    header #ajaxsearchpro1_1 .probox .promagnifier, 
    header #ajaxsearchpro1_2 .probox .promagnifier, 
    header div.asp_m.asp_m_1 .probox .promagnifier {
        height: 86px;
    }
    header div.asp_m.asp_m_1 .probox .promagnifier,
    header #ajaxsearchpro1_1 .probox .promagnifier {
        width: 96px !important;
        background: #ffffff;
    }
    header div.asp_m.ajaxsearchpro .probox .promagnifier:before {
        display: none; 
    }
    header #ajaxsearchpro1_1 .probox .promagnifier div.innericon,
    header div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
        width: 100% !important;
        height: 100%;
        float: none;
    }
    header div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
        width: 71px;
    }
    body.rtl #ajaxsearchpro1_1 .probox .proinput input.orig,
    body.rtl div.asp_m.asp_m_1 .probox .proinput input.orig {
        font-size: 36px !important;
        line-height: 86px !important;
        height: 86px !important;
        margin: 0 !important;
        padding: 0 !important; 
    }
    body.rtl #ajaxsearchpro1_1 .probox .proinput input::-webkit-input-placeholder {font-size: 36px;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input::-moz-placeholder          {font-size: 36px;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input:-moz-placeholder           {font-size: 36px;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input:-ms-input-placeholder      {font-size: 36px;}

    #menu-mobile-menu.menu {
        position: relative;
        top: 0;
        padding: 12px 0 0 0;
    }
    #top-navigation li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #57595B;
    }
    #top-navigation li:last-child {
        border-bottom: 0;
    }
    #top-navigation li:before {
        display: none;
    }
    #top-navigation a {
        display: block;
        color: #57595b;
        font-size: 40px;
        padding: 20px 0;
    }
    #top-navigation a:after {
        display: none;
    }
    .widget_simpleimage .more {
        width: 567px;
        height: 87px;
        margin: -155px auto 0 auto;
        font-size: 43px;
        line-height: 43px;
        padding: 0 10px 0 100px;
        text-align: center;
    }
    .widget_simpleimage .more:after {
        width: 91px;
        height: 87px;
    }
    .widget_simpleimage .more a {
        line-height: 87px;
    }
    .widget_simpleimage .more:before {
        border-left: 5px solid #fff;
        border-bottom: 5px solid #fff;
        padding: 15px;
        top: 27px;
        left: 39px;
    }
    .button-mobile_menu {
        display: block;
    }

    .cmn-toggle-switch {
        float: left;
        display: block;
        position: relative;
        background: none;
        margin: 0px 60px 0 0px;
        padding: 0;
        width: 90px;
        height: 55px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .cmn-toggle-switch:focus {
        outline: none;
    }
    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 25px;
        left: 0px;
        right: 0px;
        height: 4px;
        background: #003D5F;
        border-radius: 3px;
    }
    .cmn-toggle-switch__rot {
        background-color: none;
    }
    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #003D5F;
        border-radius: 3px;
        content: "";
    }
    .cmn-toggle-switch span::before {
        top: -25px;
    }
    .cmn-toggle-switch span::after {
        bottom: -25px;
    }
    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }
    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .cmn-toggle-switch__htx.active span {
        background: none;
    }
    .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .cmn-toggle-switch__htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .cmn-toggle-switch__htx.active span::before,
    .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }
        .home_about-images {
        display: none;
    }
    .home_banner_right {
        display: block;
        float: none;
        max-width: 100%;
        text-align: center;
        padding-top: 13%;
    }
    .home_banner {
        background: url(../images/fond-1.jpg) !important;
        background-position: center top;
    }
    .home_banner-link {
        text-align: center;
    }
    .home_banner-link a {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .home_banner_right {
        position: relative;
        z-index: 2;
    }
    .home_banner, .home_banner_right {
        height: auto;
    }
    .mobile-arm {
        display: block;
        position: relative;
        z-index: 1;
        margin-top: -143px;
        box-sizing: border-box;
        padding-right: 40px;
        text-align: left;
    }
    .mobile-arm img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        position: relative;
        top: 40px;
    }
    .dots_elements {
        bottom: 25px;
        right: 0;
        left: 0;
        font-size: 0;
        text-align: center;
    }
    .dots_elements li {
        display: inline-block;
        vertical-align: top;
        margin: 0 7px;
    }
    .dots_elements li button {
        margin: 0;
    }
    .header-icons {
        float: right;
    }
    .language-big {
        display: inline-block;
        vertical-align: top;
        margin-right: 43px;
        font-size: 0;
    }
    .basket-item-count span {
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 36px;
        top: 5px;
        right: -17px;
    }
    .header-icons .dropdown-back {
        display: inline-block;
        font-size: 0;

    }
    .header-icons .dropdown-back span {
        display: block !important;
    }
    .simple-image img {
        display: block;
        margin: 0 auto;
    }
    .mobile-header_left {
        font-size: 0;
    }

}

@media screen and (max-width: 799px) {
    .videos_all-thumb {
        height: 273px;
    }
    .cat-wrapper .berocket_aapf_widget_show.mobile_hide {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .slider_top-content .slider_top-title {
        font-size: 50px;
    }
    .slider_top-link a {
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        padding: 0 20px 0 68px;
    }
    .slider_top-link a span {
        width: 45px;
        height: 45px;
    }
    .slider_top-link a span:before {
        top: 12px;
        left: 17px;
    }
    .home_about {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .home_reviews-title,
    .popular_product-title, 
    .carousel_brand-title, 
    .home_about-title {
        font-size: 46px;
    }
    .home_about-content {
        padding: 0px 10px;
        margin-bottom: 30px;
        line-height: 1.44;
        font-size: 20px;
    }
    .home_about-image .image_title_about {
        font-size: 20px;
    }
    .home_about-link {
        margin: 15px auto 0 auto;
    }
    .carousel_brand-title {
        margin-bottom: 40px;
    }
    .carousel_brand-content {
        margin: 80px auto 60px auto;
    }
    .video_slider-title {
        font-size: 40px;
    }
    .video_slider_width {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 50px;
    }
    .video_slider .slick-prev, 
    .video_slider .slick-next {
        width: 40px;
        height: 40px;
    }
    .video_slider .slick-prev:before, 
    .video_slider .slick-next:before {
        top: 9px;
        width: 22px;
        height: 22px;
    }
    .video_slider .slick-next:before {
        border-right: 4px solid #fff;
        border-top: 4px solid #fff;
        right: 15px;
    }
    .video_slider .slick-prev:before {
        border-left: 4px solid #fff;
        border-bottom: 4px solid #fff;
        left: 15px;
    }
    .video_slider-title {
        font-size: 40px;
        line-height: 44px;
    }
    .home_banner_item h3 {
        font-size: 46px;
        line-height: 60px;
        margin: 0px 0 30px 0;
    }
    .home_banner_item p {
        font-size: 20px;
        margin: 0 0px 30px 0;
        line-height: 30px;
    }
    .videos_all-thumb {
        height: 225px;
    }
    .contacts-field_width-33 {
        width: 50%;
    }
    .recaptcha {
        float: none;
        margin: 0 auto;
    }
    .contacts-field_checkbox {
        float: none;
    }
    .list-subcategories li {
        width: 50%;
    }
    .list-subcategories {
        padding: 40px 0;
    }
    .title-subcategories h2 {
        font-size: 46px;
        padding: 9px 10px 30px 10px;
    }
    .slider_top-link a span.icn {
        height: 45px;
    }
    .slider_top-link a span.icn:before {
        top: 12px;
    }
    .title-brands h2 {
        font-size: 46px;
        padding: 0 0 25px 0;
    }
    .cat-wrapper ul.products li.product {
        padding: 17px 14px;
    }
    .cat-wrapper .before-shop {
        -ms-flex-wrap: wrap;    
        flex-wrap: wrap;
    }
    .cat-wrapper .before-shop > * {
        width: 100%;
        border-left: 0;
    }
    .cat-wrapper .before-shop .columns-3 {
        float: left;
        position: relative;
        left: 0;
    }

    .table-checkout .quantity {
        float: none;
    }
    .table-checkout .quantity {
        float: none;
        clear: both;
    } 
    .table-checkout .quantity:before, 
    .table-checkout .quantity:after {
        display: table;
        content: " ";
    }
    .table-checkout .quantity:after {
        clear: both;
    }
    .product-remove,
    .product-thumbnail {
        width: 100%;
    }
    .product-thumbnail a {
        width: 164px;
        margin: 0 auto;
    }
    .product-quantity {
        width: 100%;
    }
    .table-checkout tr td.product-name {
        padding-right: 10px;
        padding-left: 0;
    }
    table.shop_table_responsive tr td:last-child {
        border-bottom: 5px solid #D7D7D7;
    }
	.videos-tabs li:after {
	    font-size: 16px;
	}
	.videos-tabs li a {
	    font-size: 16px;
	}
	.contacts-map, .contacts-map>iframe {
	    height: auto !important;
	}

    header #ajaxsearchpro1_1 .probox, 
    header #ajaxsearchpro1_2 .probox, 
    header div.asp_m.asp_m_1 .probox {
        height: 52px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        border-radius: 28px;
    }
    header #ajaxsearchpro1_1 .probox .promagnifier, 
    header #ajaxsearchpro1_2 .probox .promagnifier, 
    header div.asp_m.asp_m_1 .probox .promagnifier {
        height: 52px;
    }
    header div.asp_m.asp_m_1 .probox .promagnifier,
    header #ajaxsearchpro1_1 .probox .promagnifier {
        width: 48px !important;
        padding-left: 5px;
    }
    header div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
        width: 38px;
    }
    body.rtl #ajaxsearchpro1_1 .probox .proinput input.orig,
    body.rtl div.asp_m.asp_m_1 .probox .proinput input.orig {
        font-size: 5.4vw!important;
        line-height: 52px !important;
        height: 52px !important;
    }
    body.rtl #ajaxsearchpro1_1 .probox .proinput input::-webkit-input-placeholder {font-size: 5.4vw;opacity: 0;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input::-moz-placeholder          {font-size: 5.4vw;opacity: 0;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input:-moz-placeholder           {font-size: 5.4vw;opacity: 0;}
    body.rtl #ajaxsearchpro1_1 .probox .proinput input:-ms-input-placeholder      {font-size: 5.4vw;opacity: 0;}
    #top-navigation a {
        font-size: 5.4vw;
        padding: 10px 0;
    }

    .widget_simpleimage .more {
        width: 96%;
        height: 52px;
    font-size: 5.8vw;
    line-height: 23px;
    padding: 0 10px 0 78px;
    }
    .widget_simpleimage .more:after {
        width: 70px;
        height: 52px;
    }
    .widget_simpleimage .more a {
        line-height: 52px;
    }
    .widget_simpleimage .more:before {
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        padding: 7px;
        top: 20px;
        left: 32px;
    }
    header {
        padding: 18px 15px;
    }
    .language-big {
        margin-right: 15px;
    }
.widget_simpleimage {
    margin-top: 10px!important;
}

}
@media screen and (max-width: 639px) {
    .slider_top .slider_item, .slider_top {
        height: 400px;
    }
    .slider_top-content .slider_top-title {
        font-size: 44px;
    }
    .home_about-image {
        width: 50%;
        padding: 0 10px 40px 10px;
    }
    .home_about-link {
        margin: 0;
    }
    .home_banner_item h3 {
        font-size: 45px;
        line-height: 48px;
        margin: 0px 0 20px 0;
    }
    .about-team-items li {
        width: 100%;
    }
    .videos_all_item {
        width: 100%;
    }
    .videos_all-thumb {
        height: auto;
    }
    .videos-tabs li {
        padding: 0 20px 10px 20px;
    }
    .list-lab li {
        width: 100%;
    }
    .list-lab-image {
        margin: 0 auto 15px auto;
    }
    .about-team-image {
        margin: 0 auto 15px auto;
    }
    .box-lab_title {
        font-size: 40px;
    }
    .contacts-field_width-33,
    .contacts-field_width-50 {
        width: 100%;
    }
    .box-copyright {
        float: none;
        padding: 15px 10px 10px 0;
    }
    .box-created {
        float: none;
        padding: 0px 0 10px 0;
        text-align: center;
    }
    .error-404 .page-title {
        font-size: 190px;
    }
    .list-brands_border {
        padding: 10px 10px 33px 10px;
    }
    .related ul.products li.product {
        width: calc(100% / 1 - 24px);
    }
    .cat-wrapper ul.products li.product {
        width: calc(100% / 1 - 0px); 
        margin-left: 0;
        margin-right: 0;
    }
    .box-form-checkout .col-1 .col-1_item {
        padding: 30px 15px 25px 15px;
    }
    header>.menu {
        padding: 35px 15px;
    }
    .cmn-toggle-switch span:after {
        bottom: -18px;
    }
    .cmn-toggle-switch span:before {
        top: -18px;
    }
    .cmn-toggle-switch span {
        top: 18px;
    }
    .cmn-toggle-switch {
        width: 70px;
        height: 40px;
        margin: 0px 30px 0 0;
    }
    .language-big {
        width: 40px;
    }
    .header-icons .dropdown-back {
        width: 45px;
    }
    .basket-item-count span {
        width: 28px;
        height: 28px;
        font-size: 16px;
        line-height: 28px;
        top: 0px;
    }


}
@media screen and (max-width: 479px) {
    .video_slider-title {
        font-size: 31px;
        line-height: 38px;
    }
    .video_slider-text {
        font-size: 18px;
        color: #ffffff;
        line-height: 28px;
    }
    .home_about-image {
        width: 100%;
        padding: 0 10px 40px 10px;
    }
    .page-about_title h1 {
        font-size: 55px;
    }
    .videos-tabs li {
        padding: 0 10px 10px 10px;
    }
    .contacts-details_item {
        width: 100%;
    }
    .contacts-field_title {
        padding-bottom: 25px;
    }
    .contacts-field_padding,
    .contacts-field_item {
        padding: 0px 10px;
    }
    .footer-newsletter {
        width: 355px;
    }
    .footer-bottom-1 {
        margin-top: 35px;
    }
    .footer-top {
        padding-bottom: 15px;
    }
    .list-subcategories li {
        width: 100%;
    }
    .page-about_title h1, .page-about_title .h1 {
        font-size: 54px;
    }
    .title-subcategories h2 {
        font-size: 36px;
    }
    .list-brands li {
        width: 100%;
    }
    .list-brands_border {
        padding: 10px 25px 33px 25px;
    }
    .list-brands li p {
        height: auto;
        max-height: 72px;
    }
    .title-brands h2 {
        font-size: 40px;
    }
    .single-product div.product .entry-summary .product-title {
        font-size: 36px;
    }
    .cart .single_add_to_cart_button {
        margin-top: 15px;
        float: none;
    }
    .entry-summary .cart {
        padding: 15px 0;
    }
    .single-product div.product .entry-summary .product-title {
        font-size: 26px;
    }
    .cmn-toggle-switch span:after {
        bottom: -8px;
        height: 3px;
    }
    .cmn-toggle-switch span:before {
        top: -8px;
        height: 3px;
    }
    .cmn-toggle-switch span {
        top: 8px;
        height: 3px;
    }
    .cmn-toggle-switch {
        width: 30px;
        height: 30px;
        margin: 0px 15px 0 0;
    }
    header {
        padding: 12px 10px;
    }
    .language-big {
        width: 30px;
    }
    .header-icons .dropdown-back {
        width: 35px;
    }
    .basket-item-count span {
        width: 15px;
        height: 15px;
        font-size: 9px;
        line-height: 17px;
        top: -1px;
        right: -6px;
    }
    .site-branding {
        margin-top: 0;
    }
    .custom-logo-link {
        width: 115px;
    }
    .slider_top-content {
        padding-top: 67px;
    }
    header>.menu {
        height: calc(100vh - 91px);
    }
    .widget_simpleimage .more {
        font-size: 18px;
        line-height: 18px;
        margin: -105px auto 0 auto;
    }
    .widget_simpleimage .more:before {
    top: 18px;
    left: 22px;
}
.widget_simpleimage .more:after {
    width: 52px;
    height: 52px;
}
}
@media screen and (max-width: 374px) {
    .slider_top-content .slider_top-title {
        font-size: 32px;
    }
    .videos-tabs li a {
        font-size: 17px;
    }
    .videos-tabs li:after {
        font-size: 17px;
    }
    .footer-newsletter {
        width: 300px;
        padding: 13px 10px 40px 10px;
    }
    .error-404 .page-title {
        font-size: 160px;
    }



}
@media screen and (max-width: 359px) {
    
}