.sale_btn > span {
    display: none;
}

img.no_photo {
    opacity: 0.05;
}

.no_photo > img {
    opacity: 0.05;
}

.quick-subscribe-result-box {
    color: green;
    text-align: center;
    padding: 10px;
}

.quick-subscribe-result-box.error {
    color: red;
}


/* fix filter sizes buttons */
.size_choose label {
    width: 44px;
    box-sizing: border-box;
    display: inline-block;
}

/* complect items background (visible when no photo) */
.add_goods .add_goods_img a {
    background: #fafafa;
}

/* rouble sign after filter price fields */
.cost_choose_cont label:after {
    content: "₽";
    margin-left: 5px;
    font-family: "FutureBook", "Arial", "Verdana", sans-serif, "Roboto";
    font-size: 16px;
}


/* Product card set size select width */
.main_card_info .card_action_select, .add_goods .add_goods_select {
    min-width: 60px;
}

/* Product card fix indent if no complect items */
.add_goods_cont {
    margin-top: 0;
    margin-bottom: 20px;
}

.main_card_wrap {
    margin-bottom: 6rem;
}

/* Product card set max width of right column, when empty/short text in tabs contents  */
.main_card_wrap {
    /*flex: 1;*/
}

/* search field wrapper box style on search page */
.search-page.form {
    margin-bottom: 20px;
}

.order_img img {
    /*height: 130px;*/
    width: 86px;
}


/* Filter fix active/disabled styles */
.color_choose label.disabled, .checkbox_wrap label.disabled {
    background-color: transparent;
    opacity: 0.2;
    pointer-events: none;
}

.checkbox_wrap .small {
    position: absolute;
    top: -10px;
    left: 16px;
    font-size: 9px;
    color: rgb(165, 165, 165);
}


/* fix out section description in 3 columns */
.info_cont {
    display: block;
    /*column-count: 3;*/
}

.info_cont * {
    margin-top: 0;
}

@media (max-width: 768px) {
    .info_cont {
        display: block;
        /*column-count: 1;*/
    }
}


/* Search page no results message box */
.no-results {
    margin: 50px auto;
    text-align: center;
}

.search-page .main_filter_btn {
    background-color: #ffffff;
}

.search-page.form {
    width: 100%;
}

.main_input.search_input {
    width: 48%;
    position: relative;
    top: 1px;
    height: 37px;
}

/* Search page adaptive styles 4/3 items in row */
/*
.search-page .main_goods{
	flex: 0 1 24%;
}

.search-page .main_catalog .main_goods:nth-of-type(3n+2) {
	margin-right: initial;
	margin-left: initial;
}
.search-page .main_catalog .main_goods:nth-of-type(4n+2) {
	margin-left: 1.33%;
	margin-right: 0;
}

.search-page .main_catalog .main_goods:nth-of-type(4n+3) {
	margin-left: 1.33%;
	margin-right: 0;
}

.search-page .main_catalog .main_goods:nth-of-type(4n+4) {
	margin-left: 1.33%;
	margin-right: 0;
}

@media (max-width: 1390px) {
	.search-page .main_goods{
		flex: 0 1 32%;
	}

    .search-page .main_catalog .main_goods:nth-of-type(4n+2) {
		margin-left: initial;
		margin-right: initial;
	}

	.search-page .main_catalog .main_goods:nth-of-type(4n+3) {
		margin-left: initial;
		margin-right: initial;
	}

	.search-page .main_catalog .main_goods:nth-of-type(4n+4) {
		margin-left: initial;
		margin-right: initial;
	}

	.search-page .main_catalog .main_goods:nth-of-type(3n+2) {
		margin-left: 2%;
		margin-right: 2%;
	}

}
@media only screen and (max-width: 480px){
	.search-page .main_catalog .main_goods{
		flex-basis: 48%;
		margin-bottom: 1.5rem;
	}

	.search-page .main_catalog .main_goods:nth-of-type(4n+2) {
		margin-left: initial;
		margin-right: initial;
	}

	.search-page .main_catalog .main_goods:nth-of-type(4n+3) {
		margin-left: initial;
		margin-right: initial;
	}

	.search-page .main_catalog .main_goods:nth-of-type(4n+4) {
		margin-left: initial;
		margin-right: initial;
	}
}
*/


/* quick-order */
.quick-order-error {
    width: 100%;
    text-align: center;
}

.order-number {
    font-size: 2rem;
}

.quick-order-result .main_text {
    text-align: center;
    margin: 30px auto;
}


/* order page */
.order .order_form_title .active .order_form_title_itm {
    background-color: #000000;
    text-decoration: none;
}

.order .order_form_title .active .order_form_title_itm span {
    color: #ffffff;
}

body .order input:required:valid,
body .order textarea:required:valid {
    color: inherit;
}

.main_input_result {
    color: #333333;
    font-size: 12px;
}

.order .order_cost_wrap .promo {
    align-items: flex-start;
}

.order .empty-cart-box {
    text-align: center;
    height: 250px;
    margin-top: 100px;
}


/* Fix styles for banners on home page*/
@media only screen and (max-width: 480px) {
    .action_wrap .action_item_small, .news_wrap .action_item_small {
        display: block;
    }

    .news_wrap {
        display: block;
    }

    .main_footer .main_footer_bottom_line_itm {
        text-align: center;
    }
}

/* Fix filter styles for mobile version */
.size_choose label:hover, .size_choose label:focus {
    background-color: inherit;
}

.size_choose label.active:hover, .size_choose label.active:focus {
    background-color: #f1f1f1;
}

.color_choose label:hover, .color_choose label:focus {
    border-color: transparent;
}

.color_choose label.active:hover, .color_choose label.active:focus {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-image: initial;
}

.checkbox_cont:hover input ~ .checkmark {
    background-color: #fff;
}

.checkbox_cont:hover input:checked ~ .checkmark {
    background-color: #000;
}

.main_filter_btn {
    background-color: transparent;
}

/**
 * Page preloader styles
 */
.page-loader-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.page-loader-box.active {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-loader-box img {
    width: 40px;
    height: 40px;
    display: flex;
}
.page-loader-box.without_overlay {
    background-color: transparent;
}


/* Fix head menu */
.nav_btn_wrap:hover > nav:not(.active), .nav_btn_wrap:focus > nav:not(.active) {
    display: none;
    opacity: 1;
    animation: 700ms ease-in-out 0s 1 normal none running opacity;
}


.nav_btn_common, .nav_btn_common:hover, .nav_btn_common:visited, .nav_btn_common:focus {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 13px 18px 11px 18px;
    border: 0;
    height: 100%;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "FutureMedium", "Arial", "Verdana", sans-serif;
    color: #fff;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav_btn_common:hover {
    outline: none;
    background-color: #f2f4f7;
    color: #000;
}

/*
.nav_btn_dsc, .nav_btn_dsc:hover, .nav_btn_dsc:visited {
	margin: 0;
	padding: 13px 18px 11px 18px;
	border: 0;
	height: 100%;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "FutureMedium", "Arial", "Verdana", sans-serif;
	color: #fff;
	position: relative;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nav_btn_dsc:hover {
	outline: none;
	background-color: #f2f4f7;
	color: #000;
}
*/
.nav_btn_dsc {
    display: none;
}

@media (min-width: 770px) {
    .nav_btn_dsc {
        display: inline-block;
    }

    .nav_btn {
        display: none;
    }

    .nav_btn_common {
        display: inline-block;
        width: auto;
    }

}

.fast-order-preloader {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    text-align: center;
}

/* Favorites selected items */
.main_goods .main_goods_favorite:focus, .main_goods .main_goods_favorite:hover {
    color: inherit;
}

.main_goods .main_goods_favorite.active {
    color: #f1667a;
}

.card_nav .card_favorite:focus, .card_nav .card_favorite:hover {
    color: inherit;
}

.card_nav .card_favorite.active {
    color: #f1667a;
}

.main_favorite_tools {
    margin: 20px auto;
}

.fav-head {
    display: inline;
}

.fav-refresh {
    display: inline-block;
    margin-left: 30px;
}

#favorite .no_products_text {
    margin-top: 105px;
}

/* fix show close filter button for mobile version*/
@media only screen and (max-width: 1025px) {
    .close_filter_wrap {
        margin-top: 2.5rem;
    }

    .catalog_wrap .close_filter_wrap {
        margin-top: 0;
    }
}

/* fix colors pics size in fast add from list, when lot of colors */
.color_choose .color_cont {
    width: 26px;
    margin-left: 0px;
    margin-right: 9px;
}

@media only screen and (max-width: 480px) {
    .color_choose .color_cont {
        width: 22px;
    }

    .main_card_info .color_choose .color_cont {
        width: 26px;
    }
}

.add-btn-no-size {
    margin: auto;
}

/* fix shops tabs styles */
.main_shop .main_shop_nav .main_shop_nav_itm:hover, .main_shop .main_shop_nav .main_shop_nav_itm:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.main_shop .main_shop_nav .main_shop_nav_itm:hover span, .main_shop .main_shop_nav .main_shop_nav_itm:focus span {
    color: #000;
}

.main_shop .main_shop_nav .r-tabs-state-active .main_shop_nav_itm {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.main_shop .main_shop_nav .r-tabs-state-active .main_shop_nav_itm span {
    color: #fff;
}


.main_account_reset .personal_account_info_title_wrap .add_title {
    font-size: 18px;
    font-family: "FutureDemi", "Arial", "Verdana", sans-serif;
    margin-bottom: 1rem;
}

.msg-center {
    color: green;
    text-align: center;
}

.static_page {
    margin-bottom: 70px;
}

.noafter.order_cost_goods:after {
    display: none;
}

/* dropdown sections list */
.tab_wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.neighbor-sections-name {
    display: inline-block;
    font-family: "FutureBook", "Arial", "Verdana", sans-serif;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
}

.catalog-sections-name h1,
.neighbor-sections-name h1 {
    text-transform: lowercase;
}

.catalog-sections-name h1:first-letter,
.neighbor-sections-name h1:first-letter {
    text-transform: uppercase;
}

.neighbor-sections-header {
    display: inline-block;
}

.neighbor-sections-header:after {
    border: none;
    content: "\f107";
    font-family: FontAwesome;
    position: relative;
    font-size: 16px;
    color: #000;
    display: inline-block;
    width: 0;
    height: 0;
    clear: left;
    left: 8px;
    box-sizing: border-box;
}

.active.neighbor-sections-name .neighbor-sections-header:after {
    content: "\f106";
}


.neighbor-sections-place {
    display: none;
}

.neighbor-sections-place.active {
    position: absolute;
    top: 40px;
    display: block;
    width: auto !important;
    min-width: 300px;
    max-width: 300px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1025;
}

.selectize-dropdown-content .catalog_nav_title {
    flex: 0 0 100%;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    margin-bottom: 1rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* move complect items to next rows if it's not fits to row */
.add_goods {
    flex-wrap: wrap;
}

.add_goods .add_goods_itm {
    width: auto;
    flex-basis: auto;
}

.neighbor-sections-place .catalog_nav_itm {
    font-family: "FutureBookBold", "Arial", "Verdana", sans-serif;
    font-size: 14px;
    margin-bottom: 1rem;
}


/* fix brands pages header indent - move under mobile menu */
@media (max-width: 480px) {
    .main_brand {
        padding-top: 65px;
    }

    .main_brand_wrap {
        padding-top: 65px;
    }
}

/* fix overlap sorting icon and text for android */
.sort .sort_name label {
    display: inline-block;
}

.nav_btn {
    text-align: center;
}

a.nav_btn:hover {
    text-decoration: none;
}

/* disabled add to cart buttons */
.main_btn.disabled {
    opacity: 0.4;
    cursor: default;
}

.main_btn.disabled:hover, .main_btn.disabled:focus {
    border-color: #000;
}

.main_btn_white.disabled {
    opacity: 0.4;
    cursor: default;
}

.main_btn_white.disabled:hover, .main_btn_white.disabled:focus {
    background-color: #fff;
    color: #000;
    border-color: #000;
}


/* 404 page styles*/
.body404 {
    background-color: #000;
    color: #fff;
    max-width: 1324px;
    margin: auto;
    height: 100%;
}

.body404-cat {
    background: none;
    color: #000;
    height: auto;
}

.page404 {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 80px auto 40px;
}

.body404-cat .page404 {
    background: none;
    color: #000;
    justify-content: normal;
}

.body404-cat .rr-box {
    width: 100%
}

.item_wrap {
    display: flex;
    align-items: flex-end;
    font-family: FutureLight;
    font-size: 16px;
}

.page404 .logo {
    flex-basis: 100px;
}

.page404 .error1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;

}

.page404 .error1 a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.page404 .error1 a:hover {
    text-decoration: none;
}

.page404 .error2 {
    flex-basis: 29px;
}

.page404__button-block {
    margin: 30px 0 0;
}

.page404 .footer1 {
    flex-basis: 330px;
}

.page404 .footer2 {
    flex-basis: 40px;
    align-items: baseline;
}

.page404 .item_wrap div {
    text-align: center;
    padding: 0 10px;
}

.page404 .header h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin: 10px 0;
}

.page404 a.error-link, .page404 a.error-link:visited, .page404 a.error-link:hover {
    color: #F1667A;
}

@media (max-width: 590px) {
    .page404 {
        margin: 140px 0 40px;
        padding: 0 19px;
    }
}

/* Section page h1 */
.catalog-sections-name h1,
.neighbor-sections-name h1 {
    font-size: 24px;
    font-weight: normal;
    margin: auto;
}

.static_page h2 {
    font-size: 20px;
    font-weight: normal;
}

.add_nav_title .add_nav_itm {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.add_nav_title .add_nav_itm:focus, .add_nav_title .add_nav_itm:hover {
    color: #000;
    opacity: .4;
    text-decoration: none;
}

@media only screen and (max-width: 769px) {
    .add_nav_title .add_nav_itm {
        color: #fff;
        text-decoration: none;
        transition: all 0.2s ease-out 0s;
    }

    .add_nav_title .add_nav_itm:focus, .add_nav_title .add_nav_itm:hover {
        color: #fff;
    }

}

/* sizes tables page styles */
.sizes_page .main_title {
    text-transform: none;
    font-size: 24px;
    text-align: left;
}

.main_brand_info.sizes .main_brand_info_itm:nth-child(odd) .main_brand_text {
    margin-left: 0px;
}

.sizes .main_brand_info_itm {
    margin-bottom: 60px;
}

/* fix top banner size on main page */
@media only screen and (max-width: 769px) {
    .main_header_wrap.main_header_wrap_bn, .main_header_img {
        height: auto;
        min-height: inherit;
    }

    .main_header_img {
        position: relative;
        height: auto;
    }
}

.main_header_img_pic {
    background-size: cover;
    width: 100%;
    height: 0;
}

.main_header_img a {
    width: 100%;
    height: auto;
    position: relative;
}


.order .order_form_title {
    margin-left: 0px;
}

.order .order_form_title li {
    margin: 0 2px;
}

.main_card_info .color-id {
    display: inline-block;
    font-size: 12px;
    color: #a5a5a5;
    margin-left: 10px;
}

.main_card_info .color-id.margin-inherit {
    margin: inherit;
}

.main_card_info .material div {
    margin-bottom: 5px;
}


/* discount and new stickers in product details */
.good-details-img-wrapper .main_goods_tooltip {
    position: absolute;
    top: 0;
    z-index: 50;
}

.good-details-img-wrapper .main_goods_new {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #000;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 1rem;
    font-family: "FutureDemi", "Arial", "Verdana", sans-serif;
}

.good-details-img-wrapper .main_goods_sale {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a5a5a5;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 1rem;
    font-family: "FutureDemi", "Arial", "Verdana", sans-serif;
}

.good-details-img-wrapper {
    position: relative;
}

/* Fix button width*/
@media only screen and (max-width: 769px) {
    .main_card_info .select_wrap .main_btn {
        min-width: 45%;
        width: auto;
    }
}

.main_sections {
    margin-top: 20px;
    margin-bottom: 0px;
}

.main_sections_wrap {
    margin-top: 0px;
}

.left {
    text-align: left;
}

.add_nav_wrap.brands {
    min-height: auto;
}

.add_nav_wrap.brands .add_nav_column {
    display: block;
}

.add_nav_wrap.brands .add_nav li {
    flex: 0 0 auto;
    padding-right: 40px;
}

.good-details-img-wrapper {
    width: auto;
    max-width: 47%;
}
@media only screen and (max-width: 590px) {
    .good-details-img-wrapper {
        max-width: 100%;
    }
}

/* Fix material indent in mobile version */
@media only screen and (max-width: 769px) {
    .material {
        margin-top: 20px;
    }
}


/* Fix styled for retail rocket */
.retailrocket .main_title {
    text-transform: uppercase;
    font-size: 22px;
    font-family: "FutureBook", "Arial", "Verdana", sans-serif;
}

.retailrocket .main_goods {
    margin: auto;
}

.rr-box {
    width: 100%;
    margin-bottom: 4rem;
}

.main_nav_wrap {
    background-color: #101820;
}

.half-bg {
    /* #D5DBE4 is rgb(213, 219, 228)*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, rgba(213, 219, 228, 0.2)));
    background: -o-linear-gradient(top, #fff 50%, rgba(213, 219, 228, 0.2) 0);
    background: linear-gradient(to bottom, #fff 50%, rgba(213, 219, 228, 0.2) 0);
}

.white_bg {
    background-color: rgba(213, 219, 228, 0.2);
}

.contact_form_wrap {
    margin: 0px;
}

.nav_btn_wrap .sale_btn span::before {
    content: none;
}

.nav_btn_wrap .sale_btn:hover, .nav_btn_wrap .sale_btn:focus {
    color: #000;
}

.nav_btn_wrap .sale_btn span {
    padding-left: 0;
}

.info-li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.info-li li::before {
    content: "—";
    margin-right: .5rem;
}

#main_goods .main_goods .main_goods_link {
    height: auto;
}

.main_carousel .main_carousel_wrap {
    /*width: 100%;*/
}

@media (max-width: 699px) {
    .main_carousel .main_carousel_wrap {
        width: 100%;
    }
}

.owl-carousel-item .main_goods {
    margin: 0 auto;
    max-width: 204px;
    width: 204px;
}

.main_carousel img {
    max-width: none;
}

.main_carousel .owl-nav {
    display: none;
}

@media (min-width: 767px) {
    .main_carousel .main_carousel_wrap {
        width: 80%;
        margin-left: auto;
        margin-right: 0;
        padding-right: 10%;
        box-sizing: content-box;
        overflow: hidden;
    }

    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
}

@media (min-width: 1024px) {
    .main_carousel .main_carousel_wrap {
        width: 80%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .main_carousel .owl-nav {
        display: block;
        position: relative;
    }

    #main_goods_next {
        right: 15px;
    }

    #main_goods_prev {
        left: 15px;
    }
}

.main-top-items-box {
    margin-top: 3rem;
}

.news_cont {
    margin-top: 0;
}

.contact_form_wrap {
    margin-bottom: 3rem;
}

.main_footer .main_footer_contact {
    position: initial;
    bottom: auto;
    margin-top: 16px;
    text-align: left;
}

.main_footer_social {
    position: initial;
    text-align: right;
    margin: 0 58px 1rem 58px;
}

.social_icon {
    margin: 0 0.5rem;
}

.social_icon.first {
}

.social_icon.last {
    margin-right: 0;
}

.main_footer .main_footer_nav_wrap {

}

@media only screen and (max-width: 1281px) {
    .main_footer_social {
        margin: 0 4rem 1rem auto;
    }

    .social_icon.first {
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main_footer_social {
        text-align: center;
        margin: auto auto 3rem auto;
    }

    .main_footer .main_footer_contact {
        text-align: center;
        margin-top: 3rem;
    }

    .news_cont {
        margin-top: 3rem;
    }
}


@media only screen and (max-width: 480px) {
    .main_nav_wrap {
        top: 0;
    }

    .main_header_img {
        margin-top: 63px;
    }

    .main_header_info {
        margin-top: 20px;
    }
}

.nav_btn_common.sale_btn:hover {
    color: #fe372a;
}


@font-face {
    font-family: "Monplesir";
    src: url("../fonts/Monplesir.ttf") format("truetype");
}

.nav_btn_wrap .nav_btn.newyear_btn, .nav_btn_common.newyear_btn {
    font-family: "Monplesir", "FutureMedium", "Arial", "Verdana", sans-serif;
    font-size: 14px;
}


/* Fix picture sizes */

/* Produt details - big picture */
/*.main_card_wrap .main_card_img img {
	width: 100%;
	height: auto;
}*/
@media (min-width: 481px) {
    .info_cont {
        display: block;
        /*column-count: 1;*/
    }
}


/* Produt details - big picture end */


/* Produt list - section */
.main_catalog .main_goods {
    flex: 0 1 auto;
}

.main_catalog .main_goods:nth-of-type(even) {
    margin-right: 0px;
    margin-left: auto;
}

.main_goods .main_goods_link {
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
}


.main_catalog .main_goods {
    width: 136px;
}

.main_goods .main_goods_link {
    height: 204px;
}

.main_goods .main_goods_img {
    object-fit: contain;
    max-height: 204px;
}

@media (min-width: 340px) {
    .main_catalog .main_goods {
        width: 148px;
    }

    .main_goods .main_goods_img {
        max-height: 222px;
    }

    .main_goods .main_goods_link {
        height: 222px;
    }
}

@media (min-width: 360px) {
    .main_catalog .main_goods {
        width: 156px;
    }

    .main_goods .main_goods_img {
        max-height: 234px;
    }

    .main_goods .main_goods_link {
        height: 234px;
    }
}

@media (min-width: 400px) {
    .main_catalog .main_goods {
        width: 176px;
    }

    .main_goods .main_goods_img {
        max-height: 264px;
    }

    .main_goods .main_goods_link {
        height: 264px;
    }
}

@media (min-width: 440px) {
    .main_catalog .main_goods {
        width: 194px;
    }

    .main_goods .main_goods_img {
        max-height: 291px;
    }

    .main_goods .main_goods_link {
        height: 291px;
    }
}

@media (min-width: 480px) {
    .main_catalog .main_goods {
        width: 212px;
    }

    .main_goods .main_goods_img {
        max-height: 318px;
    }

    .main_goods .main_goods_link {
        height: 318px;
    }
}

@media (min-width: 520px) {
    .main_catalog .main_goods {
        width: 240px;
    }

    .main_goods .main_goods_img {
        max-height: 360px;
    }

    .main_goods .main_goods_link {
        height: 360px;
    }
}

@media (min-width: 561px) {
    .main_catalog .main_goods:nth-of-type(even) {
        margin-left: auto;
        margin-right: auto;
    }

    .main_catalog .main_goods {
        margin-left: auto;
        margin-right: auto;
    }

    .main_catalog .main_goods:nth-of-type(3n + 1) {
        margin-left: 0;
    }

    .main_catalog .main_goods:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .main_catalog .main_goods {
        width: 170px;
    }

    .main_goods .main_goods_img {
        max-height: 255px;
    }

    .main_goods .main_goods_link {
        height: 255px;
    }
}

@media (min-width: 600px) {
    .main_catalog .main_goods {
        width: 180px;
    }

    .main_goods .main_goods_img {
        max-height: 270px;
    }

    .main_goods .main_goods_link {
        height: 270px;
    }
}

@media (min-width: 640px) {
    .main_catalog .main_goods {
        width: 194px;
    }

    .main_goods .main_goods_img {
        max-height: 291px;
    }

    .main_goods .main_goods_link {
        height: 291px;
    }
}

@media (min-width: 680px) {
    .main_catalog .main_goods {
        width: 208px;
    }

    .main_goods .main_goods_img {
        max-height: 312px;
    }

    .main_goods .main_goods_link {
        height: 312px;
    }
}

@media (min-width: 720px) {
    .main_catalog .main_goods {
        width: 220px;
    }

    .main_goods .main_goods_img {
        max-height: 330px;
    }

    .main_goods .main_goods_link {
        height: 330px;
    }
}

@media (min-width: 760px) {
    .main_catalog .main_goods {
        width: 234px;
    }

    .main_goods .main_goods_img {
        max-height: 351px;
    }

    .main_goods .main_goods_link {
        height: 351px;
    }
}

@media (min-width: 800px) {
    .main_catalog .main_goods {
        width: 242px;
    }

    .main_goods .main_goods_img {
        max-height: 363px;
    }

    .main_goods .main_goods_link {
        height: 363px;
    }
}

@media (min-width: 840px) {
    .main_catalog .main_goods {
        width: 256px;
    }

    .main_goods .main_goods_img {
        max-height: 384px;
    }

    .main_goods .main_goods_link {
        height: 384px;
    }
}

@media (min-width: 880px) {
    .main_catalog .main_goods {
        width: 270px;
    }

    .main_goods .main_goods_img {
        max-height: 405px;
    }

    .main_goods .main_goods_link {
        height: 405px;
    }
}

@media (min-width: 920px) {
    .main_catalog .main_goods {
        width: 280px;
    }

    .main_goods .main_goods_img {
        max-height: 420px;
    }

    .main_goods .main_goods_link {
        height: 420px;
    }
}

@media (min-width: 960px) {
    .main_catalog .main_goods {
        width: 294px;
    }

    .main_goods .main_goods_img {
        max-height: 441px;
    }

    .main_goods .main_goods_link {
        height: 441px;
    }
}

@media (min-width: 1000px) {
    .main_catalog .main_goods {
        width: 306px;
    }

    .main_goods .main_goods_img {
        max-height: 459px;
    }

    .main_goods .main_goods_link {
        height: 459px;
    }
}

@media (min-width: 1026px) {
    .main_catalog .main_goods {
        width: 228px;
    }

    .main_goods .main_goods_img {
        max-height: 342px;
    }

    .main_goods .main_goods_link {
        height: 342px;
    }

    .search-page .main_catalog .main_goods:nth-of-type(3n + 1) {
        margin-left: auto;
    }

    .search-page .main_catalog .main_goods:nth-of-type(3n+3) {
        margin-right: auto;
    }

    .search-page .main_catalog .main_goods:nth-of-type(4n + 1) {
        margin-left: 0;
    }

    .search-page .main_catalog .main_goods:nth-of-type(4n+4) {
        margin-right: 0;
    }
}

@media (min-width: 1080px) {
    .main_catalog .main_goods {
        width: 240px;
    }

    .main_goods .main_goods_img {
        max-height: 360px;
    }

    .main_goods .main_goods_link {
        height: 360px;
    }
}

@media (min-width: 1120px) {
    .main_catalog .main_goods {
        width: 250px;
    }

    .main_goods .main_goods_img {
        max-height: 375px;
    }

    .main_goods .main_goods_link {
        height: 375px;
    }
}

@media (min-width: 1160px) {
    .main_catalog .main_goods {
        width: 260px;
    }

    .main_goods .main_goods_img {
        max-height: 390px;
    }

    .main_goods .main_goods_link {
        height: 390px;
    }
}

@media (min-width: 1200px) {
    .main_catalog .main_goods {
        width: 270px;
    }

    .main_goods .main_goods_img {
        max-height: 405px;
    }

    .main_goods .main_goods_link {
        height: 405px;
    }
}

@media (min-width: 1240px) {
    .main_catalog .main_goods {
        width: 280px;
    }

    .main_goods .main_goods_img {
        max-height: 420px;
    }

    .main_goods .main_goods_link {
        height: 420px;
    }
}

@media (min-width: 1282px) {
    .main_catalog .main_goods {
        width: 280px;
    }

    .main_goods .main_goods_img {
        max-height: 420px;
    }

    .main_goods .main_goods_link {
        height: 420px;
    }
}

@media (min-width: 1320px) {
    .main_catalog .main_goods {
        width: 290px;
    }

    .main_goods .main_goods_img {
        max-height: 435px;
    }

    .main_goods .main_goods_link {
        height: 435px;
    }
}

@media (min-width: 1360px) {
    .main_catalog .main_goods {
        width: 300px;
    }

    .main_goods .main_goods_img {
        max-height: 450px;
    }

    .main_goods .main_goods_link {
        height: 450px;
    }
}

@media (min-width: 1400px) {
    .main_catalog .main_goods {
        width: 310px;
    }

    .main_goods .main_goods_img {
        max-height: 465px;
    }

    .main_goods .main_goods_link {
        height: 465px;
    }
}

@media (min-width: 1440px) {
    .main_catalog .main_goods {
        width: 318px;
    }

    .main_goods .main_goods_img {
        max-height: 477px;
    }

    .main_goods .main_goods_link {
        height: 477px;
    }
}


.main_goods .main_goods_link.top-pic {
    height: 305px;
}

.main_goods .main_goods_link.top-pic {
    align-items: center;
}

#main_goods .main_goods .main_goods_link.top-pic {
    height: 305px;
}


/* Produt list - section end */

/* Fix picture sizes end */

.add_nav_wrap .main_goods .main_goods_link {
    height: auto;
}

.mobile_subscribe_container__policy {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

.mobile_subscribe_container__policy a {
    color: #333;
    text-decoration: underline;
}
.product-detail-slider-small {
    width: 110px;
    position: relative;
}

.product-detail-slider-small__video {
    position: relative;
}
.product-detail-slider-small__video::after {
    background-color: rgba(255,255,255, .6);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.product-detail-slider-small__video svg {
    overflow: visible;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
}


.product-detail-slider-small .slick-slide [data-role="preview-image-item"] {
    height: 159px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.product-detail-slider-small .slick-slide img {
    max-width: 100%;
}

.product-detail-slider-small__control {
    display: none !important;
    position: absolute;
    z-index: 10;
    left: auto;
    cursor: pointer;
}

.product-detail-slider-small__control--prev {
    top: -20px;
    transform: rotate(270deg);
}

.product-detail-slider-small__control--next {
    bottom: -20px;
    transform: rotate(90deg);
}

.product-detail-slider-main {
    position: relative;
}

.product-detail-slider-main__slider .slick-slide a img {
    max-height: 792px;
    margin: 0 auto;
}
@media only screen and (max-width: 590px) {
    .product-detail-slider-main__slider .slick-slide a img {
        max-height: none;
    }
}

.product-detail-slider-main__control {
    position: absolute;
    z-index: 10;
    left: auto;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    svg {
        width: 90px;
    }
}

.product-detail-slider-main__control--prev {
    opacity: 0;
    top: 50%;
    left: -60px;
    transform: rotate(180deg);
    transition: opacity .3s ease-in-out;
}

.product-detail-slider-main__control--next {
    opacity: 0;
    top: 50%;
    right: -60px;
    transition: opacity .3s ease-in-out;
}

.product-detail-slider-main:hover .product-detail-slider-main__control--prev,
.product-detail-slider-main:hover .product-detail-slider-main__control--next {
    opacity: 1;
}

.product-detail-slider-main video {
    max-width: 100%;
}

.top_line_icons_wrap {
    position: relative;
}

.basket-popup {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
    transition: top 0.5s ease-in-out;
}
@media (min-width: 768px) {
    .basket-popup {
        min-width: unset;
        right: 15%;
    }
}

.basket-popup.is-open {
    display: block;
}

.basket-popup__title {
    font-size: 18px;
    font-family: "FutureBook", "Arial", "Verdana", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.basket-popup__name {
    margin-bottom: 10px;
}

.basket-popup__price {
    position: relative;
}

.basket-popup__price::after {
    content: "\f158";
    margin-left: 5px;
    font-family: FontAwesome;
    font-size: 14px;
}

.basket-popup__button,
.basket-popup__button:hover {
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    background-color: #000000;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

.nav_catalog {
    margin-bottom: 20px;
}
.nav_catalog .nav_catalog_itm {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
}

@media (min-width: 960px) {
    .nav_catalog .nav_catalog_itm {
        padding: 1rem 2rem;
    }
}

.nav_catalog_itm--prev {
    transform: rotate(180deg);
}

.nav_catalog__more {
    border: 2px solid #f1667a;
    margin: 0 auto;
    display: block;
    width: 250px;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    color: #000000;
    margin-bottom: 15px;
}

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

.scroll-up {
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    bottom: 98px;
    right: 25px;
    background-color: #bfbfbf;
    opacity: 0;

}
.scroll-up svg {
    display: block;
    line-height: 0;
    width: 24px;
    height: 24px;
    transform: rotate(270deg);
}

@media (max-width: 1025px) {
    .scroll-up {
        bottom: 116px;
        right: 40px;
    }
}

@media (max-width: 480px) {
    .scroll-up {
        bottom: 91px;
        right: 15px;
    }
}

.catalog-section-show-count {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.catalog-section-show-count__item {
    padding: 7px;
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
    line-height: 1;
}


.catalog-section-show-count__item:hover,
.catalog-section-show-count__item.is-active{
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
    .main_card_info .main_card_cost_sale {
        display: block;
        margin-left: 0;
    }
    .product-detail-slider-main__control--prev {
        left: -35px;
    }

    .product-detail-slider-main__control--next {
        right: -35px;
    }
}

@media screen and (max-width: 768px) {
    .product-detail-slider-main__control {
        display: none !important;
    }
    .main_card_info .main_card_cost_wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 590px) {
    .area_catalog_wrap {
        max-width: 100%;
    }
}

.product-detail-slider-small__slider .slick-current img {
    border: 1px solid #000000;
}

.main_card_wrap #card-carousel img:focus-visible,
.main_card_wrap #card-carousel a:focus{
    outline: none;
}

@media (max-width: 768px) {
    .main_card_wrap .main_card_img {
        background-color: unset;
    }
}

.basket-qty {
    display: inline-flex;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    height: 34px;
}

.basket-qty--full {
    width: 104px;
    justify-content: center;
}

.basket-qty__control {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background-color: transparent;
    color: #a5a5a5;
}

.basket-qty__input {
    text-align: center;
    height: 34px;
    width: 34px;
    -moz-appearance: textfield;
    background-color: transparent;
    border: none;
    outline: none;
}

.basket-qty__input::-webkit-outer-spin-button,
.basket-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.basket-popup__close {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.basket-popup__close::after,
.basket-popup__close::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: auto;
}

.basket-popup__close::after {
    transform: rotate(45deg);
}

.basket-popup__close::before {
    transform: rotate(-45deg);
}

.basket-popup__wrapper {
    position: absolute;
    top: 75px;
    right: 10px;
    padding: 15px 30px;
    border: 1px solid #000000;
    background-color: #ffffff;
    text-align: center;
    min-width: 300px;
}

@media (min-width: 768px) {
    .basket-popup__wrapper {
        right: 0;
    }
}

.basket-popup.is-scroll {
    top: 0;
}

@media (min-width: 768px) {
    .basket-popup.is-scroll {
        top: -70px;
    }
}

@media (max-width: 600px) {
    .basket-qty__input,
    .basket-qty,
    .basket-qty__control {
        height: 40px;
    }

    .order_img {
        width: 30%;
    }

    .order_table_favorite {
        top: 17px;
        right: 35px
    }

    .order .selectize-control.single.basket-sizes-select .selectize-input:after {
        top: 12px;
    }
}

.input-ADDRESS {
    display: none !important;
}

.main_footer .main_footer_column.main_footer__odezhda {
    display: block;
}

.main_footer__odezhda .main_footer_nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.order_table .order_table_row.is-loading {
    position: relative;
}
.order_table .order_table_row.is-loading::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .5);
    background-image: url("/local/templates/penny/img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}

.chat-block .chat-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border: 1px solid #101820;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 13.57px 0px rgba(0,0,0,.1);
    z-index: 110;
}

.chat-block .chat-btn svg.close {
    display: none;
}

.chat-block .chat {
    display: none;
    position: fixed;
    bottom: 93px;
    right: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.1);
    padding: 20px;
    color: #000;
    z-index: 110;
}

.chat-block .chat .chat__close {
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer;
    display: none;
}

.chat-block .chat .chat__title {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: "FutureDemi", "Arial", "Verdana", sans-serif;
    font-weight: 450;
}

.chat-block .chat .chat__link {
    display: block;
    font-size: 16px;
    font-family: "FutureBook", "Arial", "Verdana", sans-serif;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}

.chat-block .chat .chat__link svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.chat-block .chat .chat__link .chat__text-mobile {
    display: none;
}

.chat-block.open .chat-btn {
    border: none;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}

.chat-block.open .chat-btn svg.open {
    display: none;
}

.chat-block.open .chat-btn svg.close {
    display: block;
}

.chat-block.open .chat {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 1025px) {
    .chat-block .chat-btn {
        bottom: 40px;
        right: 40px;
    }
    .chat-block .chat {
        bottom: 113px;
        right: 40px;
    }
}

@media (max-width: 480px) {
    .chat-block .chat-btn {
        bottom: 15px;
        right: 15px;
    }
    .chat-block .chat {
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 20px 15px;
    }
    .chat-block .chat .chat__close {
        display: block;
    }
    .chat-block .chat .chat__link .chat__text-desktop {
        display: none;
    }
    .chat-block .chat .chat__link .chat__text-mobile {
        display: inline;
    }
}

@media (max-width: 560px) {
    .popmechanic-loaded {
        max-width: 100%;
    }
}