@font-face {
	font-family: "Circe";
	src: url(../fonts/circe/circeregular.woff) format("woff");
	font-weight: 400;
	font-style: "normal";
	font-display: swap;
}

@font-face {
	font-family: "Circe";
	src: url(../fonts/circe/circebold.woff) format("woff");
	font-weight: 700;
	font-style: "normal";
	font-display: swap;
}

@font-face {
	font-family: "RoadRadio";
	src: url(../fonts/roadradio/roadradioregular.woff) format("woff");
	font-weight: 400;
	font-style: "normal";
}

@font-face {
	font-family: "RoadRadio";
	src: url(../fonts/roadradio/roadradiobold.woff) format("woff");
	font-weight: 700;
	font-style: "normal";
}

html {
	font-family: 'Circe', Arial, serif;
	font-size: 16px;
	height: 100%;
}

body {
	height: 100%;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	background-color: #F6F6F5;
	color: #2B2B2B;
	min-width: 320px;
}

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

ul[class],
ol[class] {
	list-style: none;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
	vertical-align: middle;
}

textarea {
	resize: none;
}

input,
select,
button {
	outline: none;
}

a {
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

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

header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container {
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.section-title, .section-subtitle {
	font-weight: bold;
	color: #2B2B2B;
	text-transform: uppercase;
	font-family: "RoadRadio";
}

.dash {
	display: inline-block;
	width: 75px;
	height: 4px;
	background-color: #36875E;
	-webkit-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	transform: translateY(-9px);
}

@media (max-width: 991px) {
	.dash {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
		width: 50px;
	}
}

@media (max-width: 576px) {
	.dash {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
		width: 40px;
		height: 3px;
	}
}

.colored {
	color: #36875E;
}

.section-title {
	font-size: 48px;
	line-height: 50px;
}

@media (max-width: 991px) {
	.section-title {
		font-size: 32px;
		line-height: 38px;
	}
}

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

.section-subtitle {
	font-size: 36px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.section-subtitle {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 576px) {
	.section-subtitle {
		font-size: 20px;
		line-height: 24px;
	}
}

.btn {
	padding: 20px 40px;
	border-radius: 5px;
	background-color: #36875E;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	font-weight: 400;
	-webkit-box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	position: relative;
	border: none;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	-webkit-box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.3), 1px 2px 4px 1px #2f7551;
	box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.3), 1px 2px 4px 1px #2f7551;
}

.btn:active {
	top: 2px;
	left: 1px;
}

body.compensate-for-scrollbar .header {
	width: calc(100% - 17px);
}

img.lazyload {
	background-image: url("data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7");
}

img.swiper-lazy {
	background-image: url("data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7");
}

img.swiper-lazy-loaded {
	background-image: none;
}

img.lazyload.loaded {
	background-image: none;
}

.header {
	padding: 25px 0;
	border-bottom: 1px solid #D9DCDB;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: padding .2s linear, background-color .2s linear, border .2s linear;
	-o-transition: padding .2s linear, background-color .2s linear, border .2s linear;
	transition: padding .2s linear, background-color .2s linear, border .2s linear;
}

@media (max-width: 991px) {
	.header {
		padding: 15px 0;
	}
}

@media (max-width: 610px) {
	.header {
		padding: 10px 0;
	}
}

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

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

.header__logo a {
	display: block;
	margin: 0 30px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 610px) {
	.header__logo a {
		margin: 0 15px 0 0;
	}
}

@media (max-width: 840px) {
	.header__logo a img {
		width: 90px;
	}
}

.header__logo span {
	display: block;
	max-width: 120px;
	font-size: 14px;
	line-height: 21px;
	color: #676867;
}

@media (max-width: 991px) {
	.header__logo span {
		display: none;
	}
}

.header__logo strong {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

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

@media (max-width: 840px) {
	.header__social {
		display: none;
	}
}

.header__social a {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background-color: #2B2B2B;
	position: relative;
	border-radius: 5px;
}

.header__social a:hover {
	opacity: .8;
}

.header__social a img {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header__social a:nth-child(3) img {
	-o-object-position: 1px;
	object-position: 1px;
	width: 27px;
	height: 29px;
}

.header__social a:last-child {
	margin: 0;
}

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

.header__numbers {
	margin: 0 25px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 450px) {
	.header__numbers {
		display: none;
	}
}

.header__numbers a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #2B2B2B;
	font-family: "RoadRadio";
}

@media (max-width: 840px) {
	.header__numbers a {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 610px) {
	.header__numbers a {
		font-size: 14px;
		line-height: 22px;
	}
}

.header__numbers a:hover {
	text-decoration: underline;
}

.header__numbers p {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 21px;
	color: #676867;
	font-weight: 400;
}

@media (max-width: 840px) {
	.header__numbers p {
		display: none;
	}
}

.header__numbers p strong {
	font-weight: 700;
}

@media (max-width: 840px) {
	.header__callback .btn {
		padding: 15px 30px;
	}
}

@media (max-width: 610px) {
	.header__callback .btn {
		display: none;
	}
}

.header__callback .mob {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #36875E;
	border-radius: 50%;
	padding: 10px;
}

@media (max-width: 610px) {
	.header__callback .mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header__lang {
	position: relative;
	background-color: #36875E;
	margin: 0 25px 0 0;
}

.header__lang svg {
	width: 15px;
	height: 15px;
	fill: transparent;
	stroke: #fff;
	stroke-width: 4px;
	-webkit-transform: rotate(-90deg) translateX(3px);
	-ms-transform: rotate(-90deg) translateX(3px);
	transform: rotate(-90deg) translateX(3px);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 10px;
}

.header__lang .current {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	cursor: pointer;
}

.header__lang ul {
	position: absolute;
	list-style: none;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}

.header__lang ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	color: #fff;
	background-color: #2f7551;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__lang ul a:hover {
	background-color: #3d996b;
}

.header__lang ul a img {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 0 0 10px;
}

.header__lang ul a span {
	font-size: 14px;
	line-height: 14px;
}

.header.scroll {
	background-color: rgba(255, 255, 255, 0.94);
	padding: 15px 0;
	border: none;
}

@media (max-width: 576px) {
	.header.scroll {
		padding: 10px 0;
	}
}

.intro {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	padding: 215px 0 95px 0;
}

@media (max-width: 1200px) {
	.intro {
		padding: 185px 0 65px 0;
	}
}

@media (max-width: 991px) {
	.intro {
		padding: 150px 0 50px 0;
	}
}

@media (max-width: 768px) {
	.intro {
		padding: 130px 0 50px 0;
	}
}

.intro .dash {
	margin: 0 20px 0 0;
}

.intro .section-subtitle {
	margin: 17px 0 0 0;
}

@media (max-width: 991px) {
	.intro .section-subtitle {
		margin: 5px 0 0 0;
	}
}

.intro__content {
	max-width: 730px;
	width: 100%;
	position: relative;
}

@media (max-width: 1200px) {
	.intro__content {
		max-width: 100%;
	}
}

.intro__videobtn {
	position: absolute;
	right: -250px;
	top: 0;
	width: 200px;
	height: 200px;
	display: block;
}

@media (max-width: 1200px) {
	.intro__videobtn {
		position: static;
		margin: 30px 0 0 0;
	}
}

.intro__videobtn:hover .intro__videobtn-inner img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.intro__videobtn-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.intro__videobtn-wrapper .circle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-animation: rotating 8s linear infinite both;
	animation: rotating 8s linear infinite both;
}

.intro__videobtn-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	border: 1px solid #CACDCC;
	-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: 150px;
	height: 150px;
	position: relative;
	z-index: 2;
}

.intro__videobtn-inner img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 0 -17px 0;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.intro__videobtn-inner p {
	color: #686868;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	max-width: 105px;
}

.intro__videobtn-inner p span {
	font-weight: 700;
}

.intro__infoblocks {
	margin: 55px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.intro__infoblocks {
		margin: 30px 0 0 0;
	}
}

.intro__infoblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	margin: 0 0 30px 0;
}

@media (max-width: 1200px) {
	.intro__infoblock {
		max-width: 48%;
	}
}

@media (max-width: 700px) {
	.intro__infoblock br {
		display: none;
	}
}

@media (max-width: 700px) {
	.intro__infoblock {
		max-width: 100%;
	}
}

.intro__infoblock:nth-child(1) {
	max-width: 100%;
}

@media (max-width: 1200px) {
	.intro__infoblock:nth-child(1) {
		max-width: 48%;
	}
}

@media (max-width: 700px) {
	.intro__infoblock:nth-child(1) {
		max-width: 100%;
	}
}

.intro__infoblock img {
	display: block;
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}

.intro__infoblock p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.intro__infoblock p span {
	font-weight: 700;
}

.intro__form {
	margin: 25px 0 0 0;
}

.intro__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 576px) {
	.intro__inputs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.intro__inputs input {
	display: block;
	margin: 0 20px 0 0;
	-webkit-box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.05);
	box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.05);
	border-radius: 5px;
	border: none;
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 21px;
	background-image: url(../images/common/phone_ico.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding: 25px 25px 25px 65px;
}

.intro__inputs input:focus {
	-webkit-box-shadow: 0 0 4px 2px #bdbaba;
	box-shadow: 0 0 4px 2px #bdbaba;
}

@media (max-width: 1200px) {
	.intro__inputs input {
		width: 49%;
	}
}

@media (max-width: 768px) {
	.intro__inputs input {
		width: 250px;
	}
}

@media (max-width: 576px) {
	.intro__inputs input {
		width: 100%;
	}
}

.intro__inputs input::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.intro__inputs input::-moz-placeholder {
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.intro__inputs input:-ms-input-placeholder {
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.intro__inputs input::-ms-input-placeholder {
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.intro__inputs input::placeholder {
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.intro__inputs button {
	display: block;
	width: 100%;
}

@media (max-width: 1200px) {
	.intro__inputs button {
		width: 49%;
	}
}

@media (max-width: 768px) {
	.intro__inputs button {
		width: 100%;
		padding: 20px 10px;
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.intro__inputs button {
		width: 100%;
		margin: 20px 0 0 0;
	}
}

.intro__form-text {
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.intro__form-text img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin: 0 20px 0 0;
}

.intro__form-text p {
	font-size: 12px;
	line-height: 18px;
	color: #BABAB8;
	max-width: 410px;
}

.intro-subsection {
	padding: 0 0 140px 0;
}

@media (max-width: 1200px) {
	.intro-subsection {
		padding: 0 0 75px 0;
	}
}

@media (max-width: 991px) {
	.intro-subsection {
		padding: 0 0 55px 0;
	}
}

.intro-subsection__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.intro-subsection__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.intro-subsection__item {
	width: calc((100% / 3) - 10px);
	background-color: #fff;
	position: relative;
	padding: 50px 25px 45px 50px;
}

@media (max-width: 1200px) {
	.intro-subsection__item {
		padding: 40px 35px 40px 35px;
	}
}

@media (max-width: 991px) {
	.intro-subsection__item {
		padding: 35px 20px 35px 20px;
	}
}

@media (max-width: 768px) {
	.intro-subsection__item {
		padding: 50px 25px 45px 50px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.intro-subsection__item {
		padding: 40px 35px 40px 35px;
	}
}

.intro-subsection__item::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #F6F6F5 transparent transparent;
	z-index: 1;
}

.intro-subsection__item::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #2B2B2B transparent transparent;
	z-index: 1;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.intro-subsection__item:hover::after {
	top: 0;
	right: 0;
	border-width: 0 50px 50px 0;
	border-color: transparent #fff transparent transparent;
}

.intro-subsection__item h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	font-family: "RoadRadio";
	border-radius: 50%;
	margin: 0 0 10px 0;
}

@media (max-width: 1200px) {
	.intro-subsection__item h6 {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 991px) {
	.intro-subsection__item h6 {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 768px) {
	.intro-subsection__item h6 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 576px) {
	.intro-subsection__item h6 {
		font-size: 20px;
		line-height: 24px;
	}
}

.intro-subsection__item p {
	font-size: 16px;
	line-height: 24px;
	color: #6B6B6B;
}

.intro-subsection__item p span {
	font-weight: 700;
}

@media (max-width: 768px) {
	.intro-subsection__item + .intro-subsection__item {
		margin: 30px 0 0 0;
	}
}

.why {
	padding: 0 0 120px 0;
}

@media (max-width: 1200px) {
	.why {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 768px) {
	.why {
		padding: 0 0 35px 0;
	}
}

.why .section-title {
	max-width: 670px;
}

.why__content {
	position: relative;
	margin: 45px 0 0 0;
}

.why .column-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.why__img {
	position: absolute;
	top: -140px;
	right: -40px;
	display: block;
}

@media (max-width: 1400px) {
	.why__img {
		right: 0;
		width: 500px;
	}
}

@media (max-width: 1200px) {
	.why__img {
		top: -15px;
		right: 0;
		width: 520px;
	}
}

@media (max-width: 991px) {
	.why__img {
		display: none;
	}
}

.why__item {
	max-width: 575px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 40px 20px;
	border-top: 1px solid #DEDEDD;
}

@media (max-width: 1200px) {
	.why__item {
		max-width: 49%;
	}
}

@media (max-width: 991px) {
	.why__item {
		padding: 25px 20px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.why__item {
		padding: 25px 20px;
	}
}

@media (max-width: 576px) {
	.why__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.why__item img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 25px 0 0;
	width: 60px;
}

@media (max-width: 576px) {
	.why__item img {
		margin: 0 0 20px 0;
	}
}

.why__item h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-family: "RoadRadio";
	margin: 0 0 8px 0;
}

.why__item p {
	color: #686868;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.bg-group-1 {
	background-repeat: no-repeat;
	background-size: cover;
}

.reviews {
	padding: 0 0 200px 0;
}

@media (max-width: 1200px) {
	.reviews {
		padding: 0 0 100px 0;
	}
}

@media (max-width: 991px) {
	.reviews {
		padding: 0 0 60px 0;
	}
}

.reviews .section-title {
	max-width: 765px;
}

.reviews-thumbs {
	margin: 70px 0 100px 0;
}

@media (max-width: 1200px) {
	.reviews-thumbs {
		margin: 60px 0 75px 0;
	}
}

@media (max-width: 768px) {
	.reviews-thumbs {
		margin: 70px 0 115px;
	}
}

@media (max-width: 576px) {
	.reviews-thumbs {
		margin: 30px 0 115px;
	}
}

.reviews-thumbs .swiper-slide {
	cursor: pointer;
}

.reviews-thumbs .swiper-slide img {
	border-radius: 5px;
	overflow: hidden;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	width: 100%;
	height: 140px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 768px) {
	.reviews-thumbs .swiper-slide img {
		height: 100px;
	}
}

.reviews-thumbs .swiper-slide-thumb-active img {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.reviews-slider {
	z-index: 5;
}

.reviews-slider__navigation {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.reviews-slider__navigation {
		top: 140px;
	}
}

@media (max-width: 768px) {
	.reviews-slider__navigation {
		z-index: 5;
		top: -60px;
		width: auto;
	}
}

.reviews-slider__navigation .reviews-slider__prev, .reviews-slider__navigation .reviews-slider__next {
	width: 100px;
	height: 100px;
	background-color: #36875E;
	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;
	cursor: pointer;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (max-width: 1200px) {
	.reviews-slider__navigation .reviews-slider__prev, .reviews-slider__navigation .reviews-slider__next {
		width: 60px;
		height: 60px;
	}
}

.reviews-slider__navigation .reviews-slider__prev:hover, .reviews-slider__navigation .reviews-slider__next:hover {
	background-color: #3d996b;
}

.reviews-slider__navigation .reviews-slider__prev svg, .reviews-slider__navigation .reviews-slider__next svg {
	width: 17px;
	height: 24px;
	stroke: #fff;
	stroke-width: 6px;
	fill: transparent;
}

.reviews-slider__navigation .reviews-slider__prev.swiper-button-disabled, .reviews-slider__navigation .reviews-slider__next.swiper-button-disabled {
	cursor: default;
	opacity: .85;
	position: relative;
	z-index: 4;
}

.reviews-slider__navigation .reviews-slider__prev.swiper-button-disabled:hover, .reviews-slider__navigation .reviews-slider__next.swiper-button-disabled:hover {
	background-color: #36875E;
}

.reviews-slider__navigation .reviews-slider__prev {
	border-radius: 5px 0 0 0;
}

@media (max-width: 768px) {
	.reviews-slider__navigation .reviews-slider__prev {
		border-radius: 0;
		margin: 0 15px 0 0;
	}
}

.reviews-slider__navigation .reviews-slider__next {
	border-radius: 0 5px 0 0;
}

@media (max-width: 768px) {
	.reviews-slider__navigation .reviews-slider__next {
		border-radius: 0;
	}
}

.reviews-slider__navigation .reviews-slider__next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.reviews-slider-wrapper {
	padding: 0 100px 30px 100px;
	position: relative;
}

@media (max-width: 1200px) {
	.reviews-slider-wrapper {
		padding: 0 60px 30px 60px;
	}
}

@media (max-width: 768px) {
	.reviews-slider-wrapper {
		padding: 0 0 30px 0;
	}
}

.reviews-slider-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: calc(100% - 200px);
}

@media (max-width: 576px) {
	.reviews-slider-wrapper::after {
		height: 100%;
	}
}

.reviews-slider__main-video {
	position: relative;
	display: block;
}

.reviews-slider__main-video .watch-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-image: url(../images/common/slider_videobtn.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

@media (max-width: 768px) {
	.reviews-slider__main-video .watch-btn {
		width: 60px;
		height: 60px;
	}
}

.reviews-slider__main-video .watch-btn:hover {
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
}

.reviews-slider__main-video img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.reviews-slider__bottom {
	margin: 50px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.reviews-slider__bottom {
		-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;
		margin: 25px 0 0 0;
	}
}

@media (max-width: 768px) {
	.reviews-slider__bottom {
		padding: 20px;
	}
}

@media (max-width: 576px) {
	.reviews-slider__bottom {
		margin: 15px 0 0 0;
		padding: 20px;
	}
}

.reviews-slider__text {
	max-width: 100%;
	width: 100%;
	padding: 0 0 20px 0;
}

.reviews-slider__text h6 {
	font-weight: bold;
	font-size: 36px;
	line-height: 30px;
	font-family: "RoadRadio";
	margin: 0 0 30px 0;
}

@media (max-width: 1200px) {
	.reviews-slider__text h6 {
		margin: 0 0 25px 0;
	}
}

@media (max-width: 576px) {
	.reviews-slider__text h6 {
		font-size: 26px;
		line-height: 26px;
	}
}

.reviews-slider__item-price {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	font-family: "RoadRadio";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px 0;
}

@media (max-width: 991px) {
	.reviews-slider__item-price {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.reviews-slider__item-price {
		margin: 0 0 10px 0;
	}
}

@media (max-width: 576px) {
	.reviews-slider__item-price {
		font-size: 18px;
		line-height: 20px;
	}
}

.reviews-slider__item-price span {
	display: block;
	margin: 0 0 0 25px;
	text-transform: none;
}

.reviews-slider__item-descr {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #6A6A6A;
}

.reviews-slider__item-descr span {
	font-weight: 700;
}

.reviews-slider__thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 380px;
	width: 100%;
}

@media (max-width: 991px) {
	.reviews-slider__thumbs {
		max-width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.reviews-slider__thumbs-item {
	margin: 0 0 20px 0;
}

@media (max-width: 991px) {
	.reviews-slider__thumbs-item {
		margin: 0 20px 20px 0;
	}
}

.reviews-slider__thumbs-item img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

@media (max-width: 576px) {
	.reviews-slider__thumbs-item img {
		width: 60px;
		height: 60px;
	}
}

.calculate {
	padding: 0 0 200px 0;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.calculate {
		padding: 0 0 100px 0;
	}
}

@media (max-width: 991px) {
	.calculate {
		padding: 0 0 50px 0;
	}
}

.calculate .call-block {
	position: absolute;
	right: -150px;
	bottom: 0;
	z-index: 3;
}

@media (max-width: 1400px) {
	.calculate .call-block {
		display: none;
	}
}

.calculate .call-sticker {
	position: absolute;
	right: 95px;
	bottom: 120px;
	z-index: 4;
}

@media (max-width: 1400px) {
	.calculate .call-sticker {
		right: 5px;
		bottom: 200px;
	}
}

@media (max-width: 1200px) {
	.calculate .call-sticker {
		right: 35px;
		bottom: 250px;
	}
}

@media (max-width: 991px) {
	.calculate .call-sticker {
		position: static;
		width: 320px;
		height: 320px;
		margin: 30px auto 0 auto;
	}
}

@media (max-width: 576px) {
	.calculate .call-sticker {
		width: 250px;
		height: 250px;
	}
}

.calculate .call-sticker__wrapper {
	position: relative;
}

@media (max-width: 1400px) {
	.calculate .call-sticker__wrapper img {
		width: 320px;
		height: 320px;
	}
}

@media (max-width: 576px) {
	.calculate .call-sticker__wrapper img {
		width: 270px;
		height: 235px;
	}
}

.calculate .call-sticker__links {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.calculate .call-sticker__links p {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #2B2B2B;
	font-family: "RoadRadio";
	margin: 0 0 20px 0;
}

@media (max-width: 1400px) {
	.calculate .call-sticker__links p {
		font-size: 28px;
		line-height: 32px;
	}
}

@media (max-width: 576px) {
	.calculate .call-sticker__links p {
		font-size: 20px;
		line-height: 22px;
	}
}

.calculate .call-sticker__links a {
	font-family: "RoadRadio";
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-decoration: underline;
	color: #2B2B2B;
	white-space: nowrap;
	text-align: center;
}

@media (max-width: 576px) {
	.calculate .call-sticker__links a {
		font-size: 18px;
		line-height: 20px;
	}
}

.calculate .call-sticker__links a:hover {
	color: #36875E;
}

.calculate .container {
	max-width: 1400px;
}

@media (max-width: 576px) {
	.calculate .container {
		padding: 0;
	}
}

.calculate h2 {
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 96px;
	line-height: 97px;
	color: #fff;
	font-family: "RoadRadio";
	max-width: 960px;
}

@media (max-width: 1200px) {
	.calculate h2 {
		font-size: 42px;
		line-height: 44px;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.calculate h2 {
		text-align: center;
		font-size: 36px;
		line-height: 38px;
	}
}

@media (max-width: 576px) {
	.calculate h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

.calculate__form {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px 0 0 0;
}

@media (max-width: 1200px) {
	.calculate__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 991px) {
	.calculate__form {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		margin: 30px 0 0 0;
	}
}

.calculate__form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 385px;
	width: 100%;
}

@media (max-width: 1200px) {
	.calculate__form form {
		max-width: 500px;
	}
}

.calculate__form form .btn {
	padding: 20px 10px;
	background-color: #fff;
	color: #000;
	font-weight: 700;
}

.calculate__form form input {
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 25px 25px 25px 75px;
	color: #fff;
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.calculate__form form input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.calculate__form form input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.calculate__form form input:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.calculate__form form input::-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.calculate__form form input::placeholder {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.calculate__form form input:focus {
	-webkit-box-shadow: 0 0 3px 1px #fff;
	box-shadow: 0 0 3px 1px #fff;
}

.calculate__form .name-input {
	background-image: url(../images/common/people_icon.png);
}

.calculate__form .tel-input {
	background-image: url(../images/common/phone_ico_white.png);
}

.calculate__form-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0 0 0;
}

.calculate__form-text img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 20px 0 0;
}

.calculate__form-text p {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	opacity: 0.5;
}

.calculate__content {
	padding: 80px 80px;
	position: relative;
}

@media (max-width: 991px) {
	.calculate__content {
		background: -o-linear-gradient(54.1deg, #36875E 18.81%, #48BB81 61.83%), #36875E;
		background: linear-gradient(35.9deg, #36875E 18.81%, #48BB81 61.83%), #36875E;
		padding: 50px 30px;
	}
}

@media (max-width: 576px) {
	.calculate__content {
		background-color: #36875E;
		padding: 50px 15px;
	}
}

.calculate__content .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media (max-width: 991px) {
	.calculate__content .bg {
		display: none;
	}
}

.calculate__text {
	max-width: 245px;
	width: 100%;
	margin: 0 60px 0 0;
}

@media (max-width: 1200px) {
	.calculate__text {
		max-width: 500px;
	}
}

@media (max-width: 991px) {
	.calculate__text {
		margin: 0;
	}
}

.calculate__text h5 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family: "RoadRadio";
	margin: 0 0 20px 0;
}

.calculate__text h6 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 40px 0;
}

.calculate__text h6 span {
	font-weight: bold;
}

.calculate__text img {
	border-radius: 5px;
}

@media (max-width: 1200px) {
	.calculate__text img {
		margin: 0 0 25px 0;
	}
}

@media (max-width: 991px) {
	.calculate__text img {
		margin: 0 auto 25px auto;
	}
}

.protecting .section-title {
	max-width: 985px;
}

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

.protecting-slider {
	margin: 50px 0 0 0;
	padding: 0 0 20px 0;
}

.protecting-slider__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #2B2B2B;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.protecting-slider__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.protecting-slider__head-title {
	color: #fff;
	padding: 25px 30px;
}

.protecting-slider__head-title h3 {
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-family: "RoadRadio";
}

@media (max-width: 768px) {
	.protecting-slider__head-title h3 {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 576px) {
	.protecting-slider__head-title h3 {
		font-size: 28px;
		line-height: 30px;
	}
}

.protecting-slider__head-buttons {
	background-color: #36875E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.protecting-slider__head-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

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

.protecting-slider__pagination span {
	background-color: transparent;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	opacity: 1;
}

@media (max-width: 576px) {
	.protecting-slider__pagination span {
		width: 12px;
		height: 12px;
	}
}

.protecting-slider__pagination span.swiper-pagination-bullet-active {
	background-color: #fff;
}

.protecting-slider__pagination span + span {
	margin: 0 0 0 15px;
}

@media (max-width: 576px) {
	.protecting-slider__pagination span + span {
		margin: 0 0 0 8px;
	}
}

.protecting-slider__prev svg, .protecting-slider__next svg {
	width: 20px;
	height: 25px;
	stroke: #fff;
	stroke-width: 6px;
	fill: transparent;
	cursor: pointer;
}

.protecting-slider__next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.protecting-slider .swiper-slide {
	padding-left: 1.5px;
}

.protecting-slider__item-top span {
	display: inline-block;
	color: #36875E;
	font-family: "RoadRadio";
	font-weight: 700;
	position: relative;
	padding: 8px 20px;
	background-color: #F6F6F5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.protecting-slider__item-top span::after {
	content: "";
	position: absolute;
	left: 100%;
	width: 1200px;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.1);
}

.protecting-slider__item-bottom {
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
}

.protecting-slider__item-bottom h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px 0;
	font-family: "RoadRadio";
	text-transform: uppercase;
}

.protecting-slider__item-bottom p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.checkcar {
	padding: 100px 0 250px 0;
}

@media (max-width: 1200px) {
	.checkcar {
		padding: 70px 0 100px 0;
	}
}

@media (max-width: 991px) {
	.checkcar {
		padding: 60px 0 60px 0;
	}
}

.checkcar__content {
	position: relative;
}

.checkcar__content-inner {
	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;
	background-color: #fff;
	padding: 50px 50px 50px 350px;
	margin: 0 0 0 100px;
}

@media (max-width: 1200px) {
	.checkcar__content-inner {
		margin: 0;
		padding: 40px 40px 40px 40px;
	}
}

@media (max-width: 768px) {
	.checkcar__content-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.checkcar__content-inner {
		padding: 30px 15px;
	}
}

.checkcar__content .paper {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1200px) {
	.checkcar__content .paper {
		display: none;
	}
}

.checkcar__content .btn {
	padding: 25px 40px;
}

@media (max-width: 768px) {
	.checkcar__content .btn {
		margin: 30px 0 0 0;
	}
}

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

@media (max-width: 576px) {
	.checkcar__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.checkcar__info img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	margin: 0 30px 0 0;
}

@media (max-width: 576px) {
	.checkcar__info img {
		margin: 0 0 25px 0;
	}
}

.checkcar__text h5 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	font-family: "RoadRadio";
	margin: 0 0 10px 0;
}

@media (max-width: 576px) {
	.checkcar__text h5 {
		font-size: 18px;
		line-height: 18px;
		text-align: center;
	}
}

.checkcar__text p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 576px) {
	.checkcar__text p {
		text-align: center;
	}
}

.delivery {
	padding: 0 0 120px 0;
}

@media (max-width: 1200px) {
	.delivery {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 768px) {
	.delivery {
		padding: 0 0 35px 0;
	}
}

.delivery .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.delivery__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 45px 0 0 0;
}

.delivery .column-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.delivery__img {
	position: absolute;
	top: -140px;
	right: -40px;
	display: block;
}

@media (max-width: 1400px) {
	.delivery__img {
		right: 0;
		width: 500px;
	}
}

@media (max-width: 1200px) {
	.delivery__img {
		top: -40px;
		right: 0;
		width: 420px;
	}
}

@media (max-width: 991px) {
	.delivery__img {
		display: none;
	}
}

.delivery__item {
	max-width: 575px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 40px 20px;
	border-top: 1px solid #DEDEDD;
}

@media (max-width: 1200px) {
	.delivery__item {
		max-width: 49%;
	}
}

@media (max-width: 991px) {
	.delivery__item {
		padding: 25px 20px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.delivery__item {
		padding: 25px 20px;
	}
}

@media (max-width: 576px) {
	.delivery__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.delivery__item img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 25px 0 0;
}

.delivery__item h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-family: "RoadRadio";
	margin: 0 0 8px 0;
}

.delivery__item p {
	color: #686868;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

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

.process .container {
	max-width: 1400px;
}

.process__head {
	position: relative;
	background-color: #fff;
	padding: 80px 115px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}

@media (max-width: 1200px) {
	.process__head {
		padding: 50px 30px;
	}
}

@media (max-width: 576px) {
	.process__head {
		padding: 15px 15px;
	}
}

.process__head .section-title {
	max-width: 745px;
	margin: 0 0 20px 0;
}

.process__head .section-subtitle {
	max-width: 820px;
}

.process__head img {
	position: absolute;
	right: 70px;
	bottom: -60px;
}

@media (max-width: 1450px) {
	.process__head img {
		width: 320px;
	}
}

@media (max-width: 1200px) {
	.process__head img {
		display: none;
	}
}

.process__inner {
	background-color: #fff;
	padding: 100px 115px;
	border-radius: 5px;
}

@media (max-width: 1200px) {
	.process__inner {
		padding: 50px 30px;
	}
}

@media (max-width: 576px) {
	.process__inner {
		padding: 15px 15px;
	}
}

.process__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

@media (max-width: 768px) {
	.process__tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.process__tab {
	width: calc((100% / 3) - 12px);
	background-color: #F6F6F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 20px 20px 30px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.process__tab {
		width: 100%;
	}
}

.process__tab span {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 10px;
	left: 10px;
	background-color: #fff;
}

.process__tab p {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.process__tab p {
		line-height: 14px;
	}
}

.process__tab h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	font-family: "RoadRadio";
}

@media (max-width: 768px) {
	.process__tab + .process__tab {
		margin: 15px 0 0 0;
	}
}

.process__tab.active {
	background-color: #2B2B2B;
	color: #fff;
}

.process__tab.active span {
	background-color: #36875E;
}

.process__tab-inner {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: none;
}

.process__tab-inner .tab-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991px) {
	.process__tab-inner .tab-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.process__tab-inner.active {
	display: block;
}

.process__tab-item {
	padding: 45px;
	position: relative;
	width: 33%;
}

@media (max-width: 1200px) {
	.process__tab-item {
		padding: 15px 30px 15px 25px;
	}
}

@media (max-width: 991px) {
	.process__tab-item {
		padding: 15px 15px 15px 15px;
		width: 100%;
	}
}

.process__tab-item::before {
	content: "";
	position: absolute;
	top: -4px;
	right: 20px;
	height: calc(50% + 8px);
	width: 1px;
	background-color: #DEDEDD;
	-webkit-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

.process__tab-item::after {
	content: "";
	position: absolute;
	bottom: -4px;
	right: 20px;
	height: calc(50% + 8px);
	width: 1px;
	background-color: #DEDEDD;
	-webkit-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg);
}

@media (max-width: 991px) {
	.process__tab-item::before, .process__tab-item::after {
		display: none;
	}
}

.process__tab-item:last-child::before, .process__tab-item:last-child::after {
	display: none;
}

.process__tab-item span {
	border-radius: 5px;
	background-color: #36875E;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-family: "RoadRadio";
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	display: inline-block;
}

@media (max-width: 991px) {
	.process__tab-item span {
		margin: 0 0 10px 0;
	}
}

.process__tab-item h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "RoadRadio";
	margin: 0 0 10px 0;
}

@media (max-width: 991px) {
	.process__tab-item h5 {
		font-size: 16px;
		line-height: 16px;
		margin: 0 0 5px 0;
	}
}

.process__tab-item p {
	color: #6B6B6B;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 768px) {
	.process__tab-item p {
		line-height: 18px;
	}
}

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

@media (max-width: 1200px) {
	.process__btn {
		margin: 30px 0 0 0;
	}
}

.process__btn .btn {
	max-width: 375px;
	width: 100%;
}

.stats {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0 105px 0;
}

@media (max-width: 1200px) {
	.stats {
		padding: 0;
	}
}

.stats__content {
	margin: 150px 0 0 auto;
	max-width: 575px;
}

@media (max-width: 1200px) {
	.stats__content {
		margin: 50px 0 0 auto;
	}
}

.stats__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.stats__item {
	margin: 20px 0 0 0;
	width: calc(50% - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 576px) {
	.stats__item {
		width: 100%;
	}
}

.stats__card {
	background-color: #fff;
	border-radius: 5px;
	padding: 25px 25px 30px 25px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 30px rgba(10, 44, 35, 0.1);
	box-shadow: 0px 10px 30px rgba(10, 44, 35, 0.1);
}

@media (max-width: 768px) {
	.stats__card {
		min-height: 250px;
	}
}

@media (max-width: 576px) {
	.stats__card {
		min-height: unset;
	}
}

.stats__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #36875E;
}

.stats__card::after {
	content: "";
	position: absolute;
	top: -50%;
	left: 50%;
	-webkit-transform: translate(-50%, 4%);
	-ms-transform: translate(-50%, 4%);
	transform: translate(-50%, 4%);
	width: calc(100% - 50px);
	height: 100%;
	border-radius: 50%;
	border: 1px solid #E4E4E4;
	z-index: 1;
}

@media (max-width: 576px) {
	.stats__card::before, .stats__card::after {
		display: none;
	}
}

.stats__card h4 {
	font-weight: bold;
	font-size: 64px;
	line-height: 64px;
	font-family: "RoadRadio";
	text-align: center;
	margin: 0 0 60px 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 576px) {
	.stats__card h4 {
		margin: 0 0 20px 0;
	}
}

.stats__card p {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.stats__subcard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 15px;
	background-color: #fff;
	border-radius: 5px;
}

.stats__subcard p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
}

.stats__subcard p span {
	font-weight: 700;
}

.stats-headblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 5px;
}

.stats-headblock__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 576px) {
	.stats-headblock__top {
		padding: 15px;
		-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;
	}
}

.stats-headblock__top p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 576px) {
	.stats-headblock__top p {
		line-height: 18px;
	}
}

.stats-headblock__top p span {
	font-weight: 700;
}

.stats-headblock__top img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	margin: 0 25px 0 0;
}

@media (max-width: 576px) {
	.stats-headblock__top img {
		width: 35px;
		height: 35px;
		margin: 0 0 15px 0;
	}
}

.stats-headblock__bottom {
	padding: 20px 25px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "RoadRadio";
}

.comments {
	padding: 100px 0;
}

@media (max-width: 991px) {
	.comments {
		padding: 60px 0;
	}
}

.comments .section-title {
	margin: 0 0 10px 0;
}

.comments__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px 0 0 0;
}

@media (max-width: 991px) {
	.comments__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.comment {
	width: calc((100% / 3) - 10px);
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 991px) {
	.comment {
		width: 100%;
	}
}

.comment__head {
	padding: 25px 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;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment__head .rating {
	margin: 0 15px 0 0;
}

.comment__date {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-family: "RoadRadio";
}

.comment__text {
	padding: 30px;
}

.comment__text p {
	font-size: 16px;
	line-height: 24px;
	color: #686868;
}

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

.comment__author .name {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
}

.comment__author .from {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}

.comment__bottom {
	padding: 25px 30px;
	margin: auto 0 0 0;
	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;
}

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

.comment__images .count {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #8F8F8F;
	display: block;
	margin: 0 20px 0 0;
}

.comment__images a {
	display: block;
	width: 50px;
	height: 50px;
}

.comment__images a img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.comment__images a + a {
	margin: 0 0 0 10px;
}

@media (max-width: 991px) {
	.comment + .comment {
		margin: 15px 0 0 0;
	}
}

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

.rating svg {
	width: 20px;
	height: 20px;
	fill: #BDBDBD;
}

.rating span + span {
	margin: 0 0 0 5px;
}

.rating span.active svg {
	fill: #E57125;
}

.video-reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0 0 0;
}

@media (max-width: 790px) {
	.video-reviews {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.video-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc((100% / 3) - 10px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 20px 0;
}

@media (max-width: 790px) {
	.video-review {
		width: 100%;
	}
}

.video-review:hover .playbtn {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

@media (max-width: 790px) {
	.video-review + .video-review {
		margin: 30px 0 0 0;
	}
}

.video-review__img {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.video-review__img img {
	width: 100%;
}

.video-review__img .date {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #36875E;
	padding: 5px 10px;
	border-radius: 5px;
}

@media (max-width: 991px) {
	.video-review__img .date {
		top: 10px;
		right: 10px;
	}
}

.video-review__img .date span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-family: "RoadRadio";
}

.video-review__img .playbtn {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.video-review h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: "RoadRadio";
	margin: 20px 0 0 0;
	color: #2B2B2B;
}

@media (max-width: 991px) {
	.video-review h6 {
		margin: 10px 0 0 0;
	}
}

.video-review__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 3px 0 0 0;
}

.video-review__author p {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	margin: 0 10px 0 0;
	color: #2B2B2B;
}

.video-review__author span {
	font-size: 14px;
	line-height: 21px;
	color: #686867;
	margin: 3px 0 0 0;
}

.faq {
	padding: 0 0 120px 0;
}

@media (max-width: 991px) {
	.faq {
		padding: 0 0 60px 0;
	}
}

.faq__accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 70px 0 0 0;
}

@media (max-width: 1200px) {
	.faq__accordion {
		margin: 40px 0 0 0;
	}
}

.accordion-item {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.accordion-item h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin: 0 15px 0 0;
}

@media (max-width: 576px) {
	.accordion-item h4 {
		font-size: 18px;
		line-height: 22px;
	}
}

.accordion-item p {
	color: #6B6B6B;
	font-size: 16px;
	line-height: 24px;
}

.accordion-item svg {
	width: 23px;
	height: 23px;
	fill: transparent;
	stroke-width: 5px;
	stroke: #36875E;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 0 0 0 auto;
	-webkit-transition: all .05s linear;
	-o-transition: all .05s linear;
	transition: all .05s linear;
}

.accordion-item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 40px;
	cursor: pointer;
	border-bottom: 1px solid #DDDDDC;
}

@media (max-width: 576px) {
	.accordion-item__head {
		padding: 15px;
	}
}

.accordion-item__inner {
	padding: 30px 40px;
	display: none;
}

@media (max-width: 576px) {
	.accordion-item__inner {
		padding: 15px;
	}
}

.accordion-item.active {
	background-color: #fff;
}

.accordion-item.active svg {
	stroke: #D5D5D5;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.contacts {
	padding: 0 0 70px 0;
}

@media (max-width: 991px) {
	.contacts {
		padding: 0 0 50px 0;
	}
}

.contacts .zz-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: bold;
	font-size: 96px;
	line-height: 97px;
	font-family: "RoadRadio";
	text-transform: uppercase;
}

@media (max-width: 1400px) {
	.contacts .zz-title {
		font-size: 70px;
		line-height: 72px;
	}
}

@media (max-width: 991px) {
	.contacts .zz-title {
		font-size: 58px;
		line-height: 52px;
	}
}

@media (max-width: 576px) {
	.contacts .zz-title {
		font-size: 32px;
		line-height: 36px;
	}
}

.contacts .zz-title span:nth-child(even) {
	text-align: right;
}

@media (max-width: 991px) {
	.contacts .zz-title span:nth-child(even) {
		text-align: left;
	}
}

.contacts__content {
	margin: 55px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.contacts__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.contacts__right {
	width: 100%;
}

.contacts__map {
	width: 100%;
	position: relative;
}

@media (max-width: 576px) {
	.contacts__map {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.contacts__map .sticker {
	position: absolute;
	bottom: 55px;
	right: 55px;
	background: -o-linear-gradient(245.18deg, #0f9472 8.43%, rgba(255, 255, 255, 0) 48.99%, #189f7d 87.89%), -o-linear-gradient(bottom, #36875E, #36875E);
	background: linear-gradient(204.82deg, #0f9472 8.43%, rgba(255, 255, 255, 0) 48.99%, #189f7d 87.89%), linear-gradient(0deg, #36875E, #36875E);
	z-index: 2;
	-webkit-box-shadow: -10px 50px 70px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 50px 70px rgba(0, 0, 0, 0.1);
	width: 277px;
	height: 277px;
	border-radius: 50%;
}

@media (max-width: 1200px) {
	.contacts__map .sticker {
		bottom: unset;
		right: 0;
		top: 0;
	}
}

@media (max-width: 576px) {
	.contacts__map .sticker {
		position: static;
		width: 100%;
		height: auto;
		border-radius: 0;
		margin: 0 0 30px 0;
	}
}

.contacts__map .sticker__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 50px 30px;
}

@media (max-width: 576px) {
	.contacts__map .sticker__wrapper {
		padding: 20px 20px;
	}
}

.contacts__map .sticker__wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	border-radius: 50%;
	border: 1px solid #85BBA4;
	z-index: 2;
}

@media (max-width: 576px) {
	.contacts__map .sticker__wrapper::after {
		display: none;
	}
}

.contacts__map .sticker__inner {
	position: relative;
	z-index: 3;
	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;
}

.contacts__map .sticker__inner h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
	color: #fff;
	font-family: "RoadRadio";
	margin: 0 0 20px 0;
}

.contacts__map .sticker__inner p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
}

.contacts__map .sticker__inner p span {
	font-weight: 700;
}

.contacts__map .sticker__inner > a {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-family: "RoadRadio";
}

.contacts__map .sticker a:hover {
	opacity: .8;
}

.contacts__map .sticker__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0 0;
}

.contacts__map .sticker__social a + a {
	margin: 0 0 0 10px;
}

.contacts__map iframe {
	width: 100%;
}

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

.contacts__subscribe p {
	max-width: 235px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #696968;
	margin: 0 25px 0 0;
}

.contacts__subscribe a {
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	background-color: #2B2B2B;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contacts__subscribe a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .8;
}

.contacts-form {
	max-width: 375px;
	width: 100%;
	margin: 0 20px 0 0;
}

@media (max-width: 991px) {
	.contacts-form {
		max-width: 100%;
		margin: 0 0 30px 0;
	}
}

.contacts-form h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	font-family: "RoadRadio";
	color: #000;
	max-width: 352px;
	width: 100%;
}

@media (max-width: 991px) {
	.contacts-form h5 {
		max-width: 100%;
	}
}

.contacts-form h6 {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0 30px 0;
}

.contacts-form input {
	padding: 25px 25px 25px 75px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.05);
	box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.05);
	border: none;
	margin: 0 0 20px 0;
	width: 100%;
	background-position: 20px 20px;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.contacts-form input {
		max-width: 500px;
	}
}

.contacts-form input:focus {
	-webkit-box-shadow: 0 0 4px 2px #bdbaba;
	box-shadow: 0 0 4px 2px #bdbaba;
}

.contacts-form input::-webkit-input-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.contacts-form input::-moz-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.contacts-form input:-ms-input-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.contacts-form input::-ms-input-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.contacts-form input::placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

.contacts-form input[type="text"] {
	background-image: url(../images/common/people_icon_dark.png);
}

.contacts-form input[type="tel"] {
	background-image: url(../images/common/phone_ico.png);
}

.contacts-form__btn {
	width: 100%;
	margin: 0 0 20px 0;
}

@media (max-width: 991px) {
	.contacts-form__btn {
		max-width: 500px;
	}
}

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

.contacts-form__text img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 20px 0 0;
}

.contacts-form__text p {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #B4B8B6;
}

.footer__content {
	padding: 25px 0;
	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;
	border-top: 1px solid #DFDFDE;
}

@media (max-width: 576px) {
	.footer__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer__content p, .footer__content a {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #686868;
}

@media (max-width: 576px) {
	.footer__content a {
		margin: 15px 0 0 0;
	}
}

.footer__content a:hover {
	opacity: .8;
}

.modal-window {
	max-width: 500px;
	width: 100%;
	display: none;
}

.modal-window .fancybox-button {
	height: 56px;
	width: 56px;
	color: #fff;
}

.modal-window-lg {
	max-width: 1200px;
	width: 100%;
	display: none;
}

@media (max-width: 576px) {
	.modal-window-lg {
		padding: 45px 15px;
	}
}

.modal-window-lg .fancybox-button {
	height: 56px;
	width: 56px;
	color: #000;
}

.callback-modal {
	background: -o-linear-gradient(245.18deg, rgba(15, 148, 114, 0.7) 8.43%, rgba(255, 255, 255, 0) 48.99%, rgba(24, 159, 125, 0.7) 87.89%), #36875E;
	background: linear-gradient(204.82deg, rgba(15, 148, 114, 0.7) 8.43%, rgba(255, 255, 255, 0) 48.99%, rgba(24, 159, 125, 0.7) 87.89%), #36875E;
	padding: 50px 30px;
}

.callback-modal h2 {
	font-size: 32px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: "RoadRadio";
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}

@media (max-width: 768px) {
	.callback-modal h2 {
		font-size: 26px;
		line-height: 28px;
	}
}

.callback-modal h3 {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 50px 0;
	font-weight: 400;
}

@media (max-width: 768px) {
	.callback-modal h3 {
		font-size: 18px;
		line-height: 20px;
	}
}

.callback-modal form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.callback-modal form input {
	padding: 20px 25px 20px 75px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.05);
	box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.05);
	border: 1px solid #fff;
	margin: 0 0 20px 0;
	width: 100%;
	background-image: url(../images/common/phone_ico.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	color: #fff;
	background-color: transparent;
}

.callback-modal form input:focus {
	-webkit-box-shadow: 0 0 4px 2px #eee;
	box-shadow: 0 0 4px 2px #eee;
}

.callback-modal form input::-webkit-input-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.callback-modal form input::-moz-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.callback-modal form input:-ms-input-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.callback-modal form input::-ms-input-placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.callback-modal form input::placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.callback-modal form input[type="text"] {
	background-image: url(../images/common/people_icon.png);
}

.callback-modal form input[type="tel"] {
	background-image: url(../images/common/phone_ico_white.png);
}

.callback-modal form .btn {
	background-color: #fff;
	color: #000;
	font-weight: 700;
}

.callback-modal p {
	color: #fff;
	font-size: 16px;
	margin: 25px 0 0 0;
}

.send-request {
	background: -o-linear-gradient(245.18deg, rgba(15, 148, 114, 0.7) 8.43%, rgba(255, 255, 255, 0) 48.99%, rgba(24, 159, 125, 0.7) 87.89%), #36875E;
	background: linear-gradient(204.82deg, rgba(15, 148, 114, 0.7) 8.43%, rgba(255, 255, 255, 0) 48.99%, rgba(24, 159, 125, 0.7) 87.89%), #36875E;
	padding: 50px 30px;
}

.send-request h2 {
	font-size: 32px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: "RoadRadio";
	color: #fff;
	margin: 0 0 20px 0;
}

@media (max-width: 768px) {
	.send-request h2 {
		font-size: 26px;
		line-height: 28px;
	}
}

.send-request h3 {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

@media (max-width: 768px) {
	.send-request h3 {
		font-size: 18px;
		line-height: 20px;
	}
}

.send-request .btn {
	display: block;
	margin: 30px 0;
	background-color: #fff;
	color: #333;
	font-weight: 700;
}

.send-request p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}
