@-webkit-keyframes sheens
{
	0%,79%
	{
		filter: alpha(opacity=0);
		opacity: 0;
		transform: rotateZ(60deg) translate(-5em,7.5em);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
	}
	80%
	{
		filter: alpha(opacity=100);
		opacity: 1;
		transform: rotateZ(60deg) translate(-5em,7.5em);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
	}
	95%
	{
		filter: alpha(opacity=100);
		opacity: 1;
		transform: rotateZ(60deg) translate(1em,-11em);
		-webkit-transform: rotateZ(60deg) translate(1em,-11em);
	}
	to
	{
		filter: alpha(opacity=0);
		opacity: 0;
		transform: rotateZ(60deg) translate(1em,-9em);
		-webkit-transform: rotateZ(60deg) translate(1em,-9em);
	}
}
@-moz-keyframes sheens
{
	0%,79%
	{
		filter: alpha(opacity=0);
		-moz-transform: rotateZ(60deg) translate(-5em,7.5em);
		opacity: 0;
		transform: rotateZ(60deg) translate(-5em,7.5em);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
	}
	80%
	{
		filter: alpha(opacity=100);
		-moz-transform: rotateZ(60deg) translate(-5em,7.5em);
		opacity: 1;
		transform: rotateZ(60deg) translate(-5em,7.5em);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
	}
	95%
	{
		filter: alpha(opacity=100);
		-moz-transform: rotateZ(60deg) translate(1em,-11em);
		opacity: 1;
		transform: rotateZ(60deg) translate(1em,-11em);
		-webkit-transform: rotateZ(60deg) translate(1em,-11em);
	}
	to
	{
		filter: alpha(opacity=0);
		-moz-transform: rotateZ(60deg) translate(1em,-9em);
		opacity: 0;
		transform: rotateZ(60deg) translate(1em,-9em);
		-webkit-transform: rotateZ(60deg) translate(1em,-9em);
	}
}
@keyframes sheens
{
	0%,79%
	{
		filter: alpha(opacity=0);
		opacity: 0;
		-o-transform: rotateZ(60deg) translate(-5em,7.5em);
		-moz-transform: rotateZ(60deg) translate(-5em,7.5em);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
		transform: rotateZ(60deg) translate(-5em,7.5em);
	}
	80%
	{
		filter: alpha(opacity=100);
		-moz-transform: rotateZ(60deg) translate(-5em,7.5em);
		opacity: 1;
		-o-transform: rotateZ(60deg) translate(-5em,7.5em);
		transform: rotateZ(60deg) translate(-5em,7.5em);
		-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
	}
	95%
	{
		filter: alpha(opacity=100);
		-moz-transform: rotateZ(60deg) translate(1em,-11em);
		opacity: 1;
		-o-transform: rotateZ(60deg) translate(1em,-11em);
		transform: rotateZ(60deg) translate(1em,-11em);
		-webkit-transform: rotateZ(60deg) translate(1em,-11em);
	}
	to
	{
		filter: alpha(opacity=0);
		-moz-transform: rotateZ(60deg) translate(1em,-9em);
		opacity: 0;
		-o-transform: rotateZ(60deg) translate(1em,-9em);
		transform: rotateZ(60deg) translate(1em,-9em);
		-webkit-transform: rotateZ(60deg) translate(1em,-9em);
	}
}
@-webkit-keyframes sheen
{
	0%
	{
		filter: alpha(opacity=0);
		height: 0;
		opacity: 0;
		width: 0;
	}
	10%
	{
		filter: alpha(opacity=100);
		height: 10px;
		opacity: 1;
		width: 10px;
	}
	90%
	{
		filter: alpha(opacity=100);
		height: 40px;
		opacity: 1;
		width: 40px;
	}
	to
	{
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-moz-keyframes sheen
{
	0%
	{
		filter: alpha(opacity=0);
		height: 0;
		opacity: 0;
		width: 0;
	}
	10%
	{
		filter: alpha(opacity=100);
		height: 10px;
		opacity: 1;
		width: 10px;
	}
	90%
	{
		filter: alpha(opacity=100);
		height: 40px;
		opacity: 1;
		width: 40px;
	}
	to
	{
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@keyframes sheen
{
	0%
	{
		filter: alpha(opacity=0);
		height: 0;
		opacity: 0;
		width: 0;
	}
	10%
	{
		filter: alpha(opacity=100);
		height: 10px;
		opacity: 1;
		width: 10px;
	}
	90%
	{
		filter: alpha(opacity=100);
		height: 40px;
		opacity: 1;
		width: 40px;
	}
	to
	{
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-webkit-keyframes floating
{
	0%,to
	{
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	50%
	{
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
	}
}
@-moz-keyframes floating
{
	0%,to
	{
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
	50%
	{
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes floating
{
	0%,to
	{
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	50%
	{
		-moz-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
	}
}
@-webkit-keyframes spin
{
	0%
	{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to
	{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spin
{
	0%
	{
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to
	{
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin
{
	0%
	{
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to
	{
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes pulse
{
	0%
	{
		opacity: 0;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	50%
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}
@-moz-keyframes pulse
{
	0%
	{
		-moz-transform: scale(1);
		opacity: 0;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	50%
	{
		opacity: 1;
	}
	to
	{
		-moz-transform: scale(1.05);
		opacity: 0;
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}
@keyframes pulse
{
	0%
	{
		-moz-transform: scale(1);
		opacity: 0;
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	50%
	{
		opacity: 1;
	}
	to
	{
		-moz-transform: scale(1.05);
		opacity: 0;
		-o-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}
@font-face
{
	font-display: swap;
	font-family: "MuseoSansCyrl-100";
	font-style: normal;
	font-weight: 400;
	src: local("MuseoSansCyrl-100"),local("MuseoSansCyrl-100"),url(../fonts/MuseoSansCyrl-100.eot@) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-100.ttf) format("woff"),url(../fonts/MuseoSansCyrl-100.ttf) format("truetype");
	src: url(../fonts/MuseoSansCyrl-100.ttf);
}
@font-face
{
	font-display: swap;
	font-family: "MuseoSansCyrl-300";
	font-style: normal;
	font-weight: 400;
	src: local("MuseoSansCyrl-300"),local("MuseoSansCyrl-300"),url(../fonts/MuseoSansCyrl-300.eot@) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-300.ttf) format("woff"),url(../fonts/MuseoSansCyrl-300.ttf) format("truetype");
	src: url(../fonts/MuseoSansCyrl-300.ttf);
}
@font-face
{
	font-display: swap;
	font-family: "MuseoSansCyrl-500";
	font-style: normal;
	font-weight: 400;
	src: local("MuseoSansCyrl-500"),local("MuseoSansCyrl-500"),url(../fonts/MuseoSansCyrl-500.eot@) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-500.ttf) format("woff"),url(../fonts/MuseoSansCyrl-500.ttf) format("truetype");
	src: url(../fonts/MuseoSansCyrl-500.ttf);
}
@font-face
{
	font-display: swap;
	font-family: "FuturaPT-Bold";
	font-style: normal;
	font-weight: 400;
	src: local("FuturaPT-Bold"),local("FuturaPT-Bold"),url(../fonts/FuturaPT-Bold.eot@) format("embedded-opentype"),url(../fonts/FuturaPT-Bold.ttf) format("woff"),url(../fonts/FuturaPT-Bold.ttf) format("truetype");
	src: url(../fonts/FuturaPT-Bold.ttf);
}
@font-face
{
	font-display: swap;
	font-family: "FuturaPT-Light";
	font-style: normal;
	font-weight: 400;
	src: local("FuturaPT-Light"),local("FuturaPT-Light"),url(../fonts/FuturaPT-Light.eot@) format("embedded-opentype"),url(../fonts/FuturaPT-Light.ttf) format("woff"),url(../fonts/FuturaPT-Light.ttf) format("truetype");
	src: url(../fonts/FuturaPT-Light.ttf);
}
@font-face
{
	font-display: swap;
	font-family: "FuturaPT-Medium";
	font-style: normal;
	font-weight: 400;
	src: local("FuturaPT-Medium"),local("FuturaPT-Medium"),url(../fonts/FuturaPT-Medium.eot@) format("embedded-opentype"),url(../fonts/FuturaPT-Medium.ttf) format("woff"),url(../fonts/FuturaPT-Medium.ttf) format("truetype");
	src: url(../fonts/FuturaPT-Medium.ttf);
}
@font-face
{
	font-display: swap;
	font-family: "FuturaPT-Heavy";
	font-style: normal;
	font-weight: 400;
	src: local("FuturaPT-Heavy"),local("FuturaPT-Heavy"),url(../fonts/FuturaPT-Heavy.eot@) format("embedded-opentype"),url(../fonts/FuturaPT-Heavy.ttf) format("woff"),url(../fonts/FuturaPT-Heavy.ttf) format("truetype");
	src: url(../fonts/FuturaPT-Heavy.ttf);
}
@font-face
{
	font-display: swap;
	font-family: "FuturaPT-Book";
	font-style: normal;
	font-weight: 400;
	src: local("FuturaPT-Book"),local("FuturaPT-Book"),url(../fonts/FuturaPT-Book.eot@) format("embedded-opentype"),url(../fonts/FuturaPT-Book.ttf) format("woff"),url(../fonts/FuturaPT-Book.ttf) format("truetype");
	src: url(../fonts/FuturaPT-Book.ttf);
}
body,html
{
	overflow-x: hidden;
}
body
{
	background: #fff;
	color: #181f28;
	font-family: "MuseoSansCyrl-100",sans-serif;
	font-size: calc(13px + 3*((100vw - 320px)/960));
	line-height: calc(19px + 3*((100vw - 320px)/960));
	min-height: 100vh;
	position: relative;
}
@media screen and (min-width:1280px)
{
	body
	{
		line-height: 22px;
	}
}
@media screen and (max-width:320px)
{
	body
	{
		line-height: 19px;
	}
}
@media screen and (min-width:1280px)
{
	body
	{
		font-size: 16px;
	}
}
@media screen and (max-width:320px)
{
	body
	{
		font-size: 13px;
	}
}
p
{
	margin: 0;
}
a
{
	color: inherit;
	outline: 0;
	text-decoration: none;
}
b,strong
{
	font-family: 'Circe-Bold',sans-serif;
}
.container
{
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1540px;
	-moz-box-sizing: border-box;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.container_0
{
	padding: 0;
}
.container_m
{
	max-width: 1170px;
}
.container_l
{
	max-width: 1420px;
}
.container_xl
{
	max-width: 1920px;
	padding: 0;
}
.title
{
	font-family: "FuturaPT-Light",sans-serif;
	font-weight: 400;
	margin: 0;
}
.title_m
{
	font-size: calc(24px + 22*((100vw - 320px)/960));
	line-height: calc(30px + 22*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.title_m
	{
		line-height: 52px;
	}
}
@media screen and (max-width:320px)
{
	.title_m
	{
		line-height: 30px;
	}
}
@media screen and (min-width:1280px)
{
	.title_m
	{
		font-size: 46px;
	}
}
@media screen and (max-width:320px)
{
	.title_m
	{
		font-size: 24px;
	}
}
.title_l
{
	font-size: calc(28px + 37*((100vw - 320px)/960));
	line-height: calc(34px + 26*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.title_l
	{
		line-height: 60px;
	}
}
@media screen and (max-width:320px)
{
	.title_l
	{
		line-height: 34px;
	}
}
@media screen and (min-width:1280px)
{
	.title_l
	{
		font-size: 65px;
	}
}
@media screen and (max-width:320px)
{
	.title_l
	{
		font-size: 28px;
	}
}
.title_xl
{
	font-size: calc(30px + 54*((100vw - 320px)/960));
	line-height: calc(36px + 38*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.title_xl
	{
		line-height: 74px;
	}
}
@media screen and (max-width:320px)
{
	.title_xl
	{
		line-height: 36px;
	}
}
@media screen and (min-width:1280px)
{
	.title_xl
	{
		font-size: 84px;
	}
}
@media screen and (max-width:320px)
{
	.title_xl
	{
		font-size: 30px;
	}
}
.title b
{
	font-weight: 600;
}
.title_blue
{
	color: #5097ff;
}
.title-container
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-moz-box-align: center;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
}
.title .red
{
	color: #da1b1f;
}
.text-bold {
    font-weight: 700;
}
.description_s
{
	font-size: calc(15px + 3*((100vw - 320px)/960));
	line-height: calc(21px + 3*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.description_s
	{
		line-height: 24px;
	}
}
@media screen and (max-width:320px)
{
	.description_s
	{
		line-height: 21px;
	}
}
@media screen and (min-width:1280px)
{
	.description_s
	{
		font-size: 18px;
	}
}
@media screen and (max-width:320px)
{
	.description_s
	{
		font-size: 15px;
	}
}
.description_l
{
	font-size: calc(14px + 4*((100vw - 320px)/960));
	line-height: calc(20px + 4*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.description_l
	{
		line-height: 24px;
	}
}
@media screen and (max-width:320px)
{
	.description_l
	{
		line-height: 20px;
	}
}
@media screen and (min-width:1280px)
{
	.description_l
	{
		font-size: 18px;
	}
}
@media screen and (max-width:320px)
{
	.description_l
	{
		font-size: 14px;
	}
}
.description_xl
{
	font-size: calc(15px + 9*((100vw - 320px)/960));
	line-height: calc(21px + 13*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.description_xl
	{
		line-height: 34px;
	}
}
@media screen and (max-width:320px)
{
	.description_xl
	{
		line-height: 21px;
	}
}
@media screen and (min-width:1280px)
{
	.description_xl
	{
		font-size: 24px;
	}
}
@media screen and (max-width:320px)
{
	.description_xl
	{
		font-size: 15px;
	}
}
.button
{
	background: 0 0;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	display: table;
	font-family: "FuturaPT-Medium",sans-serif;
	margin: 0;
	-moz-transition: .3s;
	-o-transition: .3s;
	outline: 0;
	padding: 0;
	position: relative;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
	white-space: nowrap;
	z-index: 1;
}
.button:before
{
	animation: pulse 2s infinite;
	border: 20px solid #5097ff;
	border: 20px solid rgba(80,151,255,.3);
	border-radius: 110px;
	box-shadow: 0 0 50px 0 rgba(80,151,255,.1);
	content: '';
	display: block;
	height: calc(100% - 5px);
	height: -moz-calc(100% - 5px);
	height: -webkit-calc(100% - 5px);
	left: -15px;
	-moz-animation: pulse 2s infinite;
	opacity: 0;
	position: absolute;
	top: -18px;
	-webkit-animation: pulse 2s infinite;
	-webkit-box-shadow: 0 0 50px 0 rgba(80,151,255,.1);
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	z-index: -2;
}
.button_blue,.button_blue-bordered
{
	border: 1px solid #5097ff;
	border-radius: 100px;
	text-transform: uppercase;
}
.button_blue
{
	background-color: #5097ff;
	color: #fff;
}
.button_blue:hover
{
	background-color: #4286e8;
}
.button_blue-bordered
{
	background-color: #fff;
}
.button_blue-bordered:hover
{
	background-color: #4286e8;
	border-color: #4286e8;
	color: #fff;
}
.button_m
{
	font-size: calc(9px + 1*((100vw - 320px)/960));
	line-height: calc(15px + 1*((100vw - 320px)/960));
	padding: 27px 30px;
}
@media screen and (min-width:1280px)
{
	.button_m
	{
		line-height: 16px;
	}
}
@media screen and (max-width:320px)
{
	.button_m
	{
		line-height: 15px;
	}
}
@media screen and (min-width:1280px)
{
	.button_m
	{
		font-size: 10px;
	}
}
@media screen and (max-width:320px)
{
	.button_m
	{
		font-size: 9px;
	}
}
.button_l
{
	font-size: calc(12px + 2*((100vw - 320px)/960));
	letter-spacing: 5.2px;
	line-height: calc(18px + 2*((100vw - 320px)/960));
	padding: 26px 50px;
}
@media screen and (min-width:1280px)
{
	.button_l
	{
		line-height: 20px;
	}
}
@media screen and (max-width:320px)
{
	.button_l
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.button_l
	{
		font-size: 14px;
	}
}
@media screen and (max-width:320px)
{
	.button_l
	{
		font-size: 12px;
	}
}
.button__blik
{
	border-radius: 7px;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.button__blik:after
{
	animation: sheens 3s infinite;
	background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
	background: -moz- oldlinear-gradient(top,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
	background: -webkit-gradient(linear,left top,left bottom,from(#e5ac8e),color-stop(50%,#fff),color-stop(50%,#e5ac8e));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),color-stop(50%,rgba(229,172,142,0)));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),to(rgba(229,172,142,0)));
	background: -webkit-linear-gradient(top,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
	bottom: -50%;
	content: "";
	filter: alpha(opacity=0);
	left: -50%;
	-moz-animation: sheens 3s infinite;
	-moz-transform: rotateZ(60deg) translate(-5em,7.5em);
	-ms-transform: rotate(60deg) translate(-5em,7.5em);
	opacity: 0;
	-o-transform: rotateZ(60deg) translate(-5em,7.5em);
	position: absolute;
	right: -50%;
	top: -50%;
	transform: rotateZ(60deg) translate(-5em,7.5em);
	-webkit-animation: sheens 3s infinite;
	-webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
	z-index: 1;
}
.form__field
{
	margin-top: 20px;
	padding-top: 1px;
}
.form__field_s
{
	margin-top: 15px;
}
.form__label
{
	color: #181f28;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
.form__input,.form__select,.form__textarea
{
	box-sizing: border-box;
	height: 50px;
	-moz-box-sizing: border-box;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.form__input,.form__rati-o-input,.form__select,.form__textarea
{
	appearance: none!important;
	background-color: #fff;
	background-position: 0 48%;
	background-repeat: no-repeat;
	border: 0;
	border-bottom: 1px solid #eaecf0;
	border-radius: 0;
	color: #333;
	font-family: "FuturaPT-Book",sans-serif;
	font-size: calc(16px + 0*((100vw - 420px)/860));
	line-height: calc(22px + 0*((100vw - 420px)/860));
	margin: 0;
	-moz-appearance: none;
	-moz-transition: .3s;
	-ms-appearance: none;
	-o-transition: .3s;
	outline: 0;
	transition: .3s;
	-webkit-appearance: none;
	-webkit-transition: .3s;
}
/***Style that hides honeypot field from human visitors***/
.comment_verify {
    left: -9999px;
    position: absolute;
    top: -9999px;
    visibility: hidden;
}
@media screen and (min-width:1280px)
{
	.form__input,.form__rati-o-input,.form__select,.form__textarea
	{
		line-height: 22px;
	}
}
@media screen and (max-width:420px)
{
	.form__input,.form__rati-o-input,.form__select,.form__textarea
	{
		line-height: 22px;
	}
}
@media screen and (min-width:1280px)
{
	.form__input,.form__rati-o-input,.form__select,.form__textarea
	{
		font-size: 16px;
	}
}
@media screen and (max-width:420px)
{
	.form__input,.form__rati-o-input,.form__select,.form__textarea
	{
		font-size: 16px;
	}
}
.form__input::-webkit-input-placeholder,.form__rati-o-input::-webkit-input-placeholder,.form__select::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder
{
	color: #5f6c77;
}
.form__input::-moz-placeholder,.form__rati-o-input::-moz-placeholder,.form__select::-moz-placeholder,.form__textarea::-moz-placeholder
{
	color: #5f6c77;
}
.form__input::-ms-input-placeholder,.form__rati-o-input::-ms-input-placeholder,.form__select::-ms-input-placeholder,.form__textarea::-ms-input-placeholder
{
	color: #5f6c77;
}
.form__input::placeholder,.form__rati-o-input::placeholder,.form__select::placeholder,.form__textarea::placeholder
{
	color: #5f6c77;
}
.form__input:active,.form__input:focus,.form__rati-o-input:active,.form__rati-o-input:focus,.form__select:active,.form__select:focus,.form__textarea:active,.form__textarea:focus
{
	border-color: #000;
	border-color: rgba(0,0,0,.5);
}
.form__input.error,.form__rati-o-input.error,.form__select.error,.form__textarea.error
{
	border-color: red;
}
.form__input_stamp,.form__rati-o-input_stamp,.form__select_stamp,.form__textarea_stamp
{
	background-image: url(../img/form/stamp.png);
	background-position-x: 5px;
	padding-left: 45px;
}
.form__input_model,.form__rati-o-input_model,.form__select_model,.form__textarea_model
{
	background-image: url(../img/form/model.png);
	padding-left: 45px;
}
.form__input_year,.form__rati-o-input_year,.form__select_year,.form__textarea_year
{
	background-image: url(../img/form/year.png);
	background-position-x: 5px;
	padding-left: 45px;
}
.form__input_vin,.form__rati-o-input_vin,.form__select_vin,.form__textarea_vin
{
	background-image: url(../img/form/vin.png);
	background-position-x: 10px;
	padding-left: 45px;
}
.form__input_number,.form__rati-o-input_number,.form__select_number,.form__textarea_number
{
	background-image: url(../img/form/number.png);
	background-position-x: 5px;
	padding-left: 45px;
}
.form__input_phone,.form__rati-o-input_phone,.form__select_phone,.form__textarea_phone
{
	background-image: url(../img/form/phone.png);
	background-position-x: 10px;
	background-size: 25px;
	padding-left: 45px;
	-webkit-background-size: 25px 25px;
}
.form__input_name,.form__rati-o-input_name,.form__select_name,.form__textarea_name
{
	background-image: url(../img/form/name.png);
	background-position-x: 10px;
	padding-left: 45px;
}
.form__input_email,.form__input_whatsapp,.form__rati-o-input_email,.form__rati-o-input_whatsapp,.form__select_email,.form__select_whatsapp,.form__textarea_email,.form__textarea_whatsapp
{
	background-image: url(../img/form/email-white.svg);
	background-position-x: 10px;
	background-size: 25px;
	padding-left: 45px;
	-webkit-background-size: 25px 25px;
}
.form__input_whatsapp,.form__rati-o-input_whatsapp,.form__select_whatsapp,.form__textarea_whatsapp
{
	background-image: url(../img/form/whatsapp-white.svg);
}
.form__input_telegram,.form__input_viber,.form__rati-o-input_telegram,.form__rati-o-input_viber,.form__select_telegram,.form__select_viber,.form__textarea_telegram,.form__textarea_viber
{
	background-image: url(../img/form/viber-white.svg);
	background-position-x: 10px;
	background-size: 25px;
	padding-left: 45px;
	-webkit-background-size: 25px 25px;
}
.form__input_telegram,.form__rati-o-input_telegram,.form__select_telegram,.form__textarea_telegram
{
	background-image: url(../img/form/telegram-white.svg);
}
.form__textarea
{
	max-width: 100%!important;
	min-height: 150px;
	min-width: 100%!important;
	padding-top: 15px;
}
.form__select
{
	cursor: pointer;
}
.form label.error
{
	display: none!important;
}
.form__submit
{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media screen and (max-width: 479px) {
	.button_l.form__submit {
		letter-spacing: 1.5px;
	}
}
.form-types
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: center;
	-moz-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.form-types__item
{
	border: 2px solid #e7f0f8;
	border-radius: 10px;
	color: #bbc1c6;
	cursor: pointer;
	flex-basis: calc(50% - 10px);
	flex-basis: -moz-calc(50% - 10px);
	font-size: calc(14px + 3*((100vw - 420px)/860));
	height: 74px;
	line-height: 74px;
	-ms-flex-preferred-size: calc(50% - 10px);
	text-align: center;
	-webkit-flex-basis: -webkit-calc(50% - 10px);
}
@media screen and (min-width:1280px)
{
	.form-types__item
	{
		font-size: 17px;
	}
}
@media screen and (max-width:420px)
{
	.form-types__item
	{
		font-size: 14px;
	}
}
.form-types__item+.form-types__item
{
	margin-left: 10px;
}
.form-types__item_active
{
	border-color: #0c5ccd;
	color: #0c5ccd;
}
.form__policy
{
	color: #858a93;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	text-align: center;
}
.form__policy a
{
	border-bottom: 1px solid;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
}
.form__policy a:hover
{
	color: #181f28;
}
.form__checkboxes
{
	align-items: flex-start;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 20px;
	-moz-box-align: start;
	-moz-box-pack: start;
	-ms-flex-align: start;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.form__checkbox
{
	/*margin-bottom: 10px;
	margin-right: 30px;*/
	margin-right: 10px;
    margin-top: 5px;
}
.fancybox-close-small svg,.form__checkbox input
{
	display: none;
}
.form__checkbox label
{
	color: #5f6c77;
	cursor: pointer;
	display: inline-block;
	font-family: "FuturaPT-Light",sans-serif;
	font-size: calc(14px + 2*((100vw - 420px)/860));
	line-height: calc(22px + 0*((100vw - 420px)/860));
	margin-right: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	padding: 10px 0 10px 47px;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
}
@media screen and (min-width:1280px)
{
	.form__checkbox label
	{
		line-height: 22px;
	}
}
@media screen and (max-width:420px)
{
	.form__checkbox label
	{
		line-height: 22px;
	}
}
@media screen and (min-width:1280px)
{
	.form__checkbox label
	{
		font-size: 16px;
	}
}
@media screen and (max-width:420px)
{
	.form__checkbox label
	{
		font-size: 14px;
	}
}
.form__checkbox label:before
{
	background: #e8ecf6;
	border: 1px solid #499fff;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	top: calc(50% - 19px);
	top: -moz-calc(50% - 19px);
	top: -webkit-calc(50% - 19px);
	width: 27px;
}
.form__checkbox input:checked+label:before
{
	background-color: #499fff;
	background-image: url(../img/form/icon-checkbox.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.form__checkbox_s label
{
	padding: 0 0 0 30px;
}
.form__checkbox_s label:before
{
	background-size: 60%;
	height: 16px;
	-webkit-background-size: 60% 60%;
	width: 16px;
}
.form__title
{
	font-size: calc(16px + 8*((100vw - 320px)/960));
	line-height: calc(22px + 8*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.form__title
	{
		line-height: 30px;
	}
}
@media screen and (max-width:320px)
{
	.form__title
	{
		line-height: 22px;
	}
}
@media screen and (min-width:1280px)
{
	.form__title
	{
		font-size: 24px;
	}
}
@media screen and (max-width:320px)
{
	.form__title
	{
		font-size: 16px;
	}
}
.form__description
{
	font-size: calc(12px + 3*((100vw - 320px)/960));
	line-height: calc(18px + 3*((100vw - 320px)/960));
	margin-top: 15px;
}
@media screen and (min-width:1280px)
{
	.form__description
	{
		line-height: 21px;
	}
}
@media screen and (max-width:320px)
{
	.form__description
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.form__description
	{
		font-size: 15px;
	}
}
@media screen and (max-width:320px)
{
	.form__description
	{
		font-size: 12px;
	}
}
.form__policy
{
	font-size: calc(10px + 4*((100vw - 420px)/860));
	line-height: calc(16px + 4*((100vw - 420px)/860));
}
@media screen and (min-width:1280px)
{
	.form__policy
	{
		line-height: 20px;
	}
}
@media screen and (max-width:420px)
{
	.form__policy
	{
		line-height: 16px;
	}
}
@media screen and (min-width:1280px)
{
	.form__policy
	{
		font-size: 14px;
	}
}
@media screen and (max-width:420px)
{
	.form__policy
	{
		font-size: 10px;
	}
}
.form__radio
{
	margin: 10px 0 0 7px;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.form__radio+.form__radi-o-label
{
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 25px;
	position: relative;
	vertical-align: middle;
}
.form__radio+.form__radi-o-label:before
{
	background-color: #f0f6fb;
	border: 1px solid red;
	box-sizing: border-box;
	content: '';
	height: 16px;
	left: 0;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 0;
	-webkit-box-sizing: border-box;
	width: 16px;
}
.form__radio+.form__radi-o-label:after
{
	background: url(https://rublevkacars.ru/wp-content/themes/rublevkacars/img/form/icon-radio.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	content: '';
	height: 16px;
	left: 0;
	-moz-transition: .2s;
	opacity: 0;
	-o-transition: .2s;
	position: absolute;
	top: 0;
	transition: .2s;
	-webkit-background-size: 50% 50%;
	-webkit-transition: .2s;
	width: 16px;
}
.form__radio:checked+.form__radi-o-label:after
{
	opacity: 1;
}
.form__radio:checked+.form__radi-o-label:before
{
	border: 1px solid transparent;
}
.form__ratio
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
	-moz-box-align: center;
	-moz-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	position: relative;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.form__ratio label,.form__rati-o-input
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form__rati-o-input
{
	height: 35px;
	padding: 0 10px;
	width: 60px;
}
.form__ratio label
{
	color: #5f6c77;
	display: inline-block;
	flex-basis: calc(100% - 70px);
	flex-basis: -moz-calc(100% - 70px);
	font-family: 'Nunito',sans-serif;
	font-size: calc(12px + 3*((100vw - 420px)/860));
	line-height: calc(18px + 0*((100vw - 420px)/860));
	margin-right: 0;
	-moz-user-select: none;
	-ms-flex-preferred-size: calc(100% - 70px);
	-ms-user-select: none;
	padding-left: 10px;
	position: relative;
	user-select: none;
	-webkit-flex-basis: -webkit-calc(100% - 70px);
	-webkit-user-select: none;
}
@media screen and (min-width:1280px)
{
	.form__ratio label
	{
		line-height: 18px;
	}
}
@media screen and (max-width:420px)
{
	.form__ratio label
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.form__ratio label
	{
		font-size: 15px;
	}
}
@media screen and (max-width:420px)
{
	.form__ratio label
	{
		font-size: 12px;
	}
}
.form__rati-o-arrow
{
	background-image: url(https://rublevkacars.ru/wp-content/themes/rublevkacars/img/form/arrow-down.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 10px;
	left: 42px;
	position: absolute;
	top: calc(50% - 12px);
	top: -moz-calc(50% - 12px);
	top: -webkit-calc(50% - 12px);
	-webkit-background-size: contain;
	width: 10px;
}
.form__rati-o-arrow_up
{
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.form__rati-o-arrow_down
{
	top: 27px;
	top: calc(50% + 2px);
	top: -moz-calc(50% + 2px);
	top: -webkit-calc(50% + 2px);
}
.form__slider
{
	/*background: #f2f6f9;*/
	background: #ddd;
	border: 0!important;
	height: 4px!important;
	margin-top: 30px;
}
.form__slider .ui-slider-handle
{
	background-image: url(../img/form/slider.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 100%;
	height: 29px;
	outline: 0;
	top: -12px;
	width: 29px;
}
.form__slider .ui-slider-range
{
	background: #568fff;
}
.form__slider-price
{
	font-family: "FuturaPT-Book",sans-serif;
	font-size: calc(20px + 4*((100vw - 420px)/860));
	line-height: calc(26px + 4*((100vw - 420px)/860));
	margin-top: 20px;
	text-align: center;
}
@media screen and (min-width:1280px)
{
	.form__slider-price
	{
		line-height: 30px;
	}
}
@media screen and (max-width:420px)
{
	.form__slider-price
	{
		line-height: 26px;
	}
}
@media screen and (min-width:1280px)
{
	.form__slider-price
	{
		font-size: 24px;
	}
}
@media screen and (max-width:420px)
{
	.form__slider-price
	{
		font-size: 20px;
	}
}
.form-way__item,.form-way__items
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}
.form-way__items
{
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.form-way__item
{
	background-color: #e4e9f3;
	border: 1px solid #db659b;
	border-color: #5f95fe;
	border-radius: 30px;
	color: #7b8aa4;
	cursor: pointer;
	font-size: calc(12px + 1*((100vw - 320px)/960));
	justify-content: center;
	line-height: calc(18px + 1*((100vw - 320px)/960));
	margin-right: 10px;
	margin-top: 10px;
	-moz-box-pack: center;
	-moz-transition: .3s;
	-ms-flex-pack: center;
	-o-transition: .3s;
	padding: 4px 15px;
	transition: .3s;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-transition: .3s;
}
@media screen and (min-width:1280px)
{
	.form-way__item
	{
		line-height: 19px;
	}
}
@media screen and (max-width:320px)
{
	.form-way__item
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.form-way__item
	{
		font-size: 13px;
	}
}
@media screen and (max-width:320px)
{
	.form-way__item
	{
		font-size: 12px;
	}
}
.form-way__item_active
{
	background-color: transparent;
	border-color: #181f28;
	border-color: rgba(24,31,40,.8);
	color: #181f28;
	color: rgba(24,31,40,.8);
}
.form-way__item-icon
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 17px;
	-webkit-background-size: 100% 100%;
	width: 17px;
}
.form-way__item-icon_phone
{
	background-image: url(../img/form/phone.svg);
	background-size: 85%;
	-webkit-background-size: 85% 85%;
}
.form-way__item-icon_email,.form-way__item-icon_whatsapp
{
	background-image: url(../img/form/email.svg);
	background-size: 85%;
	-webkit-background-size: 85% 85%;
}
.form-way__item-icon_whatsapp
{
	background-image: url(../img/form/whatsapp.svg);
}
.form-way__item-icon_viber
{
	background-image: url(../img/form/viber.svg);
}
.form-way__item-icon_telegram
{
	background-image: url(../img/form/telegram.svg);
	background-size: 85%;
	-webkit-background-size: 85% 85%;
}
.form-way__item_active .form-way__item-icon_phone
{
	background-image: url(../img/form/phone-white.svg);
}
.form-way__item_active .form-way__item-icon_email
{
	background-image: url(../img/form/email-white.svg);
}
.form-way__item_active .form-way__item-icon_whatsapp
{
	background-image: url(../img/form/whatsapp-white.svg);
}
.form-way__item_active .form-way__item-icon_viber
{
	background-image: url(../img/form/viber-white.svg);
}
.form-way__item_active .form-way__item-icon_telegram
{
	background-image: url(../img/form/telegram-white.svg);
}
.form-way__item span
{
	letter-spacing: 1.2px;
	margin-left: 5px;
}
.slider
{
	outline: 0!important;
}
.slider__arrow
{
	background-image: -ms-linear-gradient(90deg,#0049ae 0%,#1171f5 100%);
	background-image: -webkit-linear-gradient(90deg,#0049ae 0%,#1171f5 100%);
	border-radius: 50%;
	box-shadow: 0 2px 0 0 rgba(19,92,197,.004);
	cursor: pointer;
	height: 54px;
	-moz-transition: .3s;
	-o-transition: .3s;
	position: absolute;
	top: 50%;
	transition: .3s;
	-webkit-box-shadow: 0 2px 0 0 rgba(19,92,197,.004);
	-webkit-transition: .3s;
	width: 54px;
	z-index: 2;
}
.slider__arrow:before
{
	background-image: url(https://rublevkacars.ru/wp-content/themes/rublevkacars/img/slider/arrow-left.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-background-size: 15% 15%;
	width: 100%;
}
.slider__arrow-prev
{
	left: 0;
}
.slider__arrow-next,.slider__arrow-next:hover,.slider__arrow-prev,.slider__arrow-prev:hover
{
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slider__arrow-next
{
	right: 0;
}
.slider__arrow-next:before
{
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.slider__arrow:hover
{
	opacity: .8;
}
.slider li
{
	background: #6b6e77!important;
	border-radius: 100%!important;
	height: 6px!important;
	margin: 0 9px!important;
	width: 6px!important;
}
.slider li.slick-active
{
	background: 0 0!important;
	border: 3px solid #fff;
}
.slider .slick-dots
{
	justify-content: center!important;
	-moz-box-pack: center!important;
	-ms-flex-pack: center!important;
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
}
.fancybox-bg
{
	background-color: #000;
	background-color: rgba(0,0,0,.8);
}
.fancybox-close-small
{
	background-color: transparent;
	background-image: url(../img/menu/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
	border-radius: 100%;
	height: 36px;
	opacity: 1;
	right: 10px!important;
	top: 10px!important;
	-webkit-background-size: 40% 40%;
	width: 36px;
	z-index: 10;
}
.fancybox-close-small:after,.popup
{
	display: none;
}
.popup
{
	background: 0 0;
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 1170px;
	-moz-box-sizing: border-box;
	overflow: initial;
	padding: 0;
	-webkit-box-sizing: border-box;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	z-index: 1;
}
.popup,.popup-inner
{
	position: relative;
}
/*.popup-inner:before
{
	background-color: #fff;
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	z-index: 0;
}*/
.popup-inner__inner,.popup-policy
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.popup-inner__inner
{
	background-color: #fff;
	border-radius: 20px;
	/*box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	position: relative;
	/*-webkit-box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	z-index: 1;
}
.popup-policy
{
	max-width: 760px;
}
.popup-policy__content
{
	padding: 45px;
}
.popup-policy__text
{
	color: #858a93;
	font-weight: 300;
	margin-top: 15px;
}
.popup-policy__text p
{
	margin-top: 15px;
	text-align: justify;
}
.popup-call
{
	width: 440px;
}
.popup-call__title
{
	font-size: calc(20px + 4*((100vw - 320px)/960));
	line-height: calc(26px + 4*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
    .popup-policy {
        max-width: 900px;
    }
	.popup-call__title
	{
		line-height: 30px;
	}
}
@media screen and (max-width:320px)
{
	.popup-call__title
	{
		line-height: 26px;
	}
}
@media screen and (min-width:1280px)
{
	.popup-call__title
	{
		font-size: 24px;
	}
}
@media screen and (max-width:320px)
{
	.popup-call__title
	{
		font-size: 20px;
	}
}
.popup-call__description
{
	margin-top: 10px;
}
.popup__content
{
	padding: 50px;
}
.open-popup
{
	cursor: pointer;
}
.header
{
	left: 0;
	padding: 35px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header:before
{
	background: red;
	content: "";
	display: none;
	height: 30px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
}
.header-menu__open,.header__container
{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
.header__container
{
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: center;
	-moz-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	padding: 0 80px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.header-menu__open
{
	align-items: flex-start;
	cursor: pointer;
	flex-direction: column;
	height: 30px;
	justify-content: space-around;
	-moz-box-align: start;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-ms-flex-align: start;
	-ms-flex-direction: column;
	-ms-flex-pack: distribute;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-around;
	width: 30px;
}
.header-menu__open span
{
	background: #fff;
	border-radius: 3px;
	height: 3px;
	width: 100%;
}
.header-menu__open span:nth-child(3)
{
	width: 50%;
}
.header-address
{
	margin-left: 60px;
}
.header-address__icon
{
	background-image: url(../img/promo/address.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	-webkit-background-size: contain;
	width: 13px;
}
.header-address__title
{
	color: #fff;
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
}
.header-logo
{
	margin-left: auto;
	margin-right: -115px;
}
.header-logo__logo
{
	display: block;
/*	width: 200px;*/
	height: 60px;
    width: 100%;
	max-width: 100%;
}
@media screen and (min-width:1024px) {
	.header-logo__logo {
		height: 80px;
	}
}
.header-contacts
{
	margin-left: auto;
}
.header-contacts__phone
{
	color: #fff;
	display: inline-block;
	font-size: calc(16px + 10*((100vw - 320px)/960));
	line-height: calc(22px + 10*((100vw - 320px)/960));
	vertical-align: middle;
}
@media screen and (min-width:1280px)
{
	.header-contacts__phone
	{
		line-height: 32px;
	}
}
@media screen and (max-width:320px)
{
	.header-contacts__phone
	{
		line-height: 22px;
	}
}
@media screen and (min-width:1280px)
{
	.header-contacts__phone
	{
		font-size: 26px;
	}
}
@media screen and (max-width:320px)
{
	.header-contacts__phone
	{
		font-size: 16px;
	}
}
.header-contacts__phone-icon
{
	background-image: url(../img/header/phone.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 12px;
	margin-right: 15px;
	vertical-align: middle;
	-webkit-background-size: contain;
	width: 12px;
}
.header-contacts__callback
{
	border-bottom: 1px solid;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "FuturaPT-Bold",sans-serif;
	font-size: calc(11px + 2*((100vw - 320px)/960));
	letter-spacing: 2px;
	line-height: calc(18px + 1*((100vw - 320px)/960));
	margin-left: 50px;
	-moz-transition: .3s;
	-o-transition: .3s;
	text-transform: uppercase;
	transition: .3s;
	vertical-align: middle;
	-webkit-transition: .3s;
}
@media screen and (min-width:1280px)
{
	.header-contacts__callback
	{
		line-height: 19px;
	}
}
@media screen and (max-width:320px)
{
	.header-contacts__callback
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.header-contacts__callback
	{
		font-size: 13px;
	}
}
@media screen and (max-width:320px)
{
	.header-contacts__callback
	{
		font-size: 11px;
	}
}
.header-contacts__callback:hover,.header_theme_white .header-contacts__callback:hover
{
	color: #5097ff;
}
.header_theme_white
{
	border-bottom: 1px solid #e3e4e5;
	color: #181f28;
	position: relative;
}
.header_theme_white .header-menu__open span
{
	background: #181f28;
}
.header_theme_white .header-address__icon
{
	background-image: url(../img/promo/address-black.png);
}
.header_theme_white .header-address__title,.header_theme_white .header-contacts__phone
{
	color: #181f28;
}
.header_theme_white .header-contacts__phone-icon
{
	background-image: url(../img/header/phone-black.png);
}
.header_theme_white .header-contacts__callback
{
	color: #181f28;
}
.menu
{
	background-color: #fff;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}
.menu__close
{
	background-image: url(../img/menu/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 16px;
}
.menu__container
{
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	-moz-box-align: start;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-pack: center;
	-moz-box-sizing: border-box;
	-ms-flex-align: start;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	padding: 30px 150px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-sizing: border-box;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
}
.menu-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-list__item+.menu-list__item
{
	margin-top: 40px;
}
.menu-list__link
{
	font-size: calc(20px + 21*((100vw - 320px)/960));
	line-height: calc(26px + 22*((100vw - 320px)/960));
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
}
@media screen and (min-width:1280px)
{
	.menu-list__link
	{
		line-height: 48px;
	}
}
@media screen and (max-width:320px)
{
	.menu-list__link
	{
		line-height: 26px;
	}
}
@media screen and (min-width:1280px)
{
	.menu-list__link
	{
		font-size: 41px;
	}
}
@media screen and (max-width:320px)
{
	.menu-list__link
	{
		font-size: 20px;
	}
}
.menu-list__link:hover
{
	color: #5097ff;
}
.promo
{
    background-color: #8c8c8c;
	background-image: url(../img/promo/bg_mob.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 129px;
	position: relative;
	-webkit-background-size: cover;
	-webkit-box-sizing: border-box;
}
.promo__description,.promo__title
{
	color: #fff;
	margin-top: 60px;
	text-align: center;
}
.promo__description
{
	margin-top: 35px;
}
.promo-slider
{
	margin-top: 60px;
	padding-bottom: 160px;
	z-index: 1;
}
.promo-slider:after
{
	background-image: url(../img/promo/car-after.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 100px;
	content: "";
	height: 131px;
	left: calc(50% - 929px);
	left: -moz-calc(50% - 929px);
	left: -webkit-calc(50% - 929px);
	position: absolute;
	-webkit-background-size: contain;
	width: 1858px;
	z-index: 2;
}
.promo-slider__slide .promo-slider__car
{
	-moz-transition: .3s;
	opacity: .5;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
}
.promo-slider__slide.slick-current .promo-slider__car
{
	opacity: 1;
}
.promo-slider__car {
	position: relative;
	padding: 0 90px;
}
.promo-slider__car-picture
{
	display: block;
    width: 100%;
    height: auto;
	max-width: 100%;
}
.promo-slider__car-slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%) rotate(5deg);
	font-weight: 700;
	font-size: calc(14px + 42 * ((100vw - 320px) / (1920 - 320)));
	color:  #dc1717;
}
.promo-slider__car-slogan_l {
	font-size: calc(18px + 48 * ((100vw - 320px) / (1920 - 320)));
}
/*.promo-slider__car-slogan_dark {
	color: #181f28;
}*/
.promo__button
{
	bottom: 140px;
	left: 50%;
	margin: 0 auto;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .promo {
        background-image: url(../img/promo/bg.webp);
    }
}

@media screen and (min-width: 1024px) {
	.promo {
		padding-top: 150px;
	}
}

.why
{
	padding: 100px 0 250px;
}
.why__title {
    text-align: center;
}
.why__description
{
	margin-top: 20px;
}
.why__container
{
	align-items: stretch;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: stretch;
	-moz-box-pack: start;
	-ms-flex-align: stretch;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.why__col_left
{
	box-sizing: border-box;
	flex-basis: calc(100% - 360px);
	flex-basis: -moz-calc(100% - 360px);
	-moz-box-sizing: border-box;
	-ms-flex-preferred-size: calc(100% - 360px);
	padding-left: 60px;
	padding-top: 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	-webkit-flex-basis: -webkit-calc(100% - 360px);
}
.why__col_right
{
	flex-basis: 360px;
	-ms-flex-preferred-size: 360px;
	-webkit-flex-basis: 360px;
}
.why-item,.why-items
{
	align-items: stretch;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
}
.why-items
{
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
}
.why-item
{
	border: 1px solid #181f28;
	box-sizing: border-box;
	flex-basis: calc(50% - 2px);
	flex-basis: -moz-calc(50% - 2px);
	flex-direction: column;
	justify-content: flex-end;
	min-height: 330px;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-pack: end;
	-moz-box-sizing: border-box;
	-ms-flex-direction: column;
	-ms-flex-pack: end;
	-ms-flex-preferred-size: calc(50% - 2px);
	padding: 40px 40px 70px;
	position: relative;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	-webkit-box-sizing: border-box;
	-webkit-flex-basis: -webkit-calc(50% - 2px);
	-webkit-flex-direction: column;
	-webkit-justify-content: flex-end;
}
.why-item_full
{
	flex-basis: 100%;
	margin-left: 4px;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
}
.why-item_full+.why-item_full
{
	margin-top: 4px;
}
.why-item_full_1
{
	min-height: 604px;
}
.why-item_full_2
{
	min-height: auto;
	padding-top: 70px;
}
.why-item__doc
{
	background-image: url(../img/why/doc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 499px;
	position: absolute;
	right: 20px;
	top: -110px;
	-webkit-background-size: contain;
	width: 518px;
}
.why-item__content
{
	min-height: 130px;
}
.why-item__title
{
	font-family: "FuturaPT-Medium",sans-serif;
	font-size: calc(22px + 4*((100vw - 320px)/960));
	line-height: calc(28px + 4*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.why-item__title
	{
		line-height: 32px;
	}
}
@media screen and (max-width:320px)
{
	.why-item__title
	{
		line-height: 28px;
	}
}
@media screen and (min-width: 1201px) {
    .why__title {
        text-align: left;
    }
}
@media screen and (min-width:1280px)
{
	.why-item__title
	{
		font-size: 26px;
	}
}
@media screen and (max-width:320px)
{
	.why-item__title
	{
		font-size: 22px;
	}
}
.why-item__description
{
	font-family: "MuseoSansCyrl-100",sans-serif;
	margin-top: 10px;
}
.why-item__description span
{
	font-family: "MuseoSansCyrl-300",sans-serif;
}
.buy,.why__car
{
	background-position: center center;
	background-repeat: no-repeat;
}
.why__car
{
	background-image: url(../img/why/car.webp);
	background-size: contain;
	bottom: -130px;
	height: 544px;
	position: absolute;
	right: -30px;
	-webkit-background-size: contain;
	width: 1077px;
	z-index: 2;
}
.buy
{
	background-image: url(../img/buy/bg.webp);
	background-size: cover;
	padding: 140px 0 200px;
	position: relative;
	-webkit-background-size: cover;
}
.buy__description,.buy__title
{
	color: #fff;
	margin-left: 60px;
}
.buy__description
{
	color: rgba(255,255,255,.8);
	margin-top: 20px;
}
.buy-inner
{
	margin-top: 50px;
	max-width: 440px;
	position: relative;
}
/*.buy-inner:before,*/
.buy-inner__inner
{
	background-color: #fff;
	border-radius: 20px;
}
/*.buy-inner:before
{
	content: "";
	height: 100%;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	z-index: 0;
}*/
.buy-inner__inner
{
	/*box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 60px 60px 80px;
	position: relative;
	/*-webkit-box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	-webkit-box-sizing: border-box;
	z-index: 1;
}
.buy-inner__title
{
	font-family: "FuturaPT-Medium",sans-serif;
	font-size: calc(24px + 2*((100vw - 320px)/960));
	line-height: calc(30px + 2*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.buy-inner__title
	{
		line-height: 32px;
	}
}
@media screen and (max-width:320px)
{
	.buy-inner__title
	{
		line-height: 30px;
	}
}
@media screen and (min-width:1280px)
{
	.buy-inner__title
	{
		font-size: 26px;
	}
}
@media screen and (max-width:320px)
{
	.buy-inner__title
	{
		font-size: 24px;
	}
}
.buy-type
{
	margin-top: 40px;
}
.buy-type__header {
	display: flex;
}
.buy-type__title
{
	font-family: "FuturaPT-Medium",sans-serif;
	font-size: calc(18px + 8*((100vw - 320px)/960));
	line-height: calc(24px + 8*((100vw - 320px)/960));
	margin-top: -5px;
}
@media screen and (min-width:1280px)
{
	.buy-type__title
	{
		line-height: 32px;
	}
}
@media screen and (max-width:320px)
{
	.buy-type__title
	{
		line-height: 24px;
	}
}
@media screen and (min-width:1280px)
{
	.buy-type__title
	{
		font-size: 26px;
	}
}
@media screen and (max-width:320px)
{
	.buy-type__title
	{
		font-size: 18px;
	}
}
.buy-type__description
{
	margin-top: 10px;
	max-width: 260px;
}
.buy__button
{
	/*bottom: -33px;
	left: 50%;*/
	margin: 40px auto 0;
	/*-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);*/
}
.buy-item
{
	/*align-items: center;*/
	align-items: flex-start;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 420px;
	/*-moz-box-align: center;*/
	-moz-box-align: flex-start;
	-moz-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	position: absolute;
	/*-webkit-align-items: center;*/
	-webkit-align-items: flex-start;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.buy-item:nth-child(1)
{
	left: calc(50% + 250px);
	left: -moz-calc(50% + 250px);
	left: -webkit-calc(50% + 250px);
	/*top: 140px;*/
	top: 370px;
}
.buy-item:nth-child(2)
{
	left: calc(50% + 340px);
	left: -moz-calc(50% + 340px);
	left: -webkit-calc(50% + 340px);
	/*top: calc(50% - 70px);
	top: -moz-calc(50% - 70px);
	top: -webkit-calc(50% - 70px);*/
	top: 50%;
}
.buy-item:nth-child(3)
{
	bottom: 200px;
	left: 50%;
}
.buy-item__col_left
{
	flex-basis: 105px;
	-ms-flex-preferred-size: 105px;
	-webkit-flex-basis: 105px;
}
.buy-item__col_right
{
	box-sizing: border-box;
	flex-basis: calc(100% - 105px);
	flex-basis: -moz-calc(100% - 105px);
	-moz-box-sizing: border-box;
	-ms-flex-preferred-size: calc(100% - 105px);
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-webkit-flex-basis: -webkit-calc(100% - 105px);
}
.buy-item__icon
{
	display: block;
    width: 100%;
    height: auto;
	max-width: 100%;
}
.buy-item__title
{
	color: #fff;
	font-family: "FuturaPT-Medium",sans-serif;
	font-size: calc(22px + 4*((100vw - 320px)/960));
	line-height: calc(28px + -5*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.buy-item__title
	{
		line-height: 23px;
	}
}
@media screen and (max-width:320px)
{
	.buy-item__title
	{
		line-height: 28px;
	}
}
@media screen and (min-width:1280px)
{
	.buy-item__title
	{
		font-size: 26px;
	}
}
@media screen and (max-width:320px)
{
	.buy-item__title
	{
		font-size: 22px;
	}
}
.buy-item__description
{
	color: #fff;
	margin-top: 10px;
}
/*.quiz
{
	background: #f6f6f7;
	padding: 140px 0 180px;
}
.quiz__title
{
	text-align: center;
}
.quiz__description
{
	margin-top: 20px;
	text-align: center;
}
.quiz-inner
{
	margin: 70px auto 0;
	max-width: 1170px;
	position: relative;
}
.quiz-inner__container
{
	align-items: stretch;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-ms-flex-pack: distribute;
	-ms-flex-wrap: wrap;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-around;
}
.quiz-inner__col
{
	flex-basis: 390px;
	-ms-flex-preferred-size: 390px;
	-webkit-flex-basis: 390px;
}
.quiz-inner__col_center
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	-moz-box-align: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	position: relative;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
}*/
/*.benefits-inner:before,.quiz-inner:before
{
	background-color: #fff;
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 35px;
	position: absolute;
	right: 35px;
	top: 15px;
	width: calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	z-index: 0;
}*/
/*.quiz-inner__inner
{
	background-color: #fff;
	border-radius: 20px;*/
	/*box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 60px 60px 90px;
	position: relative;*/
	/*-webkit-box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	/*-webkit-box-sizing: border-box;
	z-index: 1;
}
.quiz-inner__title
{
	text-align: center;
}
.quiz-inner__description
{
	margin-top: 10px;
	text-align: center;
}
.quiz__car
{
	background-image: url(../img/quiz/car.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -70px;
	height: 446px;
	left: calc(50% - 1350px);
	left: -moz-calc(50% - 1350px);
	left: -webkit-calc(50% - 1350px);
	position: absolute;
	-webkit-background-size: contain;
	width: 1100px;
}
.quiz-form__input_phone
{
	margin-top: 40px;
}
.quiz-form__button
{
	margin: 80px auto 0;
}
.quiz-form__policy
{
	display: table;
	left: calc(50% + 200px);
	left: -moz-calc(50% + 200px);
	left: -webkit-calc(50% + 200px);
	position: absolute;
	text-align: left;
	top: calc(50% - 15px);
	top: -moz-calc(50% - 15px);
	top: -webkit-calc(50% - 15px);
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
}*/
.benefits
{
	background-image: url(../img/benefits/bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 130px 100px;
	-webkit-background-size: cover;
}
.benefits__description,.benefits__title
{
	color: #fff;
	text-align: center;
}
.benefits__description
{
	margin-top: 15px;
}
/*.benefits__container
{
	align-items: flex-start;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-moz-box-align: start;
	-moz-box-pack: justify;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
}*/
/*.benefits__col_left
{
	margin-top: -130px;
}
.benefits__col_right
{
	margin-top: 90px;
}*/
.benefits-inner
{
	max-width: 100%;
	position: relative;
	/*width: 400px;*/
	margin-top: 90px;
}
/*.benefits-inner:before
{
	left: 10px;
	right: 10px;
	top: 10px;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
}*/
.benefits-inner__inner
{
	background-color: #fff;
	border-radius: 20px;
	/*box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	box-sizing: border-box;
	min-height: 500px;
	-moz-box-sizing: border-box;
	padding: 80px;
	position: relative;
	/*-webkit-box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	-webkit-box-sizing: border-box;
	z-index: 1;
}
.benefits-inner__title
{
	font-family: "FuturaPT-Medium",sans-serif;
	font-size: calc(18px + 8*((100vw - 320px)/960));
	line-height: calc(24px + 8*((100vw - 320px)/960));
	text-align: center;
}
@media screen and (min-width:1280px)
{
	.benefits-inner__title
	{
		line-height: 32px;
	}
}
@media screen and (max-width:320px)
{
	.benefits-inner__title
	{
		line-height: 24px;
	}
}
@media screen and (min-width:1280px)
{
	.benefits-inner__title
	{
		font-size: 26px;
	}
}
@media screen and (max-width:320px)
{
	.benefits-inner__title
	{
		font-size: 18px;
	}
}
.benefits-inner__list
{
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	font-size: 1.1rem;
}
.benefits-inner__list li
{
	margin-top: 20px;
	position: relative;
	padding-left: 30px;
}
.benefits-inner__list li:before
{
	background: #499fff;
	border-radius: 100%;
	content: "";
	height: 10px;
	/*left: -85px;*/
	left: 0;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}
.benefits-inner__list_gray li:before
{
	background: #a6a7b0;
}
.benefits__button {
	white-space: normal;
	margin: 45px auto 30px;
}
.products
{
	padding: 120px 0 150px;
}
.products__title
{
	text-align: center;
}
.products__description
{
	margin-top: 20px;
	text-align: center;
}
.products-items
{
	align-items: stretch;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: stretch;
	-moz-box-pack: start;
	-ms-flex-align: stretch;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	padding-top: 30px;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.products-item
{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 7px 70px 0 rgba(197,197,197,.22);
	flex-basis: 380px;
	margin-top: 30px;
	-ms-flex-preferred-size: 380px;
	overflow: hidden;
	-webkit-box-shadow: 0 7px 70px 0 rgba(197,197,197,.22);
	-webkit-flex-basis: 380px;
}
.products-item:nth-child(3n),.products-item:nth-child(3n-1)
{
	margin-left: 125px;
}
.products-item__picture
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	height: 253px;
	-webkit-background-size: contain;
	width: 100%;
}
.products-item__picture-container
{
	position: relative;
}
.products-item__label
{
	background-image: url(../img/products/label.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	display: table;
	font-size: 12px;
	height: 39px;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 105px;
}
.products-item__content
{
	padding: 30px;
}
.products-item__title
{
	font-family: "FuturaPT-Light",sans-serif;
	font-size: calc(18px + 4*((100vw - 320px)/960));
	line-height: calc(24px + 4*((100vw - 320px)/960));
	text-align: center;
}
@media screen and (min-width:1280px)
{
	.products-item__title
	{
		line-height: 28px;
	}
}
@media screen and (max-width:320px)
{
	.products-item__title
	{
		line-height: 24px;
	}
}
@media screen and (min-width:1280px)
{
	.products-item__title
	{
		font-size: 22px;
	}
}
@media screen and (max-width:320px)
{
	.products-item__title
	{
		font-size: 18px;
	}
}
.products-item__year
{
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
}
.products-item__table
{
	margin-top: 30px;
	width: 100%;
}
.products-item__table tr td
{
	padding: 10px 5px;
	width: 50%;
}
.products-item__table tr td:not(:last-child)
{
	border-right: 1px solid #eceef2;
}
.products-item__table tr:not(:first-child) td
{
	border-top: 1px solid #eceef2;
}
.products-item__table-title
{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.products-item__table-value
{
	font-family: "FuturaPT-Light",sans-serif;
	font-size: calc(15px + 7*((100vw - 320px)/960));
	line-height: calc(21px + 7*((100vw - 320px)/960));
	text-align: center;
}
@media screen and (min-width:1280px)
{
	.products-item__table-value
	{
		line-height: 28px;
	}
}
@media screen and (max-width:320px)
{
	.products-item__table-value
	{
		line-height: 21px;
	}
}
@media screen and (min-width:1280px)
{
	.products-item__table-value
	{
		font-size: 22px;
	}
}
@media screen and (max-width:320px)
{
	.products-item__table-value
	{
		font-size: 15px;
	}
}
.products-item__price
{
	font-family: "FuturaPT-Light",sans-serif;
	font-size: calc(15px + 9*((100vw - 320px)/960));
	line-height: calc(21px + 9*((100vw - 320px)/960));
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width:1280px)
{
	.products-item__price
	{
		line-height: 30px;
	}
}
@media screen and (max-width:320px)
{
	.products-item__price
	{
		line-height: 21px;
	}
}
@media screen and (min-width:1280px)
{
	.products-item__price
	{
		font-size: 24px;
	}
}
@media screen and (max-width:320px)
{
	.products-item__price
	{
		font-size: 15px;
	}
}
.products__button
{
	margin: 60px auto 0;
}
/*.guarantee
{
	background: #f6f6f7;
	overflow: hidden;
	padding: 130px 130px 290px;
	position: relative;
}
.guarantee__container
{
	align-items: flex-start;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-moz-box-align: start;
	-moz-box-pack: justify;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
}
.guarantee__description
{
	margin-top: 30px;
}
.guarantee__sub-title
{
	color: #181f28;
	color: rgba(24,31,40,.5);
	font-size: calc(24px + 16*((100vw - 320px)/960));
	line-height: calc(30px + 16*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.guarantee__sub-title
	{
		line-height: 46px;
	}
}
@media screen and (max-width:320px)
{
	.guarantee__sub-title
	{
		line-height: 30px;
	}
}
@media screen and (min-width:1280px)
{
	.guarantee__sub-title
	{
		font-size: 40px;
	}
}
@media screen and (max-width:320px)
{
	.guarantee__sub-title
	{
		font-size: 24px;
	}
}
.guarantee__button
{
	margin-top: 45px;
}
.guarantee__doc
{
	background-image: url(../img/guarantee/doc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -60px;
	height: 672px;
	left: calc(50% - 450px);
	left: -moz-calc(50% - 450px);
	left: -webkit-calc(50% - 450px);
	-moz-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
	position: absolute;
	user-select: none;
	-webkit-background-size: contain;
	-webkit-user-select: none;
	width: 759px;
	z-index: 2;
}
.socials
{
	overflow: hidden;
	padding: 160px 0;
	position: relative;
}
.socials__title
{
	text-align: center;
}
.socials__description
{
	margin-top: 20px;
	text-align: center;
}
.socials__buttons
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
	-moz-box-align: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
}
.socials__button+.socials__button
{
	margin-left: 40px;
}
.socials__button_telegram,.socials__button_whatsapp
{
	background-image: url(../img/socials/whatsapp.png);
	background-position: calc(100% + 20px) center;
	background-position: -moz-calc(100% + 20px) center;
	background-position: -webkit-calc(100% + 20px) center;
	background-repeat: no-repeat;
}
.socials__button_telegram
{
	background-image: url(../img/socials/telegram.png);
	background-position: calc(100% + 5px) center;
	background-position: -moz-calc(100% + 5px) center;
	background-position: -webkit-calc(100% + 5px) center;
}
.socials__phone
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 589px;
	position: absolute;
	-webkit-background-size: contain;
	width: 389px;
}
.socials__phone_whatsapp
{
	background-image: url(../img/socials/phone-whatsapp.png);
	bottom: -80px;
	left: calc(50% - 820px);
	left: -moz-calc(50% - 820px);
	left: -webkit-calc(50% - 820px);
}
.socials__phone_telegram
{
	background-image: url(../img/socials/phone-telegram.png);
	left: calc(50% + 380px);
	left: -moz-calc(50% + 380px);
	left: -webkit-calc(50% + 380px);
	top: 30px;
}
.services-1
{
	background-image: url(../img/services/bg-1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 200px;
	-webkit-background-size: cover;
}
.services-1__description,.services-1__title
{
	color: #fff;
	text-align: center;
}
.services-1__description
{
	margin-top: 20px;
}
.services-1__b-title
{
	color: #fff;
	font-family: "FuturaPT-Heavy",sans-serif;
	font-size: calc(42px + 108*((100vw - 320px)/960));
	line-height: calc(50px + 100*((100vw - 320px)/960));
	margin-top: 250px;
}
@media screen and (min-width:1280px)
{
	.services-1__b-title
	{
		line-height: 150px;
	}
}
@media screen and (max-width:320px)
{
	.services-1__b-title
	{
		line-height: 50px;
	}
}
@media screen and (min-width:1280px)
{
	.services-1__b-title
	{
		font-size: 150px;
	}
}
@media screen and (max-width:320px)
{
	.services-1__b-title
	{
		font-size: 42px;
	}
}
.services-1__b-sub-title
{
	color: #fff;
	margin-top: 10px;
}
.services-1__button
{
	margin-top: 36px;
}
.services-2
{
	background: #181f28;
	overflow: hidden;
	padding: 178px 0;
	position: relative;
	z-index: 1;
}
.services-2__title
{
	color: #fff;
}
.services-2__button
{
	margin-top: 50px;
}
.services-2__picture
{
	background-image: url(../img/services/picture-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -220px;
	height: 694px;
	left: calc(50% - 100px);
	left: -moz-calc(50% - 100px);
	left: -webkit-calc(50% - 100px);
	position: absolute;
	-webkit-background-size: contain;
	width: 614px;
	z-index: -1;
}
.services-3
{
	background-image: url(../img/services/bg-2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 168px 0;
	-webkit-background-size: cover;
}
.services-3__b-title
{
	color: #fff;
	font-family: "FuturaPT-Heavy",sans-serif;
	font-size: calc(42px + 108*((100vw - 320px)/960));
	line-height: calc(50px + 100*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.services-3__b-title
	{
		line-height: 150px;
	}
}
@media screen and (max-width:320px)
{
	.services-3__b-title
	{
		line-height: 50px;
	}
}
@media screen and (min-width:1280px)
{
	.services-3__b-title
	{
		font-size: 150px;
	}
}
@media screen and (max-width:320px)
{
	.services-3__b-title
	{
		font-size: 42px;
	}
}
.services-3__button
{
	margin-top: 40px;
}
.services-4
{
	background: #181f28;
	overflow: hidden;
	padding: 178px 0;
	position: relative;
	z-index: 1;
}
.services-4__title
{
	color: #fff;
}
.services-4__button
{
	margin-top: 50px;
}
.services-4__picture
{
	background-image: url(../img/services/picture-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 775px;
	left: calc(50% - 240px);
	left: -moz-calc(50% - 240px);
	left: -webkit-calc(50% - 240px);
	position: absolute;
	top: 0;
	-webkit-background-size: contain;
	width: 1001px;
	z-index: -1;
}
.services-5
{
	background-image: url(../img/services/bg-3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 138px 0;
	-webkit-background-size: cover;
}
.services-5__b-title
{
	color: #fff;
	font-family: "FuturaPT-Heavy",sans-serif;
	font-size: calc(42px + 108*((100vw - 320px)/960));
	line-height: calc(50px + 100*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.services-5__b-title
	{
		line-height: 150px;
	}
}
@media screen and (max-width:320px)
{
	.services-5__b-title
	{
		line-height: 50px;
	}
}
@media screen and (min-width:1280px)
{
	.services-5__b-title
	{
		font-size: 150px;
	}
}
@media screen and (max-width:320px)
{
	.services-5__b-title
	{
		font-size: 42px;
	}
}
.services-5__title
{
	color: #fff;
	margin-top: 0;
}
.services-5__button,.watch-item+.watch-item
{
	margin-top: 40px;
}
.throughout-russia
{
	background-image: url(../img/throughout-russia/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
	-webkit-background-size: cover;
}
.throughout-russia__title
{
	color: #fff;
	text-align: center;
}
.throughout-russia__description
{
	color: #fff;
	margin-top: 30px;
	text-align: center;
}
.throughout-russia__marker
{
	background-image: url(../img/throughout-russia/marker.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 190px;
	margin: 80px auto 0;
	position: relative;
	-webkit-background-size: contain;
	width: 147px;
}
.throughout-russia__marker-title
{
	color: #fff;
	color: rgba(255,255,255,.8);
	font-size: calc(16px + 8*((100vw - 320px)/960));
	left: calc(50% + 100px);
	left: -moz-calc(50% + 100px);
	left: -webkit-calc(50% + 100px);
	line-height: calc(22px + 8*((100vw - 320px)/960));
	position: absolute;
	top: 60px;
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
}
@media screen and (min-width:1280px)
{
	.throughout-russia__marker-title
	{
		line-height: 30px;
	}
}
@media screen and (max-width:320px)
{
	.throughout-russia__marker-title
	{
		line-height: 22px;
	}
}
@media screen and (min-width:1280px)
{
	.throughout-russia__marker-title
	{
		font-size: 24px;
	}
}
@media screen and (max-width:320px)
{
	.throughout-russia__marker-title
	{
		font-size: 16px;
	}
}
.throughout-russia__button
{
	margin: 50px auto 0;
}
.watch
{
	padding: 130px 0;
	position: relative;
	z-index: 1;
}
.watch__title
{
	text-align: center;
}
.watch__container
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 110px;
	-moz-box-align: center;
	-moz-box-pack: end;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	-ms-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-end;
}
.watch__content
{
	max-width: 720px;
}
.watch-item
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: center;
	-moz-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.watch-item__col_left
{
	flex-basis: 105px;
	-ms-flex-preferred-size: 105px;
	-webkit-flex-basis: 105px;
}
.watch-item__col_right
{
	box-sizing: border-box;
	flex-basis: calc(100% - 105px);
	flex-basis: -moz-calc(100% - 105px);
	-moz-box-sizing: border-box;
	-ms-flex-preferred-size: calc(100% - 105px);
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-webkit-flex-basis: -webkit-calc(100% - 105px);
}
.watch-item__icon
{
	display: block;
	max-width: 100%;
}
.watch-item__title
{
	font-size: calc(16px + 8*((100vw - 320px)/960));
	line-height: calc(22px + 8*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.watch-item__title
	{
		line-height: 30px;
	}
}
@media screen and (max-width:320px)
{
	.watch-item__title
	{
		line-height: 22px;
	}
}
@media screen and (min-width:1280px)
{
	.watch-item__title
	{
		font-size: 24px;
	}
}
@media screen and (max-width:320px)
{
	.watch-item__title
	{
		font-size: 16px;
	}
}
.watch__button
{
	margin-top: 40px;
}
.watch__hand
{
	background-image: url(../img/watch/hand.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -260px;
	height: 945px;
	left: 0;
	position: absolute;
	-webkit-background-size: contain;
	width: 763px;
	z-index: -1;
}
.youtube
{
	overflow: hidden;
	padding: 90px 0;
	padding-bottom: 0!important;
	position: relative;
	z-index: 2;
}
.youtube__container
{
	align-items: stretch;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: stretch;
	-moz-box-pack: start;
	-ms-flex-align: stretch;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	padding-bottom: 100px;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.youtube__col_left
{
	flex-basis: 500px;
	-ms-flex-preferred-size: 500px;
	padding: 130px 0;
	-webkit-flex-basis: 500px;
}
.youtube__col_right
{
	position: relative;
}
.youtube__description
{
	margin-top: 45px;
}
.youtube__button
{
	margin-top: 50px;
}
.youtube__laptop
{
	background-image: url(../img/youtube/laptop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1094px;
	left: -100px;
	position: absolute;
	top: -50px;
	-webkit-background-size: contain;
	width: 1443px;
	z-index: -1;
}*/
.requirements {
	font-size: .85rem;
	background-color: #f2f6f9;
	padding: 50px 0;
}
.requirements__title, .warning__title {
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom^ 0.5em;
}
.requirements p,
.requirements ul {
	margin: 5px 0;
}
@media screen and (min-width:1024px) {
	.container_requirements {
		width: 80%;
	}
}
@media screen and (min-width:1201px) {
	.container_requirements {
		width: 70%;
	}
}
.warning__box {
    margin-top: 20px;
    padding: 5%;
    border: thin solid #5097ff;
    border-radius: 4px;
}

.footer
{
	/*border-top: 1px solid #eee;*/
	font-size: calc(12px + 2*((100vw - 320px)/960));
	line-height: calc(18px + 2*((100vw - 320px)/960));
	overflow: hidden;
	padding: 70px 0;
}
@media screen and (min-width:1280px)
{
	.footer
	{
		line-height: 20px;
	}
}
@media screen and (max-width:320px)
{
	.footer
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.footer
	{
		font-size: 14px;
	}
}
@media screen and (max-width:320px)
{
	.footer
	{
		font-size: 12px;
	}
}
.footer__container {
	text-align: center;
	/*display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: center;
	-moz-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	/*align-items: center;
	-webkit-align-items: center;*/
	/*-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	margin-left: -50px;*/
}
.footer__title {
	font-family: "FuturaPT-Medium",sans-serif;
    font-size: calc(18px + 8*((100vw - 320px)/960));
    line-height: calc(24px + 8*((100vw - 320px)/960));
    margin-bottom: 25px;
}
.footer__subtitle {
	text-align: center;
	font-size: 1.1rem;
}
.nowrap {
	white-space: nowrap;
}
/*.footer__item {
	flex-basis: 0;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 50px;
}*/
.footer-list {
	list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
}
.footer-list li + li {
	padding-top: 15px;
}
.footer-list p + p {
	margin-top: 10px;
}
.footer-list a {
	color: rgba(24, 31, 40, .8);
}
.footer-list a:hover {
	color: #181f28;
}
/*.footer-logo__logo
{
	display: block;
	max-width: 100%;
}*/
.footer-calc__title {
	color:  #dc1717;
}
.footer-calc__button {
    margin: 25px auto 10px;
}
.footer-info
{
	margin-left: auto;
}
.footer__policy
{
	/*border-bottom: 1px solid;*/
	cursor: pointer;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	color: rgba(24, 31, 40, .8);;
}
.footer__developer a:hover,.footer__policy:hover
{
	/*color: #5097ff;*/
	color: #181f28;
}
.footer__developer,.footer__phone,.footer__policy
{
	margin-left: auto;
}
.footer__developer a
{
	border-bottom: 1px solid;
	cursor: pointer;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
}
.footer__phone
{
	font-size: calc(20px + 4*((100vw - 320px)/960));
	line-height: calc(30px + 0*((100vw - 320px)/960));
}
a.footer__link-phone {
	color: #dc1717;
}
a.footer__link-phone:hover {
	color: rgba(220, 23, 23, .8);
}
@media(min-width: 768px) {
	.benefits-inner {
		width: 70%;
		margin: 90px auto 0;
	}
	.footer__item {
		flex-basis: 50%;
	}
}
@media(min-width: 1024px) {
	.footer__container {
		text-align: left;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		-moz-box-align: center;
		-moz-box-pack: start;
		-ms-flex-align: center;
		-ms-flex-pack: start;
		-ms-flex-wrap: wrap;
		/*align-items: center;
		-webkit-align-items: center;*/
		-webkit-box-align: center;
		-webkit-box-pack: start;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		margin-left: -50px;
	}
	.footer__item {
		flex-basis: 0;
		flex-grow: 1;
	    box-sizing: border-box;
	    padding-left: 50px;
	}
	.footer-calc {
		flex-basis: 10%;
	}
	.footer-calc__button {
		padding: 20px 35px;
	}
}
@media screen and (min-width:1280px)
{
	.footer__phone
	{
		font-size: 24px;
	}
}
@media(min-width: 1541px) {
	.footer-calc {
		flex-basis: 15%;
	}
}
@media screen and (max-width:320px)
{
	.footer__phone
	{
		font-size: 20px;
		line-height: 30px;
	}
}
.back_to_top_wrap {
	text-align: center;
	margin: 30px 0;
}
.back_to_top {
    width: 120px;
	display: inline-block;
    position: relative;
    color: #5097ff;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 30px;
}
.back_to_top:hover {
    color: #5097ff;
    cursor: pointer;
}
.back_to_top::before,
.back_to_top::after {
    content: '';
    position: absolute;
    height: 59px;
    width: 2px;
    background-color: #5097ff;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
}
.back_to_top::before {
    transform: translateX(-27px) rotate(68deg);
}
.back_to_top::after {
    transform: translateX(27px) rotate(-68deg);
}
@media screen and (min-width:1024px) {
	.back_to_top_wrap {
		margin: 0;
	}
	.back_to_top {
		position: fixed;
		bottom: 120px;
		right: 40px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		padding-top: 0;
		z-index: 9999;
		text-align: center;
		line-height: 40px;
		background: #5097ff url(/template/img/icon/arrowhead-up.png);
		background-size: 85%;
		background-repeat: no-repeat;
		background-position: 50%;
		color: #fff;
		cursor: pointer;
		border-radius: 50%;
		display: none;
	}
	.back_to_top:hover {
		/*background: #4286e8 url(/template/img/icon/arrowhead-up.png);*/
		background: #4286e8 url(/template/img/icon/arrowhead-up.png);
		background-size: 85%;
		background-repeat: no-repeat;
		background-position: 50%;
	}
	.back_to_top::before,
	.back_to_top::after {
		display: none;
	}
	.back_to_top-show {
		display: block;
	}
	.back_to_top__body {
		display: none;
	}
}

.callback__container,
.p-order__container,
.p-product__container
{
	align-items: stretch;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	-moz-box-align: stretch;
	-moz-box-pack: center;
	-ms-flex-align: stretch;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
}
.callback__col,.p-order__col,.p-product__col
{
	flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
}
.callback__col_left,.p-order__col_left,.p-product__col_left
{
	background: #fff;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
.callback__col_right,.p-order__col_right,.p-product__col_right
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px;
	-webkit-box-sizing: border-box;
}
.callback__description,.p-order__description,.p-product__description
{
	color: #181f28;
	margin-top: 15px;
}
.callback-form,.p-order-form,.p-product-form
{
	max-width: 360px;
}
.callback-form__policy,.p-order-form__policy,.p-product-form__policy
{
	text-align: left;
	width: calc(100% + 110px);
	width: -moz-calc(100% + 110px);
	width: -webkit-calc(100% + 110px);
}
.callback__col_left,.p-order__col_left
{
	background-image: url(../img/popup/person.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-background-size: cover;
}
.callback-person,.p-order-person
{
	bottom: 25px;
	display: table;
	left: 25px;
	position: absolute;
}
/*.callback-person:before,.p-order-person:before
{
	background-color: #fff;
	border-radius: 10px;
	content: "";
	height: 100%;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	z-index: 0;
}*/
.callback-person__inner,.p-order-person__inner
{
	background-color: #fff;
	border-radius: 10px;
	/*box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 30px;
	position: relative;
	/*-webkit-box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	-webkit-box-sizing: border-box;
	z-index: 1;
}
.callback-person__name,.p-order-person__name
{
	font-size: calc(18px + 8*((100vw - 320px)/960));
	line-height: calc(24px + 8*((100vw - 320px)/960));
	text-align: center;
}
@media screen and (min-width:1280px)
{
	.callback-person__name,.p-order-person__name
	{
		line-height: 32px;
	}
}
@media screen and (max-width:320px)
{
	.callback-person__name,.p-order-person__name
	{
		line-height: 24px;
	}
}
@media screen and (min-width:1280px)
{
	.callback-person__name,.p-order-person__name
	{
		font-size: 26px;
	}
}
@media screen and (max-width:320px)
{
	.callback-person__name,.p-order-person__name
	{
		font-size: 18px;
	}
}
.callback-person__post,.p-order-person__post
{
	font-size: calc(12px + 2*((100vw - 320px)/960));
	line-height: calc(18px + 2*((100vw - 320px)/960));
	text-align: center;
}
@media screen and (min-width:1280px)
{
	.callback-person__post,.p-order-person__post
	{
		line-height: 20px;
	}
}
@media screen and (max-width:320px)
{
	.callback-person__post,.p-order-person__post
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.callback-person__post,.p-order-person__post
	{
		font-size: 14px;
	}
}
@media screen and (max-width:320px)
{
	.callback-person__post,.p-order-person__post
	{
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
    .callback__col_left,
    .p-order__col_left {
        background-image: url(../img/popup/person-mob.webp);
    }
}

.thanks
{
	padding: 150px 30px 340px;
}
.thanks__title
{
	text-align: center;
}
.thanks__description
{
	margin-top: 15px;
	text-align: center;
}
.thanks__car
{
	background-image: url(../img/thanks/car.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -60px;
	height: 328px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-background-size: contain;
	width: 1087px;
}
.breadcrumb
{
	padding: 45px 0;
}
.breadcrumb-list
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	-moz-box-align: center;
	-moz-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.breadcrumb-list__item
{
	font-size: calc(14px + 5*((100vw - 320px)/960));
	line-height: calc(20px + 5*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.breadcrumb-list__item
	{
		line-height: 25px;
	}
}
@media screen and (max-width:320px)
{
	.breadcrumb-list__item
	{
		line-height: 20px;
	}
}
@media screen and (min-width:1280px)
{
	.breadcrumb-list__item
	{
		font-size: 19px;
	}
}
@media screen and (max-width:320px)
{
	.breadcrumb-list__item
	{
		font-size: 14px;
	}
}
.breadcrumb-list__item+.breadcrumb-list__item
{
	margin-left: 15px;
}
.breadcrumb-list__item+.breadcrumb-list__item:before
{
	content: "|";
	margin-right: 15px;
}
.breadcrumb-list__link
{
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
}
.breadcrumb-list__link:hover
{
	color: #5097ff;
}
.catalog__header
{
	padding: 50px 0 120px;
}
.catalog__title
{
	text-align: center;
}
.catalog__body
{
	padding: 50px 0 90px;
}
.catalog-filters
{
	background-color: #f4f4f4;
	padding: 60px 0;
}
.catalog-filters__container
{
	align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -15px;
	-moz-box-align: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
}
.catalog-filters__item
{
	margin-top: 15px;
}
.catalog-filters__item+.catalog-filters__item
{
	margin-left: 49px;
}
.catalog-filters__item-title
{
	display: inline-block;
	font-family: "FuturaPT-Book",sans-serif;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 50px;
}
.catalog-filters__input
{
	font-size: calc(12px + 0*((100vw - 420px)/860));
	line-height: calc(18px + 0*((100vw - 420px)/860));
	width: 95px;
}
.catalog-filters__input,.catalog-filters__select
{
	appearance: none!important;
	background-color: transparent;
	background-position: 0 48%;
	background-repeat: no-repeat;
	border: 1px solid #d9dadb;
	border-radius: 0;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	font-family: "FuturaPT-Book",sans-serif;
	height: 40px;
	margin: 0;
	-moz-appearance: none;
	-moz-box-sizing: border-box;
	-moz-transition: .3s;
	-ms-appearance: none;
	-o-transition: .3s;
	outline: 0;
	padding: 0 10px;
	transition: .3s;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-webkit-transition: .3s;
}
@media screen and (min-width:1280px)
{
	.catalog-filters__input,.catalog-filters__select
	{
		line-height: 18px;
	}
}
@media screen and (max-width:420px)
{
	.catalog-filters__input,.catalog-filters__select
	{
		line-height: 18px;
	}
}
@media screen and (min-width:1280px)
{
	.catalog-filters__input,.catalog-filters__select
	{
		font-size: 12px;
	}
}
@media screen and (max-width:420px)
{
	.catalog-filters__input,.catalog-filters__select
	{
		font-size: 12px;
	}
}
.catalog-filters__input::-webkit-input-placeholder,.catalog-filters__select::-webkit-input-placeholder
{
	color: #5f6c77;
}
.catalog-filters__input::-moz-placeholder,.catalog-filters__select::-moz-placeholder
{
	color: #5f6c77;
}
.catalog-filters__input::-ms-input-placeholder,.catalog-filters__select::-ms-input-placeholder
{
	color: #5f6c77;
}
.catalog-filters__input::placeholder,.catalog-filters__select::placeholder
{
	color: #5f6c77;
}
.catalog-filters__input:active,.catalog-filters__input:focus,.catalog-filters__select:active,.catalog-filters__select:focus
{
	border-color: #000;
	border-color: rgba(0,0,0,.5);
}
.catalog-filters__select
{
	background-image: url(../img/form/arrow.png);
	background-position-x: calc(100% - 10px);
	background-position-x: -moz-calc(100% - 10px);
	background-position-x: -webkit-calc(100% - 10px);
	cursor: pointer;
	font-size: calc(14px + 2*((100vw - 420px)/860));
	line-height: calc(20px + 2*((100vw - 420px)/860));
	width: 110px;
}
@media screen and (min-width:1280px)
{
	.catalog-filters__select
	{
		line-height: 22px;
	}
}
@media screen and (max-width:420px)
{
	.catalog-filters__select
	{
		line-height: 20px;
	}
}
@media screen and (min-width:1280px)
{
	.catalog-filters__select
	{
		font-size: 16px;
	}
}
@media screen and (max-width:420px)
{
	.catalog-filters__select
	{
		font-size: 14px;
	}
}
.catalog-filters .form__checkbox
{
	margin: 0;
}
.catalog-filters__reset
{
	border-bottom: 1px solid;
	color: #181f28;
	color: rgba(24,31,40,.55);
	cursor: pointer;
	font-family: "FuturaPT-Bold",sans-serif;
	text-transform: uppercase;
}
.catalog-every
{
	background-color: #181f28;
	overflow: hidden;
	padding-bottom: 500px;
	padding-top: 120px;
	position: relative;
	z-index: 1;
}
.catalog-every__description,.catalog-every__title
{
	color: #fff;
	text-align: center;
}
.catalog-every__description
{
	margin-top: 15px;
}
.catalog-every__video
{
	bottom: -50px;
	height: 100%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	object-fit: cover;
	-o-object-fit: cover;
	-o-transform: translateX(-50%);
	position: absolute;
	right: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}
.catalog-info
{
	padding: 100px 0;
}
.catalog-inf-o-inner
{
	max-width: 100%;
	position: relative;
}
/*.catalog-inf-o-inner:before
{
	background-color: #fff;
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	z-index: 0;
}*/
.catalog-inf-o-inner__inner
{
	align-items: stretch;
	background-color: #fff;
	border-radius: 20px;
	/*box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	box-sizing: border-box;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	-moz-box-align: stretch;
	-moz-box-pack: center;
	-moz-box-sizing: border-box;
	-ms-flex-align: stretch;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	padding: 15px;
	position: relative;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: center;
	/*-webkit-box-shadow: 0 17px 32px 0 rgba(203,203,208,.46);*/
	-webkit-box-sizing: border-box;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	z-index: 1;
}
.catalog-info__col_left
{
	flex-basis: 240px;
	-ms-flex-preferred-size: 240px;
	-webkit-flex-basis: 240px;
}
.catalog-info__col_right
{
	flex-basis: calc(100% - 240px);
	flex-basis: -moz-calc(100% - 240px);
	-ms-flex-preferred-size: calc(100% - 240px);
	-webkit-flex-basis: -webkit-calc(100% - 240px);
}
.catalog-info__list
{
	list-style: none;
	margin: 0;
	padding: 50px 30px;
}
.catalog-info__list-item
{
	color: #1c1c1d;
	color: rgba(28,28,29,.2);
	cursor: pointer;
	font-family: "FuturaPT-Bold",sans-serif;
	-moz-transition: .3s;
	-o-transition: .3s;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
	-webkit-transition: .3s;
	width: 100%;
}
.catalog-info__list-item_active
{
	color: #1c1c1d;
	color: rgba(28,28,29,.7);
}
.catalog-info__list-item_active:before
{
	border: 20px solid transparent;
	border-left: 20px solid #fff;
	content: "";
	margin-top: -20px;
	position: absolute;
	right: -70px;
	top: 50%;
}
.catalog-info__list-item+.catalog-info__list-item
{
	margin-top: 30px;
}
.catalog-info__item
{
	align-items: stretch;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-box-align: stretch;
	-moz-box-pack: start;
	-ms-flex-align: stretch;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
}
.catalog-info__item-col_left
{
	flex-basis: 440px;
	-ms-flex-preferred-size: 440px;
	position: relative;
	-webkit-flex-basis: 440px;
}
.catalog-info__item-col_right
{
	background: #f9f7f7;
	box-sizing: border-box;
	flex-basis: calc(100% - 440px);
	flex-basis: -moz-calc(100% - 440px);
	-moz-box-sizing: border-box;
	-ms-flex-preferred-size: calc(100% - 440px);
	padding: 60px 40px;
	-webkit-box-sizing: border-box;
	-webkit-flex-basis: -webkit-calc(100% - 440px);
}
.catalog-info__item-picture
{
	border-radius: 5px;
	display: block;
	max-width: 100%;
}
.catalog-info__item-title
{
	font-size: calc(28px + 13*((100vw - 320px)/960));
	line-height: calc(34px + 13*((100vw - 320px)/960));
}
@media screen and (min-width:1280px)
{
	.catalog-info__item-title
	{
		line-height: 47px;
	}
}
@media screen and (max-width:320px)
{
	.catalog-info__item-title
	{
		line-height: 34px;
	}
}
@media screen and (min-width:1280px)
{
	.catalog-info__item-title
	{
		font-size: 41px;
	}
}
@media screen and (max-width:320px)
{
	.catalog-info__item-title
	{
		font-size: 28px;
	}
}
.catalog-info__item-description
{
	margin-top: 20px;
}
.catalog-info__item-sub-title
{
	font-size: calc(22px + 8*((100vw - 320px)/960));
	line-height: calc(28px + 8*((100vw - 320px)/960));
	margin-top: 30px;
}
@media screen and (min-width:1280px)
{
	.catalog-info__item-sub-title
	{
		line-height: 36px;
	}
}
@media screen and (max-width:320px)
{
	.catalog-info__item-sub-title
	{
		line-height: 28px;
	}
}
@media screen and (min-width:1280px)
{
	.catalog-info__item-sub-title
	{
		font-size: 30px;
	}
}
@media screen and (max-width:320px)
{
	.catalog-info__item-sub-title
	{
		font-size: 22px;
	}
}
.catalog-info__arrow
{
	background-image: url(../img/catalog-info/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
	height: 30px;
	left: 15px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 5;
}
.catalog-info__arrow_next
{
	left: inherit;
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	right: 15px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.p-product-inner__inner
{
	overflow: hidden;
}
.p-product-slider
{
	height: 100%;
	width: 100%;
}
.p-product-slider__arrows
{
	align-items: stretch;
	background: #fff;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	height: 64px;
	justify-content: center;
	left: 0;
	-moz-box-align: stretch;
	-moz-box-pack: center;
	-ms-flex-align: stretch;
	-ms-flex-pack: center;
	position: absolute;
	top: 0;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	width: 126px;
	z-index: 2;
}
.p-product-slider__arrow
{
	background-image: url(../img/slider/arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 50%;
}
.p-product-slider__arrow_next
{
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.p-product-slider__container
{
	height: 70%;
	width: 100%;
}
.p-product-slider__slide
{
	height: 100%;
	width: 100%;
}
.p-product-slider__slide:not(:first-child)
{
	display: none;
}
.p-product-slider__slide-picture
{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom-right-radius: 0;
	border-radius: 20px;
	border-top-right-radius: 0;
	height: 100%;
	-webkit-background-size: contain;
	width: 100%;
}
.p-product__or
{
	margin-top: 15px;
	text-align: center;
}
.p-product__phone
{
	color: #000;
	display: table;
	margin: 0 auto;
}
.p-product__phone .header-contacts__phone-icon
{
	background-image: url(../img/header/phone-black.png);
}
@media(min-width: 768px) {
	.benefits-inner {
		width: 70%;
		margin: 90px auto 0;
	}
}
@media only screen and (max-width:1920px)
{
	.guarantee__doc
	{
		bottom: 0;
		height: 580px;
		left: calc(50% - 350px);
		left: -moz-calc(50% - 350px);
		left: -webkit-calc(50% - 350px);
		width: 650px;
	}
}
@media only screen and (max-width:1640px)
{
	.benefits__col_left
	{
		margin-top: 90px;
	}
	.guarantee__doc
	{
		bottom: 0;
		height: 430px;
		left: calc(50% - 250px);
		left: -moz-calc(50% - 250px);
		left: -webkit-calc(50% - 250px);
		width: 490px;
	}
}
@media only screen and (max-width:1540px)
{
	.container
	{
		max-width: 1200px;
	}
	.why
	{
		padding-bottom: 250px;
	}
	.why__title br
	{
		display: none;
	}
	.why-item
	{
		padding: 30px 30px 70px;
	}
	.why__car
	{
		bottom: -190px;
		height: 435px;
		right: -30px;
		width: 860px;
	}
	.products-item:nth-child(3n),.products-item:nth-child(3n-1)
	{
		margin-left: 15px;
	}
	.services-1__b-title
	{
		margin-top: 100px;
	}
	.watch__hand
	{
		bottom: -160px;
		height: 790px;
		left: calc(50% - 800px);
		left: -moz-calc(50% - 800px);
		left: -webkit-calc(50% - 800px);
		width: 640px;
	}
	.youtube__col_left
	{
		padding: 100px 0;
	}
	.youtube__laptop
	{
		height: 850px;
		top: -50px;
		width: 1100px;
	}
}
@media only screen and (max-width:1440px)
{
	.menu__container
	{
		padding: 30px 50px;
	}
	.guarantee
	{
		padding: 70px 0;
	}
	.guarantee__doc
	{
		bottom: 0;
		height: 330px;
		left: 0;
		margin: 0 auto;
		position: relative;
		width: 370px;
	}
	.throughout-russia
	{
		padding: 150px 0;
	}
}
@media only screen and (max-width:1340px)
{
	.header__container
	{
		padding: 0 15px;
	}
	.socials__phone
	{
		height: 338px;
		width: 220px;
	}
	.socials__phone_whatsapp
	{
		left: calc(50% - 620px);
		left: -moz-calc(50% - 620px);
		left: -webkit-calc(50% - 620px);
	}
}
@media only screen and (max-width:1200px)
{
	.container
	{
		max-width: 1024px;
	}
	.header-address,.header-contacts__callback
	{
		margin-left: 30px;
	}
	.menu-list__item+.menu-list__item
	{
		margin-top: 20px;
	}
	.promo
	{
		padding-top: 100px;
	}
	.promo-slider:after
	{
		bottom: 100px;
		height: 131px;
		left: calc(50% - 929px);
		left: -moz-calc(50% - 929px);
		left: -webkit-calc(50% - 929px);
		width: 1858px;
	}
	.promo-slider__car
	{
		max-width: 65vw;
		padding: 0 30px;
	}
	.why
	{
		padding: 70px 0;
	}
	.why__col_left
	{
		padding-left: 0;
		padding-top: 0;
	}
	.why__col_left,.why__col_right
	{
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
	}
	.why-item
	{
		justify-content: flex-start;
		min-height: 230px;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		padding: 50px 30px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
	}
	.why-item_full
	{
		flex-basis: calc(50% - 2px);
		flex-basis: -moz-calc(50% - 2px);
		margin-left: 0;
		-ms-flex-preferred-size: calc(50% - 2px);
		-webkit-flex-basis: -webkit-calc(50% - 2px);
	}
	.why-item_full+.why-item_full
	{
		margin-top: 0;
	}
	.why-item_full_1
	{
		min-height: auto;
	}
	.why-item__doc
	{
		display: none;
		height: 499px;
		width: 518px;
	}
	.why-item__content
	{
		min-height: auto;
	}
	.why__car
	{
		bottom: 0;
		margin: -50px auto -90px;
		position: relative;
		right: 0;
		z-index: 2;
	}
	.buy
	{
		padding: 70px 0;
	}
	.buy-inner
	{
		margin-bottom: 30px;
	}
	.buy-item:nth-child(1)
	{
		top: 300px;
	}
	.buy-item:nth-child(1),.buy-item:nth-child(2),.buy-item:nth-child(3)
	{
		left: calc(50% + 120px);
		left: -moz-calc(50% + 120px);
		left: -webkit-calc(50% + 120px);
	}
	.buy-item:nth-child(2)
	{
		top: 580px;
	}
	.buy-item:nth-child(3)
	{
		bottom: 100px;
	}
	.quiz
	{
		padding: 70px 0;
	}
	.quiz__car
	{
		bottom: -40px;
		height: 385px;
		left: calc(50% - 1100px);
		left: -moz-calc(50% - 1100px);
		left: -webkit-calc(50% - 1100px);
		width: 945px;
	}
	.benefits,.products,.socials
	{
		padding: 70px 0;
	}
	.products-item:nth-child(3n),.products-item:nth-child(3n-1)
	{
		margin-left: 0;
	}
	.products-item:nth-child(2n)
	{
		margin-left: 15px;
	}
	.services-1,.services-2
	{
		padding: 100px 0;
	}
	.services-2__picture
	{
		bottom: -50px;
		height: 430px;
		left: calc(50% - 100px);
		left: -moz-calc(50% - 100px);
		left: -webkit-calc(50% - 100px);
		width: 385px;
	}
	.services-3,.services-4,.services-5
	{
		padding: 100px 0;
	}
	.throughout-russia,.watch,.youtube
	{
		padding: 70px 0;
	}
	.footer
	{
		padding: 50px 0;
	}
	.callback__col_right,.p-order__col_right,.p-product__col_right
	{
		padding: 40px;
	}
	.callback__description br,.catalog-info__list-item_active:before,.p-order__description br,.p-product__description br
	{
		display: none;
	}
	.callback-form__policy,.p-order-form__policy,.p-product-form__policy
	{
		width: 100%;
	}
	.thanks
	{
		padding: 100px 30px 200px;
	}
	.thanks__car
	{
		height: 195px;
		width: 640px;
	}
	.catalog-every
	{
		padding: 70px 0 400px;
	}
	.catalog-info
	{
		padding: 70px 0;
	}
	.catalog-info__col_left,.catalog-info__col_right
	{
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
	}
	.catalog-info__list
	{
		align-items: flex-start;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		-moz-box-align: start;
		-moz-box-pack: start;
		-ms-flex-align: start;
		-ms-flex-pack: start;
		-ms-flex-wrap: wrap;
		padding: 15px;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-pack: start;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: flex-start;
	}
	.catalog-info__list-item
	{
		margin-right: 10px!important;
		margin-top: 10px!important;
		width: auto;
	}
	.catalog-info__item-col_right
	{
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		padding: 30px;
		-webkit-flex-basis: 100%;
	}
}
@media only screen and (max-width:1023px)
{
	body
	{
		cursor: pointer;
	}
	.container
	{
		max-width: 768px;
	}
	.header-menu__open
	{
		margin-left: 30px;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
	}
	.guarantee__sub-title br,.guarantee__title br,.header-address,.throughout-russia__description br,.watch-item__title br
	{
		display: none;
	}
	.header-logo
	{
		margin-left: 0;
		margin-right: 0;
	}
	.why
	{
		padding: 50px 0;
	}
	.why__car
	{
		height: 340px;
		margin-bottom: -80px;
		margin-top: -40px;
		width: 670px;
	}
	.buy
	{
		padding: 50px 0;
	}
	.buy__description,.buy__title
	{
		margin-left: 0;
		text-align: center;
	}
	.buy-inner
	{
		margin: 40px auto 30px;
	}
	.buy-items
	{
		padding-top: 30px;
	}
	.buy-item
	{
		align-items: flex-start;
		bottom: 0!important;
		left: 0!important;
		margin: 20px auto 0;
		-moz-box-align: start;
		-ms-flex-align: start;
		position: relative;
		right: 0!important;
		top: 0!important;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
	}
	.quiz
	{
		padding: 50px 0;
	}
	.quiz-inner
	{
		margin-top: 50px;
	}
	.quiz-inner__inner
	{
		padding: 40px;
	}
	.quiz-form__button,.quiz-form__input_phone
	{
		margin-top: 30px;
	}
	.quiz-form__policy
	{
		left: 0;
		max-width: 100%;
		position: relative;
		text-align: center;
		top: 0;
	}
	.benefits
	{
		padding: 50px 0;
	}
	.benefits__container
	{
		justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
	}
	.benefits__col_left
	{
		margin-top: 50px;
	}
	.benefits__col_right
	{
		margin-top: 20px;
	}
	.benefits-inner__inner
	{
		min-height: auto;
		padding: 30px;
	}
	/*.benefits-inner__list li:before
	{
		left: -35px;
	}*/
	.products
	{
		padding: 50px 0;
	}
	.products-items
	{
		justify-content: center;
		margin-left: -7px;
		margin-right: -7px;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		padding-top: 20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		width: calc(100% + 15px);
		width: -moz-calc(100% + 15px);
		width: -webkit-calc(100% + 15px);
	}
	.products-item
	{
		flex-basis: calc(50% - 15px);
		flex-basis: -moz-calc(50% - 15px);
		margin: 15px 7px 0;
		-ms-flex-preferred-size: calc(50% - 15px);
		-webkit-flex-basis: -webkit-calc(50% - 15px);
	}
	.products-item:nth-child(2n),.products-item:nth-child(3n),.products-item:nth-child(3n-1)
	{
		margin: 15px 7px 0!important;
	}
	.products-item__picture {
		height: 241px;
	}
	.products__button
	{
		margin-top: 30px;
	}
	.guarantee
	{
		padding: 50px 0;
	}
	.guarantee__container
	{
		justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
	}
	.guarantee__col_left,.guarantee__col_right
	{
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
	}
	.guarantee__col_right
	{
		overflow: hidden;
	}
	.guarantee__title
	{
		text-align: center;
	}
	.guarantee__description
	{
		margin-top: 15px;
		text-align: center;
	}
	.guarantee__sub-title
	{
		text-align: center;
	}
	.guarantee__button
	{
		margin: 30px auto 0;
	}
	.guarantee__doc
	{
		margin-top: 30px;
	}
	.socials
	{
		padding: 50px 0;
	}
	.socials__buttons
	{
		flex-direction: column;
		margin-top: 50px;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
	}
	.socials__button+.socials__button
	{
		margin-left: 0;
		margin-top: 20px;
	}
	.socials__phone_whatsapp
	{
		bottom: -100px;
		left: calc(50% - 370px);
		left: -moz-calc(50% - 370px);
		left: -webkit-calc(50% - 370px);
	}
	.socials__phone_telegram
	{
		left: calc(50% + 280px);
		left: -moz-calc(50% + 280px);
		left: -webkit-calc(50% + 280px);
	}
	.services-1,.services-2,.services-3,.services-4,.services-5
	{
		padding: 80px 0;
	}
	.throughout-russia,.watch
	{
		padding: 50px 0;
	}
	.watch__content
	{
		max-width: 500px;
	}
	.youtube
	{
		padding: 50px 0;
	}
	.youtube__container
	{
		padding-bottom: 50px;
	}
	.youtube__col_left
	{
		padding: 80px 0;
	}
	.footer
	{
		padding: 40px 0;
	}
	/*.footer__container
	{*/
		/*align-items: center;
		flex-direction: column;*/
		/*justify-content: center;
		-moz-box-align: center;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-pack: center;
		-ms-flex-align: center;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
	}*/
	.footer-info,.footer__developer,.footer__phone,.footer__policy
	{
		margin-left: 0;
		margin-top: 10px;
	}
	.breadcrumb
	{
		padding: 30px 0;
	}
	.catalog__header
	{
		padding: 30px 0 60px;
	}
	.catalog__body
	{
		padding: 20px 0 50px;
	}
	.catalog-every
	{
		padding: 50px 0 300px;
	}
	.catalog-info
	{
		padding: 50px 0;
	}
	.form__field {
	    width: 85%;
    	margin: 20px auto 0;
	}
	.footer__title {
		margin-top: 25px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:767px)
{
	.button_l
	{
		padding: 20px 30px;
	}
	.popup__content
	{
		padding: 30px;
	}
	.promo-slider:after
	{
		display: none;
	}
	.promo__button
	{
		bottom: 100px;
	}
	.why__car
	{
		height: 225px;
		margin-bottom: -60px;
		margin-top: -20px;
		width: 445px;
	}
	.thanks
	{
		padding: 50px 15px 140px;
	}
	.thanks__car
	{
		bottom: -30px;
		height: 125px;
		width: 400px;
	}
	.catalog-info__list
	{
		display: none;
	}
	.catalog-info__arrow
	{
		display: block;
	}
	.p-product-slider__arrows
	{
		height: 40px;
		width: 80px;
	}
	.footer__container {
		flex-direction: column;
	}
}
@media only screen and (max-width:700px)
{
	.popup-callback,.popup-p-order
	{
		max-width: 460px;
	}
	.header
	{
		padding: 20px 0;
	}
	.header-contacts
	{
		align-items: flex-end;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: center;
		-moz-box-align: end;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-pack: center;
		-ms-flex-align: end;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
	}
	.header-contacts__phone-icon
	{
		margin-right: 10px;
	}
	.header-contacts__callback
	{
		margin-left: 0;
		margin-top: 5px;
	}
	.promo-slider
	{
		margin-top: 50px;
		padding-bottom: 120px;
	}
	.guarantee__doc
	{
		height: 250px;
		width: 280px;
	}
	.services-2__picture
	{
		bottom: -100px;
		left: calc(50% - 80px);
		left: -moz-calc(50% - 80px);
		left: -webkit-calc(50% - 80px);
	}
	.watch__container
	{
		justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
	}
	.watch-items
	{
		margin-top: 200px;
	}
	.watch-item__col_left
	{
		flex-basis: 70px;
		-ms-flex-preferred-size: 70px;
		-webkit-flex-basis: 70px;
	}
	.watch-item__col_right
	{
		flex-basis: calc(100% - 70px);
		flex-basis: -moz-calc(100% - 70px);
		-ms-flex-preferred-size: calc(100% - 70px);
		padding-left: 15px;
		-webkit-flex-basis: -webkit-calc(100% - 70px);
	}
	.watch__button
	{
		margin: 30px auto 0;
	}
	.watch__hand
	{
		bottom: 0;
		height: 420px;
		left: calc(50% - 240px);
		left: -moz-calc(50% - 240px);
		left: -webkit-calc(50% - 240px);
		top: 100px;
		width: 335px;
	}
	.youtube__container
	{
		padding-bottom: 0;
	}
	.youtube__col_left
	{
		flex-basis: 100%;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-ms-flex-preferred-size: 100%;
		order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-flex-basis: 100%;
		-webkit-order: 2;
	}
	.youtube__col_right
	{
		height: 200px;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		width: 100%;
	}
	.youtube__youtube
	{
		display: block;
		margin: 0 auto;
		width: 160px;
	}
	.youtube__description
	{
		margin-top: 30px;
		text-align: center;
	}
	.youtube__button
	{
		margin: 30px auto 0;
	}
	.youtube__laptop
	{
		height: 355px;
		left: calc(50% - 155px);
		left: -moz-calc(50% - 155px);
		left: -webkit-calc(50% - 155px);
		top: 0;
		width: 450px;
	}
	.callback__col,.p-order__col,.p-product__col
	{
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
	}
	.callback__col_left,.p-order__col_left,.p-product__col_left
	{
		border-radius: 20px;
		min-height: 240px;
	}
	.p-product-slider__container
	{
		min-height: 300px;
	}
}
/*@media only screen and (max-width:540px)
{
	.popup-policy
	{
		padding: 25px 20px;
	}
}*/
@media only screen and (max-width:479px)
{
	.button_m
	{
		padding: 24px 30px;
	}
	.button_l
	{
		letter-spacing: 3px;
		padding: 18px 25px;
	}
	/*.form__field
	{
		margin-top: 20px;
	}*/
	.form-types__item
	{
		height: 70px;
		line-height: 70px;
	}
	.form__checkbox
	{
		margin-bottom: 5px;
	}
	.form__checkbox label
	{
		padding-left: 40px;
	}
	.form__checkbox label:before
	{
		height: 30px;
		top: calc(50% - 15px);
		top: -moz-calc(50% - 15px);
		top: -webkit-calc(50% - 15px);
		width: 30px;
	}
	.form__checkbox_s label
	{
		padding-left: 30px;
	}
	.form__checkbox_s label:before
	{
		height: 16px;
		top: 0;
		width: 16px;
	}
	.form__rati-o-input
	{
		height: 30px;
	}
	.slider__arrow
	{
		height: 40px;
		margin-top: -20px;
		width: 40px;
	}
	.popup-policy__text p
	{
		font-size: 12px;
		line-height: 18px;
	}
	.popup__content
	{
		padding: 20px;
	}
	.header-menu__open
	{
		height: 25px;
		margin-left: 15px;
		width: 25px;
	}
	.header-menu__open span
	{
		height: 2px;
	}
	/*.header-logo__logo
	{
	    height: 40px;
		width: 140px;
	}*/
	.header-contacts__phone-icon
	{
		margin-right: 5px;
	}
	.menu,.menu__container
	{
		width: 100%;
	}
	.menu-list
	{
		margin: 0 auto;
	}
	.menu-list__item
	{
		text-align: center;
	}
	.promo
	{
		padding-bottom: 30px;
	}
	.promo__title,.watch-item+.watch-item
	{
		margin-top: 20px;
	}
	.promo__description
	{
		margin-top: 15px;
	}
	.promo-slider
	{
		margin-top: 30px;
		padding-bottom: 130px;
	}
	.promo-slider__car
	{
		max-width: calc(100vw - 50px);
		max-width: -moz-calc(100vw - 50px);
		max-width: -webkit-calc(100vw - 50px);
		padding: 0 10px;
	}
	.promo__button
	{
		bottom: 80px;
	}
	.why
	{
		padding: 40px 0;
	}
	.why-items
	{
		margin-top: 30px;
	}
	.why-item
	{
		flex-basis: 100%;
		margin-top: 2px!important;
		min-height: auto;
		-ms-flex-preferred-size: 100%;
		padding: 20px;
		-webkit-flex-basis: 100%;
	}
	.quiz-inner__description br,.quiz__title br,.why-item__description br
	{
		display: none;
	}
	.why__car
	{
		height: auto;
		padding-bottom: 51%;
		width: 100%;
	}
	.buy
	{
		padding: 40px 0;
	}
	.buy__description
	{
		margin-top: 15px;
	}
	.buy-inner
	{
		margin-top: 30px;
	}
	.buy-inner__inner
	{
		padding: 30px 30px 50px;
	}
	.buy-type
	{
		margin-top: 30px;
	}
	.buy-type__title
	{
		margin-top: 5px;
	}
	/*.buy__button
	{
		bottom: -25px;
	}*/
	.buy-item__col_left
	{
		flex-basis: 70px;
		-ms-flex-preferred-size: 70px;
		-webkit-flex-basis: 70px;
	}
	.buy-item__col_right
	{
		flex-basis: calc(100% - 70px);
		flex-basis: -moz-calc(100% - 70px);
		-ms-flex-preferred-size: calc(100% - 70px);
		padding-left: 15px;
		-webkit-flex-basis: -webkit-calc(100% - 70px);
	}
	.quiz
	{
		padding: 40px 0;
	}
	.quiz__description
	{
		margin-top: 15px;
	}
	.quiz-inner
	{
		margin-top: 30px;
	}
	.quiz-inner__inner
	{
		padding: 20px;
	}
	.quiz__car
	{
		display: none;
	}
	.benefits
	{
		padding: 40px 0;
	}
	.benefits__col_left
	{
		margin-top: 30px;
	}
	.benefits-inner
	{
		max-width: 400px;
		width: 100%;
	}
	.products
	{
		padding: 40px 0;
	}
	.products__description
	{
		margin-top: 15px;
	}
	.products-items
	{
		padding-top: 30px;
	}
	.products-item
	{
		flex-basis: 300px;
		-ms-flex-preferred-size: 300px;
		-webkit-flex-basis: 300px;
	}
	.products-item__picture
	{
		height: 200px;
	}
	.products-item__content
	{
		padding: 20px;
	}
	.products-item__price,.products-item__table
	{
		margin-top: 15px;
	}
	.products-item__table tr td
	{
		padding: 5px;
	}
	.guarantee,.socials
	{
		padding: 40px 0;
	}
	.socials__phone
	{
		height: 230px;
		width: 150px;
	}
	.socials__phone_whatsapp
	{
		bottom: -50px;
		left: calc(50% - 250px);
		left: -moz-calc(50% - 250px);
		left: -webkit-calc(50% - 250px);
	}
	.services-1,.services-2
	{
		padding: 70px 0;
	}
	.services-2__picture
	{
		bottom: -150px;
	}
	.services-3,.services-4,.services-5
	{
		padding: 70px 0;
	}
	.throughout-russia
	{
		padding: 40px 0;
	}
	.throughout-russia__description
	{
		margin-top: 15px;
	}
	.throughout-russia__marker
	{
		height: 130px;
		width: 110px;
	}
	.throughout-russia__marker-title
	{
		left: calc(50% + 50px);
		left: -moz-calc(50% + 50px);
		left: -webkit-calc(50% + 50px);
		top: 40px;
	}
	.watch
	{
		padding: 40px 0;
	}
	.watch-items
	{
		margin-top: 300px;
	}
	.youtube
	{
		margin-top: -40px;
	}
	.youtube,.youtube__col_left
	{
		padding: 40px 0;
	}
	.footer
	{
		padding: 30px 0;
	}
	.callback__col_right,.p-order__col_right,.p-product__col_right
	{
		padding: 20px;
	}
	.thanks
	{
		padding-bottom: 100px;
	}
	.thanks__car
	{
		bottom: -30px;
		height: 90px;
		width: 290px;
	}
	.breadcrumb
	{
		padding: 15px 0;
	}
	.catalog__header
	{
		padding: 15px 0 30px;
	}
	.catalog__body
	{
		padding: 0 0 40px;
	}
	.catalog-filters
	{
		padding: 20px 0;
	}
	.catalog-filters__container
	{
		flex-direction: column;
		/*-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;*/
	}
	.catalog-filters__item+.catalog-filters__item
	{
		margin-left: 0;
	}
	.catalog-filters__item-title
	{
		margin-left: -60px;
	}
	.catalog-every
	{
		padding: 40px 0 300px;
	}
	.catalog-info
	{
		padding: 40px 0;
	}
	.catalog-info__item-col_right
	{
		padding: 15px;
	}
}
@media only screen and (max-width:380px)
{
	/*.header-logo__logo
	{

		width: 60px;
	}*/
	/*.watch-items
	{
		margin-top: 250px;
	}*/
}
@media only screen and (max-width:360px)
{
	.form__policy
	{
		font-size: 10px;
		line-height: 16px;
	}
	.header-menu__open
	{
		margin-left: auto;
	}
	.header-contacts
	{
		display: none;
	}
	.why__car
	{
		margin-bottom: -40px;
		margin-top: -10px;
	}
}
@media only screen and (max-width:1220px)
{
	.products-items
	{
		margin: 0 auto;
		max-width: 775px;
	}
}

.error-404 {
    background-image: url(../img/promo/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    padding: 180px 0 100px;
    position: relative;
    -webkit-background-size: cover;
    -webkit-box-sizing: border-box;
}
.error-404__img {
    position: absolute;
    top: 30%;
    left: 15px;
    width: 100%;
    max-width: 95%;
}
.error-404__title {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 25px 85px 25px 0;
}
.error-404__btn {
    letter-spacing: normal;
    padding: 10px 15px;
}
@media screen and (min-width: 480px) {
    .error-404 {
        padding: 25% 0;
    }
    .error-404__img {
        left: 50%;
        transform: translate(-50%);
        max-width: 65%;
    }
    .error-404__body {
        margin-left: 15%;
    }
    .error-404__title {
        margin: 18% 40% 25px 0;
    }
}
@media screen and (min-width: 768px) {
    .error-404__btn {
        padding: 15px 25px;
    }
}
@media screen and (min-width: 1541px) {
    .error-404 {
        padding: 200px 0 200px;
    }
    .error-404__img {
        width: auto;
        max-width: 100%;
    }
    .error-404__body {
        margin-top: 0;
        margin-left: 410px;
    }
    .error-404__title {
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 50px;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #181F27;
    z-index: 1001;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    background: url('../img/icon/preloader.gif') no-repeat 50% 50%;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
#cookies-msg {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 0.8);
}
.cookies-msg__hide {
	display: none;
}

.cookies-msg__body {
	margin-bottom: 20px;
}

.cookies-msg__body a,
.cookies-msg__body a:hover {
	text-decoration: underline;
}

.cookie-notification__buttons .button_blue {
	font-size: 14px;
	padding: 8px 15px;
}

/*--------------------------------------------------------------
# Whatsapp widget
--------------------------------------------------------------*/
.whatsapp__link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 45px;
	bottom: 30px;
	width: 55px;
	height: 55px;
	background-color: #2ca5e0;
	border-radius: 50%;
	z-index: 999;
}
.whatsapp__img {
	display: inline-block;
	height: 35px;
	width: 35px;
	background-image: url(../img/icon/tg-widget.png);
	background-size: cover;
	background-position: center;
}
.whatsapp__link::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #2ca5e0;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate-circle 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

@keyframes animate-circle {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}