@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,regular,italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:regular,italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
/* Font for title */
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Roboto";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Roboto";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	color: #000;
	font-size: 14px;
	z-index: -100;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
body.lock {
	overflow: hidden;
}

body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 1182px) {
	.container {
		max-width: 970px;
	}
}
@media (max-width: 991.98px) {
	.container {
		max-width: 750px;
	}
}
@media (max-width: 767.98px) {
	.container {
		max-width: none;
		padding: 0 10px;
	}
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px -15px;
}

.form__column {
	padding: 0px 15px;
}

.btn {
	display: inline-block;
	padding: 0px 0px;
}
.btn.fw {
	width: 100%;
}

.select-block {
	position: relative;
}

.select__label {
	z-index: 2;
	position: absolute;
	top: -8px;
	background-color: #f7f7f7;
	padding: 0 5px;
	color: #979797;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	left: 20px;
}

.select {
	position: relative;
	cursor: pointer;
}
.select .select-title {
	z-index: 1;
	width: 100%;
	height: 55px;
	border: 1px solid #dedede;
	position: relative;
	background-color: #fff;
}
.select .select-title__arrow {
	position: absolute;
	top: 0;
	right: 0px;
	width: 45px;
	height: 100%;
	background: url("../img/icons/select-arrow.svg") center no-repeat;
}
.select .select-title__value {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 53px;
	display: block;
	overflow: hidden;
	padding: 0 45px 0 25px;
	white-space: nowrap;
	text-transform: none;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.select .select-options {
	position: absolute;
	z-index: 10;
	top: 54px;
	display: none;
	overflow: hidden;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 20px 10px 25px;
}
.select .select-options-scroll {
	max-height: 80px;
	overflow: auto;
}
.select .select-options-list {
	padding: 0px 0px 0px 0px;
}
.select .select-options__value {
	color: #000;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}
.select .select-options__value:last-child {
	margin: 0px 0px 0px 0px;
}
.select .select-options__value:hover {
	color: #000;
}

input[type=text], input[type=email], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 0px 20px;
}
textarea.input {
	resize: none;
	padding: 0px 0px;
}

.check {
	position: relative;
	padding-left: 25px;
	color: #5f5f5f;
	line-height: 18px;
	cursor: pointer;
}
.check input {
	display: none;
}
.check:before {
	content: "";
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #a3a3a3;
	position: absolute;
}
.check.active:before {
	background: url("../img/icons/check.png") center no-repeat;
}

.option {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
}
.option:last-child {
	margin-bottom: 0px;
}
.option input {
	display: none;
}
.option:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #7f7f7f;
	border-radius: 50%;
}
.option.active:before {
	background: url("../img/icons/option.png") center no-repeat;
}

.rating-block {
	display: table;
	font-size: 0;
}

.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.rating.edit .star {
	cursor: pointer;
}
.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}

.rating__activeline {
	position: absolute;
	width: 0px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}

.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}

.quantity {
	position: relative;
	width: 73px;
	height: 47px;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
}

.quantity__input {
	height: 45px;
	width: 50px;
	text-align: center;
	color: #101010;
	font-weight: 300;
}

.quantity__btn {
	position: absolute;
	top: 11px;
	right: 15px;
	cursor: pointer;
}
.quantity__btn:before {
	font-size: 25px;
	display: inline-block;
	line-height: 10px;
	color: #a9a9a9;
}
.quantity__btn:hover:before {
	color: #da0005;
}
.quantity__btn.dwn {
	top: 25px;
}

.category-params-item-price-table {
	margin-bottom: 25px;
}
.category-params-item-price-table .cell:first-child {
	padding-right: 15px;
	position: relative;
}
.category-params-item-price-table .cell:first-child:after {
	content: "-";
	position: absolute;
	right: -4px;
	top: 8px;
	font-size: 20px;
}
.category-params-item-price-table .cell:last-child {
	padding-left: 15px;
}
.category-params-item-price-table .cell input {
	height: 37px;
	border: 2px solid #393939;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #393939;
	font-weight: 500;
	width: 100%;
}

.category-params-item-price-range {
	margin: 0 12px 40px 12px;
	background-color: #c9cecf;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-range {
	background-color: #000;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-handle {
	width: 23px;
	height: 28px;
	border: 3px solid #fbfbfb;
	background-color: #ea5922;
	display: block;
	position: absolute;
	top: -14px;
	margin-left: -12px;
	cursor: pointer;
}
.category-params-item-price-range .ui-slider-handle span {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 50px;
	text-align: center;
	font-size: 10px;
	margin-left: -25px;
	font-weight: 500;
	color: #94a6aa;
}

.form__info {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	line-height: 60px;
	text-align: center;
	color: #888;
	z-index: 2;
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.form__info {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.form-range-line {
	position: relative;
	height: 5px;
	border-radius: 0 0 4px 4px;
	background-color: #e0e0e0;
	margin: -2px 0px 0px 0px;
}
.form-range-line .ui-slider-range {
	background-color: #093454;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 4px 4px;
}
.form-range-line .ui-slider-handle {
	background: url("../img/icons/range.svg") 0 0 no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: -9px 0px 0px -14px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.form-range-line .ui-state-hover {
	background: url("../img/icons/range_a.svg") 0 0 no-repeat;
}

.form-range-values {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 14px 0px 0px 0px;
}

.form-range-values__item {
	font-size: 12px;
	color: #888;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}

.ibg {
	position: relative;
}
.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie .ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie .ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

.graystyle {
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.graystyleoff {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.slick-slider {
	position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.slick-slider .slick-slide {
	position: relative;
}
.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

.popup {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
}
.popup.active .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup.show {
	display: block;
}
.popup.show .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup-table {
	height: 100%;
	table-layout: fixed;
}
.popup-table > .cell {
	height: 100%;
	vertical-align: middle;
	padding: 30px 10px;
}

.popup-content {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	max-width: 1230px;
	margin: 0px auto;
	background-color: #fff;
}

.popup-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: url("../img/icons/close.png") 0 0 no-repeat;
}

.popup-video .popup-close {
	width: 40px;
	height: 40px;
	background-color: #000;
	top: 0;
	right: 0;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 0;
}

.logo__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo__info h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: rgba(34, 34, 34, 0.95);
	font-family: "Oswald";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.5px;
	line-height: 25px;
	text-align: center;
	border-bottom: #ff0e1ed8 2px solid;
	border-top: #ff0e1ed8 2px solid;
	padding: 5px 0;
}
@media (max-width: 600.98px) {
	.logo__info h2 {
		font-size: 11px;
		line-height: 13px;
		padding: 3px 0;
	}
}
@media (max-width: 360px) {
	.logo__info h2 {
		display: none;
	}
}
.logo__info img {
	margin-right: 15px;
}
@media (max-width: 600.98px) {
	.logo__info img {
		width: 50px;
		height: auto;
		margin-right: 5px;
	}
}

.returncall {
	text-align: center;
}
@media (max-width: 991.8px) {
	.returncall {
		display: none;
	}
}

.btn {
	display: inline-block;
	background-color: #ff323f;
	border-radius: 7px;
	text-decoration: none;
	font-size: 20px;
	line-height: 35px;
	padding: 0 15px;
	margin-bottom: 10px;
	color: #fff;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
@media (min-width: 600.98px) {
	.btn:hover {
		-webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
		box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
	}
}

.returncall-text {
	font-size: 16px;
}

.row-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: rgba(34, 34, 34, 0.9);
}
.row-info .info-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.info-contacts {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 600.98px) {
	.info-contacts {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.info-contacts a {
	display: block;
}
.info-contacts .phone {
	text-decoration: none;
	color: rgba(34, 34, 34, 0.9);
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 7px;
}
.info-contacts .phone:hover {
	text-decoration: underline;
}
@media (max-width: 600.98px) {
	.info-contacts .phone {
		font-size: 11px;
	}
}
.info-contacts .mail {
	background: url("../img/icons/email.png") 0 no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: rgba(34, 34, 34, 0.9);
	font-weight: 500;
	font-size: 18px;
	display: block;
}
@media (max-width: 600.98px) {
	.info-contacts .mail {
		font-size: 11px;
		padding-left: 20px;
	}
}

.line {
	display: block;
	background-color: rgba(34, 34, 34, 0.13);
	height: 70px;
	width: 2px;
	margin: 0 40px;
}
@media (max-width: 600.98px) {
	.line {
		margin: 0 18px;
		height: 50px;
	}
}

.adress {
	font-weight: 400;
	font-size: 14px;
	text-align: right;
}
@media (max-width: 600.98px) {
	.adress {
		font-size: 10px;
	}
}
.adress div:not(:last-child) {
	margin-bottom: 3px;
}
.adress .adress-city {
	background: url("../img/icons/place.png") 0 no-repeat;
	font-size: 16px;
	font-weight: 500;
	color: rgba(34, 34, 34, 0.9);
}
@media (max-width: 600.98px) {
	.adress .adress-city {
		font-size: 12px;
		background: none;
	}
}

.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 44px;
	width: 100%;
	margin: 0 auto;
	color: #222;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	background: #3a5795;
	color: #1c3977;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a5795), to(#2b4886));
	background: linear-gradient(to bottom, #3a5795 0%, #2b4886 100%);
	background: -o-linear-gradient(top, #3a5795 0%, #2b4886 100%);
	background: -ms-linear-gradient(top, #3a5795 0%, #2b4886 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3A5795", endColorstr="#2B4886", GradientType=0);
	text-shadow: 0 1px 0 #4966a4;
	-webkit-text-shadow: 0 1px 0 #4966a4;
	-moz-text-shadow: 0 1px 0 #4966a4;
	box-shadow: inset 0 1px 0 #4966a4;
	-webkit-box-shadow: inset 0 1px 0 #4966a4;
	-moz-box-shadow: inset 0 1px 0 #4966a4;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

.sf-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-left: 26px;
}
@media (max-width: 575px) {
	.sf-menu {
		display: none;
	}
}
.sf-menu ul {
	height: 100%;
}
.sf-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.09s;
	-o-transition: 0.09s;
	transition: 0.09s;
}
.sf-menu li:hover {
	background: #3a5795;
	color: #1c3977;
	background: -webkit-gradient(linear, left top, left bottom, from(#1c3977), to(#2b4886));
	background: linear-gradient(to bottom, #1c3977 0%, #2b4886 100%);
	background: -o-linear-gradient(top, #1c3977 0%, #2b4886 100%);
	background: -ms-linear-gradient(top, #1c3977 0%, #2b4886 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3977", endColorstr="#2B4886", GradientType=0);
	text-shadow: 0 1px 0 #1c3977;
	-webkit-text-shadow: 0 1px 0 #1c3977;
	-moz-text-shadow: 0 1px 0 #1c3977;
	box-shadow: inset 0 1px 0 #1c3977;
	-webkit-box-shadow: inset 0 1px 0 #1c3977;
	-moz-box-shadow: inset 0 1px 0 #1c3977;
	border-bottom: #fff 1px solid;
}
.sf-menu a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.btn-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ff2e3c;
	border-radius: 7px;
	font-size: 16px;
	padding: 0 15px;
	margin: 10px 0px 10px 10px;
	color: #fff;
	visibility: hidden;
}
@media (max-width: 575px) {
	.btn-header {
		visibility: visible;
	}
}

.icon-menu {
	display: block;
	position: absolute;
	top: 86px;
	right: 30px;
	width: 30px;
	height: 18px;
	cursor: pointer;
	z-index: 5;
	display: none;
}
.icon-menu span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 8px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.icon-menu span:first-child {
	top: 0px;
}
.icon-menu span:last-child {
	top: auto;
	bottom: 0px;
}
.icon-menu.active {
	background: none;
}
.icon-menu.active span {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.icon-menu.active span:first-child {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}
.icon-menu.active span:last-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 8px;
}
@media (max-width: 575px) {
	.icon-menu {
		display: block;
	}
}

.menu__body {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 78px 30px 30px 30px;
	-webkit-transition: left 0.3s ease 0s;
	-o-transition: left 0.3s ease 0s;
	transition: left 0.3s ease 0s;
	overflow: auto;
	z-index: 1;
	display: none;
}
.menu__body a {
	color: #fff;
}
.menu__body ::before {
	content: "";
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 70px;
	z-index: 2;
}
@media (max-width: 575px) {
	.menu__body {
		display: block;
	}
}

.menu__body.active {
	left: 0;
	background-color: #2b4886f5;
}

.menu__list > li {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0px 0px 30px 0px;
}

.menu__link > li:last-child {
	margin-bottom: 0px;
}

.menu__list > li._active {
	display: block;
}

.menu__link {
	font-size: 34px;
	border-bottom: 3px #416bc5 solid;
}

.footer {
	background: #3a5795;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a5795), to(#2b4886));
	background: linear-gradient(to bottom, #3a5795 0%, #2b4886 100%);
	background: -o-linear-gradient(top, #3a5795 0%, #2b4886 100%);
	background: -ms-linear-gradient(top, #3a5795 0%, #2b4886 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3A5795", endColorstr="#2B4886", GradientType=0);
	padding: 20px 0;
}

.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav__row ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
}
.nav__row ul li:not(:last-child) {
	margin-right: 15px;
}
@media (max-width: 600.98px) {
	.nav__row ul li:not(:last-child) {
		margin: 0 0 15px 0;
	}
}
.nav__row ul li a {
	text-decoration: none;
	color: #fff;
}
@media (max-width: 600.98px) {
	.nav__row ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.footer-info {
	text-align: center;
}

.rights {
	color: #fff;
	font-weight: 300;
	padding-bottom: 10px;
}

.created {
	color: #fff;
	font-weight: 300;
}
.created a {
	font-family: "Montserrat";
	font-weight: 600;
	color: #222;
	font-size: 16px;
}
.created a span {
	color: #ff4949;
}

.main-page {
	padding: 25px 0;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
}
.mySlides img {
	border-radius: 7px;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	display: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(58, 87, 149, 0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: background-color 0.6s ease;
	-o-transition: background-color 0.6s ease;
	transition: background-color 0.6s ease;
	visibility: hidden;
}

.active,
.dot:hover {
	background-color: #717171;
}

/* Fading animation */
.advantages {
	padding: 20px 0;
}
@media (max-width: 600.98px) {
	.advantages {
		padding: 0px 0 20px 0;
	}
}

.advantages-main {
	padding-left: 40px;
	border-left: 3px solid rgba(58, 87, 149, 0.3);
}

.advantages__title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

.advantages__suptitle {
	font-family: "Oswald";
	font-size: 36px;
	color: #3a5795;
}

.advantages-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-radius: 5px;
	position: relative;
	min-width: 300px;
	background-color: rgba(58, 87, 149, 0.05);
	margin: 52px 0 0px 0;
}
@media (max-width: 600.98px) {
	.advantages-row {
		margin-top: 30px;
	}
}

.advantages__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 300px;
	min-height: 300px;
}
@media (max-width: 991.98px) {
	.advantages__column:last-child {
		margin: 0px;
	}
}
.advantages__column h3 {
	color: #3a5795;
	font-family: "Oswald";
	letter-spacing: 1.2px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.advantages__column p {
	color: rgba(34, 34, 34, 0.95);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.2px;
}
@media (max-width: 678px) {
	.advantages__column {
		margin-bottom: 0px;
	}
	.advantages__column:last-child {
		margin: 0;
	}
}

.advantages__item {
	text-align: center;
}

.advantages-column__image {
	display: inline-block;
	margin-bottom: 15px;
}
.advantages-column__image img {
	opacity: 0.8;
}

.select-category {
	padding: 0px 0 0px 0;
}

.block-category {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.category__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}
@media (max-width: 600px) {
	.category__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.category__column {
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
	padding: 0 5px;
	min-width: 310px;
}
@media (max-width: 600px) {
	.category__column {
		margin-bottom: 10px;
	}
}

.category__item,
.category__item-1 {
	text-align: center;
	background-image: url("../img/content/door1.jpg");
	overflow: hidden;
	height: 400px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.category__item::before,
.category__item-1::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.6)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6));
}

.category__item-2 {
	background: url("../img/content/lock.jpeg");
}

.item__body {
	position: absolute;
	z-index: 2;
}

.item__text {
	font-family: "Oswald";
	font-size: 36px;
	color: #f2f2f2;
	z-index: 100;
	margin-bottom: 20px;
}

.item__btn {
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	margin: 10px 20px;
	position: relative;
	overflow: hidden;
	font-size: 17px;
	text-decoration: underline;
	border-radius: 8px;
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.item__btn:before {
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
	height: 50px;
	width: 50px;
	position: absolute;
	top: -8px;
	left: -75px;
	-webkit-transform: skewX(-45deg);
	    -ms-transform: skewX(-45deg);
	        transform: skewX(-45deg);
}

.item__btn:hover {
	background: #3a5795;
	color: #fff;
}

.item__btn:hover:before {
	left: 150px;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.category-service__column {
	z-index: 2;
}
@media (max-width: 600px) {
	.category-service__column {
		display: none;
	}
}

.category__service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	background: url("../img/content/service.jpg") no-repeat;
	height: 400px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 10px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}
.category__service::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.6)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6));
}
@media (max-width: 600px) {
	.category__service {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 auto;
		width: 290px;
	}
}

.category-usebility {
	display: block;
	position: absolute;
	text-align: center;
	margin: auto;
	top: 47%;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.category-usebility .btn {
	display: inline-block;
	font-size: 24px;
	padding: 0 20px;
	line-height: 50px;
	color: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 5px;
	background: #3a5795;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a5795), to(#2b4886));
	background: linear-gradient(to bottom, #3a5795 0%, #2b4886 100%);
	background: -o-linear-gradient(top, #3a5795 0%, #2b4886 100%);
	background: -ms-linear-gradient(top, #3a5795 0%, #2b4886 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3A5795", endColorstr="#2B4886", GradientType=0);
	text-shadow: 0 1px 0 #4966a4;
	-webkit-text-shadow: 0 1px 0 #4966a4;
	-moz-text-shadow: 0 1px 0 #4966a4;
	box-shadow: inset 0 1px 0 #4966a4;
	-webkit-box-shadow: inset 0 1px 0 #4966a4;
	-moz-box-shadow: inset 0 1px 0 #4966a4;
}
.category-usebility .btn__text {
	display: block;
	line-height: 25px;
	font-size: 18px;
	color: #f2f2f2;
	text-decoration: underline;
}
@media (max-width: 600px) {
	.category-usebility .btn__text {
		display: none;
	}
}
@media (max-width: 600px) {
	.category-usebility {
		top: 101%;
	}
}

.asks__content {
	padding: 50px 0 0 0;
}

.asks__text {
	padding-left: 40px;
	border-left: 3px solid rgba(58, 87, 149, 0.3);
	margin-bottom: 50px;
}

.asks__title {
	font-family: "Oswald";
	font-size: 36px;
	color: #3a5795;
}

.asks__suptitle {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	margin: 15px 0;
}

.block-asks {
	margin: 0px 0px 30px 0px;
}

.block__item {
	margin: 0px 0px 10px 0px;
}

.block__title {
	width: 100%;
	text-align: left;
	font-size: 18px;
	background-color: transparent;
	color: #222;
	padding: 10px;
	position: relative;
	background-color: rgba(58, 87, 149, 0.3);
}

.block-asks._init .block__title {
	cursor: pointer;
}

.block-asks._init .block__title {
	padding: 10px 40px 10px 10px;
}

.block-asks._init .block__title::before,
.block-asks._init .block__title::after {
	content: " ";
	width: 20px;
	height: 1px;
	background-color: #222;
	position: absolute;
	right: 10px;
	top: 20px;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.block-asks._init .block__title::after {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.block-asks._init .block__title._active::after {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.block__text {
	padding: 10px 10px 10px 10px;
	line-height: 130%;
	background-color: rgba(58, 87, 149, 0.1);
}