@font-face {
	font-family: 'Open Sans Regular';
	src: url('../fonts/OpenSans.eot');
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Semibold';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/*======================================*/
b {
	font-family: 'Open Sans Bold';
}
strong {
	font-family: 'Open Sans Semibold';
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Open Sans Regular';
	color: #000000;
	background-color: #fff;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	max-width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
	color: red;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
h3 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 24px;
}
h4 {
	margin: 0;
	margin-bottom: 30px;
	font-family: 'Open Sans Semibold';
	font-size: 18px;
}
h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 30px;
	position: relative;
	left: -40px;
}
.block_header h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 30px;
	padding-left: 40px;
	background: url(../img/red_marker.png) 0px center no-repeat;
}
p {
	line-height: 1.8;
	font-size: 14px;
}
/*==============================*/
.top_bg {
	background: url(../img/fon.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
}
.top_bg>.inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
/*---------------*/
.top_panel {
	padding-top: 30px;
	display: table;
	width: 100%;
	position: relative;
	z-index: 20;
}
.top_panel>div {
	display: table-cell;
	vertical-align: middle;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.logo a {
	display: block;
	text-decoration: none;
	padding-right: 20px;
}
.logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.main_menu_wrapper>div {
	display: table;
	width: 100%;
}
.main_menu_wrapper>div>div {
	display: table-cell;
	vertical-align: middle;
}
.main_menu {
	border: 2px solid #fff;
	border-right-width: 0px;
}
.basket {
	vertical-align: middle;
	border: 2px solid #FF544A;
}
.basket a {
	display: block;
	text-decoration: none;
	padding: 10px 0;
	padding-left: 50px;
	background: url(../img/basket.png) 10px center no-repeat;
	color: #FF544A;
	padding-right: 5px;
}
.basket a:hover, .basket a:focus {
	text-decoration: underline;
	color: #FF544A;
}
.phones {
	width: 200px;
	font-size: 18px;
	vertical-align: middle !important;
	font-family: 'Open Sans Semibold';
}
.phones ul {
	text-align: center;
}
.phones a {
	display: block;
	color: #fff;
}
.phones button {
	outline: none;
	color: #FF544A;
	display: block;
	border: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}
/*=====================*/
.navbar-default {
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-nav>li>a {
	line-height: 40px;
	font-size: 16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #FF544A;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #FF544A;
	background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
}
/*----------------------*/
@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 0;
	margin-top: 60px;
	background-color: rgba(0,0,0,0.5);
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}



}
/*===================*/
.menu_button {
	height: 50px;
	width: 60px;
	right: -25px;
	top: 0px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 6px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FF544A;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.navbar-header {
	position: relative;
}
/*--------------*/

.photo_description h2 {
	margin: 40px 0 20px 0px;
}

@media (min-width: 1200px) {
.photo_description h2 {
	margin: 40px 0 20px 40px;
}
}


@media (min-width: 992px) {
.navbar-nav {
	display: table;
	width: 100%;
}
.navbar-nav>li {
	display: table-cell;
	float: none;
	text-align: center;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*========================*/
.banner_caption {
	height: 80%;
	position: relative;
}
.banner_caption_wrapper {
	position: absolute;
	top: -50px;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.banner_caption_wrapper .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.banner_caption_wrapper .inner >div {
	display: inline-block;
	max-width: 440px;
	text-align: left;
}
.banner_caption_wrapper h1 {
	margin: 0;
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}
.banner_caption_wrapper p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.banner_caption_wrapper .active_buttton {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
/*==========================*/

.active_button {
	display: inline-block;
	//height: 50px;
	font-size: 18px;
	line-height: 110%;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	/*background-clip: padding-box;*/
	/*background: url(../img/button_bg.jpg) center top repeat-x;*/
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-color: #ff5438;
	/*background-image: linear-gradient(to bottom, #FF655B 0%, #ff5438 100%);*/
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	transition: background 0.5s ease-in-out, color 0.2s 0.2s ease-in-out;
	-moz-transition: background 0.5s ease-in-out, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out, color 0.2s 0.2s ease-in-out;
	-o-transition: background 0.5s ease-in-out, color 0.2s 0.2s ease-in-out;
	//white-space: nowrap;
}
a.active_button{
	padding-top: 20px; padding-bottom: 20px;
}
.active_button:hover, .active_button:focus {
	color: #ffffff;
	text-decoration: none;
    /*background: rgba(255,87,78,0.5);*/
    background: #000;
   	-webkit-box-shadow: 0px 5px 20px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 5px 20px rgba(255,255,255,0.3);
	box-shadow: 0px 5px 20px rgba(255,255,255,0.3);
    /*text-shadow: 1px 1px 1px #C61D04;*/
}

.active_button.grayback {
	background-color: #888888;
}
.active_button.grayback:hover {
	background-color: #000;
	color: #fff;
}


/*========================*/

.goods_list {
	padding: 60px 0;
}
.goods_list .container {
}
.goods_list_wrapper {
	width: 100%;
	display: table;
}
.goods_list_wrapper>div {
	width: 33.333333%;
	display: table-cell;
	padding: 0 45px;
}
.goods_list_wrapper ul {
	font-size: 18px;
}
.goods_list_wrapper ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	padding: 15px 0;
}
.goods_list_wrapper ul li>div {
	display: table-cell;
	vertical-align: middle;
}
.goods_list_wrapper ul li>div:first-child {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Open Sans Bold';
	padding-right: 10px;
}
.goods_list_wrapper ul li>div:last-child {
	text-align: right;
}
/*==================*/
.download_file {
	margin-top: 30px;
	margin-bottom: 30px;
}
.download_file a {
	display: block;
	padding: 15px 0 15px 70px;
	background: url(../img/download.png) 0px center no-repeat;
	color: #4A4A4A;
}
.download_file a:hover {
	display: block;
	color: #4A4A4A;
	text-decoration: underline;
}
.goods_list_wrapper .active_button img {
	margin-left: 15px;
	vertical-align: middle;
}
/*=======================*/
.action_div {
	background: url(../img/crane.jpg) center center no-repeat #E0E0E0;
	padding: 80px 0;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.action_div .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
}
.action_wrapper {
	max-width: 460px;
	float: right;
	position: relative;
	z-index: 1;
}
.action_wrapper h2 {
	font-size: 60px;
	color: #FF544A;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
	left: 0;
}
.action_wrapper p {
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.sub_title {
	display: block;
	font-size: 36px;
}
/*=======================*/
.middle_logo_wrapper {
	width: 100%;
	display: table;
	padding-top: 60px;
	padding-bottom: 60px;
}
.middle_logo_wrapper>div {
	display: table-cell;
}
.middle_logo_wrapper>div:first-child {
	vertical-align: bottom;
	width: 35%;
}
.middle_logo_wrapper>div:first-child img {
	margin-bottom: 5px;
}
.middle_logo_wrapper>div:last-child {
	vertical-align: top;
}
.middle_logo_wrapper p {
	font-size: 14px;
	padding-left: 0px;
	margin-bottom: 0;
}
/*=====================*/
.post_block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.post_block .block_header {
	text-align: center;
}
.post_block .block_header h2 {
	display: inline-block;
	 margin-right: 56px;
}
.post_block .block_header h2 a {
	display: block;
	color: #000;
}
.post_block .block_header h2 a:hover, .post_block .block_header h2 a:focus {
	display: block;
	color: #FD6A51;
	text-decoration: none;
}
.post_block_wrapper ul {
	margin: -35px;
	padding: 40px 0;
}
.post_block_wrapper ul li {
	width: 33.3333%;
	float: left;
	padding: 0 35px;
}
.post_block_wrapper ul li .img_cont img {
	width: 100%;
}
.post_block_wrapper ul li .img_cont:hover, .post_block_wrapper ul li .img_cont:focus {
	opacity: 0.8;
}
.post_block_wrapper ul li p {
	height: 82px;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 25px;
}
.ex_link {
	font-size: 14px;
	text-transform: uppercase;
	color: #FD6A51;
	font-family: 'Open Sans Semibold';
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ex_link:hover, .ex_link:focus {
	text-transform: uppercase;
	color: #FD6A51;
}
.post_block_wrapper ul li h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*====================*/
.results {
	background-color: #DEDEDE;
	padding: 50px 0 50px;
	display: none;
	margin-bottom: 100px;
}
.results_wrapper {

}
.results_wrapper ul {
	display: table;
	width: 100%;
	font-size: 14px;
}
.results_wrapper ul li {
	display: table-row;
}
.results_wrapper ul li h2 {
	margin: 0;
	font-size: 30px;
}
.results_wrapper ul li h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.results_wrapper ul li>div {
	display: table-cell;
	vertical-align: middle;
	width: 33.333%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.send_email a {
	display: block;
	color: #000000;
	font-size: 18px;
	padding: 10px 10px 10px 50px;
	background: url(../img/letter.png) 0px center no-repeat;
}
.send_email a:hover, .send_email a:focus {
	text-decoration: underline;
	color: #000000;
}
.print a {
	display: block;
	color: #000000;
	font-size: 18px;
	padding: 10px 10px 10px 50px;
	background: url(../img/print.png) 0px center no-repeat;
}
.print a:hover, .print a:focus {
	text-decoration: underline;
	color: #000000;
}
.results_wrapper .active_button {
	margin-top: 20px;
}
/*=======================*/
.delivery {
	padding-top: 60px;
	padding-bottom: 60px;
}
.delivery_text {
	width: 35%;
}
.delivery_text p {
	padding-left: 0px;
	margin-bottom: 30px;
}
.delivery_wrapper {
	display: table;
	width: 100%;
}
.delivery_wrapper>div {
	display: table-cell;
	vertical-align: top;
}
/*==============*/
.video {
	background: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.video_inner {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 40%;
	position: relative;
	height: 0;
	margin: 0 auto;
}
.button_play_video {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../img/video.png) no-repeat center top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 1;
}
.video_inner iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border: 0;
	margin: 0 auto;
}
/*---*/
.play_btn {
	width: 100%;
	height: auto;
	margin-top: -36px;
	cursor: pointer;
	position: absolute;
	left: 0%;
	right: 0;
	top: 50%;
}
.play_btn span {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.play_btn .play_btnIcon {
	width: 72px;
	display: block;
	height: 72px;
	-webkit-border-radius: 400px;
	border-radius: 400px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(../img/play.png) no-repeat;
	margin: auto;
}
.play_btn:hover .play_btnIcon {
	opacity: 0.8;
}
/*-------------------*/
.calculate {
	padding-top: 40px;
	padding-bottom: 40px;
	//background-color: #F4F4F4;
}
.calculate h2 {
	display: inline-block;
}
.radio_block {
	text-align: center;
}
.radio_block li {
	display: inline-block;
}
.radio_block li {
	display: inline-block;
}
.radio_block li {
	margin: 0 12px;
}
.radio_block li {
	font-size: 90px;
}
.radio_block {
	margin-bottom: 30px;
}
/*====================================================*/
.radio_block li label {
	display: block;
	cursor: pointer;
	position: relative;
	color: #888888;
	margin: 0;
	padding: 0;
}
.radio_block li input[type=radio] {
	display: none;
}
.radio_block li input[type=radio]:checked +label {
	color: #FF5438;
}
/*====================================================*/
.input_group {
	margin-bottom: 40px;
}
.input_group>div {
	padding: 0;
}
.input_group h3 {
	font-size: 24px;
	font-family: 'Open Sans Semibold';
	margin-top: 20px;
	margin-bottom: 20px;
}
.question_mark {
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #888888;
	color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	cursor: pointer;
	outline: none;
}
.question_mark:hover, .question_mark:focus {
	background-color: #A0A0A0;
}
.input_group label {
	font-size: 16px;
	font-weight: normal;
}
.input_group input[type=text] {
	height: 50px;
	border: 1px solid #939393;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
}
.input_group li {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.input_group li>div {
	display: table-cell;
}
.input_group li>div:first-child {
	width: 48%;
}
.input_group li>div:last-child {
	width: 50%;
}
.input_group_toleft .inner {
	padding-right: 60px;
}
.input_group_toright .inner {
	padding-left: 60px;
}
/*==================*/
.farmers {
	padding-top: 50px;
	padding-bottom: 50px;
}
.farmer_box {
	margin-bottom: 40px;
}
.farmer_box ul {
	padding-left: 0px;
}
.farmer_box p {
	font-size: 18px;
	margin: 0;
}
.farmer_box a {
	font-size: 16px;
	display: block;
	color: #FF5438;
	font-family: 'Open Sans Semibold';
	padding: 5px 10px 5px 30px;
	background: url(../img/target.png) 0px center no-repeat;
}
/*-------------*/
.cities {
	padding-left: 0px;
}
.cities ul {
	display: table;
	width: 100%;
}
.cities ul li {
	display: table-row;
}
.cities ul li >div {
	display: table-cell;
	vertical-align: top;
	width: 33.3333%;
}
.cities ul li a {
	display: block;
	color: #000000;
	font-size: 18px;
	padding: 15px 10px 10px 0px;
	font-family: 'Open Sans Semibold';
}
.cities ul li a:hover, .cities ul li a:focus {
	color: #FF544A;
	text-decoration: underline;
}
/*====================*/
.delivery_form {
	background-color: #FF544A;
	color: #FFF;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 18px;
	background-clip: padding-box;
	background-color: #ff5349;
}
.delivery_form_header {
	margin-bottom: 30px;
}
.delivery_form_header h2 {
	font-size: 30px;
	display: inline-block;
	padding: 10px 230px 10px 0px;
	margin: 0;
	background: url(../img/auto.png) right center no-repeat;
}
.delivery_form_toleft {
	width: 40%;
	float: left;
}
.delivery_form_toright {
	width: 60%;
	float: right;
}
.delivery_form_toleft >.inner {
	padding-right: 25px;
}
.delivery_form_toright >.inner {
	padding-left: 25px;
}
.delivery_form_toleft li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.delivery_form_toleft li >div {
	display: table-cell;
	vertical-align: top;
}
.delivery_form_toleft li >div:first-child {
	width: 40%;
}
.delivery_form_toleft li>div:last-child {
	width: 60%;
}
.delivery_form_toright li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.delivery_form_toright li >div {
	display: table-cell;
	vertical-align: top;
}
.delivery_form_toright li >div:first-child {
	width: 25%;
}
.delivery_form_toright li>div:last-child {
	width: 75%;
}
.delivery_form label {
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
}
.delivery_form select {
	height: 50px;
	line-height: 45px;
	border: 1px solid #fff;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	text-indent: 10px;
	color: #000;
}
.delivery_form input[type=text] {
	height: 50px;
	border: 1px solid #fff;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	text-indent: 10px;
	color: #000;
}
.delivery_form textarea {
	height: 125px;
	border: 1px solid #fff;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	padding: 10px;
	color: #000;
}
.delivery_form_toright .place {
	display: table;
	width: 100%;
}
.delivery_form_toright .place>div {
	display: table-cell;
	vertical-align: top;
}
.delivery_form_toright .place input[type=text] {
	width: 85px;
}
.delivery_form_toright .place a {
	display: block;
	border: 1px dashed #fff;
	height: 50px;
	background: transparent;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
	padding: 10px 30px;
}
.delivery_form_toright .place a img {
	margin-right: 10px;
	vertical-align: middle;
}
/*----------------------*/
.add_file {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 35px;
	color: #fff;
}
.add_file label:hover {
	color: #fff;
	text-decoration: none;
}
.add_file input[type="file"] {
	display: none;
}
.add_file label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: underline;
	padding-left: 30px;
	background: url(../img/doc_icon.png) 0px 5px no-repeat;
}
.delivery_form input[type=submit] {
	background-color: rgba(255,255,255,0.2);
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	outline: none;
}
.delivery_form input[type=submit]:hover, .delivery_form input[type=submit]:focus {
	background-color: #fff;
	color: #FF544A;
	text-decoration: none;
	outline: none;
}
/*=====================*/
.partners {
	padding-top: 50px;
	padding-bottom: 50px;
}
.partners h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}
.partners ul {
	height: 150px;
	margin: 0 -10px;
}
.partners ul img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.partners ul li {
	display: table;
	width: 20%;
	float: left;
	height: 100%;
}
.partners ul li> div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
/*=========================*/
footer {
	background-color: #F5F5F5;
}
.footer_body {
	padding-top: 50px;
	padding-bottom: 30px;
}
.logo_footer {
	width: 30%;
	float: left;
}
.footer_menu {
	width: 30%;
	float: left;
}
.footer_file {
	width: 18%;
	float: left;
}
.footer_contact {
	width: 22%;
	float: left;
	text-align: right;
}
.logo_footer a {
	display: block;
	padding-right: 15px;
}
.logo_footer a:hover, .logo_footer a:focus {
	opacity: 0.8;
}
.logo_footer img {
	max-width: 100%;
	height: auto;
}
.footer_menu ul {
	padding: 0 15px;
	display: table;
	width: 100%;
}
.footer_menu ul li {
	display: table-row;
}
.footer_menu ul li>div {
	display: table-cell;
	width: 50%;
}
.footer_menu ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	padding: 10px 10px 10px 0px;
}
.footer_file a {
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding-left: 60px;
	background: url(../img/download.png) 10px center no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer_file a span {
	display: inline-block;
	text-align: left;
}
.footer_file a:hover, .footer_file a:focus {
	color: #333;
	text-decoration: underline;
}
.footer_contact a {
	color: #000000;
	font-size: 18px;
	display: block;
}
.footer_contact button {
	outline: none;
	color: #FF544A;
	display: block;
	border: 0;
	background: transparent;
	width: 100%;
	font-size: 18px;
	text-align: right;
	margin-top: 5px;
}
.rogachev a {
	display: block;
	margin-top: 20px;
}
.rogachev a:hover, .rogachev a:focus {
	opacity: 0.8;
}
/*==========================================*/
#dark {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}
.popup {
	background-color: #FF544A;
	width: 630px;
	height: auto;
	box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.2);
	position: fixed;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: -280px auto 0;
	z-index: 990;
	display: none;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.close_popup {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(../img/close_button.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	cursor: pointer;
}
.close_popup:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-sand-transform: rotate(360deg);
}
.popup input[type=text], .popup_wrapper input[type=email], .popup_wrapper input[type=tel] {
	height: 50px;
	border: 1px solid #fff;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	text-indent: 10px;
	color: #000;
	margin-bottom: 10px;
}
.popup textarea {
	height: 100px;
	border: 1px solid #fff;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	text-indent: 10px;
	color: #000;
	margin-bottom: 10px;
	padding-top: 10px;
}
.popup input[type=submit] {
	background-color: rgba(255,255,255,0.2);
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	transition: background-color 0.5s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.5s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.5s linear, color 0.2s 0.2s ease-in-out;
	outline: none;
	color: #fff;
}
.popup input[type=submit]:hover, .popup input[type=submit]:focus {
	background-color: #fff;
	color: #FF544A;
	text-decoration: none;
	outline: none;
}
.form_wrapper_header {
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.form_wrapper_header p {
	font-size: 24px;
	margin: 0px;
	text-transform: uppercase;
}
.form_wrapper_header span {
	display: block;
	color: #C91E14;
	font-size: 16px;
}
.succes {
	background-color: #FF544A;
	width: 100%;
	height: 100%;
	padding: 35px 30px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0;
	z-index: 1002;
	display: none;
}
.succes .inner {
	display: table;
	width: 100%;
	height: 100%;
}
.succes .inner p {
	margin-top: 0 !important;
	display: table-cell;
	vertical-align: middle;
}
.succes p {
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.succes p img {
	margin-bottom: 15px;
}
/*=========================*/
#toTop {
	width: 40px;
	height: 40px;
	background: #FF553B;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 100;
	opacity: 0.8;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#toTop span {
	display: block;
	margin: 6px 0 0 0;
	font-size: 20px;
}
#toTop:hover {
	opacity: 1;
}
/*=======================*/
.page_body {
	padding-top: 40px;
}
.page_wrapper .navbar-default .navbar-nav>li>a {
	color: #000;
}
.page_wrapper .navbar-default .navbar-nav>.active>a, .page_wrapper .navbar-default .navbar-nav>.active>a:focus, .page_wrapper .navbar-default .navbar-nav>.active>a:hover {
	color: #FF544A;
	background-color: transparent;
	text-decoration: underline;
}
.page_wrapper .navbar-default .navbar-nav>li>a:focus, .page_wrapper .navbar-default .navbar-nav>li>a:hover {
	color: #FF544A;
	text-decoration: underline;
}
.page_wrapper .main_menu {
	border: 2px solid #000;
}
.page_wrapper .main_menu {
	border-right-color: transparent;
}
.page_wrapper .phones a {
	color: #000;
}
/*=======================*/
.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	margin-top: 40px;
	font-size: 16px;
}
.breadcrumb a {
	color: #FF544A;
}
.breadcrumb>li+li:before {
	padding: 0 10px;
	color: inherit;
	content: "-";
	color: #000;
}
.page_header {
	margin-bottom: 30px;
}
.page_header h1 {
	font-size: 36px;
	margin: 0;
	font-family: 'Open Sans Semibold';
}
/*===================*/
.history {
	overflow: hidden;
}
.history_body {
	position: relative;
	overflow: visible;
	padding-bottom: 50px;
}
.history_body .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 5000px;
	height: 100%;
	background: url(../img/about/gruz.png) 470px top no-repeat;
}
.history_text {
	max-width: 450px;
	font-size: 14px;
}
.history_text p {
	margin-bottom: 25px;
}
.history .block_header {
	margin-top: 60px;
}
/*======================*/
.advantages {
	padding-top: 50px;
	padding-bottom: 50px;
}
.advantages h3 {
	height: 50px;
	margin: 0;
	line-height: 1;
	overflow: hidden;
	margin-top: 30px;
}
.advantages ul {
	margin-left: -30px;
	margin-right: -30px;
}
.advantages ul li {
	width: 25%;
	float: left;
}
.advantages ul li .img_cont {
	display: inline-block;
}
.advantages ul li:first-child .img_cont {
	
}
.advantages ul li>div {
	padding: 15px;
}
.now_block_body>div {
	width: 50%;
	float: left;
}
.now_block_body>div p {
	max-width: 460px;
	padding-right: 20px;
	text-align: left;
}
.now_block {
	padding-bottom: 50px;
}
/*==================*/
.license {
	padding-bottom: 50px;
}
.license ul {
	margin: 0 -15px;
}
.license ul li {
	width: 20%;
	float: left;
	margin-bottom: 20px;
}
.license ul li>a {
	display: block;
	padding: 0 15px;
}
.license ul li img {
	max-width: 100%;
	height: auto;
}
/*===================*/
.gallery {
	padding-top: 15px;
	padding-bottom: 15px;
}
.gallery ul {
	margin: 0 -15px;
}
.gallery ul li {
	width: 33.333333%;
	float: left;
	margin-bottom: 30px;
}
.gallery ul li>a {
	display: block;
	padding: 0 15px;
}
.gallery ul li>a:hover, .gallery ul li>a:focus {
	opacity: 0.8;
}
.gallery ul li img {
	max-width: 100%;
	height: auto;
}
/*=========================*/
.grey_bd {
	background: url(../img/grey_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 50px;
}
.servise_one {
	overflow: hidden;
}
.servise_one_body {
	position: relative;
	overflow: visible;
	padding-bottom: 70px;
}
.servise_one .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 5000px;
	height: 100%;
	background: url(../img/arenda.png) 470px top no-repeat;
}
.servise_one_text {
	max-width: 400px;
	font-size: 14px;
}
.servise_one_text p {
	margin-bottom: 25px;
}
.servise_one_text .page_header {
	margin-bottom: 60px;
}
.servise_one_text .active_button {
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 202;
}
/*======================*/
.description {
	padding-top: 0px;
	padding-bottom: 60px;
}
.orange_marker {
	font-size: 14px;
	padding-left: 0px;
	max-width: 760px;
}
.orange_marker li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
}
.orange_marker li:before {
	content: '\2014';
	position: absolute;
	top: -4px;
	left: 0;
	color: #FF5438;
	font-size: 20px;
}
/*=======================*/
.cost {
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 16px;
}
.cost strong {
	font-size: 18px;
}
.cost ul {
	display: table;
	width: 100%;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.cost ul li {
	display: table-row;
}
.cost ul li>div {
	display: table-cell;
	vertical-align: top;
	padding: 20px 15px;
}
.cost .active_button {
	height: 40px;
	line-height: 40px;
	margin-left: 0px;
}
/*====================*/
.item_top_block {
	padding-bottom: 50px;
}
.item_top_body .img_cont {
	width: 35%;
	float: left;
}
.item_characteristic {
	width: 65%;
	float: left;
}
.item_characteristic ul {
	width: 100%;
	display: table;
	margin-bottom: 30px;
	padding-left: 80px;
	padding-right: 0px;
}
.item_characteristic ul li {
	display: table-row;
}
.item_characteristic ul li>div {
	display: table-cell;
	width: 33.3333%;
}
.item_characteristic ul li>div strong {
	display: block;
	font-size: 18px;
}
.item_characteristic ul li>div>span {
	color: #979797;
	margin-bottom: 20px;
	display: block;
}
.item_characteristic ul li>div>b {
	color: #000;
	font-size: 18px;
}
.item_characteristic .active_button {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}
/*==========================*/
.quantity {
	border: 1px solid #D0D0D0;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 5px;
}
.figure_wrapper {
	width: 35px;
	float: left;
	display: block;
}
.plus_minus {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
.figure_wrapper button {
	width: 100%;
	height: 36px;
	display: block;
	color: #fff;
	background-color: #D0D0D0;
	border: 1px solid #D0D0D0;
}
.figure_wrapper button:hover, .figure_wrapper button:focus {
	outline: none;
	color: #fff;
	background-color: #FF544A;
	border: 1px solid #FF544A;
}
.figure_wrapper button.left_btn {
	border-radius: 9px 0 0 9px;
	-webkit-border-radius: 9px 0 0 9px;
	-moz-border-radius: 9px 0 0 9px;
}
.figure_wrapper button.right_btn {
	border-radius: 0 9px 9px 0;
	-webkit-border-radius: 0 9px 9px 0;
	-moz-border-radius: 0 9px 9px 0;
}
.quantity input[type=text] {
	width: 80px;
	float: left;
	display: block;
	height: 36px;
	border: 0;
	outline: 0;
	text-align: center;
	background: #fff;
	color: black;
}
/*===========================*/
.mrk_class_toleft {
	width: 50%;
	float: left;
}
.mrk_class_toleft h4 {
	padding-top: 30px;
}
.mrk_class_toright {
	width: 50%;
	float: right;
}
.mrk_class_toright img {
	max-width: 100%;
	height: auto;
}
.mrk_class_toright span {
	display: block;
	margin-top: 15px;
	font-size: 18px;
	text-align: right;
}
.inner_left {
	padding-right: 40px;
}
.inner_right {
	padding-left: 40px;
}
/*==================*/
.kinds {
	padding-top: 50px;
	padding-bottom: 50px;
}
.kinds ul {
	display: table;
	margin: 0 -40px;
}
.kinds ul li {
	display: table-row;
}
.kinds ul li>div {
	display: table-cell;
	padding-bottom: 40px;
	width: 33.3333%;
}
.kinds ul li>div p {
	padding-left: 40px;
	padding-right: 40px;
}
/*====================*/
.order_table {
	padding-top: 50px;
	padding-bottom: 50px;
}
.order_table ul {
	display: table;
	width: 100%;
}
.order_table ul li {
	display: table-row;
}
.order_table ul li>div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
	border-bottom: 1px solid #DCDCDC;
}
.order_table ul li p {
	font-size: 18px;
	margin: 0;
}
.order_table ul li:first-child span {
	font-size: 16px;
	color: #979797;
}
.order_table ul li:first-child>div {
	border: 0px;
	padding-bottom: 20px;
}
.order_table ul li:last-child>div {
	border: 0px;
}
.order_table .active_button, .order_table_mobile .active_button {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	color: #FF544A;
	border: 1px solid #FF544A;
}
.order_table .active_button:hover, .order_table .active_button:focus, .order_table_mobile .active_button:hover, .order_table_mobile .active_button:focus {
	background: #FF544A;
	color: #fff;
}
.order_table .active_button>span, .order_table_mobile .active_button>span {
	display: inline-block;
	margin-right: 5px;
}
/*======================*/
.pay_conditions {
	padding-top: 10px;
	padding-bottom: 50px;
}
.pay_conditions h3 {
	height: 50px;
	margin: 0;
	line-height: 1;
	overflow: hidden;
	margin-top: 30px;
}
.pay_conditions ul  {
    margin: 0 -15px;
}
.pay_conditions ul li {
	width: 25%;
	float: left;
}
.pay_conditions ul li>div {
	padding: 15px;
}
.pay_conditions ul li>div .img_cont {
	display: inline-block;
	width: 100%;
}
/*==================*/
.delivery_info {
	padding-bottom: 50px;
}
.delivery_info_toleft {
	width: 60%;
	float: left;
}
.delivery_info_toleft p {
	margin-bottom: 40px;
}
.delivery_info_toright {
	width: 40%;
	float: left;
}
.all_prices {
	margin-top: 30px;
}
.delivery_info_toright ul {
	width: 100%;
	display: table;
}
.delivery_info_toright ul li {
	display: table-row;
}
.delivery_info_toright ul li>div {
	display: table-cell;
	vertical-align: top;
}
.delivery_info_toright ul li>div label {
	display: table-cell;
	vertical-align: top;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 10px;
}
.delivery_info_toright ul li>div input[type=text], .delivery_info_toright ul li>div input[type=tel], .delivery_info_toright ul li>div input[type=email] {
	width: 100%;
	height: 44px;
	border: 1px solid #E9E9E9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	text-indent: 10px;
	margin-bottom: 10px;
}
.delivery_info_toright ul li>div textarea {
	width: 100%;
	height: 190px;
	border: 1px solid #E9E9E9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.delivery_info_toright ul li>div input[type=submit] {
	width: 100%;
	height: 44px;
	border: 1px solid #FE645A;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FE645A;
	color: #fff;
	transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
}
.delivery_info_toright ul li>div input[type=submit]:hover, .delivery_info_toright ul li>div input[type=submit]:focus {
	background-color: #fff;
	color: #FE645A;
	text-decoration: none;
}
.delivery_info_toleft p {
	max-width: 450px;
}
/*========================*/
.left_c {
	width: 48%;
	float: left;
}
.right_c {
	width: 52%;
	float: left;
}
.left_c p {
	max-width: 370px;
}
/*================*/
.download2 {
	max-width: 180px;
	font-size: 18px;
}
.download2 a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 15px 10px 15px 80px;
	background: url(../img/pdf.png) 0px center no-repeat;
}
.download2 a:hover, .download2 a:focus {
	text-decoration: underline;
}
/*====================*/
.contact_list {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact_list_ul {
	margin: 0 -15px;
}
.contact_list_ul ul {
	min-height: 100px;
}
.contact_list_ul>li {
	width: 25%;
	float: left;
}
.contact_list_ul>li li {
	margin-bottom: 10px;
}
.contact_list_ul>li >.inner {
	padding: 0 15px;
}
.contact_list h3 {
	height: 50px;
	margin: 0;
	line-height: 1;
	overflow: hidden;
	margin-top: 30px;
}
/*=========================*/
.map {
	width: 100%;
	height: 595px;
}
.map_wrapper .container {
	position: relative;
}
.contact_form {
	position: absolute;
	top: 0;
	right: 0;
	padding: 45px 30px;
	background-color: #FF645A;
	color: #fff;
	width: 400px;
	z-index: 600;
}
.contact_form p {
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
}
.contact_form input[type=text], .contact_form input[type=tel], .contact_form input[type=email] {
	width: 100%;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FF645A;
	text-indent: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.contact_form textarea {
	width: 100%;
	height: 190px;
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FF645A;
	padding: 10px;
	margin-bottom: 10px;
}
.contact_form input[type=submit] {
	width: 100%;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	color: #FF645A;
	transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
}
.contact_form input[type=submit]:hover, .contact_form input[type=submit]:focus {
	background-color: #FF645A;
	color: #fff;
	text-decoration: none;
}
/*======================*/
.contact_form input[type=text]::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder {
 color: #fff;
}
.contact_form input[type=text]::-moz-placeholder, .contact_form textarea::-moz-placeholder {
 color: #fff;
}
/* Firefox 19+ */
.contact_form input[type=text]:-moz-placeholder, .contact_form textarea:-moz-placeholder {
 color: #fff;
}
/* Firefox 18- */
.contact_form input[type=text]:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder {
 color: #fff;
}
.contact_form input[type=text]::placeholder, .contact_form textarea::placeholder {
 color: #fff;
}
/*======================*/
.order_table_mobile_box {
	margin-top: 30px;
}
.order_table_mobile_box ul {
	display: table;
	width: 100%;
}
.order_table_mobile_box ul li {
	display: table-row;
}
.order_table_mobile_box ul li>div {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.order_table_mobile_box p {
	margin: 0;
	font-size: 18px;
}
.order_table_mobile .active_button {
	margin-top: 20px;
}
/*=============*/
.slick-dots li button::before {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	content: "\2022";
	text-align: center;
	opacity: 0.25;
	color: #FF645A;
	-webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #FF645A;
}
/*==================*/
.catalogue_tabs .nav-tabs>li.active>a, .catalogue_tabs .nav-tabs>li.active>a:focus, .catalogue_tabs .nav-tabs>li.active>a:hover {
	color: #FF6056;
	background-color: #fff;
	border: 1px solid transparent;
	border-bottom-color: transparent;
}
.catalogue_tabs .nav-tabs>li>a:hover {
	border-color: transparent;
}
.catalogue_tabs .nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 0;
}
.catalogue_tabs .nav>li>a {
	font-size: 25px;
	padding: 0 20px;
	color: #000000;
}
.catalogue_tabs .nav>li>a>span {
	padding: 12px 0;
	border-bottom: 1px dotted #FF6056;
}
.catalogue_tabs .nav>li.active>a>span {
	padding: 20px 0;
	border-bottom: 1px dotted transparent;
}
.catalogue_tabs .nav-tabs {
	border-bottom: 1px solid transparent;
	padding-bottom: 0px;
}
.catalogue_tabs .row {
	margin-left: -35px;
	margin-right: -35px;
}
.catalogue_tabs .tab-content>.tab-pane {
	padding: 20px;
}
.catalogue_tabs .nav>li>a:focus, .catalogue_tabs .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
/*===================*/
.catalogue_tabs_mobile_box {
	padding-top: 50px;
	padding-bottom: 50px;
}
.catalogue_tabs_mobile_box h3 {
	margin: 0;
}
.order_table_mobile .slick-dots {
	bottom: -48px;
}
/*===================*/
.dobavki {
	padding-top: 20px;
	padding-bottom: 60px;
}
.dobavki ul {
	display: table;
}
.dobavki ul li {
	display: table-cell;
	vertical-align: top;
	padding-right: 90px;
}
.dobavki ul li:first-child>div {
	padding: 15px 15px 15px 50px;
	background: url(../img/tb.png) 0px center no-repeat;
}
/*=========================*/
.markirovki {
	padding-top: 20px;
	padding-bottom: 80px;
}
.markirovki ul li {
	font-size: 14px;
	margin-bottom: 25px;
	width: 100%;
	display: table;
}
.markirovki ul li>b {
	width: 80px;
}
.markirovki ul li>b, .markirovki ul li>span {
	display: table-cell;
	vertical-align: top;
}
/*======================*/
.catalogue_tabs_wrapper .post_block_wrapper {
	//padding-top: 30px;
}
.catalogue_tabs_wrapper .post_block_wrapper h3, .new_box h3 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 50px;
	line-height: 1;
	white-space: normal;
}
.catalogue_tabs_wrapper .post_block_wrapper h3 a {
	color: #000;
	display: block;
}
.catalogue_tabs_wrapper .post_block_wrapper ul li {
	margin-bottom: 50px;
}
.catalogue_tabs_wrapper .post_block_wrapper ul li p {
	margin-bottom: 10px;
	margin-top: 0px;
}
.new_box {
	margin-bottom: 50px;
}
.new_box .img_cont img {
	width: 100%;
	margin-top: 20px;
}
.new_box p {
	height: auto;
	margin-bottom: 10px;
	margin-top: 0px;
}
.new_box h3 {
	margin-bottom: 20px;
	height: auto;
}
/*=====================*/
.main_photo {
	margin-bottom: 30px;
}
.main_photo img {
	max-width: 100%;
	height: auto;
}
.photo_description {
	margin-bottom: 40px;
	margin-top: 30px;
}
/*=====================*/
.towns_tabs {
	margin-top: 80px;
}
.towns_wrapper {
	padding-bottom: 100px;
	padding-top: 20px;
}
.towns_wrapper ul li {
	margin: 0 -10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.towns_wrapper ul li {
	float: left;
	width: 20%;
	font-size: 18px;
}
.towns_wrapper ul li a {
	display: block;
	color: #000;
	padding: 15px 10px;
}
.towns_wrapper ul li a:hover, .towns_wrapper ul li a:focus {
	color: #FF6056;
}
/*=====================*/
.order_form_body {
}
.order_form_toleft {
	padding: 0;
}
.order_table ul li span.prcent {
	font-size: 14px;
	color: #979797;
	font-family: 'Open Sans Bold';
	margin-left: 8px;
}
.order_form_toright {
	padding: 0;
	padding-top: 50px;
}
.slick-dotted.slick-slider {
	z-index: 10000000;
}
/*=============*/
.order_form_toright label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 38px;
	font-size: 18px;
	margin-bottom: 5px;
}
.order_form_toright label span {
	display: block;
	opacity: 0;
}
.order_form_toright input[type=checkbox] {
	display: none;
}
.order_form_toright label:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: absolute;
	left: -5px;
	bottom: 22px;
	background-color: #fff;
	border: 1px solid #FF6056;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-weight: normal;
}
.order_form_toright input[type=checkbox]:checked + label>span {
	opacity: 1;
}
.order_form_toright input[type=checkbox]:checked + label:before {
	content: "+";
	color: #FF6056;
	font-size: 30px;
	text-align: center;
	line-height: 28px;
}
.order_form_toright ul li a {
	color: #FF6056;
	display: block;
	padding: 10px 0 10px 40px;
	background: url(../img/place2.png) 0 center no-repeat;
}
.order_form_toright ul {
	margin-top: 100px;
}
.order_form_toright ul li {
	margin-bottom: 20px;
}
/*========================*/
.order_user_info {
	padding-bottom: 50px;
}
.order_user_info li {
	float: left;
	width: 33.33333%;
}
.order_user_info label {
	font-size: 24px;
	font-weight: normal;
	margin-right: 10px;
}
.order_user_info li>div {
	padding-right: 15px;
}
.order_user_info input[type=text], .order_user_info input[type=email], .order_user_info input[type=tel] {
	height: 50px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-indent: 10px;
	color: #000;
	width: 60%;
}
/*====================*/
.order_details {
	margin: 0 -15px;
}
.pay_detail ul {
	margin-top: 40px;
}
.pay_detail label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	margin-right: 15px;
	font-size: 18px;
	margin-bottom: 25px;
	font-family: 'Open Sans Semibold';
	font-weight: normal;
}
.pay_detail input[type=radio] {
	display: none;
}
.pay_detail label:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	bottom: 1px;
	background-color: #fff;
	border: 1px solid #FF544A;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.pay_detail input[type=radio]:checked + label:before {
	content: "\2022";
	color: #FF544A;
	font-size: 45px;
	text-align: center;
	line-height: 23px;
}
/*====================*/
.user_message textarea {
	height: 100px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 15px;
	color: #000;
	width: 100%;
	margin-top: 15px;
}
.total_price {
	text-align: right;
}
.total_price b {
	font-size: 14px;
	text-decoration: line-through;
}
.total_price strong {
	font-size: 24px;
}
.submit_input input[type=submit] {
	border: 1px solid #E96B67;
	background-color: #E96B67;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
	text-align: center;
	height: 46px;
	width: 100%;
	margin-top: 15px;
	transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
}
.submit_input input[type=submit]:hover, .submit_input input[type=submit]:focus {
	background-color: #ffffff;
	color: #E96B67;
	text-decoration: none;
}
/*===================*/
.user_message .add_file {
	color: #000;
	margin-top: 10px;
}
.user_message .add_file label:hover {
	color: #000;
	text-decoration: none;
}
.user_message .add_file label {
	background: url(../img/black_dock_icon.png) 0px 5px no-repeat;
	font-weight: normal;
	display: block;
	padding-top: 7px;
}
.note_p p {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1.2;
}
.order_form_block {
	padding-bottom: 70px;
}
/*=================*/
.adress_form {
	border-radius: 13px;
	background-clip: padding-box;
	background-color: #ff6359;
	color: #fff;
	width: 347px;
	padding: 40px 30px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 600;
}
.adress_form>p {
	font-size: 24px;
	margin: 0;
	padding-left: 40px;
}
.adress_form>span {
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
	padding-left: 40px;
}
.adress_select {
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.adress_select>div {
	display: table-cell;
	vertical-align: middle;
}
.adress_select label {
	font-weight: normal;
	font-size: 18px;
	width: 20px;
}
.adress_select select {
	height: 46px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #ff6359;
	text-indent: 15px;
}
/*====================*/
.delivery2 .inner {
    background: url(../img/truck.png) 470px center no-repeat;
}
.delivery2 .servise_one_body {
    padding-bottom: 117px;
}
.del_cond .active_button {
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 202;
    margin-left: 40px;
    margin-top: 20px;
}
.distance_marker {
   position: relative;
}
.distance_marker:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -30px;
    font-size: 45px;
    line-height: 0.4;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-top: -6px;
    border-radius: 50px; 
-webkit-border-radius: 50px; 
-moz-border-radius: 50px; 
}
.blue_marker:before {
    background-color: #2EE9FF; 
} 
.violet_marker:before {
    background-color: #F82CFF; 
} 
.orange_marker:before {
    background-color: #FF8C37; 
} 
/*=====================*/
.cost_mobile ul {
	margin: 30px 0;
}
.blue_marker_mobile {
	color: #2EE9FF;
}
.violet_marker_mobile {
	color: #F82CFF;
}
.orange_marker_mobile {
	color: #FF8C37;
}
.cost_mobile ul {
	display: table;
	width: 100%;
}
.cost_mobile ul li {
	display: table-row;
}
.cost_mobile ul li:first-child {
	font-size: 18px !important;
	border-bottom: 1px solid #CBCBCB;
}
.cost_mobile ul li:first-child >div {

	border-bottom: 1px solid #999;
}
.cost_mobile ul li:first-child strong {
	font-size: 18px !important;
}
.cost_mobile ul li>div {
	display: table-cell;
	padding: 10px;
}
/*-----------------*/
.color_towns {
	padding-bottom: 50px;
}
.color_towns ul {
	margin: 0 -15px;
}
.color_towns ul li {
	width: 16.666666%;
	float: left;
}
.color_towns ul li>a {
	display: block;
	padding: 15px;
	color: #222;
		 white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.post_block_wrapper {
    margin-top: 20px;
}

.order_table a {
	color: black;
}
.order_table_mobile_box a {
	color: black;
}

.goods_list_wrapper a {
	color: black;
}

@media only screen and (max-width : 992px) {
.catalogue_tabs .tab-content>.tab-pane {
 padding-top: 0;
}
.post_block_wrapper {
    margin-top: 0px;
}
}

.goods_list_wrapper a.active_button {
    color: white !important;
}
.delivery_info_toright h2 {
 left: 0;
}


.delivery_form_toleft,
.delivery_form_toright {
    width: 50%;
    float: left;
}
.delivery_form_header h2 {
   left: 0;
}
.delivery_form .place {
	display: table;
	width: 100%;
}
.delivery_form .place>div {
	display: table-cell;
	vertical-align: top;
}
.delivery_form .place input[type=text] {
	width: 85px;
}
.delivery_form .place a {
	display: block;
	border: 1px dashed #fff;
	height: 50px;
	background: transparent;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
	padding: 10px 30px;
	line-heught: 0;
}
.delivery_form .place a img {
	margin-right: 10px;
	vertical-align: middle;
}
.delivery_form_toleft li >div:first-child {
    width: 25%;
}
.delivery_form_toleft li>div:last-child {
    width: 75%;
}
.delivery_form .place input[type=text] {
    width: 70px;
}
.delivery_form_toleft li,
.delivery_form_toright li {
    margin-bottom: 10px;
}
.delivery_form_toleft ul {
	border-bottom: 2px solid rgba(255,255,255,0.5);
	padding-bottom: 30px;
}
.price_table {
	display: table;
	width: 100%;
	padding-top: 30px;
}
.price_table>div {
	display: table-cell;
	padding-right: 30px;
}
.price_table>div span {
	display: block;
	font-size: 24px;
	font-family: 'Open Sans Semibold';
	line-height: 1.1;
}
.price_table>div:last-child span {
	font-size: 36px;
	line-height: 0.7;
}
.delivery_form_toright li >div:first-child {
    width: 50%;
    padding-right: 5px;
}
.delivery_form_toright li>div:last-child {
    width: 50%;
    padding-left: 5px;
}
.delivery_form_toright input[type=text]
{
     background: #FF544A;
     color: #fff;
}
.delivery_form_toright textarea{
     background: rgba(255,255,255,0.2);
     color: #fff;
     margin: 0;
     display: block;
}
/*----------*/
.delivery_form_toright input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.delivery_form_toright input[type=text]::-moz-placeholder {
     color: #fff;
}
.delivery_form_toright input[type=text]:-moz-placeholder {
     color: #fff;
}
.delivery_form_toright input[type=text]:-ms-input-placeholder {
    color: #fff;
}
.delivery_form_toright input[type=text]::placeholder {
     color: #fff;
}
/*--------*/
.delivery_form_toright textarea::-webkit-input-placeholder {
    color: #fff;
}
.delivery_form_toright textarea::-moz-placeholder {
     color: #fff;
}
.delivery_form_toright textarea:-moz-placeholder {
     color: #fff;
}
.delivery_form_toright textarea:-ms-input-placeholder {
    color: #fff;
}
.delivery_form_toright textarea::placeholder {
     color: #fff;
}
/*=========================*/
.delivery_form_toright .add_file {
    height: 50px;
    border: 1px dashed #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-indent: 10px;
    color: #fff;
}
.delivery_form_toright .add_file label {
    padding-left: 0px;
    text-align: center;
    background: none;
    text-decoration: none;
    line-height: 28px;
}
.delivery_form_toright .add_file label:hover {
   text-decoration: underline;
}
.delivery_form_toright .add_file label img {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.delivery_form input[type=submit] {
    margin-top: 0px;
}
.delivery_form_note {
	text-align: center;
	margin-top: 40px;
}
.delivery_form_note span {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.delivery_form .place a {
    padding: 10px 10px;
    margin-left: 10px;
}
.delivery_form .place a {
   text-align: center;
    padding: 10px 10px;
}
.delivery_form .place a img {
  max-width: 100%;
}
/*======================================*/
.popup_map {
	background-color: #fff;
	width: 1000px;
	box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.2);
	position: fixed;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: -295px auto 0;
	z-index: 990;
	display: none;
	padding: 0px;
	padding-top: 100px;
	height: 590px;
	overflow-y: auto;
	overflow-x: hidden; 
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.popup_map .map {
    width: 100%; 
    height: 100%;
    overflow-y: auto;
}
.popup_map .close_popup {
	top: 50%;
    width: 40px;
    height: 40px;
    background: url(../img/close_button_2.png) no-repeat;
    z-index: 2;
    margin-top: -20px;
}
.popup_top_panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
}
.popup_top_panel_body {
    display: table;
    width: 100%;
    height: 100%;
}
.popup_top_panel_body>div {
   display: table-cell;
    height: 100%;
   vertical-align: middle;
   //padding: 0 20px;
   width: 100%;
}
.panel_body_toleft,.panel_body_toright {
	display: table;
    width: 100%;
    //padding-right: 60px;
}
.panel_body_toleft>div,.panel_body_toright>div {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Open Sans Semibold';
}
.popup_top_panel_body>div:first-child {
	background: #F5F5F5;
}
.panel_body_toleft {
	display: table;
    width: 100%;
    padding-left: 20px;
}
.panel_body_toleft ul {
	padding-left: 40px;
	background: url(../img/place_3.png) 0px center no-repeat;
}
.panel_body_toleft ul li:first-child {
	font-size: 24px;
	color: #CC443B;
}
.popup_top_panel_body b {
	display: block;
	font-size: 24px;
}
.panel_body_toright ul li:first-child {
	font-size: 24px;
	color: #CC443B;
	text-decoration: underline;
}
/*=========================*/
/*---media-----------*/
@media only screen and (max-width : 1024px) {
.popup_map {
	width: 94%;
}
}
@media only screen and (max-width : 992px) {
.delivery_form {
    position: relative;
    padding-bottom: 150px;
}
.price_table {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 10px auto 0;
	width: 80%;
	padding-top: 20px;
	border-top: 2px solid rgba(255,255,255,0.5);
}
.price_table>div:last-child {
	width: 40%;
}
.delivery_form_toleft ul {
	border-bottom: 0px;
}
.delivery_form_toright li >div:first-child {
    width: 50% !important; 
}
.popup_map {
	top: 15px;
	margin: 0px auto 0;
	background: #F5F5F5;
}
.popup_top_panel {
    height: auto !important;
    background: #F5F5F5;
}
.popup_top_panel_body {
    display: block;
    width: 100%;
    height: auto;
}
.popup_top_panel_body>div {
   display: block;
   height: auto;
   padding: 5px 20px;
   width: 100%;
}
.panel_body_toright>div:first-child {
    padding-left: 40px;
}
.panel_body_toleft>div,.panel_body_toright>div {
	width: 50%;
	vertical-align: top;
}
.panel_body_toleft {
     padding-left: 0px; 
}
}
@media only screen and (max-width: 670px){
.delivery_form_toleft li >div, 
.delivery_form_toleft li >div:first-child, 
.delivery_form_toleft li >div:last-child, 
.delivery_form_toright li >div:first-child, 
.delivery_form_toright li >div:last-child {
    display: block;
    width: auto !important;
   padding-right: 0;
   padding-left: 0;
}
.delivery_form_toright li >div:first-child {
	margin-bottom: 10px;
}
.price_table {
	display: block;
	width: 100%;
}
.price_table>div {
	display: block;
	width: 100%;
	padding-right: 0px;
	text-align: center;
	padding-bottom: 20px;
	vertical-align: top;
}
.price_table>div:last-child {
	width: 100%;
}
.delivery_form {
    padding-bottom: 340px !important;
}
.panel_body_toleft ul li:first-child ,
.popup_top_panel_body b,
.panel_body_toright ul li:first-child {
	font-size: 18px;
}
.panel_body_toright>div:first-child {
    padding-left: 0px;
}
.panel_body_toleft ul {
	padding-left: 0px;
	background: none;
}
}
@media only screen and (max-width : 400px) {
.delivery_form .place a {
   /*font-size: 10px;*/
    padding: 5px;
}
.delivery_form .place a img {
   width: 7%;
}
.panel_body_toleft ul li:first-child ,
.popup_top_panel_body b,
.panel_body_toright ul li:first-child {
	font-size: 14px;
}
.popup_top_panel_body {
	font-size: 10px;
}
.popup_top_panel_body>div {
   padding: 5px 10px;
}
}



/*=========================15.07vvvvvvvvvvvvvvvvvvv=============================*/
.grey_bg2 {
	background-color: #FCFCFC;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
.nasos {
    padding-bottom: 35px;
    padding-top: 3px;
}
.nasos> p {
    font-size: 18px;
    margin: 0;
}
.nasos> span {
    font-size: 16px;
    color: #979797;
}
/*---------*/
.order_info_body {
	padding-top: 40px;
}
.order_info_toleft {
    padding: 0;
}
.order_info_toleft>.inner {
	display: table;
	width: 100%;
}
.order_info_toleft>.inner>div {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
}
.order_info_toleft>.inner>div:last-child {
	padding-right: 0px;
}
.order_info_body .place_link {
    //font-size: 18px;
    text-align: center;
    display: inline-block;
    color: #FF544A;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    border: 1px dashed #FF544A ;
    border-radius: 7px; 
-webkit-border-radius: 7px; 
-moz-border-radius: 7px; 
font-family: 'Open Sans Regular';
   cursor: pointer;
}
.order_info_body .place_link:hover,
.order_info_body .place_link:focus {
    color: #FF544A;
    text-decoration: underline;
}
.order_info_body .place_link img {
	 margin-right: 10px;
	 //max-width: 12%;
}
.delivery_place_list {
	font-size: 16px;
	color: #000;
	font-family: 'Open Sans Semibold';
}
.delivery_place_list li:first-child {
	color: #ddd;
	font-family: 'Open Sans Regular';
}
.pay_detail label {
    padding-left: 30px;
    margin-right: 0px;
    font-size: 16px;
    margin-bottom: 5px;
}
.pay_detail input[type=radio]:checked + label:before {
    content: "•";
    color: #FF544A;
    font-size: 40px;
    text-align: center;
    line-height: 17px;
}
.pay_detail label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #FF544A;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.pay_detail ul {
    margin-top: 0px;
}
/*---------------*/
.order_info_toright>.inner {
	display: table;
	float: right;
}
.order_info_toright>.inner>div {
	display: table-cell;
	padding-left: 25px;
	vertical-align: middle;
}

.order_info_toright>.inner>div li:first-child {
	font-size: 24px;
}
.order_info_toright>.inner>div:first-child li:first-child {
	font-size: 30px;
}
/*=================*/
.adress_form2 {
	border-radius: 0 0 15px 15px; 
-webkit-border-radius: 0 0 15px 15px; 
-moz-border-radius: 0 0 15px 15px; 
	background-clip: padding-box;
	background-color: #fff;
	color: #000;
	width: 500px;
	padding: 30px;
	padding-top: 0;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 600;
}
.adress_form2>p {
	font-size: 24px;
	margin-bottom: 20px;
}
.adress_form2 input[type=text], 
.adress_form2 input[type=email], 
.adress_form2 input[type=tel] {
	height: 50px;
	border: 1px solid #BDBDBD;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	text-indent: 10px;
	color: #000;
	margin-bottom: 10px;
}
.form_col {
	display: table;
	width: 100%;
}
.form_col>div {
	display: table-cell;
	width: 50%;
}
.form_col>div:first-child {
	padding-right: 5px;
}
.form_col>div:last-child {
	padding-left: 5px;
}
/*----------------------*/
.add_file2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50px;
}
.add_file2 label:hover {
	text-decoration: none;
}
.add_file2 input[type="file"] {
	display: none;
}
.add_file2 label {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	cursor: pointer;
	text-decoration: underline;
	border: 1px dashed #BDBDBD;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	color: #757575;
	font-weight: normal;
}
.add_file2 label img {
	margin-right: 5px;
}
.adress_form2 input[type=submit] {
	background-color: #FF564C;
	height: 50px;
	border: 1px solid #FF564C;
	text-align: center;
	width: 100%;
    color: #fff;
	font-size: 18px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.5s linear, color  0.2s 0.2s ease-in-out;
	outline: none;
	font-family: 'Open Sans Semibold';
}
.adress_form2 input[type=submit]:hover, .adress_form2 input[type=submit]:focus {
	background-color: #fff;
	color: #FF564C;
	text-decoration: none;
	outline: none;
}
/*====================*/
.user_messager_button {
	padding: 15px 0;
	display: block;
	text-align: center;
	color: #FF564C;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 15px;
}
.user_messager_button span {
	font-size: 24px;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.user_messager_button:hover,
.user_messager_button:focus {
	color: #FF564C;
	text-decoration: none;
}
.user_messager_button strong {
	font-family: 'Open Sans Regular';
	font-weight: normal;
}
.user_message_body {
	display: none;
	margin-bottom: 20px;
}
.user_message_body textarea {
	height: 150px;
	border: 1px solid #BDBDBD;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	text-indent: 10px;
	color: #000;
	padding: 20px 0;
}
/*===============================================*/
@media only screen and (max-width : 1200px) {
.order_info_body .place_link {
    font-size: 14px;
    padding: 0 5px;
}
.delivery_place_list {
    font-size: 14px;
}
.pay_detail label {
    font-size: 14px;
}
.order_info_toright>.inner>div:first-child li:first-child {
    font-size: 22px;
}
.order_info_toright>.inner>div li:first-child {
    font-size: 16px;
}
}
/*=================================*/
@media only screen and (max-width : 992px) {
.order_table {
     padding-bottom: 0px; 
}
.order_form_toright {
    padding-top: 10px;
}
.order_info_toright {
    padding-top: 30px;
}
.order_info_toright>.inner {
    display: table;
    float: none;
    width: 100%;
}
.order_form_body {
    padding-bottom: 40px;
}
.adress_form2 {
	border-radius: 0; 
-webkit-border-radius: 0; 
-moz-border-radius: 0px; 
	width: auto;
	position: static;
}
}
/*=================================*/
@media only screen and (max-width : 640px) {
.order_info_toleft>.inner {
	display: block;
	width: auto;
}
.order_info_toleft>.inner>div {
	display: block;
	width: auto;
	padding-right: 0px;
	margin-bottom: 15px;
}
}
/*========================*/
@media only screen and (max-width : 480px) {
.order_info_toright>.inner {
	display: block;
	width: auto;
}
.order_info_toright>.inner>div {
	display: block;
	width: auto;
	padding-left: 0px;
	margin-bottom: 15px;
}
.form_col {
	display: block;
	width: auto;
}
.form_col>div {
	display: block;
	width: auto;
}
.form_col>div:first-child {
	padding-right: 0px;
}
.form_col>div:last-child {
	padding-left: 0px;
}
}
@media only screen and (max-width : 400px) {
.adress_form2 {
	padding: 0px;
	padding-bottom: 30px;
	
}	
.user_messager_button {
    font-size: 13px;
}
}


@media only screen and (max-width: 670px){
.delivery_form {
    padding-bottom: 190px !important;
}
}


.delivery_form .place a {
    display: table;
    width: 96%;
    text-align: left;
    padding: 0px 10px;
}
.delivery_form .place a> span {
   height: 100%;
   display: table-cell;
   vertical-align: middle;
   min-width: 25px;
   text-align: left;
}
.delivery_form .place a> span:first-child {
    padding-right: 10px;
}
@media only screen and (max-width: 400px){
.delivery_form .place a img {
    width: auto;
}
.delivery_form .place a {
     margin-left: 0px; 
}
}


.order_info_body .place_link {
    display: table;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
}
.order_info_body .place_link> span {
   height: 100%;
   display: table-cell;
   vertical-align: middle;
   min-width: 25px;
   text-align: left;
   line-height: 110%;
}
.order_info_body .place_link> span:first-child {
    padding-right: 10px;
}
@media only screen and (max-width: 400px){
.order_info_body .place_link img {
    width: auto;
}
.order_info_body .place_link {
     margin-left: 0px; 
}
}

.rubl {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
}


/*---------------*/
@font-face {
	font-family: 'Open Sans Extrabold';
	src: url('../fonts/OpenSans-Extrabold.eot');
	src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),
		url('../fonts/OpenSans-Extrabold.woff') format('woff'),
		url('../fonts/OpenSans-Extrabold.ttf') format('truetype'),
		url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
	font-weight: 800;
	font-style: normal;
}
.logo {
	max-width: 330px;
}
.logo a {
	display: table;
	color: #000;
}
.logo a.color_white {
	color: #fff;
}
.logo a >span {
	display: table-cell;
	vertical-align: bottom;
	position: relative; left:0; top: -5px;
}
.logo img {
	min-width: 50px;
	width: 94px;
	vertical-align: bottom;
}
.logo ul {
	text-transform: uppercase;
	padding-left: 20px;
	font-family: 'Open Sans Semibold';
}
.logo ul li:first-child {
	float: left;
	display: inline-block;
	font-size: 20px;
	font-family: 'Open Sans Extrabold';
}
.top_panel>div:first-child {
    vertical-align: bottom;
}

/*===========================*/
@media only screen and (max-width : 1200px) {
.nav>li>a {
    padding: 10px 10px;
}
}


.mobile_catalogue {
	padding-bottom: 50px;
}
.catalogue_nav {
    margin-bottom: 20px;
}
.catalogue_nav a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	padding: 6px 0;
}
.catalogue_nav li.active a,.catalogue_nav a:hover {
	color: #FF6056;
	text-decoration: none;
}
.wrapper_mbox {
	padding-top: 20px;
}
.wrapper_mbox h2 {
	margin: 0;
	font-size: 30px;
	padding: 10px;
}
.wrapper_mbox .order_table_mobile_box ul {
	display: table;
	width: auto;
	padding: 10px;
}
.wrapper_mbox .order_table_mobile_box:nth-child(odd) ul {
	background: #F8F8F8;
}
.order_table_mobile_box:nth-child(odd){
	background: #F8F8F8;
}
.wrapper_mbox .active_button {
    border: 1px solid #FF5438;
    height: 45px;
    line-height: 40px;
}
.wrapper_mbox .active_button:hover,
.wrapper_mbox .active_button:focus {
    background-color: #fff;
}
.wrapper_mbox .active_button span {
    margin-right: 20px;
}
.more_items_button {
	cursor: pointer;
	margin-top: 15px;
	border: 1px solid #9F9F9F;
	display: inline-block;
	background: #9F9F9F;
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 0px;
    font-size: 24px;
    transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	max-width: 350px;
	display: block;
}
.more_items_button:hover, .more_items_button:focus {
	background-color: #fff;
	color: #9F9F9F;
	text-decoration: none;
}
.more_items_button>span {
	margin-right: 10px;
}
.more_items {
	display: none;
}


.popup_map .close_popup_2 {
	top: 50%;
	right: 20px;
    width: 56px;
    height: 56px;
    background: #DC8883;
    border: 4px solid #DC8883;
    z-index: 2;
    margin-top: -28px;
    cursor: pointer;
    transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	color: #fff;
	line-height: 52px;
	font-size: 30px;
	position: absolute;
	text-align: center;
}
.popup_map .close_popup_2:hover, 
.popup_map .close_popup_2:focus {
	background-color: #fff;
	color: #DC8883;
	text-decoration: none;
}

.quantity {
    min-width: 112px;
}
@media only screen and (max-width : 480px) {
.order_table_mobile_box ul li {
   display: block;
}
.user_message_body textarea {
	padding-left: 10px;
}
}
.bcka {
	margin: 15px 10px;
}
.panel_body_toleft {
    padding-right: 60px;
}
.modal-footer .active_button {
    border: 1px solid #ff5438;
    height: 50px;
    line-height: 46px;
}
.color_black {
	color: #000;
}
@media only screen and (max-width : 700px) {
.logo_footer {
    float: none;
     margin-left: auto;
    margin-right: auto;
}
.logo_footer .logo {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
}
}

.middle_logo_wrapper p{
	margin-bottom: 15px;
}

/*
.middle_logo_wrapper>div:last-child p {
   margin-bottom: 30px;
}
.middle_logo_wrapper>div:first-child {
    vertical-align: middle;
}
.middle_logo_wrapper .logo {
    max-width: 100% !important;
    text-align: center;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.middle_logo_wrapper .logo a {
    display: block;
    padding: 0;
}
.middle_logo_wrapper .logo a >span {
    display: block;
}
.middle_logo_wrapper .logo ul li:first-child {
    float: none;
    display: block;
    font-size: 30px;
}
.middle_logo_wrapper .logo ul {
    padding-left: 0px;
}
@media only screen and (max-width: 670px) {
.middle_logo_wrapper>div:first-child {
    padding-left: 0px !important;
}
.middle_logo_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 400px) {
	.middle_logo .block_header h2 {
   text-align: center;
}
}
*/


.middle_logo_wrapper>div:first-child img {
   width: 100%;
}
.middle_logo_wrapper>div:first-child {
    padding-right: 40px;
    width: 30%;
}
.middle_logo_wrapper p {
    margin-bottom: 30px;
    line-height: 2;
}
@media only screen and (max-width : 992px) {
.middle_logo_wrapper>div:first-child {
    padding-right: 0px;
    width: 100%;
    display: block; 
}
.middle_logo_wrapper {
    display: block; 
    width: auto;
}
.middle_logo_wrapper>div {
    display: block; 
    width: auto;
}
}

.middle_logo_wrapper>div:last-child {
    vertical-align: bottom;
}
.middle_logo_wrapper p {
    margin-bottom: 0px;
    line-height: 2;
    margin-top: 20px;
}
.middle_logo_wrapper>div:first-child img {
    margin-bottom: 0px; 
}


.contact_top_block ul {
	margin: 0 0 25px;
}
.contact_top_block ul li {
	list-style-type: disc;
	margin: 0 0 5px 15px;
}

.vote label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 5px;
    margin-right: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
}

.note_drk_fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -160px;
    padding: 15px 0 5px;
    background-color: rgba(0,0,0,.5);
      transition: all 1s;
    -webkit-transition: all  1s;
    -o-transition:  all 1s;
    -moz-transition: all  1s;
    z-index: 1000;
}
.narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
 }
.white_color {
  color: white;
}
.note_drk {
    box-shadow: 0px 7px 65px rgb(0 0 0 / 7%);
    border-radius: 8px;
}
.dark_bg {
    background-color: #2E3F53;
}
.note_drk span > a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.note_drk span > a:hover {
	text-decoration: none;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem!important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}

.d-none {
    display: none!important;
}

@media (min-width: 768px) {
.d-md-block {
    display: block!important;
}
}
@media (min-width: 768px) {
.d-md-none {
    display: none!important;
}
}
.rose_button {
    display: inline-block;
    background-color: #6c7693;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #F66E0A;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 10px;
}