body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Avenir';
}

body {
}

.container-lg {
	width: 100%;
}

.container-md {
	width: 100%;
	max-width: 1440px;
}

.container-sm {
	width: 100%;
	max-width: 1040px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Cormorant;
}

a,
p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	text-decoration: none;
	color: #0F303F;
}

b {
	outline: none;
}

.background {
	background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}

.background.show {
	display: block;
}

button {
	outline: none;
	cursor: pointer;
}

.button-primary {
	height: 34px;
	background: #0F303F;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #EAE9E8;
	cursor: pointer;
	border: none;
}

.link-white {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #EAE9E8;
	text-decoration: none;
}

.link-primary {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #E64926;
	text-decoration: none;
}

header {
	background: #ffffff;
	height: 60px;
	position: sticky;
	top: 0;
	z-index: 10;
	padding: 0 50px;
	border-bottom: 1px solid #EAE9E8;
}

header .container-md {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}

header .logo {
	margin-right: auto;
}

header .logo img {
}

header .header-center {
	display: flex;
	margin: 0 auto;
	height: 100%;
	align-items: center;
	background: #ffffff;
}

header .header-center .sex {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

header .header-center .sex li {
	list-style-type: none;
	padding-right: 45px;
	height: 100%;
}

header .header-center .sex li .sex-choise {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B7C1C5;
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
}

header .header-center .sex li.sex-current .sex-choise {
	color: #0F303F;
}

header .header-center .sex .child-menu {
	position: absolute;
	left: 0;
	right: 0;
	background: #ffffff;
	top: 61px;
	display: none;
}

header .header-center .sex li:hover .child-menu {
	display: block;
}

header .header-center .sex .inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}

header .header-center .sex .inner .col {
	width: calc(230px - 70px);
	padding: 50px 35px;
	border-right: 1px solid #EAE9E8;
}

header .header-center .sex .inner .col:nth-last-child(-n+2) {
	border: none;
}

header .header-center .sex .inner .col .title_cat {
	margin-bottom: 30px;
	display: block;
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #0F303F;
	text-transform: uppercase;
}

header .header-center .sex .inner .col ul {
	margin: 0;
	padding: 0;
}

header .header-center .sex .inner .col ul li {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

header .header-center .sex .inner .col ul li a {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #0F303F;
	font-family: 'Jost', sans-serif;
	transition: 0.3s;
}

header .header-center .sex .inner .col ul li:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	background: #E64926;
	border-radius: 50%;
	margin-right: -5px;
	opacity: 0;
	transition: 0.3s;
}

header .header-center .sex .inner .col ul li:hover:before {
	opacity: 1;
	margin-right: 5px;
	transition: 0.3s;
}

header .header-center .sex .inner .col ul li:hover a {
	color: #E64926;
	transition: 0.3s;
}

header .header-center .sex .inner .col-bottom {
	width: 100%;
	border-top: 1px solid #EAE9E8;
}

header .header-center .sex .inner .col-bottom ul {
	padding: 0;
	margin: 0;
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
}

header .header-center .sex .inner .col-bottom ul li {
	padding: 0 20px;
	display: flex;
	align-items: center;
}

header .header-center .sex .inner .col-bottom ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #254A5A;
}

header .header-center .find {
}

header .header-center .find label {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0F303F;
}

header .header-center .find input {
	background: none;
	margin-left: 20px;
	border: none;
	width: 150px;
	border-bottom: 1px solid #0F303F;
	outline: none;
}

header .language {
	height: 100%;
}

header .language ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

header .language ul li {
	list-style-type: none;
	margin: 0 10px;
	height: 100%;
	display: flex;
	align-items: center;
}

header .language ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;/* 5 */
	color: #0F303F;
	text-decoration: none;
}

header .language ul li.lang-current {
	border-bottom: 2px solid #E64926;
}

header .language ul li.lang-current a {
	color: #E64926;
}

header .header-nav {
	margin-left: 50px;
	display: flex;
	align-items: center;
}

header .header-nav a {
	margin-left: 20px;
}

header .header-nav a img {
}

.header-mob-trigger {
	height: 20px;
	width: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	margin-left: 27px;
}

.header-mob-trigger .one {
	height: 1px;
	width: 20px;
	transition: 0.3s;
	background: #0F303F;
	margin-bottom: 7px;
}

.header-mob-trigger .two {
	height: 1px;
	transition: 0.3s;
	width: 10px;
	background: #0F303F;
}

.header-mob-trigger.open {
}

.header-mob-trigger.open .one {
	transition: 0.3s;
	margin-bottom: 0;
	transform: rotate(45deg);
	position: absolute;
}

.header-mob-trigger.open .two {
	width: 20px;
	transition: 0.3s;
	transform: rotate(-45deg);
	position: absolute;
}

.home_1 {
	margin-bottom: 120px;
}

.home_1 .home_slider {
	height: 585px;
}

.home_1 .home_slider .slick-list,
.home_1 .home_slider .slick-track {
	height: 100%;
}

.home_1 .home_slider .home_slide_one {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_1 .home_slider .home_slide_one .bg {
	position: absolute;
	height: 100%;
	width: 100%;
}

.home_1 .home_slider .home_slide_one .bg:after {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgb(0 0 0 / 40%);
}

.home_1 .home_slider .home_slide_one .bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.home_1 .home_slider .home_slide_one .content {
	position: absolute;
	display: flex;
	flex-direction: column;
}

.home_1 .home_slider .home_slide_one .content h3 {
	font-family: Cormorant;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #EAE9E8;
	margin: 0;
	margin-bottom: 20px;
}

.home_1 .home_slider .home_slide_one .content h2 {
	font-family: Cormorant;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #EAE9E8;
	margin: 0;
	margin-bottom: 35px;
}

.home_1 .home_slider .home_slide_one .content a {
}

.home_1 .home_slider .home_slide_two,
.home_1 .home_slider .home_slide_three,
.home_1 .home_slider .home_slide_four {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.home_1 .home_slider .home_slide_two .left,
.home_1 .home_slider .home_slide_three .left,
.home_1 .home_slider .home_slide_four .left {
	padding-top: 150px;
	position: relative;
    z-index: 1;
}

.home_1 .home_slider .home_slide_two .left h3,
.home_1 .home_slider .home_slide_three .left h3,
.home_1 .home_slider .home_slide_four .left h3 {
	margin: 0;
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0F303F;
}

.home_1 .home_slider .home_slide_two .left h2,
.home_1 .home_slider .home_slide_three .left h2,
.home_1 .home_slider .home_slide_four .left h2 {
	margin: 0;
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	color: #0F303F;
	margin-bottom: 35px;
}

.home_1 .home_slider .home_slide_two .left a {
}

.home_1 .home_slider .home_slide_two .right {
}

.home_1 .home_slider .home_slide_two .right img,
.home_1 .home_slider .home_slide_three .right img,
.home_1 .home_slider .home_slide_four .right img {
	height: 100%;
	width: auto;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.home_1 .home_slider .home_slide_three {
	background: rgb(235, 235, 235);
	background: linear-gradient(123deg, rgba(235, 235, 235, 1) 0%, rgba(239, 239, 239, 1) 100%);
}

.home_1 .home_slider .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.home_1 .home_slider .slick-dots li {
	list-style-type: none;
	margin: 0 25px;
}

.home_1 .home_slider .slick-dots li button {
	background: none;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #EAE9E8;
	opacity: 0.3;
	transition: 0.3s;
	cursor: pointer;
	outline: none;
}

.home_1 .home_slider .slick-dots li button:before {
	content: '0';
}

.home_1 .home_slider .slick-dots li.slick-active {
}

.home_1 .home_slider .slick-dots li.slick-active button {
	opacity: 1;
	transition: 0.3s;
}

.home_1 .home_slider .slick-dots.dark li button {
	color: #254A5A;
}

.home_slider .container-md {
	margin: 0 auto;
	display: flex;
	padding: 0 50px;
	justify-content: space-between;
}

.home_2 {
	margin-bottom: 120px;
}

.home_2 .container-lg {
	display: flex;
}

.home_2 .container-lg .left {
	background-image: url('../img/left.png');
	background-size: cover;
	background-position: center;
	width: 45%;
}

.home_2 .container-lg .left .inner {
	padding: 150px 120px 235px 50px;
}

.home_2 .container-lg .left h2 {
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 90px;
	line-height: 102.5%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.home_2 .container-lg .left p {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom: 35px;
}

.home_2 .container-lg .left a {
}

.home_2 .container-lg .right {
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	background: #CEC6C4;
}

.home_2 .container-lg .right .block {
	position: relative;
	background: #ffffff;
}

.home_2 .container-lg .right .block .img {

	/* height: 100%; */

	/* width: 100%; */
	position: relative;
	width: 380px;
	height: 380px;
	padding: 110px;
}

.home_2 .container-lg .right .block .img:before {
	content: '';
	padding-bottom: 100%;
}

.home_2 .container-lg .right .block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home_2 .container-lg .right .block .desc {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	bottom: calc(110px + 15px);
	left: calc(110px + 35px);
	right: calc(110px + 35px);
}

.home_3 {
}

.home_3 .container-sm {
	margin: 0 auto;
	margin-bottom: 95px;
}

.home_3 .container-sm h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #0F303F;
	margin: 0;
	margin-bottom: 75px;
}

.popular-slider {
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.popular-slider .item {
}

.popular-slider .item .inner {
	padding: 0 20px;
	display: block;
}

.popular-slider .item .inner .thumb {
	margin-bottom: 30px;
	position: relative;
}

.popular-slider .item .inner .thumb:before {
	content: '';
	display: block;
	padding-top: 160%;
}

.popular-slider .item .inner .thumb img {
	margin: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.popular-slider .item .inner .title {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #0F303F;
	margin: 0;
}

.popular-slider .item .inner .desc {
	font-family: Jost;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	text-transform: capitalize;
	color: #0F303F;
	margin: 0;
	margin-bottom: 5px;
}

.popular-slider .item .inner .price {
	text-align: center;
	margin: 0;
}

.popular-slider .item .inner .price .old {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #CECECE;
	text-decoration: line-through;
}

.popular-slider .item .inner .price .new {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #FD5454;
	margin-left: 5px;
}

.popular-slider .slick-prev,
.popular-slider .slick-next {
	z-index: 1;
	height: 90px;
	min-width: 90px;
	display: block;
	border: none;
	border-radius: 50%;
	font-size: 0;
	background: #ffffff;
	position: absolute;
	top: calc(50% - 105px);
	cursor: pointer;
}

.popular-slider .slick-prev {
	left: -50px;
}

.popular-slider .slick-next {
	right: -50px;
}

.popular-slider .slick-prev:before,
.popular-slider .slick-next:before {
	content: '';
	display: block;
	background-image: url(../img/svg/arrow.svg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.popular-slider .slick-next:before {
	transform: rotate(180deg);
}

.home_3 .hr_block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}

.home_3 .hr_block:before {
	content: '';
	display: block;
	height: 1px;
	width: 50%;
	background: #EAE9E8;
}

.home_3 .hr_block img {
	margin: 0 10px;
}

.home_3 .hr_block:after {
	content: '';
	display: block;
	height: 1px;
	width: 50%;
	background: #EAE9E8;
}

.home_4 {
	background: #254A5A;
	color: #ffffff;
	margin-bottom: 125px;
}

.home_4 .container-sm {
	margin: 0 auto;
	display: flex;
	position: relative;
}

.home_4 .container-sm .left {
	width: 50%;
	padding-bottom: 130px;
}

.home_4 .container-sm .left h2 {
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: normal;
	font-size: 90px;
	line-height: 55px;/* or 27px */
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #EAE9E8;
	margin: 0;
	padding-top: 130px;
	margin-bottom: 20px;
}

.home_4 .container-sm .left h2 span {
	font-size: 30px;
}

.home_4 .container-sm .left p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 0;
}

.home_4 .container-sm .right {
	width: 50%;
	position: relative;
	z-index: 1;
	padding-top: 44px;
	margin-bottom: -87px;
	padding-left: 55px;
}

.home_4 .container-sm .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home_4 .container-sm .about_svg {
	position: absolute;
	top: -55px;
	left: 55%;
	transform: translateX(-55%);
}

footer {
	border-top: 1px solid #EAE9E8;
	padding-top: 65px;
}

footer .container {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}

footer .container h2 {
	margin: 0;
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 102.5%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #0F303F;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 20px;
}

footer .container .find {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

footer .container .find input {
	border: none;
	outline: none;
	width: 250px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #0F303F;
	margin-right: 8px;
	border-bottom: 1px solid #0F303F;
}

footer .container .find button {
	background: none;
	border: 1px solid #E64926;
	height: 18px;
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

footer .container .find button img {
}

footer .container ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

footer .container ul li {
	list-style-type: none;
	margin: 0 20px;
}

footer .container ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #B7C1C5;
}

footer .container-full {
	border-top: 1px solid #EAE9E8;
	padding: 0 50px;
}

footer .container-md {
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 48px;
	justify-content: space-between;
}

footer .container-md p {
	font-family: Jost;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #0F303F;
	margin: 0;
}

.breadcrumbs {
	max-width: 1440px;
	margin: 8px auto;
	padding: 0 50px;
	margin-bottom: 23px;
	overflow: auto;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
}

.breadcrumbs li {
	list-style-type: none;
	display: flex;
	align-items: center;
}

.breadcrumbs li:before {
	content: '';
	display: block;
	height: 3px;
	width: 3px;
	background: #0F303F;
	border-radius: 50%;
	margin: 0 8px;
}

.breadcrumbs li:first-child {
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li a {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #0F303F;
	white-space: nowrap;
}

.breadcrumbs li.current {
}

.breadcrumbs li.current a {
	color: #B7C1C5;
}

.catalog {
}

.catalog .container {
	max-width: 1440px;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
}

.catalog .sidebar-filter {
	width: 220px;
	padding-right: 25px;
}

.catalog .sidebar-filter .tabs_head {
}

.catalog .sidebar-filter .tabs_head ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
}

.catalog .sidebar-filter .tabs_head ul li {
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0F303F;
	width: 50%;
	padding-bottom: 10px;
	border-bottom: 1px solid #EAE9E8;
	cursor: pointer;
}

.catalog .sidebar-filter .tabs_head ul li.active {
	padding-bottom: 9px;
	border-bottom: 2px solid #E64926;
}

.catalog .sidebar-filter .tabs_body {
	display: none;
}

.catalog .sidebar-filter .tabs_body.active {
	display: block;
}

.catalog .sidebar-filter .tabs_body .filter-row {
	border-bottom: 1px solid #EAE9E8;
	position: relative;
}

.catalog .sidebar-filter .tabs_body .filter-row .head {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #0F303F;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.catalog .sidebar-filter .tabs_body .filter-row .head:before,
.catalog .sidebar-filter .tabs_body .filter-row .head:after {
	content: '';
	display: block;
	height: 1px;
	width: 10px;
	background: #000000;
	position: absolute;
	top: 30px;
	right: 0;
	transition: 0.3s;
}

.catalog .sidebar-filter .tabs_body .filter-row .head:after {
	transform: rotate(90deg);
}

.catalog .sidebar-filter .tabs_body .filter-row.open .head:after {
	transition: 0.3s;
	transform: rotate(0);
}

.catalog .sidebar-filter .tabs_body .filter-row.open .head:before {
	background: #E64926;
	transition: 0.3s;
	z-index: 1;
}

.catalog .sidebar-filter .tabs_body .filter-row .body {
}

.catalog .sidebar-filter .tabs_body .filter-row .body ul {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	display: none;
}

.catalog .sidebar-filter .tabs_body .filter-row.open .body ul {
	display: block;
}

.catalog .sidebar-filter .tabs_body .filter-row .body ul li {
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #0F303F;
}

.catalog .sidebar-filter .tabs_body .filter-row .status {
	position: absolute;
	height: 10px;
	width: 10px;
	top: 30px;
	right: 0;
}

.catalog .content {
	width: calc(100% - 490px);
}

.catalog .content h2 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 100%;/* identical to box height, or 25px */
	text-transform: uppercase;/* 5 */
	color: #0F303F;
	margin: 0;
	margin-bottom: 45px;
}

.catalog .content .content-filter {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.catalog .content .content-filter .filter-block {
	height: 40px;
	width: 185px;
	border: 1px solid #EAE9E8;
	padding: 0 15px;
	display: flex;
	align-items: center;
	margin-right: 5px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.catalog .content .content-filter .filter-block h6 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #0F303F;
	margin: 0;
}

.catalog .content .content-filter .filter-block:after {
	content: '\25BC';
	font-size: 10px;
	position: absolute;
	right: 15px;
	color: #0F303F;
}

.catalog .content .content-filter .filter-block .inner {
	position: absolute;
	background: #ffffff;
	border: 1px solid #EAE9E8;
	right: -1px;
	left: -1px;
	top: 40px;
	flex-wrap: wrap;
	padding: 5px 5px;
	display: none;
}

.catalog .content .content-filter .filter-block.open .inner {
	display: flex;
}

.catalog .content .content-filter .filter-block .inner .size {
	border: 1px solid #EAE9E8;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	color: #0F303F;
	margin: 7px;
	cursor: pointer;
	text-transform: uppercase;
}

.catalog .content .content-filter .filter-block .inner .size:hover {
	border: 1px solid #0F303F;
	cursor: pointer;
}

.catalog .content .content-filter .filter-block .inner button {
	width: calc(100% + 10px);
	height: 34px;
	background: #0F303F;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #EAE9E8;
	cursor: pointer;
	border: none;
	margin: 20px -5px -6px -5px;
}

.catalog .content .filter-block-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.catalog .content .filter-block-bottom div {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #B7C1C5;
	position: relative;
	display: flex;
}

.catalog .content .filter-block-bottom div select {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
	outline: none;
	color: #0F303F;
}

.catalog .content .filter-block-bottom div select option {
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #0F303F;
	position: relative;
}

.product-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.product-wrapper .product {
	width: calc(33.3% - 16px);
	width: calc(25% - 16px);
	padding: 0 8px;
	margin-bottom: 40px;
}

.product-wrapper .product .thumb {
	/* height: 365px; */
	/* width: 230px; */
	position: relative;
	margin-bottom: 15px;
}

.product-wrapper .product .thumb:before {
	content: '';
	display: block;
	padding-bottom: 160%;
}

.product-wrapper .product .thumb img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.product-wrapper .product .thumb .sale {
	position: absolute;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E64926;
	border-radius: 50%;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	top: 10px;
	right: 10px;
}

.product-wrapper .product .thumb .favorite_button {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	cursor: pointer;
}

.product-wrapper .product .thumb .favorite_button:before {
	content: '';
	display: block;
	background-image: url(../img/svg/favorite.svg);
	height: 15px;
	width: 19px;
	background-size: cover;
	background-position: center;
}

.product-wrapper .product .title {
	margin: 0;
	font-family: 'AVENIR';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #0F303F;
}

.product-wrapper .product .cat {
	margin: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: capitalize;
	color: #0F303F;
	margin-bottom: 8px;
}

.product-wrapper .product .price {
	margin: 0;
	text-align: center;
}

.product-wrapper .product .price .new {
	font-family: Jost;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #FD5454;
}

.product-wrapper .product .price .old {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #CECECE;
	text-decoration: line-through;
}

.catalog .content .showmore {
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 250px;
	margin: 0 calc(50% - 125px);
	margin-top: 15px;
	margin-bottom: 50px;
	display: flex;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #EAE9E8;
}

.product-page {
}

.product-page .container {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
}

.product-page .container .left {
	width: calc(100% - 280px);
	display: flex;
	height: 520px;
}

.product-page .container .left .product-small-slider {
	width: 95px;
	padding-right: 10px;
}

.product-page .container .left .product-small-slider .slick-list {
	padding: 0 !important;
}

.product-page .container .left .product-small-slider img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
}

.product-page .container .left .product-big-slider {
	width: calc(100% - 95px);
	height: 100%;
}

.product-page .container .left .product-big-slider .slick-list,
.product-page .container .left .product-big-slider .slick-track {
	height: 100%;
}

.product-page .container .left .product-big-slider img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.product-page .container .right {
	width: 245px;
	display: flex;
	padding-left: 35px;
	flex-direction: column;
}

.product-page .container .right .title, .product-page .container .top-mob .title {
	margin: 0;
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 34px;
	text-transform: uppercase;
	color: #0F303F;
}

.product-page .container .right .cat, .product-page .container .top-mob .cat {
	margin: 0;
	font-family: Avenir;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #0F303F;
	margin-bottom: 10px;
}

.product-page .container .right .price, .product-page .container .top-mob .price {
	margin: 0;
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #0F303F;
	margin-bottom: 20px;
}

.product-page .container .right .size {
	margin-bottom: 10px;
}

.product-page .container .right .size p {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	color: #0F303F;
	margin-bottom: 3px;
}

.product-page .container .right .size button {
	border: 1px solid #EAE9E8;
	background: #ffffff;
	height: 35px;
	width: 35px;
	font-family: Avenir;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	color: #0F303F;
	margin-right: 2px;
	text-transform: uppercase;
	cursor: pointer;
}

.product-page .container .right .size button:hover {
	border: 1px solid #0F303F;
}

.product-page .container .right .size button.none {
	background: #EAE9E8;
	color: #CEC6C4;
	pointer-events: none;
}

.product-page .container .right .table-size {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	text-decoration-line: underline;
	color: #0F303F;
	margin-bottom: 20px;
	cursor: pointer;
}

.product-page .container .right .colors {
	margin-bottom: 20px;
}

.product-page .container .right .colors p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	color: #0F303F;
	margin: 0;
	margin-bottom: 5px;
}

.product-page .container .right .colors button {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: none;
	outline: none;
	margin-right: 15px;
}

.product-page .container .right .colors .white {
	border: 1px solid #EAE9E8;
}

.product-page .container .right .colors .red {
	background: #FF0000;
}

.product-page .container .right .colors .blue {
	background: #1931AA;
}

.product-page .container .right .colors .black {
	background: #000000;
}

.product-page .container .right .add-checkout {
	border: 1px solid #0F303F;
	background: #FFFFFF;
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #0F303F;
	height: 50px;
}

.product-page .container .right .buy-click {
	background: #0F303F;
	border: 1px solid #0F303F;
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #EAE9E8;
	height: 50px;
}

.product-page .container .right .info {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.product-page .container .right .info a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #0F303F;
	opacity: 0.3;
}

.product-page .container .right .desc {
}

.product-page .container .right .desc h5 {
	margin: 0;
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #0F303F;
	margin-bottom: 15px;
}

.product-page .container .right .desc p {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #0F303F;
}

.product-page .container .bottom {
	width: 100%;
}

.product-page .container .bottom h2 {
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #0F303F;
	margin-top: 115px;
	margin-bottom: 45px;
}

.product-page .container .bottom .popular-slider {
	margin-bottom: 100px;
}

.price .current {
	font-family: Avenir;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #0F303F;
}
