/*
Theme Name: sm
Theme URI: http://lyu.in.ua/
Description: <a href="http://delta-dom.ru">delta-dom.ru</a>.
Version: 1.0
Author: Lyu
Author URI: http://lyu.in.ua/
Tags: white, custom header, fixed width, two columns, widgets, menu
*/


/* Begin Typography & Colors */


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix
{
	clear: both;
	margin:0px 0px 0px 0px;
	padding:0px;
}

html {
	border:0;
	margin:0;
	padding:0;
}

body
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1a1a1a;
	margin:0;
	padding:0;
}

p
{
	line-height:130%;
	margin:0px 0px 10px 0px;
}

.content_post_single p
{
	font-size: 15px;
}

a
{
	text-decoration: none;
	border-bottom: 1px solid #1a1a1a;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #1a1a1a;
}

a:active
{
	outline: none;
}

hr
{
	clear: both;
}


ul, ol
{
	padding:0px 0px 0px 0px;
	margin:20px 0px 20px 15px;
}

ul li
{
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	list-style-position: outside;
}

ul li:first-letter
{
	text-transform: uppercase;
}


/*--- Headings --*/

h1, h2, h3, h4, h5, h6 
{
margin:0;
padding:0;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 18px;
}

/* Title */

.title_large
{
	width: 100%;
	margin: 50px 0px 20px 0px;
	padding:0px;
	display: block;
}

.title_large h1, 
.title_large h2
{
	font-size: 48px;
	font-weight: bold;
	line-height: 80%;
}

.title_large h1 a,
.title_large h2 a
{
	font-size: 48px;
	font-weight: bold;
	line-height: 100%;
	color: #1a1a1a;

}

.title_large h1 a:hover,
.title_large h2 a:hover
{
	color: #FFA500;
	border-bottom: 1px solid #FFA500;
}


.title_large h1 span,
.title_large h2 span
{
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #1a1a1a;
}


.title_large h1.white,
.title_large h2.white
{
	color: #fff;
}

.title_large h1.white span.small,
.title_large h2.white span.small
{
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

.title_medium
{
	width: 100%;
	margin: 0px 0px 50px 0px;
	padding:0px;
	display: block;
}

.title_medium h1
{
	font-size: 34px;
	font-weight: bold;
	line-height: 80%;

}

/* Title FIN */

/* Constructor */

.page_out_wrap
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	width: 100%;
}

.content_post_single
{
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;

}

.attachment-single-post-thumb
{
	float: right;
	margin: 0px 0px 30px 30px;
	padding: 0px;
}


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

.callback-popup
{
	margin: auto;
	max-width: 500px;
	background-color: #fff;
	padding: 50px 30px 30px 30px;
	display: block;
	position: relative;
}

.callback-popup .mfp-close
{
	border: 0px solid red;
}

.callback-popup h2
{
	line-height:100%;
	font-size:21px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.callback-post
{
display: none;
}


.menu-popup-block
{
	margin: auto;
	max-width: 320px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
}

.menu-popup-block ul
{
	margin: 0px;
	padding: 0px;
}

.menu-popup-block ul li
{
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(0,0,0,0.5);
  list-style: none;
  text-align: center;
}

.menu-popup-block ul li:hover
{
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(0,0,0,0.7);
	list-style: none;
	text-align: center;
}

.menu-popup-block ul li a
{
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0px 0px 0px;
	width: 100%;
	max-width: 400px;
	height: 70px;
	display: block;
}

.flex-row
{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.flex-row-wrap
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex-col
{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.flex-content
{
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}

.flex-content-wrap
{
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-sidebar
{
	width: 30%;
	display: flex;
	flex-direction: column;
}

.flex-category-content
{
	width: 70%;
	padding: 70px 0;
}


.img-fluid 
{
	max-width: 100%;
	height: auto;
}

img 
{
	vertical-align: middle;
	border-style: none;
}

.flex-col-4
{
	width: 33.33%;
	display: flex;
	flex-direction: column;
}

.flex-col-6
{
	width: 50%;
	display: flex;
	flex-direction: column;
}

/* ----- HEADER ----- */

header
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	background: url('images/header/panel-top-bg.jpg') left 0px repeat-x;
}

.panel-top
{
	/* margin: 0 auto 0 auto; */
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	align-items: center;
}

.pt_toggle_menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 50px;
	border: 0px solid red;
}

.pt_toggle_link
{
	width: 35px;
	height: 35px;
	display: block;
	padding: 4px 0px 0px 5px;
	margin: 0px;
	border: 0px solid red;
}

.pt_toggle_link:hover
{
	border: 0px solid red;
}

.pt_toggle_link:active, .pt_toggle_link:focus
{
	outline: none;
	border: 0px solid red;
	text-decoration: none;
}

.pt_toggle_link i
{
	color: #f4ab78;
	font-size: 28px;
	margin: 0px 0px 0px 0px;
	width: 25px;
	height: 25px;
	display: block;
}

.pt_toggle_link:hover i
{
	color: #fff;
	font-size: 28px;
	margin: 0px 0px 0px 0px;
	width: 25px;
	height: 25px;
	display: block;
}


.panel-top nav
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: calc(35% - 50px);
}

nav a
{
	margin: 0px 15px 0px 0px;
	font-weight: 500;
	font-size: 17px;
	color:#fff;
	border-bottom: 1px solid #f4ab78;
}

nav a:hover
{
	color:yellow;
	border-bottom: 1px solid orange;
}

nav a:active, nav a:focus
{
	color:yellow;
	border-bottom: 1px solid orange;
	outline: none;
	text-decoration: none;
}

.pt_phone
{
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding:0px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.pt_phone_container
{
	border-bottom: 1px dashed #f4ab78;
	position: relative;
	font-weight: 500;
	font-size: 25px;
	color:#fff;
}

.pt_phone_container span,
.phone_all_item span
{
	font-weight: 300;
	font-size: 25px;
	color:#fff;
}

.pt_phone_container span.yellow,
.phone_all_item span.yellow
{
	color:yellow;
}

.pt_phone_container:hover
{
	color:yellow;
	border-bottom: 1px dashed#fff;
}

.pt_phone_container:hover span
{
	color:yellow;
}

.pt_phone i
{
	font-size: 21px;
	color: rgba(255,255,255,0.7);
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
	border: 0px solid red;
}


.parent_phone_all
{
 		width: 100%;
    height: 50%;
    position: absolute;
    top: 53px;
		left: 0;
		right: 0;
    overflow: auto;
    border: 0px solid red;
}

.phone_all
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 280px;
	margin: 0px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:  #fec825;  
	background: -webkit-linear-gradient(to bottom, #CA5200, #fec825); 
	background: linear-gradient(to bottom, #CA5200, #fec825); 
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.phone_all_item
{
	margin: 5px 0px 3px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: 500;
	font-size: 25px;
	color:#fff;
	border-bottom: 0px solid rgba(255,255,255,0.3);
	text-align: center;
}


.phone_all_worktime
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	font-weight: 500;
	font-size: 15px;
	color:#333;
	border-top: 1px solid rgba(255,255,255,0.3);
}

.phone_all_worktime span
{
	color:red;
	font-weight: 900;
}

.panel-top-btn
{
	width: 35%;
	display: flex;
	justify-content: flex-end;
}

.pt_form_button
{

	width: 250px;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	display: block;
	border-bottom: 3px solid #ff8a00;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#fec825;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pt_form_button:hover
{
	background-color: red;
	border-bottom: 3px solid #a00000;
}

.pt_form_button:active
{
	outline: none;
}

.pt_form_button:focus
{
	outline: none;
	color: #fff;
}

.pt_form_text
{
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	color:#1a1a1a;
	text-shadow: 1px 0px 0px #fff;
}


.pt_form_button i
{
	font-size: 21px;
	color: red;
	margin: 0px 0px 0px 7px;
}

.pt_form_button:hover .pt_form_text
{
	color:#fff;
	text-shadow:  1px 0px 0px #a00000;
}

.pt_form_button:hover i
{
	color:#fff;
}



.pt_callback_button
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 7px 20px 7px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#fec825;
	border-bottom: 3px solid #ff8a00;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pt_callback_button:hover
{
	background-color: red;
	border-bottom: 3px solid #a00000;
}


.pt_callback_button:active,
.pt_callback_button:focus
{
	outline: none;
}

.pt_callback_button .pt_callback_text
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	color: #1a1a1a;
}

.pt_callback_button:hover .pt_callback_text
{
	color: #fff;
}


.pt_callback_button i
{
	font-size: 21px;
	color: red;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

.pt_callback_button:hover i
{
	color:#fff;
}

.beekeeper
{
	background: url('images/header/bg-med-01.jpg') center 0px no-repeat;
    height: 650px;
    margin: 0px;
    width: 100%;
		display: flex;
}

.banner-wrap 
{
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 0;	
	border-radius: 5px;
}

.banner-container
{
	width: 100%;
	max-width: 450px;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%);
	border-radius: 10px 50px 50px 10px; 	
} 

.banner-logo
{
	margin: 0px 0;
	padding: 35px 25px 25px 25px;
	background: rgba(0,0,0,0.3);
	border-radius: 10px 50px 0 0; 
}

.banner-desc
{
	padding: 25px;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 0px 1px #1a1a1a;
	line-height: 120%;
}

.banner-btn-wrap
{
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	padding: 25px 25px 35px 25px;
	border-radius: 0 0 50px 10px; 
}

.banner-btn-text
{
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase; 
	color: #fff;
	text-shadow: 1px 0px 1px #1a1a1a;
	line-height: 130%;
}




.banner-btn
{
	width: 70%;
	margin: 15px 0px 0px 0px;
	padding: 15px 25px 15px 25px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#fec825;
	border-bottom: 3px solid #ff8a00;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 900;
	cursor: pointer;
	color: #1a1a1a;
}

.banner-btn:hover
{
	background-color: red;
	border-bottom: 3px solid #a00000;
	color: #fff;
}

.banner-btn i 
{
	color: red;
	margin-left: 10px;
}

.banner-btn:hover i 
{
	color: #fff;
}


.beekeeper_all
{
    -webkit-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);

background: url('images/header/bg-med-02.jpg') center 0px no-repeat;
    height: 200px;
    margin: 0px;
    width: 100%;
		display: flex;

}

.header_container_all
{
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
}


.logo_container_all
{

		max-width: 400px;
		width: 30%;
		display: flex;
		align-items: center;
		padding: 20px 35px 20px 25px;
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%);
		border-radius: 10px 10px 10px 10px; 	
}


.logo_container_all a
{
	border: 0px solid red;
	margin: 0;
	padding: 0;
}

.desc_container_all
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 70%;
	display: flex;
}


.header_simply
{
	margin: 0px 5px 0px 10px;
	padding: 15px 10px 15px 15px;
	width: calc(33.33% - 15px);
	background-color: rgba(0,0,0,0.3);
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%);
	color: #fff;

	border-radius: 10px;
	border-left:7px solid red;
	display: flex;
	flex-direction: column;
	
}

.hes_tit
{
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 100%;
}
.hes_desc
{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	padding:5px 0px 0px 0px;
	line-height: 100%;
}

.waves_bg
{
	background: url('images/waves-bg.png') left 0px repeat-x;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	height:70px;
	width: 100%;
}


/* ----- HEADER FIN ----- */

/*------About--------- */

.about_bg
{
	background: url('images/content/bees-bg-02.jpg') center 170px no-repeat;
  margin: 0px;
	padding: 0px;
	width: 100%;
}

.about-col
{
	width: calc(33.33% - 30px);
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

.about-col-fin
{
	width: 33.33%;
	margin: 0px;
	padding: 0px;
}

.about-col p, .about-col-fin p
{
	font-size: 15px;
	margin: 0px 0px 20px 0px;
}


.title_form
{
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding:0px;
}

.title_form h2
{
	font-size: 36px;
	font-weight: bold;
	line-height: 80%;
}

.title_form h2 span
{
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.container_ps
{
	margin: 10px 0px 20px 0px;
	padding:0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 100%;
	width: 100%;
}

/*------About FIN --------- */

/* -------- HOME Simply -----*/

.home_simply_bg
{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
	background: url('images/content/simply-bg-01.jpg');
	-webkit-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
}

.home_simply_container
{
	align-items: center;
	height: 200px;
}

.home_simply_title
{
	width: 33%;
	line-height: 100%;
	font-size: 48px;
}

.home_simply_title span.dark
{

	padding: 5px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 48px;
	background-color: rgba(0,0,0,0.5);
}

.home_simply_title span.orange
{

	padding: 5px 10px 5px 10px;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	background-color: orange;
}

.home_simply
{
	margin: 0px 0px 0px 30px;
	padding: 15px 10px 15px 15px;
	height:110px;
	background-color: rgba(0,0,0,0.5);
}

.hs_title
{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;	
}

.hs_desc
{
	margin: 10px 0 0 0;
}

.hs_desc  span
{
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0px;
	padding:1px 0px 0px 0px;
	border-top: 1px solid #70A924;
	line-height: 100%;
}

.hs_1
{
	border-left:7px solid #f39c12;
	width: 23%;
}

.hs_2
{
	border-left:7px solid #e67e22;
	width: 20%;
}

.hs_3
{
	border-left:7px solid #d35400;
	width: 24%;
}


/* -------- HOME Simply FIN  -----*/


/*------ Process block -------*/

.process_bg
{
	margin: 0px;
	padding: 0px 0px 80px 0px;
	width: 100%;
	background: url('images/process/process-bg-02.jpg') center 50px no-repeat;
}

.process_container
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
	max-width: 380px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px #FFF inset;
	height: 420px;
	display: flex;
	flex-direction: column;
}

.process_container_01
{
	background: url('images/process/process_bg_01.jpg') center 0px no-repeat;
}

.process_container_02
{
	background: url('images/process/process_bg_02.jpg') center 0px no-repeat;
}

.process_container_03
{
	background: url('images/process/process_bg_03.jpg') center 0px no-repeat;
}


.process_header
{
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(100% - 20px);
}

.process_title
{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 130%;
	text-transform: uppercase;
	color:#fff;
	border-left: 7px solid #F39C12;
	background-color: rgba(0,0,0,0.7);
}

.process_title span
{
	border-bottom: 1px solid #70A924;
}

.process_content
{
	margin: 0px 20px 0px 0px;
	padding: 20px 20px 30px 20px;
	width: calc(100% - 20px);
	font-size: 15px;
	line-height: 120%;
	border-left: 7px solid #F39C12;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}


/*------- Preimuschestva --------*/

.pre_bg
{
	background: url('images/pre/pre_bg.jpg') center 0px no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 100px 0px;
}

.pre_container
{

	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: space-around;
}

.pc_01
{
	margin: 50px 30px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: calc(50% - 30px);
	border-left: 7px solid #ff9e00;
}

.pc_02
{
	margin: 50px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 50%;
	border-left: 7px solid #E67E22;
}

.pc_03
{
	margin: 30px 30px 30px 0px;
	padding: 10px 0px 10px 0px;
	width: calc(65% - 30px);
	border-left: 7px solid #E67E22;
}

.pc_04
{
	margin: 30px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
	width: 35%;
	border: 7px solid rgba(255, 255, 255, 0.18);
	background-color:  rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.pre_icon
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 140px;
	height: 140px;
}

.pre_icon_01
{
	background: url('images/pre/pre_icon_012.png') center 10px no-repeat;
}

.pre_icon_02
{
	background: url('images/pre/pre_icon_021.png') center 10px no-repeat;
}

.pre_icon_03
{
	background: url('images/pre/pre_icon_031.png') 30px 10px no-repeat;
}


.pre_content_wrap
{
	width: calc(100% - 140px);
	display: flex;
	flex-direction: column;
	color:#fff;
}

.pre_content_wrap_btn
{
	width:100%;
	display: flex;
	flex-direction: column;
	color:#fff;
}


.pre_title
{
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
}

.pre_title span
{
	border-bottom: 1px solid #70A924;
}

.pre_title_btn
{
	margin: 10px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
}


.pre_content
{
	margin: 0px 0px 0px 10px;
	padding: 0px 50px 0px 0px;
	font-size: 13px;
	line-height: 110%;
	width: 100%;
}


.pre_form_button
{
	width: calc(100% - 50px);
	margin: 10px 25px 7px 25px;
	padding: 0px;
	background-color: #e74c3c;
	border-bottom: 5px solid #c0392b;
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pre_form_button:hover
{
	background-color: #FF0000;
	border-bottom: 5px solid #C80606;
	color: #fff;
}

.pre_form_button:active, .pre_form_button:focus
{
	outline: none;
	color: #fff;
}

.pre_btn_text
{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	line-height: 100%;
	text-align: center;
	width: calc(100% - 70px);
}

.pre_btn_text span
{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	color: #eee;
	border-top: 1px solid #eee;
	padding-top:2px;
}

.pre_form_button i
{
	font-size: 36px;
	width: 70px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 0px 7px 7px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.pre_form_button:hover i
{
	background-color: rgba(255,255,255,0.5);
}


/*------- Preimuschestva FIN --------*/


/*-------- Reviews -------*/

.reviews_container
{
	width: calc(50% - 30px);
	display: flex;
}

.reviews_image
{
	margin: 0px;
	padding: 0px;
	width: 210px;
	height: 210px;
}

.reviews_wrap
{
	width: calc(100% - 210px);
	display: flex;
	flex-direction: column;
	padding: 0 20px 0 0px;
}

.reviews_header
{
	width: 100%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.reviews_name
{
	font-weight: bold;
	font-size: 17px;
}

.reviews_status
{
	margin: 5px 0px 10px 0px;
	color: #777;
}


.reviews_content
{
	line-height: 110%;
	width: 100%;
}



.reviews_more
{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 100%;
	background: url('images/title-line.jpg') center 20px;
  background-repeat: repeat-x;
}

.reviews_more_bg
{
	margin: 0px auto 0px auto;
	padding: 0px;
	display: block;
	width: 260px;
	background-color: #fff;
}

.reviews_more_button,
.reviews_more_button:focus
{
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 230px;
	background-color: #ecf0f1;
	border-bottom: 5px solid #e0e2e2;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	color: #1a1a1a;
}

.reviews_more_button:hover, .reviews_more_button:active
{
	background-color: #FF0000;
	border-bottom: 5px solid #C80606;
	color: #fff;
}

.reviews_more_button i
{
	margin: 0px 0px 0px 10px;
	font-size: 28px;
	color: #555;
}

.reviews_more_button:hover i,
.reviews_more_button:active i
{
	color: #fff;
}

/* Home Shop */


.home_shop_bg
{
	margin: 50px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	background: url('images/content/shop-bg-01.jpg');
	-webkit-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
}

.home_shop_container
{
	align-items: center;
	height: 200px;
	padding: 0;
}

.home_shop_title
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 27%;
}

.home_shop_title span.dark
{
	padding: 5px 10px 5px 10px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
}

.home_shop_title span.orange
{
	padding: 5px 10px 5px 10px;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	background-color: orange;
}

.home_shop
{
	margin: 0px 25px 0px 15px;
	padding: 15px 10px 15px 25px;
	width: calc(46% - 40px);

	background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 17px;
  line-height: 110%;
	border-left:7px solid #F39C12;	
}

.shop_button
{
	width: 27%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #e74c3c;
	border-bottom: 5px solid #c0392b;
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shop_button:hover
{
	border: 0px solid red;
	background-color: #FF0000;
	border-bottom: 5px solid #C80606;
	color: #fff;
}

.shop_button:active, .shop_button:focus
{
	outline: none;
	color: #fff;
}

.shop_button_text
{
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
	text-align: center;
	width: calc(100% - 70px);
}

.shop_button_text span
{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	color: #eee;
	border-top: 1px solid #eee;
	padding-top:2px;
}

.shop_button i
{
	font-size: 36px;
	width: 70px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 0px 7px 7px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.shop_button:hover i
{
	background-color: rgba(255,255,255,0.5);
}

/* Home Shop FIN */

/*------- Home Post --------*/

.post_container
{
	margin: 0px 20px 50px 0px;
	padding: 0px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px #FFF inset;
	width: calc(33.33% - 20px);

	display: flex;
	flex-direction: column;
	position: relative;
}

/*  .post_container:last-child
{
	margin: 0px 0px 50px 0px;	
	width: calc(33.33%);
	max-width: 380px;
} */
 
.category_container
{
	margin: 0px 20px 20px 0px;
	padding: 0px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px #FFF inset;
	width: calc(50% - 20px);
	max-width: 380px;
	display: flex;
	flex-direction: column;
	position: relative;
}


.post_label
{
	background: url('images/post/post-label.png') center 0px no-repeat;
	position: relative;
	margin: -5px 0px -30px 280px;
	padding: 7px 0px 0px 0px;
	display: block;
	width: 90px;
	height: 35px;
	z-index: 5;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.post_label i
{
	font-size: 16px;
	margin: 0px 5px 0px 0px;
}

.post_image
{
	width: 100%;
	margin: 0px 0px 0px 0px;
  padding: 0px;
	display: flex;
	border: 0px solid red;
	z-index: 1;
}

.post_image a
{
	border-bottom: 0px solid red;
}

.post_image a img
{
	display: block;
	max-width: 100%;
	height: auto;
}

.post_header
{
	margin: 20px 20px 10px 20px;
	padding: 0px;
	width: calc(100% - 40px);
}

.post_header a
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #aaa;
	font-size: 19px;
	line-height: 100%;
	font-weight: bold;
	color: #1a1a1a;

}

.post_content
{
	margin: 0px;
	padding: 0px 20px 10px 20px;
	min-height: 70px;
	height: 70px;
	width: 100%;
}

.post_content p
{
	line-height: 110%;
}

.post_content_link
{
	margin: 10px 20px 20px 20px;
	padding: 5px 0px 2px 0px;
	border-top: 1px solid #eee;
	color: #aaa;
	font-size: 11px;
	width: calc(100% - 40px);
	display: flex;
	justify-content: space-between;
}

.post_category
{
	margin: 0px;
	padding: 0px;
}

.post_category a
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #aaa;
	border-bottom: 1px solid #ddd;
}

.post_content_link_date
{
	margin: 0px;
	padding: 0px;
}

/*------- Home Post FIN --------*/

/*----------- Footer ---------*/
footer
{
	background: url('images/footer/footer-bg.jpg') center 0px no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	min-height: 500px;
}

.footer-wrap
{
	margin-bottom: 100px;
}

.footer_person
{
	margin: 0px;
	padding: 0px;
	background: url('images/footer/woman-01.png') left 0px no-repeat;
  width: 200px;
  height: 200px;
}

.footer_text 
{
	background-color: rgba(0, 0, 0, 0.5);
	width: calc(47% - 240px);
	margin: 0px 20px 0px 20px;
	padding: 20px;
	position: relative;
	font-size: 15px;
	line-height: 110%;
	font-weight: 300;
	color: #fff;
	border-right: 7px solid #FF9E00;
	display: flex;
	align-items:center;
	
}

.footer_col
{
	width: 53%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}


.footer_address
{
	margin: 0px 0px 0px 0px;
	padding: 20px 15px;
	background-color: rgba(0,0,0,0.5); 
  border-left: 7px solid #FF9E00;
  line-height: 110%;
  color: #fff;
	width: 50%;
	display: flex;
}

.footer_address_text
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	font-weight: normal;
}

.footer_btn
{
	width: calc(50% - 20px);
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: 0px solid red;
	background-color: #e74c3c;
	border-bottom: 5px solid #c0392b;
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	display: flex;
	justify-content: space-around;
}

.footer_btn:hover
{
	border: 0px solid red;
	background-color: #FF0000;
	border-bottom: 5px solid #C80606;
	color: #fff;
}

.footer_btn:active, .footer_btn:focus
{
	outline: none;
	color: #fff;
}

.footer_btn_text
{
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
	text-align: center;
	width: calc(100% - 70px);
}

.footer_btn_text span
{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	color: #eee;
	border-top: 1px solid #eee;
	padding-top:2px;
}

.footer_btn i
{
	font-size: 36px;
	width: 70px;
	height: 70px;
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 17px;
	background-color: rgba(255,255,255,0.1);
    border-radius: 0px 7px 7px 0px;
}

.footer_btn:hover i
{
	background-color: rgba(255,255,255,0.5);
}

.footer_phone
{
	margin: 20px 0px 0px 0px;
	padding: 20px 15px;
	background-color: rgba(0,0,0,0.5);
    border: 0px solid red;
    font-size: 15px;
    border-left: 7px solid #FF9E00;
    line-height: 110%;
    color: #fff;
		display: flex;
		width: 100%;
}

.footer_phone_text
{
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	display: flex;
	flex-direction: column;
}


.footer_phone i, .footer_address i
{
	color: #E67E22;
	font-size: 21px;
}

.footer_phone_title
{
	font-weight: bold;
	font-size: 17px;
	padding-left: 25px;
	padding-bottom: 5px;
}

.footer_phone_number
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}

.footer_phone_number a
{
	color: #fff;
	border-bottom: 0px solid red;
	padding: 0 10px 0 0;
}


.footer_phone_number a span
{
	font-size: 15px;
	font-weight: 300;
	color: orange;
}

.footer_phone_number a:hover,
.footer_phone_number a:hover span
{
	color: #FF9E00;
}


.footer_phone_mail a
{
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	font-size: 15px;
}

.footer_phone_mail a:hover
{
	color: #FF9E00;
	border-bottom: 1px solid #FF9E00;
}

.footer_phone_number i, .footer_phone_mail i
{
	font-size: 15px;
	margin-right: 10px;
}





/* ----- Footer FIN ----- */

/* Pagenavi */

.pagenavi-wrap-bottom
{
	width: 100%;
}

/* Pagenavi FIN */

/* --------------- Sidebar ---------------- */

.menu_left
{
	border: 0px solid red;
	margin: 50px 50px 0px 0px;
	padding: 0px;
	width: calc(100% - 50px);
}

.menu_left_title
{
	margin: 0px;
	padding: 0px;
	display: flex;
	width: 100%;
	height: 70px;
	justify-content: space-between;
	font-size: 34px;
	font-weight: bold;
	color: #555;
}

.menu_post_count
{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 70px;
	max-height: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	background-color: #ddd;
	border: 5px solid #eee;
}

.category_menu
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}

.category_menu li
{
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	min-height: 100px;
}

.cat_img_sidebar
{
	margin: 0px;
	padding: 0px;
	width: 100px;
	max-height: 100px;
	border-radius: 50px;
}


.cat_img_sidebar img
{
	width: 100px;
	height: 100px;
	border-radius: 50px;
}

.category_menu_link
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: calc(100% - 100px);
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.category_menu_link div a
{
	font-size: 15px;
	border-bottom:1px solid #ccc;
	color: #1a1a1a;
}

.category_menu_link div a:hover
{
	border-bottom:1px solid rgba(255,0,0,0.5);
	color: red;
}



.date_sidebar
{
	color: #aaa;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

/* Sidear FIN */

/* 404 */
.not-found-wrap
{
	background: #0f0c29; 
	background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  
	background: linear-gradient(to right, #24243e, #302b63, #0f0c29); 
	width: 100%;
	height: 100vh;
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.not-found-404
{
	font-size: 200px;
	font-weight: bold;
}

.not-found-container
{
	font-size: 21px;
}

.not-found-container a
{
	color:orange;
	border-bottom: 1px solid orange;
}

.not-found-container a:hover
{
	color:red;
	border-bottom: 1px solid red;
}
/* 404 FIN */

.nf-form-content  .nf-field-container
{
	margin-bottom: 15px;
}

.nf-form-fields-required
{
	display: none;
}

/* NF  */

.nf-form-content .nf-field-element input[type="button"]
{
	width: 100%;
	height: 58px;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#fec825;
	border-bottom: 3px solid #ff8a00;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 900;
	color: #1a1a1a;
}

.nf-form-content .nf-field-element input[type="button"]:hover
{
	background-color: red;
	border-bottom: 3px solid #a00000;
	color: #fff;
}

.nf-field-element textarea
{
    height: 70px !important;
}

/* NF FIN */

.nan_post
{
	padding: 50px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.lang_class {
	columns: 2;
	list-style: none;
	padding: 0px;
}
.lang_class a {
	margin: 0px 15px 0px 0px;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	
	border-bottom: 1px solid orange;
}
.lang_class a:hover {
	color: yellow;
}
.popmake a {
	text-decoration: none!important;
	border: 0px;
}
.popmake ul {
	list-style: none;
	padding: 0px;
	    display: flex;
    justify-content: center;
}
.popmake li a {
	font-size: 20px;
	padding: 0px 50px;
	color: #222;
	font-weight: 400;
}
.popmake li a:hover {
	font-weight: 700;	
}






