.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: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-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
}

.slick-track:after,
.slick-track:before {
	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
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}

.datepicker--cells {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.datepicker--cell {
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	z-index: 1
}

.datepicker--cell.-focus- {
	background: #f0f0f0
}

.datepicker--cell.-current- {
	color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
	color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
	color: #4eb5e6
}

.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, .1);
	color: #4a4a4a;
	border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px
}

.datepicker--cell.-selected- {
	color: #fff;
	border: none;
	background: #5cc4ef
}

.datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced
}

.datepicker--cell:empty {
	cursor: default
}

.datepicker--days-names {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px
}

.datepicker--day-name {
	color: #ff9a19;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em
}

.datepicker--cell-day {
	width: 14.28571%
}

.datepicker--cells-months {
	height: 170px
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%
}

.datepicker--years {
	height: 170px
}

.datepicker--cells-years {
	height: 170px
}

.datepicker--cell-year {
	width: 25%;
	height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}

.datepickers-container {
	position: absolute;
	left: 0;
	top: 0
}

@media print {
	.datepickers-container {
		display: none
	}
}

.datepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-sizing: content-box;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
	z-index: 100
}

.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.datepicker.active {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.datepicker-inline .datepicker--pointer {
	display: none
}

.datepicker--content {
	box-sizing: content-box;
	padding: 4px
}

.-only-timepicker- .datepicker--content {
	display: none
}

.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
	left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
	left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
	bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
	top: calc(50% - 10px / 2)
}

.datepicker--body {
	display: none
}

.datepicker--body.active {
	display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}

.datepicker--nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px
}

.-only-timepicker- .datepicker--nav {
	display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.datepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker--nav-action:hover {
	background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
	visibility: hidden
}

.datepicker--nav-action svg {
	width: 32px;
	height: 32px
}

.datepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px
}

.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px
}

.datepicker--nav-title i {
	font-style: normal;
	color: #9c9c9c;
	margin-left: 5px
}

.datepicker--nav-title:hover {
	background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0
}

.datepicker--buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	border-top: 1px solid #efefef
}

.datepicker--button {
	color: #4eb5e6;
	cursor: pointer;
	border-radius: 4px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px
}

.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}

.datepicker--time {
	border-top: 1px solid #efefef;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px;
	position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	-webkit-flex: 0 1 138px;
	-ms-flex: 0 1 138px;
	flex: 0 1 138px;
	max-width: 138px
}

.-only-timepicker- .datepicker--time {
	border-top: none
}

.datepicker--time-sliders {
	-webkit-flex: 0 1 153px;
	-ms-flex: 0 1 153px;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px
}

.datepicker--time-label {
	display: none;
	font-size: 12px
}

.datepicker--time-current {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px
}

.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1
}

.datepicker--time-current-ampm {
	text-transform: uppercase;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px
}

.datepicker--time-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
	margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
	background: 0 0;
	cursor: pointer;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
	outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: 0 0
}

.datepicker--time-row span {
	padding: 0 12px
}

.datepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute
}

.datepicker--time-icon:after {
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.datepicker--time-icon:before {
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}

.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: #fff;
	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
}

.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: 700
}

.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: #fff;
	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: 700;
	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: 700;
	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-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	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 #000 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--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	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: 0 0;
	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: #fff
}

.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
}

.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: 700;
	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
}

.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: 0 0;
	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
}

.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
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	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: 700;
	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
}

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: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 1000
}

.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: 0;
	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: 44px;
	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: 0 0;
	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: 0 0;
	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: 0 0;
	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: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.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: 0 0;
	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: 0 0;
	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(0)
}

.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: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	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: transparent;
	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: 0;
	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)
	}
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.diflex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.aic {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.aifs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.aife {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.jcfs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.jcfe {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.jcc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.jcsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #1c3cfc;
	color: #fff
}

::selection {
	background-color: #1c3cfc;
	color: #fff
}

input,
textarea {
	outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

input:required:valid,
textarea:required:valid {
	border-color: green
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: Montserrat, sans-serif;
	overflow-x: hidden;
	color: #333
}

p {
	color: #696f72;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 35px
}

.container {
	width: 1470px;
	margin: auto
}

a,
a:hover {
	text-decoration: none
}

header {
	padding-top: 25px
}

header ul {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0
}

header ul li {
	list-style-type: none
}

header ul li a {
	color: #696f72;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

header ul li a:hover {
	color: #1c3cfc
}

header ul li+li {
	margin-left: 35px
}

header .catalog-link {
	height: 45px;
	border-radius: 0 5px 5px 0;
	background-color: #1c3cfc;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	padding-right: 30px;
	position: relative
}

header .catalog-link::before {
	content: '';
	position: absolute;
	left: -50vw;
	top: 0;
	bottom: 0;
	width: 50vw;
	background-color: #1c3cfc
}

header .catalog-link .icon {
	margin-right: 32px;
	width: 19px
}

header .catalog-link .icon span {
	background-color: #fff;
	height: 2px
}

header .catalog-link .icon span+span {
	margin-top: 5px
}

header a.logo {
	color: #51575a;
	font-size: 32px;
	font-weight: 800;
	line-height: 1
}
.mobile-wrapper a.logo .text-logo span {
	margin-top: 2px;
	font-size: 8px;
}
a.logo .text-logo {
	display: flex;
	flex-direction: column;
}
a.logo .text-logo span {
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	margin-top: 4px;
}
header a.logo img {
	margin-right: 17px
}

header .phone-header {
	color: #51575a;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase
}
.mobile-wrapper .top .phone-header span {
	border-bottom: 1px dashed #000;
}
header .phone-header img {
	margin-right: 11px
}

header .booking {
	color: #51575a;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	padding: 0 30px;
	border-radius: 5px;
	height: 45px;
	border: 1px solid #1c3cfc;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

header .booking:hover {
	background-color: #1c3cfc;
	color: #fff
}

.section-main {
	margin-top: 90px
}

.section-main .submit {
	margin-left: 20px
}

.section-main .submit input {
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 70px;
	border: none;
	padding: 0 32px
}

.section-main .container {
	min-height: 500px;
	border-radius: 15px;
	background-color: #f3f3f3;
	position: relative
}

.section-main .container>img {
	position: absolute
}

.section-main .container>div {
	position: relative;
	z-index: 3
}

.section-main .container .title {
	color: #51575a;
	font-size: 52px;
	font-weight: 700;
	line-height: 62px;
	text-align: center;
	z-index: 99 !important;
	margin-bottom: 0 !important;
}

.section-main .container .desc {
	color: #696f72;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 45px 0 0
}

.section-main .container .wrap-form {
	-webkit-box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	border-radius: 15px;
	background-color: #fff;
	padding: 22px;
	margin: 45px 0 0
}

.section-main .container .calendar+.calendar {
	margin-left: 20px
}

.section-main .main-1 {
	max-width: 519px;
	left: -60px;
	top: 77px
}

.section-main .main-2 {
	max-width: 516px;
	right: -66px;
	top: 81px
}

.section-main .main-3 {
	max-width: 100%;
	height: auto;
	left: 0;
	right: 0;
	top: 0
}

.calendar {
	width: 220px;
	height: 70px;
	padding: 15px 20px;
	position: relative
}

.calendar svg,
.calendar>img {
	position: absolute;
	right: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none
}

.calendar .title-field {
	color: rgba(105, 111, 114, .5);
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	z-index: 2;
	position: absolute;
	left: 20px;
	top: 15px;
	pointer-events: none
}

.calendar input {
	border: none;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	width: 100% !important;
	height: 100%;
	color: #696f72;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	position: absolute;
	padding-left: 20px;
	padding-top: 17px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.calendar input::-webkit-input-placeholder {
	opacity: 1
}

.calendar input::-moz-placeholder {
	opacity: 1
}

.calendar input:-ms-input-placeholder {
	opacity: 1
}

.calendar input::-ms-input-placeholder {
	opacity: 1
}

.calendar input::placeholder {
	opacity: 1
}

.calendar .select2,
.searchandfilter ul li .select2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100% !important
}

.calendar .select2 .selection,
.searchandfilter ul li .select2 .selection {
	height: 100%;
	width: 100%
}

.searchandfilter ul li .select2-container--default .select2-selection--single,
.searchandfilter ul li .select2-container--default .select2-selection--single .select2-selection__rendered,
.calendar .select2-container--default .select2-selection--single,
.calendar .select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
	height: 100%;
	outline: 0
}

.calendar .select2-container--default .select2-selection--single,
.searchandfilter ul li .select2-container--default .select2-selection--single {
	border: none
}

.calendar .select2-container--default .select2-selection--single .select2-selection__arrow,
.searchandfilter ul li .select2-selection__arrow {
	display: none
}

.calendar .select2-container--default .select2-selection--single .select2-selection__rendered,
.searchandfilter ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 34px 20px 20px 20px;
	font-size: 13px;
	color: #696f72;
	font-weight: 700;
	line-height: 16px;
	border: 1px solid #e9e9e9;
	border-radius: 5px
}

.products-section {
	padding: 85px 0
}

.products-section .wrap-products {
	margin-top: 40px
}

.title-section {
	color: #777;
	
	font-size: 30px;
	font-weight: 400;
	line-height: 47.5px;
	margin-bottom: 45px !important;
}



.item-product_empty {
	height: 0;
	width: calc(33.33% - 30px);
	visibility: hidden;
	opacity: 0
}
.wrap-products {
	width: 100%;
	margin: -15px -15px 0;
}
.item-product {
	width: calc(33.33% - 30px);
	margin: 15px 15px 0;
	padding: 35px;
	-webkit-box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	border-radius: 15px;
	background-color: #fff
}

.item-product .bottom {
	margin-top: 30px
}

.item-product .bottom .btn-product {
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	width: 60px;
	height: 60px
}

.item-product .params {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	margin-right: 30px
}

.item-product .param {
	color: rgba(105, 111, 114, .6);
	font-size: 12px;
	font-weight: 500;
	line-height: 17px
}

.item-product .param img {
	margin-right: 12px
}

.item-product .image {
	height: 230px;
	margin-top: 40px
}

.item-product .image img {
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.item-product .select2-container--default .select2-selection--single {
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	outline: 0
}

.item-product .name {
	color: #51575a;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px
}

.item-product .select2-container {
	width: auto !important
}

.select-auto .select2-results__option {
	font-size: 12px;
	line-height: 12px
}

.load-more {
	margin-top: 50px;
	border-radius: 5px;
	border: 1px solid #1c3cfc;
	height: 60px;
	color: #696f72;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	padding: 0 115px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.load-more:hover {
	background-color: #1c3cfc;
	color: #fff
}

.section-advantages {
	padding: 80px 0
}

.section-advantages .item {
	width: 31%
}

.section-advantages .item .icon {
	height: calc(100% - 50px);
	width: 100px;
	border-radius: 15px;
	background-color: #f3f3f3;
	margin-right: 40px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.section-advantages .item .text {
	margin-top: 45px
}

.section-advantages .item .text .title {
	color: #777;
	
	font-size: 36px;
	font-weight: 400;
	line-height: 45px
}

.section-advantages .item .text .desc {
	color: rgba(105, 111, 114, .6);
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 30px
}

.line {
	height: 2px;
	width: 100%;
	background-color: #f1f1f1
}

.section-works {
	padding: 80px 0 100px
}

.section-works .left {
	width: 440px
}

.section-works .right {
	width: 970px
}

.section-works .work-wrap {
	margin-top: 45px
}

.section-works .work-wrap .count-row {
	width: 60px
}

.section-works .work-wrap .count-row .count {
	border-radius: 5px;
	background-color: #696f72;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	line-height: 23px;
	padding: 0 12px 12px 0;
	margin-bottom: 13px
}

.section-works .work-wrap .text {
	margin-top: 10px;
	margin-left: 25px
}

.section-works .work-wrap .text .title {
	color: #51575a;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 15px
}

.section-works .work-wrap .text .desc {
	color: rgba(105, 111, 114, .6);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px
}

.section-works .work-wrap .text a.btn {
	margin-top: 25px;
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	height: 45px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	padding: 0 30px
}

.section-works .work-wrap .step+.step {
	margin-top: 13px
}

ul.tabs {
	margin: 0 0 25px;
	padding: 0;
	list-style: none
}

ul.tabs li {
	color: rgba(119, 119, 119, .4);
	font-size: 36px;
	font-weight: 400;
	line-height: 34px;
	padding-bottom: 20px;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer
}

ul.tabs li.current {
	color: #777
}

ul.tabs li.current::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	border-radius: 2px;
	background-color: #1c3cfc
}

ul.tabs li+li {
	margin-left: 55px
}

.tab-content {
	display: none
}

.content-tab-work {
	padding: 50px;
	border-radius: 15px;
	background-color: #f3f3f3;
	position: relative;
	min-height: 590px
}

.content-tab-work .bg-tab {
	position: absolute;
	left: -27px;
	bottom: -45px;
	max-width: 492px;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.content-tab-work .left-content {
	width: 360px;
	color: #51575a;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px
}

.content-tab-work .right-content {
	width: 350px
}

.content-tab-work .right-content .title-content {
	color: #696f72;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 35px
}

.item-list-content .icon {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background-color: #fff
}

.item-list-content .text {
	margin-left: 22px;
	color: #51575a;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px
}

.item-list-content+.item-list-content {
	margin-top: 35px
}

a.detail {
	border-radius: 5px;
	border: 1px solid #1c3cfc;
	height: 45px;
	color: #51575a;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	padding: 0 30px;
	margin-top: 35px
}

a.detail:hover {
	background-color: #1c3cfc;
	color: #fff
}

.tab-content.current {
	display: inherit
}

.map-section {
	padding: 80px 0
}

.map-section .title-section {
	margin-bottom: 45px
}

.map-wrapper {
	position: relative
}

.map-wrapper .map {
	height: 420px;
	width: 100%;
	border-radius: 15px
}

.map-wrapper .text-map {
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 2;
	height: 400px;
}

.map-wrapper .text-map .box {
	-webkit-box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

.map-wrapper .text-map .box:first-child {
	background-color: #696f72
}

.map-wrapper .text-map .box:first-child .text {
	color: #fff
}

.map-wrapper .text-map .box .text {
	color: #777;
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
	margin-left: 25px
}

.item-clients {
	position: relative;
	width: 23%;
	height: 560px;
	border-radius: 15px;
	overflow: hidden;
	position: relative
}

.item-clients::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#696f72), to(rgba(105, 111, 114, 0)));
	background-image: -o-linear-gradient(bottom, #696f72 0, rgba(105, 111, 114, 0) 100%);
	background-image: linear-gradient(to top, #696f72 0, rgba(105, 111, 114, 0) 100%)
}

.item-clients>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.item-clients .text-wrapper {
	position: absolute;
	left: 45px;
	right: 45px;
	bottom: 45px;
	z-index: 2
}

.item-clients .text-wrapper .text {
	margin-left: 18px
}

.item-clients .text-wrapper .text .name {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 16.5px
}

.item-clients .text-wrapper .text .auto {
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
	font-weight: 700;
	line-height: 16.5px;
	margin-top: 5px
}

.item-clients .text-wrapper .play {
	height: 64px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	-webkit-box-shadow: 7px 11px 31px rgba(22, 23, 29, .44);
	box-shadow: 7px 11px 31px rgba(22, 23, 29, .44);
	border-radius: 5px;
	background-color: #1c3cfc;
	margin-top: 25px
}

.item-clients .text-wrapper .play img {
	margin-left: 35px
}

.section-clients .top-nav {
	margin-bottom: 50px
}

.arrows div+div {
	margin-left: 10px
}
.section-clients {
	display: none;
}
.next,
.prev {
	width: 60px;
	height: 60px;
	width: 60px;
	height: 60px;
	background-color: #eff6f5;
	border-radius: 50%;
	cursor: pointer
}

.next {
	background-color: #696f72
}

.init-clients .slick-list {
	margin: 0 -15px
}

.init-clients .slick-list .slick-slide {
	margin: 0 15px;
	outline: 0
}

.init-clients .item-clients {
	width: 100%
}

.section-consult {
	margin-top: 80px
}

.form-consult {
	-webkit-box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	border-radius: 15px;
	background-color: #fff;
	padding: 75px;
	position: relative
}

.form-consult .title-form {
	color: #51575a;
	font-size: 52px;
	font-weight: 400;
	line-height: 62px
}

.form-consult>img {
	position: absolute;
	right: 95px;
	bottom: 0;
	max-width: 575px;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.form-consult>div {
	position: relative;
	z-index: 3
}

.form-consult .desc-form {
	color: #696f72;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px
}

.form-consult .wrap-form {
	margin-top: 35px
}

.form-consult .wrap-form .tel-wrap {
	position: relative;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	width: 270px;
	padding: 13px 20px;
	height: 70px
}

.form-consult .wrap-form .tel-wrap img {
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.form-consult .wrap-form .tel-wrap input {
	border: none;
	color: #696f72;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	width: 100%;
	margin-top: 5px;
	padding-right: 20px
}

.form-consult .wrap-form .tel-wrap input::-webkit-input-placeholder {
	opacity: 1
}

.form-consult .wrap-form .tel-wrap input::-moz-placeholder {
	opacity: 1
}

.form-consult .wrap-form .tel-wrap input:-ms-input-placeholder {
	opacity: 1
}

.form-consult .wrap-form .tel-wrap input::-ms-input-placeholder {
	opacity: 1
}

.form-consult .wrap-form .tel-wrap input::placeholder {
	opacity: 1
}

.form-consult .wrap-form .tel-wrap .title-tel {
	color: rgba(105, 111, 114, .5);
	font-size: 13px;
	font-weight: 500;
	line-height: 13px
}

.form-consult .wrap-form .submit {
	height: 70px;
	margin-left: 20px
}

.form-consult .wrap-form .submit input {
	padding: 0 30px;
	height: 70px;
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	border: none;
	cursor: pointer
}

.form-consult .checkbox {
	color: rgba(105, 111, 114, .3);
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: .12px;
	margin-top: 20px
}

footer {
	margin-top: 100px;
	padding-bottom: 80px
}

footer .title-col {
	margin-bottom: 50px;
	color: rgba(119, 119, 119, .4);
	font-size: 36px;
	font-weight: 400;
	line-height: 36px
}

footer ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0
}

footer ul li {
	list-style-type: none
}

footer ul li a {
	display: inline-block;
	color: #777;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

footer ul li a:hover {
	color: #1c3cfc
}

footer ul li+li {
	margin-top: 30px
}

footer ul+ul {
	margin-left: 60px
}

footer .social-wrapper a {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	background-color: #f3f3f3;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

footer .social-wrapper a svg {
	fill: #696f72;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

footer .social-wrapper a:hover {
	background-color: #1c3cfc
}

footer .social-wrapper a:hover svg {
	fill: #fff
}

footer .social-wrapper a+a {
	margin-left: 15px
}

footer .copy-wrapper {
	color: rgba(119, 119, 119, .5);
	font-size: 13px;
	font-weight: 500;
	line-height: 13px
}

footer .copy-wrapper a {
	color: rgba(119, 119, 119, .5)
}

footer .copy-wrapper .copy {
	margin-top: 20px
}

.single-header {
	padding-bottom: 30px;
	border-bottom: 2px solid #f1f1f1
}

.bread {
	margin-top: 30px
}

.bread ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.bread ul li {
	list-style-type: none;
	color: #acb2b5;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.bread ul li a {
	color: #acb2b5;
	display: inline-block
}

.bread ul li+li::before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #acb2b5;
	display: inline-block;
	margin: 0 10px
}

.single-title h1 {
	color: #777;
	font-size: 36px;
	font-weight: 400;
	line-height: 47.5px;
	margin: 20px 0 0
}

.filter {
	margin-top: 40px
}

.catalog {
	margin: 80px 0
}

.section-works+.section-consult {
	margin-top: 0
}

.related {
	padding: 80px 0 0
}

.catalog_in {
	margin-top: 45px;
	padding-bottom: 40px
}

.catalog_in__main-gallery {
	width: 670px;
	position: relative
}

.catalog_in__main-gallery .next,
.catalog_in__main-gallery .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	background-color: #3c3c3c
}

.catalog_in__main-gallery .prev {
	left: 10px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.catalog_in__main-gallery .next {
	right: 10px
}

.catalog_in__main-gallery .slick-slide {
	height: 470px;
	border-radius: 15px;
	background-color: #f3f3f3;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0
}

.catalog_in__main-gallery .slick-slide img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.catalog_in__main-gallery .slick-slide a {
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 100%;
	height: 100%
}

.catalog_in__nav-gallery {
	width: 100px;
	margin-left: 24px;
	position: relative
}

.catalog_in__nav-gallery div {
	cursor: pointer
}

.catalog_in__nav-gallery .arrow-nav-top {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}

.catalog_in__nav-gallery .arrow-nav-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.catalog_in__nav-gallery .slick-list {
	margin: -10px 0
}

.catalog_in__nav-gallery .slick-slide {
	margin: 10px 0;
	outline: 0
}

.catalog_in__nav-gallery .slick-slide .nav-item {
	padding: 9px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.catalog_in__nav-gallery .slick-slide .nav-item::before {
	content: '';
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #e9e9e9
}

.catalog_in__nav-gallery .slick-slide .nav-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto
}

.catalog_in__nav-gallery .slick-current .nav-item::before {
	border: 3px solid #696f72
}

.catalog_in__params {
	margin-left: 50px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 200px
}

.catalog_in__params .param {
	padding-bottom: 20px;
	position: relative;
	color: #51575a;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px
}

.catalog_in__params .param svg {
	margin-right: 20px
}

.catalog_in__params .param::before {
	content: '';
	height: 1px;
	background-color: #ebe9e9;
	position: absolute;
	left: 13px;
	bottom: 0;
	right: 0
}

.catalog_in__params .param:last-child {
	padding-bottom: 0
}

.catalog_in__params .param:last-child:before {
	display: none
}

.catalog_in__params .param+.param {
	margin-top: 15px
}

.catalog_in__desc {
	margin-top: 75px
}

.catalog_in__text {
	width: 790px
}

.catalog_in__text .title-desc {
	color: #51575a;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0 !important;
}

.catalog_in__text .content-desc {
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
	border-top: 2px solid #e9e9e9
}

.catalog_in__text .content-desc::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 106px
}

.catalog_in__text .content-desc p {
	color: #51575a;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	margin: 0 0 35px
}

.catalog_in__text-child {
	width: 200px;
	margin-top: 50px;
	padding-top: 30px;
	position: relative;
	border-top: 2px solid #e9e9e9
}

.catalog_in__text-child::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 106px
}

.catalog_in__text-child .child-row {
	color: #51575a;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	position: relative
}

.catalog_in__text-child .child-row b {
	font-weight: 700
}

.catalog_in__text-child .child-row+.child-row {
	margin-top: 20px;
	padding-top: 20px;
	position: relative
}

.catalog_in__text-child .child-row+.child-row::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	right: 0;
	height: 1px;
	background-color: #ebe9e9
}

.catalog_in__right {
	width: 370px;
	margin-left: 55px
}

.catalog_in__calendar {
	-webkit-box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	border-radius: 15px;
	background-color: #fff;
	padding: 30px;
}

.catalog_in__calendar .calendar {
	width: 100%
}

.catalog_in__calendar .calendar+.calendar {
	margin-top: 25px
}

.catalog_in__title {
	color: #51575a;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 30px
}

.catalog_in__price-box {
	margin-top: 35px
}

.catalog_in__price {
	color: #51575a;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px
}

.catalog_in__desc-price {
	color: #1c3cfc;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	margin-top: 15px
}

.catalog_in__btn {
	margin-top: auto;
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 13.81px
}

.catalog_in__btn:hover {
	color: #fff
}

.catalog_in__sale {
	margin-top: 45px;
	padding: 30px;
	border-radius: 15px;
	border: 1px solid #e9e9e9;
	background-color: #fff
}

.catalog_in__row-sale {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ebe9e9
}

.catalog_in__row-sale-blue .catalog_in__price-sale {
	background-color: #1c3cfc;
}

.catalog_in__price-sale {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 11px 19px;
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #51575a;
	margin-right: 16px
}

.catalog_in__desc-sale {
	color: #1c3cfc;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: underline
}

.about {
	padding-bottom: 70px
}

.about .about-wrapper {
	margin-top: 35px
}

.about .about-wrapper h2 {
	color: #777;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	margin: 0 0 45px
}

.about .about-wrapper .left-about {
	width: 420px
}

.about .about-wrapper .right-about {
	width: 935px
}

.about .about-wrapper .right-about .img-wrap-about {
	position: relative;
	height: 380px
}

.about .about-wrapper .right-about .img-wrap-about img {
	position: absolute
}

.about .about-wrapper .right-about .img-wrap-about .main-2 {
	left: 0;
	bottom: 0;
	max-width: 492px
}

.about .about-wrapper .right-about .img-wrap-about .main-1 {
	max-width: 432px;
	top: -76px;
	right: -56px
}

.about .about-wrapper .right-about .img-wrap-about .rectangle {
	width: 670px;
	height: 222px;
	border-radius: 15px;
	background-color: #f3f3f3
}

.about .line+.about-wrapper {
	margin-top: 70px
}

.wrapper-clients {
	margin-top: 50px
}

.items-about .item {
	width: 30%
}

.items-about .icon {
	border-radius: 5px;
	background-color: #1c3cfc;
	width: 60px;
	height: 60px;
	margin-bottom: 35px
}

.items-about .title {
	margin-bottom: 35px;
	color: #51575a;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px
}

.items-about .desc {
	color: rgba(105, 111, 114, .6);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px
}

.clients {
	padding-top: 65px
}

.clients .client {
	width: 17%
}

.clients .client .logo-client {
	-webkit-box-shadow: 3px 8px 52px rgba(38, 44, 47, .08);
	box-shadow: 3px 8px 52px rgba(38, 44, 47, .08);
	border-radius: 15px;
	background-color: #fff;
	height: 145px;
	padding: 0 40px
}

.clients .client .logo-client img {
	max-width: 100%;
	height: auto
}

.clients .client .text {
	margin-top: 40px;
	color: #51575a;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px
}

.rules-wrapper {
	margin-top: 50px;
	padding-bottom: 75px
}

.rules-wrapper .rule {
	width: 23%
}

.rules-wrapper .icon {
	border-radius: 10px;
	background-color: #696f72;
	width: 60px;
	height: 60px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px 10px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	line-height: 23px;
	margin-right: 25px
}

.rules-wrapper .text .title-rule {
	color: #51575a;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px
}

.rules-wrapper .text .desc-rule {
	color: rgba(105, 111, 114, .6);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px
}

.rules-wrapper .text a.btn {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	height: 45px;
	padding: 0 30px;
	margin-top: 22px
}

.rules-tabs {
	padding-top: 75px
}

.row-rule {
	border-radius: 15px 15px 0 0;
	background-color: #f3f3f3;
	padding: 45px 50px
}

.row-rule .left {
	width: 706px;
	margin-right: 90px
}

.row-rule .title-row {
	color: #51575a;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 35px
}

.row-rule .title-row::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 106px;
	background-color: #1c3cfc
}

.row-rule p {
	color: #51575a;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	margin: 0
}

.row-rule p+p {
	margin-top: 40px
}

.row-rule .col {
	width: 30%
}

.row-rule+.row-rule {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 5px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px
}

.line+.section-clients {
	margin-top: 80px
}

.bread+.map-section {
	padding-top: 40px
}

.legal-content {
	margin-top: 50px
}

.legal-content .btn {
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 15px;
	margin-top: 20px;
	padding: 0 30px
}

.legal {
	padding-bottom: 85px
}

.legal .left {
	width: 480px
}

.legal .list {
	width: 310px
}

.legal .list .item-list {
	color: #51575a;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px
}

.legal .list .icon {
	margin-right: 24px;
	border-radius: 5px;
	background-color: #1c3cfc;
	width: 60px;
	height: 60px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.legal .list .item-list+.item-list {
	margin-top: 55px
}

.img-legal {
	width: 470px;
	height: 470px;
	border-radius: 15px;
	overflow: hidden
}

.img-legal img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.legal-text {
	padding-top: 80px
}

.legal-text .image-wrap {
	width: 60%;
	height: 358px;
	border-radius: 15px;
	overflow: hidden
}

.legal-text .image-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 30%;
	object-position: 50% 30%
}

.legal-text .text {
	width: 34%
}

.legal-text .text h2 {
	color: #777;
	font-size: 36px;
	font-weight: 400;
	line-height: 47.5px;
	margin: 0 0 50px
}

.clients+.line {
	margin-top: 80px
}

.wrap-clients {
	margin-top: 50px
}

.wrap-clients .item-clients {
	margin-bottom: 40px
}

.item_empty_clients {
	width: 23%;
	height: 0;
	opacity: 0;
	visibility: hidden
}

.services-wrap {
	margin-top: 45px;
	padding-bottom: 100px
}

.item-service {
	width: 32%;
	display: flex;
	flex-direction: column;
}

.item-service .img {
	height: 290px;
	position: relative;
	border-radius: 15px;
	overflow: hidden
}

.item-service .img::after {
	content: '';
	position: absolute;
	left: 35px;
	bottom: 0;
	border-radius: 2px;
	background-color: #1c3cfc;
	width: 88px;
	height: 3px
}

.item-service .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.item-service .img .img-title {
	position: absolute;
	left: 35px;
	bottom: 30px;
	right: 35px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.5px
}

.item-service .img::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#696f72), to(rgba(105, 111, 114, 0)));
	background-image: -o-linear-gradient(bottom, #696f72 0, rgba(105, 111, 114, 0) 100%);
	background-image: linear-gradient(to top, #696f72 0, rgba(105, 111, 114, 0) 100%)
}

.item-service .bottom-text {
	-webkit-box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	box-shadow: 8px 13px 56px rgba(42, 42, 42, .08);
	border-radius: 0 0 15px 15px;
	background-color: #fff;
	margin-top: -20px;
	padding: 50px 35px 35px;
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
}

.item-service .bottom-text p {
	color: rgba(105, 111, 114, .6);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 30px
}

.item-service .bottom-text .btns {
	margin-top: auto
}

.item-service .bottom-text .btns .btn {
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	padding: 0 30px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	margin-right: 25px
}

.item-service .bottom-text .btns .price-info {
	border-radius: 5px;
	background-color: #51575a;
	padding: 6px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px
}

.item-service .bottom-text .btns .desc {
	color: rgba(81, 87, 90, .6);
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	margin-top: 19px
}

.service_empty {
	width: 32%;
	height: 0;
	opacity: 0;
	visibility: hidden
}

.wrap-book {
	margin-top: 45px;
	max-width: 970px
}

.form-row {
	-webkit-box-shadow: 9px 9px 56px rgba(22, 24, 29, .07);
	box-shadow: 9px 9px 56px rgba(22, 24, 29, .07);
	background-color: #fff;
	padding: 55px
}

.form-row:first-child {
	border-radius: 15px 15px 0 0
}

.form-row .title-form {
	color: #51575a;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700
}

.form-row .row {
	margin-top: 45px
}

.form-row .row .col {
	width: 30%
}

.form-row .row .col .t-form {
	color: rgba(81, 87, 90, .5);
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	margin-bottom: 11px;
	padding-left: 17px
}

.form-row .row .col input[type=tel],
.form-row .row .col input[type=text] {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #dedddd;
	padding: 0 17px;
	height: 45px;
	color: #51575a;
	
	font-size: 15px;
	font-weight: 500;
	line-height: 1
}

.form-row .row .col input[type=tel]::-webkit-input-placeholder,
.form-row .row .col input[type=text]::-webkit-input-placeholder {
	color: rgba(81, 87, 90, .5)
}

.form-row .row .col input[type=tel]::-moz-placeholder,
.form-row .row .col input[type=text]::-moz-placeholder {
	color: rgba(81, 87, 90, .5)
}

.form-row .row .col input[type=tel]:-ms-input-placeholder,
.form-row .row .col input[type=text]:-ms-input-placeholder {
	color: rgba(81, 87, 90, .5)
}

.form-row .row .col input[type=tel]::-ms-input-placeholder,
.form-row .row .col input[type=text]::-ms-input-placeholder {
	color: rgba(81, 87, 90, .5)
}

.form-row .row .col input[type=tel]::placeholder,
.form-row .row .col input[type=text]::placeholder {
	color: rgba(81, 87, 90, .5)
}

.form-row .row .radio {
	border-radius: 5px;
	border: 1px solid #dedddd
}

.form-row .row .radio input {
	display: none
}

.form-row .row .radio input:checked+.content-radio {
	background-color: #fff
}

.form-row .row .radio input:checked+.content-radio .rect::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background-color: #1c3cfc
}

.form-row .row .radio label {
	width: 50%;
	margin: 0
}

.form-row .row .radio .content-radio {
	height: 45px;
	border-radius: 5px;
	background-color: #f3f3f3;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	color: rgba(81, 87, 90, .5);
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	width: 100%;
	cursor: pointer
}

.form-row .row .radio .content-radio .rect {
	width: 16px;
	height: 16px;
	border: 1px solid #e0dddd;
	background-color: #fff;
	margin-right: 12px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative
}

.form-row .desc-form {
	color: rgba(81, 87, 90, .8);
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	margin: 21px 0 0
}

.form-row+.form-row {
	margin-top: 3px
}

.wrap-book label {
	margin: 0
}

.wrap-book label+label {
	margin-top: 25px
}

.wrap-book .content-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	background-color: #f3f3f3;
	padding: 10px 15px;
	cursor: pointer;
	border: 1px solid transparent;
	width: 100%
}

.wrap-book .content-checkbox .title-check {
	color: rgba(81, 87, 90, .7);
	font-size: 13px;
	font-weight: 700;
	line-height: 13px
}

.wrap-book .content-checkbox .rect {
	border: 1px solid #e0dddd;
	width: 16px;
	height: 16px;
	margin-right: 11px
}

.wrap-book .content-checkbox .icon {
	width: 35px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.wrap-book input:checked+.content-checkbox {
	border: 1px solid #dedddd;
	background-color: #fff
}

.wrap-book input:checked+.content-checkbox .rect {
	position: relative
}

.wrap-book input:checked+.content-checkbox .rect::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background-color: #1c3cfc
}

.wrap-book input:checked+.content-checkbox svg {
	fill: #1c3cfc
}



.wrap-book .checbox-wrapper {
	margin-top: 45px
}

.wrap-book .checbox-wrapper svg {
	fill: #b2b2b2
}

.wrap-book .checbox-wrapper input {
	display: none
}

.wrap-book .bottom-order {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #edecec
}

.wrap-book .bottom-order .sum-cart {
	color: #51575a;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700
}

.wrap-book .wrap-form {
	margin-top: 20px
}

.wrap-book .wrap-submit {
	margin-top: 50px
}

.wrap-book .wrap-submit input {
	padding: 0 30px;
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	height: 70px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px
}

.wrap-book .wrap-submit .input-submit {
	margin-right: 30px
}

.wrap-book .wrap-submit a {
	display: contents;
	text-decoration: underline;
	color: rgba(81, 87, 90, .5)
}

.wrap-book .wrap-submit .rect-checkbox {
	margin-right: 16px;
	border-radius: 5px;
	background-color: #f3f3f3;
	width: 17px;
	height: 17px
}

.wrap-book .wrap-submit .check-info {
	color: rgba(81, 87, 90, .5);
	font-size: 12px;
	font-weight: 500;
	line-height: 18px
}

.wrap-book .comment {
	margin-top: 45px
}

.wrap-book .comment input[type=tel],
.wrap-book .comment input[type=text] {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #dedddd;
	padding: 0 17px;
	height: 45px;
	color: #51575a;
	
	font-size: 15px;
	font-weight: 500;
	line-height: 1
}

.wrap-book .comment input[type=tel]::-webkit-input-placeholder,
.wrap-book .comment input[type=text]::-webkit-input-placeholder {
	color: rgba(81, 87, 90, .5)
}

.wrap-book .comment input[type=tel]::-moz-placeholder,
.wrap-book .comment input[type=text]::-moz-placeholder {
	color: rgba(81, 87, 90, .5)
}

.wrap-book .comment input[type=tel]:-ms-input-placeholder,
.wrap-book .comment input[type=text]:-ms-input-placeholder {
	color: rgba(81, 87, 90, .5)
}

.wrap-book .comment input[type=tel]::-ms-input-placeholder,
.wrap-book .comment input[type=text]::-ms-input-placeholder {
	color: rgba(81, 87, 90, .5)
}

.wrap-book .comment input[type=tel]::placeholder,
.wrap-book .comment input[type=text]::placeholder {
	color: rgba(81, 87, 90, .5)
}

header.sticky {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	padding-top: 0;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .58);
	-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .58);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .58);
	padding: 5px 0;
}
header.sticky
.filter-title-wrapper {
	margin: 20px auto 0
}

.filter-title-wrapper h1 {
	margin: 0
}

.clear-filter {
	color: rgba(105, 111, 114, .5);
	font-size: 13px;
	font-weight: 500;
	line-height: 13px
}

.clear-filter svg {
	margin-right: 14px
}

.clear-filter:hover {
	color: #696f72
}

.filter .submit input {
	-webkit-box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	box-shadow: 6px 6px 20px rgba(30, 31, 34, .18);
	border-radius: 5px;
	background-color: #1c3cfc;
	width: 220px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	cursor: pointer;
	border: none
}

.mobile-wrapper {
	display: none
}
.mobile-wrapper__right {
	display: flex;
	align-items: center;
}
.mobile-whats {
	margin-right: 15px;
	font-size: 14px;
	font-weight: 600;
	color: rgb(105, 111, 114);
	display: flex;
	align-items: center;
	width: 30px;
	height: 30px;
	background: rgba(243, 243, 243, 0.71);
	border-radius: 50%;
	justify-content: center;
}
.mobile-whats img {
	width: 18px;
	margin-left: 2px;
	height: auto;
}

@media (min-width: 768px) {
.form-row .row .col.col-full {
	width: 66%;
}
}
@media (max-width:1470px) {
	.container {
		width: 1170px
	}

	header .booking {
		padding: 0 15px;
		font-size: 14px
	}

	header ul li+li {
		margin-left: 15px
	}

	header .phone-header {
		font-size: 14px
	}

	header ul li a {
		font-size: 14px
	}

	header a.logo {
		font-size: 22px
	}

	header .catalog-link {
		padding-right: 20px
	}

	.section-main .main-1,
	.section-main .main-2 {
		max-width: 365px
	}

	.content-tab-work {
		padding: 30px
	}

	.content-tab-work .bg-tab {
		max-width: 350px
	}

	ul.tabs li {
		font-size: 30px;
		line-height: 30px
	}

	.section-works .right {
		width: 700px
	}

	.content-tab-work .left-content {
		padding-right: 20px
	}

	.map-wrapper .text-map .box {
		padding: 10px
	}

	.map-wrapper .text-map .box .text {
		font-size: 14px;
		line-height: 20px
	}

	.item-clients {
		height: 440px
	}

	.item-clients .text-wrapper {
		left: 20px;
		bottom: 20px
	}

	.item-clients .text-wrapper .text {
		margin-left: 10px
	}

	.item-clients .text-wrapper .play {
		padding: 0 10px;
		font-size: 14px
	}

	.form-consult>img {
		max-width: 440px
	}

	.section-advantages .item .text .title,
	footer .title-col {
		font-size: 30px;
		line-height: 34px
	}

	.section-advantages .item .text .desc {
		font-size: 16px;
		line-height: 22px
	}

	.section-advantages .item .text {
		margin-top: 0
	}

	.item-product {
		padding: 15px
	}

	.about .about-wrapper .right-about {
		display: none
	}

	.about .about-wrapper .left-about {
		width: 100%
	}

	.form-row {
		padding: 20px
	}

	.form-row .row .radio .content-radio {
		font-size: 12px;
		white-space: nowrap
	}

	.form-row .row .radio .content-radio .rect {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.form-row .row .col {
		width: 32%
	}

	.catalog_in__left {
		width: 70%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.catalog_in__right {
		width: 30%
	}

	.catalog_in__main-gallery {
		width: 515px
	}

	.catalog_in__main-gallery .slick-slide {
		height: 350px
	}

	.catalog_in__btn {
		font-size: 14px;
		line-height: 14px
	}

	.catalog_in__text {
		width: 595px
	}

	.catalog_in__price-sale {
		padding: 10px
	}

	.filter .submit input {
		width: 150px
	}

	.filter .calendar {
		width: 200px;
		margin: 0 5px 5px
	}

	.legal .list .item-list {
		font-size: 16px;
		line-height: 20px
	}

	.img-legal {
		width: 370px;
		height: 370px
	}

	.wrap-clients .item-clients {
		height: 300px
	}

	.item-service .bottom-text {
		padding: 40px 15px 15px
	}

	.item-service .bottom-text .btns .btn {
		margin-right: 15px
	}

	.item-service .bottom-text .btns .desc {
		margin-top: 15px;
		font-size: 12px
	}

	.item-service .bottom-text .btns .btn {
		padding: 0 15px;
		height: 45px
	}
}

@media (max-width:1170px) {
	.container {
		width: 992px
	}

	header .catalog-link .icon {
		margin-right: 10px
	}

	header .catalog-link {
		padding-right: 10px
	}

	header ul li+li {
		margin-left: 10px
	}

	header ul li a {
		font-size: 12px
	}

	header a.logo img {
		margin-right: 10px
	}

	header a.logo {
		font-size: 16px
	}

	header .phone-header {
		font-size: 12px
	}

	.section-main .main-1,
	.section-main .main-2 {
		max-width: 250px
	}

	.section-main .container {
		min-height: 100%;
		padding: 40px 0
	}

	.section-advantages .item .icon {
		width: 70px;
		margin-right: 20px
	}

	.section-advantages .item .icon {
		font-size: 20px;
		line-height: 26px
	}

	.products-section,
	.section-advantages {
		padding: 50px 0
	}

	.section-works .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.section-works .left {
		width: 100%
	}

	.section-works .right {
		width: 100%;
		margin-top: 30px
	}

	.content-tab-work .left-content {
		width: auto
	}

	.map-section {
		padding: 40px 0
	}

	.section-consult {
		margin-top: 40px
	}

	.form-consult {
		padding: 40px
	}

	.form-consult>img {
		max-width: 350px;
		right: 0
	}

	.form-consult .title-form {
		font-size: 40px;
		line-height: 56px
	}

	footer ul+ul {
		margin-left: 20px
	}

	footer .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	footer .col:last-child {
		width: 100%;
		margin-top: 20px
	}

	footer .copy-wrapper .copy {
		margin-top: 10px
	}

	footer .copy-wrapper {
		margin-top: 15px
	}

	.item-product .params {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.catalog_in>.container,
	.catalog_in__gellery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.catalog_in__nav-gallery {
		width: 100%
	}

	.catalog_in__nav-gallery .arrow-nav-bottom {
		left: auto;
		right: -30px;
		bottom: 0;
		margin: auto;
		top: 0;
		width: 30px;
		height: 30px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	.catalog_in__nav-gallery .arrow-nav-top {
		right: auto;
		left: -30px;
		bottom: 0;
		margin: auto;
		width: 30px;
		height: 30px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.catalog_in__nav-gallery .slick-slide .nav-item {
		height: 100px
	}

	.catalog_in__nav-gallery .slick-slide .nav-item img {
		width: auto;
		max-height: 100%
	}

	.catalog_in__left {
		width: 100%
	}

	.catalog_in__main-gallery {
		margin: 0 auto 30px
	}

	.catalog_in__nav-gallery {
		margin: 0 auto;
		width: calc(100% - 30px)
	}

	.catalog_in__nav-gallery .slick-slide {
		margin: 0 4px
	}

	.catalog_in__nav-gallery .slick-list {
		margin: 0 -4px
	}

	.catalog_in__params {
		width: 100%;
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-webkit-flex-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
		margin: 15px 0 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.catalog_in__params .param svg {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 10px
	}

	.catalog_in__params .param::before {
		left: 0;
		display: none
	}

	.catalog_in__params .param+.param {
		margin: 0
	}

	.catalog_in__params .param {
		width: 150px
	}

	.catalog_in__desc {
		margin-top: 30px
	}

	.catalog_in__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.catalog_in__text {
		width: 100%
	}

	.catalog_in__text-child {
		margin-top: 0;
		padding-top: 20px;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.catalog_in__text-child .child-row+.child-row {
		margin: 0 5px 5px;
		padding: 0
	}

	.catalog_in__text-child .child-row {
		margin: 0 5px 5px
	}

	.catalog_in__text-child .child-row+.child-row::before {
		display: none
	}

	.catalog_in__right {
		width: 100%;
		margin: 30px auto 0;
	}

	.catalog_in__sale {
		padding: 20px
	}

	.filter .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.legal .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.legal .left {
		width: 100%
	}

	.legal .list {
		width: 100%
	}

	.legal .list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-webkit-flex-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px
	}

	.legal .list .item-list {
		width: 49%;
		margin: 0 0 15px
	}

	.legal .list .item-list+.item-list {
		margin: 0 0 15px
	}

	.legal-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.legal-text .text {
		width: 100%
	}

	.clients .client .logo-client img {
		max-height: 100%
	}
}

@media (max-width:992px) {
	.container {
		width: 768px
	}

	.section-main .container .wrap-form {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.section-main .submit {
		margin: 20px auto 0;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.section-main .container .title {
		font-size: 40px;
		line-height: 50px
	}

	.section-main .container .desc {
		margin: 20px 0 0
	}

	.section-main .container .wrap-form {
		padding: 10px;
		margin: 20px 0 0
	}

	.section-main .main-1,
	.section-main .main-2 {
		max-width: 180px
	}

	.toggle-mnu {
		display: block;
		width: 28px;
		height: 28px;
		margin-top: 7px
	}

	.toggle-mnu span:after,
	.toggle-mnu span:before {
		content: "";
		position: absolute;
		left: 0;
		top: 9px
	}

	.toggle-mnu span:after {
		top: 18px
	}

	.toggle-mnu span {
		position: relative;
		display: block
	}

	.toggle-mnu span,
	.toggle-mnu span:after,
	.toggle-mnu span:before {
		width: 100%;
		height: 2px;
		background-color: #1c3cfc;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		border-radius: 2px
	}

	.toggle-mnu.on span {
		background-color: transparent
	}

	.toggle-mnu.on span:before {
		-webkit-transform: rotate(45deg) translate(-1px, 0);
		-ms-transform: rotate(45deg) translate(-1px, 0);
		transform: rotate(45deg) translate(-1px, 0)
	}

	.toggle-mnu.on span:after {
		-webkit-transform: rotate(-45deg) translate(6px, -7px);
		-ms-transform: rotate(-45deg) translate(6px, -7px);
		transform: rotate(-45deg) translate(6px, -7px)
	}

	.mobile-wrapper {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1000;
		background-color: #fff;
		-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.58);
		-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.58);
		box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.58);
	}

	.mobile-wrapper .top {
		padding: 5px 10px
	}

	.mobile-wrapper .top .logo {
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		color: #51575a
	}

	.mobile-wrapper .top .logo img {
		margin-right: 10px
	}

	.mobile-wrapper .top .phone-header {
		font-size: 14px;
		line-height: 14px;
		color: #51575a;
		font-weight: 600
	}

	.mobile-wrapper .top .phone-header img {
		margin-right: 10px
	}

	header {
		display: none
	}

	.bottom-mobile {
		padding: 10px
	}

	.bottom-mobile ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		margin: 0;
		font-size: 0;
		line-height: 0
	}

	.bottom-mobile ul li {
		list-style-type: none
	}

	.bottom-mobile ul li a {
		color: #696f72;
		font-size: 18px;
		line-height: 18px;
		font-weight: 500
	}

	.bottom-mobile ul li+li {
		margin: 15px 0 0
	}

	.section-main {
		margin-top: 0
	}

	body {
		padding-top: 45px
	}

	.item-product .image {
		margin-top: 20px;
		height: 150px
	}

	.load-more {
		margin-top: 30px
	}

	.section-advantages .item .text .title,
	footer .title-col {
		font-size: 20px;
		line-height: 24px
	}

	.section-advantages .item .text .desc {
		font-size: 12px;
		line-height: 16px;
		margin-top: 20px
	}

	.section-works {
		padding: 40px 0
	}

	.map-wrapper .text-map {
		left: 20px;
		top: 20px;
		right: 20px
	}

	.map-wrapper .text-map .box .text {
		font-size: 12px;
		line-height: 16px;
		margin-left: 10px
	}

	.map-wrapper .text-map .box .text br {
		display: none
	}

	.item-clients {
		height: 300px
	}

	.form-consult {
		padding: 30px
	}

	.form-consult>img {
		display: none !important
	}

	footer {
		padding-bottom: 40px
	}

	.section-main .submit input {
		height: 50px;
		line-height: 50px
	}

	.section-main .container {
		padding: 20px 0 0
	}

	footer .title-col {
		margin-bottom: 30px
	}

	footer ul li+li {
		margin-top: 10px
	}



	.form-consult .title-form {
		font-size: 30px;
		line-height: 40px
	}

	.form-consult .desc-form {
		font-size: 16px;
		line-height: 20px
	}

	.wrap-clients .item-clients {
		margin-bottom: 20px
	}

	footer .social-wrapper a {
		width: 60px;
		height: 60px
	}

	footer {
		margin-top: 60px
	}

	.item-clients .text-wrapper {
		right: 20px
	}

	.item-clients .text-wrapper .play {
		height: 50px
	}

	.title-section {
		font-size: 30px;
		line-height: 38px
	}

	.about .line+.about-wrapper {
		margin-top: 40px
	}

	.about {
		padding-bottom: 40px
	}

	.clients .client .logo-client {
		padding: 10px;
		height: 120px
	}

	.clients .client .text {
		margin: 20px 0 0
	}

	.legal-text .image-wrap {
		width: 100%;
		max-width: 400px;
		height: 250px
	}

	.wrap-clients .item-clients {
		width: 32%
	}

	.rules-wrapper .rule {
		width: 48%
	}

	.rules-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.rules-wrapper .rule {
		margin-bottom: 20px
	}

	.item-list-content .text {
		font-size: 14px;
		line-height: 20px;
		margin-left: 10px
	}

	.item-list-content .icon {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.row-rule p {
		font-size: 16px;
		line-height: 20px
	}

	.row-rule {
		padding: 25px 20px
	}

	.rules-tabs {
		padding-top: 40px
	}

	.rules-wrapper {
		padding: 0 0 40px
	}

	.item-service {
		width: 49%;
		margin-bottom: 2%
	}

	.item-service .img .img-title {
		left: 15px;
		bottom: 15px;
		font-size: 20px;
		line-height: 24px
	}

	.item-service .bottom-text .btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.item-service .bottom-text p {
		margin: 0 0 20px
	}

	.item-service .bottom-text .btns .btn {
		margin: 0 0 10px
	}

	.mobile-wrapper {
		display: block
	}
}

@media (max-width:768px) {
	.container {
		width: 100%;
		padding: 0 10px
	}
	.catalog_in__desc-price {
		text-align: center;
	}
	.title-section {
		margin-bottom: 20px !important;
	}
	.catalog_in__text {
		padding: 0 10px;
		margin-top: 40px;
	}
	.products-section .wrap-products {
		margin-top: 0;
	}
	.catalog_in__right {
		margin: 0;
	}
	.catalog_in__main-gallery .slick-slide {
		height: auto;
	}

	.catalog_in__calendar {
		height: auto;
		width: 100%;
	}

	.catalog_in__calendar .calendar+.calendar {
		margin-top: 15px;
	}

	.section-main .container .title {
		font-size: 24px;
		line-height: 30px
	}

	.section-main .main-1,
	.section-main .main-2 {
		display: none
	}

.products-section,
.section-advantages {
	padding: 20px 0;
}

	.section-main .container .desc {
		font-size: 16px;
		line-height: 20px;
		text-align: center
	}

	.section-main .container .wrap-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.section-main .container .calendar+.calendar {
		margin: 10px 0 0
	}

	.section-main .container {
		padding: 30px 10px 10px
	}
.wrap-products {
	margin: -30px -5px 20px;
}
	.item-product {
		width: calc(50% - 10px);
		margin: 10px 5px 0;
	}
.catalog {
	margin: 10px 0 20px;
}



	.item-product .name {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	.item-product .image {
		margin-top: 0;
	}

	.item-product .image {
		height: 100px
	}

	.item-product .select2-container--default .select2-selection--single,
	.select-auto .select2-results__option {
		font-size: 10px
	}

	.item-product .bottom {
		margin-top: 0
	}

	.item-product .bottom .btn-product {
		width: 30px;
		height: 30px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.item-product {
		padding: 10px
	}

	.item-product .param {
		font-size: 10px;
		line-height: 12px
	}

	.item-product .param+.param {
		margin-top: 5px
	}

	.item-product .params {
		margin-right: 5px
	}

	.load-more {
		padding: 0 20px;
		margin-top: 20px;
		font-size: 14px;
		line-height: 14px;
		height: 45px
	}

	.section-advantages .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.section-advantages .item {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.section-advantages .item .text .desc {
		margin-top: 10px
	}

	.section-advantages .item+.item {
		margin-top: 15px
	}

	.section-advantages .item .text .title br {
		display: none
	}

	.section-advantages .item .icon {
		margin: 0 auto 10px
	}

	ul.tabs li {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 5px
	}

	ul.tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	ul.tabs li+li {
		margin: 10px 0 0
	}

	.content-tab-work {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.content-tab-work {
		padding: 10px
	}

	.content-tab-work .left-content {
		padding-right: 0
	}

	.content-tab-work .left-content {
		font-size: 14px;
		line-height: 20px
	}

	.content-tab-work .right-content {
		margin: 20px 0 0;
		width: 100%
	}

	.content-tab-work .right-content .title-content {
		font-size: 16px;
		line-height: 20px
	}

	.content-tab-work .bg-tab {
		display: none
	}

	.item-list-content .icon {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.item-list-content .text {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400
	}

	.item-list-content+.item-list-content {
		margin-top: 15px
	}

	.form-consult .title-form,
	.legal-text .text h2,
	.title-section {
		font-size: 22px;
		line-height: 26px
	}

	.map-wrapper .text-map {
		display: none
	}

	.map-section .title-section {
		margin-bottom: 20px
	}

	.section-clients .top-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.section-clients .top-nav .arrows {
		margin-top: 10px
	}

	.next,
	.prev {
		width: 40px;
		height: 40px
	}

	.wrap-clients {
		margin-top: 0
	}

	.section-clients .top-nav {
		margin-bottom: 30px
	}

	.content-tab-work .bg-tab {
		display: none !important
	}

	.form-consult {
		padding: 15px
	}

	.form-consult .wrap-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.form-consult .wrap-form .submit {
		margin: 10px 0 0
	}

	footer .title-col {
		margin-bottom: 15px
	}

	.map-wrapper .map {
		height: 250px
	}

	p {
		font-size: 16px;
		line-height: 24px
	}

	.about .about-wrapper {
		margin-top: 15px
	}

	.single-title h1 {
		font-size: 22px;
		line-height: 26px
	}

	.about .about-wrapper h2 {
		font-size: 20px;
		line-height: 26px
	}

	.clients .client {
		width: 48%;
		margin-bottom: 2%
	}

	.wrapper-clients {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.clients .client .text {
		font-size: 12px;
		line-height: 16px;
		margin-top: 10px
	}

	.clients .client .logo-client {
		height: 100px
	}

	.clients {
		padding-top: 30px
	}

	.wrapper-clients {
		padding-top: 20px
	}

	.about .about-wrapper h2 {
		margin: 0 0 20px
	}

	.about {
		padding-bottom: 0
	}

	.wrapper-clients {
		margin-top: 20px
	}

	.form-row .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.form-row .row .col {
		width: 100%
	}

	.form-row .row .col+.col {
		margin-top: 10px
	}

	.form-row .row .col .t-form {
		margin-bottom: 5px
	}

	.form-row .row {
		margin-top: 20px
	}

	.wrap-book label+label {
		margin-top: 10px
	}

	.wrap-book .checbox-wrapper {
		margin-top: 10px
	}

	.wrap-book .comment {
		margin-top: 20px
	}

	.wrap-book .wrap-form {}

	.calendar input {
		padding-left: 10px;
		font-size: 12px;
	}

	.bottom-order .calendar {
		width: calc(50% - 3px);
	}

	.wrap-book .wrap-submit input {
		height: 45px
	}

	.wrap-book .wrap-submit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.wrap-book .wrap-submit .check-info {
		margin: 15px 0 0
	}

	.wrap-book .wrap-submit .check-info br {
		display: none
	}

	.form-row .title-form,
	.wrap-book .bottom-order .sum-cart {
		font-size: 15px;
		line-height: 18px
	}

	.form-row {
		padding: 10px
	}

	.wrap-book .wrap-submit .input-submit {
		margin: 0
	}

	.wrap-book .wrap-submit {
		margin-top: 20px
	}

	.wrap-book .content-checkbox .title-check {
		font-size: 12px;
		font-weight: 400
	}

	.wrap-book .content-checkbox .rect {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.wrap-book .content-checkbox {
		padding: 5px
	}

	.wrap-book {
		margin-top: 20px
	}

	.catalog_in__main-gallery {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px
	}

	.catalog_in__nav-gallery .slick-slide .nav-item {
		height: 60px
	}

	.catalog_in__params .param {
		font-size: 12px;
		line-height: 14px;
		padding-bottom: 10px
	}

	.catalog_in__text .content-desc p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px
	}

	.section-consult {
		margin-top: 0
	}

	.section-works .work-wrap .text .title {
		font-size: 16px;
		line-height: 20px
	}

	.section-works .work-wrap .text .desc {
		font-size: 12px;
		line-height: 18px
	}

	footer .container {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	footer .container .col {
		padding-right: 20px;
		margin-bottom: 10px
	}

	.clients+.line {
		margin: 30px 0
	}

	.legal-text .text h2 {
		margin-bottom: 30px
	}

	.legal {
		padding-bottom: 30px
	}

	.legal .list .item-list {
		font-size: 12px;
		line-height: 16px
	}

	.legal .list .icon {
		margin-right: 10px
	}

	.wrap-clients .item-clients {
		width: 48%
	}

	.rules-wrapper .rule {
		width: 100%
	}

	.row-rule {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.row-rule .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}

	.row-rule p+p {
		margin-top: 20px
	}

	.row-rule p {
		font-size: 14px;
		line-height: 20px
	}

	.rules-tabs {
		padding-top: 30px
	}

	.row-rule .col {
		width: 100%;
		margin-top: 20px
	}

	.row-rule .title-row {
		padding-bottom: 15px;
		margin-bottom: 25px
	}

	.form-consult .wrap-form .tel-wrap {
		height: 50px;
	}

	.form-consult .wrap-form .tel-wrap {
		padding: 5px 15px;
	}

	.form-consult .wrap-form .submit input {
		height: 50px;
	}

	.form-consult .wrap-form .tel-wrap input {
		font-size: 12px;
		margin-top: 0;
	}

	.form-consult .wrap-form .tel-wrap .title-tel {
		font-size: 10px;
	}

	.calendar svg,
	.calendar>img {
		right: 10px;
	}
}

@media (max-width:600px) {
	footer ul {
		width: 48%;
		margin-bottom: 10px;
	}

	footer ul+ul {
		margin: 0;
	}

	footer>.container {
		flex-wrap: wrap;
	}

	footer>.container .col:nth-child(2),
	footer>.container .col:nth-child(3) {
		width: 48%;
		margin: 0;
		padding: 0;
	}

	footer>.container .col:nth-child(2) ul,
	footer>.container .col:nth-child(3) ul {
		width: 100%;
	}

	.wrap-ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.filter .calendar,
	.filter .submit {
		width: 49%;
		margin: 0 0 5px
	}

	.filter .container {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.filter .submit input {
		width: 100%
	}

	.calendar .title-field {
		font-size: 9px;
		left: 10px
	}

	.calendar .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding: 22px 10px 10px;
		font-size: 12px;
		line-height: 14px
	}

	.filter .calendar {
		height: 60px
	}

	.select2-results__option {
		font-size: 12px;
		line-height: 14px
	}

	.catalog {
		margin: 30px 0 0
	}

	.wrap-clients {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.wrap-clients .item-clients {
		width: 100%;
		height: 250px;
		max-width: 320px;
		margin: 0 auto 20px
	}

	.item-service {
		width: 100%
	}

	.item-service .img {
		height: 220px
	}
}

.map-item {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.map-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;

}

.text-map {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 340px;
}

@media (max-width: 990px) {
	.map-item {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.map-container {
		flex-wrap: wrap;
	}

}
@media (max-width:375px) {
.mobile-wrapper .top .phone-header {
	font-size: 10px;
}
.mobile-whats {
	margin-right: 5px;
}
}