.main {
    width: 100%
}

.main__nav {
    position: relative;
    width: 100%;
    max-width: 1137px;
    margin: 20px auto 0;
    font-family: 'Geometria-Light', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main__nav_txt {
    margin: 0 auto
}

@media (max-width:980px) {
    .main__nav {
        display: none
    }
}

.catalog {
    text-align: center
}

.catalog__title {
    margin-bottom: 17px;
	text-align: left;
	font-size: 30px;
	font-family: Times New Roman, serif;
	font-style: italic;
	color: #3a3a3a;
	display: inline-block;
	width: 100%;
}

@media (max-width:800px) {
    .catalog__title {
        margin-bottom: 11px
    }
}

.catalog__tit {
    margin-bottom: 0;
    text-align: center;
    font-size: 30px;
    font-family: Times New Roman, serif;
    font-style: italic;
    color: #3a3a3a
}

.catalog__desc {
    margin: 0 auto;
    max-width: 680px;
    font-size: 14px;
    color: #3a3a3a
}

.mark {
    margin-top: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:980px) {
    .mark {
        margin-top: 40px;
        display: block
    }
}

.mark__item {
    display: inline-block
}

@media (max-width:980px) {
    .mark__item:first-child {
		width: 100%;
		display: none;
    }
}

.mark__item:last-child {
    width: 75%
}

@media (max-width:980px) {
    .mark__item:last-child {
        width: 100%
    }
}

@media (max-width:980px) {
    .mark_txt {
        margin-top: 27px
    }
}

@media (max-width:500px) {
    .mark_txt {
        margin-top: 64px
    }
}

.mark_txt .mark__item:first-child {
    -webkit-flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%
}

@media (max-width:980px) {
    .mark_txt .mark__item:first-child {
        display: none;
        margin: 0
    }
}

.mark_polit {
    max-width: 842px;
    margin-right: auto;
    margin-left: auto
}
.mark_polit .sample-text.sample-text_polit {
    width: 100%;
}

.mark .sticky {
    position: fixed
}

@media (max-width:980px) {
    .mark .sticky {
        position: relative!important;
        top: 0!important
    }
}

.mark .stop {
    position: relative
}

@media (max-width:980px) {
    .mark .stop {
        top: 0!important
    }
}

.aside {
    color: #3a3a3a;
    text-align: left;
    -webkit-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear
}

@media (max-width:980px) {
    .aside {
        height: 49px;
        overflow: hidden
    }
    .aside.open {
        height: auto;
        margin-bottom: 40px;
        border-bottom: 1px solid #e6e7e7;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .aside.open .aside__icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        height: 16px
    }
}

.aside__block {
    margin-bottom: 40px
}

@media (max-width:980px) {
    .aside__block:nth-child(2) {
        margin-bottom: 20px
    }
}

.aside__banner {
    margin-top: 60px
}

@media (max-width:980px) {
    .aside__banner {
        display: none
    }
}

.aside__title {
    margin-bottom: 26px;
    font-size: 18px;
    font-family: 'Geometria-Light', sans-serif;
    text-transform: uppercase
}

.aside__title_act {
    margin-top: 40px
}

@media (max-width:980px) {
    .aside__title {
        display: inline-block
    }
}

.aside__pre-title {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 12px;
    font-family: 'Geometria-Light', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid transparent
}

.aside__pre-title:hover {
    border-bottom: 1px solid #3a3a3a
}

.aside__pre-title.active {
    border-bottom: 1px solid #3a3a3a
}

.aside__point {
    display: inline-block;
    margin: 0 0 5px 9px;
    font-size: 12px;
    font-family: 'Geometria-Light', sans-serif;
    border-bottom: 1px solid transparent
}

.aside__point:hover {
    border-bottom: 1px solid #3a3a3a
}

.aside__point.active {
    border-bottom: 1px solid #3a3a3a
}

.aside__t-min {
    display: inline-block;
    margin-bottom: 17px;
    font-size: 12px;
    font-family: 'Geometria-Light', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid transparent
}

.aside__t-min:hover {
    border-bottom: 1px solid #3a3a3a
}

.aside__t-min.active {
    border-bottom: 1px solid #3a3a3a
}

.aside__img {
    width: 100%;
    height: auto
}

.aside__icon {
    width: 11px;
    height: 11px;
    margin-left: 5px;
    display: none
}

@media (max-width:980px) {
    .aside__icon {
        display: inline-block
    }
}

.aside__icon svg path {
    stroke: #7f7f7f;
    fill: none;
    stroke-width: 3px
}

.aside__cent {
    text-align: left
}

@media (max-width:980px) {
    .aside__cent {
        text-align: center;
        cursor: pointer;
        margin-bottom: 25px;
    }
}

.aside_txt {
    margin-top: -40px
}

@media (max-width:980px) {
    .aside_txt {
        display: none
    }
}

.aside_txt .aside__title {
    padding: 20px 0;
    margin: 0;
    font-family: 'Geometria', sans-serif;
    font-size: 13px;
    cursor: pointer
}

.aside_txt .aside__title.disabled-group {
    font-family: 'Geometria-Medium', sans-serif;
    font-size: 12px
}

.aside_txt .aside__group {
    padding: 0;
    border-bottom: 1px dotted #cdcdcd;
    color: #3a3a3a
}

.aside_txt .aside__group:first-child {
    padding-top: 0px
}

.aside_txt .aside__block {
    display: none;
    margin: 0
}

.aside_txt .aside__point {
    margin: 0;
    font-family: 'Geometria-Light', sans-serif;
    font-size: 12px;
    color: #3a3a3a
}

.aside_txt .aside__point.active {
    color: #969699;
    border: 0
}

.aside_txt .aside__point:hover {
    border: 0
}

.aside_txt li {
    margin: 0 0 20px
}

.content__top {
    position: relative;
    width: 100%
}

@media (max-width:980px) {
    .content__top {
        height: auto
    }
}

.content__sum {
    /*position: absolute;
	right: 0;
	top: 0;*/
    display: inline-block;
	color: #7f7f7f;
	font-size: 12px;
	font-family: 'Geometria-Light', sans-serif
}

@media (max-width:980px) {
    .content__sum {
        display: none
    }
}

.filter {
    width: 100%;
    /*padding: 0 6%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative
}
.filter__open .mobile_show {
	display: none;
}
@media (max-width:980px) {
    .filter label[for=color_4] {
        border: 1px solid #d2d2d2
    }
    .filter__open .mobile_show {
		display: inline-block;
	}
}

@media (max-width:980px) {
    .filter {
        height: auto;
        padding: 0
    }
}

@media (max-width:980px) {
    .filter.fx {
        padding: 0 20px;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 100
    }
    .filter.fx .filter__name {
        font-family: 'Geometria', sans-serif;
        font-size: 18px!important;
        border: none!important
    }
    .filter.fx .filter__close {
        display: inline-block;
        vertical-align: middle
    }
}

@media (max-width:980px) and (max-width:600px) {
    .filter.fx .filter__nm {
        margin-left: 20px!important
    }
}

.filter__name {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Geometria-Light', sans-serif;
    text-transform: uppercase;
    cursor: pointer
}

@media (max-width:980px) {
    .filter__name {
        margin-bottom: 20px;
        text-align: center;
        padding: 9px 0;
        border: 1px solid #3a3a3a;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
}

.filter__nm {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.filter__icon {
    display: inline-block;
    margin: 0 0 0 16px;
    width: 12px;
    height: 23px;
    vertical-align: middle
}

.filter__icon svg path {
    stroke: #7f7f7f;
    fill: none;
    stroke-width: 3px
}

.filter__icon.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:980px) {
    .filter__icon {
        display: none
    }
}

.filter__close {
    display: none;
    margin-left: 105px;
    width: 20px;
    height: 20px
}

@media (max-width:600px) {
    .filter__close {
        float: right;
        margin-left: 0;
        margin-top: 4px
    }
}

.filter__close svg path {
    stroke: #7f7f7f;
    fill: none;
    stroke-width: 3px
}

.filter__choice.hide {
    display: none
}

.filter__open {
    width: 100%;
    padding: 8px 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 0;
    top: 40px;
    background: #fff;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.filter__open.active {
    display: block;
    height: auto
}

@media (max-width:980px) {
    .filter__open.active {
        padding-bottom: 0
    }
}

@media (max-width:980px) {
    .filter__open {
        padding: 8px 0 50px;
        top: 0
    }
}

.filter__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:980px) {
    .filter__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.filter__col {
    display: inline-block
}

@media (max-width:980px) {
    .filter__col {
        margin-bottom: 37px
    }
}

@media (max-width:980px) {
    .filter__col_inln1 .filter__point {
        display: inline-block
    }
    .filter__col_inln1 .filter__lab {
        font-size: 0;
        width: 33px;
        height: 33px;
        background-color: #00f;
        border-radius: 100%;
        margin-right: 25px;
        position: relative
    }
    .filter__col_inln1 .filter__lab:hover:after {
        content: "";
        position: absolute;
        border: 1px solid #3a3a3a;
        width: 39px;
        height: 39px;
        border-radius: 100%;
        left: -4px;
        top: -4px
    }
    .filter__col_inln1 .filter__box {
        opacity: 0;
        width: 0;
        margin: 0;
        font-size: 0
    }
    .filter__col_inln1 .filter__box:checked+.filter__lab:after {
        content: "";
        position: absolute;
        border: 1px solid #3a3a3a;
        width: 39px;
        height: 39px;
        border-radius: 100%;
        left: -4px;
        top: -4px
    }
}

@media (max-width:980px) {
    .filter__col_inln2 .filter__point {
        display: inline-block;
        position: relative
    }
    .filter__col_inln2 .filter__box {
        width: 32px;
        height: 32px;
        margin-right: 25px
    }
    .filter__col_inln2 .filter__box:checked+.filter__lab {
        color: #fff
    }
    .filter__col_inln2 .filter__lab {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        border: 0
    }
}

.filter__title {
    display: block;
    margin-bottom: 21px;
    font-size: 12px;
    font-family: 'Geometria-Medium', sans-serif;
    text-transform: uppercase;
    color: #3a3a3a
}

.filter__point {
    margin-bottom: 5px;
    cursor: pointer
}

.filter__point:last-child {
    margin-bottom: 0
}

.filter__box {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #3a3a3a;
    margin-right: 10px;
    background: #fff;
    cursor: pointer;
    vertical-align: middle
}

.filter__box:checked {
    background: #3a3a3a
}

.filter__box:disabled {
    border-color: #d9d9d9;
    cursor: default;
    display: none;
}

.filter__box:disabled+.filter__lab {
    color: #d9d9d9;
    cursor: default;
    display: none;
}

.filter__lab {
    display: inline-block;
    font-size: 12px;
    font-family: 'Geometria-Light', sans-serif;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid transparent
}

.filter__lab_sort {
    border-bottom: 1px solid transparent
}

.filter__lab_sort:hover {
    border-bottom: 1px solid #3a3a3a
}

.filter__lab_sort .active {
    border-bottom: 1px solid #3a3a3a
}

.filter__bottom {
    margin-top: 46px;
    text-align: center
}

@media (max-width:980px) {
    .filter__bottom {
        margin-top: 13px
    }
}

@media (max-width:600px) {
    .filter__bottom {
        z-index: 230;
        padding: 10px 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff
    }
}

.filter__btn {
    display: inline-block;
    width: 223px;
    height: 43px;
    border: 1px solid #3a3a3a;
    background: #fff;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 12px;
    font-family: 'Geometria', sans-serif;
    cursor: pointer
}

@media (max-width:980px) {
    .filter__btn {
        width: 48%;
        margin-right: 1%
    }
}

@media (max-width:550px) {
    .filter__btn {
        width: 100%;
        margin: 0 0 15px 0
    }
}

.filter__btn:last-child {
    margin-right: 0
}

.filter__btn_black {
    background: #3a3a3a;
    color: #fff
}

.filter__btn_black:hover {
    background: #484848
}

.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*a-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	lign-content: flex-start;*/
	-webkit-align-content: space-between;
	    -ms-flex-line-pack: justify;
	        align-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.list__item {
    margin: 2%;
    display: inline-block;
    width: 27%
}
.list__item a.product {
    position: relative;
    width: 100%;
}
/*LABELS FOR CATALOG SECTION*/
.list__item a.product .product_label {
	position: absolute;
	right: 0px;
	width: 60px;
	height: 30px;
	text-align: center;
}
.list__item a.product .product_label img {
	width: 100%;
}
.list__item a.product .product_label.position_label_1 {
	top: 15px;
}
.list__item a.product .product_label.position_label_2 {
	top: 50px;
}
.list__item a.product .product_label.position_label_3 {
	top: 90px;
}
.list__item a.product .product_label.position_label_4 {
	top: 130px;
}
/*END LABELS FOR CATALOG SECTION*/
/*LABELS FOR CATALOG DETAIL*/
.product-pop__prev {
	position: relative;
}
.product-pop__prev .product_label {
	position: absolute;
	right: 0px;
	width: 60px;
	height: 30px;
	text-align: center;
	z-index: 1;
}
.product-pop__prev .product_label img {
	width: 100%;
}
.product-pop__prev .product_label.position_label_1 {
	top: 10px;
}
.product-pop__prev .product_label.position_label_2 {
	top: 50px;
}
.product-pop__prev .product_label.position_label_3 {
	top: 90px;
}
/* ENDLABELS FOR CATALOG DETAIL*/

.list.on_full_width_justify {
/*
	display: inline-block;
*/
	width: 100%;
	text-align: justify;
}
.list.on_full_width_justify:after {
	width: 27%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
.list.on_full_width_justify .list__item {
    margin: 2% 0% 2% 0%;
    /*display: inline-block;*/
    display: flex;
    position: relative;
    width: 30%;
}
.list.on_full_width_justify .list__item .product__title {
    position: relative;
}
@media (max-width:980px) {
    .list__item {
        margin: 6% 2%;
        display: inline-block;
        width: 21%
    }
    .list.on_full_width_justify .list__item {
        margin: 0% 0% 2% 0%;
        display: inline-block;
        width: 24%
    }
}

@media (max-width:700px) {
    .list__item {
        width: 29%
    }
    .list.on_full_width_justify .list__item {
        width: 32%
    }
}

@media (max-width:550px) {
    .list__item {
        width: 46%
    }
    .list.on_full_width_justify .list__item {
        width: 48%
    }
}

.pages {
    margin: 35px 0 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pages__icon {
    display: inline-block;
    min-width: 7px;
    height: 17px;
    margin: 0 25px;
    cursor: pointer
}

.pages__icon:hover svg path {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    stroke: #3a3a3a!important
}

@media (max-width:550px) {
    .pages__icon {
        margin: 0 7px
    }
}

.pages__numb {
    position: relative;
    display: inline-block;
    min-width: 33px;
    height: 33px;
    margin: 0 10px;
    color: #3a3a3a;
    font-size: 12px;
    line-height: 33px;
    cursor: pointer
}

.pages__numb:after {
    content: "";
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: transparent
}

.pages__numb:hover {
    color: #fff
}

.pages__numb:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 33px;
    height: 33px;
    background: #cdcdcd;
    border-radius: 100%
}

@media (max-width:550px) {
    .pages__numb {
        margin: 0 6px;
        min-width: 27px;
        height: 27px;
        line-height: 27px
    }
    .pages__numb:hover {
        color: #3a3a3a
    }
    .pages__numb:hover:after {
        content: none
    }
}

.pages__numb.active {
    color: #fff
}

.pages__numb.active:hover {
    cursor: default
}

.pages__numb.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 33px;
    height: 33px;
    background: #b7b7b7;
    border-radius: 100%
}

@media (max-width:550px) {
    .pages__numb.active:after {
        width: 27px;
        height: 27px
    }
}

.pages__numb a {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0
}

.show-more {
    margin: 0 auto;
    display: inline-block;
    width: 223px;
    height: 43px;
    display: inline-block;
    border: 1px solid #3a3a3a;
    background: #fff;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-right: 30px;
    cursor: pointer
}

@media (max-width:980px) {
    .show-more {
        display: none
    }
}

.choice__item {
    display: inline-block;
    padding: 0px 11px 3px;
    border-right: 1px solid #e6e7e7;
    cursor: pointer
}

.choice__item:first-child {
    padding-left: 0
}

.choice__item_clear {
    border-right: 0
}

.choice__item_clear .choice__name {
    text-transform: uppercase;
    color: #3a3a3a
}

.choice__item_clear svg path {
    stroke: #3a3a3a;
    fill: none;
    stroke-width: 3.5px
}

@media (max-width:980px) {
    .choice__item {
        display: block;
        border-right: 0;
        margin-bottom: 21px;
        padding: 0
    }
}

.choice__del {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 0;
    vertical-align: middle
}

.choice__del svg path {
    stroke: #7f7f7f;
    fill: none;
    stroke-width: 3.5px
}

.choice__name {
    display: inline-block;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Geometria-Light', sans-serif;
    text-transform: capitalize
}

.catalog .product__img {
    background-image: url("../img/dress2.png");
    height: 380px;
}

@media (max-width:800px) {
    .catalog .product__img {
        height: 195px;
        background-size: auto 90%
    }
}

.catalog .product__btn {
    display: none
}

.catalog .product:hover .product__img {
    background-image: url("../img/dress.png")
}

.catalog .product:hover .product__btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #3a3a3a;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 16px 0 13px;
    text-align: center
}
.catalog .product .product__btn_preorder {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #3a3a3a;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	/*background: rgba(255, 255, 255, 0.95);*/
	background: rgba(58, 58, 58, 0.2);
	padding: 16px 0 13px;
	text-align: center
}
.catalog .product:hover .product__btn:hover {
    background: rgba(58, 58, 58, 0.8);
    color: #fff
}
.catalog .product .product__btn_preorder:hover {
	background: rgba(58, 58, 58, 0.8);
	color: #fff
}
.catalog .product .preorder_sold_out {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.pages__icon svg {
    height: 17px;
}

.catalog__title h1 {
	margin-bottom: 17px;
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
	font-size: 30px;
	font-family: Times New Roman, serif;
	font-style: italic;
	color: #3a3a3a;
	font-weight: 400;
	display: inline-block;
}
@media (max-width: 980px) {
	.catalog__title h1 {
		margin-right: 0px;
		text-align: center;
		display: block;
	}
}
.aside__point.active, .aside__block li.active a{
    font-family: 'Geometria-Medium', sans-serif;
}
.list.description{
    font-family: 'Geometria-Light', sans-serif;
}
.additional_box {
	text-align: right;
	margin-top: -50px;
}
@media (max-width: 980px) {
	.additional_box {
		text-align: right;
		margin-top: 0px;
	}
}
.view_mode_catalog {
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px dashed;
	margin-right: 20px;
	position: relative;
}
.view_sort_catalog {
	display: inline-block;
	position: relative;
}
.view_sort_catalog_title {
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	box-shadow: inset 0 0 0 1px #dcdcdc;
	border-radius: 4px;
	min-width: 190px;
	text-align: left;
	box-sizing: border-box;
}
.view_sort_catalog_title .filter__icon {
    float: right;
}
.view_sort_catalog_select {
	display: none;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 0 1px #ededed,0 2px 4px 0 #9e9e9e;
	text-align: left;
	margin-top: 10px;
	background: #fff;
}
.view_sort_catalog_select.active_select {
	display: block;
}
.view_sort_catalog_select .view_sort_catalog_option {
	display: block;
	padding: 10px 10px;
}
.view_sort_catalog_select .view_sort_catalog_option:hover {
	background: #e6e7e7;
}
@media (max-width: 980px) {
	.view_sort_catalog {
		width: 100%;
		margin-bottom: 30px;
		display: none;
	}
	.additional_box .view_mode_catalog {
		/*text-align: center;
		width: 100%;
		font-size: 18px;
		text-transform: uppercase;
		border: 1px solid #3a3a3a;
		box-shadow: none;
		font-family: 'Geometria-Light', sans-serif;
		border-radius: 0px;
		padding: 10px 10px 10px 10px;
		margin-right: 0px;
		box-sizing: border-box;
		margin-bottom: 30px;*/
		display: none;
	}
	.view_sort_catalog_title {
		text-align: center;
		width: 100%;
		font-size: 18px;
		text-transform: uppercase;
		border: 1px solid #3a3a3a;
		box-shadow: none;
		font-family: 'Geometria-Light', sans-serif;
		border-radius: 0px;
	}
	.view_sort_catalog_select {
		text-align: center;
		border: 1px solid #3a3a3a;
		box-shadow: none;
		text-transform: uppercase;
	}
	.view_sort_catalog_select .view_sort_catalog_option {
		font-family: 'Geometria-Light', sans-serif;
		font-size: 16px;
	}
}
@media (max-width: 900px) {
	.catalog .product__img {
		height: 310px;
	}
}
@media (max-width: 800px) {
	.catalog .product__img {
		height: 260px;
	}
}
@media (max-width: 700px) {
	.catalog .product__img {
		height: 290px;
	}
}
@media (max-width: 620px) {
	.catalog .product__img {
		height: 270px;
	}
}
@media (max-width: 550px) {
	.catalog .product__img {
		height: 340px;
	}
}
@media (max-width: 480px) {
	.catalog .product__img {
		height: 320px;
	}
}
@media (max-width: 440px) {
	.catalog .product__img {
		height: 280px;
	}
}
@media (max-width: 380px) {
	.catalog .product__img {
		height: 260px;
	}
}
@media (max-width: 340px) {
	.catalog .product__img {
		height: 240px;
	}
}
.sale_order_full_table {
    width: 100%;
}
