@charset "UTF-8";
table,
thead,
tbody,
tfoot,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: inherit;
	border-spacing: 0;
	border-color: inherit;
	vertical-align: inherit;
	font-weight: inherit;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
ul li,
ol,
ol li,
input,
label,
textarea,
select,
option,
button,
span,
p,
select,
header,
footer,
nav,
i,
b,
br,
hr,
article {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

input:focus,
label:focus,
textarea:focus,
select:focus,
option:focus,
button:focus,
a:focus {
	outline: none;
}

*,
*:before,
*:after,
input,
textarea,
button,
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: "Montserrat";
	src: url("Montserrat-Regular.ttf")/*tpa=http://gaditen.icu/fonts/Montserrat-Regular.ttf*/ format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("Montserrat-Medium_0.ttf")/*tpa=http://gaditen.icu/fonts/Montserrat-Medium_0.ttf*/ format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("Montserrat-Bold.ttf")/*tpa=http://gaditen.icu/fonts/Montserrat-Bold.ttf*/ format("truetype");
	font-weight: bold;
	font-style: normal;
}

html,
input,
button,
textarea {
	font-family: "Montserrat";
	color: #222222;
}

html {
	font-size: 16px;
}

h1 {
	position: relative;
}

h2 {
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}

h2:after {
	content: "";
	width: 90px;
	border-bottom: 4px solid #fdd835;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

h2.white {
	color: #FFF;
}

h2.white+h4 {
	color: #FFF;
}

h2+h4,
.preview-block__title+h4 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 40px;
}

.preview-block__title+h4 {
	text-align: left;
}

@media screen and (min-width: 641px) {
	.thanks-social .social__title {
		margin: 90px 0 15px;
	}
}

.thanks-social .social-list a {
	color: #FFF;
}

@media screen and (min-width: 641px) {
	.thanks-social .social-list a {
		font-size: 45px;
	}
}

main {
	overflow: hidden;
}

main>* {
	padding-top: 80px;
	padding-bottom: 80px;
}

.container {
	width: 100%;
	max-width: 1130px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.preview-block-grid,
.protection-system-grid,
.hacking-grid,
.protection-grid,
.price-grid,
.portfolio-grid,
.review-grid,
.steps-slider,
.faq-grid,
.modal-window#order .modal-order-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: -15px;
}

.steps-slider {
	padding-left: 40px;
	padding-right: 40px;
}

.preview-block-col,
.protection-system-col,
.hacking-col,
.protection-col,
.price-col,
.portfolio-col,
.review-col,
.steps-slide,
.faq-col,
.modal-window#order .modal-order-col {
	padding: 15px;
}

.custom-form,
.protection-types-block:after,
.protection-types-car-shield,
.price-item,
.portfolio-item,
.review-item,
.contacts {
	overflow: hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.09);
}

label.error {
	display: none !important;
}

input.error {
	border-color: #fdd835 !important;
}

.slick-slide {
	outline-style: none;
	height: auto;
}

.slick-slide>* {
	height: 100%;
}

.slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.slick-list {
	width: 100%;
}

.slick-arrow {
	display: block;
	border: none;
	font-size: 0;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.slick-arrow:before {
	font-family: "icon-font";
	font-size: 30px;
	color: #FFF;
}

.slick-arrow.slick-prev {
	left: 5px;
}

.slick-arrow.slick-prev:before {
	content: "\e90c";
}

.slick-arrow.slick-next {
	right: 5px;
}

.slick-arrow.slick-next:before {
	content: "\e90b";
}

.slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin-top: 20px;
}

.slick-dots li {
	background-color: #606060;
	margin: 0 2px;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background-color: #fdd835;
}

.slick-dots li button {
	display: block;
	width: 4px;
	height: 4px;
	background: none;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

.pulse-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	padding-bottom: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.pulse-bg-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: pulse infinite ease-in-out 2s;
	animation: pulse infinite ease-in-out 2s;
}

.pulse-bg-circle {
	border: 1px solid #fdd835;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pulse-bg-circle1 {
	width: 100%;
	height: 100%;
}

.pulse-bg-circle2 {
	width: 85%;
	height: 85%;
}

.pulse-bg-circle3 {
	width: 70%;
	height: 70%;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.custom-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 15px;
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background: #ffcf00;
	-webkit-box-shadow: 0px 8px 7px 0px rgba(255, 207, 0, 0.2);
	box-shadow: 0px 8px 7px 0px rgba(255, 207, 0, 0.2);
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.custom-btn:after {
	content: "";
	display: block;
	width: 30px;
	height: 300px;
	margin-left: 60px;
	background: #fff;
	position: absolute;
	left: -40px;
	top: -150px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.custom-btn:hover {
	background: #e0b600;
}

.custom-btn span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.custom-btn2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 215px;
	height: 45px;
	margin: 30px auto 0;
	font-size: 12px;
	color: #999;
	border: 1px solid;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.custom-btn2:before {
	content: "\e903";
	display: inline-block;
	font-family: "icon-font";
	font-size: 1.3em;
	margin-right: 10px;
}

.custom-btn2:hover {
	background-color: #999;
	color: #FFF;
}

.custom-btn3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 215px;
	height: 45px;
	margin: 30px auto 0;
	font-size: 12px;
	color: #999;
	border: 1px solid;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.custom-btn3:hover {
	background-color: #999;
	color: #FFF;
}

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

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

.custom-form {
	width: 100%;
	max-width: 380px;
	padding-top: 20px;
}

.custom-form-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-form-decor {
	width: 180px;
	height: 360px;
	border: 20px solid #fdd835;
	border-right: none;
	position: relative;
}

.custom-form-decor img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-form-box {
	padding: 20px 40px;
	border-bottom: 1px solid #E2E2E2;
}

.custom-form-box:last-child {
	border-bottom: none;
}

.custom-form-row {
	margin-bottom: 15px;
}

.custom-form-row:last-child {
	margin-bottom: 0;
}

.custom-form__label {
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}

.custom-form__input {
	display: block;
	width: 100%;
	height: 60px;
	padding-left: 40px;
	padding-bottom: 3px;
	border: none;
	border-top: 3px solid #e9e9e9;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: left 15px center;
	-webkit-background-size: 17px 17px;
	background-size: 17px;
	font-size: 15px;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.custom-form__input_name {
	background-image: url(010-profile.svg)/*tpa=http://gaditen.icu/img/svg/010-profile.svg*/;
}

.custom-form__input_phone {
	background-image: url(008-technology-3.svg)/*tpa=http://gaditen.icu/img/svg/008-technology-3.svg*/;
}

.custom-form__btn span:before {
	content: "\e914";
	font-family: "icon-font";
	font-size: 24px;
	margin-right: 10px;
}

.custom-form-accept {
	text-align: center;
}

.custom-form-accept__input {
	display: none;
}

.custom-form-accept__label {
	display: inline-block;
	padding-left: 25px;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.custom-form-accept__label:before {
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 14px;
	height: 14px;
	background: #f3f3f3;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.custom-form-accept__label a {
	text-decoration: underline;
	color: inherit;
}

.custom-form-accept__input.error+.custom-form-accept__label {
	color: #fdd835;
}

.custom-form-accept__input.error+.custom-form-accept__label:before {
	border-color: #fdd835;
}

.custom-form-accept__input:checked+.custom-form-accept__label {
	color: #000;
}

.custom-form-accept__input:checked+.custom-form-accept__label:before {
	content: "\e901";
	font-family: "icon-font";
	font-size: 8px;
	border-color: transparent;
}

.custom-form-text {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
    color: #222;
}

.custom-form-text a {
	font-weight: bold;
	color: inherit;
}

.custom-form-text a:hover {
	text-decoration: underline;
}

.header-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 20px;
}

.header-address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 1.5;
}

.header-address__icon {
	font-size: 35px;
	color: #fdd835;
	margin-right: 5px;
}

.hotline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222222;
}

.hotline__icon {
	font-size: 30px;
	color: #fdd835;
	margin-right: 10px;
}

.hotline__num {
	font-size: 21px;
	font-weight: bold;
	color: inherit;
}

.hotline__text {
	font-size: 13px;
}

.nav {
	background-color: #ffd835;
	color: #010101;
}

.nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-list a {
	display: inline-block;
	padding: 13px 10px;
	font-size: 13px;
	color: inherit;
	position: relative;
}

.nav-list a:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #010101;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.nav-list a:hover:after,
.nav-list a.active:after {
	height: 3px;
}

@media screen and (min-width: 981px) {
	.nav_fixed {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
		-webkit-animation: fixedNav .3s ease forwards;
		animation: fixedNav .3s ease forwards;
	}
}

@-webkit-keyframes fixedNav {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fixedNav {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.preview-block {
	background: url(top_fon.jpg)/*tpa=http://gaditen.icu/img/top_fon.jpg*/ no-repeat center/cover;
	color: #FFF;
}

.preview-block__title {
	max-width: 720px;
	font-size: 36px;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.preview-block__title:after {
	content: "";
	width: 90px;
	border-bottom: 4px solid #fdd835;
	position: absolute;
	left: 0;
	bottom: 0;
}

.preview-block-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.preview-block-col {
	width: 50%;
}

.preview-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 460px;
	margin-bottom: 15px;
}

.preview-item:last-child {
	margin-bottom: 0;
}

.preview__icon {
	margin-right: 20px;
	font-size: 45px;
}

.preview__text {
	font-size: 1rem;
	line-height: 1.5;
}

.preview-mark-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 480px;
	margin: -10px;
	margin-top: 40px;
}

.preview-mark-col {
	padding: 10px;
	width: 25%;
}

.preview-mark-col:nth-child(n+5) {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.preview-mark-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.preview-mark-item img {
	max-width: 100%;
}

.preview-video {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.preview-video-play {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 40px;
	font-size: 65px;
	color: #fdd835;
}

.preview-video-play .pulse-bg {
	width: 190%;
	padding-bottom: 190%;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.preview-video__name {
	max-width: 295px;
	font-size: 0.85rem;
}

.preview-video__duration {
	margin-top: 8px;
	font-size: 0.68rem;
	color: #B9B9B9;
}

.protection-system-grid {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.protection-system-grid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 981px) {
	.protection-system-col:nth-child(1) {
		width: 45%;
	}
	.protection-system-col:nth-child(2) {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 55%;
	}
}

.protection-system-block__title {
	text-align: left;
    font-size: 38px;
    font-weight: 600;
}

.protection-system-block__title:after {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.protection-system-block__title-sub {
	text-align: left;
}

.protection-system-block .container {
	padding-left: 20px;
	padding-right: 20px;
}

.protection-system-founder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.protection-system-founder__img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 65px;
	margin-right: 15px;
}

.protection-system-founder__name {
	font-size: 1rem;
    margin: 7px 0;
}

.protection-system-founder__status {
	font-size: 11px;
	margin-top: 5px;
}

.hacking-ways-block {
	background-color: #F5F5F5;
}

.hacking-ways-block__title {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.hacking-col {
	width: 25%;
}

.hacking-item__img img {
	display: block;
	width: 100%;
}

.hacking-item__text {
	padding: 15px;
	font-size: 1rem;
	text-align: center;
}

.double-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
	color: #FFF;
}

.double-block-col {
	width: 100%;
	padding: 55px 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.double-block-col {
		width: 50%;
	}
}

.double-block-col:nth-child(1) {
	background-image: url(double-bg-1.jpeg)/*tpa=http://gaditen.icu/img/double-bg-1.jpeg*/;
	color: #B5B5B5;
}

@media screen and (min-width: 768px) {
	.double-block-col:nth-child(1) {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.double-block-col:nth-child(2) {
	background-image: url(double-bg-2.jpeg)/*tpa=http://gaditen.icu/img/double-bg-2.jpeg*/;
}

.double-block-item {
	width: 100%;
	max-width: 505px;
}

.double-block-item__icon {
	font-size: 65px;
}

.double-block-item__title {
	max-width: 400px;
	margin: 20px 0 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #FFF;
}

.double-block-item__text {
	max-width: 400px;
	font-size: 0.85rem;
}

.protection-types-block {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	position: relative;
	background-color: #FFF;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.protection-types-block:after {
	content: "";
	position: absolute;
	height: 230px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.protection-types-block__title-second {
	font-size: 22px;
	margin: 80px 0 30px;
}

.protection-types-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 14px;
}

.protection-types-list li {
	padding-left: 15px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.protection-types-list li:hover {
	color: #fdd835;
}

.protection-types-list li:last-child {
	margin-bottom: 0;
}

.protection-types-list li:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fdd835;
	position: absolute;
	left: 0;
	top: 6px;
}

.protection-types-list-grid {
	position: relative;
	padding: 80px 0 0;
}

@media screen and (min-width: 981px) {
	.protection-types-list {
		width: 255px;
		height: 430px;
		position: absolute;
		top: 0;
	}
	.protection-types-list:nth-child(1) {
		left: 0;
	}
	.protection-types-list:nth-child(1) li {
		text-align: right;
		padding-left: 0;
		padding-right: 15px;
	}
	.protection-types-list:nth-child(1) li:before {
		left: auto;
		right: 0;
	}
	.protection-types-list:nth-child(2) {
		right: 0;
	}
}

.protection-types-car {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width: 981px) {
	.protection-types-car {
		width: -webkit-calc(100% - 510px);
		width: calc(100% - 510px);
	}
}

.protection-types-car .pulse-bg {
	width: 100%;
	padding-bottom: 100%;
	left: 50%;
	top: 50%;
	z-index: 0;
}

.protection-types-car-img {
	display: block;
	width: 95%;
	position: relative;
	z-index: 1;
}

.protection-types-car-shield {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	position: absolute;
	top: 42%;
	left: 48%;
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: ease .4s;
	-o-transition: ease .4s;
	transition: ease .4s;
}

.protection-types-car-shield.hidden {
	opacity: 0;
}

.protection-grid {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.protection-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.protection-item img {
	max-width: 100%;
}

.price-list-block {
	background: url(price-list-bg.jpeg)/*tpa=http://gaditen.icu/img/price-list-bg.jpeg*/ no-repeat center/cover;
}

.price-col,
.portfolio-col {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.price-item {
	text-align: center;
	font-size: 14px;
}

.price-item-row {
	padding: 25px 15px;
}

.price-item-row:first-child {
	background-color: #343434;
}

.price-item-row:last-child {
	border-top: 1px solid #CECECE;
}

.price-item__title,
.price-item__price {
	font-size: 22px;
	color: #FFF;
	margin-bottom: 10px;
}

.price-item__title-sub {
	line-height: 1.5;
	color: #B5B5B5;
}

.price-item__list {
	font-size: 1rem;
}

.price-item__list li {
	margin-bottom: 20px;
}

.price-item__list li:last-child {
	margin-bottom: 0;
}

.price-item__price {
	color: #222222;
}

.price-item__hint {
	font-size: 11px;
	color: #4f4f4f;
	margin-bottom: 15px;
}

.price-item__btn {
	max-width: 255px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.portfolio-block {
	background-color: #F5F5F5;
}

.portfolio-block2 {
	background-color: #fff;
}
.portfolio-col:nth-child(n+4) {
	display: none;
}

.portfolio-item__img {
	display: block;
	position: relative;
	height: 195px;
	font-size: 50px;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.portfolio-item__img:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.portfolio-item__img:before {
	content: "\e910";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: "icon-font";
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}

.portfolio-item__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.portfolio-item-descr {
	padding: 10px 20px;
}

.portfolio-item-row {
	padding: 10px 0;
	border-bottom: 1px solid #D2D2D2;
}

.portfolio-item-row:last-child {
	border-bottom: none;
}

.portfolio-item__title {
	font-size: 16px;
}

.portfolio-item__list {
	font-size: 13px;
}

.portfolio-item__list span {
	font-weight: 500;
}

.portfolio-item__text {
	font-size: 12px;
}

.portfolio-item__text p:nth-child(n+2) {
	display: none;
}

.portfolio-item__more,
.review-item__more {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	color: inherit;
}

.portfolio-item__more:before,
.review-item__more:before {
	content: "Читать полное описание";
	text-decoration: underline;
}

.portfolio-item__more:after,
.review-item__more:after {
	content: "\e915";
	display: inline-block;
	vertical-align: middle;
	font-family: "icon-font";
	font-size: 16px;
	margin-left: 10px;
}

.portfolio-item__more.active:before,
.active.review-item__more:before {
	content: "Скрыть полное описание";
}

.portfolio-item__more.active:after,
.active.review-item__more:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.portfolio-block__btn:after {
	content: "Показать ещё видео";
}

.portfolio-block__btn.active:after {
	content: "Скрыть видео";
}

.gallery-block {
	background: url(gallery-bg.jpeg)/*tpa=http://gaditen.icu/img/gallery-bg.jpeg*/ no-repeat center/cover;
}

.gallery-block__btn {
	color: #FFF;
}

.gallery-block__btn:after {
	content: "Показать все автомобили";
}

.gallery-block__btn.active:after {
	content: "Скрыть автомобили";
}

.gallery-block__btn:hover {
	background: #FFF;
	color: #222222;
}

.gallery-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: -6px;
}

.gallery-col {
	width: 25%;
	padding: 6px;
}

.gallery-col:nth-child(n+13) {
	display: none;
}

.gallery-item {
	position: relative;
	height: 170px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.gallery-item:before {
	content: "Подробнее о проекте";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #FFF;
	font-size: 14px;
	background: rgba(230, 25, 58, 0.8);
	opacity: 0;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.gallery-item:hover:before {
	opacity: 1;
}

.gallery-item__img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.gallery-item-hidden {
	display: none;
}

.review-block {
	border-bottom: 1px solid #DDD;
}

.review-block__btn:after {
	content: "Показать ещё отзывы";
}

.review-block__btn.active:after {
	content: "Скрыть отзывы";
}

.review-col {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.review-col:nth-child(n+4) {
	display: none;
}

.review-item {
	padding: 20px;
	font-size: 12px;
}

.review-item-user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}

.review-item-user__img {
	width: 70px;
	height: 70px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
}

.review-item-user__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.review-item-user__name {
	font-size: 1.08em;
}

.review-item-user__name-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6em;
	color: #4879BB;
	margin-left: 2px;
}

.review-item-user__origin {
	color: inherit;
	font-size: 0.92em;
	text-decoration: underline;
}

.review-item__text p:nth-child(n+2) {
	display: none;
}

.review-item__more:before {
	content: "Читать полный отзыв";
}

.review-item__more.active:before {
	content: "Скрыть полный отзыв";
}

.steps-block {
	background: url(steps-bg.jpeg)/*tpa=http://gaditen.icu/img/steps-bg.jpeg*/ no-repeat center;
	color: #FFF;
}

.steps-slider {
	counter-reset: steps;
}

@media screen and (min-width: 981px) {
	.steps-slider {
		padding: 0;
	}
}

.steps-slide {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	counter-increment: steps;
}

.steps-item {
	text-align: center;
	padding: 0 20px;
}

.steps-item__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 134px;
	height: 134px;
	background-color: #585858;
	margin: 0 auto 20px;
	font-size: 55px;
	position: relative;
}

.steps-item__icon:before {
	content: counter(steps);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background-color: #fdd835;
	font-size: 12.5px;
	position: absolute;
	top: 10px;
	left: -6px;
    color: #222;
}

.steps-item__title {
	font-size: 18px;
	margin-bottom: 15px;
}

.steps-item__text {
	font-size: 13px;
	line-height: 1.5;
}

.steps-item__text a {
	color: inherit;
	text-decoration: underline;
}

.steps-item__btn {
	max-width: 145px;
	margin: 15px auto 0;
	font-size: 12px;
}

.company-container {
	position: relative;
}

@media screen and (min-width: 981px) {
	.company-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 380px;
		height: 290px;
		position: absolute;
		top: 80px;
	}
	.company-list:nth-child(1) {
		left: 0;
	}
	.company-list:nth-child(1) .company-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
	}
	.company-list:nth-child(1) .company-item__icon {
		margin-left: 20px;
		margin-right: 0;
	}
	.company-list:nth-child(2) {
		right: 0;
	}
}

.company-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 15px;
}

.company-item__icon {
	font-size: 55px;
	color: #fdd835;
	margin-right: 20px;
}

.company-item__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.company-item__text {
	font-size: 14px;
	line-height: 1.5;
}

.company-logo {
	width: -webkit-calc(100% - 760px);
	width: calc(100% - 760px);
	padding: 140px 0;
	margin: -30px auto 0;
	position: relative;
}

.company-logo img {
	display: block;
	width: 48%;
	margin: auto;
}

.company-logo .pulse-bg {
	width: 100%;
	padding-bottom: 100%;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.company-gal-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: space-around;
	-ms-flex-pack: start;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: -5px;
}

.company-gal-col {
	width: 25%;
	padding: 5px;
}

.company-gal-item {
	display: block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.company-gal-item:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.company-gal-item img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.add-service-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: -5px;
}

.add-service-col {
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	padding: 5px;
}

.add-service-item {
	position: relative;
	overflow: hidden;
}

.add-service-item img {
	display: block;
	width: 100%;
	margin: auto;
}

.add-service-item__capt {
	width: 100%;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	font-size: 1rem;
	color: #FFF;
	text-align: center;
}

.faq-block {
	background: url(top_fon.jpg)/*tpa=http://gaditen.icu/img/top_fon.jpg*/ no-repeat center/cover;
}

.faq-col {
	width: 50%;
}

.faq-item {
	background: #FFF;
}

.faq__question {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	min-height: 60px;
	padding: 10px 20px;
	padding-right: 60px;
	position: relative;
	cursor: pointer;
}

.faq__question:after {
	content: "\e915";
	font-family: "icon-font";
	font-size: 25px;
	color: #000;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.faq__question_active:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.faq__answer {
	display: none;
	padding: 20px 25px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

.map-block {
	padding-bottom: 0;
}

.map-block .container {
	position: relative;
}

#map {
	height: 530px;
}

button[title="Включить полноэкранный режим"],
.gm-svpc,
.gmnoprint,
.gm-style-pbc {
	display: none;
}

.contacts {
	padding: 30px;
	position: absolute;
	bottom: 70px;
	right: 0;
	z-index: 5;
}

.contacts-list {
	margin-top: 35px;
}

.contacts-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.contacts-list li:last-child {
	margin-bottom: 0;
}

.contacts-list__icon {
	font-size: 30px;
	color: #fdd835;
	margin-right: 15px;
}

.contacts-list__text {
	font-size: 13px;
	line-height: 1.5;
}

.contacts-list__text a {
	color: inherit;
}

.contacts-list__text a:hover {
	text-decoration: underline;
}

.footer {
	padding: 35px 0 25px;
	font-size: 13px;
}

.footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.footer a {
	color: inherit;
}

.footer .logo {
	margin-right: 30px;
}

.footer__politic {
	text-decoration: underline;
}

.footer-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-list li {
	margin: 0 7.5px;
	font-size: 30px;
}

.social-list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.modal-window {
	width: 100%;
	overflow: visible;
	position: relative;
	margin: 44px 0 !important;
	padding: 0 30px;
	background: none;
}

.modal-window#project {
	max-width: 1140px;
}

.modal-window#politic {
	width: 100%;
	max-width: 680px;
}

.modal-window#politic .modal-content {
	padding: 30px;
}

.modal-window#order {
	width: 100%;
	max-width: 1010px;
}

.modal-window#order .fancybox-close-small {
	top: 0;
}

.modal-window#order .modal-content {
	background: transparent;
	position: relative;
	color: #FFF;
	padding: 40px 0 40px 55px;
}

.modal-window#order .modal-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 85%;
	height: 100%;
	background-color: #111111;
	z-index: -1;
}

.modal-window#order .modal-content:after {
	content: "";
	width: 400px;
	height: 110px;
	border: 20px solid #fdd835;
	position: absolute;
	right: 10%;
	top: -35px;
	z-index: -2;
}

.modal-window#order .modal-order__title {
	text-align: left;
}

.modal-window#order .modal-order__title:after {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.modal-window#order .modal-order__title-sub {
	text-align: left;
}

.modal-window#order .modal-order-grid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-window#order .modal-order-col:nth-child(1) {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.modal-window#order .modal-order-col:nth-child(2) {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #222222;
}

.modal-window .fancybox-close-small {
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(close.svg)/*tpa=http://gaditen.icu/img/svg/close.svg*/ no-repeat center;
	border: none;
	position: absolute;
	right: 0;
	top: -30px;
	overflow: hidden;
	text-indent: -9999px;
}

.modal-window-politic__text {
	font-size: 1rem;
}

.modal-window-politic__text p {
	margin-bottom: 15px;
}

.modal-window-politic__text p:last-child {
	margin-bottom: 0;
}

.modal-content {
	background: #FFF;
}

.modal-project__img {
	margin-bottom: 15px;
}

.modal-project__img img {
	display: block;
	width: 100%;
}

.modal-project__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: -7.5px;
}

.modal-project__list-col {
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
	padding: 7.5px;
}

.modal-project__list-item {
	height: 115px;
	position: relative;
	cursor: pointer;
}

.modal-project__list-item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.modal-project__list-item.active:after,
.modal-project__list-item:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 5px solid #fdd835;
}

.modal-project__descr {
	font-size: 15px;
	line-height: 1.5;
	color: #FFF;
	margin-top: 25px;
}

@media screen and (max-width: 1130px) {
	.container {
		max-width: 980px;
	}
	.nav-list a {
		padding: 13px 5px;
	}
	.custom-form-decor {
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px);
		z-index: -1;
	}
	.company-logo {
		padding: 165px 0;
	}
}

@media screen and (max-width: 980px) {
	.container {
		max-width: 767px;
	}
	.modal-window#order .custom-form {
		margin: auto;
	}
	.modal-window#order .modal-content {
		padding: 30px 15px;
	}
	.modal-window#order .modal-content:before {
		width: 100%;
	}
	.modal-window#order .modal-order-grid {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal-window#order .modal-order-col:nth-child(n) {
		width: 100%;
	}
	.header {
		background: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	.header:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #FFF;
		z-index: -1;
		border-bottom: 1px solid #DDD;
	}
	.header-grid {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-address {
		display: none;
	}
	.header-col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.header .hotline__icon,
	.header .hotline__text {
		display: none;
	}
	.header .hotline__num {
		margin-right: 10px;
	}
	.header .hotline__num:before {
		content: "\e91b";
	}
	.header__burger,
	.header .hotline__num {
		display: block;
		width: 43px;
		height: 43px;
		background-color: #fdd835;
		overflow: hidden;
		text-indent: -9999px;
		position: relative;
		cursor: pointer;
	}
	.header__burger:before,
	.header .hotline__num:before {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #FFF;
		font-size: 18px;
		font-family: "icon-font";
		text-indent: 0;
	}
	.header__burger:before {
		content: "\e900";
	}
	.logo img {
		max-width: 175px;
	}
	.nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
		opacity: 0;
		visibility: hidden;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transition: opacity ease-out .2s, visibility ease-out .3s;
		-o-transition: opacity ease-out .2s, visibility ease-out .3s;
		transition: opacity ease-out .2s, visibility ease-out .3s;
	}
	.nav-list {
		padding: 90px 0 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		transform: translateY(-20%);
		-webkit-transition: ease-out .3s;
		-o-transition: ease-out .3s;
		transition: ease-out .3s;
	}
	.nav_active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
	.nav_active .nav-list {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.nav__anchor {
		height: 0 !important;
	}
	.protection-system-col:nth-child(1) {
		-webkit-box-flex: 2;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
	}
	.protection-system-col:nth-child(2) {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.custom-form-decor {
		display: none;
	}
	.protection-types-list {
		width: 50%;
		position: relative;
		z-index: 5;
	}
	.protection-types-list-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-top: 0;
	}
	.protection-types-car {
		margin-top: 45px;
	}
	.protection-col {
		width: 25%;
	}
	.price-col,
	.portfolio-col,
	.review-col {
		width: 50%;
	}
	.company-logo {
		display: none;
	}
	.add-service-col {
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
	.footer .logo {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 640px;
	}
	.preview-block-col {
		width: 100%;
	}
	.preview-mark-grid {
		margin: 25px auto 10px;
	}
	.hacking-col {
		width: 50%;
	}
	.gallery-col {
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
	.faq-col {
		width: 100%;
	}
	.contacts {
		max-width: 335px;
		bottom: 30px;
		left: 10px;
		right: 10px;
		padding: 25px 20px;
		margin: auto;
	}
	.contacts__logo {
		display: none;
	}
	.contacts-list {
		margin: 0;
	}
	.modal-project__list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal-project__list-col {
		width: 25%;
	}
	.modal-project__descr {
		font-size: 12px;
	}
}

@media screen and (max-width: 640px) {
	.container {
		max-width: 480px;
	}
	main>* {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	html {
		font-size: 10px;
	}
	.preview-block {
		padding-top: 150px;
		background: #222222 url(preview-bg-m.png)/*tpa=http://gaditen.icu/img/preview-bg-m.png*/ no-repeat top 65px center/100%;
	}
	.preview-block__title {
		font-size: 19px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.preview__text {
		font-size: 12px;
	}
	.preview__icon {
		font-size: 32px;
		margin-right: 10px;
	}
	.preview-mark-col {
		padding: 5px;
	}
	.preview-video-play {
		font-size: 45px;
		margin-right: 20px;
	}
	h2 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	h2+h4 {
		font-size: 12px;
		margin: -10px 0 20px;
	}
	.protection-system-founder__img {
		width: 50px;
		margin-right: 10px;
	}
	.protection-system-founder__name {
		font-size: 12px;
	}
	.protection-system-founder__status {
		font-size: 9px;
		margin: 0;
	}
	.custom-form-box {
		padding: 15px 30px;
	}
	.custom-form-row {
		margin-bottom: 10px;
	}
	.custom-form__label {
		font-size: 9px;
	}
	.custom-form__input {
		height: 50px;
		font-size: 12px;
	}
	.custom-form__btn {
		font-size: 12px;
	}
	.custom-form__btn span:before {
		font-size: 18px;
	}
	.custom-form-accept__label {
		font-size: 9px;
	}
	.custom-form-text {
		font-size: 10px;
	}
	.preview-block-grid,
	.protection-system-grid,
	.hacking-grid,
	.protection-grid,
	.price-grid,
	.portfolio-grid,
	.review-grid,
	.steps-slider,
	.faq-grid,
	.modal-window#order .modal-order-grid {
		margin: -5px;
	}
	.preview-block-col,
	.protection-system-col,
	.hacking-col,
	.protection-col,
	.price-col,
	.portfolio-col,
	.review-col,
	.steps-slide,
	.faq-col,
	.modal-window#order .modal-order-col {
		padding: 5px;
	}
	.double-block-col {
		padding: 30px 20px 35px;
	}
	.double-block-col:nth-child(1) {
		background-image: url(double-bg-m-1.jpeg)/*tpa=http://gaditen.icu/img/double-bg-m-1.jpeg*/;
	}
	.double-block-col:nth-child(2) {
		background-image: url(double-bg-m-2.jpeg)/*tpa=http://gaditen.icu/img/double-bg-m-2.jpeg*/;
	}
	.double-block-item__title {
		font-size: 12px;
		margin: 15px 0 10px;
	}
	.double-block-item__icon {
		font-size: 44px;
	}
	.protection-types-list {
		font-size: 10px;
	}
	.protection-types-list li {
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.protection-types-list li:before {
		width: 4px;
		height: 4px;
		top: 4px;
	}
	.protection-types-car-shield {
		width: 35px;
	}
	.protection-types-block__title-second {
		font-size: 14px;
		margin: 60px 0 15px;
	}
	.price-col,
	.portfolio-col {
		width: 100%;
	}
	.price-item {
		width: 100%;
		max-width: 250px;
		margin: auto;
	}
	.price-item-row {
		padding: 15px;
	}
	.price-item__title,
	.price-item__price {
		font-size: 16px;
	}
	.price-item__title-sub {
		font-size: 10px;
		max-width: 200px;
		width: 100%;
		margin: auto;
	}
	.price-item__list li {
		margin-bottom: 15px;
	}
	.price-item__hint {
		font-size: 8px;
		margin-top: 3px;
	}
	.price-item__btn {
		font-size: 12px;
		max-width: 190px;
	}
	.portfolio-col:nth-child(n+2) {
		display: none;
	}
	.portfolio-item-descr {
		padding: 5px 15px;
	}
	.portfolio-item__title {
		font-size: 13px;
	}
	.portfolio-item__list {
		font-size: 11px;
	}
	.portfolio-item__text {
		font-size: 10px;
	}
	.portfolio-item__more,
	.review-item__more {
		font-size: 10px;
	}
	.portfolio-item__more:after,
	.review-item__more:after {
		font-size: 14px;
		margin-left: 5px;
	}
	.gallery-col {
		width: 50%;
	}
	.gallery-item {
		height: 95px;
	}
	.gallery-item:before {
		content: none;
	}
	.review-col {
		width: 100%;
	}
	.review-col:nth-child(n+2) {
		display: none;
	}
	.review-item {
		font-size: 10px;
	}
	.review-item-user__img {
		width: 55px;
		height: 55px;
		margin-right: 10px;
	}
	.steps-block {
		background: url(steps-bg.jpeg)/*tpa=http://gaditen.icu/img/steps-bg.jpeg*/ no-repeat center;
	}
	.steps-item__icon {
		width: 105px;
		height: 105px;
		font-size: 45px;
	}
	.steps-item__icon:before {
		width: 28px;
		height: 28px;
	}
	.steps-item__title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.steps-item__text {
		font-size: 10px;
	}
	.company-item__title {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.company-item__text {
		font-size: 10px;
	}
	.company-item__icon {
		font-size: 44px;
		margin-right: 10px;
	}
	.company-gal-col {
		width: 50%;
	}
	.add-service-col {
		width: 50%;
	}
	.faq__question {
		font-size: 11px;
		min-height: 42px;
		padding-left: 15px;
		padding-right: 30px;
	}
	.faq__question:after {
		font-size: 17px;
		right: 8px;
	}
	.faq__answer {
		font-size: 10px;
		line-height: 15px;
	}
	#map {
		height: 450px;
	}
	.contacts {
		max-width: 290px;
	}
	.contacts-list__text {
		font-size: 11px;
	}
	.contacts-list__icon {
		font-size: 25px;
		margin-right: 10px;
	}
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.footer-col:nth-child(2) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.social-list {
		margin-bottom: 25px;
	}
	.social__title {
		margin: 25px auto 10px;
	}
	.modal-window {
		padding: 0;
	}
	.modal-window#politic .modal-content {
		padding: 20px;
	}
	.modal-window#order .fancybox-close-small {
		top: -30px;
	}
}

@media screen and (max-width: 480px) {
	.modal-project__list-col {
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

.icon-technology-11 {
    background: url(how_ico_1.png)/*tpa=http://gaditen.icu/img/how_ico_1.png*/;
    height: 40px;
    width: 44px;
}

.icon-car {
    background: url(how_ico_2.png)/*tpa=http://gaditen.icu/img/how_ico_2.png*/;
    height: 44px;
    width: 32px;
}

.icon-tool {
    background: url(how_ico_3.png)/*tpa=http://gaditen.icu/img/how_ico_3.png*/;
    height: 44px;
    width: 44px;
}

.icon-shield-1 {
    background: url(how_ico_4.png)/*tpa=http://gaditen.icu/img/how_ico_4.png*/;
    height: 44px;
    width: 44px;
}

.icon-technology {
    background: url(how_ico_5.png)/*tpa=http://gaditen.icu/img/how_ico_5.png*/;
    height: 44px;
    width: 36px;
}

.icon-transport-1 {
    background: url(how_ico_6.png)/*tpa=http://gaditen.icu/img/how_ico_6.png*/;
    height: 41px;
    width: 41px;
}