.header {
	padding: 26px 0;
	line-height: 130%;
	background: #000;
	color: #fff;
}

.header__desc {
	font-size: 14px;
}

.header__desc span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #ff9332;
	padding: 0 0 5px 0;
}

.header__phone {
	text-align: right;
	display: inline-block;
	padding: 0 0 0 37px;
	/*background: url("../images/call-calling_org.svg") no-repeat;*/
}
.header__phone .phone__icon{
	margin-right: 15px
}
.header__phone span {
	display: block;
	font-weight: 600;
	font-size: 18px;
}

.header__phone span a {
	text-decoration: none;
	color: #fff;
}

.header__phone a.callback {
	display: inline-block;
	font-size: 12px;
	color: #ff9332;
}

.heading {
	background: url("../images/various-car-parts_tw.jpg") no-repeat 100% 0;
	background-size: cover;
	padding: 125px 0 95px 0;
}

.heading__block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.heading__block h1 {
	font-size: 54px;
	line-height: 130%;
	font-weight: 900;
	padding: 0 0 25px 0;
}

.heading__block h1 b {
	display: block;
	text-transform: uppercase;
	font-size: 70px;
	color: #ff9332;
}

.heading__block h1 strong {
	display: inline-block;
	background: #000000;
	color: #fff;
	padding: 0 10px;
	margin: 0 0 5px 0;
}

.heading__block p {
	padding: 0 0 40px 0;
	font-weight: 500;
	font-size: 22px;
}

.heading__form p {
	padding: 0 0 17px 0;
	color: #4F4F4F;
}

.heading__form .flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 550px;
}

.heading__form input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 264px;
	height: 63px;
	margin: 0 8px 8px 0;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 32px;
	padding: 0 30px;
	font-weight: 300;
	font-size: 14px;
}

.heading__form .btn {
	padding: 0 10px;
	width: 264px;
	height: 63px;
	line-height: 63px;
	margin: 0 8px 8px 0;
}

.heading__form-police {
	padding: 10px 0 0 0;
	line-height: 130%;
	font-size: 10px;
}

.heading__form-police a {
	color: #ff9332;
}

.heading__list {
	padding: 40px 0 0 0;
}

.heading__list-block {
	line-height: 140%;
	color: #4F4F4F;
	padding: 44px 90px 0 0;
	position: relative;
}

.heading__list-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #ff9332;
	border-radius: 100%;
}

.heading__list-block span {
	display: block;
	color: #000;
	font-weight: bold;
}

.heading__list-block b {
	display: block;
	font-weight: 300;
	font-size: 12px;
}
.logo-img-mobile{
	display: none
}
.social-icons{
	margin-top: 10px;
}

.social-icons a{
	display: inline-block;
}
.header__phone .social-icons{
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.social-icons span{
	margin: 0 5px
}
h2 {
	line-height: 120%;
	font-weight: 900;
	font-size: 60px;
	padding: 0 0 80px 0;
	position: relative;
	z-index: 10;
}

h2 span {
	display: inline-block;
	background: #ff9332;
	padding: 0 5px;
	color: #fff;
	margin: 0 0 8px 0;
}

.section1 {
	background: #111111;
	color: #fff;
	padding: 200px 0 100px 0;
}

.section1__header {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 0 95px 0;
}

.section1__header-img.img1 {
	padding: 0 90px 0 0;
}

.section1__header-img.img2 {
	padding: 0 0px 0 75px;
}

.section1__header-img.img3 {
	padding: 0 0px 0 65px;
}

.section1__list-block {
	padding: 0 0 44px 0;
	margin: 0 0 44px 0;
	background: url("../images/s1-line-bg.svg") no-repeat 0 100%;
}

.section1__list-block:last-child {
	margin: 0;
	background: none;
	padding: 0 0 20px 0;
}

.section1__list-num {
	font-family: 'Bella Script';
	font-size: 150px;
	color: #ff9332;
	line-height: 50%;
}

.section1__list-title {
	line-height: 130%;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	font-weight: 600;
}

.section1 .wrapper:before {
	display: none;
	content: '';
	position: absolute;
	top: -90px;
	right: 0;
	background: url("../images/before_org.png") no-repeat;
	width: 413px;
	height: 360px;
}
.col-10{
	width: calc(10% - 20px);
	margin: 10px;
}
.col-20{
	width: calc(20% - 20px);
	margin: 10px;
}
.col-33{
	width: calc(33.333% - 20px);
	margin: 10px;
}
.col-40{
	width: calc(40% - 20px);
	margin: 10px;
}
.col-50{
	width: 50%;
	margin: 10px;
}
.col-60{
	width: calc(60% - 20px);
	margin: 10px;
}
.col-70{
	width: calc(70% - 20px);
	margin: 10px;
}
.col-80{
	width: calc(80% - 20px);
	margin: 10px;
}
.col-90{
	width: calc(90% - 20px);
	margin: 10px;
}
.col-100{
	width: calc(100% - 20px);
	margin: 10px;
}
.section2 {
	background: #F5F3F6;
	padding: 98px 0;
	background-image: url(/images/back-section-2t.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #F5F3F6;
}
.section2__box {
	flex-wrap: wrap;
}
.section2 h3 {
	padding: 0 0 27px 0;
	font-weight: 600;
	line-height: 130%;
	font-size: 38px;
}

.section2 p {
	padding: 0 0 37px 0;
	font-weight: 500;
}

.section2 input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 32px;
	width: 274px;
	height: 63px;
	margin: 0 4px;
	padding: 0 30px;
	font-weight: 300;
	font-size: 14px;
}

.section2 .btn {
	padding: 0 10px;
	width: 338px;
	height: 63px;
	margin: 0 4px;
}

.section2__police {
	line-height: 130%;
	padding: 20px 0 0 0;
	font-size: 10px;
}

.section2__police a {
	color: #fff;
}

.section2-image {
	position: absolute;
	bottom: -98px;
	right: -100px;
	display: block;
}
.section2__box-block{
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 150%;
}
.section2__box-block.left{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	padding: 0 50px;
	margin: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.section2__box-block.right{
	background-color: #fff;
	padding: 20px 40px;
	margin: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.section2__item{
	width: calc(50% - 50px);
	padding: 10px 15px;
}
.section3 {
	background: #F5F3F6;
	padding: 160px 0 270px 0;
}

.section3__box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0 0 185px 0;
}

.section3__box-block {
	width: calc(33.333% - 20px);
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section3__box-block .icon-svg {
	text-align: center;
	margin-bottom: 35px;
}

.section3__box-block p {
	border-left: 3px solid #ff9332;
	padding: 0 15px 0 29px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 156px;
}

.section3__box-block p span {
	display: block;
	padding: 0 0 12px 0;
	text-transform: uppercase;
	font-weight: 600;
}

.section3__box-block p b {
	font-weight: 600;
}

.section3__form {
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 400px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.section3__form h3 {
	line-height: 130%;
	padding: 0 0 17px 0;
	font-weight: 600;
	font-size: 26px;
}

.section3__form p {
	padding: 0 0 27px 0;
	font-weight: 500;
}

.section3__form input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 63px;
	margin: 0 0 8px 0;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 32px;
	padding: 0 30px;
	font-weight: 300;
	font-size: 14px;
}

.section3__form .btn {
	padding: 0 10px;
	width: 100%;
	height: 63px;
	margin: 0 0px 18px 0;
}

.section3-image {
	position: absolute;
	right: 0;
	bottom: -45px;
}
.section3.subsection .section3__title{
	padding: 0 0 80px 0;
	font-weight: 700;
	font-size: 32px;
}
.section3.subsection .section3__box{
	padding: 0;
}
.section3.subsection{
	padding: 160px 0 200px 0;
}
.section4 {
	background: #111111;
	color: #fff;
	padding: 160px 0 98px 0;
}

.section4 h2 {
	padding: 0 0 119px 0;
}

.section4__box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -50px 0 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.section4__box-block {
	width: 393px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 100px 105px;
	margin: 0 50px 0 0;
	z-index: 10;
}

.section4__box-block.bg1 {
	background: url("../images/s4-icon1.svg") no-repeat;
}

.section4__box-block.bg2 {
	background: url("../images/s4-icon2.svg") no-repeat;
}

.section4__box-block.bg3 {
	background: url("../images/s4-icon3.svg") no-repeat;
}

.section4__box-block.bg4 {
	background: url("../images/s4-icon4.svg") no-repeat;
}

.section4__box-block.bg5 {
	background: url("../images/s4-icon5.svg") no-repeat;
}

.section4__box-title {
	line-height: 130%;
	padding: 0 0 15px 0;
	font-weight: 600;
	font-size: 18px;
}

.section4__box-info {
	line-height: 140%;
	position: relative;
	z-index: 10;
	top: -50px;
	background: linear-gradient(221.43deg, #414A50 0%, #232123 100%);
	font-weight: 500;
	padding: 40px 40px 70px 60px;
	font-size: 18px;
	font-style: italic;
	border-radius: 20px;
	width: 420px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section4__box-info span {
	font-weight: bold;
}

.section4__box-info:before {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 7px;
	background: url("../images/s4-info-before.svg") no-repeat 50% 0;
}

.section4 .wrapper:before {
	content: '';
	position: absolute;
	top: -79px;
	left: -250px;
	z-index: 1;
	width: 619px;
	height: 619px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(226, 4, 86, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
	mix-blend-mode: normal;
	-webkit-filter: blur(200px);
	filter: blur(200px);
}

.section4 .wrapper:after {
	content: '';
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
	height: 955px;
	background: url("../images/s4-wrapper-after.jpg") no-repeat 50% 0;
}

.section4__form {
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 50px;
	border: 1px solid #D9D9D9;
}

.section4__form h3 {
	padding: 0 0 27px 0;
	font-weight: 600;
	line-height: 130%;
	font-size: 26px;
}

.section4__form p {
	padding: 0 0 37px 0;
	font-weight: 500;
}

.section4__form input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 32px;
	width: 274px;
	height: 63px;
	margin: 0 4px;
	padding: 0 30px;
	font-weight: 300;
	font-size: 14px;
}

.section4__form .btn {
	padding: 0 10px;
	width: 292px;
	height: 63px;
	margin: 0 4px;
}

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

.section4__form__police {
	line-height: 130%;
	padding: 20px 0 0 0;
	font-size: 10px;
}

.section4__form__police a {
	color: #fff;
}

.section4__note {
	position: absolute;
	top: 0;
	right: 0;
}

.section5 {
	background: url("../images/section5-bg_org.png") no-repeat 50% 0;
	background-size: cover;
	padding: 160px 0 88px 0;
	text-align: center;
	color: #fff;
}

.section5 h2 {
	padding: 0 0 55px 0;
}

.section5 h2 span {
	background: #111111;
}

.section5-slider {
	padding: 0 80px;
}

.section5-slider img {
	max-width: 100%;
	max-height: 100%;
}

.section5 .slick-slide {
	padding: 0 1px;
}

.section5-arrow {
	padding: 40px 0 0 0;
}

.section5-arrow button {
	border: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 0 17px;
	background: url("../images/arrow-icon.svg") no-repeat;
}

.section5-arrow button:last-child {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section6 {
	background: url("../images/section6-bg.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 140px 0 145px 0;
	text-align: center;
}

.section6 h2 {
	padding: 0 0 30px 0;
	color: #fff;
}

.section6__title {
	line-height: 130%;
	padding: 0  0 85px 0;
	font-weight: 600;
	color: #fff;
	font-size: 26px;
}

.section6__title span {
	color: #ff9332;
}

.section6__box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.section6__box-block {
	width: calc(33.333% - 20px);
	background: linear-gradient(221.43deg, #CDC7DF 0%, #FFFFFF 100%);
	margin: 0 10px;
	padding: 55px 44px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section6__box-block p {
	padding: 0 0 35px 0;
	color: #737373;
}

.section6__box-block .btn {
	display: block;
	padding: 15px 50px;
}

.section6__box-head {
	text-transform: uppercase;
	font-weight: 600;
	background: url("../images/s5-note-icon.svg") no-repeat 50% 100%;
	font-size: 24px;
	line-height: 130%;
	padding: 0 0 20px 0;
	margin: 0 0 55px 0;
}

.section6__box-desc {
	line-height: 130%;
	padding: 0 0 40px 0;
	font-weight: 600;
	font-size: 20px;
}

.section6__box-desc span {
	display: block;
	color: #ff9332;
}

.section7 {
	background: url(../images/various-car-parts_tw.jpg) no-repeat 100% 0;
	background-size: cover;
	padding: 160px 0 94px 0;
}

.section7 h2 {
	padding: 0 0 12px 0;
}

.section7__note {
	line-height: 130%;
	padding: 0 0 45px 0;
	font-weight: 500;
}

.section7__calc {
	background: linear-gradient(221.43deg, #2D2C34 0%, #020202 100%);
	padding: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 81%;
	border-radius: 20px;
	color: #fff;
	margin: 0 0 80px 0;
}

.section7__calc-title {
	line-height: 130%;
	font-weight: 600;
	font-size: 18px;
	padding: 0 0 27px 0;
}

.section7__calc-flex {
	margin: 0 -10px;
	padding: 0 0 55px 0;
}
.section7__calc-flex input[type="radio"] {
	position: absolute;
	left: -9999px;
}
.section7__calc .select-item-mobile{
	display: none;
}
.section7__calc-flex .section7__calc-radio-item {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	width: calc(33.333% - 20px);
	margin: 0 10px;
	cursor: pointer;
	border: 1px solid #666666;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 130%;
	padding: 15px 5px;
	cursor: pointer;
}
.section7__calc-flex .section7__calc-radio-item label{
	cursor: pointer;
}

.section7__calc-flex .section7__calc-radio-item.active {
	background: #ff9332;
	color: #fff;
}

.section7__calc-note {
	text-align: right;
	line-height: 130%;
	font-weight: 300;
	font-size: 14px;
	padding: 0 0 18px 0;
	color: #666666;
}

.section7__calc-result {
	padding: 55px 0 0 0;
	display: none;
}

.section7__calc-result span {
	text-transform: uppercase;
	line-height: 130%;
	font-weight: 600;
	font-size: 22px;
}

.section7__calc-result strong {
	display: block;
	width: 344px;
	text-align: center;
	background: #ff9332;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 19px 10px;
	font-weight: 700;
	font-size: 30px;
	-webkit-box-shadow: 0px 21px 33px rgba(227, 3, 86, 0.25);
	box-shadow: 0px 21px 33px rgba(227, 3, 86, 0.25);
}
.section7__calc-flex .select-item-mobile{
	display: none;
}
.section7__form h3 {
	line-height: 130%;
	padding: 0 0 17px 0;
	font-weight: 600;
	font-size: 38px;
}

.section7__form p {
	padding: 0 0 37px 0;
	font-weight: 500;
}

.section7__form input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 292px;
	height: 63px;
	margin: 0 8px 8px 0;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 32px;
	padding: 0 30px;
	font-weight: 300;
	font-size: 14px;
}

.section7__form .btn {
	padding: 0 10px;
	width: 375px;
	height: 63px;
	line-height: 63px;
	margin: 0 8px 8px 0;
}

.section7__box-block{
	width: calc(33.333%);
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: center;
	line-height: 1.6;
}
.content-tab-bottom{
	margin-top: 40px
}
.content-tab-bottom p{
	margin-bottom: 10px
}
.content-tab{
	display: none
}

.section8 {
	background: url("../images/section8-bg.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 160px 0 105px 0;
}

.section8 h2 {
	text-align: right;
	padding: 0 0 60px 0;
}

.footer {
	background: #000000;
	color: #fff;
	line-height: 140%;
	padding: 35px 0;
	font-size: 14px;
}

.footer a {
	color: #fff;
}

.footer__logo {
	width: 130px;
	height: auto;
}

.footer .copyright {
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: 600;
}
.footer-phone-social{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-phone-social .social-icons{
	margin-top: 0;
	margin-left: 10px;
}

.btn {
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	padding: 25px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#8742EB), to(#6800FF));
	background: linear-gradient(90deg, #8742EB 0%, #6800FF 100%);
	-webkit-box-shadow: 0px 40px 60px rgba(135, 66, 235, 0.2);
	box-shadow: 0px 40px 60px rgba(135, 66, 235, 0.2);
	border-radius: 50px;
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btn:hover {
	opacity: 0.95;
}

.btn:active {
	top: 3px;
}

.btn:after {
	content: "";
	margin-left: 60px;
	width: 25px;
	height: 300px;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.01));
	-webkit-animation-delay: .02s;
	animation-delay: .05s;
	position: absolute;
	left: -90px;
	top: -150px;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 0;
}

@-webkit-keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0;
	}
	30%, to {
		left: 110%;
		margin-left: 80px;
	}
}

@keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0;
	}
	30%, to {
		left: 110%;
		margin-left: 80px;
	}
}

.thanks #main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: inherit;
}

.thanks .heading {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	background: url("../images/section5-bg_org.png") no-repeat 50% 0;
	background-size: cover;
	padding: 70px 0;
	color: #fff;
	text-align: center;
}

.thanks .heading .wrapper {
	height: 100%;
}

.thanks .heading__block {
	height: 100%;
}

.thanks .heading__block-flex {
	width: 100%;
}

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

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

@media (max-width: 1240px) {
	.wrapper {
		width: 990px;
	}
	.heading__block h1 {
		font-size: 45px;
	}
	.heading__block h1 b {
		font-size: 60px;
	}
	.heading__list-block {
		padding-right: 50px;
	}
	h2 {
		font-size: 45px;
	}
	.section1__header-img.img1 {
		padding: 0 20px 0 0;
	}
	.section1__header-img.img2 {
		padding: 0 0 0 20px;
	}
	.section1__header-img.img3 img {
		width: 500px;
		height: auto;
	}
	.section3-image {
		width: 900px;
		height: auto;
	}
	.section6__box-block {
		padding: 30px;
	}
	.section6__box-block .btn {
		display: block;
		padding: 15px;
	}
}

@media (max-width: 1040px) {
	.wrapper {
		width: 778px;
	}
	.header__logo img {
		width: 88px;
		height: auto;
	}
	.heading {
		padding: 70px 0;
	}
	.heading__block h1 {
		font-size: 35px;
	}
	.heading__block h1 b {
		font-size: 50px;
	}
	.heading__block p {
		font-size: 18px;
	}
	.heading__list {
		padding: 30px 0 0 0;
		display: block;
	}
	.heading__list-block {
		padding: 0 0 10px 30px;
	}
	.heading__list-block:before {
		top: 3px;
	}
	.section1 {
		padding: 100px 0;
	}
	.section1 .wrapper:before {
		display: none;
	}
	.section1 h2 {
		padding: 0 0 40px 0;
	}
	.section1__header {
		padding: 0;
	}
	.section1__header-img.img1, .section1__header-img.img2 {
		display: none;
	}
	.section1__header-img.img3 {
		padding: 20px 0 0 0;
	}
	.section1__header-img.img3 img {
		width: auto;
		display: block;
		max-width: 100%;
		max-height: 100%;
	}
	.section1__header .section1__list-block:last-child {
		padding: 0 0 44px 0;
		margin: 0 0 44px 0;
		background: url(../images/s1-line-bg.svg) no-repeat 0 100%;
	}
	.section1__bottom {
		display: block;
	}
	.section2-image {
		width: 500px;
		height: auto;
	}
	h2 {
		font-size: 40px;
	}
	.section3-image {
		width: 700px;
	}
	.section3__box {
		padding: 0 0 50px 0;
	}
	.section4 {
		padding: 100px 0;
	}
	.section4 .wrapper:after {
		display: none;
	}
	.section4__note {
		display: none;
	}
	.section4 h2 {
		padding: 0 0 50px 0;
	}
	.section4__box {
		margin: 0;
		padding: 0;
	}
	.section4__box-block {
		width: auto;
		margin: 0;
		padding: 0 0 50px 80px;
	}
	.section4__box-info {
		top: auto;
		margin: 0 0 40px 0;
	}
	.section4__form {
		padding: 30px;
	}
	.section5 {
		padding: 100px 0;
	}
	.section5-slider {
		padding: 0 30px;
	}
	.section6 {
		padding: 100px 0;
	}
	.section6__box {
		display: block;
		margin: 0;
		padding: 0 150px;
	}
	.section6__box-block {
		width: auto;
		margin: 0 0 20px 0;
	}
	.section7 {
		padding: 100px 0;
	}
	.section7__calc {
		width: auto;
		padding: 40px;
	}
	.section8 {
		padding: 100px 0;
	}
}

@media (max-width: 800px) {
	.section7__box-block{
		width: calc(100%);
	}
	.wrapper {
		width: 600px;
	}
	body {
		font-size: 16px;
	}
	img {
		max-width: 100%;
		max-height: 100%;
	}
	br {
		display: none;
	}
	.flex {
		display: block;
	}
	#police.modal__box {
		width: auto;
	}
	.header {
		padding: 20px 0;
	}
	.header .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__logo img {
		width: 88px;
	}
	.header__desc {
		display: none;
	}
	.heading {
		padding: 50px 0;
	}
	.heading__block h1 {
		font-size: 30px;
		padding: 0 0 20px 0;
	}
	.heading__block h1 b {
		font-size: 45px;
	}
	.heading__block h1 strong {
		margin: 0 -15px 0 0;
	}
	.heading__block p {
		padding: 0 0 20px 0;
	}
	.heading br {
		display: block;
	}
	.thanks .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.thanks .footer .flex {
		display: block;
	}
	.footer {
		padding: 25px 0;
	}
	.footer__block {
		width: auto !important;
		text-align: center;
		padding: 7px;
	}
	.footer__block.flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer .header__phone {
		text-align: center;
	}
	h2 {
		font-size: 32px;
		padding: 0 0 50px 0 !important;
	}
	.section1 {
		padding: 50px 0;
	}
	.section2 {
		padding: 50px 0 0 0;
	}
	.section2-image {
		position: static;
		display: block;
		margin: 0 auto;
		width: auto;
		margin-top: 25px;
	}
	.section2 h3 {
		font-size: 23px;
		padding: 0 0 15px 0;
	}
	.section2 p {
		padding: 0 0 15px 0;
	}
	.section2 input {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.section2 .btn {
		width: 100%;
	}
	.section3,.section3.subsection {
		padding: 50px 0;
	}
	.section3__box {
		margin: 0;
		padding: 0 0 15px 0;
	}
	.section3__box-block {
		width: auto;
		margin: 0 0 20px 0;
	}

	.section3__box-block p {
		min-height: inherit;
	}
	.section3__form {
		margin: 0 auto;
	}
	.section3-image {
		position: static;
		display: block;
		width: auto;
		margin-top: 25px;
	}

	.section4 {
		padding: 50px 0;
	}
	.section4__form h3 {
		font-size: 23px;
		padding: 0 0 15px 0;
	}
	.section4__form p {
		padding: 0 0 15px 0;
	}
	.section4__form input {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.section4__form .btn {
		width: 100%;
	}
	.section5 {
		padding: 50px 0;
	}
	.section5-slider {
		padding: 0 10px;
	}
	.section6 {
		padding: 50px 0;
	}
	.section6__title {
		font-size: 16px;
		padding: 0 0 20px 0;
	}
	.section6__box {
		padding: 0 50px;
	}
	.section7 {
		padding: 50px 0;
	}
	.section7__note {
		font-size: 14px;
		padding: 0 0 20px 0;
	}
	.section7__calc {
		padding: 30px;
		margin: 0 0 35px 0;
	}
	.section7__calc-title {
		font-size: 18px;
		padding: 0 0 15px 0;
	}
	.section7__calc-flex {
		padding: 0 0 25px 0;
		margin: 0;
	}
	.section7__calc .select-item-mobile{
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		text-align: center;
		cursor: pointer;
		border: 1px solid #666666;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 130%;
		padding: 15px 5px;
		background: #ff9332;
		color: #fff;
		margin: 0;
		font-size: 16px;
		width: 100%;
		position: relative;
	}
	.section7__calc-flex .section7__calc-radio-item {
		margin: 0;
		font-size: 16px;
		width: auto;
		position: relative;
	}
	.section7__calc-flex .section7__calc-radio-item {
		display: none;
	}
	.section7__calc .select-item-mobile:after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		right: 8%;
		top: 30%;
		border: solid #fff;
		border-width: 0 3px 3px 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.section7__calc-flex.active .section7__calc-radio-item:not(.active) {
		display: block;
	}
	.section7__calc-result {
		padding: 20px 0 0 0;
	}
	.section7__calc-result span {
		padding: 0 0 10px 0;
		display: block;
	}
	.section7__calc-result strong {
		width: auto;
	}
	.section7__form h3 {
		font-size: 23px;
		padding: 0 0 15px 0;
	}
	.section7__form p {
		padding: 0 0 15px 0;
	}
	.section7__form input {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.section7__form .btn {
		width: 100%;
	}
	.section8 {
		padding: 50px 0 250px 0;
	}
	.section8 h2 {
		text-align: center;
	}
	.heading .social-icons.flex{
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 650px) {
.wrapper {
	width: 300px;
}
body {
	font-size: 15px;
}
.col-md-2, .col-md-3, .col-md-4 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.modal__box {
	width: 280px;
	padding: 20px !important;
	margin: 10px !important;
}
.header__logo img {
	width: 88px;
}
.header__phone {
	padding: 0;
	background: none;
}
.header__phone span {
	padding: 0 0 3px 0;
	font-size: 17px;
}
.heading {
	background: url("../images/heading-mobile.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 35px 0 30px 0;
}
.heading__block h1 {
	font-size: 23px;
}
.heading__block h1 b {
	font-size: 30px;
}
.heading__block h1 strong {
	margin: 0 0 3px 0;
}
.heading__block p {
	font-size: 15px;
}
.heading br {
	display: none;
}
.heading__form .flex {
	width: auto;
}
.heading__form input {
	width: 100%;
	margin: 0 0 10px 0;
}
.heading__form .btn {
	width: 100%;
	margin: 0;
}
h2 {
	font-size: 28px;
}
.section2 h3 {
	font-size: 20px;
}
.section3__form, .section4__form {
	width: auto;
	padding: 20px;
}
.section3__form h3, .section4__form h3 {
	font-size: 20px;
	padding: 0 0 15px 0;
}
.section3__form p, .section4__form p {
	padding: 0 0 20px 0;
}
.section4__box-block {
	padding: 0 0 20px 50px;
	background-size: 35px auto !important;
}
.section4__box-title {
	font-size: 16px;
}
.section4__box-info {
	width: auto;
	padding: 20px;
	font-size: 15px;
	margin: 0 0 25px 0;
}
.section4__box-info:before {
	display: none;
}
.section6__title span {
	display: block;
}
.section6__box {
	padding: 0;
}
.section6__box-head {
	margin: 0 0 20px 0;
}
.section6__box-desc {
	padding: 0 0 25px 0;
}
.section6__box p {
	font-size: 15px;
	padding: 0 0 20px 0;
}
.section7__calc {
	padding: 20px;
}
.section7__calc-title {
	font-size: 15px;
}
.section7__calc-result strong {
	padding: 15px 5px;
	font-size: 23px;
}
.section8 {
	padding: 50px 0;
	background: url("../images/section8-bg-mob.jpg") no-repeat 50% 0;
	background-size: cover;
}
.section8 h2 {
	color: #fff;
}
.section7 {
	background: #E3E4E4;
}
.modal__box .h3__title {
	font-size: 18px;
}
input[type="checkbox"] + label {
	font-size: 12px;
}
.footer__logo {
	width: 100px;
}
.social-icons{
	position: relative;
	top: 10px;
	margin-top: 0;
}
.social-icons__txt{
	display: none!important;
}

.social-icons img{
	border: 1px solid;
	border-radius: 6px;
	padding: 5px!Important;
}
.social-icons img.ws-icon{
	border-color: #1ec067;
}
.social-icons img.telegram-icon{
	border-color: #0cb2d8;
}
.section2__box-block.left,.section2__box-block.right {
	width: 100%;
	border-radius: 0;
}
.section2__box-block.left {
	padding: 20px;
}
.section2__box-block.right{
	padding: 20px;
}
.section2__item,.section2__box-wrap{
	width: 100%;
}
.footer-phone-social{
	display: block;
}
.footer-phone-social .social-icons{
	display: flex!important;
	justify-content: center;
	align-items: center;
	margin-top: 10px
}
.header__phone .phone__icon{
	display: none!important;
}
.logo-img{
	display: none;
}
.logo-img-mobile{
	display: inline-block;
}
.section3.subsection .section3__title {
	padding: 0 0 30px 0;
}
/*# sourceMappingURL=main.css.map */