@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,700,800&display=swap&subset=cyrillic-ext");

@import url("https://fonts.googleapis.com/css?family=Roboto:regular,700,900&display=swap&subset=cyrillic-ext");

@font-face {
	font-family: "Axiforma";
	font-display: swap;
	/* src: url("../fonts/Axiforma-Bold.woff2") format("woff2"), url("../fonts/Axiforma-Bold.woff") format("woff"); */
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Axiforma";
	font-display: swap;
	/* src: url("../fonts/Axiforma-Regular.woff2") format("woff2"), url("../fonts/Axiforma-Regular.woff") format("woff"); */
	font-weight: 400;
	font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

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

html {
	font-size: 16px;
}

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

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

input,
button,
textarea {
	font-family: "Manrope";
	font-size: inherit;
}

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

button {
	cursor: pointer;
	background-color: inherit;
}

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;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
	color: #000;
}

body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.page-lines {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	z-index: -1;
}

.page-lines span {
	width: 1px;
	display: block;
	background: #f2f2f2;
	height: 100%;
}

.page-lines_head::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f2f2f2;
	top: 380px;
	left: 0;
}

.page-lines_footer::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f2f2f2;
	bottom: 124px;
	left: 0;
}

._container {
	max-width: 1530px;
	margin: 0 auto;
}

.form__input-cont {
	margin-bottom: 34px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.form__input-cont:last-child {
	margin: 0px 0px 0px 0px;
}

.form__input-label {
	font-weight: 300;
	font-size: 18px;
	padding: 0 20px;
	display: inline-block;
	background: #fff;
	position: absolute;
	top: -10px;
	left: 55px;
}

.form .checkbox {
	margin-top: 31px;
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px 0px;
}

.button._fw {
	width: 100%;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 30px;
	min-width: 375px;
	min-height: 95px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 85px;
	background: -o-linear-gradient(201.56deg, #0f4d02 3.31%, #317303 80.14%);
	background: linear-gradient(248.44deg, #144d00 3.31%, #419300 80.14%);
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btn span {
	margin: 0px 0px 0px 10px;
}

.btn_blue {
	background: -o-linear-gradient(189.52deg, #09a2ef -57.49%, #0078b5 76.5%);
	background: linear-gradient(260.48deg, #09a2ef -57.49%, #0078b5 76.5%);
}

.btn_form {
	background: -o-linear-gradient(189.52deg, #09a2ef -57.49%, #0078b5 76.5%);
	background: linear-gradient(260.48deg, #09a2ef -57.49%, #0078b5 76.5%);
	min-height: 103px;
	min-width: unset;
	width: 100%;
	margin-top: 25px;
}

.btn._light {
	overflow: hidden;
	position: relative;
}

.btn._light::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4em;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transform: translateX(-2em) skewX(-35deg);
	-ms-transform: translateX(-2em) skewX(-35deg);
	transform: translateX(-2em) skewX(-35deg);
	-webkit-animation: move-light 3.5s infinite;
	animation: move-light 3.5s infinite;
}

.btn._fw {
	width: 100%;
}

@-webkit-keyframes move-light {
	0% {
		-webkit-transform: translateX(-2em) skewX(-35deg);
		transform: translateX(-2em) skewX(-35deg);
	}

	35% {
		-webkit-transform: translateX(40em) skewX(-35deg);
		transform: translateX(40em) skewX(-35deg);
	}

	100% {
		-webkit-transform: translateX(200em) skewX(-35deg);
		transform: translateX(200em) skewX(-35deg);
	}
}

@keyframes move-light {
	0% {
		-webkit-transform: translateX(-2em) skewX(-35deg);
		transform: translateX(-2em) skewX(-35deg);
	}

	35% {
		-webkit-transform: translateX(40em) skewX(-35deg);
		transform: translateX(40em) skewX(-35deg);
	}

	100% {
		-webkit-transform: translateX(200em) skewX(-35deg);
		transform: translateX(200em) skewX(-35deg);
	}
}

.callback-btn {
	display: inline-block;
	padding: 22px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Manrope;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: -o-linear-gradient(201.56deg, #006213 3.31%, #085a00 80.14%);
	background: linear-gradient(248.44deg, #114300 3.31%, #01b40c 80.14%);
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	border-radius: 95px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.select {
	position: relative;
}

.select__item {
	position: relative;
}

.select__title {
	color: #000;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 30px;
	padding: 0px 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.select__value span {
	height: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.select__value:before {
	content: "";
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 11px;
	height: 7px;
	background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}

.select__options {
	color: #000;
	position: absolute;
	top: 29px;
	border-radius: 0 0 4px 4px;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	border-top: 0;
	border: 1px solid #d9d9d9;
	border-top: 0;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}

.select__option {
	cursor: pointer;
	padding: 5px 15px;
	margin: 0px 0px 0px 0px;
}

.select._active {
	z-index: 5;
}

.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.select._active .select__options {
	display: block;
}

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

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: none;
}

.input {
	border-radius: 20px !important;
	width: 100%;
	display: block;
	padding: 29px 76px;
	border: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 22px;
}

.input._error {
	border: 1px solid red;
	color: red;
}

.input._error + .form__input-label {
	color: red;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.checkbox {
	position: relative;
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
	background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-weight: 300;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.checkbox__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25px;
	flex: 0 0 25px;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
	border: 1px solid #ee1212;
}

.options {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.options__item {
	position: relative;
	cursor: pointer;
}

.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}

.options__input:checked + .options__text:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.options__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: calc(20 / 16);
}

.options__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}

.options__text:after {
	content: "";
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	position: absolute;
	left: 5px;
	top: 4px;
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 40px;
	line-height: 0.75;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
	opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
	cursor: pointer;
}

.rating__body {
	position: relative;
}

.rating__body::before {
	content: "âââââ";
	display: block;
}

.rating__active {
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.rating__active::before {
	content: "âââââ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffd300;
}

.rating__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.rating__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	height: 100%;
	opacity: 0;
}

.rating__value {
	font-size: 50%;
	line-height: 1;
	padding: 0px 0px 0px 10px;
}

.quantity {
	width: 88px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	position: relative;
	cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -4.5px;
	background-color: #a6a6a6;
	width: 9px;
	height: 1px;
}

.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.quantity__input input {
	height: 100%;
	color: #a6a6a6;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

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

.rub:after {
	content: "â½";
}

mark {
	background: unset;
	color: #158702;
}

.section {
	padding: 90px 0px;
	position: relative;
}

.section-title {
	font-weight: 800;
	line-height: 130%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 64px;
}

.section-title b {
	font-weight: 800;
}

@-webkit-keyframes open {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes open {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

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;
}

._more-content {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

._more-link {
	cursor: pointer;
}

._more-link span {
	font-style: normal;
}

._more-link span:first-child {
	display: block;
}

._more-link span:last-child {
	display: none;
}

._more-link._active span {
	font-style: normal;
}

._more-link._active span:first-child {
	display: none;
}

._more-link._active span:last-child {
	display: block;
}

#map {
	background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper,
.portfolio-item__main-slider {
	overflow: hidden;
}

._swiper .swiper-wrapper,
.portfolio-item__main-slider .swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper,
.portfolio-item__main-slider.swiper-container-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper,
.portfolio-item__main-slider.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

._tabs-block {
	display: none;
}

._tabs-block._active {
	display: block;
}

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

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

._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}

._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	display: block;
	width: 20px;
	height: 36px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
	background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
	left: 20px;
	background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close {
	background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
	display: none;
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

._no-webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
}

.lg-outer .lg-has-html5 .lg-video-play {
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px white inset;
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
	-webkit-box-shadow: 0 0 0 8px white inset;
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	-o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.group {
	*zoom: 1;
}

.group:before,
.group:after {
	display: table;
	content: "";
	line-height: 0;
}

.group:after {
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}

.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}

.popup.show {
	visibility: visible;
	overflow: auto;
}

.popup.show::before {
	opacity: 1;
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup._active {
	overflow: auto;
	visibility: visible;
}

.popup._active::before {
	opacity: 1;
}

.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup__content {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.popup__body {
	-webkit-transform: scale(0);
	-ms-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;
	background-color: #fff;
	padding: 50px;
	width: 100%;
	max-width: 800px;
}

.popup__close {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 44px;
	right: 48px;
	cursor: pointer;
	z-index: 30;
	background: url("../img/icons/close.svg") center/cover no-repeat;
}

.review__body {
	max-width: 1125px;
	background: #ffffff;
	border-radius: 70px;
	padding: 91px 130px 84px 138px;
}

.review__title {
	font-weight: 800;
	font-size: 45px;
	line-height: 130%;
	margin-bottom: 21px;
	text-align: center;
}

.review__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.review__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 130px;
	height: 130px;
	border-radius: 11px;
	margin: 0px 28px 0px 0px;
	overflow: hidden;
}

.review__name {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
}

.review__text {
	font-weight: 300;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 46px;
}

.review__score {
	max-width: 258px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	margin: 0px auto;
	text-align: center;
	padding: 22px 28px 28px 28px;
}

.review__score-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 5px;
}

.review__stars {
	display: inline-block;
}

.review__stars img {
	max-width: 100%;
}

._no-webp .popup_thanks .popup__body,
._no-webp .popup_zamer .popup__body,
._no-webp .popup_consult .popup__body,
._no-webp .popup_callback .popup__body {
	background: url("../img/bgs/popup-bg.jpg") center/cover no-repeat, #fff;
}

.popup_thanks .popup__body,
.popup_zamer .popup__body,
.popup_consult .popup__body,
.popup_callback .popup__body {
	max-width: 530px;
	-webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.08);
	border-radius: 53px;
	padding: 90px 60px 95px;
}

.popup_thanks .popup__close,
.popup_zamer .popup__close,
.popup_consult .popup__close,
.popup_callback .popup__close {
	top: 36px;
	right: 45px;
}

.popup_thanks .popup__title,
.popup_zamer .popup__title,
.popup_consult .popup__title,
.popup_callback .popup__title {
	font-weight: bold;
	font-size: 34px;
	line-height: 130%;
	margin-bottom: 34px;
	text-align: center;
}

.popup_thanks .popup__body {
	padding: 260px 30px;
}

.popup_thanks .popup_thanks-title {
	font-weight: bold;
	font-size: 58px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 27px;
}

.popup_thanks .popup_thanks-subtitle {
	font-weight: 300;
	font-size: 34px;
	text-align: center;
	line-height: 130%;
}

.square-cont {
	max-width: 866px;
	margin: 0px auto;
}

.square-subtitle {
	font-weight: 300;
	font-size: 26px;
	line-height: 120%;
	margin: 0px 0px 15px 0px;
}

.square-input {
	width: 100%;
	background: #d7d6d6;
	border-radius: 7px;
}

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 25px 0px 25px 0px;
	background: #ffffff;
}

.header__row {
	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;
}

.header__contacts-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
p.head{
	display: none;
}
.header__social {
	margin: 0px 8px 0px 0px;
}

.header__phone-link {
	margin: 0px 40px 0px 0px;
}

.logo svg {
	max-width: 100%;
}

.discription {
	text-align: center;
	font-size: 22px;
	line-height: 130%;
}

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

.social__link {
	display: inline-block;
	margin: 0 7px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.social__link svg {
	max-width: 100%;
	height: auto;
}

.phone-link {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	font-family: "Roboto";
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/

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

.footer__data-block {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__social {
	margin-bottom: 8px;
}

.footer__ip {
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 5px;
}

.footer__inn {
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
}

.footer__contacts-block {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__callback-btn {
	margin-bottom: 14px;
}

.footer__creator {
	padding: 70px 0 50px;
	text-align: center;
}

.footer__creator-link {
	font-weight: bold;
	font-size: 22px;
	color: inherit;
	text-decoration: underline;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.intro {
	position: relative;
	z-index: 2;
	background: rgba(230, 230, 230, 0.6);
	padding: 210px 0px 120px 0px;
}

.intro__content {
	position: relative;
}

.intro__title {
	font-size: 68px;
	margin: 0px 0px 40px 0px;
	line-height: 130%;
	max-width: 900px;
	z-index: 2;
	position: relative;
}

.intro__title b {
	font-weight: 800;
}

.intro__undertitle {
	font-weight: 300;
	line-height: 120%;
	font-size: 39px;
	margin: 0px 0px 68px 0px;
	letter-spacing: 1.5px;
	z-index: 2;
	position: relative;
}

.intro__undertitle b {
	font-weight: 800;
}

.intro__pluses {
	z-index: 2;
	position: relative;
}

.intro__btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	position: relative;
}

.intro__btn {
	margin: 0px 50px 0px 0px;
}

.intro__btn:last-child {
	margin: 0;
}

.intro__img {
	position: absolute;
	top: -130px;
    left: 450px;
	width: 1254px;
	z-index: 1;
}

.intro__img img {
	max-width: 100%;
}

.intro__bg-floor {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.intro__bg-floor img {
	width: 100%;
}

.intro-pluses {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 86px 0px;
}

.intro-pluses__item {
	padding: 0px 0px 0px 110px;
	position: relative;
}

.intro-pluses__item-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.intro-pluses__item-icon img {
	max-width: 100%;
}

.intro-pluses__item-check {
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #158702;
	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;
	top: 0;
	left: 0;
	-webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}

.intro-pluses__item-title {
	font-size: 24px;
	line-height: 130%;
	font-weight: 300;
}

.intro-pluses__item-title b {
	font-weight: 800;
}

.why {
	padding-top: 243px;
}

.why__title {
	font-weight: 400;
	margin-bottom: 35px;
	max-width: 1100px;
}

.why__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.why__item-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%;
	padding: 0 15px;
}

.why-item {
	background: #f3f3f3;
	border-radius: 29px;
	padding: 41px 50px 83px 34px;
	position: relative;
	height: 100%;
}

.why-item_1 {
	z-index: 3;
}

.why-item_1 .why-item__img {
	right: -18px;
}

.why-item_1 .why-item__check-icon {
	top: 187px;
	right: 169px;
}

.why-item_2 {
	z-index: 2;
}

.why-item_2 .why-item__img {
	right: -49px;
}

.why-item_2 .why-item__check-icon {
	top: 82px;
	right: 90px;
}

.why-item_3 {
	z-index: 1;
}

.why-item_3 .why-item__img {
	right: -85px;
}

.why-item_3 .why-item__check-icon {
	top: 195px;
	right: 163px;
}

.why-item__number {
	font-weight: 800;
	font-size: 200px;
	color: #ffffff;
	position: absolute;
	bottom: -25px;
	left: -64px;
}

.why-item__title {
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 15px 0px;
	position: relative;
	z-index: 2;
}

.why-item__text {
	font-weight: 300;
	font-size: 21px;
	line-height: 130%;
	max-width: 290px;
	position: relative;
	z-index: 2;
}

.why-item__img {
	position: absolute;
	bottom: 0;
	right: -10px;
	z-index: 1;
}

.why-item__img img {
	max-width: 100%;
}

.why-item__check-icon {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #158702;
	border: 3.5px solid #fff;
	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-filter: drop-shadow(0px 4px 100px rgba(0, 0, 0, 0.08));
	filter: drop-shadow(0px 4px 100px rgba(0, 0, 0, 0.08));
	z-index: 2;
}

.why__bg {
	position: absolute;
	top: 200px;
	left: 0;
	z-index: -1;
}

.portfolio__title {
	margin-bottom: 44px;
}

.portfolio__items {
	position: relative;
	z-index: 2;
}

.portfolio-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 90px 0px;
}

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

.portfolio-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.portfolio-item:nth-child(even) .portfolio-item__content {
	padding: 40px 100px 0px 0px;
}

.portfolio-item__gallery-cont {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	min-width: 1px;
}

.portfolio-item__main-slider-cont {
	position: relative;
	margin: 0px 0px 30px 0px;
	min-width: 1px;
}

.portfolio-item__main-slider-item {
	border-radius: 45px;
	overflow: hidden;
	min-height: 547px;
	display: block;
	overflow: hidden;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.portfolio-item__main-slider-nav-item {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 86px;
	height: 86px;
	border: 9px solid #fff;
	border-radius: 50%;
	background: #c4c4c4;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}

.portfolio-item__main-slider-nav-item_prev {
	-webkit-transform: translate(0, -50%) rotate(-180deg);
	-ms-transform: translate(0, -50%) rotate(-180deg);
	transform: translate(0, -50%) rotate(-180deg);
	left: -43px;
}

.portfolio-item__main-slider-nav-item_next {
	right: -43px;
}

.portfolio-item__main-slider-nav-item svg {
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio-item__nav-slider-cont {
	min-width: 1px;
}

.portfolio-item__nav-slider-item {
	border-radius: 23px;
	min-height: 171px;
	overflow: hidden;
}

.portfolio-item__content {
	padding: 40px 0px 0px 158px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 51%;
	flex: 0 1 51%;
}

.portfolio-item__title {
	font-weight: 800;
	font-size: 48px;
	line-height: 130%;
	margin: 0px 0px 34px 0px;
}

.portfolio-item__data-table {
	margin: 0px 0px 43px 0px;
	border-collapse: collapse;
	border: 0px solid #000;
	width: 100%;
}

.portfolio-item__data-table tr:last-child td {
	padding-bottom: 0;
}

.portfolio-item__data-table td {
	font-size: 32px;
	color: #000000;
	line-height: 120%;
	font-weight: 300;
	width: 50%;
	padding-bottom: 28px;
}

.portfolio-item__data-table td:first-child {
	font-weight: 800;
}

.portfolio-item__data-table td:last-child {
	padding-left: 30px;
}
.portfolio-item__review-link {
	font-weight: 500;
	font-size: 30px;
	display: inline-block;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #d1d1d1;
	margin: 0px 0px 47px 0px;
	color: inherit;
	-webkit-transition: border 0.2s;
	-o-transition: border 0.2s;
	transition: border 0.2s;
}

.portfolio__bg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.portfolio__decor {
	position: absolute;
	bottom: 827px;
	right: 0;
	z-index: 1;
}

.portfolio__decor img {
	max-width: 100%;
}

.reasons__title {
	font-weight: 400;
	margin-bottom: 40px;
	max-width: 1000px;
	line-height: 130%;
}

.reasons__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.reasons__item-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%;
	padding: 0 15px;
	margin: 0px 0px 46px 0px;
}

.reasons__btn-cont {
	text-align: center;
	position: relative;
	z-index: 2;
}

.reasons-item {
	position: relative;
	padding: 60px 30px 60px 46px;
	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;
	min-height: 278px;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	border-radius: 29px;
	height: 100%;
}

.reasons-item_1 .reasons-item__img {
	right: 0;
	top: -60px;
}

.reasons-item_2 .reasons-item__img {
	right: 0;
	top: 20px;
}

.reasons-item_3 .reasons-item__img {
	right: 0;
	top: 20px;
}

.reasons-item_4 .reasons-item__img {
	right: 0;
	top: 20px;
}

.reasons-item_5 .reasons-item__img {
	right: -51px;
	bottom: 0;
}

.reasons-item_6 .reasons-item__img {
	right: -24px;
	bottom: 0;
}

.reasons-item_7 .reasons-item__img {
	right: 0;
	bottom: 0;
}

.reasons-item_8 .reasons-item__img {
	right: 0;
	top: 10px;
}

.reasons-item_9 .reasons-item__img {
	right: 0;
	bottom: 0;
}

.reasons-item__number {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 63.5px;
	height: 54px;
	background: url("../img/icons/reasons-flag-icon.svg") center/cover no-repeat;
}

.reasons-item__number span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: Axiforma;
	font-size: 30px;
	color: #ffffff;
}

.reasons-item__title {
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 14px;
	line-height: 130%;
	position: relative;
	z-index: 2;
}

.reasons-item__text {
	max-width: 300px;
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
	position: relative;
	z-index: 2;
}

.reasons-item__img {
	position: absolute;
	z-index: 0;
}

.reasons-item__img img {
	max-width: 100%;
}

.reasons__bg {
	position: absolute;
	top: -400px;
	left: 0;
	z-index: -1;
}

.lider {
	z-index: 2;
}

.lider__body {
	position: relative;
	padding: 51px 0 75px 0;
	color: #ffffff;
}

.lider__bg {
	position: absolute;
	height: 100%;
	top: 0;
	left: -120px;
	width: 1850px;
	z-index: -1;
}

.lider__bg img {
	width: 100%;
	height: 100%;
}

.lider__logo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 66px;
}

.lider__logo svg {
	max-width: 100%;
	height: auto;
}

.lider__title {
	max-width: 1100px;
	margin-bottom: 29px;
	color: #ffffff;
	position: relative;
	z-index: 3;
	-webkit-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	transform: translate(60px, 0);
}

.lider__subtitle {
	max-width: 800px;
	text-align: center;
	margin-bottom: 42px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 40px;
	line-height: 130%;
	position: relative;
	z-index: 3;
	-webkit-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	transform: translate(60px, 0);
}

.lider__content-block {
	padding: 0px 0px 0px 760px;
	position: relative;
	z-index: 3;
}

._no-webp .lider__hello {
	background: url("../img/bgs/lider-hello.png") center/cover no-repeat;
}

.lider__hello {
	max-width: 696px;
	border: 1px solid #666666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 0px 0px 26px 0px;
	padding: 20px;
}

.lider__hello-title {
	font-weight: 800;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 10px;
}

.lider__hello-text {
	font-weight: 300;
	font-size: 26px;
	color: #fbfbfb;
	line-height: 130%;
}

.lider__text {
	font-weight: 300;
	font-size: 22px;
	line-height: 130%;
	margin: 0px 0px 40px 0px;
}

.lider__text p {
	margin: 0px 0px 40px 0px;
}

.lider__text p:last-child {
	margin: 0px 0px 0px 0px;
}

.lider__img-cont {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: -50px;
	max-width: 869px;
}

.lider__img {
	width: 100%;
}

.lider__img img {
	max-width: 100%;
}

.lider__img-label {
	position: absolute;
	right: 120px;
	bottom: 150px;
	border-radius: 34px;
	background: rgba(53, 53, 53, 0.8);
	padding: 19px 20px 30px 20px;
	max-width: 350px;
}

.lider__img-label-title {
	font-weight: 800;
	font-size: 26px;
	line-height: 130%;
	margin-bottom: 10px;
	text-align: center;
}

.lider__img-subtitle {
	font-weight: 300;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
}

.pricelist__bg {
	position: absolute;
	z-index: -1;
	top: -700px;
	right: 0;
}

.pricelist__decor {
	position: absolute;
	z-index: 1;
	bottom: -230px;
	left: 0;
}

.pricelist__decor img {
	max-width: 100%;
}

.pricelist__title {
	max-width: 1500px;
	margin-bottom: 30px;
}

.pricelist__subtitle {
	font-weight: 300;
	font-size: 36px;
	line-height: 130%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	margin-bottom: 50px;
	text-align: center;
}

.pricelist__body {
	max-width: 1070px;
	margin: 0px auto;
	background: #f3f3f3;
	border-radius: 41px;
	overflow: hidden;
}

.pricelist__body-head {
	background: -o-linear-gradient(189.52deg, #09a2ef -57.49%, #0078b5 76.5%);
	background: linear-gradient(260.48deg, #1ca30b -57.49%, #2f6a0e 76.5%);
	padding: 55px 30px 60px 120px;
}

.pricelist__head-table {
	border-collapse: collapse;
	border: unset;
	width: 100%;
}

.pricelist__head-table td {
	font-weight: 800;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}

.pricelist__body-main {
	padding: 3px 120px 40px 120px;
}

.pricelist__main-table {
	border-collapse: collapse;
	width: 100%;
	border: unset;
	position: relative;
}

.pricelist__main-table tr {
	border-bottom: 2px solid #c6c0c0;
}

.pricelist__main-table tr:last-child {
	border: 0;
}

.pricelist__main-table td {
	font-size: 36px;
	text-align: center;
	padding: 30px 0 34px;
	width: 50%;
}

.pricelist__main-table td:last-child {
	font-weight: 800;
	border-left: 1px solid #c6c0c0;
}

.pricelist__main-table::before,
.pricelist__main-table::after {
	content: "";
	width: 8px;
	height: 50px;
	background: #f3f3f3;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	top: 0px;
	z-index: 2;
}

.pricelist__main-table::after {
	content: "";
	top: unset;
	bottom: -10px;
}

.consult {
	z-index: 2;
}

.consult__body {
	padding: 45px 0 66px;
	position: relative;
	color: #ffffff;
}

.consult__bg {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -100px;
	height: 100%;
	width: 1850px;
}

.consult__bg img {
	width: 100%;
	height: 100%;
}

.consult__logo {
	position: absolute;
	z-index: 1;
	left: -180px;
	top: 129px;
}

.consult__logo svg {
	width: 100%;
	height: auto;
}

.consult__title {
	max-width: 1400px;
	margin-bottom: 50px;
	color: #ffffff;
	-webkit-transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
}

.consult__img-cont {
	position: absolute;
	bottom: 0;
	max-width: 784px;
	z-index: 2;
	left: 280px;
}

.consult__img {
	width: 100%;
}

.consult__img img {
	max-width: 100%;
}

.consult__service-list {
	position: absolute;
	top: 120px;
	left: -290px;
	max-width: 496px;
	max-width: 400px;
}

.consult__service-item {
	padding: 0px 0px 0px 100px;
	font-size: 36px;
	font-weight: 300;
	line-height: 130%;
	position: relative;
	margin: 0px 0px 70px 0px;
}

.consult__service-item:last-child {
	margin: 0px 0px 0px 0px;
}

.consult__service-item-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #158702;
	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;
}

.consult__img-label {
	position: absolute;
	background: rgba(231, 231, 231, 0.8);
	border-radius: 26px;
	max-width: 464px;
	padding: 27px 40px 37px 40px;
	text-align: center;
	color: #000000;
	bottom: 130px;
	left: -300px;
}

.consult__img-label-overtitle {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 10px;
}

.consult__img-label-title {
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 16px;
}

.consult__img-label-subtitle {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 23px;
}

.consult__img-label-phone {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 800;
	font-size: 32px;
	color: #000;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.consult__img-label-phone-icon {
	width: 42px;
	height: 42px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #158702;
	border-radius: 50%;
	border: 3px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 11px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

.consult__form-cont {
	position: relative;
	max-width: 581px;
	margin-left: auto;
	z-index: 3;
}

.consult-form {
	background: #ffffff;
	border-radius: 43px;
	padding: 64px 60px 66px 60px;
	color: #000000;
}

.consult-form__phone {
	margin-bottom: 20px;
	-webkit-transform: translate(-10px, 0);
	-ms-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	text-align: center;
}

.consult-form__phone-title {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 10px;
}

.consult-form__phone-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 800;
	font-size: 36px;
	color: #000;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.consult-form__phone-icon {
	width: 74px;
	height: 74px;
	border: 8px solid #fff;
	border-radius: 50%;
	background: #0386c8;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

.consult-form__title {
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 29px;
	line-height: 130%;
	text-align: center;
}

.consult-form__subtitle {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 43px;
	text-align: center;
}

.consult-form__form {
	max-width: 408px;
	margin: 0px auto;
}

.faq__bg {
	position: absolute;
	bottom: -400px;
	left: 0;
	z-index: -1;
}

.faq__title {
	margin-bottom: 50px;
}

.faq__items {
	max-width: 1070px;
	margin: 0px auto;
}

.faq__item {
	margin-bottom: 37px;
}

.faq__item:last-child {
	margin: 0px 0px 0px 0px;
}

.faq-item {
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	border-radius: 35px;
	padding: 50px 80px;
	position: relative;
}

.faq-item__question-body {
	cursor: pointer;
}

.faq-item__question-body._active .faq-item__icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-item__number {
	font-weight: 800;
	font-size: 34px;
	color: #158702;
	position: absolute;
	top: 50px;
	right: 30px;
}

.faq-item__icon {
	top: 66px;
	left: 32px;
	position: absolute;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.faq-item__icon svg {
	width: 100%;
	height: auto;
}

.faq-item__title {
	font-weight: 800;
	font-size: 34px;
	line-height: 130%;
}

.faq-item__answer-body {
	padding: 25px 0px 0px 0px;
	font-weight: 300;
	font-size: 22px;
	line-height: 130%;
}

.faq-item__answer-body b {
	font-weight: 800;
}

.faq-item__answer-body p {
	margin-bottom: 20px;
}

.faq-item__answer-body p:last-child {
	margin: 0px 0px 0px 0px;
}

.quiz__body {
	max-width: 1529px;
	padding: 62px 60px 73px;
	-webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.08);
	border-radius: 68px;
}

.quiz__title {
	text-align: center;
	font-weight: 800;
	font-size: 44px;
	line-height: 130%;
	margin-bottom: 4px;
}

.quiz__subtitle {
	font-weight: 300;
	font-size: 26px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 19px;
}

.quiz__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.quiz__nav-item {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin: 0 15px;
	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;
	font-weight: 300;
	color: #cdcdcd;
	font-size: 24px;
	background: #ebebeb;
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.quiz__nav-item._active {
	color: #fff;
	font-weight: 800;
	background: -o-linear-gradient(201.56deg, #ffaf36 3.31%, #ff9938 80.14%);
	background: linear-gradient(248.44deg, #ffaf36 3.31%, #ff9938 80.14%);
}

.quiz__page {
	display: none;
	min-height: 523px;
	margin-bottom: 22px;
}

.quiz__page._active {
	display: block;
	-webkit-animation: open 0.5s linear;
	animation: open 0.5s linear;
}

.quiz__page_1 .quiz__page-container {
	max-width: 1000px;
}

.quiz__page_1 .quiz__q {
	margin-bottom: 18px;
}

.quiz__page_2 .quiz__page-container {
	max-width: 900px;
}

.quiz__page_2 .quiz__a-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -50px;
}

.quiz__page_2 .quiz__a-item-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 0 50px;
}

.quiz__page_2 .quiz__a-item-wrapper:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.quiz__page_3 .quiz__q,
.quiz__page_4 .quiz__q {
	max-width: 670px;
}

.quiz__page_3 .quiz__a-item-wrapper,
.quiz__page_4 .quiz__a-item-wrapper {
	padding: 0px 0px 0px 600px;
}

.quiz__page_5 .quiz__a-item-wrapper {
	padding: 0px 0px 0px 450px;
	margin-bottom: 20px;
}

.quiz__page_5 .a-check-item {
	margin-bottom: 24px;
}

.quiz__page_6 .quiz__a-item-wrapper {
	padding: 0px 0px 0px 500px;
}

.quiz__page_7 .quiz__form-cont {
	max-width: 408px;
	margin: 0px auto;
}

.quiz__page-container {
	margin: 0px auto;
}

.quiz__q {
	font-weight: 800;
	font-size: 44px;
	text-align: center;
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	line-height: 130%;
}

.quiz__a-image-row {
	margin: 0 -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quiz__a-image-item-wrapper {
	padding: 0 20px;
	margin-bottom: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%;
}

.quiz__a-image-item-wrapper:last-child {
	margin: 0px 0px 0px 0px;
}

.quiz__btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.quiz__btn-prev {
	display: none;
	min-width: 233px;
	min-height: 80px;
	background: #c4c4c4;
	cursor: pointer;
	margin: 0px 30px 0px 0px;
}

.quiz__btn-prev._active {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-animation: open 0.5s linear;
	animation: open 0.5s linear;
}

.quiz__btn-next {
	display: none;
	min-width: 293px;
	min-height: 80px;
	cursor: pointer;
}

.quiz__btn-next._active {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-animation: open 0.5s linear;
	animation: open 0.5s linear;
}

.quiz__btn-submit {
	display: none;
	min-width: 304px;
	min-height: 80px;
	cursor: pointer;
}

.quiz__btn-submit._active {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-animation: open 0.5s linear;
	animation: open 0.5s linear;
}

.a-image-item {
	text-align: center;
}

.a-image-item__img {
	width: 100%;
	min-height: 168px;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.a-image-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 55px;
	height: 55px;
	border: 7px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: -32px auto 3px auto;
	position: relative;
	z-index: 2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #e2e2e2;
}

.a-image-item__icon svg {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.a-image-item__title {
	font-size: 18px;
	text-align: center;
}

.a-image-item._active .a-image-item__icon {
	background: #ffa439;
}

.a-image-item._active .a-image-item__icon svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.a-item {
	cursor: pointer;
}

.btn__error {
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 18px;
	color: red;
	display: none;
	width: 100%;
	text-align: center;
}

.btn__error._active {
	display: block;
	-webkit-animation: open 0.5s linear;
	animation: open 0.5s linear;
}

.a-check-item {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.a-check-item__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: #ebebeb;
	border-radius: 11px;
	margin-right: 20px;
	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: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.a-check-item__icon svg {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.a-check-item__title {
	font-weight: 300;
	font-size: 34px;
	line-height: 130%;
	text-align: left;
}

.a-check-item._active .a-check-item__icon {
	background: #ff9f38;
}

.a-check-item._active .a-check-item__icon svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.a-check-item._active .a-check-item__title {
	font-weight: 700;
}

@media (min-width: 911px) {
	.portfolio-item__main-slider-nav-item:hover {
		background: #ff8c39;
	}

	.portfolio-item__review-link:hover {
		border-bottom: 3px solid #ff8c39;
	}

	.consult__img-label-phone:hover {
		color: #ffa439;
	}

	.consult-form__phone-link:hover {
		color: #ffa439;
	}
}

@media (min-width: 991px) {
	.callback-btn:hover {
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}

	.social__link:hover {
		opacity: 0.8;
	}

	.phone-link:hover {
		color: #ff8c39;
	}
}

@media (min-width: 991.98px) {

	.quantity__button:hover::before,
	.quantity__button:hover::after {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media (min-width: 992px) {
	.select__option:hover {
		background: #d9d9d9;
	}

	.checkbox a:hover {
		text-decoration: none;
	}
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

@media (min-width: 1169.98px) {
	.intro-pluses__item:nth-child(1) {
		margin: 0px 30px 0px 0px;
		padding: 0px 0px 0px 130px;
	}

	.intro-pluses__item:nth-child(1) .intro-pluses__item-icon {
		top: -15px;
	}

	.intro-pluses__item:nth-child(1) .intro-pluses__item-check {
		top: -20px;
		left: 80px;
	}

	.intro-pluses__item:nth-child(2) {
		padding: 0px 0px 0px 90px;
	}

	.intro-pluses__item:nth-child(2) .intro-pluses__item-icon {
		top: -10px;
	}

	.intro-pluses__item:nth-child(2) .intro-pluses__item-check {
		top: 40px;
		left: -20px;
	}
}

@media (min-width: 1920px) {
	.section-title_low {
		font-size: 58px;
	}
}

@media (min-width: 1921px) {
	.lider__bg {
		width: 2300px;
	}

	.consult__bg {
		width: 2300px;
	}
}

@media (max-width: 1919.98px) {
	._container {
		max-width: 1150px;
	}

	.form__input-cont {
		margin-bottom: 24px;
	}

	.form__input-label {
		font-size: 14px;
		padding: 0 14px;
		top: -8px;
		left: 36px;
	}

	.btn {
		font-size: 20px;
		min-width: 340px;
		min-height: 80px;
	}

	.btn span {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

	.btn_form {
		margin-top: 20px;
		min-height: 80px;
	}

	.callback-btn {
		padding: 18px 25px;
		font-size: 16px;
	}

	.input {
		font-size: 16px;
		padding: 20px 40px;
		border-radius: 14px !important;
	}

	.checkbox__text {
		font-size: 12px;
	}

	.checkbox__text:before {
		margin: 0px 10px 0px 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		width: 20px;
		height: 20px;
		border-radius: 5px;
	}

	.section {
		padding: 70px 0px;
	}

	.section-title {
		font-size: 42px;
	}

	.review__body {
		max-width: 900px;
		padding: 70px 100px;
		border-radius: 50px;
	}

	.review__title {
		margin-bottom: 30px;
		font-size: 38px;
	}

	.review__avatar {
		width: 105px;
		height: 105px;
		margin: 0px 24px 0px 0px;
		border-radius: 9px;
	}

	.review__name {
		font-size: 28px;
	}

	.review__text {
		font-size: 18px;
		margin-bottom: 38px;
	}

	.review__score {
		padding: 20px;
	}

	.review__score-title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.review__stars {
		max-width: 170px;
	}

	.popup_thanks .popup__body,
	.popup_zamer .popup__body,
	.popup_consult .popup__body,
	.popup_callback .popup__body {
		max-width: 420px;
		padding: 70px 40px;
		border-radius: 20px;
	}

	.popup_thanks .popup__close,
	.popup_zamer .popup__close,
	.popup_consult .popup__close,
	.popup_callback .popup__close {
		top: 22px;
		right: 26px;
	}

	.popup_thanks .popup__title,
	.popup_zamer .popup__title,
	.popup_consult .popup__title,
	.popup_callback .popup__title {
		font-size: 26px;
	}

	.popup_thanks .popup__body {
		padding: 190px 20px;
	}

	.popup_thanks .popup_thanks-title {
		font-size: 42px;
	}

	.popup_thanks .popup_thanks-subtitle {
		font-size: 26px;
	}

	.square-subtitle {
		font-size: 18px;
		margin: 0px 0px 10px 0px;
	}

	.header__logo {
		max-width: 200px;
	}

	.discription {
		font-size: 16px;
	}

	.social__link {
		max-width: 38px;
		margin: 0 5px;
	}

	.phone-link {
		font-size: 22px;
	}
	    .span-3{
        width: 22px;
    }
	.span-1{
		font-size: 19px;
    color: #158702;
    letter-spacing: -0.5px;
    font-stretch: semi-expanded;
    font-family: cursive;
	}
	.span-2{
		font-size: 19px;
    color: #080808;
    font-weight: 600;
    font-family: cursive;
	}
	.intro {
		padding: 100px 0 90px 0;
	}

	.intro__title {
		font-size: 50px;
		margin: 0px 0px 28px 0px;
		max-width: 800px;
	}

	.intro__undertitle {
		font-size: 30px;
		letter-spacing: unset;
		margin: 0px 0px 50px 0px;
	}

	.intro__img {
		width: 1000px;
	}
.intro__btn-row {
    
    top: -33px;
}
	.intro__bg-floor {
		bottom: -50px;
	}

	.intro-pluses {
		margin: 0px 0px 70px 0px;
	}

	.intro-pluses__item-title {
		font-size: 20px;
	}

	.why {
		padding-top: 180px;
	}

	.why__title {
		max-width: 800px;
	}

	.why-item {
		padding: 30px 40px 70px 30px;
		border-radius: 22px;
	}

	.why-item_1 .why-item__img {
		max-width: 230px;
	}

	.why-item_1 .why-item__check-icon {
		top: 150px;
		right: 130px;
	}

	.why-item_2 .why-item__img {
		max-width: 190px;
	}

	.why-item_2 .why-item__check-icon {
		top: 80px;
		right: 40px;
	}

	.why-item_3 .why-item__img {
		max-width: 240px;
		right: -70px;
	}

	.why-item_3 .why-item__check-icon {
		top: 140px;
		right: 120px;
	}

	.why-item__number {
		font-size: 160px;
		bottom: -20px;
		left: -50px;
	}

	.why-item__title {
		font-size: 24px;
	}

	.why-item__text {
		font-size: 16px;
		max-width: 230px;
	}

	.portfolio {
		padding-left: 40px;
		padding-right: 40px;
	}

	.portfolio-item__main-slider-cont {
		margin: 0px 0px 20px 0px;
	}

	.portfolio-item__main-slider-item {
		border-radius: 35px;
		min-height: 430px;
	}

	.portfolio-item__main-slider-nav-item {
		width: 68px;
		height: 68px;
		border: 6px solid #fff;
	}

	.portfolio-item__main-slider-nav-item_prev {
		left: -34px;
	}

	.portfolio-item__main-slider-nav-item_next {
		right: -34px;
	}

	.portfolio-item__main-slider-nav-item svg {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		-ms-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}

	.portfolio-item__nav-slider-item {
		border-radius: 15px;
		min-height: 130px;
	}

	.portfolio-item__content {
		padding: 30px 0px 0px 100px;
	}

	.portfolio-item__title {
		font-size: 36px;
	}

	.portfolio-item__data-table td {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.portfolio-item__data-table td:first-child {
		width: 60%;
	}

	.portfolio-item__data-table td:last-child {
		padding-left: 10px;
		width: 40%;
	}

	.portfolio-item__review-link {
		font-size: 24px;
		padding-bottom: 7px;
		margin: 0px 0px 36px 0px;
	}

	.portfolio__decor {
		bottom: 600px;
		max-width: 400px;
	}

	.reasons__title {
		max-width: 800px;
	}

	.reasons__item-wrapper {
		margin: 0px 0px 30px 0px;
	}

	.reasons-item {
		padding: 45px 30px 30px 30px;
		min-height: 230px;
		border-radius: 20px;
	}

	.reasons-item_1 .reasons-item__img {
		max-width: 200px;
		top: 0px;
	}

	.reasons-item_2 .reasons-item__img {
		max-width: 166px;
		top: 50px;
	}

	.reasons-item_3 .reasons-item__img {
		max-width: 130px;
		top: 40px;
	}

	.reasons-item_4 .reasons-item__img {
		max-width: 200px;
	}

	.reasons-item_5 .reasons-item__img {
		max-width: 210px;
		right: -35px;
	}

	.reasons-item_6 .reasons-item__img {
		max-width: 340px;
	}

	.reasons-item_7 .reasons-item__img {
		max-width: 110px;
	}

	.reasons-item_8 .reasons-item__img {
		max-width: 240px;
		top: 50px;
	}

	.reasons-item_9 .reasons-item__img {
		max-width: 130px;
	}

	.reasons-item__number {
		width: 46px;
		height: 38px;
	}

	.reasons-item__number span {
		font-size: 22px;
	}

	.reasons-item__title {
		font-size: 24px;
	}

	.reasons-item__text {
		font-size: 14px;
		max-width: 220px;
	}

	.lider__body {
		padding: 40px 0 60px 0;
	}

	.lider__bg {
		left: 0px;
	}

	.lider__logo {
		max-width: 120px;
		left: 50px;
	}

	.lider__subtitle {
		font-size: 30px;
		max-width: 600px;
	}

	.lider__content-block {
		padding: 0px 0px 0px 640px;
	}

	.lider__hello {
		max-width: 570px;
	}

	.lider__hello-title {
		font-size: 26px;
	}

	.lider__hello-text {
		font-size: 22px;
	}

	.lider__text {
		font-size: 18px;
	}

	.lider__text p {
		margin: 0px 0px 30px 0px;
	}

	.lider__img-cont {
		max-width: 640px;
		left: 30px;
	}

	.lider__img-label {
		padding: 18px;
		border-radius: 26px;
		max-width: 280px;
		bottom: 100px;
	}

	.lider__img-label-title {
		font-size: 22px;
	}

	.lider__img-subtitle {
		font-size: 18px;
	}

	.pricelist__decor {
		max-width: 450px;
		bottom: -100px;
		left: -50px;
	}

	.pricelist__title {
		max-width: 1000px;
	}

	.pricelist__subtitle {
		font-size: 26px;
		/* max-width: 900px; */
	}

	.pricelist__body {
		/* max-width: 980px; */
		border-radius: 30px;
	}

	.pricelist__body-head {
		padding: 40px 20px 38px 80px;
	}

	.pricelist__head-table td {
		font-size: 24px;
	}

	.pricelist__body-main {
		padding: 0px 10px 30px 0px;
	}

	.pricelist__main-table td {
        font-size: 15px;
        padding: 26px 4px 28px;
        border: 1px solid #c6c0c0;
    }
	.table-1 td {
        font-size: 15px;
        padding: 26px 4px 28px;
        border: 1px solid #c6c0c0;
    }

	.consult__logo {
		left: -100px;
		max-width: 120px;
	}

	.consult__title {
		-webkit-transform: translate(-30px, 0);
		-ms-transform: translate(-30px, 0);
		transform: translate(-30px, 0);
		max-width: 900px;
	}

	.consult__img-cont {
		max-width: 600px;
		left: 200px;
	}

	.consult__service-list {
		max-width: 350px;
		left: -200px;
	}

	.consult__service-item {
		padding: 0px 0px 0px 80px;
		font-size: 24px;
		margin: 0px 0px 50px 0px;
	}

	.consult__service-item-icon {
		width: 58px;
		height: 58px;
		border: 4px solid #fff;
	}

	.consult__service-item-icon svg {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	.consult__img-label {
		max-width: 400px;
		padding: 30px 30px 30px;
		left: -200px;
		bottom: 90px;
		border-radius: 20px;
	}

	.consult__img-label-overtitle {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.consult__img-label-title {
		font-size: 28px;
		margin-bottom: 12px;
	}

	.consult__img-label-subtitle {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.consult__img-label-phone {
		font-size: 24px;
	}

	.consult__form-cont {
		max-width: 460px;
	}

	.consult-form {
		padding: 48px;
	}

	.consult-form__phone-title {
		font-size: 18px;
	}

	.consult-form__phone-link {
		font-size: 26px;
	}

	.consult-form__phone-icon {
		width: 55px;
		height: 55px;
		border: 6px solid #fff;
		margin-right: 15px;
	}

	.consult-form__phone-icon svg {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	.consult-form__title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.consult-form__subtitle {
		font-size: 18px;
		margin-bottom: 34px;
	}

	.consult-form__form {
		max-width: 340px;
	}

	.faq__items {
		max-width: 800px;
	}

	.faq__item {
		margin-bottom: 24px;
	}

	.faq-item {
		border-radius: 24px;
		padding: 40px 60px;
	}

	.faq-item__number {
		top: 41px;
		right: 24px;
		font-size: 28px;
	}

	.faq-item__icon {
		max-width: 12px;
		left: 25px;
		top: 50px;
	}

	.faq-item__title {
		font-size: 26px;
	}

	.faq-item__answer-body {
		font-size: 18px;
	}

	.faq-item__answer-body p {
		margin-bottom: 16px;
	}

	.quiz__body {
		max-width: 970px;
		padding: 34px 30px 40px;
		border-radius: 40px;
	}

	.quiz__title {
		font-size: 30px;
	}

	.quiz__subtitle {
		font-size: 18px;
	}

	.quiz__nav {
		margin-bottom: 30px;
	}

	.quiz__nav-item {
		width: 40px;
		height: 40px;
		font-size: 18px;
		margin: 0 7px;
	}

	.quiz__page {
		min-height: 340px;
	}

	.quiz__page_1 .quiz__page-container {
		max-width: 800px;
	}

	.quiz__page_2 .quiz__page-container {
		max-width: 700px;
	}

	.quiz__page_3 .quiz__q,
	.quiz__page_4 .quiz__q {
		max-width: 400px;
	}

	.quiz__page_3 .quiz__a-item-wrapper,
	.quiz__page_4 .quiz__a-item-wrapper {
		padding: 0px 0px 0px 400px;
	}

	.quiz__page_5 .quiz__a-item-wrapper {
		padding: 0px 0px 0px 300px;
	}

	.quiz__page_5 .a-check-item {
		margin-bottom: 16px;
	}

	.quiz__page_6 .quiz__a-item-wrapper {
		padding: 0px 0px 0px 300px;
	}

	.quiz__page_7 .quiz__form-cont {
		max-width: 350px;
	}

	.quiz__q {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.quiz__a-image-row {
		margin: 0 -8px;
	}

	.quiz__a-image-item-wrapper {
		padding: 0 8px;
	}

	.quiz__btn-prev {
		min-width: 180px;
		min-height: 66px;
		font-size: 18px;
	}

	.quiz__btn-next {
		min-width: 230px;
		min-height: 66px;
		font-size: 18px;
	}

	.quiz__btn-submit {
		min-width: 260px;
		min-height: 66px;
		font-size: 18px;
	}

	.a-image-item__img {
		min-height: 120px;
	}

	.a-check-item {
		margin-bottom: 25px;
	}

	.a-check-item__icon {
		width: 30px;
		height: 30px;
		border-radius: 8px;
		margin-right: 16px;
	}

	.a-check-item__title {
		font-size: 26px;
	}

	.a-check-item._active .a-check-item__icon svg {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@media (max-width: 1169.98px) {
	._container {
		max-width: 970px;
	}

	.discription {
		display: none;
	}

	.intro__img {
		width: 800px;
		top: 100px;
		left: 300px;
	}

	.intro__bg-floor {
		width: 1400px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.intro-pluses {
		display: block;
	}

	.intro-pluses__item {
		margin: 0px 0px 30px 0px;
	}

	.intro-pluses__item:last-child {
		margin: 0px 0px 0px 0px;
	}

	.intro-pluses__item-icon {
		max-width: 90px;
	}

	.intro-pluses__item-check {
		top: 50px;
		left: -10px;
	}

	.why__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.why__item-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		margin: 0px 0px 40px 0px;
	}

	.why__item-wrapper:last-child {
		margin: 0px 0px 0px 0px;
	}

	.portfolio-item:nth-child(even) .portfolio-item__content {
		padding: 30px 80px 0px 0px;
	}

	.portfolio-item__main-slider-item {
		min-height: 390px;
		border-radius: 30px;
	}

	.portfolio-item__nav-slider-item {
		min-height: 110px;
	}

	.portfolio__decor {
		display: none;
	}

	.reasons__items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.reasons__item-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.reasons__btn-cont {
		margin-top: 20px;
	}

	.reasons-item__title {
		max-width: 280px;
	}

	.lider__logo {
		top: 300px;
	}

	.lider__content-block {
		padding: 0px 0px 0px 300px;
		max-width: 860px;
	}

	.lider__btn-cont {
		text-align: center;
	}

	.lider__img-cont {
		position: relative;
		bottom: unset;
		left: unset;
		max-width: 500px;
		-webkit-transform: translate(350px, 0);
		-ms-transform: translate(350px, 0);
		transform: translate(350px, 0);
	}

	.lider__img-label {
		display: none;
	}

	.pricelist__decor {
		left: -120px;
	}

	.consult__title {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}

	.consult__img-cont {
		left: 100px;
	}

	.consult__service-list {
		left: -100px;
		max-width: 320px;
	}

	.consult__service-item {
		font-size: 22px;
		margin: 0px 0px 30px 0px;
	}

	.consult__img-label {
		left: -100px;
	}
}

@media (max-width: 991.98px) {
	._container {
		max-width: 750px;
	}

	.select__title {
		font-size: 18px;
	}

	.select__options {
		font-size: 18px;
	}

	.section {
		padding: 50px 0px;
	}

	.why {
		padding-top: 90px;
	}

	.section-title {
		font-size: 42px;
	}

	.review__title {
		margin-bottom: 40px;
	}

	.header {
		padding: 10px 0px 0px 0px;
	}

	.header__row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header__contacts-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		text-align: right;
	}

	.header__social {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0px 0px 10px 0px;
		position: absolute;
        bottom: -7px;
        right: 31%;
	}

	.header__phone-link {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
		margin: 0px 0px 10px 0px;
	}

	.header__callback-btn {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.footer__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer__data-block {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding: 50px 0px 0px 0px;
	}

	.footer__contacts-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.intro {
		padding: 200px 0px 90px 0px;
	}

	.intro__img {
		left: 170px;
	}

	.portfolio-item:nth-child(even) .portfolio-item__content {
		padding: 0;
	}

	.portfolio-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 580px;
		margin: 0px auto 110px auto;
	}

	.portfolio-item__gallery-cont {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0px 0px 50px 0px;
	}

	.portfolio-item__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 0;
	}

	.portfolio__decor {
		display: block;
		bottom: 1100px;
	}

	.lider__bg {
		left: -200px;
	}

	.lider__logo {
		left: 0;
	}

	.lider__title {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}

	.lider__subtitle {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}

	.lider__content-block {
		padding: 0;
		max-width: 600px;
		margin: 0px auto;
	}

	.lider__img-cont {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		margin: 0px auto;
	}

	.pricelist__decor {
		max-width: 320px;
		bottom: -80px;
	}

	.consult__title {
		margin-bottom: 0px;
	}

	.consult__img-cont {
		position: relative;
		left: unset;
		bottom: unset;
		margin: 0px auto;
		max-width: 480px;
	}

	.consult__img {
		-webkit-transform: translate(70px, 0);
		-ms-transform: translate(70px, 0);
		transform: translate(70px, 0);
	}

	.consult__service-list {
		max-width: 300px;
	}

	.consult__img-label {
		left: 230px;
		width: 100%;
		max-width: 300px;
		padding: 20px;
		bottom: 70px;
		background: rgba(231, 231, 231, 0.9);
		border-radius: 16px;
	}

	.consult__img-label-overtitle {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.consult__img-label-title {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.consult__img-label-subtitle {
		margin: 0;
		font-size: 14px;
	}

	.consult__img-label-phone {
		display: none;
	}

	.consult__form-cont {
		margin: -50px auto 0 auto;
	}

	.quiz__page_3 .quiz__a-item-wrapper,
	.quiz__page_4 .quiz__a-item-wrapper {
		padding: unset;
		max-width: 400px;
		margin: 0px auto;
	}

	.quiz__page_5 .quiz__a-item-wrapper {
		max-width: 400px;
		margin: 0px auto;
		padding: 0;
	}

	.quiz__page_6 .quiz__a-item-wrapper {
		max-width: 400px;
		margin: 0px auto;
		padding: 0;
	}

	.a-item {
		cursor: auto;
	}
}

@media (max-width: 767.98px) {
	.page-lines span:nth-child(odd) {
		display: none;
	}

	._container {
		max-width: none;
		padding: 0 10px;
	}

	.btn {
		min-width: 280px;
		min-height: 60px;
		font-size: 14px;
	}

	.btn_form {
		min-height: 60px;
	}

	.btn_form span {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	.callback-btn {
		font-size: 12px;
		padding: 10px 20px;
	}

	.section {
		padding: 30px 0;
	}

	.why {
		padding-top: 90px;
	}

	.section-title {
		font-size: 24px;
	}

	.popup__close {
		width: 20px;
		height: 20px;
		top: 30px;
		right: 30px;
	}

	.review__body {
		padding: 60px 40px;
		border-radius: 30px;
	}

	.square-cont {
		padding: 0px 0px 80px 0px;
	}

	.square-subtitle {
		font-size: 15px;
		margin: 0px 0px 5px 0px;
	}

	.header {
		padding: 20px 0px 47px 0px;
	}

	.header__row {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.header__logo {
		max-width: 185px;
		margin-bottom: -8px;
	}

	.header__social {
        position: absolute;
        margin: 0;
        bottom: 7px;
        right: 161px;
    }

	.header__phone-link {
		margin: 0;
		
	}

	.header__callback-btn {
        display: block;
        position: absolute;
        top: 49px;
    }

	.social__link {
		max-width: 26px;
		margin: 0 3px;
	}

	.phone-link {
		font-size: 15px;
	}
	.svg-1{font-size:20px}
	.footer {
		padding-top: 40px;
	}

	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer__logo {
		margin-bottom: 30px;
	}

	.footer__phone-link {
		font-size: 18px;
	}

	.intro {
		padding: 100px 0px 160px 0px;
	}

	.intro__title {
		font-size: 38px;
		margin: 0px 0px 25px 0px;
		max-width: 500px;
	}

	.intro__undertitle {
		font-size: 24px;
		margin: 0px 0px 40px 0px;
	}

	.intro__btn-row {
		display: block;
		text-align: center;
		max-width: 400px;
		margin: 0px auto;
	}

	.intro__btn {
		margin: 0px 0px 20px 0px;
	}

	.intro__img {
        left: 93px;
        top: 124px;
    }

	.why__title {
		max-width: 480px;
	}

	.why__row {
		max-width: 500px;
		margin: 0px auto;
	}

	.why__item-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 0;
		margin: 0px 0px 25px 0px;
	}

	.portfolio-item__gallery-cont {
		margin: 0px 0px 25px 0px;
	}

	.portfolio-item__nav-slider-cont {
		display: none;
	}

	.portfolio-item__title {
		font-size: 28px;
	}

	.portfolio-item__data-table {
		margin: 0px 0px 30px 0px;
	}

	.portfolio-item__data-table td {
		font-size: 20px;
	}

	.portfolio-item__review-link {
		font-size: 20px;
	}

	.portfolio__decor {
		bottom: 900px;
		max-width: 340px;
	}

	.reasons__title {
		max-width: 400px;
	}

	.reasons__items {
		max-width: 500px;
		margin: 0px auto;
	}

	.reasons__item-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0px 0px 20px 0px;
		padding: 0;
	}

	.reasons-item {
		min-height: 150px;
	}

	.reasons-item_1 .reasons-item__img {
		max-width: 150px;
	}

	.reasons-item_2 .reasons-item__img {
		max-width: 130px;
		top: 30px;
	}

	.reasons-item_3 .reasons-item__img {
		max-width: 110px;
		top: 30px;
	}

	.reasons-item_4 .reasons-item__img {
		max-width: 160px;
		top: -24px;
	}
	.reasons-item_5 .reasons-item__img {
        max-width: 149px;
        right: -18px;
    }
	.reasons-item_6 .reasons-item__img {
		max-width: 140px;
	}

	.reasons-item__text {
		max-width: 320px;
	}

	.lider__body {
		padding: 50px 0 60px 0;
	}

	.lider__title {
		max-width: 460px;
		margin-bottom: 20px;
	}

	.lider__subtitle {
		font-size: 20px;
		max-width: 380px;
		margin-bottom: 30px;
	}

	.lider__content-block {
		max-width: 500px;
	}

	.lider__hello {
		max-width: 500px;
	}

	.lider__hello-title {
		font-size: 24px;
	}

	.lider__hello-text {
		font-size: 18px;
	}

	.lider__text {
		font-size: 16px;
	}

	.lider__text p {
		margin-bottom: 20px;
	}

	.lider__img-cont {
		max-width: 400px;
	}

	.pricelist__decor {
		max-width: 150px;
		left: 0;
		bottom: -30px;
	}

	.pricelist__title {
		max-width: 400px;
	}

	.pricelist__subtitle {
		font-size: 16px;
		max-width: 400px;
		margin-bottom: 40px;
	}

	.pricelist__body {
		max-width: 500px;
		border-radius: 20px;
	}

	.pricelist__body-head {
		padding: 30px 20px;
	}

	.pricelist__head-table td {
		font-size: 16px;
	}

	.pricelist__body-main {
		padding: 10px 40px 20px;
	}

	.pricelist__main-table tr {
		border-bottom: 1px solid #c6c0c0;
	}

	.pricelist__main-table td {
		font-size: 20px;
		padding: 20px 0;
	}

	.pricelist__main-table::before,
	.pricelist__main-table::after {
		height: 30px;
	}

	.consult__title {
		max-width: 460px;
	}

	.consult__service-list {
		max-width: 220px;
		left: 0px;
		top: 80px;
	}

	.consult__service-item {
		padding: 0px 0px 0px 50px;
		font-size: 18px;
	}

	.consult__service-item-icon {
		width: 30px;
		height: 30px;
		border: 3px solid #fff;
	}

	.consult__service-item-icon svg {
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}

	.consult__img-label {
		left: 170px;
	}

	.quiz__body {
		max-width: 460px;
		border-radius: 20px;
		padding: 44px 30px 40px;
	}

	.quiz .popup__close {
		top: 20px;
		right: 20px;
	}

	.quiz__pages {
		padding-bottom: 20px;
	}

	.btn__error {
		font-size: 14px;
	}

	.quiz__page {
		min-height: unset;
	}

	.quiz__page_2 .quiz__a-row {
		margin: 0;
	}

	.quiz__page_2 .quiz__a-item-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 0;
	}

	.quiz__page_2 .quiz__a-item-wrapper:first-child {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.quiz__a-image-item-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.quiz__btn-prev {
		font-size: 16px;
		min-width: 120px;
		margin: 0px 15px 0px 0px;
	}

	.quiz__btn-next {
		font-size: 16px;
		min-width: 200px;
	}

	.quiz__btn-submit {
		font-size: 16px;
		min-width: 220px;
	}

	.a-check-item__title {
		font-size: 22px;
	}
}
@media (max-width: 579.98px) {
	    .header__logo {
        max-width: 176px;
        margin-bottom: 2px;
    }
.header__phone-link {
		margin: 0;
		position: absolute;
        right: 10px;
        top: 23px;
	}
	.header__social {
        position: absolute;
        margin: 0;
        bottom: 14px;
    }
}
@media (max-width: 479.98px) {
	.header {
        padding: 7px 0px 54px 0px;
        background: #ffffff;
    }

	.section-title {
		font-size: 21px;
	}
	.header__phone-link {
        margin: 0;
        position: absolute;
        right: 11px;
        top: 9px;
        font-family: 'Montserrat', sans-serif;
    }
	.header__callback-btn {
        display: block;
        position: absolute;
        bottom: 3px;
        right: 10px;
    }
	p.head{
		display: block;
		position: absolute;
		bottom: 9px;
		left: 9px;
		font-size: 14px;
	}
	.header__social {
        position: absolute;
        margin: 0;
        bottom: 1px;
        right: 165px;
    }
	.social__link {
        max-width: 31px;
        margin: 0px 6px;
    }

	    .header__logo {
        max-width: 180px;
        margin-bottom: 2px;
    }
	.popup__close {
		top: 16px;
		right: 16px;
	}

	.review__body {
		max-width: 380px;
		padding: 60px 20px 35px 20px;
		border-radius: 18px;
	}

	.review__title {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.review__avatar {
		width: 70px;
		height: 70px;
		margin: 0px 18px 0px 0px;
		border-radius: 6px;
	}

	.review__name {
		font-size: 20px;
	}

	.review__score {
		padding: 16px;
	}

	.review__score-title {
		font-size: 18px;
	}

	.popup_thanks .popup__body,
	.popup_zamer .popup__body,
	.popup_consult .popup__body,
	.popup_callback .popup__body {
		max-width: 340px;
		padding: 50px 20px;
	}

	.popup_thanks .popup__body {
		padding: 110px 20px;
	}

	.popup_thanks .popup_thanks-title {
		font-size: 34px;
	}

	.popup_thanks .popup_thanks-subtitle {
		font-size: 18px;
	}

	.footer__data-block {
		padding: 20px 0px 0px 0px;
	}

	.footer__creator {
		padding: 40px 0 50px;
	}

	.footer__creator-link {
		font-size: 16px;
	}

	.intro__title {
		font-size: 22px;
	}

	.intro__undertitle {
        font-size: 16px;
        max-width: 252px;
    }

	.intro__img {
		top: 34px;
		width: 500px;
		left: -2px;
	}

	.intro-pluses__item {
		padding: 0px 0px 0px 71px;
		margin: 0px 0px 35px 0px;
	}

	.intro-pluses__item-icon {
		top: -3px;
		max-width: 80px;
	}

	.intro-pluses__item-title {
		font-size: 15px;
		background: #ffffff73;
		border-radius: 0 20px 20px 0;
		padding: 3px;
	}
.intro__img img {
    max-width: 100%;
    height: 399px;
}
    .intro {
        padding: 100px 0px 3px 0px;
    }
	.intro__bg-floor img {
    width: 100%;
    height: 0px;
	
}
.intro__btn-row {
        display: block;
        text-align: center;
        max-width: 400px;
        margin: -40px auto;
		top: 7px;
    }
	.why__title {
		margin-bottom: 25px;
	}

	.why__row {
		max-width: 390px;
	}

	.why__item-wrapper {
		margin: 0px 0px 15px 0px;
	}

	.why-item {
		border-radius: 12px;
		padding: 25px 30px 45px 20px;
	}

	.why-item_1 .why-item__img {
		max-width: 180px;
		right: -30px;
	}

	.why-item_1 .why-item__check-icon {
		top: 100px;
		right: 80px;
	}

	.why-item_2 .why-item__img {
		max-width: 140px;
		right: -30px;
	}

	.why-item_3 .why-item__img {
		max-width: 190px;
	}

	.why-item_3 .why-item__check-icon {
		top: 110px;
		right: 70px;
	}

	.why-item__number {
		font-size: 120px;
		left: -30px;
	}

	.why-item__title {
		font-size: 20px;
	}

	.why-item__text {
		font-size: 14px;
		max-width: 200px;
	}

	.why-item__check-icon {
		width: 36px;
		height: 36px;
		border: 2px solid #fff;
	}

	.why-item__check-icon svg {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	.portfolio {
		padding-left: 10px;
		padding-right: 10px;
	}

	.portfolio__title {
		margin-bottom: 30px;
		max-width: 240px;
	}

	.portfolio-item {
		max-width: 390px;
	}

	.portfolio-item__gallery-cont {
		margin: 0px 0px 25px 0px;
	}

	.portfolio-item__main-slider-cont {
		margin: 0;
	}

	.portfolio-item__main-slider-item {
		min-height: 240px;
		border-radius: 20px;
	}

	.portfolio-item__main-slider-nav-item {
		width: 40px;
		height: 40px;
		border: 3px solid #fff;
	}

	.portfolio-item__main-slider-nav-item_prev {
		left: -15px;
	}

	.portfolio-item__main-slider-nav-item_next {
		right: -15px;
	}

	.portfolio-item__main-slider-nav-item svg {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		-ms-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
	}

	.portfolio-item__title {
		font-size: 20px;
		margin: 0px 0px 20px 0px;
	}

	.portfolio-item__data-table {
		margin: 0px 0px 20px 0px;
	}

	.portfolio-item__data-table td {
		font-size: 16px;
		padding-bottom: 14px;
	}

	.portfolio-item__review-link {
		font-size: 18px;
		padding-bottom: 5px;
		border-bottom: 2px solid #d1d1d1;
		margin-bottom: 30px;
	}

	.portfolio-item__btn-cont {
		text-align: center;
	}

	.portfolio__decor {
		display: none;
	}

	.reasons__items {
		max-width: 380px;
	}

	.reasons-item {
		padding: 40px 90px 20px 20px;
		border-radius: 12px;
	}

	.reasons-item_8 .reasons-item__img {
		max-width: 200px;
	}

	.reasons-item__number {
		width: 40px;
		height: 34px;
	}

	.reasons-item__number span {
		font-size: 16px;
	}

	.reasons-item__title {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.reasons-item__text {
		max-width: 200px;
	}

	.lider__body {
		padding: 45px 0;
	}

	.lider__title {
		font-size: 20px;
	}

	.lider__subtitle {
		font-size: 16px;
		max-width: 300px;
		margin-bottom: 20px;
	}

	.lider__content-block {
		max-width: 380px;
	}

	.lider__hello {
		padding: 14px;
		border-radius: 10px;
	}

	.lider__hello-title {
		font-size: 18px;
	}

	.lider__hello-text {
		font-size: 14px;
	}

	.pricelist__title {
		font-size: 18px;
		max-width: 300px;
		margin-bottom: 20px;
	}

	.pricelist__subtitle {
		font-size: 14px;
		max-width: 340px;
		margin-bottom: 30px;
	}

	.pricelist__body {
		max-width: 380px;
		border-radius: 12px;
	}

	.pricelist__body-head {
		padding: 26px 18px;
	}

	.pricelist__body-main {
		padding: 10px 1px 10px;
	}

	.pricelist__main-table td {
		font-size: 14px;
		padding: 18px 0;
	}

	.consult__title {
		font-size: 18px;
		max-width: 320px;
	}

	.consult__img-cont {
		max-width: 320px;
	}

	.consult__img {
		-webkit-transform: translate(60px, 0);
		-ms-transform: translate(60px, 0);
		transform: translate(60px, 0);
	}

	.consult__service-list {
		top: 30px;
		max-width: 180px;
	}

	.consult__service-item {
		padding: 0px 0px 0px 40px;
		font-size: 14px;
		margin: 0px 0px 20px 0px;
	}

	.consult__img-label {
		max-width: 240px;
		left: 70px;
		padding: 15px;
		border-radius: 12px;
	}

	.consult__img-label-overtitle {
		display: none;
	}

	.consult__img-label-title {
		font-size: 16px;
	}

	.consult__img-label-subtitle {
		font-size: 13px;
	}

	.consult__form-cont {
		max-width: 360px;
	}

	.consult-form {
		padding: 30px 20px;
		border-radius: 20px;
	}

	.consult-form__phone {
		margin-bottom: 16px;
	}

	.consult-form__phone-title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.consult-form__phone-link {
		font-size: 18px;
	}

	.consult-form__phone-icon {
		width: 34px;
		height: 34px;
		border: 3px solid #fff;
		margin-right: 10px;
	}

	.consult-form__phone-icon svg {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.consult-form__title {
		font-size: 18px;
		max-width: 280px;
		margin: 0px auto 14px auto;
	}

	.consult-form__subtitle {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.faq__title {
		max-width: 300px;
		margin-bottom: 36px;
	}

	.faq__items {
		max-width: 380px;
	}

	.faq__item {
		margin-bottom: 16px;
	}

	.faq-item {
		padding: 20px 50px 20px 40px;
		border-radius: 16px;
	}

	.faq-item__number {
		font-size: 20px;
		right: 20px;
		top: 21px;
	}

	.faq-item__icon {
		left: 16px;
		top: 23px;
	}

	.faq-item__title {
		font-size: 18px;
	}

	.faq-item__answer-body {
		padding: 15px 0px 0px 0px;
		font-size: 15px;
	}

	.faq-item__answer-body p {
		margin: 0px 0px 10px 0px;
	}

	.quiz__body {
		max-width: 360px;
		padding: 50px 20px 30px;
	}

	.quiz__title {
		font-size: 22px;
	}

	.quiz__subtitle {
		font-size: 15px;
	}

	.quiz__nav {
		margin-bottom: 24px;
	}

	.quiz__nav-item {
		width: 30px;
		height: 30px;
		margin: 0 4px;
		font-size: 16px;
	}

	.quiz__pages {
		margin-bottom: 40px;
	}

	.quiz__page {
		margin-bottom: 0;
	}

	.quiz__q {
		font-size: 20px;
		margin-bottom: 22px;
	}

	.quiz__btn-prev {
		min-height: 50px;
		min-width: 80px;
		font-size: 14px;
	}

	.quiz__btn-next {
		min-height: 50px;
		min-width: 140px;
		font-size: 14px;
	}

	.quiz__btn-submit {
		min-height: 50px;
		min-width: 140px;
		font-size: 14px;
	}

	.a-image-item__icon {
		width: 36px;
		height: 36px;
		border: 4px solid #fff;
		margin: -20px auto 3px auto;
	}

	.a-image-item__title {
		font-size: 16px;
	}

	.a-image-item._active .a-image-item__icon svg {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}

	.btn__error {
		font-size: 14px;
		top: -34px;
	}

	.a-check-item__title {
		font-size: 16px;
	}
}

@media (max-width: 479.98px) and (max-width: 479.98px) {
	.portfolio-item {
		margin: 0px auto 70px auto;
	}
}

@media (max-width: 330px) {
	.consult__title {
		font-size: 17px;
	}
}

@media (any-hover: hover) {
	.btn:hover {
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
}

._webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent;
}

._webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.webp) no-repeat scroll 0 0;
}

._webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent;
}

._webp .popup_thanks .popup__body,
._webp .popup_zamer .popup__body,
._webp .popup_consult .popup__body,
._webp .popup_callback .popup__body {
	background: url(../img/bgs/popup-bg.webp) center/cover no-repeat, #fff;
}

._webp .lider__hello {
	background: url(../img/bgs/lider-hello.webp) center/cover no-repeat;
}

.btn-dop {
	width: 440px;
	height: 129px;
	border-radius: 12px;
	border: 5px solid #fff;
	line-height: 119px;
	font-size: 33px;
	margin: -65px auto 30px;
	position: relative;
	font-weight: bold;
	color: #fff;
	box-shadow: 0px 8px 43.20000076293945px -5px #00000033;
}

.blue {
	background: linear-gradient(0deg, #068ED3, #068ED3), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.orange {
	background: linear-gradient(0deg, #FF8C39, #FF8C39), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.dop-block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	text-align: center;
}

.dop-block {
	font-size: 36px;
}

.dop-block span {
	font-weight: bold;
}

.dop-block p {
	color: #000;
}

.dop-block img {
	max-width: 100%
}

.econom {
	padding: 110px 0 90px
}

@media (max-width: 1919.98px) {
	.dop-item {
		width: 50%;
	}

	.btn-dop {
		width: 360px;
		height: 100px;
		line-height: 90px;
		font-size: 28px;
		margin: -50px auto 30px;
	}

	.dop-block {
		font-size: 28px
	}
}

@media (max-width: 1169.98px) {
	.dop-block {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	.btn-dop {
		width: 240px;
		height: 70px;
		line-height: 60px;
		font-size: 20px;
		margin: -35px auto 20px;
	}

	.dop-block {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.dop-block {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 15px
	}

	.dop-item {
		width: 310px;
	}
}