@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'RotondaC';
	src: url('../fonts/RotondaC.eot');
	src: url('../fonts/RotondaC.eot?#iefix') format('embedded-opentype'), url('../fonts/RotondaC.woff') format('woff'), url('../fonts/RotondaC.ttf') format('truetype');
}
@font-face {
	font-weight: bold;
	font-style: normal;
	font-family: 'RotondaCBold';
	src: url('../fonts/RotondaC-Bold.eot');
	src: url('../fonts/RotondaC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RotondaC-Bold.woff') format('woff'), url('../fonts/RotondaC-Bold.ttf') format('truetype');
}
body {
	min-width: 615px;
}
.stirachki {
	line-height: 1;
	color: #000;
}
.stirachki header {
	background: #aa1554;
	padding: 0 0 27px;
}
.stirachki-logo {
	background: url("/img/stirachki/logo.svg") no-repeat center 21px;
	height: 130px;
	width: 220px;
	margin: 0 auto;
}
.stirachki-slogan {
	margin: 7px auto 0;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'RotondaC', sans-serif;
	line-height: 1;
	text-align: center;
}
.stirachki .content {
	text-align: center;
	background: #fff;
	padding: 0 2% 90px;
}
.stirachki-type {
	color: #999;
	display: inline-block;
	width: 340px;
	padding: 28px 0 18px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 2%;
	cursor: pointer;
	border-bottom: 10px solid #999;
}
.stirachki-type.active,
.stirachki-type:hover {
	border-bottom: 10px solid #aa1554;
	color: #aa1554;
}
.stirachki-type.active,
.stirachki-type.disabled {
	cursor: default;
}
.stirachki-type.disabled:hover {
	color: #999;
	border-bottom: 10px solid #999;
}
.stirachki-type-content {
	border: 1px solid #aa1554;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(196,196,196,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(196,196,196,1);
	box-shadow: 0px 0px 8px 2px rgba(196,196,196,1);
}
.stirachki-type-title {
	font-family: RotondaCBold, sans-serif;
	font-size: 40px;
	color: #aa1554;
	text-transform: uppercase;
	line-height: 1;
	margin: 30px 0;
}
.stirachki-slider {
	padding: 0 50px 40px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
/*--jQuery_Slick_Slider_BEGIN--*/
.js-slider-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20em;
	height: 20em;
	z-index: 100;
	background: url('/img/stirachki/slider-loader.gif') no-repeat center;
	margin-left: -10em;
	margin-top: -13em;
	background-size: contain;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	max-height: 542px;
}
.slick-slider.js-slider-not-active {
	max-height: initial;
}
.slick-slider a {
	color: inherit;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	text-align: center;
	min-height: 370px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-slider .modal-activator {
	display: block;
	color: inherit;
	max-width: 370px;
	margin: 0 auto;
}
.slick-slider .modal-activator:active {
	outline-color: #aa1554;
}
.slick-initialized .slick-slide {
	display: table-cell;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
button.slick-prev,
button.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -60px;
	display: block;
	width: 42px;
	height: 80px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-image: url('/img/stirachki/slider-arrows.png');
	background-repeat: no-repeat;
	background-color: transparent;
	box-sizing: border-box;
}
button.slick-prev {
	left: 0;
	margin-left: -42px;
	background-position: left top;
}
button.slick-next {
	right: 0;
	margin-right: -42px;
	background-position: right top;
}
.slick-slide .image-block {
	min-height: 380px;
	line-height: 378px;
	overflow: hidden;
}
.slick-slide:not(.slick-center) img {
	transform: scale(.7);
	transition-delay: 0s;
}
.slick-slide img {
	max-height: 362px;
	transition: transform .2s linear;
	transition-delay: .2s;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
@media only screen and (max-width: 992px) and (min-width: 769px) {

	.js-slider-not-active .slick-slide:not(.slick-center) img {
		transform: none;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
}
.slick-dots {
	position: absolute;
	width: 100%;
	padding: 46px 0;
	bottom: -134px;
	font-size: 0;
	line-height: 0;
}
.slick-dots li {
	display: inline-block;
	margin: 0 2px 4px;
}
.slick-dots li button {
	width: 80px;
	background: #ccc;
	height: 4px;
}
.slick-dots li.slick-active button {
	background: #aa1554;
}
.slider-descr {
	font-weight: bold;
	text-align: left;
	padding: 10px 22px 14px;
	text-transform: uppercase;
}
.slider-descr .table {
	display: table;
	padding: 0 0 6px;
}
.slider-price {
	background: url('/img/stirachki/stirachka.svg') no-repeat left top;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	width: 80px;
	height: 40px;
	background-size: contain;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}
.slider-name {
	color: #000;
	font-size: 20px;
	margin: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px 0;
}
.slider-prize {
	background: url('/img/stirachki/money.svg') no-repeat 54px top;
	font-size: 16px;
	padding: 10px 0 0 90px;
	background-size: 25px;
	font-weight: normal;
}
.slider-prize span {
	margin: 10px 0 0;
	display: inline-block;
	font-weight: bold;
}
.js-slider-not-active .image-block {
	line-height: 378px;
}
.js-slider-not-active > div {
	display: inline-block;
	min-height: 380px;
	overflow: hidden;
	width: 340px;
	position: relative;
}
@media only screen and (max-width: 835px) {

	.js-slider-not-active > div {
		border-bottom: 1px solid #aa1554;
	}
	.js-slider-not-active > div:before,
	.js-slider-not-active > div:after {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		height: 5px;
		width: 1px;
		background: #aa1554;
	}
	.js-slider-not-active > div:after {
		left: initial;
		right: 0;
	}
}
.js-slider-not-active img {
	max-height: 362px;
	transform: scale(.8);
}
.js-slider-not-active .slider-descr {
	display: inline-block;
}
/*--jQuery_Slick_Slider_END--*/
/*--Scratch_BEGIN--*/
.scratch-container {
	width: 100%;
	height: auto
}
.scratchpad {
	width: 100%;
	max-width: 399px;
	height: auto;
	margin: 0 auto
}
.jacket {
	width: 100%;
	height: auto;
	margin: 0 auto
}
.jacket canvas {
	display: block;
}
.scratch-preloader-img {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0
}
*::selection {
	background: transparent
}
*::-moz-selection {
	background: transparent
}
*::-webkit-selection {
	background: transparent
}
/*--Scratch_END--*/

/*--Jquery_Modal_BEGIN--*/
.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 95;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.75);
	text-align: center;
	min-width: 560px;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 96;
	max-width: 505px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 0 0 46px;
	text-align: center;
	color: #000;
}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}
.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}
.modal-spinner > div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.5)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
.modal-destroyer {
	position: fixed;
	background: url('/img/stirachki/popup-close.png') no-repeat center;
	width: 58px;
	height: 58px;
	top: 10%;
	right: 5%;
	z-index: 96;
	cursor: pointer;
}
.modal-title {
	font-size: 42px;
	padding: 10px 20px 11px;
	color: #aa1554;
	font-family: 'RotondaCBold', sans-serif;
	letter-spacing: 1.8px;
}
.modal-price {
	background: url('/img/stirachki/stirachka.svg') no-repeat left top;
	width: 124px;
	height: 62px;
	color: #fff;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	line-height: 56px;
	font-weight: bold;
}
.modal-img {
	padding: 46px 0;
	margin: 18px 0 0;
}
.modal-prize {
	font-size: 16px;
	text-transform: uppercase;
	background: url('/img/stirachki/money.svg') no-repeat left top;
	display: inline-block;
	padding: 8px 0 0 40px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 24px;
}
.modal-descr {
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
}
.modal-prize span {
	color: #aa1554;
}
.modal-prize b {
	font-weight: 900;
	font-size: 24px;
}
.modal-txt {
	line-height: 1.8;
	padding: 20px 36px 28px;
	text-align: left;
}
.modal-gray-bg {
	background: #d7d7d7;
	-moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
	-webkit-box-shadow: inset 0  8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
	box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
}
.modal-button {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 47px;
	border-radius: 7px;
	background: rgb(221,60,147);
	background: -moz-linear-gradient(top, rgba(221,60,147,1) 0%, rgba(170,21,84,1) 100%);
	background: -webkit-linear-gradient(top, rgba(221,60,147,1) 0%,rgba(170,21,84,1) 100%);
	background: linear-gradient(to bottom, rgba(221,60,147,1) 0%,rgba(170,21,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3c93', endColorstr='#aa1554',GradientType=0 );
	text-transform: uppercase;
	min-width: 180px;
	margin: 0 14px;
}
.modal-button:hover,
.modal-button:active {
	color: #fff;
	text-decoration: none;
}
.modal-table {
	width: 100%;
	vertical-align: top;
	line-height: 36px;
}
.modal-table tr th {
	background: #bdbdbd;
	font-weight: 600;
	padding: 0 10px;
}
.modal-table tr td {
	padding: 0 10px;
}
.modal-table tr:nth-child(odd) {
	background: #d7d7d7;
}
.modal-table tr:nth-child(even) {
	background: #fff;
}
.modal-table tr td:first-child,
.modal-table tr th:first-child {
	border-right: 1px solid #d7d7d7;
}
.modal-table tr th:last-child{
	border-left: 1px solid #d7d7d7;
}
.modal-regard {
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.modal-note {
	font-size: 12px;
}
/*--Jquery_Modal_END--*/


/* HEADER */

/* unset prev styles BEGIN */
header {
	padding: 0;
	font-family: inherit;
}
.login {
	min-width: 0;
}
/*  unset prev styles END  */
.mobile-header {
	font-size: 12px;
	min-width: 320px;
}
.mobile-header .login:before,
.mobile-header .profile .user-name:before {
	display: none;
}
.desktop-header {
	display: none;
}
.header__inner {
	display: flex;
	padding: .8em 1.25em;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.header__inner a {
	color: inherit;
	cursor: pointer;
}
.header__inner a:hover {
	text-decoration: underline;
}
.header__mobile-navbar-toggler {
	cursor: pointer;
	width: 2.5em;
	margin: 0 .8em 0 0;
}
.header__mobile-navbar-toggler div {
	height: 2px;
	background: #404040;
}
.header__mobile-navbar-toggler div:nth-child(2) {
	margin: .7em 0;
}
.header__logo,
.header__logo-navigation {
	width: 5.5em;
	margin: 0 .8em 0 0;
}
.header__logo img,
.header__logo-navigation img {
	width: 100%;
}
.header__helpbar {
	display: block;
	background: url('/img/header/header-main-help.png') no-repeat center;
	background-size: contain;
	width: 2.5em;
	height: 1.833em;
	cursor: pointer;
}
.header__clock {
	line-height: 1;
	margin: 0 .8em 0 0;
	min-width: 2.5em;
}
.header__clock span {
	font-size: 1.5em;
	font-weight: 600;
	color: #424242;
	margin: 0;
	float: none;
}
.header__login-btn {
	background: #3fa757 url('/img/header/header-main-person.png') no-repeat .833em center;
	background-size: 1.583em;
	width: 6.6em;
	height: 2.8em;
	color: #fff;
	font-family:  'Open Sans', sans-serif;
	font-weight: 600;
	padding: .2em .833em;
	float: none;
	text-align: right;
	margin: auto 0 auto auto;
}
.header__login-btn:hover {
	background: #3fa757 url('/img/header/header-main-person.png') no-repeat .833em center;
	background-size: 1.583em;
	box-shadow: 4px 4px 8px 0 rgba(0,0,0,.3);
}
.header__profile {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 2.8em;
	margin: auto 0 auto auto;
}
.header__balance {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.header__balance div,
.header__balance span {
	color: #3fa757;
}
.header__cabinet-entrance-btn {
	background: url('/img/header/header-main-cabinet.png') no-repeat;
	background-size: contain;
	width: 1.833em;
	height: 1.833em;
	margin: 0 0 0 .8em;
}
.header__add-show-btn {
	background: url('/img/header/header-main-person-active.png') no-repeat center;
	background-size: contain;
	width: 1.583em;
	height: 1.833em;
	margin: 0 0 0 .8em;
	cursor: pointer;
}
.header__profile-add,
.header__support-add {
	display: none;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 4.116em;
	left: 0;
	padding: 0 0 0 1.25em;
	line-height: 3.333em;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.75);
}
.header__profile-add ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	font-size: 1.166em;
	font-weight: 600;
}
.header__logout-btn {
	background: #3fa757 url('/img/header/header-main-logout.png') no-repeat center;
	background-size: 1.833em;
	width: 3.583em;
}
.header__logout-btn a {
	display: block;
	height: 100%;
}
.header__support-add {
	padding: 0 1.25em;
	z-index: 95;
}
.header__support-add-inner {
	display: flex;
	justify-content: space-between;
}
.header__support-phone {
	background: url('/img/header/phone.png') no-repeat left center;
	padding: 0 0 0 4em;
	font-weight: 600;
}
.header__main-navbar {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 0;
	overflow: hidden;
	background: #fff;
	max-width: 330px;
}
.header__main-navbar > div {
	opacity: 0;
}
#main-nav-overlay {
	position: fixed;
	z-index: 95;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(243,243,243,.5);
	cursor: pointer;
}
.header__main-nav-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: .8em 1.25em;
}
.header__main-nav-top .header__mobile-navbar-toggler {
	margin: 0 1.666em 0 0;
}
.header__main-nav-top .header__logo {
	width: 6.416em;
}
.header__main-nav {
	height: 100%;
	padding: 0;
	overflow: auto;
}
.active.header__submenu-toggler + .header__submenu {
	display: block;
}
.header__submenu {
	display: none;
	margin: 1.15em 0 0;
}
.header__main-nav-bottom {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1.333em 1.666em 2.5em;
}
.header__lang {
	display: flex;
	align-items: center;
}
.header__lang a {
	width: 2.666em;
	height: 2em;
	display: inline-flex;
	overflow: hidden;
	border-radius: 7px;
	cursor: pointer;
}
.header__lang .active {
	border: 1px solid #8c8c8c;
	cursor: default;
}
.header__lang .uk {
	background: url('/img/header/header-main-lang-ua.png') no-repeat center;
	background-size: auto;
	margin: 0 1.1em 0 0;
}
.header__lang .ru {
	background: url('/img/header/header-main-lang-ru.png') no-repeat center;
	background-size: auto;
}
.header__main-navbar .header__helpbar {
	margin: 0 0 0 auto;
}
.header__submenu-toggler {
	cursor: pointer;
}
.header__nav-list {
	margin: 1em 0 0;
}
.header__nav-list > li {
	color: #3a3a3a;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.333em;
	box-sizing: border-box;
	line-height: 1;
	background-size: .833em .416em;
	text-align: left;
	padding: 1.15em 1.75em;
}
.header__nav-list > li:last-child {
	border: none;
}
.header__nav-list a {
	color: inherit;
	opacity: .9;
}
.header__nav-list a:hover {
	text-decoration: underline;
}
.header__nav-list .header__submenu-toggler {
	position: relative;
}
.header__nav-list .header__submenu-toggler:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .5em .5em 0 .5em;
	border-color: #3a3a3a transparent transparent transparent;
	position: absolute;
	right: -1.4em;
	top: 50%;
	margin: -.25em 0 0 0;
}
.header__nav-list .header__submenu-toggler.active:after {
	border-width: 0 .5em .5em .5em;
	border-color: transparent transparent #3a3a3a transparent;
}
.header__submenu li {
	margin: 0 0 0 -1.75em;
	padding: .8em 0 .8em 3em;
	border-bottom: 1px solid #f0f0f0;
	line-height: 1.3;
}
.header__submenu li:last-child {
	border: none;
	padding-bottom: 0;
}
@media (min-width: 440px) {

	.mobile-header {
		font-size: 14px;
	}
}
@media (min-width: 500px) {

	.mobile-header {
		font-size: 16px;
	}
}
@media (min-width: 576px) {

	.header__mobile-navbar-toggler,
	.header__logo,
	.header__clock {
		margin: 0 2em 0 0;
	}
}
@media (min-width: 768px) {

	.header__logo,
	.header__clock {
		margin: 0 4em 0 0;
	}
}

@media (min-width: 992px) {

	/* set prev styles BEGIN */
	header {
		padding-top: .5rem;
	}
	.login {
		min-width: 13.12rem;
	}
	/*  set prev styles END  */
	.mobile-header {
		display: none;
	}
	.desktop-header {
		display: block;
	}
}

/* FOOTER-MOBILE */

.footer-mobile {
	display: none;
}

@media screen and (max-width: 991px) {

	.footer {
		display: none;
	}

	.footer-mobile {
		margin-top: 20px;
		display: block;
		background-color: #ffffff;
		box-shadow: 0 -7px 7px 2px #bbbbbb;
	}

	.footer-mobile a {
		color: #333333;
		text-decoration: none;
	}

	.footer-mobile ul {
		list-style-type: none;
	}

	.footer-mobile li {
		position: relative;
	}

	.footer-mobile li:not(:last-of-type) {
		margin-bottom: 5px;
	}

	.footer-mobile li::before {
		content: "";
		position: absolute;
		left: -15px;
		top: 9px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #3fa757;
	}

	.footer-mobile li:hover a {
		color: #3fa757;
	}

	.footer-mobile-inner {
		padding: 20px 30px;
	}

	.footer-mobile .row {
		margin: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}

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

	.footer-mobile .row1 {
		margin-bottom: 30px;
	}

	.footer-mobile .row2 {
		margin: 0 auto;
		max-width: 740px;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.msl-resp-mobile {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		flex-basis: 30%;
	}

	.msl-resp18-mobile {
		height: 56px;
	}

	.msl-resp-slogan {
		margin-bottom: 0;
		padding-left: 5px;
		font-size: 14px;
		text-transform: uppercase;
	}

	.footer-logo-wrapper {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		flex-basis: 40%;
	}

	.footer-logo-mobile {
		height: 56px;
	}

	.footer-social-mobile {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end;
		flex-basis: 30%;
	}

	.footer-social-mobile a:not(:first-of-type) .social-link {
		margin-left: 12px;
	}

	.social-link {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: transparent 50% 50% no-repeat;
		background-size: cover;
	}

	.social-link-fb {
		margin-left: 0;
		background-color: #4d5990;
		background-image: url("/img/footer-mobile/facebook.png");
	}

	.social-link-yt {
		background-color: #d31c0d;
		background-image: url("/img/footer-mobile/youtube.png");
	}

	.social-link-ig {
		background-color: #d20269;
		background-image: url("/img/footer-mobile/instagram.png");
	}

	.footer-menu-item {
		text-align: center;
		cursor: pointer;
	}

	.menu-icon-wrapper {
		height: 96px;
	}

	.menu-icon {
		width: 80px;
	}

	.menu-icon path {
		fill: #3fa757;
	}

	.footer-menu-item:hover path {
		fill: #0b6936;
	}

	.footer-menu-item-active path {
		fill: #0b6936;
	}

	.menu-item-headline {
		font-size: 17px;
		text-align: center;
	}

	.double-headline {
		margin-top: -10px;
	}

	.footer-popup {
		margin: 0 24px;
		display: none;
		border-top: 2px solid #f1f1f1;
	}

	.display-block {
		display: block;
	}

	.popup-headline {
		margin: 0;
		padding: 15px 0;
		text-align: center;
		font-weight: bold;
		font-size: 20px;
	}

	.popup-content {
		margin: 0 auto;
		max-width: 420px;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		align-items: flex-start;
		font-size: 16px;
	}

	.mob-certif_wla {
		width: 24.2%;
	}
	.mob-certif_nrr {
		width: 14.8%;
	}
	.mob-certif_tel {
		width: 48%;
	}

	.payment {
		width: 60px;
		height: 39px;
		background: #ffffff 50% 50% no-repeat;
		background-size: cover;
	}

	.wallet {
		background-image: url("/img/footer-mobile/payment/purse-with-bills.png");
	}

	.visa {
		background-image: url("/img/footer-mobile/payment/visa-pay-logo.png");
	}

	.mastercard {
		background-image: url("/img/footer-mobile/payment/mastercard.png");
	}

	.privatbank {
		background-image: url("/img/footer-mobile/payment/privat.png");
	}

	#popup2 .popup-content {
		-webkit-box-pack: center;
		justify-content: center;
	}

	#popup1 .popup-content {
		max-width: calc(420px - 2 * 14px);
	}

	#popup1 ul {
		display: -webkit-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	#popup1 li {
		padding-left: 15px;
		width: 50%;
		max-width: 150px;
	}

	#popup1 li::before {
		left: 0;
	}

	.copy-mobile {
		padding: 10px 0;
		text-align: center;
		font-size: 12px;
	}
}

@media screen and (max-width: 800px) {
	.menu-icon-wrapper {
		height: 12vw;
	}

	.menu-icon {
		width: 10vw;
	}
}

@media screen and (max-width: 600px) {
	.msl-resp18-mobile,
	.footer-logo-mobile {
		height: 8vw;
	}

	.msl-resp-slogan {
		font-size: 2.15vw;
	}

	.social-link {
		height: 8vw;
		width: 8vw;
	}

	.footer-mobile .row1 {
		margin-bottom: 25px;
	}

	.footer-social-mobile a:not(:first-of-type) .social-link {
		margin-left: 9px;
	}

	.menu-item-headline {
		font-size: 13.5px;
	}

	.double-headline {
		margin-top: -8.5px;
	}
}

@media screen and (max-width: 450px) {
	.footer-mobile-inner {
		padding: 15px 20px;
	}

	.msl-resp18-mobile,
	.footer-logo-mobile {
		height: 29px;
	}

	.msl-resp-slogan {
		font-size: 7px;
	}

	.social-link {
		width: 29px;
		height: 29px;
	}

	.footer-mobile .row1 {
		margin-bottom: 20px;
	}

	.footer-social-mobile a:not(:first-of-type) .social-link {
		margin-left: 6px;
	}

	.menu-item-headline {
		font-size: 3.25vw;
	}

	.double-headline {
		margin-top: -7px;
	}

	.footer-popup {
		margin: 0 14px;
	}

	.popup-headline {
		font-size: 17px;
	}

	.popup-content {
		font-size: 14px;
	}
}

/* End of FOOTER-MOBILE section */


/* IE modal-blocker (WEB-1500) */

.ie-alert {
	position: fixed;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background: rgba(127, 127, 127, 0.6);
}
.ie-alert_modal {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 320px;
	width: 90%;
	max-width: 600px;
	padding: 50px;
	font-size: 18px;
	text-align: center;
	color: #172967;
	background-color: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
.ie-alert_btn {
	margin: 30px 0 0;
	padding: 8px 40px;
	color: #ffffff;
	background-color: #273977;
}
.ie-alert_btn:hover {
	background-color: #172967;
}
.js-lazy {
	opacity: 1;
	transition: opacity .3s;
}
.js-lazy[data-src] {
	opacity: 0;
}