@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*, a {
	color: inherit
}
a {
	text-decoration: none
}
body {
	background-color: #f8f8f8;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
body, button, input, textarea {
	font-family: Roboto, sans-serif
}
button, input, textarea {
	color: inherit;
	outline: none;
	border: none
}
ol, ul {
	list-style: none
}
.slide__header {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	margin: 0 auto 30px;
	text-align: center
}
@media screen and (max-width:720px) {
	.slide__header {
		font-size: 26px;
		margin: 0 auto 20px
	}
}
.slide__header:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 3px;
	width: 60%;
	background-color: #00d153;
	left: 20%;
	margin-top: 10px
}
@media screen and (max-width:720px) {
	.slide__header:after {
		width: 40%;
		left: 30%
	}
}
.swiper-container {
	width: 100%;
	height: 100%
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@-webkit-keyframes play {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	15% {
		-webkit-box-shadow: 0 0 0 5px rgba(0, 209, 83, .4);
		box-shadow: 0 0 0 5px rgba(0, 209, 83, .4)
	}
	25% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 209, 83, .4), 0 0 0 30px rgba(0, 209, 83, .2);
		box-shadow: 0 0 0 10px rgba(0, 209, 83, .4), 0 0 0 30px rgba(0, 209, 83, .2)
	}
	25% {
		-webkit-box-shadow: 0 0 0 15px rgba(0, 209, 83, .4), 0 0 0 30px rgba(0, 209, 83, .2);
		box-shadow: 0 0 0 15px rgba(0, 209, 83, .4), 0 0 0 30px rgba(0, 209, 83, .2)
	}
}
.call {
	display: none
}
@media screen and (max-width:440px) {
	.call {
		-webkit-animation: play 2s ease infinite;
		animation: play 2s ease infinite;
		cursor: pointer;
		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;
		position: fixed;
		bottom: 35px;
		left: 35px;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		background-color: #00d153;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		border: 5px solid hsla(0, 0%, 100%, .3);
		z-index: 999
	}
	.call>i {
		display: inline-block;
		height: 26px;
		width: 26px
	}
	.call>i svg {
		opacity: .9;
		width: 100%;
		height: 100%
	}
	.call>i svg path, .call>i svg polygon {
		fill: #fff!important
	}
}
.wrapper {
	width: 1140px;
	margin: 0 auto 0 130px
}
.wrapper--padding {
	padding: 0 20px
}
.main-header {
	height: 100px;
	background-color: #fff;
	padding-bottom: 25px
}
@media screen and (max-width:1160px) {
	.main-header {
		height: 80px;
		padding-bottom: 15px
	}
}
@media screen and (max-width:400px) {
	.main-header {
		height: auto;
		padding: 10px 0 25px
	}
}
.main-header__wrapper {
	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;
	width: 1140px;
	height: 100%;
	margin: 0 auto;
	padding: 0 30px
}
@media screen and (min-width:1660px) {
	.main-header__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.main-header__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
@media screen and (max-width:1024px) {
	.main-header__wrapper {
		width: 100%;
		padding: 0 15px
	}
}
@media screen and (max-width:400px) {
	.main-header__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.main-header__logo {
	color: #5c5c5c;
	font-size: 36px;
	font-weight: 400
}
@media screen and (max-width:1160px) {
	.main-header__logo {
		font-size: 26px
	}
}
@media screen and (max-width:1024px) {
	.main-header__logo {
		font-size: 24px
	}
}
.main-header__logo strong {
	color: #00dd58;
	font-weight: 500
}
.main-header__logo small {
	font-size: 14px
}
.main-header__text {
	color: #5c5c5c;
	font-size: 24px;
	font-weight: 400
}
@media screen and (max-width:1160px) {
	.main-header__text {
		font-size: 18px;
		padding: 0 15px;
		text-align: center
	}
}
@media screen and (max-width:640px) {
	.main-header__text {
		display: none
	}
}
.main-header__phone {
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap
}
@media screen and (max-width:1160px) {
	.main-header__phone {
		font-size: 20px
	}
}
.main-header__phone>span {
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}
.main-header__phone>i {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	vertical-align: middle
}
@media screen and (max-width:1160px) {
	.main-header__phone>i {
		width: 20px;
		height: 20px
	}
}
.main-header__phone>i>svg {
	width: 100%;
	height: 100%
}
.main-header__phone>i>svg path, .main-header__phone>i>svg polygon {
	fill: #000!important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
@-webkit-keyframes appear {
	0% {
		top: -50px
	}
	to {
		top: 0
	}
}
@keyframes appear {
	0% {
		top: -50px
	}
	to {
		top: 0
	}
}
.subheader {
	color: #fff;
	height: 50px;
	background-color: #00d153;
	border-radius: 5px;
	width: 1140px;
	margin: -25px auto;
	position: relative
}
@media screen and (min-width:1660px) {
	.subheader {
		margin: -25px auto -25px calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.subheader {
		width: 96%;
		margin: -15px auto
	}
}
.subheader--floating {
	background-color: #00923a;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	margin: 0 auto;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
	z-index: 99;
	-webkit-animation-name: appear;
	animation-name: appear;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}
@media screen and (max-width:440px) {
	.subheader--floating {
		background-color: #00d153
	}
}
.subheader--floating .subheader__wrapper {
	width: 100%
}
@media screen and (min-width:1290px) {
	.subheader--floating .subheader__phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.subheader__wrapper {
	width: 1140px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:1160px) {
	.subheader__wrapper {
		width: 100%
	}
}
.subheader__menu {
	height: 100%;
	font-size: 0
}
@media screen and (max-width:440px) {
	.subheader__menu {
		display: none
	}
}
.subheader__menu__item {
	height: 100%;
	display: inline-block
}
.subheader__menu__item:first-of-type>a {
	padding-left: 30px
}
.subheader__menu__item--services {
	display: none
}
@media screen and (max-width:720px) {
	.subheader__menu__item--services {
		display: inline-block
	}
	.subheader__menu__item--services a {
		padding-left: 20px
	}
}
@media screen and (max-width:720px) {
	.subheader__menu__item--destroy {
		display: none
	}
}
@media screen and (max-width:940px) {
	.subheader__menu__item--contacts, .subheader__menu__item--steps {
		display: none
	}
}
@media screen and (max-width:640px) {
	.subheader__menu__item--reviews, .subheader__menu__item--services {
		display: none
	}
}
@media screen and (max-width:640px) {
	.subheader__menu__item--advantages a {
		padding-left: 20px
	}
}
.subheader__menu__item__link {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	padding: 0 20px
}
@media screen and (max-width:1160px) {
	.subheader__menu__item__link {
		font-size: 16px;
		padding: 0 10px
	}
}
.subheader__menu__item__link:hover {
	text-decoration: underline
}
.subheader__phone {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 22px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	white-space: nowrap
}
.subheader__call {
	height: 100%
}
@media screen and (max-width:440px) {
	.subheader__call {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%
	}
}
.subheader__call__button {
	cursor: pointer;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 0 3px 3px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 0 30px;
	min-width: 200px
}
@media screen and (max-width:1160px) {
	.subheader__call__button {
		font-size: 16px;
		padding: 0 20px
	}
}
@media screen and (max-width:440px) {
	.subheader__call__button {
		width: 100%;
		background-color: transparent
	}
}
.subheader__call__button:hover {
	background-color: rgba(0, 0, 0, .1)
}
.subheader__mobile {
	display: none
}
@media screen and (max-width:440px) {
	.subheader__mobile {
		display: block
	}
}
.subheader__mobile__btn {
	width: 45px;
	height: 100%;
	background-color: rgba(0, 0, 0, .15);
	border-radius: 0 5px 5px 0
}
.subheader__mobile__btn>i {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 10px
}
.subheader__mobile__btn>i svg {
	width: 100%;
	height: 100%
}
.subheader__mobile__btn>i svg path, .subheader__mobile__btn>i svg polygon {
	fill: #fff
}
.subheader__mobile__menu {
	display: none;
	z-index: 9;
	position: absolute;
	right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .65);
	padding: 20px;
	border-radius: 5px;
	color: #fff
}
.subheader__mobile__menu--opened {
	display: block
}
.subheader__mobile__menu__item {
	width: 100%;
	height: 40px
}
.subheader__mobile__menu__item__link {
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}
.first-slide, .subheader__mobile__menu__item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.first-slide {
	background-color: #594550;
	background-image: url(bg.b93963fc.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	min-height: 570px;
	padding: 50px 0 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width:1160px) {
	.first-slide {
		padding: 30px 0 80px;
		min-height: 470px
	}
}
.first-slide__wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	width: 1140px;
	padding: 0 30px;
	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
}
@media screen and (min-width:1660px) {
	.first-slide__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.first-slide__wrapper {
		width: 90%;
		padding: 0 20px
	}
}
@media screen and (max-width:640px) {
	.first-slide__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.first-slide__info {
	color: #fff
}
@media screen and (max-width:1160px) {
	.first-slide__info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}
@media screen and (max-width:640px) {
	.first-slide__info {
		margin-bottom: 30px
	}
}
.first-slide__info__header {
	width: 700px;
	font-size: 50px;
	font-weight: 900;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	margin-bottom: 30px
}
@media screen and (max-width:1160px) {
	.first-slide__info__header {
		font-size: 40px;
		width: 80%;
		text-align: center
	}
}
@media screen and (max-width:940px) {
	.first-slide__info__header {
		font-size: 28px
	}
}
@media screen and (max-width:640px) {
	.first-slide__info__header {
		font-size: 32px;
		width: 100%
	}
}
.first-slide__info__text {
	position: relative;
	opacity: 0;
	background-color: hsla(0, 0%, 100%, .2);
	border-radius: 5px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .25);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	display: block;
	width: 460px;
	padding: 20px 15px;
	-webkit-transition: top .5s, opacity .7s;
	-o-transition: top .5s, opacity .7s;
	transition: top .5s, opacity .7s
}
@media screen and (max-width:1160px) {
	.first-slide__info__text {
		font-size: 18px;
		width: 80%;
		padding: 15px 10px
	}
}
@media screen and (max-width:640px) {
	.first-slide__info__text {
		font-size: 20px;
		width: 100%
	}
}
.first-slide__info__text.show {
	opacity: 1!important
}
.first-slide__info__text>strong {
	border-radius: 3px;
	display: inline-block;
	background-color: #00d153;
	position: relative;
	top: 3px;
	padding: 1px 8px;
	line-height: 38px;
	font-size: 32px;
	font-weight: 700
}
@media screen and (max-width:1160px) {
	.first-slide__info__text>strong {
		font-size: 24px;
		line-height: 24px
	}
}
@keyframes play {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	15% {
		-webkit-box-shadow: 0 0 0 3px rgba(0, 209, 83, .4);
		box-shadow: 0 0 0 3px rgba(0, 209, 83, .4)
	}
	25% {
		-webkit-box-shadow: 0 0 0 5px rgba(0, 209, 83, .4), 0 0 0 10px rgba(0, 209, 83, .2);
		box-shadow: 0 0 0 5px rgba(0, 209, 83, .4), 0 0 0 10px rgba(0, 209, 83, .2)
	}
	25% {
		-webkit-box-shadow: 0 0 0 8px rgba(0, 209, 83, .4), 0 0 0 15px rgba(0, 209, 83, .2);
		box-shadow: 0 0 0 8px rgba(0, 209, 83, .4), 0 0 0 15px rgba(0, 209, 83, .2)
	}
}
.order__form {
	position: relative;
	background-color: #fff;
	width: 350px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
	padding: 15px 25px 20px
}
@media screen and (max-width:480px) {
	.order__form {
		width: 100%;
		padding: 15px 15px 20px
	}
}
.order__form__header {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 5px
}
.order__form__header__text {
	color: #757575;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px
}
@media screen and (max-width:480px) {
	.order__form__header__text {
		padding: 0 10px
	}
}
.order__form__success {
	display: none;
	text-align: center;
	height: 100%;
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.order__form__success__icon-container {
	padding-top: 10px;
	height: 150px;
	margin-bottom: 10px
}
.order__form__success__icon-container>i {
	display: inline-block;
	width: 100%;
	height: 100%
}
.order__form__success__icon-container>i svg {
	width: 100%;
	height: 100%
}
.order__form__success__icon-container>i svg path, .order__form__success__icon-container>i svg polygon {
	fill: #00d153!important
}
.order__form__success__header {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px
}
.order__form__success__text {
	color: #4b4b4b;
	font-size: 18px;
	font-weight: 400
}
.order__form__label {
	display: block;
	border-radius: 25px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
	padding: 0 20px;
	height: 45px;
	margin: 0 0 10px
}
.order__form__label:last-of-type {
	margin: 0 0 15px
}
.order__form__label>input {
	color: #5a5a5a;
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-size: 18px
}
.order__form__submit-btn {
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	width: 100%;
	text-align: center;
	height: 50px;
	padding-top: 8px;
	background-color: #00d153;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
	border-radius: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-animation: play 2s ease infinite;
	animation: play 2s ease infinite
}
.order__form__submit-btn:hover {
	opacity: .8
}
.order .select-day {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	border-radius: 25px
}
.order .select-day>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.order .select-day__item {
	background-color: #fff;
	cursor: pointer;
	color: #676767;
	font-size: 10px;
	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;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 3px 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-left: 1px solid #e3e3e3
}
.order .select-day__item--selected {
	cursor: default;
	background-color: rgba(0, 0, 0, .1)!important
}
.order .select-day__item:hover {
	background-color: rgba(0, 0, 0, .05)
}
@media screen and (max-width:400px) {
	.order .select-day__item:nth-child(4), .order .select-day__item:nth-child(5) {
		display: none
	}
}
.order .select-day__item:first-of-type {
	border-left: none;
	padding-left: 15px;
	border-radius: 25px 0 0 25px
}
.order .select-day__item:last-of-type {
	padding-right: 7px;
	border-radius: 0 25px 25px 0
}
.order .select-day__item__week {
	top: 0
}
.order .select-day__item__date {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000;
	font-size: 18px;
	font-weight: 500
}
.order .select-day__item__month {
	bottom: 0
}
.order .select-day__item__or {
	margin-bottom: -18px
}
.order .select-day__item__later {
	color: #000;
	font-size: 18px;
	font-weight: 500
}
.order .select-time {
	width: 100%;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	border-radius: 25px
}
.order .select-time>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.order .select-time__item {
	background-color: #fff;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3px 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-left: 1px solid #e3e3e3
}
.order .select-time__item__icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 7px
}
@media screen and (max-width:400px) {
	.order .select-time__item__icon {
		display: none
	}
}
.order .select-time__item__icon>svg {
	width: 100%;
	height: 100%
}
.order .select-time__item__icon>svg path, .order .select-time__item__icon>svg polygon {
	fill: #000!important
}
.order .select-time__item--selected {
	cursor: default;
	background-color: rgba(0, 0, 0, .1)!important
}
.order .select-time__item:hover {
	background-color: rgba(0, 0, 0, .05)
}
.order .select-time__item:first-of-type {
	border-left: none;
	padding-left: 15px;
	border-radius: 25px 0 0 25px
}
.order .select-time__item:last-of-type {
	padding-right: 15px;
	border-radius: 0 25px 25px 0
}
.achievements {
	width: 1140px;
	height: 150px;
	margin: -75px auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	padding: 0 30px;
	border-radius: 3px;
	position: relative
}
@media screen and (min-width:1660px) {
	.achievements {
		margin: -75px auto -75px calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.achievements {
		width: 90%;
		padding: 0 10px 20px;
		height: auto;
		min-height: 130px;
		margin: -65px auto
	}
}
.achievements+* {
	padding-top: 95px
}
.achievements__row {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.achievements__row>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media screen and (max-width:480px) {
	.achievements__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.achievements__cell {
	margin: 0 10px;
	width: 25%;
	height: 100%;
	text-align: center;
	color: #535353;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
@media screen and (max-width:1160px) {
	.achievements__cell {
		font-size: 16px;
		margin: 0 5px
	}
}
@media screen and (max-width:1024px) {
	.achievements__cell {
		font-size: 14px;
		font-weight: 400;
		margin: 0 5px
	}
}
@media screen and (max-width:480px) {
	.achievements__cell {
		width: 45%;
		margin: 0 2px
	}
}
.achievements__cell:hover {
	color: #000
}
.achievements__cell:hover path, .achievements__cell:hover polygon {
	fill: #000!important
}
.achievements__cell__icon-container {
	height: 75px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 15px
}
@media screen and (max-width:1160px) {
	.achievements__cell__icon-container {
		height: 60px
	}
}
@media screen and (max-width:940px) {
	.achievements__cell__icon-container {
		height: 60px
	}
}
.achievements__cell__icon-container>i {
	display: inline-block;
	width: 55px;
	height: 55px
}
@media screen and (max-width:1160px) {
	.achievements__cell__icon-container>i {
		height: 45px
	}
}
@media screen and (max-width:940px) {
	.achievements__cell__icon-container>i {
		height: 40px
	}
}
.achievements__cell__icon-container>i>svg {
	width: 100%;
	height: 100%
}
.achievements__cell__icon-container>i>svg path, .achievements__cell__icon-container>i>svg polygon {
	fill: #535353!important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.features {
	padding: 40px 0;
	background-color: #fff
}
@media screen and (max-width:1160px) {
	.features {
		padding: 30px 0
	}
}
.features__row {
	width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
@media screen and (min-width:1660px) {
	.features__row {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.features__row {
		width: 100%;
		padding: 0 15px
	}
}
@media screen and (max-width:940px) {
	.features__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.features__row>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.features__cell {
	margin: 0 10px;
	width: 20%;
	height: 100%;
	text-align: center
}
@media screen and (max-width:940px) {
	.features__cell {
		width: 30%;
		margin: 0 10px 30px
	}
}
@media screen and (max-width:480px) {
	.features__cell {
		width: 50%
	}
}
.features__cell:hover {
	color: #000
}
.features__cell:hover path, .features__cell:hover polygon {
	fill: #000!important
}
.features__cell__header {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px
}
@media screen and (max-width:1160px) {
	.features__cell__header {
		font-size: 18px
	}
}
.features__cell__text {
	color: #4a4a4a;
	font-size: 18px
}
@media screen and (max-width:1160px) {
	.features__cell__text {
		font-size: 15px
	}
}
.features__cell__icon-container {
	height: 75px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 15px
}
@media screen and (max-width:1160px) {
	.features__cell__icon-container {
		height: 65px;
		margin-bottom: 10px
	}
}
.features__cell__icon-container>i {
	display: inline-block;
	width: 90px;
	height: 65px
}
@media screen and (max-width:1160px) {
	.features__cell__icon-container>i {
		width: 70px;
		height: 60px
	}
}
.features__cell__icon-container>i>svg {
	width: 100%;
	height: 100%
}
.features__cell__icon-container>i>svg path, .features__cell__icon-container>i>svg polygon {
	fill: #535353!important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.steps {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-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;
	padding: 40px 0;
	background-color: #f1f1f1
}
@media screen and (max-width:1160px) {
	.steps {
		padding: 30px 0
	}
}
.steps__wrapper {
	width: 1140px;
	margin: 0 auto;
	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
}
@media screen and (min-width:1660px) {
	.steps__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.steps__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
.steps__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 40px
}
@media screen and (max-width:1160px) {
	.steps__row {
		width: 100%;
		padding: 0 15px;
		margin: 15px 0 30px
	}
}
@media screen and (max-width:640px) {
	.steps__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.steps__coll {
	width: 33%
}
.steps__disclaimer {
	width: 670px;
	max-width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	padding: 20px;
	text-align: center;
	color: #545454;
	font-size: 16px
}
@media screen and (max-width:720px) {
	.steps__disclaimer {
		width: 90%
	}
}
.steps__disclaimer p:first-of-type {
	margin-bottom: 10px
}
.steps__disclaimer strong {
	color: #000;
	font-size: 18px;
	font-weight: 500
}
.steps .step {
	width: 260px;
	text-align: center
}
@media screen and (max-width:640px) {
	.steps .step {
		max-width: 100%;
		margin-bottom: 25px
	}
}
.steps .step:nth-child(2n) {
	position: relative;
	margin: 0 80px
}
@media screen and (max-width:1160px) {
	.steps .step:nth-child(2n) {
		margin: 0 30px
	}
}
@media screen and (max-width:640px) {
	.steps .step:nth-child(2n) {
		margin: 0 0 25px
	}
}
.steps .step:nth-child(2n):after, .steps .step:nth-child(2n):before {
	content: "";
	position: absolute;
	top: 48px;
	height: 1px;
	background-color: #acacac;
	width: 100px
}
@media screen and (max-width:1160px) {
	.steps .step:nth-child(2n):after, .steps .step:nth-child(2n):before {
		width: 60px
	}
}
@media screen and (max-width:640px) {
	.steps .step:nth-child(2n):after, .steps .step:nth-child(2n):before {
		display: none
	}
}
.steps .step:nth-child(2n):before {
	right: 100%;
	margin-right: -10px
}
.steps .step:nth-child(2n):after {
	left: 100%;
	margin-left: -10px
}
.steps .step__number {
	display: inline-block;
	width: 96px;
	height: 96px;
	line-height: 96px;
	font-size: 60px;
	font-weight: 700;
	border-radius: 50%;
	background-color: #fafafa;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	text-align: center;
	margin-bottom: 20px
}
.steps .step__text {
	font-size: 18px
}
.steps .step__text a {
	text-decoration: underline
}
.advantages {
	padding: 40px 0;
	background-color: #fff
}
@media screen and (max-width:1160px) {
	.advantages {
		padding: 30px 0 10px
	}
}
.advantages__wrapper {
	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;
	width: 1140px;
	margin: 0 auto
}
@media screen and (min-width:1660px) {
	.advantages__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.advantages__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
.advantages .advantages-container {
	margin-top: 20px
}
.advantages .advantages-container>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}
@media screen and (max-width:1160px) {
	.advantages .advantages-container>div {
		margin-bottom: 20px
	}
}
@media screen and (max-width:720px) {
	.advantages .advantages-container>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0
	}
}
.advantages .advantages-container>div>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.advantages .advantages-container .advantage {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:720px) {
	.advantages .advantages-container .advantage {
		width: 100%;
		margin-bottom: 15px
	}
}
.advantages .advantages-container .advantage:first-of-type {
	margin-right: 45px
}
@media screen and (max-width:1160px) {
	.advantages .advantages-container .advantage:first-of-type {
		margin-right: 25px
	}
}
@media screen and (max-width:720px) {
	.advantages .advantages-container .advantage:first-of-type {
		margin-right: 0
	}
}
.advantages .advantages-container .advantage__icon-container {
	min-width: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:1160px) {
	.advantages .advantages-container .advantage__icon-container {
		min-width: 50px
	}
}
@media screen and (max-width:720px) {
	.advantages .advantages-container .advantage__icon-container {
		min-width: 80px
	}
}
.advantages .advantages-container .advantage__icon-container>i {
	display: inline-block;
	width: 66px
}
@media screen and (max-width:1160px) {
	.advantages .advantages-container .advantage__icon-container>i {
		width: 55px
	}
}
@media screen and (max-width:720px) {
	.advantages .advantages-container .advantage__icon-container>i {
		width: 70px
	}
}
.advantages .advantages-container .advantage__icon-container>i>svg {
	width: 100%;
	height: 100%
}
.advantages .advantages-container .advantage__icon-container>i>svg path, .advantages .advantages-container .advantage__icon-container>i>svg polygon {
	fill: #000!important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.advantages .advantages-container .advantage__block {
	padding-left: 20px
}
@media screen and (max-width:1160px) {
	.advantages .advantages-container .advantage__block {
		padding-left: 10px
	}
}
@media screen and (max-width:720px) {
	.advantages .advantages-container .advantage__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-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.advantages .advantages-container .advantage__block__header {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}
@media screen and (max-width:1160px) {
	.advantages .advantages-container .advantage__block__header {
		font-size: 18px;
		margin-bottom: 5px
	}
}
.advantages .advantages-container .advantage__block__text {
	color: #373737;
	font-size: 18px
}
@media screen and (max-width:1160px) {
	.advantages .advantages-container .advantage__block__text {
		font-size: 16px;
		margin-bottom: 5px
	}
}
.chances {
	padding: 40px 0 0;
	background-color: #c8e8ff
}
@media screen and (max-width:1160px) {
	.chances {
		padding: 30px 0 0
	}
}
.chances__wrapper {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 40px
}
@media screen and (min-width:1660px) {
	.chances__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.chances__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
.chances__header {
	width: 600px;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 700
}
@media screen and (max-width:1160px) {
	.chances__header {
		font-size: 36px;
		margin-bottom: 20px
	}
}
@media screen and (max-width:940px) {
	.chances__header {
		width: 395px
	}
}
@media screen and (max-width:720px) {
	.chances__header {
		width: 100%;
		padding: 0 25px;
		text-align: center
	}
}
.chances__header strong {
	font-size: 48px;
	font-weight: 900
}
@media screen and (max-width:1160px) {
	.chances__header strong {
		font-size: 44px;
		margin-bottom: 20px
	}
}
.chances__text {
	width: 495px;
	font-size: 24px;
	color: #323232
}
@media screen and (max-width:1160px) {
	.chances__text {
		font-size: 20px;
		padding-bottom: 30px
	}
}
@media screen and (max-width:940px) {
	.chances__text {
		width: 395px
	}
}
@media screen and (max-width:720px) {
	.chances__text {
		width: 100%;
		padding: 0 25px 30px;
		text-align: center
	}
}
.chances__text strong {
	font-size: 26px;
	font-weight: 700
}
@media screen and (max-width:1160px) {
	.chances__text strong {
		font-size: 24px
	}
}
.chances__image {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(fantastic-pest-control.f835b8f9.png);
	background-repeat: no-repeat;
	width: 353px;
	height: 404px
}
@media screen and (max-width:1160px) {
	.chances__image {
		height: 296px;
		right: 10px
	}
}
@media screen and (max-width:720px) {
	.chances__image {
		display: none
	}
}
.prices {
	padding: 40px 0 90px;
	background-color: #f1f1f1
}
@media screen and (max-width:1160px) {
	.prices {
		padding: 30px 0 70px
	}
}
.prices__header__text {
	opacity: 0;
	color: #575757;
	font-size: 18px;
	margin-bottom: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-align: center
}
@media screen and (max-width:720px) {
	.prices__header__text {
		margin-top: 10px;
		padding: 0 15px
	}
}
.prices__header__text.show {
	opacity: 1!important
}
.prices__header__text strong {
	color: #000;
	font-size: 20px;
	font-weight: 700
}
.prices__wrapper {
	margin: 0 auto;
	width: 1140px;
	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
}
@media screen and (min-width:1660px) {
	.prices__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.prices__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
@media screen and (max-width:1024px) {
	.prices__wrapper {
		padding: 0 15px
	}
}
.prices__tabs {
	background: #fff;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	border-radius: 5px
}
.prices__price-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:720px) {
	.prices__price-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.prices__price-container>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.prices__price-container__item {
	border-left: 1px solid rgba(0, 0, 0, .15)
}
@media screen and (max-width:720px) {
	.prices__price-container__item {
		width: 40%;
		padding: 0 5px;
		margin-bottom: 20px;
		border-left: none
	}
}
.prices__price-container__item:first-of-type {
	border-left: none
}
.prices__price-container__item__header {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px
}
@media screen and (max-width:1160px) {
	.prices__price-container__item__header {
		font-size: 20px;
		margin-bottom: 10px
	}
}
@media screen and (max-width:1024px) {
	.prices__price-container__item__header {
		font-size: 18px
	}
}
.prices__price-container__item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.prices__price-container__item__info__from {
	display: inline-block;
	margin-right: 15px;
	color: #686868;
	font-size: 20px;
	font-weight: 500
}
@media screen and (max-width:1160px) {
	.prices__price-container__item__info__from {
		font-size: 18px;
		margin-right: 10px
	}
}
@media screen and (max-width:1024px) {
	.prices__price-container__item__info__from {
		font-size: 16px;
		margin-right: 7px
	}
}
.prices__price-container__item__info__prices {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.prices__price-container__item__info__prices__old {
	position: relative;
	padding-right: 15px;
	color: #e80000;
	font-size: 18px;
	font-weight: 500
}
@media screen and (max-width:1160px) {
	.prices__price-container__item__info__prices__old {
		font-size: 16px;
		padding-right: 10px
	}
}
@media screen and (max-width:1024px) {
	.prices__price-container__item__info__prices__old {
		font-size: 14px
	}
}
.prices__price-container__item__info__prices__old:after {
	content: "";
	position: absolute;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	left: -7px;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: red
}
.prices__price-container__item__info__prices__new {
	color: #000;
	font-size: 24px;
	font-weight: 500
}
@media screen and (max-width:1160px) {
	.prices__price-container__item__info__prices__new {
		font-size: 22px
	}
}
@media screen and (max-width:1024px) {
	.prices__price-container__item__info__prices__new {
		font-size: 20px
	}
}
.prices__price-container__item__info__prices__new small {
	font-weight: 400;
	font-size: 18px
}
@media screen and (max-width:1160px) {
	.prices__price-container__item__info__prices__new small {
		font-size: 16px
	}
}
@media screen and (max-width:1024px) {
	.prices__price-container__item__info__prices__new small {
		font-size: 14px
	}
}
.tabs {
	width: 100%
}
.tabs__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 65px;
	border-bottom: 1px solid #d1d1d1
}
@media screen and (max-width:640px) {
	.tabs__controls {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding: 0
	}
}
.tabs__controls>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.tabs__controls__btn {
	cursor: pointer;
	background-color: transparent;
	color: #8d8d8d;
	font-size: 22px;
	font-weight: 700
}
@media screen and (max-width:640px) {
	.tabs__controls__btn {
		font-size: 18px;
		font-weight: 500;
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, .15)
	}
}
.tabs__controls__btn--selected {
	cursor: default;
	text-decoration: underline;
	color: #000
}
.tabs__body {
	padding: 25px
}
@media screen and (max-width:720px) {
	.tabs__body {
		padding: 25px 25px 5px
	}
}
.tabs__body__item {
	display: none
}
.tabs__body__item--opened {
	display: block
}
.main-footer {
	padding: 30px 0 80px;
	background-color: #353535;
	text-align: center
}
.main-footer span {
	font-size: 18px;
	font-weight: 500;
	color: #d3d3d3
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
.reviews {
	background-color: #fff;
	padding: 40px 0
}
@media screen and (max-width:1160px) {
	.reviews {
		padding: 30px 0
	}
}
.reviews__wrapper {
	width: 1140px;
	margin: 0 auto;
	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
}
@media screen and (min-width:1660px) {
	.reviews__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.reviews__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
.reviews__slider {
	padding: 15px 15px 50px;
	margin-bottom: 20px
}
@media screen and (max-width:1160px) {
	.reviews__slider {
		padding: 15px 15px 40px
	}
}
.reviews__slider .swiper-pagination-bullets {
	bottom: 0
}
.reviews__slider .swiper-pagination-bullet {
	outline: none!important;
	background-color: #dedede;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0, 0, 0, .7)
}
.reviews__slider .swiper-pagination-bullet-active {
	background-color: #00d153;
	border: 2px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1)
}
.reviews__block {
	position: relative;
	font-size: 16px;
	color: #2d2d2d;
	padding: 30px 35px;
	background-color: #f9f9f9;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	-webkit-box-shadow: 0 -8px 20px -5px rgba(0, 0, 0, .05), 0 3px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 -8px 20px -5px rgba(0, 0, 0, .05), 0 3px 8px 0 rgba(0, 0, 0, .12);
	text-align: center
}
.reviews__block:after, .reviews__block:before {
	position: absolute;
	font-size: 32px;
	font-weight: 700
}
.reviews__block:before {
	content: "“";
	top: 10px;
	left: 15px
}
.reviews__block:after {
	content: "”";
	bottom: -5px;
	right: 15px
}
.reviews__disclaimer {
	color: #929292;
	font-size: 13px;
	font-style: italic;
	text-align: center
}
.services {
	background-color: #f1f1f1;
	padding: 110px 0 50px
}
@media screen and (min-width:721px) {
	.services {
		display: none
	}
}
@media screen and (max-width:721px) {
	.services {
		padding-top: 90px
	}
}
.services__wrapper {
	width: 1140px;
	margin: 0 auto;
	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;
	padding: 0 80px;
	position: relative
}
.services__wrapper .swiper-button-next, .services__wrapper .swiper-button-prev {
	outline: none!important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-top: 30px
}
@media screen and (max-width:721px) {
	.services__wrapper {
		width: 100%;
		padding: 0 40px
	}
}
.services__slider {
	margin-top: 30px
}
.services__block {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .05);
	text-align: center
}
.services__block__header {
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 15px;
	background-color: #eee;
	height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px 5px 0 0
}
.services__block__body {
	background-color: #fff;
	padding: 20px 20px 30px;
	border-radius: 0 0 5px 5px
}
.services__block__icon-container {
	height: 90px;
	margin-bottom: 20px
}
.services__block__icon-container>i {
	display: inline-block;
	width: 90px
}
.services__block__icon-container>i>svg {
	width: 100%;
	height: 100%
}
.services__block__icon-container>i>svg path, .services__block__icon-container>i>svg polygon {
	fill: #535353!important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.services__block__text {
	color: #3c3c3c;
	font-size: 18px
}
.destroy {
	background-color: #f1f1f1;
	padding: 110px 0 40px
}
@media screen and (max-width:720px) {
	.destroy {
		display: none
	}
}
@media screen and (max-width:1160px) {
	.destroy {
		padding: 90px 0 30px
	}
}
.destroy__wrapper {
	width: 1140px;
	margin: 0 auto;
	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
}
@media screen and (min-width:1660px) {
	.destroy__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.destroy__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
@media screen and (max-width:1024px) {
	.destroy__wrapper {
		padding: 0 15px
	}
}
.destroy__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 20px 0 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
@media screen and (max-width:940px) {
	.destroy__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.destroy__view {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 300px;
	margin: 0 40px;
	position: relative
}
@media screen and (max-width:1024px) {
	.destroy__view {
		min-width: 270px;
		margin: 0 15px
	}
}
@media screen and (max-width:940px) {
	.destroy__view {
		width: 100%;
		margin: 15px 0
	}
}
.destroy__view__block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 10px;
	opacity: 0;
	padding: 20px 15px 30px;
	text-align: center;
	overflow: hidden
}
.destroy__view__block--active {
	-webkit-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
	position: relative;
	opacity: 1
}
.destroy__view__block__icon-container {
	display: none;
	margin-bottom: 20px
}
.destroy__view__block__header {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px
}
.destroy__view__block__text {
	color: #2d2d2d;
	font-size: 16px;
	text-align: center
}
.destroy__menu {
	width: 400px
}
@media screen and (max-width:940px) {
	.destroy__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%
	}
	.destroy__menu>* {
		min-width: 30%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}
.destroy__menu:first-of-type {
	text-align: right
}
.destroy__menu:first-of-type .destroy__menu__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.destroy__menu:first-of-type .destroy__menu__item__icon-container {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
@media screen and (max-width:940px) {
	.destroy__menu:first-of-type {
		text-align: left
	}
	.destroy__menu:first-of-type .destroy__menu__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.destroy__menu:first-of-type .destroy__menu__item__icon-container {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
}
.destroy__menu:last-of-type {
	text-align: left
}
.destroy__menu__item {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
@media screen and (max-width:940px) {
	.destroy__menu__item {
		padding: 15px 10px;
		margin-bottom: 0
	}
}
.destroy__menu__item--selected {
	cursor: default;
	border: 1px solid #e5e5e5;
	background-color: hsla(0, 0%, 100%, .7);
	-webkit-box-shadow: 0 3px 25px -5px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 25px -5px rgba(0, 0, 0, .1)
}
.destroy__menu__item--selected .destroy__menu__item__icon-container__icon>svg path, .destroy__menu__item--selected .destroy__menu__item__icon-container__icon>svg polygon {
	fill: #000!important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.destroy__menu__item:last-of-type {
	margin-bottom: 0
}
.destroy__menu__item__icon-container {
	min-width: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media screen and (max-width:1160px) {
	.destroy__menu__item__icon-container {
		min-width: 75px
	}
}
.destroy__menu__item__icon-container__icon {
	width: 70px;
	height: 70px
}
@media screen and (max-width:1160px) {
	.destroy__menu__item__icon-container__icon {
		width: 60px;
		height: 60px
	}
}
.destroy__menu__item__icon-container__icon>svg {
	width: 100%;
	height: 100%
}
.destroy__menu__item__icon-container__icon>svg path, .destroy__menu__item__icon-container__icon>svg polygon {
	fill: #535353!important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.destroy__menu__item__info {
	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
}
.destroy__menu__item__info__header {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px
}
.destroy__menu__item__info__text {
	color: #656565;
	font-size: 14px
}
.destroy__disclaimer {
	font-size: 16px;
	font-style: italic;
	color: #4c4c4c;
	text-align: center
}
.place-order__btn {
	text-decoration: underline;
	display: inline-block;
	position: relative;
	cursor: pointer
}
.place-order__block {
	color: #000;
	cursor: default;
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 15px;
	margin-left: -100px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
	padding: 10px 15px 20px;
	width: 200px;
	z-index: 9
}
.place-order__block__success {
	display: none;
	text-align: center
}
.place-order__block__success__icon-container {
	padding-top: 10px;
	height: 100px;
	margin-bottom: 10px
}
.place-order__block__success__icon-container>i {
	display: inline-block;
	width: 100%;
	height: 100%
}
.place-order__block__success__icon-container>i svg {
	width: 100%;
	height: 100%
}
.place-order__block__success__icon-container>i svg path, .place-order__block__success__icon-container>i svg polygon {
	fill: #00d153!important
}
.place-order__block__success__header {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px
}
.place-order__block__success__text {
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 400
}
.place-order__block--opened {
	display: block
}
.place-order__block:before {
	border-color: transparent transparent #ccc;
	border-width: 0 12px 12px;
	top: -6px;
	margin-left: -6px;
	margin-top: -6px
}
.place-order__block:after, .place-order__block:before {
	content: "";
	position: absolute;
	border-style: solid;
	left: 50%
}
.place-order__block:after {
	border-color: transparent transparent #fff;
	border-width: 0 10px 10px;
	top: -5px;
	margin-left: -4px;
	margin-top: -5px
}
.place-order__block__header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px
}
.place-order__block__header__text {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-align: left
}
.place-order__block__header__close {
	font-size: 0;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.place-order__block__header__close:hover {
	opacity: .6
}
.place-order__block__header__close>i {
	display: inline-block;
	width: 16px;
	height: 16px
}
.place-order__block__header__close>i path, .place-order__block__header__close>i polygon {
	fill: red!important
}
.place-order__block__label {
	display: inline-block;
	margin-bottom: 10px;
	height: 40px;
	border-radius: 25px;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07)
}
.place-order__block__label:last-of-type {
	margin-bottom: 15px
}
.place-order__block__label>input {
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: transparent
}
.place-order__block__button {
	cursor: pointer;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: #00d153;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	font-size: 15px;
	font-weight: 700
}
.ymap {
	width: 100%;
	height: 400px;
	padding-top: 30px;
	background-color: #f4f4f4
}
.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	font-size: 18px;
}
.fixed-messenger {
	background-color: #ebebeb;
	margin: 6px auto;
	display: flex;
	padding: 10px;
	border-radius: 10px;
	max-width: 580px;
}
.footer-fixed:hover a {
	color: #fff;
}
.fixed-messenger img {
	position: relative;
	bottom: -1px;
}
.footer-fixed a {
	color: #fff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-align: center;
}
.fixed-messenger__phone {
	width: 50%;
	margin-right: 5px;
	background-color: #0af;
	border-radius: 5px;
}
.fixed-messenger__comment {
	width: 50%;
	margin-left: 5px;
	background-color: #55b259;
	border-radius: 5px;
}
.fixed-messenger__phone:focus, .fixed-messenger__phone:hover, .fixed-messenger__comment:focus, .fixed-messenger__comment:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.85;
}
.main-container .contacts-messengers {
	padding-top: 10px;
	padding-bottom: 25px;
}
.contacts-messengers img {
	width: 25px;
	height: 25px;
}
@media screen and (max-width:940px) {
	.ymap {
		height: 300px
	}
}
@media screen and (max-width:640px) {
	.ymap {
		display: none
	}
}
.ymap__wrapper {
	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;
	width: 1140px;
	margin: 0 auto
}
@media screen and (min-width:1660px) {
	.ymap__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.ymap__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
.ymap__container {
	margin-top: 20px;
	width: 100%;
	height: 100%
}
.floating-form {
	display: none;
	position: fixed;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%)
}
@media screen and (min-width:1660px) {
	.floating-form {
		display: block
	}
}
.floating-form .place-order__block {
	display: none;
	left: 0;
	margin: 0
}
.floating-form .place-order__block:after, .floating-form .place-order__block:before {
	display: none
}
.floating-form .order__form {
	max-width: 100%
}
.floating-form--show {
	opacity: 1!important;
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	transform: translateX(0)!important
}
.floating-form--right {
	right: 20px;
	bottom: 40px
}
.about {
	background-color: #f1f1f1;
	padding: 110px 0 40px
}
@media screen and (max-width:1160px) {
	.about {
		padding: 90px 0 30px
	}
}
.about__wrapper {
	width: 1140px;
	margin: 0 auto;
	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
}
@media screen and (min-width:1660px) {
	.about__wrapper {
		margin: 0 auto 0 calc(100% - 1580px)
	}
}
@media screen and (max-width:1160px) {
	.about__wrapper {
		width: 100%;
		padding: 0 25px
	}
}
.about__wrapper>:nth-child(2) {
	margin-top: 20px
}
.about__header {
	width: 100%;
	font-size: 18px;
	margin: 10px 0 15px
}
.about__text {
	width: 100%;
	font-size: 16px;
	margin: 0 0 10px;
	text-align: justify
}
.about__text a {
	text-decoration: underline
}
.about__list {
	width: 100%;
	margin: 0 0 25px;
	padding: 0 0 0 65px;
	text-align: left;
	list-style: disc
}
@media screen and (max-width:1160px) {
	.about__list {
		padding: 0 0 0 45px
	}
}