

/* Start:/local/templates/inbookspro/components/bitrix/system.auth.form/soc/style.min.css?1691144498424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/inbookspro/components/bitrix/system.auth.form/soc/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/inbookspro/components/bitrix/system.auth.form/soc/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/inbookspro/components/bitrix/system.auth.form/inbooks/style.min.css?1691144498424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/inbookspro/components/bitrix/system.auth.form/inbooks/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/inbookspro/components/bitrix/system.auth.form/inbooks/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/inbookspro/template_styles.css?170720633559706*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #F9F9F9;
}
body{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #2B2B2B;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Manrope', Arial, Helvetica, sans-serif;
	line-height: 20px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: 'Manrope', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	padding: 0 16px;
}
@media (min-width: 375px){
	.holder {
		padding: 0 16px;
	}
}
@media (min-width: 576px){
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width: 768px){
	.holder {
		max-width: 720px;	
	}
}
@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}
@media (min-width: 1300px){
	.holder {
		max-width: 1170px;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h2 {
	margin: 0 0 48px;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
h4 {
	margin: 0 0 48px;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
}
h5 {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
}
a {transition: all .3s linear;}
p {margin: 0 0 10px;}
p a, .article li a {
	color: #168DE2;
	text-decoration: none;
}
.h2_a {
	text-decoration: none;
	color: #2B2B2B;
}
.h2_a:hover{
	text-decoration: underline;
}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button, .pay-confirm form input[type="SUBMIT"] {
	position: relative;
	display: inline-block;
	padding: 18px 40px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(99.26deg, #7A2B85 -19.91%, #7A2B85 -19.91%, #ED0C6E 63.08%, #CF0C61 108.04%);
	border-bottom: 1.5px solid #962E79;
	border-radius: 12px;
	transition: all .3s linear;
}
.button:hover,.pay-confirm form input[type="SUBMIT"]:hover {
	background: linear-gradient(99.26deg, #9536A3 -19.91%, #FF1279 63.08%, #E8116E 108.04%);
}
.button:active, .pay-confirm form input[type="SUBMIT"]:active,
.button:focus, .pay-confirm form input[type="SUBMIT"]:focus {
	background: linear-gradient(99.26deg, #7A2B85 2.31%, #E40E6B 89.07%);
}
.button-blue {
	background: #2AAA9E;
	border-bottom: 1.5px solid #15897E;
}
.button-blue:hover {
	background: #34BEB1;
}
.button-blue:active,
.button-blue:focus {
	background: #229A8F;
}
.button-l {
	padding: 22px 45px;
}
.button-s {
	padding: 12px 35px;
	border-radius: 10px;
}
.button-xs {
	padding: 8px 27px;
	border-radius: 6px;
}
.button-border {
	padding: 1px;
	border: 0;
}
.button-border-wrap {
	display: block;
	padding: 18px 40px;
	background: #fff;
	border-radius: 10px;
}
.button-border-wrap span {
	background: linear-gradient(99.26deg, #7A2B85 -19.91%, #7A2B85 -19.91%, #ED0C6E 63.08%, #CF0C61 108.04%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.button-l .button-border-wrap {
	padding: 22px 45px;
}
.button-s .button-border-wrap {
	padding: 12px 35px;
	border-radius: 9px;
}
.button-xs .button-border-wrap {
	padding: 8px 27px;
	border-radius: 6px;
}
/************************* form-block *************************/
.input-box {
	position: relative;
	margin: 0 0 32px;
}
.input {
	display: block;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	color: #2B2B2B;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
}
.textarea {
	display: block;
	width: 100%;
	height: 140px;
	padding: 16px;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	resize: vertical;
	color: #2B2B2B;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
}
::-webkit-input-placeholder {color: #717171;}
:-moz-placeholder {color: #717171; opacity: 1;}
::-moz-placeholder {color: #717171; opacity: 1;}
:-ms-input-placeholder {color: #717171;}

.input:hover,
.textarea:hover {
	border: 1px solid #CBCACA;
}
.input:focus,
.textarea:focus {
	border: 1px solid #717171;
}
.disabled {
	pointer-events: none;
}
.disabled ::-webkit-input-placeholder {color: #CBCACA;}
.disabled :-moz-placeholder {color: #CBCACA; opacity: 1;}
.disabled ::-moz-placeholder {color: #CBCACA; opacity: 1;}
.disabled :-ms-input-placeholder {color: #CBCACA;}
.disabled .input-icon {
	opacity: 0.3;
}
.label-box {
	position: relative;
}
.label-box .input {
	padding-top: 15px;
}
.label-box .textarea {
	padding-top: 25px;
}
.input-label {
	position: absolute;
	top: 6px;
	left: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #ACACAC;
	pointer-events: none;
}
.icon-box {
	position: relative;
}
.icon-box .input {
	padding-left: 45px;
}
.icon-box-right .input {
	padding-left: 16px;
	padding-right: 45px;
}
.input-icon {
	position: absolute;
	top: 15px;
	left: 12px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.icon-box-right .input-icon {
	left: auto;
	right: 12px;
}

.input-pass-link {
	margin: 8px 0 -18px;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	text-align: right;
}
.input-pass-link a {
	color: #2AAA9E;
	text-decoration: none;
}
.input-pass-link a:hover {
	text-decoration: underline;
}
.pass-box .input-icon {
	left: auto;
	right: 12px;
	pointer-events: all;
}

.warning .input, .warning .textarea {
	background: rgba(255, 250, 233, 0.8);
	border: 1px solid #FFCC32;
}
.error .input, .error .textarea {
	background: rgba(255, 246, 244, 0.8);
	border: 1px solid #E21C1C;
}
.label-alert {
	margin: 8px 0 -18px;
	padding: 1px 0 0 24px;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #717171;
	display: none;
}
.warning .label-alert {
	display: block;
	background: url(/local/templates/inbookspro/images/warning-input.svg) 0 0 no-repeat;
}
.error .label-alert {
	display: block;
	background: url(/local/templates/inbookspro/images/error-input.svg) 0 0 no-repeat;
}
.loading .label-alert {
	display: block;
	background: url(/local/templates/inbookspro/images/loading-input.svg) 0 0 no-repeat;
}
.success .label-alert {
	display: block;
	background: url(/local/templates/inbookspro/images/success-input.svg) 0 0 no-repeat;
}
.alert.alert-success{
    color: #229A8F;
    margin: -32px 0 32px;
}
.alert.alert-danger{
    color: #E21C1C;
    margin: -32px 0 32px;
}
.form-button {padding: 16px 0 0;}
.check-item {
	position: relative;
	margin: 0 0 8px;
}
.check-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.check-label {
	display: block;
	padding: 0 0 0 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer;
}
.check-label a {color: #2B2B2B;}
.check-label::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	background: url(/local/templates/inbookspro/images/check.svg) 50% 50% no-repeat;
}
.check-input:checked + .check-label::before {background: url(/local/templates/inbookspro/images/check-active.svg) 50% 50% no-repeat;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
/************************* header *************************/
.header {
	box-shadow: 0px 20px 40px rgba(113, 113, 113, 0.1);
}
.header-top {
	background: #F9F9F9;
}
.header-top-block {
	height: 80px;
	display: flex;
	align-items: center;
}
.header-logo {
	margin: 0 32px 0 0;
}
.header-text {
	margin: 0 32px 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #ACACAC;
}
.header-compass img {
	height: 32px;
}
.header-phone {
	margin: 0 0 0 auto;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #168DE2;
	text-decoration: none;
}
/************************* header-line *************************/
.header-line {
	background: #fff;
}
.header-line-block {
	height: 68px;
	display: flex;
	align-items: center;
}
.header-box {
	display: flex;
	margin: 0 auto 0 0;
}
.header-catalog {
	position: relative;
	margin: 0 8px 0 0;
}
.header-catalog-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 109px;
	height: 36px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;
	background: #2AAA9E;
	border-radius: 4px;
}
.header-catalog-button img {
	margin: 0 8px 0 0;
}
.header-catalog-button:hover {
	background: #34BEB1;
}
.catalog-nav {
	position: absolute;
	top: 100%;
	margin-top: 16px;
	left: 0;
	z-index: 100;
	width: 882px;
	padding: 24px;
	background: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(48, 46, 47, 0.1);
	border-radius: 8px;
	display: none;
}
.catalog-nav::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	height: 16px;
	content: '';
}
.catalog-nav-wrap {
	display: flex;
}
.catalog-back {display: none;}
.catalog-nav-menu {
	width: 278px;
	min-width: 278px;
	margin: 0 32px 0 0;
}
.catalog-nav-link {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2B2B2B;
	text-decoration: none;
}
.catalog-nav-link img {
	margin: 0 8px 0 0;
}
.catalog-nav-link:hover {
	background: #DDDDDD;
}
.catalog-nav-submenu {
	flex: 1;
	display: flex;
}
.catalog-nav-submenu ul {
	width: 50%;
}
.catalog-nav-submenu ul a {
	display: block;
	padding: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #2B2B2B;
	text-decoration: none;
}
.catalog-nav-submenu ul a:hover {
	color: #168DE2;
}
.header-search {
	position: relative;
	width: 332px;
}
.search-input {
	display: block;
    width: 100%;
    height: 36px;
    padding: 0 40px 0 16px;
    margin: 0;
    font-weight: 400;
	font-size: 14px;
    color: #2B2B2B;
    background: transparent;
    border: 1px solid #CBCACA;
	border-radius: 4px;
	transition: all 0.3s linear;
}
.header-search:hover .search-input,
.search-input:focus {
	border: 1px solid #717171;
}
.search-button {
	position: absolute;
	top: 8px;
	right: 15px;
	width: 17px;
	height: 19px;
	background: url(/local/templates/inbookspro/images/search.svg) 50% 50% no-repeat;
	transition: all 0.3s linear;
}
.header-search:hover .search-button,
.search-input:focus + .search-button {
	background: url(/local/templates/inbookspro/images/search-hover.svg) 50% 50% no-repeat;
}
.header-links {
	display: flex;
	margin: 0 37px 0 0;
}
.header-links a {
	margin: 0 32px 0 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
	text-decoration: none;
}
.header-links a:hover {
	color: #2B2B2B;
}
.header-links a:last-child {margin: 0;}
.header-icons {
	display: flex;
	position: relative;
}
.header-icons a {
	margin: 0 0 0 -2px;
}
.header-icons svg {
	display: block;
}
.header-icons path {
	stroke: #717171;
	transition: all 0.3s linear;
}
.header-icons a:hover path {
	stroke: #2AAA9E;
}
.header-icons .profile-nav {
	position: absolute;
	top: 100%;
	right: 0;
	width: 278px;
	z-index: 50;
	margin-top: 15px;
	display: none;
}
@media screen and (min-width: 768px) {
	.header-profile:hover + .profile-nav,.profile-nav:hover {
		display: block;
	}
}
.profile-nav::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	height: 15px;
	content: '';
}
.profile-close,
.profile-mask {display: none;}
.mob-nav {
	display: none;
}
.mob-nav-mask {
	display: none;
}
.mob-nav-icon {
	position: absolute;
	z-index: 250;
	display: none;
	padding: 0 0 10px;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 24px;
    height: 2px;
    margin: 8px 0 0;
	background: #261421;
	transition: all .3s linear;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #261421;
	transition: all .3s linear;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #261421;
	transition: all .3s linear;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
}
/************************* main page *************************/
/************************* main-slider *************************/
.main-slider {
	margin: 0 0 170px;
}
.main-slide img {
	width: 100%;
	border-radius: 10px;
}
.main-slide {
	position: relative;
}
.main-slide-wrap {
	position: absolute;
	left: 100px;
	bottom: 80px;
	min-height: 298px;
	display: flex;
	flex-direction: column;
}
.main-slide-buttons {
	display: flex;
	margin-top: auto;
}
.main-slide-buttons .button {
	width: 218px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 16px 0 0;
}
.main-slide-buttons .button-border {
	padding-left: 1px;
	padding-right: 1px;
}
.main-slide-buttons .button-border-wrap {
	padding-left: 10px;
	padding-right: 10px;
}
.button-text-mob {display: none;}
.main-slide-title {
	margin: 0 0 24px;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
}
.main-slide-text {
	margin: 0 0 47px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
}
.main-slide-top {
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
}
.main-slide-min {
	margin: -23px 0 34px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.main-slide-compact .main-slide-title {
	margin: 0 0 8px;
}
.slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -58px;
}
.slick-dots li {
	margin: 0 8px;
}
.slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	cursor: pointer;
	font-size: 0;
	background: #ACACAC;
	border-radius: 10px;
	transition: all 0.3s linear;
}
.slick-dots button:hover {
	background: #717171;
}
.slick-dots .slick-active button {
	width: 22px;
	background: #ED0C6E;
}
.main-slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 10;
	width: 70px;
	height: 70px;
	font-size: 0;
	cursor: pointer;
	background: #962E79;
	border-radius: 50%;
	transition: all 0.3s linear;
}
.main-slider .slick-arrow:hover {
	background: #ED0C6E;
}
.main-slider .slick-arrow:active {
	background: linear-gradient(99.26deg, #7A2B85 2.31%, #E40E6B 89.07%);
}
.main-slider .slick-arrow::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: url(/local/templates/inbookspro/images/slider-arrow.svg) 53% 50% no-repeat;
}
.main-slider .slick-prev::before {
	transform: scale(-1,1);
}
.main-slider .slick-prev {
	left: -35px;
}
.main-slider .slick-next {
	right: -35px;
}
/************************* catalog section *************************/
.catalog-section {
	margin: 0 0 112px;
}
/************************* inbooks section *************************/
.inbooks {
	padding: 0 0 92px;
}
.inbooks-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.inbooks-col {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 10px;
}
.inbooks-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 32px;
	margin: 0 0 20px;
	color: #fff;
	background: #7A2B85;
	border-radius: 10px;
}
.inbooks-item::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: inherit;
	border-radius: 10px;
	margin: 0;
	transition: all 0.3s linear;
}
.inbooks-item:hover::before {
	margin: -8px;
	box-shadow: 10px 10px 20px rgba(48, 46, 47, 0.1);
}
.inbooks-1 {
	background: #7A2B85;
}
.inbooks-2 {
	background: #ED0C6E;
}
.inbooks-3 {
	color: #2B2B2B;
	background: #FFCC32;
}
.inbooks-4 {
	background: #2AAA9E;
}
.inbooks-title {
	position: relative;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
}
.inbooks-2 .inbooks-title,
.inbooks-3 .inbooks-title {
	font-size: 16px;
}
.inbooks-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	position: relative;
}
.inbooks-img img {
	display: block;
}
.button-white {
	display: inline-block;
	vertical-align: top;
	padding: 8px 26px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #168DE2;
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 6px;
}
.button-white:hover {
	color: #0378CC;
}
/************************* video section *************************/
.video {
	margin: 0 0 112px;
}
.video-slider {
	width: calc(100% + (100vw - 100%)/2);
	margin: 0 0 48px;
}
.video-link {
	display: block;
	width: 392px;
	margin: 0 20px 0 0;
	color: #2B2B2B;
	text-decoration: none;
}
.video-cover {
	position: relative;
	margin: 0 0 32px;
}
.video-cover::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(/local/templates/inbookspro/images/play.svg) 50% 50% no-repeat;
}
.video-cover img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.video-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.video .footer-webs {
    justify-content: center;
}
/************************* post section *************************/
.post {
	margin: 0 0 112px;
}
.post-slider {
	width: calc(100% + (100vw - 100%)/2);
}
.post-item {
	display: block;
	width: 476px;
	margin: 0 20px 0 0;
	color: #2B2B2B;
	text-decoration: none;
}
.post-img img {
	width: 100%;
	border-radius: 10px;
}
.post-content {
	padding: 32px 26px 0;
}
.post-title {
	margin: 0 0 16px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-text {
	margin: 0 0 32px;
	height: 66px;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}
.post-link {
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #168DE2;
	text-decoration: none;
}
.post-link:hover {
	color: #0378CC;
}
/************************* post new section *************************/
.post-new-slider{
	display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.post-new {
	margin: 0 0 112px;
}
.post-new-item {
	display: block;
	width: calc(50% - 10px);
	color: #2B2B2B;
	text-decoration: none;
    border-radius: 10px;
    background: #fff;
}
.post-new-img img {
	width: 100%;
	border-radius: 10px;
}
.post-new-content {
	padding: 32px 26px;
}
.post-new-title {
	margin: 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/************************* ask *************************/
.ask {
	display: flex;
	align-items: center;
	margin: 0 0 32px;
	padding: 48px;
	background: #FFCC32;
	border-radius: 10px;
}
.ask-info {
	width: 46.5%;
	padding: 0 32px 0 0;
}
.ask-title {
	margin: 0 0 24px;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
.ask-subtitle {
	margin: 0 0 24px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
}
.ask-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.ask-form {
	width: 53.5%;
	padding: 48px;
	background: #FFFFFF;
	border-radius: 12px;
}
.ask-form .button {
	width: 100%;
}
.form-check {
	margin: 0 0 24px;
}
/************************* other pages *************************/
/************************* breadcrumbs *************************/
.main {
	padding: 80px 0 80px;
}
.up {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -645px;
	width: 36px;
	height: 38px;
	background: #2AAA9E url(/local/templates/inbookspro/images/up-arrow.svg) 50% 50% no-repeat;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
}
.up.vis {
	opacity: 1;
	visibility: visible;
}
.up:hover {background-color: #34BEB1;}
.up:active {background-color: #15897E;}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 30px;
	margin: 0;
}
.breadcrumbs li {
	margin: 0 8px 0 0;
	padding: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #ACACAC;
	list-style: none;
}
.breadcrumbs li:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 6px;
	height: 9px;
	margin: 3px 5px 0 0;
	background: url(/local/templates/inbookspro/images/breadcrumbs-arrow.svg) 0 0 no-repeat;
}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
	color: #717171;
	text-decoration: none;
}
.breadcrumbs a:hover {color: #ACACAC;}
.breadcrumbs a:active {color: #2B2B2B;}
/************************* catalog *************************/
.catalog {
	padding: 32px 0 112px;
}
.catalog-block {
	display: flex;
	justify-content: space-between;
}
.catalog-side {
	width: 278px;
}
.catalog-main {
	width: calc(100% - 298px);
}
.catalog-top {
	display: flex;
	justify-content: space-between;
	padding: 0 0 32px;
}
.catalog-top h2 {
	margin: 0;
}
.sorting {
	position: relative;
	margin: 2px 0 0;
}
.sorting-top {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
}
.sorting-trigger {
	position: relative;
	padding: 0 23px 0 3px;
	color: #168DE2;
	text-decoration: none;
}
.sorting-trigger::after {
	position: absolute;
	top: 7px;
	right: 7px;
	content: '';
	width: 9px;
	height: 6px;
	background: url(/local/templates/inbookspro/images/sorting-arrow.svg) 0 0 no-repeat;
}
.sorting-hidden {
	position: absolute;
	top: -24px;
	left: -24px;
	z-index: 20;
	width: 340px;
	padding: 24px;
	background: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(48, 46, 47, 0.1);
	border-radius: 10px;
	display: none;
}
.sorting-hidden-wrap {
	display: flex;
}
.sorting-hidden-text {
	margin: 0 16px 0 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
}
.sorting-list {
	width: 180px;
}
.sorting-item {
	position: relative;
	margin: 0 0 16px;
}
.sorting-item:last-child {margin: 0;}
.sorting-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.sorting-label {
	display: block;
	padding: 0 24px 0 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #168DE2;
	cursor: pointer;
}
.sorting-label a {color: #2B2B2B;}
.sorting-label::before {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	background: url(/local/templates/inbookspro/images/success.svg) 50% 50% no-repeat;
	opacity: 0;
}
.sorting-input:checked + .sorting-label {color: #282828;}
.sorting-input:checked + .sorting-label::before {opacity: 1;}
/************************* filter *************************/
.filter-category {
	margin: 0 0 32px;
}
.filter-category li {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.filter-category li:last-child {margin: 0;}
.filter-category a {
	position: relative;
	display: block;
	padding: 8px 16px;
	color: #2B2B2B;
	text-decoration: none;
	border-radius: 5px;
}
.filter-category a:hover {
	background: #ddd;
}
.filter-category a::before {
	position: absolute;
	top: 15px;
	left: 5px;
	content: '';
	width: 6px;
	height: 8px;
	background: url(/local/templates/inbookspro/images/blue-arrow.svg) 50% 50% no-repeat;
	opacity: 0;
}
.filter-category a:active {
	color: #168DE2;
	background: transparent;
}
.filter-category a:active::before {opacity: 1;}
.check-list {
	padding: 0 0 24px;
}
.filter .check-input:checked + .check-label::before {background: url(/local/templates/inbookspro/images/check-active2.svg) 50% 50% no-repeat;}
.filter .button {
    padding-left: 18px;
    padding-right: 18px;
}
.filter-trigger {display: none;}
.filter-name {display: none;}
/************************* catalog-list *************************/
.catalog-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0 0 76px;
}
.catalog-col {
	width: 33.33%;
	padding: 0 10px;
	margin: 0 0 48px;
}
.catalog-item {
	height: auto;
	background: transparent;
	transition: all 0.3s linear;
}
.catalog-item:hover {
	background: #fff;
	border-radius: 10px;
}
.catalog-img {
	display: block;
	margin: 0 0 24px;
	text-align: center;
}
.catalog-img img {
	max-width: 100%;
}
.catalog-info {
	padding: 0 26px 26px;
}
.catalog-name {
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.catalog-name a {
	color: #2B2B2B;
	text-decoration: none;
}
.catalog-text {
	margin: 0 0 24px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #717171;
}
.catalog-price-text {
	margin: 0 0 28px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
}
.catalog-bottom {
	display: flex;
	align-items: center;
}
.catalog-price {
	flex: 1;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
}
.catalog-bottom .button {
	margin: 0 14px 0 0;
}
.catalog-fav svg {
	display: block;
}
.catalog-fav.active path {
	fill: #717171;
}
/************************* pagination *************************/
.pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pagination-list {
	display: flex;
	align-items: center;
}
.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 26px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2B2B2B;
	text-decoration: none;
	background: transparent;
	border-radius: 3px;
}
.pagination a:hover {
	color: #2AAA9E;
	background: #DAECEA;
}
.pagination a.active {
	color: #fff;
	background: #2AAA9E;
}
.pagination-list li {
	margin: 0 16px 0 0;
}
.pagination-list li:last-child {margin: 0;}
.pagination-prev {
	margin: 0 16px 0 0;
}
.pagination-next {
	margin: 0 0 0 16px;
}
.pagination-arrow img {
	display: block;
}
.pagination-prev img {
	transform: scale(-1,1);
}
/************************* catalog-slider *************************/
.catalog-main .catalog-slider-wrap {
	margin: 0 0 112px;
}
.catalog-slider {
	width: 150%;
	margin: 0 0 0 -10px;
}
.catalog-slide {
	padding: 0 10px;
}
.catalog-slide .catalog-item {
	width: 278px;
}
.title-line {
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px;
}
.title-line h4, .title-line h2 {
	margin: 0;
}
.controls {
	display: flex;
	justify-content: space-between;
	width: 230px;
}
.controls-arrow {
	position: relative;
	width: 52px;
	height: 52px;
	background: #962E79;
	border-radius: 50%;
}
.controls-arrow:hover {
	background: #ED0C6E;
}
.controls-arrow:active {
	background: linear-gradient(99.26deg, #7A2B85 2.31%, #E40E6B 89.07%);
}
.controls-arrow::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: url(/local/templates/inbookspro/images/slider-arrow2.svg) 53% 50% no-repeat;
}
.controls-arrow.controls-prev::before {
	transform: scale(-1,1);
}
.controls-prev::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 68px;
	content: '';
	width: 25px;
	height: 6px;
	background: #dddddd;
	border-radius: 5px;
	pointer-events: none;
	transition: all 0.3s linear;
}
.controls-next::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 68px;
	content: '';
	width: 25px;
	height: 6px;
	background: #dddddd;
	border-radius: 5px;
	pointer-events: none;
	transition: all 0.3s linear;
}
.controls-prev.current::after,
.controls-next.current::after {
	width: 54px;
	background: #962E79;
}
/************************* product *************************/
.product {
	display: flex;
	margin: 0 0 112px;
}
.product-photo {
	width: 278px;
	min-width: 278px;
	margin: 0 32px 0 0;
}
.product-content {
	flex: 1;
	display: flex;
	align-items: flex-start;
}
/************************* product-photo *************************/
.photo-slider {
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 24px;
}
.photo-slide img {width: 100%;}
.thumbs-slider {
	padding: 0 24px;
}
.thumbs-wrap {
	position: relative;
	display: block;
	width: 79px;
	margin: 0 8px 0 0;
}
.thumbs-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	border: 1px solid #962E79;
	border-radius: 4px;
	opacity: 0;
	transition: all 0.3s linear;
}
.thumbs-wrap:hover::before,
.slick-current .thumbs-wrap::before {
	opacity: 1;
}
.thumbs-wrap img {
	width: 100%;
}
.thumbs-slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	z-index: 10;
	display: block;
	width: 6px;
	height: 12px;
	font-size: 0;
	cursor: pointer;
	background: url(/local/templates/inbookspro/images/thumbs-arrow.svg) 50% 50% no-repeat;
	transition: all 0.3s linear;
}
.thumbs-slider .slick-prev {
	left: 0px;
	transform: scale(-1, 1);
}
.thumbs-slider .slick-next {
	right: 0px;
}
/************************* product-description *************************/
.product-description {
	flex: 1;
}
.product-top {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 32px;
}
.product-sign {
	display: flex;
	flex-wrap: wrap;
	min-width: 50%;
}
.sign-item {
	display: flex;
	margin: 0 8px 8px 0;
	padding: 4px 8px;
	font-weight: 700;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #2AAA9E;
	border-radius: 4px;
}
.sign-new {background: #2AAA9E;}
.sign-seller {background: #7A2B85;}
.sign-action {background: #ED0C6E;}
.sign-item img {
	margin: 0 4px 0 0;
}
.share {
	position: relative;
}
.share-top {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #168DE2;
	text-decoration: none;
}
.share-top svg {
	margin: 0 8px 0 0;
}
.share-top path {
	fill: #168DE2;
	transition: all 0.3s linear;
}
.share-top:hover {color: #0378CC;}
.share-top:hover path {fill: #0378CC;}
.share-top:active {color: #016DBA;}
.share-top:active path {fill: #016DBA;}
.share-hidden {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	display: none;
	padding: 24px;
	width: 214px;
	background: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(48, 46, 47, 0.1);
	border-radius: 8px;
}
.share-item {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #2B2B2B;
	text-decoration: none;
	cursor: pointer;
}
.share-item:last-child {margin: 0;}
.share-icon {
	width: 16px;
	min-width: 16px;
	margin: 0 16px 0 0;
}
.share-icon img {display: block;}
.product-author {
	margin: 0 0 24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #ACACAC;
}
.product h2 {
	margin: 0 0 8px;
}
.product-complect {
	padding: 0 0 24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
}
.product-complect-title {
	margin: 0 0 16px;
	font-weight: 600;
}
.product-complect .stat-item {
	display: flex;
	margin: 0 0 16px;
}
.product-complect .stat-item:last-child {margin: 0;}
.product-complect .stat-text {
	width: 145px;
	min-width: 145px;
	margin: 0 16px 0 0;
}
.product-complect .stat-value {
	color: #2B2B2B;
}
.product-text {
	margin: 0 0 24px;
}
.product-button {
	display: flex;
	align-items: center;
}
.product-button .button-border-wrap {
	padding-left: 60px;
	padding-right: 60px;
}
.product-button .button {
	margin: 0 40px 0 0;
}
.product-download {
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
}
.product-download a {
	color: #168DE2;
	text-decoration: none;
}
/************************* product-label *************************/
.product-label {
	padding: 0 0 8px;
}
.label-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.label-item {
	padding: 17px 0 8px;
	margin: 0 24px 16px 0;
}
.label-item:last-child {margin: 0 0 16px;}
.label-level {margin: 0 24px 16px 0;}
.label-level:last-child {margin: 0 0 16px;}
.label-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 30px;
	min-width: 76px;
	padding: 0 8px;
	border: 1px solid #ACACAC;
	border-radius: 2px;
}
.label-text {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0 5px;
	margin-bottom: -8px;
	background: #F9F9F9;
}
.label-img {
	display: flex;
	justify-content: center;
	height: 34px;
	margin: -18px 0 7px;
	background: #F9F9F9;
}
.label-img img {margin: 0 8px 0 0;}
.label-img img:last-child {margin: 0;}
.label-units {
	margin-left: 2px;
	margin-right: 2px;
}
.label-units.label-img img {margin: 0 4px 0 0;}
.label-units.label-img img:last-child {margin: 0;}
/************************* product-check *************************/
.product-check {
	width: 278px;
	min-width: 278px;
	margin: 0 0 0 20px;
	padding: 24px;
	background: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(48, 46, 47, 0.1);
	border-radius: 10px;
}
.product-old-price {
	margin: 0 0 4px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #ED0C6E;
	text-decoration: line-through;
}
.product-old-price span {
	color: #2B2B2B;
}
.product-price {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
}
.product-check-button {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}
.product-check-button .button {
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
}
.product-check .catalog-fav {
	margin: 0 3px 0 14px;
}
.product-status {
	padding: 0 0 0 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	background: url(/local/templates/inbookspro/images/success-green.svg) 0 50% no-repeat;
}
/************************* product-wrap *************************/
.product-more .catalog-col {
	width: 25%;
}
.product-about-section {
	margin: 0 0 48px;
}
.product-about-section h2 {
	margin: 0 0 24px;
}
.product-about-item {
	margin: 0 0 32px;
}
.product-about-item:last-child {margin: 0;}
.stat-item {
	display: flex;
	margin: 0 0 8px;
}
.stat-item:last-child {margin: 0;}
.stat-text {
	width: 92px;
	min-width: 92px;
	margin: 0 24px 0 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
}
.stat-value {
	flex: 1;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
}
.product-tabs {display: none;}
/************************* article *************************/
h5:last-child, p:last-child {margin: 0;}
.article-part {
	padding: 0 0 32px;
}
strong {
	display: block;
	padding: 14px 0 0;
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
}
.list {
	padding: 0 0 14px 30px;
}
.list:last-child {padding-bottom: 0;}
.list li {
	margin: 0 0 10px;
	list-style-type: disc;
}
.list li:last-child {margin: 0;}
/************************* profile *************************/
.profile {
	display: flex;
}
.profile-side {
	width: 278px;
	min-width: 278px;
	margin: 0 120px 0 0;
}
.profile-nav {
	padding: 24px;
	background: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(48, 46, 47, 0.1);
	border-radius: 10px;
}
.profile-nav-item {
	display: flex;
	align-items: center;
	padding: 11px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2B2B2B;
	text-decoration: none;
	border-radius: 4px;
}
.profile-nav-item:hover,
.profile-nav-item.active {
	background: #DDDDDD;
}
.profile-nav-icon {
	margin: 0 8px 0 0;
}
.profile-nav-icon img {
	display: block;
}
.profile-nav-exit {
	color: #ED0C6E;
}
.profile-content {
	flex: 1;
}
.profile-info-text {
	margin: 0 0 32px;
}
.profile-info-text p {
	margin: 0 0 16px;
}
.profile-info-text p:last-child {margin: 0;}
.profile-info-text b {
	font-weight: 500;
	font-size: 16px;
}
/************************* profile data *************************/
.profile-form {
	margin: 0 0 48px;
}
.profile-form-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.input-col {
	width: calc(50% - 10px);
}
.profile-form-button {
	padding: 16px 0 0;
}
/************************* profile orders *************************/
.profile-tabs {
	display: flex;
	margin: 0 0 48px;
}
.profile-tabs a {
	margin: 0 48px 0 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #ACACAC;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.profile-tabs a:last-child {margin: 0;}
.profile-tabs a:hover {
	color: #2B2B2B;
}
.profile-tabs a.active {
	color: #2B2B2B;
	border-bottom: 1px solid #ED0C6E;
}
.tab-content {display: none;}
.tab-content.vis {display: block;}
.emptys {
	padding: 32px 0 48px;
	text-align: center;
}
.empty-text {
	max-width: 300px;
	margin: 0 auto;
	padding: 16px 0 0;
}
.empty-text a {
	color: #168DE2;
	text-decoration: none;
}
/************************* 404 *************************/
.page-404 {
	align-items: center;
	justify-content: center;
}
.page-404-block {
	text-align: center;
}
.page-404-img {
	margin: 0 0 48px;
}
.page-404-img img {
	max-width: 100%;
}
.page-404-title {
	margin: 0 0 80px;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
.page-404-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #168DE2;
	text-decoration: none;
}
/************************* footer *************************/
.footer {
	padding: 112px 0 80px;
	margin-top: auto;
	color: #717171;
	background: #DDDDDD;
}
.footer-block {
	display: flex;
	justify-content: space-between;
}
.footer-col {
	display: flex;
	flex-direction: column;
	min-height: 276px;
}
.footer-title {
	margin: 0 0 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2B2B2B;
}
.footer-contacts {
	margin: 0 0 24px;
}
.footer-contacts-text {
	margin: 0 0 8px;
}
.footer-contacts-text:last-child {margin: 0;}
.footer-contacts a {
	color: #717171;
	text-decoration: none;
}
.footer-contacts a:hover {text-decoration: underline;}
.footer-webs {
	display: flex;
	margin: auto 0 0;
}
.footer-web {
	margin: 0 16px 0 0;
}
.footer-web:last-child {margin: 0;}
.footer-web svg {
	width: 20px;
}
.footer-web path {
	fill: #ACACAC;
	transition: all 0.3s linear;
}
.tg:hover path {fill: #2F89CE;}
.vk:hover path {fill: #0077FF;}
.yt:hover path {fill: #FF0000;}
.dzen:hover path {fill: #000000;}
.footer-pay-text {
	margin: 0 0 24px;
}
.footer-pay-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 120px;
}
.footer-pay-block span {min-width: 40px;}
.footer-pay-block img {
	margin: 0 0 24px;
}
.footer-copy {margin: auto 0 0;}
.footer-copy-text {
	margin: 0 0 16px;
}
.footer-copy-text:last-child {margin: 0;}
.footer-nav li {
	margin: 0 0 16px;
}
.footer-nav li:last-child {
	margin: 0;
}
.footer-nav a {
	color: #717171;
	text-decoration: none;
}
.footer-nav a:hover {
	text-decoration: underline;
}
/************************* popups *************************/
.popup {
	display: none;
	width: 576px;
	border-radius: 12px;
}
.popup.fancybox-content {padding: 48px;}
.fancybox-slide--html .popup .fancybox-close-small {
    opacity: 1;
    padding: 0;
    right: 48px;
    top: 48px;
	width: 30px;
	height: 30px;
	background: url(/local/templates/inbookspro/images/close.svg) 50% 50% no-repeat;
	background-size: contain;
}
.fancybox-slide--html .fancybox-close-small svg {display: none;}
.popup-title {
	margin: 0 0 48px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
}
.popup-form .form-check {
    margin: 0 0 32px;
	padding: 16px 0 0;
}
.popup-form .button {
	width: 100%;
}
.form-link {
	padding: 24px 0 0;
	text-align: center;
}
.link-button {
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #168DE2;
	text-decoration: none;
}
.link-button:hover {
	color: #0378CC;
}
.pass-link {
	margin: 0 0 32px;
	text-align: center;
}
.popup-text {
	margin: -32px 0 48px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.popup-success {
	width: 440px;
}
.success-icon {
	margin: 0 0 24px;
	text-align: center;
}
.success-text {
	margin: 0 0 24px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	text-align: center;
}
.success-button {
	text-align: center;
}
.success-button .button {
	width: 100px;
}
.fancybox-slide--html .popup-success .fancybox-close-small {display: none;}
.popup-prod {
	width: 650px;
}
.popup-prod-button .button {
	width: 100%;
	margin: 0 0 24px;
}
.popup-prod-button .button:last-child {margin: 0;}
.popup-prod-block {
	display: flex;
	align-items: center;
	margin: 0 0 48px;
}
.popup-prod-img {
	width: 94px;
	min-width: 94px;
	margin: 0 32px 0 0;
}
.popup-prod-img img {
	width: 100%;
}
.popup-prod-content {
	flex: 1;
}
.popup-prod-title {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
}
.popup-prod-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
}
.popup-note {
	margin: 0 0 32px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
}
.reg-button {
	text-align: center;
}
.reg-button .button {
	max-width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
.popup-webs {
	display: flex;
	margin: 0 0 48px;
}
.popup-web {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 16px 0 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #717171;
	text-decoration: none;
}
.popup-web img {
	margin: 0 0 8px;
}
.popup-gallery-wrap .fancybox-bg {
    background: #fff;
}
.popup-gallery-wrap.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.popup-gallery-wrap .popup {
    width: 90vw;
}
.popup-gallery-wrap .popup.fancybox-content {
    padding: 32px 48px 48px;
}
.popup-photo {
	max-width: 575px;
	margin: 0 auto 48px;
}
.photo-slide {
	text-align: center;
}
.popup-photo .photo-slide img {
    display: inline;
	width: auto;
	max-width: 100%;
}
.popup-photo img {
	max-height: calc(100vh - 220px);
}
.popup-thumbs {
	max-width: 655px;
	padding: 0 24px;
	margin: 0 auto;
}
.popup-thumbs .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	z-index: 10;
	display: block;
	width: 6px;
	height: 12px;
	font-size: 0;
	cursor: pointer;
	background: url(/local/templates/inbookspro/images/thumbs-arrow.svg) 50% 50% no-repeat;
	transition: all 0.3s linear;
}
.popup-thumbs .slick-prev {
	left: 0px;
	transform: scale(-1, 1);
}
.popup-thumbs .slick-next {
	right: 0px;
}
.cookie-police{
	position: fixed;
    bottom: 0;
    width: 50%;
    left: 25%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border: 2px solid #2AAA9E;
    border-radius: 5px 5px 0 0 ;
}
.cookie-police-text{
	font-size: 16px;
}
.cookie-police-text a{
	text-decoration: underline;
	color: #2AAA9E;
}
.cookie-police-text a:hover{
	text-decoration: none;
}
@media screen and (max-height: 780px) {
	.popup-gallery-wrap .popup.fancybox-content {
		padding: 24px;
	}
	.popup-photo {
		margin: 0 auto 24px;
	}
	.popup-photo img {
		max-height: calc(100vh - 164px);
	}
}
/************************* media *************************/
@media screen and (max-width: 1300px) {
	.header-search {
		width: 260px;
	}
	.header-links a {
		margin: 0 15px 0 0;
		font-size: 12px;
	}
	.header-links {
		margin: 0 15px 0 0;
	}
	.up {
		margin-left: -540px;
	}
	.catalog-col {
		width: 50%;
	}
	.product-content {
		display: block;
	}
	.product-description {
		margin: 0 0 32px;
	}
	.product-check {
		margin: 0;
	}
	.product-more .catalog-col {
		width: 33.33%;
	}
	.inbooks-title {
		margin: 0 0 16px;
		font-size: 24px;
	}
	.inbooks-img {margin: 0 -15px 0 15px;}
	.inbooks-img img {max-width: 100%;}
	.main-slide-wrap {
		left: 60px;
		bottom: 40px;
		min-height: 298px;
	}
	.main-slide-title {
		font-size: 44px;
	}
	.main-slide-text {
		font-size: 24px;
	}
	.main-slide-top {
		font-size: 24px;
	}

}
@media screen and (max-width: 1024px) {
	.header-top {
		background: #fff;
	}
	.header-text, .header-compass, .header-phone {display: none;}
	.header-top-block {
		position: relative;
		height: 60px;
		padding-left: 40px;
	}
	.mob-nav-icon {
		top: 50%;
		margin-top: -10px;
		left: 0px;
		display: block;
	}
	.header-line-block {
		position: relative;
		height: auto;
		flex-wrap: wrap;
	}
	.header-icons {
		position: absolute;
		top: -52px;
		right: 0;
	}
	.header-box {
		width: 100%;
	}
	.header-search {
		width: auto;
		flex: 1;
	}
	.header-links {
		width: 100%;
		margin: 0;
		padding: 16px 0;
		justify-content: space-between;
	}
	.header-links a {
		margin: 0;
		line-height: 120%;
	}
	.mob-nav {
		position: fixed;
		width: 211px;
		padding: 140px 16px 0;
		left: 0px;
		top: 0px;
		bottom: 0;
		z-index: 320;
		background: #FFFFFF;
	}
	.mob-nav.vis {display: block;}
	.mob-nav-mask {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 300;
		background: #454545;
		opacity: 0.6;
	}
	.mob-nav-mask.vis {display: block;}
	.mob-nav .header-links {
		flex-direction: column;
		margin: 0 0 48px;
		padding: 0;
	}
	.mob-nav .header-links a {
		margin: 0;
		padding: 8px;
		white-space: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
	}
	.mob-nav .footer-webs {
		padding: 0 0 28px;
		justify-content: center;
	}
	.mob-nav .footer-web {
		margin: 0 24px 0 0;
	}
	.mob-nav .footer-web:last-child {margin: 0;}
	.mob-nav-close {
		position: absolute;
		top: 80px;
		right: 16px;
		display: block;
		width: 44px;
		height: 44px;
		background: url(/local/templates/inbookspro/images/close-mob.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.mob-nav .header-phone {
		display: block;
		font-size: 16px;
		padding: 0 8px;
	}
	.main {
		padding: 60px 0;
	}
	h2 {
		margin: 0 0 32px;
		font-size: 28px;
	}
	.catalog-block {display: block;}
	.catalog-side {
		width: auto;
	}
	.filter {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 400;
		display: none;
		padding: 32px 0;
		overflow-y: auto;
		background: #F9F9F9;
	}
	.filter-hide {display: none;}
	.filter-category {display: none;}
	.filter-name {
		display: block;
		position: relative;
		margin: 0 0 16px;
		font-weight: 700;
		font-size: 16px;
		line-height: 140%;
		text-align: center;
	}
	.filter-close {
		position: absolute;
		top: 2px;
		right: 0;
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
		color: #168DE2;
		text-decoration: none;
	}
	.filter h5 {
		margin: 0 0 16px;
	}
	.filter .button {width: 100%;}
	.filter .check-item {
		margin: 0;
	}
	.filter .check-label {
		padding: 12px 60px 12px 8px;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		border-bottom: 1px solid #DDDDDD;
	}
	.filter .check-label::before {
		top: 12px;
		left: auto;
		right: 12px;
	}
	.check-list {
		padding: 0 0 48px;
	}
	.check-item.mob-hide {display: none;}
	.catalog-main {
		width: auto;
	}
	.catalog-top h2 {
		margin: 0 0 32px;
	}
	.filter-trigger {
		display: block;
		position: absolute;
		right: 0;
		bottom: -8px;
	}
	.catalog-top {
		display: block;
		position: relative;
		padding: 0;
		margin: 0 0 32px;
	}
	.catalog {
		padding: 32px 0 60px;
	}
	.catalog-main .catalog-slider-wrap {
		margin: 0 0 60px;
	}
	.catalog-list {
		padding: 0 0 36px;
	}
	.catalog-col {
		margin: 0 0 24px;
	}
	.up {
		margin-left: -420px;
	}
	.profile-side {display: none;}
	.product-button .button {
		margin: 0 20px 0 0;
	}
	.product-more .catalog-col {
		width: 50%;
	}
	.inbooks-col {
		width: 100%;
	}
	.inbooks-col .inbooks-col {width: 50%;}
	.inbooks-img {
		margin: 0 0 0 15px;
	}
	.ask {
		display: block;
	}
	.ask-info {
		width: auto;
		padding: 0 0 32px;
	}
	.ask-form {
		width: auto;
	}
	.main-slide-wrap {
		min-height: 220px;
	}
	.main-slide-title {
		margin: 0 0 16px;
		font-size: 32px;
	}
	.main-slide-text {
		margin: 0 0 32px;
		font-size: 18px;
	}
	.main-slide-top {
		font-size: 18px;
	}
	.main-slide-min {
		margin: -16px 0 24px;
		font-size: 14px;
	}
	.main-slide-buttons .button {
		padding: 12px 20px;
	}
	.main-slide-buttons .button-border {
		padding: 1px;
	}
	.main-slide-buttons .button-border-wrap {
		padding: 12px 20px;
	}
	.button-text-desk {display: none;}
	.button-text-mob {display: inline;}
	.catalog-nav {
		width: 720px;
	}
	.catalog-nav-menu {
		width: 244px;
		min-width: 244px;
		margin: 0 16px 0 0;
	}
	.cookie-police{
		width: 80%;
		left: 10%;
	}
}
@media screen and (max-width: 767px) {
	
	.footer {
		padding: 32px 0;
	}
	.footer-block {
		flex-direction: column;
		position: relative;
		padding: 0 0 64px;
	}
	.footer-col {
		min-height: 1px;
	}
	.footer-title {
		margin: 0 0 8px;
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
	}
	.footer-contacts {
		margin: 0 0 8px;
		font-size: 12px;
		line-height: 140%;
	}
	.footer-contacts-text {
		margin: 0 0 8px;
	}
	.footer-webs {
		padding: 20px 0 44px;
	}
	.footer-web {
		margin: 0 28px 0 0;
	}
	.footer-pay-text {
		margin: 0 0 20px;
		font-size: 12px;
		line-height: 140%;
	}
	.footer-pay-block {
		justify-content: flex-start;
		max-width: none;
		margin: 0 0 32px;
	}
	.footer-pay-block span {min-width: 1px;}
	.footer-pay-block img {
		margin: 0 17px 0 0;
	}
	.footer-copy {
		margin: auto 0 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.footer-copy-text {
		margin: 0 0 8px;
		font-size: 10px;
		line-height: 120%;
	}
	.footer-copy-text:last-child {margin: 0;}
	.footer-nav li {
		margin: 0 0 8px;
		font-size: 12px;
		line-height: 140%;
	}
	.main {
		padding: 32px 0 16px;
	}
	h2 {
		margin: 0 0 24px;
		font-size: 16px;
		line-height: 140%;
	}
	h5 {
		margin: 0 0 8px;
		font-weight: 600;
		font-size: 14px;
	}
	body {
		font-size: 12px;
		line-height: 17px;
	}
	strong {
		margin: 0 0 8px;
		font-size: 12px;
	}
	.catalog {
		padding: 16px 0 48px;
	}
	.breadcrumbs {
		padding: 0 0 32px;
	}
	.catalog-main .catalog-slider-wrap {display: none;}
	.catalog-h4 {display: none;}
	.catalog-list {
		margin: 0 -3px;
		padding: 0 0 8px;
	}
	.catalog-col {
		padding: 0 3px;
		margin: 0 0 32px;
	}
	.catalog-img {
		margin: 0 0 16px;
	}
	.catalog-info {
		padding: 0 16px 16px;
	}
	.catalog-name {
		font-weight: 500;
		font-size: 12px;
		line-height: 140%;
	}
	.catalog-text {
		margin: 0 0 16px;
		height: 36px;
		font-size: 10px;
		line-height: 12px;
	}
	.catalog-price-text {
		margin: 0 0 24px;
		font-weight: 700;
		font-size: 10px;
		line-height: 120%;
	}
	.catalog-bottom {
		flex-wrap: wrap;
	}
	.catalog-price {
		flex: none;
		width: 100%;
		margin: 0 0 10px;
		font-weight: 700;
		font-size: 16px;
		line-height: 140%;
	}
	.catalog-bottom .button {
		margin: 0 14px 0 0;
	}
	.catalog-fav svg {
		display: block;
	}
	.up {
		left: auto;
		margin-left: 0px;
		right: 16px;
	}
	.profile-info-text p {
		margin: 0 0 8px;
	}
	.profile-info-text b {
		font-weight: 400;
		font-size: 14px;
	}
	.input-col,
	.profile-form-button .button {
		width: 100%;
	}
	.profile-delete {margin: 0 0 32px;}
	.profile-tabs {
		justify-content: space-between;
	}
	.profile-tabs a {
		margin: 0;
		padding: 0 0 5px;
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
	}
	.emptys {
		padding: 0 0 32px;
	}
	.page-404-img {
		margin: 0 0 80px;
	}
	.page-404-img img {
		width: 262px;
	}
	.page-404-title {
		margin: 0 0 24px;
		font-size: 16px;
	}
	.page-404-link {
		font-size: 12px;
	}
	.product-page .breadcrumbs {
		padding-right: 32px;
	}
	.product {
		position: relative;
		display: block;
		margin: 0 0 48px;
	}
	.product-photo {
		width: auto;
		min-width: 1px;
		margin: 0 0 32px;
	}
	.share {
		position: absolute;
		top: -64px;
		right: 0;
	}
	.product-top {
		display: block;
		margin: 0 0 24px;
	}
	.share-top {
		font-size: 0px;
	}
	.share-top svg {
		margin: 0;
	}
	.share-hidden {
		position: absolute;
		top: 100%;
		left: auto;
		right: 0;
		margin-top: 10px;
	}
	.product-author {
		margin: 0 0 24px;
		font-weight: 500;
		font-size: 12px;
	}
	.product h2 {
		font-size: 20px;
	}
	.product-complect {
		padding: 0 0 24px;
	}
	.product-complect-title {
		margin: 0 0 16px;
		font-weight: 500;
	}
	.product-complect .stat-text {
		width: 120px;
		min-width: 120px;
	}
	.product-button .button-border-wrap {
		padding-left: 11px;
		padding-right: 11px;
	}
	.product-button .button {
		margin: 0 32px 0 0;
	}
	.product-check {
		width: auto;
		min-width: 1px;
	}
	.product-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.product-tabs {
		display: flex;
		margin: 0 0 16px;
	}
	.product-tabs a {
		width: 50%;
		padding: 0 0 12px;
		font-weight: 700;
		font-size: 16px;
		line-height: 140%;
		text-align: center;
		color: #ACACAC;
		text-decoration: none;
		border-bottom: 2px solid #ACACAC;
	}
	.product-tabs a.active {
		color: #2B2B2B;
		border-bottom: 2px solid #ED0C6E;
	}
	.product-about-section h2 {display: none;}
	.product-about-section {display: none;}
	.product-about-section.vis {
		display: block;
	}
	.stat-text {
		width: 90px;
		min-width: 90px;
		margin: 0 16px 0 0;
		font-weight: 500;
		font-size: 12px;
	}
	.stat-value {
		font-size: 12px;
	}
	.main-slider {
		margin: -16px 0 48px;
	}
	.catalog-section {
		margin: 0 0 48px;
	}
	.title-line {
		padding: 0 0 16px;
	}
	.title-line .controls {
		display: none;
	}
	.catalog-slide .catalog-item {
		width: 168px;
	}
	.catalog-img img{
	    max-height: 197px;	
	}
	.catalog-slider {
		width: auto;
		margin: 0 -4px;
	}
	.catalog-slide {
		padding: 0 4px;
	}
	.inbooks {
		padding: 0 0 32px;
	}
	.inbooks-col .inbooks-col {
		width: 100%;
	}
	.inbooks-item {
		padding: 32px;
		margin: 0 0 16px;
	}
	.inbooks-title {
		margin: 0;
		font-size: 16px;
	}
	.inbooks-2 img {width: 68px;}
	.inbooks-4 img {width: 121px;}
	.video {
		margin: 0 0 48px;
	}
	.video-slider {
		margin: 0 0 36px;
	}
	.video-link {
		width: 255px;
		margin: 0 8px 0 0;
	}
	.video-cover {
		margin: 0 0 8px;
	}
	.video-cover::after {
		width: 32px;
		height: 32px;
		margin: -16px 0 0 -16px;
		background-size: contain;
	}
	.video-name {
		font-size: 12px;
	}
	.video .footer-webs {padding: 0;}
	.post {
		margin: 0 0 48px;
	}
	.post-item {
		width: 168px;
		margin: 0 8px 0 0;
	}
	.post-content {
		padding: 16px 16px 0;
	}
	.post-title {
		margin: 0 0 8px;
		font-size: 16px;
	}
	.post-text {
		margin: 0 0 24px;
		height: 72px;
		font-size: 10px;
		line-height: 12px;
	}
	.post-new {
		margin: 0 0 48px;
	}
	.post-new-item {
		width: calc(50% - 4px);
	}
	.post-new-content {
		padding: 16px 16px;
	}
	.post-new-title {
		margin: 0;
		font-size: 16px;
	}
	.ask {
		padding: 0;
		background: none;
		border-radius: 0;
	}
	.ask-info {
		padding: 24px 24px 42px;
		background: #FFCC32;
		border-radius: 10px 10px 0 0;
	}
	.ask-title {
		margin: 0 0 8px;
		font-size: 16px;
	}
	.ask-subtitle {
		margin: 0 0 8px;
		font-weight: 400;
		font-size: 12px;
	}
	.ask-text {
		font-weight: 400;
		font-size: 10px;
		line-height: 120%;
	}
	.ask-form {
		margin: -10px 0 0;
		position: relative;
		padding: 24px;
	}
	.ask-form .button {
		width: 100%;
	}
	.form-check {
		margin: 0 0 24px;
	}
	.form-check .check-label {
		padding: 3px 0 3px 32px;
		font-weight: 400;
		font-size: 10px;
		line-height: 120%;
	}
	.form-check .check-label::before {
		top: 0px;
	}
	.main-slide-buttons .button-border {
		display: none;
	}
	.main-slider .slick-arrow {
		opacity: 0;
		visibility: hidden;
	}
	.main-slide-wrap {
		left: 24px;
		bottom: 43px;
		min-height: 100px;
	}
	.main-slide-buttons .button {
		width: 218px;
		margin: 0;
	}
	.main-slide-title {
		margin: 0 0 4px;
		font-size: 16px;
		line-height: 140%;
	}
	.main-slide-text {
		margin: 0 0 10px;
		font-weight: 400;
		font-size: 10px;
		line-height: 120%;
	}
	.main-slide-top {
		margin: 0 0 2px;
		font-weight: 400;
		font-size: 10px;
		line-height: 120%;
	}
	.main-slide-min {
		display: none;
	}
	.main-slide-compact .main-slide-title {
		margin: 0 0 4px;
	}
	.main-slide-buttons .button {
		padding: 6px 10px;
		width: 120px;
	}
	.slick-dots {
		justify-content: flex-start;
		left: 24px;
		bottom: 24px;
	}
	.slick-dots li {
		margin: 0 2px;
	}
	.slick-dots button {
		width: 4px;
		height: 4px;
	}
	.slick-dots .slick-active button {
		width: 7px;
	}
	.popup {
		width: 340px;
	}
	.popup.fancybox-content {padding: 24px;}
	.fancybox-slide--html .popup .fancybox-close-small {
		right: 16px;
		top: 16px;
		width: 44px;
		height: 44px;
		background: url(/local/templates/inbookspro/images/close-mob.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.popup-title {
		margin: 0 0 32px;
		font-weight: 700;
		font-size: 16px;
	}
	.popup .button {
		padding: 12px 10px;
	}
	.popup .button-border {padding: 1px;}
	.button-border-wrap {
		padding: 11px 10px;
	}
	.popup-prod-block {
		margin: 0 0 32px;
	}
	.popup-prod-title {
		font-weight: 500;
		font-size: 16px;
	}
	.popup-prod-text {
		font-weight: 400;
		font-size: 12px;
	}
	.success-text {
		font-size: 16px;
	}
	.popup-success .button {
		padding: 6px 10px;
	}
	.popup-form .form-check {
		padding: 0;
	}
	.form-button {
		padding: 0;
	}
	.popup-text {
		margin: -16px 0 32px;
		font-size: 12px;
	}
	.header-icons .profile-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 211px;
		margin-top: 0px;
		z-index: 320;
		border-radius: 0;
		padding: 140px 16px 0;
	}
	.header-icons .profile-nav.vis {display: block;}
	.profile-close {
		position: absolute;
		top: 80px;
		right: 16px;
		display: block;
		width: 44px;
		height: 44px;
		background: url(/local/templates/inbookspro/images/close-mob.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.profile-mask {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 300;
		background: #454545;
		opacity: 0.6;
	}
	.profile-mask.vis {display: block;}
	.catalog-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-top: 0px;
		z-index: 300;
		width: auto;
		padding: 0px;
		background: #F9F9F9;
		box-shadow: none;
		border-radius: 0px;
	}
	.catalog-nav-wrap {
		display: block;
	}
	.catalog-nav-menu {
		width: auto;
		min-width: 1px;
		margin: 0;
	}
	.catalog-nav-link {
		position: relative;
		display: flex;
		align-items: center;
		padding: 11px 44px 11px 20px;
		font-weight: 600;
		font-size: 14px;
		border-bottom: 1px solid #CBCACA;
	}
	.catalog-nav-link::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 44px;
		content: '';
		background: url(/local/templates/inbookspro/images/next.svg) 50% 50% no-repeat;
	}
	.catalog-back {
		position: relative;
		display: block;
		height: 44px;
		padding: 11px 44px;
		font-weight: 700;
		font-size: 16px;
		line-height: 140%;
		color: #FFFFFF;
		text-decoration: none;
		background: #2AAA9E;
	}
	.catalog-menu-back::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 44px;
		content: '';
		background: url(/local/templates/inbookspro/images/close-white.svg) 50% 50% no-repeat;
	}
	.catalog-nav-submenu {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #F9F9F9;
	}
	.catalog-nav-submenu.vis {
		display: block;
	}
	.catalog-submenu-back::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 44px;
		content: '';
		background: url(/local/templates/inbookspro/images/prev.svg) 50% 50% no-repeat;
	}
	.catalog-nav-submenu ul {
		width: auto;
	}
	.catalog-nav-submenu ul a {
		position: relative;
		padding: 11px 44px 11px 20px;
		font-weight: 600;
		font-size: 14px;
		border-bottom: 1px solid #CBCACA;
	}
	.catalog-nav-submenu ul a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 44px;
		content: '';
		background: url(/local/templates/inbookspro/images/next.svg) 50% 50% no-repeat;
	}
	.popup-gallery-wrap .popup {
		width: 100vw;
	}
	.popup-gallery-wrap .popup.fancybox-content {
		padding: 60px 16px;
	}
	.popup-photo {
		max-width: none;
		padding: 0 63px;
		margin: 0 auto 16px;
	}
	.popup-photo .slick-arrow {
		position: absolute;
		top: 50%;
		margin-top: -22px;
		z-index: 10;
		display: block;
		width: 44px;
		height: 44px;
		font-size: 0;
		cursor: pointer;
		background: url(/local/templates/inbookspro/images/gallery-arrow.svg) 50% 50% no-repeat;
		transition: all 0.3s linear;
	}
	.popup-photo .slick-prev {
		left: 0px;
		transform: scale(-1, 1);
	}
	.popup-photo .slick-next {
		right: 0px;
	}
	.popup-gallery-wrap .fancybox-slide--html .popup .fancybox-close-small {
		top: 0px;
		background: url(/local/templates/inbookspro/images/close-mob2.svg) 50% 50% no-repeat;
	}
	

}
@media screen and (max-width: 576px) {
	.header-links {
		width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
	}
	.header-links a {
		margin: 0 16px 0 0;
		font-size: 10px;
		white-space: nowrap;
	}
	.header-links a:last-child {margin: 0;}

	.cookie-police{
		width: 90%;
		left: 5%;
		display: block;
		padding: 15px 20px;
		text-align: center;
	}
	.cookie-police-text{
		font-size: 14px;
	    margin-bottom: 10px;
        text-align: left;
	}
}
/* End */
/* /local/templates/inbookspro/components/bitrix/system.auth.form/soc/style.min.css?1691144498424 */
/* /local/templates/inbookspro/components/bitrix/system.auth.form/inbooks/style.min.css?1691144498424 */
/* /local/templates/inbookspro/template_styles.css?170720633559706 */
