@charset "UTF-8";

/*
Theme Name: DeepDiveDigital
Theme URI: http://deepdivedigital.ru
Description: Тема разработана диджитал агенством DeepDiveDigital
Author: andrash_
Author URI: http://vk.com/andrashh
Version: 1.0
*/

body {
    font-family: "RobotoLight";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}

a {
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    color: #b92025;
}

a:hover {
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #2c3642;
}

p {
    line-height: 1.4em;
    padding: 5px 0 10px;
}

.fa-rub {
    font-weight: 100 !important;
}

/* ===== GLOBAL */

.home .button,
.page-collection .button,
.bottom_desc a.button,
.button {
    border: 1px solid #b92025;
    background-color: #b92025;
    color: #fff!important;
    padding: 10px 20px;
    font-size: 14px;
    display: inline;
    text-align: center;
    line-height: 5em;
    cursor: pointer;
    font-weight: normal;
}

.button-red {
    border: 1px solid #b92025;
    background-color: #b92025;
    color: #fff!important;
    padding: 5px 20px;
    font-size: 14px;
    display: inline;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
  }

  .form-input-preorder{
    padding: 5px 10px;
  }

.button-polar{
  border: 1px solid #2c3642;
  background-color: #2c3642;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  line-height: 5em;
  cursor: pointer;
  width: 100%;
display: block;
text-transform: uppercase;

}

.bottom_desc a.button {
    line-height: 1.5em;
    font-weight: 100;
}

.home .button:hover,
.button:hover,
.page-collection .button:hover,
.bottom_desc a.button:hover,
.button-polar:hover {
    background-color: #fff;
    color: #000!important;
}

#tab-history a.button {
    background-color: #fff;
    color: #000!important;
    border: 1px solid #000;
    font-weight: 100;
    margin: 20px 0;
}

#tab-history a.button:hover {
    border: 1px solid #b92025;
    background-color: #b92025;
    color: #fff!important;
    text-decoration: none !important;
}

.admin-bar .header_wrapper .is-sticky {
    top: 32px !important;
}

#top-header-sticky-wrapper {
    height: auto !important;
}

.container {
    max-width: 1200px;
}

.slabLight,
.header_wrapper .top-header-line .top_header_wrap .top_line_item a.top_line_link,
.header_wrapper .top-header-line .top_header_wrap .top_line_item span {
    font-family: "RobotoLight";
    /*font-family: "RobotoSlabLight";*/
}

.slabRegular {
    font-family: "RobotoSlabRegular";
}

.slabBold {
    font-family: "RobotoSlabBold";
}


.Light,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item a,
.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-prev,
.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-next,
.product_slider_wrapper .product-slider h2,
.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-prev,
.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-next,
.news_wrapper .newsletter p,
#offCanvas .js-menu ul#menu-main-menu li.menu-item a,
.content_wrapper #main h1.title-page,
.content_wrapper #main .prod-banner-text,
.content_wrapper #main .brand_page .brand-news h2,
.content_wrapper #main .brand_page .brand-news h2.raketa-title,
.content_wrapper #main .brand_page .brand-history .bh-item p.history-text,
.content_wrapper #main .brand_page .brand-history .bh-item h3.history-title,
.content_wrapper #main .brand_page .brand-history h2,
.content_wrapper #main .brand_page .brand-history h2.raketa-title,
.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-prev,
.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-next,
.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item h3,
.content_wrapper #main .brand_page .brand-tabs .nav-brand .nav-link,
.content_wrapper #main .brand_page .brand-tabs .nav-brand-r .nav-link,
.content_wrapper #main .owl-specialists .spec-title,
.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item h3,
.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item span.price,
.content_wrapper #main .product_item .product-row .product-col-right .tech-icons .delivery_product span.delivery_title,
.content_wrapper #main .product_item .product-row .product-col-right .instock_product span.instock_wrap,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .checkbox,
.footer_wrapper .footer .footer-nav .footer-item h4,
.footer_wrapper .footer .footer-nav .footer-item .foot-menu ul li a {
    font-family: "RobotoLight";
}

.Medium,
.product_slider_wrapper .product-slider .all-products a,
.content_wrapper #main h2 {
    font-family: "RobotoLight";
}

.Bold,
.product_slider_wrapper .product-slider .slider-wrap .slide-item h3,
.content_wrapper #main .brand_page .top-slider .owl-nav .owl-prev,
.content_wrapper #main .brand_page .top-slider .owl-nav .owl-next {
    font-family: "RobotoBold";
}


/* ===== HEADER */

.headmobile_wrapper .head-mobile {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.headmobile_wrapper .head-mobile .hm_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.headmobile_wrapper .head-mobile .hm_wrap a.btn-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 20px;
}

.headmobile_wrapper .head-mobile .hm_wrap a.btn-menu .btn-lines {
    width: 42px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 3px;
}

.headmobile_wrapper .head-mobile .hm_wrap a.btn-menu .btn-lines .btn-line {
    width: 100%;
    height: 2px;
    background-color: #2a2a2a;
}

.headmobile_wrapper .head-mobile .hm_wrap .top-marker a,
.headmobile_wrapper .head-mobile .hm_wrap .top-cart a {
    color: #2a2a2a;
    font-size: 24px;
    margin: 0 8px;
}

.headmobile_wrapper .head-mobile .hm_wrap .top-cart {
    position: relative;
}

.headmobile_wrapper .head-mobile .hm_wrap .top-cart span.tc_circ {
    background: #2a2a2a none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 13px;
    margin-left: 0;
    padding: 0 4px 1px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -6px;
}

.headmobile_wrapper .head-mobile .hm_wrap img {
    max-width: 75px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#aws-search-result-1 .woocommerce-Price-currencySymbol {
    font-family: "Roboto";
}

.aws-container .aws-search-form .aws-search-btn svg {
    width: auto;
    height: auto;
}

.aws-container .aws-search-form .aws-search-btn,
.aws-container .aws-search-form .aws-search-btn_icon {
    width: auto;
    cursor: pointer;
}

.header_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header_wrapper .top-header-line {
    padding: 5px 0;
    background-color: #2c3642;
}

.header_wrapper .top-header-line .top_header_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_wrapper .top-header-line .top_header_wrap .top_line_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_wrapper .top-header-line .top_header_wrap .top_line_item ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header_wrapper .top-header-line .top_header_wrap .top_line_item ul.menu li {
    margin: 0 5px;
}

.header_wrapper .top-header-line .top_header_wrap .top_line_item a.top_line_link {
    color: #fff;
    margin: 0 10px;
    font-size: 14px;
}

.header_wrapper .top-header-line .top_header_wrap .top_line_item a.top_line_link:last-of-type {
    font-size: 14px;
}

.header_wrapper .top-header-line .top_header_wrap .top_line_item span,
.header_wrapper .top-header-line .top_header_wrap .top_line_item a {
    color: #fff;
    font-size: 11px;
}

.header_wrapper .is-sticky {
    z-index: 999;
    /*1079*/
    width: 100%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid #cccccc;
}

.header_wrapper .is-sticky .logotype {
    max-width: 111px;
}



.header_wrapper .is-sticky .logotype img {
    max-width: 75% !important;
}

.header_wrapper .top-header {
    padding: 2px 0;
    background-color: #fff;
}

.header_wrapper .top-header .top_header_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_wrapper .top-header .top_header_item .th_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_wrapper .top-header .top_header_item .th_wrap:first-child {
    width: 100%;
}

/*.header_wrapper .top-header .top_header_item .th_wrap .top-search a,*/
.header_wrapper .top-header .top_header_item .th_wrap .top-cart a,
.header_wrapper .top-header .top_header_item .th_wrap .top-marker a {
    color: #2a2a2a;
    font-size: 18px;
    margin: 0 5px;
}

/*
.header_wrapper .top-header .top_header_item .th_wrap .top-search button {
    background: transparent;
    border: 0;
    outline: 0;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container {
    position: relative;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container .aws-search-form {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    right: -26px;
    top: -7px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container .aws-search-form button[name="submit_search"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    color: #2a2a2a;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container .aws-search-form input {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    padding: 5px 40px 5px 10px;
    width: 250px;
    line-height: normal;
    border-style: solid none none;
    border-width: 2px 0 0;
    border-color: #2a2a2a;
    color: #2a2a2a;
    outline: 0;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container .aws-search-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container .aws-search-form input:focus:-ms-input-placeholder {
    color: transparent;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container .aws-search-form input:focus::-ms-input-placeholder {
    color: transparent;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-container .aws-search-form input:focus::placeholder {
    color: transparent;
}*/
.header_wrapper .top-header .top_header_item .th_wrap .topsearch .aws-search-form {
    display: flex;
}

/*
.header_wrapper .top-header .top_header_item .th_wrap .top-search .aws-search-form.current {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}*/

.header_wrapper .top-header .top_header_item .th_wrap .topsearch .aws-container .aws-search-field {
    max-width: 130px;
    padding: 0;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-marker {
    display: none;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart {
    position: relative;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart:hover .top-cart-item {
    opacity: 1 !important;
    visibility: visible;
    transition: .3s;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart .top-cart-item {
    position: absolute;
    margin: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    border-top: 2px solid #2a2a2a;
    width: 270px;
    top: 46px;
    opacity: 0 !important;
    visibility: hidden;
    flex-direction: column;
    transition: ease-in-out .3s;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart .top-cart-item .tci-row {
    display: flex;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart .top-cart-item .tci-products {}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart span.tc_circ {
    background: #2a2a2a none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 13px;
    margin-left: 0;
    padding: 0 4px 1px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -9px;
}

.logotype {
    max-width: 111px;
}

.header_wrapper .top-header .top_header_item .th_wrap .mainsite_logotype{
  max-width: 210px;
}

.header_wrapper .top-header .top_header_item .th_wrap .logotype img {
    max-width: 95%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    padding: 4px 0;
}

.header_wrapper .top-header .top_header_item .th_wrap a.btn-menu {
    display: none;
    margin: 0 20px;
}

.header_wrapper .top-header .top_header_item .th_wrap a.btn-menu .c-button__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-transform: uppercase;
}

.header_wrapper .top-header .top_header_item .th_wrap a.btn-menu .c-button__text span.btn-title {
    text-transform: uppercase;
    color: #2a2a2a;
}

.header_wrapper .top-header .top_header_item .th_wrap a.btn-menu .c-button__text .btn-lines {
    width: 42px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 3px;
}

.header_wrapper .top-header .top_header_item .th_wrap a.btn-menu .c-button__text .btn-lines .btn-line {
    width: 100%;
    height: 2px;
    background-color: #2a2a2a;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item {
    position: relative;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item a {
    color: #777;
    text-transform: uppercase;
    padding: 10px 20px;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item a:hover,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item a:hover,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item a:hover {
    color: #2a2a2a;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu {
    display: block;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    position: absolute;
    padding: 20px;
    border-top: 2px solid #2a2a2a;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    top: 45px;
    z-index: 500;
}



/* 3lvl */
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: block;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    position: absolute;
    padding: 20px;
    border-top: 2px solid #2a2a2a;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    top: 0;
    right: -175px;
}

/*
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-has-children::after ,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-has-children::after,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-has-children::after
{
    position: absolute;
    right: -10px;
    font-size: 10px;
    top: 7px;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}*/


/* меню ракета - коллекции рус */

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-8474 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-8480 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-21286 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-21412 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-21411 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-15957 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-15958 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-7795 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-25697 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-8487 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-21287 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-7806 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-21468 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-21469 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-15912 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-15913 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-25699 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-8494 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-21288 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-7815 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-21445 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-21446 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-15924 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-15925 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-25702 a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-7809 a {
    pointer-events: none;

}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-has-children > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-has-children > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-has-children > a,



.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-8552 > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-12406 > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-12195 > a,

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-8555 > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-17507 > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-12194 > a,


.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-8556 > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-17525 > a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-12192 > a {
    border-bottom: solid 1px #2c3642;
    color: #b92025;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-has-children::after,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-has-children::after,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-children::after {
    content: '';
}

/*
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-8474 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-8480 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-21286 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-7795 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-7794 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-8487 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-8481 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-21287 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-7806 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-7801 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-8494 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-8488 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-21288 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-7815 ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-7809 ul.sub-menu
{
    position: relative;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    top: 0;
    padding: 0 0 10px 10px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    left: 0;
}*/

/* применить только для меню Ракета */
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu {
    position: relative;
    opacity: 1;
    top: 0;
    left: 0;
    padding: 0 0 10px 10px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    transform: scale(1, 1);

    padding: 5px;
    box-shadow: unset;
    background: unset;
    border-top: unset;
}




.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu a,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu a {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #2a2a2a;
    white-space: nowrap;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item ul.sub-menu a:hover,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item ul.sub-menu a:hover,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item ul.sub-menu a:hover {
    color: #777;
}

.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item:hover ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item:hover ul.sub-menu,
.header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item:hover ul.sub-menu {
    display: block !important;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}


/* ===== BREADCRUMBS */

.breadcrumbs_wrapper {
    padding: 5px 0;
    background-color: #f5f5f5;
    font-size: 14px;
    margin: 15px 0;
}

.breadcrumbs a,
.breadcrumbs span.breadcrumb_last {
    padding: 0 7px;
}

.breadcrumbs_wrapper a {
    color: #777;
}

.breadcrumbs_wrapper a:hover {
    color: #000;
}


/* ===== SINGLE */

.single-post .content_wrapper #main ul li {
    /*list-style-type: disc;*/
    padding: 5px 0 5px;
    margin-left: 30px;
    text-align: justify;
}

.single-post .content_wrapper #main {
    line-height: 1.6em;
}

/*.single-post .content_wrapper #main a {
    color: #c3292a;
}*/


/* ===== PRELOADER */

.preloader-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
}

.preloader-page.done {
    opacity: 0;
    visibility: hidden;
}

.preloader-page .loader-page {
    width: 40px;
    height: 40px;
    border: 5px solid #f5f5f5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: #b3090f;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: 1s spin infinite linear;
    animation: 1s spin infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* ===== SLIDER */

.slider_wrapper .slider .owl-carousel-slider .owl-dots {
    position: relative;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .slider_wrapper .slider .owl-carousel-slider .owl-dots {
        display: none;
    }
}

.slider_wrapper .slider .owl-carousel-slider .owl-dots .owl-dot {
    outline: 0;
    width: 15px !important;
    height: 15px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(204, 204, 204, 0.5) !important;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    margin-right: 5px;
}

.slider_wrapper .slider .owl-carousel-slider .owl-dots .active {
    outline: 0;
    width: 15px !important;
    height: 15px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #2a2a2a !important;
    border-color: #2a2a2a;
    cursor: default;
}

.slider_wrapper .slider .owl-carousel-slider .owl-nav .disabled {
    display: none;
}

.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-prev,
.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-next {
    position: absolute;
    font-size: 40px;
    width: 45px;
    height: 45px;
    line-height: 38px;
    outline: 0;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    margin-top: -30px;
    color: #ccc;
}

.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-prev span,
.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-next span {
    display: block;
    width: 45px;
    height: 45px;
}

.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-prev:hover,
.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-next:hover {
    color: #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-prev {
    top: 50%;
    left: 20px;
}

.slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-next {
    top: 50%;
    right: 20px;
}

.slider_wrapper .slider .owl-carousel-slider .owl-stage-outer .owl-stage .owl-item .item img,
.slider_wrapper .slider .owl-carousel-slider .owl-stage-outer .owl-stage .owl-item .item video {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}


/* ===== SLIDER PRODUCTS ON FRONT */

.product_slider_wrapper .product-slider .all-products,
.block_assorted_wrapper .all-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_slider_wrapper .product-slider .all-products a,
.block_assorted_wrapper .all-products a {
    border: 1px solid #b92025;
    background-color: #b92025;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    text-align: center;
}

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

    .product_slider_wrapper .product-slider .all-products a,
    .block_assorted_wrapper .all-products a {
        width: 60%;
    }
}

.product_slider_wrapper .product-slider .all-products a:hover,
.block_assorted_wrapper .all-products a:hover {
    background-color: #fff;
    color: #000;
}

/*
.product_slider_wrapper .product-slider h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    color: #b3090f;
}*/

.product_slider_wrapper .product-slider .slider-wrap {
    position: relative;
}


.product_slider_wrapper .product-slider .slider-wrap .woocommerce-Price-currencySymbol {
    font-family: "Roboto";
}

.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-prev,
.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-next {
    position: absolute;
    font-size: 60px;
    outline: 0;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    margin-top: -30px;
    color: #000;
}

.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-prev span,
.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-next span {
    display: block;
}

.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-prev:hover,
.product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-next:hover {
    color: #aaaaaa;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


/* ////comment by ProLo at 30.09.2019 */


/* .product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-prev {
      top: 50%;
      left: -20px; }
    .product_slider_wrapper .product-slider .slider-wrap .owl-nav .owl-next {
      top: 50%;
      right: -20px; } */

.product_slider_wrapper .product-slider .slider-wrap .slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 270px;
    margin: 5px;
    background-color: #fff;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    position: relative;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item:hover,
.block_assorted_wrapper .cosmos .background-slide .slide-item:hover,
.block_assorted_wrapper .hours24 .background-slide .slide-item:hover,
.block_collections_wrapper .slide-item:hover,
.slider-upsells .slide-item:hover,
.page-collection .slider-home-two-wrap .slide-item:hover,
.page-collection .slider-home-wrap .slide-item:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);*/
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item:hover .back-image,
.block_assorted_wrapper .cosmos .background-slide .slide-item:hover .back-image,
.block_assorted_wrapper .hours24 .background-slide .slide-item:hover .back-image,
.block_collections_wrapper .slide-item:hover .back-image,
.slider-upsells .slide-item:hover .back-image,
.page-collection .slider-home-two-wrap .slide-item:hover .back-image,
.page-collection .slider-home-wrap .slide-item:hover .back-image {
    top: 0;
    opacity: 1 !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item .back-image,
.block_assorted_wrapper .cosmos .background-slide .slide-item .back-image,
.block_assorted_wrapper .hours24 .background-slide .slide-item .back-image,
.block_collections_wrapper .slide-item .back-image,
.slider-upsells .slide-item .back-image {
    top: 0;
    /*left: 0;*/
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0 !important;
}

.page-collection .slider-home-wrap .slide-item .back-image,
.page-collection .slider-home-two-wrap .slide-item .back-image {
    top: 0;
    left: auto;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0 !important;
}

.page-collection .collection-video {
    margin-top: 20px;
}

.page-collection .slider-home-wrap,
.page-collection .slider-home-two-wrap {
    margin: 15px 0;
}

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

    .block_assorted_wrapper .cosmos .background-slide .slide-item .back-image,
    .block_assorted_wrapper .hours24 .background-slide .slide-item .back-image,
    .block_collections_wrapper .slide-item .back-image,
    .page-collection .slider-home-wrap .slide-item .back-image,
    .page-collection .slider-home-two-wrap .slide-item .back-image {
        display: none;
    }
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item img {
    max-width: 100%;
    /*height: 350px;*/
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item h3 {
    text-align: center;
    margin-bottom: 15px;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item h3 a {
    color: #000;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item p {
    color: #777;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item span.price {
    text-align: center;
    color: #2a2a2a;
    font-size: 18px;
    margin-bottom: 10px;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item span.price ins {
    text-decoration: none;
}

.product_slider_wrapper .product-slider .slider-wrap .slide-item span.price del {
    display: none;
}


/* ===== Collections FRONT*/

.block_collections_wrapper,
.block_assorted_wrapper {
    padding-bottom: 20px;
}

.block_collections_wrapper img,
.block_collections_tool img {
    max-width: 100%;
}

.block_assorted_wrapper .slider-wrap p {
    text-align: center;
    padding: 30px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

.block_assorted_wrapper .block_assorted-text {
    text-align: center;
}

.page-collection h1,
.block_collections_wrapper h1 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    padding: 35px 0;
    color: #b3090f;
    letter-spacing: 10px;
}

/*
.block_collections_tool h2 {
    font-size: 1.7em;
    padding: 10px 0;
}*/

/*.block_collections_wrapper span {
    font-size: 22px;
}*/

.block_collections_wrapper p {
    /*font-size: 20px;*/
}

.block_collections_wrapper a {
    display: block;
    color: #2a2a2a;
}

.block_collections_text {
    text-align: center;
    padding-bottom: 20px;
}

.block_collections_tool {
    padding-bottom: 20px;
}

.block_collections_tool .exclusive-font,
.collection-classic .exclusive-font{
    font-family: Rosa Marena, fantasy;
    font-size: 3em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.block_collections_tool p {
    line-height: 1.6em;
}

.slider-polar-wrap {
    margin: 30px 0;
}

.block_collections_tool-slider {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 425px) {
    .block_collections_tool-slider {
        display: flex;
        flex-direction: column;
    }
}

.block_collections_tool-naval {
    display: flex;
    flex-direction: row-reverse;
}

.block_collections_tool-naval div {
    width: 50%;
}

@media screen and (max-width: 425px) {
    .block_collections_tool-naval {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .block_collections_tool-slider {
        margin-bottom: 20px;
    }

    .block_collections_tool-naval div {
        width: 100%;
    }

    .block_collections_tool p {
        text-align: justify;
    }
}

.block_collections_tool .container-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-collection img {
    max-width: 100%;
}

.page-collection .price {
    text-align: center;
    display: block;
    width: 100%;

}

.page-collection .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-collection p {
    line-height: 1.4em;
    text-align: justify;
}

.page-collection .descr-collection {
    margin: 10px 0;
}

.page-collection .descr-collection p {
    text-align: center;
}

@media screen and (max-width: 425px) {
    .page-collection .descr-collection p {
        text-align: justify;
    }
}

/* ===== PAGES FRONT*/

.home .product-slider .product-title,
.page-collection .product-title {
    text-align: center;
    font-size: 1.2em;
    padding: 10px 0;
    color: #2c3642;
    display: block;
}

.home .product-slider .descr-collection {
    padding: 30px 0;
    line-height: 1.5em;
    text-align: center;
}



.home-cosmos {
    background-image: url("images/home/cosmos.jpg");
}

.home-hours24 {
    background-image: url("images/home/24_hours.jpg");
}

.home-collection-tool {
    background-image: url("images/home-new/collection/tool1.jpg");
}

.home-collection-curiosity {
    background-image: url("images/home-new/collection/curiosity.jpg");
}

.home-collection-classic {
    background-image: url("images/home-new/collection/classic.jpg");
}

.home-sound {
    background-image: url("images/home-new/sound3.jpg");
    margin-top: 20px;
}

.home .desc-sound {
    text-align: center;
}

.home-antarctica img {
    max-width: 100%;
    transition: all .5s;
}

@media (min-width: 768px) {
    .home-antarctica {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .home-antarctica {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .home-antarctica {
        max-width: 1200px;
    }
}

.home-antarctica {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

@media (max-width: 527px) {
    .home-antarctica img {
        max-width: 150%;
        /*object-position: -200px;*/
    }

    .home-antarctica {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
    }

    .home .product-slider .descr-collection p,
    .home .desc-sound p {
        text-align: justify;
    }

}

.home-antarctica:hover img {
    transform: scale(.97);
}

.home #video_holder,
.page-collection #video_holder {
    position: relative;

}

.home #overlay,
.page-collection #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url('images/play.png') 50% 50% no-repeat;
    cursor: pointer;
}

.home #overlay.o,
.page-collection #overlay.o {
    background: none;
}

.slider-home-wrap .slide-item,
.slider-homeone-wrap .slider-item,
.slider-home-two-wrap .slide-item {
    width: 268px;
    margin: auto;
}

.slider-home-wrap .slide-item .back-imag.back-image,e,
.slider-homeone-wrap .slider-item
.slider-home-two-wrap .slide-item .back-image,
    {
    left: auto;
}

.slider-home-wrap .slide-item img,
.slider-homeone-wrap .slide-item img,
.slider-home-two-wrap .slide-item img,
.page-collection .slider-home-wrap .slide-item img {
    width: 268px;
}

.home .home-titleimg {
    padding: 75px 0;
    background-position: center center;
    background-size: cover;
    color: #fff;
    margin-bottom: 20px;
}

.home .home-titleimg h3 {
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    text-transform: uppercase;
}

.home .home-titleimg h3.dark {
    color: #2c3642;
}

.home .shortdesc p,
.page-collection .shortdesc p {
    font-size: 0.95em;
    color: #58595b;
    text-align: center;
}


@media (max-width: 527px) {
    .home .home-titleimg {
        padding: 25px 0;
    }

    .home .home-titleimg h3 {
        font-size: 18px;
    }
}

.block_assorted_wrapper img {
    max-width: 100%;
}

.pages_wrapper {
    padding: 40px 0;
}

.pages_wrapper .pages_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.pages_wrapper .pages_wrap .page-items {
    margin: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pages_wrapper .pages_wrap .page-items a {
    display: block;
    position: relative;
}

.pages_wrapper .pages_wrap .page-items a:hover::before {
    top: 9px;
    bottom: 9px;
}

.pages_wrapper .pages_wrap .page-items a:hover::after {
    left: 9px;
    right: 9px;
}

.pages_wrapper .pages_wrap .page-items a::before {
    content: "";
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: 9px;
    right: 9px;
    top: 50%;
    bottom: 50%;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.pages_wrapper .pages_wrap .page-items a::after {
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 50%;
    right: 50%;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.pages_wrapper .pages_wrap .page-items a img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}


/* ===== NEWSLETTER */

.news_wrapper {
    background-image: url("images/bg-news.jpg");
    padding: 20px 0;
    background-position: center center;
    background-size: cover;
}

.news_wrapper .newsletter .wpcf7-response-output {
    position: fixed;
    top: 72px;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    margin: 0;
    padding: 15px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    right: 20px;
    color: #2a2a2a;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
    z-index: 1080;
}

.news_wrapper .newsletter .wpcf7-mail-sent-ok::before {
    content: '\f058';
    color: #398f14;
    margin-right: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-style: normal;
}

.news_wrapper .newsletter .wpcf7-spam-blocked::before {
    content: '\f057';
    color: #f00;
    margin-right: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-style: normal;
}

.news_wrapper .newsletter .wpcf7-validation-errors,
.news_wrapper .newsletter .wpcf7-mail-sent-ok,
.news_wrapper .newsletter .wpcf7-spam-blocked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news_wrapper .newsletter .wpcf7-validation-errors::before {
    content: '\f06a';
    color: #f7e700;
    margin-right: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-style: normal;
}

.news_wrapper .newsletter .form-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news_wrapper .newsletter .form-news .form_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news_wrapper .newsletter .form-news .form_news span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    background-color: #fff;
}

.news_wrapper .newsletter .form-news .form_news .ajax-loader {
    display: none;
}

.news_wrapper .newsletter .form-news .form_news input {
    width: 350px;
    height: 40px;
    padding: 5px 10px;
    outline: none;
    border: solid 1px #b6b6b6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0 5px;
    font-size: 14px;
}

.news_wrapper .newsletter .form-news .form_news input:focus::-webkit-input-placeholder {
    color: transparent;
}

.news_wrapper .newsletter .form-news .form_news input:focus:-ms-input-placeholder {
    color: transparent;
}

.news_wrapper .newsletter .form-news .form_news input:focus::-ms-input-placeholder {
    color: transparent;
}

.news_wrapper .newsletter .form-news .form_news input:focus::placeholder {
    color: transparent;
}

.news_wrapper .newsletter .form-news .form_news input[type="submit"] {
    width: unset;
    background-color: #b92025;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    padding: 0 6px;
    height: 40px;
    margin: 0 5px;
}

.news_wrapper .newsletter p {
    text-align: center;
    color: #fff;
}

.news_wrapper .newsletter span.title-news {
    font-size: 25px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #fff;
}

/* слайдер на главной странице */
.home .slider_wrapper {
    /* margin-bottom: 20px; */
}

.home .slider-special-offers {
    background: #f5f5f5;
    color: #58595b;
    display: none;
    margin: -14px;
}

.home .slider-special-offers .slide-item {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.home .slider-special-offers .slide-item span {
    font-size: 14px;
    color: #58595b;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
}

.home .slider-special-offers .slide-item span.small_text {
    font-size: 9px;
}

.slider-special-offers-desktop {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 10px 0;
    color: #58595b;
}

.slider-special-offers-desktop div {
    flex: 1;
}

.slider-special-offers-desktop a {
    color: #58595b;
}

.slider-special-offers-desktop span {
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .home .slider-special-offers {
        margin: 0;
        display: block;
        padding: 10px 0;
        text-align: center;
    }

    .slider-special-offers-desktop {
        display: none;
    }

}

.home .slider_wrapper .slider .home-text-slide {
    width: 100%;
    display: flex;
    height: 100%;
    color: #fff;
    flex-direction: column;
    justify-content: center;
}

.home .slider_wrapper .slider .home-text-slide_wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
}

.home .slider_wrapper .slider .home-text-slide span {
    text-transform: uppercase;
    font-size: 28px;
    padding: 12px 0;
}

.home .slider_wrapper .slider .home-text-slide p {
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0;
    color: #ccc;
}

.home .slider_wrapper .slider .home-text-slide a {
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    border: 2px solid #fff;
    width: 170px;
    text-align: center;
    color: #fff;
}

.home .slider_wrapper .slider .home-text-slide.dark span,
.home .slider_wrapper .slider .home-text-slide.dark {
    color: #2c3642;
}

.home .slider_wrapper .slider .home-text-slide.dark a {
    border: 2px solid #2c3642;
    color: #2c3642;
}

.home .slider_wrapper .slider .home-text-slide.dark p {
    color: #2c3642;
}

.home .slider_wrapper .slider .home-text-slide a:hover {
    border-color: #b92025;
}

@media screen and (max-width: 675px) {
    .home .slider_wrapper .slider .home-text-slide span {
        font-size: 20px;
    }

    .home .slider_wrapper .slider .home-text-slide p {
        font-size: 12px;
    }

    .home .slider_wrapper .slider .home-text-slide a {
        font-size: 12px
    }
}

/* / слайдер */

#offCanvas {
    padding-top: 32px;
}

#offCanvas .js-menu-open {
    display: unset !important;
}

#offCanvas .js-menu {
    display: none;
}

#offCanvas .js-menu ul#menu-main-menu li.menu-item a {
    color: #777;
    text-transform: uppercase;
}

#offCanvas .js-menu ul#menu-main-menu li.menu-item a:hover {
    color: #2a2a2a;
}

.content_wrapper #main {
    /* padding: 40px 0; */
    padding: 0 0 40px 0;
    /* catalog */
    /* page brand */
    /* template Shop */
    /* Contact page */
    /* /Contact page */
    /* Manufacture */
}

.category-pressa .title-page {
    color: #B92025;
    text-transform: uppercase;
    margin: 20px 0;
    padding-left: 15px;
    font-size: 30px;
}

/*
.content_wrapper #main h3 {
    font-size: 18px;
    margin: 10px 0 5px;
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
} */

.content_wrapper #main h3:before {
    position: absolute;
    /* content: '-';*/
    left: 2px;
    color: #b3090f;
}

.content_wrapper #main p {
    text-align: justify;
}

/*
.content_wrapper #main a {
    color: #000;
}*/

.content_wrapper #main .prod-banner-text {
    color: #777;
}

.content_wrapper #main .woopage__sidebar .products {
    padding: 10px;
}

.content_wrapper #main .woopage__sidebar .products .product {
    position: relative;
}

.content_wrapper #main .woopage__sidebar .products .product h2.woocommerce-loop-product__title {
    color: #000;
    text-transform: none;
    font-size: 18px;
}

.content_wrapper #main .woopage__sidebar .products .product p {
    text-align: center;
    color: #777;
    font-size: 14px;
}

.content_wrapper #main .woopage__sidebar .products .product:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.content_wrapper #main .woopage__sidebar .products .product:hover .back-image {
    top: 16px;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.content_wrapper #main .woopage__sidebar .products .product .back-image {
    top: 16px;
    left: 0;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}

.content_wrapper #main .brand_page .brand-news {
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content_wrapper #main .brand_page .brand-news h2 {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.content_wrapper #main .brand_page .brand-news h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #ffa613;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content_wrapper #main .brand_page .brand-news h2.raketa-title {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.content_wrapper #main .brand_page .brand-news h2.raketa-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #e62728;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content_wrapper #main .brand_page .brand-news .brand-news-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_wrapper #main .brand_page .brand-news .brand-news-wrap .brand-news-item {
    max-width: 32%;
    position: relative;
}

.content_wrapper #main .brand_page .brand-news .brand-news-wrap .brand-news-item img.news-img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 200px;
    width: 100%;
}

.content_wrapper #main .brand_page .brand-news .brand-news-wrap .brand-news-item p {
    font-size: 14px;
    text-align: justify;
    margin-top: 25px;
    color: #444;
    line-height: 22px;
}

.content_wrapper #main .brand_page .brand-news .brand-news-wrap .brand-news-item .news-title {
    position: absolute;
    top: 170px;
    left: 20%;
    width: 60%;
    background: #ffa613;
    color: #fff;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
    text-align: center;
    padding: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_wrapper #main .brand_page .brand-news .brand-news-wrap .brand-news-item .news-title-raketa {
    position: absolute;
    top: 170px;
    left: 30%;
    width: 40%;
    background: #b92025;
    color: #fff;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
    text-align: center;
    padding: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_wrapper #main .brand_page .brand-products,
.banner-button {
    position: relative;
}

.block_collections_tool .tool-products {
    position: relative;
    margin-top: 30px;
}

.tool-products .brand-span-text,
.banner-button span {
    position: absolute;
    top: 50%;
    left: 45%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

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

    .tool-products .brand-span-text,
    .banner-button span {
        left: 10%;
        font-size: 18px;
    }

    .content_wrapper #main h1.title-page,
    .category-pressa .title-page {
        text-align: center;
    }
}

.content_wrapper #main .brand_page .brand-products .brand-span-text {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.content_wrapper #main .brand_page .brand-products:hover .br-all,
.tool-products:hover .br-all,
.banner-button:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.content_wrapper #main .brand_page .brand-products .br-all,
.block_collections_tool .tool-products .br-all,
.banner-button img {
    max-width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.content_wrapper #main .brand_page .brand-history {
    margin: 40px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/* ==== Slider */

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    font-size: 60px !important;
    outline: 0;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    margin-top: -30px;
    color: #000;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 20px;
    color: #fff;
}

.arrow-invers .owl-nav .owl-prev span,
.arrow-invers .owl-nav .owl-next span {
    color: #2c3642;
    font-size: 60px;
}

.arrow-invers .owl-nav .owl-prev span:hover,
.arrow-invers .owl-nav .owl-next span:hover {
    color: #58595b;
}

.owl-nav .owl-prev span:hover,
.owl-nav .owl-next span:hover {
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
    top: 50%;
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    top: 50%;
    right: 0;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


/*==================*/

.content_wrapper #main .brand_page .top-slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.content_wrapper #main .brand_page .brand-history .owl-nav .owl-prev,
.content_wrapper #main .brand_page .brand-history .owl-nav .owl-next {
    position: absolute;
    font-size: 35px;
    outline: 0;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    margin-top: -30px;
    color: #000;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
}

.content_wrapper #main .brand_page .brand-history .owl-nav .owl-prev span,
.content_wrapper #main .brand_page .brand-history .owl-nav .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
}

.content_wrapper #main .brand_page .brand-history .owl-nav .owl-prev:hover,
.content_wrapper #main .brand_page .brand-history .owl-nav .owl-next:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.content_wrapper #main .brand_page .brand-history .owl-nav .owl-prev {
    top: 50%;
    left: 30px;
}

.content_wrapper #main .brand_page .brand-history .owl-nav .owl-next {
    top: 50%;
    right: 30px;
}

.content_wrapper #main .brand_page .brand-history .active {
    background-color: transparent;
}

.content_wrapper #main .brand_page .brand-history .bh-item {
    max-width: 100%;
}

.content_wrapper #main .brand_page .brand-history .bh-item p.history-text {
    text-align: center;
    line-height: 23px;
}

.content_wrapper #main .brand_page .brand-history .bh-item h3.title-h3 {
    text-align: center;
}

.content_wrapper #main .brand_page .brand-history .bh-item h3.history-title::before {
    position: absolute;
    content: '';
    left: 2px;
    color: #b3090f;
}

.content_wrapper #main .brand_page .brand-history h2 {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.content_wrapper #main .brand_page .brand-history h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #ffa613;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content_wrapper #main .brand_page .brand-history h2.raketa-title {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.content_wrapper #main .brand_page .brand-history h2.raketa-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #e62728;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content_wrapper #main .brand_page .brand-tab-content .tab-pane {
    background-color: unset;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap {
    position: relative;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-stage {
    margin: 0 auto;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-prev,
.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-next {
    position: absolute;
    font-size: 60px;
    outline: 0;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    margin-top: -30px;
    color: #000;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-prev span,
.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-next span {
    display: block;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-prev:hover,
.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-next:hover {
    color: #aaaaaa;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-prev {
    top: 50%;
    left: -20px;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .owl-nav .owl-next {
    top: 50%;
    right: -20px;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .active {
    background-color: transparent;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 270px;
    margin: 5px;
    background-color: #fff;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item img {
    max-width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    margin: unset;
    position: unset;
    padding-left: unset;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item h3::before {
    position: absolute;
    content: '';
    left: 2px;
    color: #b3090f;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item h3 a {
    color: #000;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item p {
    color: #777;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item span {
    text-align: center;
    color: #2a2a2a;
    font-size: 18px;
    margin-bottom: 10px;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item span ins {
    text-decoration: none;
}

.content_wrapper #main .brand_page .brand-tab-content .slider-brand-wrap .slide-item span del {
    display: none;
}

.content_wrapper #main .brand_page .brand-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand {
    position: relative;
    margin-bottom: 20px;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand .nav-link {
    font-size: 18px;
    text-transform: uppercase;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand .active {
    background-color: unset;
    color: #86a4ac;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand .active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #ffa613;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand-r {
    position: relative;
    margin-bottom: 20px;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand-r .nav-link {
    font-size: 18px;
    text-transform: uppercase;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand-r .active {
    background-color: unset;
    color: #86a4ac;
}

.content_wrapper #main .brand_page .brand-tabs .nav-brand-r .active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #e62728;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content_wrapper #main .brand_page .top-slider .slide-item {
    max-height: 300px;
}

.content_wrapper #main .brand_page .top-slider .slide-item img {
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.content_wrapper #main .brand_page .top-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.content_wrapper #main .brand_page .top-slider .owl-dots .owl-dot {
    outline: 0;
    width: 15px !important;
    height: 15px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(204, 204, 204, 0.5) !important;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    margin-right: 5px;
}

.content_wrapper #main .brand_page .top-slider .owl-dots .active {
    outline: 0;
    width: 15px !important;
    height: 15px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #2a2a2a !important;
    border-color: #2a2a2a;
    cursor: default;
}

.content_wrapper #main .brand_page .top-slider .owl-nav .owl-prev,
.content_wrapper #main .brand_page .top-slider .owl-nav .owl-next {
    position: absolute;
    font-size: 30px;
    width: 41px;
    height: 61px;
    line-height: 40px;
    background-color: transparent;
    outline: 0;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    margin-top: -30px;
    color: #fff;
}

.content_wrapper #main .brand_page .top-slider .owl-nav .owl-prev span,
.content_wrapper #main .brand_page .top-slider .owl-nav .owl-next span {
    display: block;
    width: 45px;
    height: 45px;
}

.content_wrapper #main .brand_page .top-slider .owl-nav .owl-prev:hover,
.content_wrapper #main .brand_page .top-slider .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.content_wrapper #main .brand_page .top-slider .owl-nav .owl-prev {
    top: 50%;
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.content_wrapper #main .brand_page .top-slider .owl-nav .owl-next {
    top: 50%;
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.content_wrapper #main .page-shop__shop-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_wrapper #main .page-shop__more-info {
    padding-left: 15px;
    padding-top: 30px;
    border-left: 1px solid #000;
}

.content_wrapper #main .page-shop__map {
    width: 49%;
}

.content_wrapper #main .gallary {
    height: 300px;
}

.content_wrapper #main .page-shop__shop-info__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 49%;
    background: #d1d1d1;
    padding: 20px 0;
}

.content_wrapper #main .page-shop__more-info-a {
    margin-top: 25px;
    display: block;
}

.content_wrapper #main .city-list {
    padding-left: 40px;
}

.content_wrapper #main .city-list-li {
    list-style: none;
    font-size: 28px;
    line-height: 46px;
    padding: 5px;
}

.content_wrapper #main .city-list-a {
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.content_wrapper #main .city-list-a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 425px) {
    .content_wrapper #main .page-shop__shop-info__text {
        padding: 15px;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content_wrapper #main .page-shop__more-info {
        border: none;
        padding: 0;
    }

    .content_wrapper #main .page-shop__shop-info__text,
    .content_wrapper #main .page-shop__map {
        width: 100%;
    }
}

.content_wrapper #main .contact-page {
    /*font-family: Century Gothic, system-ui;*/
}

.content_wrapper #main .contact-page h1 {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 26px;
    padding-top: 10px;
    margin-bottom: 0;
}

.content_wrapper #main .contact-page ul,
.content_wrapper #main li {
    list-style-type: none;
}

.content_wrapper #main .contact-page .btn-block img {
    max-width: 400px;
}

.content_wrapper #main .contact-page .title-help {
    text-align: center;
    display: block;
    padding-bottom: 30px;
    font-size: 24px;
}

.content_wrapper #main .contact-page .contact-title {
    display: block;
    padding: 0 20px;
    font-size: 16px;
}

.content_wrapper #main .contact-page .btn-img {
    display: inline-block;
    position: relative;
}

.content_wrapper #main .contact-page .btn-img span {
    position: absolute;
    padding: 2% 10%;
    -webkit-border-radius: 0px 10px 10px 0;
    border-radius: 0px 10px 10px 0;
    top: 30px;
    left: 0px;
    background: rgba(255, 255, 255, 0.79);
}

.content_wrapper #main .contact-page .contact-block {
    list-style-type: none;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
    padding-top: 15px;
}

.content_wrapper #main .contact-page .contact-block div {
    position: relative;
}

.content_wrapper #main .contact-page .contact-block img {
    display: inline-block;
    /*left: 7%;*/
    margin-top: 3px;
}

.content_wrapper #main .contact-page .contact-block li {
    padding-left: 10%;
}

.content_wrapper #main .contact-page .contact-block ul {
    margin-top: 10px;
}

.content_wrapper #main .contact-page .contact-block a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content_wrapper #main .owl-specialists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.content_wrapper #main .slider-two-wrap .owl-item img {
    max-width: 582px;
}

.content_wrapper .page__tabs .slider-two-wrap .owl-item img {
    max-width: 582px;
}

.content_wrapper #main .owl-specialists .owl-nav .owl-prev,
.content_wrapper #main .owl-specialists .owl-nav .owl-next {
    position: absolute;
    font-size: 35px;
    outline: 0;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    margin-top: -30px;
    color: #000;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
}

.content_wrapper #main .owl-specialists .owl-nav .owl-prev span,
.content_wrapper #main .owl-specialists .owl-nav .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
}

.content_wrapper #main .owl-specialists .owl-nav .owl-prev:hover,
.content_wrapper #main .owl-specialists .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.content_wrapper #main .owl-specialists .owl-nav .owl-prev {
    top: 50%;
    left: 30px;
}

.content_wrapper #main .owl-specialists .owl-nav .owl-next {
    top: 50%;
    right: 30px;
}

.content_wrapper #main .owl-specialists .mf-title {
    position: absolute;
    width: 180px;
    height: 60px;
    top: -30px;
    background: #fff;
    z-index: 10;
    line-height: 60px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
    text-transform: uppercase;
    color: #c91413;
    font-weight: 600;
}

.owl-specialists .spec-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 20px;
}

.content_wrapper #main .specialist {
    width: 30%;
    height: 240px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 15px 0;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_wrapper #main .specialist:hover .specialist-text,
.content_wrapper #main .specialist-text-hover {
    opacity: 0.9;
}

.content_wrapper #main .specialist:hover,
.content_wrapper #main .specialist-hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}

.content_wrapper #main .specialist:hover .specialist-title,
.content_wrapper #main .specialist-title-hover {
    display: none;
}

.content_wrapper #main .specialist-text {
    position: absolute;
    background: #ccc;
    opacity: 0;
    padding: 15px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.content_wrapper #main .specialist-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #ccc;
    text-align: center;
    font-size: 1.5em;
    padding: 2px 0;
}

.content_wrapper #main .specialist-sl {
    margin: 10px;
    position: relative;
}

.content_wrapper #main .specialist-sl-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(204, 204, 204, 0.8);
    width: 100%;
    font-size: 1.5em;
    padding: 5px 0;
}

.content_wrapper #main .mf_angle {
    display: none !important;
}

.content_wrapper #main .our-factory,
.content_wrapper #main .our-operation,
.content_wrapper #main .our-school,
.content_wrapper #main .our-movement,
.content_wrapper #main .our-machines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
    position: relative;
}

.content_wrapper #main .our-factory-text,
.content_wrapper #main .our-operation-text,
.content_wrapper #main .our-school-text {
    background: #ccc;
    margin-right: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content_wrapper #main .our-movement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_wrapper #main .our-mv-img-small {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_wrapper #main .our-mv-img-small:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.content_wrapper #main .our-movement-left,
.content_wrapper #main .our-movement-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%;
}

.content_wrapper #main .our-movement-right:last-child,
.content_wrapper #main .our-movement-left:last-child {
    /*margin-top: 5px;*/
}

.content_wrapper #main .our-movement-img {
    width: 100%;
    /* padding-top: 5px;*/
}

.content_wrapper #main .our-mv-img-bottom {
    margin-top: 10px;
}

.content_wrapper #main .our-school-text {
    margin-left: 20px;
    margin-right: 0;
}

.content_wrapper #main .wrapper-two-column {
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.content_wrapper #main .mf_machines-div {
    width: 49%;
    position: relative;
}

.content_wrapper #main .mf_machines-img {
    width: 100%;
}

.content_wrapper #main .mf_machines-text {
    position: absolute;
    top: 0;
    left: 0;
}

.content_wrapper #main .mf_block-text {
    width: 40%;
    background: #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_wrapper #main .mf_block_l {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.content_wrapper #main .mf_block-img {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.content_wrapper #main .mf_block-pic {
    width: 59%;
    max-height: 500px;
    overflow: hidden;
}

.content_wrapper #main .mf_h2-light {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content_wrapper #main .mf_visit {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.content_wrapper #main .mf_visit:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.content_wrapper #main .mf_h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.content_wrapper #main .mf_block-text-p {
    line-height: 30px;
    font-size: 0.97em;
    text-align: justify;
}

.content_wrapper #main .mf_h2-span {
    color: #c91413;
    font-size: 42px;
}

.content_wrapper #main .mf_h2-sup {
    vertical-align: top;
}

.content_wrapper #main .mf_block-text_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(204, 204, 204, 0.9);
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_wrapper #main .our-movement-block:hover .mf_block-text_hover {
    opacity: 0.9;
}

.content_wrapper #main .mf_block-text_hover:hover {
    opacity: 0.9;
}

.content_wrapper #main .our-movement-block {
    position: relative;
    /*margin-top: 10px;*/
}

.content_wrapper #main .specialist-p {
    line-height: 25px;
}

.content_wrapper #main .mf-title {
    position: absolute;
    width: 180px;
    height: 60px;
    top: -30px;
    background: #b92025;
    z-index: 10;
    line-height: 60px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 1150px) {
    .content_wrapper #main .mf_block-text {
        padding: 20px;
    }

    .content_wrapper #main .mf_block-text-p {
        font-size: 0.8em;
        line-height: 20px;
    }

    .content_wrapper #main .mf_h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .content_wrapper #main .specialist {
        width: 49%;
    }

    .content_wrapper #main .our-factory .mf_block-text {
        margin-top: 20px;
    }

    .content_wrapper #main .mf_block-text,
    .content_wrapper #main .mf_block-pic {
        width: 100%;
    }

    .content_wrapper #main .our-movement-img {
        margin-top: 10px;
    }

    .content_wrapper #main .our-movement-left,
    .content_wrapper #main .our-movement-right {
        width: 100%;
    }

    .content_wrapper #main .mf_machines-div {
        width: 100%;
    }

    .content_wrapper #main .mf_angle {
        display: inline-block !important;
    }
}

@media screen and (max-width: 425px) {
    .content_wrapper #main .mf_h2 {
        padding-top: 25px;
    }

    .content_wrapper #main .container {
        padding: 0;
    }

    .content_wrapper #main .specialist {
        width: 100%;
    }

    .content_wrapper #main .our-operation .mf_block-text {
        margin-top: 20px;
    }

}

.content_wrapper #main .mf_header-img {
    width: 100%;
    height: auto;
}

.content_wrapper #main .clearout {
    height: 20px;
    clear: both;
}

.content_wrapper #main #flexiselDemo1,
.content_wrapper #main #flexiselDemo2,
.content_wrapper #main #flexiselDemo3 {
    display: none;
}

.content_wrapper #main .nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.content_wrapper #main .nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.content_wrapper #main .nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.content_wrapper #main .nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

.content_wrapper #main .nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

.content_wrapper #main .product-banners {
    margin: 70px 0 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_wrapper #main .product-banners .prod-banner-item a {
    display: block;
}

.content_wrapper #main .product-banners .prod-banner-item img {
    max-width: 250px;
    /*      height: 139px;
*/
    -o-object-fit: cover;
    object-fit: cover;
}

.content_wrapper #main .product-collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content_wrapper #main .product-collection h2.prod-col-title {
    font-size: 27px;
    font-family: unset;
    text-align: left;
    margin-bottom: 20px;
}

.content_wrapper #main .product-collection .prod-col-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 270px;
    margin: 5px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    position: relative;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item:hover .back-image {
    top: 0;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item .back-image {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item img {
    max-width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item h3 {
    text-align: center;
    margin-bottom: 15px;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item h3::before {
    position: absolute;
    content: '';
    left: 2px;
    color: #b3090f;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item h3 a {
    color: #000;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item p {
    color: #777;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item span.price {
    text-align: center;
    color: #2a2a2a;
    font-size: 18px;
    margin-bottom: 10px;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item span.price ins {
    text-decoration: none;
}

.content_wrapper #main .product-collection .prod-col-wrap .prod-col-item span.price del {
    display: none;
}

.realPrice_vat {
    display: block;
    font-size: 10px;
    color: #58595b;
}

.content_wrapper #main .product_item .product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; */
}

.content_wrapper #main .product_item .product-row .product-col-left {
    padding: 0;
    max-width: 470px;
}

.content_wrapper #main .product_item .product-row .product-col-right h1 {
    font-family: "RobotoLight";
    font-size: 22px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.content_wrapper #main .product_item .product-row .product-col-right .sku_wrapper {
    font-size: 15px;
    font-family: "RobotoLight";
    margin-bottom: 15px;
    color: #58595b;
    display: block;
}

.content_wrapper #main .product_item .product-row .product-col-right .sku_wrapper .sku {
    /*font-size: 16px;
    font-family: "RobotoRegular";
    color: #777;*/
}

.content_wrapper #main .product_item .product-row .product-col-right .tech-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}

.content_wrapper #main .product_item .product-row .product-col-right .tech-icons .delivery_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.content_wrapper #main .product_item .product-row .product-col-right .tech-icons .delivery_product img {
    max-width: 33px;
}

.content_wrapper #main .product_item .product-row .product-col-right .tech-icons .delivery_product span.delivery_title {
    color: #777;
    font-size: 14px;
    margin: 0 5px;
}

.content_wrapper #main .product_item .product-row .product-col-right .price {
    margin-bottom: 20px;
}

.content_wrapper #main .product_item .product-row .product-col-right .price .woocommerce-Price-currencySymbol {
    font-family: "Roboto";
    margin: 0 4px;
    display: inline-block;
    font-weight: 100;
}

.woocommerce-Price-currencySymbol .fa {
    font-weight: 100;
}

.content_wrapper #main .product_item .product-row .product-col-right .price .woocommerce-Price-currencySymbol .fa {
    font-size: 21px;
}

.content_wrapper #main .product_item .product-row .product-col-right .price del {
    text-decoration: none;
}

.content_wrapper #main .product_item .product-row .product-col-right .price ins {
    text-decoration: none;
}

.content_wrapper #main .product_item .product-row .product-col-right .price .woocommerce-Price-amount {
    font-size: 24px;
    text-decoration: none;
    color: #333;
}

.content_wrapper #main .product_item .product-row .product-col-right .instock_product span.instock_wrap {
    display: block;
    color: #FFF;
    padding: 4px 8px 3px;
    margin: 10px 0;
    font-size: 16px;
}

.content_wrapper #main .product_item .product-row .product-col-right .instock_product span.is1 {
    background-color: #fe9126;
}

.content_wrapper #main .product_item .product-row .product-col-right .instock_product span.is0 {
    background-color: #f3515c;
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart button {
    min-width: 260px;
    width: 100%;
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart .cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 36px;
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart .cards .cards-img {
    background-image: url("images/cards.png");
    background-repeat: no-repeat;
    width: 100%;
    max-width: 413px;
    height: 25px;
    margin: 0 20px;
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart .single_add_to_cart_button,
#engrave_add_to_cart_button {
    background-color: #b92025;
    font-family: "RobotoLight" !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    outline: 0;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 234px;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

#engrave_add_to_cart_button {
    margin: 0 auto;
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart .single_add_to_cart_button:hover {
    background-color: #2a2a2a !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#engrave_add_to_cart_button:hover {
    background-color: #2a2a2a;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff !important;
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart .single_add_to_cart_button::before,
#engrave_add_to_cart_button::before {
    content: "\f290";
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    margin-right: 15px;
}


/* Lola 09.09.2019 */

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tab-content .table_fields_title,
.single-product .content_wrapper .product_specifications .table_fields_title {
    padding: 20px 0 10px;
    font-size: 18px;
}

.single-product .content_wrapper .product_specifications .table_fields_title {
    color: #b92025;
    text-transform: uppercase;
}


/* /Lola 09.09.2019 */

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tab-content .table_fields,
.single-product .content_wrapper .product_specifications .table_fields {
    border: solid 1px #d6d4d4;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tab-content .table_fields .tab-row,
.single-product .content_wrapper .product_specifications .table_fields .tab-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #d6d4d4;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tab-content .table_fields .tab-row:last-of-type,
.single-product .content_wrapper .product_specifications .table_fields .tab-row:last-of-type {
    border-bottom: 0px;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tab-content .table_fields .tab-row .tab-col-title,
.single-product .content_wrapper .product_specifications .table_fields .tab-row .tab-col-title {
    font-family: "RobotoBold";
    font-size: 14px;
    padding: 10px 20px;
    border-right: solid 1px #d6d4d4;
    width: 40%;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tab-content .table_fields .tab-row .tab-col-value,
.single-product .content_wrapper .product_specifications .table_fields .tab-row .tab-col-value {
    width: 60%;
    padding: 10px 20px;
    font-size: 14px;
    color: #777;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tab-content .summary p {
    line-height: 21px;
    margin-bottom: 10px;
    color: #777;
    font-size: 15px;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tabs_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tabs_wrap .nav-item .active {
    background-color: unset;
    position: relative;
    color: #b92025 !important;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tabs_wrap .nav-item .active::after {

    /*background: #b92025 !important;
    bottom: 0;
    width: 50% !important;
    left: 25% !important;
    right: 25% !important;
    content: "";
    height: 2px;
    position: absolute;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    z-index: 1;*/
    transition: .2s;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -4.3px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.7px 6px 0;
    border-color: #b92025 transparent transparent;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tabs_wrap .nav-item .active::after:active {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tabs_wrap .nav-item .nav-link {
    color: #777777;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tabs_wrap .nav-item .nav-link::after {
    background: transparent;
    bottom: -6px;
    /*width: 7%;*/
    left: 45%;
    right: 45%;
    content: "";
    height: 2px;
    position: absolute;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    z-index: 1;
}

.content_wrapper #main .product_item .product-row .product-col-right .product-tabs .tabs_wrap .nav-item .nav-link:hover {
    color: #2a2a2a;
}

.fotorama__html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

a#toTop {
    background: #cccccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: 40px;
    opacity: .5;
    cursor: pointer;
    height: 40px;
    padding: 6px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
    overflow: hidden;
}

a#toTop::before {
    bottom: 11px;
    color: white;
    content: "\f106";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    left: 14px;
    position: absolute;
    text-align: center;
}


/* ===== FOOTER */

.footer_wrapper {
    background-color: #2c3642;
    padding: 50px 0;
}

.footer_wrapper .content-container {
    max-width: 1230px;
}

.footer_wrapper .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_wrapper .footer .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper {
    display: none;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .all {
    text-align: center;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .all input[type="checkbox"] {
    display: none;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .all input[type="checkbox"]:checked + label {
    background-color: #2980b9;
    color: white;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .all input[type="checkbox"]:checked + label:before {
    content: 'Close All';
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordeon_wrapper-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordeon_wrapper-logo p {
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .all label {
    position: relative;
    margin: 0;
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    color: #2980b9;
    background-color: white;
    border: 1px solid #2980b9;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .all label:before {
    content: 'Open All';
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion {
    position: relative;
    width: 80%;
    margin: 50px auto;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-1,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-2,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-3 {
    display: none;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-1:checked + label i:before,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-2:checked + label i:before,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-3:checked + label i:before {
    -webkit-transform: translate(5px, 8px) rotate(45deg);
    -ms-transform: translate(5px, 8px) rotate(45deg);
    transform: translate(5px, 8px) rotate(45deg);
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-1:checked + label i:after,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-2:checked + label i:after,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger #checkbox-3:checked + label i:after {
    -webkit-transform: translate(-5px, 8px) rotate(-45deg);
    -ms-transform: translate(-5px, 8px) rotate(-45deg);
    transform: translate(-5px, 8px) rotate(-45deg);
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .checkbox {
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: white;
    cursor: pointer;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .checkbox i {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 20px;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .checkbox i:before,
.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .checkbox i:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 3px;
    background-color: white;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .checkbox i:before {
    -webkit-transform: translate(-5px, 8px) rotate(45deg);
    -ms-transform: translate(-5px, 8px) rotate(45deg);
    transform: translate(-5px, 8px) rotate(45deg);
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .checkbox i:after {
    -webkit-transform: translate(5px, 8px) rotate(-45deg);
    -ms-transform: translate(5px, 8px) rotate(-45deg);
    transform: translate(5px, 8px) rotate(-45deg);
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .content {
    position: relative;
    max-height: 1px;
    padding: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .content ul {
    color: #bbc2c6;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .content ul li {
    margin-bottom: 5px;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .content ul li a {
    color: #bbc2c6;
    display: block;
    margin-bottom: 5px;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .content h3 {
    margin: 30px 0 15px 30px;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .content p {
    margin: 0 30px 30px;
}

.footer_wrapper .footer .footer-nav .accordeon_wrapper #checkbox-1:checked ~ .content,
.footer_wrapper .footer .footer-nav .accordeon_wrapper #checkbox-2:checked ~ .content,
.footer_wrapper .footer .footer-nav .accordeon_wrapper #checkbox-3:checked ~ .content {
    max-height: 350px;
    -webkit-transition: max-height 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
}

.footer_wrapper .footer .footer-nav .footer-item h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
}

.footer_wrapper .footer .footer-nav .footer-item .foot-info p {
    color: #fff;
}

.footer_wrapper .footer .footer-nav .footer-item .foot-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.footer_wrapper .footer .footer-nav .footer-item .foot-info::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    left: 0;
    top: 0;
    background-color: #fff;
}

.footer_wrapper .footer .footer-nav .footer-item .foot-info::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    right: 0;
    top: 0;
    background-color: #fff;
}


/* .footer_wrapper .footer .footer-nav .footer-item .foot-info ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 335px; }
          .footer_wrapper .footer .footer-nav .footer-item .foot-info ul li {
            color: #bbc2c6;
            font-size: 14px;
            margin-bottom: 15px;
            line-height: 22px;
            text-align: center; }
            .footer_wrapper .footer .footer-nav .footer-item .foot-info ul li a {
              color: #bbc2c6; }
              .footer_wrapper .footer .footer-nav .footer-item .foot-info ul li a:hover {
                color: #fff; }
            .footer_wrapper .footer .footer-nav .footer-item .foot-info ul li i {
              color: #fff;
              font-size: 14px;
              margin-right: 5px; }*/

.footer_wrapper .footer .footer-nav .footer-item .foot-menu {
    position: relative;
}

.footer_wrapper .footer .footer-nav .footer-item .foot-menu ul li a {
    color: #bbc2c6;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}

.footer_wrapper .footer .footer-nav .footer-item .foot-menu ul li a:hover {
    color: #fff;
}

.footer_wrapper .footer .footer-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer_wrapper .footer .footer-soc a {
    margin: 0 5px;
    color: #fff;
    padding: 5px;
}

.footer_wrapper .footer .footer-soc a .fab {
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.footer_wrapper .footer .footer-soc a:hover i.fa-facebook-f {
    color: #4267b2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer_wrapper .footer .footer-soc a:hover i.fa-youtube {
    color: #d12121;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer_wrapper .footer .footer-soc a:hover i.fa-instagram {
    color: #cc2366;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer_wrapper .footer .footer-soc a:hover i.fa-telegram {
    color: #3390ec;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer_wrapper .footer .footer-soc a:hover i.fa-vk {
    color: #07f;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer_wrapper .footer .footer-payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-payment a {
    height: 25px;
    text-align: center;

}


.footer_wrapper .footer .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.footer_wrapper .footer .footer-logo p {
    color: #999;
    text-align: center;
    font-size: 14px;
}

.footer_wrapper .footer .footer-logo img {
    margin-bottom: 15px;
}

.modal .modal-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
}

.modal .modal-body a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    color: #000;
}

.modal .modal-body a img {
    max-width: 64px;
    height: auto;
}

.footer_wrapper .footer .footer-nav .footer-lang-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer_wrapper .footer .footer-nav .footer-lang-menu li {
    padding: 0 2px;
}

@media screen and (max-width: 425px) {
    .footer_wrapper .footer .footer-nav .accordeon_wrapper .accordion .trigger .content ul li {
        margin-bottom: 15px;
    }

    .footer_wrapper .footer .footer-soc a {
        margin: 0 15px;
        font-size: 30px;
    }
}


/* ==== CHECKERS BLOCK ==== */

.content_wrapper #main .block_checkers {
    display: flex;
    flex-direction: row;
}

.content_wrapper #main .block_checkers_reverse {
    display: flex;
    flex-direction: row-reverse;
}

.content_wrapper #main .block_checkers div,
.content_wrapper #main .block_checkers_reverse div {
    width: 50%;
}

.content_wrapper #main .block_checkers img,
.content_wrapper #main .block_checkers_reverse img {
    max-width: 100%;
}


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

    .content_wrapper #main .block_checkers div,
    .content_wrapper #main .block_checkers_reverse div {
        width: 100%;
    }

    .content_wrapper #main .block_checkers,
    .content_wrapper #main .block_checkers_reverse {
        flex-direction: column;
    }
}


/* ==== /CHECKERS BLOCK ==== */


/* ==============STYLES FOR BO============ */

.table-base {
    line-height: 1.3em;
    margin: 10px 0;
}

.table-base tr td {
    padding: 8px 15px;
    border: 1px solid #ccc;
}

.table-full {
    width: 100%;
}

.title-h1,
.title-page {
    color: #B92025;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0 10px;
    line-height: 30px;
}

.title-h2,
.content_wrapper #main .title-h2 {
    color: #B92025;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 25px;
}

.title-h3,
.content_wrapper #main h3 {
    color: #58595b;
    font-size: 18px;
    padding: 10px 0 5px;
}

.title-h3 {
    text-transform: uppercase;
}

.title-h3 span {
    font-size: 14px;
}

.title_sp-center {
    letter-spacing: 10px;
    text-align: center;
    width: 100%;
}

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

    .title-h3 {
        text-align: center;
    }
}

.list-base,
.list-base li {
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.4em;
}

.list-base li::before {
    content: '- ';
}


.ul-disclosure {
    padding: 10px 0 10px 20px;
    line-height: 1.4em;
}

.content_wrapper #main .ul-disclosure li {
    list-style: disc;
    padding: 3px 0;
}

.manufacture-parallax {
    height: 250px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 425px) {
    .manufacture-parallax {
        height: 50px;
        background-attachment: local;
    }

    .slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-prev{
      left: 10px;
    }
    .slider_wrapper .slider .owl-carousel-slider .owl-nav .owl-next{
      right: 10px;
    }


}

/*
.content_wrapper .page__tabs a {
    color: #ba090f;
}

.content_wrapper .page__tabs a:hover {
    color: #f90811;
}*/

/*.page .content_wrapper #main a {
    color: #ba090f;
}
.page .content_wrapper .container a:hover {
    color: #f90811;
}*/



/* ===== engrave tab*/

@font-face {
    font-family: "Raketa";
    src: url("fonts/Raketa_font.ttf");
}

@font-face {
    font-family: "Myriad";
    src: url("fonts/MyriadPro-Regular.ttf");
}

@font-face {
    font-family: "Corsiva";
    src: url("fonts/corsiva.ttf");
}

.font-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.maskRadioboxes {
    display: flex;
}

.radioboxes {
    display: none;
}

.engrave-item > div > div {
    margin: 10px 0;
}

.inputRadio {
    background-color: transparent;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.inputRadio:hover {
    color: #fff;
    background-color: #b92025;
    border: 1px solid #b92025;
}

.inputRadio:last-child {
    margin-right: 0;
}

.inputRadio.checked {
    color: #fff;
    background-color: #b92025;
    border: 1px solid #b92025;
}

.textsInputs {
    display: flex;
    flex-direction: column;
}

.textsInputs {
    padding-top: 20px;
}

.textsInputs input {
    margin: 0 auto 10px;
    text-align: center;
    outline: none;
    width: 40%;
    display: block;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
}


/* .textsInputs input:first-child {
  width: 20%;
}
.textsInputs input:nth-child(2) {
  width: 30%;
}
.textsInputs input:nth-child(3) {
  width: 40%;
}
.textsInputs input:nth-child(4) {
  width: 30%;
}
.textsInputs input:nth-child(5) {
  width: 20%;
} */

.engrave-item .engraveImg {
    /* width: 320px; */
    width: 270px;
    margin: 10px auto;
    position: relative;
}

.engraveWatchBlock {
    position: absolute;
    height: 115px;
    /* variable */
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-left: 9px;
}

.engraveWatchBlock span {
    height: 17px;
    margin-bottom: 2px;
    text-align: center;
    color: #dcdcdc;
    font-size: 21px;
    padding-top: 0;
}

.bigSize .engraveWatchBlock span {
    font-size: 17px;
    height: 19px;
    padding-top: 0;
}


/* .engraveWatchBlock span:nth-child(1) {
  width: 100px;
}
.engraveWatchBlock span:nth-child(2) {
  width: 150px;
}
.engraveWatchBlock span:nth-child(3) {
  width: 200px;
} */

.hide_fields {
    display: none !important;
}

.greyfield {
    position: relative;
    /* filter: grayscale(1); */
    /* visibility: hidden; */
    /* opacity: .5; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 10px 0;
}

.greyelement {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 !important;
    /* background-color: rgba(0, 0, 0, .6); */
    /* display: none; */
}

#acceptcheckbox {
    width: 20px;
    height: 15px;
}

.acceptblock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.greyfield.removed {
    filter: grayscale(0);
    visibility: inherit;
    opacity: 1;
}

.greyfield.removed .greyelement {
    display: none;
}

.greyelement {
    display: none;
}

.product-quantity,
.product-name {
    text-align: center;
}

.woocommerce ul.product_list_widget li dl {
    border-left: none;
}

.top-cart-item .variation {
    margin-top: 10px !important;
    padding: 4px 2px 0 0 !important;
    width: 130px !important;
}

.top-cart-item .variation p {
    font-size: 12px;
    font-family: "RobotoLight";
    font-weight: 100;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart .top-cart-item ul li a.mc_title {
    margin-left: 5px !important;
}

.woocommerce-cart-form__cart-item .product-name,
.woocommerce-cart-form__cart-item .product-name a,
.woocommerce-cart-form__cart-item .product-name .variation p {
    color: #000 !important;
}

.windowWatch .engraveWatchBlock {
    margin-left: 7px;
}

.cautionText {
    text-align: center;
    margin: 0;
    /* visibility: hidden;
  opacity: 0; */
    transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.cautionText p {
    color: #d81a23 !important;
}

.cautionText.active {
    visibility: visible;
    opacity: 1;
}

.engrave-cart .added_to_cart {
    display: none !important;
}

.greyfield,
.acceptblock,
.description {
    display: none;
}

.greyfield.loadShow {
    display: block;
}

.acceptblock.loadShow {
    display: flex;
}

.classicPobeda .engraveWatchBlock {
    margin-left: 5px !important;
    padding-top: 5px;
}

.bigSize.classicPobeda .engraveWatchBlock span {
    font-size: 24px;
    height: 22px;
}

.bigSize.classicPobeda .engraveWatchBlock {
    margin-left: 5px !important;
    padding-top: 0;
}

.smallSize .engraveWatchBlock {
    margin-left: 2px;
    padding-top: 10px;
}

.smallSize .engraveWatchBlock span {
    height: 18px;
}

.bigSize.officer .engraveWatchBlock span {
    font-size: 19px;
}


/* .windowWatch .engraveWatchBlock span {
  height: 18px;
  font-size: 21px;
} */

.woocommerce-mini-cart-item.mini_cart_item .mc_title {
    display: flex;
    justify-content: space-between;
}

.woocommerce-mini-cart-item.mini_cart_item .variation {
    position: absolute;
    right: 43px;
    top: 12px;
}

.mc_img img:not(.attachment-woocommerce_thumbnail) {
    width: 85px !important;
    height: 85px !important;
    object-fit: contain;
}

.header_wrapper .top-header .top_header_item .th_wrap .top-cart .top-cart-item ul li a.mc_img img.attachment-woocommerce_thumbnail {
    min-width: 85px;
}

.woocommerce table.shop_table td.product-thumbnail img {
    max-height: 122px;
}

#addProductForm {
    position: relative;
}

.btn_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.owl-carousel .owl-stage-outer {
    /* max-height: 565px; */
}

.yalta_petergof .engraveWatchBlock span {
    font-size: 20px;
}

.yalta_petergof .engraveWatchBlock {
    height: 110px;
}

.engrave_single_btn {
    max-width: 260px;
    border: 1px solid #000;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                supported by Chrome, Opera and Firefox */
}

.engrave_single_btn:hover {
    background-color: #b92025;
    border-color: #b92025;
}

.engrave_single_btn span {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.engrave_single_btn:hover span {
    color: #fff;
}

.engrave_single_btn:before {
    content: '';
    background-image: url(/wp-content/themes/clear_theme/img/icon.png);
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: contain;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.engrave_single_btn:hover:before {
    filter: invert(1);
}

.engrave_add_to_cart_mask {
    cursor: no-drop;
    filter: grayscale(1);
    background-color: #b92025;
    max-width: 260px;
    padding: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.engrave_add_to_cart_mask.active {
    cursor: pointer;
    filter: grayscale(0);
}

.engrave_add_to_cart_mask:hover {
    /* background-color: #2a2a2a; */
}

.disable_span {
    max-width: 100px;
    margin: 0 auto;
    cursor: pointer;
    color: #5a5a5a;
    text-align: center;
}

.disable_span:hover span {
    text-decoration: underline;
}

.added-engrave {
    display: none;
    position: relative;
}

.added-engrave i {
    padding-left: 10px;
}


/* .added-engrave:after, .added-engrave:before {
  content: '';
  position: absolute;
  background-color: #020202;
  height: 2px;
}
.added-engrave:before {
  transform: rotate(45deg);
  bottom: 50%;
  right: -13px;
  width: 9px;
}
.added-engrave:after {
  transform: rotate(-45deg);
  bottom: 50%;
  right: -25px;
  width: 16px;
} */

.engrave_single_btn.added .added-engrave {
    display: block;
}

.engrave_single_btn.added span:first-child {
    display: none;
}

.engrave_single_btn.added {
    cursor: auto;
}

.engrave_single_btn.added:hover {
    background-color: transparent;
    border-color: #000;
}

.engrave_single_btn.added:hover span {
    color: #000;
}

.engrave_single_btn.added:hover:before {
    filter: invert(0);
}

.variation dt,
.variation dd {
    display: none !important;
}

.variation .variation-:nth-child(2) {
    display: block !important;
}

.notification-engrave {
    padding: 20px;
}

.notification-engrave li {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1175px) {
    .engrave_single_btn {
        margin: 0 auto 10px;
    }
}

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

    /* .textsInputs input:first-child {
    width: 60%;
  }
  .textsInputs input:nth-child(2) {
    width: 70%;
  }
  .textsInputs input:nth-child(3) {   }
  .textsInputs input:nth-child(5) {
    width: 60%;
  } */
    .textsInputs input {
        width: 80%;
    }

    .engrave-item .engraveImg {
        margin: 0 auto;
    }

    .font-btns {
        flex-direction: column;
    }

    .font-btns label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #acceptcheckbox {
        width: 50px;
        height: 20px;
    }
}

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

    /* .engraveWatchBlock {
    margin-top: 10px;
  }
  .engrave-item .engraveImg {
    width: 260px;
  }
  .engraveWatchBlock span {
    font-size: 18px;
  } */
    .windowWatch.engraveImg {
        width: 230px;
    }

    .windowWatch .engraveWatchBlock {
        height: 125px !important;
    }

    .windowWatch .engraveWatchBlock span {
        font-size: 19px;
        height: 15px;
    }

    .bigSize {
        width: 230px !important;
    }

    .bigSize.officer .engraveWatchBlock span {
        font-size: 16px;
        height: 17px;
    }

    .bigSize.officer .engraveWatchBlock {
        padding-top: 6px;
    }

    .bigSize.classicPobeda .engraveWatchBlock span {
        font-size: 18px;
        height: 18px;
    }

    .classicPobeda .engraveWatchBlock {
        padding-top: 8px;
    }

    .smallSize .engraveWatchBlock {
        margin-left: 2px;
        padding-top: 14px;
    }

    .smallSize .engraveWatchBlock span {
        height: 15px;
        font-size: 18px;
    }

    .engraveImg.smallSize {
        width: 230px !important;
    }
}

.sitemap_container .children {
    padding-left: 40px;
}

.error404 h1 {
    color: #fff;
    font-size: 50px;
}

.error404 .title_404 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error404 .block404 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.error404 .block404_item {
    margin: 0 10px;
}

.error404 .block404_button {
    padding: 12px 10px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 15px 25px;
    color: #fff;
    text-transform: uppercase;
}

.error404 .block404_button:hover {
    color: #b92025;
    border-color: #b92025;
}

.content_404 .txt a {
    display: inline;
}


#question_modal {
    display: none;
}

#question_modal .title {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    padding: 25px;
    background: #3d3d3d;
    color: #fff;
}

#question_modal .wpcf7 {
    padding: 0 25px 25px 25px;
}

#question_modal .wpcf7-response-output {
    display: none !important;
}

#question_modal .wpcf7-not-valid {
    box-shadow: 0 0 10px red;
}

.fancybox-slide > #question_modal {
    padding: 0;
}

#question_modal input,
#question_modal textarea {
    margin: 10px 0;
    transition: .2s;
}

#question_modal .wpcf7-submit,
a.ask_question {
    background-color: #2c3642;
    border: 1px solid #2c3642;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    transition: 0.3s;
}

#question_modal .wpcf7-submit:hover,
a.ask_question:hover {
    background: #fff;
    color: #2c3642;
}

@media (max-width: 1200px) {
    a.ask_question {
        font-size: 14px;
        padding: 8px;
    }

    .header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu li.menu-item a,
    .header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-anglijskij li.menu-item a,
    .header_wrapper .top-header .top_header_item .th_wrap .menu-nav ul#menu-main-menu-francuzskij li.menu-item a {
        padding: 7px;
        font-size: 15px;
    }
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.term-description ul {
    padding-left: 10px;
}

.term-description ul li {
    margin-bottom: 5px;
}

.bottom_desc ul > li {
    line-height: 1.2em;
    margin-bottom: 7px;
}

.woof_sid_auto_shortcode.woof {
    padding: 0;
    /* display: none; */
    border: none;
    margin-bottom: 0;
}

.woof_sid_auto_shortcode.woof.visible {
    display: block;
    margin-bottom: 11px;
}

.woof_redraw_zone {
    display: flex;
    /* position: absolute;
    left: -10000px; */
    /* margin-left: -10000px; */
    height: 0;
    visibility: hidden;
}

.woof_sid_auto_shortcode.woof.visible .woof_redraw_zone {
    /* position: relative; */
    /* left: 0; */
    margin-left: 0;
    height: auto;
    visibility: visible;
}

.woof_sid_auto_shortcode .woof_container {
    width: 30%;
    margin-right: 3%;
}

.woocommerce.widget_price_filter {
    margin-top: 8px;
}

.woof_sid_auto_shortcode {
    border: solid 2px #e8e8e8;
    border-radius: 3px;
}

.woof_products_top_panel {
    padding: 0 20px;
}

.woof_submit_search_form_container {
    display: none;
}

.chosen-container-single .chosen-single {
    border-radius: 2px;
}

.footer-link > a {
    color: #bbc2c6;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}

.current-menu-parent > a,
.current-menu-item > a {
    color: #25323F;
}

.footer_menu_wrapper .footer_menu .fm__menu .fm__item:hover .fm__title {
    color: #CF3A2B !important;
}

.content_wrapper #main .product-banners .prod-banner-item img:hover,
#main_sidebar .banner-item img:hover {
    transform: scale(0.97);
    transition: 0.3s;
}

.ico1_fm,
.ico1_fm_w,
.ico2_fm,
.ico3_fm,
.ico4_fm,
.ico5_fm {
    height: 60px;
    width: 60px;
}

.ico1_fm {
    background: url("/wp-content/themes/clear_theme/img/ico1.png") no-repeat;
    background-size: contain;
}

.ico1_fm_w {
    background: url("/w/wp-content/themes/clear_theme/images/icons/delivery_air.png") no-repeat;
    background-size: contain;
}

.ico2_fm {
    background: url("/wp-content/themes/clear_theme/img/ico2.png") no-repeat;
    background-size: contain;
}

.ico3_fm {
    background: url("/wp-content/themes/clear_theme/img/ico3.png") no-repeat;
    background-size: contain;
}

.ico4_fm {
    background: url("/wp-content/themes/clear_theme/img/ico4.png") no-repeat;
    background-size: contain;
}

.ico5_fm {
    background: url("/wp-content/themes/clear_theme/img/ico5.png") no-repeat;
    background-size: contain;
}

.footer_menu_wrapper .footer_menu .fm__menu .fm__item:hover .ico4_fm {
    background: url("/wp-content/themes/clear_theme/img/ico4_red.png") no-repeat;
    background-size: contain;
}

.footer_menu_wrapper .footer_menu .fm__menu .fm__item:hover .ico5_fm {
    background: url("/wp-content/themes/clear_theme/img/ico5_red.png") no-repeat;
    background-size: contain;
}

.footer_menu_wrapper .footer_menu .fm__menu .fm__item:hover .ico3_fm {
    background: url("/wp-content/themes/clear_theme/img/ico3_red.png") no-repeat;
    background-size: contain;
}

.footer_menu_wrapper .footer_menu .fm__menu .fm__item:hover .ico2_fm {
    background: url("/wp-content/themes/clear_theme/img/ico2_red.png") no-repeat;
    background-size: contain;
}

.footer_menu_wrapper .footer_menu .fm__menu .fm__item:hover .ico1_fm {
    background: url("/wp-content/themes/clear_theme/img/ico1_red.png") no-repeat;
    background-size: contain;
}

.footer_menu_wrapper .footer_menu .fm__menu .fm__item:hover .ico1_fm_w {
    background: url("/wp-content/themes/clear_theme/img/delivery_air_red.png") no-repeat;
    background-size: contain;
}

@media (max-width: 992px) {

    .ico1_fm,
    .ico1_fm_w,
    .ico2_fm,
    .ico3_fm,
    .ico4_fm,
    .ico5_fm {
        height: 80px;
        width: 80px;
    }
}

#setsorting {
    display: none;
}

.sorting {
    /* margin: 20px 0; */
    text-align: right;
}

.compareProduct a {
    width: 100%;
    max-width: 200px;
}

.compareProduct,
.addToWish {
    /* margin-bottom: 30px; */
}

.tinvwl-table-manage-list .tinvwl-to-right.look_in,
.tinvwl-table-manage-list input[type="checkbox"],
.tinvwl-table-manage-list .tinvwl-to-left.look_in {
    display: none;
}

.bottom_desc .tags {
    clear: both;
}

.bottom_desc .tags a {
    color: gray !important;
    font-family: 'RobotoRegular';
    font-size: 15px;
    padding: 12px 20px 0 0;
}

.bottom_desc .tags a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.content_wrapper #main .strap-pobeda {
    width: auto !important;
    margin: 0 auto;
}

.content_wrapper #main .strap-pobeda > a {
    padding: 0 55px 0;
}

.compareinarch {
    background: url("/wp-content/themes/clear_theme/images/Сравнение.png") no-repeat;
    height: 29px;
    width: 29px !important;
}

.addwishatch {
    background: url("/wp-content/uploads/2020/05/Избранное.png") no-repeat;
    height: 29px;
    width: 33px !important;
}

.addwishatch.tinvwl-product-in-list {
    background: url("/wp-content/themes/clear_theme/images/Избранное (2) (1).png") no-repeat;
}

.compareinarch.br_compare_added,
.compareinarch.br_remove_compare_product_reload {
    background: url("/wp-content/themes/clear_theme/images/Сравнение (2) (1).png") no-repeat;
}

.compareinarch:hover {
    background-color: inherit !important;
}

.icoprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px #2c3642 solid;
    padding: 7px 5px 0;
    flex-direction: row-reverse;
}

.compareinarch span {
    display: none !important;
}

.product .br_compare_button:not(.compareinarch),
.product .tinvwl_add_to_wishlist_button:not(.addwishatch) {
    display: none !important;
}

.inwishlist {
    margin-top: 6px;
    position: relative;
}

.wishlist_products_counter_number {
    background: #2a2a2a none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 13px;
    margin-left: 0;
    padding: 0 4px 1px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -9px;
}

.inwishlist a.wishlist_products_counter.top_wishlist-custom img {
    max-width: 22px !important;
    max-height: 22px;
}

.compareProduct a {
    background-color: inherit !important;
    font-weight: 500 !important;
    position: relative;
    margin-top: 0 !important;
}

.compareProduct a:before {
    content: url("/wp-content/themes/clear_theme/images/icons/compare3.svg");
    /*icocomp.png*/
    width: 25px;
    height: 25px;
    position: absolute;
    /*top: 3px;*/
}

.compareProduct a:hover:before {
    content: url("/wp-content/themes/clear_theme/images/icons/compare2.svg");
    /*icocomp.png*/
    width: 25px;
    height: 25px;
    position: absolute;
    /*top: 3px;*/
}

.content_wrapper #main .product_item .product-row .product-col-right .add-to-cart .compareProduct a:before {
    position: relative;
}

.addToWish {
    margin-right: 20px;
}

.reloadbth {
    text-align: right;
}

.reloadbth a {
    color: #000 !important;
    display: inline-block;
    background: #eaeaea;
    padding: 20px;
}

.br_new_compare_block .br_new_compare .titleCompItemH {
    background: #eaeaea;
    padding: 20px 0 !important;
    display: block;
}

.titleTableTd td {
    background: #eaeaea;
}

.nametabletd {
    float: left;
    min-width: 250px;
    max-width: 250px;
    /* display: none; */
}

.br_new_compare_block .br_new_compare .nametabletd tr td > div {
    padding: 5px 20px !important;
}

.br_new_compare_block .br_new_compare .nametabletd .titleTableTd div {
    padding: 11px 20px !important;
    font-weight: bold;
    background: #eaeaea;
    height: 39px;
}

.br_new_compare_block .br_new_compare tr td {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    text-align: center;
}

.br_new_compare_block .br_new_compare tr td:first-child {
    text-align: left;
}

.br_new_compare_block .titleTableTd2 td {
    background: #eaeaea;
}

.titleTableTd > td:first-child {
    background: #eaeaea;
    font-weight: bold;
    padding: 8px 20px !important;
}

.br_new_compare_block .br_new_compare .nametabletd tr.titleTableTd2 td > div {
    padding: 8px 20px !important;
    background: #eaeaea;
    height: 35px;
}

.br_new_compare_block .br_new_compare .nametabletd tr.titleTableTd2 td:first-child > div {
    font-weight: bold;
}

#windowCompare {
    display: none;
    width: 100%;
    max-width: 350px;
    padding: 50px;
    background: #fff;
    text-align: center;
}

.windowCompareTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.windowCompareLink a {
    color: #25323f;
}

.tblImg {
    height: 199px;
}

.br_new_compare_block .nametabletd td,
.br_new_compare_block .br_right_table td,
.br_new_compare_block .br_right_table th {
    border: 1px solid #eaeaea !important;
}

.br_new_compare_block .br_right_table td div.tab-col-value2 {
    padding: 5px 10px !important;
    border-bottom: 1px solid #eaeaea !important;
}

.br_new_compare_block .br_right_table td div {
    text-align: center;
}

.br_new_compare_block .br_new_compare > div {
    padding: 10px 20px !important;
}

div.br_new_compare .br_right_table tr td {
    padding: 0 !important;
}

.manufheight {
    height: 43px;
}

.heightWinding {
    height: 59px;
}

.heightDecor {
    height: 42px;
}

.br_new_compare {
    overflow-x: auto;
}

.br_new_compare_block .br_remove_compare_product_reload {
    display: block !important;
    position: relative !important;
    color: #fffc !important;
    background: #ba090f !important;
    width: 100% !important;
}

.top_content_compare {
    margin-bottom: 30px;
}

.br_new_compare {
    display: flex;
}

.br_new_compare_block .br_new_compare .br_right_table {
    margin-left: 0 !important;
}

.fillColor {
    background: #eaeaea;
}

.heigthMater {
    height: 42px;
}

/* .compareinarch.br_compare_added{
    background: url("/wp-content/themes/clear_theme/images/icocomp.png") no-repeat;
} */
.icompare div a {
    background: url("/wp-content/themes/clear_theme/images/icons/compare-small.svg") no-repeat;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    display: block;
    margin-top: 7px;
}

.tinvwl-table-manage-list td.product-stock,
.tinvwl-table-manage-list th.product-stock {
    display: none;
}

.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-stock,
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-date {
    display: none;

}

.br_new_compare .tblImg img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: 153px !important;
    height: 199px !important;
    padding: 0 !important;
    display: block;
    margin: auto !important;
}










.checkout_steps {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout_steps .row {
    display: block;
}

.checkout_steps .inner {
    margin: 0 1px;
    padding: 10px 0 8px;
    min-height: 45px;
    font-size: 14px;
    text-align: center;
    display: block;
    background-color: #f5f5f5;
    border-bottom: 3px solid lightgray;
    text-transform: uppercase;
}

.checkout_steps .inner.current {
    /* padding: 8px 0 12px;
    font-size: 20px;
    font-weight: normal; */
    /* background-color: #dedede; */
    background-color: #eaeaea;
    border-bottom-color: #b92025;
}


.checkout_steps .inner.current .cnt {
    border-color: #b92025;
    background-color: #b92025;
}

.checkout_steps .inner .cnt {
    position: absolute;
    margin: auto;
    /* padding: 5px 10px; */
    padding: 0;
    bottom: -12px;
    font-size: 18px;
    left: 0;
    right: 0;
    border: 2px solid lightgrey;
    width: 27px;
    height: 27px;
    /* line-height: 1; */
    line-height: 23px;
    /* background: #cc2322; */
    /* background: gray; */
    background: lightgray;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    text-align: center;
    /* display: table; */
    /* overflow: hidden;*/
}

@media (max-width: 360px) {
    .checkout_steps .inner {
        font-size: 14px;
    }

    .checkout_steps .inner .cnt {
        bottom: -9px;
        font-size: 12px;
        line-height: 16px;
        width: 21px;
        height: 21px;
    }
}















td.product-subtotal ins {
    text-decoration: none;
}

.cart_item p.product-total > * {
    display: block;
}

.cart_item p.product-total ins {
    color: #b92025;
    text-decoration: none;
}

.woocommerce-additional-fields.additional-comment {
    margin-top: 30px;
}

.woocommerce-additional-fields.woo-checkout-total-right.col-md-4 > span.woocommerce-Price-amount.amount {
    color: #b92025;
}



form.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
    width: 100%;
}

div#customer_details .shipping_title {
    display: none;
}

div#order_review table.shop_table.woocommerce-checkout-review-order-table.t30 {
    display: none;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}



.woocommerce-additional-fields.woo-checkout-total-right > span.woocommerce-Price-amount.amount:before {
    content: "-";
}

@media (max-width: 500px) {
    /*.icoprice .addwishatch {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .icoprice .price {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

    .icoprice .compareinarch {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }*/
}

@media (max-width: 320px) {
    .inwishlist {
        margin-left: 0px;
    }
}


.page-id-20043 .wpcf7-form-control.wpcf7-submit,
.page-id-20044 .wpcf7-form-control.wpcf7-submit,
.page-id-20040 .wpcf7-form-control.wpcf7-submit,
.page-id-13872 .wpcf7-form-control.wpcf7-submit,
.page-id-14039 .wpcf7-form-control.wpcf7-submit,
.page-id-14045 .wpcf7-form-control.wpcf7-submit {
    border: 1px solid #b92025;
    background-color: #b92025;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    display: inline;
    text-align: center;
}

.page-id-20043 .wpcf7-form-control.wpcf7-submit:hover,
.page-id-20044 .wpcf7-form-control.wpcf7-submit:hover,
.page-id-20040 .wpcf7-form-control.wpcf7-submit:hover,
.page-id-13872 .wpcf7-form-control.wpcf7-submit:hover,
.page-id-14039 .wpcf7-form-control.wpcf7-submit:hover,
.page-id-14045 .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
}

.page-id-20043 .wpcf7-form input,
.page-id-20044 .wpcf7-form input,
.page-id-20040 .wpcf7-form input,
.page-id-13872 .wpcf7-form input,
.page-id-14039 .wpcf7-form input,
.page-id-14045 .wpcf7-form input,
.page-id-20043 .wpcf7-form textarea,
.page-id-20044 .wpcf7-form textarea,
.page-id-20040 .wpcf7-form textarea,
.page-id-13872 .wpcf7-form textarea,
.page-id-14039 .wpcf7-form textarea,
.page-id-14045 .wpcf7-form textarea,
.page-id-20040 .wpcf7-form label,
.page-id-20043 .wpcf7-form label,
.page-id-20044 .wpcf7-form label,
.page-id-13872 .wpcf7-form label,
.page-id-14039 .wpcf7-form label,
.page-id-14045 .wpcf7-form label {
    max-width: 100%;
}


.videoCons {
    display: flex;
}

.videoCons a {
    display: flex;
    align-items: center;
}

.videoCons a::before {
    display: block;
    content: url("/wp-content/themes/clear_theme/images/icons/w_chat.svg");
    height: 25px;
    width: 28px;
    margin-right: 10px;
}

.videoCons a:hover::before {
    display: block;
    content: url("/wp-content/themes/clear_theme/images/icons/chat.svg");
    height: 25px;
    width: 28px;
    margin-right: 10px;
}

.topmenu-videocons {
    display: none;
}


a.page-numbers {
    /* border: 1px solid #ccc; */
    padding: 7px;
    background: #2c3642;
    color: #ffffff;
    margin: 1px;
}

span.page-numbers.current {
    padding-top: 7px;
    margin: 1px;
}



.cat-news__post img {
    transition: 1s;
}

.cat-news__post p {
    padding: 0;
}


.cat-news__posts-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 400px;
    grid-gap: 8px;

}

.fst-new {
    grid-column-start: 1;
    grid-column-end: 3;
}

.cat-news__post {
    position: relative;
    overflow: hidden;
}

.grey-new .cat-news__post-img {
    height: 200px;
    overflow: hidden;
}

.grey-new .cat-news__post-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;

}

.full-new .cat-news__post-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;

}

.full-new h2 {
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
}


.full-new .cat-news__post-content__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.grey-new .cat-news__post-content__desc {
    height: 200px;
    background: #f5f5f5;
    padding: 15px;
    color: #000;
}

.fst-new .cat-news__post-content__desc .cat-news__post-content__desc-block {
    width: 50%;
    padding: 15px;
}

.fst-new .cat-news__post-content__desc .cat-news__post-content__desc-block hr {
    border-color: #fff;
}

.fst-new .cat-news__post-content__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

}



.grey-new .cat-news__post-content__desc hr {
    border-width: 1px;
    border-color: #000;
}

.cat-news__post:hover img,
.cat-news__post:hover .cat-news__content {
    transform: scale(1.05);
}

.fst-new .cat-news__content {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 1s;

}


.cat-news__posts-container .cat-news__post h2 {
    font-size: 1.3em;
    font-weight: bold;
}

@media (max-width: 992px) {
    .cat-news__posts-container {
        grid-template-columns: 1fr 1fr;
    }

}


@media screen and (max-width: 425px) {
    .cat-news__posts-container {
        grid-template-columns: 1fr;
    }

    .cat-news__content {
        background-position: center;
    }

    .fst-new .cat-news__post-content__desc .cat-news__post-content__desc-block {
        width: 100%;
    }

    .fst-new {
        grid-column-start: 1;
        grid-column-end: 1;
    }

}


.cross-sells .slide-item {
    text-align: center;
}

.content_wrapper #main .cross-sells .slide-item .cross-sells-h3 {
    padding-bottom: 5px;
    padding-top: 0;

}

.content_wrapper #main .cross-sells .slide-item .cross-sells-h3 a {
    color: #000;
}

.content_wrapper #main .cross-sells .slide-item .add-to-cart {
    margin-top: 8px;
}


/* --------- Теги внизу -------- */

.categories-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}

.categories-tag li a {
    padding: 5px 5px;
    color: #777;
    text-decoration: underline;
}

.categories-tag li a:hover {
    color: #2a2a2a;
}



/* ---- Polar dairy ---- */
.polar-dairy img,
.polar-dairy iframe{
  max-width: 100%;
}


.polar-dairy__video{
  display: flex;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
}

.polar-dairy__dairy__items{
  display: flex;
}

.polar-dairy__dairy__items.reverse{
  flex-direction: row-reverse;
  text-align: right;
}

.polar-dairy__dairy__items .polar-dairy__dairy__item{
  width: 50%;
  position: relative;
}

.polar-dairy__dairy__items .polar-dairy__dairy__item .polar-dairy__dairy__item__date{
  font-weight: bold;
}

.polar-dairy__dairy__items.reverse .polar-dairy__dairy__item:first-child{
  border-left: 2px solid #ccc;

}

.polar-dairy__dairy__items.straight .polar-dairy__dairy__item:last-child{
  border-left: 2px solid #ccc;

}

.polar-dairy__dairy__items .polar-dairy__dairy__item .point{
  position: absolute;
  top: 34px;
  background: #B92025;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.polar-dairy__dairy__items.reverse .polar-dairy__dairy__item .point{
  left: -12px;
}

.polar-dairy__dairy__items.straight .polar-dairy__dairy__item .point{
  right: -12px;
}

.polar-dairy__dairy__item{
  padding: 30px;
}

.polar-dairy__dairy__item img{
  max-width: 100%;
}

.polar-dairy__dairy__items .polar-dairy__dairy__item .polar-dairy__dairy__item__img{
  padding: 15px;
  box-shadow: 0px 0px 4px #ccc;
}


.polar-dairy__dairy__items.reverse .polar-dairy__dairy__item .polar-dairy__dairy__item__img::after {
  content: '';
  position: absolute;
  width: 20px;
  left: -10px;
  top: 10px;
  /* border: 20px solid black; */
  /* border-right: 20px solid white; */
  height: 20px;
  transform: rotate(45deg);
  box-shadow: -1px 1px 2px #ccc;
  background: #fff;
}

.polar-dairy__dairy__items.straight .polar-dairy__dairy__item .polar-dairy__dairy__item__img::after {
  content: '';
  position: absolute;
  width: 20px;
  right: -10px;
  top: 10px;
  /* border: 20px solid black; */
  /* border-right: 20px solid white; */
  height: 20px;
  transform: rotate(45deg);
  box-shadow: 1px -1px 2px #ccc;
  background: #fff;
}


.ipf_page h1{
  text-align: center;
}
