

/* Start:/local/components/bberry/calculator.express/templates/landing/style.css?153001689712182*/

.ruble {
  font-family:'PT Sans', serif;
}
.calculator_section .calculator_section_body{
	padding:10px 35px 0 35px;
}
.left_section{
	
	display:inline-block;
	width: 47%;
	float:left;
}
.right_section{
	display:inline-block;
	width: 47%;
	float:right;
}
.left_section_dimension {
	display: inline-block;
    width: 70%;
    float: left
}
.right_section_weight{
	display: inline-block;
    width: 29%;
    float: right
}

.label{
	display:inline-block;
	font-weight:bold;
	margin-bottom:10px;
}

.calculator_section .select-area .select-opener{
	background: url(/local/components/bberry/calculator.express/templates/landing/./images/arrow_dwn.png) no-repeat;
    position: absolute;
    height: 38px;
    width: 37px;
    right: 0;
    top: 0;
    border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	height: 35px !important;
}
.from_to_arrow{
	display: inline-block;
    top: 40px;
    position: relative;
    left: 11px;
}
.calculator_section  .select-area .center{
	line-height: 33px;
	background:none;
	font-size:14px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.calculator_section .select-area .left{
	background:none;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	height: 35px !important;
}

.calculator_block{
	width: 100%;
    clear: both;
    margin: 25px 0;
    height: 40px;
}
.calculator_block .check-unchecked{
	background: url(/local/components/bberry/calculator.express/templates/landing/./images/bg-check_calc.jpg) 0px 0px no-repeat;
	border:1px solid #dedede;
}
.calculator_block .check-checked{
	background:url(/local/components/bberry/calculator.express/templates/landing/./images/bg-check_calc.jpg) -1px -19px no-repeat;
	border:1px solid #dedede;
}
.calculator_block.from_to{
	height:65px;
}
.calculator_block.dimension{
	height:90px;
}
.calculator_block.line-bottom{
	border-bottom:1px solid #dedede;
}
.calculator_block.buttons {
    width: 100%;
    clear: both;
    
    height: 60px;
	padding:15px 0;
}
.service_addon{
	
	margin-top:40px;
}
.service_addon .calculator_block{
	width: 100%;
    clear: both;
    margin-bottom: 20px;
    height: 20px;
}
.select-options .drop-holder{
	border:none !important;
	border-bottom:1px solid #dedede !important;
	border-left:1px solid #dedede !important;
	border-right:1px solid #dedede !important;
}
.parameter_cargo_place{
    margin:40px 0;
}
.form_inner_header{
	font-size:18px;
	font-weight:bold;
	color:#e80344;
	padding:15px 0;
	border-bottom:1px solid #dedede;
}
.dimensions-wrapper{
	display:inline-block;
	width:135px;
}
.dimensions{
	
	
	text-align:center;
}
.division_x{
	display:inline-block;
	margin:0 2px;
	vertical-align:middle;
	font-weight:bold;
}
.notnecessarily{
	color: #afafaf;
	font-size:12px;
	margin:10px 0;
}
.calculator_section .form-control{
	font-size:14px;
	padding: 10px 0px;
	text-align: center;
	height:35px;
}

.weight {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	position:relative;
}
.weight .form-control {
	width:92px !important;
	position:relative;
	left:-3px;
}
.weight.minus{
	width:35px!important;
	cursor:pointer;
	border-left:1px solid #dedede;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	height:35px;
	padding: 16px 0;
}
.weight.plus{
	width:35px!important;
	cursor:pointer;
	border-right:1px solid #dedede;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	left: -7px;
	height:35px;
	padding: 9px 0;
}
.weight.label{
	vertical-align:bottom !important;
}
.slider_amount{
	width: 78%;
    display: inline-block;
    position: relative;
    top: 25px;
	margin-right: 30px;
}
.input_amount {
	display: inline-block;
    width: 80px;
	margin-left:5px;
}
.input_amount.ruble{
	display: inline-block;
	font-size:16px;
	font-weight:bold;
	width: 10px;
}
/*ui-slider*/
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color:#ed1651;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 2px;
    background-color: #d2d2d2;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	margin-left: -2px;
	cursor:pointer;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-handle.ui-state-default {
	background: url(/local/components/bberry/calculator.express/templates/landing/./images/slider-elipse.png) no-repeat;
	width:21px;
	height:21px;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
	background: url(/local/components/bberry/calculator.express/templates/landing/./images/slider-elipse.png) no-repeat;
	width:21px;
	height:21px;
}
.range_label{
	margin-top:10px;
	font-weight:bold;
}
.range_label.min{
	float:left;
	margin-left:5px;
}
.range_label.max{
	float:right;
}

.add_cargo_place{
	display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 20px;
    margin: 30px 0;
	cursor:pointer;
}
.add_cargo_place .label_place{
	margin:0 10px;
	
}
.add_cargo_place img{
	vertical-align: middle;	
	
}

.add_cargo_place .line{
	border-top: 1px solid #dedede;
    width: 489px;
    display: inline-block;
    vertical-align: middle;
}
.person_selector{
	display:inline-block;
	margin: 0 15px
}
.js-parameter_cargo_place{
	margin:25px 0;

}

.calc-radio, .calc-check , .js-service_label{
    display: block;
    padding: 9px 0;
	cursor:pointer;
	
}
.service_label{
	margin-left:10px;
}
.service_label_price{
	color:#ed1651;
	margin-left:3px;
	font-size:12px;
	font-weight:bold;
}
.calc-btn {
	cursor:pointer;
	margin-right:30px;
}

.calculator_result_header {
    height: 40px;
    background-color: #cacaca;
	padding: 0 35px;
	border-collapse:inherit  !important;
}
.price_result_label {
    display: block;
    height: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold
}
.price {
    font-size: 40px;
    color: #ed1651;
    font-weight: bold;
    height: 36px
}
.price-left {
    width: 200px;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top
}
.price-right {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top
}
.price-middle {
    font-size: 12px;
    margin: 5px 0
}
.price.currency {
    font-size: 24px
}
.taxes-text {
    font-size: 14px;
    color: #858585;
    margin-top: 3px
}
.period_text {
    font-weight: bold
}
.period_info {
    color: #858585
}
#calc-result {
    border-bottom: 1px solid #dcdcdc;
    margin: 20px 0;
    padding: 0 0 20px 0
}
.wrong_summ_dimensions{
    font-size: 10px;
    margin: 10px 0;
    font-weight: bold;
}
.preview_period{
	margin: 2px -4px;
    font-size: 12px;
}
.err{
	color:#d8000c !important;
	border: 1px solid #d8000c !important;
}
.left.err{
	border-top: 1px solid #d8000c !important;
	border-bottom: 1px solid #d8000c !important;
	border-left: 1px solid #d8000c !important;
}
.select-opener.err{
	border-top: 1px solid #d8000c !important;
	border-bottom: 1px solid #d8000c !important;
	border-right: 1px solid #d8000c !important;
}
.service_include_block{
	height:20px;
	margin:5px 0;
}
.service_include_line{
	display:inline-block;
}
.service_include_img_check{
	content:" ";
	background: url(/local/components/bberry/calculator.express/templates/landing/./images/selected_service.png) no-repeat;
	width:12px;
	height:10px;
	
}
.service_include_label{
	font-weight:bold;
	margin: 0 20px 0 10px;
}
.service_include_price{
	color:#ed1651;
	font-weight:bold;
	float: right;
}
.pre-loader{
	background-image: url("/bitrix/images/preloader.GIF");
	background-repeat: no-repeat;
	background-position: center center;
	width:96px;
	height:96px;
	margin:0 auto;
	display:none;
}
.warning{
	color: #00B050;
    font-weight: bolder;
    clear:both;
	display:none;
}
.search_office_block{
	margin-top: 15px;
    display: block;
    text-decoration: none;

}
.search_office{
	color: #ed1651;
	display: inline-block;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;
}
.ico_search{
	background: url(/local/components/bberry/calculator.express/templates/landing/./images/search-ico.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align:top;
}
.result_title{
	display: inline-block;
    font-weight: bold;
    margin: 10px 60px;
}
.result_table{
	display: table;
    border-collapse:collapse;
	width: 100%;
}
.calculator_section_body .result_table{
	margin-bottom:30px;
}
.result_table_row{
	display: table-row;
	border-bottom:1px solid #dedede;
}

.result_table_row.notallow{
	display: table-row;
	border-bottom:1px solid #dedede;
	color:#dedede;
}
.result_table_row.result_title .result_table_cell:first-child{
	width:135px;
}
.result_table_cell:first-child{
	text-align:left;
	width:170px;
}
.result_table_cell:last-child{
	text-align:right;
}
.result_table_cell{
	display:table-cell;
	padding: 20px 0;
	width:70px;
	text-align:left;
	vertical-align:top;
}
.deliveryTypeLabel{
	display:inline-block;
}

.slider_section{
	height:80px;
	margin:10px 0;
}

.dimension_label{
	font-size:10px;
}
.parameter_cargo_place_body{
	height:160px;
	
}
.notallow,.notallow .rad-disabled{
	cursor:default !important;
}
.allow{
	cursor:pointer;
}
@media screen and (max-width: 1180px){
	
	.slider_amount{
		width:75%;
	}
	.weight .form-control{
		width:70px!important;
	}
	.price-right{
		width:63%;
	}
	.dimensions-wrapper{
		display:inline-block;
		width:110px;
	}
	
}

@media screen and (max-width: 950px) {
	.dimensions-wrapper{
		display:block;
		width:100%;
		margin:10px 0;
	}
	.division_x{display:none;}
	.left_section_dimension{
		display:block;
		width:100%!important;
		float:left;
	}
	.right_section_weight{
		display:block;
		width:100% !important;
		float:left;
		margin-bottom: 30px;
	}
	.calculate_the_cost_of_sending{
		margin:20px 0;
	}
	.slider_amount{
		display:none;
	}
	.input_amount{
		display:block;
		width:100%;
		margin:10px 0;
	}
	.input_amount.ruble{
		display:none;
	}
	.price-right{
		width:56%;
	}
	
	
}
@media screen and (max-width: 800px){
	.left_section.services{
		width:100%;
		display;block;
	}
	.right_section.services{
		width:100%;
		display;block;
	}
}
@media screen and (max-width: 720px){
	.from_to_arrow{
		display:none;
	}
	.from_to .left_section ,.from_to .right_section{
		margin-bottom:10px;
	}
	.calculator_block{
		margin:0;
	}
	.division_x{display:none;}
	.dimensions{
		display:block;
		width:100%!important;
		margin-bottom:10px;
	}
	.header_text{   
		display: block;
		font-size: 12px;
		margin-top: 2px;
	}
	.cart_ico {
		top:0px;
	}
	.left_section, .right_section{
		display:block;
		width:100%;
		float:left;
	}
	
	.calculator_section .calculator_section_body{
		padding:10px;
	}
	
	.dimensions{
		display:block;
		width:100% !important;
		float:left;
	}
	 .calculator_section .select-area{
        height: 65px;
        position: relative;
        background: #fffefe;
        background: linear-gradient(to bottom, #fffefe 0%, #f5ebec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefe', endColorstr='#f5ebec', GradientType=0 );
        border: 1px solid #D2D2D2;
        overflow:hidden;
    }
   
    .calculator_section .select-area .left{
        display: none;
    }
    .calculator_section .select-area .select-opener{
        display: none;
    }
    .calculator_section .select-area .center{
        height: 65px;
        line-height: 65px;
        background: none;
		border:none !important;

    }
    .calculator_section .select-area::after  {
        content: "";
        background: transparent url("/local/components/bberry/calculator.express/templates/landing/arrow-menu-360.png") no-repeat scroll 0% 0%;
        width: 19px;
        height: 22px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -11px;
    }
	
	.btn-submit{
		height:51px;
	}
	.calculator_block.buttons{
		height:120px;
		margin:10px 0;
		
	}
	.calc-btn{
		margin:5px 0;
	}
	
}
@media screen and (max-width: 540px){
	.calculator_section .calculator_section_body{padding:10px;}
	.price-left{border:none;}
	.price-right{
		width:100%;
		margin:10px 0;
		padding:0;
	}
	.btn-submit,.btn-cancel{
		width: 145px;
	}
	
}

/* End */


/* Start:/local/components/bberry/offices.list/templates/landing/style.css?15417601645135*/
.filter-checkbox{
    color: #ed1651;
    cursor:pointer;
   
    font-size:13px;
}
.filter-checkbox span{
    border:1px solid #ed1651;
    border-radius: 2px;
    padding: 4px;

}
.filter-checkbox.active span{
    border-bottom:none;
}
.filter-checkbox.active{
    background-color: #ed1651;
    color: #fff;

    padding:4px 0;
    border-radius: 2px;

}
#office_list{
    display:none;
}

.office_table_cell{
    display:inline-block;
    width:45%;
    margin:5px 25px 5px 0px;
    vertical-align:top;
}
.not_offices{
    background-color: #e3e3e3;
    text-align: center;
    color: #fff;
    padding:30px;
}
.office_table_line{
    border-bottom: 1px dotted;
    padding: 10px 0px;
    cursor:pointer;
}
.office_table_line:hover{
    background-color: rgb(244, 244, 244);
}
.office_table_cell:first-child{
    width:25%;
    font-weight:bold;
}
.office_table_cell:last-child{
    width:20%;
}
.pvz_link{
    color: #ed1651;
    cursor: pointer;
    text-decoration:underline;
    word-break: break-word;
}
.faq-text-block{
    margin:20px 0;
}


.ymap-button-img{
    margin: 10px 0;
}
.ymap-button{
    background-color: #ed1651;
    border: 1px solid #cc1044;
    color: #fff;
    display: block;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    cursor:pointer;
}
.ymap-control-block{
    float: left;
    padding-right:7px;
    margin-top:2px;
}
.ymap-control-block img{
    width:100%;
}
.ymap-description{
    word-break: break-all;
    margin: 0 !important;
}

.ymap-find-button{
    background-color: #ed1651;
    color: #fff;
    cursor: pointer;
    height: 49px;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    text-align: center;
	width:100%;
}
.ymap-find-button.hover{
    background-color: #ed1651!important;
}
.ymap-find-button.hover .btn_text{
    color:#fff!important;
}
.ymap-find-button.grey{
    background-color: #e3e3e3;
}
.ymap-find-button.grey  .btn_text{
    color:#000;
}
.ymap-find-button .btn_text{
    font-size: 14px;
    padding: 0px 35px;
    color:#fff;
    line-height:40px;
}
.ymap-description-trip{
    width: 100%;
    display: inline-block;
    border-top: 1px solid #c0c0c0;
    padding: 5px 0;
}
.ymap-nav{
    margin: 8px 0;
}
.search_all_holder{

    height: 35px!important;
    position: relative;
    display: inline-block;
    border: none;
    
    margin: 6px 0;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 38px;
    padding: 2px 10px;
    width: 100%;

}
.search_all_holder_points{

    height: 35px!important;
    position: relative;
    display: inline-block;
    border: none;
    margin: 6px 0;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 38px;
    padding: 2px 10px;
    width: 420px;

}
#js-country-selector{
    display:inline-block;
    position: relative;
    padding: 0 7px;
}
.ymap-suggest-area{
    display: inline-block;
    vertical-align:top;
}
.find-input-block{
    display: inline-block;
    vertical-align:top;
    border: 1px solid #d4d4d4;
	width:100%;
	margin:5px 0;
}
.btn-search-ico{
    margin-right: 15px;
    position: relative;
    top:3px;
    cursor:pointer;
}
.info.clickable{
    color: #ed1651;
    text-decoration: underline;
    cursor: pointer;
}
.pvz_address{
    word-break:break-all;
}
.dd-option-text{
    margin:8px 0;
    display:block;
}
.form-block{
    display: inline-block;
    margin: 6px 6px 6px 0;
    
    color: #fff;
    padding: 4px 0;
    border-radius: 2px;
}
.ui-menu-item:hover{
 background-color: #f0f0f0;
}
.pre-loader{
	background-image: url("/bitrix/images/preloader.GIF");
	background-repeat: no-repeat;
	background-position: center center;
}
.customControl {
    width: 1040px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.15), 0 5px 15px -7px rgba(0,0,0,.5);
	cursor: pointer;
    box-sizing: border-box!important;    
    border-color: transparent;
    border-width: 1px;       
    background-clip: border-box;
	background-color: #fff;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;	
    text-decoration: none;
    padding: 2px 10px;		
	margin:-10px 0px 5px -10px;
    font-size: 13px;
    
}
.filter-button-block{
    display: block;
    float: right;
    position: relative;
    right: 10px;
    bottom: 20px;
}
.button-hide {
	display: inline-block;
	cursor: pointer;
    box-sizing: border-box!important;    
    border-color: transparent;
    border-width: 1px;
    border-style: solid;    
    background-clip: border-box;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
	border-radius: 3px;	
	background-color: #fff;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;	
    text-decoration: none;
    height: 30px;
    width: 96px;
    font-size: 13px;
    
}

.button-hide::before{
    background: url("/local/components/bberry/offices.list/templates/landing/./image/ico_arrow_up.png") no-repeat;
    display: inline-block;
	width: 26px;
	height: 20px;
    content:" ";
    margin: 0 2px;
}

@media screen and (max-width: 820px){
    .filter-button-block{
        bottom: 0px !important;
    }
    .button-hide{
        content: " ";   
    }
}
/* End */
/* /local/components/bberry/calculator.express/templates/landing/style.css?153001689712182 */
/* /local/components/bberry/offices.list/templates/landing/style.css?15417601645135 */
