@import "../../fonts/MuseoSansCyrl_web/stylesheet.css" all;

/* Standard Tags */
body {
	font-family: 'Conv_MuseoSansCyrl-500';
	color: #07141a;
	-webkit-font-smoothing: subpixel-antialiased;
}

a {
	text-decoration: none;
}
/* \Standard Tags */

/* I Elements */
.l-main {
	/* min-width: 1150px; */
}

.i-thin {
	font-weight: 100 !important;
}

.i-clear {
	clear: both;
}

.i-block {
	margin: 0 auto;
	position: relative;
	max-width: 980px;
}

.i-lazyload {
	background: transparent url(images/empty.png) no-repeat center center !important;
	opacity: 0.0 !important;
	visibility: hidden !important;
}

.i-lazyload * {
	background: transparent url(images/empty.png) no-repeat center center !important;
}

.i-show_form {

}

.i-links a {
	color: #000;
	border-bottom: 1px dashed #000;
}
/* \I Elements */

/* Unique Elements */
.b-logo {
	background: transparent url(images/logo.png) no-repeat center center;
	width: 173px;
	height: 53px;
}

.b-logo-i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.b-contacts {
	text-align: right;
}

.b-contacts-phone {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    opacity: 1.0;
    color: #fff;
    font-family: 'Conv_MuseoSansCyrl-900';
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.b-contacts-phone-i {
	color: #fff;
	text-decoration: none;
	outline: none !important;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-contacts-phone:hover .b-contacts-phone-i {
	color: #ffdc50;
}

.b-contacts-ordercall {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    font-family: 'Conv_MuseoSansCyrl-500';
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-contacts-ordercall-i {
    color: inherit;
    border-bottom: none;
    outline: none !important;
    color: #ffdc50;
    text-decoration: none;
    border-bottom: 1px solid #ffdc50;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.b-contacts-ordercall:hover {
}

.b-contacts-ordercall:hover .b-contacts-ordercall-i {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.0);
}

.b-form-input {
	display: inline-block;
	vertical-align: middle;
	width: 290px;
	height: 48px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
	border: 1px solid #b1b1b1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-ordercall-form .b-form-input {
    width: 345px;
}

.b-form-input_focus {
	border: 1px solid #ffce47;
	background: #fff;
}

.b-form-input_hover {
	background: #fafafa;
}

.b-form-input input {
	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	font-size: 18px;
	line-height: 100%;
	outline: none;
	font-weight: normal;
	font-family: 'Conv_MuseoSansCyrl-300';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-form-input input::-webkit-input-placeholder {
   line-height: normal;
   color: #a0a0a0;
}

.b-form-input input:-moz-placeholder { /* Firefox 18- */
   /*line-height: 100%;*/
   color: #a0a0a0;
}

.b-form-input input::-moz-placeholder {  /* Firefox 19+ */
   /*line-height: 100%;*/
   color: #a0a0a0;
}

.b-form-input input:-ms-input-placeholder {  
   line-height: normal;
   color: #a0a0a0;
}

.b-button {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	text-align: center;
}

.b-button-i {
	display: block;
	padding-left: 35px;
	padding-right: 35px;
	font-family: 'Conv_MuseoSansCyrl-700';
	font-size: 18px;
	line-height: 50px;
	color: #000;
	height: 100%;
	border: none;
	background: transparent;
	margin: 0 auto;
	outline: none !important;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(255,230,174,0.69);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-button_active {
}

.b-button_common {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdb5c+0,ffad0e+100 */
	background: #ffdb5c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffdb5c 0%, #ffad0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffdb5c 0%,#ffad0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffdb5c 0%,#ffad0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb5c', endColorstr='#ffad0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #ffdd66;
	height: 52px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 0px #9f7200;
	box-shadow: 0px 3px 0px #9f7200;
}

.b-button_common_white {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(200,201,209,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(200,201,209,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(200,201,209,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(200,201,209,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(200,201,209,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(200,201,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c9d1', GradientType=0 );
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.37), 0px 0px 54px rgba(255,255,255,0.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.37), 0px 0px 54px rgba(255,255,255,0.3);
}

.b-button_common_white .b-button-i {
	color: #1e153c;
}

.b-button_common_green {
	background: rgba(33,192,86,1);
	background: -moz-linear-gradient(top, rgba(33,192,86,1) 0%, rgba(15,133,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,192,86,1)), color-stop(100%, rgba(15,133,58,1)));
	background: -webkit-linear-gradient(top, rgba(33,192,86,1) 0%, rgba(15,133,58,1) 100%);
	background: -o-linear-gradient(top, rgba(33,192,86,1) 0%, rgba(15,133,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(33,192,86,1) 0%, rgba(15,133,58,1) 100%);
	background: linear-gradient(to bottom, rgba(33,192,86,1) 0%, rgba(15,133,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21c056', endColorstr='#0f853a', GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 13px rgba(255,255,255,0.4);
	box-shadow: inset 0px 0px 13px rgba(255,255,255,0.4);
	height: 46px;
}

.b-button_common_green .b-button-i {
	color: #fff;
	line-height: 45px;
	padding-left: 35px;
	padding-right: 35px;
}

.b-button_common.b-button_active {
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	filter: grayscale(70%);
}

.b-button_common_white.b-button_active {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.b-button_common_white.b-button_active .b-button-i {
	color: #ffbd26;
}

.b-form-block-body-line_submit .b-button_common {
	height: 57px;
	width: 345px;
}

.b-form-block-body-line_submit .b-button_common .b-button-i {
	font-size: 18px;
	line-height: 57px;
	padding: 0;
	width: 100%;
}
/* \Unique Elements */

/* Block Styles */

/* Header */
.b-block_header {
	background: #a09288 url(images/header.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_header .b-block-i {
	height: 873px;
}

.b-block_header .b-logo {
	position: absolute;
	left: 20px;
	top: 8px;
}

.b-block_header-name {
	position: absolute;
	left: 221px;
	top: 8px;
	height: 60px;
	font-size: 0;
	text-align: left;
	white-space: nowrap;
}

.b-block_header-name-l {
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}

.b-block_header-name-c {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
	font-family: 'Conv_MuseoSansCyrl-500';
}

.b-block_header .b-contacts {
	position: absolute;
	right: 20px;
	top: 16px;
}

.b-block_header .b-header {
	position: absolute;
	left: 20px;
	top: 225px;
	text-align: left;
	/* white-space: nowrap; */
	z-index: 2;
}

.b-block_header .b-header h1 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    font-family: 'Conv_MuseoSansCyrl-900';
    margin-bottom: 45px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .b-block_header .b-header h1 {
        font-size: 28px; /* Уменьшаем размер */
        margin-bottom: 30px; /* Корректируем отступ */
    }
}

/* Дополнительно для мобильных устройств */
@media (max-width: 480px) {
    .b-block_header .b-header h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.b-block_header .b-header h2 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 120%;
    color: #ffdc50;
    font-family: 'Conv_MuseoSansCyrl-900';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.b-block_header-benefits {
	margin-bottom: 45px;
}

.b-block_header-benefits__item {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	font-family: 'Conv_MuseoSansCyrl-700';
	text-transform: uppercase;
}

.b-block_header-benefits__item strong {
	font-weight: normal;
	font-family: 'Conv_MuseoSansCyrl-900';
}

.b-block_header-benefits__item_1 {
	background: transparent url(images/header/1.png) no-repeat left 5px;
	padding-left: 50px;
	margin-right: 77px;
}

.b-block_header-benefits__item_2 {
	background: transparent url(images/header/2.png) no-repeat left 5px;
	padding-left: 55px;
	margin-right: 60px;
}

.b-block_header-benefits__item_3 {
	background: transparent url(images/header/3.png) no-repeat left 5px;
	padding-left: 45px;
}

.b-block_header-partners {
	position: absolute;
	left: 0px;
	top: 755px;
	width: 100%;
	text-align: center;
}

.b-block_header-partners-header {
	font-size: 0;
	white-space: nowrap;
	margin-bottom: 10px;
}

.b-block_header-partners-header__item {
	display: inline-block;
	vertical-align: middle;
}

.b-block_header-partners-header__item_line {
	width: 357px;
	height: 1px;
	background: rgba(255,255,255,0.3);
}

.b-block_header-partners-header__item_text {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-family: 'Conv_MuseoSansCyrl-500';
	margin-left: 22px;
	margin-right: 22px;
	text-transform: uppercase;
}

.b-block_header-partners-content {
	height: 65px;
	background: transparent url(images/header/logos.png) no-repeat center center;
}
/* \Header */

/* Services */
.b-block_services {
	background: #fff;
}

.b-block_services .b-block-i {
	height: 721px;
}

.b-block_services-header {
	position: absolute;
	left: 20px;
	top: 75px;
	font-size: 40px;
	line-height: 40px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-900';
	text-transform: uppercase;
}

.b-block_services-image {
	position: absolute;
	left: -96px;
	top: 172px;
	width: 697px;
	height: 458px;
	background: transparent url(images/services.jpg) no-repeat center center;
}

.b-block_services-buttons__item {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.78) url(images/services/plus.png) no-repeat center center;
	cursor: pointer;
	opacity: 1.0;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 18px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 18px rgba(0,0,0,0.24);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_services-buttons__item:hover {
	background: rgba(238,120,28,0.78) url(images/services/plus.png) no-repeat center center;
}

.b-block_services-buttons__item_active {
	background: rgba(255,255,255,0.78) url(images/services/plus_a.png) no-repeat center center !important;
	cursor: default;
}

.b-block_services-buttons__item_1 {
	left: 111px;
	top: 378px;
}

.b-block_services-buttons__item_2 {
	left: 12px;
	top: 293px;
}

.b-block_services-buttons__item_3 {
	left: 221px;
	top: 405px;
}

.b-block_services-buttons__item_4 {
	left: 312px;
	top: 492px;
}

.b-block_services-buttons__item_5 {
	left: 354px;
	top: 210px;
}

.b-block_services-buttons__item_6 {
	left: 395px;
	top: 486px;
}

.b-block_services-buttons__item_7 {
	left: 265px;
	top: 357px;
}

.b-block_services-buttons__item_8 {
	left: 221px;
	top: 471px;
}

.b-block_services-pages__item {
	position: absolute;
	left: 615px;
	top: 220px;
	text-align: left;
	opacity: 0.0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_services-pages__item_active {
	opacity: 1.0;
	visibility: visible;
}

.b-block_services-pages__item-header {
	padding-left: 40px;
	font-size: 22px;
	line-height: 120%;
	text-align: left;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-700';
	padding-bottom: 10px;
	border-bottom: 3px solid #fc8540;
	margin-bottom: 15px;
	width: 325px;
}

.b-block_services-pages__item_1 .b-block_services-pages__item-header {
	background: transparent url(images/services/1.png) no-repeat left 5px;
}

.b-block_services-pages__item_2 .b-block_services-pages__item-header {
	background: transparent url(images/services/2.png) no-repeat left 5px;
}

.b-block_services-pages__item_3 .b-block_services-pages__item-header {
	background: transparent url(images/services/3.png) no-repeat left 5px;
}

.b-block_services-pages__item_4 .b-block_services-pages__item-header {
	background: transparent url(images/services/4.png) no-repeat left 5px;
}

.b-block_services-pages__item_5 .b-block_services-pages__item-header {
	background: transparent url(images/services/5.png) no-repeat left 5px;
}

.b-block_services-pages__item_6 .b-block_services-pages__item-header {
	background: transparent url(images/services/6.png) no-repeat left 5px;
}

.b-block_services-pages__item_7 .b-block_services-pages__item-header {
	background: transparent url(images/services/7.png) no-repeat left 5px;
}

.b-block_services-pages__item_8 .b-block_services-pages__item-header {
	background: transparent url(images/services/8.png) no-repeat left top;
}

.b-block_services-pages__item-content {
	font-size: 16px;
	line-height: 27px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-500';
	text-align: left;
}

.b-block_services-pages__item-content-list {
	padding-top: 15px;
}

.b-block_services-pages__item-content-list__item {
	padding-left: 35px;
	margin-bottom: 5px;
	background: transparent url(images/list.png) no-repeat 15px center;
}
.b-block_services-pages {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px; /* Добавляем отступ */
    width: 100%; /* Чтобы занимал всю ширину */
    text-align: center; /* Центрирование контента */
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .b-block_services {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b-block_services-pages {
        position: static; /* Убираем абсолютное позиционирование */
        width: 90%; /* Уменьшаем ширину */
        margin-top: 30px; /* Добавляем отступ сверху */
    }

    .b-block_services .b-block-i {
        min-height: auto; /* Делаем высоту динамической */
        padding-bottom: 40px; /* Добавляем отступ снизу */
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
    .b-block_services-header {
        font-size: 28px; /* Уменьшаем заголовок */
        top: 50px;
    }

    .b-block_services-image {
        width: 100%; /* Масштабируем изображение */
        height: auto;
        left: 0;
        top: 150px;
    }

    .b-block_services-pages {
        width: 100%;
        margin-top: 20px;
    }
}
/* \Services */

/* Why */
.b-block_why {
	background: #efe9c7 url(images/why.jpg) no-repeat right top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_why .b-block-i {
	height: 985px;
}

.b-block_why-bottom {
	position: absolute;
	left: 0px;
	top: 842px;
	width: 100%;
	height: 251px;
	overflow: hidden;
	z-index: 10;
}

.b-block_why-bottom-i {
	width: 980px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.b-block_why-bottom-content {
	position: absolute;
	left: 58px;
	top: 36px;
	width: 2000px;
	height: 150px;
	background: #ff873f;
}

.b-block_why-bottom-content-i {
	padding-left: 225px;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-family: 'Conv_MuseoSansCyrl-700';
	text-align: left;
	padding-top: 17px;
}

.b-block_why-bottom-image {
	position: absolute;
	left: 8px;
	top: 0px;
	width: 238px;
	height: 251px;
	background: transparent url(images/why_image.png) no-repeat center center;
}

.b-block_why-header {
	position: absolute;
	left: 20px;
	top: 65px;
	text-align: left;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    font-family: 'Conv_MuseoSansCyrl-900';
    text-transform: uppercase;
}

.b-block_why-items {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 200px;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.b-block_why__item {
	display: inline-block;
	vertical-align: top;
	padding-left: 75px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Conv_MuseoSansCyrl-500';
	margin-bottom: 65px;
}

.b-block_why__item strong {
	font-weight: normal;
	font-family: 'Conv_MuseoSansCyrl-900';
	text-transform: uppercase;
}

.b-block_why__item_1 {
	background: transparent url(images/why/1.png) no-repeat left 5px;
	width: 330px;
}

.b-block_why__item_2 {
	background: transparent url(images/why/2.png) no-repeat 12px 5px;
}

.b-block_why__item_3 {
	background: transparent url(images/why/3.png) no-repeat 10px 5px;
	width: 330px;
}

.b-block_why__item_4 {
	background: transparent url(images/why/4.png) no-repeat 4px 5px;
}

.b-block_why__item_5 {
	background: transparent url(images/why/5.png) no-repeat 6px 5px;
}
/* \Why */

/* Cover */
.b-block_cover {
	background: #fff url(images/cover.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_cover .b-block-i {
	height: 730px;
	background: transparent url(images/cover_image.png) no-repeat 309px bottom;
}

.b-block_cover .b-header {
	position: absolute;
	left: 20px;
	top: 195px;
	text-align: left;
}

.b-block_cover .b-header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 40px;
	line-height: 120%;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-900';
	margin-bottom: 25px;
	text-transform: uppercase;
}

.b-block_cover .b-header h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-500';
	margin-bottom: 30px;
}
/* \Cover */

/* Control */
.b-block_control {
	background: #d0dde5 url(images/control.jpg) no-repeat right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_control .b-block-i {
	height: 800px;
}

.b-block_control-header {
	position: absolute;
	left: 20px;
	top: 55px;
    text-align: left;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    font-family: 'Conv_MuseoSansCyrl-900';
    text-transform: uppercase;
}

.b-block_control-items {
	position: absolute;
	left: 20px;
	top: 190px;
	text-align: left;
	white-space: nowrap;
}

.b-block_control__item {
	padding-left: 45px;
	background: transparent url(images/control_list.png) no-repeat left top;
	margin-bottom: 35px;
}

.b-block_control__item-header {
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-900';
	margin-bottom: 5px;
	text-transform: uppercase;
}

.b-block_control__item-content {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-500';
}

.b-block_control-note {
	position: absolute;
	left: 20px;
	top: 534px;
	border: 3px solid #fc8540;
}

.b-block_control-note-i {
	padding: 20px 25px;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Conv_MuseoSansCyrl-900';
	text-align: left;
}
/* \Control */

/* Work */
.b-block_work {
	background: #eae9e7 url(images/work.jpg) no-repeat right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_work .b-block-i {
	height: 800px;
}

.b-block_work-header {
	position: absolute;
	left: 20px;
	top: 70px;
	font-size: 40px;
    line-height: 40px;
    color: #000;
    font-family: 'Conv_MuseoSansCyrl-900';
    text-transform: uppercase;
}

.b-block_work-items {
	position: absolute;
	left: 20px;
	top: 165px;
	text-align: left;
	white-space: nowrap;
}

.b-block_work__item {
	padding-left: 100px;
	margin-bottom: 35px;
}

.b-block_work__item_1 {
	background: transparent url(images/work/1.png) no-repeat 1px center;
}

.b-block_work__item_2 {
	background: transparent url(images/work/2.png) no-repeat 6px center;
}

.b-block_work__item_3 {
	background: transparent url(images/work/3.png) no-repeat 9px center;
}

.b-block_work__item_4 {
	background: transparent url(images/work/4.png) no-repeat 14px center;
}

.b-block_work__item_5 {
	background: transparent url(images/work/5.png) no-repeat 6px center;
}

.b-block_work__item-header {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-family: 'Conv_MuseoSansCyrl-900';
    margin-bottom: 5px;
    text-transform: uppercase;
}

.b-block_work__item-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Conv_MuseoSansCyrl-500';
}
/* \Work */

/* Sertificates */
.b-block_sertificates {
	background: #fff;
}

.b-block_sertificates .b-block-i {
	height: 425px;
}

.b-block_sertificates-pages__item {
	position: absolute;
	left: 0px;
	top: 41px;
	width: 100%;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
	opacity: 0.0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_sertificates-pages__item_active {
	opacity: 1.0;
	visibility: visible;
}

.b-block_sertificates-pages__item__item {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-left: 23px;
	margin-right: 23px;
}

.b-block_sertificates-pages__item__item_1 {
	margin-left: 20px;
}

.b-block_sertificates-pages__item__item_4 {
	margin-right: 20px;
}

.b-block_sertificates-pages__item__item-block {
	width: 100%;
	height: 268px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 10px;
	background: #fff;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.b-block_sertificates-pages__item_1 .b-block_sertificates-pages__item__item_1 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/1/1.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_1 .b-block_sertificates-pages__item__item_2 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/1/2.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_1 .b-block_sertificates-pages__item__item_3 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/1/3.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_1 .b-block_sertificates-pages__item__item_4 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/1/4.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_2 .b-block_sertificates-pages__item__item_1 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/2/1.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_2 .b-block_sertificates-pages__item__item_2 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/2/2.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_2 .b-block_sertificates-pages__item__item_3 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/2/3.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_2 .b-block_sertificates-pages__item__item_4 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/2/4.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_3 .b-block_sertificates-pages__item__item_1 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/3/1.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_3 .b-block_sertificates-pages__item__item_2 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/3/2.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_3 .b-block_sertificates-pages__item__item_3 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/3/3.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_3 .b-block_sertificates-pages__item__item_4 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/3/4.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_4 .b-block_sertificates-pages__item__item_1 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/4/1.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_4 .b-block_sertificates-pages__item__item_2 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/4/2.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item_4 .b-block_sertificates-pages__item__item_3 .b-block_sertificates-pages__item__item-block {
	background: transparent url(images/sertificates/4/3.jpg) no-repeat center center;
}

.b-block_sertificates-pages__item__item-block-link {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	outline: none !important;
	padding-left: 20px;
	background: transparent url(images/sertificates/zoom.png) no-repeat left center;
}

.b-block_sertificates-pages__item__item-block-link span {
	font-size: 16px;
	line-height: 16px;
	color: #ed6400;
	border-bottom: 1px solid #ed6400;
	font-family: 'Conv_MuseoSansCyrl-500';
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_sertificates-pages__item__item-block-link:hover span {
	color: #000;
	border-bottom: 1px solid rgba(255,255,255,0.0);
}

.b-block_sertificates-controls {
	position: absolute;
	left: 0px;
	top: 377px;
	width: 100%;
	height: 26px;
	background: transparent url(images/cases/line.png) no-repeat center center;
}

.b-block_sertificates-controls-i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 734px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.b-block_sertificates-controls__item {
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	line-height: 26px;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_sertificates-controls__item_left {
	width: 26px;
	background: transparent url(images/cases/left.png) no-repeat center center;
	cursor: pointer;
}

.b-block_sertificates-controls__item_left:hover {
	opacity: 0.5;
}

.b-block_sertificates-controls__item_right {
	width: 26px;
	background: transparent url(images/cases/right.png) no-repeat center center;
	cursor: pointer;
}

.b-block_sertificates-controls__item_right:hover {
	opacity: 0.5;
}

.b-block_sertificates-controls__item_numerator {
	font-size: 20px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-500';
	width: 50px;
	text-align: center;
}
/* \Sertificates */

/* Cases */
.b-block_cases {
	background: #fff;
}

.b-block_cases .b-block-i {
	height: 780px;
}

.b-block_cases-header {
	position: absolute;
	left: 20px;
	top: 20px;
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-family: 'Conv_MuseoSansCyrl-900';
    text-transform: uppercase;
}

.b-block_cases-pages__item {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	height: 565px;
	opacity: 0.0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_cases-pages__item_active {
	opacity: 1.0;
	visibility: visible;
}

.b-block_cases-pages__item-i {
	position: relative;
	width: 100%;
	height: 100%;
}

.b-block_cases-pages__item-photos__item {
	position: absolute;
}

.b-block_cases-pages__item-photos__item_1 {
	left: 20px;
	top: 0px;
	width: 620px;
	height: 395px;
}

.b-block_cases-pages__item-photos__item_2 {
	left: 20px;
	top: 402px;
	width: 202px;
	height: 138px;
}

.b-block_cases-pages__item-photos__item_3 {
	left: 229px;
	top: 402px;
	width: 202px;
	height: 138px;
}

.b-block_cases-pages__item-photos__item_4 {
	left: 438px;
	top: 402px;
	width: 202px;
	height: 138px;
}

.b-block_cases-pages__item_1 .b-block_cases-pages__item-photos__item_1 {
	background: transparent url(images/cases/1/1.jpg) no-repeat center center;
}

.b-block_cases-pages__item_1 .b-block_cases-pages__item-photos__item_2 {
	background: transparent url(images/cases/1/2.jpg) no-repeat center center;
}

.b-block_cases-pages__item_1 .b-block_cases-pages__item-photos__item_3 {
	background: transparent url(images/cases/1/3.jpg) no-repeat center center;
}

.b-block_cases-pages__item_1 .b-block_cases-pages__item-photos__item_4 {
	background: transparent url(images/cases/1/4.jpg) no-repeat center center;
}

.b-block_cases-pages__item_2 .b-block_cases-pages__item-photos__item_1 {
	background: transparent url(images/cases/2/1.jpg) no-repeat center center;
}

.b-block_cases-pages__item_2 .b-block_cases-pages__item-photos__item_2 {
	background: transparent url(images/cases/2/2.jpg) no-repeat center center;
}

.b-block_cases-pages__item_2 .b-block_cases-pages__item-photos__item_3 {
	background: transparent url(images/cases/2/3.jpg) no-repeat center center;
}

.b-block_cases-pages__item_2 .b-block_cases-pages__item-photos__item_4 {
	background: transparent url(images/cases/2/4.jpg) no-repeat center center;
}

.b-block_cases-pages__item_3 .b-block_cases-pages__item-photos__item_1 {
	background: transparent url(images/cases/3/1.jpg) no-repeat center center;
}

.b-block_cases-pages__item_3 .b-block_cases-pages__item-photos__item_2 {
	background: transparent url(images/cases/3/2.jpg) no-repeat center center;
}

.b-block_cases-pages__item_3 .b-block_cases-pages__item-photos__item_3 {
	background: transparent url(images/cases/3/3.jpg) no-repeat center center;
}

.b-block_cases-pages__item_3 .b-block_cases-pages__item-photos__item_4 {
	background: transparent url(images/cases/3/4.jpg) no-repeat center center;
}

.b-block_cases-pages__item-photos__item-link {
	display: block;
	text-decoration: none;
	outline: none !important;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(images/zoom.png) no-repeat center center;
	opacity: 0.0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_cases-pages__item-photos__item:hover .b-block_cases-pages__item-photos__item-link {
	opacity: 1.0;
	visibility: visible;
}

.b-block_cases-pages__item-content {
	position: absolute;
	left: 670px;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-500';
	text-align: left;
	white-space: normal;
	padding-right: 20px;
}

.b-block_cases-controls {
	position: absolute;
	left: 0px;
	top: 671px;
	width: 100%;
	height: 26px;
	background: transparent url(images/cases/line.png) no-repeat center center;
}

.b-block_cases-controls-i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 734px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.b-block_cases-controls__item {
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	line-height: 26px;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_cases-controls__item_left {
	width: 26px;
	background: transparent url(images/cases/left.png) no-repeat center center;
	cursor: pointer;
}

.b-block_cases-controls__item_left:hover {
	opacity: 0.5;
}

.b-block_cases-controls__item_right {
	width: 26px;
	background: transparent url(images/cases/right.png) no-repeat center center;
	cursor: pointer;
}

.b-block_cases-controls__item_right:hover {
	opacity: 0.5;
}

.b-block_cases-controls__item_numerator {
	font-size: 20px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-500';
	width: 50px;
	text-align: center;
}
/* \Cases */

/* End */
.b-block_end {
	background: #8c8074 url(images/end.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_end .b-block-i {
	height: 800px;
}

.b-block_end .b-header {
	position: absolute;
	left: 20px;
	top: 250px;
	text-align: left;
	white-space: nowrap;
	z-index: 2;
}

.b-block_end .b-header h1 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    font-family: 'Conv_MuseoSansCyrl-900';
    text-transform: uppercase;
    margin-bottom: 15px;
}

.b-block_end .b-header h2 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-family: 'Conv_MuseoSansCyrl-500';
    margin-bottom: 35px;
}

.b-block_end .b-header h2 strong {
	font-family: 'Conv_MuseoSansCyrl-900';
}

.b-block_footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(82,60,49,0.50);
	z-index: 10;
}

.b-block_footer .b-block-i {
	height: 97px;
}

.b-block_footer .b-logo {
	/* position: absolute; */
	/* left: 20px; */
	/* top: 13px; */
	width: 156px;
	height: 47px;
	background: transparent url(images/logo_end.png) no-repeat center center;
}

.b-block_footer .b-block_header-name {
	position: absolute;
	left: 205px;
	top: 13px;
	height: 50px;
}

.b-block_footer .b-block_header-name-c {
	font-size: 12px;
}

.b-block_footer .b-contacts {
	position: absolute;
	right: 20px;
	top: 15px;
}

.b-block_footer .b-contacts-phone {
	font-size: 20px;
	line-height: 20px;
}

.b-block_footer .b-contacts-ordercall {
	font-size: 14px;
	line-height: 16px;
}

.b-block_footer-addr {
	/* position: absolute; */
	/* left: 498px; */
	/* top: 16px; */
	text-align: left;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
	font-family: 'Conv_MuseoSansCyrl-500';
}

.b-block_footer-addr-link {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	text-decoration: none;
	outline: none !important;
	color: #ffdc50;
	border-bottom: 1px solid #ffdc50;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_footer-addr-link:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.0);
}

.b-footer-made {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	text-align: center;
	color: #DAB58D;
	font-size: 9px;
	font-weight: normal;
	font-family: 'Conv_MuseoSansCyrl-500';
}

.b-footer-made a {
	font-weight: normal;
	color: #DAB58D;
	font-family: 'Conv_MuseoSansCyrl-500';
}

.b-footer-made a span {
	font-size: 11px;
	font-weight: normal;
	color: #DAB58D;
}

.b-footer-made a:hover {
	border-bottom: 1px solid #DAB58D;
}
/* \End */

/* Up Forms */
#lean_overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #3b332c;
	display: none;
}

.b-ordercall-form, .i-order_call-h, .i-order_call-h2, .i-order_call-h3 {
	display: none;
}

.b-ordercall-form {
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 0;
	text-align: center;
	width: 420px;
	border: 1px solid #ffda5c;
	padding: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.b-ordercall-form-h {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.b-ordercall-form-exit {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 53px;
    height: 53px;
    background: transparent url(images/form_close.png) no-repeat center center;
    padding: 0;
    margin: 0;
    opacity: 1.0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.i-ordercall_exit {
	display: block;
	width: 100%;
	height: 100%;
	outline: none !important;
	text-decoration: none;
	border: 0px;
	font-size: 0px;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: none !important;
}

.b-ordercall-form-exit:hover {
	opacity: 0.5;
}

.b-ordercall-form-header {
	margin: 0;
	color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    padding-top: 45px;
    text-align: center;
    font-size: 22px;
    line-height: 120%;
    font-weight: normal;
    font-family: 'Conv_MuseoSansCyrl-900';
    text-transform: uppercase;
}

.b-ordercall-form-message_support {
	font-size: 16px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Conv_MuseoSansCyrl-500';
}

.b-form-block-body-line {
	border: none;
}

.b-form-license {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 120%;
	color: #000;
	margin-top: -10px;
	text-align: left;
	font-family: 'Conv_MuseoSansCyrl-500';
	min-height: 22px;
	background: transparent url(images/lock.png) no-repeat left center;
	padding-left: 28px;
	margin-bottom: 35px;
}

#done-form, #error-form {
	width: 450px;
}

#done-form .b-ordercall-form-header, #error-form .b-ordercall-form-header {
	margin-top: 0px;
}

#done-form .b-ordercall-form-message_support, #error-form .b-ordercall-form-message_support {
	margin-bottom: 0;
	padding-bottom: 40px;
}

#show-map {
	width: 775px;
	padding: 0px;
	padding-bottom: 0px;
	background: #ccc url(images/ajax-loader.gif) no-repeat center center;
	border: 0;
}

#show-map .b-ordercall-form-header {
	display: none;
}

.b-cool_form-label {
	width: 360px;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: left;
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
}
/* \Up Forms */

/* \Block Styles */

.i-preload {
	width: 0px;
	height: 0px;
}

.i-fuckedup {
	opacity: 0.0;
	visibility: hidden;
}

/* Pretty Image */
.pp_top, .pp_bottom {
	display: none;
}

.pp_left {
	background: transparent !important;
	padding: 0 !important;
}

.pp_right {
	background: transparent !important;
	padding: 0 !important;
}

.pp_social {
	display: none;
}

.pp_close {
	background: transparent !important;
	font-size: 14px !important;
	border-bottom: 1px dotted #fff;
	color: #fff;
    width: auto !important;
    height: auto !important;
    text-indent: 0px !important;
}

.pp_content {
	background: transparent !important;
}
/* \Pretty Image */

.b-form-block-body-line_submit {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.b-ordercall-form .b-form-block-body-line_submit {
	padding-top: 0px;
}

.i-preloader {
	position: absolute;
	left: -10000px;
	top: 0px;
	width: 0px;
	height: 0px;
}

.b-ordercall-form_cart-top {
	background: #fff;
}

.b-ordercall-form_cart-top-i {
	height: 87px;
	position: relative;
}

.b-ordercall-form_cart-top-label {
	position: absolute;
	left: 24px;
	top: 20px;
	text-align: left;
}

.b-ordercall-form_cart-top-label-top {
	font-size: 19px;
	line-height: 19px;
	color: #433081;
	font-family: 'breweryno2_xbold';
	margin-bottom: 5px;
}

.b-ordercall-form_cart-top-label-bottom {
	font-size: 14px;
	line-height: 14px;
	color: #424242;
	font-family: 'latoregular';
}

.b-ordercall-form_cart-top-button {
	position: absolute;
	right: 22px;
	top: 18px;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-ordercall-form_cart-mid__item {
	width: 384px;
	margin: 0 auto;
	background: #f0f0f0;
	margin-bottom: 13px;
}

.b-ordercall-form_cart-mid__item-i {
	height: 131px;
	font-size: 0;
	white-space: nowrap;
	text-align: left;
	position: relative;
}

.b-ordercall-form_cart-mid__item__column {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.b-ordercall-form_cart-mid__item__column-i {
	height: 100%;
	width: 100%;
	position: relative;
}

.b-ordercall-form_cart-mid__item__column_1 {
}

.b-ordercall-form_cart-mid__item__column_1 .b-ordercall-form_cart-mid__item__column-i {
	position: static;
}

.b-ordercall-form_cart-mid__item__column_2 {
}

.b-ordercall-form_cart-mid__item__column_2 .b-ordercall-form_cart-mid__item__column-i {
	position: static;
}

.b-ordercall-form_cart-mid__item__column_3 {
}

.b-ordercall-form_cart-mid__item__column_3 .b-ordercall-form_cart-mid__item__column-i {
	position: static;
}

.b-ordercall-form_cart-mid__item__column_4 {
}

.b-ordercall-form_cart-mid__item__column_4 .b-ordercall-form_cart-mid__item__column-i {
	position: static;
}

.b-ordercall-form_cart-mid__item__column_5 {
}

.b-ordercall-form_cart-mid__item__column_5 .b-ordercall-form_cart-mid__item__column-i {
	position: static;
}

.b-ordercall-form_cart-mid__item__column-remove {
	position: absolute;
	right: 16px;
	top: 17px;
	width: 23px;
	height: 23px;
	background: transparent url(images/cart_remove.png) no-repeat center center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-ordercall-form_cart-mid__item__column-remove:hover {
	opacity: 0.5;
}

.b-ordercall-form_cart-mid__item__column_2 {
	text-align: center;
}

.b-ordercall-form_cart-mid__item__column_2 .b-ordercall-form_cart-mid__item__column-i {
	position: absolute;
	left: 15px;
	top: 13px;
	background: #fff;
	border: 1px solid #d8d8d8;
	width: 102px;
	height: 102px;
	text-align: center;
}

.b-ordercall-form_cart-mid__item__column_2-i {
	width: 0px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.b-ordercall-form_cart-mid__item__column-image {
	vertical-align: middle;
	height: 70px;
}

.b-ordercall-form_cart-mid__item__column_3 {
}

.b-ordercall-form_cart-mid__item__column_3-i {

}

.b-ordercall-form_cart-mid__item__column_3-text {
	position: absolute;
	left: 140px;
	top: 16px;
	text-align: left;
	font-size: 19px;
	line-height: 21px;
	color: #2b2b2b;
	font-family: 'breweryno2_xbold';
	width: 190px;
	white-space: normal;
}

.b-ordercall-form_cart-mid__item__column_4 {
}

.b-ordercall-form_cart-mid__item__column_4-i {
}

.b-ordercall-form_cart-mid__item__column_4-text {
	position: absolute;
	left: 140px;
	top: 100px;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	color: #9e9e9e;
	font-family: 'breweryno2_xbold';
	width: 190px;
	white-space: normal;
}

.b-ordercall-form_cart-mid__item__column_5 {
}

.b-ordercall-form_cart-mid__item__column_5-i {
}

.b-ordercall-form_cart-mid__item__column_5-text {
	position: absolute;
	left: 140px;
	top: 74px;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #433081;
	font-family: 'breweryno2_heavy';
	width: 190px;
	white-space: normal;
}

.b-ordercall-form_cart-mid__item__column_5-text span {
	font-size: 12px;
	text-transform: none;
}

.b-ordercall-form_cart-bottom-i {
	position: relative;
	padding-top: 17px;
	padding-bottom: 10px;
}

.b-ordercall-form_cart-bottom__item {
	padding-left: 83px;
	font-size: 14px;
	line-height: 120%;
	color: #575757;
	font-family: 'latoregular';
	text-align: left;
	margin-bottom: 20px;
	min-height: 37px;
}

.b-ordercall-form_cart-bottom__item_1 {
	background: transparent url(images/cart/1.png) no-repeat 31px center;
}

.b-ordercall-form_cart-bottom__item_2 {
	background: transparent url(images/cart/2.png) no-repeat 25px center;
}

.b-ordercall-form_cart-bottom-label {
	position: absolute;
	right: 180px;
	top: 0px;
	height: 100%;
	line-height: 70px;
	font-size: 14px;
	color: #2b4c4f;
	font-family: 'latoregular';
}

.b-ordercall-form_cart-bottom-label span {
	font-size: 12px;
	text-transform: none;
}

.b-ordercall-form_cart-bottom-price {
	position: absolute;
	right: 34px;
	top: 0px;
	height: 100%;
	line-height: 70px;
	font-size: 22px;
	color: #03161d;
	font-family: 'latoregular';
	text-align: right;
}

.b-ordercall-form_cart-bottom-price span {
	font-size: 12px;
	text-transform: none;
}

.b-ordercall-form_cart {
	border: 0px;
	padding: 0px;
	width: 426px;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 0;
	text-align: center;
	height: auto;
	margin: 0;
}

.b-ordercall-form_cart .b-ordercall-form-exit {
    margin-right: 0px;
    position: absolute;
    left: 440px;
    top: 0px;
    margin-top: 0px;
    white-space: nowrap;
    background: transparent;
    height: auto;
    width: auto;
}

.b-ordercall-form_cart .b-ordercall-form-exit:hover {
	opacity: 1.0;
}

.b-ordercall-form_cart .i-ordercall_exit {
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

.b-ordercall-form_cart .i-ordercall_exit:hover {
	color: #f3b800;
}

.lightbox {
	z-index: 1000000 !important;
}

.lightboxOverlay {
	z-index: 999999 !important;
}


.lb-data .lb-close {
    width: 23px !important;
    height: 23px !important;
    font-size: 0 !important;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    background: transparent url(images/form_close.png) no-repeat left center !important;
    opacity: 1.0;
    position: relative !important;
    bottom: 0px !important;
    right: -30px !important;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lb-data .lb-close:hover {
	opacity: 0.5;
}

.lb-container {
	padding: 0px;
}

.lb-outerContainer {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.notiny-container {
	z-index: 99999;
}

.b-ordercall-form_steps-pages {
	height: 480px;
	position: relative;
}

.b-ordercall-form_steps-pages__item {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-ordercall-form_steps-pages__item_active {
	opacity: 1.0;
	visibility: visible;
}

.b-ordercall-form_steps-pages__item-header {
	height: 56px;
	background: #e05704;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.b-ordercall-form_steps-pages__item-header-i {
	padding-left: 35px;
	line-height: 56px;
	color: #fff;
	font-size: 18px;
	font-family: 'Conv_MuseoSansCyrl-900';
	text-align: left;
}

.b-ordercall-form_steps-pages__item-content {
	padding: 30px;
	text-align: left;
}

.b-ordercall-form_steps-pages__item-content .b-form-block-body-line_submit {
	text-align: center;
}

.b-ordercall-form_steps-pages__item-content-label {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-700';
}

.b-form-input-mini {
	width: 104px !important;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right: 30px;
}

.b-form-input-mini input {
	width: 102px;
	padding: 0;
	text-align: center;
}

.b-ordercall-form_steps-pages__item-content-checkbox {
	display: inline-block;
	vertical-align: middle;
	padding-left: 32px;
	background: transparent url(images/checkbox.png) no-repeat left center;
	cursor: pointer;
	opacity: 1.0;
	font-size: 16px;
	line-height: 19px;
	min-height: 23px;
	color: #000;
	font-family: 'Conv_MuseoSansCyrl-500';
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-ordercall-form_steps-pages__item-content-checkbox:hover {
	background: transparent url(images/checkbox_a.png) no-repeat left center;
	opacity: 0.7;
}

.b-ordercall-form_steps-pages__item-content-checkbox_active {
	opacity: 1.0 !important;
	background: transparent url(images/checkbox_a.png) no-repeat left center;
}

.b-ordercall-form_steps {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#lean_overlay {
	display: none !important;
}

.b-block_header-benefits {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* Позволяет элементам переноситься на новую строку */
}

.b-block_header-benefits__item {
    flex: 1; /* Равномерное распределение */
    min-width: 200px; /* Минимальная ширина блока */
    padding: 15px;
    text-align: center;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .b-block_header-benefits {
        flex-direction: column;
        align-items: center;
    }
    
    .b-block_header-benefits__item {
        width: 80%; /* Ограничение ширины */
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
    .b-block_header-benefits__item {
        width: 100%; /* Полная ширина */
        font-size: 16px; /* Увеличение читаемости */
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .b-block_header .b-block_header-name, .b-block_header-partners {
        display: none;
    }
}

.b-block_footer .b-block-i.i-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	gap: 20px;
}

.b-block_footer .b-block-i.i-block div{
    flex: 1 1 calc(25% - 20px); /* 4 колонки с учетом отступов */
    min-width: 200px; /* Минимальная ширина */
	/* margin-top: 10px; */
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .b-block_footer .b-block-i.i-block div{
        flex: 1 1 calc(50% - 20px); /* 2 колонки */
    }
}
.b-block_footer .b-block_header-name, .b-block_footer .b-block_footer-addr, .b-block_footer .b-contacts, .b-block_footer .b-logo {
	position: relative;
}
.b-block_footer .b-block_header-name {
	left: 0;
	top: 0;
}
.l-main {
/* max-width: 980px; */
width: 100%;
}