@charset "utf-8";

@import url('../fonts/fonts.css');

/* --------------- default --------------- */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

html {  
	height:100%; 
}
body {  
	position:relative; 
	height:100%; 
	font-family: 'Houschka Pro';
	background: white;
	color: #292929;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
}
body *,
body *:before,
body *:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

img { 
	border: none;
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	list-style: none;
}

a { 
	text-decoration: none; 
	margin: 0; padding: 0;
}

.clear { 
	clear: both; 
	height: 0; 
	overflow: hidden; 
	font-size: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.container {
	max-width: 1200px; 
	padding: 0 15px;
	margin-left: auto; margin-right: auto;
	position: relative;
}

::-webkit-input-placeholder {
	color: #878787;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
::-o-input-placeholder{
	color: #878787;
}
:focus::-o-input-placeholder {
	color: transparent;
}
::-moz-input-placeholder{
	color: #878787;
}
:focus::-moz-input-placeholder {
	color: transparent;
}
:-moz-input-placeholder{
	color: #878787;
}
:focus:-moz-input-placeholder {
	color: transparent;
}
::-ms-input-placeholder{
	color: #878787;
}
:focus::-ms-input-placeholder {
	color: transparent;
}
input-placeholder {
	color: #878787;
}
:focus:input-placeholder {
	color: transparent;
}
::placeholder {
	color: #878787;
}
:placeholder-shown {
	color: #878787;
}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}




.but,
input[type=submit],
.hover {
	-webkit-transition:  all 0.3s ease-in-out;
	-moz-transition:  all 0.3s ease-in-out;
	-o-transition:  all 0.3s ease-in-out;
	-ms-transition:  all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;	
}
input, button { -webkit-appearance: none;}

/* wrapper
-------------------------------*/
.wrapper {
	min-height: 100%; width: 100%;  
	position: relative; 
	z-index: 0;
	overflow: hidden;
}


.rouble {
	font-family: 'rouble';
}

.laptop_,
.tablet_,
.mobile_xl,
.mobile_lg,
.mobile_md,
.mobile_sm {
	display: none !important;
}
.laptop_-i,
.tablet_-i,
.mobile_xl-i,
.mobile_lg-i,
.mobile_md-i,
.mobile_sm-i {
	display: none !important;
}



.nowrap {
	white-space: nowrap;
}
.pd_box {
	padding: 75px 0;
}


.title-box {
	text-align: center;
	font-size: 36px; color: #292929;
	font-weight: bold;
	margin-bottom: 55px;
}
.c_white {
	color: white;
}


.line_notif {
	position: fixed;
	left: 0; bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #e74c3c;
	font-size: 20px; color: #fff;
	font-weight: 500;
    font-family: 'Houschka Pro';
    z-index: 200;
    text-align: center;
}
.mogilev_page .line_notif {
	/*font-size: 28px;*/
}
.wrapper.mogilev_page {
	padding-bottom: 30px;
}/*
@media screen and (max-width: 640px) {
	.mogilev_page .line_notif span {
		font-size: 40px;
		display: block;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 479px) {
	.wrapper.mogilev_page {
		padding-bottom: 70px;
	}
	.mogilev_page .line_notif {
		padding: 13px 0 12px;
	}
}
@media screen and (max-width: 380px) {
	.wrapper.mogilev_page {
		padding-bottom: 90px;
	}
	.mogilev_page .line_notif span {
		font-size: 30px;
	}
	.mogilev_page .line_notif {
		font-size: 24px;
	}
} */

/* main
-------------------------------*/

header    { 
	position: relative;
	background-color: white;
	padding: 35px 0 20px;
}
header.fixed {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 999;
	padding: 12px 0;
	background-color: #ebebeb;
	display: none;
}
header .logo {
	width: 230px;
	float: left; 
	margin-top: 2px;
}
header .phone-top {
	float: right;
}
header .phone {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	font-size: 16px; color: #292929;
	letter-spacing: 0.025em;
	font-weight: 600;
	padding-left: 40px;
	position: relative;
}
header .phone img {
	position: absolute;
	left: 0; top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .but {
	display: inline-block;
	vertical-align: middle;
	color: #292929; font-size: 18px;
	font-weight: 600;
	padding: 0 12px;
	line-height: 26px;
	border: 2px solid #292929;
	cursor: pointer;
}
header .but:hover {
	background-color: #6bbf34;
	border-color: #6bbf34;
	color: white;
}
header .messager {
	display: inline-block;
	vertical-align: middle;	
}
header .messager a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
header .messager .phone {
	padding: 0 !important;
	margin: 0 0 0 10px !important;
	display: none;
	width: auto !important;
	float: none !important;
}

footer    { 
	position: relative;
	background-color: white;
	padding: 45px 0 45px;
}
footer .logo {
	width: 230px;
	float: left; 
	margin-top: 2px;
}
footer .phone-top {
	float: right;
}
footer .phone {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	font-size: 16px; color: #292929;
	letter-spacing: 0.025em;
	font-weight: 600;
	padding-left: 40px;
	position: relative;
}
footer .phone img {
	position: absolute;
	left: 0; top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .but {
	display: inline-block;
	vertical-align: middle;
	color: #292929; font-size: 18px;
	font-weight: 600;
	padding: 0 12px;
	line-height: 26px;
	border: 2px solid #292929;
	cursor: pointer;
}
footer .but:hover {
	background-color: #6bbf34;
	border-color: #6bbf34;
	color: white;
}
footer .messager {
	display: inline-block;
	vertical-align: middle;	
}
footer .messager a {
	display: inline-block;
	margin-left: 5px;
}


/****************************************************************************
box_main
****************************************************************************/
.box_main {
	background: url(../images/bg_main.jpg) no-repeat top center;
	background-color: #f9f9f9;
}
.box_main .info {
	padding-top: 30px;
	width: 50%;
	max-width: 550px; 
	float: right;
}
.box_main .title {
	font-size: 40px; color: white;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin-bottom: 35px;
}
.box_main .direction {
	margin-bottom: 40px;
}
.box_main .direction li {
	float: left;
	padding-left: 40px;
	font-size: 22px; color: white;
	letter-spacing: 0.025em;
	font-weight: 600;
	background: url(../images/arr-dir.png) no-repeat left 12px center;
}
.box_main .direction li:first-child {
	padding-left: 0;
	background: none;
}
.box_main .direction li:first-child:after {
	display: none;
}
.box_main .property {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.box_main .property .item_prop {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 20px;
	text-align: center;
}
.box_main .property .item_prop.center {
	width: 50%;
}
.box_main .property .item_prop img {
	margin-bottom: 15px;
}
.box_main .property .item_prop p {
	font-size: 18px; color: white;
	white-space: nowrap;
}
.box_main .sl_form {
	margin: 0 auto;
}

.sl_form {
	position: relative;
	max-width: 740px; width: 100%;
	background-color: white;
	text-align: center;
	box-shadow: 0px 0px 29px rgba(0,0,0,0.22);
	padding: 30px 40px 20px;
}
.sl_form .fl {
	position: absolute;
	padding: 0px 10px;
	line-height: 25px;
	background-color: #d4262d;
	top: -6px; left: -5px;
	font-size: 14px; color: white;
	font-weight: 600;
	z-index: 10;
}
.sl_form .fl:before {
	position: absolute;
	top: 100%; left: 0;
	border-top: 6px solid #ad1118;
	border-left: 5px solid transparent;
	content: '';
}
.sl_form .t_f {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px; color: #292929;
}
.sl_form:after {
    border: 1px dashed #bdbdbd;
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    content: '';

}
.sl_form > * {
	
	position: relative;
}
.sl_form .in_l {
	width: 100%;
	margin-bottom: 15px;
}
.sl_form .in_l .in_l {
	margin-bottom: 0;
}
.sl_form .col_in_2 .in_l {
	width: 48.5%;
	float: left;
	margin-right: 3%;
}
.sl_form .col_in_2 .in_l:last-child {
	margin-right: 0;
}
.sl_form .col_in_2_3 > .in_l {
	width: 58%;
}
.sl_form .col_in_2_3 > .in_l:last-child {
	width: 39%;
}
.sl_form .col_in_3_2 > .in_l {
	width: 40%;
}
.sl_form .col_in_3_2 > .in_l:last-child {
	width: 57%;
}
.sl_form .col_in_4_2 > .in_l {
	width: 65%;
}
.sl_form .col_in_4_2 > .in_l:last-child {
	width: 32%;
}



input[type=text],
input[type=tel],
input[type=number],
textarea,
select {
	width: 100%;
	background-color: white;
	height: 45px; line-height: 45px;
	background-color: #f4f4f4 !important;
	border: none;
	color: #878787; font-size: 16px;
	letter-spacing: 0.025em;
    font-family: 'Houschka Pro';
	font-weight: 500;
	padding: 0 12px 0 45px;
	outline: none;
	z-index: 2;
	position: relative;
}
select {
	z-index: 0;
}
input[name=name],
input[name=kol_m] {
	background: url(../images/avatar.png) no-repeat center left 12px;
}
input[name=phone] {
	background: url(../images/phone.png) no-repeat center left 12px;
}
input[name=date] {
	background: url(../images/calendar.png) no-repeat center left 12px,
				url(../images/drop.png) no-repeat right 15px center;
}
textarea {
	overflow: hidden;
	resize: none;
	height: 70px;
	background: url(../images/chat.png) no-repeat 13px 10px;
	padding-top: 12px;
	line-height: normal;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
}
input[type=text].error,
input[type=tel].error,
input[type=number].error,
textarea.error {
	background-color: #fcdede !important;
	
}
.btn {
	height: 45px; line-height: 45px;
	padding: 0 25px;
	outline: none !important;
	cursor: pointer;
	background-color: #6bbf34 !important;
	border: none;
	font-size: 18px; color: white;
	font-weight: 500;
    font-family: 'Houschka Pro';
	text-align: center;
	display: inline-block;
	z-index: 2;
	position: relative;
}
.in_l .btn {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 0;
}
button[type=submit] {
	margin-bottom: 3%;
}
.btn_ok {
	text-align: left;
	padding-left: 45px !important;
	background: url(../images/ok.png) no-repeat center left 17px;
}
.btn:hover {
	background-color: #56cb0a !important;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.jq-selectbox__select {
	width: 100%;
	height: 45px; line-height: 45px;
	border: none;
	background-color: #f4f4f4;
	color: #878787; font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.025em;
    font-family: 'Houschka Pro';
	padding: 0 35px 0 12px;
	outline: none;
	text-align: left;
	z-index: 9999;
}
.direction-icon .jq-selectbox__select {
	padding-left: 40px;
	background: url(../images/direction.png) no-repeat center left 12px;
	background-color: #f4f4f4;
	
}
.jq-selectbox__select:hover {
}
.jq-selectbox__select:active {
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox .placeholder {
	color: #bcbcbc;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	background: url(../images/drop.png) no-repeat center center;
}
.jq-selectbox__trigger-arrow {
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	
}
.jq-selectbox__dropdown {
	top: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
	text-align: left;
}
.jq-selectbox__search {
	display: none;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	font-size: 13px;
	padding: 3px 10px 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	     -o-user-select: none;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.variant_input {
	position: relative;
	float: left;
	width: 110px;
	z-index: 9;
	text-align: left;
}
.variant_input.dropdown {
	z-index: 101;
}
.variant_input .ac_in {
	padding-left: 12px;
	height: 45px; line-height: 45px;
	background: url(../images/drop_white.png) no-repeat 92px center;
	background-color: #656565;
	font-size: 14px; color: white;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}
.variant_input  img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.variant_input .ac_in img {
	width: 12px;
}
.variant_input .bl_item {
	position: absolute;
	top: -5px; left: -7px;
	width: 120px;
	display: none;
	background-color: #656565;
}
.variant_input.dropdown .bl_item {
	
}
.variant_input .item_v {
	height: 38px; line-height: 38px;
	border-bottom: none;
	padding-left: 12px;
	margin: 0;
	font-size: 14px; color: white;
	font-weight: 500;
	cursor: pointer;
}
.variant_input .item_v img {
	margin-right: 10px;
}
.variant_input .item_v:hover {
	background-color: #4e4e4e;
} 
.variant_input .item_v:first-child {

}
.variant_input .item_v:last-child {

}
.variant_input .item_v.active {

}
.in_sv {
	display: none;
}
.in_sv[data-name=phone] {
	display: block;
}
.in_sv {
	position: relative;
}
.variant_input + div {
	margin-left: 110px;
}
.in_sv input,
.input_btn .in_sv input {
    padding-left: 12px !important;
    background-image: none !important;
}


.country-phone-selector {
	width: 50px;
	float: left;
	padding: 0;
	z-index: 99;
	background-color: #f4f4f4;
}
.country-phone-selector .selected-code {
	background-position: 10px center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	height: 45px;
	z-index: 99;
}
.country-phone-selector .selected-code:after {
	position: absolute;
	right: 0; top: 0;
	width: 20px; height: 100%;
	background: url(../images/drop.png) no-repeat center center;
	background-size: 8px;
	content: '';
}
.country-phone-selector .drop-selected {
	position: absolute;
	top: 100%; left: 0;
	width: 100%;
	border: 1px solid #f4f4f4;
	display: none;
	background-color: white;
	z-index: 99;
}
.country-phone-selector .drop-selected .option {
	padding-left: 35px;
	background-position: 7px center;
	background-repeat: no-repeat;
	white-space: nowrap;
	font-size: 16px;
	padding: 4px 10px 4px 35px;
	border-top: 1px solid #f4f4f4;
	text-align: left;
	cursor: pointer;
}
.country-phone-selector .drop-selected .option:hover {
	background-color: #08C;
	color: #FFF;
}
.country-phone-selector .selected-code[data-flag="ru"],
.country-phone-selector .drop-selected .option.ru {
	background-image: url(../images/flags-ru.png);
}
.country-phone-selector .selected-code[data-flag="by"],
.country-phone-selector .drop-selected .option.by {
	background-image: url(../images/flags-by.png);
}
.country-phone-selector .drop-selected .option .code {
	font-size: 12px; color: gray;
}
.country-phone-selector .drop-selected .option:hover .code{
	color: #f2efef;
}
.country-phone-selector + div {
	overflow: hidden;
}
.country-phone-selector + div input {
	padding-left: 40px;
}


/****************************************************************************
box_price
****************************************************************************/
.box_price {
	background-color: #f9f9f9;
}
.box_price .item {
	float: left;
	width: 48%;
}
.box_price .item:hover {
	box-shadow: 0px 0px 29px rgba(0,0,0,0.22);
}
.box_price .item.right {
	float: right;
}
.box_price .item .head_item {
	background-color: #292929;
	padding: 25px 15px;
}
.box_price .item .direction {
	max-width: 480px;
	padding: 0 25px;
	margin: 0 auto;
	background: url(../images/direction2.png) no-repeat left center,
				url(../images/direction3.png) no-repeat right center;
}
.box_price .item .direction ul {
	border-bottom: 1px solid #969696;
	text-align: center;
}
.box_price .item .direction li {
	display: inline-block;
	padding-right: 40px;
	font-size: 24px; color: white;
	letter-spacing: 0.025em;
	font-weight: 600;
	background: url(../images/arr-dir.png) no-repeat right 12px center;
}
.box_price .item .direction li:last-child {
	padding-right: 0;
	background: none;
	color: #6bbf34;
}
.box_price .item .bottom {
	border: 1px solid #e6e6e6;
	background-color: white;
}
.box_price .item .pd {
	padding: 20px 15px;
}
.box_price .item p {
	text-align: center;
	font-size: 16px; color: #404040;
	font-weight: 600; font-style: italic;
}
.box_price .item .table_info {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.box_price .item .table_info .col {
	display: table-cell;
}
.box_price .item .table_info .t {
	padding: 0 10px 10px;
	font-size: 16px;  color: #404040;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
}
.box_price .item .table_info .zn {
	padding: 10px 10px 0;
	font-size: 16px;  color: #404040;
}
.box_price .item .table_info .zn.price {
	color: #6bbf34;
	font-weight: 600;
}
.box_price .item .table_info .zn.price span {
	font-weight: 500;
}
.box_price .item .title_b {
	font-size: 20px; color: #b9b9b9;
	font-weight: 600;
	background-color: #f2f2f2;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
}
.box_price .item .center_align {
	text-align: center;
}
.box_price .item .table_time {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.box_price .item .table_time .col {
	display: table-cell;
	text-align: center;
	width: 25%;
	white-space: nowrap;
}
.box_price .item .table_time .t {
	padding: 0 10px 13px;
	font-size: 16px;  color: #404040;
	font-weight: bold;
	position: relative;
}
.box_price .item .table_time .t:after {
	border-bottom: 1px dashed #e3e3e3;
	position: absolute;
	top: 100%; left: 50%; margin-left: 5px;
	width: calc(50% - 6px);
	content: '';
}
.box_price .item .table_time .col:first-child .t:before {
	display: none;
}
.box_price .item .table_time .t:before {
	border-bottom: 1px dashed #e3e3e3;
	position: absolute;
	top: 100%; right: 50%; margin-right: 5px;
	width: calc(50% - 6px);
	content: '';
}
.box_price .item .table_time .col:last-child .t:after {
	display: none;
}
.box_price .item .table_time .t .point {
	background-color: #fff;
	z-index: 5;
	border: 2px solid #7c7c7c;
	border-radius: 100px;
	position: absolute;
	left: 50%; top: 100%;
	margin: -8px 0 0 -8px;
	width: 16px; height: 16px;
}
.box_price .item .table_time .col:nth-child(2) .t .point {
	border-color: #20aeb0;
}
.box_price .item .table_time .col:nth-child(3) .t .point {
	border-color: #e5b235;
}
.box_price .item .table_time .col:nth-child(4) .t .point {
	border-color: #1abb53;
}
.box_price .item .table_time .zn {
	padding: 14px 10px 0;
	font-size: 16px;  color: #404040;
}
.box_price .item .btn {
	margin-bottom: 30px;
}







/****************************************************************************
box_advantages
****************************************************************************/
.box_advantages .col_item {
	width: 49.5%;
	float: left;
}
.box_advantages .col_item.right {
	float: right;
}
.box_advantages .item {
	margin-bottom: 2%;
	display: block;
}
.box_advantages .item_info {
	padding-top: 30px;
}
.box_advantages .item .param {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-left: 30px;
	margin: 25px 0;
	text-align: left;
}
.box_advantages .item .param .icon {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	text-align: center;
}
.box_advantages .item .param .t {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 16px;
}
.box_advantages .btn {
	margin: 50px auto 0px;
	padding-left: 60px !important;
	background: url(../images/icon-gallery.png) no-repeat center left 17px;
}


/****************************************************************************
box_delivery
****************************************************************************/
.box_delivery {
	background-color: #1f1f1f;
}
.box_delivery .bl_info {
	position: relative;
	text-align: center;
	padding-top: 15px;
}
.box_delivery .bl_info img {
	display: inline-block;
}
.item_delivery {
	width: 50%;
	position: absolute;
	top: 0;
}
.item_delivery.min {
	text-align: right;
	right: 0;
}
.item_delivery.big {
	text-align: left;
	left: 0;
}
.item_delivery .name {
	font-size: 30px; color: #6bbf34;
	font-weight: bold;
}
.item_delivery .weight {
	font-size: 24px; color: #b2b2b2;
}
.item_delivery.big p {
	padding: 80px 350px 0 0;
	text-align: right;
	font-size: 18px; color: white;
}
.item_delivery.min .price {
	font-size: 36px; color: #e1454b;
	text-align: left;
	padding: 70px 0 0 340px;
	font-weight: 600;
}
.item_delivery.min .price .rouble {
	font-weight: 500;
}



/****************************************************************************
box_form
****************************************************************************/
.box_form {
	background-color: #f9f9f9;
	padding-bottom: 0 !important;
	text-align: center;
}
.box_form .title-box {
	margin-bottom: 10px;
}
.box_form .t_min {
	font-weight: 300;
	font-size: 36px; color: #292929;
	margin-bottom: 45px;
}
.box_form .sl_form {
	margin: -25px auto 20px;
	top: 25px;
	position: relative;
}





/***************************************************************************
box_question
***************************************************************************/
.box_question {
}
.box_question .item {
	max-width: 940px;
	background: url(../images/bd_b.png) no-repeat bottom center;
	padding: 15px 20px 15px 30px;
	margin: 0 auto 0px;
	cursor: pointer;
}
.box_question .item:last-child {
	background: none;
}
.box_question .item:hover {
	
}
.box_question .item.active {
}
.box_question .item .title {
	font-size: 24px; color: #404040;
	font-weight: bold;
	letter-spacing: 0.025em;
	background: url(../images/arr-b.png) no-repeat right 0 center;
	padding-right: 40px;
}
.box_question .item:hover .title,
.box_question .item.active .title {
	color: #6bbf34;
}
.box_question .item.active .title {
	background-image: url(../images/arr-l.png);
	background-position: right 5px center;
}
.box_question .item .text {
	padding-top: 10px; padding-right: 50px;
	font-size: 16px; color: #404040;
	line-height: 24px;
	display: none;
}





/****************************************************************************
box_form
****************************************************************************/
.box_form_vopros {
	background: url(../images/bg_form_vopros.jpg) no-repeat top center;
	background-color: #f9f9f9;
	text-align: right;
	padding-top: 100px;
}
.box_form_vopros .info {
	display: inline-block;
	text-align: left;
}
.box_form_vopros .title-box {
	margin-bottom: 0px;
	text-align: left;
}
.box_form_vopros .t_min {
	font-weight: 300;
	font-size: 24px; color: #292929;
	margin-bottom: 45px;
}
.box_form_vopros .sl_form {
	margin: -25px auto 0px;
	top: 25px;
	position: relative;
	z-index: 10;
}





/***************************************************************************
box_contact
***************************************************************************/
.box_contact {
	background: url(../images/bg_black.jpg);
	background-color: #292929;
}
.box_contact .sl_form {
	max-width: 505px;
	float: right;
}
.box_contact .cocntact_info {
	float: left;
}
.box_contact .col_info {
	float: left;
	width: 290px;
	padding-right: 30px;
	margin: 15px 0;
}
.box_contact .col_info .t {
	margin-bottom: 30px;
	font-size: 24px; color: #8b8b8b;
}
.box_contact .col_info .line {
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px;
	font-size: 16px; color: white;
	line-height: 20px;
}
.box_contact .col_info .line a {
	color: white;
}
.box_contact .col_info .line img {
	position: absolute;
	left: 0; top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_contact .col_info .line .phone {
	font-weight: 600;
}
.box_contact .soc {
	margin-top: 0px;
}
.box_contact .soc a {
	display: inline-block;
	margin-right: 25px;
}
















.popup_bg {
    position: fixed; top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.6); 
    display: none; z-index: 8888;
}

/* popup
-------------------------------*/
.popup {
	position: absolute; top: 0%; left: 0%;  
	width: 95%; height: auto; 
	max-width: 700px;
	display: none; z-index: 9999;	
    text-align: center;
}
.popup.mw560 {
	max-width: 560px;
}
.popup .close {
	position: absolute;
	left: 100%; bottom: 100%;
	margin: 0 0 5px 5px;
	cursor: pointer;
	width: 14px; height: 14px;
	background: url(../images/close.png) no-repeat;
}
.popup .t_p_1 {
	font-size: 36px; color: #292929;
	margin-bottom: 5px;
}
.popup .t_p_2 {
	font-size: 20px; color: #292929;
	margin-bottom: 25px;
}

.popup-message .icon_ok {
	margin-bottom: 5px;
}
.popup-message .sl_form {
	padding-left: 20px; padding-right: 20px;
}
.popup-message .t_p_1 {
	font-size: 48px;
}








