@charset "UTF-8";
html,
body {
	height: 100%;
}

body {
	min-width: 320px;
	width: 100%;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}

html {
	font-size: 10px;
}

svg:not(:root) {
	overflow: hidden;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	fill: currentColor;
}

.toTop {
	display: none;
	background: #CAE1EA;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: none;
	position: fixed;
	right: 30px;
	bottom: 90px;
	text-align: center;
	line-height: 38px;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	z-index: 10;
	transition: .25s ease-in;
	color: #2E477D;
}

.toTop:hover {
	background: #2E477D;
	color: #CAE1EA;
}

.toTop .icon-arrow {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 20px;
	height: 20px;
}

.fixed {
	overflow-y: scroll;
	position: fixed;
}

* {
	outline: none;
}

button:focus,
button:hover,
button:active {
	outline: none !important;
}

body {
	width: 100%;
	background: #fff;
	color: #343434;
	/*font: 400 1.6rem/1.5 "Manrope", sans-serif;*/
	font-size: 16px;
	line-height: normal;
	font-family: "Manrope", sans-serif !important;
	font-style: normal;
	font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2.4rem;
	line-height: 1.214;
}

h1 {
	font-size: 4.5rem;
	font-weight: 400;
}

h2 {
	font-size: 3.5rem;
	font-weight: 400;
}

h3 {
	font-size: 2.5rem;
	font-weight: 400;
}

h4 {
	font-size: 2.0rem;
	font-weight: 500;
}

h5 {
	font-size: 1.5rem;
	font-weight: 500;
}

p {
	margin: 0 0 2.4rem;
}


img {
	max-width: 100%;
}

time {
	color: #cacaca;
}

hr {
	border: none;
	border-top: .1rem solid #000;
	margin: 2.5rem 0;
}

blockquote {
	display: block;
	position: relative;
	padding: 5.0rem 0 0;
	margin: 0 0 2.4rem;
	font-size: 2.0rem;
	line-height: 3.4rem;
	font-weight: 400;
	font-style: normal;
	color: #3b3d40;
}

blockquote:before {
	content: '“';
	display: block;
	font-size: 10.0rem;
	line-height: 1;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

ul,
ol {
	margin: 0 0 2.0rem;
}

a {
	transition: color 0.25s, border-color 0.25s;
	color: #3660bc;
	text-decoration: none;
}

a:hover {
	color: #7097EC;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:not([href]):not([tabindex]):not(.btn) {
	color: inherit;
	text-decoration: none;
}

dd,
dt {
	line-height: inherit;
}

mark {
	background: none;
	color: #3660BC;
}

img {
	max-width: 100%;
}

hr {
	margin: 4.0rem 0;
	border: none;
	border-top: .1rem solid #E8E8E8;
	display: block;
}

table {
	border-collapse: collapse;
}

#slider-review #review-extended {
	padding: 20px 0;
}

.header {
	z-index: 1;
}

.main {
	position: relative;
	z-index: 0;
}

.header__bottom,
.header__right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__bottom {
	height: 55px;
	background: #fff;
}

.header__bottom .header__lngs {
	display: none;
}

.header__search {
	margin-left: 15px;
	margin-right: 26px;
}

.header__phones {
	margin-left: -2px;
	margin-right: 24px;
}

.header__slider {
	width: 100%;
}

.header__info {
	height: 40px;
	background: #ECECEC;
}

.header__slider p {
	margin-bottom: 0;
	font-size: 9px;
	color: #1C2938;
	line-height: 14px;
	align-items: center;
	justify-content: space-between;
	padding: 6px 15px;
}

.form-control {
	color: #000;
	font-size: 14px;
	height: 50px;
	border-color: #eee;
	box-shadow: none;
}

.slides-top .slick-arrow {
	color: #1C2938;
	text-align: center;
}

.slides-top .slick-arrow .icon-angle-right {
	width: 9px;
	height: 9px;
	stroke: #1C2938;
}

.slides-top .slick-prev {
	left: -20px;
}

.slides-top .slick-next {
	right: -20px;
}

.slides-top .slick-prev {
	left: 0;
}

.slides-top .slick-next {
	right: 0;
}

.slides-top .slick-prev.slick-arrow .icon-angle-right {
	transform: rotate(180deg);
}

.slides-top__item {
	text-align: center;
}

.slides-top__item a {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #2E477D;
	margin-left: 10px;
	border-bottom: 2px solid #2E477D;
}

.slides-top__item a:hover {
	color: #CAE1EA;
	border-color: #CAE1EA;
}

.slides-top__item a {
	font-size: 9px;
	line-height: 12px;
}

.search__btn,
.phone__btn {
	border: none;
	background: transparent;
	padding: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.search__icon .icon-search {
	top: 0;
}

.iSearchBoxWrapper .iSearchBox {
	/*width: 370px;*/
	width: calc(100% - 32px) !important;
	padding: 15px 10px;
	border-radius: 0 0 4px 4px;
	max-height: calc(100% - 140px);
	overflow: auto !important;
	position: fixed;
}

.iSearchBox li .iMarq {
	background-color: transparent !important;
	color: #2E477D !important;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.iSearchBox li h3 {
	font-weight: normal !important;
	font-size: 14px;
	color: #2F2F2F !important;
}

.iSearchHeading {
	display: none !important;
}

.iSearchBox li:hover h3 {
	color: #2E477D !important;
}


.iSearchMatches {
	display: none !important;
}

.phone__btn {
	font-size: 13px;
}

.phone__btn .icon-phone {
	margin-right: 6px;
}

.phone__btn .icon-angle-right {
	margin-left: 2px;
}

.icon-angle-right-block {
	background-color: #CAE1EA;
	padding: 3px 6px 0 9px;
	border-radius: 4px;
}

.phone__btn .icon-angle-right {
	stroke: #1C2938;
	margin-right: 3px;
}

.icon-instagram {
	vertical-align: baseline;
}

.icon-search,
.icon-phone {
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
}

.icon-cart {
	width: 24px;
	height: 24px;
}

.header__catalog {
	min-height: 100%;
}

.menu {
	min-height: 100%;
	height: 100%;
}

.menu__btn .icon-bar {
	display: block;
	width: 23px;
	height: 10px;
	border-radius: 0;
}

.icon-close {
	stroke: #2F2F2F;
}

.icon-close:hover {
	stroke: red;
}

.icon-close-bold {
	width: 17px;
	height: 18px;
}

.phone__dropdown,
.search__dropdown,
.cart__dropdown {
	display: none;
}

[class*="__btn"] {
	border: none;
	background: transparent;
	padding: 0;
}

[class*="__dropdown"] {
	display: none;
}

.search__dropdown {
	position: absolute;
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	padding: 15px 0;
}

.search__inner {
	position: relative;
	max-width: 1540px;
	margin-left: auto;
	margin-right: auto;
}

.search__inner .form-control {
	height: 50px;
	padding: 3px 114px 0 40px;
	position: relative;
	z-index: 1;
	border-color: #eeeeee;
	box-shadow: none;
	font-size: 10px;
}

.search__icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 40px;
	z-index: 2;
	text-align: center;
	line-height: 29px;
}

.search__inner .btn-search {
	display: flex;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	cursor: pointer;
	padding: 0;
}

.search__inner .btn-search:hover svg path {
	fill: red;
}

.cart__dropdown {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	height: 100%;
	background: #fff;
	z-index: 2;
	padding: 100px 20px 118px;
	width: 100%;
	transition: .5s ease-in-out;
	overflow: hidden;
}

.backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(219, 226, 234, 0.95);
	opacity: 0;
	display: none;
	transition: opacity .6s;
}

.backdrop.search-backdrop {
	background: white;
}

.mfp-bg {
	background: RGBA(46, 71, 125, 0.15) !important;
}

.modal-content {
	box-shadow: none !important;
}

.cart-open + .cart-backdrop {
	opacity: 0.7;
	display: block;
	z-index: 1;
}

.search .search-backdrop {
	top: 54px;
}

.search-open .search-backdrop {
	opacity: 1;
	display: block;
	top: 0;
	z-index: 2;
}

.cart__dropdown.cart-open {
	right: 0;
}

.cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: none;
	position: absolute;
	top: 0;
	background: #fff;
	left: 0;
	right: 0;
	padding: 30px 20px;
}

.cart__header:after {
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	position: absolute;
	left: 20px;
	bottom: 0;
	background: #eee;
}

.cart__close {
	background: transparent;
	border: none;
	padding: 0;
	width: 18px;
	height: 18px;
}

.cart__header .icon-close {
	width: 17px;
	height: 17px;
	fill: #2f2f2f;
	stroke-width: 2;
	vertical-align: baseline;
}

.cart__title {
	font-size: 20px;
	line-height: 20px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	color: #2E477D;
}

.cart__btn {
	position: relative;
}

.cart__sum {
	display: none;
}

.cart__count {
	display: none;
	position: absolute;
	top: -13px;
	right: -8px;
	width: 18px;
	height: 18px;
	background: #2E477D;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.full .cart__count {
	display: block;
}

#logo {
	max-width: 126px;
	display: flex;
	align-items: center;
}

#logo svg {
	width: 100%;
	height: auto;
}

#menu {
	margin-bottom: 0;
	border: none;
}

.menu__btn {
	position: absolute;
}


.menu__btn-close {
	display: none;
	top: 16px;
	left: 15px;
}

#menu .catalog-menu .has-dropdown:nth-child(1) .category-icon {
	width: 23px;
	height: 20px;
	position: relative;
}

#menu .catalog-menu .has-dropdown:nth-child(1) .category-icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 20px;
	background: url("../image/icon-dog.svg") no-repeat;
	background-size: contain;
}

#menu .catalog-menu .has-dropdown:nth-child(1) .category-icon .img-svg,
#menu .catalog-menu .has-dropdown:nth-child(1) .category-icon img {
	width: 23px;
	height: 20px;
}

#menu .catalog-menu .has-dropdown:nth-child(2) .category-icon {
	width: 20px;
	height: 20px;
	position: relative;
}

#menu .catalog-menu .has-dropdown:nth-child(2) .category-icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../image/icon-cat.svg") no-repeat;
	background-size: contain;
}

#menu .catalog-menu .has-dropdown:nth-child(2) .category-icon .img-svg,
#menu .catalog-menu .has-dropdown:nth-child(2) .category-icon img {
	width: 20px;
	height: 20px;
}

.main-slider {
	margin-bottom: 50px;
}

.main-about {
	width: 100%;
	position: relative;
}

.main-about__h {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}

.main-about__ul {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	z-index: 10;
}

.main-about__li {
	display: block;
	position: relative;
	margin: 0 auto 20px;
	padding-top: 16px;
	color: #2E477D;
	max-width: 260px;
	width: 100%;
	text-align: center;
}

.main-about__li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #2E477D;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.form-language__list {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	margin-right: 45px;
}

.menu__dropdown .form-language__list {
	margin-bottom: 70px
}

.form-language__list li a {
	color: #C4C4C4;
}

.form-language__list li + li {
	margin-left: 30px;
}

.form-language__list li.active a {
	color: #2E477D;
}

.form-language__btn {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}

.form-language__btn:hover {
	color: #2e477d;
}

.block-h {
	font-size: 26px;
	line-height: 25px;
	color: #2E477D;
	text-align: center;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	margin-bottom: 23px;
}

.main-clients .block-h {
	margin-bottom: 32px;
}

.blog .block-h {
	margin-bottom: 28px;
}

.gallery .block-h {
	margin-bottom: 30px;
}

.btn-border,
.bal-box-next {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #004686;
	border: 1px solid #2E477D;
	box-sizing: border-box;
	border-radius: 4px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
	transition: .25s;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

div.bal-box-next {
	display: inline-block !important;
	box-shadow: none !important;
	color: #004686 !important;
	border: 1px solid #2E477D !important;
	background: transparent !important;
	/*font-family: 'Manrope Medium' !important;*/
	font-weight: 500 !important;
	padding: 0 !important;
	/*font-weight: normal !important;*/
	margin-bottom: 0 !important;
}

div.bal-box-next .results {
	display: none;
}

div.bal-box-next a[rel=next] {
	font-size: 14px !important;
}

div[data-bal="bal-pagination"],
div[data-bal="bal-results"] {
	display: none;
}

.row.bal {
	margin-bottom: 0 !important;
	margin-left: -10px;
	margin-right: -10px;
}

.blog-news .row.bal {
	margin-bottom: 100px !important;
}

.row.bal .col-sm-12 {
	padding-right: 10px;
	padding-left: 10px;
}

.category-row {
	margin-bottom: 50px;
}

.tabs-wrap .tabs-productcs__nav.product-tabs .tabs-productcs__li > a span {
	color: #A5A5A5;
	margin-left: 6px;
}

.tab-pane h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #2E477D;
	margin: 0 0 20px;
}

.tab-pane#tab-description {
	max-width: 890px;
	width: 100%;
}

.tab-pane#tab-advantage .text,
.tab-pane#tab-advantage .img {
	flex: 0 0 48%;
	max-width: 48%;
}

.tab-pane#tab-advantage .flex:not(:last-child) {
	margin-bottom: 20px;
}

.tab-pane#tab-advantage .flex {
	justify-content: space-between;
	align-items: center;
}

.tab-pane#tab-advantage .flex:nth-child(even) {
	flex-direction: row-reverse;
}

.tab-pane#tab-advantage .flex:nth-child(even) .text {
	padding-left: 40px;
}

.tab-pane p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #2F2F2F;
}

.tab-pane p.current {
	color: #2e477d;
}

.btn-border:hover {
	color: #CAE1EA;
	border-color: #2E477D;
	background: #2E477D;
}

.products {
	margin-bottom: 50px;
}

.tabs-productcs__nav {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	align-items: center;
}

.product-slider,
.slick-list,
.slick-track {
	min-width: 100%;
}

.product-slider,
.slick-list,
.slick-track {
	min-width: 100%;
}

.slick-dots li span {
	display: block;
	width: 8px;
	height: 8px;
	border: none;
	background: #BBE3E9;
	border-radius: 50%;
}

.slick-dots li.slick-active span {
	background: #2E477D;
}

.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 1.5px;
}

.slider-dots {
	height: 8px;
}

.slick-dotted.slick-slider {
	margin-bottom: 28px;
}

.slick-dots {
	bottom: -17px;
}

.btn-buy {
	color: #fff;
	width: 100%;
	height: 40px;
	background: #2E477D;
	border-radius: 4px;
	border: none;
	font-size: 15px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	transition: .25s;
}

.icon-btn-cart {
	width: 14px;
	height: 14px;
	stroke: #FFFFFF;
	fill: #FFFFFF;
	margin-right: 2px;
	transition: .25s;
}

.btn-buy:hover {
	color: #2E477D;
	background: #CAE1EA;
}

.btn-buy:hover .icon-btn-cart {
	stroke: #2E477D;
	fill: #2E477D;
}

.caption__h {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	text-align: center;
	font-size: 15px;
	margin-bottom: 4px;
	display: flex;
	align-items: start;
	/*justify-content: center;*/
	height: auto !important;
}

.product-list .caption__h {
	justify-content: flex-start;
}

.caption__h a {
	color: #2E477D;
	text-align: left;
}

.product-thumb.banner {
	background-color: #F0DACF;
	padding: 0;
}

.product-thumb .price-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-thumb .price-new {
	color: #D6536B;
	white-space: nowrap;
}

.product-thumb .price-old {
	display: inline-block;
	position: relative;
	height: 15px;
	line-height: 15px;
}

.product-thumb .price-old > span {
	position: absolute;
	top: 0;
	left: 4px;
	color: #1C2938;
	opacity: 0.5;
	white-space: nowrap;
	font-size: 10px;
	line-height: 10px;
	text-decoration: line-through;
}

.product-thumb .price {
	/*font-family: 'Manrope Regular';*/
	font-size: 18px;
	text-align: center;
	color: #1C2938;
	position: relative;
	margin-bottom: 8px;
}

.product-thumb {
	padding: 30px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
}

[class^="product-category-"] .product-thumb {
	margin-bottom: 20px;
}

[class^="product-category-"] .row-flex {
	padding-bottom: 20px;
}

.product-thumb .image {
	margin-bottom: 11px;
}

.product-thumb .image a {
	border-radius: 3px;
	overflow: hidden;
}

.row.row-custom {
	margin: 0
}

.row-custom .col-lg-3,
.row-custom .col-md-3,
.row-custom .col-sm-6,
.row-custom .col-xs-12 {
	padding-right: 10px;
	padding-left: 10px;
}

.caption__options {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
}

.caption__options .radio {
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
	line-height: 14px;
}

.caption__options .radio label {
	padding-left: 0;
	min-height: 14px;
}

.caption__options .color {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-clip: border-box;
}

.caption__options .check-option {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 14px;
}

.caption__options input + .check-option .color {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
}

.caption__options input:checked + .check-option .color {
	width: 14px;
	height: 14px;
	border: 2px solid #81878f;
}

.caption__options .color {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 16px;
	border-radius: 50%;
}

.caption__options .radio input[type=radio] {
	display: none;
}

.caption__options .color.color-brown {
	background: #493D3D;
}

.caption__options .color.color-pink {
	background: #FFBFCA;
}

.caption__options .color.color-red {
	background: #A81D46;
}

.caption__options .color.color-black {
	background: #2F2F2F;
}

.categories .btn-border {
	display: inline-block;
	margin-top: 10px;
}

.grid {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid {
	max-height: 750px;
	overflow: hidden;
	transition: all .2s ease-in;
}

.grid.open-grid {
	max-height: 1500px;
}

.grid-sizer,
.grid-item {
	width: calc((100% / 4) - 15px);
}

.grid-item {
	position: relative;
	box-shadow: none;
	overflow: hidden;
	border-radius: 4px;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: 240px;
}

.grid-item--wide {

	width: 100%;

}

.grid-item img {
	width: 100%;
	height: 100%;
	display: block;
}

.grid-item > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
}

.grid-item a:hover img {
	transition: .3s ease;
}

.grid-item .grid-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	overflow: hidden;
	color: #2E477D;
	display: block;
	text-align: left;
	padding: 0 20px 20px;
	font-size: 18px;
	line-height: 17px;
	text-transform: none;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.grid-name > a {
	color: #2E477D;
}

.grid-tags {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 10px;
}

.grid-tag {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	display: block;
	background: #2E477D;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	transition: .25s;
}

.grid-tag:hover {
	background: #CAE1EA;
	color: #2E477D;
}

.gallery {
	padding: 50px 0;
	text-align: center;
}

.gallery .btn-primary {
	width: 200px;
	padding: 0;
}

.gallery__tags {
	display: none;
}

.gallery-grid {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
}

.gallery-grid:after {
	content: '';
	display: block;
	clear: both;
}

.gallery-grid-sizer,
.gallery-grid-item {
	width: calc(50% - 5px);
}

.gallery-grid-item {
	position: relative;
	box-shadow: none;
	overflow: hidden;
	border-radius: 4px;
	float: left;
	margin-bottom: 10px;
}

.reviews-author {
	float: none;
}

.gallery-grid-item--wide {
	width: 100%;
}

.gallery-grid-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.btn-default {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	padding: 0 17px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	border: none;
	color: #777;
	text-shadow: none;
	background: #e7e7e7;
	transition: .25s;
}

.btn-primary {
	/*		/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	padding: 0 17px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #FFFFFF;
	text-shadow: none;
	background: #2E477D;
	border-radius: 4px;
	transition: .25s;
	font-size: 14px;
}

.blog-news .btn-primary {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.btn-filter {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mfilter-box .btn-filter {
	width: calc(100% - 30px);
	margin: 15px 15px 20px;
}

.input-sort-wrap {
	margin-bottom: 20px;
}

.btn-filter-h {
	font-size: 14px;
	line-height: 14px;
	color: #2E477D;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.btn-filter-close {
	font-size: 12px;
	line-height: 11px;
	color: #2E477D;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.focus,
.btn-primary:focus {
	color: #2E477D;
	background: #CAE1EA;
	background-position: 0 -15px;
}

.main-icons {
	padding-top: 84px;
}

[class^="product-product-"] .main-icons {
	padding-top: 50px;
}

.main-icons.category-icons {
	padding-top: 0;
	margin-bottom: 20px;
}

.main-icons .block-h {
	margin-bottom: 29px;
}

.main-icons.category-icons .main-icons__icon {
	margin-bottom: 12px;
}

.main-icons.category-icons .main-icons__inner {
	align-items: normal;
}

.main-icons .main-icons__inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.main-icons__item {
	max-width: 343px;
	min-width: 250px;
	text-align: center;
}

.category-icons .main-icons__item {
	max-width: 344px;
}

.main-icons.category-icons .main-icons__inner {
	border-bottom: none;
	padding-bottom: 0;
}

.main-icons.category-icons .block-h {
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.main-icons__h {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #2e477d;
	margin-bottom: 15px;
}

.main-icons__txt p {
	margin-bottom: 5px;
	font-size: 14px;
}

.order .ocpcb-btn,
.main-icons__item a.ocpcb-btn {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
	color: #004686 !important;
	padding: 0;
	max-width: 218px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	border: 1px solid #004686;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 auto;
}

.main-icons__txt a {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
	color: #004686 !important;
	border-bottom: 2px solid #2E477D;
}

.main-icons__txt a.main-icons__link {
	/*font-family: 'Manrope Regular';*/
	font-size: 16px;
	line-height: 24px;
	color: #2F2F2F;
	white-space: nowrap;
	border-bottom: none;
}

.main-icons__txt small {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}

.main-icons__txt p > span {
	white-space: nowrap;
}

.clients-slider.slick-slider.slick-dotted {
	margin-bottom: 20px;
}

.blog-slider.slick-slider.slick-dotted {
	margin-bottom: 32px;
}

.clients-item {
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.clients-inner:hover {
	box-shadow: 0px 15px 20px rgba(210, 225, 227, 0.4);
}

.clients-inner {
	text-align: center;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	max-width: 370px;
	padding-bottom: 12px;
}

.clients-img {
	position: relative;
}

.clients-avatar {
	position: absolute;
	max-width: 62px;
	left: 50%;
	bottom: -31px;
	transform: translateX(-50%);
}

.clients-insta {
	display: block;
	position: absolute;
	top: 16px;
	right: 17px;
	height: 16px;
	width: 16px;
}

.icon-insta {
	fill: #fff;
	width: 16px;
	height: 16px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.clients-name {
	text-align: center;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	margin-top: 42px;
	margin-bottom: 0;
	color: #2E477D;
	font-size: 14px;
	line-height: 12px;
}

.clients-link {
	color: #1C2938;
	font-size: 10px;
}

.blog {
	background: #F6FBFD;
	padding: 50px 15px;
}

.blog-video {
	margin: 0 0 180px;
	width: 100%;
}

.blog-news {
	overflow: hidden;
}

.blog-news__img {
	display: block;
	border-radius: 3px;
}

.blog-news {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.blog-news__inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.blog-news__grid {
	display: flex;
	flex-wrap: wrap;
}

.blog-news__grid .blog-news__item {
	margin-bottom: 50px;
}

.blog-news__item {
	padding: 0 10px;
}

.blog-news__item-wrap {
	border-radius: 4px;
}

.blog-news__img {
	margin-bottom: 16px;
}

.blog-news__grid .blog-news__date {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.6px;
	color: #A5A5A5;
	margin-bottom: 12px;
}

.blog-news__h a {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #2E477D;
}

.blog-news__inner .slick-prev,
.blog-news__inner .slick-next {
	top: 35%;
}

.blog .btn-primary {
	width: 180px;
	height: 40px;
	line-height: 40px;
}

.blog-news__inner.video-slider {
	margin-bottom: 78px;
}

.footer {
	background: #2E477D;
	padding: 40px 0 0;
}

.footer__logo {
	margin-bottom: 27px;
}

.footer__columns {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.footer__h {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
	color: #fff;
}

.footer__h + a[class="footer__mail"] {
	margin-top: 0;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}

.footer-phones__list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 28px;
}

.footer-phones__li:first-child {
	margin-right: 30px;
	min-width: 48%;
}

.footer-phones__li a {
	color: #fff;
	border-bottom: 1px solid transparent;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
}

.footer-phones__li a:hover {
	color: #BBE3E9;
	border-bottom: 1px solid #BBE3E9;
}

.footer-phones__li a {
	/*font-family: 'Manrope Light';*/
	font-weight: 300;
}

.footer-phones__li a > span {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.footer__mail {
	color: #fff;
	border-bottom: 1px solid transparent;
	/*font-family: 'Manrope Light';*/
	font-weight: 300;
}

.footer__mail:hover {
	color: #BBE3E9;
	border-bottom: 1px solid #BBE3E9;
}

.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	height: 88px;
	/*font-family: 'Manrope Light';*/
	font-weight: 300;
}

.footer__bottom a {
	color: #fff;
	font-size: 13px;
	border-bottom: 1px solid transparent;
}

.footer__bottom a:hover {
	color: #BBE3E9;
	border-bottom: 1px solid #BBE3E9;
}

.footer__menu {
	margin-bottom: 15px;
}

.footer__li {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	/*font-family: 'Manrope Light';*/
	font-weight: 300;
}

.footer__li a {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.footer__li a:hover {
	color: #BBE3E9;
	border-bottom: 1px solid #BBE3E9;
}

.footer__col {
	width: 100%;
}

.footer__col:last-child {
	margin-bottom: 0;
}

.footer__col:nth-child(1) {
	width: 100%;
}

.footer__col:nth-child(2) {
	width: 65%;
	padding-right: 15px;
	margin-bottom: 29px;
}

.footer__col:nth-child(3) {
	width: 34%;
	padding-left: 0;
}


.copyright > span {
	white-space: nowrap;
}

.payment__logo .img-svg {
	width: 33px;
}

.payment__logo .img-responsive {
	width: 25px;
}

.footer__grafik {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 17px;
	/*font-family: 'Manrope Light';*/
	font-weight: 300;
}

.footer__grafik p {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}

.footer__grafik p + span {
	white-space: nowrap;
	margin-right: 0;
}

.footer__grafik p span:last-child {
	margin-right: 0;
}

.payment__logo {
	display: flex;
	align-items: center;
	margin-top: 13px;
	margin-bottom: 10px;
}

.payment__logo li {
	margin-right: 22px;
}

.badge-tooltip {
	display: inline-block;
	position: relative;
	margin-right: 4px;
}

.badge-tooltip .badge-tooltip__txt {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	display: block;
	white-space: nowrap;
	font-size: 13px;
	line-height: 13px;
	color: #2E477D;
	padding: 9px 10px 8px 10px;
	background: #CAE1EA;
	border-radius: 2px;
	position: relative;
	z-index: 3;
}

.product-thumb .image {
	position: relative;
}

.product-thumb .badge-tooltip.top {
	position: absolute;
	top: -9px;
	left: 0;
}

[class^="product-product-"] .product-about .badge-tooltip .badge-tooltip__txt {
	/*font-family: 'Manrope Regular';*/
	padding: 2px 14px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #2E477D;
	white-space: unset;
	display: flex;
	align-items: center;
}

.image .badge-tooltip .badge-tooltip__txt {
	/*font-family: 'Manrope Regular';*/
	font-size: 11px;
	height: 20px;
	padding: 0 7px;
	line-height: 20px;
}

.product-image-imgs {
	position: relative;
	flex: 0 0 calc(100% - 130px);
	max-width: calc(100% - 130px);
}

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

.badge.badge-new {
	background: #2E477D;
	color: #CAE1EA;
	/*font-family: 'Manrope Regular';*/
	font-size: 14px;
	text-transform: uppercase;
}

.badge.badge-hit {
	background: #F0E1E9;
	color: #2E477D;
	/*font-family: 'Manrope Regular';*/
	font-size: 13px;
	text-transform: uppercase;
}

.badge.badge-promo {
	background: #D56C7C;
	/*font-family: 'Manrope Regular';*/
}

.badge-tooltip__arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: #CAE1EA;
	z-index: 2;
	left: 9px;
	transform: rotate(45deg);
}

.badge-tooltip.top {
	margin-bottom: 15px;
}

.badge-tooltip.top .badge-tooltip__arrow {
	top: auto;
	bottom: -4px;
}

.badge-tooltip.bottom .badge-tooltip__arrow {
	top: -4px;
	bottom: auto;
}

.footer-subscribe__h {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.form-footer {
	position: relative;
}

.form-footer .form-group {
	position: relative;
}

.form-footer .form-control {
	height: 50px;
	background: #fff;
	border-radius: 4px;
	padding: 3px 114px 0 20px;
	font-size: 10px;
}

.form-footer .form-control::placeholder {
	opacity: 1;
	color: #000;
}

.form-footer .text-danger {
	font-size: 13px;
	margin-top: -5px;
	display: block;
	margin-bottom: 9px;
}

.form-footer .btn-subscribe {
	display: block;
	width: 94px;
	padding: 0;
	height: 40px;
	position: absolute;
	top: auto;
	bottom: 5px;
	right: 4px;
	background: #BBE3E9;
	border-radius: 4px;
	border: none;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	color: #004686;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.form-footer .btn-subscribe:hover {
	background: #2E477D;
	color: #BBE3E9;
	cursor: pointer;
}

.footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0;
	margin-top: 19px;
	flex-grow: 1;
}

.development {
	margin-top: -13px;
}

.footer-social li {
	margin-right: 10px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-social .img-svg .insta-cont {
	fill: #fff;
}

.footer-social .img-svg #clipp1 {
	fill: #fff;
}

.footer-social a:hover .img-svg .insta-cont,
.footer-social a:hover .img-svg #clipp1 {
	fill: #CAE1EA;
}

.footer-social a {
	display: block;
	color: transparent;
	line-height: 50px;
	height: 50px;
}

.slick-prev {
	left: 25px;
}

.slick-next {
	right: 25px;
}

.footer__col {
	margin-bottom: 30px;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.catalog-menu__more {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	margin: auto 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #2E477D;
}

.catalog-menu__more span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #BBE3E9;
	border-radius: 50%;
	margin-bottom: 12px;
}

.catalog-menu__grid .product {
	margin-right: 20px;
}

.btn-remove.btn-remove-header {
	width: 20px;
	height: auto;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.4px;
	color: #2E477D;
}

.catalog-menu__col.hidden-mob {
	display: none;
}

.header .simplecheckout-cart-new__entry {
	border-bottom: 1px solid #EEEEEE;
	padding: 13px 0;
}

.header .simplecheckout-cart-new__entry-wrap {
	width: 100%;
}

.header .simplecheckout-cart-new__entry .total {
	display: flex;
	flex-direction: column;
	/*width: 100%;*/
}

.header .simplecheckout-cart-new__entry .mt-auto {
	margin-top: auto;
}

.badge-discount {
	position: relative;
	display: inline-block;
}

.badge-discount__arrow {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: #D56C7C;
	z-index: 2;
	left: 9px;
	transform: rotate(45deg);
}

.badge-discount.left {
	margin-left: 5px;
}

.badge-discount.left .badge-discount__arrow {
	top: 50%;
	left: -4px;
	bottom: auto;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
}

.badge-discount__inner {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 12px;
	line-height: 22px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	color: #fff;
	background: #D56C7C;
	width: 40px;
	height: 20px;
	border-radius: 2px;
	text-align: center;
}

.badges {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.badges > div {
	margin-top: 0;
	margin-bottom: 5px;
}

.badge {
	padding: 0 6px;
	border-radius: 3px;
	font-style: normal;
	/*font-weight: 600;*/
	font-size: 15px;
	line-height: 22px;
	color: #fff;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	text-align: center;
	margin-right: 4px;
}

.badge.promo {
	background: #D56C7C;
	/*font-family: 'Manrope Regular';*/
}

.page-h h1 {
	margin: 24px 0 20px;
	font-size: 26px;
	line-height: 26px;
	color: #2E477D;
	padding: 0;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.select2-container .select2-selection--single {
	height: 50px;
	border: 1px solid rgba(46, 71, 125, 0.1);
	border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 16px !important;
	padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #2E477D;
	line-height: 50px;
	/*		/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
}

.select2-dropdown {
	border: 1px solid rgba(46, 71, 125, 0.1);
}

.select2-results__option {
	padding: 6px 30px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	width: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	text-overflow: unset;
}

.row.row-custom .col-sm-9,
.row.row-custom .col-sm-3,
.row.row-custom .col-lg-4,
.row.row-custom .col-md-4,
.row.row-custom .col-sm-6,
.row.row-custom .col-lg-6,
.row.row-custom .col-xs-12 {
	padding-right: 10px;
	padding-left: 10px;
}

.header__bottom::after {
	display: block;
	content: '';
	position: fixed;
	top: 54px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	z-index: -1;
	background: transparent;
	transition: opacity 200ms linear, background 200ms linear;
	transition-delay: 150ms;
}

.header__bottom.header__bottom--overlay::after {
	background: rgba(47, 47, 47, 0.2);
	opacity: 1;
	max-height: 2000px;
}

.main::after {
	content: '';
	display: none;
	position: fixed;
	top: 54px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(47, 47, 47, 0.2);
	z-index: 3;
}

.main--overlay::after {
	display: block;
}

.mfilter-box-1 .mfilter-heading {
	background: transparent;
	font-size: 16px;
	line-height: 15px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	text-shadow: none;
}

.mfilter-box-1 .mfilter-heading .mfilter-head-icon {
	display: none;
}

.mfilter-button-more {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	color: #2E477D;
	font-size: 12px;
	line-height: 11px;
	text-shadow: none;
}

.mfilter-col-input {
	position: relative;
}

.mfilter-col-input input[type="checkbox"] {
	display: none;
}

.mfilter-col-input .check {
	display: block;
	color: #010101;
	padding: 0 5px 0 15px;
	position: relative;
}

.mfilter-col-input input[type="checkbox"] + .check:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	width: 20px;
	height: 20px;
}

.mfilter-col-input input[type="checkbox"] + .check.span-check-img:before {
	display: none;
}

input[type="checkbox"]:checked + .check:before {
	background: #fff;
	border-color: #D8D8D8;
}

input[type="checkbox"]:checked + .check:after {
	content: '';
	display: block;
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: #004686;
}

.mfilter-col-input-img input[type="checkbox"]:checked + .check:after {
	left: 10px;
}

.mfilter-tb-as-tr:hover .mfilter-tb-as-td {
	color: #2E477D;
	font-weight: 600;
}

.choose-it {
	display: none !important;
}

.mfilter-tb-as-td {
	font-size: 14px;
	line-height: 13px;
	color: #2F2F2F;
}

label.mfilter-tb-as-td {
	margin-bottom: 0;
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

label.mfilter-tb-as-td .choose-it {
	display: none;
	font-size: 12px;
	line-height: 11px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 20px;
}

.input-sort-wrap {
	width: 100%;
	position: relative;
}

.row-flex {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.row-flex:before,
.row-flex:after {
	display: none;
}

.acc__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #A5D3E6;
}

.input-sort-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px;
}

.input-sort-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
	padding-top: 8px;
	font-weight: 600;
	padding-left: 16px;
	color: #2F2F2F;
	font-size: 14px;
}


.acc__item:first-child {

	border-top: 1px solid #A5D3E6;
}

.acc__name {
	flex-grow: 1;
	font-size: 16px;
	line-height: 22px;
	color: #2E477D;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	padding: 21px 0;
}

.acc__name p {
	margin-bottom: 0;
}

.acc__arrow,
.catalog-menu__plus {
	width: 16px;
	height: 16px;
	line-height: 1;
	background: transparent;
	cursor: pointer;
	padding: 0;
	text-align: center;
	border: none;
}

.catalog-menu__plus {
	width: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.acc__arrow .icon-toggle:before,
.acc__arrow .icon-toggle:after,
.catalog-menu__plus .icon-toggle:before,
.catalog-menu__plus .icon-toggle:after {
	background: #2E477D;
}

.acc__submenu {
	width: 100%;
	display: none;
	padding-left: 0;
	font-size: 14px;
	line-height: 20px;
	color: #2F2F2F;
}


.acc__name-toggle:hover,
.acc__btn-toggle:hover {
	cursor: pointer;
}

.icon-toggle {
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
}

.img-svg-my {
	display: flex;
	margin-right: 8px;
}

.icon-toggle:before {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.icon-toggle:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #000;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	transition: all 0.4s ease-in-out;
}

.open-mob > a > .catalog-menu__plus .icon-toggle:after,
.active > .acc__arrow .icon-toggle:after {
	transform: rotate(-90deg);
}

.faq {
	background: #CAE1EA;
	border: none;
	border-radius: 0;
	padding: 50px 0;
	margin-bottom: 50px;
}

.faq__h {
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #2E477D;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	margin-bottom: 30px;
}

.contacts {
	background: #F6FBFD;
	padding: 50px 0;
}

.information-information-4 .contacts {
	background: #fff;
}

.contacts__h {
	font-size: 16px;
	line-height: 28px;
	color: #2E477D;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	margin-bottom: 5px;
	margin-top: auto;
}

.contacts__txt {
	font-size: 12px;
	line-height: 20px;
	color: #1C2938;
}

.contacts__txt p {
	margin-bottom: 5px;
}

.contacts__callback {
	position: relative;
	margin-bottom: 10px;
}

.contacts__img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 4px;
}

.contacts__img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, #D9F6FF 0%, #BBE3E9 100%);
	opacity: 0.8;
	border-radius: 0px 0px 4px 4px;
}

.contacts__col:last-child .contacts__img:after {
	background: linear-gradient(180deg, #EEEEEE 0%, #F0DACF 100%);
}

.contacts__caption {
	position: relative;
	z-index: 3;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.contacts__caption {
	padding: 40px 20px;
}

.contacts__caption .btn-primary {
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0 10px;
}

.form-callback {
	width: 100%;
	position: relative;
}

.form-callback .form-group {
	margin-bottom: 0;
}

.form-callback .form-control {
	width: 100%;
	background: #fff;
	border: none;
	height: 50px;
	line-height: 50px;
	padding: 0 130px 0 20px;
}

.form-callback .btn-callback,
.form-callback .buttons {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	padding: 0;
	border: none;
	width: 120px;
	margin: 0;
}

.form-callback .buttons {
	top: 4px;
}

.form-callback .buttons .btn-primary {
	/*		/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 12px;
	color: #fff;
	background: #2E477D;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	border: none;
	margin: 0;
}

.form-callback .buttons .btn-primary:focus,
.form-callback .buttons .btn-primary:hover {
	background: #BBE3E9;
	color: #004686;
}

.btn-callback:hover {
	background: #2E477D;
	color: #BBE3E9;
}

.viewed,
.related {
	padding: 50px 15px 40px;
	margin-bottom: 0;
}

.article-products {
	margin-bottom: 30px;
}

[class^="product-product-"] .viewed {
	display: none;
}

.contacts__text {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contacts__text p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	color: #1C2938;
	opacity: 0.6;
}

.block-h-sub {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 26px;
	color: #2F2F2F;
	max-width: 592px;
	margin-left: auto;
	margin-right: auto;
}

.block-h + .block-h-sub {
	margin-top: -15px;
}

.together {
	padding: 78px 0 50px;
}

.together-grid {
	margin-top: 30px;
}

.together-item {
	padding: 10px;
	background: #FFFFFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.together-img {
	border-radius: 3px;
	overflow: hidden;
	margin-right: 20px;
	flex-shrink: 0;
	/*width: 130px;*/
	/*height: 130px;*/
}

.together-img img {
	width: 100%;
	height: 100%;
}

.together-caption {
	/*flex-grow: 1;*/
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.together-h {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #2E477D;
	margin-bottom: 8px;
}

/*.together-price {*/
/*	background: #F6FBFD;*/
/*	border-radius: 4px;*/
/*	position: relative;*/
/*	padding: 13px 22% 13px 13px;*/
/*}*/

.together .badge {
	/*font-family: 'Manrope Regular';*/
	background: #D56C7C;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	width: 65px;
	height: 20px;
	/*line-height: 20px;*/
	font-weight: 400;
	/*position: absolute;*/
	/*top: -8px;*/
	/*left: 20px;*/
	margin-bottom: 8px;
}

/*.together .price {*/
/*	position: relative;*/
/*	display: inline-block;*/
/*}*/

.together .price-new {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.6px;
	color: #D6536B;
	white-space: nowrap;
}

.together .price-old {
	font-size: 10px;
	line-height: 10px;
	text-decoration-line: line-through;
	color: #1C2938;
	opacity: 0.5;
	/*position: absolute;*/
	/*left: 102%;*/
	/*top: -3px;*/
	/*white-space: nowrap;*/
}

.together-plus,
.together-equal {
	width: 48px;
	height: 48px;
	background: #F6FBFD;
	border: 2px solid #CAE1EA;
	border-radius: 50%;
	position: relative;
	/*margin-top: -15px;*/
	/*margin-bottom: -15px;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	text-align: center;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.together-plus .icon-toggle:before,
.together-equal .icon-toggle:before {
	background: #2E477D;
}

.together-plus .icon-toggle:after,
.together-equal .icon-toggle:after {
	background: #2E477D;
}

.icon-toggle.icon-equal:before {
	top: 30%;
}

.icon-toggle.icon-equal:after {
	top: calc(30% + 4px);
	width: 16px;
	height: 2px;
	left: 0;
	margin-left: 0;
}

.together-total {
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	padding: 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.together-total .btn {
	font-size: 14px;
	display: block;
	width: 100%;
	color: #fff;
	border: none;
}

.together-total .btn-primary:hover {
	background: #BBE3E9;
	color: #2E477D;
}

.badge-economy {
	display: block;
	margin-bottom: 14px;
	text-align: center;
	color: #fff;
	background: #D56C7C;
	border-radius: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	position: relative;
	padding: 0 7px;
}

.badge-economy:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	bottom: -17px;
	margin-left: -11px;
	left: 50%;
	border-top-color: #D56C7C;
	border-bottom-width: 0;
	border-width: 11px;
}

.together-total .price {
	margin-bottom: 20px;
}

.together-total .price-new {
	font-size: 20px;
	line-height: 22px;
}

.together-total .price-old {
	font-size: 12px;
	line-height: 22px;
}

.btn-primary .icon-btn-cart {
	stroke: #fff;
	fill: #fff;
}

.btn-primary:hover .icon-btn-cart {
	stroke: #2E477D;
	fill: #2E477D;
}

.btn-primary.btn-product,
.together-total .btn-primary {
	/*height: 48px;*/
	/*line-height: 48px;*/
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	line-height: 48px;
}

.btn-primary.btn-product {
	width: 100%;
	flex: 1;
	max-width: 555px;
	padding: 0 13px;
	align-items: center;
}

.tabs-wrapper {
	display: flex;
	flex-direction: column;
}

.tabs-wrap .tabs-productcs__nav {
	border-bottom: 1px solid #DBE2EA;
}


.tabs-wrap h2 {
	font-size: 16px;
	line-height: 15px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	margin: 10px 0 20px;
}

.tabs-wrap .tab-content {
	font-size: 14px;
	line-height: 22px;
	color: #2F2F2F;
}

.tabs-wrap .tab-content p {
	margin-bottom: 10px;
}

.tabs-wrap .tab-content .reviews-review p {
	margin-bottom: 14px;
}

.tabs-wrap .tab-content img {
	margin: 0 auto;
}

.tabs-wrap .reviews {
	position: relative;
}

.tabs-wrap .reviews .count {
	position: absolute;
	top: -100%;
	left: calc(100% + 5px);
	font-size: 10px;
	line-height: 24px;
	color: #2F2F2F;
}

.tabs-wrap .nav-tabs > li.tabs-productcs__li > a:hover .reviews .count {
	color: #fff;
}

.tabs-wrap .active .reviews .count {
	color: #fff;
}

.product-h {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 20px;
	line-height: 19px;
	color: #2E477D;
	margin-bottom: 10px;
}

.short-desc {
	font-size: 14px;
	line-height: 22px;
	color: #2F2F2F;
	margin-bottom: 11px;
}

.short-desc p {
	margin-bottom: 0;
}

.quantity {
	display: flex;
	width: 100%;
	max-width: 125px;
	border: 1px solid #F0F1F2;
	border-radius: 2px;
	justify-content: space-between;
	flex-shrink: 0;
	margin: 0 5px;
}

.btn-minus {
	background: transparent;
	border: none;
	padding: 0;
	height: 48px;
	width: 38px;
	flex: 0 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	color: #2E477D;
}



.btn-minus .icon-arrow {
	transform: rotate(180deg);
}

.btn-plus {
	background: transparent;
	border: none;
	padding: 0;
	height: 48px;
	width: 38px;
	position: relative;
	text-align: center;
	color: #2E477D;
	flex: 0 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quantity .form-control {
	padding: 0;
	height: 48px;
	line-height: 48px;
	border: 1px solid transparent;
	box-shadow: none;
	text-align: center;
	max-width: 40px;
	color: #2F2F2F;
	font-size: 14px !important;
	border-radius: 0;
}

.product-price-label {
	font-size: 14px;
	line-height: 24px;
	color: #2F2F2F;
	opacity: 1;
	margin-right: 6px;
}

.product-price .price,
.product-price .price-new {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #D6536B;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	white-space: nowrap;
	margin-right: 12px;
}

.product-price .price-old {
	/*font-family: 'Manrope Regular';*/

	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.4px;
	text-decoration-line: line-through;
	color: #1C2938;
}

#product .product-price {
	margin-bottom: 24px;
}

#button-cart .icon-btn-cart {
	margin-right: 2px;
}

.control-label {
	font-size: 14px;
	line-height: 24px;
	color: #2F2F2F;
	margin-bottom: 0;
}

.control-label span {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #2E477D;
	margin-left: 7px;
}

.kod {
	font-size: 14px;
	line-height: 24px;
	color: #A5A5A5;
}

.product-options__item input[type="radio"] {
	display: none;
}

.product-options__item {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.product-options__item .radio {
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-top: 0;
	margin-bottom: 5px;
}

.product-options__item .radio:not(:last-child) {
	margin-right: 8px;
}

.product-options__item .radio label {
	padding-left: 0;
	display: block;
}

.check-size {
	border: 1px solid #F0F1F2;
	border-radius: 2px;
	display: block;
	font-size: 15px;
	width: 50px;
	line-height: 38px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #2E477D;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.product-about .check-size {
	width: 65px;
	font-size: 13px;
}

.check-color {
	border: none;
}

.check-color {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
}

.check-color img {
	border-radius: 50%;
	position: relative;
	z-index: 1;
	width: 24px;
	height: 24px;
	display: block;
}

.rating p {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	white-space: nowrap;
}

.rating a {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #2E477D;
	white-space: nowrap;
	text-decoration: underline;
	margin-left: 10px;
}

.rating .fa-stack {
	font-size: 8px;
	margin-right: 3px;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.rating .fa-star-o {
	color: #A5A5A5;
	opacity: 0.5;
	font-size: 15px;
}

.rating .fa-star {
	color: #2F2F2F;
	font-size: 15px;
}

.rating .fa-star + .fa-star-o {
	color: #A5A5A5;
	opacity: 0.5;

}

.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails .slick-list,
.thumbnails-2 .slick-list {
	margin: 0;
}

.thumbnails > li {
	margin-left: 0;
}

.thumbnails .slick-track {
	display: flex !important;
}

.thumbnails .slick-track .slick-slide {
	height: auto;
}

.thumbnails .slick-track .thumbnail,
.thumbnails .slick-track .thumbnail img,
.thumbnails .slick-track .slick-slide > div,
.thumbnails .slick-track .slick-slide li {
	height: 100%;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 0;
}

.thumbnails-2 {
	margin: 0;
	padding-left: 0;
}

.thumbnails-2 .slick-list {
	padding: 0 !important;
}

.thumbnails-2 .slick-slide:hover {
	cursor: pointer;
}

.thumbnails-2 .slick-slide.slick-current.slick-active.slick-center {
	position: relative;
}

.thumbnails-2 .slick-slide.slick-current.slick-active.slick-center:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(47, 47, 47, 0.3);
	z-index: 1;
}

.thumbnails-2 .video-additional.slick-slide.slick-current.slick-active.slick-center:after {
	display: none;
}

.thumbnails-2 .slick-slide.slick-current.slick-active.slick-center:before {
	content: '';
	display: block;
	width: 18px;
	height: 12px;
	background: url("../image/icon-eye.png") no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 2;
}

.thumbnails-2 .video-additional.slick-slide.slick-current.slick-active.slick-center:before {
	width: 52px;
	height: 56px;
	background: url("../image/triangle.png") no-repeat;
	margin-top: -28px;
	margin-left: -26px;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.thumbnails .slick-prev {
	left: 0;
}

.thumbnails .slick-next {
	right: 0;
}

.thumbnails .thumbnail,
.thumbnails .image-additional {
	display: block;
	padding: 0;
	margin-bottom: 0;
	line-height: 1;
	background-color: #fff;
	border: none;
	border-radius: 2px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.product-image {
	display: flex;
	margin-bottom: 20px;
}

.product-about {
	padding-left: 40px;
	flex: 1;
	position: sticky;
	top: 30px;
}

.product-image-nav {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	flex: 0 0 110px;
	max-width: 110px;
	margin-right: 20px;
}

.table-sizes {
	display: none;
}

.product-thumb .rating {
	display: none;
}

.thumbnails .slick-dots {
	bottom: -23px;
}

.thumbnails .slick-dots li button,
.thumbnails .slick-dots li {
	width: 4px;
	height: 4px;
}

.breadcrumb {
	padding: 0;
	background: transparent;
}

.mfilter-box-1 .mfilter-heading {
	margin-bottom: 20px;
}

#product .sizesAndTableSizesContainer {
	margin-bottom: 0;
	padding-bottom: 12px;
	display: flex;
	align-items: center;
}

#product .flex {
	padding-top: 48px;
	border-top: 1px solid #F0F1F2;
	margin-top: 24px;
	margin-bottom: 40px;
}

.control-label + .table-sizes {
	margin-left: auto;
}

.table-sizes {
	display: flex;
	align-items: center;
}

.table-sizes > a {
	letter-spacing: 0.4px;
	text-decoration-line: underline;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	color: #2E477D;
}

@media (min-width: 768px) {
	.table-sizes > a {
		font-weight: 500;
		font-size: 12px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.table-sizes a {
		font-size: 12px;
		line-height: 24px;
		text-align: right;
	}
}

.attr-row {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.attr-name {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	background: #fff;
	z-index: 2;
}

.attr-name span {
	font-size: 16px;
	line-height: 22px;
	color: #2F2F2F;
	position: relative;
	background: #fff;
	z-index: 2;
	padding-right: 5px;
}

.attr-name:before {
	z-index: 1;
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 5px;
	border-bottom: 1px dashed #A5A5A5;

}

.attr-col {
	width: 100%;
}

.attr-value {
	/* 		/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	/*font-family: 'Manrope Regular';*/
	/*font-weight: 600;*/
	font-size: 16px;
	line-height: 22px;
	color: #2F2F2F;
	flex: 0 0 50%;
	max-width: 50%;
}

.review-form {
	background: #F6FBFD;
	border: 1px solid #EEEEEE;
	padding: 30px 20px;
	border-radius: 4px;
}

.review-form .form-control,
.rating-area-inner {
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	border-radius: 4px;
	height: 60px;
	padding: 0 20px;
	box-shadow: none;
	position: relative;
	z-index: 1;
}

.review-class .review-form {
	max-width: 1042px;
	width: 100%;
	margin: 0 auto;
}

.review-form {
	margin: 0 auto;
}

.review-form .form-control {
	padding-left: 16px;
	font-size: 16px !important;
	line-height: 20px !important;
	letter-spacing: 0.4px !important;
	color: #000 !important;
}

.review-form .form-control::placeholder {
	color: #2F2F2F !important;
}

.review-form .form-group {
	margin-bottom: 10px;
	position: relative;
}

.review-h {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #2E477D;
	margin-bottom: 10px;
}

.review-h-sub {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.6px;
	color: #2F2F2F;
	margin-bottom: 24px;
}

.review-form textarea.form-control {
	padding: 10px 16px;
	resize: none;
	height: 108px;
}

.review-form-write-footer #button-review-extended.btn-primary {
	float: unset;
	margin: unset;
	padding: 3px 10px ;
}

#form-review .review-form-write-footer #button-review-extended.btn-primary,
#ex-form-review .review-form-write-footer #button-review-extended.btn-primary {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.icon-star {
	width: 18px;
	height: 18px;
	fill: #e8e8e8;
}

.rating-area {
	overflow: hidden;
}

.rating-area:not(:checked) > input {
	display: none;
}

.rating-area:not(:checked) > label {
	float: right;
	width: 18px;
	padding: 0;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	margin-right: 0;
	margin-bottom: 0;
}

.rating-area:not(:checked) > label {
	display: inline-block;
	width: 18px;
	z-index: 1;
	position: relative;
	margin-right: 5px;
}

.rating-area:not(:checked) > label .icon-star {
	width: 18px;
	fill: none;
	stroke: #2E477D;
}

.rating-area > input:checked ~ label .icon-star {
	fill: #2E477D;
	stroke: #2E477D;
}

.rating-area:not(:checked) > label:hover .icon-star,
.rating-area:not(:checked) > label:hover ~ label .icon-star,
.icon-star.ratinged {
	fill: #2E477D;
	stroke: #2E477D;
}

.rating-area > input:checked + label:hover .icon-star,
.rating-area > input:checked + label:hover ~ label .icon-star,
.rating-area > input:checked ~ label:hover .icon-star,
.rating-area > input:checked ~ label:hover ~ label .icon-star,
.rating-area > label:hover ~ input:checked ~ label .icon-star {
	fill: #2E477D;
	stroke: #2E477D;
}

.rate-area > label:active {
	position: relative;
}

.rating-result .icon-star {
	fill: green;
}

.rating-result .active .icon-star {
	fill: #2E477D;
	stroke: #2E477D;
}

.rating-area-inner {
	width: 100%;
	display: flex;
	align-items: center;
}

.review-form .form-control,
.review-form .form-control::placeholder {
	color: #2F2F2F;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.4px;
}

.rating-area-wrap .control-label {
	display: none;
	white-space: nowrap;
	padding-top: 1px;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
}

.control-label.control-label-review {
	display: none;
	left: 30px;
	top: 20px;
	font-size: 15px;
	line-height: 24px;
	color: #2F2F2F;
	padding: 0 5px;
	transition: .25s;
	z-index: 2;
	background: #F0E1E9;
}

.rating-area-inner .control-label span.label-review {
	width: auto;
	position: relative;
	display: inline-block;
	text-align: left;
	margin-left: 0;
	color: #2F2F2F;
	font: 400 1.6rem/1.5 "Manrope Regular", sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding: 0;
}

.control-label.control-label-review:after,
.rating-area-inner .control-label span.label-review:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #E4CBBF;
	position: absolute;
	top: 0;
	left: 100px;
}

.rating-area-inner .control-label span.label-review:after {
	left: 95px;
}

textarea.form-control + .control-label.control-label-review:after {
	display: none;
}

div.required .control-label:before {
	display: none;
}

div.required .control-label:before span {
	position: relative;
}

div.required .control-label .star {
	margin-left: 0;
}

div.required .control-label .star:before {
	content: '*';
	display: inline-block;
	font: 400 1.6rem/1.5 "Manrope Regular", sans-serif;
	/* color: #2F2F2F; */
	color: red;
	font-size: 15px;
	line-height: 24px;
}

.catalog-menu__img {
	position: relative;
}

.reviews-grid + .btn-border {
	margin-top: 29px;
}

.reviews-item {
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 11px;
}

.reviews-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	color: #000;
	padding-right: 8px;
	margin-bottom: 10px;
}

.reviews-author {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2E477D;
	margin-bottom: 10px;
}

.reviews-review {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

.reviews-review p {
	margin-bottom: 20px;
}

.reviews-quots {
	position: relative;
}

.icon-quots {
	position: absolute;
	width: 29px;
	height: 19px;
	top: -40px;
	left: 0;
}

.information-contact .page-h {
	background-image: none !important;
	text-align: center;
}

.article-category .page-h {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
	background-size: cover;
	background-position: center;
}

.article-category .blog-news {
	max-width: 1540px;
	width: 100%;
}

.article-category .blog-news__grid {
	margin: 0 -10px;
}

.article-category .blog-news__item {
	display: flex;
	min-height: 100%;
}

.article-category .blog-news__item-wrap {
	display: flex;
	flex-direction: column;
}

.article-category .blog-news__item {
	border: none;
	border-radius: 0;
}

.page-h.page-has-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
	background-size: cover;
	background-position: center;
}

.page-h.page-has-bg h1 {
	font-size: 26px;
	line-height: 25px;
	margin: 0;
	color: #fff;
}

.page-h.page-has-bg {
	margin-bottom: 40px;
}

.article-category .page-h h1,
.article-article .page-h h1 {
	font-size: 26px;
	line-height: 25px;
	color: #fff;
}

.article-article .page-h .breadcrumb > li {
	color: #2E477D;
}

.article-wrap {
	display: flex;
	flex-direction: column;
}

.article-wrapper {
	margin: 60px auto 40px;
	text-align: center;
	max-width: 800px;
	width: 100%;
}

.article-description {
	max-width: 470px;
	margin: 0 auto 24px;
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.6px;
	color: #2F2F2F;
}

.article-date {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #CAE1EA;
}

.article-category .blog {
	background: none;
	padding: 0 !important;
}

.blog-news__grid .blog-news__h {
	/*font-family: 'Manrope Bold';*/
	font-weight: 700;
	margin-bottom: 16px;
}

.article-category .blog .btn-border {
	margin-top: 10px;
}

.blog-news__item-wrapper {
	display: flex;
	flex-direction: column;
}

.blog-news__grid .blog-news__item-wrapper .blog-news__date {
	color: #A5A5A5;
}

.blog-news__grid .blog-news__item.second:first-child {
	background: #F6FBFD;
}

.blog-news__grid .blog-news__item.second:last-child {
	background: #F0DACF;
	margin-bottom: 0;
}

.blog-news__grid .blog-news__item-wrapper .blog-news__item {
	flex: 1;
	max-width: 100%;
	padding: 0;
	min-height: auto;
}

.blog-news__grid .blog-news__item,
.blog-news__item-wrapper {
	width: 100%;
	margin: 0 0 20px;
}

.article-wrap {
	padding: 0;
}

.article-desc {
	max-width: 1280px;
	width: 100%;
	margin: 40px auto;
}

@media only screen and (max-width: 1300px) {
	.article-desc {
		padding: 0 20px;
	}
}

.article-wrap p {
	margin: 10px 0;
}

/* .article-wrap ol {
	margin: 2rem 0;
} */

.article-wrap ol,
.information-page ol {
	/* list-style: none; */
	margin: 0;
	padding: 0;
	margin-left: 18px;
}

@media all and (max-width: 991px) {
	.article-wrapper {
		margin: 30px auto 40px !important;
	}

	.article-wrap h3 {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.article-wrap h2 {
		font-size: 20px !important;
		line-height: 28px !important;
	}

	.article-wrap .wrap {
		flex-direction: column;
		margin-bottom: 30px !important;
	}

	.article-desc .wrap .col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.article-wrap .wrap .col img {
		margin: 0 auto;
	}

	.article-desc {
		margin: 30px auto;
	}

	.article-wrap p {
		font-size: 14px !important;
	}

	.article-article .breadcrumb {
		/*display: none !important;*/
	}

	.blog-main__list-slider .slick-list {
		margin: 0;
	}

	.article-wrapper {
		margin: 0px auto 30px !important;
		padding: 0 15px;
	}

	.article-wrapper h1 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 12px;
	}

	.article-description {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.article-date {
		font-size: 12px;
		line-height: 18px;
	}
}

.article-desc .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.article-desc .wrap .col {
	flex: 0 0 50%;
	max-width: 50%;
}

.article-desc .wrap .col:first-child {
	flex: 0 0 40%;
	max-width: 40%;
}

.article-desc a {
	color: #2E477D;
}

.article-desc p {
	margin-bottom: 15px;
}

.article-article .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 12px 0 0;
}

.article-wrap h2,
.article-desc h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	/*margin-top: 1.5rem;*/
}

.article-wrap h3,
.article-desc h3 {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin-top: 2.4rem;
}

.article-article #content .article-wrap h2 {
	margin-top: 2.4rem;
}

.article-desc p ~ h2 {
	margin-top: 25px;
	margin-bottom: 20px;
}

.article-desc p ~ h3 {
	margin-top: 15px;
	margin-bottom: 14px;
}

.article-wrap a {
	color: #2E477D;
	/*border-bottom: 1px solid #2E477D;*/
	text-decoration-line: underline;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.article-desc ul,
.information-page ul {
	padding-left: 0;
	list-style-type: none;
}

.article-wrap h4 {
	margin-top: 2rem;
}

.article-wrap img {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;

}

.article-wrap p img {
	margin: 0 auto;
	margin-bottom: -20px;
	/* width: 100% !important; */
	width: 50% !important;
    height: auto !important;
}

.article-wrap ul li,
.article-wrap ol li,
.information-page ul li,
.information-page ol li {
	font-size: 16px;
	line-height: 28px;
	color: #2F2F2F;
	position: relative;
	margin: 18px 0;
}

.article-wrap ul li,
.information-page ul li {
	padding-left: 28px;
}

.article-wrap ol li {
	padding-left: 10px;
}

.article-wrap .table-of-contents ul li:before,
.information-page ul li:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0px solid #fff;
}

.article-wrap ul li:before,
.information-page ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #2E477D;
	background: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.article-article .blog-main {
	background: #F6FBFD;
	padding: 30px 0 100px;
}

.article-wrap .table thead {
	border-bottom: 1px solid #EEEEEE;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
}

.article-wrap .table td {
	border: none;
	padding-left: 16px;
}

.article-wrap .table td:not(:last-child) {
	border-right: 1px solid #EEEEEE;

}

.article-wrap .table tr:nth-child(even) {
	background: #F7F9FA;

}

.product-list {
	padding: 0 15px;
	margin-bottom: 30px;
}

.product-list .product-thumb {
	padding: 24px;
	display: flex;
}

.product-search .product-list .btn-buy {
	max-width: 240px;
	width: 100%;
	height: 40px;
}

.product-search .product-list .product-thumb .image {
	margin-bottom: 0;
	max-width: 230px;
	margin-right: 24px;
	flex-shrink: 0;
	width: 230px;
}

.product-search .product-thumb image {
	height: 220px;
}

.product-list .caption__options {
	justify-content: flex-start;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 5px;
}

.product-list .caption__h {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}

.product-list .product-thumb .price-wrap {
	justify-content: flex-start;
}

.product-list .product-thumb .price {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
}

.product-list .btn-buy {
	width: 120px;
	height: 30px;
	font-size: 13px;
}

.page-h span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2F2F2F;
	margin-bottom: 20px;
}

.product-list.product-list-slider .product-layout {
	margin-left: 10px;
	margin-right: 10px;
}

.product-list .btn-buy {
	margin-left: 0;
}

.mfpocp-close .icon-close {
	opacity: 1;
}

.ocpcb-head {
	font-size: 20px;
	line-height: 20px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.ocpcb .btn {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
}

.mfpocp-bg {
	opacity: 0.15 !important;
	background: #2E477D !important;
}

.mfpocp-close .icon-close {
	width: 16px;
	height: 16px;
	top: 0px !important;
	left: 0px;
	display: inline-block;
	vertical-align: middle;
	z-index: -1;
	position: relative;
}

.mfpocp-close:active {
	top: 0 !important;
}

.contacts-wrap {
	background: #F0DACF;
	padding: 40px 25px 20px;
}

.contacts-icons-icon-desc {
	display: none;
}

.contacts-icons-icon-mob {
	margin-bottom: 10px;
}

.contacts-icons {
	text-align: center;
}

.contacts-icons-icon-mob .img-svg {
	width: 54px;
	height: 54px;
}

.contacts-icons-h {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #2E477D;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	margin-bottom: 10px;
}

.contacts-icons-text ul {
	margin-bottom: 10px;
}

.contacts-icons-text li {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	line-height: 22px;
	color: #1C2938;
}

.contacts-icons-text a {
	font-size: 14px;
	line-height: 22px;
	color: #1C2938;
}

.contacts-icons-item {
	margin-bottom: 25px;
}

.contacts-form {
	padding: 100px 15px;
	background: #F6FBFD;
}

@media all and (min-width: 768px) {
	.modal .modal-dialog {
		width: 800px;
	}
}

.modal .modal-content {
	border: unset;
}

.modal-content .contacts-form {
	background: #FFF;
}

.contacts-form form {
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}

.contacts-form legend {
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #2E477D;
	padding: 0;
	border-bottom: none;
}

.contacts-form legend + span {
	font-size: 15px;
	line-height: 22px;
	display: block;
	text-align: center;
	color: #1C2938;
	margin-bottom: 20px;
}

.form-custom .form-group {
	position: relative;
	margin-bottom: 10px;
}

.row-custom.category-row .input-sort-wrap .control-label,
.information-contact .form-custom .form-group .control-label,
.simplecheckout .form-custom .form-group .control-label,
.modal-content .form-custom .form-group .control-label,
.control-label.control-label-review {
	position: absolute;
	font-size: 11px;
	top: 0 !important;
	left: 16px;
	line-height: 18px;
	color: #A5A5A5;
	opacity: 0.8;
	z-index: 1;
	display: block !important;
}

.control-label.control-label-review {
	z-index: 10 !important;
	top: 1px !important;
	background: #fff;
}

.control-label.control-label-review span {
	color: red;
}

.control-label.control-label-review:after, .rating-area-inner .control-label span.label-review:after {
	display: none;
}

.form-custom .form-group .control-label {
	top: 15px;
	left: 20px;
	font-size: 13px;
	line-height: 24px;
	color: #2F2F2F;
	z-index: 1;
	display: none !important;
}

.form-custom .form-group.required .control-label:after {
	font-weight: normal;
	color: #2F2F2F;
}

.form-custom .form-group:before {
	content: none !important;
	left: 105px;
	width: 1px;
	height: 20px;
	background: #eee;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}

.form-group.form-group-lineless:before {
	display: none;
}

.form-custom .form-control {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	border-radius: 4px;
	box-shadow: none;
	/* color: #2E477D; */
	color: #000;
}

.form-custom select.form-control {
	padding-right: 35px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search .form-control:focus {
	border-color: #eee;
}

.form-control::placeholder {
	color: #2E477D;
	opacity: 1;
}

.search .form-control::placeholder {
	color: #1C2938;
	opacity: 0.5;
}

.contacts-form textarea.form-control {
	height: 180px !important;
	resize: none;
}

.contacts-form .buttons {
	margin: 20px 0 0;
}

.contacts-form .buttons .btn-primary {
	width: 200px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	display: block;
}

.contacts-form select,
.form-custom select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url("../image/icon-angle.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	outline: 0;
	padding-right: 28px;
}

.form-custom select:focus,
.form-custom select:active {
	background-image: url("../image/icon-angle-up.png");
}

.error-not_found .breadcrumb {
	display: none;
}

.error-wrap {
	text-align: center;
	padding: 0px 8px 192px;
}

.success-wrap {
	text-align: center;
	margin: 226px 0 228px;
}

.success-wrap h1 {
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 20px;
}

.success-wrap p {
	font-size: 14px;
	line-height: 22px;
}

.success-wrap .buttons {
	margin: 0;
}

.success-wrap .btn-primary {
	width: 200px;
}

.msg-404-img {
	margin-bottom: 30px;
}

.msg-404 h1 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 30px;
}

.msg-404 .badge-tooltip.top {
	margin-left: 30%;
}

.msg-404 .badge-tooltip .badge-tooltip__txt {
	font-size: 24px;
	line-height: 22px;
	font-family: 'GothamPro';
	padding: 7px 7px 6px 7px;
}

.msg-404 .badge-tooltip .badge-tooltip__txt .img-svg {
	width: 18px;
	height: 18px;
}

.buttons-center .btn-primary {
	height: 40px;
	line-height: 40px;
	width: 200px;
	font-size: 14px;
}

.msg-404-img .img-svg {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}

.information-wrap {
	margin: 0;
}

.information-wrap .faq {
	background: #fff;
	padding: 0;
}

.information-wrap .faq__h {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
}

.information-wrap .acc__text {
	padding-right: 15px;
}

.information-wrap .acc__text p {
	margin-bottom: 10px;
}

.information-wrap .acc__text p:last-child {
	margin-bottom: 18px;
}

.information-wrap .acc__name {
	padding: 20px 0;
	width: calc(100% - 80px);
}

.information-wrap .faq__cols .faq__h {
	/*margin-top: 30px;*/
	margin-top: 12px;
}

.information-wrap .faq__cols {
	margin-bottom: 40px;
}

.information-wrap .acc__item {
	align-items: flex-start;
}

.information-wrap .acc__arrow {
	margin-top: 19px;
}

.about-wrap {
	background: #F6FBFD;
}

.about-h {
	font-size: 26px;
	line-height: 25px;
	text-align: center;
	color: #2E477D;
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	margin-bottom: 14px;
}

.about-h-sub {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: center;
}

.about-img {
	margin-bottom: 20px;
}

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

.about-text p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}

.about-grid {
	padding-bottom: 50px;
}

.about-grid .about-item {
	margin-bottom: 30px;
}

.about-grid .about-item:last-child {
	margin-bottom: 0;
}

.about-wrap {
	padding-top: 50px;
}

.about-wrap .about-h {
	margin-bottom: 30px;
}

.about-h3 {
	font-size: 16px;
	line-height: 24px;
	color: #2E477D;
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	margin-bottom: 10px;
}

.phone .phone__dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding-top: 8px;
	z-index: 1;
}

.phone__menu {
	background: #fff;
	list-style-type: none;
	padding-left: 0;
	text-align: right;
	padding-right: 12px;
}

.phone__menu li {
	white-space: nowrap;
	font-size: 13px;
	margin: 10px 0;
}

.phone__menu a {
	color: #1C2938;
}

#slideshow0 .slick-dots {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: auto;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #2E477D;
	background: #CAE1EA;
	border-color: #2E477D;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-danger {
	color: #D6536B;
}

.content.content-msg {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #2F2F2F;
	margin-top: 20px;
	margin-bottom: 20px;
}

.simplecheckout-button-block.buttons {
	text-align: left;
	padding: 0;
}

.simplecheckout-button-center.center {
	text-align: center;
}

.cart-btm {
	margin-bottom: 14px;
}

.simplecheckout-button-center .btn-primary {
	width: 200px;
}

.custom-checkbox-wrapper {
	margin-top: 20px;
	margin-bottom: 100px;
}

.simple-content .buttons {
	margin-bottom: 46px !important;
	float: left;
	margin-right: 10px;
	min-width: 280px;
	/* max-width: 900px; */
	/* width: 52%; */
	width: 100%;
    max-width: unset;
}

.btn-remove {
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	padding: 0;
	line-height: 1;
	display: block;
}

.btn-remove .icon-close {
	width: 10px;
	height: 10px;
}

table.simplecheckout-cart {
	display: block;
	margin-bottom: 20px;
}

.simplecheckout-cart thead {
	display: none;
}

table.simplecheckout-cart tbody {
	display: block !important;
}

table.simplecheckout-cart tbody > tr {
	display: flex !important;
	flex-wrap: wrap;
	position: relative;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 15px;
}

table.simplecheckout-cart > tbody > tr > td {
	display: flex !important;
}

table.simplecheckout-cart td.remove {
	position: absolute;
	left: auto;
	top: 5px;
	right: 5px;
}

.simplecheckout-cart .btn-minus .icon-arrow,
.simplecheckout-cart .btn-plus .icon-arrow {
	margin-bottom: 4px;
}

.simplecheckout-cart > tbody > tr > td.image,
.simplecheckout-cart > tbody > tr > td.td-quantity {
	display: none !important;
}

.simplecheckout-cart > tbody > tr > td.name {
	font-size: 14px;
	line-height: 20px;
	color: #2E477D;
	text-align: left;
	align-items: center;
	margin-bottom: 10px;
}

.simplecheckout-cart > tbody > tr > td.name .image {
	margin-right: 20px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	flex-shrink: 0;
}

.simplecheckout-cart > tbody > tr > td.name a {
	display: inline-block;
	margin-bottom: 10px;
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
}

.simplecheckout-cart > tbody > tr > td.name img {
	border-radius: 3px;
}

.simplecheckout-cart > tbody > tr > td.options {
	margin-bottom: 11px;
	width: 100%;
}

.options-grid .options-name {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #2F2F2F;
	margin-right: 10px;
}

.options-grid .options-value {
	border: 1px solid #F0F1F2;
	border-radius: 2px;
	padding: 7px 6px;
	width: 95px;
	height: 40px;
	font-size: 10px;
	vertical-align: baseline;
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	color: #2F2F2F;
	text-align: center;
}

.options-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #2F2F2F;
}

.options-inner img {
	width: 100%;
	height: 100%;
}

.options-inner span {
	color: #2E477D;
	font-size: 14px;
	margin-right: 3px;
}

.simplecheckout-cart td.total {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #F0F1F2;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
}

.total-name {
	font-size: 10px;
	line-height: 24px;
	color: #2F2F2F;
	margin-right: 7px;
}

.total-price {
	font-size: 16px;
	line-height: 15px;
	color: #D56C7C;
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

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

.coupon-name {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #2E477D;
	opacity: 0.8;
	margin-bottom: 10px;
}

.coupon-group .form-control {
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	/* color: #2E477D; */
	color: #000;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-shadow: none;
}

.coupon-group .form-control:focus {
	border-color: #66afe9;
}

.simplecheckout-cart-total .coupon-group .form-control {
	max-width: none;
	padding-right: 170px;
}

#total_sub_total,
#total_shipping,
.simplecheckout-cart-total-remove {
	display: none;
}

#total_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.simplecheckout-cart-total-name {
	font-size: 12px;
	line-height: 28px;
	color: #000000;
}

.simplecheckout-cart-total-value {
	font-size: 24px;
	line-height: 23px;
	color: #2E477D;
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	margin: 0 0 0 7px;
}

.simple-content .checkout-heading {
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
}

#simplecheckout_button_cart {
	width: 120px;
	padding: 0;
}

.form-horizontal.form-custom .form-group:before {
	left: 115px;
}

.row-custom.category-row .select2-container .select2-selection--single,
#simplecheckout_shipping_address .select2-container .select2-selection--single {
	height: 55px;
	border: 1px solid #EEEEEE;
	box-shadow: none;
}

#simplecheckout_shipping_address .form-horizontal.form-custom {
	display: block;
}

#simplecheckout_shipping_address p {
	font-size: 14px;
	line-height: 24px;
}

#simplecheckout_shipping_address .form-horizontal.form-custom .form-group {
	width: calc(100% - 22px);
	margin-left: 11px;
	margin-right: 11px;
}

.fast_city_link {
	padding-left: 16px;
}
.radio.radio-switch,
.checkbox.checkbox-switch {
	margin-top: 0;
	margin-bottom: 24px;
}

.radio.radio-switch input[type="radio"],
.checkbox.checkbox-switch input[type="checkbox"] {
	display: none;
}

.radio.radio-switch label,
.checkbox.checkbox-switch label {
	padding-left: 39px;
}

.check-switch {
	font-size: 12px;
	line-height: 24px;
	color: #2E477D;
	position: relative;
}

.check-switch > a {
	color: #2E477D;
	text-decoration: underline;
}

.check-switch > a:hover {
	color: #BBE3E9;
}

input[type="radio"]:checked + .check-switch,
input[type="checkbox"]:checked + .check-switch,
.text-option-area .check-switch {
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	color: #2E477D;
}

.check-switch:before,
.text-option-area .check-switch:before  {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 2px solid #DBE2EA;
	border-radius: 80px;
	position: absolute;
	top: 50%;
	left: -39px;
	transform: translateY(-50%);
}

.check-switch:after,
.text-option-area .check-switch:after  {
	content: '';
	display: block;
	background: transparent;
	border-radius: 50px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	transition: left .25s;
}

.blog-news .slick-track {
	display: flex !important;
	padding-bottom: 1px;
}

.blog-news .slick-track .slick-slide {
	height: auto !important;
	display: flex;
	flex-direction: column;
}

input[type="radio"]:checked + .check-switch:before,
input[type="checkbox"]:checked + .check-switch:before,
.text-option-area .check-switch.text-option-area-showing:before {
	border: 2px solid #2E477D;
}

input[type="radio"]:checked + .check-switch:after,
input[type="checkbox"]:checked + .check-switch:after,
.text-option-area .check-switch.text-option-area-showing:after {
	left: -34px;
	background: #2E477D;
}

#simplecheckout_comment textarea.form-control {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: none;
	border-radius: 4px;
	height: 140px;
	padding: 15px 17px;
	font-size: 14px;
	resize: none;
}

#simplecheckout_comment textarea.form-control:focus {
	border-color: #66afe9;
}

.simplecheckout-button-right a.btn-primary,
.simplecheckout-button-right button {
	width: 350px;
    margin: 0 auto !important;
}

.simplecheckout-button-right.agreement-wrap {
	float: none !important;
	text-align: left !important;
}

.agreement-wrap .btn-primary {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.simplecheckout-button-block .checkout-heading.panel-heading {
	position: static !important;
	display: flex;
	align-items: center;
}

.simplecheckout-button-block .checkout-heading.panel-heading span {
	padding-left: 13px;
}

.simplecheckout-cart-total-remove {
	width: 0;
	display: none !important;
}

.simplecheckout legend {
	font-size: 12px;
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.simplecheckout-cart-total.simplecheckout-cart-coupon {
	position: absolute;
	top: 26px;
	right: 5px;
}

#simplecheckout_shipping_address .form-horizontal.form-custom .form-group.row-shipping_address_address_1:before {
	left: 210px;
}

#shipping_address_address_1.form-control {
	padding-left: 16px;
}

.simple-content select option {
	padding-left: 15px;
}

.cart__body {
	/*height: 100%;*/
	max-height: 100%;
	margin-bottom: 10px;
	overflow-y: auto;
}

.cart__footer {
	/*position: fixed;*/
	/*right: -100%;*/
	width: 100%;
	bottom: 0;
	/*padding: 20px 20px 30px;*/
	border-top: 1px solid #eee;
	background: #fff;
	transition: .5s ease-in-out;
	padding-top: 30px;
}

.cart__dropdown.cart-open .cart__footer {
	right: 0;
	position: static;

}
/*.cart__dropdown.cart-open .cart__footer{*/
/*	padding-top: 30px;*/
/*}*/

.cart__footer .btn-primary {
	text-align: center;
	padding: 0 70px;
}

.cart__inner {
	height: 100%;
	padding-top: 0;
}

.cart__footer .table > tbody > tr > td {
	border-top: none;
	padding: 0;
	font-size: 12px;
	color: #000000;
}

.cart__footer .table > tbody > tr > td.price {
	font-size: 20px;
	line-height: 28px;
	color: #D56C7C;
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
}

.table.table-cart > tbody {
	display: block;
}

.table.table-cart > tbody > tr {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
}

.table.table-cart > tbody > tr > td {
	display: block;
	border-top: 0;
	padding: 0;
}

.table.table-cart {
	margin-bottom: 10px;
}

.table.table-cart .td-remove {
	position: absolute;
	top: 2px;
	right: 4px;
}

.table.table-cart .td-image {
	margin-right: 20px;
	width: 100px;
	max-width: 100px;
	flex-shrink: 0;
}

.table.table-cart .td-image img {
	border-radius: 3px;
}

.table.table-cart .td-name {
	padding-right: 12px;
}

.table.table-cart .td-name a {
			/*		/*font-family: 'Manrope Medium';*/

		font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #2E477D;
	display: inline-block;
	margin-bottom: 8px;
}

.table.table-cart .td-total {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 15px;
	color: #2F2F2F;
	display: block;
}

.table.table-cart .td-name .quantity {
	margin-bottom: 0;
}

.menu__inner {
	height: 100%;
	overflow-y: auto;
}

.slick-prev.slick-arrow-big,
.slick-next.slick-arrow-big {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(46, 71, 125, 0.7);
	z-index: 1;
	transition: .25s;
}

.slick-prev.slick-arrow-big:hover,
.slick-next.slick-arrow-big:hover,
.slick-prev.slick-arrow-big:focus,
.slick-next.slick-arrow-big:focus {
	background: #2E477D;
}

.slick-arrow-big .icon-angle-right {
	stroke: #ffffff;
	width: 12px;
	height: 14px;
}

.slick-prev.slick-arrow-big .icon-angle-right {
	transform: rotate(180deg);
}

.td-total .price {
	position: relative;
	display: inline-block;
}

.td-total .price-new {
	display: inline-block;
	color: #D6536B;
	white-space: nowrap;
}

.td-total .price-old {
	display: inline-block;
	position: relative;
	height: 15px;
	line-height: 15px;
}

.td-total .price-old > span {
	position: absolute;
	top: 0;
	left: 4px;
	text-decoration: line-through;
	color: #1C2938;
	opacity: 0.5;
	font-size: 12px;
	line-height: 11px;
	white-space: nowrap;
}

.catalog-menu__sub-sub-icon {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
}

.catalog-menu__sub-sub-icon .icon-angle-right {
	stroke: #1C2938;
	width: 9px;
	height: 9px;
	transform: rotate(90deg);
}

.catalog-menu__sub-sub-icon:hover .icon-angle-right {
	stroke: #2E477D;
}

.open-sub-mob .catalog-menu__sub-sub-icon .icon-angle-right {
	transform: rotate(-90deg);
}

.catalog-menu__sub-sub-menu {
	display: none;
}

#callback {
	position: relative;
}

.ocpcb {
	width: calc(100% - 30px) !important;
}

.mfilter-heading-text span + a {
	font-size: 12px;
	line-height: 17px;
	color: #2E477D;
	float: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 12px !important;
	height: 10px !important;
	background-image: url(../image/icon-angle.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-width: 0 !important;
	left: 0 !important;
	margin-left: 0 !important;

}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
	border-width: 0;
	background-image: url(../image/icon-angle-up.png);
}

.mfilter-col-input {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}

.mfilter-option.mfilter-tb-as-tr {
	position: relative;
	z-index: 1;
}

label.mfilter-tb-as-td {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.mfilter-col-input.mfilter-col-input-img {
	position: absolute;
	z-index: 2;
	top: 50%;
}

.category-row #content.col-lg-9 {
	padding: 0;
	position: relative;
}

div.bal-box-next a[rel=next] {
	color: #2e477d;
}

div.bal-box-next a[rel=next]:hover {
	color: #CAE1EA;
}

.bal-box-next:hover {
	background: #2e477d !important;
	color: #CAE1EA !important;
}

div.bal-box-next:hover a[rel=next] {
	color: #CAE1EA !important;
}

.upload-file {
	text-align: left;
}

.input-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.input-file + label {
	line-height: 38px;
	background: transparent;
	border-radius: 4px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	color: #2E477D;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 0;
	margin-left: 5px;
}

a#add-photo {
	display: flex;
	align-items: center;
}

.input-file + label:hover {
	color: #000000;
}

.file-upload {
	border: 1px dashed #CAE1EA;
	border-radius: 4px;
	padding: 10px;
}

.file-upload-wrap {
	background: #CAE1EA;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 24px 24px 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.file-upload .form-label {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #2E477D;
}

.file-del {
	color: #2E477D;
}

.file-del:hover {
	cursor: pointer;
}

.file-del .img-svg {
	color: #2E477D;
	fill: red;
	vertical-align: middle;
}

.reviews-images {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tabs-wrap .tab-content .reviews-images img {
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin: 0 12px 0 0;
	max-width: 54px;
}

.simplecheckout .title {
	margin-bottom: 60px;
	text-align: left;
}

.checkout-simplecheckout .page-h h1 {
	display: none;
}

.simplecheckout-cart .form-control {
	min-width: 20px !important;
	max-width: 20px !important;
}

.discount {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration-line: line-through;
	color: #1C2938;
	opacity: 0.5;
}

.discount > del {
	margin-left: 0;
	white-space: nowrap;
	position: relative;
	left: 0;
	bottom: 11px;
}

.categories-wrap {
	margin-bottom: 70px;
}

.categories-title {
	display: flex;
	margin-bottom: 12px;
}

.categories-title a {
	font-size: 18px;
	line-height: 19px;
	color: #2E477D;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	text-align: center;
}

.categories-item {
	margin-bottom: 30px;
}

.categories-item li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #2F2F2F;
}

.categories-item li:not(:last-child) {
	margin-bottom: 12px;
}

.categories-wall .categories-item {
	margin-bottom: 50px;
	padding-bottom: 0;
}

.categories-img {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 16px;
}

.categories-img img {
	width: 100%;
}

.eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible,
.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
	display: none !important;
	visibility: hidden !important;
}

.search__icon .icon-search {
	top: 5px;
}

/* overlay at start */
.mfp-fade.mfpocp-bg.mfpocp-bg {
	opacity: 0 !important;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

/* overlay animate in */
.mfp-fade.mfpocp-bg.mfpocp-ready.mfpocp-bg {
	opacity: 0.2 !important;
}

/* overlay animate out */
.mfp-fade.mfpocp-bg.mfpocp-removing.mfpocp-bg {
	opacity: 0 !important;
}

/* content at start */
.mfp-fade.mfpocp-wrap .mfpocp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

/* content animate it */
.mfp-fade.mfpocp-ready.mfpocp-wrap .mfpocp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfpocp-removing.mfpocp-wrap .mfpocp-content {
	opacity: 0;
}

.simplecheckout-cart > tbody > tr > td.name a {
	color: #2E477D;
}

.input-option227 {
	display: none;
}

.mfilter-content > ul > li.mfilter-gheader {
	display: none !important;
}

.about-img img {
	display: block;
	margin: 0 auto;
}

.article-category .blog-news__item.first .blog-news__img {
	flex: 0 0 40%;
	max-width: 40%;
	margin-bottom: 0;
}

.article-category .blog-news__item.first .blog-news__img img {
	height: 100%;
	object-fit: cover;
}

.blog-news__desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #2F2F2F;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 32px;
	margin-top: auto;
}

.article-category .blog-news__item.first .blog-news__desc {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #2E477D;
	height: 100%;

}

.blog-news__wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-news__item p {
	/*font-family: 'Manrope Regular';*/
	font-size: 16px;
	line-height: 24px;
	color: #CAE1EA;
	margin-top: auto;
	margin-bottom: 20px;
}

.article-category .blog-news__grid {
	margin-bottom: 30px;
}

.ocpcb-form-group + .ocpcb-form-group {
	margin-top: 10px !important;
}

.ocpcb-comment .ocpcb-control {
	height: 100px !important;
	line-height: 27px;
	padding-top: 14px;
	padding-left: 14px;
}

/* .ocpcb-comment .ocp-control-label {
	top: 18px;
	transform: translateY(0);
	display: none !important;
} */

.btn-primary.js-close-cart {
	color: #2E477D;
	background: transparent;
	margin-top: 15px;
	border: 1px solid #2E477D;
}

.btn-primary.js-close-cart:hover {
	color: #CAE1EA;
	border-color: #2E477D;
	background: #2E477D;
}

.mfp-close-btn-in #modal-table-size .mfp-close {
	color: #27487e;
	opacity: 1;
	font-family: GothamPro, sans-serif;
	font-size: 36px;
	font-weight: 100;
	width: 70px;
	height: 80px;
}

#modal-table-size .modal-header {
	border: 0;
}

.modal-title.h4 {
	font-weight: 400;
	font-size: 32px;
	line-height: 31px;
	text-align: center;
	margin: 40px 0 20px 0;
	color: #2e477d;
}

#product .form-group {
	margin-bottom: 0;
}

input[type="radio"]:checked + .check-size,
.hpm-group-0 .hpm-item.active .check-size,
.hpm-group-1 .hpm-item.active .check-size,
.hpm-group-2 .hpm-item.active .check-size {
	border: 1px solid #2F2F2F;
	color: #FFFFFF;
	background: transparent;
}

.check-size {
	white-space: nowrap;
}

input[type="radio"]:checked + .check-size,
.hpm-item.active .check-size {
	border-color: #2E477D;
	color: #FFFFFF;
	background: #2E477D;
	white-space: nowrap;
}

input[type="radio"]:checked + .check-color {
	border: 2px solid #2E477D;
	border-radius: 50%;
}

.hpm-cat-box .hpm-type-images {
	display: flex;
	align-items: center;
}

.products .hpm-cat-box .hpm-type-images,
.viewed-slider .hpm-cat-box .hpm-type-images,
.category-row .hpm-cat-box .hpm-type-images {
	justify-content: center;
}

.hpm-group {
	margin: 0;
}

.hpm-cat-box .hpm-type-images .hpm-cat-item,
.hpm-cat-box .hpm-type-images .hpm-cat-item.active,
.hpm-type-images .hpm-item,
.hpm-type-images .hpm-item.active {
	border: unset !important;
	box-shadow: unset !important;
	background-color: #fff !important;
	position: relative;
}

.product .hpm-type-images .hcol-image img {
	border-radius: 50%;
	display: block;
}

.product-about .hpm-type-images .hcol-image img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.product-search .caption__h,
.product-search .caption {
	height: auto !important;
}

.hcol-image {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.product .hpm-cat-box .hpm-type-images .hpm-cat-item.active:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 50%;
	background: #2F2F2F;
	z-index: 2;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
}

.product .hpm-group-0 .hpm-type-images .hcol-image img,
.product .hpm-group-1 .hpm-type-images .hcol-image img,
.product .hpm-group-2 .hpm-type-images .hcol-jan span.image {
	width: 11px;
	height: 11px;
}

.product .hpm-cat-box .hpm-type-images .hpm-cat-item {
	/*margin: 0 3px !important;*/
	margin: 0;
	padding: 2px 4px;
	min-width: 19px;
}

.product-search .product .hpm-cat-box .hpm-type-images .hpm-cat-item {
	padding: 2px 2px;
	min-width: 17px;
}

.hpm-cat-box {
	margin-bottom: 5px !important;
	height: 36px !important;
}

#product .hpm-type-images {
	margin: 0;
	overflow: hidden;
}

.hpm-group .hpm-type-images .hpm-item {
	border: none !important;
	border-radius: 2px;
	display: block;
	font-size: 15px;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #2E477D;
	margin: 0 12px 0 0;
}

.hpm-group.hpm-group-2 .hpm-type-images .hpm-item {
	border: 1px solid #FFF !important;
}

.hpm-group-0 .hpm-type-images .hpm-item,
.hpm-group-1 .hpm-type-images .hpm-item {
	border-radius: 50%;
}

.hpm-group-0 .hpm-type-images,
.hpm-group-1 .hpm-type-images {
	display: flex;
	flex-wrap: nowrap;
}

.hpm-group-0 .hpm-type-images .hcol-image img,
.hpm-group-1 .hpm-type-images .hcol-image img,
.hpm-group-2 .hpm-type-images .hcol-jan span.image {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.hpm-group-0 .hpm-type-images .check-size,
.hpm-group-1 .hpm-type-images .check-size,
.hpm-group-2 .hpm-type-images .check-size {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: transparent;
}

.hpm-group-0 .hpm-type-images .check-size:hover,
.hpm-group-1 .hpm-type-images .check-size:hover,
.hpm-group-2 .hpm-type-images .check-size:hover {
	border: 1px solid #2F2F2F;
}

.product-thumb .hpm-group .hpm-type-images .hpm-item {
	min-width: auto;
}

.product-thumb .hpm-group .hpm-type-images .hpm-item {
	border: none !important;
	line-height: initial;
	padding: 0;
	margin: 4px 1.6px;
}

.hpm-group .hpm-type-images .hpm-item.active .hcol-attribute {
	/* border-color: #2E477D;
	color: #BBE3E9;
	background: #2E477D;
	border-radius: 2px;
	min-width: 50px; */
}

.hpm-group .hpm-type-images .hpm-item .hcol-attribute .check-size .image {
	width: 24px;
	height: 24px;
	border-radius: 12px;
}

.hpm-group .hpm-type-images .hpm-item .hcol-attribute .check-size .image.white_border {
	border: 1px solid #f0f1f2;
}

.hpm-group.hpm-group-0,
.hpm-group.hpm-group-1 {
	margin-bottom: 0;
}

.hpm-group-0,
.hpm-group-1,
.hpm-group-2 {
	display: inline;
	float: left;
}

@media all and (min-width: 1168px) {
	/* .hpm-group-1 {
		display: flex;
	} */
	.hpm-group-0 .hpm-group-wrapper,
	.hpm-group-1 .hpm-group-wrapper {
		margin-right: 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.slider-tabs {
		display: none;
	}

	.hpm-cat-box {
		margin-bottom: 6px !important;
		height: 24px !important;
	}

	.hpm-cat-box .hpm-type-images .hpm-cat-item {
		margin: 0 1.6px !important;
		padding: 0 !important;
	}

	.hpm-cat-box .hpm-type-images {
		margin: 0 !important;
	}

	.hpm-group-0 .check-size:hover,
	.hpm-group-1 .check-size:hover {
		border-color: #2E477D;
		color: #ffffff;
		background: #2E477D;
	}

	.check-size {
		width: 60px;
	}

	.check-size:hover {
		border-color: #2E477D;
		border-width: 1px;
		color: #BBE3E9;
		transition: all 0.3s;
	}

	.product-options__item .radio:hover .check-color {
		border-color: #2E477D;
		border-width: 2px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1609px) {
	#product.product-options .hpm-title {
		width: 145px;
		flex-shrink: 0;
	}
}

@media only screen and (min-width: 1800px) {
	.product-about .hpm-title {
		margin-top: 0;
		margin-bottom: 12px;
	}
}

#media-content-popup {
	width: 500px;
	margin: 0 auto;
}

#media-content-popup .nav-tabs {
	display: none;
}

#review-image {
	border: 0;
}

.popup-footer.ov-h {
	background-color: #fff;
	padding: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
}

#upload-files-button {
	background-color: #2e477d;
}

#upload-files-button {
	color: #2e477d;
	background-color: #cae1ea;
}

#upload-files-cancel {
	background-color: #D6536B;
}

.p-delivery {
	display: flex;
	margin-bottom: 8px;
}

.p-delivery span {
	color: #2E477D;
	/*font-family: 'Manrope Bold';*/
	font-weight: 700;
	white-space: nowrap;
}

.p-delivery-icon {
	margin-right: 5px;
	margin-top: 3px;
	display: flex;
}

.p-delivery-txt {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #2F2F2F;
}

.p-delivery-txt b,
.p-delivery-txt b a {
	color: #2E477D;
}

.about {
	color: #fff;
	overflow: hidden;
	position: relative;
	min-height: 580px;
	margin-bottom: 0;
}

/* VIDEO */
.video {
	bottom: 0%;
	width: 2100px;
	transform: translateX(-50%);
	opacity: 0.75;
	left: 50%;
	position: absolute;
	z-index: 1;
}

@media all and (max-width: 767px) {
.hpm-group.hpm-group-0 {
	/*max-width: 72px;*/
	/*deleted*/
    overflow: hidden;
}
	.mfilter-heading-text span + a {
		/*font-family: 'Manrope Regular';*/
	}

	.gallery__subscribe .btn-border {
		max-width: 200px;
	}

	.clients-insta {
		top: 10px;
	}

	.main-clients .slick-prev,
	.main-clients .slick-next,
	.blog-news__inner .slick-prev,
	.blog-news__inner .slick-next {
		display: none !important;
	}
}

@media all and (max-width: 991px) {
	.footer__li {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.footer__h {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer__grafik p {
		font-size: 12px;
		line-height: 18px;
	}

	.caption__h {
		height: auto !important;
	}

	.search-open .search-backdrop {
		top: 0;
	}
}

.slider-tabs__item h2 span {
	font-size: 20px;
	margin-left: 10px;
}

@media only screen and (max-width: 768px) {
	.about.main-about {
		padding: 200px 0;
	}

	.main-about .video {
		width: 938px;
	}
}

@media only screen and (max-width: 480px) {
	.about.main-about {
		padding: 0;
	}

	.main-about .video {
		width: 438px;
	}
}

.simplecheckout-cart-total.coupon:not(:last-child){
	margin-bottom: 8px;
}


@media all and (max-width: 767px) {
	h3.ocf-filter-name{
		margin: 0;
	}
	.simplecheckout-cart-total.simplecheckout-cart-coupon {
		position: absolute;
		top: 8px;
		right: 8px;
	}
	.simplecheckout-cart-total .coupon-group .form-control{
		padding-right: 135px;
	}

	.product-thumb .caption {
		display: flex;
		flex-direction: column;
	}

	.caption__h {
		margin-top: auto;
	}
}

.slick-buttons-my-wrap {
	display: flex;
	align-items: center;
}

.slick-buttons-my {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.slick-buttons-my.slick-button-next {
	right: 8px;
}

.slick-buttons-my.slick-button-prev {
	left: 8px;
}


.slick-buttons-my-wrap {
	display: flex;
	flex-direction: column;
}

.slick-buttons-my-bottom {
	display: flex;
	justify-content: center;

}

.slick-buttons-my-bottom svg {
	cursor: pointer;

}

.slick-buttons-my-bottom.slick-button-prev {
	margin-bottom: 13px;
}

.slick-buttons-my-bottom.slick-button-next {
	margin-top: 13px;
}


.tabs-productcs__nav.product-tabs {
	margin: 0;
	display: flex;
	align-items: center;
	padding-bottom: 9px;
	margin-bottom: 48px;
}

.tabs-wrap .tabs-productcs__nav.product-tabs .tabs-productcs__li:not(:last-child) {
	margin-right: 52px;
}

.tabs-wrap .tabs-productcs__nav.product-tabs .tabs-productcs__li a {
	font-size: 16px;
	line-height: 22px;
	color: #A5A5A5;
			/*font-family: 'Manrope Medium';*/
		font-weight: 500;
	position: relative;
}

.tabs-wrap .tabs-productcs__nav.product-tabs .tabs-productcs__li a:hover,
.tabs-wrap .tabs-productcs__nav.product-tabs .tabs-productcs__li a:active {
	color: #2E477D;
}

.tabs-wrap .tabs-productcs__nav.product-tabs .tabs-productcs__li.active a {
	color: #2E477D;
}

.container-fluid {
	max-width: 1920px;
}

/* #tab-care iframe {
	width: 350px;
	height: 280px;
	display: flex;
	margin: 0 auto;
} */

@media all and (min-width: 768px) {
	/* #tab-care iframe {
		width: 550px;
		height: 384px;
	} */
	.simplecheckout-cart-total.simplecheckout-cart-coupon {
		position: absolute;
		top: 26px;
		right: 5px;
	}
}

/* @media all and (min-width: 1600px) {
	#tab-care iframe {
		width: 650px;
	}
}

@media all and (min-width: 1700px) {
	#tab-care iframe {
		width: 760px;
		height: 380px;
	}
} */

.thumbnails-2 .slick-slide > div {
	display: flex;
	padding: 7px 0;
}

.thumbnails-2 .slick-slide li {
	border: 1px solid transparent !important;
	border-radius: 3px;
	transition: all 0.4s ease-in-out;
}

.thumbnails .slick-slide li img,
.thumbnails-2 .slick-slide li img {
	border-radius: 3px;
}

.thumbnails-2 .slick-slide.slick-current li {
	border: 1px solid #2E477D !important;
}

.product-desc {
	background: #F6FBFD;
	padding: 36px 36px 16px;
	margin-bottom: 80px;
}


.product-desc .main-icons__inner {
	display: flex;
	justify-content: space-between;
	overflow-x: auto;
	padding-bottom: 20px;
}

.product-desc .main-icons__inner::-webkit-scrollbar {
	height: 3px;
	background-color: #fff;
	position: absolute;
	right: 0
}

.product-desc .main-icons__inner::-webkit-scrollbar-thumb {
	background: #cae1ea
}

.product-desc .main-icons__item {
	max-width: 278px;
	display: flex;
}

.product-desc .main-icons__h {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.6px;
	color: #2E477D;
	margin-bottom: 4px;
	text-align: left;
}

.product-desc .main-icons__txt p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0.6px;
	color: #1C2938;
	margin: 0px;
}

.product-desc .main-icons__icon {
	margin: 0 12px 0 0;
}

.product-desc .main-icons__icon svg {
	width: 50px;
	height: 50px;
}

@media all and (max-width: 1440px) {
	#product .flex {
		margin-top: 16px;
		padding-top: 32px;
		margin-bottom: 32px;
	}

	#product .product-price {
		margin-bottom: 16px;
	}

	.product-about {
		padding-left: 24px;
	}

	.product-about__top {
		margin-bottom: 16px;
	}

	.product-desc {
		padding: 20px 20px 10px;
		margin-bottom: 40px;
	}

	.product-desc .main-icons__inner {
		padding-bottom: 10px;
		overflow-y: hidden;
	}

	.product-desc .main-icons__h {
		font-size: 14px;
	}

	.product-desc .main-icons__txt p {
		font-size: 12px;
	}

	.tabs-productcs__nav.product-tabs {
		margin-bottom: 32px;
	}

	.tab-pane h3 {
		font-size: 18px;
		line-height: 120%;
	}

	.tabs-wrap .tab-content p,
	.attr-value,
	.attr-name span {
		font-size: 15px;
		line-height: 120%;
	}
}

.product-page.slider-block .block-h {
	text-align: left;
}

@media all and (min-width: 1168px) {
	.reviews-item {
		padding: 30px 20px;
	}

	#review-extended {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.container-fluid #review {
		margin-left: 10px;
		margin-right: 10px;
		flex-grow: 1;
		padding-left: 0;
	}

	.reviews-item {
		padding: 40px 30px;
		margin-bottom: 42px;
	}

	.review-form {
		margin-top: 0px;
	}


}



@media all and (min-width: 1259px) {
	.product-info {
		margin-bottom: 110px;
	}
}

@media all and (min-width: 768px) {
	.product-left-column {
		max-width: calc(100% - 390px);
		width: 100%;
		flex: 0 0 calc(100% - 390px);
	}
	.product-about{
		max-width: 390px;
		width: 100%;
		flex: 0 0 390px;
	}

	.product-info {
		display: flex;
		align-items: flex-start;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
}

@media all and (min-width: 1280px) {
	.product-left-column {
		max-width: 65.5%;
		width: 100%;
		flex: 0 0 65.5%;
	}
	.product-about{
		max-width: 35.5%;
		width: 100%;
		flex: 0 0 35.5%;
	}
}


@media all and (min-width: 1440px) {

	.container-fluid #review {
		padding-left: 7%;
	}
}

.slick-vertical .slick-slide {
	border: none !important;
}

.slider-tabs {
	display: block;
	margin-bottom: 20px;
}

@media all and (max-width: 575px) {
	.tabs-wrap {
		display: none;
	}

	.reviews-quots {
		display: none;
	}
}

.slider-tabs .slick-list {
	padding: 0 !important;
}

.slider-tabs__item {
	max-width: 90%;
	width: 100%;
}

.slider-tabs__item h2 {
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 12px;
}

.slider-tabs .slick-dots {
	bottom: -33px;
}

.slider-tabs__item p {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
}

.slider-tabs__item iframe {
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: flex;
}

.checkout-success main {
	background: #F6FBFD;
}

.contact-page__wrap {
	display: flex;
	align-items: center;
}

.contact-page__left {
	flex: 0 0 44%;
	max-width: 44%;
}

.contact-page__map {
	flex: 0 0 56%;
	max-width: 56%;
}

.contact-page__map iframe {
	display: flex;
}

.contact-page__left {
	display: flex;
	flex-direction: column;
	padding-left: 16%;
}

.error-not_found .buttons-center .btn-primary {
	width: 320px;
	height: 56px;
	line-height: 56px;
}

@media all and (max-width: 1199px) {
	.contact-page__left {
		padding-left: 15px;
	}

	.error-not_found .buttons-center .btn-primary {
		width: 370px;
		height: 56px;
	}
}

.acc {
	border-top: 1px solid #EEEEEE;
}

.contact-page .subtitle, 
.contacts-form .subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.6px;
	color: #2E477D;
	margin-bottom: 12px;
}

.contact-page a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #2E477D;
	margin-bottom: 6px;
}

.contact-page p,
.contact-page span, 
.contacts-form .contact-page__item span {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	margin-bottom: 4px;
}

.contact-page__item {
	margin-top: 28px;
}

.contacts-form .contact-page__item {
	padding: 15px;
	text-align: center;
}

.contact-page .names {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #2E477D;
	margin-bottom: 8px;
	display: block;
}

.information-information-6 .breadcrumb {
	display: block;
}

[class^="product-product-"] .breadcrumb {
	margin: 12px 0 15px;
}

#product .quantity {
	margin-right: 20px;
}

#tabs-wrap .nav-tabs > li.tabs-productcs__li > a {
	font-size: 15px;
}

.breadcrumb > li {
	text-shadow: none;
	padding: 0;
	position: relative;
	/*white-space: nowrap;*/
}

.breadcrumb > li + li:before {
	content: '/';
	/*font-family: 'Manrope Regular';*/
	padding: 0 6px 0 4px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #BBE3E9;
}

.breadcrumb a,
.breadcrumb li {
	font-size: 12px;
	line-height: 11px;
	text-decoration: none;
}

.breadcrumb a {
	color: #A5A5A5;
}

.breadcrumb a:hover {
	color: #2E477D;
}

.breadcrumb li:last-child a {
	color: #2E477D;
}

@media all and (max-width: 1260px) {
	.tabs-wrap#tabs-wrap {
		display: none;
	}

	.accordion-tabs {
		display: block !important;
	}
}

@media all and (max-width: 1024px) {
	.product-search .product-list .product-thumb .image {
		margin-bottom: 0;
		max-width: 40%;
		margin-right: 24px;
		flex-shrink: 0;
		width: auto;
	}

	.product-search .product-thumb image {
		height: auto;
	}

	.error-not_found .buttons-center .btn-primary {
		width: 200px;
		height: 40px;
		line-height: 40px;
	}
}

@media all and (max-width: 767px) {
	.msg-404 h1 {
		margin-top: -40px;
		font-size: 16px;
	}

	.contact-page__wrap {
		flex-direction: column;
		align-items: unset;
	}

	.contact-page__left {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto 50px;
		text-align: center;
	}

	.contact-page__map {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.contact-page__logo svg {
		width: 178px;
		height: 40px;
	}

	.contact-page .subtitle {
		margin-bottom: 20px;
	}

	.contact-page a {
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.contact-page .names {
		font-size: 14px;
		line-height: 20px;
	}

	.contact-page__map iframe {
		height: 303px;
	}

	.contacts-form {
		padding: 50px 15px;
	}

	.contacts-form textarea.form-control {
		height: 108px !important;
	}
}

@media all and (max-width: 575px) {
	.msg-404 h1 {
		margin-top: -80px;
	}

	.input-sort-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #2E477D;
	}
}

.review-alert.alert-danger.m-r-20 {
	margin: 20px 0 !important;
	text-align: center !important;
}

.article__history-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1280px;
	width: 100%;
	margin: 50px auto;
	padding: 0 15px;
}

.article__history {
	display: flex;
	align-items: flex-start;
}

.article__history span {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #2E477D;
	margin-bottom: 8px;

}

.article__history a {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #2F2F2F;
	max-width: 376px;
	display: flex;
	border: none;
}

.article__history .pr-4 a,
.article__history .pl-4 a {
	width: 100%;
}

.article__history-right {
	text-align: right;
}

.pl-4 {
	padding-left: 16px;
}

.pr-4 {
	padding-right: 16px;
}

@media all and (max-width: 991px) {
	.article__history .pr-4 a, .article__history .pl-4 a {
		display: none;
	}

	.article__history span {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
	}

	.article-article .breadcrumb {
		padding: 12px 15px 0;
	}
}

/* .hpm-group-1 .hcol-attribute {
	display: none;
} */

.main-icons__item .main-icons__icon img {
	margin: 0 auto;
}

body div.modal-backdrop {
	position: relative;
}

.article-wrap tr:first-child {
	font-weight: 700;
	border-bottom: 1px solid #EEEEEE;
}

.article-wrap tr:nth-child(even) {
	background-color: #F7F9FA;
}

.article-wrap td:first-child {
	border-left: 0px !important;
	border-right: 1px solid #EEEEEE;
}

.article-wrap td {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	padding: 10px 15px;
}

.article-wrap td:last-child {
	border-left: 1px solid #EEEEEE;
	border-right: 0px !important;
}


h2,
h3 {
	margin-top: 2.4rem;
}

.form-group.file_upload {
	text-align: center;
}

#button-upload-file {
	align-items: center;
	justify-content: space-around;
	background: #2e477d;
	height: 60px;
}

#button-upload-file:hover {
	color: #2e477d;
	background: #cae1ea;
}

img[alt~="Белый"] {
	border: 1px solid #f0f1f2;
}

img[alt~="Білий"] {
	border: 1px solid #f0f1f2;
}

.category-row .hpm-group-0 ~ .hpm-group-1,
.product-search .hpm-group-0 ~ .hpm-group-1,
.slick-slide .hpm-group-0 ~ .hpm-group-1 {
	display: none;
}

.product-info ul {
	list-style: disc;
	margin-left: 15px;
}

.product-info h4 {
	margin-top: 2.4rem;
}

.product-info ul.tabs-productcs__nav {
	list-style: none;
}

.images-user-content-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
	margin-right: 15px;
}

.dz-success-mark,
.dz-error-mark,
.dz-details {
	display: none !important;
}

.place_holder {
	z-index: -1;
	left: 10px;
	cursor: text;
	position: absolute;
	top: 20px;
	left: 16px;
	font-size: 14px;
	/* width: 100%; */
	display: none;
	/*color: #000;*/
	color: #A5A5A5;
}

.col-sm-8 input:invalid + .place_holder {
	display: inline;
}

/*вся проблема в том, если placeholder больше инпута*/
.col-sm-8 {
	position: relative;
	/*overflow: hidden;*/
}

.place_holder span {
	color: red;
}

.simplecheckout .form-custom .form-group label.control-label.customer_firstname,
.simplecheckout .form-custom .form-group label.control-label.customer_lastname,
.simplecheckout .form-custom .form-group label.control-label.customer_email {
	display: none !important;
}
#simplecheckout_payment div.radio {
	display: block;
	width: 100%;
}

.form-control.proverka {
	background: transparent;
}

.form-group .col-sm-8 {
	overflow: inherit;
}

.crt-inf {
	background: #F7F9FA;
    border-radius: 4px;
    padding: 30px 24px;
}

#simplecheckout_comment textarea.form-control::placeholder,
.custom-checkbox-wrapper textarea::placeholder {
	color: #A5A5A5 !important;
	opacity: 1;
  }

  .product-desc.hidden-md.hidden-lg {
	margin-top: 40px;
	margin-bottom: 0;
  }

  .dz-preview .dz-remove {
	color: #d6536b;
  }

  /* .none_reviews {
	height: 0px;
	overflow: hidden;
  } */

  #review-extended .btn-review-show {
	margin-bottom: 0px;
  }
.row-customer_for_whom {
	width: 100% !important;
}
.customer_for_whom .col-sm-8 {
	width: 100% !important;
}

.icon-play {    
	position: absolute;
    left: 25px;
}

.full-video.icon-play {
	position: relative;
    top: 190px;
}
.footer-social a.icon-youtube {
	border: 2px solid #cae2ea;
    padding: 24px 14px;
    border-radius: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.emails_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}

.fast_city_link {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.ocp-control-label.control-label span {
	color: red;
}

.review-form textarea.form-control {
	padding-top: 25px;
}
.emails_blocks {
	padding-bottom: 0;
    margin-bottom: -45px;
}

.contact_information {
	text-align: center;
    display: block;
    margin: 10px;
}

@media only screen and (max-width: 767px) {
	.emails_block {
		justify-content: center;
	}
	
	#coupons_vauchers {
		margin-top: 15px;
	}
}