/*

Theme name: "Гильдия"
Theme URI: http://gstamp.ru
Author: 
Author URI: 
Description:
Version: 1.0.0

*/
/* ------------------------------------- */

@font-face {
	font-family: "awesome";
	src: url('../fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rcl'; 
	src: url('../fonts/roboto/robotocondensedlight.ttf') format("truetype"); 
}
@font-face {
	font-family: 'rcr'; 
	src: url('../fonts/roboto/robotocondencedregular.ttf') format("truetype"); 
}
@font-face {
	font-family: 'rcb'; 
	src: url('../fonts/roboto/robotocondenseddold.ttf') format("truetype"); 
}


/* contact form */

/* callme */
#callme .wpcf7-response-output{
	position: absolute !important;
	left: -10px !important;
	top: 15px !important;
	
	color: #fff !important;
}
#callme .wpcf7-response-output.wpcf7-validation-errors{
	background-color: #800000 !important;
}
#callme .wpcf7-response-output.wpcf7-mail-sent-ok{
	background-color: #008000 !important;
}


/*for ios*/
input {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {font-size: 13px;}
/*::-moz-placeholder          {color:#fff;}
:-moz-placeholder           {color:#fff;}
:-ms-input-placeholder      {color:#fff;}*/
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}  
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}          

.screen-reader-response{
	display: none;
}
.wpcf7-form-control-wrap{
	position: relative;
}

.wpcf7-not-valid-tip{
	position: absolute;
	right: 35px;
	top: 16px;
	color: #E60000;
	font-size: 12px;
}
.wpcf7-not-valid-tip::after{
	content: "\f06a";
	position: absolute;
	font-size: 24px;
	color: #E60000;
	width: 24px;
	height: 24px;
	display: block;
	right: -31px;
	top: -3px;
	
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.recptch > wpcf7-not-valid-tip{
	right: -70px;
	top: 26px;    
}
.wpcf7-form-control-wrap.yourfile > .wpcf7-not-valid-tip{
	top: 26px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	margin: 10px 0 0 10px;
	color: #E60000;
	font-size: 12px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	color: #90a450;
}
/**/


.rcb, .rcb *, b, strong{
	font-family: 'rcb';    
}

*{
	font-family: 'rcl';
	color: #000;
	font-size: 13px;
}
::after{
	font-family: "awesome";
}

a{
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
a:hover, 
.likelink:hover,
.likelink:hover > span,
.likelink:hover::after
{	
	cursor: pointer;
	color: #b6152a;	
}

img{
	border: 0;
}
ul, li, ol{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
h1{
	font-size: 30px;
	padding: 0;
	margin: 0;
	font-family: "rcb";
}
h2, h3{
	font-family: "rcb";	
	font-size: 18px;	
}
table{
/*	width: 100% !important;*/
}
table, 
tr,
td, 
td p,
td span,
td div{
	border-collapse: collapse;
	font-family: 'rcl' !important;
	
}
table td{
	padding: 10px;
/*	border: 1px solid #000;*/
}
.aligncenter{
	margin: 0 auto;
	text-align: center;
}
button{
	outline: none;
	border: none;
}
button:hover{
	cursor: pointer;
}
.order_button{
	position: absolute;
	padding: 20px 65px;
	text-transform: uppercase;
	background-color: #90a450;
	color: #fff;
	text-decoration: none;        
}
.order_button:hover{
	background-color: #B6152A;
}

#hider{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.85); 
	display: none;
	opacity: 0;
	top: 0px;
	left: 0px;
}
.hidershow{
	display: block !important;
/*	opacity: 1 !important;    */

	-webkit-animation: hidershow 0.2s forwards;
	-moz-animation:    hidershow 0.2s forwards;
	-o-animation:      hidershow 0.2s forwards;
	-ms-animation:     hidershow 0.2s forwards;    
	animation:         hidershow 0.2s forwards;
}
.blurwhendiershow{
	filter: blur(3px);
}
html, 
body{
	margin: 0;    
	padding: 0;
	height: 100%;
	min-height: 500px;
/*	min-width: 1200px;	*/
	background-color: #f8f7f3;        
}    
html{
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
body{    
	
/*	background-color: #f7f6f2;        */
}
.page_not_found{
}
.page_not_found::after{
}
.page_not_found:hover::after{

}
.page_not_found:hover{
}
.page_not_found div{
	
}
.page_not_found_num{
}
.page_not_found_text{
}
#header_panel, .content_header, .core, .our_trumps{
	/* min-width: 1200px; */
	width: 100%;
}
.content{
	/* min-width: 1200px; */
}
.home {
	overflow-y: hidden;
}
/* header_panel - start */

/* height of elements*/
#header_panel,
.small_logo,
.franshiza_button,
.franshiza_button a,
.header_panel_column_center_content,
.your_city,
.your_adress,
.your_phone{
	height: 50px;
	line-height: 47px;
}

#header_panel{
	position: fixed;			
	display: table;
	margin: 0 auto;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 90;
	background-color: #e6e3d9;	
}
.header_panel_column{
	display: table-cell;
	width: 11%;
}
.header_panel_column_center{
	width: 50%;
}
.small_logo{
	display: block;	
	width: 150px;
	background-position: left 45%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.header_panel_column_left{
	padding: 0 0 0 15px;
}
.header_panel_column_right{
}
.header_panel_column_right_cell{
	float: right;
}
.main_menu_button{
	display: block;
	width: 44px;
	height: 44px;
	background-image: url('../img/menu-circular-button.png');
	background-position: center top;
	background-repeat: no-repeat;
}
.main_menu_button:hover{
	cursor: pointer;
	background-position: center bottom;
}
.franshiza_button{
	display: block;
}
.franshiza_button{
/*	background-color: #e6e3d9;*/
}
.franshiza_button a{	
	text-align: center;    
	font-size: 14px;    
	font-weight: bold;
	text-transform: uppercase;    
	padding: 0 30px;
	display: block;		
	color: #fff;		
	background-color: #7a0f2e;    
}
.franshiza_button a:hover{
	background-color: #b6152a !important;	
}
.franshiza_button:hover a{
	color: #fff !important;
}


.header_panel_column_center_cell{
	float: left;
	line-height: 49px;	
}
.header_panel_column_center_content{
	display: table;
	width: auto;
	margin: 0 auto;
	min-width: max-content;
}
.your_city{
	position: relative;    	
	margin: 0 20px 0 0;
}
.current_city a::after{    
	top: 2px;
	/* right: 5px; */
	/* display: block; */
	/*position: absolute;*/
	content: '\f0d7';
	color: #b6152a;
	z-index: -5;
	padding-left: 5px;
}
#select_city{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: transparent none repeat scroll 0 0;	
	border-style: none;                            	
	color: #7a0f2e;	
	position: relative;	
	width: 150px;
	height: 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	top: 1px;
	padding: 0 5px;    
}
#select_city:hover{
	cursor: pointer;
}
.your_adress{
	margin: 0 20px;	
}
.your_phone, .your_phone a{	
	font-family: 'rcb';
	font-weight: bold;
	font-size: 16px;
}

#mobile_menu_button{
	display: none;
}
#mainmenucontainer_mobile_close{
	display: none;
}

/* header_panel - end */

.home .content, .slider, .slider li{
	/*background-image: url('../img/logo_big.png');
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: auto 65%;*/
	min-width: 1200px;	
}
.logo_big{
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	height: 65%;
	min-height: 340px;
	left: 0;
	right: 0;
	margin: 3% auto;
}

/* slider - start */

#slider{	
	width: 100%;
	height: 100%;
	min-height: 500px;
	background-color: #f6f7f2;
}
#slider li{
	position: absolute;	
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 500px;
	left: -10000%;
	opacity: 0;	
	z-index: 0;
	top: 50px;
	list-style-type: none;
	background-color: #f6f7f2;
}
.slide_active{
	left: 50px !important;    
	z-index: 2 !important;	    
}
.slide_hdr, .slide_text, .slide_btn{
	position: absolute;
}

#slider_paginator{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin: -100px 0 0 -100px;
	z-index: 3;
}
#slider_paginator li{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 10px 5px;
	background-color: rgba(0,0,0,0.8);
	opacity: 0.5;
}
#slider_paginator li:hover{
	cursor: pointer;
	opacity: 1; 
}
.slide_now{
	border: 5px solid #fff;	
	margin: 5px 0px !important;
	background-color: #7a0f2e !important;
}
.slide_btn_all_screen{
	display: block;
	width: 100%;
	height: 100%;
}
/* slider - end */


/* mainmenu - start */
#mainmenucontainer{
	position: fixed;
	top: 50px;
	left: 0px;
	width: 50px;
	height: 100%;
	min-height: 100%;
	z-index: 100000;
	background-color: #ece9de;    
}
#mainmenucontainer:hover{
	width: 250px;
}

.mainmenu{
	list-style: none;	
}
.mainmenu .current-menu-item a{
	color: #B6152A;
}
.mainmenu li a{
	display: block;	
	width: 50px;
	height: 50px;
	font-family: 'rcr';
	position: relative;	
}
.menu-image-hover-wrapper{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	margin: 15px 0 0 18px;
}
.menu-item a img{
	width: 16px !important;
	height: auto;
}
.menu-image-title{
	/*display: block;
	position: absolute;    
	top: 0px;
	left: 75px;
	color: #fff;    
	font-size: 14px;
	font-weight: bold;
	width: auto;
	height: 60px;
	line-height: 58px;    	
	text-align: left;    
	white-space: nowrap;    
	display: none;
	padding: 0 15px 0 0;    
	opacity: 0;
	background-color: #75112e;*/
	
	display: none;    
	position: absolute;    
	top: 0px;
	left: 50px;
	color: #000;    
	font-size: 13px;    
	width: 200px;
	height: 50px;
	line-height: 53px;        
	text-align: left;    
	white-space: nowrap;        
/*    padding: 0 15px 0 0;    */
}
#mainmenucontainer:hover .menu-image-title{
	display: block;
	
}
#mainmenucontainer li:hover .menu-image-title{
	color: #fff;
	background-color: #75112e;
}
.mainmenu li a:hover{    
	cursor: pointer;
	color: #fff;
	background-color: #7a0f2e;    
}
.mainmenu li a:hover .menu-image-title{
	display: block;    
	/*-webkit-animation: menuimagetitle 0.2s linear forwards;
	-moz-animation:    menuimagetitle 0.2s linear forwards;
	-o-animation:      menuimagetitle 0.2s linear forwards;
	-ms-animation:     menuimagetitle 0.2s linear forwards;    
	animation:         menuimagetitle 0.2s linear forwards;*/
}
.mainmenu li a:hover .menu-image-hover-wrapper{
	margin: 15px 0 0 29px;    
}
.current-menu-item{
	background-color: #f8f7f3;
}

/*#menu-item-289 a{*/
.mainmenu li:last-child{
	background-color: #7a0f2e;    
	position: relative;
}
.mainmenu li:last-child a::after{
	position: absolute;
	content: "ЗАЯВКА";
	font-family: 'rcl';
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	display: block;
	width: 50px;
	text-align: center;
	/*line-height: 58px;*/
	left: 0px;
	top: 35%;	
}
.mainmenu li:last-child .menu-image-title{
	color: #fff!important;
}
.mainmenu li:last-child .menu-image-hover-wrapper{
	display: none;
}

.mainmenu li:last-child.current-menu-item{
	background-color: #f8f7f3 !important;    	
}
.mainmenu li:last-child.current-menu-item a::after{
	color: #000 !important;
}
.mainmenu li:last-child.current-menu-item a:hover::after{
	color: #fff !important;
}  

/* mainmenu - end */

/* page_header - start */

.content_header{
	position: relative;
	top: 50px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 90%;
	/*min-width: 1200px; */
}

.page_header{
/*	position: fixed;*/
	width: 100%;
	height: 60px;
/*	top: 60px;*/
	line-height: 80px;	
	text-align: center;
/*	background-color: #f1efe8;*/
	text-transform: uppercase;
	font-size: 30px;	
	font-family: 'rcb';
	z-index: 90;
}
.page_subheader{
	width: 100%;
/*	height: 50px;*/
/*	line-height: 50px;*/
	text-align: center;
	position: relative;
	margin: 5px 0;
}
.page_subheader .stamp_cost{
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* page_header - end*/


/* content - start */
.content{
/*    margin: 70px auto 0 auto;*/
	margin: 0 auto;
	background-size: cover;
	background-position: center top;	
	height: 100%;	
	padding: 0 0 0 50px;
	position: relative;
	min-height: 600px;
	/*min-width: 1200px;*/
}
.page-template .content{
	background-attachment: fixed;    
}
.core{
	width: 100%;
/*    margin: 0 auto 100px auto;*/
	margin: 0 auto;
	position: relative;
	min-height: 50%;
/*	overflow: hidden;*/
	
/*  this parameters set in js  */
	top: 50px;	
}
/* content - end */


/* our_trumps - start */
/* ordinary */

.page-template-template-page-our-trumps{
	background-image: url('../img/trump_bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.our_trumps{
	width: 70%;    
	margin: 0 auto;
}
.our_trumps_r, .our_trumps_l{
	width: 45%;
	display: block;
	position: relative;
	height: 140px;
	margin: 20px;		
}
.our_trumps_l{
	float: left;
}
.our_trumps_r{
	float: right;
}
.our_trumps_icon,
.our_trumps_text{
	position: absolute;	
}
.our_trumps_icon{
	top: 0px;
	width: auto;
}
.our_trumps_text{
	top: 25px;
	width: auto;
}
.our_trumps_l .our_trumps_icon{
	right: 0px;	
}
.our_trumps_l .our_trumps_text{    
	right: 150px;
	text-align: right;
}
.our_trumps_hd{
	text-transform: uppercase;
	font-family: 'rcb';
	font-size: 25px;
}
.our_trumps_r .our_trumps_text{    
	left: 150px;
	text-align: left;
}
/* ordinary */
/* our_trumps - end */

/* our_trumps - start */
/* on bottom page */

#our_trumps{
	position: absolute;
	z-index: 10000;
	width: 75%;
	min-width: 1200px;
	left: 0;
	right: 0;
	margin: 0 auto;    
	bottom: 0px;
}
#our_trumps li{
	display: inline-block;
	float: left;
	margin: 0 5px;
	box-sizing: border-box;     
	height: 200px;
	position: relative;
	font-weight: bold;	
}

.trumps_one li{
	width: 99%;
}
.trumps_two li{
	width: 48%;
}
.trumps_three li{
	width: 31%;
}
.trumps_four li{
	width: 23%;
}
.trumps_five li{
	width: 18%;
}
.trumps_six li{
	width: 15%;
}
.trumps_seven li{
	width: 13%;
}
.trumps_eight li{
	width: 12%;
}
.trumps_hdr,
.trumps_desc,
.trumps_background{
	position: absolute;
	text-align: center;		
	margin: 0 auto;
	left: 0;
	right: 0;
	opacity: 0;
}
.trumps_hdr{
	width: 90%;	
	text-transform: uppercase;
	font-family: "rcb";
	top: 50px;
	line-height: 18px;
}
.trumps_desc{
	top: 70px;
	width: 90%;
	font-size: 12px;
	font-family: "rcl";
	font-weight: normal;
}
.trumps_icon{
	position: absolute;
	text-align: center;        
	opacity: 0;	
	bottom: -50px;
	left: 0;
	right: 0;
	width: 30%;    
	max-width: 140px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.trumps_background{
	top: 30px;
	width: 100%;
	height: 100%;
	z-index: -1;
}


/* on bottom page */
/* our_trumps - end */

/* stumps - start */
.stamps{
	margin: 50px auto 0 auto;
	width: 90%;
}
.stamps_cell{
	display: block;
	float: left;
	width: 49%;
	height: 300px;        
	margin: 0 0 150px 0;
}
.stamps_r, .stamps_l{
	position: relative;
	display: block;
	width: 85%;
	height: 300px;
}
.stamps_l{
	float: left;
}
.stamps_r{
	float: right;
}
.stamp_hdr,
.stamp_img,
.stamp_imgs,
.stamp_cost,
.stamp_desc,
.stamp_order_button{
	position: absolute;
}
.stamp_order_button{
	bottom: 0px;
	right: 0px;
}
.stamp_hdr{
	right: 0px;    
	text-transform: uppercase;
	font-size: 25px; 
/*    font-family: 'rcb';*/
}
.stamp_cost, .cost{
	right: 0px;
	top: 50px;
	color: #B6152A;
	font-size: 30px;
}
.stamp_cost span, .cost span{
	color: #B6152A;
	font-size: 18px;
	margin: 0 0 0 5px;
}
.stamp_desc{
	right: 0px;
	top: 100px;
	text-align: right;
	width: 50%;
}
.stamp_img{
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
}
.stamp_img img{
	display: block;
	width: 100%;
	height: auto;
}
.stamp_imgs{
	list-style: none;
	left: 50px;
	bottom: 0px;
}
.stamp_imgs li{
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
	background-color: #f8f7f3;
}

.stamp_img_active, .stamp_imgs li:hover{
	cursor: pointer;
	border: 1px solid #B6152A !important;
}
.stamp_imgs li img{
	width: auto;
	height: 80%;    
	padding: 5px 0 0 0;
}

/* stumps - end */

.on_visual_page_order_button{
	position: absolute;
	top: 85%;
	right: 30%;
	
}

/* makets - start */
.m{
	/* padding: 0 0 60px 40px; */
	min-width: 1100px;
}

.m_cats{
	width: 100%;
	height: 50px;
	margin: 20px 0;
	position: relative;
	border-bottom: 1px solid #000;
}
.m_cats_tabs{
/*	position: absolute;*/
	display: table;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	height: 50px;	
}
.m_cats_tab{
	display: table-cell;
	padding: 0 50px;
	line-height: 49px;
	-webkit-user-select: none;    
	-moz-user-select: none;
	-ms-user-select: none;
}
.m_cats_tab:hover{
	cursor: pointer;
	color: #75112e;
}
.m_cats_tab:hover{}
.m_active_tab{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #f8f7f3;
	border-left: 1px solid #000;    
}
.m_block{
	display: none;
}
.m_cat_active{
	display: block !important;
}
.m_cell{
/*	float: left;*/
	display: inline-block;
	width: 12%;
	margin: 2%;	  
}
.m_cell img{
	text-align: center;
	width: 100%;
	height: auto;
}
.m_cell .order_button{
	display: block;
	width: 120px;
	text-align: center;
	
}
.m_title{
	display: block;
	width: auto;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 0 12%;
}

.m_cell img:hover{
	
}
.m_cell:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.m_cell:hover .maket_title{
	color: #b6152a; 
}

.m_buttons{
	height: 36px;
	margin: 0 1% 0 0;
	display: table;
	float: right;
}
.m_button{
	height: 36px;
	width: 36px;	
	display: table-cell;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
.m_button:hover{
	cursor: pointer;
	background-color: #b6152a;
}
.zoom_m_button{
	background-image: url('../img/zoom-in.png');
}
.zoom_m_button:hover{
	background-image: url('../img/zoom-in-w.png');
}
.order_m_button{
	background-image: url('../img/add-square-button.png');	
}
.order_m_button:hover{
	background-image: url('../img/add-square-button-w.png');    
}
#m_full_size{
	display: none;
	position: fixed;
	width: 400px;
	height: 400px;
	left: 0;
	right: 0;
	top: 24%;
	margin: 0 auto;
	background-color: #fff;
	z-index: 1000000;	
}
#m_full_size img{
	text-align: center;    
	padding: 50px;
}
.m_full_size_show{
	display: block !important;
}
.m_full_size_close{
	position: absolute;
	width: 44px;
	height: 44px;
	top: -50px;
	right: -50px;
	background-image: url('../img/close-circular-button.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.m_full_size_title{
	position: absolute;
	color: #fff;
	width: 400px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	top: -50px;
	left: 0px;
	text-align: center;
}
.m_full_size_close:hover{
	cursor: pointer;
	background-position: left bottom;
}
/* makets - end */


/* order form - start */
.page-template-template-page-order .makets{
	padding: 0 !important;
}

.wpcf7-form{
	margin: 30px 20px 200px 20px;	
	
/*	border: 1px solid red;*/
}
.orderform_row{	
	display: table;
	width: 100%;	
	border-spacing: 5px 3px;
	position: relative;
}
.yourname,
.yourfathername,
.yoursurname, 
.yourphone, 
.youremail, 
.yourooo, 
.yourogrn, 
.youradress{
	display: table-cell;	
	width: 33%;		
}
.yourname input, 
.yourfathername input,
.yoursurname input, 
.yourphone input, 
.youremail input, 
.yourooo input, 
.yourogrn input, 
.youradress input{
	display: block;	
	border: none;
	line-height: 55px;
	height: 55px;	
	font-size: 16px;	
	width: 100%;
	text-indent: 20px;
	box-sizing: border-box;    
}
.yourinfo{
	display: block;	
}
.yourinfo textarea{
	border: none;
	font-size: 16px;	
	padding: 15px;
	resize: none;
	width: 100%;
	box-sizing: border-box;    
}
.orderform_row_cell{
	display: block;
	width: 33%;
	float: left;
	height: 75px !important;
}
.yourfile{
	display: block;    
	border: none;
	font-size: 16px;    
	width: 94%;
	padding: 12px 10px;	
	background-color: #fff;    
}
#yourfile:hover{
	cursor: pointer;
}

#submitorder, .submitorder.recaptcha-btn{    
	border: none;
	background-color: #90a450;
	color: #fff;
	padding: 26px 65px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 10px; 
	position: absolute;
	right: 5px;
}
#submitorder:hover,
.submitorder.recaptcha-btn:hover{
	cursor: pointer;
	background-color: #B6152A;
}
#recptch{
	padding: 0 0 0 5px;
}
/* order form - end */


/* contacts - start */

.contacts_column_left, .contacts_column_right{    	
	display: block;	
}
.contacts_column_left {
	width: 58%;
	float: left;
	margin-left: 20px;
}
.contacts_column_right {
	width: 37%;
	float: right;
	margin-right: 20px;
}

.contacts_phone{
	font-family: 'rcb';
	font-size: 30px;
	margin: 20px 0;
}

.contacts_delivery, .contacts_advanced_field{
	margin: 20px 0;
}
.contacts_delivery span, .contacts_advanced_field span{
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
.contacts_delivery ul, .contacts_advanced_field ul{
	padding: 0;
	margin: 0;	
	list-style-position: inside;
}

/* contacts - end */


/* scheme - start */

.scheme{
	width: 80%;
	min-width: 1100px;
	margin: 0 auto;
}
.scheme_column{    
	width: 34%;
	margin: 0 20px 0 0;
}
.scheme_ico_column{
	width: 120px;        
}

.scheme_column_left, .scheme_column_left_ico{
	float: left;
	text-align: right;
}
.scheme_column_right, .scheme_column_right_ico{
	float: right;
} 

.scheme_column_center{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 86px;
	padding: 0 5px;
}
.scheme_block{
	display: block;    
	height: 150px;
	padding: 0 15px;
}
.sheme_hdr{
	font-family: 'rcb';
	font-size: 20px;
}
.sheme_img{    
	margin: 0 0 22px 0;
}
.sheme_img img{
	width: 120px;
	height: 120px;    
}
.scheme_arr_top, 
.scheme_arr_middle,
.scheme_arr_bottom{
	background-repeat: no-repeat;
}
.scheme_arr_top{
	background-image: url(../img/sch_arr_01.png);
	background-position: center center;
	width: 86px;
	height: 90px;    
}
.scheme_arr_middle{
	background-image: url(../img/sch_arr_02.png);
	background-position: center center;
	width: 86px;
	height: 122px;    
}
.scheme_arr_bottom{
	background-image: url(../img/sch_arr_03.png);
	background-position: center center;
	width: 86px;
	height: 90px;    
}
.docs{
	clear: both;
	margin: 0 0 100px 0;
}
.docs_hdr{
	font-family: 'rcb';
	text-align: center;
	font-size: 20px;
}
.docs ul{
	display: table;
	list-style: none;
	margin: 20px auto;
}
.docs ul li{
	display: table-cell;
	padding: 0 15px;
	text-align: center;
}

/* scheme - end*/

/* call me*/
#callme{
	display: none;
	position: fixed;
	z-index: 100100;
	width: 50%;
	margin: 0 auto;
	top: 25%;
	left: 0;
	right: 0;
}
#callme .wpcf7-form{
	margin: 0;
}
#callme .callme_row{
	display: inline;
	float: left;
}
#callme .callme_row_a{
	width: 70%;
/*	margin: 0 20px 0 0;*/
}
#callme .callme_row_b{
	width: 30%;
}
#callme .yourphone input{
	line-height: 70px;
	height: 70px;
	font-size: 20px !important;
}
#callme .yourphone input::-webkit-input-placeholder {
font-size: 20px;
}
#callme #submitorder{
	height: 70px;	
}

#callme_close{
	position: absolute;
	width: 44px;
	height: 44px;
	top: -50px;
	right: -50px;
	background-image: url('../img/close-circular-button.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#callme_close:hover{
	cursor: pointer;
	background-position: left bottom;
}
.call_anno{
	color: #fff;
	padding: 0 0 30px 0;
}
/**/


/*site_footer - start*/
.page-template-template-page-contacts .core{
	min-height: 70%;
}
#site_footer{
	margin: 100px 0 0 0;
	width: 100%;
	height: 110px;
	background-color: #e6e3d9;	
	padding: 10px 0;
		display: table;
}
.site_footer_content{
	width: 90%;
	height: 110px;
	display: table;
	margin: 0 auto;	
}
.site_footer_col{
	display: table-cell;
	width: 33%;	
	position: relative;
}
.social_networks{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: auto;
	
}
.cprt{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.social_networks a{
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	margin: 0 5px;
	opacity: 0.8;
}
.social_networks a:hover{    
	opacity: 1;
}
.social_networks a img{
	width: 100%;
	height: 100%;
}
.site_footer_left_col{
	text-align: left;
}
.site_footer_right_col{
	text-align: right;
}
/*site_footer - finish*/


/* animation - start */
#logo_big{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#mainmenucontainer{
-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	}
/*.menu-image-title,*/
.makets_cell img{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.makets_cell img{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
@keyframes menuimagetitle{
	0% { 
		opacity: 0;
		text-indent: 45px;    
	}
	100% { 
		opacity: 1;
		text-indent: 15px;
	}  
}

@keyframes hidershow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
/* animation - end */

/* additional */
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
.header_panel_column_right {
	vertical-align: middle;
}

.current {
	font-weight: bold;
}
.static-menu {
	width: 250px !important;
}
.static-menu .menu-image-title {
	display: block;
}
.slider-button {
	color: white;
	padding: 20px 65px;
	background-color: rgba(144,164,80,1);
}
.slider-button:hover {
	color: white;
	background-color: rgba(182,21,42,1);
}
/* additional - end*/


.country-change {
	float: left;
	position: relative;
	height: 47px;
	width: 45px;
	overflow-x: visible;
	overflow-y: hidden;
	background-color: #e6e3d9;
}
.country-change:hover{
	overflow: visible;
}
.country-change ul{
	list-style: none;
	background-color: #e6e3d9;
	padding: 0 0 10px 0;
}
.country-change::after{
	position: absolute;
	content: '\f0d7';
	color: #b6152a;
	z-index: 5;
	right: 0px;
	top: 1px
}
.country-change ul li:first-child a{
	line-height: 50px;
	height: 50px;
}
.country-change a{
	line-height: 30px;
	height: 30px;    
	width: 40px;
	display: block;
	text-align: center;
}
.country-change span {
	padding: 0 10px;
}