@font-face {
	font-family: Opensans;
	font-display: swap;
	src: url(../fonts/opensans/regular/OpenSans-Regular.eot);
	src: local('Opensans'), local('../fonts/opensans/regular/OpenSans-Regular'), url(../fonts/opensans/regular/OpenSans-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/regular/OpenSans-Regular.woff2) format('woff2'), url(../fonts/opensans/regular/OpenSans-Regular.woff) format('woff'), url(../fonts/opensans/regular/OpenSans-Regular.ttf) format('truetype'), url(../fonts/opensans/regular/OpenSans-Regular.svg#OpenSans-Regular) format('svg');
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: 'Opensans Bold';
	font-display: swap;
	src: url(../fonts/opensans/bold/OpenSans-Bold.eot);
	src: local('Opensans Bold'), local('../fonts/opensans/bold/OpenSans-Bold'), url(../fonts/opensans/bold/OpenSans-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/bold/OpenSans-Bold.woff2) format('woff2'), url(../fonts/opensans/bold/OpenSans-Bold.woff) format('woff'), url(../fonts/opensans/bold/OpenSans-Bold.ttf) format('truetype'), url(../fonts/opensans/bold/OpenSans-Bold.svg#OpenSans-Bold) format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Opensans Semibold';
	src: url(../fonts/opensans/semibold/OpenSans-SemiBold.eot);
	src: url(../fonts/opensans/semibold/OpenSans-SemiBold.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/semibold/OpenSans-SemiBold.svg#OpenSans-SemiBold) format('svg'), url(../fonts/opensans/semibold/OpenSans-SemiBold.ttf) format('truetype'), url(../fonts/opensans/semibold/OpenSans-SemiBold.woff) format('woff'), url(../fonts/opensans/semibold/OpenSans-SemiBold.woff2) format('woff2');
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans ExtraBold';
	src: url(../fonts/opensans/extrabold/OpenSans-ExtraBold.eot);
	src: url(../fonts/opensans/extrabold/OpenSans-ExtraBold.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/extrabold/OpenSans-ExtraBold.woff) format('woff'), url(../fonts/opensans/extrabold/OpenSans-ExtraBold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal
}

:root {
	--accent: #314ac9;
	--blue-new: #243165;
	--gaccent: #f1f2f7;
	--menu-color: #9599a8;
	--some-fonts: #3d3d3d;
	--fcolor: #4e4e4e;
	--sale-color: #31c955;
	--bg-color: #fff;
	--filter-title: #e9ebf2;
	--filter-bg: #f1f2f7;
	--contact-text: #1f2024;
	--opensans-regular: 'Opensans', sans-serif;
	--opensans-semibold: 'Opensans Semibold', sans-serif;
	--opensans-bold: 'Opensans Bold', sans-serif;
	--current-fontsize: 16px;
	--current-grid: 1746px;
	--current-mingrid: 95%
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	min-width: 320px;
	overflow-x: hidden;
	font-size: var(--current-fontsize);
	font-family: var(--opensans-regular);
	font-weight: 400;
	background-color: var(--bg-color);
	overflow-wrap: break-word;
	/* background-repeat-x: no-repeat; */
	background-position: top center
}

a {
	text-decoration: none;
	outline: 0;
	color: var(--blue-new)
}

a:hover {
	text-decoration: none;
	color: #4f3fc4
}

img {
	max-width: 100%;
	display: block
}

ol,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

.oowwll.owl-carousel .owl-dots {
	text-align: center
}

.oowwll.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	border: solid 2px #243165;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 3px;
	outline: 0
}

.oowwll.owl-carousel .owl-dots .owl-dot.active {
	background-color: #243165
}

.text_center {
	text-align: center
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

.p0 {
	padding: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.m0 {
	margin: 0 !important
}

.m-auto {
	margin: auto
}

.mr-0 {
	margin-right: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

.drop-top {
	top: -26px !important
}

.drop-top p {
	color: var(--blue-new) !important
}

.drop-top .fa-chevron-down {
	color: var(--blue-new) !important
}

.incompare {
	top: 75px !important;
	visibility: visible !important
}

.ui-tabs .ui-tabs-panel {
	padding: 0
}

.hide__after::after {
	display: none
}

ul.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	background-color: transparent
}

ul.breadcrumb li a {
	color: #9a9a9a;
	font-family: var(--opensans-regular);
	font-size: 13px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

ul.breadcrumb li a:hover {
	color: var(--blue-new)
}

ul.breadcrumb li span {
	margin: 0 5px;
	color: var(--blue-new)
}

ul.breadcrumb li.active {
	color: #707890;
	font-size: 13px
}

.center__pagination {
	margin: 0 auto
}

.block__center {
	margin: 0 auto
}

h1,
h2,
.h2_style,
h3,
.h3_style,
h4,
h5,
p {
	margin-bottom: 0
}

.slick-track {
	margin-left: initial;
	margin-right: initial
}

input::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

input::-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

input:-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

input:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

input:focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

input:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

body.fix {
	position: fixed;
	overflow: hidden;
	width: 100%
}

.top-header {
	width: 100%;
	min-height: 81px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	padding: 10px 0
}

.top-header__logo #logo {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%
}

.top-header__menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.top-header__menu ul li {
	margin-right: 20px
}

.top-header__menu ul li:last-child {
	margin-right: 0
}

.top-header__menu ul li a {
	color: #9599a8;
	font-family: var(--opensans-regular);
	font-weight: 600;
	font-size: 13px;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out
}

.top-header__menu ul li a:hover {
	color: #243165;
	text-decoration: none
}

.top-header__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.top-header__info>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 220px;
	height: 26px;
	position: relative;
	border-right: 2px solid #b7bbc7;
	-webkit-transition: border-right .5s ease-in-out;
	-o-transition: border-right .5s ease-in-out;
	transition: border-right .5s ease-in-out
}

.top-header__info>div:first-child {
	padding-right: 20px
}

.top-header__info .phone_bl_header {
	display: flex;
	align-items: center
}

.top-header__info>.top-header__info-phone {
	width: 292px
}

.top-header__info>.top-header__info-phone .icon_social {
	margin-right: 10px
}

.top-header__info>div p {
	padding: 0 9px;
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 13px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.top-header__info>div.top-header__info-phone p {
	font-size: 15px
}

.top-header__info .top-header__info-language *,
.top-header__info .top-header__info-user * {
	color: #9599a8
}

.top-header__info>div {
	border-right: 2px solid #97b3f8
}

.top-header__info-phone {
	position: relative
}

.top-header__info-phone .phone-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 26px;
	height: 26px;
	background-color: transparent;
	border-radius: 100%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.top-header__info-phone .phone-block .fa-phone {
	color: #707890;
	width: 12px;
	height: 12px;

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

.top-header__info .fa-chevron-down {
	width: 11px;
	height: 12px;
	color: #707890;
	margin-bottom: 2px
}

.top-header__info-phone:hover p {
	cursor: pointer;
	color: var(--blue-new)
}

.top-header__info-phone:hover .fa-chevron-down {
	cursor: pointer;
	color: var(--blue-new)
}

.top-header__info-phone .phone_bl_header:hover .phone-block {
	background-color: var(--blue-new)
}

.top-header__info-phone .phone_bl_header:hover .fa-phone {
	color: #fff
}

.dropdown-phone__block {
	position: absolute;
	width: 230px;
	top: -1000px;
	right: 0;
	z-index: 25;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out
}

.dropdown-inner__phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 31px;
	margin-bottom: 17px
}

.dropdown-inner__phone .fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dropdown-inner__info .fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dropdown-phone__block .phone-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 26px;
	height: 26px;
	background-color: var(--blue-new);
	border-radius: 100%
}

.dropdown-phone__block .phone-block .fa-phone {
	color: #fff;
	width: 12px;
	height: 12px
}

.dropdown-phone__block-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 11px;
	margin-left: 19px;
	margin-right: 19px
}

.dropdown-phone__block-link:last-child {
	margin-bottom: 0
}

.dropdown-phone__block-link .fa-phone {
	width: 12px;
	height: 12px;
	color: var(--blue-new);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 12px;
	margin-right: 16px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.dropdown-phone__block-link a {
	color: #3d3d3d;
	font-family: var(--opensans-bold);
	font-size: 15px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.dropdown-phone__block-link a:hover {
	color: var(--blue-new)
}

.dropdown-phone__block-call {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	outline: 0;
	height: 52px;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-bold);
	font-size: 13px;
	border: 1px solid transparent;
	margin-top: 21px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.dropdown-phone__block-call:hover {
	background-color: #4f3fc4;
	color: #fff
}

.dropdown-phone__block-call:focus {
	background-color: #025f8d;
	color: #fff
}

.top-header__info-user {
	padding: 0 10px;
	line-height: 1.3
}

.top-header__info-user .fa-user {
	min-width: 11px;
	color: #707890
}

.top-header__info-user .user__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	min-width: 26px;
	height: 26px;
	background-color: transparent;
	border-radius: 100%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.top-header__info-user:hover .user__block {
	background-color: var(--blue-new)
}

.top-header__info-user:hover .user__block .fa-user {
	color: #fff
}

.top-header__info-user:hover p {
	cursor: pointer;
	color: var(--blue-new)
}

.top-header__info-user:hover .fa-chevron-down {
	cursor: pointer;
	color: var(--blue-new)
}

.dropdown-info__block {
	position: absolute;
	width: 202px;
	top: -1000px;
	right: 0;
	z-index: 50;
	background-color: #fff;
	padding-bottom: 21px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out
}

.dropdown-inner__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 31px;
	margin-bottom: 17px
}

.dropdown-info__block-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 11px;
	margin-left: 19px;
	margin-right: 19px
}

.dropdown-info__block-link:last-child {
	margin-bottom: 0
}

.dropdown-info__block-link .fa-pencil-alt,
.dropdown-info__block-link .fa-unlock {
	width: 12px;
	height: 12px;
	color: var(--blue-new);
	margin-left: 8px;
	margin-right: 16px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.dropdown-info__block-link .header__icons {
	width: 12px;
	height: 12px;
	color: var(--blue-new);
	margin-left: 8px;
	margin-right: 16px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.dropdown-info__block-link a {
	color: #3d3d3d;
	font-family: var(--opensans-bold);
	font-size: 13px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.dropdown-info__block-link a:hover {
	color: var(--blue-new)
}

.dropdown-inner__info .user__block {
	background-color: var(--blue-new)
}

.dropdown-inner__info .user__block .fa-user {
	color: #fff
}

.bottom-header {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	margin: 0 15px
}

.bottom-header__menu {
	position: relative;
	max-width: 369px;
	-webkit-flex-basis: 369px;
	-ms-flex-preferred-size: 369px;
	flex-basis: 369px
}

.dropdown__menu {
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	z-index: 900000;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.nav__menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ededed
}

.nav__menu li:last-child {
	border-bottom: none
}

.nav__menu li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-family: var(--opensans-semibold);
	font-size: 15px;
	cursor: pointer;
	line-height: 48px;
	width: 100%;
	height: 100%;
	padding: 3px 31px;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.nav__menu li a:hover {
	color: var(--blue-new)
}

.nav__menu li a svg path {
	-webkit-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease
}

.nav__menu li a:hover svg path {
	fill: var(--blue-new)
}

.category__image {
	width: 27px;
	margin-right: 31px;
	text-align: center
}

.bottom-header__menu .category__image {
	display: none
}

.category__image img {
	display: block;
	margin: 0 auto
}

.dropdown__inner {
	display: none;
	position: absolute;
	top: 0;
	z-index: 200;
	right: -100%;
	width: 100%;
	background: #fff;
	height: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.inner__menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 31px;
	border-bottom: 1px solid #ededed !important
}

.inner__menu li:last-child {
	border-bottom: none !important
}

.inner__menu li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-family: var(--opensans-semibold);
	font-size: 15px;
	cursor: pointer;
	line-height: 50px;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.nav__menu li a:hover {
	color: var(--blue-new)
}

.header__menu-button {
	background-color: #243165;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	cursor: pointer;
	height: 75px;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

.header__menu-button .title__menu {
	color: #fff;
	font-family: var(--opensans-bold);
	font-size: 14px;
	text-transform: uppercase
}

.header__menu-button .menu__burger {
	width: 31px
}

.header__menu-button .menu__burger span {
	background-color: #fff;
	display: block;
	height: 3px;
	margin-bottom: 5px;
	float: right
}

.header__menu-button .menu__burger span:last-child {
	margin-bottom: 0
}

.header__menu-button .menu__burger span:nth-child(1) {
	width: 20px;
	-webkit-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out
}

.header__menu-button .menu__burger span:nth-child(2) {
	width: 26px;
	-webkit-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out
}

.header__menu-button .menu__burger span:nth-child(3) {
	width: 31px;
	-webkit-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out
}

.header__menu-button:hover {
	background-color: #4f3fc4
}

.header__menu-button:focus {
	background-color: #4f3fc4
}

.header__menu-button:hover .menu__burger span:nth-child(1) {
	width: 31px
}

.header__menu-button:hover .menu__burger span:nth-child(2) {
	width: 26px
}

.header__menu-button:hover .menu__burger span:nth-child(3) {
	width: 20px
}

.drop-burger span:nth-child(1) {
	width: 31px !important
}

.drop-burger span:nth-child(2) {
	width: 26px !important
}

.drop-burger span:nth-child(3) {
	width: 20px !important
}

.bottom-header__search {
	position: relative;
	max-width: 798px;
	-webkit-flex-basis: 798px;
	-ms-flex-preferred-size: 798px;
	flex-basis: 798px
}

.header-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-search .header-search__field {
	width: 100%;
	height: 75px;
	background-color: var(--gaccent);
	border: none;
	outline: 0;
	padding: 28px 30px;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	border: 2px solid transparent;
	-webkit-transition: border .5s ease-in-out;
	-o-transition: border .5s ease-in-out;
	transition: border .5s ease-in-out
}

.header-search .header-search__field:hover {
	border: 2px solid var(--blue-new)
}

.header-search .header-search__field:focus {
	border: 2px solid var(--blue-new)
}

.header-search .header-search__button {
	width: 75px;
	height: 75px;
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

.header-search .header-search__button:hover {
	background-color: #4f3fc4
}

.header-search .header-search__button:focus {
	background-color: #4f3fc4
}

.header-search .header-search__button .fa-search {
	width: 19px;
	height: 19px
}

.bottom-header__tools {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-basis: 322px;
	-ms-flex-preferred-size: 322px;
	flex-basis: 322px;
	min-width: 400px
}

.sphinxsearch a {
	font-size: 13px
}

.bottom-header__tools-compare {
	height: 75px;
	max-width: 100px;
	position: relative;
	border-right: 2px solid #f8f9fb;
	background-color: var(--gaccent);
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

.bottom-header__tools-compare a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.bottom-header__tools-compare .fa-exchange-alt {
	width: 22px;
	height: 20px;
	color: #707890;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.bottom-header__tools-compare:hover .fa-exchange-alt {
	color: var(--blue-new)
}

.bottom-header__tools-wishlist {
	height: 75px;
	max-width: 100px;
	border-right: 2px solid #f8f9fb;
	background-color: var(--gaccent);
	position: relative;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

.bottom-header__tools-wishlist a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.bottom-header__tools-wishlist .fa-heart {
	width: 22px;
	height: 20px;
	color: #707890;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.bottom-header__tools-wishlist:hover .fa-heart {
	color: var(--blue-new)
}

.bottom-header__toolscart {
	height: 75px;
	background-color: var(--gaccent);
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: relative
}

.bottom-header__toolscart:hover {
	background-color: #e6e7ec
}

.header__cart {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header__cart-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#cart-total {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header__cart-title .fa-shopping-cart {
	width: 25px;
	height: 22px;
	color: var(--blue-new);
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
	margin-right: 8px
}

.header__cart-title .header__cart-title__text {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-right: 17px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.header__cart-title .header__cart-title__quantity {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-color: #fff;
	color: var(--blue-new);
	font-family: var(--opensans-semibold);
	font-size: 16px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.compare__hover {
	display: none;
	position: absolute;
	right: 0;
	z-index: 5555;
	background-color: #fff;
	width: 600px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-webkit-transition: visibility .5s ease-in-out, top .5s ease-in-out;
	-o-transition: visibility .5s ease-in-out, top .5s ease-in-out;
	transition: visibility .5s ease-in-out, top .5s ease-in-out
}

.compare__hover .title {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 16px
}

.dropdown__cart {
	display: none;
	position: absolute;
	top: 75px;
	right: 0;
	z-index: 1250;
	background: #fff;
	width: 798px;
	height: auto;
	cursor: default;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.cart__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	align-items: center;
	padding: 1.875rem;
	border-bottom: 2px solid #e0e1e7;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dropdown__cart .cart__content {
	background-color: #fff;
}

.cart__top h2,
.cart__top .h2_style {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 18px;
	line-height: 11px
}

.cart__top-back {
	color: var(--blue-new);
	cursor: pointer
}

.cart__top-back span {
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 11px;
	padding-right: 9px
}

.cart__top-back .fa-arrow-right {
	font-size: 20px
}

.cart__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.875rem
}

.cart__bottom-total span {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	line-height: 31px
}

.cart__bottom-total span b {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 18px;
	line-height: 11px;
	margin-right: 4px
}

.cart__bottom-total span small {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 11px;
	line-height: 11px
}

.cart__bottom-button a {
	background-color: var(--blue-new);
	padding: 23px 84px;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	line-height: 37px;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.cart__bottom-button a:hover {
	background-color: #4f3fc4
}

.cart__body {
	margin: 1.5625rem 1.875rem;
	border-bottom: 1px solid #e0e1e7;
	height: 352px;
	overflow-y: scroll
}

.cart__table {
	width: 100%
}

.cart__empty {
	padding: 1.6rem
}

.cart__empty p {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px
}

.cart__product {
	border-top: 1px solid #f1f2f7;
	border-bottom: 1px solid #f1f2f7;
	height: 110px;
	margin-bottom: 10px
}

.cart__body-title {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	line-height: 31px;
	padding-bottom: 10px
}

.cart-image {
	width: 112px
}

.cart-image img {
	margin-bottom: -3px
}

.cart-title {
	width: 250px
}

.cart-count {
	width: 130px
}

.cart-price {
	width: 130px
}

.cart-delete {
	width: 70px
}

.cart__table td {
	vertical-align: middle
}

.cart__body-title {
	padding: 0 19px
}

.cart__body-title .cart__model {
	color: #9599a8;
	font-size: 13px;
	font-weight: 400
}

.cart__body-title .cart__name a {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	display: block;
	line-height: 20px;
	font-weight: 700
}

.cart_qty {
	width: 130px;
	height: 50px;
	border-radius: 25px;
	background-color: #f1f2f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.cart__input-qty {
	background-color: #f1f2f7;
	border: none;
	width: 30px;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	line-height: 31px;
	text-align: center;
	outline: 0
}

.cart_qty .fa-minus,
.cart_qty .fa-plus {
	color: #707890;
	cursor: pointer;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.cart_qty .fa-minus:focus,
.cart_qty .fa-minus:hover {
	color: var(--blue-new)
}

.cart_qty .fa-plus:focus,
.cart_qty .fa-plus:hover {
	color: var(--blue-new)
}

.cart__item-price {
	text-align: center
}

.cart__item-price span {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 20px
}

.cart__item-price span small {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 11px;
	line-height: 11px
}

.cart__item-delete {
	text-align: center
}

.cart__item-delete a {
	color: #9599a8;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.cart__item-delete a:focus,
.cart__item-delete a:hover {
	color: var(--blue-new)
}

.cart__item-delete span {
	color: #9599a8;
	font-family: var(--opensans-semibold);
	font-size: 11px;
	line-height: 11px
}

.empty__td {
	padding: 10px 0
}

.count__incompare,
.count__inwishlist {
	position: absolute;
	top: 8px;
	right: 20px;
	background-color: #fff;
	width: 20px;
	border-radius: 100%;
	font-size: 12px;
	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;
	height: 20px
}

.inwish {
	color: var(--blue-new) !important
}

.incomp {
	color: var(--blue-new) !important
}

.hover__block {
	width: 100%
}

.compare__hover-block {
	background-color: #fff;
	padding: 15px;
	width: 100%
}

.compare__hover-block .h2_style {
	font-size: 24px;
}

.thead__compare tr td {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	line-height: 31px
}

.tbody__compare {
	overflow-y: hidden;
	width: 100%
}

.tbody__compare tr {
	border-top: 1px solid var(--gaccent)
}

.tblock__td-img {
	width: 18%;
	vertical-align: middle
}

.tblock__td-name {
	width: 45%;
	vertical-align: middle;
	padding: 0 10px
}

.tblock__td-price {
	width: 21%;
	vertical-align: middle
}

.tblock__td-remove {
	width: 15%;
	vertical-align: middle
}

.tbody__compare .hover__block-img {
	width: 100px
}

.tbody__compare .hover__block-img img {
	/* width: 100%; */
	padding: 15px 0;
	margin-bottom: -3px
}

.tbody__compare .hover__block-name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tbody__compare .hover__block-name a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tbody__compare .hover__block-name h3 {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.tbody__compare .hover__block-name h3:hover {
	color: var(--blue-new)
}

.tbody__compare .hover__block-name span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	color: var(--menu-color);
	font-size: 13px;
	font-weight: 400
}

.tbody__compare .hover__block-price {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 16px
}

.hover__block-remove a {
	display: block;
	text-align: center
}

.hover__block-remove a {
	color: var(--menu-color);
	font-family: var(--opensans-semibold);
	font-size: 11px;
	line-height: 11px;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.hover__block-remove a:hover {
	color: var(--blue-new)
}

.hover__block-remove a .fa-times {
	font-size: 22px
}

.hover__title {
	width: 100%;
	margin: 12px 0
}

.hover__title h2 {
	color: #1f2024;
	font-family: var(--opensans-semibold);
	font-size: 18px;
	line-height: 11px
}

.compare__body {
	height: 300px;
	overflow-y: scroll
}

.mobile__header {
	display: none
}

.mobile__menu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.mobile__menu .mobile__pages {
	padding: 15px;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed
}

.mobile__menu .mobile__pages li {
	padding: 10px 0
}

.mobile__menu .mobile__pages li a {
	color: #9599a8;
	font-family: var(--opensans-semibold);
	font-size: 16px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.mobile__menu .mobile__pages li a:hover {
	color: var(--blue-new)
}

.mobile__menu .mobile__menu-tools {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #ededed;
	padding: 15px
}

.mobile__menu .mobile__menu-tools a {
	margin-right: 15px
}

.mobile__menu .mobile__phone {
	padding: 15px;
	border-top: 2px solid #ededed
}

.mobile__menu .mobile__phone .phones {
	padding: 10px 0
}

.mobile__menu .mobile__phone .phones .fa-phone {
	color: var(--blue-new);
	margin-right: 16px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.mobile__menu .mobile__phone .phones a {
	color: #3d3d3d;
	font-family: var(--opensans-bold);
	font-size: 16px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.mobile__menu .mobile__phone .phones a:hover {
	color: var(--blue-new)
}

.mobile__menu .mobile__phone .telegram,
.mobile__menu .mobile__phone .viber {
	display: flex;
	align-items: center;
	padding-bottom: 10px
}

.mobile__menu .mobile__phone .telegram img,
.mobile__menu .mobile__phone .viber img {
	margin-right: 16px;
	width: 16px
}

.mobile__header {
	padding: 18px 0;
	position: relative
}

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

.mobile__tools div {
	margin-left: 11px;
	cursor: pointer
}

header .mobile__tools .phone__tool svg {
	max-width: 16px;
	max-height: 16px
}

.cart__tool a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.cart__tool .mobile__count {
	width: 19px;
	height: 19px;
	background: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	font-size: 12px
}

.adaptive__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.adaptive__button .menu__burger {
	width: 31px;
	height: 23px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	cursor: pointer
}

.adaptive__button .menu__burger span {
	height: 3.5px;
	background-color: var(--blue-new);
	display: block
}

.adaptive__button .menu__burger span:nth-child(1) {
	width: 50%;
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease
}

.adaptive__button .menu__burger span:nth-child(2) {
	width: 75%;
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease
}

.adaptive__button .menu__burger span:nth-child(3) {
	width: 100%;
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease
}

.menu__burger.active span:nth-child(1) {
	width: 100%
}

.menu__burger.active span:nth-child(2) {
	width: 75%
}

.menu__burger.active span:nth-child(3) {
	width: 55%
}

.mobile__header #logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.mobile__header #logo a {
	margin-right: auto
}

.mobile__header #logo img {
	margin: auto 0
}

.mobile__search {
	display: none;
	position: absolute;
	top: 60px;
	z-index: 9999;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.slider__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #5c227f
}

.tp-caption.accent2.tp-fade.tp-resizeme {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.tp-caption.accent2.tp-fade.tp-resizeme.start {
	border-width: 2px !important;
	border-color: #5c227f
}

.tp-caption.accent2.tp-fade.tp-resizeme a:hover {
	color: #4f3fc4 !important
}

.tp-caption.accent2.tp-fade.tp-resizeme.start:hover {
	border: 3px solid #4f3fc4 !important;
	cursor: pointer
}

.rev__cont {
	margin-top: 8px
}

.rev__cont .tp-revslider-mainul li .tp-caption .description {
	font-weight: 700;
	color: #000;
}

.rev__cont .tp-revslider-mainul li .tp-caption .description.font-s ul li {
	position: relative;
	visibility: visible;
	margin-left: 20px;
	padding-left: 20px !important;
}

.rev__cont .tp-revslider-mainul li .tp-caption .description.font-s ul li:before {
	position: absolute;
	content: '•';
	display: inline-block;
	left: 0;
}

.rev__cont .tp-revslider-mainul li .tp-caption .description.red {
	color: #d00c0c;
}

.rev__cont .tp-revslider-mainul li .tp-caption .button {
	display: inline-block;
	color: #fff;
	border: solid 1px;
	text-align: center;
	transition: all .5s
}

.rev__cont .tp-revslider-mainul li .tp-caption .button:hover {
	color: #000;
	background-color: #fff
}

.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .description {
	font-weight: 700;
	color: #000
}

.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .button {
	display: inline-block;
	color: #000;
	border: solid 1px;
	text-align: center;
	transition: all .5s
}

.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .button:hover {
	color: #fff;
	background-color: #000
}

@media (min-width:1380px) {
	.rev__cont .tp-revslider-mainul li .tp-caption .description {
		font-size: 45px !important;
		line-height: 70px !important;
		width: 350px
	}

	.rev__cont .tp-revslider-mainul li .tp-caption .button {
		font-size: 13px !important;
		width: 246px;
		padding: 22.5px 10px !important
	}

	.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .description {
		font-size: 45px !important;
		line-height: 70px !important;
		width: 350px
	}

	.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .button {
		font-size: 13px !important
	}
}

@media (min-width:992px) and (max-width:1379px) {
	.rev__cont .tp-revslider-mainul li .tp-caption .description {
		font-size: 35px !important;
		line-height: 50px !important;
		width: 350px
	}

	.rev__cont .tp-revslider-mainul li .tp-caption .button {
		font-size: 13px !important;
		width: 236px;
		padding: 20.5px 10px !important
	}

	.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .description {
		font-size: 35px !important;
		line-height: 50px !important;
		width: 350px
	}

	.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .button {
		font-size: 13px !important
	}
}

@media (max-width:991px) {
	.rev__cont .tp-revslider-mainul li .tp-caption .description {
		font-size: 20px !important;
		line-height: 27px !important;
		width: 350px;
		top: 0;
		bottom: 0;
		margin: auto !important;
		position: absolute
	}

	.rev__cont .tp-revslider-mainul li:nth-child(1) .tp-caption .button,
	.rev__cont .tp-revslider-mainul li:nth-child(2) .tp-caption .button {
		display: none !important
	}
}

.categoty__block {
	margin: 75px auto
}

.categoty__block-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
	min-height: 52px;
	position: relative
}

.categoty__block-top__title h2,
.categoty__block-top__title .h2_style {
	display: block;
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 22px
}

.categoty__block-top__arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -1px;
	margin-left: auto
}

.categoty__block-top__arrows .arrow__left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	background-color: #f1f2f7;
	margin-right: 1px;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.categoty__block-top__arrows .arrow__right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	background-color: #f1f2f7;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.categoty__block-top__arrows .arrow__left:hover {
	background-color: #e6e7ec
}

.categoty__block-top__arrows .arrow__right:hover {
	background-color: #e6e7ec
}

.category__block-bottom {
	display: none;
	align-items: center;
	flex-wrap: wrap;
	min-height: 481px;
	overflow-x: hidden
}

.category__block-bottom.slick-initialized {
	display: flex
}

.category__block-bottom .slick-list {
	margin: 0 -15px
}

.category__block-bottom .slick-track {
	margin-left: 0
}

.category__block-bottom__body {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	width: 369px;
	height: 462px;
	outline: 0;
	padding: 40px 15px 40px;
	margin: 0 15px;
	position: relative
}

.category__block-bottom__body .hidden__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none
}

.category__block-bottom__body .inner__category-block {
	padding-right: 20px
}

.category__block-bottom__body h3,
.category__block-bottom__body .h3_style {
	display: inline-block;
	color: #3d3d3d;
	font-family: var(--opensans-bold);
	font-size: 19px;
	line-height: 23px;
	margin-top: 39px;
	margin-bottom: 40px;
	text-align: center
}

#category-next,
#category-prev {
	display: none
}

.category__block-bottom__body h3,
.category__block-bottom__body .h3_style {
	display: inline-block;
	width: 200px
}

.category__block-bottom__body a {
	display: flex;
	margin-top: auto;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	width: 180px;
	height: 56px;
	border: 2px solid var(--blue-new);
	color: var(--blue-new);
	font-family: var(--opensans-semibold);
	font-size: 12px;
	text-transform: uppercase;
	transition: border .5s ease, color .5s ease, background-color .5s ease;
	-webkit-transition: border .5s ease, color .5s ease, background-color .5s ease;
	-moz-transition: border .5s ease, color .5s ease, background-color .5s ease;
	-ms-transition: border .5s ease, color .5s ease, background-color .5s ease;
	-o-transition: border .5s ease, color .5s ease, background-color .5s ease
}

.category__block-bottom__body a:hover {
	border: 2px solid #4f3fc4;
	color: #4f3fc4
}

.category__block-bottom__body a:focus {
	background-color: #4f3fc4;
	border: 3px solid #4f3fc4;
	color: #fff
}

.categoty__block-top__menu {
	margin-left: auto;
	margin-right: 10%
}

.categoty__block-top__menu ul {
	display: flex;
	align-items: center
}

.categoty__block-top__menu li a {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	position: relative;
	line-height: 34px;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.categoty__block-top__menu li {
	margin-right: 30px
}

.categoty__block-top__menu li:last-child {
	margin-right: 0
}

.categoty__block-top__menu .ui-state-active a {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 13px
}

.categoty__block-top__menu li a.active,
.categoty__block-top__menu li a:hover {
	color: var(--blue-new)
}

.categoty__block-top__menu .ui-state-active a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--blue-new);
	transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	-moz-transition: width .5s ease, background-color .5s ease;
	-ms-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease
}

.categoty__block-top__menu li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background-color: var(--blue-new);
	transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	-moz-transition: width .5s ease, background-color .5s ease;
	-ms-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease
}

.categoty__block-top__menu li a:hover {
	color: var(--blue-new)
}

.categoty__block-top__menu li a.active:after,
.categoty__block-top__menu li a:hover:after {
	width: 100%
}

.arrows__block {
	display: none;
	align-items: center
}

.latest__arrow {
	display: flex
}

.products__tabs-bottom .slick-list {
	margin: 0 -15px
}

.products__tabs-bottom .slick-track {
	margin-left: 0
}

.product__block {
	display: none
}

.product__block.slick-initialized {
	display: block
}

.product__body {
	width: 317px;
	padding: 0 15px
}

.product__body-block {
	border-left: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5
}

.body__options {
	min-height: 92px
}

.body__options-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.product__body-block {
	padding: 18px 31px 33px 31px
}

.product__body-img {
	height: 369px;
	overflow: hidden;
	background: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f5f5f5;
}

.related__product .product__body-img {
	background-size: 80%
}

.product__body-img a {
	display: block;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.product__body-img {
	background-position: center;
	background-repeat: no-repeat
}

.product-list .product__body-img {
	max-width: 369px;
	width: 100%
}

.product__body-title h2,
.product__body-title .h2_style {
	display: inline-block;
	overflow: hidden;
	line-height: 15px;
	margin-bottom: 10px;
	height: 47px;
	overflow: hidden
}

.bottom-header__menu ul {
	padding-left: 0
}

#block-load h4 {
	font-size: 15px
}

.product__body-title h2 a,
.product__body-title .h2_style a {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 15px;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.product__body-title h2 a:hover,
.product__body-title .h2_style a:hover {
	color: var(--blue-new)
}

.product__body:hover .product__body-title h2 a,
.product__body:hover .product__body-title .h2_style a {
	color: var(--blue-new)
}

.product__body-reviews {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 13px
}

.product__body-options {
	margin-bottom: 13px
}

.product__body-reviews__rating .fa-star {
	width: 17px;
	height: 17px;
	color: #e1e1e3
}

.product__body-reviews__rating {
	margin-right: 10px
}

.product__body-reviews__title a {
	color: #969696;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px;
	text-decoration: underline;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.product__body-reviews__title a:hover {
	color: var(--blue-new)
}

.body__options-block {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	position: relative;
	z-index: 5;
	padding: 5px 0;
	transition: transform .5s ease;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease
}

.body__options-block:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04)
}

.body__options-block .body__options-block__title {
	color: #202020;
	font-size: 13px;
	font-weight: 400;
	color: #9a9a9a;
	margin-right: 5px
}

.body__options-block .body__options-block__name {
	color: #202020;
	font-size: 13px;
	font-weight: 400;
	color: #494949
}

.product__body-price__price {
	color: #243165;
	font-family: var(--opensans-bold);
	font-size: 25px;
	line-height: 31px
}

.product__body-price__price .currency__symbol {
	font-size: 13px
}

.product__body-price__price .price-new {
	color: #243165;
	font-family: var(--opensans-bold);
	font-size: 22px;
	line-height: 31px;
	margin-right: 11px
}

.product__outprice {
	height: 33px;
	display: flex;
	align-items: center
}

.product__outprice .price__outstock {
	color: #afafaf;
	font-family: var(--opensans-semibold);
	font-size: 16px
}

.outstock__more {
	width: 100%;
	height: 64px;
	border: none;
	background-color: var(--blue-new);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	line-height: 37px;
	transition: background-color .5s ease
}

.outstock__more .fa-exclamation {
	width: 15px;
	height: 14px;
	color: #fff
}

.outstock__more:hover {
	background-color: #025f8d;
	color: #fff
}

.product__body-price__price .price-old {
	color: #afafaf;
	font-family: var(--opensans-semibold);
	font-size: 16px;
	line-height: 31px;
	text-decoration: line-through
}

.product__body-button button {
	width: 100%;
	height: 64px;
	border: none;
	background-color: var(--blue-new);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0 15px;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.product__body-button button:hover {
	background-color: #4f3fc4
}

.product__body-button button .fa-shopping-cart {
	width: 15px;
	height: 14px;
	color: #fff;
	margin-right: 14px
}

.product__body-button button .fa-check {
	width: 15px;
	height: 14px;
	color: #fff;
	margin-right: 14px
}

.product__body-button button .fa-times {
	width: 15px;
	height: 14px;
	color: #fff;
	margin-right: 14px
}

.product__body-button button span {
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	line-height: 19px
}

.product__body-skidka {
	min-width: 70px;
	height: 36px;
	background-color: #31c955;
	font-family: var(--opensans-bold);
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10
}

.product__body-wishlist button {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	border: 1px solid #efeff1;
	width: 50px;
	height: 50px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.product__body-wishlist button .fa-heart {
	width: 21px;
	height: 19px;
	color: #535353;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.product__inwishlist button {
	background-color: var(--blue-new)
}

.product__inwishlist button .fa-heart {
	color: #fff
}

.product__body-wishlist button:hover {
	background-color: #243165
}

.product__body-wishlist button:focus {
	background-color: #243165
}

.product__body-wishlist button:hover .fa-heart {
	color: #fff
}

.product__body-wishlist button:focus .fa-heart {
	color: #fff
}

.product__body-compare button {
	position: absolute;
	top: 80px;
	right: 20px;
	z-index: 10;
	border: 1px solid #efeff1;
	width: 50px;
	height: 50px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.product__body-compare button .fa-exchange-alt {
	width: 21px;
	height: 22px;
	color: #535353;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.product__incompare button {
	background-color: var(--blue-new)
}

.product__incompare button .fa-exchange-alt {
	color: #fff
}

.product__body-compare button:hover {
	background-color: #243165
}

.product__body-compare button:focus {
	background-color: #243165
}

.product__body-compare button:hover .fa-exchange-alt {
	color: #fff
}

.product__body-compare button:focus .fa-exchange-alt {
	color: #fff
}

.brainlab__alert {
	width: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0;
	background-color: var(--gaccent);
	padding-left: 10px;
	font-family: var(--opensans-semibold);
	font-size: 15px;
	color: #1f1f1f
}

.brainlab__alert a {
	color: var(--blue-new);
	margin: 0 5px
}

.brainlab__alert button {
	margin-left: auto;
	width: 60px;
	height: 49px;
	background-color: var(--blue-new);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 21px;
	transition: background-color .5s ease-in-out
}

.brainlab__alert .fa-check {
	color: #31c955;
}

.brainlab__alert .fa-exclamation-circle {
	color: red;
}

.brainlab__alert .alert__check {
	width: 30px;
	height: 30px;
	background-color: var(--blue-new);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 5px
}

.brainlab__alert .alert__check .fa-check {
	color: #fff;
	width: 20px;
	height: 20px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.brainlab__alert.alert-success {
	font-family: var(--opensans-semibold);
	color: #202020;
	font-size: 18
}

.brainlab__alert.alert-success .fa-check-circle {
	margin-right: 5px;
	color: #31c955
}

.banner__carousel {
	margin: 68px auto 68px auto
}

.banner-prev {
	position: absolute;
	top: 29%;
	left: 0;
	z-index: 10;
	cursor: pointer
}

.banner-next {
	position: absolute;
	top: 29%;
	right: 0;
	z-index: 10;
	cursor: pointer
}

.banner-next,
.banner-prev {
	width: 51px;
	height: 51px;
	background-color: #e9e9e9;
	border: none;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.banner-next img,
.banner-prev img {
	margin: 0 auto
}

.banner-next:hover,
.banner-prev:hover {
	background-color: #e6e7ec
}

.banner__block {
	opacity: .21;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease
}

.banner__block:hover {
	opacity: 1;
	cursor: pointer
}

.banner__block img {
	margin: 0 auto
}

#custom-banner .custom-banner_name {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 22px
}

.custom-banner__block {
	height: 323px;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	background-size: cover;
	padding-left: 65px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px
}

.custom-banner__block h2,
.custom-banner__block .h2_style {
	font-family: var(--opensans-bold);
	font-size: 26px;
	line-height: 31px;
	z-index: 2;
	width: 300px;
	color: #fff;
	line-height: 31px;
	white-space: break-spaces
}

.custom-banner__block h3 {
	font-family: var(--opensans-regular);
	font-size: 26px;
	line-height: 31px;
	z-index: 2;
	min-height: 31px
}

.custom-banner__block a {
	border: 2px solid transparent;
	width: 180px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 49px;
	color: #000;
	font-family: var(--opensans-semibold);
	font-size: 12px;
	line-height: 37px;
	z-index: 2;
	text-transform: uppercase;
	transition: border .5s ease, color .5s ease;
	-webkit-transition: border .5s ease, color .5s ease;
	-moz-transition: border .5s ease, color .5s ease;
	-ms-transition: border .5s ease, color .5s ease;
	-o-transition: border .5s ease, color .5s ease
}

.custom-banner__block a:hover {
	color: var(--blue-new);
	border: 2px solid var(--blue-new)
}

.subscribes {
	background-color: var(--blue-new);
	padding: 41px 0
}

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

.subscribes__left {
	flex-basis: 40%;
	display: flex;
	align-items: center;
	color: #fff
}

.subscribes__left .fa-envelope {
	width: 37px;
	height: 32px;
	font-size: 37px;
	margin-right: 11px
}

.subscribes__left h3,
.subscribes__left .h3_style {
	color: #fff;
	font-family: var(--opensans-bold);
	font-size: 20px;
	line-height: 31px
}

.subscribes__right {
	flex-basis: 55%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap
}

.subscribes__form {
	width: 100%
}

.subscribes__filed {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%
}

.subscribes__button {
	border: none;
	width: 163px;
	height: 67px;
	background-color: #465bac;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	line-height: 37px;
	cursor: pointer;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.subscribes__button:hover {
	background-color: #6657d4;
	color: #fff
}

.subscribes__input {
	width: 100%;
	height: 67px;
	background-color: #fff;
	border: none;
	padding: 0 29px;
	color: #202020;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px
}

.description {
	margin: 41px 0 49px 0
}

.description__block {
	overflow: hidden;
	position: relative
}

.description__block p {
	color: #535353;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .13px;
	line-height: 21px;
	margin-bottom: 15px
}

.many__text,
.more__text {
	display: block;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 31px;
	color: var(--blue-new);
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transition: transform .5s ease-in-out;
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-ms-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out
}

.many__text:hover,
.more__text:hover {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px)
}

.remodal__callback .remodal-close {
	right: 0;
	left: auto;
	color: var(--blue-new);
	z-index: 56
}

.remodal__callback button.remodal-close::focus {
	border: none;
	outline: 0 !important
}

.remodal__callback .remodal-close::before {
	font-size: 38px
}

.remodal__callback .modal__callback-info h2,
.remodal__callback .modal__callback-info .h2_style {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 24px;
	line-height: 50px
}

.remodal__callback .modal__callback-form .input__block {
	margin-bottom: 15px
}

.remodal__callback .modal__callback-form .input__block input {
	height: 40px;
	background-color: #f1f2f7;
	width: 80%;
	border: 1px solid transparent;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	padding: 0 15px;
	transition: border .5s ease;
	-webkit-transition: border .5s ease;
	-moz-transition: border .5s ease;
	-ms-transition: border .5s ease;
	-o-transition: border .5s ease
}

.remodal__callback .modal__callback-form .input__block label {
	display: block;
	text-align: left;
	width: 80%;
	margin: 0 auto 4px auto;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px
}

.remodal__callback .modal__callback-form .input__block .req {
	color: #ff3108
}

.remodal__callback .modal__callback-form .input__block input:focus,
.remodal__callback .modal__callback-form .input__block input:hover {
	border: 1px solid var(--blue-new)
}

.remodal__callback .modal__callback-form .input__button {
	width: 50%;
	height: 45px;
	background-color: var(--blue-new);
	border: none;
	color: #fff;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--opensans-bold);
	font-size: 14px;
	cursor: pointer;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.remodal__callback .modal__callback-form .input__button:focus {
	background-color: #025f8d
}

.remodal__callback .modal__callback-form .input__button:hover {
	background-color: #025f8d
}

.show__answer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
	background-color: rgba(0, 0, 0, .3)
}

.callback__answer {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-bold);
	font-size: 22px;
	line-height: 31px
}

.require__text {
	text-align: left;
	width: 80%;
	margin: 7px auto;
	color: #e22929;
	color: #e22929;
	font-size: 12px;
	font-weight: 400
}

.input__block-body .fa-exclamation-circle {
	color: #e22929;
	display: none;
	position: absolute;
	top: 40%;
	right: 5%
}

.information__page {
	margin-bottom: 60px
}

.information__title {
	height: 56px;
	border-top: 1px solid var(--gaccent);
	border-bottom: 1px solid var(--gaccent);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 18px;
	margin-bottom: 30px
}

.information__title h1 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 22px
}

.information__description p {
	color: #535353;
	font-size: 14px;
	letter-spacing: .13px;
	line-height: 21px
}

.information__description h2 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 30px;
	margin-bottom: 25px
}

.information__description h2 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 26px;
	margin-bottom: 25px
}

[class*=information-information] .information__description h2 {
	font-size: 20px;
	margin: 0 0 6px 0
}

.information__description h3 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 22px;
	margin-bottom: 25px
}

.information__description ol {
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 30px
}

.information__description ol li {
	margin-bottom: 15px;
	line-height: 23px
}

.information__description ol li:last-child {
	margin-bottom: 0
}

.information__description ul {
	list-style: inside;
	margin-bottom: 30px
}

.information__description ul li {
	margin-bottom: 10px;
	line-height: 23px;
	color: #535353
}

.information__description ul li:last-child {
	margin-bottom: 0
}

.information__description img {
	margin-bottom: 30px
}

.contact__page {
	margin-bottom: 40px
}

.contact__wrap .contact__block,
.contact__wrap .contact__map {
	flex-basis: 49%;
	max-width: 49%;
	width: 100%
}

.contact__page .contact__block {
	margin-bottom: 20px
}

.contact__wrap .contact__block {
	display: flex;
	flex-direction: column
}

.contact__map .map__block iframe {
	height: 100%
}

.contact__map,
.map__block {
	height: 100%
}

.line__page {
	width: 100%;
	height: 10px;
	background-color: var(--gaccent);
	margin: 30px 0
}

.contact__form-title {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 22px;
	margin-bottom: 15px
}

.contact__form form .form__group label {
	color: #9599a8;
	font-family: var(--opensans-bold);
	font-size: 14px;
	display: block;
	margin-bottom: 14px
}

.contact__form form .form__group label span {
	color: #e22929
}

.contact__form form .form__group {
	margin-bottom: 31px;
	width: 70%
}

.contact__form form .form__group input[type=email],
.contact__form form .form__group input[type=text] {
	max-width: 500px;
	width: 100%;
	height: 50px;
	border: 1px solid #9599a8;
	background-color: #fff;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px;
	padding: 0 18px;
	transition: border .5s ease
}

.contact__form form .form__group textarea {
	max-width: 500px;
	width: 100%;
	height: 200px;
	resize: none;
	border: 1px solid #9599a8;
	background-color: #fff;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px;
	padding: 20px 18px;
	transition: border .5s ease
}

.contact__form form .form__group input[type=email]:focus,
.contact__form form .form__group input[type=email]:hover,
.contact__form form .form__group input[type=text]:focus,
.contact__form form .form__group input[type=text]:hover,
.contact__form form .form__group textarea:focus,
.contact__form form .form__group textarea:hover {
	border: 1px solid var(--blue-new)
}

.button__contact input {
	border: none;
	cursor: pointer;
	width: 226px;
	height: 64px;
	background-color: #243165;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	transition: background-color .5s ease
}

.button__contact input:hover {
	background-color: #4f3fc4
}

.contact__info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.contact__info .info__item {
	flex-basis: 49.5%;
	max-width: 49.5%;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0
}

.contact__info .info__item.item__full {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%
}

.contact__info .info__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.contact__info .info__item .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.contact__info .info__item .item__text a {
	color: #243165;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease
}

.contact__info .info__item .item__text a:hover {
	color: #4f3fc4
}

.contact__info .info__tel span {
	flex-direction: column;
	display: flex
}

.contact__info .info__tel .item__text>span:nth-child(2) {
	margin: 10px 0
}

.contact__description p {
	color: #535353;
	font-size: 14px;
	letter-spacing: .13px;
	line-height: 21px;
	margin-bottom: 15px
}

.block__wrap {
	margin: 0 -15px
}

.block__wrap .products__wrap {
	margin: 0 15px;
	width: calc(25% - 30px)
}

.additional__search {
	background-color: var(--filter-bg);
	padding: 20px;
	margin-bottom: 25px
}

.additional__search .additional__top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 5px
}

.additional__top .label__entry-search {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 18px;
	margin-right: 8px;
	margin-bottom: 10px
}

.additional__top input {
	width: 49%;
	height: 50px;
	background-color: #fff;
	padding: 0 18px;
	border: 1px solid transparent;
	outline: 0;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin-right: 9px;
	margin-bottom: 10px;
	transition: border .5s ease
}

.select__input {
	width: 45.4%;
	position: relative;
	margin-bottom: 10px
}

.select__input .fa-chevron-down {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 17px;
	color: #9599a8;
	transition: color .5s ease
}

.select__input:hover .fa-chevron-down {
	color: var(--blue-new)
}

.additional__top select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	background-color: #fff;
	padding: 0 18px;
	border: 1px solid transparent;
	outline: 0;
	cursor: pointer;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	transition: border .5s ease
}

.additional__top input:hover,
.additional__top select:hover {
	border: 1px solid #9599a8
}

.additional__top input:focus,
.additional__top select:focus {
	border: 1px solid var(--blue-new)
}

.additional__search .additional__bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%
}

.additional__search .additional__bottom .button__search {
	display: block;
	margin-left: auto;
	width: 178px;
	height: 45px;
	background-color: var(--blue-new);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	cursor: pointer;
	border: none;
	transition: background-color .5s ease, color .5s ease
}

.additional__search .additional__bottom .button__search:hover {
	background-color: #025f8d
}

.additional__search .additional__bottom .button__search:focus {
	background-color: #025f8d
}

.additional__search .additional__bottom input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	transition: all .5s ease
}

.additional__search .additional__bottom input[type=checkbox]:checked {
	background-color: var(--blue-new)
}

.additional__search .additional__bottom input[type=checkbox]:hover {
	background-color: #9599a8
}

.additional__search .additional__bottom input[type=checkbox]:hover:after {
	content: '\f00c';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome\5 Free";
	font-weight: 900;
	color: #fff;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px
}

.additional__search .additional__bottom input[type=checkbox]:checked:after {
	content: '\f00c';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome\5 Free";
	font-weight: 900;
	color: #fff;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px
}

.additional__search .additional__bottom label {
	display: flex;
	align-items: center;
	margin-right: 15px;
	color: #9599a8;
	font-family: var(--opensans-bold);
	font-size: 14px;
	margin-bottom: 14px
}

.additional__search .additional__bottom label:last-child {
	margin-right: 0
}

.text__tohome {
	margin-bottom: 20px;
	font-family: var(--opensans-semibold);
	font-size: 16px;
	color: #535353
}

.button__home {
	width: 178px;
	height: 60px;
	background-color: var(--blue-new);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin: 0 0 20px auto;
	transition: all .5s ease
}

.button__home:hover {
	background-color: #025f8d;
	color: #fff
}

.button__home:focus {
	background-color: #025f8d;
	color: #fff
}

.compare__table {
	margin: 20px 0;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden
}

.compare__table::-webkit-scrollbar {
	width: 8px;
	height: 6px
}

.compare__table::-webkit-scrollbar-track {
	background-color: var(--blue-new)
}

.compare__table::-webkit-scrollbar-track-piece {
	background-color: var(--gaccent)
}

.compare__table::-webkit-scrollbar-thumb {
	background-color: var(--blue-new)
}

.compare__table::-webkit-scrollbar-corner {
	background-color: var(--blue-new)
}

.compare__table::-webkit-resizer {
	background-color: var(--blue-new)
}

.table__compare thead .table__title {
	border-top: 0;
	white-space: nowrap
}

.compare__table .table__compare .compare__title {
	width: 175px;
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 16px;
	padding: 7px 0
}

.compare__table .table__compare .table__title {
	vertical-align: middle;
	padding-right: 5px;
	border-right: 2px solid #f5f5f5;
	width: 175px
}

.compare__table .table__compare .table__title.no-border {
	border-right: none
}

.compare__table .table__compare .compare__product {
	margin-left: 10px;
	margin-right: 10px;
	font-family: var(--opensans-semibold);
	font-size: 15px;
	color: #202020;
	width: 300px
}

.compare__table .table__compare .table__product {
	vertical-align: middle;
	width: 300px;
	text-align: center;
	padding: 6px 0;
	border-bottom: 1px solid #dee2e6
}

.compare__table .table__compare .table__product img {
	margin: 0 auto
}

.compare__table .table__compare .product__title a {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 15px
}

.compare__table .table__compare .table__button input[type=button] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 44px;
	background-color: #243165;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	border: none;
	cursor: pointer;
	transition: background-color .5s ease
}

.compare__table .table__compare .table__button input[type=button]:hover {
	background-color: #4f3fc4
}

.compare__table .table__compare .table__button input[type=button]:focus {
	background-color: #4f3fc4
}

.compare__table .table__compare .table__button a {
	display: block;
	font-family: var(--opensans-semibold);
	font-size: 16px;
	color: #42454e;
	transition: color .5s ease
}

.compare__table .table__compare .table__button a:hover {
	color: var(--blue-new)
}

.compare__table .table__compare .compare__product .current__price {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 18px;
	margin-right: 11px
}

.compare__table .table__compare .compare__product .sale__price {
	color: #afafaf;
	font-family: var(--opensans-semibold);
	font-size: 15px;
	text-decoration: line-through
}

.compare__product.product__star .star__empty {
	color: #e1e1e3
}

.compare__product.product__star .star__full {
	color: #ffb508
}

.compare__table .table__compare .compare__product.stock {
	color: #31c955
}

.compare__table .table__compare .compare__product.instock {
	color: #e74c3c
}

.hide {
	display: none !important
}

.iSearchHeading {
	font-family: var(--opensans-bold);
	color: #1f2024;
	font-size: 18px;
	border-bottom: 1px solid #e0e1e7 !important;
	padding-bottom: 10px !important
}

.iSearchBox {
	margin-top: 0 !important
}

.iSearchBox li .iSearchPrice {
	display: flex;
	flex-direction: column-reverse
}

.iSearchBox li .iSearchItem h3 {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px
}

.iSearchBox li .iSearchPrice .iSearchSpecial {
	color: #0082c1;
	font-family: var(--opensans-bold);
	font-size: 15px;
	padding-bottom: 5px
}

.isearch__model {
	padding: 5px 0;
	color: #9599a8;
	font-size: 13px
}

.isearch__model span:first-child {
	margin-right: 5px
}

.iSearchBox li img {
	min-width: 80px;
	height: 80px
}

.page__sitemap ul li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 6px
}

.page__sitemap .list__title {
	display: block;
	margin: 10px 0
}

.rev__cont {
	display: none
}

.blog__title {
	min-height: 56px;
	border-top: 1px solid var(--gaccent);
	border-bottom: 1px solid var(--gaccent);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
	margin-bottom: 30px
}

.blog__title h1 {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 22px
}

.blog__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.article__block {
	margin-bottom: 30px
}

.article__block .article__info {
	border-left: 2px solid var(--gaccent);
	border-right: 2px solid var(--gaccent);
	border-bottom: 2px solid var(--gaccent)
}

.article__block .article__image {
	overflow: hidden
}

.blog-category .article__block .article__image {
	background-color: #fff
}

.article__block .article__image img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

#description strong {
	font-weight: 700
}

#description li,
#description ul {
	list-style-type: disc !important;
	list-style-position: inside;
	margin-bottom: 10px
}

.article__block .article__info {
	padding: 25px 30px 35px 30px
}

.article__block .article__info h3 {
	margin-bottom: 17px;
	overflow: hidden;
	line-height: 1.4;
	height: 46px
}

.article__block .article__info h3 a {
	color: #363636;
	font-family: var(--opensans-bold);
	font-size: 16px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.article__block .article__info p {
	color: #9599a8;
	font-size: 15px;
	line-height: 21px
}

.article__block:hover .article__info h3 a {
	color: var(--blue-new)
}

.image__article {
	width: 100%;
	margin-bottom: 30px
}

.image__article img {
	margin: 0 auto
}

.article__description {
	color: #000;
	line-height: 1.5;
	font-size: 18px;
	padding-bottom: 100px
}

.article__description p {
	margin-bottom: 20px;
	color: #000
}

.article__description table {
	margin-bottom: 30px
}

.article__description thead td {
	background: var(--gaccent);
	color: #707890;
	font-weight: 700
}

.article__description td {
	padding: 20px;
	border: 1px solid rgba(0, 130, 193, .1);
	vertical-align: middle;
	font-size: 14px
}

.article__description h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	text-shadow: none
}

.article__description ol,
.article__description ul {
	margin-bottom: 30px
}

.article__description li {
	position: relative;
	padding-left: 30px;
	color: #000;
	margin-bottom: 25px
}

.article__description li:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #0082c1;
	opacity: .5;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 0
}

.article__description a {
	text-decoration: underline
}

.page__article .block__artilce .block__title {
	min-height: 56px;
	border-top: 1px solid var(--gaccent);
	border-bottom: 1px solid var(--gaccent);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 30px
}

.page__article .block__artilce .block__title h1 {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 22px
}

.popular__article {
	margin: 30px 0 30px 0
}

.slider__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #ededed
}

.slider__title h2,
.slider__title h3,
.slider__title h4,
.slider__title h5 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 22px
}

.slider__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: center;
	margin-bottom: -1px;
	width: 103px
}

.slider__button .arrow__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	background-color: #f1f2f7;
	margin-right: 1px;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.slider__button .arrow__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	background-color: #f1f2f7;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease
}

.slider__button .arrow__left:hover,
.slider__button .arrow__right:hover {
	background-color: #e6e7ec
}

.popular__block {
	margin: 0 -15px
}

.popular__article {
	padding: 0 15px
}

.popular__article .article-item .popular__image {
	overflow: hidden
}

.popular__article .article-item .popular__image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.popular__article .popular__info {
	border-left: 2px solid var(--gaccent);
	border-right: 2px solid var(--gaccent);
	border-bottom: 2px solid var(--gaccent);
	padding: 30px
}

.popular__article .popular__info h3 {
	margin-bottom: 18px;
	height: 46px;
	overflow: hidden;
	line-height: 1.4
}

.popular__article .popular__info h3 a {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 16px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.popular__article .popular__info p {
	color: #9599a8;
	font-size: 15px;
	line-height: 21px
}

.popular__article .article-item:hover .popular__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.popular__article:hover .popular__info h3 a {
	color: var(--blue-new)
}

.arfeatured__block {
	margin: 30px -15px 50px -15px
}

.arfeatured__block .arfeatured__article {
	padding: 0 15px
}

.arfeatured__block .arfeatured__article .arfeatured__image {
	overflow: hidden
}

.arfeatured__block .arfeatured__article .arfeatured__image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.arfeatured__block .arfeatured__article .arfeatured__info {
	border-left: 2px solid var(--gaccent);
	border-right: 2px solid var(--gaccent);
	border-bottom: 2px solid var(--gaccent);
	padding: 30px
}

.arfeatured__block .arfeatured__article .arfeatured__info h3 {
	margin-bottom: 30px;
	height: 32px;
	overflow: hidden
}

.arfeatured__block .arfeatured__article .arfeatured__info h3 a {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 16px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.arfeatured__block .arfeatured__article .arfeatured__info p {
	color: #9599a8;
	font-size: 15px;
	line-height: 21px
}

.arfeatured__block .arfeatured__article:hover .arfeatured__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.arfeatured__block .arfeatured__article:hover .arfeatured__info h3 a {
	color: var(--blue-new)
}

.featured__articles,
.popular__article {
	overflow: hidden
}

.category__title {
	width: 100%;
	border-bottom: 1px solid #e0e1e7;
	margin-bottom: 17px;
	margin-top: 30px
}

.category__title h1 {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 24px;
	margin-bottom: 18px
}

.category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.category__left {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 369px;
	margin-right: 30px
}

.category__body {
	-webkit-flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}

.category__panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.category__products {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px
}

.category__products .product-list {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 33px
}

.category__products .product-list .products {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.category__products .product-list .products .outstock__more {
	width: 192px
}

.category__products.category__wrap .product__grid {
	max-width: calc(33.33% - 30px);
	margin: 0 15px;
	margin-bottom: 33px
}

.category__sorting {
	margin-right: 30px;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.label__title {
	color: #9599a8;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin-right: 11px;
	line-height: 31px
}

.category__sorting .sorting__list {
	width: 228px;
	height: 40px;
	border-radius: 21px;
	background-color: #f1f2f7;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	cursor: pointer
}

.category__sorting .sorting__list .sorting__title {
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 14px;
	-webkit-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease
}

.turn {
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important
}

.category__sorting .sorting__list .sort__arrow {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.category__sorting .sorting__list .fa-chevron-down {
	color: #243165;
	font-size: 14px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.category__sorting .sorting__list .sorting__block {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 6000;
	width: 100%;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	border-radius: 21px;
	background-color: #f1f2f7;
	padding: 20px 18px
}

.category__sorting .sorting__list .sorting__block a {
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
	-webkit-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease
}

.category__sorting .sorting__list .sorting__block a:hover {
	color: var(--blue-new)
}

.category__sorting .sorting__list .sorting__block a:last-child {
	margin-bottom: 0
}

.category__limit {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.category__limit .sorting__limit {
	width: 98px;
	height: 40px;
	border-radius: 21px;
	background-color: #f1f2f7;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	cursor: pointer
}

.category__limit .limit__block {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 6000;
	width: 100%;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	border-radius: 21px;
	background-color: #f1f2f7;
	padding: 20px 18px
}

.category__limit .limit__block a {
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
	-webkit-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease
}

.category__limit .limit__block a:hover {
	color: var(--blue-new)
}

.category__limit .limit__block a:last-child {
	margin-bottom: 0
}

.category__limit .sort__arrow {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.category__limit .fa-chevron-down {
	color: #243165;
	font-size: 14px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.sorting__limit .sorting__title {
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 14px;
	-webkit-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease
}

.category__grid {
	margin-left: auto
}

.category__grid {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.button__grid {
	width: 120px;
	height: 40px;
	border-radius: 21px;
	background-color: #f1f2f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border: none;
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 14px;
	cursor: pointer;
	margin-right: 12px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.button__grid:active,
.button__grid:focus,
.button__grid:hover {
	color: var(--blue-new)
}

.button__grid.active {
	color: var(--blue-new)
}

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

#column-left {
	margin-bottom: 20px
}

.products:hover .product__body-title h2 a,
products:hover .product__body-title .h2_style a {
	color: var(--blue-new)
}

.product-layout.product-list.product__list .products {
	display: -webkit-box;
	display: -webki.t-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #f5f5f5
}

.product-layout.product-list.product__list .products .product__body-block {
	border: none;
	padding: 18px 31px 0 31px
}

.product-layout.product-list.product__list .products .product__body-button {
	display: none
}

.list-button {
	display: none
}

.product-layout.product-list.product__list .products .list-button {
	display: block
}

.product__list .product__body-button button {
	width: 282px
}

.pagination__block {
	width: 100%;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 58px
}

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

.pagination__block .pagination li {
	margin-bottom: 10px
}

.pagination__block .pagination li.prev__page {
	width: 162px;
	height: 45px;
	border-radius: 31px;
	border: 2px solid #f1f2f7;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 17px;
	-webkit-transition: background-color .5s ease, border .5s ease;
	-o-transition: background-color .5s ease, border .5s ease;
	transition: background-color .5s ease, border .5s ease
}

.pagination__block .pagination li.next__page {
	width: 162px;
	height: 45px;
	border-radius: 31px;
	border: 2px solid #f1f2f7;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 17px;
	-webkit-transition: background-color .5s ease, border .5s ease;
	-o-transition: background-color .5s ease, border .5s ease;
	transition: background-color .5s ease, border .5s ease
}

.pagination__block .pagination li.next__page:hover,
.pagination__block .pagination li.prev__page:hover {
	background-color: #f1f2f7
}

.pagination__block .pagination li.next__page:active,
.pagination__block .pagination li.next__page:focus,
.pagination__block .pagination li.prev__page:active,
.pagination__block .pagination li.prev__page:focus {
	background-color: var(--blue-new);
	border: 2px solid var(--blue-new)
}

.pagination__block .pagination li.next__page a,
.pagination__block .pagination li.prev__page a {
	color: #535353;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 2.8;
	height: 100%;
	width: 100%;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.pagination__block .pagination li.next__page:active a,
.pagination__block .pagination li.next__page:focus a,
.pagination__block .pagination li.prev__page:active a,
.pagination__block .pagination li.prev__page:focus a {
	color: #fff
}

.pagination__block .pagination li.pagination__link {
	width: 45px;
	height: 45px;
	border-radius: 31px;
	border: 2px solid var(--gaccent);
	margin-right: 8px;
	-webkit-transition: background-color .5s ease, border .5s ease, width .5s ease, height .5s ease;
	-o-transition: background-color .5s ease, border .5s ease, width .5s ease, height .5s ease;
	transition: background-color .5s ease, border .5s ease, width .5s ease, height .5s ease
}

.pagination__block .pagination li.pagination__link a {
	display: block;
	color: #535353;
	font-family: var(--opensans-bold);
	font-size: 14px;
	height: 100%;
	width: 100%;
	line-height: 2.9;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.pagination__block .pagination li.pagination__link.active a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px
}

.pagination__block .pagination li.pagination__link.active {
	width: 61px;
	height: 61px;
	border-radius: 31px;
	border: 2px solid var(--blue-new);
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 8px;
	-webkit-transition: background-color .5s ease, border .5s ease, width .5s ease, height .5s ease;
	-o-transition: background-color .5s ease, border .5s ease, width .5s ease, height .5s ease;
	transition: background-color .5s ease, border .5s ease, width .5s ease, height .5s ease
}

.pagination__block .pagination li.pagination__link.active span {
	color: #535353;
	font-family: var(--opensans-bold);
	font-size: 16px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.pagination__block .pagination li.pagination__link.active:hover {
	background-color: #fff
}

.pagination__block .pagination li.pagination__link a:last-child {
	margin-right: 0
}

.pagination__block .pagination li.pagination__link:hover {
	background-color: #f1f2f7
}

.pagination__block .pagination li.pagination__link:active,
.pagination__block .pagination li.pagination__link:focus {
	border: 2px solid var(--blue-new);
	background-color: #fff
}

.category__description {
	width: 100%;
	background-color: var(--gaccent);
	padding: 65px 0 51px 0
}

.description__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.description__body .description__thumb {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 334px
}

.description__body .description__text {
	-webkit-flex-basis: 74%;
	-ms-flex-preferred-size: 74%;
	flex-basis: 74%;
	max-width: 74%
}

.description__full {
	max-height: 336px;
	overflow: hidden
}

.description__full p {
	color: #535353;
	font-family: var(--opensans-regular);
	font-size: 14px;
	letter-spacing: .13px;
	line-height: 21px;
	margin-bottom: 15px
}

.description__full h2,
.description__full h3 {
	color: #535353;
	font-family: var(--opensans-semibold);
	font-size: 22px;
	margin-bottom: 20px
}

.product-layout .products {
	margin-bottom: 30px
}

.button__continue a {
	width: 178px;
	height: 60px;
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin: 20px 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.button__continue a:hover {
	background-color: #025f8d
}

.button__continue a:focus {
	background-color: #025f8d
}

.load__more {
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 16px;
	padding: 10px;
	max-width: 250px;
	width: 100%;
	height: 60px;
	margin: 20px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
	transition: background-color .5s ease, -webkit-transform .5s ease;
	-o-transition: transform .5s ease, background-color .5s ease;
	transition: transform .5s ease, background-color .5s ease;
	transition: transform .5s ease, background-color .5s ease, -webkit-transform .5s ease
}

.load__more:hover {
	background-color: #025f8d;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.ajax__loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(255, 255, 255, .7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.list-group-item {
	margin-bottom: 10px
}

.ocf-option-name {
	width: 100%;
	height: 64px;
	background-color: var(--filter-title);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 18px !important;
	margin-bottom: 2px !important;
	padding: 0 32px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.ocf-option-name:hover {
	color: var(--blue-new)
}

.ocf-option-name .fa-sort-up {
	margin-top: 10px
}

.ocf-option-values {
	background-color: var(--filter-bg);
	padding: 30px 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px
}

.ocf-option-values .scale {
	width: 100%;
	height: 5px;
	margin: 0 0 0 15px
}

.ocf-option-values .scale .noUi-origin {
	border-radius: 0
}

.ocf-option-values .scale .noUi-origin {
	border-radius: 0
}

.ocf-option-values .scale .noUi-background {
	background-color: #ccd0dd;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ocf-option-values .scale .noUi-pips {
	display: none
}

.ocf-option-values .noUi-horizontal .noUi-handle {
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background-color: var(--blue-new);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ocf-option-values .noUi-horizontal .noUi-handle::after,
.ocf-option-values .noUi-horizontal .noUi-handle::before {
	display: none
}

.ocf-option-values .noUi-connect {
	background-color: var(--blue-new);
	-webkit-box-shadow: none;
	box-shadow: none
}

.ocf-option-values .noUi-target {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ocf-option-values.option__price {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.ocf-option-values .price__form {
	margin-top: 26px;
	width: 100%
}

.ocf-option-values .price__form .form-inline {
	margin: 0 -15px
}

.ocf-option-values .price__form .form-inline .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.ocf-option-values .price__form .form-inline input {
	width: 95px;
	height: 42px;
	border-radius: 21px;
	background-color: #fff;
	padding: 11px 15px;
	color: #42454e;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	border: none
}

.ocf-option-values .price__form .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.ocf-option-values .price__form .form-group .filter__fromto {
	margin-right: 10px;
	color: #585858;
	font-size: 14px
}

.ocf-option-values label {
	color: #42454e !important;
	font-size: 14px !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
	margin-bottom: 0
}

.ocf-option-values label a {
	color: var(--blue-new);
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.ocf-option-values label a:hover {
	color: #025f8d
}

.ocf-option-values label a:focus {
	color: #025f8d
}

.ocf-option-values input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

.ocf-option-values input[type=checkbox]:checked:before {
	content: "\f00c";
	font-family: "Font Awesome\5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ocf-option-values .ocf-selected input[type=checkbox] {
	background-color: var(--blue-new)
}

.ocf-option-values .ocf-selected {
	color: var(--blue-new) !important
}

.ocf-option-values .badge {
	color: #9599a8;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.ocf-option__value {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.ocf-option-values label:hover label {
	color: var(--blue-new) !important
}

.ocf-option-values label:hover .badge {
	color: var(--blue-new)
}

.ocf-option-values label:hover input[type=checkbox] {
	background-color: #9599a8
}

.ocf-option-values label:hover input[type=checkbox]:before {
	font-family: "Font Awesome\5 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ocfilter .selected-options {
	background-color: var(--filter-bg);
	padding: 21px 32px
}

.ocfilter .selected-options .selected__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 18px
}

.ocfilter .selected-options .selected__title button {
	border: none;
	background-color: transparent;
	color: var(--blue-new);
	font-family: var(--opensans-semibold);
	font-size: 13px;
	width: 125px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

.ocfilter .selected-options .ocfilter-option {
	border-radius: 21px;
	background-color: #707890;
	padding: 8px 12px;
	color: #fff
}

.ocfilter .selected-options .ocfilter-option span {
	color: #fff;
	font-size: 13px;
	font-weight: 400
}

.ocfilter .selected-options .ocfilter-option button {
	border: none;
	background-color: transparent;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px
}

.ocfilter .selected-options .filter__blockselected {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ocfilter .selected-options .filter__blockselected .ocfilter-option {
	margin-bottom: 5px;
	cursor: pointer
}

.ocfilter-option .dropdown__values {
	display: none
}

.ocfilter-option .ocf-option__block {
	max-height: 190px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.price__ocfilter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.price__namedropdown .filter__ocarrow {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.filter__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.rotate__filter {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.rotate__pricefilter {
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important
}

#ocfilter .form-inline {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mobile__filter {
	width: 100%;
	height: 40px;
	border-radius: 21px;
	background-color: #f1f2f7;
	border: none;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	padding: 0 5%;
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 14px;
	-webkit-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease
}

.mobile__filter span {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.mobile__filter:focus,
.mobile__filter:hover {
	color: var(--blue-new)
}

.mobile__filter span.active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.button__filter {
	max-width: 178px;
	width: 100%;
	height: 60px;
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	border: none;
	margin: 25px auto 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.button__filter:hover {
	background-color: #025f8d
}

.button__filter:focus {
	background-color: #025f8d
}

#ocfilter .popover {
	max-width: 143px;
	height: 46px;
	-webkit-box-shadow: 0 0 15px rgba(49, 74, 201, .36);
	box-shadow: 0 0 15px rgba(49, 74, 201, .36);
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0;
	left: 15% !important;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

#ocfilter .bs-popover-auto[x-placement^=right]>#ocfilter .arrow::after,
#ocfilter .bs-popover-right>.arrow::after {
	left: -21px;
	border-width: 18px 18px 28px 12px;
	border-right-color: var(--blue-new);
	top: -14px;
	-webkit-transition: border-right-color .5s ease;
	-o-transition: border-right-color .5s ease;
	transition: border-right-color .5s ease
}

#ocfilter .bs-popover-auto[x-placement^=left]>#ocfilter .arrow::after,
#ocfilter .bs-popover-left>.arrow::after {
	right: -21px;
	border-width: 18px 18px 28px 12px;
	border-left-color: var(--blue-new);
	top: -14px;
	-webkit-transition: border-left-color .5s ease;
	-o-transition: border-left-color .5s ease;
	transition: border-left-color .5s ease
}

#ocfilter .button__popup {
	background: 0 0;
	border: none;
	color: #fff;
	font-family: var(--opensans-bold);
	font-size: 14px;
	height: 44px;
	max-width: 143px;
	width: 100%;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

#ocfilter .popover:focus .button__popup,
#ocfilter .popover:hover .button__popup {
	background-color: #025f8d
}

#ocfilter .popover:focus,
#ocfilter .popover:hover {
	background-color: #025f8d
}

#ocfilter .popover:hover .arrow::after {
	border-right-color: #025f8d
}

.filter__loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.top__title {
	margin-top: 20px;
	margin-bottom: 32px;
	width: 100%;
	height: 56px;
	border-top: 1px solid #f1f2f7;
	border-bottom: 1px solid #f1f2f7;
	display: flex;
	align-items: center;
	justify-content: center
}

.top__title a {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 30px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	transition: all .4s ease
}

.top__title a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: var(--blue-new);
	transition: width .4s ease
}

.top__title a:hover {
	color: var(--blue-new)
}

.top__title a:hover:after {
	width: 100%
}

.top__title a.active {
	color: var(--blue-new)
}

.top__title a.active:after {
	width: 100%
}

.top__title a:last-child {
	margin-right: 0
}

.form__account {
	max-width: 769px;
	width: 100%;
	margin: 0 auto 41px auto;
	background-color: #f1f2f7
}

.form__title {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e0e1e7
}

.form__title h1 {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 22px
}

.form__body {
	max-width: 419px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px 20px 15px
}

.form__body .form__group {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px
}

.form__body .form__group label {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	margin-bottom: 14px
}

.form__body .form__group input[type=email],
.form__body .form__group input[type=password] {
	width: 100%;
	height: 50px;
	border: 2px solid transparent;
	padding: 0 20px 0 20px;
	color: #42454e;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	transition: border .4s ease
}

.form__body .form__group input[type=email]:focus,
.form__body .form__group input[type=email]:hover,
.form__body .form__group input[type=password]:focus,
.form__body .form__group input[type=password]:hover {
	border: 2px solid var(--blue-new)
}

.form__body .form__group input[type=submit] {
	width: 100%;
	height: 64px;
	margin-top: 40px;
	background-color: var(--blue-new);
	border: 1px solid transparent;
	cursor: pointer;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	transition: background-color .4s ease
}

.form__body .form__group input[type=submit]:hover {
	background-color: #025f8d
}

.form__body .form__group input[type=submit]:focus {
	background-color: #025f8d
}

.form__social {
	padding-bottom: 26px;
	border-bottom: 1px solid #e0e1e7
}

.form__social .social__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.form__forgotten a {
	display: block;
	padding: 20px 0;
	width: 178px;
	text-align: center;
	color: var(--blue-new);
	font-family: var(--opensans-semibold);
	font-size: 15px;
	margin: 0 auto;
	transition: color .4s ease
}

.form__forgotten a:hover {
	color: #4f3fc4
}

.account_socnetauth2__header {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px
}

.account_socnetauth2_lline_links .socnetauth2_buttons img {
	margin-bottom: -11px
}

.account__pagination {
	margin-top: 30px;
	text-align: right
}

.button__account.link__button {
	margin-top: 30px
}

.form__register {
	max-width: 1094px;
	width: 100%;
	background-color: #f1f2f7;
	margin: 0 auto 50px auto
}

.register__body {
	max-width: 892px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}

.register__body form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px
}

.register__body form .form__group {
	flex-basis: 47%;
	max-width: 47%
}

.register__body .register__block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.register__body .form__group {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px
}

.register__body .form__group label {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	margin-bottom: 10px
}

.register__body .form__group label .require__field {
	margin-left: 3px;
	color: #ff3108
}

.form__group .form__control {
	width: 100%;
	height: 50px;
	border: 2px solid transparent;
	padding: 0 20px 0 20px;
	color: #42454e;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	transition: border .4s ease
}

.form__group .form__control:focus,
.form__group .form__control:hover {
	border: 2px solid var(--blue-new)
}

.register__body .block__buttons {
	width: 100%;
	padding: 16px 0 10px 0;
	text-align: center
}

.register__body .block__buttons input[type=submit] {
	max-width: 399px;
	width: 100%;
	height: 64px;
	background-color: var(--blue-new);
	border: 1px solid transparent;
	cursor: pointer;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	transition: background-color .4s ease
}

.register__body .block__buttons input[type=submit]:hover {
	background-color: #025f8d
}

.register__body .block__buttons input[type=submit]:focus {
	background-color: #025f8d
}

.button__form {
	width: 100%;
	text-align: center
}

.button__form input[type=submit] {
	max-width: 399px;
	width: 100%;
	height: 64px;
	background-color: var(--blue-new);
	border: 1px solid transparent;
	cursor: pointer;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	transition: background-color .4s ease
}

.button__form input[type=submit]:hover {
	background-color: #025f8d
}

.button__form input[type=submit]:focus {
	background-color: #025f8d
}

.form__success {
	max-width: 769px;
	width: 100%;
	background-color: #f1f2f7;
	margin: 20px auto 50px;
	padding-bottom: 20px
}

.success__title {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e0e1e7
}

.success__title h1 {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 22px;
	text-align: center;
	padding: 0 20px
}

.success__body {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	color: #535353;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .13px;
	line-height: 21px
}

.success__body p {
	color: #535353;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .13px;
	line-height: 21px
}

.success__buttons {
	width: 100%;
	text-align: center
}

.input__block {
	position: relative
}

.input__block .required__symbol {
	display: none;
	position: absolute;
	top: 17px;
	right: -30px;
	color: #e22929;
	font-size: 19px
}

.required__text {
	color: #e22929;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 10px
}

.text-danger {
	color: #e22929;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 10px
}

.account__title {
	min-height: 56px;
	border-top: 1px solid var(--gaccent);
	border-bottom: 1px solid var(--gaccent);
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 32px
}

.account__title h1 {
	color: var(--contact-text);
	font-family: var(--opensans-bold);
	font-size: 22px
}

.account__page {
	margin-bottom: 50px
}

.account__menu {
	width: 100%;
	background-color: var(--filter-bg)
}

.account__container {
	width: 100%;
	background-color: var(--filter-bg)
}

.account__menu ul li {
	border-bottom: 1px solid #e0e1e7;
	background-color: transparent;
	transition: border-bottom .4s ease, background-color .4s ease;
	position: relative
}

.account__menu ul li span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #42454e;
	width: 0;
	height: 100%;
	transition: width .25s ease
}

.account__menu ul li:hover span {
	width: 100%
}

.account__menu ul li.active span {
	width: 100%
}

.account__menu ul li:last-child {
	border-bottom: 1px solid transparent
}

.account__menu ul li a {
	display: block;
	padding: 28px 40px;
	color: var(--contact-text);
	font-family: var(--opensans-bold);
	font-size: 15px;
	position: relative;
	z-index: 3;
	transition: color .25s ease
}

.account__menu ul li.active a {
	color: #fff
}

.account__menu ul li:hover a {
	color: #fff
}

.account__block .block__title {
	padding: 29px 60px;
	background-color: #e9ebf2
}

.account__block .block__title h2 {
	color: var(--contact-text);
	font-family: var(--opensans-bold);
	font-size: 22px
}

.account__form {
	padding: 30px 60px 50px
}

.account__form .form__input {
	display: flex;
	flex-direction: column;
	margin-bottom: 31px
}

.account__form .form__input label {
	color: #9599a8;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-bottom: 14px
}

.account__form .form__input input {
	max-width: 50%;
	width: 100%;
	height: 50px;
	border: 1px solid #e0e1e7;
	background-color: transparent;
	padding: 0 25px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px
}

.button__edit {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 229px;
	height: 64px;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	transition: background-color .5s ease, color .5s ease
}

.button__edit:hover {
	background-color: #025f8d;
	color: #fff
}

.account__form .form__group {
	display: flex;
	flex-direction: column;
	margin-bottom: 31px
}

.account__form .form__group label {
	color: #9599a8;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-bottom: 14px
}

.account__form .form__group input[type=date],
.account__form .form__group input[type=email],
.account__form .form__group input[type=password],
.account__form .form__group input[type=search],
.account__form .form__group input[type=tel],
.account__form .form__group input[type=text],
.account__form .form__group input[type=url] {
	max-width: 50%;
	width: 100%;
	height: 50px;
	border: 2px solid transparent;
	background-color: #fff;
	padding: 0 25px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px;
	transition: border .5s ease
}

.account__form .form__group select {
	width: 100%;
	height: 50px;
	border: 2px solid transparent;
	background-color: #fff;
	padding: 0 25px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px;
	transition: border .5s ease
}

.input-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.input-select {
	width: 50%;
	position: relative
}

.input-select:after {
	content: '\f078';
	position: absolute;
	top: 37%;
	right: 4%;
	font-family: 'Font Awesome\5 Free';
	font-weight: 900;
	font-size: 16px;
	color: #707890
}

.account__form .form__group textarea {
	max-width: 50%;
	width: 100%;
	height: 150px;
	border: 2px solid transparent;
	background-color: #fff;
	padding: 7px 25px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px;
	transition: border .5s ease
}

.account__form .form__group .button__date {
	width: 50px;
	height: 50px;
	border: none;
	cursor: pointer;
	background-color: #fff
}

.account__form .form__group .check__radio {
	display: flex;
	flex-direction: column
}

.account__form .form__group .check__radio .radio__inline {
	display: flex;
	align-items: center;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px
}

.account__form .form__group .button__date .fa-calendar {
	font-size: 18px;
	color: var(--blue-new)
}

.account__form .form__group input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 27px;
	min-width: 27px;
	height: 27px;
	margin-right: 10px;
	border: 1px solid #cdd2e1;
	background-color: #fff;
	border-radius: 100%;
	cursor: pointer;
	transition: border .5s ease
}

.account__form .form__group input[type=radio]:checked {
	border: 8px solid var(--blue-new)
}

.account__form .form__group input[type=radio]:hover {
	border: 8px solid #9599a8
}

.account__form .form__group input[type=date]:focus,
.account__form .form__group input[type=date]:hover,
.account__form .form__group input[type=email]:focus,
.account__form .form__group input[type=email]:hover,
.account__form .form__group input[type=password]:focus,
.account__form .form__group input[type=password]:hover,
.account__form .form__group input[type=search]:focus,
.account__form .form__group input[type=search]:hover,
.account__form .form__group input[type=tel]:focus,
.account__form .form__group input[type=tel]:hover,
.account__form .form__group input[type=text]:focus,
.account__form .form__group input[type=text]:hover,
.account__form .form__group input[type=url]:focus,
.account__form .form__group input[type=url]:hover,
.account__form .form__group select:focus,
.account__form .form__group select:hover {
	border: 2px solid var(--blue-new)
}

.account__form .form__group textarea:focus,
.account__form .form__group textarea:hover {
	border: 2px solid var(--blue-new)
}

.account__form .button__account input {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 229px;
	width: 100%;
	height: 64px;
	border: none;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	cursor: pointer;
	transition: background-color .5s ease
}

.account__form .button__account input:hover {
	background-color: #025f8d
}

.account__form .check__form {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.account__form .check__form .radio__inline {
	display: flex;
	align-items: center;
	margin-right: 20px
}

.account__form .check__form .radio__inline:last-child {
	margin-right: 20px
}

.link__button a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 229px;
	width: 100%;
	height: 64px;
	border: none;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	cursor: pointer;
	transition: background-color .5s ease
}

.link__button a:hover {
	background-color: #025f8d
}

.account__form .empty__text {
	color: #535353;
	font-size: 14px;
	letter-spacing: .13px
}

.address__table {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	background-color: #fff
}

.address__info {
	flex-basis: 80%;
	max-width: 80%;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.address__info .address__item {
	max-width: 20%;
	width: 100%;
	padding: 5px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 2px solid #f1f2f7
}

.address__info .address__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.address__info .address__item .item__text {
	color: #42454e;
	font-size: 14px;
	font-family: var(--opensans-bold)
}

.address__controll {
	display: flex;
	flex-direction: column;
	flex-basis: 20%;
	max-width: 20%;
	width: 100%;
	min-height: 112px
}

.address__controll a:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65%;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	transition: background-color .5s ease
}

.address__controll a:first-child:hover {
	background-color: #025f8d
}

.address__controll a:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35%;
	background-color: #42454e;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	transition: background-color .5s ease
}

.address__controll a:last-child:hover {
	background-color: #33353c
}

.wishlist__block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	min-height: 100px
}

.wishlist__info {
	flex-basis: 85%;
	max-width: 85%;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.wishlist__controlls {
	display: flex;
	flex-direction: column;
	flex-basis: 15%;
	max-width: 15%;
	width: 100%
}

.wishlist__controlls a:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65%;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	padding: 0 5px;
	transition: background-color .5s ease
}

.wishlist__controlls a:first-child:hover {
	background-color: #025f8d
}

.wishlist__controlls a:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35%;
	background-color: #42454e;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	padding: 0 5px;
	transition: background-color .5s ease
}

.wishlist__controlls a:last-child:hover {
	background-color: #33353c
}

.wishlist__info .wishlist__item:nth-child(1) {
	flex-basis: 12%;
	max-width: 12%;
	width: 100%
}

.wishlist__info .wishlist__item:nth-child(2) {
	flex-basis: 30%;
	max-width: 30%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px
}

.wishlist__info .wishlist__item:nth-child(3) {
	flex-basis: 16%;
	max-width: 16%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px
}

.wishlist__info .wishlist__item:nth-child(4) {
	flex-basis: 16%;
	max-width: 16%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px
}

.wishlist__info .wishlist__item:nth-child(5) {
	flex-basis: 26%;
	max-width: 26%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px
}

.wishlist__info .wishlist__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.wishlist__info .wishlist__item .item__text {
	color: #42454e;
	font-size: 14px;
	font-family: var(--opensans-bold);
	line-height: 1.2
}

.reward__block {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 10px
}

.reward__block .reward__item {
	flex-basis: 33.33%;
	max-width: 33.33%;
	width: 100%;
	border-right: 2px solid var(--gaccent);
	display: flex;
	flex-direction: column;
	padding: 20px
}

.reward__block .reward__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.reward__block .reward__item .item__text {
	color: #42454e;
	font-size: 14px;
	font-family: var(--opensans-bold)
}

.order__block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #fff;
	min-height: 84px;
	margin-bottom: 10px
}

.order__info {
	flex-basis: 85%;
	max-width: 85%;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.order__controlls {
	flex-basis: 15%;
	max-width: 15%;
	width: 100%
}

.order__controlls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	transition: background-color .5s ease
}

.order__controlls a:hover {
	background-color: #025f8d
}

.order__info .order__item {
	flex-basis: 25%;
	max-width: 25%;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-right: 2px solid var(--gaccent);
	padding: 21px 20px
}

.order__info .order__item:last-child {
	border-right: 0
}

.order__info .order__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.order__info .order__item .item__text {
	color: #42454e;
	font-size: 14px;
	font-family: var(--opensans-bold)
}

.order__info .order__item .item__text.order__green {
	color: #31c955
}

.order__info .order__item .item__text.order__red {
	color: #c9315a
}

.order__top {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px
}

.order__top .detail__title {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	border-bottom: 1px solid var(--gaccent);
	padding: 20px 15px 10px 15px
}

.order__top .block__info {
	display: flex;
	flex-wrap: wrap
}

.order__top .block__info .block__item {
	flex-basis: 25%;
	max-width: 25%;
	width: 100%;
	border-right: 1px solid var(--gaccent);
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	padding: 20px 15px
}

.order__top .block__info .block__item:last-child {
	border-right: 0
}

.order__top .block__info .block__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.order__top .block__info .block__item .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.order__middle {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px
}

.order__middle .detail__title {
	width: 100%;
	padding: 20px 15px 10px 15px;
	background-color: #fff;
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	margin-bottom: 1px
}

.order__middle .left__block,
.order__middle .right__block {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	background-color: #fff;
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap
}

.order__middle .left__block .payment__title,
.order__middle .right__block .shipping__title {
	width: 100%;
	margin-bottom: 5px;
	color: #1f1f1f;
	font-family: var(--opensans-bold)
}

.order__middle .left__block {
	border-right: 1px solid var(--gaccent)
}

.order__middle .left__block .item__block,
.order__middle .right__block .item__block {
	flex-basis: 50%;
	max-width: 50%;
	width: 100%;
	padding: 5px 0
}

.order__middle .left__block .item__title,
.order__middle .right__block .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.order__middle .left__block .item__text,
.order__middle .right__block .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.order__product .product__bodys {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	width: 100%;
	margin-bottom: 10px
}

.order__product .product__bodys .product__info {
	flex-basis: 85%;
	max-width: 85%;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.order__product .product__bodys .product__controlls {
	flex-basis: 15%;
	max-width: 15%;
	width: 100%;
	justify-content: center
}

.order__product .product__bodys .item__block {
	display: flex;
	flex-direction: column
}

.order__product .product__bodys .item__block:nth-child(1) {
	flex-basis: 12%;
	max-width: 12%;
	width: 100%
}

.order__product .product__bodys .item__block:nth-child(2) {
	flex-basis: 25%;
	max-width: 25%;
	width: 100%;
	padding: 25px 10px
}

.order__product .product__bodys .item__block:nth-child(3) {
	flex-basis: 18%;
	max-width: 18%;
	width: 100%;
	padding: 25px 10px
}

.order__product .product__bodys .item__block:nth-child(4) {
	flex-basis: 20%;
	max-width: 20%;
	width: 100%;
	padding: 25px 10px
}

.order__product .product__bodys .item__block:nth-child(5) {
	flex-basis: 25%;
	max-width: 25%;
	width: 100%;
	padding: 25px 10px
}

.order__product .product__bodys .item__block .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.order__product .product__bodys .item__block .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.order__product .product__bodys .product__controlls {
	display: flex;
	flex-direction: column;
	width: 100%
}

.order__product .product__bodys .product__controlls a:nth-child(1) {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 12px;
	transition: background-color .5s ease;
	text-align: center;
	padding: 5px
}

.order__info-image {
	background-color: #efeff1;
	display: flex;
	align-items: center;
	justify-content: center
}

.order__product .product__bodys .product__controlls a:nth-child(1):hover {
	background-color: #025f8d
}

.order__product .product__bodys .product__controlls a:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35%;
	background-color: #42454e;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	transition: background-color .5s ease;
	text-align: center;
	padding: 5px
}

.order__product .product__bodys .product__controlls a:nth-child(2):hover {
	background-color: #33353c
}

.order__product .product__bodys .product__controlls a:nth-child(3) {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25%;
	background-color: var(--gaccent);
	color: #42454e;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	transition: background-color .5s ease;
	text-align: center
}

.order__product .product__bodys .product__controlls a:nth-child(3):hover {
	background-color: #dcdde1
}

.product__option .modal__title {
	color: var(--contact-text);
	font-family: var(--opensans-bold);
	font-size: 18px;
	text-align: left
}

.product__option .modal__option {
	margin: 20px 0 30px 0;
	text-align: left;
	width: 100%;
	display: flex;
	flex-direction: column
}

.product__option .modal__option span {
	display: block;
	padding: 5px 0;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.product__count {
	margin-bottom: 10px
}

.product__count .count__title {
	width: 100%;
	padding: 20px 15px 10px 15px;
	background-color: #fff;
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	margin-bottom: 1px
}

.product__count .count__block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%
}

.product__count .count__block .count__item {
	flex-basis: 33.33%;
	max-width: 33.33%;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border-right: 1px solid var(--gaccent);
	padding: 15px
}

.product__count .count__block .count__item:last-child {
	border-right: 0
}

.product__count .count__block .count__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.product__count .count__block .count__item .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.order__comment {
	margin-bottom: 10px;
	width: 100%;
	background-color: #fff
}

.order__comment .item__title {
	width: 100%;
	padding: 20px 15px 10px 15px;
	background-color: #fff;
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	border-bottom: 1px solid var(--gaccent)
}

.order__comment .item__text {
	padding: 15px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.order__history {
	background-color: #fff;
	margin-bottom: 30px
}

.order__history .history__title {
	width: 100%;
	padding: 20px 15px 10px 15px;
	background-color: #fff;
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	border-bottom: 1px solid var(--gaccent)
}

.history__block {
	display: flex;
	flex-direction: column;
	height: 243px;
	overflow-y: scroll
}

.history__block::-webkit-scrollbar {
	width: 8px;
	height: 1px
}

.history__block::-webkit-scrollbar-track {
	background-color: #42454e
}

.history__block::-webkit-scrollbar-track-piece {
	background-color: var(--gaccent)
}

.history__block::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #42454e
}

.history__block::-webkit-scrollbar-corner {
	background-color: #42454e
}

.history__block::-webkit-resizer {
	background-color: #42454e
}

.history__block .item__history {
	padding: 15px;
	border-bottom: 1px solid var(--gaccent);
	display: flex;
	justify-content: space-between
}

.history__block .item__history .item__block {
	display: flex;
	flex-direction: column
}

.history__block .item__history .item__block .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.history__block .item__history .item__block .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.history__block .item__history:last-child {
	border-bottom: 0
}

.return__block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px
}

.return__block .return__info {
	flex-basis: 85%;
	max-width: 85%;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.return__block .return__controlls {
	flex-basis: 15%;
	max-width: 15%;
	width: 100%
}

.return__block .return__item {
	flex-basis: 20%;
	max-width: 20%;
	width: 100%;
	border-right: 1px solid var(--gaccent);
	display: flex;
	flex-direction: column;
	padding: 21px 20px
}

.return__block .return__item .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.return__block .return__item .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.return__block .return__controlls a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: var(--blue-new);
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	transition: background-color .5s ease
}

.return__block .return__controlls a:hover {
	background-color: #025f8d
}

.return__block .return__item .item__text.order__green {
	color: #31c955
}

.return__block .return__item .item__text.order__red {
	color: #c9315a
}

.return__orders {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 10px;
	background-color: #fff
}

.return__orders .left__orders,
.return__orders .right__orders {
	flex-basis: 50%;
	max-width: 50%;
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column
}

.return__orders .left__orders {
	border-right: 1px solid var(--gaccent)
}

.return__orders .left__orders .item__title,
.return__orders .right__orders .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.return__orders .left__orders .item__text,
.return__orders .right__orders .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.return__products {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px
}

.return__products .return__title {
	width: 100%;
	border-bottom: 1px solid var(--gaccent);
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	border-bottom: 1px solid var(--gaccent);
	padding: 20px 15px 10px 15px
}

.return__products .items__block {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.return__products .items__block .item__product {
	flex-basis: 33.33%;
	max-width: 33.33%;
	width: 100%;
	border-right: 1px solid var(--gaccent);
	display: flex;
	flex-direction: column;
	padding: 20px 15px
}

.return__products .items__block .item__product:last-child {
	border-right: 0
}

.return__products .items__block .item__product .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.return__products .items__block .item__product .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.return__comment {
	background-color: #fff;
	width: 100%;
	margin-bottom: 10px
}

.return__comment .return__title,
.return__history .return__title {
	width: 100%;
	border-bottom: 1px solid var(--gaccent);
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	border-bottom: 1px solid var(--gaccent);
	padding: 20px 15px 10px 15px
}

.return__comment .return__incomment {
	padding: 15px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.return__history {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px
}

.return__history .inreturn__block {
	height: 243px;
	overflow-y: scroll
}

.return__history .inreturn__block::-webkit-scrollbar {
	width: 8px;
	height: 1px
}

.return__history .inreturn__block::-webkit-scrollbar-track {
	background-color: #42454e
}

.return__history .inreturn__block::-webkit-scrollbar-track-piece {
	background-color: var(--gaccent)
}

.return__history .inreturn__block::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #42454e
}

.return__history .inreturn__block::-webkit-scrollbar-corner {
	background-color: #42454e
}

.return__history .inreturn__block::-webkit-resizer {
	background-color: #42454e
}

.return__history .history__blocks {
	padding: 15px;
	border-bottom: 1px solid var(--gaccent);
	display: flex;
	flex-direction: column
}

.return__history .history__blocks:last-child {
	border-bottom: 0
}

.return__history .history__blocks .item__title {
	color: #707890;
	font-size: 13px;
	margin-bottom: 5px
}

.return__history .history__blocks .item__text {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 1.2
}

.remodal.product__option .remodal-close {
	right: 0;
	left: auto
}

.socauth {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 15px 26px;
	border-bottom: 1px solid #e0e1e7
}

.socauth .socauth__title {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 31px;
	margin-right: 13px
}

.socauth .socauth__block {
	display: flex;
	align-items: center
}

.socauth .socauth__block button {
	width: 33px;
	height: 32px;
	border: none;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f1f2f7;
	transition: color .5s ease
}

.socauth .socauth__block button.button__fb {
	background-color: #3b5998;
	margin-right: 8px
}

.socauth .socauth__block button.button__g {
	background-color: #dc4e41
}

.socauth .socauth__block button:focus,
.socauth .socauth__block button:hover {
	color: #fff
}

.account__container.wishlish-container {
	background-color: transparent
}

.account__container.wishlish-container .account__form {
	padding: 30px 0 50px
}

.product__remove {
	width: 100%;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f5f5f5;
	transition: border .5s ease
}

.product__remove:hover {
	border: 2px solid var(--blue-new)
}

.product__remove span:first-child {
	margin-right: 15px;
	color: #5c5b5b;
	font-family: var(--opensans-bold);
	font-size: 13px;
	transition: color .5s ease
}

.product__remove span.remove svg path {
	fill: #5c5b5b;
	transition: fill .5s ease
}

.product__remove:hover span:first-child {
	color: var(--blue-new)
}

.product__remove:hover span.remove svg path {
	fill: var(--blue-new)
}

.checkout__title {
	border-top: 1px solid #f1f2f7;
	border-bottom: 1px solid #f1f2f7;
	margin-top: 21px;
	margin-bottom: 32px
}

.checkout__title h1 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 22px;
	padding: 19px 0
}

.page__checkout {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.buy__page {
	margin-bottom: 30px
}

.buy__page .table__title {
	border: none;
	height: 89px;
	background-color: #e9ebf2;
	padding: 40px 38px;
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 18px
}

.buy__page .table-bordered td,
.buy__page .table-bordered th {
	border: none
}

.empty__table {
	height: 30px;
	border-top: 1px solid #f1f2f7
}

.empty__table:last-child {
	height: auto
}

.tmdcart__body td {
	padding: 0;
	vertical-align: middle
}

.tmdcart__head td {
	padding-top: 25px;
	padding-bottom: 14px;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px
}

.tmdcart__img {
	width: 103px;
	height: 103px
}

.tmdcart__body .column__img {
	max-width: 103px;
	width: 103px
}

.tmdcart__body .tmdcart__info {
	padding: 10px 30px
}

.tmdcart__body .tmdcart__info small {
	color: #9599a8;
	font-size: 13px;
	margin-top: 10px
}

.tmdcart__body .tmdcart__info .tmdcart__model {
	color: #9599a8;
	font-size: 13px;
	margin-bottom: 13px
}

.tmdcart__body .tmdcart__info a {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 16px;
	line-height: 20px
}

.tmdcart__body .tmdcart__info a:hover {
	text-decoration: underline
}

.tmdcart__body .tdmcart__quantity {
	width: 130px;
	height: 50px;
	border-radius: 25px;
	background-color: #f1f2f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.tmdcart__body .tdmcart__quantity .form__quantity {
	background-color: transparent;
	text-align: center;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	border: none
}

.tmdcart__body .tdmcart__quantity span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	color: #9599a8;
	font-size: 12px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.tmdcart__body .tdmcart__quantity span:focus,
.tmdcart__body .tdmcart__quantity span:hover {
	color: var(--blue-new)
}

.tmdcart__body .column__total {
	color: var(--blue-new);
	font-family: var(--opensans-bold);
	font-size: 20px
}

.tmdcart__body .column__total .currency__symbol {
	font-size: 11px
}

.tmdcart__body .tmdcart__delete {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	cursor: pointer
}

.tmdcart__body .tmdcart__delete .delete__button svg path {
	fill: #9599a8;
	-webkit-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease
}

.tmdcart__body .tmdcart__delete .delete__button {
	margin-bottom: 9px
}

.tmdcart__body .tmdcart__delete:hover .delete__button svg path {
	fill: #1f2024
}

.tmdcart__body .tmdcart__delete .delete__title {
	color: #9599a8;
	font-family: var(--opensans-semibold);
	font-size: 11px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.tmdcart__body .tmdcart__delete:hover .delete__title {
	color: #1f2024
}

.coupon__block {
	display: none;
	margin-bottom: 20px;
	background-color: #f1f2f7;
	padding: 30px 60px
}

.coupon__block .form__coupon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.coupon__block .form__coupon input[type=text] {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 2px solid transparent;
	padding: 0 30px;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px
}

.coupon__block .form__coupon input[type=text]:focus,
.coupon__block .form__coupon input[type=text]:hover {
	border: 2px solid var(--blue-new)
}

.coupon__block .form__coupon .button__coupon {
	height: 50px;
	width: auto;
	background-color: var(--blue-new);
	border: none;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

.coupon__block .form__coupon .button__coupon:hover {
	background-color: #025f8d
}

.coupon__block .form__coupon .button__coupon:focus {
	background-color: #025f8d
}

.buy__page #tmd_cart {
	margin-bottom: 20px
}

#tmd_confirmation {
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.confirmation__total {
	background-color: #f1f2f7;
	padding: 30px
}

.confirmation__coupon {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 40px
}

.confirmation__coupon .show__coupon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 214px;
	height: 46px;
	border: 1px solid var(--blue-new);
	background-color: transparent;
	color: #0082c1;
	font-family: var(--opensans-bold);
	font-size: 13px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.confirmation__coupon .show__coupon:hover {
	border: 2px solid #025f8d;
	color: #025f8d
}

.confirmation__coupon .show__coupon.active {
	border: 1px solid #0d238f;
	background-color: #025f8d;
	color: #fff
}

.confirmation__details .details__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.confirmation__details .details__item:last-child {
	margin-bottom: 0
}

.confirmation__details .details__item .details__title {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	width: 50%
}

.confirmation__details .details__item .details__text {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 21px;
	width: 50%;
	text-align: right
}

.button__buy-confirm {
	max-width: 288px;
	width: 100%;
	height: 64px;
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin-top: 20px;
	border: none;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

.button__buy-confirm:hover {
	background-color: #4f3fc4
}

.button__buy-confirm:focus {
	background-color: #34aa6b
}

#typeaccount .account__head {
	background-color: #e9ebf2;
	padding: 40px 60px 40px 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#typeaccount .account__head h3 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 18px;
	margin-right: 30px
}

.input__radio label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.input__radio input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 27px;
	height: 27px;
	border: 1px solid #cdd2e1;
	background-color: #fff;
	border-radius: 100%;
	margin-right: 13px;
	cursor: pointer;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.input__radio input:checked {
	border: 8px solid var(--blue-new)
}

.input__radio input:checked~.input__radio label {
	color: var(--blue-new)
}

.input__radio:hover label {
	color: var(--blue-new)
}

.input__radio:hover input {
	border: 8px solid var(--blue-new)
}

.account__head .new__account {
	margin-right: 39px
}

.account__head .input__radio label {
	margin-bottom: 0
}

#accountcontent {
	background-color: #f1f2f7
}

.buy__page .form__group {
	margin-bottom: 31px
}

.buy__page .form__group label {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-bottom: 14px
}

span.required {
	color: #ff3108;
	margin-left: 4px
}

.buy__page #tmd_delivery_address,
.buy__page #tmd_delivery_novapochta,
.buy__page #tmd_shipping_method {
	margin: 10px auto
}

.buy__page .panel__heading {
	background-color: #e9ebf2;
	padding: 40px 60px 40px 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 18px
}

.buy__page .panel__body {
	padding: 39px 60px 30px;
	background-color: #f1f2f7
}

.buy__page .choose__block {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 16px
}

.buy__page .choose__block:last-child {
	margin-bottom: 0
}

.buy__page .choose__block .ship__img {
	min-width: 28px;
	max-width: 28px;
	margin-right: 15px
}

.buy__page .choose__block span {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-left: 13px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.buy__page .choose__block input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 27px;
	width: 27px;
	height: 27px;
	border: 1px solid #cdd2e1;
	background-color: #fff;
	border-radius: 100%;
	margin-right: 13px;
	cursor: pointer;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.buy__page .choose__block input:checked {
	border: 8px solid var(--blue-new)
}

.buy__page .choose__block input:checked+.buy__page .choose__block label {
	color: var(--blue-new)
}

.buy__page .choose__block:hover label {
	color: var(--blue-new)
}

.buy__page .choose__block:hover input {
	border: 8px solid var(--blue-new)
}

#tmd_delivery_address {
	display: none
}

.register__label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer
}

.register__label span {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
	margin-left: 10px
}

.register__label input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	border: 1px solid #cdd2e1;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.register__label input:checked {
	background-color: var(--blue-new);
	border: 1px solid var(--blue-new)
}

.register__label input:checked:before {
	content: '\f00c';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Font Awesome\5 Free";
	font-weight: 900;
	color: #fff
}

.register__label:hover span {
	color: var(--blue-new)
}

.register__label:hover input {
	background-color: var(--blue-new);
	border: 1px solid var(--blue-new)
}

.register__label:hover input:before {
	content: '\f00c';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Font Awesome\5 Free";
	font-weight: 900;
	color: #fff
}

.tmdqc__login {
	width: 178px;
	height: 60px;
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	border: none;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.tmdqc__login:hover {
	background-color: #4f3fc4
}

.tmdqc__login:focus {
	background-color: #4f3fc4
}

.tmdqc__socauth {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tmdqc__socauth .socauth__title {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	line-height: 31px;
	margin-right: 13px
}

.tmdqc__socauth .socauth__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tmdqc__socauth .socauth__block button {
	width: 33px;
	height: 32px;
	border: none;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #f1f2f7;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.tmdqc__socauth .socauth__block button:hover {
	color: #fff
}

.tmdqc__socauth .socauth__block button.button__fb {
	background-color: #3b5998;
	margin-right: 8px
}

.tmdqc__socauth .socauth__block button.button__g {
	background-color: #dc4e41
}

.buy__page .addition__field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.buy__page .addition__field .form__home {
	max-width: 309px;
	width: 100%;
	margin-bottom: 10px
}

.buy__page .addition__field label {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-bottom: 18px
}

.buy__page .addition__field input {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 2px solid transparent;
	padding: 0 30px;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px
}

.buy__page .addition__field input[type=text]:focus,
.buy__page .addition__field input[type=text]:hover {
	border: 2px solid var(--blue-new)
}

.buy__page .addition__field .form__flat {
	max-width: 204px;
	width: 100%
}

#tmd_payment_method {
	margin-bottom: 10px
}

.buy__page .select__group {
	position: relative
}

.buy__page .select__group:after {
	content: '\f078';
	font-family: 'Font Awesome\5 Free';
	font-weight: 900;
	position: absolute;
	top: 56px !important;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.buy__page #payment-existing .select__group:after {
	top: 50% !important
}

.buy__page .select__group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff
}

.popover__text {
	color: #42454e;
	font-size: 14px;
	line-height: 20px
}

.not-label select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.not-label:after {
	top: 68% !important;
	-webkit-transform: translateY(-53%) !important;
	-ms-transform: translateY(-53%) !important;
	transform: translateY(-53%) !important
}

.warehouse__info {
	margin: 10px auto 0;
	background-color: #f1f2f7
}

.warehouse__info>h3 {
	background-color: #e9ebf2;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 15px
}

.warehouse__title {
	background-color: #e9ebf2;
	padding: 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 15px
}

.ware__title {
	padding: 10px 20px
}

.warehouse__info .tool__body {
	padding: 10px 20px
}

.warehouse__info .ware__title {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 20px
}

.warehouse__info .ware__title strong {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 15px
}

.warehouse__info .tool__wrap {
	margin: 5px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.warehouse__info .tool__wrap .tool__title {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px
}

.warehouse__info .tool__wrap .tool__text {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 15px;
	line-height: 20px
}

.warehouse__info .warehouse__subtitle {
	margin: 15px 0 10px;
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 14px
}

.warehouse__info .tool__wrap .tool__text.one-tool__text {
	font-size: 14px;
	font-family: var(--opensans-semibold);
	line-height: 15px
}

.warehouse__info .warehouse__subtool {
	margin-bottom: 15px
}

.warehouse__info .warehouse__timetable {
	padding: 0 20px
}

.warehouse__info .timetable__title {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 14px;
	min-height: 28px;
	margin-bottom: 10px
}

.warehouse__info .timetable__wrap {
	margin-bottom: 10px
}

.warehouse__info .timetable__item {
	margin: 5px 0
}

.warehouse__info .timetable__item span:first-child {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px
}

.warehouse__info .timetable__item span:last-child {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 15px
}

.warehouse__info .warehouse_postscript {
	padding: 20px
}

.warehouse__info .warehouse_postscript p {
	color: #535353;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .13px;
	line-height: 21px
}

.warehouse__info .warehouse_postscript p a:hover {
	text-decoration: underline
}

.collapse__warehouse {
	cursor: pointer;
	color: var(--blue-new)
}

.product__line {
	width: 100%;
	height: 1px;
	background-color: var(--filter-bg);
	margin: 24px 0
}

.product__wrap {
	margin-bottom: 40px
}

.product__wrap .product__bodys,
.product__wrap .product__images {
	max-width: 100%;
	width: 100%
}

.product__wrap .product__images {
	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;
	max-height: 620px;
	overflow: hidden
}

.product__wrap .navigation__thumb {
	height: 100%;
	max-width: 100px;
	min-width: 100px;
	margin-right: 15px;
	display: none
}

.product__wrap .navigation__thumb.slick-initialized {
	display: block
}

.product__wrap .navigation__thumb .image,
.product__wrap .navigation__thumb .image__additional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	background-color: #fff;
	width: 103px;
	height: 103px;
	border: 1px solid #efeff1;
}

.product__wrap .navigation__thumb .image a,
.product__wrap .navigation__thumb .image__additional a {
	margin-left: auto;
	margin-right: auto
}

.product__wrap .thumbnails {
	height: 100%;
	position: relative;
	display: none
}

.product__wrap .thumbnails.slick-initialized {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product__wrap .thumbnail__block {
	max-width: 100%;
	width: calc(100% - 100px);
	background-color: #fff;
	position: relative
}

button.slick-prev.garrow__prev.slick-arrow {
	top: 0;
	left: 0;
	z-index: 25;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, #fff), color-stop(79%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #fff 57%, rgba(255, 255, 255, .8) 79%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #fff 57%, rgba(255, 255, 255, .8) 79%, rgba(255, 255, 255, 0) 100%);
	height: 182px
}

button.slick-prev.garrow__prev .fa-chevron-up {
	color: var(--blue-new);
	font-size: 30px;
	position: relative;
	top: 15px;
	left: -9px
}

button.slick-next.garrow__next.slick-arrow {
	bottom: -75px;
	left: 0;
	top: auto;
	z-index: 25;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(57%, #fff), color-stop(79%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, #fff 57%, rgba(255, 255, 255, .8) 79%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, #fff 57%, rgba(255, 255, 255, .8) 79%, rgba(255, 255, 255, 0) 100%);
	height: 110px
}

button.slick-next.garrow__next .fa-chevron-down {
	color: var(--blue-new);
	font-size: 30px;
	position: relative;
	bottom: 15px;
	left: -9px
}

.product__bodys .product__title {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px
}

.product__bodys .product__title h1 {
	max-width: 492px;
	width: 100%;
	color: var(--contact-text);
	font-family: var(--opensans-bold);
	font-size: 28px;
	letter-spacing: -.28px;
	margin-bottom: 10px
}

.product__bodys .product__title span {
	padding: 16px 20px;
	border-radius: 21px;
	background-color: var(--filter-bg);
	color: #9599a8;
	font-family: var(--opensans-semibold);
	font-size: 13px
}

.product__bodys .product__stock {
	font-family: var(--opensans-regular);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px
}

.product__bodys .product__stock.stock {
	color: #0f7e29
}

.product__bodys .product__stock.instock {
	color: #c95431
}

.product__bodys .product__rating {
	margin-bottom: 16px
}

.product__bodys .rating .star__rating-empty .fa-star {
	font-size: 15px;
	color: #e0e1e7
}

.product__bodys .rating .star__rating-full .fa-star {
	font-size: 15px;
	color: #ffb508
}

.product__bodys .rating a {
	color: var(--menu-color);
	font-size: 13px;
	text-decoration: underline;
	margin-left: 10px;
	-webkit-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease
}

.product__bodys .rating a:hover {
	color: var(--blue-new)
}

.product__bodys .product__specif {
	margin-bottom: 40px
}

.product__bodys .product__specif .specif__block {
	margin-bottom: 10px
}

.product__bodys .product__specif .specif__block .specif__title {
	font-size: 13px;
	color: #9a9a9a
}

.product__bodys .product__specif .specif__block .specif__name {
	font-size: 13px;
	color: #494949
}

.product__bodys .product__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 25px
}

.product__bodys .product__price h2,
.product__bodys .product__price .h2_style {
	color: #243165;
	font-family: var(--opensans-bold);
	font-size: 32px;
	margin-right: 13px
}

.product__bodys .product__price h2 .currency__symbol,
.product__bodys .product__price .h2_style .currency__symbol {
	font-size: 11px
}

.product__bodys .product__price .discount__price {
	color: #9599a8;
	font-family: var(--opensans-semibold);
	font-size: 17px;
	margin-right: 6px;
	text-decoration: line-through
}

.product__bodys .product__price .discount__price .currency__symbol {
	font-size: 10px
}

.product__bodys .product__price .discount__block {
	background-color: #9599a8;
	padding: 10px 8px;
	color: #fff;
	font-family: var(--opensans-bold);
	font-size: 12px
}

.product__bodys .product__tools {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 23px
}

.product__bodys .product__tools .tools__count {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 85px
}

.product__bodys .product__tools .tools__count .label__count {
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	margin-right: 11px
}

.product__bodys .tools__count .count__block {
	width: 130px;
	height: 50px;
	border-radius: 25px;
	background-color: #f1f2f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.product__bodys .tools__count .count__block button {
	background-color: transparent;
	border: none;
	outline: 0;
	cursor: pointer;
	color: #9599a8;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.product__bodys .tools__count .count__block button:hover {
	color: var(--blue-new)
}

.product__bodys .tools__count .count__block input {
	background-color: transparent;
	border: none;
	outline: 0;
	text-align: center;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 13px
}

.product__bodys .product__tools .tools__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product__bodys .product__tools .tools__list .button__tools {
	width: 50px;
	height: 50px;
	background-color: var(--filter-bg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	border-radius: 100%;
	margin-right: 15px;
	cursor: pointer
}

.product__bodys .product__tools .tools__list .button__tools:hover {
	background-color: #243165
}

.product__bodys .product__tools .tools__list .button__tools.product__incompare {
	background-color: #025f8d
}

.product__bodys .product__tools .tools__list .button__tools.product__inwishlist {
	background-color: #025f8d
}

.product__bodys .product__tools .tools__list .button__tools.product__incompare .button__icon {
	color: #fff
}

.product__bodys .product__tools .tools__list .button__tools.product__inwishlist .button__icon {
	color: #fff
}

.product__bodys .product__tools .tools__list .button__tools:focus {
	background-color: #0082c1
}

.product__ctabs .tabs__button .review__icon svg path {
	fill: #243165;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.product__ctabs .tabs__button a:hover .review__icon svg path {
	fill: #4f3fc4
}

.product__ctabs .tabs__button a:focus .review__icon svg path {
	fill: #4f3fc4
}

.product__bodys .product__tools .tools__list .button__tools:last-child {
	margin-right: 0
}

.product__bodys .product__tools .tools__list .button__tools .button__icon {
	color: #707890;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.product__bodys .product__tools .tools__list .button__tools:hover .button__icon {
	color: #fff
}

.product__bodys .product__tools .tools__list .button__tools:focus .button__icon {
	color: #fff
}

.product__message-text {
	font-family: var(--opensans-semibold);
	font-weight: 600;
	font-size: 16px;
	color: #707890;
	margin-bottom: 25px
}

.social__button {
	position: relative;
	z-index: 2
}

.social__button .button__social,
.social__button .social__share {
	width: 50px;
	height: 50px;
	background-color: var(--filter-bg);
	border: none;
	border-radius: 100%;
	margin-right: 15px;
	cursor: pointer
}

.social__button .button__social .button__icon,
.social__button .social__share .button__icon {
	color: #707890;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.social__button .button__social:hover,
.social__button .social__share:hover {
	background-color: #243165
}

.social__button .button__social:focus,
.social__button .social__share:focus {
	background-color: #243165
}

.social__button .button__social:hover .button__icon,
.social__button .social__share:hover .button__icon {
	color: #fff
}

.social__button .button__social:focus .button__icon,
.social__button .social__share:focus .button__icon {
	color: #fff
}

.social__button .social__share {
	position: absolute
}

.social__button .social__share.facebok__share {
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: top .5s ease, left .5s ease, z-index .4s ease;
	-o-transition: top .5s ease, left .5s ease, z-index .4s ease;
	transition: top .5s ease, left .5s ease, z-index .4s ease
}

.social__button .social__share.twitter__share {
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: top .4s ease, left .4s ease, z-index .5s ease;
	-o-transition: top .4s ease, left .4s ease, z-index .5s ease;
	transition: top .4s ease, left .4s ease, z-index .5s ease
}

.social__button .social__share.pinterest__share {
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: top .3s ease, left .3s ease, z-index .6s ease;
	-o-transition: top .3s ease, left .3s ease, z-index .6s ease;
	transition: top .3s ease, left .3s ease, z-index .6s ease
}

.social__button .social__share.google__share {
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: top .2s ease, left .2s ease, z-index .7s ease;
	-o-transition: top .2s ease, left .2s ease, z-index .7s ease;
	transition: top .2s ease, left .2s ease, z-index .7s ease
}

.social__button .facebok__share.active-social {
	top: -67px;
	left: -30px;
	z-index: 1;
	-webkit-transition: top .2s ease, left .2s ease, z-index .4s ease;
	-o-transition: top .2s ease, left .2s ease, z-index .4s ease;
	transition: top .2s ease, left .2s ease, z-index .4s ease
}

.social__button .twitter__share.active-social {
	top: -67px;
	left: 30px;
	z-index: 1;
	-webkit-transition: top .3s ease, left .3s ease, z-index .5s ease;
	-o-transition: top .3s ease, left .3s ease, z-index .5s ease;
	transition: top .3s ease, left .3s ease, z-index .5s ease
}

.social__button .pinterest__share.active-social {
	top: -67px;
	left: 45px;
	z-index: 1;
	-webkit-transition: top .4s ease, left .4s ease, z-index .6s ease;
	-o-transition: top .4s ease, left .4s ease, z-index .6s ease;
	transition: top .4s ease, left .4s ease, z-index .6s ease
}

.social__button .google__share.active-social {
	top: -67px;
	left: 105px;
	z-index: 1;
	-webkit-transition: top .5s ease, left .5s ease, z-index .7s ease;
	-o-transition: top .5s ease, left .5s ease, z-index .7s ease;
	transition: top .5s ease, left .5s ease, z-index .7s ease
}

.product__bodys .product__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.product__bodys .product__button .buy__tocart {
	width: 38%;
	height: 64px;
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid transparent;
	outline: 0;
	cursor: pointer;
	margin-right: 20px;
	-webkit-transition: background-color .5s ease, border .5s ease;
	-o-transition: background-color .5s ease, border .5s ease;
	transition: background-color .5s ease, border .5s ease
}

.product__bodys .product__button .buy__tocart:hover {
	background-color: #4f3fc4
}

.product__bodys .product__button .buy__tocart:focus {
	background-color: #4f3fc4
}

.product__bodys .product__button .buy__tocart span {
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin-left: 13px
}

.product__bodys .product__button .buy__tocart:hover span {
	color: #fff
}

.product__bodys .product__button .buy__tocart:hover .icon__click path {
	fill: #fff;
	-webkit-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease
}

.product__bodys .product__button .buy__tocart .fa-check {
	color: #fff;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.product__bodys .product__button .buy__tocart:hover .fa-check {
	color: #fff
}

.product__bodys .product__button .buy__oneclick {
	width: 48%;
	height: 64px;
	background-color: #465bac;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid transparent;
	outline: 0;
	cursor: pointer;
	margin-right: 20px;
	-webkit-transition: background-color .5s ease, border .5s ease;
	-o-transition: background-color .5s ease, border .5s ease;
	transition: background-color .5s ease, border .5s ease
}

.product__bodys .product__button .buy__oneclick:hover {
	background-color: #4f3fc4
}

.product__bodys .product__button .buy__oneclick span {
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin-left: 13px
}

.product__bodys .product__button .buy__oneclick:hover span {
	color: #fff
}

.product__bodys .product__button .buy__oneclick:hover .icon__click path {
	fill: #fff;
	-webkit-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease
}

.product__bodys .product__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0
}

.product__bodys .product__info .info__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 139px
}

.product__bodys .product__info .info-bg {
	background-color: var(--filter-bg);
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	cursor: pointer
}

.product__bodys .product__info .info-bg:hover {
	background-color: var(--blue-new)
}

.product__bodys .product__info .info-bg.active {
	background-color: var(--blue-new)
}

.product__info .info-bg .info__icon svg path {
	fill: var(--blue-new);
	-webkit-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease
}

.product__bodys .product__info .info-bg:hover .info__icon svg path {
	fill: #fff
}

.product__bodys .product__info .info-bg.active .info__icon svg path {
	fill: #fff
}

.product__bodys .product__info .info__block h4 {
	width: 132px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-left: 15px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.product__bodys .product__info .info-bg:hover h4 {
	color: #fff
}

.product__bodys .product__info .info-bg.active h4 {
	color: #fff
}

.product__ctabs {
	border-top: 1px solid var(--filter-bg);
	border-bottom: 1px solid var(--filter-bg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.product__ctabs .tabs__links {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.product__ctabs .tabs__links .tablinks {
	border: none;
	background-color: transparent;
	outline: 0;
	cursor: pointer;
	margin-right: 29px;
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 14px;
	position: relative;
	line-height: 64px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.product__ctabs .tabs__links .tablinks:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 4px;
	background-color: var(--accent);
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease
}

.product__ctabs .tabs__links .tablinks:hover {
	color: var(--blue-new)
}

.product__ctabs .tabs__links .tablinks:hover:after {
	width: 100%;
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease
}

.product__ctabs .tabs__links .tablinks:last-child {
	margin-right: 0
}

.product__ctabs .tabs__button a {
	width: 236px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 21px;
	background-color: var(--filter-bg);
	border: 2px solid transparent;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.product__ctabs .tabs__button .review__icon {
	margin-right: 14px
}

.product__ctabs .tabs__button h4 {
	color: var(--blue-new);
	font-family: var(--opensans-semibold);
	font-size: 13px;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.product__ctabs .tabs__button a:hover h4 {
	color: #4f3fc4
}

.product__ctabs .tabs__button a:focus h4 {
	color: #4f3fc4
}

.product__ctabs .tabs__button a:hover {
	border: 2px solid #4f3fc4
}

.product__ctabs .tabs__button a:focus {
	border: 2px solid #4f3fc4
}

.product__ctabs button.tablinks.active {
	color: var(--accent)
}

.product__ctabs .tabs__links .tablinks.active:after {
	width: 100%;
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease
}

.tab__block {
	width: 100%;
	padding: 40px 0 0;
	margin: 0 0 60px
}

.tab__block .tab__content {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.tab__block #specification h2,
.tab__block #specification .h2_style {
	color: #1f2024;
	font-family: var(--opensans-semibold);
	font-size: 24px;
	letter-spacing: -.24px;
	margin-bottom: 24px
}

.tab__block .specification__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.tab__block .specification__body .specificaion__section {
	width: 48%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 23px
}

.tab__block .specification__body .specificaion__section h4 {
	color: #42454e;
	font-size: 15px;
	white-space: nowrap
}

.tab__block .specification__body .specificaion__section .specification__line {
	height: 1px;
	background-color: #e0e1e7;
	width: 100%;
	margin: 0 19px
}

.tab__block .specification__body .specificaion__section span {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 15px;
	text-align: right;
	white-space: nowrap
}

.tab__block #description .title__description {
	color: #1f2024;
	font-family: var(--opensans-semibold);
	font-size: 24px;
	letter-spacing: -.24px;
	margin-bottom: 24px
}

.tab__block #description .description__textmore {
	overflow: hidden;
	margin-bottom: 20px
}

.tab__block #description .description__textmore p {
	color: #1f2024;
	font-size: 14px;
	margin-bottom: 25px
}

.tab__block #description .description__text-more {
	font-family: var(--opensans-bold);
	font-size: 13px;
	position: relative;
	margin-left: 16px;
	-webkit-transition: margin-left .5s ease;
	-o-transition: margin-left .5s ease;
	transition: margin-left .5s ease;
	color: var(--blue-new)
}

.tab__block #description .description__text-more:before {
	content: '';
	position: absolute;
	left: -13px;
	top: 50%;
	width: 9px;
	height: 2px;
	background-color: var(--blue-new)
}

.tab__block #description .description__text-more:hover {
	margin-left: 24px
}

.tab__block #reviews .reviews__title {
	color: #1f2024;
	font-family: var(--opensans-semibold);
	font-size: 24px;
	letter-spacing: -.24px;
	margin-bottom: 34px
}

.tab__block #reviews .reviews__form {
	max-width: 1167px;
	width: 80%;
	background-color: #f1f2f7;
	padding: 50px
}

.tab__block #reviews .reviews__form h3,
.tab__block #reviews .reviews__form .h3_style {
	color: #42454e;
	font-family: var(--opensans-semibold);
	font-size: 22px;
	letter-spacing: -.22px;
	margin-bottom: 28px
}

.tab__block #reviews .reviews__form .review__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tab__block #reviews .reviews__form .review__group {
	width: 48%
}

.tab__block #reviews .review__group .review__input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px
}

.tab__block #reviews .review__group .review__textarea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tab__block #reviews .review__input label {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-bottom: 14px
}

.tab__block #reviews .review__input input {
	width: 100%;
	height: 50px;
	border: 1px solid transparent;
	background-color: #fff;
	padding: 0 18px;
	font-family: var(--opensans-semibold);
	color: #42454e;
	font-size: 12px;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.tab__block #reviews .review__input input:focus,
.tab__block #reviews .review__input input:hover {
	border: 1px solid var(--blue-new)
}

.tab__block #reviews .review__textarea label {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-bottom: 14px
}

.tab__block #reviews .review__textarea textarea {
	width: 100%;
	height: 160px;
	border: 1px solid transparent;
	background-color: #fff;
	padding: 18px;
	font-family: var(--opensans-semibold);
	color: #42454e;
	font-size: 12px;
	resize: none;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.tab__block #reviews .review__textarea textarea:focus,
.tab__block #reviews .review__textarea textarea:hover {
	border: 1px solid var(--blue-new)
}

.tab__block #reviews .review__star {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tab__block #reviews .review__star span {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 13px;
	margin-right: 10px
}

.tab__block #reviews .button__review {
	width: 178px;
	height: 60px;
	background-color: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	border: none;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.tab__block #reviews .button__review:hover {
	background-color: #4f3fc4
}

.tab__block #reviews .button__review:focus {
	background-color: #4f3fc4
}

.tab__block #reviews .review__star input[type=radio] {
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 27px;
	min-width: 27px;
	height: 27px;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: relative
}

.tab__block #reviews .review__star input[type=radio]:before {
	content: '\f005';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Font Awesome\5 Free';
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #9599a8;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.tab__block #reviews .review__star input[type=radio]:hover:before {
	color: #ffb508
}

.tab__block #reviews .review__star input[type=radio].active-star:before {
	color: #ffb508
}

.tab__block #reviews .review__star input[type=radio].check-star:before {
	color: #ffb508
}

.tab__block #reviews .review__star input[type=radio]:active:before,
.tab__block #reviews .review__star input[type=radio]:checked:before,
.tab__block #reviews .review__star input[type=radio]:focus:before {
	color: #ffb508
}

.articles__panel,
.related__panel,
.viewed__panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #f1f2f7;
	margin-bottom: 30px
}

.articles__panel h3,
.related__panel h3,
.viewed__panel h3,
.viewed__panel .h3_style {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 22px;
	line-height: 50px
}

.articles__panel .articles__control,
.related__panel .related__control,
.viewed__panel .viewed__control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.articles__panel .articles__control button,
.related__panel .related__control button,
.viewed__panel .viewed__control button {
	width: 51px;
	height: 51px;
	background-color: #f1f2f7;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.articles__panel .articles__control button svg use,
.related__panel .related__control button svg use,
.viewed__panel .viewed__control button svg use {
	fill: #42454e;
	-webkit-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease
}

.articles__panel .articles__control button:first-child,
.related__panel .related__control button:first-child,
.viewed__panel .viewed__control button:first-child {
	margin-right: 1px
}

.articles__panel .articles__control button:hover,
.viewed__panel .viewed__control button:hover {
	background-color: var(--blue-new)
}

.articles__panel .articles__control button,
.related__panel .related__control button,
.viewed__panel .viewed__control button {
	outline: 0
}

.articles__panel .articles__control button:focus,
.articles__panel .articles__control button:hover,
.related__panel .related__control button:focus,
.related__panel .related__control button:hover,
.viewed__panel .viewed__control button:focus,
.viewed__panel .viewed__control button:hover {
	background-color: #e6e7ec
}

.articles__panel .articles__control button:focus svg use,
.articles__panel .articles__control button:hover svg use,
.related__panel .related__control button:focus svg use,
.related__panel .related__control button:hover svg use,
.viewed__panel .viewed__control button:focus svg use,
.viewed__panel .viewed__control button:hover svg use {
	fill: #42454e
}

#cart-article-recommend,
#cart-product-related,
.viewed__product {
	margin: 0 -15px 6%;
	overflow-x: hidden
}

.product__sticker {
	position: absolute
}

.automatic__sticker,
.handle__sticker {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.automatic__sticker .sale__sticker,
.handle__sticker .sale__sticker {
	background-color: #31c955;
	margin-bottom: 11px;
	padding: 17px 22px;
	color: #fff;
	font-family: var(--opensans-bold);
	font-size: 15px;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.automatic__sticker .special__sticker,
.handle__sticker .special__sticker {
	background-color: #c95431;
	margin-bottom: 11px;
	padding: 17px 32px;
	font-family: var(--opensans-bold);
	font-size: 15px;
	color: #fff;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.automatic__sticker .latest__sticker,
.handle__sticker .latest__sticker {
	background-color: #dd9c21;
	margin-bottom: 11px;
	padding: 11px 32px;
	font-family: var(--opensans-bold);
	font-size: 15px;
	color: #fff;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.automatic__sticker .bestseller__sticker,
.handle__sticker .bestseller__sticker {
	background-color: #9bc1e5;
	margin-bottom: 11px;
	padding: 11px 24px;
	font-family: var(--opensans-bold);
	font-size: 15px;
	color: #fff;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.automatic__sticker .popular__sticker,
.handle__sticker .inner__sticker,
.handle__sticker .popular__sticker {
	background-color: var(--blue-new);
	margin-bottom: 11px;
	padding: 10.5px 17.5px;
	font-family: var(--opensans-bold);
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.handle__sticker .inner__sticker {
	background-color: #0f7e29
}

.buyclick__wrap h3 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 28px;
	letter-spacing: -.28px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f2f7
}

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

.buyclick__field>span {
	height: 50px;
	width: 50px;
	background: var(--blue-new);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}

.buyclick__field input {
	width: 100%;
	height: 50px;
	border-right: 2px solid #e0e1e7;
	border-top: 2px solid #e0e1e7;
	border-bottom: 2px solid #e0e1e7;
	padding: 0 20px 0 20px;
	border-radius: 0;
	color: #42454e;
	font-family: var(--opensans-semibold);
	font-size: 13px;
	-webkit-transition: border .4s ease;
	-o-transition: border .4s ease;
	transition: border .4s ease
}

.buyclick__field input:focus,
.buyclick__field input:hover {
	border-right: 2px solid var(--blue-new);
	border-top: 2px solid var(--blue-new);
	border-bottom: 2px solid var(--blue-new);
	-webkit-box-shadow: none;
	box-shadow: none
}

.buyclick__button {
	width: 178px;
	height: 60px;
	background-color: var(--blue-new);
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	margin: 0 auto 20px;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

.buyclick__button:hover {
	background-color: #025f8d
}

.buyclick__button:focus {
	background-color: #025f8d
}

.remodal-close.product__remodal-close {
	right: 0;
	left: initial
}

.remodal-close.product__remodal-close::before {
	font-size: 40px
}

.buyclick__result {
	display: none
}

.required_field {
	border: 2px solid #e22929;
	position: relative
}

.required_field:after {
	content: '!';
	position: absolute;
	top: 27%;
	right: -27px;
	color: #fff;
	font-size: 12px;
	width: 19px;
	height: 19px;
	background-color: #e22929;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%
}

#boc_form .error__text {
	color: #e22929;
	display: block;
	margin: 5px 0;
	text-align: left;
	font-size: 12px
}

.buyclick__result {
	font-family: var(--opensans-semibold);
	padding: 15px 10px;
	color: #1f2024;
	font-size: 16px
}

.alert-danger.review__danger,
.alert-success.review__success {
	padding: 20px;
	font-family: var(--opensans-semibold)
}

.reviews__item {
	margin-left: 49px;
	background-color: #f1f2f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.reviews__item:before {
	content: '';
	position: absolute;
	bottom: 18px;
	left: -46px;
	width: 46px;
	height: 43px;
	background-color: #f1f2f7;
	-webkit-clip-path: polygon(56px -5px, 123.04% 103.02%, 10% 100%);
	clip-path: polygon(56px -5px, 123.04% 103.02%, 10% 100%)
}

.reviews__item .review__author {
	padding: 40px 24px 40px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.reviews__item .review__author h3 {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px;
	margin-bottom: 11px
}

.reviews__item .review__author .review__rating .check__star {
	color: #ffb508
}

.reviews__item .review__author .review__rating .empty__star {
	color: #9599a8
}

.reviews__item .review__body {
	padding: 40px 40px 40px 25px
}

.reviews__item .review__body .review__text {
	color: #42454e;
	font-size: 14px;
	line-height: 20px
}

.reviews__item .review__body .review__data {
	margin-top: 20px;
	color: #9599a8;
	font-size: 13px
}

.answer__block {
	margin-left: 48px;
	background-color: #f1f2f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 48px
}

.answer__block:before {
	content: '';
	position: absolute;
	top: -43px;
	left: 0;
	width: 46px;
	height: 43px;
	background-color: #f1f2f7;
	-webkit-clip-path: polygon(0 43px, 35px 43px, 0 8px);
	clip-path: polygon(0 43px, 35px 43px, 0 8px)
}

.answer__block .answer__top {
	padding: 40px 24px 40px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.answer__block .answer__top span {
	color: #42454e;
	font-family: var(--opensans-bold);
	font-size: 15px;
	margin-bottom: 11px
}

.answer__block .answer__text {
	padding: 40px 40px 40px 25px
}

.answer__block .answer__text {
	color: #42454e;
	font-size: 14px;
	line-height: 20px
}

.info__modal {
	text-align: left;
	padding: 0
}

.info__modal h2 {
	color: #1f2024;
	font-family: var(--opensans-semibold);
	font-size: 24px;
	letter-spacing: -.24px;
	padding: 29px 60px 8px
}

.info__modal .remodal__text {
	color: #1f2024;
	font-size: 14px;
	line-height: 24px;
	height: 420px;
	overflow: auto;
	width: 100% !important;
	padding: 29px 60px
}

.info__modal .remodal__text .jspContainer,
.info__modal .remodal__text .jspPane {
	width: 100% !important
}

.info__modal .remodal__text .jspTrack {
	background: #f1f2f7
}

.info__modal .remodal__text .jspDrag {
	background: #e0e1e7
}

.info__modal .remodal__text p {
	margin-bottom: 25px;
	color: #1f2024;
	font-size: 14px;
	line-height: 24px
}

.info__modal .remodal__text li {
	padding-left: 18px;
	position: relative;
	margin-bottom: 10px
}

.info__modal .remodal__text li:before {
	content: '';
	position: absolute;
	top: 19%;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #0082c1;
	display: block;
	border-radius: 100%
}

.info__modal .remodal-close {
	right: 0;
	left: initial;
	width: 61px;
	height: 61px;
	background-color: var(--blue-new);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

.info__modal .remodal-close:hover {
	background-color: #025f8d
}

.info__modal .remodal-close:focus {
	background-color: #025f8d
}

.info__modal .remodal-close:before {
	display: none
}

.brands__title h1 {
	margin-top: 24px;
	border-bottom: 1px solid #e0e1e7;
	width: 100%;
	padding-bottom: 24px;
	margin-bottom: 17px;
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 24px
}

.brands__search,
.brans__sorting {
	padding: 24px 20px;
	background-color: var(--filter-bg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 17px
}

.brands__search h4,
.brans__sorting h4 {
	color: #1f2024;
	font-family: var(--opensans-bold);
	font-size: 18px;
	margin-right: 11px
}

.brans__sorting .anchor__block a {
	color: #707890;
	font-family: var(--opensans-bold);
	font-size: 18px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.brans__sorting .anchor__block a:hover {
	color: var(--blue-new)
}

.brands__search input {
	height: 50px;
	max-width: 470px;
	width: 100%;
	background-color: #fff;
	padding: 0 18px;
	border: 1px solid transparent;
	color: #707890;
	font-family: var(--opensans-semibold);
	font-size: 14px;
	-webkit-transition: border .5s ease;
	-o-transition: border .5s ease;
	transition: border .5s ease
}

.brands__search input:focus,
.brands__search input:hover {
	border: 1px solid var(--blue-new)
}

.brands__body {
	margin-bottom: 15px
}

.brands__body h2 {
	color: #000;
	font-family: var(--opensans-bold);
	font-size: 20px;
	border-bottom: 1px solid #e0e1e7;
	width: 100%;
	padding-bottom: 14px;
	margin-bottom: 17px
}

.brands__body .brands__block {
	text-align: center;
	border: 2px solid #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.brands__block .block__image {
	overflow: hidden;
	width: 100%;
	height: 215px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.brands__block .block__image img {
	margin: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
	transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
	-o-transition: transform .5s ease, filter .5s ease;
	transition: transform .5s ease, filter .5s ease;
	transition: transform .5s ease, filter .5s ease, -webkit-transform .5s ease, -webkit-filter .5s ease
}

.brands__body .brands__block:hover .block__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.brands__body .brands__block a {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 15px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.brands__body .brands__block:hover a {
	color: var(--blue-new)
}

.footer__border {
	border-top: 1px solid var(--filter-bg)
}

.footer-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	padding-top: 37px;
	padding-bottom: 25px
}

.footer__copyright {
  text-align: center;
  padding: 20px 0 0;
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 400;
	margin-top: 20px;
  border-top: 1px solid #f5f5f5;
}

.footer-top__main {
	margin-bottom: 20px
}

.footer-top__main .footer-top__main-logotip {
	margin-bottom: 20px
}

.footer-top__main .footer-top__main-description {
	margin-bottom: 31px
}

.footer-top__main .footer-top__main-description p {
	color: #535353;
	font-size: 14px;
	letter-spacing: .13px;
	line-height: 21px;
	width: 80%
}

.footer-top__main-link h3,
.footer-top__main-link .h3_style {
	display: block;
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	line-height: 31px;
	margin-bottom: 14px
}

.footer img {
	height: auto;
}

.link__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.info__item .link__block {
	margin-top: 10px
}

.mobile__menu .mobile__languages {
	border-bottom: 2px solid #ededed;
}

.mobile__menu .mobile__phone {
	border-top: none;
	margin-bottom: 50px;
}

.footer-top__main-link a {
	width: 30px;
	height: 30px;
	background-color: #e1e1e3;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;


	margin-right: 18px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

.info__item .link__block a {
	width: 30px;
	height: 30px;
	background-color: #e1e1e3;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 14px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

.footer-top__main-link a:hover,
.info__item .link__block a:hover {
	background-color: var(--blue-new)
}

.footer-top__main-link a>.fas,
.info__item .link__block a>.fas {
	width: 18px;
	height: 18px
}

.footer-top__main-link noindex {
	margin-right: 11px
}

.footer-top__main-link noindex:last-child {
	margin-right: 0
}

.footer-top__main-link a:last-child {
	margin-right: 0
}

.footer-top__menu {
	width: 750px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.footer-top__menu-block h3,
.footer-top__menu-block .h3_style {
	display: block;
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	margin-bottom: 20px
}

.footer-top__menu-block ul {
	margin-bottom: 20px
}

.footer-top__menu-block ul li {
	margin-bottom: 10px
}

.footer-top__menu-block ul li:last-child {
	margin-bottom: 0
}

.footer-top__menu-block ul li a {
	color: #4e4e4e;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.footer-top__menu-block ul li a:hover {
	color: var(--blue-new)
}

.footer-top__contacts {
	width: 274px;
	margin-bottom: 20px
}

.footer-top__contacts-block h3,
.footer-top__contacts-block .h3_style {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 17px;
	margin-bottom: 20px
}

.footer-top__contacts-block a {
	color: #646464;
	display: block;
	margin-bottom: 10px;
	font-family: var(--opensans-semibold);
	font-size: 15px;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out
}

.footer-top__contacts-block a:last-child {
	margin-bottom: 0
}

.footer-top__contacts-block a:hover {
	color: var(--blue-new)
}

.footer__adress {
	margin-top: 15px
}

.footer__adress p {
	color: #646464;
	font-family: var(--opensans-semibold);
	font-size: 15px
}

.footer-bottom {
	width: 100%;
	height: 52px;
	background-color: #f1f2f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer-bottom p {
	color: var(--fcolor);
	font-size: 15px;
	font-weight: 400
}

.page__arrow {
	display: none
}

.arrow__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 50;
	background-color: rgba(241, 242, 247, .8);
	cursor: pointer;
	color: var(--blue-new);
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.arrow__top:focus,
.arrow__top:hover {
	color: var(--blue-new)
}

.footer__mobile-control {
	cursor: pointer
}

.footer__mobile-control span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.footer__mobile-control span.active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.footer-top__contacts-block span,
.footer__mobile-control span {
	display: none
}

.footer__adress p>span {
	display: block
}

.top-header__info>.top-header__info-language {
	width: 81px
}

.top-header__info-language .dropdown-toggle::after {
	content: none
}

.top-header__info-language .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dropdown-language__block {
	position: absolute;
	top: -1000px;
	right: 0;
	z-index: 25;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: auto;
	margin: 0;
	border-radius: 0;
	border: 0;
	padding: 0
}

.top-header__info-language .current-language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top-header__info-language .dropdown-inner__language {
	margin-top: 31px;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.top-header__info-language:hover p {
	cursor: pointer;
	color: var(--blue-new)
}

.top-header__info-language:hover .fa-chevron-down {
	cursor: pointer;
	color: var(--blue-new)
}

.dropdown-inner__language .fa-chevron-up {
	cursor: pointer;
	color: var(--blue-new);
	width: 11px;
	height: 12px
}

.top-header__info-language .language-item .btn {
	font-size: 13px;
	padding: 0;
	color: #3d3d3d;
	font-family: var(--opensans-bold);
	margin-bottom: 11px;
	margin-left: auto;
	margin-right: auto;
	width: auto
}

.top-header__info-language .language-item .btn:hover {
	color: var(--blue-new);
	text-decoration: none
}

.article__block .description {
	margin: 0;
	color: #363636;
	opacity: .5;
	line-height: 1.4
}

.article__thumb .description {
	margin-bottom: 20px
}

.article__thumb {
	background: var(--blue-new);
	border: 0
}

.article__thumb img {
	max-width: 115px
}

.article__thumb .article__image {
	position: relative
}

.article__thumb .article__image h3 {
	height: auto
}

.article__thumb .article__image h3 a {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.article__thumb:hover .article__image h3 a {
	color: #fff
}

.article__thumb .article__image a.link-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 35px 0 25px 0
}

.article__thumb .article__info {
	border: 0;
	text-align: center
}

.article__thumb p,
.article__thumb span {
	color: #fff;
	opacity: .5
}

.article__thumb .btn-all {
	padding: 12px 33px;
	font-size: 16px;
	font-weight: 700;
	background: #fff;
	border: 1px solid var(--blue-new);
	border-radius: 0;
	color: var(--blue-new);
	cursor: pointer
}

.article__thumb .btn-all:hover {
	border: 1px solid #fff;
	color: #fff;
	background: 0 0
}

.article__thumb .article__info p {
	color: #fff
}

.article__thumb .article__image {
	padding-bottom: 44%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.article__thumb .article__image_inner {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.article__thumb .article__image img {
	max-width: initial;
	width: 25%
}

.category-separator {
	border-bottom: 1px solid var(--gaccent);
	height: 1px;
	width: 100%;
	margin: 0 15px;
	margin-bottom: 30px
}

.category-blog-content .row:last-child .category-separator {
	display: none
}

.page__article .block__title {
	min-height: 56px;
	border-top: 1px solid var(--gaccent);
	border-bottom: 1px solid var(--gaccent);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	margin-top: 18px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

/* .page__article .image__article {
	display: none
} */

.popular__article_v .popular__info_v a,
.popular__article_v h2 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
	color: #363636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.popular__article_v .popular__info_v a {
	text-decoration: underline;
	line-height: 1.5
}

.popular__article_v a:hover {
	color: var(--blue-new)
}

.popular__image_v {
	margin-bottom: 20px
}

.col-top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tab-pane {
	display: none
}

.tab-pane.active {
	display: block
}

.categoty__block-top__menu li a {
	padding: 18px 0
}

.categoty__block-top__menu .nav-tabs {
	border-bottom: 0
}

.module-categories {
	border: 1px solid #f5f5f5;
	margin-bottom: 15px
}

.module-categories a {
	color: #1f1f1f;
	font-family: var(--opensans-bold);
	font-size: 15px;
	line-height: 1.4
}

.module-categories a.active,
.module-categories a:hover {
	color: #fff;
	background-color: var(--blue-new)
}

.module-categories .sub-category {
	margin-left: 0;
	padding-left: 35px;
	font-size: 14px
}

.module-categories .list-group-item:first-child,
.module-categories .list-group-item:last-child {
	border-radius: 0
}

.module-categories .list-group-item {
	margin-bottom: 0;
	border: 0
}

.module-categories .separator {
	border-bottom: 1px solid #f5f5f5;
	margin: 0 20px
}

.module-categories .separator:last-child {
	display: none
}

.module-categories-title {
	display: none
}

.information__description p {
	margin-bottom: 15px
}

.article__description b,
.article__description strong,
.information__description b,
.information__description strong {
	font-weight: 700
}

.cart__bottom-button.not-can-buy a,
.cart__bottom-button.not-can-buy a:hover {
	background-color: #9599a8;
	cursor: default
}

.cart__message {
	display: none;
	width: 100%;
	color: #ff3e3e;
	font-weight: 700
}

.cart__message.show {
	display: flex
}

.remodal__error-cart .remodal-close {
	left: initial;
	right: 0
}

.modal__error-cart-info {
	width: 100%;
	color: #ff3e3e;
	font-weight: 700
}

.cart__tool .not-can-buy {
	display: none
}

.text-low-total {
	font-size: 16px;
	text-align: center;
	font-weight: 700
}

@media(max-width:1700px) {
	.article__thumb .article__image a.link-image {
		padding: 30px 0 20px 0
	}

	.top-header__menu ul li {
		margin-right: 12px
	}
}

@media(max-width:1600px) {
	.product__body-block {
		padding: 18px 25px 18px 25px
	}

	.product__body-reviews {
		margin-bottom: 5px
	}
}

@media (min-width:992px) and (max-width:1480px) {
	.product-list .product__body-img {
		height: auto
	}
}

@media(max-width:1480px) {
	.product__body-img {
		height: 240px;
		background-size: 70%
	}

	.product-list .product__body-img {
		max-width: 309px
	}

	.automatic__sticker .bestseller__sticker,
	.automatic__sticker .popular__sticker,
	.handle__sticker .bestseller__sticker,
	.handle__sticker .inner__sticker,
	.handle__sticker .popular__sticker {
		font-size: 12px;
		padding: 10px 10px
	}

	.automatic__sticker,
	.handle__sticker {
		top: 10px;
		left: 10px
	}

	.product-list .body__options {
		min-height: 60px
	}

	.product__body-button button {
		height: 55px
	}

	.automatic__sticker .latest__sticker,
	.handle__sticker .latest__sticker {
		padding: 10px 15px;
		font-size: 14px
	}

	.product__body-compare button,
	.product__body-wishlist button {
		width: 30px;
		height: 30px
	}

	.product__body-compare button .fa-exchange-alt,
	.product__body-wishlist button .fa-heart {
		width: 13px;
		height: 13px
	}

	.product__body-wishlist button {
		top: 10px;
		right: 10px
	}

	.product__body-compare button {
		top: 50px;
		right: 10px
	}

	.related__product .product__body-img {
		background-size: 60%
	}

	.incompare {
		top: 55px !important
	}

	.product__bodys .product__button .buy__tocart {
		width: 48%
	}

	.product__wrap .product__images {
		height: 500px
	}

	.product__wrap .thumbnails img {
		max-width: 80%;
		margin: 0 auto
	}

	#typeaccount .account__head,
	.buy__page .panel__body,
	.buy__page .panel__heading {
		padding: 40px 30px 40px 30px
	}
}

@media (max-width:1414px) {
	.top-header>div:first-child {
		max-width: 151px
	}
}

@media (min-width:1376px) and (max-width:1414px) {
	.top-header .top-header__info-user {
		width: 200px
	}
}

@media(max-width:1400px) {
	#typeaccount .account__head h3 {
		margin-right: 20px
	}

	.account__head .new__account {
		margin-right: 20px
	}

	.col-top-menu {
		padding: 0
	}

	.top-header__menu ul li a {
		font-size: 12px
	}

	.bottom-header__tools-compare,
	.bottom-header__tools-wishlist,
	.bottom-header__toolscart,
	.header-search .header-search__button,
	.header-search .header-search__field,
	.header__menu-button {
		height: 55px
	}

	.header-search .header-search__field {
		padding: 25px 30px
	}

	.header__menu-button {
		padding: 0 8px
	}

	.header__menu-button .title__menu {
		font-size: 12px
	}

	.custom-banner__block {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center
	}

	.custom-banner__block h2,
	.custom-banner__block .h2_style {
		width: 100%
	}

	.custom-banner__block a {
		margin-right: auto;
		margin-left: auto
	}

	.dropdown__menu {
		top: 55px
	}
}

@media(min-width:1400px) {
	.common-home .categoty__block .slick-slide img {
		height: 200px
	}
}

@media(min-width:991px) and (max-width:1330px) {
	#footer .footer-top .row>div:nth-child(4) {
		max-width: 21%
	}
}

@media (min-width:1316px) and (max-width:1375px) {
	.top-header .top-header__info-user {
		width: 195px
	}

	.top-header .top-header__info-language {
		width: 55px
	}

	.top-header .top-header__info-language form>.current-language p {
		padding-left: 0
	}
}

@media (min-width:1200px) and (max-width:1315px) {
	.top-header__info>div:first-child {
		padding-right: 0
	}

	.top-header__info .top-header__info-user {
		width: 195px
	}

	.top-header__info>.top-header__info-language {
		width: 57px
	}

	.top-header__info>.top-header__info-phone {
		width: 269px
	}
}

@media (max-width:1294px) {
	.top-header__info .top-header__info-user {
		width: 166px
	}

	.body__options-block .body__options-block__title {
		font-size: 12px
	}

	.product-layout.product-list.product__list .products .product__body-img {
		width: 40%
	}

	.nav__menu li a {
		padding: 9px 10px
	}

	.article__thumb .article__image h3 a {
		padding: 0
	}

	.article__block .article__info {
		padding: 20px 20px 30px 20px
	}

	.article__thumb .article__image a.link-image {
		padding: 25px 0 15px 0
	}

	.col-header-info {
		padding-left: 0;
		padding-right: 0
	}

	.top-header__info>div {
		width: 185px
	}

	.top-header__info>div.top-header__info-phone p {
		font-size: 14px
	}

	.top-header__info>div p {
		padding: 0 4px;
		font-size: 11px
	}

	.top-header__info>.top-header__info-language {
		width: 65px
	}

	.dropdown-phone__block {
		right: -36px
	}

	.dropdown-info__block {
		right: -20px
	}

	.top-header__info>div:first-child {
		padding-right: 5px
	}

	.module-categories .sub-category {
		padding: 10px;
		padding-left: 25px
	}

	.nav__menu li a {
		line-height: 24px;
		font-size: 13px
	}

	.category__block-bottom__body h3,
	.category__block-bottom__body .h3_style {
		display: inline-block;
		font-size: 17px;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.category__block-bottom__body a {
		height: 50px
	}

	.category__block-bottom__body img {
		max-width: 80%
	}

	.category__block-bottom__body {
		height: 360px
	}

	.category__block-bottom__body h3,
	.category__block-bottom__body .h3_style {
		width: 100%;
		white-space: break-spaces
	}

	#typeaccount .account__head,
	.buy__page .panel__body,
	.buy__page .panel__heading {
		padding: 20px
	}

	#typeaccount .account__head {
		flex-direction: column;
		align-items: flex-start
	}

	#typeaccount .account__head h3,
	.account__head .new__account {
		margin-bottom: 15px
	}
}

@media (min-width:993px) and (max-width:1199px) {
	.top-header__info>.top-header__info-language {
		width: 50px
	}

	.top-header__info>.top-header__info-phone {
		width: 258px
	}
}

@media(min-width:992px) and (max-width:1280px) {
	.product__wrap .thumbnail__block {
		max-width: 80%
	}
}

@media (max-width:1065px) {
	.product__bodys .product__tools .tools__count {
		margin-right: 5px
	}

	.top-header__menu ul li {
		margin-right: 10px
	}

	.top-header__menu ul li a {
		font-size: 12px
	}

	.top-header__info>div:first-child {
		padding-right: 0
	}

	.nav__menu li a {
		font-size: 13px
	}

	.categoty__block-top__menu {
		margin-right: 20%
	}

	.article__thumb .article__image img {
		width: 23%
	}
}

@media (max-width:1000px) {
	.product__wrap .thumbnails {
		max-width: 100%
	}

	.product__wrap .product__images {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.product__wrap .navigation__thumb {
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 15px
	}

	.product__wrap .product__images {
		max-height: initial
	}

	button.slick-prev.garrow__prev.slick-arrow {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: auto;
		background: 0 0;
		top: 50%
	}

	button.slick-next.garrow__next.slick-arrow {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: auto;
		background: 0 0;
		bottom: 0;
		right: 0;
		left: initial;
		top: 50%
	}

	.product__wrap .navigation__thumb {
		margin-right: 0
	}

	.product__wrap .navigation__thumb .image,
	.product__wrap .navigation__thumb .image__additional {
		padding-bottom: 0;
		margin: 0 10px
	}

	.navigation__thumb .slick-next::before,
	.navigation__thumb .slick-prev::before {
		opacity: 1;
		color: var(--blue-new);
		font-size: 25px;
		font-family: 'Font Awesome\5 Free';
		font-weight: 900
	}

	.navigation__thumb .slick-next::before {
		content: "\f054"
	}

	.navigation__thumb .slick-prev::before {
		content: "\f053"
	}

	.body__options {
		height: auto
	}
}

@media (max-width:992px) {
	.product-layout.product-list.product__list .products {
		display: block
	}

	.product-layout.product-list.product__list .products .product__body-img {
		width: auto
	}

	.product-layout.product-list.product__list .products .product__body-block {
		padding: 18px 31px 33px 31px
	}

	.account__form .form__group input[type=date],
	.account__form .form__group input[type=email],
	.account__form .form__group input[type=password],
	.account__form .form__group input[type=search],
	.account__form .form__group input[type=tel],
	.account__form .form__group input[type=text],
	.account__form .form__group input[type=url],
	.account__form .form__group select,
	.account__form .form__group textarea,
	.account__form .form__input input {
		max-width: 100%
	}

	.wishlist__info {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.wishlist__controlls {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.address__controll,
	.wishlist__info .wishlist__item:nth-child(1),
	.wishlist__info .wishlist__item:nth-child(2),
	.wishlist__info .wishlist__item:nth-child(3),
	.wishlist__info .wishlist__item:nth-child(4),
	.wishlist__info .wishlist__item:nth-child(5) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.wishlist__info .wishlist__item:nth-child(2),
	.wishlist__info .wishlist__item:nth-child(3),
	.wishlist__info .wishlist__item:nth-child(4),
	.wishlist__info .wishlist__item:nth-child(5) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.wishlist__info .wishlist__item .item__text {
		text-align: right
	}

	.wishlist__info .wishlist__item:nth-child(1) img {
		width: 100%
	}

	.wishlist__controlls a:first-child {
		height: 60px
	}

	.wishlist__controlls a:last-child {
		height: 40px
	}

	.address__info,
	.order__middle .left__block .item__block,
	.order__middle .right__block .item__block,
	.order__product .product__bodys .item__block:nth-child(1),
	.order__product .product__bodys .item__block:nth-child(2),
	.order__product .product__bodys .item__block:nth-child(3),
	.order__product .product__bodys .item__block:nth-child(4),
	.order__product .product__bodys .item__block:nth-child(5),
	.order__product .product__bodys .product__info,
	.order__top .block__info .block__item,
	.product__count .count__block .count__item,
	.return__block .return__info,
	.return__block .return__item,
	.return__orders .left__orders,
	.return__orders .right__orders,
	.return__products .items__block .item__product {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.order__product .product__bodys .product__controlls {
		height: 100px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.order__info .order__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		border-right: none
	}

	.order__controlls,
	.return__block .return__controlls {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		height: 60px
	}

	.bottom-header,
	.top-header {
		display: none
	}

	.header {
		margin-bottom: 0
	}

	.categoty__block {
		margin: 30px 0
	}

	.mobile__header {
		display: block
	}

	.input-select {
		width: 100%
	}

	.address__info {
		padding: 15px 0
	}

	.address__info .address__item {
		height: auto;
		max-width: 100%;
		border-right: none
	}

	.article__description {
		padding-bottom: 20px;
		border-bottom: 1px solid var(--gaccent)
	}

	#popular-article-v {
		padding-top: 30px;
		overflow: hidden
	}

	.article__description table {
		display: inline-block;
		overflow: auto;
		max-width: 100%
	}

	.popular__article_title_v {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px
	}

	.popular__article_title_v h2 {
		margin: 0
	}

	.article-item.popular__article_v {
		padding: 0 15px
	}

	.popular__article_v .slick-list {
		margin: 0 -15px
	}

	.mobile__tools {
		min-width: 130px
	}

	.mobile__languages {
		padding: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.mobile__languages #show-language {
		display: none
	}

	.mobile__languages .current-language {
		color: var(--blue-new);
		font-weight: 700
	}

	.mobile__languages #form-language {
		position: relative;
		width: 80px
	}

	.mobile__languages .current-language {
		display: none
	}

	.mobile__languages .dropdown-language__block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-shadow: none;
		box-shadow: none;
		top: 0 !important
	}

	.mobile__languages .language-select {
		padding: 0;
		height: 100%;
		color: #3d3d3d;
		font-family: var(--opensans-bold);
		font-size: 16px
	}

	.mobile__languages .language-select:hover {
		color: var(--blue-new);
		text-decoration: none
	}

	.mobile__languages .language-item {
		margin-right: 15px
	}

	.mobile__header>.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.categoty__block-top__arrows {
		margin-bottom: 9px
	}

	.mobile__tools div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.module-categories-title {
		width: 100%;
		height: 40px;
		border-radius: 21px;
		background-color: #f1f2f7;
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		-webkit-box-pack: justify;
		justify-content: space-between;
		position: relative;
		cursor: pointer;
		padding: 0 5%;
		color: #707890;
		font-family: var(--opensans-bold);
		font-size: 14px;
		-webkit-transition: color .1s ease;
		-o-transition: color .1s ease;
		transition: color .1s ease;
		margin-bottom: 15px
	}

	.module-categories-title span {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transition: -webkit-transform .5s ease;
		transition: -webkit-transform .5s ease;
		-o-transition: transform .5s ease;
		transition: transform .5s ease;
		transition: transform .5s ease, -webkit-transform .5s ease
	}

	.module-categories-title span.active {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	.module-categories {
		display: none;
		margin-top: 16px
	}

	.module-categories .sub-category {
		padding-left: 30px
	}

	.cart__tool a,
	.cart__tool.can-buy .not-can-buy {
		display: none
	}

	.cart__tool .not-can-buy,
	.cart__tool.can-buy a {
		display: block
	}

	.header-search .header-search__button,
	.header-search .header-search__field {
		height: 45px
	}

	.header-search .header-search__field {
		padding: 0 20px
	}

	.checkout__title {
		margin-bottom: 12px
	}

	.buy__page .table__title {
		height: 45px;
		padding: 15px 38px
	}

	#typeaccount .account__head {
		display: flex;
		flex-direction: column;
		align-items: flex-start
	}

	#typeaccount .account__head h3 {
		margin-bottom: 20px
	}

	.product__wrap .navigation__thumb .image,
	.product__wrap .navigation__thumb .image__additional {
		height: 70px;
		min-width: 70px
	}

	.product__wrap .navigation__thumb .image img,
	.product__wrap .navigation__thumb .image__additional img {
		max-width: 50px
	}

	.navigation__thumb .slick-track {
		margin-left: -15px;
		margin-right: -15px;
		width: 100% !important;
	}

	.product__bodys .product__button {
		flex-direction: column;
		align-items: flex-start
	}

	.product__bodys .product__button .buy__oneclick,
	.product__bodys .product__button .buy__tocart {
		width: 100%
	}

	.product__bodys .product__button .buy__tocart {
		margin-bottom: 15px
	}

	.mobile__header #logo img {
		margin: auto auto 0 0;
		max-width: 50px
	}
}

@media (min-width:421px) and (max-width:541px) {
	.subscribes__filed {
		align-items: normal
	}
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (max-width:992px) {
	.rev__cont {
		padding-top: 0;
		margin: 0 -20px
	}

	.container {
		padding-right: 20px;
		padding-left: 20px
	}

	.custom-banner__block h2,
	.custom-banner__block .h2_style {
		font-size: 18px;
		line-height: 23px
	}

	.custom-banner__block a {
		height: 45px
	}

	.category__grid {
		display: none
	}

	.mobile__filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	#ocfilter {
		display: none
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: var(--current-grid);
		padding-left: 90px;
		padding-right: 90px
	}
}

@media (max-width:540px) {
	body {
		background-size: contain
	}

	.subscribes__left .fa-envelope {
		display: none
	}

	.subscribes {
		padding: 30px 0 20px 0
	}

	.subscribes__left h3,
	.subscribes__left .h3_style {
		text-align: center;
		font-size: 17px
	}

	.subscribes__button {
		width: 164px;
		height: 48px
	}

	.subscribes__input {
		height: 48px;
		margin-bottom: 20px
	}

	.subscribes__input::placeholder {
		font-size: 10px;
		text-align: center
	}

	.custom-banner__block {
		height: 240px
	}
}

@media (max-width:894px) {
	.product__bodys .product__tools .tools__list {
		margin: 10px 0
	}
}

@media (max-width:770px) {
	.product__button.flex__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product__bodys .product__info .info-bg,
	.product__wrap .product__images {
		margin-bottom: 15px
	}

	.product__ctabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 0
	}

	.product__ctabs .tabs__links .tablinks {
		width: 100%;
		margin-right: 0
	}

	/* .product__wrap .thumbnail__block {
		background-color: #efeff1
	} */

	.thumbnails .image img {
		margin: 0 auto
	}

	.tab__block #reviews .reviews__form {
		max-width: auto;
		width: 100%
	}

	.tab__block #reviews .reviews__form .review__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.tab__block #reviews .reviews__form .review__group {
		width: 100%
	}

	.tab__block #reviews .reviews__form .review__bottom {
		margin-top: 15px
	}

	.tab__block #reviews .button__review {
		margin: 0 auto
	}

	.subscribes__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.subscribes__left {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%
	}

	.subscribes__right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		margin-top: 15px
	}

	.categoty__block-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.page__article .block__artilce {
		width: 100%
	}

	.category__grid {
		display: none
	}

	.register__body .register__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.register__body form .form__group {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%
	}

	.input__block .required__symbol {
		display: none !important
	}

	.categoty__block-top__title h2 {
		margin-bottom: 20px
	}

	.brainlab__alert .alert__check,
	.brainlab__alert .fa-check-circle,
	.brainlab__alert .fa-exclamation-circle {
		display: none
	}

	.brainlab__alert {
		padding: 15px
	}

	.brainlab__alert button {
		margin: 10px auto 0;
		width: 30px;
		height: 30px
	}

	.product__body-button button span {
		line-height: 20px
	}

	#ocfilter {
		display: none
	}

	.product__wrap .thumbnail__block {
		max-width: 100%;
		width: 100%;
	}

	.product__body-button button {
		height: 55px
	}
}

@media (max-width:768px) {
	.ocf-option-values .price__form .form-inline .form-group {
		margin-left: 0;
		margin-right: 0
	}

	#ocfilter .popover {
		left: 0 !important
	}

	.article__thumb .article__image {
		padding: 0
	}

	.article__thumb .article__image_inner {
		position: relative
	}

	.article__thumb .article__image img {
		width: 19%
	}

	.article__thumb .article__image a.link-image {
		padding: 20px 0 20px 0
	}

	.article__thumb .article__image h3 a {
		font-size: 20px
	}

	.article__block .article__info {
		padding: 20px 20px 20px 20px
	}

	.tmdqc-tmdcheckout .success__title {
		height: auto;
		padding: 20px
	}

	.tmdqc-tmdcheckout .success__title h1 {
		font-size: 14px
	}

	.brainlab__alert {
		position: relative;
		font-size: 14px;
		line-height: 19px
	}

	.brainlab__alert button {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 10px;
		right: 10px;
		margin: 0
	}

	.product__wrap .product__images {
		height: auto
	}

	.product__wrap .navigation__thumb {
		height: auto
	}

	.tmdcart__img {
		width: 85px;
		height: 70px
	}

	.tmdcart__body .column__img {
		max-width: 85px;
		width: 85px
	}

	.tmdcart__body .tmdcart__info {
		padding: 10px 15px
	}

	.tmdcart__body .tmdcart__info a {
		font-size: 14px;
		line-height: 18px
	}

	.tmdcart__body .tdmcart__quantity {
		width: 100px
	}

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

	.tmdcart__body .column__total {
		font-size: 18px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center
	}

	.table__tmdcart .tmdcart__head {
		display: none
	}

	#quick-checkout #tmd_cart table tr {
		display: flex;
		flex-wrap: wrap;
		position: relative
	}

	.table__tmdcart .tmdcart__body td.column__name {
		align-items: flex-start
	}

	.tmdcart__body .column__name {
		width: 80%;
		min-width: 80%
	}

	.tmdcart__body .tmdcart__info {
		padding: 0
	}

	.tmdcart__body .tmdcart__info .tmdcart__model {
		font-size: 13px;
		margin-bottom: 15px
	}

	.tmdcart__body .tmdcart__info a {
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 0
	}

	.tmdcart__body .tmdcart__info small {
		font-size: 12px
	}

	.tmdcart__body .column__quantity,
	.tmdcart__body .column__total {
		margin-top: 20px
	}

	.tmdcart__body .column__total {
		display: flex;
		align-items: center;
		margin-left: 20px
	}

	.tmdcart__body .column__quantity,
	.tmdcart__body .column__total {
		margin-top: 10px
	}

	.tmdcart__body .column__delete {
		position: absolute;
		right: 0;
		top: 0
	}

	.tmdcart__body .tmdcart__delete .delete__button {
		width: auto
	}

	.tmdcart__body .tmdcart__delete .delete__title {
		display: none
	}

	#quick-checkout #tmd_cart table tr th {
		width: 100%
	}

	.table__tmdcart thead {
		margin-bottom: 20px
	}

	.tmdcart__body .empty__table {
		margin: 20px 0;
		height: 1px
	}

	.column__quantity {
		margin-left: 85px
	}

	.tmdcart__body .tdmcart__quantity {
		height: 40px
	}

	.tmdcart__body .tdmcart__quantity span svg {
		width: 8px
	}

	.tmdcart__body .tdmcart__quantity .form__quantity {
		font-size: 12px
	}

	.tmdcart__img img {
		max-width: 70px
	}

	.articles__panel,
	.related__panel,
	.viewed__panel {
		flex-direction: column
	}

	.articles__panel h3,
	.related__panel h3,
	.viewed__panel h3 {
		margin-bottom: 20px
	}

	.articles__panel .articles__control,
	.related__panel .related__control,
	.viewed__panel .viewed__control {
		align-self: flex-end;
		margin-bottom: 9px
	}

	.category__limit {
		display: none
	}
}

@media (max-width:576px) {

	.footer-top__menu-block ul,
	.mobile__footer-contacts {
		display: none
	}

	.footer-top__main .footer-top__main-description p {
		width: 100%
	}

	.footer-top__contacts-block h3,
	.footer-top__contacts-block .h3_style,
	.footer-top__menu-block .h3_style {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0
	}

	.footer-top__contacts-block span,
	.footer__mobile-control span {
		display: block
	}

	.footer-top__contacts-block,
	.footer-top__menu-block {
		padding: 20px 0;
		border-bottom: 1px solid #e5e5e5
	}

	.footer-top__menu-block.top__menu-first {
		border-top: 1px solid #e5e5e5
	}

	.footer-top__menu-block:last-child {
		border-bottom: 1px solid #e5e5e5
	}

	.footer-top {
		padding-bottom: 10px;
		padding-top: 30px
	}

	.footer-top__menu-block ul,
	.mobile__footer-contacts.footer_menu4 {
		margin-top: 20px
	}

	.footer__mobile-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.contact__form form .form__group {
		width: 90%
	}

	.description__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.description__body .description__thumb {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin: 0 auto 20px
	}

	.description__body .description__text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.reward__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.address__info .address__item,
	.reward__block .reward__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.account__block .block__title {
		padding: 29px 20px
	}

	.account__form {
		padding: 30px 20px 50px
	}

	.footer-top .container .row div:nth-child(1) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.footer-top__main {
		margin-top: 29px
	}

	.body__options,
	.product__body-reviews__title {
		display: none
	}

	.product__body-price__price .price-new {
		font-size: 15px
	}

	.product__body-price__price .price-old {
		font-size: 11px
	}

	.product__body-reviews {
		margin-top: 5px
	}

	.category__block-bottom__body a {
		display: none
	}

	.category__block-bottom__body {
		height: auto
	}

	.category__block-bottom__body h3,
	.category__block-bottom__body .h3_style {
		margin-bottom: 0
	}

	.category__block-bottom__body {
		padding-left: 10px;
		padding-right: 10px
	}

	.category__block-bottom {
		min-height: auto
	}

	.answer__block,
	.reviews__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.answer__block .answer__top,
	.reviews__item .review__author {
		padding: 40px 20px 0 20px
	}

	.answer__block .answer__text,
	.reviews__item .review__body {
		padding: 40px 20px 40px 20px
	}

	.tab__block {
		margin: 0
	}

	.info__modal h2 {
		padding: 29px 60px 8px 20px;
		font-size: 18px
	}

	.info__modal .remodal__text .jspContainer,
	.info__modal .remodal__text .jspPane {
		padding: 29px 60px 29px 20px !important
	}

	#typeaccount .account__head,
	.buy__page .panel__body,
	.buy__page .panel__heading {
		padding: 20px
	}

	.confirmation__details .details__item .details__text {
		font-size: 16px
	}

	.coupon__block .form__coupon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.coupon__block .form__coupon .button__coupon {
		margin-bottom: 10px
	}

	.category__block-bottom__body {
		height: auto;
		min-height: 220px;
	}

	#custom-banner .custom-banner_name {
		margin-bottom: 30px;
	}

	.category__block-bottom__body a:focus {
		background-color: transparent;
		border: 3px solid #4f3fc4;
		color: inherit;
	}

	.category__block-bottom__body .hidden__link {
		display: block;
		border: none !important
	}

	.product__tabs .h2_style {
		margin-bottom: 15px;
		margin-top: 40px;
	}

	/* .categoty__block-top__menu li a:after {
		bottom: 9px;
	} */

	.subscribes__left h3,
	.subscribes__left .h3_style {
		font-size: 18px;
	}

	.description__block h2 {
		font-size: 24px;
	}

	.mobile__menu {
		top: 68px;
	}

	.footer img {
		margin: auto;
	}

	.footer-top__contacts-block .h3_style:hover,
	.footer-top__menu-block .h3_style:hover,
	.footer-top__menu-block .h3_style:hover {
		cursor: pointer;
	}

	.mobile__header .col-4 {
		padding-left: 0;
	}

	.table__tmdcart .tmdcart__body td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.tmdcart__body .column__img {
		max-width: initial;
		width: auto
	}

	.tmdcart__body .tmdcart__delete,
	.tmdcart__img {
		margin: 0 auto
	}

	.tmdcart__body .column__name {
		width: 69%;
		min-width: 69%
	}

	.tmdcart__body .tmdcart__info {
		padding: 0;
		text-align: left
	}

	.category__block-bottom__body {
		padding: 20px 15px 20px
	}

	.category__block-bottom__body img {
		max-width: 60%
	}

	.category__block-bottom__body h3,
	.category__block-bottom__body .h3_style {
		font-size: 16px;
		margin-top: 20px
	}

	.articles__panel .articles__control button,
	.related__panel .related__control button,
	.viewed__panel .viewed__control button {
		width: 31px;
		height: 31px
	}

	.articles__panel .articles__control,
	.related__panel .related__control,
	.viewed__panel .viewed__control {
		margin-bottom: 0
	}

	.articles__panel .articles__control button svg,
	.related__panel .related__control button svg,
	.viewed__panel .viewed__control button svg {
		max-width: 6px
	}
}

@media (max-width:480px) {
	.product__bodys .product__button .buy__tocart {
		margin-bottom: 10px
	}

	.product__bodys .product__button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.product__bodys .product__button .buy__oneclick,
	.product__bodys .product__button .buy__tocart {
		width: 100%;
		margin-right: 0
	}

	.contact__info {
		width: 100%
	}

	.contact__info .info__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.order__middle .left__block,
	.order__middle .right__block {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.categoty__block-top__menu ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.ui-tabs .ui-tabs-nav li {
		width: 100%
	}

	.additional__top input {
		width: 100%
	}

	.select__input {
		width: 100%
	}

	.history__block .item__history {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.history__block .item__history .item__block {
		margin: 5px 0
	}

	.g-recaptcha>div {
		width: 280px !important
	}

	.g-recaptcha iframe {
		width: 100%
	}

	#popular-article-v {
		margin: 0
	}

	.categoty__block-top__menu li a {
		padding: 10px 0
	}

	.categoty__block-top__menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.categoty__block-top__menu {
		width: 100%;
		margin-right: auto;
		margin-bottom: 20px
	}

	.categoty__block-top__menu li {
		margin-right: 0;
		text-align: center
	}
}

@media (max-width:420px) {

	.articles__panel .articles__control,
	.related__panel .related__control,
	.viewed__panel .viewed__control {
		margin: 0
	}

	.tab__block #reviews .review__star label {
		width: 100%;
		margin-bottom: 10px
	}

	.subscribes__filed {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.subscribes__button {
		margin-top: 15px
	}

	.wishlist__info .wishlist__item:nth-child(2),
	.wishlist__info .wishlist__item:nth-child(3),
	.wishlist__info .wishlist__item:nth-child(4),
	.wishlist__info .wishlist__item:nth-child(5) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.wishlist__info .wishlist__item .item__text {
		text-align: center
	}

	.input__block .date {
		max-width: 80%
	}

	.mobile__tools .dropdown-language__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.text_slide-1 {
	font-size: 45px !important;
	color: #000;
	font-family: var(--opensans-semibold);
	line-height: 50px !important;
	text-transform: uppercase
}

.text_slide-1 span {
	font-family: "Open Sans ExtraBold"
}

.text_slide-2 span {
	color: #fff;
	font-family: 'Opensans Semibold', sans-serif;
	margin-bottom: 10px !important;
	font-size: 14px !important;
	line-height: 19px !important;
	display: block;
	position: relative;
	font-weight: 600
}

.text_slide-2 span:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #5c227f;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: -16px;
	top: 5px
}

@media (max-width:1439px) {
	.text_slide-1 {
		top: 100px !important;
		font-size: 35px !important;
		line-height: 40px !important
	}

	.tp-caption.accent2.tp-fade.tp-resizeme.start {
		top: 360px !important
	}
}

@media (max-width:1199px) {
	.text_slide-1 {
		top: 80px !important;
		font-size: 30px !important;
		line-height: 35px !important
	}

	.tp-caption.accent2.tp-fade.tp-resizeme.start {
		top: 300px !important
	}

	.tp-caption.accent2 {
		width: 200px !important;
		height: 50px !important
	}

	.text_slide-2 span {
		font-size: 12px !important;
		line-height: 17px !important
	}
}

@media (max-width:991px) {
	.text_slide-1 {
		top: 75px !important;
		font-size: 25px !important;
		line-height: 30px !important;
		left: 60px !important
	}

	.text_slide-2 {
		top: 180px !important
	}

	.text_slide-2 span {
		font-size: 12px !important;
		line-height: 17px !important
	}
}

@media (max-width:767px) {
	.text_slide-1 {
		top: 30px !important;
		font-size: 20px !important;
		line-height: 25px !important;
		left: 40px !important
	}

	.text_slide-1 b {
		font-size: 16px !important
	}

	.text_slide-2 {
		top: 125px !important
	}

	.text_slide-2 span {
		font-size: 12px !important;
		line-height: 17px !important
	}
}

@media (max-width:575px) {
	.text_slide-1 {
		top: 20px !important;
		font-size: 14px !important;
		line-height: 19px !important;
		left: 20px !important
	}

	.text_slide-1 b {
		font-size: 10px !important
	}

	.text_slide-2 {
		display: none
	}
}

.tp-caption {
	font-family: 'Opensans Semibold', sans-serif;
	color: #fff;
	font-weight: 400
}

.tp-caption b {
	font-family: 'Open Sans ExtraBold', sans-serif
}

.product__tabs {
	margin-bottom: 69px
}

.custom__banner {
	width: 100%;
	overflow: hidden
}

.lin__block {
	margin-top: 21px
}

.footer-top__menu-block.lin__block h3 {
	margin-bottom: 20px
}

.dropdown__mobile {
	display: none;
	width: 100%;
	height: 100%;
	border-top: 1px solid #ededed;
	padding: 10px 20px
}

.mobile__catalog .nav__menu li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.dropdown__arrow-mobile {
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 24px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.nav__mobile-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.dropdown__arrow-mobile.rotate__icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

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

.block__separator .separator__left,
.block__separator .separator__right {
	width: 50%
}

.sticky__timer {
	position: absolute;
	z-index: 999;
	bottom: 0;
	width: 100%;
	background-color: #fff
}

.sticky__timer .specials__timer {
	max-width: 100%
}

.specials__timer {
	max-width: 369px;
	width: 100%;
	height: 67px;
	border: 2px solid #243165
}

.specials__timer .timer {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px
}

.specials__timer .timer>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.specials__timer .timer>div span:first-child {
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 22px;
	color: #363636
}

.specials__timer .timer .timer__text {
	font-family: var(--opensans-semibold);
	font-weight: 600;
	font-size: 12px;
	color: #363636;
	opacity: .5;
	margin-top: 5px
}

.specials__timer .timer__separator {
	margin: 0 12px 21px;
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 22px;
	color: #363636
}

.timer__second .second__count {
	color: #243165 !important
}

.option__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 23px
}

.option__block {
	margin-right: 30px
}

.option__block label {
	font-family: var(--opensans-semibold);
	font-weight: 600;
	font-size: 13px;
	color: #707890;
	margin-right: 12px;
	margin-bottom: auto;
	margin-top: 14px
}

.option__wrap .option__block {
	max-width: 250px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.option__block .option__select {
	max-width: 200px;
	min-width: 200px;
	width: 100%;
	height: 40px;
	position: relative
}

.option__block .option__select.has-error {
	margin-bottom: 20px
}

.option__block select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid transparent;
	width: 100%;
	height: 100%;
	border-radius: 21px;
	padding: 0 18px;
	background-color: #f1f2f7;
	font-family: var(--opensans-bold);
	font-size: 14px;
	font-weight: 700;
	color: #707890;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.option__block .option__select::after {
	content: url(/image/catalog/icons/icon_selected_down.svg);
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.option__block select:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid var(--blue-new);
	background-color: #f1f2f7
}

.option__block select:hover {
	border: 2px solid var(--blue-new);
	background-color: #f1f2f7
}

.price__pds {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 23px
}

.price__pds .title__pds {
	font-family: var(--opensans-semibold);
	font-weight: 600;
	font-size: 13px;
	color: #707890;
	margin-right: 12px
}

.pds__select {
	position: relative;
	min-width: 150px;
	max-width: 250px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 21px;
	padding: 0 18px;
	background-color: #f1f2f7;
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 14px;
	color: #707890;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.pds__select::after {
	content: url(/image/catalog/icons/icon_selected_down.svg);
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.pds__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	width: 100%;
	display: none;
	padding: 14px 18px;
	background-color: #f1f2f7;
	border-radius: 21px;
	margin-top: 5px
}

.pds__dropdown .pds__options {
	display: block;
	margin-bottom: 12px;
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 14px;
	color: #707890;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.pds__dropdown .pds__options:last-child {
	margin-bottom: 0
}

.pds__dropdown .pds__options:hover {
	color: var(--blue-new)
}

.product__options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: self-start;
	-ms-flex-align: self-start;
	align-items: self-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.col__sets .owl-wrapper-outer {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.col__sets .owl-carousel {
	margin: 0 0 6%
}

.col__sets .setb1 input[type=checkbox] {
	display: none
}

.col__sets .open-options {
	display: none
}

.col__sets .sets .cell.ao {
	margin: 0 62px 0 62px
}

.col__sets .sets .set-product h4 {
	margin: 18px 0
}

.col__sets .sets .set-product h4 a {
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 15px;
	color: #363636;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.col__sets .sets .set-product h4 a:hover {
	color: var(--blue-new)
}

.col__sets .new_price {
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 25px;
	color: #243165;
	margin-bottom: 26px
}

.col__sets .economy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.col__sets .set-total.set-total-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.col__sets .economy_text {
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 20px;
	color: #243165;
	opacity: .8;
	margin-bottom: 12px
}

.col__sets .set-total.set-total-cell .new_summ {
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 18px;
	color: #243165;
	opacity: .8;
	margin-bottom: 36px
}

.buy__tocart-set {
	width: 369px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #243165;
	background-color: #243165;
	font-family: var(--opensans-bold);
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.buy__tocart-set .icon__click {
	margin-right: 14px
}

.buy__tocart-set:focus,
.buy__tocart-set:hover {
	background-color: #fff;
	color: #243165
}

.buy__tocart-set .icon__click svg path {
	fill: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.buy__tocart-set:focus .icon__click svg path,
.buy__tocart-set:hover .icon__click svg path {
	fill: #243165
}

.gift__title {
	text-transform: uppercase
}

.gift__price {
	max-width: 233px;
	margin-left: auto;
	text-align: center
}

.min__block {
	display: none;
	padding: 20px 0;
	color: #ff3e3e;
	font-family: var(--opensans-bold);
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px
}

.min__block.is__error {
	border: 2px solid #e74c3c
}

.description-style {
	line-height: 1.5;
	font-size: 14px
}

.description-style h1,
.description-style h2,
.description-style h3,
.description-style h4,
.description-style h5,
.description-style h6 {
	margin-bottom: 20px
}

.description-style ol,
.description-style p,
.description-style ul {
	color: #1f2024;
	font-size: 14px;
	margin-bottom: 20px
}

.description-style p {
	line-height: 1.5
}

.description-style ul {
	list-style: initial
}

.description-style ol {
	list-style: decimal
}

.description-style li {
	margin-bottom: 5px;
	line-height: 1.5
}

.article__description li:before {
	content: none
}

.article__description li {
	margin-bottom: 5px
}

.article__description ul {
	list-style: initial
}

.article__description li {
	padding-left: 0
}

#description h2,
#description h3,
#description h4,
#description h5,
#description h6 {
	margin-bottom: 20px !important
}

.description-style h1 {
	font-size: 60px
}

.description-style h2 {
	font-size: 45px
}

.description-style h3 {
	font-size: 30px
}

.description-style h4 {
	font-size: 22px
}

.description-style h5 {
	font-size: 18px
}

.description-style h6 {
	font-size: 16px
}

.footer-top {
	background-position: center;
	background-repeat: no-repeat
}

/* Banner top */
.top__banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 100;

	position: relative;
	color: #ffffff;
}

.top__banner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top__banner p {
	width: 100%;
}

.top__banner-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top__banner-description-mob {
	display: none;
}

@media(max-width:1500px) {
	.nav__menu li a {
		padding: 2px 31px;
		line-height: 47px
	}
}

@media (max-width:1450px) {
	.nav__menu li a {
		padding: 2.4px 31px;
		line-height: 44px
	}
}

@media (max-width:1400px) {
	.nav__menu li a {
		padding: 2.1px 31px;
		line-height: 42px
	}

	.description-style h1 {
		font-size: 40px
	}

	.description-style h2 {
		font-size: 28px
	}

	.description-style h3 {
		font-size: 25px
	}

	.description-style h4 {
		font-size: 20px
	}

	.description-style h5 {
		font-size: 16px
	}

	.description-style h6 {
		font-size: 14px
	}

	.ocf-option-values .price__form .form-group .filter__fromto {
		display: none !important
	}
}

@media (max-width:1350px) {
	.nav__menu li a {
		padding: 2.2px 31px;
		line-height: 40px;
		font-size: 14px
	}
}

@media (max-width:1300px) {
	.nav__menu li a {
		padding: 2.5px 10px;
		line-height: 38px;
		font-size: 14px
	}
}

@media (max-width:1250px) {
	.nav__menu li a {
		padding: 2.8px 10px;
		line-height: 36px;
		font-size: 14px
	}
}

@media (max-width:1200px) {
	.nav__menu li a {
		padding: 3.1px 10px;
		line-height: 24px;
		font-size: 13px
	}

	.ocf-option-values .price__form .form-inline input {
		width: 75px
	}
}

@media (max-width:1150px) {
	.nav__menu li a {
		padding: 3.2px 10px;
		line-height: 32px;
		font-size: 13px
	}
}

@media (max-width:1100px) {
	.nav__menu li a {
		padding: 3.3px 10px;
		line-height: 30px;
		font-size: 12px
	}
}

@media (max-width:1050px) {
	.nav__menu li a {
		padding: 2.5px 5px;
		line-height: 29px;
		font-size: 10px
	}
}

@media(max-width:992px) {
	.nav__menu li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.nav__menu li a {
		font-size: 12px
	}

	.col__sets .sets .cell.ao {
		margin: 0 32px 0 32px
	}

	.buy__tocart-set {
		width: 290px
	}

	.description-style h1 {
		font-size: 30px
	}

	.description-style h2 {
		font-size: 26px
	}

	.description-style h3 {
		font-size: 22px
	}

	.description-style h4 {
		font-size: 18px
	}

	.description-style h5 {
		font-size: 14px
	}

	.description-style h6 {
		font-size: 12px
	}

	.product__body-img {
		height: 240px;
		background-size: 70%
	}

	.product__body-block {
		padding: 15px
	}

	.product__body-title h2 a,
	.product__body-title .h2_style a {
		font-size: 14px
	}

	.product__body-reviews__rating .fa-star {
		width: 14px;
		height: 14px
	}

	.product__body-price__price {
		font-size: 20px
	}

	.product__body-button button {
		height: 50px
	}

	.automatic__sticker .popular__sticker,
	.handle__sticker .inner__sticker,
	.handle__sticker .popular__sticker {
		font-size: 14px;
		padding: 10px
	}

	.automatic__sticker,
	.handle__sticker {
		top: 10px;
		left: 10px
	}

	.product__body-wishlist button {
		top: 10px;
		right: 10px
	}

	.product__body-compare button,
	.product__body-wishlist button {
		width: 30px;
		height: 30px
	}

	.product__body-compare button .fa-exchange-alt,
	.product__body-wishlist button .fa-heart {
		width: 14px;
		height: 14px
	}

	.product__body-compare button {
		top: 53px;
		right: 10px
	}

	.ocf-option-name {
		font-size: 16px !important
	}

	.mobile__header {
		position: inherit
	}

	.header {
		position: relative
	}

	.header img {
		height: auto
	}

	.mobile__menu {
		top: 67px;
		left: 0;
		right: 0;
		height: calc(100vh - 74px);
		width: 100%;
		overflow-y: auto
	}

	.tmdcart__body .column__total {
		padding: 0 5px;
		text-align: center
	}

	.product__tabs {
		overflow: hidden
	}
}

@media(max-width:870px) {
	.block__separator {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.block__separator .separator__left,
	.block__separator .separator__right {
		width: 100%
	}

	.specials__timer {
		margin: 20px 0
	}
}

@media(max-width:767px) {
	.block__separator {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: space-between;
		-ms-flex-align: space-between;
		align-items: space-between
	}

	.block__separator .separator__left,
	.block__separator .separator__right {
		width: 50%
	}

	.specials__timer {
		margin: 0
	}

	.product__ctabs .tabs__button {
		margin-top: 15px
	}
}

@media(max-width:769px) {
	.buy__tocart-set {
		width: 100%
	}

	.product__body-img img {
		max-width: 70%;
	}
}

@media(max-width:576px) {
	.lin__block {
		margin-top: 0
	}

	.footer-top__menu-block.lin__block h3 {
		margin-bottom: 0
	}

	.description-style h1 {
		font-size: 22px
	}

	.description-style h2 {
		font-size: 20px
	}

	.description-style h3 {
		font-size: 17px
	}

	.description-style h4 {
		font-size: 14px
	}

	.description-style h5 {
		font-size: 12px
	}

	.description-style h6 {
		font-size: 11px
	}

	.footer-top__main-link {
		padding: 15px
	}

	.rev__cont .tp-revslider-mainul li .tp-caption .description {
		font-size: 16px !important;
		line-height: 24px !important
	}

	.categoty__block-top__arrows {
		margin-bottom: 0
	}

	.categoty__block-top__arrows .arrow__left,
	.categoty__block-top__arrows .arrow__right {
		width: 31px;
		height: 31px
	}

	.categoty__block-top__arrows .arrow__left img,
	.categoty__block-top__arrows .arrow__right img {
		max-width: 20%
	}

	.product__body-img {
		background-size: 40%
	}

	.block__title h1 {
		font-size: 18px;
	}
}

@media(max-width:767px) {
	.product__bodys .product__title h1 {
		font-size: 22px
	}

	.tab__block #description .title__description {
		font-size: 20px
	}

	.tab__block #description ol,
	.tab__block #description ul {
		padding-left: 0;
		font-size: 14px
	}

	.tab__block #description {
		line-height: 22px
	}
}

@media(max-width:480px) {
	.product__body-img {
		height: 240px;
		background-size: 50%
	}
}

@media(max-width:460px) {
	.block__separator {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.block__separator .separator__left,
	.block__separator .separator__right {
		width: 100%
	}

	.specials__timer {
		margin: 20px 0
	}

	.information__description img {
		height: auto
	}

	.sticky__timer .specials__timer {
		margin: 0
	}

	.tp-leftarrow.default,
	.tp-rightarrow.round {
		display: none !important
	}
}

@media(max-width:330px) {

	.block__separator .separator__left,
	.block__separator .separator__right {
		padding-right: 15px
	}
}


#slider .row>div {
	position: static;
}

#slider .slider__container {
	justify-content: space-around;
	width: 100%;
}

#slider .slider__arrow:hover {
	opacity: .7;
}

#slider .item__slider .slider__title,
#slider .item__slider .slider__text {
	position: absolute;
	bottom: auto;
	left: 0;
	top: 0;
	border: none;

	padding-left: 6%;
	padding-top: 40px;
	padding-bottom: 40px;
	top: 8%;
	right: 0;
	font-family: var(--opensans-bold);
	background-repeat-x: no-repeat;
	background-size: contain;
	max-width: 75%;
}

#slider .item__slider .slider__title {
	font-size: 1.85vw !important;
	letter-spacing: 3px;
	background-repeat: no-repeat;
}

#slider .item__slider .slider__text {
	font-size: 30px;
	line-height: 45px;
}

#slider .item__slider .slider__title~a {
	position: absolute;
	bottom: 16%;
	left: 6%;
	align-self: baseline;
	box-shadow: 0 0 0 2px #fff;
	transition: all .5s;
}

#slider .item__slider .slider__title~a:hover {
	box-shadow: 0 0 0 2px transparent;
}

.custom-banner__block .h2_style {
	min-height: 92px;
}

.custom__banner-top {
	display: flex;
	justify-content: space-between;
}

.categoty__block-top-url {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 17px 25px;
	background-color: #f1f2f7;
	color: #1f2024;
	margin-left: auto;
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
}

.categoty__block-top-url:hover {
	background-color: #e6e7ec;
	color: #1f2024;
}

.automatic__sticker .sale__sticker {
	display: none;
}

.register__label:hover input:before {
	font-family: "Font Awesome\5 Free";
}

.information__description img[style*="float: left;"] {
	margin-right: 15px;
	margin-bottom: 15px;
}

.article__block .article__info h3 a {
	display: flex;
}

@media (max-width: 1600px) {
	.body__options {
		min-height: 105px;
	}
}

@media (max-width: 1480px) {
	#slider .item__slider .slider__title {
		font-size: 2.3vw !important;
		/*bottom: 1.5vw;*/
	}

	#slider .item__slider .slider__text {
		/*bottom: 16.5%;*/
	}
}

@media (max-width: 1199px) {
	#slider .item__slider .slider__text {
		font-size: 1.8vw;
		line-height: 3vw;
	}

	.body__options {
		min-height: 115px;
	}

	.custom-banner__block .h2_style {
		min-height: 125px;
	}

	.article__block .article__info h3 {
		height: 68px;
	}
}

@media (max-width: 991px) {
	#slider .item__slider .slider__text {
		font-size: 20px;
		line-height: 28px;
	}

	#slider .item__slider .slider__title~a {
		font-size: 1.8vw;
	}

	.custom-banner__block .h2_style {
		min-height: auto;
	}

	.article__block .article__info h3 {
		height: 46px;
	}

	.top__banner-description {
		display: none;
		margin-bottom: 15px;
	}

	.top__banner-description-mob {
		display: block;
	}
}

@media (max-width: 767px) {
	#slider .item__slider .slider__title {
		font-size: 20px !important;
		line-height: 28px;
		max-width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: auto;
		letter-spacing: 1px;
	}

	#slider .item__slider .slider__text {
		font-size: 20px;
		line-height: 28px;
		max-width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		letter-spacing: 1px;
	}

	#slider .item__slider .slider__title~a {
		font-size: 17px;
	}

	.article__block .article__info h3 {
		height: auto;
	}


}

@media (max-width: 576px) {
	.categoty__block-top-url {
		padding: 15px 20px;
		font-size: 15px;
	}
}

@media (max-width: 400px) {
	#slider .item__slider .slider__text {
		font-size: 14px;
		line-height: 1.4;
	}

	#slider .item__slider .slider__title {
		font-size: 14px !important;
		line-height: 1.7;
	}


	#slider .item__slider .slider__text {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#slider .item__slider .slider__title {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.product__body-img img,
.common-home .categoty__block .slick-slide img {
	height: auto;
}

.empty__bg {
	width: 100%;
	height: 100%;
	background-color: grey;
}

.slick-initialized .empty__bg {
	display: none !important;
}

.product__images img {
	height: auto;
	margin: auto;
}

.text__unlink {
	text-decoration: underline;
}

.text__unlink:hover {
	text-decoration: none;
}