.hidden {
	display: none;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
}

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

.col-auto {
	flex: 1;
}

.width-auto {
	width: auto;
}

.text-nowrap {
	white-space: nowrap;
}

.text-color {
	color: #444 !important;
}

.text-primary {
	color: #11dbd8 !important;
}

.font-weight-bold {
	font-weight: 700;
}

.margin-top {
	margin-top: 20px !important;
}

.margin-top-large {
	margin-top: 48px !important;
}

.margin-top-small {
	margin-top: 8px !important;
}

.margin-bottom {
	margin-bottom: 20px !important;
}

.margin-bottom-large {
	margin-bottom: 48px !important;
}

.margin-bottom-small {
	margin-bottom: 8px !important;
}

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

.margin-left-small {
	margin-left: 8px !important;
}

.small-gutters {
	margin-left: -6px;
	margin-right: -6px;
}

.small-gutters > [class*="col"] {
	padding-left: 6px;
	padding-right: 6px;
}

.large-gutters {
	margin-left: -20px;
	margin-right: -20px;
}

.large-gutters > [class*="col"] {
	padding-left: 20px;
	padding-right: 20px;
}

.centered-block {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.no-before:before {
	display: none !important;
}

.no-after:after {
	display: none !important;
}

.img-inline {
	width: auto;
	height: 1em;
	vertical-align: text-top;
}

.loading-block {
	opacity: 0.7;
	pointer-events: none;
}

.arrow-up,
.arrow-down {
	display: inline-block;
	overflow: hidden;
	width: 32px;
	height: 16px;
}

.arrow-up:before,
.arrow-down:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transition: all 0.4s;
}

.arrow-up:before {
	margin-top: 6px;
	transform: rotate(-45deg);
}

.arrow-down:before {
	margin-top: -22px;
	transform: rotate(135deg);
}

.arrow-up:hover:before,
.arrow-down:hover:before {
	border-color: #1cc8c5;
}

.bg-image {
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.inline-label {
	display: inline-block;
	margin-top: 6px;
}

.button {
	display: inline-block;
	padding: 9px 44px;
	border: 2px solid #444;
	outline: 0;
	background: transparent;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	color: #444;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.4s;
}

.button:hover {
	background: #444;
	color: #fff;
}

.button_theme_primary {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #0fc3c1;
	background: linear-gradient(#11dbd8, #0fc3c1) !important;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.button_theme_primary:active {
	background: linear-gradient(#0fc3c1, #11dbd8) !important;
}

.button_centered {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.sidebar-title {
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0 0 15px;
	border-bottom: 2px solid #444;
	font-weight: 700;
}

.link-with-icon {
	display: table;
	position: relative;
	padding-left: 40px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 24px 24px;
	font-weight: 700;
	text-decoration: none !important;
}

.link-with-icon:after {
	content: '';
	position: absolute;
	left: 40px;
	right: 0;
	bottom: 3px;
	border-bottom: 1px solid currentColor;
}

.toggle-block + * {
	margin-top: 15px;
}

.check-box {
	display: none !important;
}

.check-box + * {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-weight: 700;
}

.check-box + *:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #444;
	background: #fff;
	border-radius: 3px;
}

.check-box:checked + *:before {
	border-color: #1cc8c5;
	background: #1cc8c5;
}

.check-box:checked + *:after {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	width: 8px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.divider {
	margin: 36px 0;
	border-bottom: 1px solid #ebebeb;
}

.limited-block_limited {
	position: relative;
	overflow: hidden;
	max-height: 400px;
}

.limited-block_limited:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 32px;
	background: linear-gradient(transparent, #fff);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%)
}

.show-more {
	margin-top: 24px;
}

.limited-block:not(.limited-block_limited) + .show-more {
	display: none !important;
}

/* ---------- */

.title_ch {
	float: none;
	width: auto;
	margin-left: -10px;
	margin-right: -10px;
	font-weight: 700;
}

.checkout-cart {
	margin-bottom: 12px;
}

.checkout-cart .head,
.checkout-cart .popupcart_info tr:first-child,
.checkout-cart .popupcart_info tr.hr,
.checkout-cart .popupcart_buttons {
	display: none;
}

.checkout-cart .popupcart_info tr {
	border-bottom: 1px solid #ebebeb;
}

.price-old {
	text-decoration:line-through;
	text-shadow: 0 0 0px;
	color: red;}

.ocfilter {
	padding: 10px;
	margin-bottom: 48px;
	border: 1px solid #e3e3e3;
	background: #f7f6f6;
	border-radius: 3px;
}

.ocfilter .panel-heading {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	font-size: 18px;
}

.ocfilter .ocfilter-option {
	padding: 0;
	margin: 0;
}

.ocfilter .ocfilter-option:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.ocfilter-option .ocf-option-name {
	margin-bottom: 0 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.ocfilter-option:not([data-toggle="popover-price"]):not(#option-m) .ocf-option-name {
	cursor: pointer;
}

.ocfilter-option:not([data-toggle="popover-price"]):not(#option-m) .ocf-option-name:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	left: 2px;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: all 0.4s;
}

.ocfilter-option_closed:not([data-toggle="popover-price"]):not(#option-m) .ocf-option-name:before {
	top: 0;
	left: 0;
	transform: rotate(-45deg);
}

.ocfilter-option .ocf-option-values {
	margin-top: 10px;
}

.ocfilter-option label {
	color: inherit !important;
	font-size: 15px !important;
}

.ocfilter-option label span {
	padding-top: 1px;
	font-weight: 400;
}

.ocfilter .selected-options {
	display: none;
}

.ocfilter .noUi-target {
	height: 4px;
	margin: 20px 12px;
	border: 0;
	box-shadow: 0 0 3px #e3e3e3;
}

.ocfilter .noUi-target .noUi-connect {
	background: #1cc8c5;
	box-shadow: none;
}

.ocfilter .noUi-target .noUi-background {
	background: #fff;
	box-shadow: none;
}

.ocfilter .noUi-target .noUi-handle {
	top: -10px;
	left: -12px;
	width: 24px;
	height: 24px;
	background: #fff;
	box-shadow: 0 0 3px #e3e3e3;
	border-radius: 50%;
	cursor: pointer;
}

.ocfilter .noUi-target .noUi-handle:before,
.ocfilter .noUi-target .noUi-handle:after {
	display: none;
}

.ocfilter .noUi-target .noUi-pips {
	display: none;
}

#selected-options {
	margin: 10px 0;
}

#selected-options .ocfilter-option {
	display: inline-block;
	margin-right: 20px;
}

#selected-options button {
	padding: 6px 12px !important;
	margin: 5px 0 5px 3px;
	border: 1px solid #e3e3e3;
	background: transparent;
	line-height: 1;
	color: inherit;
	font-size: inherit;
	transition: all 0.4s;
}

#selected-options button:hover {
	background: #f7f6f6;
}

#selected-options button:after {
	content: '\00d7';
	margin-left: 8px;
	color: #ff0000;
	font-weight: 700;
}

#selected-options > button {
	margin-left: 0;
}

#selected-options > button:after {
	display: none;
}

/* ---------- */

.main-title {
	margin: 0 0 48px;
	border: 0 !important;
	line-height: 1.2 !important;
	font-size: 25px !important;
	font-weight: 700 !important;
}

.main-title:before {
	display: none;
}

.main-title:after {
	content: "\00a0";
	display: inline-block;
	border-right: 7px solid #11dbd8;
}

.text-title {
	margin: 0 0 8px;
	border: 0 !important;
	line-height: 1.2 !important;
	font-size: inherit !important;
	font-weight: 700 !important;
}

.text-title:before {
	display: none;
}

.text {
	line-height: 1.2;
}

.text-medium {
	font-size: 18px;
}

.nav-horizontal {
	padding: 24px 0;
	margin-bottom: 48px;
	border-top: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
}

.nav-horizontal__list {
	cursor: default;
	text-align: center;
}

.nav-horizontal__item {
	display: inline-block;
	padding: 8px 0;
}

.nav-horizontal__item:not(:last-child) {
	margin-right: 40px;
}

.nav-horizontal__link {
	font-weight: 700;
}

.blog-section {
	position: relative;
}

.blog-section:before {
	content: "";
	display: block;
	position: absolute;
	top: -24px;
	left: -2000px;
	right: -2000px;
	height: 150px;
	background: #f0f0f0 url('../image/blog-section.jpg') repeat;
}

.link-styled,
.text-styled a {
	display: inline-block;
	color: #4369a8;
	text-decoration: none !important;
}

.link-styled:after,
.text-styled a:after {
	content: '';
	display: block;
	margin-top: -3px;
	border-bottom: 1px solid currentColor;
}

.list-styled {
	padding-left: 48px;
}

.list-styled > li {
	position: relative;
	padding-left: 26px;
}

.list-styled > li:not(:last-child) {
	margin-bottom: 20px;
}

.list-styled > li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #11dbd8;
}

.list > li:not(:first-child) {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #e6e6e6;
}

.speech {
	position: relative;
	padding: 20px;
	margin-left: 8px;
	background: #e6e6e6;
	border-radius: 6px;
	border-top-left-radius: 0;
	font-size: 18px;
}

.speech:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	border: 4px solid #e6e6e6;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.telegram-block-link {
	display: block;
	padding: 12px;
	background: #239bcd;
	color: #fff !important;
	text-decoration: none !important;
}

.instagram-media {
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
}