html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

*:focus {
	outline: none;
}

* {
	max-height: 1000000px;
}

body {
	color: #232323;
	background: #fff;
	font: 19px/1.2 "ubuntu";
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	margin: 0;
	min-width: 320px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "ubuntub";
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #e5426d;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 3px solid #b8b8b8;
	margin: 0 0 24px;
	padding: 19px 0;
	color: #fff;
	background: none;
	display: block;
	width: 100%;
	font-size: 22px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #fff;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	position: relative;
	text-align: left;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 10px 0 0 28px;
}

input[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 6px;
	background: #d81f2a;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: block !important;
}

.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.jq-selectbox {
	z-index: 10;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 3px solid #b8b8b8;
	padding: 10px 20px 10px 0;
	color: #fff;
	outline: none;
	display: block;
	width: 100%;
	font-size: 22px;
	margin: 0 0 20px;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 9px;
	right: 0;
	background: url(../images/select.png) no-repeat;
	width: 24px;
	height: 13px;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
	position: absolute;
	background: #000;
	width: 100%;
	left: 0;
	z-index: 10;
	padding: 10px;
	box-sizing: border-box;
	top: 45px !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
}

.jq-selectbox__dropdown li {
	margin: 5px 0;
	cursor: pointer;
}

.jq-selectbox__search input {
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.jq-number {
	display: inline-block;
}

.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

@font-face {
	font-family: "ubuntu";
	src: url("../fonts/ubunturegular-webfont.eot");
	src: url("../fonts/ubunturegular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubunturegular-webfont.woff2") format("woff2"), url("../fonts/ubunturegular-webfont.woff") format("woff"), url("../fonts/ubunturegular-webfont.ttf") format("truetype"), url("../fonts/ubunturegular-webfont.svg#ubunturegular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ubuntub";
	src: url("../fonts/ubuntubold-webfont.eot");
	src: url("../fonts/ubuntubold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntubold-webfont.woff2") format("woff2"), url("../fonts/ubuntubold-webfont.woff") format("woff"), url("../fonts/ubuntubold-webfont.ttf") format("truetype"), url("../fonts/ubuntubold-webfont.svg#ubuntubold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "MadeWinterSolid";
	src: url("../fonts/MadeWinterSolid.eot");
	src: url("../fonts/MadeWinterSolid.ttf") format("truetype"), url("../fonts/MadeWinterSolid.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

#main {
	overflow: hidden;
}

.wrapper {
	max-width: 1165px;
	margin: 0 auto;
	padding: 0 10px;
}

.slick-list {
	overflow: hidden;
}

.slick-slide {
	float: left;
	display: none;
	outline: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.button {
	border-radius: 40px;
	padding: 24px 47px 27px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	background: #d81f2a;
	border: 3px solid #d81f2a;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background: #fff;
	color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button__download {
	padding: 25px 60px 25px 101px;
	position: relative;
}

.button__download:before {
	position: absolute;
	top: 25px;
	left: 57px;
	width: 23px;
	height: 28px;
	background: url(../images/icon03.png) no-repeat;
	content: "";
}

.button__download:hover:before {
	background-position: 0 100%;
}

.title__wrap {
	position: relative;
	z-index: 3;
	text-align: center;
}

.title__wrap h2 {
	margin: 0 0 20px;
	font-size: 40px;
	text-transform: uppercase;
}

.title__wrap h2 span {
	display: block;
	font-size: 34px;
	text-transform: none;
	font-family: "ubuntub";
	margin: 0;
}

.title__wrap p {
	margin: 0;
	line-height: 29px;
	display: inline-block;
	vertical-align: top;
	max-width: 700px;
}

.police,
.thanks {
	min-height: 100vh;
}

.police .h1__title,
.thanks .h1__title {
	font-size: 45px;
	font-family: "MadeWinterSolid";
}

.police #main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 100vh;
}

.thanks #main {
	background: url(../images/bg_banner01.jpg) repeat-y 50% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 100vh;
}

.police .thanks-block,
.thanks .text__wrapper--holder,
.thanks .thanks-block {
	max-width: 747px;
}
.police .text__wrapper--holder {
	max-width: 1110;
    margin: 0 auto;
    position: relative;
}

.police .text__wrapper,
.thanks .text__wrapper {
	color: #222;
}

.police .text__wrapper .wrapper,
.thanks .text__wrapper .wrapper {
	max-width: 1168px;
	margin: 0 auto;
	padding: 200px 10px 80px;
}

.police .text__wrapper span,
.thanks .text__wrapper span {
	display: block;
	padding: 0 0 20px;
}


.police .h1__title span,
.thanks .h1__title span {
	padding: 0;
}

.police .text__wrapper .button,
.thanks .text__wrapper .button {
	margin: 0 0 20px;
}

.police .text__wrapper .back__btn a,
.thanks .text__wrapper .back__btn a {
	color: #222;
	font-size: 18px;
}

.thanks-block .button {
	background: #d81f2a;
	border-color: #d81f2a;
	color: #fff;
	box-shadow: 0 13px 73px rgba(255, 255, 255, .6);
}

.thanks-block .button:hover {
	background: #fff;
	color: #222;
	border-color: #d81f2a;
}

.thanks-block .button:before {
	background-position: 0 0;
}

.thanks-block .button:hover:before {
	background-position: 0 100%;
}

.header__wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	z-index: 3;
}

.header__wrap .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__wrap .wrapper > div {
	width: 100%;
}

.header__wrap--slogan {
	padding: 18px 0 0;
}

.header__wrap--slogan span {
	display: inline-block;
	vertical-align: top;
	color:#222;
	font-size: 20px;
}

.header__wrap--logo {
	text-align: center;
}

.header__wrap--logo .logo {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	width: 211px;
	height: 77px;
}

.header__wrap--location {
	text-align: right;
	padding: 10px 0 0;
}

.header__wrap--location .header__wrap--phone {
	font-size: 30px;
	color: #222;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-family: "ubuntub";
}

.header__wrap--location .header__wrap--phone:hover {
	text-decoration: none;
}

.header__wrap--location .callback {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #222;
	text-decoration: none;
	text-decoration: underline;
}

.header__wrap--location .callback:hover {
	text-decoration: none;
}

.download__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download__wrap .button {
	margin: 0 19px 0 0;
}

.download__wrap span {
	color: #000;
	font-size: 20px;
}

.section__wrap--banner {
	padding: 203px 0 137px;
	background: url(../images/bg_banner01.jpg) no-repeat 50% 0;
	color: #d81f2a;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.section__wrap--banner .section__wrap--banner--holder {
	max-width: 670px;
	padding: 0 0 33px;
	position: relative;
}

.section__wrap--banner h1 {
	font-size: 60px;
	line-height: 74px;
	margin: 0 0 32px;
	padding: 54px 0 37px;
	font-family: "MadeWinterSolid";
	letter-spacing: 1.3px;
	text-transform: uppercase;
	position: relative;
}

.section__wrap--banner h1:after,
.section__wrap--banner h1:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/bg_banner02.png) repeat-x;
	content: "";
	height: 22px;
}

.section__wrap--banner h1:after {
	top: auto;
	bottom: 0;
	background-position: 0 100%;
}

.section__wrap--banner p {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 23px;
	max-width: 620px;
}

.section__wrap--banner p strong {
	font-family: "ubuntub";
}

.section__wrap--banner .download__wrap .button {
	background: #d81f2a;
	border-color: #d81f2a;
	color: #fff;
	box-shadow: 0 13px 73px rgba(255, 255, 255, .6);
}

.section__wrap--banner .download__wrap .button:before {
	background-position: 0 0%;
}

.section__wrap--banner .download__wrap .button:hover {
	background: #fff;
	color: #222;
	border-color: #d81f2a;
}

.section__wrap--banner .download__wrap .button:hover:before {
	background-position: 0 100%;
}

.section__wrap--banner .download__wrap span {
	color: #222;
}

.section__wrap--report {
	position: relative;
	z-index: 2;
	padding: 69px 0 102px;
	background: url(../images/bg_report02.jpg) repeat-x 0 100%;
}

.section__wrap--report .title__wrap {
	text-align: left;
	margin: 0 0 28px;
}

.section__wrap--report .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}

.section__wrap--report .wrapper p {
	margin: 0 0 27px;
}

.section__wrap--report .wrapper strong {
	font-size: 36px;
	font-family: "ubuntub";
	padding: 3px 0 34px;
	display: block;
	text-align: center;
}

.section__wrap--report .section__wrap--report--box {
	border: 8px solid #d81f2a;
	margin: 0 -25px 32px -52px;
	padding: 33px 43px 39px;
	position: relative;
	z-index: 1;
}

.section__wrap--report .section__wrap--report--box p {
	margin: 0 0 24px;
}

.section__wrap--report .section__wrap--report--box strong {
	display: block;
	padding: 0;
}

.section__wrap--report--text {
	max-width: 636px;
	position: relative;
}

.section__wrap--report--text:before {
	width: 652px;
	height: 933px;
	background: url(../images/bg_report01.png) no-repeat;
	position: absolute;
	top: -17px;
	left: -691px;
	content: "";
	z-index: 1;
}

.section__wrap--promo {
	background: #fdebdc;
	padding: 77px 0 1px;
	position: relative;
	z-index: 2;
	color: #222;
}

.section__wrap--promo .title__wrap {
	margin: 0 0 51px;
}

.section__wrap--promo .title__wrap h2 {
	margin: 0 0 31px;
}

.section__wrap--promo .title__wrap strong {
	display: block;
	margin: 0 0 25px;
}

.promo__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: 0 -42px 27px;
}

.promo__list--box {
	width: 50%;
	padding: 0 30px 48px;
	text-align: center;
}

.promo__list--box .promo__list--images {
	margin: 0 0 28px;
	border: 5px solid #fff;
	padding: 9px 8px;
}

.promo__list--box .promo__list--images img {
	width: 100%;
	height: auto;
}

.promo__list--box p {
	margin: 0;
}

.section__wrap--photo {
	padding: 0 0 100px;
	position: relative;
	z-index: 2;
}

.section__wrap--photo .wrapper {
	margin: -63px auto 0;
}

.section__wrap--photo .slider_photo {
	position: relative;
	margin: 0 auto;
	padding: 0 77px;
}

.section__wrap--photo .slider_photo img {
	width: 100%;
	height: auto;
}

.section__wrap--photo .slider_photo .slick-list {
	position: relative;
	z-index: 2;
}

.section__wrap--photo .slider_photo .slick-slide {
	max-height: 659px;
	overflow: hidden;
}

.section__wrap--photo .slick-arrow {
	border: none;
	text-indent: -9999px;
	width: 29px;
	height: 52px;
	background: url(../images/icon01.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section__wrap--photo .slick-prev {
	background-position: 0 0;
}

.section__wrap--photo .slick-prev:hover {
	background-position: 0 100%;
}

.section__wrap--photo .slick-next {
	background-position: 100% 0;
	left: auto;
	right: 0;
}

.section__wrap--photo .slick-next:hover {
	background-position: 100% 100%;
}

.section__wrap--photo .slider-nav {
	max-width: 752px;
	margin: -22px auto 0;
	position: relative;
	z-index: 2;
}

.section__wrap--photo .slider-nav .slick-current {
	margin-top: -16px;
}

.section__wrap--photo .slider-nav .slick-current img {
	border-bottom: 4px solid #004282;
}

.section__wrap--photo .slider-nav .slick-slide {
	text-align: center;
	padding: 16px 8px 0;
	cursor: pointer;
}

.section__wrap--step {
	padding: 13px 0 0;
	position: relative;
	z-index: 2;
}

.section__wrap--step .title__wrap {
	margin: 0 0 39px;
}

.section__wrap--step .title__wrap h2 {
	margin: 0 0 40px;
}

.section__wrap--step .title__wrap p {
	margin: 0;
}

.step__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	margin: 0 -42px;
}

.step__list--box {
	width: 50%;
	padding: 0 42px 26px;
	position: relative;
}

.step__list--box:before {
	position: absolute;
	top: 71px;
	left: -110px;
	background: url(../images/icon02.jpg) no-repeat;
	width: 303px;
	height: 292px;
	content: "";
	z-index: 1;
}

.step__list--box:nth-child(2n):before {
	background-position: 100% 0;
	left: auto;
	top: 71px;
	right: -110px;
}

.step__list--box .step__list--holder {
	position: relative;
	z-index: 2;
}

.step__list--box .step__list--image {
	margin: 0 0 34px;
}

.step__list--box .step__list--image img {
	width: 100%;
	height: auto;
}

.step__list--box p {
	margin: 0;
}

.step__list--box .step__list--holder {
	height: 100%;
	text-align: center;
	padding: 0 0 12px;
}

.step__list--box .step__list--holder p {
	margin: 0 10px;
}

.section__wrap--download {
	position: relative;
	z-index: 2;
	background: url(../images/bg_report02.jpg) repeat-x 0 136px;
}

.section__wrap--download--holder {
	max-width: 620px;
	position: relative;
	z-index: 3;
	padding: 199px 0 161px;
}

.section__wrap--download--holder p {
	font-size: 26px;
	margin: 0 0 29px;
}

.section__wrap--download--holder:after {
	width: 659px;
	height: 572px;
	background: url(../images/bg_download.png) no-repeat;
	content: "";
	position: absolute;
	bottom: 0;
	right: -600px;
	z-index: 1;
}

.section__wrap--information {
	padding: 84px 0 109px;
	background: #fdebdc;
	color: #222;
}

.section__wrap--information .title__wrap {
	margin: 0 0 68px;
}

.section__wrap--information--holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}

.section__wrap--information--text {
	position: relative;
	max-width: 473px;
}

.section__wrap--information--text:before {
	background: url(../images/bg_information.png) no-repeat;
	width: 709px;
	height: 856px;
	position: absolute;
	left: -790px;
	top: -200px;
	content: "";
	z-index: 1;
}

.section__wrap--information--text .title__wrap {
	text-align: left;
	padding: 0 0 37px;
}

.section__wrap--information--text .title__wrap h2 {
	font-size: 46px;
	line-height: 70px;
}

.section__wrap--information--text ul {
	margin: 0 0 51px -16px;
}

.section__wrap--information--text ul li {
	margin: 0 0 42px;
	padding: 13px 0 8px 28px;
	border-left: 5px solid #fff;
}

.section__wrap--information--text ul strong {
	color: #222;
	display: block;
	text-transform: uppercase;
	font-size: 36px;
	font-family: "ubuntub";
	letter-spacing: -.6px;
}

.section__wrap--information--text ul p {
	margin: 0 0 8px;
}

.section__wrap--information--text .information__box {
	background: #fff;
	margin: 0 -5px 0 -17px;
	padding: 16px 101px 4px;
	color: #000;
}

.section__wrap--information--text .information__box span {
	font-size: 22px;
	display: block;
	padding: 0 0 3px;
}

.section__wrap--information--text .information__box strong {
	font-family: "ubuntub";
	font-size: 36px;
	display: block;
	padding: 0 0 16px;
	text-transform: uppercase;
}

.section__wrap {
	position: relative;
	z-index: 2;
	padding: 35px 0 112px;
	background: #fdebdc url(../images/bg_section02.jpg) repeat-x 0 172px;
	color: #222;
}

.section__wrap p {
	font-size: 26px;
	max-width: 500px;
	margin: 0 0 23px;
}

.section__wrap .download__holder {
	text-align: center;
}

.section__wrap .download__holder p {
	margin: 0 auto 24px;
	max-width: 650px;
	font-size: 22px;
}

.section__wrap .download__holder .button {
	margin: 0 0 29px;
}

.section__wrap .download__holder span {
	display: block;
	font-size: 20px;
}

.section__wrap--holder {
	margin: 0 0 50px -72px;
	padding: 27px 62px 12px;
	max-width: 754px;
	position: relative;
	border: 8px solid #d81f2a;
	background: hsla(0,0%,100%,.4)
}

.section__wrap--holder:after {
	width: 700px;
	height: 558px;
	background: url(../images/bg_section.png) no-repeat;
	position: absolute;
	top: -225px;
	right: -690px;
	content: "";
	z-index: 1;
}

.section__wrap--holder ul li {
	padding: 0 0 25px;
}

.section__wrap--holder ul strong {
	font-family: "ubuntub";
	font-size: 36px;
	text-transform: uppercase;
}

.section__wrap--holder ul em,
.section__wrap--holder ul span {
	display: block;
	padding: 0 0 3px;
	font-size: 26px;
	font-style: normal;
}

.section__wrap--holder p {
	margin: 0;
}

.section__wrap--form {
	background: url(../images/bg_form.jpg) no-repeat 50% 0;
	padding: 91px 0 217px;
	margin: 0 0 -137px;
}

.section__wrap--form .title__wrap {
	color: #fff;
	padding: 0 0 11px;
	text-align: left;
	max-width: 620px;
}

.section__wrap--form .title__wrap h2 {
	margin: 0 0 22px;
}

.section__wrap--form .title__wrap h3 {
	font-size: 30px;
	font-family: "geometriab";
}

.section__wrap--form-holder {
	max-width: 575px;
	border: 8px solid #fff;
	padding: 30px 46px 41px;
	position: relative;
	color: #fff;
}

.section__wrap--form-holder label {
	display: block;
	text-align: center;
	font-size: 24px;
	margin: 0 0 26px;
}

.section__wrap--form-holder input[type="checkbox"]:checked + label {
	margin: 0 10px 0 -24px;
}

.section__wrap--form-holder .button__wrap {
	padding: 17px 0 38px;
}

.section__wrap--form-holder .button__wrap .button {
	display: block;
	text-align: center;
	width: 100%;
}

.footer__wrap {
	position: relative;
	color: #fff;
	z-index: 2;
	padding: 0 10px;
}

.footer__wrap .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
	border-top: 2px solid #fff;
	padding: 26px 0;
}

.footer__wrap .footer__wrap--holder {
	width: 43%;
}

.footer__wrap .footer__wrap--police {
	padding: 13px 0 0 4px;
	width: 33%;
}

.footer__wrap .footer__wrap--location--holder {
	width: 24%;
}

.footer__wrap .copyright {
	display: block;
	font-style: normal;
	font-size: 18px;
}

.footer__wrap .copyright {
	padding: 16px 0 14px;
	letter-spacing: -1px;
}

.footer__wrap .police {
	font-size: 18px;
	color: #fff;
}

.footer__wrap .social__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__wrap .social__wrap span {
	padding: 0 10px 0 0;
	font-size: 18px;
}

.footer__wrap .social__wrap ul li {
	width: 30px;
	height: 21px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer__wrap .social__wrap ul li a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

.footer__wrap .social__wrap ul li.youtube {
	background: url(../images/icon04.png) no-repeat;
}

.footer__wrap .social__wrap ul li.youtube:hover {
	opacity: .7;
}

.footer__wrap--location {
	text-align: right;
	padding: 5px 0 0;
}

.footer__wrap--location .footer__wrap--phone {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-family: "ubuntub";
}

.footer__wrap--location .footer__wrap--phone:hover {
	text-decoration: none;
}

.footer__wrap--location .callback {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}

.footer__wrap--location .callback:hover {
	text-decoration: none;
}

.modal__box {
	display: none;
	max-width: 400px;
	background: url(../images/bg_form.jpg) no-repeat !important;
}

.modal__box input {
	margin: 0 0 20px;
}

.modal__box .h3__title {
	font-size: 24px;
	margin: 0 0 10px;
	display: block;
	font-family: "ubuntub";
	color: #fff;
}

.modal__box .button {
	margin: 0 0 20px;
	width: 100%;
	display: block;
}

.fancybox-slide > * {
	padding: 24px;
	color: #fff;
}

.fancybox-slide > * p {
	font-size: 18px;
}

.fancybox-slide > * input[type="text"],
.fancybox-slide > * input[type="tel"],
.fancybox-slide > * input[type="email"],
.fancybox-slide > * input[type="search"],
.fancybox-slide > * input[type="password"],
.fancybox-slide > * textarea {
	padding: 10px 0;
}

@media (max-width: 1170px) {
	.section__wrap--banner {
		background-position: -380px 0;
	}

	.police #main,
	.thanks #main {
		background-position: -380px 0;
	}

	.promo__list {
		margin: 0 -30px 27px;
	}
}

@media (max-width: 960px) {
	.section__wrap--form {
		margin: 0;
		padding: 91px 0 50px;
	}

	.footer__wrap {
		background: #000;
	}

	.footer__wrap .footer__wrap--holder {
		width: 100%;
		text-align: center;
		padding: 0 0 20px;
	}

	.footer__wrap .footer__wrap--police {
		padding: 0 0 20px;
	}

	.footer__wrap .social__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer__wrap .wrapper {
		display: block;
		padding: 26px 0 0;
	}

	.footer__wrap .copyright {
		padding: 0 0 5px;
	}

	.footer__wrap .footer__wrap--location {
		text-align: center;
		padding: 0;
	}
}

@media (max-width: 860px) {
	.section__wrap--holder {
		margin: 0 0 50px;
	}

	.section__wrap--information--text .information__box {
		margin: 0;
	}

	.section__wrap--report .section__wrap--report--box {
		margin: 0 0 32px;
	}
}

@media (max-width: 768px) {
	.header__wrap--slogan {
		display: none;
	}

	.header__wrap--logo {
		text-align: left;
	}

	.section__wrap--banner h1 {
		font-size: 45px;
		line-height: 50px;
	}

	.section__wrap--banner p {
		font-size: 25px;
		line-height: 30px;
	}

	.section__wrap--report--text {
		max-width: 100%;
	}

	.section__wrap--report--text:before {
		display: none;
	}

	.section__wrap--download {
		background-position: 0 0;
	}

	.section__wrap--download--holder {
		padding: 50px 0;
	}

	.step__list--box:before {
		display: none;
	}
}

@media (max-width: 640px) {
	p {
		font-size: 18px;
	}

	.section__wrap--banner {
		text-align: center;
	}

	.download__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section__wrap--report {
		text-align: center;
	}

	.section__wrap--report .title__wrap {
		text-align: center;
	}

	.title__wrap {
		text-align: center;
	}

	.title__wrap h2 {
		font-size: 30px;
	}

	.title__wrap h2 span {
		font-size: 30px;
	}

	.title__wrap strong,
	.title__wrap p {
		font-size: 20px;
	}

	.police span,
	.thanks span {
		font-size: 18px;
	}

	.police .h1__title,
	.thanks .h1__title {
		font-size: 30px;
	}

	.police .h1__title span,
	.thanks .h1__title span {
		font-size: 30px;
		padding: 0;
	}

	.section__wrap--report .wrapper strong {
		font-size: 18px;
	}

	.promo__list {
		margin: 0;
	}

	.promo__list--box {
		width: 100%;
		padding: 0 0 30px;
	}

	.section__wrap {
		text-align: center;
	}

	.section__wrap p {
		max-width: 100%;
	}

	.section__wrap--holder {
		text-align: center;
	}

	.section__wrap--holder:after {
		display: none;
	}

	.section__wrap--photo {
		padding: 0 0 50px;
	}

	.section__wrap--photo .slider-nav {
		display: none;
	}

	.section__wrap--step .title__wrap h2 {
		margin: 0 0 20px;
	}

	.step__list {
		margin: 0;
	}

	.step__list--box {
		width: 100%;
		padding: 0 0 30px;
	}

	.section__wrap--download--holder:after {
		display: none;
	}

	.section__wrap--download--holder {
		max-width: 100%;
		text-align: center;
	}

	.section__wrap--information--holder {
		display: block;
		text-align: center;
	}

	.section__wrap--information--text {
		max-width: 100%;
	}

	.section__wrap--information--text ul {
		margin: 0;
	}

	.section__wrap--information--text ul li {
		margin: 0 0 10px;
		border: none;
	}

	.section__wrap--information--text .information__box {
		padding: 16px 16px 4px;
		max-width: 400px;
		margin: 0 auto;
	}

	.section__wrap--information--text:before {
		display: none;
	}

	.section__wrap--information .title__wrap {
		margin: 0 0 20px;
	}

	.section__wrap--form-holder {
		margin: 0 auto;
	}

	.section__wrap--form .title__wrap {
		text-align: center;
	}

	.download__wrap {
		display: block;
	}

	.download__wrap .button {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
	}
}

@media (max-width: 440px) {
	p {
		font-size: 16px;
	}

	.police span,
	.thanks span {
		font-size: 16px;
	}

	.police .h1__title,
	.thanks .h1__title {
		font-size: 24px;
	}

	.police .h1__title span,
	.thanks .h1__title span {
		font-size: 24px;
		padding: 0;
	}

	.header__wrap .wrapper {
		display: block;
	}

	.header__wrap--logo {
		text-align: center;
		margin: 0 0 20px;
	}

	.header__wrap--logo .logo {
		background-size: 150px;
		width: 150px;
		height: 54px;
	}

	.header__wrap--location {
		text-align: center;
	}

	.header__wrap--location .header__wrap--phone {
		font-size: 26px;
	}

	.section__wrap--banner {
		padding: 175px 0 50px;
	}

	.section__wrap--banner h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.section__wrap--banner p {
		font-size: 20px;
		line-height: 22px;
	}

	.button {
		padding: 20px 25px;
		font-size: 18px;
	}

	.button__download {
		padding: 20px 25px 20px 60px;
	}

	.button__download:before {
		top: 17px;
		left: 29px;
	}

	.title__wrap h2 {
		font-size: 24px;
	}

	.title__wrap h2 span {
		font-size: 24px;
	}

	.section__wrap--report {
		padding: 40px 0;
	}

	.section__wrap--report .wrapper strong {
		font-size: 16px;
	}

	.section__wrap--report .section__wrap--report--box {
		padding: 20px;
	}

	.section__wrap--report .section__wrap--report--box strong {
		font-size: 16px;
	}

	.section__wrap--promo {
		padding: 40px 0 0;
	}

	.section__wrap p {
		font-size: 20px;
	}

	.section__wrap .download__holder p {
		font-size: 20px;
	}

	.section__wrap--holder {
		padding: 20px 20px 0;
	}

	.section__wrap--holder p {
		font-size: 20px;
	}

	.section__wrap--holder ul em,
	.section__wrap--holder ul span {
		font-size: 20px;
	}

	.section__wrap--holder ul strong {
		font-size: 22px;
	}

	.section__wrap--photo {
		padding: 40px 0;
	}

	.section__wrap--photo .wrapper {
		margin: 0 auto;
	}

	.section__wrap--photo .slider_photo {
		padding: 0 20px;
	}

	.section__wrap--photo .slick-arrow {
		background-size: 30px;
		width: 7px;
		height: 25px;
	}

	.section__wrap--download--holder p {
		font-size: 20px;
	}

	.section__wrap--information {
		padding: 40px 0;
	}

	.section__wrap--information--text ul p {
		font-size: 20px;
	}

	.section__wrap--information--text ul strong {
		font-size: 22px;
	}

	.section__wrap--information--text ul li {
		padding: 0 0 10px;
	}

	.section__wrap--information--text .information__box p {
		font-size: 20px;
	}

	.section__wrap--information--text .information__box strong {
		font-size: 22px;
	}

	.section__wrap--form {
		padding: 40px 0;
	}

	.section__wrap--form-holder {
		padding: 20px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 4px 0;
	}

	input[type="checkbox"]:checked + label {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}

	.section__wrap--form-holder input[type="checkbox"]:checked + label {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}

	.footer__wrap--location .footer__wrap--phone {
		font-size: 24px;
	}
}