@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
	* 1. Correct the line height in all browsers.
	* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
========================================================================== */
/**
	* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
	* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
	* 1. Add the correct box sizing in Firefox.
	* 2. Show the overflow in Edge and IE.
*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
========================================================================== */
/**
	* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
	* 1. Remove the bottom border in Chrome 57-
	* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
	* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
	* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
	* Prevent `sub` and `sup` elements from affecting the line height in
	* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
	* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */
/**
	* 1. Change the font styles in all browsers.
	* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
	* Show the overflow in IE.
	* 1. Show the overflow in Edge.
*/
button,
input {
	/* 1 */
	overflow: visible;
}

/**
	* Remove the inheritance of text transform in Edge, Firefox, and IE.
	* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	/* 1 */
	text-transform: none;
}

/**
	* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
	* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
	* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
	* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
	* 1. Correct the text wrapping in Edge and IE.
	* 2. Correct the color inheritance from `fieldset` elements in IE.
	* 3. Remove the padding so developers are not caught out when they zero out
	*    `fieldset` elements in all browsers.
*/
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
	* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
	* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
	* 1. Add the correct box sizing in IE 10.
	* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
	* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
	* 1. Correct the odd appearance in Chrome and Safari.
	* 2. Correct the outline style in Safari.
*/
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
	* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
========================================================================== */
/*
	* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
	* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */
/**
	* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
	* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html,
body {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@font-face {
	font-family: "Conv_FuturaBookC";
	src: url("../fonts/FuturaBookC/FuturaBookC-Regular.woff2") format("woff2"), url("../fonts/FuturaBookC/FuturaBookC-Regular.woff") format("woff"), url("../fonts/FuturaBookC/FuturaBookC-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Conv_FuturaDemiC";
	src: url("../fonts/FuturaDemiC/FuturaDemiC-Regular.woff2") format("woff2"), url("../fonts/FuturaDemiC/FuturaDemiC-Regular.woff") format("woff"), url("../fonts/FuturaDemiC/FuturaDemiC-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
html,
body {
	background-color: #ffffff;
	height: 100%;
	min-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Conv_FuturaBookC", sans-serif;
	color: #002e53;
}

.btn {
	font-family: "Conv_FuturaBookC", sans-serif;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ctm-icon-xs {
	width: 12px;
	height: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ctm-icon-sm {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ctm-icon {
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ctm-mb-80 {
	margin-bottom: 50px !important;
}

.ctm-mt-80 {
	margin-top: 50px !important;
}

.ctm-mb-120 {
	margin-bottom: 50px !important;
}

.ctm-mt-120 {
	margin-top: 50px !important;
}

.ctm-h2, .ctm-overlay__title {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}
.ctm-h2 .bi, .ctm-overlay__title .bi {
	font-size: 24px;
}

.ctm-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.ctm-overflow {
	overflow: hidden;
}

.ctm-opacity-50 {
	opacity: 0.5;
}

@media (min-width: 641px) {
	.ctm-mb-80 {
		margin-bottom: 80px !important;
	}
	
	.ctm-mt-80 {
		margin-top: 80px !important;
	}
	
	.ctm-mb-120 {
		margin-bottom: 120px !important;
	}
	
	.ctm-mt-120 {
		margin-top: 120px !important;
	}
}
.ctm-header {
	padding-top: 37px;
}
.ctm-header.ctm-header--bg {
	padding-top: 130px;
}
.ctm-header.ctm-header--bg .ctm-header__primary, .ctm-header.active .ctm-header__primary {
	background-color: #ffffff;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	-webkit-box-shadow: 0 -12px 15px 12px rgba(175, 196, 214, 0.7);
	box-shadow: 0 -12px 15px 12px rgba(175, 196, 214, 0.7);
}
.ctm-header.ctm-header--bg .ctm-header__primary .btn, .ctm-header.active .ctm-header__primary .btn {
	color: #002e53;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.ctm-header.ctm-header--bg .ctm-header__primary .btn svg, .ctm-header.active .ctm-header__primary .btn svg {
	color: #002e53;
	fill: #002e53;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.ctm-header.ctm-header--bg .ctm-header__primary .mob-open-geo .regions-select-region:before, .ctm-header.active .ctm-header__primary .mob-open-geo .regions-select-region:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23002e53' id='location' viewBox='0 0 16 16'%3E%3Cpath d='M12.0006 2.98667C10.9397 1.9258 9.5009 1.32981 8.0006 1.32981C6.50031 1.32981 5.06147 1.9258 4.0006 2.98667C2.93974 4.04753 2.34375 5.48638 2.34375 6.98667C2.34375 8.48696 2.93974 9.9258 4.0006 10.9867L7.51394 14.5067C7.57591 14.5692 7.64965 14.6187 7.73089 14.6526C7.81213 14.6864 7.89926 14.7039 7.98727 14.7039C8.07528 14.7039 8.16242 14.6864 8.24366 14.6526C8.32489 14.6187 8.39863 14.5692 8.4606 14.5067L12.0006 10.9533C13.057 9.89688 13.6505 8.46404 13.6505 6.97C13.6505 5.47596 13.057 4.04312 12.0006 2.98667ZM11.0473 10L8.0006 13.06L4.95394 10C4.35203 9.39754 3.94226 8.63016 3.7764 7.79486C3.61055 6.95956 3.69606 6.09383 4.02214 5.30712C4.34822 4.52041 4.90022 3.84803 5.60836 3.37499C6.3165 2.90194 7.14899 2.64945 8.0006 2.64945C8.85221 2.64945 9.68471 2.90194 10.3929 3.37499C11.101 3.84803 11.653 4.52041 11.9791 5.30712C12.3051 6.09383 12.3907 6.95956 12.2248 7.79486C12.059 8.63016 11.6492 9.39754 11.0473 10ZM6.0006 4.94C5.46241 5.47985 5.1602 6.21104 5.1602 6.97333C5.1602 7.73562 5.46241 8.46682 6.0006 9.00667C6.40044 9.40719 6.90966 9.68072 7.46437 9.79294C8.01908 9.90515 8.59457 9.85106 9.11865 9.63744C9.64273 9.42382 10.0921 9.06019 10.4103 8.59217C10.7285 8.12415 10.9014 7.57258 10.9073 7.00667C10.9103 6.6288 10.8375 6.25417 10.6932 5.90493C10.5489 5.55568 10.3361 5.2389 10.0673 4.97333C9.80305 4.70305 9.48799 4.48769 9.14022 4.33964C8.79245 4.1916 8.41883 4.11378 8.04087 4.11069C7.66291 4.10759 7.28807 4.17927 6.93792 4.32159C6.58777 4.46392 6.26922 4.67409 6.0006 4.94ZM9.12727 8.06C8.87463 8.31649 8.54074 8.47727 8.18269 8.51484C7.82463 8.5524 7.46465 8.46443 7.16428 8.26595C6.8639 8.06748 6.6418 7.77083 6.53594 7.42672C6.43008 7.08262 6.44704 6.71242 6.58391 6.37944C6.72078 6.04645 6.96907 5.77134 7.28633 5.60116C7.60358 5.43097 7.97011 5.37627 8.32323 5.44641C8.67635 5.51655 8.99414 5.70717 9.22228 5.98569C9.45041 6.2642 9.57471 6.61331 9.57394 6.97333C9.56424 7.38485 9.3916 7.77569 9.09394 8.06H9.12727Z'%3E%3C/path%3E%3C/svg%3E");
}
.ctm-header.ctm-header--bg .ctm-logo__label, .ctm-header.active .ctm-logo__label {
	color: #002e53;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.ctm-header.ctm-header--bg .ctm-search__icon, .ctm-header.active .ctm-search__icon {
	color: #002e53;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.ctm-header.ctm-header--bg .ctm-header__menu-icon, .ctm-header.active .ctm-header__menu-icon {
	color: #0382e8;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.ctm-header.ctm-header--bg .ctm-search__field, .ctm-header.active .ctm-search__field {
	color: #002e53;
	border-color: #002e53;
}
.ctm-header.ctm-header--bg .ctm-search__container .ctm-search__icon:last-child, .ctm-header.active .ctm-search__container .ctm-search__icon:last-child {
	color: #002e53;
}

.ctm-header__inner {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}

.ctm-header__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	padding-left: 38px;
	padding-right: 50px;
	margin: 0 auto;
}

.ctm-header__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1560px;
}

.ctm-header__box-left,
.ctm-header__box-right {
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 992px) {
	.ctm-header {
		padding-top: 0;
	}
	.ctm-header.ctm-header--bg {
		padding-top: 47px;
	}
	.ctm-header.ctm-header--bg .ctm-search, .ctm-header.active .ctm-search {
		position: relative;
	}
	.ctm-header.ctm-header--bg .ctm-search.active > .ctm-search__icon, .ctm-header.active .ctm-search.active > .ctm-search__icon {
		color: #0382e8;
	}
	.ctm-header.ctm-header--bg .ctm-search.active .ctm-search__field, .ctm-header.active .ctm-search.active .ctm-search__field {
		color: #002e53;
		border-color: transparent;
		margin-left: 16px;
	}
	.ctm-header.ctm-header--bg .ctm-search.active .ctm-search__container, .ctm-header.active .ctm-search.active .ctm-search__container {
		-webkit-transition: top 0.2s linear;
		transition: top 0.2s linear;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100% !important;
		height: 47px;
		margin: 0;
		padding-right: 15px;
		padding-left: 15px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 -12px 15px 12px rgba(175, 196, 214, 0.7);
		box-shadow: 0 -12px 15px 12px rgba(175, 196, 214, 0.7);
	}
	.ctm-header.ctm-header--bg .ctm-search.active .ctm-search__container.active, .ctm-header.active .ctm-search.active .ctm-search__container.active {
		-webkit-transition: top 0.2s linear 0.2s;
		transition: top 0.2s linear 0.2s;
		top: 47px;
	}
	.ctm-header.ctm-header--bg .ctm-search.active .ctm-search__container .ctm-search__icon:first-child, .ctm-header.active .ctm-search.active .ctm-search__container .ctm-search__icon:first-child {
		display: block;
	}
	.ctm-header.ctm-header--bg .ctm-search.active .ctm-search__container .ctm-search__icon:last-child, .ctm-header.active .ctm-search.active .ctm-search__container .ctm-search__icon:last-child {
		color: #0382e8;
		right: 15px;
	}
	.ctm-header.ctm-header--bg .ctm-search__container, .ctm-header.active .ctm-search__container {
		position: fixed;
		top: 0;
		-webkit-transition: top 0.2s linear;
		transition: top 0.2s linear;
	}
	
	.ctm-header__inner {
		z-index: 11;
	}
	
	.ctm-header__container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.ctm-header__box {
		max-width: 100%;
	}
}
@media (max-width: 375px) {
	.ctm-header.ctm-header--bg .ctm-search.active .ctm-search__container.active, .ctm-header.active .ctm-search.active .ctm-search__container.active {
		top: 43px;
	}
}
.ctm-header__primary {
	position: relative;
	width: 100%;
	padding-top: 27px;
	padding-bottom: 30px;
	background-color: transparent;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.ctm-header__primary .ctm-header__container {
	padding-left: 80px;
}
.ctm-header__primary .ctm-header__box-right {
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.ctm-header__primary .btn {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 32px;
	padding: 0;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.ctm-header__primary .btn svg {
	display: none;
	height: 20px;
	width: 20px;
	color: #ffffff;
	fill: #ffffff;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.mob-open-geo {
	display: none;
}
.mob-open-geo .ctm-location__label {
	display: block !important;
	margin-left: 0;
}
.mob-open-geo .regions-select-region {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
}
.mob-open-geo .regions-select-region:before {
	display: block;
	content: "";
	width: 23px;
	height: 23px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' id='location' viewBox='0 0 16 16'%3E%3Cpath d='M12.0006 2.98667C10.9397 1.9258 9.5009 1.32981 8.0006 1.32981C6.50031 1.32981 5.06147 1.9258 4.0006 2.98667C2.93974 4.04753 2.34375 5.48638 2.34375 6.98667C2.34375 8.48696 2.93974 9.9258 4.0006 10.9867L7.51394 14.5067C7.57591 14.5692 7.64965 14.6187 7.73089 14.6526C7.81213 14.6864 7.89926 14.7039 7.98727 14.7039C8.07528 14.7039 8.16242 14.6864 8.24366 14.6526C8.32489 14.6187 8.39863 14.5692 8.4606 14.5067L12.0006 10.9533C13.057 9.89688 13.6505 8.46404 13.6505 6.97C13.6505 5.47596 13.057 4.04312 12.0006 2.98667ZM11.0473 10L8.0006 13.06L4.95394 10C4.35203 9.39754 3.94226 8.63016 3.7764 7.79486C3.61055 6.95956 3.69606 6.09383 4.02214 5.30712C4.34822 4.52041 4.90022 3.84803 5.60836 3.37499C6.3165 2.90194 7.14899 2.64945 8.0006 2.64945C8.85221 2.64945 9.68471 2.90194 10.3929 3.37499C11.101 3.84803 11.653 4.52041 11.9791 5.30712C12.3051 6.09383 12.3907 6.95956 12.2248 7.79486C12.059 8.63016 11.6492 9.39754 11.0473 10ZM6.0006 4.94C5.46241 5.47985 5.1602 6.21104 5.1602 6.97333C5.1602 7.73562 5.46241 8.46682 6.0006 9.00667C6.40044 9.40719 6.90966 9.68072 7.46437 9.79294C8.01908 9.90515 8.59457 9.85106 9.11865 9.63744C9.64273 9.42382 10.0921 9.06019 10.4103 8.59217C10.7285 8.12415 10.9014 7.57258 10.9073 7.00667C10.9103 6.6288 10.8375 6.25417 10.6932 5.90493C10.5489 5.55568 10.3361 5.2389 10.0673 4.97333C9.80305 4.70305 9.48799 4.48769 9.14022 4.33964C8.79245 4.1916 8.41883 4.11378 8.04087 4.11069C7.66291 4.10759 7.28807 4.17927 6.93792 4.32159C6.58777 4.46392 6.26922 4.67409 6.0006 4.94ZM9.12727 8.06C8.87463 8.31649 8.54074 8.47727 8.18269 8.51484C7.82463 8.5524 7.46465 8.46443 7.16428 8.26595C6.8639 8.06748 6.6418 7.77083 6.53594 7.42672C6.43008 7.08262 6.44704 6.71242 6.58391 6.37944C6.72078 6.04645 6.96907 5.77134 7.28633 5.60116C7.60358 5.43097 7.97011 5.37627 8.32323 5.44641C8.67635 5.51655 8.99414 5.70717 9.22228 5.98569C9.45041 6.2642 9.57471 6.61331 9.57394 6.97333C9.56424 7.38485 9.3916 7.77569 9.09394 8.06H9.12727Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.mob-open-geo .ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
	right: 0;
	left: auto;
}

@media (max-width: 992px) {
	.mob-open-geo {
		display: block;
	}
	
	.ctm-header__primary {
		padding-top: 9px;
		padding-bottom: 8px;
	}
	.ctm-header__primary .ctm-header__container {
		padding-left: 15px;
	}
	.ctm-header__primary .btn {
		margin-left: 15px;
	}
	.ctm-header__primary .btn svg {
		display: block;
	}
	.ctm-header__primary .btn span {
		display: none;
	}
}
@media (max-width: 380px) {
	.ctm-header__primary .btn {
		margin-left: 10px;
	}
}
.ctm-header__secondary {
	width: 100%;
	height: 37px;
	background-color: #002e53;
	position: relative;
	z-index: 1;
}
.ctm-header__secondary .btn {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 32px;
	padding: 0;
	font-size: 14px;
}
@media (max-width: 992px) {
	.ctm-header__secondary {
		background: none;
		height: 0;
	}
	.ctm-header__secondary .ctm-header__box-left, .ctm-header__secondary .btn, .ctm-header__secondary .ctm-location__icon {
		display: none;
	}
	.ctm-header__secondary .select-city-wrap {
		font-size: 0;
	}
	.ctm-header__secondary .select-city__block__text, .ctm-header__secondary .select-city__block__text-city {
		font-size: 0 !important;
	}
}

.ctm-header__menu-icon {
	display: block;
	width: 21px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 37px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	-webkit-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
	cursor: pointer;
}
.ctm-header__menu-icon[data-menu-close] {
	display: none;
}

@media (max-width: 992px) {
	.ctm-header__menu-icon {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
		margin-right: 15px;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

.ctm-swiss-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 16px;
}

.ctm-swiss-label__icon {
	display: block;
	width: 16px;
	height: 16px;
}

.ctm-swiss-label__text {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	white-space: nowrap;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.ctm-phone-company {
	position: relative;
	display: inline-block;
	font-family: "Conv_FuturaDemiC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	top: 2px;
}

.ctm-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.ctm-location__icon {
	display: block;
	width: 16px;
	height: 16px;
	fill: #ffffff;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ctm-location__label {
	display: inline-block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 8px;
}

.select-city__block__text, .select-city__block__text-city {
	color: #ffffff !important;
	font-family: "Conv_FuturaBookC", sans-serif !important;
	font-size: 14px !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

.select-city__modal__submit__vars {
	color: #414141;
}

.regions_vars {
	padding: 5px;
}

.ctm-lang {
	position: relative;
	margin-right: 25px;
}
.ctm-lang.active .ctm-lang__list {
	display: block;
}
.ctm-lang.active .ctm-lang__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ctm-lang_mob {
	margin-right: 0;
	margin-bottom: 35px;
	width: 136px;
}
.ctm-lang_mob .ctm-lang__current {
	background: #F0F0F0;
	padding: 8px;
	color: #002e53;
}
.ctm-lang_mob .ctm-lang__list {
	width: 100%;
	top: 100%;
}
.ctm-lang__current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
.ctm-lang__name {
	padding-top: 3px;
}
.ctm-lang__flag {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.ctm-lang__flag img {
	width: 100%;
}
.ctm-lang__list {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 9px);
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
	width: 107px;
}
.ctm-lang__item {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px 14px;
	color: #002e53;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
}
.ctm-lang__item:hover {
	background: #F0F0F0;
}
.ctm-lang__item.active {
	background: #005FAD;
	color: white;
}
.ctm-lang__arrow {
	width: 12px;
	height: 12px;
	margin-left: 6px;
}

@media (max-width: 992px) {
	.ctm-header__box-right .ctm-lang {
		display: none;
	}
}

.ctm-header__primary .ctm-lang {
	display: none;
}
@media (max-width: 992px) {
	.ctm-header__primary .ctm-lang {
		display: block;
		margin-right: 0;
		margin-top: -3px;
	}
	.ctm-header__primary .ctm-lang .ctm-lang__flag {
		width: 20px;
		height: 20px;
		margin-right: 13px;
	}
}

.ctm-logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.ctm-logo__image {
	display: block;
	height: 36px;
}

.ctm-logo__label {
	display: inline-block;
	color: #ffffff;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 12px;
	line-height: 1.4166666667;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 24px;
	white-space: nowrap;
	-webkit-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

@media (max-width: 992px) {
	.ctm-logo__image {
		height: 30px;
	}
	
	.ctm-logo__label {
		display: none;
	}
}
@media (max-width: 375px) {
	.ctm-logo__image {
		height: 26px;
	}
}
.ctm-search {
	/*
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	*/
	display: flex;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ctm-search.active .ctm-search__container {
	width: 287px;
	height: auto;
	-webkit-transition: width 0.2s ease;
	transition: width 0.2s ease;
}
.ctm-search.active .ctm-search__icon + .ctm-search__container {
	margin-left: 9px;
}

.ctm-search__icon {
	display: block;
	width: 20px;
	height: 20px;
	color: #ffffff;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	cursor: pointer;
}

.ctm-search__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: width 0.2s ease;
	transition: width 0.2s ease;
}
.ctm-search__container .ctm-search__icon:first-child {
	display: none;
}
.ctm-search__container .ctm-search__icon:last-child {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ctm-search__field {
	height: 32px;
	background: none;
	border: 0;
	border-bottom: 1px solid #ffffff;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1666666667;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	color: #ffffff;
	padding-right: 32px;
}

.ctm-search-external {
	width: 100%;
	max-width: 465px;
	margin-top: 32px;
}
.ctm-search-external .ctm-search__container {
	width: 100%;
	height: auto;
}
.ctm-search-external .ctm-search__container .ctm-search__icon {
	color: #002e53;
}
.ctm-search-external .ctm-search__container .ctm-search__icon:first-child {
	display: block;
	margin-right: 9px;
}
.ctm-search-external .ctm-search__field {
	color: #002e53;
	border-color: #002e53;
}

.section-404 {
	width: 100%;
}
.section-404 .ctm-accordion__label, .section-404 .ctm-accordion__header {
	pointer-events: none;
}

@media (max-width: 1200px) {
	.ctm-search.active .ctm-search__container {
		width: 17.9375vw;
	}
}
@media (max-width: 1100px) {
	.ctm-search.active .ctm-search__container {
		width: 13.1578947368vw;
	}
}
@media (max-width: 992px) {
	.ctm-search.active .ctm-search__container {
		width: 287px;
	}
}
.ctm-search-results-infobox {
	margin-bottom: 23px;
	padding-bottom: 1px;
}
.ctm-search-results-infobox .ctm-h2, .ctm-search-results-infobox .ctm-overlay__title {
	margin: 0 0 20px !important;
}
.ctm-search-results-infobox .ctm-h6 {
	margin-bottom: 10px;
}

.ctm-search-results--empty {
	margin-bottom: 120px;
}

@media (max-width: 992px) {
	.ctm-search-results-infobox .ctm-h6 + .ctm-h2, .ctm-search-results-infobox .ctm-h6 + .ctm-overlay__title {
		margin: 0 !important;
	}
}
.ctm-footer {
	width: 100%;
	background-color: #f0f0f0;
}

.ctm-footer__box-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ctm-footer__box-group .ctm-footer__box + .ctm-footer__box {
	margin-left: 50px;
}

.ctm-footer__title {
	position: relative;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 0.9375;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.ctm-footer__title-icon {
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 14px;
	height: 14px;
	fill: #002e53;
}

.ctm-footer__link {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-decoration: none;
}

.ctm-footer__list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ctm-footer__list-group .ctm-footer__list + .ctm-footer__list {
	margin-left: 50px;
}

.ctm-footer__list {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	max-width: 157px;
}

.am .ctm-footer__list {
	max-width: 210px;
}

.ctm-footer__list-item {
	margin-bottom: 12px;
}
.ctm-footer__list-item:last-child {
	margin-bottom: 0;
}

.ctm-footer__box--expanded .ctm-footer__title {
	position: relative;
}
.ctm-footer__box--expanded .ctm-footer__title-icon {
	display: none;
}

@media (max-width: 992px) {
	.ctm-footer__box-group {
		margin-bottom: 32px;
	}
	
	.ctm-footer__box--expanded .ctm-footer__title {
		width: 140px;
		padding-right: 24px;
	}
	.ctm-footer__box--expanded .ctm-footer__list-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	.ctm-footer__box--expanded .ctm-footer__list-group .ctm-footer__list + .ctm-footer__list {
		margin-left: 0;
		margin-top: 12px;
	}
	.ctm-footer__box--expanded.active {
		margin-bottom: 16px;
	}
	.ctm-footer__box--expanded.active .ctm-footer__box-inner {
		display: block;
	}
	.ctm-footer__box--expanded.active .ctm-footer__title-icon {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-perspective-origin: center center;
		perspective-origin: center center;
	}
}
@media (max-width: 768px) {
	.ctm-footer__box-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 16px;
	}
	.ctm-footer__box-group .ctm-footer__box + .ctm-footer__box {
		margin-left: 0;
		margin-top: 0;
	}
	
	.ctm-footer__box--expanded {
		width: 100%;
	}
	.ctm-footer__box--expanded .ctm-footer__title {
		margin-bottom: 0;
		width: 100%;
		cursor: pointer;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.ctm-footer__box--expanded .ctm-footer__title-icon {
		display: block;
	}
	.ctm-footer__box--expanded .ctm-footer__box-inner {
		display: none;
	}
	.ctm-footer__box--expanded.active .ctm-footer__box-inner {
		display: block;
	}
	.ctm-footer__box--expanded.active .ctm-footer__title-icon {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.ctm-footer__primary {
	padding-top: 54px;
	padding-bottom: 58px;
}

@media (max-width: 992px) {
	.ctm-footer__primary {
		padding-top: 40px;
		padding-bottom: 42px;
	}
}
@media (max-width: 768px) {
	.ctm-footer__primary {
		padding-top: 24px;
		padding-bottom: 40px;
	}
}
.ctm-footer__secondary {
	background-color: #002e53;
	padding-top: 20px;
	padding-bottom: 16px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 13px;
	line-height: 1.0769230769;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
}
.ctm-footer__secondary svg {
	vertical-align: middle;
}
.ctm-footer__secondary .ctm-icon-stroke {
	stroke: #ffffff;
}
.ctm-footer__secondary .ctm-icon-fill {
	fill: #ffffff;
}

.ctm-footer__secondary-logo {
	width: 75px;
	vertical-align: middle;
	margin-left: 5px;
}
@media (max-width: 560px) {
	.ctm-footer__secondary-logo {
		width: 62px;
	}
}

.ctm-footer__secondary-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

.ctm-footer__secondary-left,
.ctm-footer__secondary-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}
.ctm-footer__secondary-left span,
.ctm-footer__secondary-right span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 992px) {
	.ctm-footer__secondary .d-block.d-lg-inline-block {
		margin-bottom: 4px;
	}
	.ctm-footer__secondary .d-block.d-lg-inline-block:last-child {
		margin-bottom: 0;
	}
	
	.ctm-footer__secondary-left {
		display: block;
	}
	
	.ctm-footer__secondary-right {
		-webkit-box-align: end;
        -ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
        -ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.ctm-developer-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
}

.ctm-developer-label__image {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ctm-developer-label__text {
	display: inline-block;
	color: #ffffff;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	margin-right: 8px;
}

@media (max-width: 992px) {
	.ctm-developer-label__text {
		display: none;
	}
}
.ctm-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 37px;
}

.ctm-social__link {
	display: inline-block;
	text-decoration: none;
	margin-right: 14px;
}
.ctm-social__link:last-child {
	margin-right: 0;
}

.ctm-social__link-icon {
	display: block;
	width: 24px;
	height: 24px;
	color: #002e53;
}

.ctm-payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ctm-payment__label {
	display: inline-block;
	text-decoration: none;
	margin-right: 20px;
}
.ctm-payment__label:last-child {
	margin-right: 0;
}

.ctm-payment__label-image {
	display: inline-block;
	height: 13px;
	width: auto;
	max-width: 44px;
}

.ctm-payment__label-image.am {
	max-width: none;
	height: 25px;
}

.ctm-blog-lastest {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ctm-blog-lastest__post {
	display: block;
	width: calc(50% - 16px);
}
.ctm-blog-lastest__post:first-child {
	width: 100%;
	margin-bottom: 32px;
}
.ctm-blog-lastest__post:last-child {
	margin-left: 32px;
}

.ctm-blog-lastest__post-cover {
	display: block;
	width: 100%;
}

@media (max-width: 640px) {
	.ctm-blog-lastest__post {
		width: 100%;
		margin: 0 0 20px !important;
	}
	.ctm-blog-lastest__post:last-child {
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
		order: 2;
	}
	.ctm-blog-lastest__post:first-child {
		-webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
		order: 3;
		margin: 0 !important;
	}
}
.ctm-slider-instagram-wrapper {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto 80px;
}
.ctm-slider-instagram-wrapper .bi {
	font-size: 22px;
}
.ctm-slider-instagram-wrapper h2 {
	text-transform: capitalize;
}

.ctm-slider-instagram .owl-nav {
	top: calc(50% - 15px) !important;
}

.ctm-slider-instagram__item {
	display: block;
	width: 312px;
	-webkit-transition: -webkit-transform 0.15s ease-in-out;
	transition: -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	-webkit-box-shadow: 0 26px 16px -10px rgba(175, 196, 214, 0.49);
	box-shadow: 0 26px 16px -10px rgba(175, 196, 214, 0.49);
	position: relative;
}
.ctm-slider-instagram__item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/icons/icon-instagram-white.svg") center/32px no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.ctm-slider-instagram__item-cover {
	display: block;
	width: 100%;
}

@media (max-width: 1420px) {
	.ctm-slider-instagram-wrapper {
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media (max-width: 768px) {
	.ctm-slider-instagram__item {
		max-width: 290px;
	}
}
@media (min-width: 1420px) {
	.ctm-slider-instagram .owl-item:hover .ctm-slider-instagram__item {
		-webkit-transform: scale(0.89);
		transform: scale(0.89);
	}
	.ctm-slider-instagram .owl-item:hover .ctm-slider-instagram__item::after {
		opacity: 1;
	}
}
.ctm-tabs__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 60px;
}

.ctm-tab__label {
	display: inline-block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 0.9;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	cursor: pointer;
}
.ctm-tab__label::after {
	content: "/";
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
}
.ctm-tab__label:last-child::after {
	display: none;
}
.ctm-tab__label.active .ctm-tab__label-text::before {
	opacity: 1;
}

.ctm-tab__label-text {
	position: relative;
}
.ctm-tab__label-text::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: -12px;
	left: 0;
	border-top: 3px solid #0382e8;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.ctm-tab__box {
	display: none;
}
.ctm-tab__box.active {
	display: block;
}

@media (max-width: 1200px) {
	.ctm-tabs__header {
		margin-bottom: 28px;
	}
	
	.ctm-tab__label {
		font-size: 26px;
	}
	
	.ctm-tab__label-text::before {
		bottom: -9px;
	}
}
@media (max-width: 570px) {
	.ctm-tab__label {
		font-size: 20px;
	}
	.ctm-tab__label::after {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 375px) {
	.ctm-tab__label {
		font-size: 19px;
	}
	.ctm-tab__label::after {
		padding-left: 0;
		padding-right: 0;
	}
}
.ctm-card-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 32px;
	margin-bottom: -60px;
}

.ctm-card {
	position: relative;
	width: 100%;
	cursor: pointer;
	margin-bottom: 60px;
	
	display: flex;
	flex-direction: column;
}
.ctm-card:hover .ctm-card__favorite {
	opacity: 1;
}

.ctm-card__cover {
	width: 100%;
	height: 100%;
	max-height: 374px;
}

.ctm-card__cover-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.ctm-card__favorite {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 24px;
	height: 24px;
	font-size: 21px;
	line-height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}
.ctm-card__favorite:hover, .ctm-card__favorite.active {
	opacity: 1;
}
.ctm-card__favorite:hover .bi-heart, .ctm-card__favorite.active .bi-heart {
	opacity: 0;
}
.ctm-card__favorite:hover .bi-heart-fill, .ctm-card__favorite.active .bi-heart-fill {
	opacity: 1;
}
.ctm-card__favorite .bi {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #002e53;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}
.ctm-card__favorite .bi-heart {
	opacity: 1;
}
.ctm-card__favorite .bi-heart-fill {
	opacity: 0;
	color: #015faa;
}

.ctm-card__favorite-icon {
	display: block;
	width: 24px;
	height: 21px;
	stroke: #002e53;
}
.ctm-card__favorite-icon:hover {
	fill: #002e53;
}

.ctm-card__labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-webkit-transform: translateY(-26px);
	transform: translateY(-26px);
	margin-bottom: -26px;
}

.ctm-card__label {
	display: inline-block;
	padding: 6px 6px 4px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #f0f0f0;
	margin-right: 5px;
	border-radius: 0 7px 0 7px;
}
.ctm-card__label a {
	color: inherit;
	text-decoration: none;
}
.ctm-card__label:last-child {
	margin-right: 0;
}

.ctm-card__title {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1666666667;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	height: 50px;
	text-decoration: none;
	margin-bottom: 8px;
	margin-top: 8px;
	overflow: hidden;
}

.ctm-card__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ctm-card__price-current {
	display: inline-block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #0382e8;
	margin-right: 4px;
}

.ctm-card__price-old {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-decoration: line-through;
}

.ctm-card__add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
	height: 40px;
	background-color: #015faa;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}
.ctm-card__add-to-cart:hover {
	background-color: #0382e8;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.ctm-card__add-to-cart-icon {
	color: #ffffff;
	display: block;
	width: 24px;
	height: 24px;
}

.ctm-card__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
}

.ctm-card-group--3in1 {
	grid-template-columns: 1fr 1fr 1fr;
}

.ctm-card__label--orange {
	background-color: #fc8416;
}

.ctm-card__label--green {
	background-color: #8fcc5e;
}

.ctm-card__label--blue {
	background-color: #0382e8;
}

.ctm-card__label--red {
	background-color: red;
}

.ctm-card__label--black {
	background-color: #000;
}

.ctm-card__label--action {
	background-color: #08d108;
}

.ctm-card__label--action--proc {
	background-color: #08d108;
}

.ctm-card__label--action--blue {
	background-color: #6FB7EF;
}

.ctm-card__label--action--pink {
	background-color: #ff4949;
}

.ctm-card__label--action--yellow {
	background-color: #F81C73;
}

.ctm-card__label--best-price {
	background-color: #ff0000;
}

@media (max-width: 1400px) {
	.ctm-card__cover {
		height: 26.7142857143vw;
	}
}
@media (max-width: 1320px) {
	.ctm-card__label {
		font-size: 1.0606060606vw;
	}
	
	.ctm-card__price-current {
		font-size: 1.8181818182vw;
	}
	
	.ctm-card__price-old {
		font-size: 1.0606060606vw;
	}
	
	.ctm-card__title {
		font-size: 1.3636363636vw;
		height: 3.2575757576vw;
	}
}
@media (max-width: 1200px) {
	.ctm-card__price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
        -ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 992px) {
	.ctm-card-group {
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: -35px;
	}
	
	.ctm-card {
		margin-bottom: 35px;
	}
	
	.ctm-card__label {
		font-size: 1.4112903226vw;
	}
	
	.ctm-card__price-current {
		font-size: 2.4193548387vw;
	}
	
	.ctm-card__price-old {
		font-size: 1.6129032258vw;
	}
	
	.ctm-card__title {
		font-size: 1.814516129vw;
		height: 4.3346774194vw;
	}
	
	.ctm-card__cover {
		height: 37.7016129032vw;
	}
	
	.ctm-card__favorite {
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.ctm-card-group {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	
	.ctm-card__label {
		font-size: 1.5625vw;
		margin-right: 0;
	}
	
	.ctm-card__label--blue {
		display: none;
	}
	
	.ctm-card__price {
		margin-bottom: 10px;
	}
	
	.ctm-card__price-current {
		font-size: 2.8645833333vw;
	}
	
	.ctm-card__price-old {
		font-size: 1.8229166667vw;
	}
	
	.ctm-card__title {
		font-size: 2.0833333333vw;
		height: 7.2916666667vw;
	}
	
	.ctm-card__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
        -ms-flex-align: start;
		align-items: flex-start;
	}
	
	.ctm-card__add-to-cart {
		width: 64px;
	}
	
	.ctm-card__cover {
		height: 35.6770833333vw;
	}
}
@media (max-width: 640px) {
	.ctm-card-group {
		grid-template-columns: 1fr 1fr;
	}
	
	.ctm-card__price-current {
		font-size: 22px;
	}
	
	.ctm-card__price-old {
		font-size: 12px;
	}
	
	.ctm-card__title {
		font-size: 14px;
		height: 80px;
	}
	
	.ctm-card__label {
		font-size: 12px;
	}
	
	.ctm-card__cover {
		height: 208px;
	}
	
	.ctm-card__labels {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ctm-card__cover {
		position: relative;
	}
	.ctm-card__cover .ctm-card__labels {
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
.ctm-card-simple-group .ctm-card-simple + .ctm-card-simple {
	border-top: 1px solid #eeeeee;
}

.ctm-card-simple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	text-decoration: none;
}

.ctm-card-simple__img {
	display: block;
	width: auto;
	max-width: 80px;
	height: auto;
	max-height: 80px;
	margin-right: 16px;
}

.ctm-card-simple__title {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}

.ctm-slider-banner-wrapper {
	position: relative;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	overflow: hidden;
}

.ctm-slider-banner {
	position: relative;
	height: 667px;
}

.ctm-slider-banner__cover {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	width: auto;
	max-width: none;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
@media (max-width: 1439px) and (min-width: 560px) {
	.ctm-slider-banner__cover {
		left: -200px;
		-webkit-transform: none;
		transform: none;
	}
}
.ctm-slider-banner__cover.active {
	opacity: 1;
	-webkit-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}

.ctm-slider-banner__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.ctm-slider-banner__item-box {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.ctm-slider-banner__item-label {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.6666666667;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 5px;
}

.ctm-slider-banner__item-title {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 58px;
	line-height: 1.1551724138;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.25849px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 32px;
}
.ctm-slider-banner__item-title span {
	display: block;
}

.ctm-slider-banner-nav {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

.ctm-slider-banner-nav__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.ctm-slider-banner-nav__control-prev {
	left: 16px;
}

.ctm-slider-banner-nav__control-next {
	right: 16px;
}

.ctm-slider-banner-nav__control-icon {
	display: block;
	width: 32px;
	height: 32px;
	fill: #ffffff;
}

.ctm-slider-banner .owl-stage-outer {
	padding-bottom: 0 !important;
}
.ctm-slider-banner .owl-stage-outer,
.ctm-slider-banner .owl-stage,
.ctm-slider-banner .owl-item {
	height: inherit;
}
.ctm-slider-banner .owl-dots {
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ctm-slider-banner .owl-dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ffffff !important;
	margin: 0 7px;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.ctm-slider-banner .owl-dot.active {
	background-color: #ffffff;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.ctm-slider-banner-alert {
	color: #FFFFFF;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	background-color: #015faa;
	padding: 15px 0;
	text-align: center;
}

@media (max-width: 1500px) {
	.ctm-slider-banner__item-box {
		max-width: 100%;
		padding: 0 80px;
	}
}
@media (max-width: 992px) {
	.ctm-slider-banner {
		height: 600px;
	}
	
	.ctm-slider-banner__item-box {
		padding: 95px 15px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	
	.ctm-slider-banner__item-label {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 18px;
		line-height: 1.1111111111;
		font-weight: 400;
		font-style: normal;
		margin-bottom: 12px;
	}
	
	.ctm-slider-banner__item-title {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 40px;
		line-height: 1.1;
		font-weight: 400;
		font-style: normal;
	}
}
@media (max-width: 640px) {
	.ctm-slider-banner .owl-dots {
		bottom: 27px;
		left: 24px;
		-webkit-box-pack: start;
        -ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.ctm-slider-banner-nav {
		top: auto;
		-webkit-transform: none;
		transform: none;
		bottom: 32px;
	}
	
	.ctm-slider-banner-nav__control-prev {
		left: auto;
		right: 54px;
	}
	
	.ctm-slider-banner-nav__control-next {
		right: 10px;
	}
	
	.ctm-slider-banner__item-title {
		font-size: 38px;
	}
}
.ctm-needs {
	width: 100%;
	background-color: #fbf4f8;
	padding-top: 60px;
	padding-bottom: 130px;
	overflow: hidden;
}

.ctm-needs__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.ctm-needs__title {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 0.9;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-align: center;
	margin-bottom: 110px;
}

.ctm-need {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ctm-need:nth-child(2) .ctm-need__decor {
	z-index: 1;
}

.ctm-need__decor {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 0;
	width: 375px;
	height: 375px;
}

.ctm-need__decor-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	z-index: 0;
	width: 375px;
	height: 375px;
}

.ctm-need__link {
	position: relative;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 2;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	-webkit-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 2;
}
.ctm-need__link:hover {
	color: #0060aa;
}

@media (max-width: 860px) {
	.ctm-needs__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ctm-need:nth-child(1) .ctm-need__decor-wrap {
		z-index: 1;
	}
	.ctm-need:nth-child(2) {
		-webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
		order: -1;
	}
	.ctm-need:nth-child(2) .ctm-need__decor-wrap {
		z-index: 0;
	}
}
@-webkit-keyframes spin-need-1 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin-need-1 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.ctm-need__decor-1 {
	-webkit-animation: spin-need-1 80s infinite linear;
	animation: spin-need-1 80s infinite linear;
}

@-webkit-keyframes spin-need-2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin-need-2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.ctm-need__decor-2 {
	-webkit-animation: spin-need-2 80s infinite linear;
	animation: spin-need-2 80s infinite linear;
}

.ctm-product-day {
	background-color: #f9f9f9;
	width: 100%;
}

.ctm-product-day__image {
	display: block;
	width: 100%;
}

.ctm-breadcrumbs {
	margin-top: 18px;
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ctm-breadcrumb {
	display: inline-block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 12px;
	line-height: 1.3333333333;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-transform: uppercase;
	text-decoration: none;
}
.ctm-breadcrumb::after {
	content: ">";
	display: inline-block;
	padding: 0 8px;
}
.ctm-breadcrumb:last-child::after {
	display: none;
}

.ctm-breadcrumbs--simetric {
	margin: 32px 0;
}

@media (max-width: 992px) {
	.ctm-breadcrumbs {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}
.ctm-discount--page {
	overflow: hidden;
}

.ctm-discounts {
	padding-bottom: 20px;
}
@media (max-width: 640px) {
	.ctm-discounts {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 24px;
		width: 100%;
	}
}
.ctm-discounts .owl-stage-outer {
	overflow: visible;
}
.ctm-discounts .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -90px;
	right: -90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1500px) {
	.ctm-discounts .owl-nav {
		left: 30px;
		right: 30px;
	}
}
.ctm-discounts .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #FFFFFF !important;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ctm-discounts .owl-nav button .ctm-icon {
	height: 14px;
	width: 8px;
	color: #015faa;
}
.ctm-discounts .owl-item.cloned {
	opacity: 0;
}

.ctm-discount {
	display: block;
	-webkit-box-shadow: 0px 26px 16px -10px rgba(175, 196, 214, 0.49);
	box-shadow: 0px 26px 16px -10px rgba(175, 196, 214, 0.49);
	margin-bottom: 30px;
}

.ctm-discount__cover {
	display: block;
	width: 100%;
}

@media (max-width: 640px) {
	.ctm-discounts {
		grid-template-columns: 1fr;
	}
}
.ctm-blog-posts-popular .ctm-blog-post-preview {
	margin-bottom: 30px;
}
.ctm-blog-posts-popular .ctm-blog-post-preview:last-child {
	margin-bottom: 0;
}
.ctm-blog-posts-popular .ctm-h4 {
	margin-bottom: 32px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.ctm-blog-posts-popular .ctm-h4 {
		display: none;
	}
}
.ctm-blog-post-preview {
	display: block;
	text-decoration: none;
	width: 100%;
}

.ctm-blog-post-preview__cover {
	display: block;
	width: 100%;
}

.ctm-blog-post-preview__container {
	display: block;
	margin-top: 30px;
}

.ctm-blog-post-preview__cover-image {
	display: block;
	width: 100%;
}

.ctm-blog-post-preview__label {
	display: block;
	color: #002e53;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 16px;
}

.ctm-blog-post-preview__name {
	display: block;
	color: #002e53;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 36px;
	line-height: 1.1388888889;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.25849px;
	text-transform: uppercase;
}

.ctm-blog-post-preview--wide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ctm-blog-post-preview--wide .ctm-blog-post-preview__container {
	margin-top: 0;
	margin-left: 30px;
	padding-top: 16px;
}
.ctm-blog-post-preview--wide .ctm-blog-post-preview__cover {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 339px;
}

@media (max-width: 1400px) {
	.ctm-blog-post-preview__label {
		font-size: 1.7142857143vw;
	}
	
	.ctm-blog-post-preview__name {
		font-size: 2.5714285714vw;
	}
}
@media (max-width: 992px) {
	.ctm-blog-post-preview__label {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
		margin-bottom: 11px;
	}
	
	.ctm-blog-post-preview__name {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 24px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
	
	.ctm-blog-post-preview--wide {
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
	}
	.ctm-blog-post-preview--wide .ctm-blog-post-preview__container {
		margin-left: 16px;
		padding-top: 0;
	}
	.ctm-blog-post-preview--wide .ctm-blog-post-preview__cover {
		width: 120px;
		height: 120px;
		overflow: hidden;
	}
	.ctm-blog-post-preview--wide .ctm-blog-post-preview__cover-image {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
		width: auto;
		height: inherit;
	}
}
.ctm-blog-post p {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 22px;
	line-height: 1.1363636364;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-bottom: 16px;
}

.ctm-blog-post__cover {
	display: block;
	width: 100%;
	margin-bottom: 48px;
}

.ctm-blog-post__label {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-bottom: 16px;
}

.ctm-blog-post__content img {
	display: block;
	max-width: 100%;
}

@media (max-width: 768px) {
	.ctm-blog-post__content img {
		display: block;
	}
}
.ctm-slider .ctm-blog-post-preview {
	width: 100%;
	max-width: 420px;
}

@media (max-width: 992px) {
	.ctm-slider .ctm-blog-post-preview {
		width: 100%;
		max-width: 290px;
	}
}
.ctm-slider .owl-prev,
.ctm-slider .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url("../img/icons/icon-chevron-left.svg") center no-repeat #ffffff;
	-webkit-transition: right 0.15s ease-in-out, left 0.15s ease-in-out;
	transition: right 0.15s ease-in-out, left 0.15s ease-in-out;
}
.ctm-slider .owl-prev {
	left: -90px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ctm-slider .owl-next {
	right: -90px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	-webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.ctm-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ctm-slider .owl-stage-outer {
	padding-bottom: 32px;
}

@media (max-width: 1600px) {
	.ctm-slider .owl-prev {
		left: -70px;
	}
	.ctm-slider .owl-next {
		right: -70px;
	}
}
@media (max-width: 1500px) {
	.ctm-slider .owl-prev {
		left: -25px;
	}
	.ctm-slider .owl-next {
		right: -25px;
	}
}
@media (max-width: 1420px) {
	.ctm-slider .owl-prev {
		display: none;
	}
	.ctm-slider .owl-next {
		right: 10px;
	}
}
.ctm-accordion-group .ctm-accordion + .ctm-accordion {
	border-top: 1px solid #eeeeee;
}

.ctm-accordion {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ctm-accordion.active .ctm-accordion__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ctm-accordion.active .ctm-accordion__label-icon {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.ctm-accordion__header {
	cursor: pointer;
}

.ctm-accordion__container {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 16px;
}

.ctm-accordion__label {
	position: relative;
	display: block;
	width: 100%;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 0.9;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	padding-top: 24px;
	padding-bottom: 24px;
}

.ctm-accordion__label-icon {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	width: 16px;
	height: 16px;
	-webkit-transition: -webkit-transform 0.15s ease-in-out;
	transition: -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.ctm-accordion__link {
	display: inline-block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 2.1875;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}

/*дочерние пункты меню*/
.depth_level_2 {
	padding-left: 30px;
}

.parent-lbl {
	position: relative;
	width: 100%;
	z-index: 2;
}

.ctm-accordion-group .depth_level_2,
.ctm-menu-group .depth_level_2 {
	display: none;
}

.depth_level_2.active {
	display: block;
}

a.ctm-accordion__link.parent-lbl svg.ctm-accordion__label-icon,
a.ctm-menu__item.parent-lbl svg.ctm-accordion__label-icon {
	z-index: 1;
}

.ctm-accordion__label-icon-parent {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	width: 16px;
	height: 16px;
	-webkit-transition: -webkit-transform 0.15s ease-in-out;
	transition: -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.ctm-accordion__label-icon-parent.active {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.selected_li,
.ctm-menu__item.selected_li .ctm-menu__link {
	/*font-weight: 600;*/
}

.ctm-menu-group .ctm-accordion__container {
	display: block;
}

/*end дочерние пункты меню*/
.catalog-novogodnie-podarki {
	color: #69BBF5;
}

.catalog-sales45 {
	color: #69BBF5;
}

.catalog-khity-prodazh-50 {
	color: #ff0000;
}

.catalog-dlya-vlyublennykh {
	color: #ff0000;
}
.catalog-dlya-vlyublennykh::before {
	content: "\f415";
	font-family: "bootstrap-icons";
	font-size: 16px;
	line-height: normal;
	position: relative;
	top: 4px;
}

.catalog-made-for-men {
	/*color: #235C56;*/
	color: #fff;
	background-color: #235C56;
	padding: 0px 0px 0px 5px;
	
}

.catalog-made-for-men::before {
	content: "\f415";
	font-family: "bootstrap-icons";
	font-size: 16px;
	line-height: normal;
	position: relative;
	top: 4px;
}


.catalog-poleznye-podarki {
	/*color: #235C56;*/
	color: #fff;
	background-color: #F81D71;
	padding: 0px 0px 0px 5px;
	
}

.catalog-poleznye-podarki::before {
	content: "\f415";
	font-family: "bootstrap-icons";
	font-size: 16px;
	line-height: normal;
	position: relative;
	top: 4px;
}


@media (max-width: 992px) {
	.ctm-accordion-group .ctm-accordion:first-child {
		border-top: 1px solid #eeeeee;
	}
	.ctm-accordion-group .ctm-accordion:last-child {
		border-bottom: 1px solid #eeeeee;
	}
	
	.ctm-accordion__label {
		font-size: 24px;
	}
}
.ctm-menu {
	list-style: none;
}

.ctm-menu__item {
	margin-bottom: 20px;
}
.ctm-menu__item:last-child {
	margin-bottom: 0;
}

.ctm-menu--info .ctm-menu__item {
	padding-right: 25px;
}

.ctm-menu__link {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}
.ctm-menu__link:hover, .ctm-menu__link.active {
	color: #0382e8;
}

.ctm-object-group {
	width: 100%;
}

.ctm-object-group__footer {
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
	padding-bottom: 40px;
}

.ctm-object {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ctm-object + .ctm-object {
	border-top: 1px solid #eeeeee;
}

.ctm-object__main {
	width: 100%;
}

.ctm-object__aside {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.ctm-object__aside .ctm-btn + .ctm-btn, .ctm-object__aside .ctm-btn-icon + .ctm-btn, .ctm-object__aside .ctm-btn + .ctm-btn-icon, .ctm-object__aside .ctm-btn-icon + .ctm-btn-icon {
	margin-left: 16px;
}

@media (max-width: 992px) {
	.ctm-object {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ctm-object__aside {
		margin-top: 20px;
		-webkit-box-pack: start;
        -ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.ctm-object__primary-status {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.ctm-object__secondary-status {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	margin-top: 18px;
}

.ctm-object__feature {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-bottom: 8px;
}

@media (max-width: 992px) {
	.ctm-object__feature {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
}
.ctm-object__label-green {
	color: #b2cd43;
}

.ctm-object__label-red {
	color: #e11f1c;
}

.ctm-object__label-blue {
	color: #015faa;
}

.ctm-object__label-orange {
	color: #fc8416;
}

.ctm-object__label-orange-strong {
	color: #ff0000;
}

.ctm-object__label-dred-strong {
	color: #bd1717;
}

.ctm-object__label-grey {
	color: #a4a4a4;
}

#sliderCards .owl-stage-outer,
#sliderCards2 .owl-stage-outer,
#sliderCards3 .owl-stage-outer {
	padding-bottom: 0;
}
#sliderCards img,
#sliderCards2 img,
#sliderCards3 img {
	width: auto;
}
#sliderCards .ctm-card,
#sliderCards2 .ctm-card,
#sliderCards3 .ctm-card {
	max-width: 285px;
	margin-bottom: 0;
}
#sliderCards .ctm-card__cover,
#sliderCards2 .ctm-card__cover,
#sliderCards3 .ctm-card__cover {
	height: 374px;
}
@media (max-width: 768px) {
	#sliderCards .ctm-card,
	#sliderCards2 .ctm-card,
	#sliderCards3 .ctm-card {
		max-width: 160px;
	}
	#sliderCards .ctm-card__cover,
	#sliderCards2 .ctm-card__cover,
	#sliderCards3 .ctm-card__cover {
		height: 196px;
	}
}
@media (max-width: 640px) {
	#sliderCards .ctm-card,
	#sliderCards2 .ctm-card,
	#sliderCards3 .ctm-card {
		max-width: 124px;
	}
	#sliderCards .ctm-card__cover,
	#sliderCards2 .ctm-card__cover,
	#sliderCards3 .ctm-card__cover {
		height: 152px;
	}
}

.ctm-lk-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
	margin-left: -12px;
	margin-right: -12px;
}

.ctm-lk-category {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(33.3333333333% - 24px);
	background-color: #f0f0f0;
	padding: 36px 16px;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	margin: 0 12px 24px;
}
.ctm-lk-category:hover {
	-webkit-box-shadow: 0 21px 17px -12px rgba(175, 196, 214, 0.69);
	box-shadow: 0 21px 17px -12px rgba(175, 196, 214, 0.69);
}
.ctm-lk-category:hover .ctm-lk-category__name {
	color: #0382e8;
}

.ctm-lk-category__cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
	margin-bottom: 10px;
	font-size: 24px;
	color: #0060aa;
}

.ctm-lk-category__cover-image {
	display: block;
}

.ctm-lk-category__name {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-align: center;
}

.ctm-lk-category__color-accent {
	color: #0382e8;
}

@media (max-width: 992px) {
	.ctm-lk-categories {
		margin-bottom: 0;
	}
	
	.ctm-lk-category {
		width: calc(50% - 24px);
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
		order: 2;
	}
	.ctm-lk-category:nth-child(3) {
		-webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
		order: 1;
		width: 100%;
	}
	.ctm-lk-category:nth-child(4) {
		-webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
		order: 8;
	}
	.ctm-lk-category:last-child {
		-webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
		order: 9;
		width: 100%;
	}
	
	.ctm-lk-category__name {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
}
.ctm-alert {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ctm-alert_primary {
	color: #69C33F;
}
.ctm-alert_danger {
	color: red;
}
.ctm-alert_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ctm-alert_icon svg {
	margin-right: 6px;
}
.ctm-alert_icon svg.primary {
	fill: #69C33F;
}
.ctm-alert_icon svg.danger {
	fill: red;
}

.ctm-promo-cover {
	display: block;
	width: 100%;
}

.ctm-chips {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 13px 0;
	margin-bottom: 24px;
	overflow-y: hidden;
	overflow-x: auto;
}
.ctm-chips .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ctm-chip {
	display: inline-block;
	height: 30px;
	background-color: #ffffff;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
	white-space: nowrap;
}
.ctm-chip:hover, .ctm-chip.active {
	background-color: #0060aa;
	color: #ffffff;
}

.ctm-slider-video-wrapper {
	width: 100%;
	background-color: #99dbf3;
	padding-top: 25px;
	padding-bottom: 25px;
}

.ctm-slider-video .owl-nav {
	top: calc(50% - 38px) !important;
}
.ctm-slider-video .owl-stage-outer {
	padding-bottom: 0 !important;
}

.ctm-slider-video__item {
	display: block;
	text-decoration: none;
	width: 100%;
}
.ctm-slider-video__item iframe {
	width: 100%;
}

.ctm-slider-video__item-cover {
	display: block;
	width: 100%;
}

.ctm-slider-video__item-label {
	display: block;
	width: 100%;
	max-width: 320px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-align: center;
	margin: 5px auto 0;
}

@media (max-width: 992px) {
	.ctm-slider-video__item-label {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 18px;
		line-height: 1.2777777778;
		font-weight: 400;
		font-style: normal;
		margin-top: 16px;
	}
	
	.ctm-slider-video .owl-nav {
		top: calc(50% - 30px) !important;
	}
}
.ctm-slider-teaser-wrapper {
	margin-top: 60px;
	margin-bottom: 70px;
}

.ctm-slider-teaser .owl-nav {
	top: calc(50% - 16px) !important;
}
.ctm-slider-teaser .owl-prev {
	left: 38px !important;
}
.ctm-slider-teaser .owl-next {
	right: 38px !important;
}

.ctm-slider-teaser__item {
	position: relative;
	display: block;
	width: 290px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.ctm-slider-teaser__item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}
.ctm-slider-teaser__item .ctm-btn, .ctm-slider-teaser__item .ctm-btn-icon {
	opacity: 0;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
	margin-top: 0;
}
.ctm-slider-teaser__item:hover {
	-webkit-transform: scale(0.93103);
	transform: scale(0.93103);
}
.ctm-slider-teaser__item:hover::before {
	opacity: 1;
}
.ctm-slider-teaser__item:hover .ctm-btn, .ctm-slider-teaser__item:hover .ctm-btn-icon {
	opacity: 1;
	height: 45px;
	-webkit-transition: height 0.25s ease-in-out, opacity 0.5s ease-in-out, margin-top 0.25s ease-in-out;
	transition: height 0.25s ease-in-out, opacity 0.5s ease-in-out, margin-top 0.25s ease-in-out;
	margin-top: 20px;
}
.ctm-slider-teaser__item:hover .ctm-slider-teaser__item-box {
	height: 50%;
	-webkit-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}
.ctm-slider-teaser__item:hover .ctm-slider-teaser__item-label {
	color: #ffffff;
}
.ctm-slider-teaser__item:hover .ctm-slider-teaser__item-label::before {
	opacity: 0;
}

.ctm-slider-teaser__item-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: height 0.15s ease-in-out;
	transition: height 0.15s ease-in-out;
}

.ctm-slider-teaser__item-cover {
	display: block;
	-webkit-box-shadow: 0 26px 16px -10px rgba(175, 196, 214, 0.49);
	box-shadow: 0 26px 16px -10px rgba(175, 196, 214, 0.49);
}

.ctm-slider-teaser__item-label {
	position: relative;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-align: center;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
.ctm-slider-teaser__item-label::before {
	content: "";
	display: block;
	width: 150%;
	height: 150%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-filter: blur(10px);
	filter: blur(10px);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.ctm-slider-teaser__item-label-text {
	position: relative;
}

.ctm-slider-teaser__item--zero {
	height: 381px;
	width: 290px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}
.ctm-slider-teaser__item--zero::before {
	display: none;
}
.ctm-slider-teaser__item--zero .ctm-slider-teaser__item-cover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ctm-overlay {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
}
.ctm-overlay::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
}
.ctm-overlay.active {
	left: 0;
}
.ctm-overlay.active::before {
	opacity: 1;
}
.ctm-overlay.left .ctm-overlay__box-left:not([data-filters]) {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s linear 0.2s;
	transition: -webkit-transform 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
	overflow-y: auto;
	min-height: 100%;
	height: auto;
	padding: 40px;
}
.ctm-overlay.right .ctm-overlay__box-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s linear 0.2s;
	transition: -webkit-transform 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
	overflow-y: auto;
	min-height: 100%;
	height: auto;
	padding: 40px;
}
.ctm-overlay.filters [data-filters].ctm-overlay__box-left {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	overflow-y: auto;
	min-height: 100%;
	height: auto;
	padding: 40px;
}

.ctm-overlay__inner {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ctm-overlay__box-container .ctm-menu + .ctm-menu {
	margin-top: 50px;
}
.ctm-overlay__box-container .ctm-cart__item-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.ctm-overlay__box-container .ctm-cart__item-controls-and-price {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 24px;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ctm-overlay__box-container .ctm-cart__item-title {
	max-width: 100%;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
}
.ctm-overlay__box-container .ctm-cart__item-price {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 22px;
	line-height: 1.0909090909;
	font-weight: 400;
	font-style: normal;
}
.ctm-overlay__box-container .ctm-cart__item-remove {
	position: static;
	bottom: auto;
	right: auto;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.ctm-overlay__box-container .ctm-field-qty {
	margin-right: 8px;
}
.ctm-overlay__box-container .ctm-filters .ctm-icon {
	width: 24px;
	height: 24px;
}

.ctm-overlay__box-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	min-height: 0;
	height: 0;
	background-color: #ffffff;
	padding: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.18s linear;
	transition: -webkit-transform 0.18s linear;
	transition: transform 0.18s linear;
	transition: transform 0.18s linear, -webkit-transform 0.18s linear;
	overflow: hidden;
}

.ctm-overlay__box-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	min-height: 0;
	height: 0;
	background-color: #ffffff;
	padding: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.18s linear;
	transition: -webkit-transform 0.18s linear;
	transition: transform 0.18s linear;
	transition: transform 0.18s linear, -webkit-transform 0.18s linear;
	overflow: hidden;
}

.ctm-overlay__box-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ctm-overlay__title {
	margin: 0 !important;
}

.ctm-overlay__btn-close {
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: relative;
	top: -4px;
	left: -8px;
}
.ctm-overlay__btn-close .bi {
	font-size: 32px;
	color: #0382e8;
}

.ctm-overlay__title + .ctm-overlay__btn-close {
	left: 0;
}

@media (max-width: 992px) {
	.ctm-overlay {
		z-index: 10;
	}
	.ctm-overlay.left .ctm-overlay__box-left:not([data-filters]) {
		padding-top: 90px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.ctm-overlay.right .ctm-overlay__box-right {
		padding-top: 103px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.ctm-overlay.filters [data-filters].ctm-overlay__box-left {
		padding-top: 90px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.ctm-overlay__box-left .ctm-overlay__box-header {
		display: none;
	}
	
	.ctm-overlay__box-right .ctm-overlay__box-header {
		position: absolute;
		top: 47px;
		left: 0;
		width: 100%;
		-webkit-box-shadow: 0 -12px 15px 12px rgba(175, 196, 214, 0.7);
		box-shadow: 0 -12px 15px 12px rgba(175, 196, 214, 0.7);
		padding: 0 16px;
		margin: 0;
		height: 47px;
	}
	
	.ctm-overlay__title {
		font-size: 18px !important;
		line-height: 1 !important;
	}
	
	.ctm-overlay__box-container .ctm-cart__item-cover {
		margin-right: 16px;
	}
}
@media (max-width: 640px) {
	.ctm-overlay__box-left,
	.ctm-overlay__box-right {
		width: 100%;
	}
	
	.ctm-overlay__box-container .ctm-object {
		padding-top: 30px;
		padding-bottom: 22px;
	}
	.ctm-overlay__box-container .ctm-cart__item-controls-and-price {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 10px;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
	}
	.ctm-overlay__box-container .ctm-cart__item-controls-and-price .ctm-cart__item-price {
		width: 100%;
		-webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
		order: -1;
		margin-bottom: 5px;
	}
	.ctm-overlay__box-container .ctm-cart__item-controls-and-price .ctm-cart__item-remove {
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
		order: 2;
	}
	.ctm-overlay__box-container .ctm-cart__item-controls-and-price .ctm-field-qty {
		margin: 0;
	}
	
	.ctm-overlay__box-right .ctm-overlay__box-header {
		top: 43px;
	}
}
.ctm-cart {
	border-bottom: 1px solid #002e53;
}

.ctm-cart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ctm-cart__item + .ctm-cart__item {
	border-top: 1px solid #eeeeee;
}

.ctm-cart__item-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90px;
	height: 110px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.ctm-cart__item-cover-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.ctm-cart__item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.ctm-cart__item-title {
	max-width: 256px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1666666667;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-top: 7px;
}

.ctm-cart__item-name {
	display: block;
	margin-bottom: 4px;
}

.ctm-cart__item-label {
	display: block;
}

.ctm-cart__item-label--count {
	background: #FBF4F8;
	padding: 5px;
	margin: 5px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ctm-cart__item-controls-and-price {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ctm-cart__item-price {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #0382e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 150px;
}
.ctm-cart__item-price .ctm-icon {
	color: #0382e8 !important;
	margin-right: 16px;
	position: relative;
	top: -3px;
}
.ctm-cart__item-price--percent {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 13px;
	line-height: 1.0769230769;
	font-weight: 400;
	font-style: normal;
	color: #fc8416;
	display: inline-block;
	margin-top: 7px;
	border: solid thin #fc8416;
	padding: 3px;
}
.ctm-cart__item-price--old {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-decoration: line-through;
	display: inline-block;
	margin-top: 5px;
}

.ctm-cart__item-remove {
	position: absolute;
	bottom: 0;
	right: 2px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.ctm-cart__item-remove-icon {
	display: block;
	width: inherit;
	height: inherit;
	stroke: #0382e8;
}

.ctm-cart--empty {
	text-align: center;
	padding-top: 40px;
	border-bottom: 0;
	height: 200%;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
}

@media (max-width: 1100px) {
	.ctm-cart__item-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
        -ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.ctm-cart__item-controls-and-price {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 24px;
		height: auto;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
	}
	
	.ctm-cart__item-title {
		max-width: 100%;
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
		margin-top: 0;
	}
	
	.ctm-cart__item-price {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 22px;
		line-height: 1.0909090909;
		font-weight: 400;
		font-style: normal;
	}
	
	.ctm-cart__item-remove {
		position: static;
		bottom: auto;
		right: auto;
		-webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
		order: -1;
	}
}
@media (max-width: 640px) {
	.ctm-cart__item-controls-and-price {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 10px;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
	}
	.ctm-cart__item-controls-and-price .ctm-cart__item-price {
		width: 100%;
		-webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
		order: -1;
		margin-bottom: 5px;
	}
	.ctm-cart__item-controls-and-price .ctm-cart__item-remove {
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
		order: 2;
	}
	.ctm-cart__item-controls-and-price .ctm-field-qty {
		margin: 0;
	}
	
	.ctm-cart__item-price {
		width: 100%;
	}
}
.ctm-gifts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 32px;
	margin-bottom: 40px;
}

.ctm-gift {
	width: 100%;
}
.ctm-gift .ctm-btn, .ctm-gift .ctm-btn-icon {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.ctm-gift__cover {
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 208px;
	overflow: hidden;
	margin: 0 auto 5px;
}

.ctm-gift__cover-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.ctm-gift__title {
	position: relative;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	min-height: 40px;
}

@media (max-width: 992px) {
	.ctm-gifts {
		grid-gap: 14px;
	}
	
	.ctm-gift__title {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 14px;
		line-height: 1.1428571429;
		font-weight: 400;
		font-style: normal;
	}
}
@media (max-width: 768px) {
	.ctm-gifts {
		margin-bottom: 30px;
	}
	
	.ctm-gift__cover {
		max-width: 82px;
		max-height: 92px;
		margin-bottom: 7px;
	}
}
@media (max-width: 450px) {
	.ctm-gifts {
		grid-template-columns: repeat(2, 1fr);
	}
}
.ctm-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ctm-product__main {
	width: calc(100% - 420px);
	max-width: 900px;
}
.ctm-product__main .ctm-accordion-group .ctm-accordion {
	border-color: #002e53;
}
.ctm-product__main .ctm-accordion-group .ctm-accordion:first-child {
	border-top: 0;
}

.ctm-product__sidebar {
	width: 370px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 50px;
}
.ctm-product__sidebar .ctm-h3 {
	text-transform: uppercase;
	margin-bottom: 12px;
}
.ctm-product__sidebar .ctm-h5 {
	display: block;
	margin-bottom: 24px;
}
.ctm-product__sidebar .ctm-h5 a {
	color: inherit;
	text-decoration: none;
}

.ctm-product__description {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ctm-product__article {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.0714285714;
	font-weight: 400;
	font-style: normal;
	color: #a4a4a4;
}

.ctm-product__price {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 0.875;
	font-weight: 400;
	font-style: normal;
	color: #0382e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ctm-product__price--current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ctm-product__price--old {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: line-through;
}

.ctm-product__availability {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.0714285714;
	font-weight: 400;
	font-style: normal;
	color: #b2cd43;
}
.ctm-product__availability::before {
	content: "";
	display: inline-block;
	background-color: #b2cd43;
	margin-right: 9px;
	width: 6px;
	height: 6px;
	position: relative;
	top: -1px;
}

.ctm-product__str {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.0714285714;
	font-weight: 400;
	font-style: normal;
	color: #0382e8;
}
.ctm-product__str a {
	color: #0382e8;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.ctm-product__str a:hover {
	color: #015faa;
	text-decoration: none;
}

.ctm-product__gift {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	background-image: url("../img/product/gift_backgr.svg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	margin-bottom: 25px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}
.ctm-product__gift img {
	max-width: 40px;
	margin-right: 5px;
}

.ctm-product__str--monofont {
	letter-spacing: 0.03em;
}

.ctm-product__lnk {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}

.ctm-product__reviews .ctm-btn, .ctm-product__reviews .ctm-btn-icon {
	font-size: 14px;
}

.ctm-product__text {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1666666667;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}
.ctm-product__text ul {
	padding-left: 26px;
}
.ctm-product__text p {
	margin: 0 0 16px;
}
.ctm-product__text a {
	color: #002e53;
	text-decoration: underline;
}
.ctm-product__text a:hover {
	text-decoration: none;
}

.ctm-product__to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}
.ctm-product__to-cart .ctm-field-qty {
	margin: 0 16px 0 0;
	width: auto;
	height: 45px;
}
.ctm-product__to-cart .ctm-field-qty-control {
	width: 45px;
}
.ctm-product__to-cart .ctm-field-qty-field {
	width: 57px;
}
.ctm-product__to-cart .ctm-btn, .ctm-product__to-cart .ctm-btn-icon {
	width: 100%;
}

@media (max-width: 992px) {
	.ctm-product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ctm-product__main {
		max-width: 100%;
		width: 100%;
	}
	
	.ctm-product__sidebar {
		width: 100%;
		margin-left: 0;
	}
	
	.ctm-product__reviews {
		width: 370px;
		margin: 50px auto 0;
	}
}
@media (max-width: 640px) {
	.ctm-product__to-cart .ctm-btn, .ctm-product__to-cart .ctm-btn-icon {
		width: 100%;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	.ctm-product__reviews {
		width: 100%;
	}
	
	.ctm-review__text {
		max-width: 320px;
		margin: 0 auto;
	}
}
.ctm-product__gallery {
	position: relative;
	border: 2px solid #eeeeee;
	background-color: #eeeeee;
	overflow: hidden;
}

.ctm-product__gallery-slider .splide__arrows,
.ctm-product__gallery-slider .splide__pagination {
	display: none;
}
.ctm-product__gallery-slider .splide__slide img {
	display: block;
	width: 100%;
}

.ctm-product__gallery-thumbnails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	padding-left: 30px;
}

.ctm-product__gallery-thumbnail {
	display: block;
	width: 60px;
	border: 2px solid #eeeeee;
	cursor: pointer;
	background-color: #ffffff;
}
.ctm-product__gallery-thumbnail + .ctm-product__gallery-thumbnail {
	margin-left: 20px;
}

.ctm-product__gallery-thumbnail-image {
	display: block;
	width: 100%;
}

@media (max-width: 992px) {
	.ctm-product__gallery {
		width: calc(100% + 24px);
		margin-left: -12px;
		border: 0;
	}
	
	.ctm-product__gallery-thumbnails {
		-webkit-box-pack: center;
        -ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
		bottom: 16px;
	}
	
	.ctm-product__gallery-thumbnail {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		overflow: hidden;
		border: 0;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
	}
	.ctm-product__gallery-thumbnail.active {
		background-color: #0382e8;
	}
	
	.ctm-product__gallery-thumbnail-image {
		display: none;
	}
}
.ctm-product__favorite {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 24px;
}
.ctm-product__favorite .bi {
	cursor: pointer;
}
.ctm-product__favorite .bi-heart-fill {
	display: none;
	color: #015faa;
}
.ctm-product__favorite:hover .bi-heart, .ctm-product__favorite.active .bi-heart {
	display: none;
}
.ctm-product__favorite:hover .bi-heart-fill, .ctm-product__favorite.active .bi-heart-fill {
	display: block;
}

.ctm-product__color {
	margin: 24px 0;
}

.ctm-product__color-current {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 700;
	font-style: normal;
	color: #002e53;
	margin-bottom: 10px;
}

.ctm-product__color-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.ctm-product__color-set-item {
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid transparent;
	border-radius: 50%;
	padding: 2px;
	margin-right: 14px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.ctm-product__color-set-item:hover, .ctm-product__color-set-item.active {
	border-color: #000000;
	-webkit-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.ctm-product__color-set-item-image {
	display: block;
	width: 100%;
}

.ctm-slider-reviews {
	padding-top: 16px;
}
.ctm-slider-reviews .owl-nav {
	display: block;
	top: auto;
	bottom: 25px;
}
.ctm-slider-reviews .owl-prev {
	left: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.ctm-slider-reviews .owl-next {
	right: 0;
}
.ctm-slider-reviews .owl-stage-outer {
	padding: 0;
}
.ctm-slider-reviews .owl-item {
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ctm-slider-reviews .owl-item.active {
	opacity: 1;
}

.ctm-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 226px;
	background: url("../img/needs/img-figure-5.svg") center no-repeat;
	padding: 16px 40px;
	background-size: cover;
}

.ctm-review_v1 {
	background: url("../img/needs/Ellipse_26.svg") center no-repeat;
	background-size: contain;
}

.ctm-review_v2 {
	background: url("../img/needs/Ellipse_28.svg") center no-repeat;
	background-size: contain;
}

.ctm-review_v3 {
	background: url("../img/needs/Ellipse_29.svg") center no-repeat;
	background-size: contain;
}

.ctm-review__text {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin: 22px 0;
	text-align: center;
}

.ctm-review__author {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}

.ctm-review__text-full {
	display: none;
}

.fb-modal__content .ctm-review__text-full {
	display: block;
	text-align: left;
}

[data-service=full-review] {
	cursor: pointer;
}
[data-service=full-review]:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.ctm-slider-reviews {
		width: calc(100% + 24px);
		margin-left: -12px;
	}
	.ctm-slider-reviews .owl-prev {
		left: 5px;
	}
	.ctm-slider-reviews .owl-next {
		right: 5px;
	}
}
@media (max-width: 370px) {
	.ctm-review {
		background-size: auto 100%;
	}
}
.ctm-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 1000;
	overflow-x: hidden;
	background: rgba(0, 0, 0, 0.7);
}
.ctm-modal.active {
	width: 100%;
}
.ctm-modal.active .ctm-modal-inner {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out 0.3s;
	transition: opacity 0.3s ease-in-out 0.3s;
}

.ctm-modal-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	margin: 32px auto;
	overflow-y: auto;
}

.ctm-modal-box {
	width: 100%;
	max-width: 768px;
	background-color: #ffffff;
	padding: 40px 30px 30px;
	margin: 0 auto;
}

.ctm-modal-box__header {
	position: relative;
	padding-right: 40px;
	margin-bottom: 32px;
}
.ctm-modal-box__header h2 {
	text-transform: uppercase;
}

.ctm-modal-box__close {
	position: absolute;
	top: 0;
	right: 0;
	color: #0382e8;
	cursor: pointer;
}

.ctm-modal-box-sm {
	max-width: 640px;
}

.ctm-modal-box-xs {
	max-width: 480px;
}

.fb-modal {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	max-width: 90vw;
	padding: 60px 50px 70px;
}
.fb-modal__header {
	position: relative;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.fb-modal_review {
	width: 430px;
}
.fb-modal > .carousel__button.is-close {
	top: 20px;
	right: 15px;
	color: #0382e8;
}
@media (max-width: 768px) {
	.fb-modal {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
		padding: 50px 20px 30px;
	}
}

@media (max-width: 640px) {
	.ctm-modal-inner {
		margin: 0;
	}
	
	.ctm-modal-box-sm,
	.ctm-modal-box-xs {
		max-width: 100%;
	}
}
.ctm-feedback .ctm-rating {
	margin-bottom: 32px;
}
.ctm-feedback .ctm-rating__progress {
	width: 185px;
	height: 30px;
}

.ctm-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ctm-rating__progress {
	display: block;
	width: 99px;
	height: 16px;
}

.ctm-rating__progress-current {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/img-stars@2x.png") 0 0 no-repeat;
	background-size: auto 100%;
}

.ctm-rating__reviews {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.0714285714;
	font-weight: 400;
	font-style: normal;
	color: #015faa;
}

.ctm-rating__progress + .ctm-rating__reviews {
	margin-left: 10px;
}

.ctm-rating__grade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ctm-rating__grade-item {
	display: block;
	width: 40px;
	height: 30px;
	padding-right: 10px;
	cursor: pointer;
	color: #015faa;
}
.ctm-rating__grade-item svg {
	width: 30px;
	height: inherit;
}
.ctm-rating__grade-item svg:first-child {
	display: none;
}
.ctm-rating__grade-item:hover ~ .ctm-rating__grade-item svg:first-child, .ctm-rating__grade-item.active ~ .ctm-rating__grade-item svg:first-child {
	display: block;
}
.ctm-rating__grade-item:hover ~ .ctm-rating__grade-item svg:last-child, .ctm-rating__grade-item.active ~ .ctm-rating__grade-item svg:last-child {
	display: none;
}

.ctm-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 16px;
	color: #002e53;
}
.ctm-filters .ctm-icon {
	width: 18px;
	height: 18px;
	margin-right: 9px;
}

.ctm-auth-link-wrapper {
	position: relative;
}

.ctm-auth-link {
	display: block;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fbf4f8;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.2222222222;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-decoration: underline;
	text-align: center;
	position: absolute;
	bottom: 70px;
	left: 0;
}
.ctm-auth-link:hover {
	text-decoration: none;
}

.ctm-manager {
	margin-top: 40px;
	padding: 30px 20px;
	background-color: #f0f0f0;
	width: 100%;
	max-width: 240px;
}

.ctm-manager__title {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-bottom: 24px;
}

.ctm-manager__phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 14px !important;
	margin-bottom: 24px !important;
}
.ctm-manager__phone .ctm-icon {
	margin-right: 8px;
	color: #002e53;
}
.ctm-manager__phone a {
	text-decoration: none;
	color: #015faa;
}

.ctm-manager__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ctm-manager__social {
	display: block;
	width: 24px;
	height: 24px;
}
.ctm-manager__social + .ctm-manager__social {
	margin-left: 10px;
}

.ctm-manager__social-img {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {
	.ctm-manager {
		max-width: 100%;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	.ctm-manager__title {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 26px;
		line-height: 1.1153846154;
		font-weight: 400;
		font-style: normal;
	}
}
.ctm-lk-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -36px -16px;
	padding-bottom: 15px;
	padding-top: 16px;
	gap: 10px 0;
}
.ctm-lk-stat.withbutton {
	padding-bottom: 60px;
}

.ctm-lk-stat__item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ctm-lk-stat__item-label {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-align: center;
	margin-bottom: 8px;
}

.ctm-lk-stat__item-value {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #0382e8;
	text-align: center;
}

.ctm-lk-stat__item--w100 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #0382e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	height: 47px;
}
.ctm-lk-stat__item--w100 .ctm-lk-stat__item-label,
.ctm-lk-stat__item--w100 .ctm-lk-stat__item-value {
	color: #ffffff;
	margin-bottom: 0;
}
.ctm-lk-stat__item--w100 .ctm-lk-stat__item-label + .ctm-lk-stat__item-value {
	margin-left: 4px;
}

.bonus-table--wrap {
	overflow: auto;
	width: 100%;
}

.bonus-table {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.1875;
	font-weight: 400;
	font-style: normal;
	border: none;
	min-width: 530px;
}
@media (max-width: 768px) {
	.bonus-table {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 12px;
		line-height: 1.1666666667;
		font-weight: 400;
		font-style: normal;
	}
}
.bonus-table td, .bonus-table th {
	padding: 20px 15px;
	border: none !important;
}
@media (max-width: 768px) {
	.bonus-table td, .bonus-table th {
		padding: 10px 8px;
	}
}
.bonus-table tr:nth-child(even) {
	background: #F8F8F8;
}
.bonus-table tr:nth-child(even) .expired {
	background: #FFB1AB;
}
.bonus-table td.expired {
	background: #FFD3CF;
	color: #E11F1C;
}
.bonus-table .bonus-green {
	color: #8FCC5E;
}
.bonus-table .bonus-red {
	color: #E11F1C;
}
.bonus-table thead {
	text-align: left;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
}
@media (max-width: 768px) {
	.bonus-table thead {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 12px;
		line-height: 1.1666666667;
		font-weight: 400;
		font-style: normal;
	}
}
.bonus-table thead tr {
	background: #D8E8F6;
}
.bonus-table thead th {
	font-weight: normal;
	padding: 13px 15px;
	border: none;
}
.bonus-table thead th.expired {
	background: #FFB1AB;
}
@media (max-width: 768px) {
	.bonus-table thead th {
		padding: 8px;
	}
}
.bonus-table tbody {
	border: 1px solid #F8F8F8;
	border-top: none;
}

.ctm-lk-bonuses {
	display: grid;
	grid-template: auto/1fr 1fr 1fr;
	grid-gap: 24px;
	margin-bottom: 25px;
}
@media (max-width: 768px) {
	.ctm-lk-bonuses {
		grid-template: auto/auto;
	}
}

.ctm-lk-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #F8F8F8;
	padding: 10px 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ctm-lk-share > a {
	text-decoration: none;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}
.ctm-lk-share > a:hover {
	color: #0382e8;
}
@media (max-width: 768px) {
	.ctm-lk-share {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	.ctm-lk-share > a {
		margin-bottom: 10px;
	}
}

.ctm-lk-bonus {
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.ctm-lk-bonus.red {
	background: #FFD3CF;
}
.ctm-lk-bonus.red .ctm-lk-bonus__name {
	color: #E11F1C;
}
.ctm-lk-bonus.red .ctm-lk-bonus__header {
	background: #FFB1AB;
}
.ctm-lk-bonus.green {
	background: #8FCC5E;
}
.ctm-lk-bonus.green .ctm-lk-bonus__name {
	color: white;
}
.ctm-lk-bonus.green .ctm-lk-bonus__header {
	background: #76B544;
	color: white;
}
.ctm-lk-bonus.blue {
	background: #D8E8F7;
}
.ctm-lk-bonus.blue .ctm-lk-bonus__name {
	color: #0382E8;
}
.ctm-lk-bonus.blue .ctm-lk-bonus__header {
	background: #B6D9F8;
}
.ctm-lk-bonus:hover {
	-webkit-box-shadow: 0px 21px 17px -12px rgba(175, 196, 214, 0.69);
	box-shadow: 0px 21px 17px -12px rgba(175, 196, 214, 0.69);
}

.ctm-lk-bonus__name {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 1.1333333333;
	font-weight: 400;
	font-style: normal;
	margin-top: 45px;
	margin-bottom: 20px;
	display: block;
}
@media (max-width: 768px) {
	.ctm-lk-bonus__name {
		margin-top: 20px;
		margin-bottom: 15px;
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 18px;
		line-height: 1.1111111111;
		font-weight: 400;
		font-style: normal;
	}
}

.ctm-lk-bonus__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	border-bottom: 1px solid #FFFFFF;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
}
@media (max-width: 768px) {
	.ctm-lk-bonus__header {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
}

.ctm-lk-bonus--button {
	background: #FFB1AB;
	border-radius: 33px;
	margin-bottom: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px 10px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
}

.ctm-lk-coupon__row {
	display: grid;
	grid-template: auto/1fr 1fr 1fr;
	grid-gap: 24px;
	margin-top: 25px;
	margin-bottom: 25px;
}
@media (max-width: 768px) {
	.ctm-lk-coupon__row {
		grid-template: auto/auto;
	}
}
.coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.coupon-left {
	width: 55%;
	background: #0382E8;
	border-radius: 0 12px 12px 0;
	margin-right: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 20px;
	position: relative;
}
.coupon-left:before {
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	left: -4px;
	top: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='86' viewBox='0 0 8 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='white'/%3E%3Ccircle cx='4' cy='56' r='4' fill='white'/%3E%3Ccircle cx='4' cy='30' r='4' fill='white'/%3E%3Ccircle cx='4' cy='69' r='4' fill='white'/%3E%3Ccircle cx='4' cy='17' r='4' fill='white'/%3E%3Ccircle cx='4' cy='82' r='4' fill='white'/%3E%3Ccircle cx='4' cy='43' r='4' fill='white'/%3E%3C/svg%3E");
	background-repeat: repeat-y;
	background-position: center;
}
.coupon-right {
	padding: 10px;
	background: #0382E8;
	border-radius: 12px 0 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45%;
	position: relative;
}
.coupon-right:after {
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	right: -4px;
	top: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='86' viewBox='0 0 8 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='white'/%3E%3Ccircle cx='4' cy='56' r='4' fill='white'/%3E%3Ccircle cx='4' cy='30' r='4' fill='white'/%3E%3Ccircle cx='4' cy='69' r='4' fill='white'/%3E%3Ccircle cx='4' cy='17' r='4' fill='white'/%3E%3Ccircle cx='4' cy='82' r='4' fill='white'/%3E%3Ccircle cx='4' cy='43' r='4' fill='white'/%3E%3C/svg%3E");
	background-repeat: repeat-y;
	background-position: center;
}
.coupon button {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	background: #0382E8;
	color: #FFFFFF;
	width: 100%;
	height: 32px;
	border: none;
	cursor: pointer;
}
.coupon button:hover {
	color: #8ACBFF;
}
.coupon-percent {
	font-weight: 400;
	font-size: 36px;
	line-height: 41px;
	text-align: center;
	letter-spacing: 0.25849px;
	text-transform: uppercase;
	color: #002E53;
}
.coupon-code {
	font-weight: 400;
	font-size: 16px;
	line-height: 119.3%;
	color: white;
	border: 1px dashed #FFFFFF;
	width: 100%;
	min-height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.ctm-popover {
	position: relative;
	display: inline-block;
}
.ctm-popover:hover .ctm-popover__text {
	display: block;
}

.ctm-popover__icon {
	display: block;
	width: 12px;
	height: 12px;
}

.ctm-popover__icon-image {
	display: block;
	width: 100%;
	height: 100%;
}

.ctm-popover__text {
	display: none;
	position: absolute;
	bottom: 24px;
	right: -24px;
	background-color: #ffffff;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	padding: 16px;
	text-align: left;
	width: 215px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
.ctm-popover__text::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -21px;
	right: 0;
	border-left: 20px solid #ffffff;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.pagination__item {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #a4a4a4;
	margin: 0 2px;
}
.pagination__item:hover {
	color: #0382e8;
}
.pagination__item.active {
	border-radius: 50%;
	background-color: #015faa;
	color: white;
}
.pagination__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #015faa;
}
.pagination__arrow svg {
	width: 8px;
	height: 14px;
}

.ctm-btn, .ctm-btn-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #015faa;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 3px 32px 0;
	height: 40px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	text-align: center;
}
.ctm-btn:hover, .ctm-btn-icon:hover {
	background-color: #0382e8;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.ctm-btn-ttn {
	text-transform: none;
}

.ctm-btn-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 4px;
	padding: 3px 15px 0;
}

.ctm-btn-outofstock {
	width: 100px;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
}

.ctm-btn-lg {
	height: 45px;
}

.ctm-btn-sm {
	height: 24px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
}

.ctm-btn-icon {
	padding: 0;
	width: 40px;
}

.ctm-btn-white {
	background-color: #ffffff;
	color: #002e53;
}
.ctm-btn-white:hover {
	background-color: #ffffff;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.ctm-btn-blue-light {
	background-color: #74c7e6;
	color: #015faa;
}
.ctm-btn-blue-light:hover {
	background-color: #99dbf3;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.ctm-btn-blue {
	background-color: #0167B1;
	color: #ffffff;
}
.ctm-btn-blue:hover {
	background-color: #0167B1;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.ctm-btn-outline {
	background: none;
	color: #015faa;
	border: 2px solid #015faa;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.ctm-btn-outline:hover, .ctm-btn-outline.active {
	background-color: #015faa;
	color: #ffffff;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.ctm-btn-outline-gray {
	background: none;
	color: #002e53;
	border: 2px solid #EEEEEE;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.ctm-btn-outline-gray:hover, .ctm-btn-outline-gray.active {
	background-color: #015faa;
	border-color: #015faa;
	color: #ffffff;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.ctm-h1 {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 58px;
	line-height: 1.1551724138;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-transform: uppercase;
	margin: 0 0 32px;
}

.ctm-h2, .ctm-overlay__title {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 46px;
	line-height: 1.1304347826;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	text-transform: uppercase;
	margin: 0 0 32px;
}

.ctm-h3 {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 36px;
	line-height: 1.1388888889;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin: 0;
}

.ctm-h4 {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 0.9;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin: 0;
}

.ctm-h5 {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin: 0;
}

.ctm-h6 {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.2222222222;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin: 0;
}

.ctm-hflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.ctm-h2, .ctm-overlay__title {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 30px;
		line-height: 1.1333333333;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.25849px;
		margin: 0;
	}
	
	.ctm-h3 {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 30px;
		line-height: 1.1;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.26px;
	}
	
	.ctm-h4 {
		font-size: 26px;
	}
	
	.ctm-h5 {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 18px;
		line-height: 1.1666666667;
		font-weight: 400;
		font-style: normal;
	}
}
.ctm-field-group .ctm-field {
	margin: 0;
	padding: 24px 0;
}
.ctm-field-group .ctm-field + .ctm-field {
	border-top: 1px solid #eeeeee;
}

.ctm-field {
	position: relative;
	width: 100%;
	margin-bottom: 29px;
}
.ctm-field .jqselect {
	width: 100%;
	border-bottom: 1px solid #002440;
	z-index: 1 !important;
}
.ctm-field .jq-selectbox__select-text {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.3333333333;
	font-weight: 400;
	font-style: normal;
	color: #002440;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 24px;
}
.ctm-field .jq-selectbox__trigger {
	background: url("../img/icons/icon-chevron-left-dark.svg") center no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.ctm-field .jq-selectbox__dropdown {
	width: 100% !important;
	background-color: #ffffff;
	border: 1px solid #002e53;
}
.ctm-field .jq-selectbox__dropdown li {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002440;
	padding: 7px 10px 6px;
	cursor: pointer;
	width: 100%;
	white-space: normal;
}
.ctm-field .jq-selectbox__dropdown li:hover {
	background-color: rgba(3, 130, 232, 0.15);
}
.ctm-field .jq-selectbox__dropdown .sel {
	color: #ffffff;
	background-color: #0382e8;
}
.ctm-field .jq-selectbox__dropdown .sel:hover {
	color: #ffffff;
	background-color: #0382e8;
}

.ctm-field__label {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.2777777778;
	font-weight: 400;
	font-style: normal;
	color: #002440;
}
.ctm-field__label a {
	color: #002440;
}

.ctm-field__control-wrapper {
	position: relative;
}

.ctm-field__control {
	display: block;
	border: 0;
	border-bottom: 1px solid #002440;
	background: none;
	width: 100%;
	height: 40px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.2777777778;
	font-weight: 400;
	font-style: normal;
	padding-left: 8px;
	padding-right: 8px;
}
.ctm-field__control[type=password] {
	padding-right: 56px;
}
.ctm-field__control[type=checkbox], .ctm-field__control[type=radio] {
	display: none;
}
.ctm-field__control[type=checkbox] + .ctm-field__label {
	position: relative;
	color: #002440;
	padding-left: 20px;
}
.ctm-field__control[type=checkbox] + .ctm-field__label::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #a4a4a4;
	position: absolute;
	top: 3px;
	left: 0;
	cursor: pointer;
}
.ctm-field__control[type=checkbox]:checked + .ctm-field__label::before {
	display: block;
	background: url("../img/icons/icon-checked.svg") center/cover no-repeat;
	border-color: #0382e8;
}
.ctm-field__control[type=radio] + .ctm-field__label {
	position: relative;
	color: #002440;
	padding-left: 32px;
	padding-top: 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.ctm-field__control[type=radio] + .ctm-field__label span.amount {
	width: 100px;
	min-width: 100px;
}
.ctm-field__control[type=radio] + .ctm-field__label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #a4a4a4;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.ctm-field__control[type=radio] + .ctm-field__label::after {
	content: "";
	display: none;
	width: 12px;
	height: 12px;
	border: 5px solid #0382e8;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.ctm-field__control[type=radio]:checked + .ctm-field__label::after {
	display: block;
}

textarea.ctm-field__control {
	margin-top: 16px;
	border: 1px solid #002440;
	min-height: 220px;
	max-width: 100%;
	min-width: 100%;
}

.ctm-field__msg {
	display: block;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.3571428571;
	font-weight: 400;
	font-style: normal;
	color: #a4a4a4;
	margin-top: 13px;
}
.ctm-field__msg a {
	color: #0167B1;
	text-decoration: none;
}
.ctm-field__msg a.ctm-dark {
	display: inline-block;
	padding-top: 8px;
	color: #002e53;
	text-decoration: underline;
}
.ctm-field__msg a.ctm-dark:hover {
	text-decoration: none;
}

.ctm-field__show-value {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.ctm-field__msg-error {
	color: #e11f1c;
	margin-top: 3px;
}

.ctm-field-as-switcher .ctm-field__label {
	display: inline-block;
}
.ctm-field-as-switcher .ctm-field__label::before {
	position: static !important;
	width: 44px !important;
	height: 22px !important;
	border-radius: 12px;
	background-color: #99dbf3 !important;
	background-size: 14px !important;
	background-position: 25px center !important;
	border: 0 !important;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background-image: url("../img/icons/icon-cross-white.svg");
	background-repeat: no-repeat;
}
.ctm-field-as-switcher .ctm-field__label::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: right 0.2s ease-in-out;
	transition: right 0.2s ease-in-out;
}
.ctm-field-as-switcher [type=checkbox]:checked + .ctm-field__label::before {
	background-color: #0382e8 !important;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background-image: url("../img/icons/icon-check.svg");
	background-position: 2px center !important;
	background-size: 20px !important;
}
.ctm-field-as-switcher [type=checkbox]:checked + .ctm-field__label::after {
	right: 2px;
	-webkit-transition: right 0.2s ease-in-out;
	transition: right 0.2s ease-in-out;
}

.form-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 450px !important;
	max-width: 100%;
	margin-top: 25px;
}
.form-404 .ctm-field {
	margin-bottom: 0;
}
.form-404 button {
	padding: 6px;
	margin-left: 10px;
	border: none;
	background: transparent;
	color: #002e53;
}
.form-404 button svg {
	width: 20px;
	height: 20px;
	color: #002e53;
}

.ctm-field-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fbf4f8;
	height: 32px;
	width: 100px;
	margin-right: 20px;
}

.ctm-field-qty-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 100%;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	cursor: pointer;
}

.ctm-field-qty-field {
	width: 40px;
	height: 100%;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	border: 0;
	background: none;
	text-align: center;
	padding-top: 4px;
}

@media (max-width: 1100px) {
	.ctm-field-qty {
		margin-left: 11px;
		margin-right: 15px;
	}
}
.ctm-page-auth {
	padding-top: 90px;
}
.ctm-page-auth h1 {
	margin: 0 0 32px;
}
.ctm-page-auth p {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.2777777778;
	font-weight: 400;
	font-style: normal;
	color: #002440;
}
.ctm-page-auth form {
	width: 100%;
	max-width: 370px;
}

@media (max-width: 992px) {
	.ctm-page-auth {
		padding-top: 45px;
	}
	.ctm-page-auth form {
		max-width: 100%;
	}
}
.ctm-page-info .ctm-h2, .ctm-page-info .ctm-overlay__title {
	margin: 48px 0 60px;
}
.ctm-page-info .ctm-accordion__container p, .ctm-page-info .ctm-info__block p {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin-bottom: 16px;
}
.ctm-page-info .ctm-accordion__container p:last-child, .ctm-page-info .ctm-info__block p:last-child {
	margin-bottom: 0;
}
.ctm-page-info .ctm-accordion__container a, .ctm-page-info .ctm-info__block a {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}
.ctm-page-info .ctm-accordion__container a:hover, .ctm-page-info .ctm-info__block a:hover {
	color: #0382e8;
}
.ctm-page-info .ctm-accordion__container ul, .ctm-page-info .ctm-accordion__container ol, .ctm-page-info .ctm-info__block ul, .ctm-page-info .ctm-info__block ol {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	margin: 16px 0;
	padding-left: 24px;
}
@media (max-width: 992px) {
	.ctm-page-info .ctm-h2, .ctm-page-info .ctm-overlay__title {
		margin: 0;
	}
	.ctm-page-info .ctm-accordion {
		border-color: #002e53 !important;
	}
	.ctm-page-info .ctm-accordion__container ul,
	.ctm-page-info .ctm-accordion__container ol,
	.ctm-page-info .ctm-accordion__container p,
	.ctm-page-info .ctm-accordion__container a, .ctm-page-info .ctm-info__block ul,
	.ctm-page-info .ctm-info__block ol,
	.ctm-page-info .ctm-info__block p,
	.ctm-page-info .ctm-info__block a {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
}
@media (min-width: 993px) {
	.ctm-page-info .ctm-accordion {
		border: 0 !important;
	}
	.ctm-page-info .ctm-accordion.active .ctm-accordion__container {
		display: block;
	}
	.ctm-page-info .ctm-accordion__header {
		cursor: initial;
	}
	.ctm-page-info .ctm-accordion__label-icon {
		display: none;
	}
	.ctm-page-info .ctm-accordion__container {
		display: block;
	}
}

.ctm-info__block {
	padding-bottom: 15px;
}
.ctm-info__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	align-items: center;
	display: block;
	width: 100%;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 0.9;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	padding-top: 24px;
	padding-bottom: 24px;
}
@media (max-width: 992px) {
	.ctm-info__header {
		font-size: 24px;
	}
}
.ctm-info img {
	max-width: 100%;
}
.span-pro {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 0.9;
	font-weight: 400;
	font-style: normal;
	text-transform: lowercase;
	font-style: italic;
	color: #FFFFFF;
	background: #0382E8;
	border-radius: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 8px;
	padding: 0px 8px 2px;
	height: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.span-pro-opt {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 0.9;
	font-weight: 400;
	font-style: normal;
	text-transform: lowercase;
	font-style: italic;
	color: #FFFFFF;
	background: #00bf66;
	border-radius: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 8px;
	padding: 0px 8px 2px;
	height: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pickpoint-way {
	text-transform: uppercase;
	margin-right: 40px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.pickpoint-way:hover {
	color: #0382e8;
}
@media (max-width: 500px) {
	.pickpoint-way {
		margin-right: 0;
		margin-bottom: 30px;
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 14px;
		line-height: 1.1428571429;
		font-weight: 400;
		font-style: normal;
	}
	.pickpoint-way:last-of-type {
		margin-bottom: 0;
	}
}
.pickpoint-way__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 500px) {
	.pickpoint-way__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
}
.pickpoint-way__icon {
	margin-right: 20px;
}
.pickpoint-way__icon-postmat {
	width: 56px;
}
@media (max-width: 500px) {
	.pickpoint-way__icon-postmat {
		width: 43px;
	}
}
.pickpoint-way__icon-punkt {
	width: 46px;
}
@media (max-width: 500px) {
	.pickpoint-way__icon-punkt {
		width: 35px;
	}
}
.pickpoint-way__icon img {
	width: 100%;
}
.pickpoint-way__img {
	margin-top: 50px;
}
@media (max-width: 500px) {
	.pickpoint-way__img {
		margin-top: 40px;
	}
}
.pickpoint-way__img img {
	max-width: 100%;
	margin: 0 auto;
}

.pickpoint-modal img {
	max-width: 100%;
	max-height: 100%;
}
.pickpoint-modal .ctm-modal-box {
	max-height: 90vh;
}

.ctm-payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0px 20px;
}
@media (max-width: 768px) {
	.ctm-payment {
		gap: 20px 0;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
}
.ctm-payment__col {
	cursor: pointer;
	width: 20%;
	background-color: #f0f0f0;
	border: solid thin #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 24px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	padding: 40px 20px 20px 20px;
	-webkit-box-shadow: 0px 26px 16px -10px rgba(175, 196, 214, 0.49);
	box-shadow: 0px 26px 16px -10px rgba(175, 196, 214, 0.49);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ctm-payment__col:hover {
	color: #0382e8;
	border-color: #0382e8;
	-webkit-box-shadow: 0px 21px 17px -12px rgba(175, 196, 214, 0.69);
	box-shadow: 0px 21px 17px -12px rgba(175, 196, 214, 0.69);
}
@media (max-width: 768px) {
	.ctm-payment__col {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		background-color: transparent;
		width: 50%;
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1;
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
		padding: 0 10px;
	}
}
.ctm-payment__icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}
.ctm-payment__icon .ctm-icon {
	width: 40px;
	height: 40px;
}
@media (max-width: 768px) {
	.ctm-payment__icon .ctm-icon {
		width: 64px;
		height: 64px;
	}
}
@media (max-width: 768px) {
	.ctm-payment__icon {
		width: auto;
		height: auto;
	}
}
.ctm-payment__text {
	margin-top: 20px;
}
@media (max-width: 768px) {
	.ctm-payment__text {
		margin-top: 15px;
	}
}

.modal-payment {
	width: 720px;
}
.modal-payment ol, .modal-payment ul {
	padding-left: 17px;
}

.ctm-delivery__tbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 9px;
}
@media (max-width: 768px) {
	.ctm-delivery__tbs {
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
		gap: 10px;
	}
}
.ctm-delivery__tbs-item {
	padding: 0 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media (max-width: 768px) {
	.ctm-delivery__tbs-item {
		width: calc(50% - 10px);
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 14px;
		line-height: 1.1428571429;
		font-weight: 400;
		font-style: normal;
	}
}
.ctm-delivery__tbs-content {
	margin-top: 50px;
	display: none;
}
.ctm-delivery__tbs-content.active {
	display: block;
}
.ctm-delivery__tbs-content .accent {
	color: #fc8416;
}
@media (max-width: 768px) {
	.ctm-delivery__tbs-content {
		margin-top: 40px;
	}
}

.ul-menu-dot {
	padding-left: 0 !important;
}
@media (max-width: 768px) {
	.ul-menu-dot {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 14px;
		line-height: 1.1428571429;
		font-weight: 400;
		font-style: normal;
	}
}
.ul-menu-dot li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ul-menu-dot li span:nth-child(2) {
	border-bottom: 1px dashed #A4A4A4;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 3px 4px;
}

.ctm-delivery-pickup {
	border: 1px solid #F8F8F8;
}
.ctm-delivery-pickup__item {
	padding: 40px 15px;
}
.ctm-delivery-pickup__item:nth-child(even) {
	background-color: #F8F8F8;
}
.ctm-delivery-pickup__item-note {
	color: #a4a4a4;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
}

.ctm-delivery-map {
	width: 100%;
	height: 465px;
	max-height: 75vh;
}
@media (max-width: 768px) {
	.ctm-delivery-map {
		height: 300px;
	}
}
.ctm-delivery-map > ymaps {
	height: 100% !important;
}

.ctm-delivery-location {
	color: #002e53;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.5555555556;
	font-weight: 400;
	font-style: normal;
}
.ctm-delivery-location svg {
	fill: #0382e8;
}
.ctm-delivery-location a {
	text-decoration: underline;
	color: inherit;
}
@media (max-width: 768px) {
	.ctm-delivery-location {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
}

.ctm-page-checkout {
	margin-top: 90px;
}
.ctm-page-checkout .ctm-h2, .ctm-page-checkout .ctm-overlay__title {
	margin-bottom: 75px;
}

.ctm-page-checkout__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ctm-page-checkout__main {
	width: 100%;
	max-width: 776px;
}
.ctm-page-checkout__main .ctm-object {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ctm-page-checkout__main .ctm-icon {
	vertical-align: text-top;
	color: #002e53;
	width: 24px;
	height: 24px;
}

.ctm-page-checkout__sidebar {
	width: 370px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-height: 400px;
	margin-left: 32px;
}
.ctm-page-checkout__sidebar .ctm-icon {
	width: 26px;
	height: 26px;
	vertical-align: text-top;
}

.ctm-page-checkout__end {
	color: #002e53;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	font-weight: 400;
	font-style: normal;
}
@media (max-width: 992px) {
	.ctm-page-checkout__end {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
}
.ctm-page-checkout__end p {
	margin-bottom: 8px;
}
.ctm-page-checkout__end-btns {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ctm-page-checkout__end-btns .ctm-btn, .ctm-page-checkout__end-btns .ctm-btn-icon {
	margin-bottom: 15px;
}

.ctm-page-checkout__empty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ctm-page-checkout__empty .ctm-icon {
	width: 140px;
	height: 140px;
	color: #a4a4a4;
}
.ctm-page-checkout__empty-title {
	color: #a4a4a4;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 30px;
	line-height: 1.1333333333;
	font-weight: 400;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 10px;
}
.ctm-page-checkout__empty-link {
	color: #015faa;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.5555555556;
	font-weight: 400;
	font-style: normal;
}
@media (max-width: 992px) {
	.ctm-page-checkout__empty-link {
		font-family: "Conv_FuturaBookC", sans-serif;
		font-size: 16px;
		line-height: 1.125;
		font-weight: 400;
		font-style: normal;
	}
}

.checkout-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.3333333333;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
.checkout-share__link {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.checkout-share__link span {
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.checkout-share__link > svg {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}
.checkout-share__list {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px rgba(175, 196, 214, 0.33);
	box-shadow: 0px 5px 10px rgba(175, 196, 214, 0.33);
	position: absolute;
	top: 100%;
	left: -40px;
	padding: 28px;
	z-index: 1;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
@media (max-width: 992px) {
	.checkout-share__list {
		left: auto;
		right: 0;
	}
}
.checkout-share__item {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #002440;
	text-decoration: none;
}
.checkout-share__item:last-child {
	margin-bottom: 0;
}
.checkout-share__item:hover {
	color: #0382e8;
}
.checkout-share__item svg {
	min-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

@media (max-width: 992px) {
	.ctm-page-checkout {
		margin-top: 48px;
	}
	.ctm-page-checkout .ctm-h2, .ctm-page-checkout .ctm-overlay__title {
		margin-bottom: 30px;
	}
	
	.ctm-page-checkout__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.ctm-page-checkout__main {
		max-width: 100%;
		margin-top: 32px;
	}
	
	.ctm-page-checkout__sidebar {
		width: 100%;
		margin-left: 0;
	}
}
.ctm-page-order-info .ctm-h2, .ctm-page-order-info .ctm-overlay__title {
	margin: 48px 0 60px;
}
@media (max-width: 992px) {
	.ctm-page-order-info .ctm-h2, .ctm-page-order-info .ctm-overlay__title {
		margin: 0 0 32px;
	}
}

.ctm-page-order-info__container {
	width: 100%;
	max-width: 370px;
}
.ctm-page-order-info__container .ctm-cart__item-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ctm-page-order-info__container .ctm-cart__item-controls-and-price {
	height: auto;
	margin-top: 5px;
}
.ctm-page-order-info__container .ctm-cart__item-price {
	padding-top: 0;
	width: auto;
}

.ctm-page-product .ctm-gifts {
	grid-gap: 14px;
	margin: 0;
}
.ctm-page-product .ctm-gift__title {
	height: 48px;
	overflow: hidden;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 400;
	font-style: normal;
}
.ctm-page-product .ctm-gift__cover-image {
	height: 70px;
}

@media (min-width: 1401px) {
	.ctm-page-product {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 640px) {
	.ctm-page-product {
		margin-bottom: 0 !important;
	}
}
.ctm-list {
	list-style: none;
}
.ctm-list li {
	margin-bottom: 16px;
}
.ctm-list a {
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 18px;
	line-height: 1.3333333333;
	font-weight: 400;
	font-style: normal;
	color: #002440;
}
.ctm-list a:hover {
	text-decoration: none;
}

.ctm-todo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
	min-height: 400px;
	border-radius: 3px;
	font-family: "Conv_FuturaBookC", sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	font-style: normal;
	color: #002e53;
}
.r52-a-cookies__btn:hover {
	border-color:#fff;
	background-color:#fff;
}
.r52-a-cookies__btn--transparent {
	display:none;
}
.r52-a-cookies__inner div.r52-a-cookies__body p,
.r52-a-cookies__inner div.r52-a-cookies__body p a{
	color:#fff!important;
}
.stock_balance_class_active {
	color: #9b2d30;
}
.ctm-footer__three{
    position: relative;
}
a.a_ga_ribbon_inner{
	position: fixed;
    bottom: 0;
    display: none;
    text-align: center;
    width: 100%;
    background: #fe7d2c;
    padding: 10px 5px;
    color: #fff;
	z-index: 2;
	/*  font-weight: bold;  */
	text-decoration: none;
}
.ga_ribbon_marquee{
	
}
.ga_ribbon_marquee_text {
	
}
.ctm-overlay__btn-close_g.ga_ribbon_close{
	color: #0382e8;
	cursor: pointer;
}
.ctm-header__menu-icon.ga_ribbon_close {
    color: #0382e8;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
	
	display: block;
    width: 21px;
    height: 18px;
    position: relative;
    top: none;
    left: none;        
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    cursor: pointer;
	margin:0;
}
.ga_ribbon_box_header{
	position: relative;
	justify-content: space-between;
}

.ctm-header .left-menu.toptwo {
	display: flex;
	flex-wrap: wrap;
	background: none;
	flex-grow: 1;
	justify-content: center;
	margin: 0;
}
.ctm-header .left-menu.toptwo.active{
	display: none !important;
	transition: all 0.2s ease;
}
.ctm-header .left-menu.toptwo li {
	background: none;
	padding: 8px 16px;
}
.ctm-header .left-menu.toptwo li a {
	color: #fff;
	font-family: "Conv_FuturaBookC", sans-serif;  
	font-weight: 400;
	text-transform: uppercase;
}
.ctm-header .left-menu.toptwo li a:hover, 
.ctm-header .left-menu.toptwo li a:active,
.ctm-header .left-menu.toptwo li a:visited{
	color: #fff;
}
.ctm-header.ctm-header--bg .ctm-header__primary .left-menu.toptwo li a,
.ctm-header.ctm-header--bg .ctm-header__primary .left-menu.toptwo li a:hover,
.ctm-header.ctm-header--bg .ctm-header__primary .left-menu.toptwo li a:active,
.ctm-header.ctm-header--bg .ctm-header__primary .left-menu.toptwo li a:visited,
.ctm-header.active .ctm-header__primary .left-menu.toptwo li a,
.ctm-header.active .ctm-header__primary .left-menu.toptwo li a:hover,
.ctm-header.active .ctm-header__primary .left-menu.toptwo li a:active,
.ctm-header.active .ctm-header__primary .left-menu.toptwo li a:visited,
.ctm-header.active .left-menu.toptwo li a,
.ctm-header.active .left-menu.toptwo li a:visited{
	color: #002e53;
}

.ctm-header.active .left-menu.toptwo li a:hover, 
.ctm-header.active .left-menu.toptwo li a:active{
	color: #0382e8;
}


.ctm-search {
	position: relative;
}
.ctm-swiss-label .block-icon {
  height: 100%;
  display: flex;
  align-items: center;
}
.ctm-swiss-label .block-icon svg {
  height: 16px;
  width: 16px;
  display: block;
  fill: #fff;
}
 