body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000002;
	min-width: 360px;
}

.dib {
	display: inline-block;
}

/* =========header========= */
.header {
	padding: 20px 0;
	position: sticky;
	top: 0px;
	background: white;
	z-index: 10;

}

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

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

.header .logo1 {
	display: inline-block;
	width: 156px;
}

.header .logo1 img {
	display: inline-block;
	width: 100%;
}

.header .logo2 {
	display: inline-block;
	width: 160px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header .logo2 img {
	display: inline-block;
	width: 100%;
}

.header .left .text {
	margin-left: 30px;
	padding-left: 30px;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
	text-transform: uppercase;
	position: relative;
}

.header .left .text::before {
	display: block;
	position: absolute;
	content: '';
	height: 100%;
	width: 1.6px;
	left: 0;
	top: 0;
	background: #b5b4b4;
}

.header .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 200px;
}

.header .text2 {
	display: inline-block;
	width: 102px;
	position: absolute;
	right: 0;
	top: 50%;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header .item1 {
	margin-right: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}

.header .tel {
	display: inline-block;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header .tel:hover {
	color: #1b5ba0;
}

.header .time {
	color: #6f6e6d;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}

.header .order-call {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .order-call svg {
	display: inline-block;
	width: 17px;
	margin-left: 14px;
}

.header .order-call svg * {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header .order-call span {
	display: inline-block;
	color: #d22e1d;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	white-space: nowrap;
}

.header .order-call:hover span {
	color: #000;
}

.header .order-call:hover svg * {
	fill: #000;
}

.header .item2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header .item2 div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

.btn_header::before {
	display: none;
}

.btn_header {
	padding: 15px 50px;
}

.btn_header span {
	font-size: 17px;
}

.header .to_map {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 13px;
}

.header .to_map svg {
	display: inline-block;
	width: 14px;
	margin-right: 13px;
}

.header .to_map svg *,
.header .to_map span {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header .to_map span {
	display: inline-block;
	color: #d22e1d;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}

.header .to_map:hover svg * {
	fill: #000;
}

.header .to_map:hover span {
	color: #000;
}

.header .header__soc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	margin-right: 12px;
}

.header .header__soc:last-child {
	margin-right: 0;
}

.header .header__soc:hover {
	opacity: 0.7;
}

.header .header__soc img {
	display: inline-block;
	width: 100%;
}

/* =========welcome========= */
.welcome {
	background: url('../img/maslo.jpg') no-repeat center / cover;
	padding: 175px 0 225px;
	text-align: center;
}

.welcome .title {
	color: white;
	font-size: 58px;
	font-family: 'Open Sans';
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
	text-align: left;
}

.welcome .title span {
	font-weight: 400;
	display: inline-block;
	margin-top: 5px;
	font-size: 54px;
}

.bonus {
	font-weight: 400;
	display: inline-block;
	margin-top: 5px;
	font-size: 46px;
}

/* =========get-price========= */
.get-price {
	padding: 0 0 45px;
}

.get-price__wrap {
	max-width: 1185px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 85px;
	padding: 25px 20px 45px;
}

.get-price__wrap .wrap {
	max-width: 905px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.get-price__zag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.get-price__zag .item {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 25px;
}

.get-price__zag .item:last-child {
	margin-right: 0;
}

.get-price__zag .item img {
	display: inline-block;
	width: 27px;
	margin-right: 20px;
	margin-top: 5px;
}

.get-price__zag .item span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2em;
}

.get-price__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.get-price__form .btn {
	margin-left: 10px;
}


.get-price__input-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

select {
	width: 100%;
	height: 50px;
	border: 1.6px solid #a9a8a8;
	margin-top: 10px;
	padding: 0 5px;
}

.get-price__input,
.get-price__input-block select {
	max-width: 50%;
	width: 100%;
	height: 65px;
	background: url('../img/get-price__input_bg.png') no-repeat center / 100% 100%;
	border: none;
	color: #494643;
	font-family: 'Open Sans';
	font-size: 21px;
	font-weight: 400;
	padding-left: 20px;
}

.get-price__input-block select {
	font-size: 16px;
	padding-left: 10px;
	max-width: 50%;
	width: unset;
	margin-top: 0;
	margin-left: 10px;
}

.get-price__input::-webkit-input-placeholder {
	color: #494643;
	opacity: 1;
}

.get-price__input::-moz-placeholder {
	color: #494643;
	opacity: 1;
}

.get-price__input:-moz-placeholder {
	color: #494643;
	opacity: 1;
}

.get-price__input:-ms-input-placeholder {
	color: #494643;
	opacity: 1;
}

.get-price__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.get-price__checkbox .jq-checkbox {
	width: 17px;
	height: 17px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1.6px solid #a9a8a8 !important;
	border-radius: 0 !important;
	margin-right: 15px;
	background: transparent !important;
}

.get-price__checkbox .jq-checkbox .jq-checkbox__div {
	display: none;
}

.get-price__checkbox .jq-checkbox.checked {
	background: transparent url('../img/checkbox_bg.png') no-repeat center !important;
}

.get-price__checkbox label {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	color: #5d5a59;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
}

.btn_get-price {
	padding: 23px 55px;
}

.btn_get-price img {
	display: inline-block;
	width: 14px;
	margin-right: 28px;
}

.btn_get-price span {
	display: inline-block;
	font-size: 19px;
}

.get-price__text {
	text-align: center;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
}

.get-price__text_zag {
	font-size: 26px;
	font-weight: 600;
}

.price-table {
	position: relative;
	top: 30px;
	margin: auto;
}

.price-table-zag {
	color: #fff;
	background-color: #d22e1d;
	width: 180px;
	border: solid 1px #fff;
}

.price-table-zag-two {
	color: #130b04;
	min-width: 450px;
}

.price-table-price {
	color: #fff;
	background-color: #d22e1d;
	border: solid 1px #fff;
}

.price-table-model {
	color: #130b04;
	border-style: solid;
	border-width: 1px 0 0 0;
}

/* =========services========= */
.services {
	padding: 40px 0 65px;
}

.services .zag {
	text-align: center;
	margin-bottom: 60px;
}

.services .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.services .item {
	width: calc(25% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #716f6e;
	position: relative;
}

.services .item .icon {
	display: inline-block;
	width: 47px;
	position: absolute;
	bottom: -13px;
	right: 13px;
}

.services .item .thumb {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.services .item .thumb::after {
	display: block;
	content: '';
	padding-top: 41%;
}

.services .item .bottom {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 10px 10px 25px;
}

.services .item .text {
	color: white;
	font-family: 'Open Sans';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3em;
}

/* =========vidanalytics========= */
.vidanalytics {
	font-size: 19px;
	margin: 0 0 15px;
}

.vidanalytics .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;
}

.vidanalytics .left {
	width: 57.5%;
	padding: 40px 70px 20px;
}

.vidanalytics .zag {
	margin-bottom: 30px;
	text-align: right;
}

.vidanalytics .text {
	line-height: 1.2;
	margin-bottom: 40px;
}

.simple-list {
	position: relative;
	margin: 0;
	padding: 0;
}

.simple-list__item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.simple-list li::before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 50%;
	background: #dd2712;
}

.vidanalytics .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.vidanalytics__pic {
	height: 100%;
	width: auto;
}

/* =========advantages========= */
.advantages {
	padding: 145px 0 0;
	margin-bottom: 50px;
	position: relative;
}

.advantages .thumb {
	margin-left: auto;
	width: 64.8%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.advantages .thumb::after {
	display: block;
	content: '';
	padding-top: 52.6%;
}

.advantages .thumb.active {
	display: block;
}

.advantages .wrap {
	width: 845px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	position: absolute;
	background: #fff;
	top: 80px;
	bottom: 0;
	left: calc((100% - 1400px) / 2);
	padding: 70px;
}

.advantages .zag {
	margin-bottom: 70px;
}

.advantages .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantages .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	border: 1.6px solid transparent;
}

.advantages .item .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	margin-right: 30px;
}

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

.advantages .item .icon .icon1,
.advantages .item.active .icon .icon1 {
	display: inline-block !important;
}

.advantages .item .icon .icon2,
.advantages .item.active .icon .icon2 {
	display: none !important;
}

.advantages .item .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.22em;
}

.advantages .item.active {
	border: 1.6px dotted #858382;
}

/* =========about========= */
.about {
	padding: 55px 0 120px;
}

.about .zag {
	margin-bottom: 65px;
	text-align: center;
}

.about .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about .left {
	width: 44.5%;
}

.about .left p {
	width: 555px;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78em;
}

.about .left p:last-child {
	margin-bottom: 0;
}

.about .right {
	width: 52%;
}

.about .right .title {
	margin-bottom: 30px;
	text-align: center;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
}

.about .right .title span {
	display: inline-block;
	position: relative;
}

.about .right .title span::after {
	display: block;
	position: absolute;
	content: '';
	width: calc(100% + 30px);
	left: -15px;
	top: calc(100% + 10px);
	height: 10px;
	background: url('../img/about_title.png') no-repeat center / 100% 100%;
}

.about .cont {
	background: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.about .item {
	margin: 15px 15px 15px 40px;
	width: 42.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 144px;
}

.about .item22 {
	margin: 15px 0px 15px 15px;
	width: 42.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 144px;
}

.about .pics {
	width: 100%;
	border-radius: 20px;
}

.about .item .number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 88px;
	color: #d22e1d;
	font-family: 'Open Sans';
	font-size: 59px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border-right: 1.6px solid #cac9c9;
}

.about .item .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.38em;
	padding-left: 20px;
}

.left-list1 {
	color: #000002;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
	margin-top: -15px;
	margin-left: -25px;
}

.left-list {
	color: #dd2712;
	list-style-type: disc;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
}

/* =========consulting========= */
.consulting {
	background: url('../img/consulting_bg.jpg') no-repeat center / cover;
	padding: 130px 0 160px;
}

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

.consulting .left {
	width: 38%;
}

.consulting .right {
	width: 37.5%;
}

.consulting .arrow {
	display: inline-block;
	width: 4.1%;
	margin-right: 110px;
	margin-left: 110px;
}

.consulting .zag {
	margin-bottom: 20px;
}

.consulting .left .text {
	color: #000002;
	font-family: 'Open Sans';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 39px;
}

.consulting .left .tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.consulting .left .tel img {
	display: inline-block;
	width: 94px;
	margin-right: 30px;
}

.consulting .left .tel>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 21px;
	font-weight: 400;
	line-height: 1.7em;
}

.consulting .left .tel>div span {
	display: inline-block;
	font-size: 31px;
	font-weight: 700;
	color: #d22e1d;
}

.consulting .right .item {
	position: relative;
	margin-bottom: 20px;
}

.consulting .right .item span {
	display: inline-block;
	position: absolute;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	background: #f9f9f9;
	padding: 0 7px;
	top: -10px;
	left: 10px;
}

.consulting__input {
	width: 100%;
	background: transparent;
	border: 1.6px solid #a9a8a8;
	height: 50px;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	padding-left: 17px;
}

.consulting__input::-webkit-input-placeholder {
	color: #000002;
	opacity: 1;
}

.consulting__input::-moz-placeholder {
	color: #000002;
	opacity: 1;
}

.consulting__input:-moz-placeholder {
	color: #000002;
	opacity: 1;
}

.consulting__input:-ms-input-placeholder {
	color: #000002;
	opacity: 1;
}

.consulting .get-price__checkbox {
	margin-top: 0;
	margin-bottom: 40px;
}

.btn_consulting {
	padding: 18px 45px 18px 20px;
}

.btn_consulting::after {
	background-image: url('../img/btn_consulting_bg.png') !important;
	background-position: left center;
	background-size: 100% 100%;
}

.btn_consulting:hover::after {
	background-position: center;
}

.btn_consulting img {
	display: inline-block;
	width: 18px;
	margin-right: 60px;
}

.btn_consulting span {
	display: inline-block;
	font-weight: 700;
	color: white;
	font-size: 18px;
}

#map {
	height: 695px;
	width: 100%;
}

#map .content {
	padding: 10px 20px 20px 20px;
}

.gm-style .gm-style-iw-c {
	background: transparent url('../img/map_bg.png') no-repeat center / 100% 100%;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.map .gm-ui-hover-effect {
	width: 21px !important;
	height: auto !important;
	top: 10px !important;
	right: 10px !important;
}

.map .gm-ui-hover-effect img {
	margin: 0 !important;
	width: 100% !important;
	height: auto !important;
}

.map .firstHeading {
	color: #d22e1d;
	font-family: 'Open Sans';
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 23px;
}

.map .bodyContent {
	margin-bottom: 25px;
}

.map .bodyContent p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 14px;
}

.map .bodyContent p:last-child {
	margin-bottom: 0;
}

.map .bodyContent p img {
	display: inline-block;
	width: 19px;
	margin-right: 14px;
}

.map .bodyContent p span {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3em;
}

.map {
	margin-top: 130px;
	margin-bottom: 70px;
}

/* =========under-map========= */
.under-map {
	margin-bottom: 100px;
	margin-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.under-map .item {
	width: 16.1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.under-map .item::after {
	display: block;
	content: '';
	padding-top: 56%;
}

/* =========slider========= */
.slider {
	padding-bottom: 140px;
}

.slider .zag {
	text-align: center;
	margin-bottom: 70px;
}

.slider__wrap {
	position: relative;
}

.slider__arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
	width: 43px;
	padding: 0;
	height: auto;
	z-index: 2;
}

.slider__arrow.swiper-button-prev {
	left: auto;
	right: calc(100% + 100px);
}

.slider__arrow.swiper-button-next {
	right: auto;
	left: calc(100% + 100px);
}

.slider__arrow svg {
	display: inline-block;
	width: 100%;
}

.slider__arrow svg * {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.slider__arrow:hover svg * {
	fill: #000 !important;
}

.slider__arrow::after {
	display: none;
}

.slider__wrap .swiper-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.slider__wrap .swiper-slide {
	height: auto;
	width: auto;
}

@media (max-width: 1700px) {
	.slider__arrow {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: calc(100% + 10px);
		height: 21px;
	}

	.slider__arrow.swiper-button-prev {
		left: auto;
		right: 55px;
	}

	.slider__arrow.swiper-button-next {
		right: 0;
		left: auto
	}
}

/* =========footer========= */
.footer .top {
	background: url('../img/footer_bg.jpg') no-repeat center / cover;
	padding: 100px 0;
}

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

.footer .logo1 {
	display: inline-block;
	width: 156px;
}

.footer .logo1 img {
	display: inline-block;
	width: 100%;
}

.footer-top__wrap .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-top__wrap .right>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px;
}

.footer .tel {
	display: inline-block;
	color: #000002;
	font-family: 'Open Sans';
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}

.footer .logo2 {
	display: inline-block;
	width: 102px;
}

.footer .logo2 img {
	display: inline-block;
	width: 100%;
}

.footer .bottom {
	background: #f8f8f8;
	padding: 25px 0;
}

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

.footer .text {
	color: #939292;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
}

.labels_map {
	font-family: "Toyota Display2";
	font-weight: 700;
	background: #fefefe;
	border-radius: 5px;
	padding: 3px;
}

/* =========offers========= */
.offers {
	padding: 120px 0 25px;
}

.offers .zag {
	text-align: center;
	margin-bottom: 60px;
}

.offers .row>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.offers-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.offers-item::before {
	display: block;
	position: absolute;
	content: '';
	z-index: -1;
	background: url('../img/offers-item_shadow.png') no-repeat center / 100% 100%;
	width: calc(100% + 64px);
	height: calc(100% + 64px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.offers-item__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	background: url('../img/offers-item__body_bg.png') no-repeat center / 100% 100%;
	position: relative;
	z-index: 1;
}

.offers-item__top {
	width: 100%;
}

.offers-item__top img {
	display: inline-block;
	width: 100%;
}

.offers-item__bottom {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 30px 10px 40px;
	text-align: center;
}

.offers-item .title {
	color: #130b04;
	font-family: 'Open Sans';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 25px;
}

.btn_offers {
	padding: 15px 55px;
}

.btn_offers span {
	font-size: 17px;
}

.btn_offers::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	width: calc(100% + 17px);
	left: -8.5px;
	height: calc(100% + 17px);
	top: 0;
	background: url('../img/btn_offers_shadow.png') no-repeat center / 100% 100%;
}






@media (max-width: 1430px) {

	/* =========header========= */
	.header .left .text {
		margin-left: 15px;
		padding-left: 15px;
		font-size: 15px;
	}

	.header .logo1 {
		width: 135px;
	}

	.header .logo2 {
		width: 150px;
	}

	.header .right {
		padding-right: 145px;
	}

	.header .tel {
		font-size: 25px;
	}

	.header .time {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.header .order-call span {
		font-size: 15px;
	}

	.header .order-call svg {
		width: 15px;
		margin-left: 10px;
	}

	.header .item1 {
		margin-right: 30px;
	}

	.header .to_map span {
		font-size: 15px;
	}

	.header .to_map svg {
		margin-right: 5px;
		width: 12px;
	}

	.left-list {
		font-size: 14px;
	}

	/* =========welcome========= */
	.welcome .title {
		font-size: 45px;
	}

	/* =========get-price========= */
	.get-price__zag .item span {
		font-size: 24px;
	}

	.get-price__zag .item img {
		width: 22px;
	}

	.get-price__input,
	.get-price__input-block select {
		height: 55px;
		font-size: 17px;
	}

	.btn_get-price {
		padding: 18px 50px;
	}

	.btn_get-price span {
		font-size: 17px;
	}

	.get-price__wrap {
		margin-bottom: 50px;
	}

	/* =========services========= */
	.zag {
		font-size: 31px;
	}

	.services .zag {
		margin-bottom: 30px;
	}

	.services .item .text {
		font-size: 15px;
	}

	.services .item .bottom {
		padding-left: 15px;
	}

	.services .item .icon {
		width: 40px;
	}

	/* =========advantages========= */
	.advantages .wrap {
		width: 645px;
		top: 30px;
		left: calc((100% - 1170px) / 2);
		padding: 35px;
	}

	.advantages {
		padding: 95px 0 0;
	}

	.advantages .zag {
		margin-bottom: 20px;
	}

	.advantages .item .text {
		font-size: 15px;
	}

	.advantages .item .icon {
		width: 40px;
		margin-right: 20px;
	}

	.advantages .item {
		padding: 10px;
	}

	/* =========about========= */
	.about .left p {
		width: 450px;
		font-size: 15px;
	}

	.about .item .text {
		font-size: 15px;
	}

	.about .item .number {
		width: 72px;
		font-size: 45px;
	}

	.about .item {
		min-height: 125px;
		margin-bottom: 15px;
		width: 40.5%;
	}

	.about .item22 {
		min-height: 125px;
		margin-bottom: 15px;
		width: 40.5%;
	}

	/* =========consulting========= */
	.consulting .left .text {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.consulting .left .tel>div {
		font-size: 17px;
	}

	.consulting .left .tel>div span {
		font-size: 22px;
	}

	.consulting .left .tel img {
		width: 80px;
		margin-right: 15px;
	}

	.consulting .get-price__checkbox label {
		font-size: 15px;
	}

	/* =========slider========= */
	.slider .container {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}

	.slider__arrow.swiper-button-next {
		right: 15px;
	}

	.slider__arrow.swiper-button-prev {
		right: 70px;
	}

	/* =========offers========= */
	.offers-item .title {
		font-size: 15px;
	}

	.vidanalytics {
		font-size: 14px;
	}
}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

	/* =========header========= */
	.header .left .text {
		display: none;
	}

	.header .logo2 {
		width: 150px;
		margin-right: 20px;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.header__wrap {
		-ms-flex-wrap: unset;
		flex-wrap: unset;
	}

	.header .left {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .right {
		width: 100%;
		padding-right: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .item1 {
		margin-right: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}

	.header .text2 {
		display: inline-block;
		width: 125px;
		text-align: right;
		position: absolute;
		right: 24px;
		top: 25%;
		color: #000002;
		font-family: 'Open Sans';
		font-size: 15px;
		font-weight: 400;
		line-height: 1.7em;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	/* =========welcome========= */
	.welcome {
		padding: 120px 0 260px;
	}

	.welcome .title {
		font-size: 44px;
	}

	/* =========get-price========= */
	.get-price__wrap {
		margin-bottom: 30px;
	}

	.get-price__zag .item span {
		font-size: 18px;
	}

	.get-price__zag .item img {
		margin-right: 10px;
		margin-top: 1px;
	}

	.get-price__zag {
		margin-bottom: 5px;
	}

	.get-price__input,
	.get-price__input-block select {
		height: 50px;
		font-size: 15px;
		padding-left: 15px;
	}

	.btn_get-price span {
		font-size: 15px;
	}

	.btn_get-price img {
		margin-right: 15px;
	}

	.btn_get-price {
		padding: 17px 45px;
	}

	.get-price__checkbox label {
		font-size: 14px;
	}

	.get-price__checkbox .jq-checkbox {
		width: 14px;
		height: 14px;
		margin-right: 10px;
		margin-top: 0
	}

	.get-price__text {
		font-size: 15px;
	}

	.get-price__text br {
		display: none;
	}

	/* =========services========= */
	.services {
		padding: 30px 0;
	}

	.zag {
		font-size: 26px;
	}

	.services .item {
		width: calc(33.333% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
	}

	.services .wrap {
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	/* =========advantages========= */
	.advantages {
		padding: 0 0 30px;
	}

	.advantages .wrap {
		position: static;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 20px 15px;
	}

	.advantages .zag {
		margin-bottom: 30px;
	}

	.advantages .cont>div {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.advantages .thumb {
		width: 100%;
		margin-left: 0;
	}

	/* =========about========= */
	.about {
		padding: 30px 0 40px;
	}

	.about .zag {
		margin-bottom: 35px;
	}

	.about .wrap {
		margin: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about .left,
	.about .right {
		width: 100%;
	}

	.about .left p {
		margin-bottom: 15px;
	}

	.about .left {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0px;
	}

	.about .left {
		margin-top: 0px;
	}

	.about .right .title {
		font-size: 22px;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.about .right .title span::after {
		top: calc(100% + 5px);
	}

	.about .item {
		width: 44.5%;
	}

	.about .item22 {
		width: 44.5%;
	}

	/* =========consulting========= */
	.consulting {
		padding: 40px 0;
	}

	.consulting__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.consulting .left {
		width: 100%;
		margin-bottom: 40px;
	}

	.consulting .arrow {
		display: none;
	}

	.consulting .right {
		width: 100%;
	}

	.consulting .right .item {
		width: 50%;
	}

	.btn_consulting span {
		font-size: 15px;
	}

	.btn_consulting img {
		width: 14px;
		margin-right: 50px;
	}

	.map {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	/* =========under-map========= */
	.under-map {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	/* =========slider========= */
	.slider {
		padding-bottom: 50px;
	}

	.slider__arrow {
		width: 33px;
		bottom: calc(100% + 25px);
	}

	.slider__arrow.swiper-button-prev {
		right: 60px;
	}

	/* =========footer========= */
	.footer .top {
		padding: 40px 0;
	}

	.footer .logo1 {
		width: 130px;
	}

	.footer .tel {
		font-size: 21px;
	}

	.footer .btn_header {
		padding: 10px 30px;
	}

	.footer-top__wrap .right>div {
		margin-right: 25px;
	}

	.footer .logo2 {
		width: 115px;
	}

	.footer .text {
		font-size: 10px;
	}

	.welcome .title span {
		font-size: 48px;
	}

	/* =========offers========= */
	.offers-item__bottom {
		padding: 20px 5px 30px;
	}

	.offers-item .title {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.btn_offers {
		padding: 10px 30px;
	}

	.btn_offers span {
		font-size: 14px;
	}

	.offers .zag {
		margin-bottom: 40px;
	}

	.offers {
		padding: 30px 0 10px;
	}

	.offers .row>div {
		margin-bottom: 30px;
	}

}

@media (max-width: 1000px) {
	.vidanalytics .wrap {
		-webkit-box-shadow: none;
		box-shadow: none;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;
	}

	.vidanalytics .left {
		width: 100%;
		padding: 40px 0;
	}

	.vidanalytics .zag {
		text-align: left;
	}

	.vidanalytics .right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;

		-webkit-box-pack: left;

		-ms-flex-pack: left;

		justify-content: left;
	}

	.vidanalytics__pic {
		display: block;
		width: 550px;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

@media (max-width: 900px) {
	.header__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.get-price__input,
	.get-price__input-block select {
		max-width: 100%;
		width: 100%;
	}
}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {

	/* =========header========= */
	.header .logo1 {
		width: 115px;
	}

	.header .logo2 {
		width: 120px;
	}

	.header__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header {
		padding: 10px 0;
	}

	.btn_header {
		padding: 15px 15px;
		margin: 0;
	}

	.header .time {
		display: none;
	}

	.header .tel {
		font-size: 18px;
	}

	.header .order-call span {
		font-size: 13px;
	}

	.header .order-call svg {
		width: 13px;
	}

	.header .header__soc {
		width: 35px;
		margin-right: 10px;
	}

	.header .right {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header .text2 {
		display: inline-block;
		width: 125px;
		text-align: right;
		position: absolute;
		right: 5px;
		top: 29%;
		color: #000002;
		font-family: 'Open Sans';
		font-size: 15px;
		font-weight: 400;
		line-height: 1.7em;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	/* =========welcome========= */
	.welcome .title {
		text-align: center;
	}

	.welcome {
		padding: 30px 0 200px;
		background: url('../img/maslo_mob.jpg') no-repeat center / cover;
	}

	/* =========get-price========= */
	.get-price__zag .item span {
		font-size: 15px;
	}

	.get-price__zag .item img {
		width: 16px;
	}

	.get-price__form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.get-price__form>div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 15px;
	}

	.btn_get-price {
		width: 100%;
		padding: 14px 5px;
	}

	.get-price__wrap {
		padding: 20px 10px 30px;
	}

	.get-price__input-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.get-price__input,
	.get-price__input-block select {
		max-width: 100%;
		width: 100%;
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		font-size: 14px;
		height: 45px;
	}

	.get-price__input-block select {
		margin-top: 5px;
		margin-left: 0;
	}

	.get-price__text {
		font-size: 14px;
	}

	.price-table {
		top: 15px;
	}

	.price-table-zag-two {
		min-width: 260px;
	}

	/* =========services========= */
	.zag {
		font-size: 19px;
	}

	.services .item {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.services .wrap {
		width: 100%;
		margin-left: 0px;
	}

	.get-price__text_zag {
		font-size: 22px;
	}

	/* =========advantages========= */
	.advantages .item {
		padding: 5px;
	}

	.advantages .item .icon {
		width: 30px;
		margin-right: 10px;
	}

	.advantages .item .text {
		font-size: 12px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.advantages .wrap {
		padding: 20px 10px;
	}

	/* =========about========= */
	.about .left p {
		width: 375px;
		font-size: 14px;
	}

	.about .right .title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 15px;
	}

	.about .right .title span::after {
		width: calc(100% + 10px);
		left: -5px;
	}

	.about .item {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.about .item22 {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.about .cont {
		padding: 20px 0 0 0;
	}

	.about .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	/* =========consulting========= */
	.consulting .left .text {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.consulting .left .tel img {
		width: 60px;
		margin-right: 10px;
	}

	.consulting .left .tel>div {
		font-size: 14px;
	}

	.consulting .left .tel>div span {
		font-size: 18px;
	}

	.consulting .right .item {
		width: 100%;
		margin-bottom: 10px;
	}

	.consulting__input {
		height: 45px;
		padding-left: 15px;
		font-size: 15px;
	}

	.consulting .right .item span {
		font-size: 14px;
		top: -7px;
	}

	.consulting .get-price__checkbox label {
		font-size: 12px;
	}

	.consulting .get-price__checkbox {
		margin-bottom: 20px;
	}

	.btn_consulting {
		padding: 15px 30px 15px 15px;
	}

	.btn_consulting img {
		margin-right: 40px;
	}

	.btn_consulting {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 297px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.consulting .zag {
		text-align: center;
	}

	#map .content {
		padding: 0;
	}

	.gm-style .gm-style-iw-c {
		background: #fff;
		border-radius: 5px;
	}

	.map .firstHeading {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.map .bodyContent p img {
		width: 14px;
		margin-right: 5px;
	}

	.map .bodyContent p span {
		font-size: 12px;
	}

	.map .bodyContent p {
		margin-bottom: 5px;
	}

	.map .bodyContent {
		margin-bottom: 15px;
	}

	.map .btn_header {
		font-size: 12px;
		padding: 8px 18px;
	}

	.map .btn_header span {
		font-size: 12px;
	}

	.map .gm-ui-hover-effect {
		width: 15px !important;
		top: 3px !important;
		right: 3px !important;
	}

	/* =========under-map========= */
	.under-map {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.under-map .item {
		width: 49.5%;
		margin-bottom: 4px;
	}

	/* =========slider========= */
	.slider__wrap .swiper-slide {
		max-width: 150px;
	}

	.slider__wrap .swiper-slide img {
		max-width: 100%;
		display: inline-block;
	}

	/* =========footer========= */
	.footer .top {
		padding: 30px 0;
		position: relative;
	}

	.footer-top__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .logo1 {
		width: 100px;
		margin-bottom: 25px;
		margin-right: auto;
		margin-left: auto;
	}

	.footer .logo2 {
		position: absolute;
		right: 15px;
		top: 36px;
		width: 90px;
	}

	.footer .tel {
		font-size: 18px;
	}

	.footer-top__wrap .right>div {
		margin-right: 0;
	}

	.footer-top__wrap .right {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .bottom {
		padding: 15px 0;
	}

	.footer-bottom__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .text {
		width: 100%;
		text-align: left !important;
	}

	.footer .text br {
		display: none;
	}

	.welcome .title span {
		font-size: 26px;
		margin-top: 0px;
	}

	.welcome .title {
		font-size: 24px;
	}

	.btn_consulting img {
		margin-right: 48px;
	}

	.btn_consulting span {
		font-size: 12px;
	}

	/* =========offers========= */
	.offers .zag {
		margin-bottom: 30px;
		line-height: 1.4em;
	}

	.offers-item__body {
		border-radius: 50px 0 0 0;
		background: #fff;
	}

	.offers .row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.offers .row>div {
		max-width: 50%;
		padding-right: 5px;
		padding-left: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

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

	/* =========vidanalytics========= */
	.vidanalytics {
		font-size: 13px;
	}

	.simple-list__item {
		padding-left: 10px;
	}

	.simple-list li::before {
		width: 6px;
		height: 6px;
	}
}

@media (max-width: 400px) {
	.offers .row>div {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

/* =========new-map========= */
.ymaps-2-1-79-ground-pane {
	-webkit-filter: grayscale(100%);
}

.button-map {
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 102, 173, 1)), to(rgba(0, 149, 219, 1)));
	background: -o-linear-gradient(left, rgba(0, 102, 173, 1) 0%, rgba(0, 149, 219, 1) 100%);
	background: linear-gradient(to right, rgba(0, 102, 173, 1) 0%, rgba(0, 149, 219, 1) 100%);
	border: none;
	border-radius: 10px;
	color: #fff;
	padding: 18px 45px 18px 45px;
}

.balloon {
	position: relative;
	width: 400px;
	height: 280px;
	background: #fff;
}

.ballon-info {
	margin-top: 10px;
	width: 100%;
}

.ballon-line {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 10px;
}

.ballon-title {
	margin-top: 10px;
	margin-left: 10px;
}

.ballon-title-text {
	font-family: 'Open Sans';
	font-size: 21px;
	font-weight: 600;
	color: #dc2b19;
	line-height: 1.2em;
	text-transform: uppercase;
}

.balloon_text {
	font-family: 'Open Sans';
	color: #939292;
	font-size: 18px;
	width: 350px;
}

.ballon-ico {
	text-align: center;
	width: 40px;
}

.ballon-button {
	margin-top: 15px;
	margin-left: 10px;
}

.ballon-marsh {
	margin-top: 30px;
	margin-left: 10px;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 500;
}

.ballon-link {
	color: #dc2b19;
}

@media (max-width: 768px) {
	.balloon {
		position: relative;
		width: 300px;
		height: 270px;
		background: #fff;
	}

	.balloon_text {
		font-family: 'Open Sans';
		font-size: 18px;
		width: 250px;
	}

	.ballon-info {
		margin-top: 15px;
		margin-left: 0px;
		width: 100%;
	}

	.ballon-line {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-top: 10px;
		margin-left: 0px;
	}

	.ballon-title {
		margin-left: 5px;
	}

	.ballon-title-text {
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: 600;
		color: #dc2b19;
		line-height: 1.2em;
		text-transform: uppercase;
	}

	.balloon_text {
		font-family: 'Open Sans';
		font-size: 16px;
		width: 350px;
	}

	.ballon-ico {
		text-align: center;
		width: 40px;
	}

	.ballon-button {
		margin-top: 15px;
		margin-left: 5px;
	}

	.ballon-marsh {
		margin-top: 15px;
		margin-left: 5px;
		font-family: 'Open Sans';
		font-weight: 600;
		font-size: 14px;
	}
}

.services .item {
	cursor: pointer
}

.desc {
	max-width: 950px;
	margin: 0 auto;
}

.desc p {
	font-weight: 600;
	margin-bottom: 20px;
}

.main {
	color: #fff;
	background: url(../img/main_bg.jpg) right top no-repeat;
	background-size: 100% auto;
	max-width: 1920px;
	margin: 0 auto;
}

.main_container {
	padding: 95px 25px 200px 65px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main_logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 135px;
}

.main_logo:first-child {
	margin-right: 35px;
	width: 380px;
	margin-top: 20px;
}

.main_logo:first-child img {
	width: 100%;
}

.main_txt {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 30px;
}

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

.main_left b {
	color: #E0670F;
	font-size: 90px;
	font-weight: 900;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.main_left span {
	display: block;
	font-size: 43px;
	font-weight: 600;
	line-height: 1.1;
}

.main_right {
	margin-left: 80px;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.main_right span {
	font-size: 58px;
	display: block;
}

.main_desc {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	max-width: 310px;
	bottom: 90px;
	right: 25px;
	position: absolute;
}

@media (max-width: 1900px) {
	.main {
		background-size: auto 100%;
	}
}

@media (max-width: 1800px) {
	.main_right {
		margin-left: 40px;
	}

	.main_left b {
		font-size: 80px;
	}

	.main_left span {
		font-size: 40px;
	}

	.main_right {
		font-size: 36px;
	}

	.main_right span {
		font-size: 54px;
	}

	.main_desc {
		font-size: 38px;
	}

	.main {
		background-position: right -30px top;
	}
}

@media (max-width: 1600px) {
	.main_txt {
		font-size: 28px;
	}

	.main_in {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 435px;
	}

	.main_right {
		margin-left: 0;
	}

	.main_left {
		margin-bottom: 40px;
	}

	.main {
		background-position: right -60px top;
	}

	.main_container {
		padding-bottom: 90px;
	}
}

@media (max-width: 1250px) {
	.main_logo:first-child {
		width: 156px;
		margin-top: 0;
	}

	.main_logo:last-child {
		width: 136px;
	}

	.main_logo img {
		width: 100%;
	}

	.main_logos {
		padding-top: 25px;
	}

	.main_txt {
		font-size: 20px;
		margin-bottom: 25px;
		line-height: 26px;
	}

	.main_left b {
		font-size: 58px;
	}

	.main_left span {
		font-size: 25px;
	}

	.main_left {
		margin-bottom: 25px;
		text-align: center;
	}

	.main_right span {
		font-size: 35px;
		margin-bottom: 10px;
	}

	.main_right {
		font-size: 23px;
	}

	.main_in {
		max-width: 320px;
	}

	.main_desc {
		font-size: 22px;
		width: 172px;
		line-height: 30px;
	}

	.main_container {
		padding: 78px 25px 90px 50px;
	}

	.main {
		background-position: right -109px top;
	}
}

@media (max-width: 990px) {
	.main_container {
		padding: 78px 25px 110px 20px;
	}

	.main {
		background-position: right -150px top;
	}

	.main_desc {
		right: 5px;
	}
}

@media (max-width: 770px) {
	.get-price__form .btn {
		margin-left: 0;
	}

	.main {
		background-image: url(../img/main-mob.jpg);
		background-size: 100% auto;
		background-position: right bottom;
	}

	.main_container {
		padding: 0 25px 480px 20px;
	}

	.main_logos {
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.main_txt {
		text-align: center;
		max-width: 280px;
		margin: 0 auto 25px;
	}

	.main_in {
		margin: 0 auto;
	}

	.main_desc {
		right: 90px;
	}
}

@media (max-width: 580px) {
	.main_container {
		padding: 0 25px 370px 20px;
	}

	.main_desc {
		right: 50px;
	}

	.header .right {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 480px) {

	.btn_header span,
	.header .to_map span {
		font-size: 14px;
	}

	.header .to_map span {
		text-transform: uppercase;
		font-size: 10px;
	}

	.header .right {
		gap: 5px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.btn_header {
		padding: 15px 8px;
	}

	.header .logo2 {
		margin-right: 0;
	}

	.header .item2 div {
		margin-right: 0;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.main_container {
		padding: 0 25px 320px 20px;
	}

	.main_desc {
		right: 0;
		width: 160px;
		bottom: 50px;
	}
}

@media (max-width: 430px) {
	.main {
		background-size: auto 100%;
		background-position: center top;
	}
}

@media (max-width: 396px) {
	.header .order-call span {
		white-space: nowrap;
		font-size: 10px;
	}

	.header .item1 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.my-modal {
	display: none;
}

.my-modal-bg {
	z-index: 11;
	position: fixed;

	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
}

.my-modal-content {
	width: 600px;
	position: fixed;
	top: 200px;
	left: calc((100% - 600px) / 2);
	z-index: 12;
	background: white;
	padding: 40px;
	border-radius: 15px;
}

.my-modal-close {
	position: absolute;
	right: -10px;
	/* padding: 5px; */
	top: -10px;
	background: white;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 70%;
	cursor: pointer;

}

.my-modal-close:hover {
	background: #f0f0f0;
}

@media (max-width: 767px) {
	.my-modal-content {
		width: 90%;
		top: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.my-modal1 {
	display: none;
}

.my-modal-bg1 {
	z-index: 11;
	position: fixed;

	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
}

.my-modal-content1 {
	width: 600px;
	position: fixed;
	top: 200px;
	left: calc((100% - 600px) / 2);
	z-index: 12;
	background: white;
	padding: 40px;
	border-radius: 15px;
}

.my-modal-close1 {
	position: absolute;
	right: -10px;
	/* padding: 5px; */
	top: -10px;
	background: white;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 70%;
	cursor: pointer;

}

.my-modal-close1:hover {
	background: #f0f0f0;
}

@media (max-width: 767px) {
	.my-modal-content1 {
		width: 90%;
		top: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.my-modal2 {
	display: none;
}

.my-modal-bg2 {
	z-index: 11;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
}

.my-modal-content2 {
	width: 600px;
	position: fixed;
	top: 200px;
	left: calc((100% - 600px) / 2);
	z-index: 12;
	background: white;
	padding: 40px;
	border-radius: 15px;
}

.my-modal-close2 {
	position: absolute;
	right: -10px;
	/* padding: 5px; */
	top: -10px;
	background: white;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 70%;
	cursor: pointer;

}

.my-modal-close2:hover {
	background: #f0f0f0;
}

@media (max-width: 767px) {
	.my-modal-content2 {
		width: 90%;
		top: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}