

/* Start:/local/templates/shelter/assets/css/adp-menu.css?16221842822188*/
html {
	box-sizing: border-box;
}

body {
	left: 0;
	position: relative;
}

/* zeynepjs menu styles */
html.zeynep-opened {
	overflow-x: hidden;
}

html.zeynep-opened body {
	position: fixed;
	width: 100%;
}

html.zeynep-opened .zeynep {
	pointer-events: auto;
}

.zeynep {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	color: #161616;
	overflow: hidden;
	overflow-y: auto;
	pointer-events: none;
	z-index: 1011;
	width: 100vw;
	transform: translateX(-100%);
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.zeynep-opened .zeynep {
	transform: translateX(0);
}

html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
	transition: all 0.6s;
	transition-property: left, right, transform;
}

.zeynep-overlay {
	background-color: rgba(0, 0, 0, .42);;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1010;
}

.zeynep-opened .zeynep-overlay {
	display: block;
}

.zeynep ul {
	list-style-type: none;
	-webkit-overflow-scrolling: touch;
}

/* zeynepjs submenu styles */
.zeynep .submenu {
	background-color: #ffffff;
	bottom: 0;
	left: 100%;
	min-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
}

.zeynep .submenu.opened {
	left: 0;
}

.zeynep .submenu-header {
	background-image: url("/local/templates/shelter/assets/css/../img/menu-back.svg");
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	border-bottom: solid 1px #efefef;
	cursor: pointer;
	position: relative;
}

.zeynep .submenu-header > a {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 18px 20px;
	padding-left: 40px;
	text-decoration: none;
}

.zeynep .submenu-header > a:before {
	background-image: url("/local/templates/shelter/assets/css/../img/submenu-arrow.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	content: "";
	height: 100%;
	left: 26px;
	position: absolute;
	top: 0;
	transform: rotate(-180deg);
	width: 20px;
}

.zeynep .submenu > label {
	color: var(--primary);
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 19px;
	padding-left: 40px;
	width: 100%;
}

/* End */


/* Start:/local/templates/shelter/assets/css/bootstrap-grid.min.css?162218428250884*/
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
/* End */


/* Start:/local/templates/shelter/assets/css/fonts.css?16221842821676*/
@font-face {
	font-family: 'CeraPro';
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Regular.eot');
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Regular.woff') format('woff'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro';
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Medium.eot');
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Medium.woff') format('woff'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro';
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Bold.eot');
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Bold.woff') format('woff'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro';
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Black.eot');
	src: url('/local/templates/shelter/assets/css/../fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Black.woff') format('woff'),
		 url('/local/templates/shelter/assets/css/../fonts/CeraPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/shelter/assets/css/../fonts/Roboto-Regular.eot');
	src: url('/local/templates/shelter/assets/css/../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/local/templates/shelter/assets/css/../fonts/Roboto-Regular.woff') format('woff'),
		 url('/local/templates/shelter/assets/css/../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ALSRubl';
	src: url('/local/templates/shelter/assets/css/../fonts/rouble.woff');
	font-weight: normal;
	font-style: normal;
}
/* End */


/* Start:/local/templates/shelter/assets/css/jquery.fancybox.min.css?162218428212809*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;/*padding:25px 35px 32px;*/position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/shelter/assets/css/slick.css?16221842821776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/shelter/assets/css/ion.rangeSlider.min.css?162218428211084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/shelter/assets/css/select2.min.css?162218428214966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/shelter/assets/css/style.css?1622184282127607*/
@charset "UTF-8";
:root {
  --primary:          #83c550;
  --font-main:        "CeraPro", sans-serif;
  --font-alt:        "Roboto", sans-serif;
  --line-height-base: 1.2;
  --border-color:     #E7EDF3;
  --black:             #141414;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

* {
  outline: 0 !important;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--dark);
  background-color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

header,
section,
footer,
input,
textarea {
  font-family: var(--font-main);
}

h2, .h2 {
  font-weight: 500;
  font-size: 24px;
  color: #141414;
}

h3,.h3 {
  font-size: 36px;
  line-height: 49px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

textarea {
  resize: none;
}

.w-100 {
  width: 100%;
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (min-width: 1260px) {
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.currency {
  font-family: "ALSRubl", sans-serif;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 26px;
}

.section-header .slider-navigation {
  margin-left: auto;
}

.text-stroke {
  text-shadow: var(--primary) 2px 0px 0px, var(--primary) 1.75517px 0.95885px 0px, var(--primary) 1.0806px 1.68294px 0px, var(--primary) 0.14147px 1.99499px 0px, var(--primary) -0.83229px 1.81859px 0px, var(--primary) -1.60229px 1.19694px 0px, var(--primary) -1.97998px 0.28224px 0px, var(--primary) -1.87291px -0.70157px 0px, var(--primary) -1.30729px -1.5136px 0px, var(--primary) -0.42159px -1.95506px 0px, var(--primary) 0.56732px -1.91785px 0px, var(--primary) 1.41734px -1.41108px 0px, var(--primary) 1.92034px -0.55883px 0px;
}

.page-title {
  margin-top: 3px;
  font-size: 30px;
  font-weight: 500;
  color: #141414;
}

.section-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #141414;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
  }
  .section-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.slider-container {
  position: relative;
}

.slider-navigation {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
}

.slider-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border: 1px solid #cbced4;
  cursor: pointer;
  color: #a6a8ad;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slider-arrow:hover {
  color: var(--primary);
}

.slider-arrow .icon {
  width: 16px;
  height: 16px;
  margin: auto;
}

.slider-next {
  margin-left: -1px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #cdd6e4;
  cursor: pointer;
}

.slick-active button {
  background-color: var(--primary);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.payments-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payments-list li {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.payments-list li:last-child {
  margin-right: 0;
}

.social-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list li {
  margin-right: 6px;
}

.social-list li:last-child {
  margin-right: 0;
}

.social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/

  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/

  display: block;
  font-size: 16px;
  color: #616265;
}

.breadcrumbs li {
  /*display: -webkit-inline-box;*/
  /*display: -ms-inline-flexbox;*/
  /*display: inline-flex;*/
  /*-webkit-box-align: baseline;*/
  /*-ms-flex-align: baseline;*/
  /*align-items: baseline;*/
  display: inline;
}

.breadcrumbs li::after {
  content: '-';
  font-size: inherit;
  color: inherit;
  padding: 0 .3em;
}

.breadcrumbs li:last-child::after {
  content: none;
}

.breadcrumbs a {
  color: var(--primary);
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.breadcrumbs a:hover {
  color: var(--primary);
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px;
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px;
}

.pagination-list li {
  margin-right: 29px;
  position: relative;
}

.pagination-list li:last-child {
  margin-right: 0;
}

.pagination-list a {
  color: #5d5f60;
  text-decoration: none;
}

.pagination-list a:hover {
  color: var(--primary);
}

.pagination-list .current {
  color: var(--primary);
}

.pagination-list .current::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  background-color: var(--primary);
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pagination-prev, .pagination-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  border: 1px solid #cecece;
  background-color: #fff;
  color: #b3b3b3;
}

.pagination-prev:hover, .pagination-next:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.pagination-prev .icon, .pagination-next .icon {
  width: 14px;
  height: 14px;
  margin: auto;
}

.pagination-prev .icon {
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}

.pagination-next .icon {
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}

@media (max-width: 575px) {
  .pagination-list {
    margin: 0 20px;
  }
  .pagination-list li {
    margin-right: 15px;
  }
}

.product-item .quantity {
  width: 116px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .quantity__value {
  width: 60px;
  height: 28px;
  border: 0;
  text-align: center;
  font-family: inherit;
  font-size: 18px;
  color: #292b2d;
}

.product-item .quantity__controller {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background-color: var(--primary);
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #616b3f;
}

.product-item .quantity__controller .icon {
  width: 18px;
  height: 18px;
  margin: auto;
}

.cart-item .quantity {
  width: 89px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.cart-item .quantity__value {
  width: 39px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-alt);
  height: 27px;
  border: 0;
  text-align: center;
  font-family: inherit;
  font-size: 18px;
  color: #2d2d2d;
  border: 1px solid #c9c9c9;
  border-width: 0 1px 0 1px;
}

.cart-item .quantity__controller {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 27px;
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #949494;
  background-color: transparent;
}

.cart-item .quantity__controller .icon {
  width: 16px;
  height: 16px;
  margin: auto;
}

.custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-checkbox__icon {
  width: 19px;
  height: 19px;
  min-width: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  color: #fff;
  margin-right: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.custom-checkbox__icon .icon {
  width: 12px;
  height: 12px;
  margin: auto;
}

.custom-checkbox__text {
  font-size: 14px;
  font-family: var(--font-alt);
  color: #292b2d;
}

.custom-checkbox__value {
  display: none;
}

.custom-checkbox__value:checked ~ .custom-checkbox__icon {
  border-color: var(--primary);
  background-color: var(--primary);
}

.irs--round {
  margin-top: 4px;
  height: 16px;
}

.irs--round .irs-line {
  top: 0;
  height: 7px;
  background-color: #c7cacf;
  border-radius: 0;
}

.irs--round .irs-bar {
  top: 0;
  height: 7px;
  border-radius: 0;
  background-color: var(--primary);
}

.irs--round .irs-handle {
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 16px;
  height: 16px;
  background-color: #101010;
  top: -4px;
  cursor: pointer;
}

.irs--round .irs-handle:hover, .irs--round .irs-handle.state_hover {
  background-color: #101010 !important;
}

.tip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 13px;
  font-family: var(--font-alt);
}

.tip:hover .hader {
  color: var(--primary);
}

.tip:hover .body {
  opacity: 1;
  visibility: visible;
}

.tip .header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7c8085;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 1px solid #cccccc;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.tip .body {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 187px;
  color: #fff;
  background-color: #989594;
  padding: 14px 19px;
  bottom: calc(100% + 16px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

.tip .body::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #989594 transparent transparent transparent;
}

.form-label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1;
  font-family: var(--font-alt);
  color: #616265;
}

.form-label span {
  color: #ff3737;
}

.form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 20px;
  width: 100%;
  border: 1px solid #e2e2e2;
  outline: 0;
  min-height: 39px;
}

.form-control::-webkit-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.form-control:-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.form-control::-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.form-control::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.form-row {
  margin-left: -9px;
  margin-right: -9px;
}

.form-row > div {
  padding-left: 9px;
  padding-right: 9px;
}

.select2-container {
  position: relative;
  width: 100% !important;
}

.select2-container::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/local/templates/shelter/assets/css/../img/icons/angle-down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  width: 10px;
  height: 6px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.select2-container--open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--single {
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  padding-left: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  border-color: #e2e2e2;
  border-radius: 0;
}

.fancybox-bg {
  background-color: #292b2d;
}

body.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-slide--html .fancybox-close-small {
  display: none !important;
}

.modal {
  display: none;
  width: 420px;
  padding: 25px 35px 32px;
  max-width: 100%;
  border-radius: 3px;
  background-color: #fff;
}

.modal .modal-close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.modal .modal-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal .modal-title {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  color: #141414;
}

.modal .form-group,
.modal .modal-group {
  margin-bottom: 23px;
}

.modal .form-group > .adp-btn + .adp-btn {
  margin-top: 13px;
}

.modal .form-group--privacy {
  margin-top: -6px;
}

.modal .custom-checkbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal .custom-checkbox__text {
  margin-top: -3px;
  font-size: 12px;
  line-height: 16px;
  color: #616265;
  font-family: var(--font-alt);
}

.modal .custom-checkbox__text a {
  color: var(--primary);
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.modal .custom-checkbox__text a:hover {
  border-color: transparent;
}

.modal .form-footer {
  margin: 0;
}

.modal .adp-btn {
  height: 54px;
}

.modal .btn-link-primary {
  font-size: 12px;
  font-family: var(--font-alt);
}

.modal .pass-tip {
  margin-top: 10px;
  font-size: 11px;
  font-family: var(--font-alt);
  color: #8c8c8c;
  line-height: 15px;
}

.modal .pass-tip span {
  color: #ff3737;
}

.modal-description {
  margin-bottom: 40px;
  font-size: 14px;
  padding: 0 10%;
  font-family: var(--font-alt);
  color: #616265;
  line-height: 24px;
}

.modal-inclick {
  width: 443px;
}

.product-inclick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-inclick.product-item {
  margin: 0;
  padding: 0;
}

.product-inclick__thumb {
  width: 75px;
  min-width: 75px;
  margin-right: 32px;
}

.product-inclick__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #191919;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 7px;
}

.product-inclick__title:hover {
  color: var(--primary);
}

.product-inclick__price {
  margin-bottom: 8px;
  font-size: 18px;
  color: #737373;
}

.product-inclick__total {
  margin: 24px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 24px;
  font-weight: 500;
}

.product-inclick__total .val {
  font-size: 30px;
  margin-left: 20px;
}

.modal-product-added {
  width: 684px;
  padding: 40px 50px;
}

.modal-product-added .modal-title {
  margin-bottom: 23px;
}

.product-added {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-added__thumb {
  width: 225px;
  min-width: 225px;
  margin-right: 50px;
}

.product-added__title {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
  text-decoration: none;
}

.product-added__title:hover {
  color: var(--primary);
}

.product-added__price {
  margin-bottom: 25px;
  font-size: 18px;
  color: #737373;
}

.product-added__actions a {
  margin-bottom: 13px;
}

.product-added__actions a:last-child {
  margin-bottom: 0;
}

.modal-success .modal-title {
  margin-bottom: 30px;
}

.modal-register {
  width: 337px;
}

.modal-title--mobile {
  display: none;
}

@media (max-width: 575px) {
  .modal {
    border-radius: 0;
    padding: 25px 10px;
  }
  .modal .modal-title {
    margin-bottom: 20px;
  }
  .product-inclick__total {
    font-size: 18px;
  }
  .product-added {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-added__thumb {
    width: 100%;
    min-width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .product-added__thumb img {
    max-width: 115px;
  }
  .modal-title--mobile {
    display: block;
  }
  .modal-title--desktop {
    display: none;
  }
}

ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.tabs li {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tab-pane {
  visibility: hidden;
  height: 0;
  overflow-y: hidden;
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
}

.tab-pane.current {
  visibility: visible;
  height: auto;
  overflow-y: visible;
  opacity: 1;
}

.adp-btn {
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 0;
  height: 43px;
  font-family: inherit;
}

.adp-btn .icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.adp-btn:disabled {
  background-color: #EAECEE !important;
  color: #ACB0B3 !important;
}

.adp-btn.has-icon-left .icon {
  margin-right: 20px;
  margin-left: -20px;
}

.adp-btn--primary {
  color: #393637;
  background-color: #83c550;
}

.adp-btn--primary:hover {
  background-color: #93cd67;
}

.adp-btn--primary:active {
  background-color: #73b93d;
}

.adp-btn--primary-outline {
  border: 4px solid var(--primary);
  color: #444444;
}

.adp-btn--primary-outline:hover {
  background-color: var(--primary);
  color: #393637;
}

.adp-btn--silver {
  background-color: #e2e3e5;
  color: #393637;
}

.adp-btn--silver:hover {
  background-color: #d2d3d7;
}

.adp-btn--block {
  width: 100%;
}

.icon-fixed-right {
  position: relative;
  padding-right: 30px;
}

.icon-fixed-right .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  width: 14px;
  height: 14px;
}

.btn-link-primary {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.btn-link-primary:hover {
  border-color: transparent;
}

.header-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-home .navigation-line {
  border-bottom: 1px solid #d2d2d2;
}

.top-line {
  background-color: #292b2d;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
}

.top-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #919192;
  text-decoration: none;
  font-size: 13px;
}

.top-menu .parent-menu__item {
  position: relative;
  margin-right: 15px;
}

.top-menu .parent-menu__item > a {
  padding: 10px 0;
}

.top-menu .parent-menu__item:hover > a {
  color: #fff;
}

.top-menu .parent-menu__item:hover .child-menu__list {
  opacity: 1;
  visibility: visible;
}

.top-menu .parent-menu__item:last-child {
  margin-right: 0;
}

.top-menu .child-menu__list {
  position: absolute;
  left: -20px;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 20;
  width: 160px;
  padding: 10px 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

.top-menu .child-menu__item {
  margin-bottom: 10px;
}

.top-menu .child-menu__item:last-child {
  margin-bottom: 0;
}

.top-menu .child-menu__item a:hover {
  color: var(--black);
}

.top-menu .icon {
  width: 12px;
  height: 12px;
}

.users-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-link li::after {
  content: '|';
  margin: 0 11px;
  color: #e8ecf1;
  font-size: 11px;
}

.users-link li:last-child::after {
  content: none;
}

.users-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8ecf1;
  text-decoration: none;
  font-size: 13px;
}

.users-link a:hover {
  color: #fff;
}

.users-link .icon {
  width: 13px;
  height: 13px;
  color: #6e6f70;
  margin-right: 8px;
}

.header-logo {
  margin-right: 40px;
  padding-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-logo img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 144px;
}

.logo-description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #4f4f4f;
}

.info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 0;
}

.header-contacts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  text-decoration: none;
  color: #141414;
  line-height: 1;
  margin-bottom: 6px;
  white-space: nowrap;
  font-weight: 500;
}

.header-phone:hover {
  color: var(--primary);
}

.header-phone .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  color: #524338;
}

.header-mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  line-height: 1;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.header-mail:hover {
  border-color: currentColor;
}

.header-buttons {
  margin-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-buttons a {
  margin-right: 16px;
  font-family: var(--font-alt);
}

.header-buttons a:last-child {
  margin-right: 0;
}

.user-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-menu li {
  margin-right: 40px;
}

.user-menu li:last-child {
  margin-right: 0;
}

.user-menu > li > a {
  color: #524338;
}

.user-menu > li > a:hover {
  color: var(--primary);
}

.user-menu .icon {
  width: 23px;
  height: 23px;
}

.item-search {
  position: relative;
}

.item-search a.open {
  color: var(--primary);
}

.mobile-contacts {
  position: fixed;
  left: 0;
  right: 0;
  top: 93px;
  z-index: 20;
  background-color: #fff;
  padding: 25px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-top: 1px solid #e5e5e6;
}

.mobile-contacts.open {
  opacity: 1;
  visibility: visible;
}

.mobile-contacts .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 13px;
  border-bottom: 1px solid #e1e1e1;
  font-family: var(--font-alt);
  color: #141414;
}

.mobile-contacts .phone .icon-round {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background-color: #e1e4e8;
  border-radius: 100%;
  color: #b8bfc8;
}

.mobile-contacts .phone .icon {
  width: 16px;
  height: 16px;
}

.mobile-contacts a.mail {
  margin: 15px 0 25px;
  color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.mobile-contacts a.mail img {
  margin-right: 10px;
}

.mobile-contacts .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-contacts .buttons .adp-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mobile-contacts .buttons .adp-btn + .adp-btn {
  margin-left: 10px;
}

.header-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
  -ms-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
  padding: 15px;
  background-color: #fff;
  right: calc(100% + 20px);
  z-index: 20;
  width: 550px;
  max-width: 100vw;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.header-search.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.cart-link__count {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background-color: #f00e0e;
  color: #fff;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-alt);
  top: -14px;
  left: 14px;
}

.cart-link__price {
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
  white-space: nowrap;
}

.navigation-line {
  border-top: 1px solid #d2d2d2;
}

.primary-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.primary-navigation .parent-item {
  position: relative;
  margin-right: 25px;
}

.primary-navigation .parent-item:hover > a {
  color: var(--primary);
}

.primary-navigation .parent-item:hover .child-list {
  opacity: 1;
  visibility: visible;
}

.primary-navigation .parent-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  text-decoration: none;
  color: #292b2d;
}

.primary-navigation .parent-item:last-child {
  margin-right: 0;
}

.primary-navigation .parent-item:last-child:before {
  content: '';
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
  left: -12px;
  height: 30px;
  width: 1px;
  background-color: #d2d2d2;
}

.primary-navigation .parent-item:nth-last-child(n+3)::before {
  content: none;
}

.primary-navigation .child-list {
  position: absolute;
  left: -10px;
  top: 100%;
  width: 245px;
  padding: 17px 0;
  z-index: 40;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

.primary-navigation .child-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 20px;
  color: var(--primary);
  -webkit-text-decoration-color: currentCOlor;
  text-decoration-color: currentCOlor;
}

.primary-navigation .child-list a:hover {
  color: var(--black);
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.header-description--mobile {
  color: #919192;
  font-size: 12px;
  font-family: var(--font-alt);
  text-align: center;
}

.menu-toggler {
  margin-top: 15px;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49px;
  height: 59px;
}

.menu-toggler i {
  display: block;
  margin-bottom: 5px;
  width: 22px;
  height: 3px;
  background-color: var(--primary);
}

.menu-toggler i:nth-child(2) {
  width: 14px;
}

.menu-toggler i:last-child {
  margin-bottom: 0;
}

.mobile-enter {
  position: fixed;
  left: 0;
  right: 0;
  top: 102px;
  background-color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 9px 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #e5e5e6;
}

.mobile-enter.open {
  opacity: 1;
  visibility: visible;
}

.mobile-enter .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
}

.mobile-enter .form-group {
  margin-bottom: 15px;
}

.mobile-enter .pass-remind {
  font-size: 12px;
  padding-top: 6px;
}

.mobile-enter .form-footer {
  padding-top: 15px;
}

.mobile-push-menu {
  padding: 10px;
  width: 220px !important;
  max-height: 100vh;
  display: inline-flex;
  flex-direction: column;
  bottom: auto;
}

.mobile-push-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e5e5;
  color: #292b2d;
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  padding: 15px 0;
}

.mobile-push-menu a:hover {
  color: var(--primary);
}

.mobile-push-menu a .icon {
  margin-left: auto;
}

.mobile-push-menu .icon {
  width: 16px;
  height: 16px;
  color: #a6a8ad;
}

.mobile-push-menu .menu-header {
  position: relative;
  padding-bottom: 30px;
}

.mobile-push-menu .menu-logo {
  width: 107px;
}

.mobile-push-menu .submenu {
  top: 77px !important;
  padding: 10px;
}

.mobile-list--main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.menu-parent__divider {
  /*margin-bottom: auto;*/
  /*flex-grow: 1;*/
}

a.zeynep-submenu__returner .icon {
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 20px;
}

.mobile-menu__close {
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
}

.zeynep-opened .mobile-menu__overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .header-home {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e6;
  }
  .header-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 102px;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-search.open {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 768px) {
  .header-description--mobile {
    display: none;
  }
  .user-menu .item-callback {
    display: none;
  }
}

@media (min-width: 992px) {
  .menu-toggler {
    display: none;
  }
  .user-menu .item-user {
    display: none;
  }
}

@media (max-width: 1259px) {
  .header-logo {
    margin-right: 0;
  }
  .primary-navigation .parent-item {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .header-buttons {
    margin: 0 20px;
  }
  .header-buttons .adp-btn {
    padding: 9px;
  }
  .user-menu li {
    margin-right: 20px;
  }
  .primary-navigation .parent-item > a {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .top-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .users-link {
    display: none;
  }
  .navigation-line {
    display: none;
  }
  .info-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 10px 0 0;
  }
}

@media (max-width: 767px) {
  .top-line {
    padding: 5px 0;
  }
  .mobile-enter,
  .header-search {
    top: 94px;
  }
  .menu-toggler {
    margin: 0;
  }
  .top-menu,
  .header-contacts,
  .header-buttons {
    display: none;
  }

  .header-logo {
    padding: 5px 0;
    margin-left: 15px;
    width: 110px;
  }

  .header-logo .logo-description {
    display: none;
  }
}

@media (max-width: 575px) {
  .main-line {
    margin-left: -8px;
    margin-right: -8px;
  }
  .menu-toggler {
    background-color: var(--primary);
  }
  .menu-toggler i {
    background-color: #fff;
  }
  .info-line {
    padding: 0;
  }
  .user-menu {
    margin-right: 25px;
  }
  .mobile-enter,
  .header-search,
  .mobile-contacts {
    top: 83px;
  }
  .mobile-contacts .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-contacts .buttons .adp-btn + .adp-btn {
    margin: 10px 0 0;
  }
  .cart-link__price {
    display: none;
  }
}

@media (max-width: 425px) {
  .header-logo {
    display: none;
  }
}

.s-main-slider {
  padding-top: 216px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-slider .slick-dots {
  position: absolute;
  left: calc(45% + 95px);
  bottom: 30px;
}

.hero-navigation {
  position: absolute;
  right: 0;
  bottom: -12px;
}

.hero-navigation .slider-arrow {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.hero-navigation .slider-next {
  margin-left: 1px;
}

.main-slider__thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 45%;
  min-width: 45%;
}

.main-slider__thumb img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider__content {
  margin-left: 95px;
  padding-right: 100px;
  padding-top: 30px;
}

.main-slider__content .btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  text-decoration: none;
  color: var(--primary);
  border-bottom: 1px solid CurrentColor;
}

.main-slider__content .btn-link:hover {
  border-color: transparent;
}

.main-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 46px;
  line-height: 52px;
  color: #141414;
  text-decoration: none;
}

.main-slider__title:hover {
  color: var(--primary);
}

.main-slider__description {
  margin-bottom: 30px;
  font-size: 18px;
  color: #616265;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .main-slider .slick-dots {
    left: calc(45% + 30px);
  }
  .main-slider__content {
    margin: 0;
    padding: 0 30px 30px;
  }
}

@media (max-width: 991px) {
  .s-main-slider {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .main-slider__title {
    margin: 0 0 15px;
    font-size: 36px;
    line-height: 1.2;
  }
  .main-slider__description {
    margin: 0 0 15px;
    font-size: 16px;
  }
  .hero-navigation {
    display: none;
  }
  .main-slider .slick-dots {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .main-slider__item {
    flex-direction: column;
  }

  .main-slider__content {
    padding: 30px 0 30px;
  }

  .main-slider__content .btn-link {
    font-size: 12px;
  }
  .main-slider__title {
    margin: 0 0 10px;
    font-size: 21px;
  }
  .main-slider__description {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .main-slider__thumb {
    width: 100%;
    min-width: 100%;
  }

  .main-slider__content {
    padding: 20px 0 0;
  }

  .main-slider__description span {
    display: none;
  }
}

.s-product-category {
  padding: 49px 0 38px;
}

.s-product-category .section-header {
  margin-bottom: 34px;
}

.category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 25%;
  padding: 11px 14px 40px;
  border: 1px solid #e5e6e6;
  width: calc(100% + 1px);
  margin-left: -1px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.category__item:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.section-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.section-name.open .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-name .icon {
  margin-left: auto;
  width: 18px;
  height: 18px;
  color: #a6a8ad;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.category__list {
  padding-left: 4px;
}

.category__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.category__list li:last-child {
  margin-bottom: 0;
}

.category__list a {
  color: var(--primary);
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  font-size: 13px;
  line-height: 1;
}

.category__list a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

@media (min-width: 768px) {
  .section-name .icon {
    display: none;
  }
}

@media (max-width: 991px) {
  .category__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category__item {
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .category__container {
    padding: 5px 10px;
    border: 1px solid #e4e5e5;
  }
  .category__item {
    padding: 0;
    max-width: 100%;
    border: 0;
  }
  .category__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .category__item:last-child .section-name,
  .category__item:last-child .category__list {
    border: 0;
  }

  .section-name{
    margin: 0;
    padding: 6px 4px;
    font-size: 16px;
    border-bottom: 1px solid #e4e5e5;
  }
  .category__list {
    display: none;
    padding: 15px;
    border-bottom: 1px solid #e4e5e5;
  }
}

.s-product-sliders {
  padding: 41px 0 30px;
  background-color: #f3f4f6;
}

.s-product-sliders .product-slider {
  margin: 0 0 55px;
}

.product-slider {
  position: relative;
  margin-right: -2px;
}

.product-slider::before {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  left: 0;
  background-color: #fff;
}

.product-slider .slick-list {
  padding: 50px 0;
  margin: -50px 0;
}

.product-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-slider .slide {
  border-right: 2px solid #f2f3f5;
  height: auto;
}

.product-slider .slide:last-child {
  border: 0;
}

.product-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 20px 18px;
  z-index: 10;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.product__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 33px;
}

.product__thumb a {
  text-decoration: none;
  border: 0 !important;
}

.product__labels {
  position: absolute;
  top: 22px;
  left: 15px;
  z-index: 10;
}

.product__labels .label {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.product__labels .label--discount {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f23737), to(#f25c5c));
  background: -webkit-linear-gradient(top, #f23737 0%, #f25c5c 100%);
  background: -o-linear-gradient(top, #f23737 0%, #f25c5c 100%);
  background: linear-gradient(180deg, #f23737 0%, #f25c5c 100%);
}

.product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
  color: #191919;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.product__title:hover {
  color: var(--primary);
}

.product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  white-space: nowrap;
}

.product__price--current {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 18px;
  color: #737373;
}

.has-discount .product__price--current {
  color: #c93333;
}

.product__price--old {
  margin-right: 10px;
  font-size: 16px;
  color: #8a8787;
  text-decoration: line-through;
}

.product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__footer .add-basket {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 57px);
}

.product__footer .btn--square-compare {
  margin-left: 8px;
}

.product__footer .to-basket {
  background-color: #e2e3e5;
}

.btn--square-compare {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 49px;
  height: 43px;
  border: 1px solid #d8dbe1;
  color: #a4b2c2;
}

.btn--square-compare:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.btn--square-compare .icon {
  width: 16px;
  height: 16px;
  margin: auto;
}

.buy-inclick {
  margin: 12px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  font-size: 14px;
  line-height: 1;
}

.buy-inclick:hover {
  border-color: transparent;
}

.product--compact .product__thumb {
  margin-bottom: 16px;
}

.product--compact .product__title {
  margin-bottom: 2px;
}

.product--compact .product__price--current {
  margin: 0;
}

.product--compact .product__price--old {
  margin-right: 6px;
}

@media (max-width: 1259px) {
  .product--compact {
    padding: 10px;
  }
  .product--compact .product__labels {
    top: 5px;
    left: 5px;
  }
}

@media (max-width: 575px) {
  .s-product-sliders {
    padding-bottom: 15px;
  }
  .s-product-sliders .product-navigation {
    display: none;
  }
  .product {
    padding: 14px 10px;
  }
  .product__labels {
    top: 6px;
    left: 4px;
  }
  .product__thumb {
    margin: 0 0 20px;
  }
  .product__title {
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }
  .product__price--current {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .product__price--old {
    font-size: 12px;
  }
  .product__footer .add-basket {
    height: 30px;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
  }
  .product__footer .add-basket .icon {
    width: 13px;
    height: 13px;
    margin: 0 4px 0 0;
  }
  .btn--square-compare {
    width: 34px;
    height: 30px;
  }
  .btn--square-compare .icon {
    width: 14px;
    height: 14px;
  }
}

.product-item {
  margin-top: 20px;
  background-color: #fff;
  padding: 43px 45px;
}

.product-item__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product-for__container {
  width: calc(100% - 105px);
}

.product-for .slide {
  position: relative;
}

.zoom-thumb {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #f3f4f6;
  color: #524338;
}

.zoom-thumb:hover {
  color: var(--primary);
}

.zoom-thumb .icon {
  width: 22px;
  height: 22px;
  margin: auto;
}

.product-item__labels {
  position: absolute;
  right: 40px;
  top: -17px;
  z-index: 20;
}

.label-container {
  position: relative;
}

.label-container:hover .label-tip {
  opacity: 1;
  visibility: visible;
}

.label--stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #f00e0e;
  color: #fff;
  font-size: 12px;
  font-family: var(--font-alt);
  cursor: pointer;
}

.label-tip {
  position: absolute;
  left: -16px;
  bottom: calc(100% + 12px);
  width: 205px;
  padding: 14px;
  font-family: var(--font-alt);
  font-size: 12px;
  line-height: 18px;
  color: #b3b3b3;
  background-color: #313131;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

.label-tip::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #313131 transparent transparent transparent;
  bottom: -12px;
  left: 32px;
}

.product-nav {
  width: 80px;
  margin-left: 30px;
}

.product-nav .slide {
  margin-bottom: 12px;
  width: 75px;
  height: 80px;
}

.product-nav img {
  display: block;
  max-height: 80px;
}

.product-item__title {
  margin: 0 0 7px;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
}

.product-item__code {
  /*margin: 0 0 24px;*/
  font-size: 16px;
  color: #7f7f7f;
}

.product-item__cost {
  margin: 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-item__prices {
  color: #141414;
  white-space: nowrap;
}

.product-item__price--old {
  font-size: 16px;
  line-height: 1;
  text-decoration: line-through;
}

.product-item__price--old + .product-item__price--current {
  margin-top: -6px;
}

.product-item__price--current {
  font-size: 30px;
  line-height: 1;
}

.product-item__quantity {
  margin-left: 38px;
}

.product-item__option {
  margin: 0 0 15px;
}

.product-item__option .caption {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1;
  color: #292b2d;
  font-family: var(--font-alt);
}

.option-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.option-checkbox {
  margin-right: 9px;
}

.option-checkbox:last-child {
  margin-right: 0;
}

.option-checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 11px;
  font-size: 11px;
  color: #585353;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #e8ecf1;
  cursor: pointer;
  height: 22px;
  border-radius: 2px;
  white-space: nowrap;
  font-family: var(--font-alt);
}

.option-checkbox__value {
  display: none;
}

.option-checkbox__value:checked ~ .option-checkbox__text {
  background-color: var(--primary);
  color: #fff;
}

.product-item__total {
  margin: 0 0 25px;
  padding: 7px 0 0;
}

.product-item__total .caption {
  font-size: 16px;
  font-weight: 500;
}

.product-item__total .value {
  font-size: 24px;
  white-space: nowrap;
}

.product-item__action {
  margin: 0 0 28px;
}

.product-item__action .adp-btn {
  height: 54px;
  margin-bottom: 12px;
}

.product-item__action .adp-btn:last-child {
  margin-bottom: 0;
}

.product-item__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-alt);
  font-size: 14px;
}

.product-item__additional span {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid currentColor;
}

.product-item__additional a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--primary);
  margin-right: 40px;
}

.product-item__additional a:last-child {
  margin-right: 0;
}

.product-item__additional a:hover span {
  border-color: transparent;
}

.product-item__additional img {
  margin-right: 9px;
}

.product-item__tabs {
  margin-top: 53px;
}

.product-item__tabs .tabs {
  border-bottom: 2px solid var(--primary);
}

.product-item__tabs .tabs .tab-link {
  padding: 13px 22px;
  color: var(--primary);
  line-height: 1;
  font-size: 14px;
}

.product-item__tabs .tabs .current {
  background-color: var(--primary);
  color: #141414;
}

.product-item__tabs .tab-pane {
  font-size: 16px;
  line-height: 30px;
  color: #616265;
  font-family: var(--font-alt);
}

.product-item__tabs .tab-pane.current {
  padding-top: 33px;
}

.product-nav-arrows {
  position: absolute;
  top: -12px;
  bottom: 0;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.product-nav-arrows .slider-arrow {
  background-color: #fff;
  color: #969696;
  border-radius: 7px;
  border: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
  pointer-events: all;
}

.product-nav-arrows .slider-arrow:hover {
  color: var(--primary);
}

.product-nav-arrows .slider-next, .product-nav-arrows .slider-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-tab-toggler {
  display: none;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 47px;
  border: 2px solid var(--primary);
  margin-top: -2px;
  color: var(--primary);
  font-weight: 500;
}

.product-tab-toggler.open {
  background-color: var(--primary);
  color: #fff;
}

.product-tab-toggler.open span {
  border-color: #fff;
}

.product-tab-toggler.open span::before, .product-tab-toggler.open span::after {
  background-color: #fff;
}

.product-tab-toggler.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.product-tab-toggler span {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary);
  border-radius: 100%;
}

.product-tab-toggler span::before, .product-tab-toggler span::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: var(--primary);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product-tab-toggler span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (min-width: 1200px) {
  .product-item__content {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .product-item__additional {
    font-size: 13px;
  }
  .product-item__additional a {
    margin-right: 10px;
  }
  .product-item__additional span {
    border: 0;
  }
}

@media (max-width: 991px) {
  .product-for__container {
    width: 100%;
  }
  .product-for .slide {
    text-align: center;
  }
  .product-for .slide img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .product-for .slick-dots {
    margin: 25px 0 23px;
  }
  .product-nav,
  .slider-navigation {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-tab-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-item__tabs .tabs {
    display: none;
  }
  .product-item__tabs .tab-pane {
    display: none;
    padding: 30px 0;
    visibility: visible;
    height: auto;
    overflow-y: visible;
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .product-item {
    padding: 30px 10px 35px;
  }
  .product-item__additional {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .product-item__additional a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-item__additional img {
    margin: 0 0 8px;
  }
  .product-item__tabs {
    margin-top: 45px;
  }
}

.catalog__list {
  margin: 1px 0 0 1px;
}

.catalog__list .product {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  height: calc(100% + 1px);
  width: calc(100% + 1px);
  margin-top: -1px;
  margin-left: -1px;
}

.load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  height: 43px;
  color: #5d5f60;
  text-decoration: none;
  background-color: #fff;
}

.load-more:hover {
  color: var(--primary);
}

.show-all {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  color: #616265;
  background-color: #f8f8f8;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.show-all:hover {
  color: var(--primary);
}

.show-all .icon {
  width: 12px;
  height: 12px;
  color: #a5afbd;
  margin-left: 11px;
}

.catalog .title {
  margin: 0 0 31px;
  font-size: 24px;
  font-weight: 500;
  color: #141414;
}

.catalog .title b {
  font-weight: inherit;
  color: #f23d3d;
}

.catalog--stocks {
  margin-top: 48px;
}

.catalog-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 18px;
  font-family: var(--font-alt);
}

.catalog-sorting .caption {
  margin-right: 15px;
  font-size: 14px;
  color: #616265;
}

.catalog-sorting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-sorting__list li {
  margin-right: 10px;
}

.catalog-sorting__list li:last-child {
  margin-right: 0;
}

.catalog-sorting__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #616265;
  text-decoration: none;
  height: 26px;
  padding: 3px 9px;
}

.catalog-sorting__list a:hover {
  color: var(--primary);
}

.catalog-sorting__list .current a {
  color: #fff;
  background-color: var(--primary);
}

.catalog-sorting__list .icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .catalog-sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .catalog-sorting .caption {
    margin: 0 0 10px;
  }
}

@media (max-width: 575px) {
  .catalog-sorting {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog-sorting__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog-sorting__list li {
    margin-bottom: 10px;
  }
}

/* фильтр сайдбар */
.filter-sidebar {
  margin-bottom: 60px;
}

.catalog-return,
.filter-toggler {
  position: relative;
  color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  border: 1px solid var(--primary);
  text-decoration: none;
  padding: 14px 18px;
  line-height: 1;
  font-size: 14px;
  font-family: var(--font-alt);
  text-align: center;
  justify-content: center;
}

.catalog-return:hover,
.filter-toggler:hover {
  background-color: var(--primary);
  color: #fff;
}

.catalog-return .icon,
.filter-toggler .icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 22px;
  margin-right: auto;
}

.catalog-return span {
  margin-right: auto;
  margin-left: -7px;
}

.filter-toggler {
  display: none;
}

.filter-sorting {
  margin: 0 0 27px;
  padding: 17px 0 20px;
  font-family: var(--font-alt);
  border: 1px solid #d5d5d5;
}

.filter-sorting li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.filter-sorting li:last-child {
  margin-bottom: 0;
}

.filter-sorting a {
  position: relative;
  padding: 0 22px;
  display: block;
  font-size: 15px;
  color: #292b2d;
  text-decoration: none;
}

.filter-sorting a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 39px;
  background-color: var(--primary);
  left: -1px;
  opacity: 0;
}

.filter-sorting a:hover {
  color: var(--primary);
}

.filter-sorting .current a {
  color: var(--primary);
}

.filter-sorting .current a::before {
  opacity: 1;
}

.product-filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  color: #292b2d;
  padding: 8px 0;
  cursor: pointer;
}

.product-filter__title .icon {
  width: 14px;
  height: 14px;
  margin-left: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.open .product-filter__title .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-filter__body {
  padding: 11px 0 30px;
}

.product-filter__body .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

.product-filter__body .custom-checkbox:last-child {
  margin-bottom: 0;
}

.filter-footer {
  padding-top: 15px;
}

.filter-apply {
  font-size: 16px;
  font-weight: 500;
  color: #393637;
  background-color: #e2e3e5;
}

.filter-apply:hover {
  background-color: #d2d3d7;
}

.price-range__values {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-price__val {
  width: 72px;
  height: 31px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d9d9d9;
  font-family: inherit;
}

.catalog-banner {
  margin: 10px 0 19px;
}

.catalog-banner img {
  display: block;
  width: 100%;
}

.catalog-banner a {
  position: relative;
  display: block;
  max-height: 150px;
  overflow: hidden;
  text-decoration: none;
  transition: max-height 0.5s ease-out;
}

.catalog-banner a.open {
  max-height: unset;
}

.catalog-description {
  margin: 0 0 33px;
}

.catalog-description h2 {
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 2px solid #505050;
}

.catalog-description p {
  font-size: 16px;
  line-height: 28px;
  color: #616265;
}

.catalog-description a {
    color: var(--primary);
    text-decoration: currentColor;
}

.catalog-description a:hover {
    text-decoration: transparent;
}

.related-category {
  margin: 0 0 27px;
}

.related-category h2,
.related-category .h2{
  margin-bottom: 20px;
}

.category-item__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 9px;
}

.category-item__thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.category-item__thumb img {
  width: 100%;
}

.category-item__title {
  font-size: 13px;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-alt);
}

.category-item__title:hover {
  border-color: transparent;
}

.useful-tips {
  margin: 0 0 40px;
}

.useful-tips h2,
.useful-tips .h2 {
  margin-bottom: 21px;
}

.useful-tips .load-more {
  margin: 18px 0 0;
}

.mobile-header {
  display: none;
}

@media (min-width: 1200px) {
  .filter-sidebar {
    margin-top: -54px;
  }
  .filter-sidebar {
    width: 194px;
  }
  .page-header--container .breadcrumbs, .page-header--container .page-title {
    margin-left: 224px;
  }
}

@media (max-width: 991px) {
  .filter-sidebar {
    margin: 30px 0 20px;
  }
  .filter-toggler {
    display: block;
  }
  .main-filter {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 235px;
    overflow-y: auto;
    padding: 0 20px 30px;
    z-index: 31;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .main-filter::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 235px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 29;
  }
  .main-filter.open {
    opacity: 1;
    visibility: visible;
  }
  .filter-footer {
    padding-bottom: 30px;
  }
  .mobile-header {
    position: relative;
    display: block;
    padding: 20px 0;
  }
  .mobile-header .title {
    font-size: 24px;
    font-weight: 500;
  }
  .close {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .category-item {
    margin-bottom: 20px;
  }
}

.cart-products {
  margin-top: 27px;
}

.cart-products .col-total {
  min-width: 14.4%;
}

.cart-products .col-quantity {
  min-width: 13.6%;
}

.cart-products .col-price {
  min-width: 14%;
}

.cart-products .col-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart-products .col-remove {
  min-width: 16px;
}

.cart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 17px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
}

.cart__list {
  padding: 0 17px;
  background-color: #fff;
}

.cart-item {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9dce3;
}

.cart-item:last-child {
  border: 0;
}

.cart-item__thumb {
  padding: 0 8px;
  margin-right: 31px;
}

.cart-item__thumb img {
  max-width: 84px;
}

.cart-item__title {
  width: 320px;
  min-width: 320px;
  max-width: 100%;
}

.cart-item__title a {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  text-decoration: none;
}

.cart-item__title a:hover {
  color: var(--primary);
}

.price-counter {
  font-size: 11px;
  height: 13px;
  margin-top: 7px;
}

.cart-item__price {
  white-space: nowrap;
  font-size: 18px;
  color: #737373;
}

.quantity-counter {
  font-size: 11px;
  width: 89px;
  text-align: center;
  color: #8c8c8c;
}

.cart-item__remove {
  color: #b4b9c4;
  margin-bottom: 13px;
}

.cart-item__remove:hover {
  color: #f01111;
}

.cart-item__remove .icon {
  width: 16px;
  height: 16px;
}

.cart-total {
  padding: 15px 0 0;
  text-align: right;
}

.cart-total__value {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 24px;
  color: #141414;
}

.cart-total__value strong {
  padding-left: 9px;
  white-space: nowrap;
  color: #1e0f00;
  font-weight: 700;
}

.cart-total__actions {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-total__actions .adp-btn {
  width: 200px;
}

.cart-total__actions .adp-btn + .adp-btn {
  margin-left: 15px;
}

/* cart item services */
.cart-services {
  margin-bottom: 20px;
}

.cart-services .title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

.cart-services__item {
  padding: 18px 19px;
  background-color: #fff;
  margin-bottom: 30px;
}

.cart-services__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.cart-services__title span {
  font-size: 24px;
  font-weight: 500;
  color: #191919;
}

.cart-services__title .tip {
  margin-left: 9px;
}

.cart-services__description {
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 18px;
  color: #7c8085;
  font-family: var(--font-alt);
}

.cart-item .label-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .cart-item__title {
    width: 220px;
    min-width: 220px;
  }
}

@media (max-width: 991px) {
  .cart-item__thumb {
    padding: 0;
    margin-right: 20px;
  }
  .cart-item__thumb img {
    max-width: 60px;
  }
  .cart-item__title {
    width: 180px;
    min-width: 180px;
  }
  .cart-products .col-quantity {
    min-width: 19%;
  }
}

@media (max-width: 767px) {
  .cart__header {
    display: none;
  }
  .cart-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-item {
    position: relative;
  }
  .cart-item .label-mobile {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: var(--font-alt);
    color: #616265;
    font-weight: 400;
    text-align: center;
  }
  .cart-products .col-thumb {
    margin-bottom: 20px;
  }
  .cart-products .col-title {
    min-width: calc(100% - 80px);
    margin-bottom: 20px;
  }
  .cart-products .col-price,
  .cart-products .col-quantity,
  .cart-products .col-total {
    min-width: 33.333%;
    text-align: center;
  }
  .cart-products .quantity-counter {
    width: auto;
  }
  .cart-products .price-counter {
    margin: 0;
  }
  .cart-item__remove {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .cart-total {
    margin-bottom: 60px;
  }
  .cart-total__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-total__actions .adp-btn {
    width: 100%;
  }
  .cart-total__actions .adp-btn + .adp-btn {
    margin: 10px 0 0;
  }
}

.dashboard {
  padding-bottom: 20px;
}

.dashboard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 7px 0 28px;
}

.dashboard-header .title {
  font-size: 18px;
  font-weight: 500;
  color: #292b2d;
}

.dashboard-header .logout {
  padding-right: 20px;
}

.dashboard-header .logout a {
  text-decoration: none;
  color: #616265;
  font-family: var(--font-alt);
  font-size: 14px;
}

.dashboard-header .logout a:hover {
  color: var(--primary);
}

.dashboard-item {
  margin-bottom: 30px;
  padding: 22px 30px;
  background-color: #fff;
  min-height: calc(100% / 2 - 30px);
}

.dashboard-item__title {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 500;
  color: #292b2d;
}

.orders .col-number {
  width: 25%;
}

.orders .col-date {
  width: 28%;
}

.orders .col-total {
  width: 29%;
}

.orders-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
  padding-bottom: 10px;
  border-bottom: 2px solid #1e0f00;
  white-space: nowrap;
}

.orders-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #d2d2d2;
}

.orders-item:last-child {
  border: 0;
}

.orders-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orders-item a {
  text-decoration: none;
  color: var(--primary);
  border-bottom: 1px solid transparent;
}

.orders-item a:hover {
  border-color: currentColor;
}

.orders-item .col-number, .orders-item .col-date {
  font-size: 15px;
  font-family: var(--font-alt);
  color: #292b2d;
}

.orders-item .col-total {
  font-size: 18px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #737373;
}

.orders-item .col-status {
  font-size: 14px;
  min-width: 20%;
  text-align: right;
  justify-content: flex-end;
}

.orders-item .toggler {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid var(--primary);
  margin-right: 11px;
}

.orders-item .toggler::before, .orders-item .toggler::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: var(--primary);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.orders-item .toggler::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.orders-item.open .toggler::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.order-status {
  min-width: 86px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 3px 8px;
  font-family: var(--font-alt);
  border-radius: 2px;
  white-space: nowrap;
}

.order-status--waiting {
  background-color: #ffa11a;
  color: #fff;
}

.order-status--success {
  background-color: var(--primary);
  color: #fff;
}

.order-status--cansel {
  background-color: #db4242;
  color: #fff;
}

.lk-user__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.lk-user__header img {
  margin-right: 22px;
}

.lk-user__fullname {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #292b2d;
}

.lk-user__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 83px;
  margin-top: 17px;
  margin-bottom: 30px;
}

.lk-user__contacts a:hover {
  color: var(--primary);
}

.lk-user__contacts .phone {
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  font-family: var(--font-alt);
  color: #6b6b6b;
  text-decoration: none;
}

.lk-user__contacts .mail {
  font-size: 15px;
  font-family: var(--font-alt);
  text-decoration: none;
  color: #909090;
}

.lk-user__edit {
  margin-left: 83px;
}

.lk-user__edit img {
  margin-right: 8px;
}

.lk-user__edit a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #66a038;
  font-family: var(--font-alt);
  font-size: 14px;
}

.lk-user__edit a:hover {
  color: var(--primary);
}

.dashboard-item--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lk-cart {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lk-cart .empty-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
}

.lk-cart .empty-message a {
  margin-top: 7px;
  display: block;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.lk-cart .empty-message a:hover {
  border-color: transparent;
}

.label-mobile {
  display: none;
}

.dashboard-item--user-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .orders .col-number {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .dashboard-item {
    min-height: auto;
  }
  .lk-cart .empty-message {
    padding: 90px 10px;
  }
  .dashboard-item--user-desktop {
    display: none;
  }
  .dashboard-item--user-mobile {
    display: block;
  }
}

@media (max-width: 575px) {
  .dashboard-item {
    padding: 23px 10px;
  }
  .orders-header {
    display: none;
  }
  .dashboard-item__title {
    margin: 0;
  }
  .orders-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .orders-item > div {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .orders-item > div:last-child {
    margin-bottom: 0;
  }
  .orders-item .label-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-family: var(--font-alt);
    color: #616265;
    width: 50%;
    min-width: 50%;
  }
  .lk-user__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lk-user__header img {
    margin: 0 0 22px;
  }
  .lk-user__fullname {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .lk-user__contacts {
    margin-top: 25px;
    margin-left: 0;
  }
  .lk-user__edit {
    margin-left: 0;
  }
}

.current-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 60px;
  background-color: #fff;
}

.current-orders__list {
  padding: 30px 30px 60px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #d2d2d2;
}

.current-orders__navigation {
  width: 260px;
  min-width: 260px;
}

.current-orders__list .col-number {
  width: 22%;
}

.current-orders__list .col-date {
  width: 47.3%;
}

.current-orders__list .col-total {
  width: 18.5%;
}

.current-orders__list .col-status {
  width: auto;
}

.cart-order {
  padding: 21px 54px;
  padding-right: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #d2d2d2;
}

.cart-order .cart-products {
  margin: 0;
}

.cart-order .cart__header {
  margin: 0;
  padding: 0 0 8px;
  padding-right: 21.7%;
  font-size: 12px;
  border-bottom: 1px solid #d2d2d2;
}

.cart-order .cart__list {
  background-color: transparent;
  padding: 0;
}

.cart-order .cart-item {
  padding: 14px 0;
  padding-right: 21.7%;
}

.cart-order .cart-item__thumb {
  padding: 0;
  margin-right: 23px;
}

.cart-order .cart-item__thumb img {
  max-width: 47px;
}

.cart-order .cart-item__title {
  width: 200px;
  min-width: 200px;
}

.cart-order .cart-item__title a {
  font-size: 18px;
}

.cart-order .col-quantity {
  width: 29.5%;
  font-size: 12px;
  font-family: var(--font-alt);
}

.cart-order .col-quantity span {
  font-size: 11px;
  color: #8c8c8c;
}

.order-total {
  padding-bottom: 20px;
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  padding-right: 21.7%;
}

.order-total strong {
  font-weight: 700;
}

.current-orders__navigation {
  padding: 32px 29px 0;
  font-size: 16px;
  font-weight: 500;
  color: #393637;
}

.current-orders__navigation ul li {
  margin-bottom: 30px;
}

.current-orders__navigation a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.current-orders__navigation a:hover {
  border-color: currentColor;
}

.current-orders__navigation span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.current-orders__navigation span::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  background-color: var(--primary);
}

@media (max-width: 1199px) {
  .current-orders__list .col-number {
    width: 33.333%;
  }
}

@media (max-width: 991px) {
  .current-orders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .current-orders__list {
    border: 0;
  }
}

@media (max-width: 767px) {
  .current-orders__navigation {
    padding: 30px 15px 0;
    width: 100%;
  }
  .current-orders__navigation ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
  }
  .current-orders__navigation span::before {
    left: -15px;
  }
  .current-orders__list {
    padding: 20px 10px 20px;
  }
  .current-orders__list .orders-header {
    display: none;
  }
  .current-orders__list .label-mobile {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--font-alt);
    color: #616265;
    margin-bottom: 6px;
  }
  .current-orders__list .orders-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .current-orders__list .orders-item > div {
    width: 100% !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .current-orders__list .orders-item > div:last-child {
    margin-bottom: 0;
  }
  .cart-order {
    padding: 0 10px;
  }
  .cart-order .cart-item {
    padding-right: 10px;
  }
  .cart-order .cart-item__thumb {
    margin-bottom: 0;
  }
  .cart-order .cart-item__title {
    width: calc(100% - 70px);
    min-width: auto;
  }
  .cart-order .col-quantity {
    margin-top: -20px;
    margin-left: 40px;
  }
  .cart-order .col-price {
    margin-top: -20px;
  }
  .cart-order .order-total {
    padding-right: 0;
  }
}

.s-about {
  padding-top: 51px;
}

.s-about .section-header {
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom: 2px solid #505050;
}

.about__description {
  margin-bottom: 40px;
  color: #616265;
}

.about__description p {
  line-height: 28px;
}

.about__detail {
  margin-bottom: 70px;
  background-color: #eff1f5;
}

.about__detail img {
  display: block;
  width: 100%;
}

.about__detail .title {
  margin-bottom: 30px;
  font-size: 39px;
  line-height: 48px;
  font-weight: 400;
  color: #141414;
}

.about__detail .subtitle {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
  color: #7f7f7f;
}

.about__detail p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #616265;
}

.about__detail a {
  width: 277px;
}

.about__detail__content {
  padding: 65px 73px 68px;
}

.door-advantages {
  border-bottom: 2px solid #1e0f00;
  padding-bottom: 40px;
}

.door-advantages h3,.door-advantages .h3 {
  margin-bottom: 39px;
  font-size: 30px;
  line-height: 1;
}

.door-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}

.door-advantage strong,
.door-advantage .advantage-name {
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.door-advantage p {
  line-height: 24px;
}

.door-advantage:last-child .door-advantage__content {
  border: 0;
  padding-bottom: 0;
}

.door-advantage__thumb {
  width: 80px;
  min-width: 80px;
  margin-right: 15px;
  padding-top: 6px;
}

.door-advantage__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #eff1f5;
  margin-right: 50px;
}

@media (max-width: 1366px) {
  .about__detail__content {
    padding: 50px 40px;
  }
}

@media (max-width: 1199px) {
  .about__detail .title {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.2;
  }
  .about__detail .subtitle {
    font-size: 18px;
    line-height: 1.1;
  }
  .about__detail p {
    margin: 0 0 25px;
  }
  .door-advantage__content {
    margin-right: 0;
  }
  .door-advantage__content br {
    display: none;
  }
}

@media (max-width: 991px) {
  .door-advantage__thumb {
    width: 50px;
    min-width: 50px;
  }
  .about__description {
    margin: 0 0 15px;
  }
  .about__description p {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .about__detail {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .s-about {
    padding: 30px 0 0;
  }
  .s-about .section-header {
    margin: 0 0 35px;
  }
  .about__detail {
    margin: 0 -8px 35px;
  }
  .about__detail .title {
    line-height: 1;
  }
  .about__detail p {
    font-size: 14px;
    line-height: 18px;
  }
  .about__detail .adp-btn {
    width: 100%;
  }
  .about__detail__content {
    padding: 30px 10px 35px;
  }
}

.s-shelter-advantages {
  padding-top: 50px;
}

.s-shelter-advantages h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.shelter-advantage {
  margin-bottom: 56px;
}

.shelter-advantage__thumb {
  margin-bottom: 9px;
}

.shelter-advantage__title {
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #141414;
}

.shelter-advantage__content {
  line-height: 24px;
}

@media (max-width: 991px) {
  .s-shelter-advantages h2 {
    margin-bottom: 30px;
  }
  .s-shelter-advantages h2 br {
    display: none;
  }
  .shelter-advantage {
    margin-bottom: 25px;
    text-align: center;
  }
  .shelter-advantage__content {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .door-advantages {
    padding: 0;
    border: 0;
  }
  .door-advantage:last-child .door-advantage__content {
    padding-bottom: 16px;
    border-bottom: 1px solid #eff1f5;
  }
  .s-shelter-advantages h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .door-advantages h3 {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 28px;
  }
  .s-shelter-advantages {
    padding-top: 25px;
  }
  .s-shelter-advantages h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.s-pages {
  background-color: #f3f4f6;
  padding-top: 24px;
}

.stunning-header {
  margin-top: 20px;
  padding: 19px;
  height: 317px;
  background-size: cover;
  background-position: center center;
}

.stunning-header .page-title {
  color: #fff;
}

@media (max-width: 767px) {
  .stunning-header {
    height: 180px;
  }
}

.order-success {
  margin: 40px 0 59px;
  padding: 48px 0 52px;
  background-color: #fff;
  text-align: center;
}

.order-success__inner {
  display: inline-block;
  width: 560px;
  max-width: 100%;
}

.order-success__title {
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 500;
  color: #141414;
}

.order-sucess__description {
  margin-bottom: 39px;
  font-size: 14px;
  line-height: 24px;
  color: #616265;
  font-family: var(--font-alt);
}

.order-sucess__description a {
  color: var(--primary);
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.order-sucess__description a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.order-success__action .adp-btn {
  padding: 0;
  height: 40px;
  width: 201px;
}

.blog-list {
  margin: 21px 0 32px;
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 17px;
  padding: 24px 25px;
  background-color: #fff;
}

.blog-item:last-child {
  margin-bottom: 0;
}

.blog-item__thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 350px;
  min-width: 350px;
}

.blog-item__thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-item__thumb img {
  display: block;
}

.blog-item__content {
  padding: 10px 40px;
}

.blog-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  color: var(--primary);
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}

.blog-item__title:hover {
  color: #141414;
}

.blog-item__description {
  margin: 0 0 33px;
  font-size: 16px;
  line-height: 30px;
  color: #616265;
}

.blog-item__detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font-alt);
}

.blog-item__detail:hover {
  color: #141414;
}

.blog-item__detail .icon {
  width: 13px;
  height: 13px;
  margin-left: 8px;
}

.related-articles {
  margin: 0 0 32px;
  padding: 12px 25px 25px;
  background-color: #fff;
}

.related-articles h3,
.related-articles .title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 49px;
  font-weight: 500;
}

.blog-related {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.blog-related::before {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

.blog-related:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-related img {
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.blog-related__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 25px 36px;
  z-index: 2;
}

@media (max-width: 991px) {
  .blog-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .blog-item__thumb {
    width: 200px;
    min-width: 200px;
  }
  .blog-related {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-item__thumb {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .blog-item__thumb a {
    width: 100%;
  }
  .blog-item__content {
    padding: 40px 0 0;
  }
}

@media (max-width: 575px) {
  .blog-item {
    padding: 30px 10px;
  }
}

.text-block {
  margin: 21px 0 35px;
  background-color: #fff;
  padding: 24px 26px 50px;
  color: #616265;
}

.text-block > img {
  float: left;
  margin-right: 41px;
  margin-bottom: 40px;
}

.text-block p {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font-alt);
  margin-bottom: 30px;
}

.text-block .lead {
  font-size: 18px;
  line-height: 2;
}

.text-block a:not([class]) {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.text-block a:not([class]):hover {
  border-color: transparent;
}

.text-block h2 {
  margin: 45px 0 27px;
  font-size: 24px;
  font-weight: 500;
}

.text-block h3 {
  margin: 44px 0 23px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.text-block h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}

.text-block b {
  font-weight: 700;
  color: #2c2c2c;
}

.text-block ul:not([class]), .text-block ol:not([class]) {
  margin: 0 0 30px;
  font-family: var(--font-alt);
  font-size: 14px;
}

.text-block ul:not([class]) li, .text-block ol:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 21px;
  margin-bottom: 21px;
}

.text-block ul:not([class]) li:last-child, .text-block ol:not([class]) li:last-child {
  margin-bottom: 0;
}

.text-block ul:not([class]) li::before {
  content: '';
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 100%;
  background-color: var(--primary);
  margin-right: 15px;
}

.text-block ol:not([class]) {
  counter-reset: section;
}

.text-block ol:not([class]) > li {
  margin-bottom: 12px;
}

.text-block ol:not([class]) > li::before {
  counter-increment: section;
  content: "" counter(section) ".";
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-main);
  margin-right: 14px;
}

.text-block .table-container {
  overflow-x: auto;
  padding-bottom: 16px;
  margin-bottom: 15px;
}

.text-block table {
  width: 90%;
  font-family: var(--font-alt);
  min-width: 900px;
}

.text-block tr {
  border-bottom: 1px solid #d3d3d3;
}

.text-block td {
  padding: 10px 0;
  font-size: 16px;
  color: #616265;
}

.text-block thead td {
  font-size: 14px;
  color: #8c8f95;
  padding: 6px 0;
}

.text-block blockquote {
  position: relative;
  margin-left: 5%;
  background-color: #fff9ed;
  color: #616265;
  font-size: 16px;
  line-height: 30px;
  padding: 20px;
  padding-left: 90px;
  font-family: var(--font-alt);
  margin-bottom: 30px;
}

.text-block blockquote i {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 72px;
  line-height: 1;
  color: #b6a98e;
}

.text-block .blog-slider {
  margin-bottom: 30px;
}

.text-block .blog-slider .slick-list {
  margin: 0 -17px;
}

.text-block .blog-slider .slide {
  padding: 0 17px;
}

.text-block .blog-slider .slick-dots {
  margin-top: 20px;
}

.text-block .blog-slider img {
  width: 100%;
}

.text-block .blog-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -19px;
  right: -19px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.text-block .slider-arrow {
  width: 62px;
  height: 56px;
  pointer-events: all;
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.text-block .img-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block .img-group img {
  margin-bottom: 10px;
}

.text-block .img-group span {
  font-size: 14px;
  line-height: 19px;
  color: #a5a5a5;
}

.text-block .title-undeline {
  margin: 0 0 30px;
  color: var(--black);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--black);
}

.text-block > .align-right {
  float: right;
}

.text-block > *:last-child {
  margin-bottom: 0;
}

.text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.link-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  margin-right: 50px;
}

.link-group:last-child {
  margin-right: 0;
}

.link-group a {
  color: var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}

.link-group a:last-child {
  margin-bottom: 0;
}

.sidebar-navigation {
  font-size: 16px;
  color: #2b2b2b;
}

.sidebar-navigation li {
  margin: 0 0 35px;
}

.sidebar-navigation li:last-child {
  margin-bottom: 0;
}

.sidebar-navigation a:not(.adp-btn) {
  color: var(--primary);
  text-decoration: none;
  border: 0;
}

.sidebar-navigation a:not(.adp-btn):hover {
  color: var(--black);
}

@media (min-width: 1200px) {
  .payment-methods {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .payment-methods {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sidebar-navigation li {
    margin-bottom: 25px;
  }
}

.text-block--production {
  padding: 58px 47px;
}

.text-block--production p {
  font-size: 18px;
  line-height: 36px;
}

.text-block--production .shelter-advantage {
  margin: 0 0 20px;
}

.text-block--production .shelter-advantage__thumb {
  text-align: center;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}

.text-block--production .shelter-advantage__content p {
  color: #141414;
  font-size: 16px;
  line-height: 24px;
}

.production-advantages.production-numbers {
  margin-left: 0;
  margin-right: 0;
}

.production-advantages.production-numbers .advantages-title {
  margin-bottom: 35px;
}

.text-block--advantages {
  padding: 73px 61px 30px;
}

.text-block--advantages .lead {
  margin-bottom: 95px;
}

.text-block--advantages .title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
  padding-bottom: 32px;
  border-bottom: 2px solid #1e0f00;
  color: #141414;
}

.text-block--advantages .main-thumb {
  margin-right: -61px;
}

.text-block--advantages .shelter-advantage__thumb {
  text-align: center;
  margin: 0 0 20px;
}

.text-block--advantages .shelter-advantage__content p {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .production-advantages {
    margin-top: 3px;
    margin-left: 23px;
  }
  .production-advantages .advantages-title {
    margin: 0 0 60px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #141414;
    border-bottom: 2px solid #1e0f00;
  }
}

@media (max-width: 991px) {
  .text-block--advantages .main-thumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .text-block--advantages .lead {
    margin-bottom: 50px;
  }
  .text-block--advantages .shelter-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .text-block--advantages .shelter-advantage__thumb {
    min-width: 60px;
    margin: 0 20px 0 0;
  }
  .text-block--advantages .shelter-advantage__title {
    margin-bottom: 20px;
  }
  .text-block--production .shelter-advantage__thumb {
    text-align: center !important;
  }
}

.text-block--stocks h2 {
  color: #141414;
}

.stock-banner {
  margin: -24px -26px 0;
}

.stock-banner img {
  width: 100%;
}

.product-discount__list .title {
  padding-bottom: 10px;
  margin: 39px 0 10px;
  color: #f24242;
  border-bottom: 2px solid #505050;
}

.product-discount__list .product {
  height: 100%;
  padding-bottom: 10px;
}

.product-discount__list .product__content {
  margin-top: auto;
}

.stock-navigation {
  margin: 0 0 20px;
}

.stock-navigation .title {
  margin: 20px 0 18px;
  padding: 0 0 7px;
  font-size: 20px;
  font-weight: 500;
  color: #171717;
  line-height: 21px;
  border-bottom: 1px solid #b1b1b1;
}

.stock-navigation ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.stock-navigation li {
  margin-bottom: 20px;
}

.stock-navigation li:last-child {
  margin-bottom: 0;
}

.stock-navigation a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}

.stock-navigation a:hover {
  border-color: transparent;
}

.text-block--delivery {
  padding: 60px 43px;
}

.text-block--delivery h2 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #141414;
  border-bottom: 2px solid #141414;
}

.delivery-group {
  margin-bottom: 55px;
}

.delivery-group p {
  font-size: 18px;
  line-height: 2;
}

.delivery-group:last-child {
  margin-bottom: 0;
}

.delivery-group > *:last-child {
  margin-bottom: 0;
}

.delivery-item {
  margin: 0 0 60px;
  font-family: var(--font-alt);
}

.delivery-item__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 33px;
  min-width: 45px;
}

.delivery-item__thumb img {
  display: block;
}

.delivery-item__content {
  font-size: 16px;
  line-height: 2;
}

.operating-mode {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin: 0 0 15px;
}

.operating-mode::before {
  content: '';
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 12px;
}

.operating-mode:last-child {
  margin-bottom: 0;
}

.operating-mode.work-time::before {
  background-color: var(--primary);
}

.operating-mode.rest-time::before {
  background-color: #d01c1c;
}

.delivery-clarification p {
  font-size: 14px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .delivery-info {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .delivery-info {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .delivery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 30px;
  }
  .delivery-item__thumb {
    margin: 0 20px 0 0;
  }
}

.zamer-detail p {
  font-size: 14px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .text-block--zamer {
    padding: 60px 34px;
  }
  .zamer-detail {
    padding-left: 30px;
  }
}

.text-block--shops {
  padding: 48px 36px;
}

.text-block--shops .lead {
  font-size: 18px;
  line-height: 2;
}

.shops-tabs {
  margin-top: 35px;
}

.shops-tabs .tabs {
  margin-bottom: 41px;
}

.shops-tabs .tabs .current {
  color: #101010;
  border-color: transparent;
}

.shops-tabs .tab-link {
  font-size: 18px;
  line-height: 1;
  font-family: var(--font-alt);
  color: var(--primary);
  border-bottom: 1px dashed currentColor;
  margin-right: 46px;
}

.shops-tabs .tab-link:last-child {
  margin-right: 0;
}

.shops-tabs .tab-link:hover {
  border-color: transparent;
}

.shops-group {
  margin-bottom: 28px;
}

.shops-group:last-child {
  margin-bottom: 0;
}

.shop-title {
  padding-bottom: 8px;
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #1e0f00;
}

.shops-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 0;
  border-bottom: 1px solid #d3d3d3;
}

.shop-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: var(--font-alt);
  font-size: 14px;
  line-height: 24px;
  color: #616265;
  min-width: 40.65%;
}

.shop-address strong {
  font-weight: inherit;
  color: #101010;
}

.shop-address__thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

.shop-address__thumb img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-address__content {
  margin-top: -5px;
}

.shop-telephone {
  margin-top: 5px;
  padding: 0 15px;
}

.shop-telephone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border: 0;
  color: #141414;
  font-size: 16px;
  font-weight: 500;
}

.shop-telephone a:hover {
  color: var(--primary);
}

.shop-telephone img {
  margin-right: 8px;
}

.shops-worktime {
  padding-right: 15px;
  width: auto;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shops-worktime .operating-mode {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
}

.shops-worktime .operating-mode:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .shop-address {
    min-width: 33%;
  }
}

@media (max-width: 767px) {
  .shops-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shop-telephone {
    margin: 15px 0;
    padding: 0;
  }
  .shop-telephone img {
    margin-right: 15px;
  }
  .shops-worktime {
    width: 100%;
    padding-left: 27px;
  }
}

@media (max-width: 575px) {
  .shops-tabs .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shops-tabs .tabs .tab-link {
    margin: 0 0 25px;
  }
  .shops-tabs .tabs .tab-link:last-child {
    margin-bottom: 0;
  }
}

.text-block--assembling {
  padding: 41px 37px;
}

.assembling__list {
  margin-top: 70px;
}

.assembling-item .assembling-service {
  width: 71.3%;
  padding-right: 30px;
}

.assembling-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  border-bottom: 2px solid #1e0f00;
  cursor: pointer;
}

.assembling-item__title span {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  height: 2px;
  background-color: #524338;
  margin-left: 15px;
}

.assembling-item__title span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 17px;
  background-color: #524338;
  opacity: 0;
  transition: all .3s ease;
}

.assembling-item__title.close span::before {
  opacity: 1;
}

.assembling-item__header {
  padding: 14px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #8c8f95;
  font-family: var(--font-alt);
  border-bottom: 1px solid #d3d3d3;
}

.assembling-item__body {
  padding: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
  line-height: 24px;
}

@media (max-width: 991px) {
  .zamer-detail {
    margin-top: 50px;
  }
}

.text-block.text-block--payments {
  /*padding: 29px 35px;*/
  padding: 0;
  /*fix bug with bitrix*/
}

.text-block--payments ul:not([class]),
.text-block--payments ol:not([class]) {
  font-size: 16px;
  line-height: 30px;
}

.text-black {
  color: #141414!important;
}

.text-darksilver {
  color: #5a5a5a!important;
}

.font-alt {
  font-family: var(--font-alt);
}

.list-dashed li {
  position: relative;
  padding-left: 32px;
}

.list-dashed li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: #83c550;
}

.list-child {
  margin: -9px 0 40px 20px;
}

.list-child li {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
}

.list-child li:last-child {
  margin-bottom: 0;
}

.text-info {
  color: #aaaaaa;
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .list-child {
    margin-left: 40px;
    margin-right: -20px;
  }
}

.admission-rules .title {
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}

.admission-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.admission-item__thumb {
  width: 40px;
  min-width: 40px;
  margin-right: 20px;
}

.admission-item__content {
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
  line-height: 24px;
}

.admission-return {
  margin-bottom: 46px;
  background-color: #fef8ec;
  font-family: var(--font-alt);
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
}

.ckeckout .cart-products {
  margin-bottom: 67px;
}

.ckeckout .cart-item__quantity {
  padding-left: 28px;
  font-size: 12px;
  font-family: var(--font-alt);
  color: #2d2d2d;
  font-weight: 700;
}

.cart-ordering {
  margin-bottom: 100px;
}

.recipient-type__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recipient-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 35px;
}

.recipient-type:last-child {
  margin-right: 0;
}

.recipient-type__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.recipient-type__value {
  display: none;
}

.recipient-type__value:checked ~ .recipient-type__text {
  border-color: var(--primary);
}

.cart-ordering__group {
  padding: 26px 33px;
  background-color: #fff;
}

.cart-ordering__group .title {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 500;
  color: #141414;
}

.cart-ordering__group .form-group {
  margin-bottom: 20px;
}

.cart-ordering__group .checkbox-group {
  margin-top: 10px;
}

.cart-ordering__group .checkbox-group .checkbox-item {
  margin-bottom: 16px;
}

.cart-ordering__group .checkbox-group .checkbox-item:last-child {
  margin-bottom: 0;
}

.cart-ordering__group .checkbox__tip {
  margin-top: 4px;
  margin-left: 33px;
  font-size: 11px;
  font-family: var(--font-alt);
  color: #8c8c8c;
}

.cart-ordering__tabs .tabs {
  border-bottom: 1px solid #d9dce3;
}

.cart-ordering__tabs .tab-link {
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  margin-right: 46px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.cart-ordering__tabs .tab-link:last-child {
  margin-right: 0;
}

.cart-ordering__tabs .tab-link.current {
  border-color: var(--primary);
}

.cart-ordering__tabs .tab-pane.current {
  padding-top: 22px;
}

.cart-ordering__tabs .tab-description {
  margin-bottom: 33px;
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
}

.cart-ordering--delivery .form-label {
  margin-bottom: 12px;
}

.payment-method__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}

.payment-method__container .icon {
  width: 25px;
  height: 25px;
}

.payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -1px;
}

.payment-method__content {
  padding: 23px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.payment-method__icon {
  margin-right: 15px;
  color: #524338;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.payment-method__text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #141414;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.payment-method__value {
  display: none;
}

.payment-method__value:checked ~ .payment-method__content {
  background-color: var(--primary);
  border-color: #f5f7f9;
}

.payment-method__value:checked ~ .payment-method__content .payment-method__icon, .payment-method__value:checked ~ .payment-method__content .payment-method__text {
  color: #fff;
}

.cart-order-total {
  margin: 53px -10px 0;
  background-color: #fff;
  padding: 16px 24px;
}

.cart-order-total .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #141414;
}

.cart-order-total .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  font-size: 14px;
  font-family: var(--font-alt);
  color: #616265;
}

.cart-order-total .item.total {
  margin-bottom: 28px;
  font-size: 18px;
  font-family: var(--font-main);
  color: #141414;
  font-weight: 500;
}

.cart-order-total .val {
  white-space: nowrap;
  text-align: right;
}

.cart-order-total .char {
  width: 70%;
}

.cart-order-total .tips {
  border-top: 1px solid #e0e0e0;
  margin: 17px -24px 0;
  padding: 15px 24px 10px;
  font-size: 11px;
  line-height: 18px;
  font-family: var(--font-alt);
  color: #8c8c8c;
}

@media (min-width: 992px) {
  .cart-order-total {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .payment-method__content {
    padding: 15px;
  }
  .payment-method__icon {
    margin-right: 10px;
  }
  .payment-method__text {
    font-size: 15px;
  }
  .payment-method__text br {
    display: none;
  }
  .cart-order-total .val {
    margin-left: auto;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .cart-order-total {
    margin: 0 0 60px;
  }
  .cart-ordering {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .cart-ordering {
    margin-bottom: 25px;
  }
  .payment-method__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment-method {
    margin-top: -1px;
  }
}

@media (max-width: 575px) {
  .ckeckout .cart-item__quantity {
    padding: 0;
  }
  .ckeckout .cart-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart-ordering__group {
    padding: 30px 10px;
  }
}

@media (max-width: 575px) {
  .text-block {
    margin: 20px 0 30px;
    padding: 25px 8px;
  }
  .text-block h2 {
    margin: 30px 0 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .text-block .lead {
    font-size: 16px;
    line-height: 2;
  }
  .text-block blockquote {
    padding-left: 60px;
    font-size: 14px;
    line-height: 24px;
  }
  .text-block blockquote i {
    left: 10px;
  }
  .stock-banner {
    margin: -25px -8px 0;
  }
}

.main-footer {
  padding-top: 37px;
  background-color: #f5f7f9;
  border-top: 1px solid #e0e3e7;
}

.footer-logo {
  min-width: 225px;
  margin-bottom: 80px;
}

.footer-social {
  margin-left: 5px;
  margin-bottom: 16px;
}

.footer-location {
  font-size: 12px;
  line-height: 18px;
  color: #717171;
  margin-left: 5px;
}

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-navigation__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer-navigation a {
  font-size: 14px;
  text-decoration: none;
  color: #70757b;
  line-height: 28px;
}

.footer-navigation a:hover {
  color: #2b2d2f;
}

.footer-navigation__group {
  margin-right: 60px;
}

.footer-navigation__group:last-child {
  margin-right: 0;
}

.footer-contacts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-worktime {
  font-size: 15px;
  color: #414141;
  margin-bottom: 4px;
}

.footer-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 12px;
  font-size: 30px;
  text-decoration: none;
  color: #141414;
  font-family: var(--font-alt);
}

.footer-phone:hover {
  color: var(--primary);
}

.footer-phone .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.footer-mail {
  text-decoration: none;
  color: var(--primary);
  border-bottom: 1px solid transparent;
  font-size: 15px;
  line-height: 1;
}

.footer-mail:hover {
  border-color: currentColor;
}

.footer-buttons {
  margin-top: 77px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-buttons a {
  margin-bottom: 10px;
  width: 240px;
  padding: 0 10px;
  font-size: 15px;
  font-family: var(--font-alt);
}

.footer-buttons a:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  margin-top: 25px;
  padding: 20px 0;
  font-size: 12px;
  color: #6f7071;
  border-top: 1px solid #e0e3e7;
}

.footer-privacy {
  /*margin-left: 70px;*/
  text-align: center;
}

.footer-privacy a {
  text-decoration: none;
  color: #6f7071;
}

.footer-privacy a:hover {
  color: #2b2d2f;
}

.footer-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-payments .caption {
  margin-right: 6px;
}

.footer-additional--mobile {
  margin: 30px 0 0;
}

@media (min-width: 576px) {
  .footer-additional--mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footer-logo {
    min-width: auto;
    margin-bottom: 40px;
  }
  .footer-navigation__group {
    margin-right: 30px;
  }
  .footer-phone {
    font-size: 24px;
  }
  .footer-buttons {
    margin-top: 40px;
  }
  .footer-privacy {
    margin: 0;
  }
  .footer-payments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .main-footer .col-navigation,
  .main-footer .col-development,
  .main-footer .col-privacy {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-privacy {
    padding: 7px 0;
  }
}

@media (max-width: 575px) {
  .main-footer {
    padding: 30px 0 0;
  }
  .main-footer .col-copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-additional--desktop {
    display: none;
  }
  .footer-social {
    margin: 0 0 10px;
    text-align: center;
  }
  .footer-location {
    margin: 0;
    text-align: center;
  }
  .footer-contacts {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-buttons {
    margin-top: 20px;
  }
  .footer-bottom {
    margin: 20px 0 0;
    padding: 0;
    border: 0;
  }
  .footer-copyright {
    padding-top: 15px;
    margin: 0 -10px 0;
    /*height: 48px;*/
    /*line-height: 48px;*/
    text-align: center;
    border-top: 1px solid #e0e3e7;
  }

  .footer-payments {
    margin: 15px 0;
  }
}

.not-fount__content {
  padding: 30px 0 60px;
}

.not-fount__content ul {
  margin-top: 7px;
  padding-left: 18px;
}

.not-fount__content ul,
.not-fount__content li {
  list-style-type: disc;
}

.product__loader{
	margin-top: 15px;
}

.footer-navigation__toggler {
  display: none;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
}

.footer-navigation__toggler .icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  transition: all .3s ease;
}

@media (min-width: 576px) and (max-width: 991px) {
  .col-footer__navigation-links {
    order: 2;
  }
}

@media (max-width: 991px) {
  .footer-contacts {
    width: 100%;
  }

  .footer-navigation__group {
    margin-right: auto;
  }

  .footer-navigation {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .footer-navigation {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .footer-navigation__group {
    width: 100%;
    margin: 0;
  }

  .footer-navigation__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .footer-navigation__title.open .icon {
    transform: rotate(180deg);
  }

  .footer-navigation__toggler {
    display: inline-flex;
  }

  .footer-navigation__group ul {
    display: none;
    padding: 10px 0;
  }

  .footer-navigation__group li {
    text-align: center;
  }

  .footer-navigation__group a {
    display: block;
    text-align: center;
  }
}

.show-all__text {
  display: none;
  padding: 15px 0 30px;
  color: #616265;
}

.show-all__text p {
  margin-bottom: 15px;
}

.show-all__text p:last-child {
  margin-bottom: 0;
}

.show-all i {
  font-style: normal;
}

.show-all i:last-of-type {
  display: none;
}

.show-all.open i:last-of-type {
  display: inline;
}

.show-all.open i:first-of-type {
  display: none;
}

.show-all .icon {
  transition: all .3s ease;
}

.show-all.open .icon {
  transform: rotate(180deg);
}

.catalog-header-spacer {
  display: block;
  height: 30px;
  width: 100%;
}

/* compare styles */
.compare__container {
  position: relative;
  display: flex;
  padding: 30px 20px 50px;
  margin: 0 -20px;
  overflow: hidden;
}

.compare__container .compare__header {
  display: inline-flex;
  flex-direction: column;
  width: 20%;
  min-width: 20%;
}

.compare__top {
  margin-top: 40px;
}

.compare__header .compare__body {
  position: relative;
  margin-top: auto;
}

.compare__container .compare__goods {
  margin: 0;
}

.compare__chars {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
}

.compare__titles {
  padding-bottom: 18px;
}

.compare__titles li {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 120%;
  color: #777;
}

.compare__container .compare-goods__params {
  position: relative;
  margin: 20px 0 0;
  padding: 45px 0 0;
}

.compare__header .compare__body::before,
.compare__container .compare-goods__params::before {
  content: '';
  position: absolute;
  left: -100vw;
  right: -100vw;
  top: 0;
  height: 1px;
  background-color: #ccc;
}

.compare__slider .slick-list {
  padding: 20px;
  margin: -20px;
}

.compare__slider .slick-track {
  display: flex;
}

.compare-slider__item {
  height: auto;
}

.compare__slider .product {
  position: relative;
}

.compare__slider .product:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.compare__slider .add-compare {
  display: none;
}

.quick__remove {
  color: #333;
  position: absolute;
  top: 20px;
  right: 20px;
}

.quick__remove .icon {
  width: 16px;
  height: 16px;
}

.quick__remove:hover {
  color: #66a038;
}

@media (min-width: 992px) {
  .compare__container .compare__goods {
    width: 80%;
    min-width: 80%;
  }
}

@media (max-width: 991px) {
  .compare__container {
    padding-bottom: 20px;
  }

  .compare__header {
    width: 100%;
    top: 0;
    left: 40px;
    bottom: 55px;
  }

  .compare__header .compare__body {
    padding-left: 0!important;
  }

  .compare__header .compare__body::before {
    content: none;
  }

  .compare__chars {
    display: none;
  }
}

@media (max-width: 575px) {
  .compare__header {
    left: 30px;
    bottom: 40px;
  }

  .quick__remove {
    top: 0;
    right: 5px;
  }
}

.cart-total__actions--foot {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .cart-total__actions--foot {
    display: none;
  }
}

.header-search form {
  width: 100%;
  display: flex;
  align-items: center;
}

.header-search button {
  width: 60px;
  height: 39px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border: none;
  color: #4f4f4f;
  transition: all .3s ease;
}

.header-search button:hover {
  color: var(--primary);
}

.header-search button .icon {
  width: 23px;
  height: 23px;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16221842681265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/shelter/components/bxmaker/authuserphone.login/custom/style.css?162218428326297*/
/*.c-bxmaker-authuserphone_login-default-box {*/
/*  border: 1px solid #d8e0e5;*/
/*  max-width: 300px;*/
/*  padding: 30px 15px 15px;*/
/*  position: relative;*/
/*  border-radius: 3px;*/
/*  -o-border-radius: 3px;*/
/*  -ms-border-radius: 3px;*/
/*  -moz-border-radius: 3px;*/
/*  -khtml-border-radius: 3px;*/
/*  -webkit-border-radius: 3px;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box * {*/
/*  box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  -webkit-box-sizing: border-box;*/
/*  color: #121212;*/
/*}*/
.c-bxmaker-authuserphone_login-default-box.register_show .cbaup_row.mini,
.c-bxmaker-authuserphone_login-default-box.register_show .cbaup_row.send_email {
  display: none !important;
}
.c-bxmaker-authuserphone_login-default-box .msg {
  display: none;
  border: 1px solid;
  padding: 15px;
  margin-bottom: 15px;
}
.c-bxmaker-authuserphone_login-default-box .msg.success {
  display: block;
  border-color: #00dd62;
  background: rgba(0, 221, 98, 0.1);
}
.c-bxmaker-authuserphone_login-default-box .msg.error {
  display: block;
  border-color: #dd2002;
  background: rgba(221, 32, 2, 0.1);
}
/*.c-bxmaker-authuserphone_login-default-box .cbaup_btn_reg {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  padding: 4px 10px;*/
/*  border: 1px solid #d8e0e5;*/
/*  border-right: 0;*/
/*  border-top: 0;*/
/*  background-color: #F7F7F7;*/
/*  cursor: pointer;*/
/*  font-weight: bold;*/
/*  color: #666666;*/
/*  border-radius: 3px;*/
/*  -o-border-radius: 3px;*/
/*  -ms-border-radius: 3px;*/
/*  -moz-border-radius: 3px;*/
/*  -khtml-border-radius: 3px;*/
/*  -webkit-border-radius: 3px;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_btn_reg:hover {*/
/*  background-color: #EDF7FF;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_title {*/
/*  padding: 10px;*/
/*  text-align: center;*/
/*  font-size: 16px;*/
/*  text-transform: uppercase;*/
/*  font-weight: bold;*/
/*  color: #444;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row {*/
/*  padding-bottom: 15px;*/
/*  position: relative;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row--registration {*/
/*  display: none;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row a {*/
/*  font-size: 12px;*/
/*  color: #757575;*/
/*  line-height: 7px;*/
/*  display: inline;*/
/*  vertical-align: text-top;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.email_box,*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.login_box {*/
/*  display: none;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .btn_show_password {*/
/*  display: block;*/
/*  border-radius: 10px;*/
/*  -o-border-radius: 10px;*/
/*  -ms-border-radius: 10px;*/
/*  -moz-border-radius: 10px;*/
/*  -khtml-border-radius: 10px;*/
/*  -webkit-border-radius: 10px;*/
/*  background: rgba(81, 203, 87, 0.5);*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  top: 11px;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .btn_show_password:hover {*/
/*  background: #51CB57;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .btn_show_password.active {*/
/*  background: rgba(203, 81, 81, 0.5);*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .btn_show_password.active:hover {*/
/*  background: #CB5151;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.mini {*/
/*  padding-bottom: 0;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.btn_box {*/
/*  text-align: center;*/
/*  padding-bottom: 0;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.captcha {*/
/*  display: none;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.captcha img {*/
/*  margin-bottom: 15px;*/
/*  cursor: pointer;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.captcha span.btn_captcha_reload {*/
/*  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpERjA1MzlBRUNDMTVFNTExQUM3NEQ1NkJDMkQ3OTNEMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQThFQjU3NjE1Q0MxMUU1OTNBODgzQURCODdDNDQxQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQThFQjU3NTE1Q0MxMUU1OTNBODgzQURCODdDNDQxQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUwMDUzOUFFQ0MxNUU1MTFBQzc0RDU2QkMyRDc5M0QxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGMDUzOUFFQ0MxNUU1MTFBQzc0RDU2QkMyRDc5M0QxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D2D+iwAAAlhJREFUeNrEl01IVFEUx52PhQQjpYu+EYKZEFxMUCFGiyg0jcBFFtHAKJRB5DQkgyC4KCg3IgpGC20QqTZGw4gpuAhE0ZUMRYRgRgW6KUFwI2qO/wvHuBzOe737RngXfsy8c8/c/7v33HvOHV8+ny/yovk8E26KN//PpwTUgwugApwCW2ARfAXTYAwYzSBo03caPAAxUCr0R8A1kAI/QRq8AKtOhP0W9kdgASQsRHkrB09oFW64FX4Fel2G7hAYAR2mS/0W3LbwVfGcA7/ohcPgIjgp+D6jmHc5Ee60EH0H+sGU0BegOLeDatb3HHwC43ZLfQw8FfqToNFCVLW/YJR2fL/QnwUH7IR7hD61o/sM4tsKXgormrQSPgpuMfsHYRAnTb3sZ2ZLWAnHBfvDApJSij0fBpcl4UvMpuL5owDhSfCH2Wok4Qizje1DKs6y57B0nHhmKmS2IfpcY/bjWt/6nrCPOe24EFRxfA3O03g8MZ0Dy/Rd5fVkkN4upDmdcCE8BK7YVUFNoxJkVIyXmFOtC+GoaUj8Qla6Co4YDpQw9O9TwsPCTu82HEhVpHsOfQdUjJXIdzp7ersDGgzFBylt2rU3oEXP1dJSZZwWda2pQnHXZqaxf2UtGj1TRNeVg6CKOd+kevsN/HYongMr4LpmS/NQ8MveRyGF6qlwli4CAcpG9WS7L/jXUknN0V3M9pYZpPpaZ7jEqqy2mfyA37m2aRamu/oxmADFboX10naWjomTtkEZ0L8f9+p52lwROlrVFNcysEkb8guYAe8NNp/Hf2G8Et4VYAA4Q3V7uhJzpwAAAABJRU5ErkJggg==");*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  margin-left: 15px;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  top: 5px;*/
/*  cursor: pointer;*/
/*  opacity: 0.8;*/
/*  -o-opacity: 0.8;*/
/*  -ms-opacity: 0.8;*/
/*  -moz-opacity: 0.8;*/
/*  -khtml-opacity: 0.8;*/
/*  -webkit-opacity: 0.8;*/
/*  transition: all 0.2s ease-in-out;*/
/*  -o-transition: all 0.2s ease-in-out;*/
/*  -ms-transition: all 0.2s ease-in-out;*/
/*  -moz-transition: all 0.2s ease-in-out;*/
/*  -webkit-transition: all 0.2s ease-in-out;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.captcha span.btn_captcha_reload:hover {*/
/*  opacity: 1;*/
/*  -o-opacity: 1;*/
/*  -ms-opacity: 1;*/
/*  -moz-opacity: 1;*/
/*  -khtml-opacity: 1;*/
/*  -webkit-opacity: 1;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row.captcha.preloader span.btn_captcha_reload {*/
/*  transform: rotate(15deg);*/
/*  -o-transform: rotate(15deg);*/
/*  -ms-transform: rotate(15deg);*/
/*  -moz-transform: rotate(15deg);*/
/*  -webkit-transform: rotate(15deg);*/
/*  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="text"],*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="password"] {*/
/*  position: relative;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  color: #000;*/
/*  margin: 0;*/
/*  font-size: 15px;*/
/*  line-height: 1.4;*/
/*  font-weight: normal;*/
/*  width: 100%;*/
/*  padding: 7px 10px;*/
/*  border: 1px solid #d8e0e5;*/
/*  border-radius: 3px;*/
/*  -o-border-radius: 3px;*/
/*  -ms-border-radius: 3px;*/
/*  -moz-border-radius: 3px;*/
/*  -khtml-border-radius: 3px;*/
/*  -webkit-border-radius: 3px;*/
/*  box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);*/
/*  -o-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);*/
/*  -ms-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);*/
/*  -moz-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);*/
/*  -khtml-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);*/
/*  -webkit-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="checkbox"] {*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  display: inline-block;*/
/*  margin: 5px 0 0 0;*/
/*  color: #000;*/
/*  font-size: 15px;*/
/*  line-height: 1.4;*/
/*  font-weight: normal;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row label {*/
/*  color: #666;*/
/*  font-weight: normal;*/
/*  position: relative;*/
/*  top: -3px;*/
/*  cursor: pointer;*/
/*  margin: 0;*/
/*  font-size: 13px;*/
/*  line-height: 1.4;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link {*/
/*  border: none;*/
/*  margin-top: 5px;*/
/*  border-bottom: 1px dashed #53a1ff;*/
/*  text-decoration: none;*/
/*  color: #53a1ff;*/
/*  display: inline-block;*/
/*  cursor: pointer;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link:hover {*/
/*  border-color: transparent;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link.timeout {*/
/*  border-bottom-color: transparent;*/
/*  color: #666;*/
/*  font-size: 0.85em;*/
/*  background-image: url("data:image/gif;base64,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");*/
/*  background-position: left center;*/
/*  background-repeat: no-repeat;*/
/*  padding-left: 15px;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_send_email {*/
/*  border: none;*/
/*  margin-top: 5px;*/
/*  border-bottom: 1px dashed #BF0C22;*/
/*  text-decoration: none;*/
/*  color: #BF0C22;*/
/*  display: inline-block;*/
/*  cursor: pointer;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_send_email:hover {*/
/*  border-color: transparent;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_send_email.preloader,*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link.preloader {*/
/*  color: transparent;*/
/*  display: block;*/
/*  height: 17px;*/
/*  width: 17px;*/
/*  border-bottom-color: transparent;*/
/*  font-size: 0.85em;*/
/*  background-image: url("data:image/gif;base64,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");*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_send_email {*/
/*  margin-top: 0;*/
/*  margin-bottom: 5px;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn {*/
/*  margin: 0 auto;*/
/*  font-size: 15px;*/
/*  width: auto;*/
/*  text-align: center;*/
/*  display: inline-block;*/
/*  padding: 7px 20px;*/
/*  cursor: pointer;*/
/*  background: #04C3DB;*/
/*  border: 1px solid;*/
/*  border-color: #30e5fb #04adc2 #0396a9 #04adc2;*/
/*  border-radius: 3px;*/
/*  -o-border-radius: 3px;*/
/*  -ms-border-radius: 3px;*/
/*  -moz-border-radius: 3px;*/
/*  -khtml-border-radius: 3px;*/
/*  -webkit-border-radius: 3px;*/
/*  color: #fff;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn:hover {*/
/*  background: #04cce5;*/
/*}*/
/*.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn.preloader {*/
/*  color: transparent;*/
/*  background-image: url("data:image/gif;base64,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");*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*}*/
.cart-total__order_btn{
    cursor: pointer;
}
#m_phone{
	font-size:20px;
	text-align:center;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162218426251*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/shelter/styles.css?174854591415400*/
.user-menu .cart-link{
    color: #524338;
}
.emptyList{
	padding: 40px;
	margin: 40px 0;
}
.cart-empty__title{
	margin-bottom: 30px;
}
.novalid{
	background: #ffc1c1!important;
}
.success-message,.modal-success{
	display: inline-block!important;
}
.success-message .modal-description{
	font-size: 18px;
    text-align: center;
}
.search-result-empty{
	margin: 40px 0 80px;
}

.to_compare.active{
	background: var(--primary)!important;
    color: #fff!important;
}
.compare__goods{
	margin: 40px 0 150px;
}
.compare__empty__title{
	margin: 0 0 20px;
}

/*compare*/

.compare__slider .slick-track {
  margin: 0;
}

.compare__slider .product__title {
  margin: 0;
}

.compare-slider__header {
 /* height: 327px;*/
  border-right: 1px solid #EAECEE;
}

.compare-slider__header .product {
  height: 100%;
}


.compare-goods__params {
  margin: 49px 0 0;
  padding: 35px 0 60px;
}

.compare-goods__params li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 120%;
  height: 60px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.compare-goods__params li.hovered {
  background: rgba(246, 246, 246, 0.35);
}

.compare-goods__params .product__stock {
  margin: 0;
}

.compare-goods__params .product__stock .caption {
  color: var(--dark);
  margin-left: 10px;
}

.compare__pin {
  position: absolute;
  top: 50px;
  left: 30px;
  color: #BEC4C7;
}

.compare__pin .icon {
  width: 15px;
  height: 15px;
}

.compare__pin:hover {
  color: var(--primary);
}

.compare__pin.pinned {
  color: var(--dark);
}

.compare__top .custom-checkobox__text {
  font-weight: 400;
}

.compare__search {
  margin: 0 0 30px;
}

.compare__search .catalog-sorting .header {
  width: 250px;
  height: 50px;
  max-width: 100%;
  padding: 15px 30px;
  background-color: #F6F6F6;
  border-radius: 25px;
  color: #1F1F1F;
}

.compare__search .catalog-sorting .header .icon {
  color: #BEC4C7;
  margin-left: auto;
  width: 24px;
  height: 24px;
  margin-right: -8px;
}

.compare-navigation {
  margin-top: auto;
}

.compare-navigation .slider-arrow {
  border: 2px solid #EAECEE;
}

.compare-navigation .compare-next {
  margin-left: 25px;
}

.compare--empty .compare__container::after {
  content: none;
}

.compare--empty .compare-navigation {
  display: none;
}

.compare--empty .compare__body {
  display: none;
}

.catalog-controls.compare--empty {
  height: 50px;
  padding: 0;
}

.catalog-controls.compare--empty > * {
  display: none !important;
}

.compare__empty__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 120px 15px 107px;
}

.compare__empty__message .adp-btn {
  width: 230px;
}

.compare__empty__title {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 24px;
  color: #ACB0B3;
}

.compare__controls--mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-left: -34px;
  margin-right: -34px;
  padding: 25px 34px;
  border-bottom: 1px solid #F6F6F6;
}

.compare__controls--mobile .f-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__controls--mobile .compare__search {
  width: 250px;
}

.compare__controls--mobile .compare__search {
  margin: 0;
  margin-right: 30px;
}

.compare__controls--mobile .compare-navigation {
  margin-left: auto;
}

.s-compare {
  padding-bottom: 0;
}

.s-compare .page-title {
  margin-bottom: 50px;
}

.s-compare .catalog-controls {
  padding-top: 0;
}

.s-compare > .container {
  padding: 0;
}

.s-compare > .container > .row {
  margin: 0;
}

.compare--empty .compare__header {
  display: none;
}

.compare--empty .compare__goods {
  width: 100%;
}

.compare--empty .compare__controls--mobile {
  display: none;
}

@media (max-width: 1199px) {
  .s-compare .search-results__count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 991px) {
  .s-compare .page-title {
    margin-bottom: 25px;
  }

  .compare__empty__message {
    padding: 100px 15px;
  }

  .s-compare .catalog-controls {
    padding: 0 0 20px;
  }
  .catalog-controls.compare--empty {
    height: 30px;
    padding: 0;
  }
  .compare__container {
    position: relative;
    margin-left: -34px;
    margin-right: -34px;
    border-radius: 0;
  }
  .compare__controls--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .compare__header {
    position: absolute;
    z-index: 20;
    width: 100%;
    pointer-events: none;
  }
  .compare__header .compare__top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .compare__header .compare__body {
    padding: 35px 34px 0;
    width: 100%;
  }
  .compare__chars {
    margin: 0;
  }
  .compare__goods {
    width: 100%;
  }
  .compare-goods__params {
    margin: 60px 0 0;
    padding-left: 34px;
    padding-bottom: 30px;
  }
  .compare__titles li.hovered,
  .compare-goods__params li.hovered {
    background-color: transparent;
  }

  .compare__titles {
    margin-top: 10px;
  }

  .compare__titles li, .compare-goods__params li {
    margin-bottom: 8px;
  }

  .compare__titles li:last-child, .compare-goods__params li:last-child {
    margin-bottom: 0;
  }

  .compare-goods__params {
    margin-top: 68px;
  }

  .compare-slider__item:last-child li::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .compare__empty__title {
    margin: 0 0 25px;
  }

  .compare__controls--mobile {
    margin-left: -20px;
    margin-right: -20px;
    padding: 25px 20px;
  }
  .compare__container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .compare__header .compare__body {
    padding: 20px 20px 0;
  }
  .compare-goods__params {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .catalog-controls.compare--empty {
    height: 25px;
    padding: 0;
  }
  .compare__empty__title {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 24px;
  }
  .compare__controls--mobile .f-compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .compare__controls--mobile .compare__search {
    margin: 0 0 20px;
  }
  .compare__controls--mobile .compare-navigation {
    display: none;
  }
  .compare__chars {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
  }

  .compare__titles {
    margin: -4px 0 0;
  }

  .compare__titles li {
    height: 45px;
    margin-bottom: 10px;
  }

  .compare__titles li:last-child {
    margin-bottom: 0;
  }

  .compare-goods__params {
    margin: 33px 0 0;
  }

  .compare-goods__params li {
    font-size: 13px;
    line-height: 16px;
    height: 45px;
    margin: 0 0 10px;
  }

  .compare-goods__params li:last-child {
    margin-bottom: 0;
  }

  .compare-goods__params .product__stock {
    margin-top: 15px!important;
  }
}

.lk-user__header img{
	width: 60px;
}

.slide {
  display: none;
}

.product {
  height: 100%;
}

.product__content {
  margin-top: auto;
}

.product-item-detail-properties-item {

    margin-bottom: 0;
    padding: 5px 10px;
    line-height: 16px;
    display: flex;
    align-items: stretch;

}
.product-item-detail-properties-name {
    width: 37%;
    font-size: 13px;
    font-weight: 300;
    padding-right: 3px;

}
.product-item-detail-properties-value {
    width: 63%;
    font-size: 13px;
    font-weight: 300;

    padding-left: 3px;
}
.formItem{
	margin-bottom: 20px;
}
.pos_relative{
	position: relative;
}
/* responsive table */
table.table-responsive {
  width: 90%;
  min-width: auto;
}

@media (max-width: 991px) {
  table.table-responsive {
    width: 100%;
  }
}

@media (max-width: 767px) {
  table.table-responsive thead {
    display: none;
  }

  table.table-responsive tr {
    display: block;
    padding: 7px 0 5px;
  }

  table.table-responsive tr:first-child {
    padding-top: 0;
  }

  table.table-responsive td {
    display: flex;
    flex-direction: column;
  }

  table.table-responsive td::before {
    content: attr(aria-label);
    font-size: 14px;
    color: #8c8f95;
    padding: 0 0 6px;
  }
}
.hide{
	display: none;
}
.modalRegisterError{
	    line-height: 21px;
    margin-bottom: 20px;
}
.cancelLink{
	font-size: 12px;
    text-decoration: none;
    color: #ff0000;
    transition: .3s;
}
.orders .order-total{
	padding-bottom: 0;
}
.order-total2{
	text-align: right;
    font-size: 24px;
    font-weight: 500;
    padding-right: 21.7%;
}
.defLink{
    color: var(--primary);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}
.defLink:hover {
    color: var(--primary);
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.factumLink img{
    margin-right: 30px;
}
.factumLink span{
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    line-height: 23px;
    border-bottom: 1px solid currentColor;
}
.factumLink span:hover {
    border-color: transparent;
}
.factumLink{
    border-bottom: none;
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    color: var(--primary);
    text-decoration: none;
}
.ourProject{
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media(max-width: 525px){
    .ourProject{
        margin: 15px 0;
        justify-content: center;
    }
}
.ourProject img{
    width: 120px;
    margin: 0 10px;
}
.askBlock{
    margin: 40px 0;
}
.askItem{
    background: #fff;
    padding: 30px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.askItem:last-child{
    border: none;
}
.askResponse{
    display: none;
    margin-top: 15px;
    font-style: italic;
    color: #000;
}
.askTitle{
    color: #83c550;
    padding-right: 30px;
}
.askTumbler{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 25px;
    background: #444;
    color: #fff;
    transition: .3s;
}
.askItem:hover .askTumbler{
    background: #83c550;
}
/*
.social-list:not(.notstyle) a, #prymeryshare .ya-share2__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    color: #C1C7D3;
}
.social-list:not(.notstyle) .icon, .ya-share2__list .icon {
    width: 24px;
    height: 24px;
}
.social-list:not(.notstyle) li, .ya-share2__list li {
    border-right: 1px solid #E9EAED;
}
.social-list:not(.notstyle), .ya-share2__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #E9EAED;
}
.link-vk:hover, .ya-share2__item_service_vkontakte a {
    background-color: #2787F5;
    box-shadow: 0 0 0 1px #2787f5;
}
.link-facebook:hover, .ya-share2__item_service_facebook a {
    background-color: #1877F2;
    box-shadow: 0 0 0 1px #1877f2;
}
.link-twitter:hover, .ya-share2__item_service_twitter a {
    background-color: #1DA1F2;
    box-shadow: 0 0 0 1px #1da1f2;
}
.link-telegram:hover, .ya-share2__item_service_telegram a {
    background-color: #039BE5;
    box-shadow: 0 0 0 1px #039be5;
}
.link-whatsapp:hover, .ya-share2__item_service_whatsapp a {
    background-color: #25D366;
    box-shadow: 0 0 0 1px #25d366;
}*/
.news-share .caption {
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.social-list--colorfull a:hover, .ya-share2__item a {
    color: #fff!important;
}
.bx_item_detail_rating {
    margin: 0 0 0 auto!important;
    min-width: auto!important;
    width: auto!important;
    border: none!important;
}
.bx_item_detail_rating tr{
    border: none!important;
}
.bx_item_detail_rating .bx_stars_container{
    height: 29px;
}
.faqName{
    display: flex;
    align-items: center;
}
.faqDate{
    color: #ccc;
    margin-left: 15px;
}
.faqText{
    margin: 15px 0 20px 40px;
    font-style: italic;
    background: #e9e9e9;
    padding: 15px;
}
.faqAuthor{
    color: #000;
}
.faqMore{
    cursor: pointer;
    text-align: center;
    height: 30px;
    color: #616265;
    background-color: #f8f8f8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ta-right{
    text-align: right;
}
.faqBlock .h2{
    margin-bottom: 10px;
}
.faqBlock{
    background: #fff;
    padding: 20px;
    margin: 20px 0 40px;
}
.askContent{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.askLogo{
    margin-right: 15px;
    max-width: 50px;
}
.rating__value:not(.noclick){
    margin-bottom: 40px;
}
.rating__value{
    display: flex;
}
.ratingLabel {
    display: inline-block;
    margin-right: 4px;
    width: 18px;
    height: 16px;
    cursor: pointer;
    background-image: url(/local/templates/shelter/assets/img/star2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.ratingItem:checked ~ .ratingLabel, .ratingItem.active ~ .ratingLabel {
    background-image: url(/local/templates/shelter/assets/img/star.png);
}
.ratingItem {
    display: none;
}
.rating__option{
    margin-bottom: 10px;
}
.bx_item_detail_rating .bx_stars_container {
    height: 40px!important;
    width: 90px!important;
}
.bx_item_detail_rating .bx_stars_bg{
    background-size: cover;
}
.faqItem{
    margin-bottom: 30px;
}
.product-item__rating{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 24px;
}
.product__rating{
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.product__rating-title{
    margin-left: 10px;
    border-bottom: 1px solid;
    transition: .3s;
    cursor: pointer;
}
.product__rating-title:hover{
    border-color: transparent;
}
.alignCenter{
    justify-content: center;
}
.form-group--privacy-order{
  margin-bottom: 10px;
}
.form-group--privacy-order a{
  color: var(--primary);
  text-decoration: none;
}
/* End */
/* /local/templates/shelter/assets/css/adp-menu.css?16221842822188 */
/* /local/templates/shelter/assets/css/bootstrap-grid.min.css?162218428250884 */
/* /local/templates/shelter/assets/css/fonts.css?16221842821676 */
/* /local/templates/shelter/assets/css/jquery.fancybox.min.css?162218428212809 */
/* /local/templates/shelter/assets/css/slick.css?16221842821776 */
/* /local/templates/shelter/assets/css/ion.rangeSlider.min.css?162218428211084 */
/* /local/templates/shelter/assets/css/select2.min.css?162218428214966 */
/* /local/templates/shelter/assets/css/style.css?1622184282127607 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16221842681265 */
/* /local/templates/shelter/components/bxmaker/authuserphone.login/custom/style.css?162218428326297 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162218426251 */
/* /local/templates/shelter/styles.css?174854591415400 */
