.colored_theme_bg {
    background-color: #92C537;
    border-color: #92C537
}

.colored_text {
    color: #92C537;
}

.colored_text-border {
    border: 1px solid #92C537;
}

.colored_text_hover:hover,
.colored_text_hover:focus {
    color: #92C537;
}

.page-link {
    color: #92C537;
}

.page-item.active .page-link {
    background-color: #92C537;
    border-color: #92C537
}

._Forms_generate .field_submit .btn {
    background-color: #92C537;
}

.filters-block .filterButtons input:hover {
    background-color: #92C537;
}

svg path {
    /*fill: #92C537;*/
}

.nav-tabs .nav-link.active,
.sidebar-navigation li.active>a {
    color: #92C537;
}

.colored_black_text_hover:hover {
    color: #000
}

.bordered {
    border: 1px solid #ececec;
}

.box-shadow,
.box-shadow-sm {
    transition: transform .2s, box-shadow .2s;
}

.box-shadow:hover {
    border-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #fff;
}

.stock-item.box-shadow:hover {
    border-color: #F8F8F8;
}

.margin-0 {
    margin: 0;
}

.relative-z {
    position: relative;
    z-index: 999
}

@media(min-width: 1200px) {
    .container {
        max-width: 1450px;
    }
}

.overline {
    position: fixed;
    right: 0;
    width: 65px;
    top: 40%;
    background: #fff;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    transition: .3s;
    z-index: 999;
}

.overline .line {
    padding: 18px 20px;
}

.overline .line img {
    max-width: 100%
}

.overline .line.basket-box {
    border-bottom: 1px solid #ececec
}

.overline .minicart {
    position: relative;
}

.overline .line a {
    display: block;
}

.overline .minicart .ms2_total_count {
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    right: -8px;
    color: #fff;
    top: -5px;
    width: 18px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
}

.header_wrap {
    position: relative;
    z-index: 9;
}
.header_wrap.header-opacity {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.header_wrapper {}

.header_slogan {
    font-weight: 300;
    line-height: 20px;
}


/*****/

section.slider {
    overflow: hidden;
}

.owl-dots {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
}
.owl-dots .owl-dot {
    margin: 0 5px;
    background: #fff;
    box-shadow: none;
    border: none;
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot:focus {
    background: #92C537;
}

.services_tabarrow .prev,
.services_tabarrow .next,
.owl-prev,
.owl-next {
    display: inline-block;
    margin-left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f9fafc;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
.services_tabarrow .prev:hover,
.services_tabarrow .next:hover,
.owl-prev:hover,
.owl-next:hover {
    background-color: #92c538;
}
.owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 26L2 13.5L14 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 26L13 13.5L0.999999 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.owl-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 26L2 13.5L14 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.owl-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 26L13 13.5L0.999999 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.services_tabarrow .prev,
.services_tabarrow .next {
    margin-left: 10px;
    width: 30px;
    height: 30px;
}
.services_tabarrow .prev {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14L1.5 7.75L7.5 1.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
.services_tabarrow .next {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 14L7.5 7.75L1.5 1.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
.services_tabarrow .prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14L1.5 7.75L7.5 1.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.services_tabarrow .next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 14L7.5 7.75L1.5 1.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
#background-slider .owl-nav .owl-prev,
#background-slider .owl-nav .owl-next {
    /*width: 60px;
    height: 60px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;*/
    background-color: rgba(234, 238, 241, 0.3);
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#background-slider .owl-nav .owl-prev:hover,
#background-slider .owl-nav .owl-next:hover {
    background-color: #92c538;
}

#background-slider .owl-nav .owl-prev {
    /*background-image: url('../images/shop/prev.svg');*/
    left: -50px;
}

#background-slider .owl-nav .owl-next {
    /*background-image: url('../images/shop/next.svg');*/
    right: -50px;
}
#background-slider:hover .owl-nav .owl-prev {
    left: 10px;
}
#background-slider:hover .owl-nav .owl-next {
    right: 10px;
}
#background-slider:hover .owl-nav .owl-prev,
#background-slider:hover .owl-nav .owl-next {
    z-index: 2;
    opacity: 1!important
}
.review-image-slider .owl-prev,
.review-image-slider .owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.review-image-slider .owl-prev {
    left: -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58398 11.5L1.58398 6.29167L6.58398 1.08333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.review-image-slider .owl-next {
    right: -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41602 11.5L6.41602 6.29167L1.41602 1.08333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.review-image-slider .owl-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58398 11.5L1.58398 6.29167L6.58398 1.08333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.review-image-slider .owl-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41602 11.5L6.41602 6.29167L1.41602 1.08333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-prev,
#review-slider2 .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#review-slider2 .owl-prev {
    left: -20px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.334 18L2.33398 9.66667L10.334 1.33333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-next {
    right: -20px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66602 18L9.66602 9.66667L1.66601 1.33333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.334 18L2.33398 9.66667L10.334 1.33333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66602 18L9.66602 9.66667L1.66601 1.33333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.background-slide-item {
    background-position: center;
    background-repeat: no-repeat;
}
.background-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.background-slide-wrapper .background-slide-title {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 20px;
}

.background-slide-wrapper .background-slide-text {
    font-weight: 300;
    font-size: 20px;
}

.background-slide-wrapper .background-slide-btn {
    margin-top: 40px;
}
.background-slide-wrapper .background-slide-btn a {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 16px 30px;
    color: #fff;
    width: 260px;
    max-width: 100%;
}

.tizers {
    padding: 40px 0;
    /*border-bottom: 1px solid #ececec*/
}

.tizers .tizer-item {
    width: 270px;
    height: 150px
}
/* .tizers .tizer-item:hover {
    position: relative;
    z-index: 1;
} */
.tizers .tizer-item .tizer-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 15px
}
.tizers .tizer-item .tizer-desc {
    font-weight: 300;
}

.tizer-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    left: 0;
    top: -30px;
    min-height: 200px;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(15, 23, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #cfd8dc;
    box-sizing: border-box;
    transition: opacity .2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    z-index: 1;
}

.tizers .tizer-item:hover .tizer-detail {
    opacity: 1;
}
.section_title {
    font-size: 40px;
    line-height: 40px;
    display: block;
    font-weight: 300;
    margin-bottom: 30px;
}

.popular {
    margin: 60px 0 60px;
}

.popular .popular-image {
    width: 100%;
    height: 200px;
    margin: 0 auto 20px;
}

.popular .catalog-category-item-2 .popular-image {
    height: 100px;
}

.popular .link-more {
    font-size: 0.865em;
    color: #6f6f6f
}

.catalog .catalog-category-item {
    padding: 20px;
}

.catalog .catalog-category-item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

.catalog .row>.col {
    margin: 0 0 -1px -1px;
    padding: 0
}

.catalog-link {
    font-size: 13px;
    padding: 0 8px;
    font-family: 'Rubik';
}

.catalog-link a {
    color: #6f6f6f
}

ul.catalog-links {
    padding-left: 0;
}

ul.catalog-links li {
    display: inline-block;
}

.simplesearch-search-form {
    position: relative;
}

.simplesearch-search-form input[type=text] {
    background: none;
    border: 1px solid #EBEBEB;
    padding: 7px 25px 7px 15px;
    width: 100%;
    font-size: 16px;
}

.footer .simplesearch-search-form input[type="text"] {
    border: 1px solid #ececec;
}

.simplesearch-search-form input[type=submit] {
    background: url('../images/search.png') center no-repeat;
    text-indent: 500%;
    overflow: hidden;
    border: none;
    position: absolute;
    right: 9px;
    top: 8px;
    width: 19px;
}

.mainpage_text {
    padding: 60px 0 50px;
}

.mainpage_text .content__inner {
    margin-bottom: 0;
    color: #3F403F;
}

.looked {
    padding: 30px 0 30px;
    margin-bottom: 41px;
}

.looked button.looked-remove {
    display: inline-block;
    background-image: url('../images/fast-close.png');
    width: 22px;
    height: 22px;
}

.sale_items {}

.sale_items img {
    max-width: 100%;
    height: auto;
}

.sale_items .sale_image {
    position: relative;
}

.sale_items .sale_image:after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(10, 10, 15, 0.35) 48%, rgba(10, 10, 15, 0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    top: 20%;
}

.sale_items .item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.sale_items .sale_body {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff
}

.sale_items .sale_body .title {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
}

.sale_items .sale_body .title a {
    color: #fff
}

.sale_items .sale_body .title a:hover,
.sale_items .sale_body .title a:focus {
    text-decoration: none;
}

.sale_items .sale_body .intro {
    font-weight: 300
}

.sale_items.main_page {
    padding: 64px 0 80px;
    /*background: #F8F8F8;*/
}

.sale_items .sale_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: -30px 0 50px;
}
.sale_items.main_page .section_title {
    margin-bottom: 53px;
}

.sale_items.main_page .content__inner {
    font-size: .865em
}
#sale-slider .owl-dots {
    position: static;
    margin-top: 35px;
}
#sale-slider .owl-dots .owl-dot {
    background: #404040;
}
#sale-slider .owl-dots .owl-dot.active {
    background: #92C537;
}
#sale-banner {
    margin-top: 60px;
}

#sale-banner .sale-banner-item {
    position: relative;
    background-size: cover;
}

#sale-banner .sale-banner-item img {
    max-width: 100%;
}

#sale-banner .sale-banner-body {
    position: absolute;
    left: 60px;
    bottom: 90px;
}

#sale-banner .sale-banner-item-two .sale-banner-body {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
    position: static;
    padding-left: 60px;
    padding-right: 60px;
}

#sale-banner .sale-banner-item-two .sale-banner-outer {
    width: 100%;
    position: relative;
}

.sale-banner-item .sale-banner-title {
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    display: inline-block;
    margin-bottom: 30px;
}

.sale-banner-item .sale-banner-title:hover {
    text-decoration: none;
}

.sale-banner-item .sale-banner-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.product-stock {
    background: #F8F8F8;
    margin: 50px 0;
}

#single-product-action.product-stock .product-item .title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-top: 11px;
}

#single-product-action.product-stock .product-item .options-row {
    padding-top: 23px;
    font-size: 13px;
    line-height: 16px;
    border-top: 1px solid #EBEBEB;
}

#single-product-action.product-stock .product-item .prices {
    margin-top: 33px;
}

#single-product-action.product-stock .product-item .prices .price {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

#single-product-action.product-stock .product-item .prices .old_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.product-stock .product-item .to-cart button {
    width: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
    padding: 17px 85px;
}

#sale-banner .sale-banner-related-items {
    margin-top: 80px;
}

#sale-banner .sale-banner-item-two .sale-banner-related-items {
    margin-top: 0;
}

#sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
    min-width: 320px;
    margin-left: 40px;
    z-index: 999;
}

#single-product-action .product-item.product-item-row .product-stock-image {
    width: 560px;
    height: 370px;
}

#double-product-action .product-item.product-item-row .product-stock-image {
    width: 320px;
    height: 212px;
}

#double-product-action .product-item.product-item-row .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-top: 13px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 13px;
}

#double-product-action.product-stock .product-item .price {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}

#double-product-action .product-item.product-item-row .center-row {
    padding: 8px 0 8px 10px;
}

#double-product-action.product-stock .product-item .prices {
    margin-top: 2px;
}

#double-product-action.product-stock .product-item.product-item-row .center-row {
    border-right: none;
}

aside.horizontal-menu {
    margin-bottom: 65px;
    background: #F8F8F8;
    padding: 28px 48px 8px;
}

.horizontal-menu .navbar {
    border-top: none;
}

.horizontal-menu>ul {
    justify-content: space-around;
    align-items: flex-start;
}

.horizontal-menu>ul>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.horizontal-menu>ul>li {
    flex-basis: 25%;
}

.horizontal-menu>ul>li>ul>li {
    position: relative;
}

.horizontal-menu>ul>li>ul>li:before {
    content: "";
    width: 7px;
    height: 12px;
    top: 1px;
    background-image: url('../images/expand.svg');
    position: relative;
    display: inline-block;
}

.horizontal-menu>ul>li>ul>li>a {
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 17px;
}

.horizontal-item .desc-column {
    flex-grow: 1;
    position: relative;
}

.horizontal-item .product-item-stickers {
    top: 27px;
    left: 30px;
}

.horizontal-item .desc-column .introtext {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 9px;
}

.horizontal-item.horizontal-double .desc-column .introtext {
    margin-top: 4px;
}

.horizontal-item .desc-column .dashed-line {
    flex-grow: 1;
    border-top: 1px dashed #9E9E9E;
    padding-bottom: 14px;
}

.product-item.product-item-row.horizontal-item .price {
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
}

.product-item.product-item-row.horizontal-item.horizontal-double .price {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
}

.horizontal-item.horizontal-double .desc-column .price-block {
    padding-top: 0px;
    margin-bottom: 8px;
}

.horizontal-item .desc-column .price-block {
    margin-bottom: 32px;
}

.horizontal-item.horizontal-double .desc-column .price-block {
    min-width: 100%;
}

.product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .desc-column .price-block {
    min-width: 146px;
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-self: center;
}

.product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .desc-column .price-block button.img {
    margin-top: 8px;
}

.horizontal-item .horizontal-item-without-photo {
    min-height: 190px;
}

.horizontal-item .horizontal-item-without-photo .desc-column .dashed-line {
    padding-bottom: 0;
    margin-top: 14px;
}

.horizontal-item .horizontal-item-without-photo .desc-column .price-block {
    padding-top: 42px;
}

.product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .product-title {
    margin-top: 73px;
}

.product-item.product-item-row.horizontal-item.horizontal-double .horizontal-item-without-photo .product-title a {}

.menu-toggler-title {
    display: none;
}

@media (max-width:1460px) {
    #sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
        min-width: 260px;
    }
    #single-product-action .product-item.product-item-row .product-stock-image {
        width: 480px;
    }
    #double-product-action .product-item.product-item-row .product-stock-image {
        width: 270px;
    }
}

@media (max-width:1200px) {
    #sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
        min-width: 220px;
        margin-left: 15px;
    }
    #sale-banner .sale-banner-item-two .sale-banner-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sale-banner-item.sale-banner-item-two .sale-banner-title {
        font-size: 28px;
        line-height: 27px;
    }
    #double-product-action .product-item.product-item-row .product-stock-image {
        width: calc(100% - 15px);
    }
    #double-product-action.product-stock .product-item .to-cart button {
        padding: 17px 30px;
    }
    #double-product-action .product-item.product-item-row .title {
        font-size: 16px;
    }
    .product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .product-title {
        margin-top: 55px;
    }
}

@media (max-width:991px) {
    .sale-banner-item.sale-banner-item-two {
        flex-wrap: wrap;
    }
    #sale-banner .sale-banner-item-two .sale-banner-body {
        padding: 40px 30px;
    }
    #sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
        margin-left: -1px;
        min-width: 50%;
    }
    #sale-banner .sale-banner-item-two .sale-banner-related-items {
        margin-top: 40px;
    }
    #single-product-action .product-item.product-item-row .product-stock-image {
        width: 370px;
    }
    aside.horizontal-menu {
        padding: 10px 20px;
    }
    .menu-toggler-title {
        display: block;
    }
}

@media (max-width:768px) {
    #single-product-action .product-item.product-item-row .product-stock-image {
        width: 100%;
        height: 236px;
    }
    #single-product-action.product-stock .product-item .options-row {
        font-size: 16px;
        line-height: 24px;
    }
    #single-product-action.product-stock .product-item .prices,
    #single-product-action.product-stock .product-item .to-cart {
        text-align: center;
    }
    #single-product-action.product-stock .product-item .to-cart button {
        margin-top: 20px;
    }
    .product-item.product-item-row.horizontal-item .product-title {
        margin-top: 60px;
    }
    .horizontal-item .product-item-stickers {
        left: 22px;
    }
    .horizontal-item .horizontal-item-without-photo .desc-column .price-block {
        padding-top: 20px;
    }
    .product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .desc-column .price-block {
        min-width: 100%;
        flex-direction: row;
    }
}

.news_items .item {
    border: 1px solid #ececec;
    overflow: hidden;
    height: 100%;
}

.news_items .item .news_body {
    padding: 20px
}

.news_items .item .news_body .title {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik';
}

.news_items .item .news_body .title a:hover {
    text-decoration: none;
}

.news_items .item .news_body .date {
    color: #6c757d;
    font-size: .785em;
    display: block;
    font-weight: 400;
    margin-bottom: 10px
}

.order-btn {
    border-radius: 0;
    color: #fff;
    width: 100%
}

.combo-multiple-item {
    display: inline-block;
    margin-right: 20px;
}

.combo-multiple-item label {
    margin-left: 5px;
    color: #6c757d;
    line-height: 1em;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
}

.error404 h1 {
    font-size: 250px;
    line-height: normal;
    text-indent: -9999px;
    background: url(../images/img404.jpg) top center no-repeat;
    background-size: contain;
}

.error404 .content-error-page {
    font-size: 21px;
    text-align: center;
    margin-bottom: 45px;
}

.product-item-row.product-item-twoRow .price {
    margin-left: 5px;
}

.product-item-row.product-item-twoRow button.img,
.product-item.horizontal-item button.img {
    margin-left: auto;
    background-image: url(../images/cart.png);
    background-position: 49% 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
}

.product-item.horizontal-item button.img {
    margin-left: 12px;
}

.product-item.horizontal-item.horizontal-double button.img {
    margin-top: 0;
}

.product-item-row.product-item-twoRow button.img:focus,
.product-item-row.product-item-twoRow button.img:hover {
    outline: none;
}

.product-item.product-item-row.product-item-twoRow .product-item-image {
    width: 100%;
    height: 92px;
}

@media (max-width:767px) {
    .product-item.product-item-row.product-item-twoRow .product-item-image {
        height: 180px;
    }
    .product-item.product-item-row.product-item-twoRow .right-row {
        padding: 0;
    }
}


/* cart begin */

.cart-crumbs {
    margin-bottom: 39px;
}

#msCart.ms-custom-cart {
    padding-top: 18px;
}


/* cart end */

.header_wrap nav,
.top nav.navbar {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
}


/*  cabinet  */

.header-login .header-login-button {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #181A16;
}

.header-login a.header-login-button {
    padding: 0 4px;
}

.header-login .header-login-button:focus {
    outline: none;
}

.header-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.modal-body-login-form {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.modal-body-login-form .login-form-control {
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    justify-content: stretch;
    align-items: center;
    min-height: 60px;
    background: #F8F8F8;
}

.modal-body-login-form .login-form-control .login-form-control-tab {
    flex: 0 0 50%;
    text-align: center;
    padding: 18px 0;
}

.modal-body-login-form .login-form-control .login-form-control-tab:hover {
    cursor: pointer;
}

.modal-body-login-form .login-form-control .login-form-control-tab.active {
    background: #fff;
}

.modal-body-login-form .login-form-content {
    padding: 25px 30px 20px;
    min-height: 250px;
}

.login-form-content>div {
    display: none;
}

.login-form-content>div.active {
    display: block;
}

.login-form-field span.loginLabel {
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}

.login-form-field {
    margin-bottom: 15px;
}

.login-form-field.login-form-field-remember-me {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.login-form-field.login-form-field-remember-me a {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.login-form-field .forgot-password {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.content-login-form-tab #submitbtn {
    display: block;
    background: #92C537;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

.login-form-agreement.register-agreement {
    margin-top: 10px;
}

.login-form-field.login-form-field-submit {
    margin-bottom: 10px;
}

.login-form-field>label {
    display: block;
}

.login-form-field>label>input,
.login-form-field>textarea {
    width: 100%;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 15px;
    padding: 13px 20px;
}

#comment-form-placeholder #comment-editor {
    width: 100%;
    border: 2px solid #ECECEC;
}

.comments-form-header {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
}

.comments-module .comment-reply .reply {
    text-decoration: underline;
}

.login-form-field>label>input.loginRememberme {
    display: inline;
    width: auto;
}

.login-form-field .loginLoginButton>input {
    display: block;
    background: #92C537;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

.login-form-agreement span {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #9E9E9E;
    display: inline-block;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 437px;
        margin: 4.75rem auto 1rem;
    }
}

.forgot-password-description {
    font-size: 25px;
    line-height: 30px;
}

.loginFPButton input,
.forgot-password-button {
    padding: 18px 40px 17px 41px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.forgot-password-button {
    display: inline-block;
    margin-top: 9px;
}

.forgot-password-button:hover {
    color: #fff;
    text-decoration: none;
}

.loginFPForm .login-form-field {
    margin-bottom: 25px;
}

.login-form-field .change-password-button {
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 40px 17px 41px;
    border: none;
}

.update-profile-block .update-profile-button,
.change-password-block .change-password-button {
    padding: 18px 40px 17px 41px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.update-profile .update-profile-field,
.change-password .update-profile-field {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.update-profile {
    margin-bottom: 45px;
}

.profile-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
}

.my-orders-content .cabinet-order {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.my-orders-content .cabinet-order.filtred {
    display: none;
}

.cabinet-order .cabinet-order-description {
    display: flex;
    justify-content: space-between;
    padding: 22px 25px;
}

.cabinet-order .order-show-more-arrow {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #F8F8F8;
}

.cabinet-order .order-show-more-arrow:before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #181A16;
    border-bottom: 2px solid #181A16;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: rotate(45deg);
    transition: .2s;
}

.cabinet-order.showed .order-show-more-arrow:before {
    transform: rotate(225deg);
    transition: .2s;
    top: 17px;
    left: 16px;
}

.cabinet-order .order-show-more-arrow:hover {
    cursor: pointer;
}

.cabinet-order-about .cabinet-order-about-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.cabinet-order-description .cabinet-order-small-text {
    font-size: 14px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-order-status .order-status-new {
    background: #56CCF2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 5px 15px;
}

.cabinet-order-status .order-status-payd {
    background: #56CCF2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 5px 15px;
}

.cabinet-order-status .order-status-shiped {
    background: #6FCF97;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 5px 15px;
}

.cabinet-order-status .order-status-canceled {
    background: #E0E0E0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #181A16;
    padding: 5px 15px;
}

.cabinet-order-description .cabinet-order-status {
    margin-left: 16px;
    flex: 0 0 45%;
}

.cabinet-order-description .cabinet-order-payment-status {
    display: flex;
    align-items: center;
}

.cabinet-order-payment-status .cabinet-order-payment-status-outer-button {
    margin-left: 15px;
}

.cabinet-order-payment-status .cabinet-payment-status-title {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-order-payment-status .cabinet-payment-status-not-paid {
    font-size: 16px;
    line-height: 20px;
    color: #EB5757;
}

.cabinet-order-payment-status .cabinet-payment-status-ok {
    font-size: 16px;
    line-height: 20px;
    color: #181A16;
    font-weight: 400;
}

.cabinet-order-payment-status .cabinet-payment-status-canceled {
    font-size: 16px;
    line-height: 20px;
    color: #9E9E9E;
    font-weight: 400;
}

.cabinet-order-total .cabinet-order-total-title {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-order-total .cabinet-order-total-content {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #1A1716;
}

.cabinet-order-description .cabinet-order-total {
    /* margin-left:47px; */
    flex: 0 0 12%;
}

.cabinet-order-description .cabinet-order-payment-status {
    flex: 0 0 21%;
}

.cabinet-order .cabinet-order-products {
    display: none;
    padding: 22px 25px;
    border-top: 1px solid #ECECEC;
}

.cabinet-order.showed .cabinet-order-products {
    display: block;
}

.cabinet-order-description .cabinet-order-about {
    flex: 0 0 137px;
}

.cabinet-order-products .cabinet-product {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 56px;
}

.cabinet-order-products .cabinet-product:last-child {
    margin-bottom: 0;
}

.cabinet-product .cabinet-product-image img {
    max-width: 150px;
}

.cabinet-product-about .cabinet-product-title {
    font-size: 18px;
    line-height: 20px;
}

.cabinet-product .cabinet-product-about {
    flex: 0 0 46%;
}

.cabinet-product-about .cabinet-product-weight {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
    font-weight: 500;
    margin-top: 4px;
}

.cabinet-product-quantity .cabinet-product-quantity-title {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-product-quantity .cabinet-product-quantity-num {
    font-size: 18px;
    line-height: 20px;
    color: #181A16;
    font-weight: 500;
}

.cabinet-product .cabinet-product-order-cost {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    flex: 0 0 125px;
    text-align: right;
}

.logout-button-block {
    margin-top: 45px;
}

.profile-logout-link {
    padding: 18px 40px 17px 41px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    background: #BA1A35;
    display: inline-block;
}

.profile-logout-link:hover {
    text-decoration: none;
    color: #fff;
    background: #E82748;
}

.my-order-filters-section {
    display: flex;
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
}

.my-orders-filter {
    flex: 0 0 33.333%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.my-orders-filter:hover {
    cursor: pointer;
}

.my-orders-custom-select:after {
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #181A16;
    border-right: 2px solid #181A16;
    position: absolute;
    top: 21px;
    right: 19px;
    transform: rotate(45deg);
    transition: .2s;
}

.my-orders-custom-select.expanded:after {
    transform: rotate(225deg);
    transition: .2s;
}

.my-orders-filter .my-orders-custom-select {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    /* padding:15px 18px; */
    position: relative;
}

.my-orders-filter .my-orders-custom-select .my-orders-select-value {
    padding: 15px 18px;
}

.my-orders-filter .my-orders-custom-select.expanded {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.my-orders-filter .my-orders-select-options {
    display: none;
    position: absolute;
    background: #fff;
    left: -1px;
    right: -1px;
    border: 1px solid #EBEBEB;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    top: calc(100% - 1px);
    padding: 5px 18px 15px;
    z-index: 2;
}

.my-orders-select-options .my-orders-select-option {
    padding: 6px 0px;
}

.my-orders-select-options .my-orders-select-option:last-child {
    padding-bottom: 0;
}

.my-orders-custom-select.expanded .my-orders-select-options {
    display: block;
}

.mobile-flex-break {
    flex-basis: 100%;
}

.my-orders-filter .my-orders-filter-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.cabinet-order-payment-status-button {
    color: #fff;
    padding: 5px 7px 3px 9px;
    border-radius: 50%;
}

.cabinet-order-payment-status-button:hover {
    color: #fff;
    text-decoration: none;
}

.cabinet-order-payment-status .cabinet-order-payment-status-outer-button:hover {
    transform: scale(1.3);
}

.login-form-field span.error {
    color: #EB5757;
}

@media (min-width:991px) {
    .mobile-flex-break {
        display: none;
    }
}

@media (max-width:1200px) {
    .cabinet-order-description .cabinet-order-status {
        flex: 0 0 130px;
        margin-left: 0;
    }
    .cabinet-order-description .cabinet-order-total {
        flex: 0 0 96px;
    }
    .header-login {
        padding-left: 0;
        padding-right: 0;
    }
    .header-login a.header-login-button {
        font-size: 13px;
    }
    .cabinet-product .cabinet-product-quantity {
        margin: 0 10px;
    }
    .cabinet-product .cabinet-product-about {
        flex: 0 0 40%;
        margin: 0 10px;
    }
    .cabinet-product-about .cabinet-product-title {
        font-size: 16px;
    }
    .header_btn .callback {
        width: 100%;
    }
}


/*  end cabinet */

@media (min-width: 767px) {
    .visible-sm.visible-xs {
        display: none!important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-xs.visible-sm {
        display: block!important;
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .visible-lg.visible-md {
        display: block!important;
    }
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block!important;
    }
    .visible-lg.visible-md {
        display: none!important;
    }
    .my-order-filters-section {
        flex-wrap: wrap;
    }
    .my-orders-filter {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    .orders-custom-pagination {
        overflow-x: scroll;
    }
    .cabinet-order-status>span {
        display: inline-block;
        margin-bottom: 8px;
    }
}

@media (max-width:1407px) {}

@media (max-width:1200px) {
    .catalog .row>.col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .sale_items .sale_body .title {
        font-size: 21px;
    }
    .all-products-section .single-product {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }
    .add-to-cart-form .add-to-cart-counter-block .ms2-cart-counter,
    .add-to-cart-form .add-to-cart-counter-block .ms2-add-to-cart {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .add-to-cart-form .add-to-cart-counter-block .ms2-add-to-cart {
        margin-top: 12px;
    }
    #sale-banner .sale-banner-body {
        bottom: 30px;
    }
    .footer .footer-outer-menu>li {
        flex: 0 0 100%;
    }
}

@media (max-width:991px) {
    .tizers-outer-block {
        flex-wrap: wrap;
    }
    .tizers .tizer-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .mobile-navbar {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 99;
        background: #fff;
        bottom: 0;
        transition: .5s;
        width: 300px;
        box-shadow: -4px 0 32px -2px black;
        overflow-x: hidden;
        overflow-y: scroll;
        text-align: left;
        height: 110%;
    }
    .outer-mobile-navbar {
        padding: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        box-shadow: 0px 10px 15px rgba(15, 23, 0, 0.05);
        z-index: 99999;
    }
    .outer-mobile-navbar .phone-button-block .mobile-phone-navbar a {
        font-size: 20px;
        font-weight: 400;
    }
    .outer-mobile-navbar .header__logo-mob {
        padding: 10px;
    }
    .outer-mobile-navbar .menu-title {
        margin-left: 8px;
        font-size: 18px;
    }
    .mobile-navbar.show {
        transition: .5s;
        left: 0;
    }
    .navbar-light .outer-mobile-navbar .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        border: none;
    }
    .navbar-light .outer-mobile-navbar button.navbar-toggler:focus {
        outline: none;
    }
    .mobile-nav {
        padding: 0;
        border-bottom: 1px solid #EBEBEB;
    }
    .header_wrap {
        position: static;
    }
    .mobile-navbar li.nav-item {
        padding: 5px 20px;
        border-bottom: 1px solid #EBEBEB;
    }
    .mobile-navbar li.nav-item.navving a {
        position: relative;
    }
    .mobile-navbar li.nav-item.first.navving-8>a {
        font-weight: 600;
    }
    .mobile-navbar .nav-item.navving a.parent-nav-link:after {
        position: absolute;
        background: url(../images/expand.svg) center no-repeat;
        width: 5px;
        right: 20px;
        top: 0;
        bottom: 0;
        content: '';
    }
    .mobile-right-menu {
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        min-width: 300px;
        /* box-shadow: 0 10px 20px 0 rgba(0,0,0,.1); */
        background: #fff;
        padding: 0;
        display: none;
    }
    .mobile-right-menu li {
        list-style-type: none
    }
    .mobile-navbar .mobile-navbar-wrapper {
        /* overflow: hidden; */
        transition: .5s;
    }
    .mobile-navbar .navbar-nav {
        transition: .5s;
    }
    .mobile-navbar li.expanded .mobile-right-menu {
        display: block;
    }
    .mobile-right-menu .nav-link-title {
        font-weight: 900;
        padding: .5rem 0;
        display: block;
        color: #222;
    }
    .mobile-right-menu .back-link {
        cursor: pointer;
    }
    .popular .popular-image {
        height: 150px;
    }
    .mainpage_text {
        padding: 25px 0;
    }
    .mobile-right-menu .svg {
        top: -1px;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        min-width: 18px;
        min-height: 17px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .mobile-right-menu .svg-arrow-right {
        background-image: url(../images/arrow_right.svg);
        margin-right: 8px;
    }
    .mobile-navbar-contacts {
        padding: 10px;
    }
    .mobile-navbar-contacts .contacts-navbar-header {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.6px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .mobile-navbar-contacts .mobile-navbar-address {
        position: relative;
        top: -4px;
        margin-right: 5px;
    }
    .mobile-navbar-contact-information>div {
        margin-bottom: 8px;
    }
    .sale_items .item {
        margin-bottom: 30px;
    }
    .sort_display {
        position: static!important;
        display: inline-block;
    }
    .all-products-section .single-product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ms2-form-price-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header_slogan {
        font-size: 10px;
    }
    .header-login-button.text-button {
        display: none;
    }
    .cabinet-order .cabinet-order-description {
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .cabinet-order-description>div:nth-child(2n+1) {
        flex: 0 0 75% !important;
    }
    .cabinet-order-description>div:nth-child(2n) {
        flex: 0 0 25% !important;
        text-align: right;
    }
    .cabinet-order-description>div:last-child {
        flex: 0 0 100% !important;
        text-align: center;
    }
    .cabinet-order-description .cabinet-order-payment-status,
    .cabinet-order-description .cabinet-order-total {
        margin-top: 18px;
    }
    .cabinet-order-products .cabinet-product {
        flex-wrap: wrap;
        padding-right: 0;
    }
    .cabinet-product .cabinet-product-quantity {
        margin: 10px;
    }
    .cabinet-product .cabinet-product-order-cost {
        margin: 0 10px;
    }
    .cabinet-product .cabinet-product-about {
        flex: 0 0 calc(100% - 170px);
        margin: 0 10px;
    }
    #sale-banner .sale-banner-body {
        left: 20px;
        right: 20px;
        bottom: 15px;
    }
    .sale-banner-item .sale-banner-title {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .jGrowl {
        z-index: 99999;
    }
    .modal.show .modal-dialog {
        margin-top: 80px;
    }
}

@media (max-width:575px) {
    .tizers {
        padding: 40px 0 10px;
    }
    .catalog .row>.col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .catalog .row>.col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sale_items img {
        width: 100%;
    }
    .footer .footer-copyright {
        text-align: center;
    }
    .footer .webstr {
        text-align: center;
        margin-top: 15px;
    }
    .all-products-section .single-product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ms2-product-description.nav-tabs {
        flex-direction: column;
    }
    .ms2-product-description.nav-tabs .nav-item {
        margin-bottom: 0px;
        margin-right: 0;
    }
    .ms2-product-description.nav-tabs .nav-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .error404 h1 {
        font-size: 150px;
    }
    .error404 .content-error-page {
        font-size: 18px;
    }
    .popular {
        margin: 25px 0 40px;
    }
    .sale_items.main_page {
        padding: 25px 0 20px;
    }
    .sale_items.main_page .section_title {
        margin-bottom: 25px;
    }
    .outer-mobile-navbar a.header__logo-mob {
        padding: 10px;
    }
    .cabinet-order .cabinet-order-products {
        padding: 10px;
    }
    .cabinet-product .cabinet-product-image img {
        max-width: 120px;
    }
    .cabinet-product .cabinet-product-about {
        flex: 0 0 calc(100% - 140px);
    }
    .cabinet-order-description>div:nth-child(2n+1) {
        flex: 0 0 50% !important;
    }
    .cabinet-order-description>div:nth-child(2n) {
        flex: 0 0 50% !important;
        text-align: right;
    }
    .cabinet-order-description>div:last-child {
        flex: 0 0 100% !important;
        text-align: center;
    }
    #sale-banner .sale-banner-item img {
        display: none;
    }
    #sale-banner .sale-banner-item {
        min-height: 340px;
        background-size: cover;
        background-position: center;
    }
    .sale-banner-item .sale-banner-title {
        font-size: 21px;
        line-height: 24px;
    }
    .sale-banner-item .sale-banner-title br {
        display: none;
    }
    .sale-banner-item .sale-banner-desc {
        font-size: 14px;
    }
    #sale-banner .sale-banner-body {
        bottom: 45px;
    }
    .section_title {
        font-size: 28px;
        line-height: 32px;
    }
    .sale_items .sale_body .title {
        font-size: 18px;
    }
    .tizers .tizer-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* MAIN */
body {
    color: #181A16;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300
}

.h1,
h1 {
    margin-bottom: 1.6rem;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

.h2,
h2 {
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
}

.h3,
h3 {
    font-size: 1.25rem;
    margin-bottom: 1.20rem;
}

a {
    color: #222;
}

img {
    max-width: 100%;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.content__inner {
    margin-bottom: 40px;
}

.top {
    box-shadow: 0px 10px 15px rgba(15, 23, 0, 0.05);
    margin-bottom: 34px
}

.header {
    padding-top: 25px;
    padding-bottom: 15px;
}

.header__logo img {
    max-width: 100%
}

.header-contact {
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    margin-top: 2px;
}

.header-contact .phone {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.header-contact-name .phone {
    position: relative;
}
.header-contact-name .phone:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5%;
    right: -10%;
    border-bottom: 1px solid #ddd;
    opacity: 0;
}
.header-contact.header-contact-name:hover .phone {
    padding-bottom: 15px;
}
.header-contact.header-contact-name:hover .phone:before {
    opacity: 1;
}
#header.header-opacity .header-contact .phone {
    color: #fff;
}

.header-contact:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: -5%;
    top: -5%;
    width: 115%;
    height: 110%;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(15, 23, 0, 0.1);
    border-radius: 5px;
    transition: 0.2s;
    z-index: 1;
}

.header-contact:hover::before {
    opacity: 1;
}
#header.header-opacity .header-contact:hover .phone {
    color: #222;
}

.header-contact>* {
    z-index: 2;
    position: relative;
}

.header-phone-name {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #3F403F;
}

.header-contact .phone .header-phone-name,
.header-contact .phone-second,
.header-contact .header_btn {
    display: none;
    transition: 0.2s;
}

.header-contact:hover .phone .header-phone-name,
.header-contact:hover .phone-second,
.header-contact:hover .header_btn {
    display: inline-block;
}

.phone-first:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #92C537;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.header-contact:hover .phone-first:after {
    opacity: 0;
}

.callback {
    display: inline-block;
    text-decoration: none;
    clear: both;
    border: none;
    padding: 8px 20px;
    background: #92C537;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    width: 215px;
    max-width: 100%;
}

.callback:hover,
.callback:focus,
.header-contact .phone:hover,
.header-contact .phone:focus {
    text-decoration: none;
}

@media (min-width:1200px) and (max-width:1400px) {
    .header-contact {
        width: 80%;
    }
    .header-contact .phone {
        font-size: 17px;
    }
    .header__logo {
        margin-right: -40px;
    }
    .header_slogan {
        font-size: 13px;
    }
}

.footer {
    font-size: 0.925em;
}

.footer .footer_top {
    background: #f8f8f8;
    padding: 30px 0 20px;
    border-bottom: 1px solid #ebebeb
}

.footer .footer_bottom {
    background: #f8f8f8;
    padding: 30px 0;
}

.footer .footer_bottom .row {
    align-items: center
}

.footer .min-section-title a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.165em;
    display: inline-block;
    margin-bottom: 12px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
}

.footer ul li a {
    color: #575757;
    display: inline-block;
    padding: 5px 0 6px;
}

.footer .footer-outer-menu>li {
    flex: 0 0 50%;
}

.footer .footer-address {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding: 2px 20px 5px 0px;
    margin-top: 42px;
}

.footer .footer-address svg {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.footer .footer-phone {
    display: inline-block;
    clear: both;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    padding: 0 0px 5px 0;
    margin-right: 0;
    transition: .3s;
}

#footer>div.footer_top>div>div>div:nth-child(5)>a:nth-child(4) {
    margin-left: 36px;
}

.footer .footer-phone svg {
    margin-right: 5px;
}

.footer .footer-phone:hover,
.footer .footer-phone:focus {
    text-decoration: none;
}

.footer .webstr {
    font-size: 12px;
    line-height: 22px;
    display: flex;
    justify-content: flex-end;
}
.footer .webstr-image-svg {
    width: 113px;
    height: 32px;
}

.footer .webstr .webstr-link {
    text-align: left;
    line-height: 15px;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        margin-top: 0;
        display: block
    }
}

#navbar .navbar-nav {
    width: 100%;
    position: relative;
    justify-content: space-around;
    align-content: center;
}

.navbar {
    padding: 0;
    /*border-top: 1px solid #EBEBEB;*/
}

#navbar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.header-opacity #navbar .navbar-nav .nav-link {
    color: #fff;
}
#sticky-header #navbar .navbar-nav .nav-link {
    color: #181A16;
}

#navbar .navbar-nav .navving ul li a.nav-link {
    color: #222;
}

#navbar .navbar-nav .navving:not(.navving-8) ul li a.nav-link {
    padding: 12px 32px;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
    font-size: 0.865em;
    transition: .3s;
    text-transform: none;
}

#navbar .navbar-nav .navving:not(.navving-8) ul li:last-child a.nav-link {
    border: none;
}

#navbar .navbar-nav .navving:not(.navving-8) ul li a.nav-link:hover {
    background-color: #f9f9fa;
    color: #000
}

.dropdown-toggle:after {
    margin-left: .955em;
    color: #a2a2a2;
    top: 2px;
    position: relative;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    min-width: 300px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.dropdown.navving.navving-8 {
    position: static;
}

.dropdown .dropdown-menu {
    left: 0;
}

.dropdown.navving.navving-8 .dropdown-menu {
    right: 0
}

.dropdown .dropdown-menu.dropdown-menu-8 {
    padding: 30px;
}

.dropdown .dropdown-menu.dropdown-menu-8>li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 20px;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li>a.nav-link {
    padding: 0;
    font-weight: 400;
    font-size: .925em;
    transition: .3s;
    margin-bottom: 8px;
    text-transform: none;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li ul {
    list-style-type: none;
    padding-left: 0;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li ul li {
    display: inline-block;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li ul li a {
    display: inline-block;
    padding: 0;
    font-size: .765em;
    margin-right: 15px;
}

.titleCrumbs {
    margin-bottom: 27px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    border: 1px solid #ececec;
    transition: all 0.3s;
    margin-bottom: 30px;
    border-radius: 5px;
}

.sidebar-navigation {
    margin-bottom: 0;
}

.sidebar-navigation li a {
    padding: 13px 19px 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ececec;
    color: #181A16;
    font-weight: normal;
    font-size: 15px;
}

.sidebar-navigation li a.parent {
    position: relative;
}

.sidebar-navigation li a.parent:after {
    position: absolute;
    background: url('../images/expand.svg') center no-repeat;
    width: 5px;
    right: 20px;
    top: 0;
    bottom: 0;
    content: '';
}

.product-item .product-item-title:hover,
.product-item .product-item-title:focus {
    text-decoration: none
}

.sidebar-navigation li:last-child a {
    border-bottom: none;
}

.sidebar-navigation li:hover ul {
    display: block;
}

.sidebar-navigation li {
    position: relative;
}

.sidebar-navigation li.active,
.sidebar-navigation li:hover,
.sidebar-navigation li:focus {
    background-color: #F8F8F8;
}

.sidebar-navigation li.active>a {
    font-weight: 500
}

.sidebar-navigation li ul {
    display: none;
    position: absolute;
    left: 100%;
    width: calc(1110px - 100%);
    top: 0;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    padding: 20px;
    z-index: 99999;
}

.sidebar-navigation li ul li {
    width: 33%;
    display: inline-block;
}

#sidebar ul ul a {
    padding: 8px 15px 8px 30px;
    border-bottom: none;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #43474a !important;
}

.content {
    min-height: 560px;
}

.all-products-section {
    margin-bottom: 40px;
}

.all-products-section .pagination,
.sale_items-box .pagination {
    margin-top: 30px;
}

.all-products-section .relative-z:hover {
    z-index: 9999
}

#catalogCategories {
    padding: 0;
    margin-bottom: 40px;
}

#catalogCategories .catalog-category-item {
    text-align: center;
    border: 1px solid #F2F2F2;
    padding: 15px 10px 15px;
    transition: all ease 0.2s;
    margin: 0 0 -1px -1px;
}

#catalogCategories .catalog-category-item:hover a,
#catalogCategories .catalog-category-item a:hover,
a.blockLink:hover {
    text-decoration: none;
}

#catalogCategories .catalog-category-item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

#catalogCategories .catalog-category-item img {
    max-width: 100%;
}

a.blockLink {
    display: block;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
    margin: 0px 0px -1px -1px;
}

.nomar {
    margin-left: 0;
    margin-right: 0;
}

#catlogCategories {
    margin-bottom: 40px;
    padding: 0;
}

.filters-block {
    margin-bottom: 25px;
}

.filters-block .filter-box {
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.filters-block .filters-block-title {
    font-size: 16px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.filter-box .filter-box-title.fa_icon:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 8px;
    top: 4px;
    transition: .1s;
}

.filter-box.active .filter-box-title.fa_icon:after {
    transform: rotate(225deg);
    transition: .1s;
    top: 8px;
}

.filters-block .filter-box .filter-box-title {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
}

.filter-box .filter-block {
    position: relative;
    display: none;
    border-top: 1px solid #ececec;
    padding: 15px;
}

.filter-block .parameters_box_container_block {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.filter-block .parameters_box_container_block:nth-child(2) {
    padding-left: 10px;
    padding-right: 0;
}

.filter-block .parameters_box_container_block input {
    width: 100%;
}

.filter-block .divider {
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    background: #9a9a9a;
}

.filters-block .resultBlock {
    padding: 0px 0px 10px;
    display: none;
}

.filters-block .filterButtons a,
.filters-block .filterButtons input {
    width: 100%;
    border: none;
    box-shadow: none!important;
    font-size: 14px;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

.filters-block .filterButtons a {
    background: none;
    border: 1px solid #ECECEC;
}

.filters-block .filterButtons input {
    color: #fff;
    border: 1px solid transparent;
}

.filters-block .bx_filter_input_container input[type=text] {
    border: 1px solid #EBEBEB;
    padding: 5px 10px;
    font-weight: 300;
    border-radius: 5px;
}

.sort_display a {
    width: 35px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #EBEBEB;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0;
}

.sort_display a.active {
    background: #F8F8F8;
}

.sort_display a.current {
    background-color: #de002b;
}

.sort_display a i {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 20px;
    background: url(/assets/images/icons.svg) 0 0 no-repeat;
    vertical-align: unset;
}

.sort_display a.block i {
    background-position: 0px -15px;
}

.sort_display a.list i {
    background-position: 0 -45px;
}

.sort_display a.table i {
    background-position: 0 -75px;
}

.sort_display a.block.active i {
    background-position: 0px 0px;
}

.sort_display a.list.active i {
    background-position: 0 -30px;
}

.sort_display a.table.active i {
    background-position: 0 -60px;
}

.sort_display {
    text-align: right;
    margin-bottom: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    overflow: hidden;
}

.sort-display-out {
    text-align: right;
}

.tagsort {
    margin: 50px 0;
}

.tagsort_box {
    padding: 30px;
    /*border: 1px solid #382D30;*/
    border-radius: 5px;
    background: #F8F8F8;
}

.tagsort_list {
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tagsort_list li {
    display: inline-block;
    margin: 0 6px;
}

.tagsort_list li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 20px;
    background: transparent;
    color: #FFF;
    border-radius: 5px;
    margin: 0 -1px 0 0;
}

.tagsort_list li a:hover,
.tagsort_list li a:focus {
    color: #fff;
    text-decoration: none;
}

.tagsort_list li a.tagsort-new,
.product-item-stickers .tag-new,
#msProduct .tag-new {
    background-color: #BA1A35;
}

.tagsort_list li a.tagsort-popular,
.product-item-stickers .tag-popular,
#msProduct .tag-popular {
    background-color: #92C537;
}

.tagsort_list li a.tagsort-sellout,
.product-item-stickers .tag-sellout,
#msProduct .tag-sellout {
    background-color: #009FDB;
}

.tagsort_list li a.tagsort-favorite,
.product-item-stickers .tag-favorite,
#msProduct .tag-favorite {
    background-color: #F8B024;
}

.tagsort_list li a.tagsort-bigsize,
.product-item-stickers .tag-bigsize,
#msProduct .tag-bigsize {
    background-color: #4D1ABA;
}

.tagsort_list li a.tagsort-spiсy,
.product-item-stickers .tag-spiсy,
#msProduct .tag-spiсy {
    background-color: #FF0000;
}

.tagsort_list li a.tag-stock,
.product-item-stickers .tag-stock,
#msProduct .tag-stock,
.stock-item-sticker .tag-stock {
    background-color: #92C537;
}

.stock-item .product-item {
    background: #F8F8F8;
}

.product-item.stock-item .product-item-title {
    font-weight: 500;
}

#single-product-action.product-stock .product-item .center-row {
    padding: 10px 0;
    border-right: none;
}

.product-item-stickers.needHideTags .tag:nth-child(n+3) {
    display: none;
}

.product-item-stickers.needHideTags.active .tag:nth-child(n+3) {
    display: inline-block;
}

.product-item-stickers span.showMoreTags {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background-image: url('../images/showMoreTags.png');
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
}

.product-item-stickers span.showMoreTags:hover {
    cursor: pointer;
}

.product-item-stickers span.showMoreTags.active {
    background-image: url('../images/hideMoreTags.png');
}

.product-item-image img {
    width: 100%;
}

.product-item-stickers {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
}

.product-item-row:not(.horizontal-item) .product-item-stickers,
.product-item-line:not(.horizontal-item) .product-item-stickers {
    position: static;
}

.product-item.product-item-line {
    padding: 20px 25px;
}

.product-item-stickers.needHideTags.active {
    background: linear-gradient(180deg, #FFFFFF 33.33%, rgba(255, 255, 255, 0) 100%);
}

.badge-secondary {
    background-color: #4fad00;
}

.badge-pill {
    border-radius: 0;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    display: inline-block;
    margin-bottom: 2px;
}

.product-item.sort-block {
    padding: 1px 0;
    height: 100%;
    position: relative;
}

.product-item .fastView {
    display: none;
    position: absolute;
    top: calc(37% - 10px);
    text-align: center;
    left: 30px;
    right: 30px;
    margin: auto;
    padding: 8px 12px;
    color: #fff !important;
}

#fastViewModal .modal-dialog {
    max-width: 1000px;
    max-height: 770px;
}

#fastViewModal .modal-dialog .modal-body {
    padding: 35px 40px;
}

#fastViewModal .h1,
#fastViewModal h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-top: 16px;
}

#fastViewModal #msProduct .ms2_form .ms2_form_inner {
    width: 100%;
    text-align: center;
}

#fastViewModal #msProduct .ms2_form .ms2_form_inner .msoldprice {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #9E9E9E;
    margin-top: -3px;
}

#fastViewModal .count_product_box {
    margin-top: 15px;
}

#fastViewModal .fastView-rightPanel {
    flex: 0 0 320px;
}

#fastViewModal .fastView-leftPanel {
    flex: 0 0 calc(100% - 320px);
}

#fastViewModal .fastView-fullWidth {
    flex: 0 0 100%;
    position: relative;
}

#fastViewModal .modal-close-button {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 99999;
}

#fastViewModal .modal-close-button button span {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url('../images/fast-close.png');
}

#fastViewModal #msProduct .ms2_form {
    padding: 33px 25px;
}

#fastViewModal .fotorama__thumb {
    border: 2px solid #EBEBEB;
}

#fastViewModal #msGallery {
    max-width: 598px;
}

.modal-open .modal#fastViewModal {
    z-index: 99999999;
}

.product-item .fastView:hover {
    cursor: pointer;
}

.product-item:hover .fastView {
    display: block;
}

.product-item .add-to-cart-block {
    display: none;
    margin-top: 15px;
    transition: .3s;
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    z-index: 9;
}

.product-item:hover .add-to-cart-block {
    display: block;
}

.product-item .product-item-title-price {
    margin: 0 20px 20px;
}

.all-products-section.view-characteristics .product-item.sort-block .product-item-title-price .product-item-title {
    margin-bottom: 11px;
}

.all-products-section.view-characteristics .product-item.sort-block .product-item-title-price .product-item-characteristics {
    border-top: 1px solid #EBEBEB;
    ;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    padding-top: 10px;
    margin-bottom: 57px;
}

.all-products-section.view-characteristics .product-item.product-item-row .product-item-characteristics {
    font-size: 14px;
    line-height: 16px;
    padding-top: 3px;
}

.all-products-section.view-characteristics .product-item.product-item-row .product-item-characteristics .characteristic-item {
    margin-bottom: 10px;
}

.all-products-section.view-characteristics .product-item.sort-block .product-item-title-price .product-item-characteristics .characteristic-item {
    margin-bottom: 10px;
}

.all-products-section.view-characteristics .product-item.sort-block .product-item-title-price .product-item-characteristics .characteristic-label {
    color: #9E9E9E;
}

.all-products-section.view-desc .product-item.sort-block .product-item-title-price {
    margin-bottom: 0;
    min-height: 100%;
}

.all-products-section.view-characteristics .product-item.sort-block .product-item-title-price {
    margin-bottom: 0;
    min-height: 100%;
}

.product-item .product-item-title-price .product-item-intro {
    display: none;
    font-size: 13px;
    line-height: 18px;
    color: #3F403F;
    margin-bottom: 55px;
}

.product-item-row .product-item-intro {
    display: none;
    font-size: 13px;
    line-height: 18px;
    color: #3F403F;
}

.all-products-section.view-desc .product-item.sort-block .product-item-title-price .product-item-intro,
.all-products-section.view-desc .product-item-row .product-item-intro {
    display: block;
}

.all-products-section.view-desc .product-item.sort-block .product-item-title-price .new-old-price-block {
    flex-direction: column;
    position: absolute;
    bottom: 8px;
}

.all-products-section.view-characteristics .product-item.sort-block .product-item-title-price .new-old-price-block {
    position: absolute;
    bottom: 8px;
}

.all-products-section.view-desc .product-item.sort-block .product-item-title-price .new-old-price-block .old_price {
    margin-left: 0;
    order: 1;
    font-size: 12px;
    line-height: 12px;
}

.all-products-section.view-desc .product-item.sort-block .product-item-title-price .new-old-price-block .price {
    order: 2;
}

.all-products-section.view-desc .product-item.sort-block .product-item-title-price .price .weight {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
    margin-left: 9px;
}

.product-item .product-item-image {
    height: 200px;
    margin: 20px;
}

.product-item.product-item-row form>div {
    padding: 10px 0
}

.product-item.product-item-row.horizontal-item form>div {
    padding: 0;
}

.product-item.product-item-row.horizontal-item form>div.desc-column {
    padding: 0 25px 0 30px;
}

.product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo>div.desc-column .content-block {
    flex-direction: row !important;
}

.horizontal-item.horizontal-double .desc-column .price-block .product-item.product-item-line {
    padding: 15px 25px
}

.product-item.product-item-row .product-item-image {
    width: 240px;
    height: 188px;
    margin: 0
}

.product-item.horizontal-item .product-item-image {
    width: 264px;
    height: 190px;
}

.product-item.horizontal-item.horizontal-double .product-item-image {
    width: 239px;
}

.product-item.product-item-row .btn {
    width: 100%;
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    padding: 13px;
    font-weight: 500;
}

.product-item.product-item-line .btn {
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

.product-item.product-item-row .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px
}

.product-item.product-item-row.horizontal-item .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.product-item.product-item-row.horizontal-item .title.no-introtext {
    display: inline-block;
    padding-bottom: 12px;
}

.product-item.product-item-row.horizontal-item.horizontal-double .product-title {
    margin-top: 72px;
}

.product-item.product-item-row.horizontal-item .title .weight {
    color: #9E9E9E;
}

.product-item.product-item-line .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
    margin-top: 7px;
}

.product-item.product-item-row .center-row {
    padding: 20px 0;
    border-right: 1px solid #ECECEC
}

.product-item.horizontal-item .center-row {
    border-right: none;
}

.product-item.product-item-row .right-row {
    padding: 10px 15px
}

.product-item.product-item-row .options-row {
    color: #9E9E9E;
}

.product-item.product-item-row .flags {
    margin-bottom: 5px
}

.product-item.product-item-row .options-row .value {
    margin-left: 5px;
    color: #181A16
}

.product-item .product-item-title-price .price {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #1A1716;
}

.stock-item .product-item .product-item-title-price .price {
    color: #92C537;
}

.product-item .product-item-title-price .price .weight {
    display: none;
}

.product-item.product-item-row .price {
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
}

.product-item.product-item-line .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.add-to-cart-block {
    text-align: center;
}

.add-to-cart-block .btn {
    display: block;
    padding: 11px 40px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product-item .product-item-title {
    display: inline-block;
    transition: .3s;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #181A16;
    margin-bottom: 16px
}

.all-products-section.view-desc .product-item .product-item-title {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.product-item .product-item-description {
    flex-grow: 1;
}

.looked .product-item .product-item-title {
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 400;
}

.product-item .old_price {
    text-decoration: line-through;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #9E9E9E;
    margin-left: 10px;
}

.cart-header {
    padding: 30px 36px 30px 26px;
    background: #F8F8F8;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.cart-header .ms2_total_cost-box {
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    margin-top: 15px;
}

.cart-header .finish-price {
    margin-bottom: 30px;
}

.cart-header .success {
    width: 100%;
    color: #fff;
}

.cart-header .cart-cost {
    margin-right: 25px;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
}

.cart-header .cart-cost .cart-coast-value {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.6px;
    margin-left: 8px;
    margin-right: 8px;
}

#msCart .table-striped tbody tr:nth-of-type(odd) {
    background: none;
}

#msCart tbody tr {
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

#msCart tbody tr td {
    border: none;
    display: flex;
}

#msCart tbody tr td.title {
    width: 66%;
}

#msCart tbody tr td.price {
    width: 18%;
    flex-direction: column;
    align-items: center;
}

#msCart tbody tr td.count .input-group.input-group-sm {
    min-width: 90px;
}

.cart-items .product-item-image {
    width: 109px;
    height: 82px;
}

.cart-actions .btn {
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 28px
}

.cart-actions .btn.success {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.cart-actions .btn.btn-danger {
    color: #181A16;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 28px;
}

.cart-actions .btn.btn-danger:hover,
.cart-actions .btn.btn-danger:focus {
    background: none;
    border: none
}

.cart-items .footer .total_cost .ms2_total_cost {
    font-size: 2em;
    margin: 0 15px;
}

.btn-sm {
    padding: .25rem .25rem;
    font-size: .875rem;
    line-height: 8px;
    border-radius: .2rem;
}

#msCart tbody tr td.price .mr-2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0!important;
}

#msCart tbody tr td.count .form-group {
    margin-bottom: 0;
}

#msCart tbody tr td.title .title {
    margin-left: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.cart-actions .btn.cancel {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 23px;
}

#msCart tbody tr td.count {
    width: 12%;
}

#msCart .table-head {
    background: #f9f9f9;
    border-bottom-color: #f2f2f2;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
}

#msCart .table-head span {
    font-weight: 500;
    display: flex;
}

.breadcrumb {
    background: none;
    font-size: .875em;
    padding: .75rem 0;
    margin-bottom: 0;
}

#msProduct {
    margin-bottom: 50px;
}

#msProduct .ms2_form {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #F8F8F8;
    padding: 40px 25px
}

#msProduct .ms2_form .ms2_form_inner {}

#msProduct .ms2_form .msprice {
    font-weight: 500;
    font-size: 2.1em;
    color: #1A1716;
    line-height: 1.333em;
}

#msProduct .ms2_form .msweight {
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    color: #9E9E9E;
    margin-top: 4px;
}

#msProduct .old_price,
#msCart .old_price,
.ms2_product .old_price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #9E9E9E;
    margin-left: 15px;
}

.ms2_product .product-item-line .old_price {
    font-size: 14px
}

#msCart .cart-items .old_price {
    margin-left: 0;
    font-size: 14px;
}

#msProduct .ms2_form .btn {
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 13px 25px;
    margin-top: 23px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

#msProduct .ms2_form .btn.btn-small {
    width: auto;
    padding: 10px 25px;
}

#msProduct .nav-tabs {
    margin-top: 30px;
    /* margin-bottom: 30px; */
}

#msProduct .nav-tabs li a {
    border: 1px solid #ececec;
    /* margin: 0 10px; */
}

#msProduct .ms-product-line .ms2_form .product-item-image {
    width: 130px;
    height: 100px
}

#msProduct .ms-product-line .flags {
    position: absolute;
    top: -10px;
    left: -10px;
}

.nav-tabs .nav-item {
    margin-right: 20px
}

.nav-tabs .nav-link {
    font-size: 16px;
    line-height: 20px;
    color: #3F403F;
    font-weight: normal;
    background: #EBEBEB;
    padding: 15px 35px
}

.tab-content {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ECECEC;
    border-top: none;
    padding: 38px 42px 29px 35px;
    color: #3F403F;
}

.tab-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 20px
}

.fotorama__nav-wrap {
    margin-top: 30px;
}

.title_main_about {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
    color: #f2f2f2;
    font-size: 2em;
    margin-top: 80px;
}

#msOrder {
    margin-top: 0;
    border-radius: 5px;
}

#msOrder .steps-title {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
}

.md-mb-45 {
    margin-bottom: 45px;
}

#msOrder .form-control {
    background: rgba(255, 255, 255, .6);
    height: auto;
    padding: 15px 25px;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

#msOrder .form-control::placeholder {
    color: #9E9E9E;
}

#msOrder .form-group {
    margin-bottom: 18px;
}

#msOrder textarea.form-control {
    min-height: 99px;
}

.ms2_form#msOrder #payments {
    margin-top: 28px;
}

.payment-label-radio input {
    display: none;
    /* Прячем исходный переключатель */
}

.payment-label-radio span {
    position: relative;
    /* Относительное позиционирование */
    display: inline-block;
    /* Строчно-блочный элемент */
    width: 20px;
    height: 20px;
    /* Размеры */
    background: #F8F8F8;
    /* Серый цвет фона */
    border-radius: 50%;
    /* Круглый переключатель */
    border: 10px solid #ECECEC;
    min-width: 20px;
}

.payment-label-radio input:checked+span {
    background: #fff;
    /* Красный цвет фона */
    border: 4px solid #92C537;
}

#msOrder .mb-32 {
    margin-bottom: 32px;
}

#msOrder .checkbox-name-description {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

#msOrder #deliveries {
    margin-bottom: 14px;
}

#msOrder .msOrder-finish-coast {
    background: #F8F8F8;
    margin-top: 56px;
    padding: 26px 25px 30px;
}

#msOrder .msOrder-finish-coast .prices-block>div {
    margin-bottom: 16px;
    position: relative;
}

#msOrder .msOrder-finish-coast .prices-block>div:before {
    /* content:"";
    position:absolute;
    left:0;
    right: 0;
    top: 0;
    bottom:0;
    background:#ccc; */
    content: '';
    /* Выводим линию */
    border-bottom: 1px dashed #ccc;
    /* Параметры линии */
    flex-grow: 1;
    /* Линия занимает всё доступное пространство */
    order: 2;
    /* Выводим вторым */
    margin: 0 10px 5px;
    /* Расстояние от текста */
}

#msOrder .order-finish-price-name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-top: 4px;
}

#msOrder .order-finish-price-coast {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    order: 3;
    padding-top: 4px;
}

#msOrder .order-finish-price-coast-big {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    order: 3;
}

#msOrder .ms2-payment-methods div.checkbox {
    margin-bottom: 9px;
}

#msOrder .checkbox-name-description .checkbox-section-description {
    color: #9E9E9E;
    margin-top: 3px;
}

#msOrder .form-control:focus {
    border-color: #9E9E9E;
    outline: 0;
    box-shadow: none;
}

#msOrder .col-form-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 11px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

#msOrder .msOrder-finish-coast .agreement-and-order {
    margin-top: 22px;
}

#msOrder .msOrder-finish-coast .agreement-and-order .ms-order {
    color: #fff;
    padding: 8px 30px;
    border-radius: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    border-radius: 5px;
    padding: 18px 56px 17px;
}

#msOrder .msOrder-finish-coast .agreement-and-order .agreement {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}


/* .agreement
{
    font-size: 12px
}
.agreement a
{
    text-decoration: underline;
    text-decoration-style: dotted;
} */

#msCart.ms-finish-cart {
    background: #F8F8F8;
    padding: 30px 30px 30px 25px;
}

#msCart.ms-finish-cart .finish-cart-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#msCart.ms-finish-cart .finish-cart-item {
    margin-bottom: 13px;
}

#msCart.ms-finish-cart .finish-cart-item:last-child {
    margin-bottom: 0;
}

.back-to-cart-button a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: block;
    border: 2px solid #F8F8F8;
    text-align: center;
    padding: 18px;
    margin-top: 13px;
}

#msCart.ms-finish-cart .finish-cart-item .price {
    color: #9E9E9E;
    margin-top: 2px;
}

.bg-gray {
    background: #f8f8f8;
}
.about .section_title {
    line-height: 50px;
}
.about_right {
    padding-left: 60px;
}

.about_text {
    font-size: 16px;
    line-height: 24px;
}
.about_text.about_border_bottom {
    padding-bottom: 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ebebeb;
}
.about_border_left {
    border-left: 1px solid #ebebeb;
}
.about_caption {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #3F403F;
}
.about_item {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
}
.about_item:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #92C537;
    border-radius: 50%;
}

.services {
    padding: 80px 0;
}

.services_item {
    margin: 50px 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    color: #181A16;
    overflow: hidden;
    transition: 0.2s;
    position: relative;
}
.services_item.bordered {
    padding: 50px 40px 30px 50px;
}
.services_item.services_item-image {
    background-color: #fff;
    padding: 40px 25px 30px;
    margin: 30px 0 20px;
    border: 1px solid #EBEBEB;
    height: 440px;
}
.services_item.services_item-image:hover {
    background-color: #92C537;
    border-color: transparent;
    color: #fff;
    text-decoration: none;
}
.services_item.services_item-bg {
    background-color: #fff;
    color: #fff;
    padding: 40px 25px 50px;
    margin: 30px 0 20px;
    border: none;
    height: 440px;
}
.services_item.services_item-bg:hover {
    background-color: #92C537;
    color: #fff;
    text-decoration: none;
}
.services_item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
}
.services_item-bg .services_item-title {
    margin: auto 0 20px;
}
.services_item-bg .services_item-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.services_item-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.services_item-image .services_item-text {
    line-height: 20px;
    width: 170px;
    margin-top: auto;
}
.services_item-btn a,
.services_itemtwo-btn a {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #181A16;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
}
.services_item-btn a:hover,
.services_item-btn a:focus,
.services_itemtwo-btn a:hover,
.services_itemtwo-btn a:focus {
    text-decoration: none;
    color: #181A16;
}
.services_item-btn a:after,
.services_itemtwo-btn a:after {
    content: '';
    width: 21px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5303 6.53033C20.8232 6.23744 20.8232 5.76256 20.5303 5.46967L15.7574 0.696699C15.4645 0.403806 14.9896 0.403806 14.6967 0.696699C14.4038 0.989593 14.4038 1.46447 14.6967 1.75736L18.9393 6L14.6967 10.2426C14.4038 10.5355 14.4038 11.0104 14.6967 11.3033C14.9896 11.5962 15.4645 11.5962 15.7574 11.3033L20.5303 6.53033ZM0 6.75H20V5.25H0V6.75Z' fill='%2392C537'/%3E%3C/svg%3E");
}
.services_item-arrowright {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 4px 0;
    background: #92C537;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.2s;
}
.services_item:hover .services_item-arrowright {
    opacity: 1;
}
.services_item-arrowleft {
    position: absolute;
    left: 25px;
    bottom: 30px;
    opacity: 0;
    transition: 0.2s;
}
.services_item:hover .services_item-arrowleft {
    opacity: 1;
}
.services_item-arrowright:after,
.services_item-arrowleft:after {
    content: '';
    width: 21px;
    height: 12px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5303 6.53033C20.8232 6.23744 20.8232 5.76256 20.5303 5.46967L15.7574 0.696699C15.4645 0.403806 14.9896 0.403806 14.6967 0.696699C14.4038 0.989593 14.4038 1.46447 14.6967 1.75736L18.9393 6L14.6967 10.2426C14.4038 10.5355 14.4038 11.0104 14.6967 11.3033C14.9896 11.5962 15.4645 11.5962 15.7574 11.3033L20.5303 6.53033ZM0 6.75H20V5.25H0V6.75Z' fill='%23fff'/%3E%3C/svg%3E");
}
.services_itemtwo {
    margin: 0 0 40px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    color: #181A16;
    overflow: hidden;
    transition: 0.2s;
    position: relative;
    padding: 50px 35px;
}
.services_itemtwo-left {
    min-width: 60px;
    margin-right: 35px;
}
.services_itemtwo-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 17px;
}
.services_itemtwo-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.services_tabnav {
    margin-top: 65px;
}
.services_tabnav a {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #3F403F;
    padding: 0 15px;
    margin: 0 0 25px;
    border-left: 3px solid transparent;
}
.services_tabnav a.active {
    color: #181A16;
    border-color: #92C537;
}
.services_tabcontent {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 30px;
}
.services_tabcontent>.tab-pane {
    display: none;
}
.services_tabcontent>.active {
    display: flex;
}
.services_tabcontent-title {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #181A16;
    margin: 0 0 24px;
}
.services_tabcontent-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #3F403F;
    width: 85%;
}
.services_tabcontent-text p {
    margin-bottom: 24px;
}
.services_tabcontent-image {
    min-width: 290px;
    margin-right: 40px;
}
.services_tabcontent-image img {
    border-radius: 5px;
}
.services_tabcontent-btn {
    text-align: right;
}
.services_tabarrow {
    position: absolute;
    right: 45px;
    top: 30px;
}

.gallery {
    margin: 100px 0;
    overflow: hidden;
}

.gallery_list,
.gallery_list_two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery_item {
    margin: 0 0 20px;
    display: inline-block;
}
.gallery_list .gallery_item {
    width: 23%;
    margin: 20px 0 0;
}
.gallery_list_two .gallery_item {
    width: 48%;
    margin: 0 0 30px;
}
.gallery_item img {
    max-width: 100%;
}
#gallery-slider .owl-prev,
#gallery-slider .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#gallery-slider .owl-prev {
    left: -30px;
}
#gallery-slider .owl-next {
    right: -30px;
}

.bidform {
    /*background: #f8f8f8;*/
    padding: 60px 0;
}
.bidform.bidform-center{
    text-align: center;
}
.bidform_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 60px;
}
.bidform_contact-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.bidform-center .bidform_form form {
    columns: 2;
    column-gap: 40px;
}
#bidform ._Forms_generate {
    padding: 0;
}
#bidform ._Forms_generate textarea {
    max-width: 100%;
    height: 160px;
}
#bidform ._Forms_generate input,
#bidform ._Forms_generate textarea {
    background: #F8F8F8;
    border: 2px solid #ECECEC !important;
    border-radius: 5px !important;
    padding: 15px 22px!important;
}
#bidform ._Forms_generate input:focus,
#bidform ._Forms_generate textarea:focus {
    border: 2px solid #9E9E9E !important;
}
#bidform ._Forms_generate .field_submit .btn {
    background: #92C537;
    border: none !important;
    outline: none;
    color: #fff;
    padding: 14px 30px !important;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 10px 0 0;
    text-transform: none;
}
#bidform ._Forms_generate .fiels_item > label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #181A16;
}
#bidform .agree-box {
    margin: 0;
}
.bidform .map {
    width: 100%;
    height: 400px;
}

._Forms_generate .loader {
    background-color: transparent;
}

.partners {
    margin: 100px 0 70px;
}

.partners_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.partners_item {
    border: 1px solid #ECECEC;
    padding: 17px 15px;
    width: 210px;
    margin-bottom: 40px;
}
.partners_banner {
    border: none;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 320px;
    margin-top: 20px;
    padding: 50px 50px;
}
.partners_banner span {
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    display: block;
    margin-bottom: 10px;
}

.review {
    margin: 0 0 90px;
}

#review-slider {
    margin-top: 50px;
}

#review-slider>.owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
}

.review_item {
    border: 1px solid #EBEBEB;
    padding: 30px 30px;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.review_item-bg {
    background: #F8F8F8;
    border-color: #F8F8F8;
}
.review_item-link {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url(../images/insta-review.png) center no-repeat;
}
.review_item-head {
    display: flex;
    align-items: center;
}

.review_item-image {
    border-radius: 50%;
    margin-right: 20px;
    max-width: 60px;
}

.review_item-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #181A16;
}

.review_item-date {
    font-size: 14px;
    line-height: 16px;
    color: #3F403F;
    margin: 7px 0 0;
}

.review_item-text {
    font-size: 15px;
    line-height: 24px;
    color: #3F403F;
    margin-top: 20px;
}
.review_item-instatext {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #BFBFBF;
    margin: 3px 0 0;
}
.review_item-bottom {
    margin-top: 20px;
}
.review_item-image-big,
.review_item-image-big-left {
    display: block;
    border-radius: 5px;
}
.review_item-image-big {
    margin: 0 auto 20px;
}
.review_item-image-big-left {
    margin: 0 20px 0 0;
}
.review-image-slider .review_item-image-big {
    margin-bottom: 0;
}
.review_item-top {
    text-align: center;
    margin-bottom: 20px;
}

.instablock {
    margin: 0 0 100px;
}

.instablock .gallery_item {
    position: relative;
}

.instablock .gallery_item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181A16;
    opacity: 0;
    transition: 0.2s;
}

.instablock .gallery_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.9997 0.833496C37.9243 0.833496 38.913 0.862663 42.0222 1.0085C45.1284 1.15433 47.243 1.64141 49.1038 2.36475C51.0288 3.10558 52.6505 4.10891 54.2722 5.72766C55.7553 7.18569 56.9029 8.94938 57.6351 10.896C58.3555 12.7539 58.8455 14.8714 58.9913 17.9777C59.1284 21.0868 59.1663 22.0756 59.1663 30.0002C59.1663 37.9247 59.1372 38.9135 58.9913 42.0227C58.8455 45.1289 58.3555 47.2435 57.6351 49.1043C56.905 51.052 55.7571 52.8161 54.2722 54.2727C52.8137 55.7553 51.0502 56.9028 49.1038 57.6356C47.2459 58.356 45.1284 58.846 42.0222 58.9918C38.913 59.1289 37.9243 59.1668 29.9997 59.1668C22.0751 59.1668 21.0863 59.1377 17.9772 58.9918C14.8709 58.846 12.7563 58.356 10.8955 57.6356C8.94812 56.9049 7.18413 55.7571 5.72717 54.2727C4.24378 52.8149 3.09614 51.0511 2.36426 49.1043C1.64092 47.2464 1.15384 45.1289 1.00801 42.0227C0.870924 38.9135 0.833008 37.9247 0.833008 30.0002C0.833008 22.0756 0.862174 21.0868 1.00801 17.9777C1.15384 14.8685 1.64092 12.7568 2.36426 10.896C3.09411 8.94818 4.24202 7.18402 5.72717 5.72766C7.18455 4.24375 8.94842 3.09604 10.8955 2.36475C12.7563 1.64141 14.868 1.15433 17.9772 1.0085C21.0863 0.871413 22.0751 0.833496 29.9997 0.833496ZM29.9997 15.4168C26.1319 15.4168 22.4226 16.9533 19.6877 19.6882C16.9528 22.4231 15.4163 26.1324 15.4163 30.0002C15.4163 33.8679 16.9528 37.5772 19.6877 40.3121C22.4226 43.047 26.1319 44.5835 29.9997 44.5835C33.8674 44.5835 37.5767 43.047 40.3116 40.3121C43.0466 37.5772 44.583 33.8679 44.583 30.0002C44.583 26.1324 43.0466 22.4231 40.3116 19.6882C37.5767 16.9533 33.8674 15.4168 29.9997 15.4168ZM48.958 14.6877C48.958 13.7207 48.5739 12.7934 47.8902 12.1097C47.2064 11.4259 46.2791 11.0418 45.3122 11.0418C44.3452 11.0418 43.4179 11.4259 42.7342 12.1097C42.0504 12.7934 41.6663 13.7207 41.6663 14.6877C41.6663 15.6546 42.0504 16.5819 42.7342 17.2657C43.4179 17.9494 44.3452 18.3335 45.3122 18.3335C46.2791 18.3335 47.2064 17.9494 47.8902 17.2657C48.5739 16.5819 48.958 15.6546 48.958 14.6877ZM29.9997 21.2502C32.3203 21.2502 34.5459 22.172 36.1869 23.813C37.8278 25.4539 38.7497 27.6795 38.7497 30.0002C38.7497 32.3208 37.8278 34.5464 36.1869 36.1873C34.5459 37.8283 32.3203 38.7502 29.9997 38.7502C27.679 38.7502 25.4534 37.8283 23.8125 36.1873C22.1715 34.5464 21.2497 32.3208 21.2497 30.0002C21.2497 27.6795 22.1715 25.4539 23.8125 23.813C25.4534 22.172 27.679 21.2502 29.9997 21.2502Z' fill='%23EBEBEB'/%3E%3C/svg%3E%0A");
    opacity: 0;
    z-index: 1;
    transition: 0.2s;
}

.instablock .gallery_item:hover::after {
    opacity: 0.4;
}

.instablock .gallery_item:hover::before {
    opacity: 0.7;
}

.contact {
    background: #F8F8F8;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.contact .map {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
}
.contact_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}
.contact_item {
    margin-bottom: 30px;
}
.contact_item.bold {
    margin-bottom: 40px;
}
.contact_item-name {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contact_item.bold .contact_item-name {
    font-weight: bold;
}
.contact_item-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #181A16;
}
.contact_item-phone {
    display: inline-flex;
    flex-direction: column;
}
.contact_item-phone a {
}

.working {
    background: #F8F8F8;
    padding: 60px 0 90px;
}
.working_item {
    text-align: center;
    margin-top: 40px;
    cursor: default;
    display: block;
    color: #181A16;
    position: relative;
}
.working_item:before {
    content: '';
    width: 44px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -48px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='17' viewBox='0 0 45 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44 15.5C42.4468 15.5 35.5868 9.73642 28.7581 4.14322C25.3577 1.35801 20.5336 1.21423 17.0764 3.92873C9.95225 9.52252 3.13171 15.5 0 15.5' stroke='%23EBEBEB' stroke-width='3'/%3E%3C/svg%3E");
    background-color: #f8f8f8;
    opacity: 0;
    transition: 0.2s;
}
.working_item.active:before {
    opacity: 1;
}
.working_item:hover {
    color: #181A16;
    text-decoration: none;
}
.working_item:hover .working_item-num,
.working_item.active .working_item-num {
    color: #92C537;
}
.working_item-num {
    font-weight: 300;
    font-size: 150px;
    line-height: 140px;
    margin-bottom: 20px;
    transition: 0.2s;
}
.working_item-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}
.working_item-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 25px;
}
.working .tab-content {
    border: none;
    border-top: 3px solid #EBEBEB;
    border-radius: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 50px 20px 10px;
    margin: 44px 0 0;
}
.working .tab-content .tab-pane {
    width: 50%;
    margin: auto;
}

.promo {
    padding: 50px 0;
}
.promo-nav {
    align-items: center;
    justify-content: center;
}
.promo-nav a {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    margin: 0 10px;
    color: #181A16;
    border-bottom: 1.5px solid transparent;
}
.promo-nav a:hover {
    text-decoration: none;
    color: #181A16;
}
.promo-nav a.active {
    font-weight: 500;
    border-color: #181A16;
}
.promo-image-nav {
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-around;
}
.promo-image-nav img {
    display: block;
    margin: 0 auto 15px;
}
.promo-image-nav a {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #181A16;
    position: relative;
    padding-bottom: 4px;
}
.promo-image-nav a:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 3px solid transparent;
}
.promo-image-nav a.active:before {
    border-color: #92C537;
}
.promo-image-nav a:hover {
    text-decoration: none;
    color: #181A16;
}
.promo .tab-content {
    border: none;
    padding: 0;
    margin: 60px 0 0;
}
.promo_itembig {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 680px;
    background-image: url(../images/promo/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 50px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.promo_itembig-title {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 30px;
}
.promo_itembig-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    width: 80%;
}
.promo_itembig-btn {
    margin-top: 35px;
}
.promo_itembig-btn .btn,
.btn.btn-white {
    background: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #181A16;
    padding: 13px 23px;
    position: relative;
}
.promo_itembig-btn .btn:after,
.btn.btn-white:after {
    content: '';
    width: 21px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5303 6.53033C20.8232 6.23744 20.8232 5.76256 20.5303 5.46967L15.7574 0.696699C15.4645 0.403806 14.9896 0.403806 14.6967 0.696699C14.4038 0.989593 14.4038 1.46447 14.6967 1.75736L18.9393 6L14.6967 10.2426C14.4038 10.5355 14.4038 11.0104 14.6967 11.3033C14.9896 11.5962 15.4645 11.5962 15.7574 11.3033L20.5303 6.53033ZM0 6.75H20V5.25H0V6.75Z' fill='%2392C537'/%3E%3C/svg%3E");
}
.promo_item {
    border-radius: 5px;
    display: block;
    height: 320px;
    background: #F8F8F8;
    margin-bottom: 40px;
    padding: 40px 30px;
    text-align: center;
}
.promo_item-image {
    margin-bottom: 20px;
}
.promo_item-title {
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}
.promo_item-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.promo_itemone {
    border-radius: 5px;
    display: block;
    height: 320px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.promo_itemone-inner {
    padding: 40px 30px 30px;
    background: none;
    border-radius: 5px;
}
.promo_itemone:hover {
    z-index: 10;
}
.promo_itemone:hover .promo_itemone-inner {
    background: #f8f8f8;
}
.promo_itemone-image {
    margin-bottom: 20px;
}
.promo_itemone-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.promo_itemone-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: none;
    margin-bottom: 20px;
    text-align: left;
}
.promo_itemone-btn {
    display: none;
}
.promo_itemone:hover .promo_itemone-text,
.promo_itemone:hover .promo_itemone-btn {
    display: block;
}
.promo_itemone-btn .btn {
    padding: 16px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 21px;
    width: 100%;
}

.promo_itemtwo {
    border-radius: 5px;
    display: block;
    height: 350px;
    margin-bottom: 40px;
    padding: 20px 30px 30px;
    text-align: center;
    position: relative;
    background: none;
    transition: 0.2s;
}
.promo_itemtwo:hover {
    background: #f8f8f8;
}
.promo_itemtwo.iteb-bg {
    background: #f8f8f8;
}
.promo_itemtwo-image {
    margin-bottom: 20px;
}
.promo_itemtwo-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.promo_itemtwo-price {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.promo_itemtwo-btn {
    margin-top: 30px;
}
.promo_itemtwo-btn a {
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 13px 15px;
    margin: 0 5px;
    outline: none;
    width: 110px;
    max-width: 100%;
}
.promo_itemtwo-btn a:focus {
    outline: none;
}
.promo_itemtwo-btn a.colored_theme_bg {
    border-color: transparent;
    color: #fff;
}

.newsblock {
    padding: 70px 0;
}
.newsblock .news_image {
    border-radius: 5px;
    overflow: hidden;
}
.newsblock .news_body {
    position: relative;
}
.newsblock .news_body .date {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
}
.newsblock .news_body .title {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
}
.newsblock .news_body .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}
.newsblock .news_body .btn {
    margin-top: 30px;
    border: 1px solid #ebebeb;
}
.newsblock .item {
    margin-top: 20px;
}
.newsblock .item.item-date .date {
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0;
    background: #fff;
    border-radius: 0 4px;
    padding: 5px 25px;
}
.newsblock .item.item-bg .news_body {
    background: #fff;
    padding: 15px 30px 40px;
    border-radius: 0 0 5px 5px;
}
.newsblock .item.item-bg .news_image {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.newsblock_newsall {
    text-align: center;
    margin: 50px auto 0;
}
.newsblock_newsall a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #181A16;
    padding: 10px 20px;
    width: 260px;
    max-width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}
.newsblock_newsall a:hover,
.newsblock_newsall a:focus {
    color: #181A16;
    text-decoration: none;
}

.textblock {
    padding: 100px 0;
}
.textblock p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
}

.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 60px;
    border-radius: 5px;
    margin-top: 100px;
    height: 350px;
}
.banner_title {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 35px;
}
.banner_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 80%;
}
.banner_btn {
    margin-top: 20px;
}

.faq {
    padding: 60px 0;
}
.faq .accordion {
    margin-top: 50px;
}
.faq .card {
    background: none;
    border: none;
    border-radius: 0;
    border-top: 1px solid #EBEBEB;
}
.faq .card:last-child {
    border-bottom: 1px solid #EBEBEB;
}
.faq .card-header {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
}
.faq .card-header a {
    padding: 21px 0;
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #181A16;
    text-decoration: none;
    position: relative;
}
.faq .card-header a:hover,
.faq .card-header a:focus {
    color: #181A16;
    text-decoration: none;
}
.accordion-plus .card-header a:after {
    content: '';
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='2' viewBox='0 0 28 2' fill='none' stroke='%23181A16' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1' x2='28' y2='1'/%3E%3C/svg%3E%0A");
}
.accordion-plus .card-header a.collapsed:after {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' stroke='%23181A16' stroke-width='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='14' y1='4.3714e-08' x2='14' y2='28'/%3E%3Cline y1='14' x2='28' y2='14'/%3E%3C/svg%3E");
}
.accordion-arrow .card-header a:after {
    content: '';
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='15' viewBox='0 0 27 15' fill='none' stroke='%23181A16' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 14L13.5 2L1 14'/%3E%3C/svg%3E%0A");
}
.accordion-arrow .card-header a.collapsed:after {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='15' viewBox='0 0 27 15' fill='none' stroke='%23181A16' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13.5 13L26 1'/%3E%3C/svg%3E%0A");
}
.faq .card-body {
    padding: 0 0 20px;
}

.attractive {
    padding: 80px 0;
}
.attractive_text {
    font-weight: 300;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    width: 70%;
    margin: auto;
}

.alternant {
    padding: 100px 0;
}
.alternant_item img,
.alternant_itemtwo img {
    border-radius: 5px;
}
.alternant_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.alternant_item-image {
    width: 49%;
}
.alternant_item-textbox {
    width: 43%;
    margin: 0 4% 0 0;
}
.alternant_item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.alternant_item:nth-child(even) {
    flex-direction: row-reverse;
}
.alternant_item:nth-child(even) .alternant_item-textbox {
    margin: 0 0 0 4%;
}
.alternant_listtwo {
    display: flex;
    flex-wrap: wrap;
}
.alternant_itemtwo {
    width: 50%;
    padding: 0 60px;
}
.alternant_itemtwo:nth-child(even) {
    margin-top: 160px;
}
.alternant_itemtwo-image {
    margin-bottom: 40px;
}
.alternant_itemtwo-title {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
}
.alternant_itemtwo-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.alternant_itemthree {
    margin-bottom: 40px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}
.alternant_itemthree-inner {
    padding: 55px 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.alternant_itemthree-image {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.alternant_itemthree-textbox {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 40px;
}
.alternant_itemthree-title {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 30px;
}
.alternant_itemthree-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #3F403F;
    margin-bottom: 35px;
}
.alternant_itemthree-price {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #1A1716;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.alternant_itemthree-price span {
    font-size: 25px;
}
.alternant_itemthree-priceold {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #9E9E9E;
}
.alternant_itemthree a.btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 16px 30px;
    color: #fff;
    width: 260px;
    max-width: 100%;
    margin-left: 30px;
}
.alternant_itemthree-textleft .alternant_itemthree-textbox {
    padding-right: 40px;
    padding-left: 0;
}
.alternant_itemthree-bottom {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 30px 50px;
    background: #f1f1f1;
}
.alternant_itemthree-bottom img {
    max-width: 60px;
}
.alternant_itemthree-bottom-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #3F403F;
    padding-left: 25px;
}
.alternant_itemthree-bottom-text span {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #181A16;
    display: block;
    margin-bottom: 4px;
}

._Forms_generate {
    text-align: left;
}

._Forms_generate .field_submit .btn {
    color: #fff;
    padding: 8px 30px
}

._Forms_generate .field_submit .btn:focus {
    box-shadow: none
}

.design__forms_0 input[type="text"],
.design__forms_0 input[type="phone"],
.design__forms_0 input[type="date"],
.design__forms_0 input[type="time"],
.design__forms_0 input[type="email"],
.design__forms_0 textarea {
    width: 100%;
    border-radius: 0
}

.design__forms_0 label {
    font-weight: 400
}

#callback .modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
}

.modal .design__forms_0 {
    padding: 0;
    margin-bottom: 0;
}

.modal .modal-body-text {
    font-size: 14px;
}

.modal .agree-box {
    margin-top: 0;
}

.modal ._Forms_generate .field_submit .btn {
    background-color: #34A1FC;
    margin-bottom: 0;
}

.recaptcha-close,
.notaccept-agree,
.g-recaptcha-continue,
.accept-agree {
    font-size: 14px;
}

.accept-agree {
    background-color: #34A1FC;
}

span.success {
    color: #34A1FC;
}

.tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
}

.product-item-row .tag,
.product-item-line .tag {
    margin-right: 5px
}

#page_good h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 1px solid #EBEBEB;
    margin: 20px 0 41px;
    padding-bottom: 20px;
}

.count_product_box_1 {
    margin-top: 40px;
}

#msProduct .count_product_box_1 {
    margin-top: 0;
}

#msProduct .ms2_form .ms2_form_inner .msoldprice {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #9E9E9E;
}

.count_product_box {
    border: 1px solid #EBEBEB;
    background: #EBEBEB;
    border-radius: 5px;
}

#msCart .count_product_box {
    max-width: 150px;
}

.count_product_box span {
    background: #EBEBEB;
    padding: 13px 0;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #9E9E9E;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
}

.product-item-row .count_product_box span {
    min-width: 0
}

.count_product_box button {
    background: #EBEBEB;
    border: none;
    cursor: pointer!important;
    display: block!important;
    padding: 2px 8px;
}

.count_product_box span:hover {
    color: #181916;
}

.count_product_box .count_product_input {
    border: none;
    font-size: 18;
    text-align: center;
    font-weight: 500;
    padding: 0;
}

.up {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 50px;
    bottom: 50px;
    content: "\f077";
    background: rgba(255, 255, 255, .4) url(../images/up.png) center no-repeat;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

.news_items-sidebar {
    margin-bottom: 40px;
}

.news_items-sidebar>div {
    margin-bottom: 15px;
}

.news_items-sidebar .news_image {
    width: 100%;
    height: 120px;
    margin-top: 10px;
}

.news_items.news_items-sidebar .item .news_body {
    padding: 10px 20px
}

.news_items.news_items-sidebar .item .news_body .title {
    font-size: 13px;
}

.news_items.news_items-sidebar .item .news_body .date {
    margin-bottom: 0
}

.news-sale-page .breadcrumb {
    margin-bottom: 39px;
}

body.news .image {
    border: 1px solid #ececec;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.news-sale-page p {
    font-size: 18px;
    line-height: 25px;
    color: #181A16;
    margin-bottom: 25px;
    letter-spacing: 0.22px;
}

.news_items-sidebar .item {
    position: relative;
    border: none;
}

.news_items-sidebar .item .sale_image {
    position: relative;
}

.news_items-sidebar .item .sale_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(24, 26, 22, 0) 0%, #181A16 100%)
}

.news_items-sidebar .item .sale_body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 18px 23px;
    color: #fff;
}

.news_items-sidebar .news_items-sidebar-title {
    font-size: 25px;
    line-height: 30px;
    color: #181A16;
    font-weight: 400;
    margin-bottom: 9px;
}

.news_items-sidebar .item .sale_body .title a {
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
}

.news_items-sidebar .item .sale_body .intro {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    margin-top: 14px;
}

.dop-mb-24 {
    margin-bottom: 24px;
}

.prev-link-block {
    margin-top: 64px;
}

.prev-link-block a {
    font-size: 16px;
    line-height: 20px;
    color: #181A16;
    padding: 16px 82px;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    transition: .3s;
}

.prev-link-block a:hover {
    text-decoration: none;
}

#partners-slider {
    /*margin-top: 63px;*/
}

#partners-slider .partner-item {
    border: 1px solid #ECECEC;
    padding: 17px 15px;
}

#partners-slider .partners-slider-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    color: #181A16;
    margin-bottom: 49px;
}

#partners-slider .owl-dots {
    text-align: center;
    margin-top: 45px;
    position: static;
}

#partners-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ECECEC;
    display: inline-block;
    margin: 0 5px;
}

#partners-slider .owl-dots .owl-dot.active {
    background: #92C537;
}

#sale-related-items .sale-related-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    color: #181A16;
}

#sale-related-items .sale-related-outer {
    margin-top: 34px;
}

.section_title.looked_section_title {
    margin-bottom: 54px;
}

.comments-module #comments-wrapper ol.comment-list {
    padding-left: 0;
}

#sticky-header {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
    top: -1px;
    transition: .3s;
    transition-property: visibility, opacity;
    opacity: 0;
    box-shadow: 0px 10px 15px rgba(15, 23, 0, 0.05);
    visibility: hidden;
}
@media (min-width:1400px) {
    .compensate-for-scrollbar #sticky-header {
        margin-right: 17px;
    }
}

#sticky-header .sticky-header-logo {
    text-align: center;
}

#sticky-header .sticky-header-logo img {
    padding: 8px;
    max-height: 58px;
}

#sticky-header .header-contact {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 0;
}

#sticky-header .header-contact:hover {
    margin-top: 85px;
}

@media (max-width:1408px) {
    .product-item.product-item-row .product-item-image {
        width: 200px;
    }
}


/* @media (min-width: 1200px){
    .offset-md-1 {
        margin-left: 8.333333%;
    }
}
@media (min-width: 768px){
    .offset-md-1 {
        margin-left: 0%;
    }
} */

@media (max-width:1200px) {
    #msProduct .ms2_form {
        padding: 30px 20px;
    }
    .nav-tabs .nav-item {
        margin-right: 6px;
    }
    .nav-tabs .nav-item:last-child {
        margin-right: 0px;
    }
    #msOrder .msOrder-finish-coast .agreement-and-order {
        flex-direction: column;
    }
    #msOrder .msOrder-finish-coast .agreement-and-order .agreement {
        text-align: center;
        margin-bottom: 15px;
    }
    .cart-items .product-item-image {
        width: 63px;
        height: 63px;
    }
    #msCart tbody tr td.title .title {
        margin-left: 0;
        font-size: 16px;
        line-height: 18px;
    }
    #msCart tbody tr td.title {
        width: 54%;
    }
    #msCart tbody tr td.count {
        width: 19%;
    }
    .header-contact::before {
        width: 110%;
    }
    #footer>div.footer_top>div>div>div:nth-child(5)>a:nth-child(4) {
        margin-left: 0;
    }
    .tagsort_list li {
        margin: 5px 6px;
    }
    .product-item.horizontal-item .product-item-image {
        width: 218px;
    }
    .horizontal-item .desc-column .price-block {
        min-width: 146px;
    }
    .horizontal-item .desc-column .dashed-line {
        display: none;
    }
    .horizontal-item .product-item-stickers {
        top: 15px;
    }
    .product-item.horizontal-item.horizontal-double .product-item-image {
        width: 160px;
    }
    .product-item.product-item-row.horizontal-item.horizontal-double form>div.desc-column {
        padding: 0 25px 0 20px;
    }
    .horizontal-item.horizontal-double .product-item-stickers {
        left: 21px;
    }
    .product-item.product-item-row .product-item-image {
        width: 200px;
    }
    .product-item.product-item-row .product-item-image {
        width: 153px;
    }
}

@media (max-width:990px) {
    .nav-tabs .nav-link {
        padding: 8px 10px;
    }
    #page_good h1 {
        font-size: 21px;
        line-height: 27px;
    }
    .count_product_box_1 {
        margin-top: 20px;
    }
    .sidebar-navigation li a.parent:after {
        right: 12px;
    }
    #msOrder {
        margin-top: 45px;
    }
    #msCart tbody tr td.title {
        width: 59%;
    }
    .news_items>.outer-item {
        margin-bottom: 40px;
    }
    .product-item:hover .fastView {
        display: none !important;
    }
    .product-item:hover .fastView:hover {
        display: none !important;
    }
    .product-item.product-item-row.horizontal-item form>div.desc-column {
        padding: 0 0 0 18px;
    }
    .horizontal-item.horizontal-double .product-item-stickers {
        left: 21px;
    }
    #sticky-header {
        display: none;
    }
    .header {
        padding-top: 51px;
    }
    .gallery_list_two .gallery_item,
    .gallery_list .gallery_item {
        width: 48%;
    }
    .footer .webstr {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    #msCart tbody tr td.count {
        width: 23%;
    }
    #msProduct .ms2_form .ms2_form_inner {
        text-align: center;
    }
    #msProduct .ms2_form .ms2_form_inner .msoldprice {
        text-align: center;
    }
    #msProduct .ms2_form .msweight {
        margin-bottom: 18px;
    }
    .news_items-sidebar .item .sale_image img {
        width: 100%;
    }
    .news-sale-page .image img {
        max-width: 100%;
    }
    .horizontal-item .desc-column {
        position: static;
    }
    .product-item.horizontal-item .product-item-image {
        margin: 0 auto;
    }
    .product-item.product-item-row.horizontal-item form>div.desc-column {
        padding: 0 20px;
    }
    .horizontal-item .desc-column .price-block {
        min-width: 100%;
        padding-bottom: 16px;
    }
    .product-item.horizontal-item button.img {
        margin-top: 0;
        margin-left: 12px;
    }
    .product-item.horizontal-item.horizontal-double .product-item-image {
        width: auto;
        margin-top: 8px;
    }
    .product-item.product-item-row.horizontal-item.horizontal-double .product-title {
        margin-top: 15px;
    }
    .horizontal-item.horizontal-double .desc-column .price-block {
        margin-bottom: 0;
        margin-top: 8px;
    }
    .product-item.product-item-row .product-item-image {
        width: auto;
    }
    .product-item.product-item-row .center-row {
        padding: 20px 15px;
    }
    .about_right {
        padding-left: 15px;
        margin-top: 30px;
    }
    .sale_items img {
        width: 100%;
    }
    .network-items {
        text-align: center;
    }

    .bidform-center .bidform_form form {
        columns: 1;
    }
    .gallery_item {
        margin: 0 0 20px;
    }
}

@media (max-width:575px) {
    #msProduct .ms2_form {
        padding: 30px 50px;
    }
    #msOrder .steps-title {
        font-size: 21px;
        line-height: 27px;
    }
    .ms2_form#msOrder .mb-18 {
        margin-bottom: 18px;
    }
    #msOrder .msOrder-finish-coast .agreement-and-order .agreement {
        font-size: 12px;
    }
    .product-item .product-item-title-price {
        margin: 0 10px 15px;
    }
    .product-item .product-item-title-price .new-old-price-block {
        flex-direction: column;
        align-items: center!important;
    }
    .product-item .product-item-image {
        height: 150px;
    }
    .news_items .item .news_image img {
        width: 100%;
    }
    .overline {
        width: 100%;
        top: auto;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        bottom: 0;
    }
    .overline .line {
        display: inline-block;
        width: 49%;
    }
    .overline .line img {
        width: 24px;
    }
    .overline .line.basket-box {
        width: 49%;
        border-bottom: none;
        border-right: 1px solid #ececec;
    }
    .overline .line {
        padding: 8px;
        text-align: center;
    }
    .overline .minicart .ms2_total_count {
        right: calc(45% - 12px);
    }
    .footer .footer_bottom {
        padding: 20px 0 70px;
    }
    .product-item .old_price {
        margin-left: 0;
    }
    .product-item.product-item-line .old_price {
        margin-left: 12px;
    }
    .prev-link-block a {
        width: 100%;
        text-align: center;
    }
    .gallery {
        margin: 40px 0;
    }
    .bidform {
        padding: 40px 0;
    }
    .partners {
        margin: 40px 0;
    }
    .partners_item {
        margin-bottom: 20px;
    }
    .review {
        margin: 0 0 40px;
    }
    .instablock {
        margin: 0 0 40px;
    }
    #review-slider {
        margin-top: 100px;
    }
    #review-slider>.owl-nav {
        top: -70px;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .gallery_list_two .gallery_item,
    .gallery_list .gallery_item {
        width: 100%;
    }
}
