

/* Start:/local/templates/main/components/bitrix/search.title/main_search/style.css?1664890560941*/
.searche-title {}

.input-group .form-control{
	border-radius: 0;
	outline: none;
	border: 0;
}

.search-title-button {
	background-image: url(/local/templates/main/components/bitrix/search.title/main_search/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	min-height: 38px;
	background-color: #bbb;
	color: #000;
	border: 0;
	border-radius: 0;
}

.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/main_menu/style.css?166905457612005*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: var(--button-bg-color);
}
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link > .bx-nav-1-lvl-link-text {
	color:	var(--main-text-color);
}


.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 500 14px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }

/* End */


/* Start:/local/templates/main/template_styles.css?177972375719492*/
@font-face {
    font-family: "Yeseva One";
    src: local("Yeseva One"),
    url("/local/templates/main/vendors/fonts/YesevaOne/YesevaOne-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/local/templates/main/vendors/fonts/YesevaOne/YesevaOne-Regular.woff") format("woff"), /* Modern Browsers */
    url("/local/templates/main/vendors/fonts/YesevaOne/YesevaOne-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;

    src: local("Roboto"),
    url("/local/templates/main/vendors/fonts/Roboto/Roboto-Regular.ttf") format("ttf")
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;

    src: local("Montserrat"),
    url("/local/templates/main/vendors/fonts/Montserrat-Regular.woff") format("woff")
}
@font-face {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: 400;

    src: local("Montserrat"),
    url("/local/templates/main/vendors/fonts/Montserrat-Bold.woff") format("woff")
}



:root{
    --main-bg: #361255;
    //--workarea-bg: repeating-linear-gradient(180deg, #AC6CEA, #F78AB0 1500px, #AC6CEA 3000px);
    --workarea-bg: #fff;
	--workarea-bg-white: #fff;
    --element-bg: #4e4d4d;
    --white-bg: #fff;
    --black-bg: #000;
    --button-bg-color: linear-gradient(90deg, #7412F2 0%, #FF507F 50%, #7412F2 100%);
    --main-gadient: linear-gradient(90deg, #7412F2 0%, #FF507F 100%);
    --main-gadient-reversed: linear-gradient(90deg, #FF507F 0%, #7412F2 100%);
    --main-text-color: #252A31;
    --secondary-text-color: #fff;
    --third-text-color: #361255;
    --fourth-text-color: #AC6CEA;
    --footer-bg: #E8F2FF;
}

html, body {
    height: 100%;
}

body{
    color: var(--main-text-color);
    background-color: var(--workarea-bg);
    font-family: 'Montserrat', sans-serif;
}
body *:focus {
    outline: none;
}

body a {
    color: var(--main-text-color);
}
body a:hover {
    color: var(--main-text-color);
}





.wrapper{
    height: 100%;
}
.workarea{
    background: var(--workarea-bg);
}

.header, h1{
    margin: 2rem 0;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    font-family: "MontserratBold", sans-serif;
    color: var(--third-text-color);
    word-break: break-word;
}

header .header-btn{
    width: 85px;
    min-width: 85px;
}

.header a{
    color: var(--third-text-color);
    text-decoration: none;
    transition: .15s color;
}
.header a:hover{
    color: var(--fourth-text-color)!important;
}
.detail-sub-title {
    margin: 1rem 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: var(--third-text-color);
    word-break: break-word;
}


.btn{
    border-radius: 5px;
    padding: 6px 20px;
    border: none;
    outline: none;
    background: none;
    color: var(--secondary-text-color);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none!important;
    white-space: nowrap;
    transition: all 250ms linear;
}
.btn:hover{
    background: none;
}
.btn-primary{
    background: var(--button-bg-color);
    background-size: 200%;
    background-position: 0;
    background-repeat: repeat-x;
    color: var(--secondary-text-color);
    font-weight: 600;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: var(--button-bg-color);
    background-size: 200%;
    background-position: 99%;
}

.btn-secondary{
    border: 1px solid var(--secondary-text-color);
    color: var(--secondary-text-color);
    background: var(--main-bg);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background: var(--white-bg) !important;
    border-color: transparent !important;
    color: var(--main-bg) !important;
}

.btn-third{
    background: var(--main-gadient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    z-index: 1;
    position: relative;
    padding: 11px 20px 9px;
}

.btn-third::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: var(--main-gadient) border-box;
    -webkit-mask:
            var(--main-gadient) padding-box,
            var(--main-gadient);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.btn-third:hover, .btn-third:active, .btn-third:focus{
    background: var(--main-gadient) !important;
    color: var(--secondary-text-color);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}






.element-bg{
    background: var(--element-bg);
}



header, footer{
    background: var(--main-bg);
    color: var(--secondary-text-color);
}
.bx-content-section, .bx-header-section{
    background: initial;
}

.bx-logo-block img {
    max-height: 100px;
    margin-top: -25px;
}

.bx-top-nav-container{
    background: none!important;
}

@media (max-width: 767px) {
    .bx-top-nav-container {
        display: block;
        margin: 0;
    }
}

.header-phone{
    font-size: 16px;
    line-height: 20px;
    color: var(--fourth-text-color);
    white-space: nowrap;
    /*
    background: var(--main-gadient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */
}
.company-logo{
    width: 260px;
}
@media (max-width: 991px) {
    .company-logo{
        width: 100px;
        margin: 1rem 0;
    }
}
.company-logo img{
    max-width: 100%;
    max-height: 100%;
}




/* ELEMENTS */
/*
.menu-button,
.menu-button::before,
.menu-button::after {
    display: flex;
    background-color: var(--main-gadient);
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    border: none;
    justify-content: center;
}
.menu-button {
    position: relative;
}
.menu-button::before {
    content: '';
    margin-top: -10px;
}
.menu-button::after {
    content: '';
    margin-top: 8px;
}
*/


.favor{
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    height: 50px;
    width: 32px;
    border: none;
    outline: none;
    z-index: 10;
    border-radius: 5px;
    background: var(--main-bg) url("/local/templates/main/images/favor.svg") center no-repeat;
}
.favor.active{
    background: var(--main-bg) url("/local/templates/main/images/favor_active.svg") center no-repeat;
}

.event_type{
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: var(--gold-bg);
    text-align: center;
    z-index: 10;
}
.event_type.birthday{
    background-image: url("/local/templates/main/images/birthday.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #9443FF;
}
.event_type.party{
    background-image: url("/local/templates/main/images/party.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #18B7C1;
}
.event_type.play{
    background-image: url("/local/templates/main/images/play.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E44255;
}
.event_type.award{
    background-image: url("/local/templates/main/images/award.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EA8334;
}
.event_type.exhibition{
    background-image: url("/local/templates/main/images/exhibition.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFC500;
}



.date-published {
    color: #969595;
    font-size: 14px;
    line-height: 17px;
    margin-top: auto;
}


.time-to-read {
    color: var(--third-text-color);
    background: #EFE8FF;
    padding: .5rem .75rem;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
}


/* CARD */
.card{
    background-color: var(--white-bg);
    border-radius: 5px;
    border: none;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 10px 20px 0 #dddddd;
}
.card .card-title{
    margin-bottom: 1rem;
}
.card .card-title.big{
    font-size: 30px;
    line-height: 35px;
}
.card .card-text{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 1rem;
}
.card .card-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratBold", sans-serif;
}
.card .card-title a{
    text-decoration: none;
    color: var(--main-text-color);
}
.card .card-img-container{
    position: relative;
}

.card .card-img-container div{
    height: 0;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    //background-color: var(--main-bg);
}
.card .card-img-container .btn{
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
}
.card .card-img-container .btn img{
    display: inline;
    width: 20px;
}

@media (min-width: 992px) {
    .wide-card .card-img-container div {
        padding-bottom: calc(50% - var(--bs-gutter-x) / 2); /* отступ из бутстрапа */
    }
}


.dark-card .card-body {
    background: var(--main-bg);
    color: var(--secondary-text-color);
}
.dark-card .card-body .card-title a
{
    color: var(--secondary-text-color);
}
.dark-card .date-published{
    color: #FF507F;
}




/* SLIDER */
.slider-container{
    position: relative;
    margin-bottom: 50px;
}

.main-page .slider-container .top-line,
.main-page .slider-container .bottom-line{
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.main-page .slider-container .top-line{
    top: 0;
}
.main-page .slider-container .top-line img{
    transform: translateY(-20%);
    width: 100%;
}
.main-page .slider-container .bottom-line{
    bottom: 0;
}
.main-page .slider-container .bottom-line img{
    transform: translateY(-80%);
    width: 100%;
}




.owl-carousel .owl-nav {
    z-index: 1000;
    position: absolute;
    height: 0;
    top: 36%;
    right: 1rem;
    left: 1rem;
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next
{
    border-radius: 50px;
    height: 50px;
    width: 50px;
    background: #4E4D4D;
}

.owl-prev:after, .owl-next:after {
    content: "";
    display: block;
    width: 35%;
    height: 35%;
    border-top: 1px solid #fff;
    margin: 0 auto;
}
.owl-prev:after{
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    margin-left: 40%;
}
.owl-next:after {
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-right: 40%;
}


.owl-carousel .card .favor{
    top: 30px;
    left: 40px;
}

.owl-carousel .card-body{
    padding: 30px 40px;
}

.owl-carousel .card .card-title{
    font-size: 30px;
}
.owl-carousel .card .card-text{
    font-size: 16px;
}

.owl-carousel .card-img-container{
    height: 0;
    padding-bottom: 36.9%;
    overflow: hidden;
}

.owl-carousel .card-img-container .btn{
    bottom: 2.7rem;
    right: 2.7rem;
    font-size: 20px;
    padding: 7px 45px;
}
.owl-carousel .card-img-container .btn img{
    width: 30px;
}



@media (min-width: 1280px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1180px;
    }
    .owl-carousel .owl-nav {
        right: 13%;
        left: 13%;
    }
}
@media (min-width: 1440px) {
    .owl-carousel .owl-nav {
        right: 17%;
        left: 17%;
    }
}
@media (min-width: 1600px) {
    .owl-carousel .owl-nav {
        right: 16%;
        left: 16%;
    }
}
@media (min-width: 1920px) {
    .owl-carousel .owl-nav {
        right: 21%;
        left: 21%;
    }
}







/* ARTICLES */
.articles-list .card .card-img-container{
    min-width: 225px;
}

.articles-list .card .author-photo{
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}



.card .category{
    font-size: 14px;
    line-height: 16px;
    color: #7412F2;

    margin-left: 1rem;
}



.afisha-date{
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid var(--secondary-text-color);
    color: var(--secondary-text-color);
    border-radius: 0.3rem;
    height: 80px;
    width: 75px;
    margin-right: 2rem;
}






/* LIKES */
.like-btn{
    display: flex;
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--main-gadient);
    border-radius: 5px;
    cursor: pointer;
    transition: .15s ease-in-out;
    align-items: center;
    justify-content: center;
}
.like-btn:hover, .like-btn.liked{
    background: var(--main-gadient);
}





/* MENU */
.menu-container .main-menu{
    margin-left: -1rem;
    margin-right: -1rem;
}
.main-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu ul li{
    padding: 0;
    margin: 0;
}
.main-menu ul li a{
    color: var(--secondary-text-color);
    padding: .5rem 1rem;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    transition: .15s linear all;
}
.main-menu ul li a:hover,
.main-menu ul li.active a{
    color: var(--fourth-text-color);
}

#mobile-menu{
    background: var(--workarea-bg);
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    max-width: initial;
}
#mobile-menu .main-menu ul{
    margin: 0;
}
#mobile-menu .main-menu ul li a{
    font-family: 'MontserratBold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--third-text-color);
    border-bottom: 1px solid #FF507F;
    display: block;
    padding: 1rem 0;
    background-image: url("/local/templates/main/images/arrow.png");
    background-position: center right;
    background-repeat: no-repeat;
}

#mobile-menu .input-group{
    margin: 2rem 0 1rem;
    border: 1px solid #EEEFF0;
    border-radius: 10px;
}
#mobile-menu input{
    height: 40px;
    padding: 10px 15px;
}
#mobile-menu .search-title-button{
    height: 40px;
}

#mobile-menu input,
#mobile-menu .search-title-button{
    background-color: transparent;
}





.bx-top-nav-container {
    padding: .5rem 1.25rem .5rem 0;
    margin-left: -1rem;
}
.bx-top-nav-container .bx-nav-1-lvl-link {
    padding: 0;
}
.bx-top-nav-container .bx-nav-1-lvl-link-text {
    padding: .5rem 1rem;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
}
.bx-top-nav-container .bx-nav-1-lvl-link-text .active {
    color: var(--third-text-color);
}
.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
    border-bottom: none;
    background: none;
}
.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link > .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link > .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link > .bx-nav-1-lvl-link-text {
    color: var(--fourth-text-color);
}


/* SEARCH */
.bx-searchtitle .form-control{
    min-height: auto;
    height: 31px;
    outline: none;
    box-shadow: none;
    padding: 6px 20px;
    border-radius: 5px 0 0 5px;
    border: none;
}
.bx-searchtitle .search-title-button{
    min-height: auto;
    height: 31px;
    width: 40px;
    background-image: url("/local/templates/main/images/loupe.png");
    background-color: var(--white-bg);
    border-radius: 0 5px 5px 0;
    border: none;
}






/* NEWS DETAIL */
.news-img-block{
    float: left;
    width: 50%;
    justify-content: space-between;
}
@media(max-width: 768px){
    .news-img-block{
        width: 100%;
    }
}

.news-detail .card-img-top {
    border-radius: 0;
}
.news-detail-text {
    font-size: 16px;
    line-height: 19px;
}

.news-detail-text img {
     height: auto;
     width: 100%;
     margin: auto;
     display: block;
 }

.news-detail .card{
    background: var(--main-bg);
    color: var(--secondary-text-color);
}
.news-detail .card-body .header{
    color: var(--secondary-text-color);
}
.news-detail .card-body .card-title a{
    color: var(--secondary-text-color);
}


/* COMMENTS */
.comments-list .card {
    background: #EFE8FF;
    box-shadow: none;
}
.comments-list .personal-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--secondary-text-color);
}
.comments-list .personal-name {
    font-family: 'MontserratBold', sans-serif;
    font-size: 12px;
    line-height: 15px;
}
.comments-list .card .card-title {
    height: 50px;
    overflow: hidden;
}
.comments-list .card-text {
    font-size: 14px;
    line-height: 17px;
}
.comments-list a {
    font-size: 14px;
    line-height: 17px;
    color: #7412F2;
}
.comments-list textarea {
    resize: none;
    height: 150px;
}






/* FORM */
.question-container{
    background: url("/local/templates/main/images/theatre-bg.png") top center / cover no-repeat;
}

.question-container .question-form{
    background: var(--main-bg);
    padding: 3rem;
    margin: 4rem 0;
    border-radius: 1.5rem;
}
.question-container .question-form .header{
    margin-top: 0;
    line-height: 2rem;
}
.question-container .question-form .form-control{
    margin-bottom: .75rem;
    border-radius: 0;
}
.question-container .question-form .question-form-approval{
    font-size: .75rem;
    line-height: 1rem;
}
.question-container .question-form textarea.form-control{
    resize: none;
    height: 84px;
    margin-bottom: 1rem;
}
.question-container .question-form .question-answer{
    font-size: 2rem;
}

/* FOOTER */
footer {
    font-size: 10px;
    line-height: 12px;
    margin-top: auto;
}
footer a{
    font-size: 12px;
    line-height: 15px;
    color: var(--secondary-text-color);
}
footer a:hover {
    color: var(--secondary-text-color);
}
footer .header {
    color: var(--secondary-text-color);
    margin: 0 0 1rem 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}

footer ul {
    color: var(--main-text-color);
    padding: 0;
}
footer ul li {
    margin-bottom: .5rem;
    list-style: none;
}
footer ul li a{
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    color: var(--secondary-text-color);
}
footer ul li a:hover{
    color: var(--secondary-text-color);
}

footer ul.footer-menu li{
    margin-bottom: 1rem;
}
footer ul.footer-menu li a{
    font-size: 16px;
    line-height: 20px;
}

footer .footer-phone {
    font-size: 19px;
    color: var(--third-text-color);
}

.row.no-gutters{
    margin: 0;
}
.no-gutters > div {
    padding: 0;
}

.gtu-link {
    color: var(--secondary-text-color);
}
.gtu-link:hover {
    color: var(--secondary-text-color);
}

/* SNIPPETS */
.quote-block {
    display: flex;
}
.quote-block::before {
    content: "";
    display: block;
    min-width: 60px;
    height: 60px;
    margin-right: 3rem;
    background-image: url("/local/templates/main/images/quote.svg");
    background-repeat: no-repeat;
    background-position: left top;
}
.quote-block .quote-img {
    margin: 0 1rem 1rem 0;
    float: left;
}
.quote-block .quote-text {

}

.video-fullwidth {
    width: 100%;
    height: 70vh;
}
.video-fullwidth iframe{
    width: 100%!important;
    height: 100%!important;
}


/* 404 */
.page-404 .header{
    font-family: 'MontserratBold', sans-serif;
    font-size: 140px;
    line-height: 171px;
    color: var(--third-text-color);
}
.page-404 .page-404-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--third-text-color);
}
.page-404 img{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}
@media(min-width: 992px){
    .page-404 img{
        margin-right: -20%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/search.title/main_search/style.css?1664890560941 */
/* /local/templates/main/components/bitrix/menu/main_menu/style.css?166905457612005 */
/* /local/templates/main/template_styles.css?177972375719492 */
