a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, 
meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt,
u, ul, var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
ol,
ul,
li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}
blockquote,
q {
	quotes: none;
}
table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
embed { 
	vertical-align: top;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
    height: auto;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
article,
aside,
details,
figcaption,
main,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
:focus,
:active,
:hover {
    outline: none;
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
	min-width: 320px;
	font-family: 'Roboto', sans-serif;
	color: #0C0202;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	overflow-x: hidden;
}
a {
	color: #0C0202;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select {
	font-family: 'Roboto', sans-serif;
}
input[type="text"],
input[type="email"] {
	-webkit-appearance: none;
}


/*------------------------------------------------------------
Wrapper
------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
}
.section-title {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 10px;
	font-size: 25px;
	font-weight: 400;
}
.section-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 90px;
	height: 3px;
	background: #951414;
}


/*----------------------------------------------------------------
Header
----------------------------------------------------------------*/

.header {
	position: relative;
	padding: 25px 0;
	background: #fff;
	z-index: 0;
}
.header--fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__descriptor {
	margin: 0 auto 0 50px;
}
.header__tdescriptor {
	margin: 0 0 10px;
	font-size: 13px;
}
.header__bdescriptor {
	font-size: 20px;
}
.header-nav {
	margin: 0 30px 0 auto;
}
.header-nav ul {
	display: flex;
	align-items: center;
}
.header-nav__item {
	margin: 0 15px;
}
.header-nav__link {
	color: #000;
	text-align: center;
}
.header-nav__link:hover,
.header-nav__link--active {
	color: #951414;
}
.header__contacts {
	display: flex;
	align-items: center;
}
.header__tel {
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 0 0 0 25px;
	color: #0C0202;
	font-size: 20px;
	font-weight: 500;
}
.header__tel:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-tel-red.svg) no-repeat;
	width: 12px;
	height: 17px;
	background-size: 12px 17px;
}
.header__tel:hover {
	color: #951414;
}
.header__callback {
	padding: 14px 30px;
	background: #3166B6;
	border: none;
	border-radius: 30px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.header__callback:hover {
	background: #951414;
}


/*------------------------------------------------------------
Adaptive slider container
------------------------------------------------------------*/

.adaptive-menu-container {
	position: fixed;
	padding: 135px 25px 60px;
	width: 205px;
	overflow-y: auto;
	left: -100%;
	z-index: 999;
	border-radius: 0 0 30px 0;
	background: #951414;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.adaptive-menu-container.adaptive-menu-container--open {
	left: 0;
}
.header__hamburger {
	display: none;
}
.adaptive-menu-container__close {
	position: absolute;
	left: 25px;
	top: 35px;
	background: url(../images/i/i-cross-white.svg) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.adaptive-menu-container__close:hover {
	opacity: 0.8;
}
.adaptive-menu-toggle {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border: none;
	background: transparent;
	cursor: pointer;
}
.menu-toggle-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.menu-toggle-line {
	position: absolute;
	background: #951414;
	display: block;
	margin: auto;
	height: 4px;
	width: 100%;
	border-radius: 3px;
}
.menu-toggle-line--1 {
	top: 0;
	-webkit-transition: width 0.2s ease 0.4s;
	-o-transition: width 0.2s ease 0.4s;
	transition: width 0.2s ease 0.4s;
}
.menu-toggle-line--2 {
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: width 0.2s ease 0.3s;
	-o-transition: width 0.2s ease 0.3s;
	transition: width 0.2s ease 0.3s;
}
.menu-toggle-line--3 {
	bottom: 0;
	width: 21px;
	-webkit-transition: width 0.2s ease 0.2s;
	-o-transition: width 0.2s ease 0.2s;
	transition: width 0.2s ease 0.2s;
}
.adaptive-nav__item {
	margin: 0 0 15px;
}
.adaptive-nav__link {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
.adaptive-nav__link--active,
.adaptive-nav__link:hover {
	color: #EC8686;
}


/*------------------------------------------------------------
Hero
------------------------------------------------------------*/

.hero {
	padding: 50px 0;
	background: #EAEDF1 url(../images/hero-bg.jpg) center top no-repeat;
	background-size: cover;
}
.hero__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero__description {
	margin: 0 0 10px;
	color: #0C0202;
	font-size: 24px;
}
.hero__title {
	margin: 0 0 15px;
	color: #951414;
	font-size: 45px;
	font-weight: 400;
}
.hero__sub {
	color: #0C0202;
	font-size: 20px;
}

/*------------------------------------------------------------
Services grid
------------------------------------------------------------*/

.services-grid__row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.services-grid__col {
	margin: 30px 0 0;
	padding: 0 15px;
	flex: 0 0 25%;
	max-width: 25%;
}
.service-card {
	border-radius: 15px;
	background-color: #fff;
	padding: 35px 25px;
	height: 100%;
}
.service-card__head {
	min-height: 61px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-card__ico {
	min-width: 73px;
}
.service-card__name {
	margin: 0 0 0 15px;
	text-align: right;
}
.service-card__namelink {
	color: #3166B6;
	font-size: 18px;
}
.service-card__namelink:hover {
	color: #951414;
}
.service-card__description {
	margin: 20px 0 0;
	color: #505358;
	font-size: 13px;
	line-height: 23px;
}

/*------------------------------------------------------------
Advantage section
------------------------------------------------------------*/

.s-advantage {
	padding: 60px 0 0;
}
.advantage-grid__row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.advantage-grid__col {
	margin: 0 0 60px 0;
	padding: 0 15px;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.advantage-card__ico {
	margin: 0 0 25px;
	min-height: 65px;
}
.advantage-card__title {
	margin: 0 0 10px;
	min-height: 60px;
	font-size: 20px;
	font-weight: 500;
}
.advantage-card__description {
	color: #938484;
	line-height: 24px;
	font-weight: 300;
}


/*------------------------------------------------------------
Reviews section
------------------------------------------------------------*/

.s-reviews {
	padding: 85px 0 50px;
	background: #F2F7FB;
}
.reviews-slider .slick-list {
	margin: 0 -15px;
}
.reviews-slider__item {
	margin: 0 15px;
}
.reviews-slider__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 500px;
	padding: 30px 40px 50px;
	background: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 15px;
}
.reviews-slider__head {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reviews-slider__name {
	color: #951414;
	font-size: 18px;
	font-weight: 500;
}
.reviews-slider__city {
	color: #938484;
	font-size: 14px;
	font-weight: 300;
}
.reviews-slider__content p {
	margin: 0 0 15px;
	line-height: 25px;
	font-style: italic;
}
.reviews-slider__btn {
	margin: auto 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #505358;
	border-radius: 15px;
	background-color: #fff;
	padding: 12px;
	color: #505358;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.reviews-slider__btn span {
	margin: 0 0 0 20px;
	background: url(../images/i/i-review-btn.svg) no-repeat;
	width: 28px;
	height: 30px;
	background-size: 28px 30px;
}
.reviews-slider__btn:hover {
	border-color: #951414;
	color: #951414;
}
.reviews-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	bottom: -23px;
	border-radius: 10px;
	border: none;
	background-color: #951414;
	width: 56px;
	height: 56px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	color: transparent;
}
.reviews-slider .slick-prev {
	right: calc(50% + 25px);
	background-image: url(../images/i/i-caret-white-l.svg);
}
.reviews-slider .slick-next {
	left: calc(50% + 25px);
	background-image: url(../images/i/i-caret-white-r.svg);
}
.reviews-slider .slick-arrow:hover {
	background-color: #505358;
}


/*------------------------------------------------------------
About section
------------------------------------------------------------*/

.s-about {
	padding: 60px 0 0;
}
.b-about {
	display: flex;
}
.b-about__ico {
	flex: 0 0 100px;
	max-width: 100px;
	margin: 0 30px 0 0;
}
.b-about__title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
}
.b-about__description {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}


/*------------------------------------------------------------
Contacts section
------------------------------------------------------------*/

.s-contacts {
	padding: 150px 0 0;
}
.contacts-map {
	height: 350px;
	border-radius: 15px;
	overflow: hidden;
}
.contacts-box {
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: -70px auto 0;
	padding: 25px;
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.map-scheme-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -60px;
	width: 225px;
	height: 45px;
	border-radius: 30px;
	border: none;
	background-color: #FF4434;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.map-scheme-btn.office-buttom-map {
	    right: inherit;
    top: -60px;
    left: 0;
}

.map-scheme-btn:hover {
	background-color: #000;
}
.map-scheme-btn span {
	margin: 0 15px 0 0;
	background: url(../images/i/i-scheme-map.svg) no-repeat;
	width: 35px;
	height: 36px;
	background-size: 35px 36px;
}
.contacts-box__row {
	display: flex;
	margin: 0 -15px;
}
.contacts-box__col {
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
    padding: 0 15px;
    display: flex;
    width: 100%;
        justify-content: space-between;
}
.contacts-box__title,
.contacts-box__content p {
	margin: 0 0 15px;
	font-size: 12px;
}
.contacts-box__title {
	font-weight: 500;
}
.contacts-box__content p {
	margin: 0 0 15px;
}
.contacts-box__content p:last-child {
	margin: 0;
}
.contacts-item {
	/*margin: 0 0 25px;*/
}
.contacts-item:last-child {
	margin: 0;
}
.contacts-item__title {
	margin: 0 0 10px;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
}
.contacts-item__city,
.contacts-item__link {
	position: relative;
	padding: 0 0 0 27px;
	font-size: 15px;
	font-weight: 500;
}
.contacts-item__link {
	color: #951414;
}
.contacts-item__link:hover {
	color: #000;
}
.contacts-item__city:before,
.contacts-item__link:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}
.contacts-item__city:before {
	background: url(../images/i/i-pin-red.svg) no-repeat;
	width: 15px;
	height: 18px;
	background-size: 15px 18px;
}
.contacts-item__link--tel:before {
	background: url(../images/i/i-tel-red.svg) no-repeat;
	width: 12px;
	height: 17px;
	background-size: 12px 17px;
}
.contacts-item__link--email:before {
	background: url(../images/i/i-email-red.svg) no-repeat;
	width: 16px;
	height: 14px;
	background-size: 16px 14px;
}


/*----------------------------------------------------------------
Footer
----------------------------------------------------------------*/

.footer {
        min-height: 460px;
    margin: -240px 0 0;
    padding: 380px 0 45px;
    background: #3E3E3E url(../images/footer-bg.jpg) center top no-repeat;
    background-size: cover;
}
.footer__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__copyright {
	margin: 0 0 0 20px;
}
.footer__copyright,
.footer__policylink,
.footer__poweredbylink {
	color: #fff;
	font-size: 14px;
}
.footer__policylink {
	text-decoration: underline;
}
.footer__poweredbylink {
	font-weight: 100;
}
.footer__policylink:hover,
.footer__poweredbylink:hover {
	color: #951414;
}


/*----------------------------------------------------------------
Modal
----------------------------------------------------------------*/

.scroll-disable,
.overflow-hidden {
	overflow: hidden;
}
.modal {
	display: none;
	width: 100%;
}
.modal-default {
	max-width: 460px;
	padding: 30px;
	width: 100%;
	background: #f4f4f4;
	border-radius: 5px;
	text-align: center;
}
.modal-default__title {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: 500;
}

/*----------------------------------------------------------------
Form styles
----------------------------------------------------------------*/

.default-form__group {
	margin: 0 0 15px 0;
}
.default-form__group:last-child {
	margin: 25px 0 0;
}
.default-form__input,
.default-form__textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #dcd8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 16px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.default-form__input {
	height: 44px;
	padding: 0 20px;
	line-height: 44px;
}
.default-form__input:focus {
	border-color: #999;
}
.default-form__input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.default-form__input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.default-form__input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.default-form__input:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.default-form__submit {
	display: inline-block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 15px 11px;
	width: 100%;
	background: #fff;
	border: 2px solid #951414;
	font-family: 'Roboto', sans-serif;
	color: #951414;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.default-form__submit:hover {
	background: #951414;
	color: #fff;
}


.privacy-policy-dyn {

}
.privacy-policy-dyn h1 {text-transform: uppercase;margin: 0 0 30px 0;}
.privacy-policy-dyn p {font-size: 14px;line-height: 18px;margin: 10px 0;}



/*----------------------------------------------------------------
Adaptive styles
----------------------------------------------------------------*/


@media only screen and (max-width: 1280px) {
	
	.services-grid__col {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}

}

@media only screen and (max-width: 1200px) {
	
	.header__hamburger {
		display: flex;
		margin: 0 15px 0 0;
	}
	.header-nav {
		display: none;
	}
	.header__descriptor {
		margin: 0 auto 0 15px;
	}
	.header__tel {
		margin: 0 15px 0 0;
	}

}


@media only screen and (max-width: 1000px) {

	.header__contacts {
		display: block;
		text-align: right;
	}
	.header__tel {
		margin: 0 0 10px 0;
	}
	.header__callback {
		display: block;
	}
	.services-grid__col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.s-advantage {
		padding: 40px 0;
	}
	.advantage-grid__col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.s-reviews {
		padding: 40px 0;
	}
	.reviews-slider__card {
		padding: 25px 15px 50px 15px;
	}
	.contacts-box {
		max-width: none;
		width: auto;
		margin: -70px 15px 0 15px;
	}	

}


@media only screen and (max-width: 767px) {
	
	.section-title {
		margin: 0 0 30px;
	}
	.header {
		padding: 15px 0;
	}
	.header__descriptor {
		display: none;
	}
	.header__logo {
		margin: 0 auto 0 0;
	}
	.hero__top {
		display: block;
		text-align: center;
	}
	.hero__img {
		display: none;
	}
	.advantage-grid__col {
		margin: 0 0 30px 0;
		flex: 0 0 100%;
		max-width: none;
	}
	.advantage-grid__col:last-child {
		margin: 0;
	}
	.advantage-card__ico,
	.advantage-card__title {
		margin: 0 0 15px;
		min-height: auto;
	}
	.s-contacts {
		padding: 40px 0 0;
	}
	.contacts-box__row {
		display: block;
	}
	.contacts-box__col {
		max-width: none;
	}
	.contacts-box__col:last-child {
		/*margin: 30px 0 0;*/
	}
	.contacts-box__col {
	    flex-direction: column;
	}
	.contacts-item {
	    margin: 0 0 25px;
	}
	.contacts-box__content p {
		margin: 0 0 10px;
	}
	.footer {
		padding-bottom: 45px;
	}
	.footer__row {
		display: block;
		text-align: center;
	}
	.footer__left {
		justify-content: center;
	}
	.footer__policy {
		margin: 15px 0;
	}

}


@media only screen and (max-width: 640px) {

	.hero {
		padding: 40px 0;
	}
	.hero__title {
		font-size: 32px;
	}
	.hero__description,
	.hero__sub {
		font-size: 16px;
		line-height: 20px;
	}
	.services-grid__col {
		flex: 0 0 100%;
		max-width: none;
		margin: 20px 0 0;
	}
	.s-about {
		padding: 40px 0 0;
	}
	.b-about {
		display: block;
	}
	.b-about__ico {
		display: none;
	}

}


@media only screen and (max-width: 480px) {
	
	.header__tel {
		font-size: 15px;
	}
	.header__callback {
		padding: 12px 5px;
		width: 170px;
		font-size: 12px;
	}
	.service-card {
		padding: 20px;
	}
	.modal-default {
		padding: 25px 15px;
	}
	.modal-default__title {
		margin: 0 0 25px;
		font-size: 22px;
	}

}



.numbers_data {margin: 135px 0 0 0;}
.numbers_data .numbers__about {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;align-content: center;}
.numbers_data .numbers__about .item {display: flex;width: 22%;align-content: center;align-items: center;margin: 26px 0;}
.numbers_data .numbers__about .item div {  }
.numbers_data .numbers__about .item div i {width: 104px;text-align: center;background: #951414;color: #fff;border-radius: 50px;line-height: 44px;font-size: 21px;font-style: normal;display: inline-block;font-weight: 500;}
.numbers_data .numbers__about .item span {padding: 0 8px;font-size: 16px;line-height: 20px;}

@media only screen and (max-width: 1110px) {
	.numbers_data .numbers__about {
		justify-content: flex-start;
	}
	.numbers_data .numbers__about .item {
		    width: 33%;
	}
}
@media only screen and (max-width: 900px) {
 
	.numbers_data .numbers__about .item {
		width: 50%;
	}
}
@media only screen and (max-width: 550px) {
 
	.numbers_data .numbers__about .item {
		width: 100%;
	}
	.numbers_data .numbers__about .item div i {
		line-height: 31px;
    font-size: 19px;
    width: 86px;
	}
	.numbers_data .numbers__about .item {
		margin: 7px 0;
	}

	.map-scheme-btn {
		right: inherit;
    	left: 0;
	}
	.map-scheme-btn.office-buttom-map {
		top: -113px;
	}
	.contacts-map {
		height: 420px;
	}
}

.brands {
margin: 70px 0 20px 0;
}
.brands .innerglobal {display: flex;flex-wrap: wrap;align-content: center;align-items: center;}
.brands .innerglobal .item {
	display: flex;
	width: 180px;
	height: 70px;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin: 0 auto;
	box-shadow: 0px 4px 3px 0px rgb(73 73 73 / 20%);
}
.brands .innerglobal .item i {display: inline-block;width: 91px;height: 70px;background-position: center;background-repeat: no-repeat;background-size: contain;}
.brands .innerglobal .itemBl {display: inline-block;height: 80px;}


#ajax-block-jv {
	max-width: 900px;
}
.form-row-personal-data-rul {
font-size: 12px;
    line-height: 18px;
}
.form-row-personal-data-rul a {
	    text-decoration: underline;
    color: #d20d0d;
}



.zagol-send-order {

}
.message-orede {
	
}