/*
Theme Name: Creative Portfolio Responsive WordPress Theme
Theme URI: http://dessign.net/unittheme
Description: Creative Portfolio Responsive WordPress Theme is stylish, customizable, simple, and readable. Perfect for any creative, architect or graphic designer.
Version: 2.0.1
Author: Marios Lublinski
Author URI: http://dessign.net
Tags: 3 column theme, clean, portfolio
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
#wpadminbar { display: none; }
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; color: #333; line-height: 140%; }
input { font-family: 'Lato', sans-serif; }
a {color: #111; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #666; text-decoration: none; }
h1,h2,h3,h4,h5,p { margin: 10px 0; line-height: normal;}
img { border: none; }
p { line-height: 140%; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.container { width: 1180px; margin: 0 auto; }
#infscr-loading { DISPLAY: NONE !important; visibility: hidden !important; } /* hide infinite scroll loading image */
::selection {
	background: #ccc; 
	}
::-moz-selection {
	background: #ccc; 
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/* Header */
/*#header { padding: 0px 0; }*/
#header { position: fixed; top: 0; left: 0; width: 100%;  }
/*body.home #header { position: static; width: auto; }*/
.slicknav_menu { display: none; }
.sy-pager { display: none !important; }
.logo_cont { float: left; max-width: 250px; margin-right: 25px; }
.full_logo_cont { padding: 0px 0 15px;  text-align: center; float: left; max-width: 250px; margin-left: 10px; }
.full_logo_cont img,
.logo_cont img { max-width: 100%; height: auto; }
.header_right_text { float: right; width: 300px; padding-bottom: 10px; }
.header_spacing { display: block; }
/*body.home .header_spacing { display: none; }*/
/*body.home .footer_copyright_cont { display: none; }*/
#header { background-color:rgba(255,255, 255, 0.70); /*position: fixed; top: 0; left: 0;*/ padding: 15px 0 0; width: 100%; z-index: 999; }
/*body.home #header { background: none; }*/
.logo { /*float: left; margin-right: 55px;*/ }
.header_bottom { padding: 15px 0; }
.uber_menu { float: right; margin-top: 0px; max-width: 900px; z-index: 999;}
.uber_menu ul li { z-index: 999;}
.header_menu { float: right; margin-top: 0px; max-width: 900px; }
.header_menu ul { list-style-type: none; margin: 0; padding: 0; }
.header_menu ul li { float: left; margin-right: 10px; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700;  text-transform: uppercase; color: #333; letter-spacing: 1.5px; position: relative; padding-bottom: 8px; margin-bottom: 5px; }
.header_menu ul li:last-child { margin-right: 0; }
.header_menu ul li a { color: #333; display: block; padding: 5px 15px; /*border-bottom: 3px solid #fff;*/ }
.header_menu ul li a:hover,
.header_menu ul li.current-menu-item a,
.header_menu ul li.current_page_item a { color: #000; text-decoration: none; /*border-bottom: 3px solid #000;*/ }
.header_menu ul li ul { position: absolute; top: 32px; left: 0; z-index: 100; display: none; }
.header_menu ul li ul li { float: none; margin: 0; width: 180px;  background-color: #fff; padding: 0; font-size: 12px;  }
.header_menu ul li ul li:first-child { border-top: none; }
.header_menu ul li ul li a { padding: 8px 10px; display: block; border-bottom: none; }
.header_menu ul li ul li a:hover { background-color: #f9f9f9; text-decoration: none; border: none; }
#gallery::-webkit-scrollbar { display: none !important; }
#gallery {  }
.header_search { float: right; width: 260px; position: relative; margin-left: 15px; }
.header_search input[type=text] { height: 30px; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; width: 100%; background-color: #F5F5F5; -moz-border-radius: 8px;
border-radius: 8px; border: none; }
.header_search_icon { position: absolute; top: 8px; right: 8px; }
/* Content */
#home_inside_cont { padding: 0 10px; }
#home_cont {  padding-top: 25px }
#content { padding-top: 25px; }

.cat { color: #999; text-align: center; margin: 0; font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 300;   }
.cat a { color: #999; text-decoration: none; }
.cat a:hover { color: #000; text-decoration: none; }

.home_left { float: left; width: 770px; }
.home_box { float: left; width: 590px; margin-top: 25px; }
.home_box img { display: block; }
.home_box img,
.home_box iframe { width: 100%; height: 335px; }
.home_box h3 { text-align: center; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 400; color: #333; letter-spacing: 1.5px; }
.home_box_media { position: relative; }
.home_box_hover { position: absolute; width: 100%; height: 100%;  background: url('images/black-trans.png') repeat; top: 0; left: 0; display: none; }
.home_box_row { display: table; height: 100%; width: 100%; }
.home_box_cell { display: table-cell; padding: 10px 60px; vertical-align: middle; text-align: center; color: #fff; font-size: 15px; line-height: 21px; }
.home_featured { margin: 30px 0; text-align: center; font-size: 24px; }
.home_bottom_box_cont { margin-top: 45px; }
.home_bottom_box { float: left; width: 325px; margin-right: 60px; font-size: 16px; }
.home_bottom_box_last { width: 410px; margin-right: 0; }
h3.home_bottom_title { margin: 0 0 45px; font-size: 22px; font-weight: normal; padding-left: 85px; background: url('images/black-line.jpg') no-repeat; background-position: center left; }
.home_bottom_contact input[type=text],
.home_bottom_contact input[type=email],
.home_bottom_contact textarea { width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; background-color: #FCFCFC; border: 1px solid #E3E3E3; height: 40px; margin-top: 6px; padding-left: 8px; padding-right: 8px; }
.home_bottom_contact textarea { height: 190px; padding: 8px; }
.home_bottom_contact input[type=submit] { border: none; color: #fff; font-size: 16px; font-weight: bold; text-align: center; display: block; padding: 10px 0px; background-color: #BEBEBE; width: 100%; }
ul.home_bottom_blog_list { list-style-type: none; margin: 0; padding: 0; }
ul.home_bottom_blog_list li { margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid #ccc; }
ul.home_bottom_blog_list li h4 { font-size: 19px; font-weight: normal; margin: 0 0 10px; }
ul.home_bottom_blog_list li p { margin: 0;  font-size: 12px; }
/*.home_blog_box .read_more { float: right; display: block; padding: 5px 10px; color: #000; text-decoration: none; border: 1px solid #ccc; }*/
.archive_title { margin-bottom: 20px; font-size: 23px; }
.blog_box { margin-bottom: 25px; }
.blog_box .left { width: 300px; font-size: 14px; color: #999; }
.blog_box .left h3 { font-size: 28px; font-family: 'Lato', sans-serif; font-weight: 400; color: #333; letter-spacing: 1.5px; line-height: 33px;  }
.blog_box .right { width: 830px; font-size: 14px; }
.blog_box .right img,
.blog_box .right iframe { width: 830px; height: 415px; display: block; transition:all 0.3s ease-in-out; }
.blog_box .right p { padding-left: 90px; margin-top: 15px; font-size: 15px; font-family: 'Lato', sans-serif; font-weight: 400;   color: #666; letter-spacing: 1.5px; }
.blog_box .right img:hover { opacity:0.7;
filter:alpha(opacity=70); }
.archive_title { border-left: 20px solid #000; padding-left: 10px; text-transform: uppercase; }
.archive_box { margin-bottom: 30px; margin-right: 21px; font-size: 13px; width: 379px; float: left; position: relative; }
.archive_box img,
.archive_box iframe { max-width: 100%; width: 379px; height: 254px; }
.archive_box h3 { font-weight: normal; font-size: 25px; margin-top: 0; }
.archive_box h3 a { text-decoration: none; }
.archive_box h3 a:hover { text-decoration: underline; }
.archive_box.clear,
.home_box.clear,
.home_featured_post.clear { margin: 0; padding: 0; float: none; height: 0; width: 0; }
.archive_box_last { margin-right: 0; }
.archive_box_hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/trans-back.png') repeat; display: none; }
.archive_box_tbl { display: table; width: 100%; height: 100%; }
.archive_box_tcell { display: table-cell; text-align: center; vertical-align: middle; color: #fff; padding: 0 25px; line-height: 19px; }
.archive_box_media { position: relative; }
.archive_box_media img { display: block; }
.sy-caption-wrap .sy-caption { display: none !important; }
#single_cont {  }
.single_full_cont { }
.single_left { float: left; width: 1180px;  font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 400; color: #333; }
.single_left img { max-width: 100%; height: auto; }
.single_left p { margin-bottom: 15px; }
.single_full { float: none; width: 900px; margin: 0 auto; position: relative; }
h1.single_title { font-size: 25px; margin: 0 0 20px; font-weight: normal; padding-right: 110px; }
.single_inside_content img { max-width: 100%; height: auto; }
#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
.next_prev_cont { padding: 25px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url('images/post_prev.png') no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url('images/post_next.png') no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
.next_prev_cont_top_right {  padding: 0; position: absolute; top: 0; right: 0; }
.next_prev_cont_top_right .left { float: left; width: auto; }
.next_prev_cont_top_right .left a { display: block; background: url('images/new-prev.png') no-repeat; background-position: top left; padding-left: 0px; min-height: 0px; width: 30px; height: 30px; }
.next_prev_cont_top_right .right { float: right; width: auto; margin-left: 10px; }
.next_prev_cont_top_right .right a { display: block; background: url('images/new-next.png') no-repeat; background-position: top right; padding-right: 0px;  min-height: 0px; width: 30px; height: 30px; }
.scroller{position:absolute;bottom:5%;width:100%;padding:12px 0px;text-align:center;color:rgba(255,255,255,0.6);font-family:"Lato",sans-serif;font-weight:300;-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;-o-transition:color 0.2s ease-out;-ms-transition:color 0.2s ease-out;transition:color 0.2s ease-out;z-index:100}
.scroller .scroller-icon{position:absolute;left:50%;margin-left:-24px;margin-top:-12px;border:2px solid rgba(255,255,255,0.6);font-size:2em;width:50px;height:50px;line-height:50px;text-align:center;line-height:50px;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:border-color 0.2s ease-out;-moz-transition:border-color 0.2s ease-out;-o-transition:border-color 0.2s ease-out;-ms-transition:border-color 0.2s ease-out;transition:border-color 0.2s ease-out}
.scroller span{padding-left:80px}
.scroller:hover{cursor:pointer;color:#fff}
.scroller:hover .scroller-icon{border-color:#fff}
/* Reg button */
.regbutton
{
	bottom: 25%;

	padding: 12px 0px;
	position: absolute;
	text-align: center;

	width: 100%;
	z-index: 100;
}
.info_button
{
	top: 95%;
	right: 5%;
	padding: 12px 0px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 1;
}
.indexinfo
{
	position: static;
	z-index: 1;
}
.loginbutton
{
	top: 5%;
	right: 5%;
	padding: 12px 0px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 1;
}
.top_bar
{
	position: absolute;
	width: 100%;
	z-index: 999;
}
.youtubebutton
{
	top: 10%;
	right: 5%;
	padding: 12px 0px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 1;
}
.textslider
{
	bottom: 50%;
	color: rgba(255,255,255,0.9);
	font-family: "Lato",sans-serif;
	font-weight: 300;
	line-height: normal;
	font-size: 3em;
	moz-transition: color 0.2s ease-out;
	ms-transition: color 0.2s ease-out;
	o-transition: color 0.2s ease-out;
	padding: 12px 0px;
	position: absolute;
	text-align: center;
	transition: color 0.2s ease-out;
	webkit-transition: color 0.2s ease-out;
	width: 100%;
	z-index: 100;
}
@media screen and (max-width: 480px)
{
.textslider {visibility: hidden;}
}
/* Sidebar */
#sidebar { float: right; width: 300px; }
.side_box { margin-bottom: 25px; }
h3.side_title { margin: 0 0 15px; font-size: 17px; font-weight: normal; }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li { margin-bottom: 8px; }
.t1_search_cont input[type=text], .t1_search_cont input[type=submit] { box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; height: 24px; font-family: 'Source Sans Pro', sans-serif, arial; }
.t1_search_cont input[type=text] { width: 180px; }
.t1_search_cont input[type=submit] { border: none; background-color: #252628; color: #90939C; width: 80px; }
/* Footer */
#footer { padding: 0px 0 0px;  margin-top: 25px; }
.footer_box_col { float: left; width: 362px; margin-right: 46px; }
.footer_box { margin: 25px 0; text-align: center; }
.footer_box_col_last { margin-right: 0; }
.footer_copyright_cont { /*padding-bottom: 25px; padding-top: 10px; */ margin-top: 35px; padding-bottom: 15px; text-align: center; border-top: 1px solid #ccc; padding-top: 15px; }
.footer_copyright { padding: 20px 0 20px; text-align: right; font-size: 14px; text-align: center; }
.footer_box ul { list-style-type: none; margin: 0; padding: 0; }
.footer_box ul li { margin-bottom: 8px; }
.footer_social { text-align: center; padding-bottom: 15px; }
.footer_social img { display: inline-block; margin: 0 2px; }
.footer_c { font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 400; color: #ccc; }

/* Counter  */

#counterconteiner * {
font-family: 'Open Sans', sans-serif;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
text-align: center;
}
.counterspan {
font-size: 66px;
color: #555;
margin-bottom: 20px;
display: inline-block;
font-weight: 400;
text-align: center;
}
.counterspan {
margin: 20px 20px;
}
code, code > .counterspan {
text-align: left;
display: block;
font-family: Monaco, monospace;
background: #444;
color: #fff;
padding: 20px;
font-size: 14px;
margin-bottom:: 100px;
}
code > .counterspan {
padding: 0;
margin: 0;
}
 @media only screen and (max-width: 1024px) {
div > .counterspan {
font-size: 33px;
margin: 20px 0px;
}
}
 @media only screen and (max-width: 800px) {
div > .counterspan {
font-size: 66px;
width: 100% !important;
display: block;

margin: 20px 0px;
}
.counterspan {
font-size: 66px;
} 
code {
margin-bottom: 100px;
}
}
/* My Button */
.mb-style-4978aa
{
background-color: #4978aa;
}
.mb-style-2bc470
{
background-color: #2bc470;
}

/* Color block */
.color_block_green {
    background: #dff0d8; /* Цвет фона */
    padding: 15px 15px; /* Поля вокруг текста */
    border-radius: 5px;
    color: #42712f;
   }

.color_block_green a:link {
    color: #42712f; /* Цвет ссылок */
   }
.color_block_green a:visited {
    color: #42712f; /* Цвет посещенных ссылок */
   }

.color_block_red {
    background: #f2dede; /* Цвет фона */
    padding: 15px 15px; /* Поля вокруг текста */
    border-radius: 5px;
    color: #9c4f4f;
   }

.color_block_red a:link {
    color: #9c4f4f; /* Цвет ссылок */
   }
.color_block_red a:visited {
    color: #9c4f4f; /* Цвет посещенных ссылок */
   }

.color_block_yellow {
    background: #fcf8e3; /* Цвет фона */
    padding: 15px 15px; /* Поля вокруг текста */
    border-radius: 5px;
    color: #714800;
   }

.color_block_yellow a:link {
    color: #714800; /* Цвет ссылок */
   }
.color_block_yellow a:visited {
    color: #714800; /* Цвет посещенных ссылок */
   }

.color_block_blue {
    background: #d9edf7; /* Цвет фона */
    padding: 15px 15px; /* Поля вокруг текста */
    border-radius: 5px;  
    color: #4c819c;
}

.color_block_blue a:link {
    color: #4c819c; /* Цвет ссылок */
   }
.color_block_blue a:visited {
    color: #4c819c; /* Цвет посещенных ссылок */
   }
.line_green {
    border: none; /* Убираем границу */
    background-color: #42712f; /* Цвет линии */
    color: #42712f; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
   }

.socmedia. {
margin: 20px;
}

.noactive {
color: #ccc;
padding: 0 5px;
}

.active {
color: #4978aa;
padding: 0 5px;
}

/* Линия сбоку */

.lineleftblue { 
border-left: 4px solid #4978aa; /* Параметры линии */ 
margin-left: 20px; /* Отступ слева */
padding-left: 10px; /* Расстояние от линии до текста */ 
}

.lineleftgreen { 
border-left: 4px solid #2bc470; /* Параметры линии */ 
margin-left: 20px; /* Отступ слева */
padding-left: 10px; /* Расстояние от линии до текста */ 
}

.lineleftred { 
border-left: 4px solid #d11111; /* Параметры линии */ 
margin-left: 20px; /* Отступ слева */
padding-left: 10px; /* Расстояние от линии до текста */ 
}

.lineleftyellow { 
border-left: 4px solid #fcf8e3; /* Параметры линии */ 
margin-left: 20px; /* Отступ слева */
padding-left: 10px; /* Расстояние от линии до текста */ 
}


/* Calculator style */

.wpcc_form .wpcc_submit_1,.wpcc_submit_2,.wpcc_submit_3,.wpcc_submit_4,.wpcc_submit_5,.wpcc_submit_6,.wpcc_submit_7,.wpcc_submit_8,.wpcc_submit_9,.wpcc_submit_10 {
position: relative;
left: 43%;
display: inline-block;
margin-bottom: 1em;
/*Reset*/
border: none;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;

/* For IE 8 */
text-shadow: none;
text-transform: none;
-webkit-font-smoothing: subpixel-antialiased !important;

/*Default font size -- All Heights, Padding, etc. based off this height*/
font-size: 17px;

/*Default font family*/
font-family: 'Open Sans';
background: #4978aa;
color: #FFF !important;
text-decoration: none !important;

/*MIGHT FIX SOMETHING IN BROWSER TEST*/

/*Default .2s transition for all styles*/

-webkit-transition: all linear 0.2s;
-moz-transition: all linear 0.2s;
transition: all linear 0.2s;

/*Default Style is slight rounded corners*/
-webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
border-radius: 0.25em;

/*Default cursor = pointer over button*/
cursor: pointer;

/*disabled helper class*/
/*Default Padding*/
padding: 1em 2em;

/*Default Line Height*/
line-height: 1.5;

/*Button Sizes*/
/*Corner Rounding*/
/*Font Weight and Spacing*/
/*font-weight:700;
letter-spacing:.15em;*/
border-bottom: 0.2em solid rgba(0, 0, 0, 0.25);
font-size: 14px;
padding: .75em 1.70em;
-webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
border-radius: 0.25em;
font-weight: 400;
letter-spacing: 0;
background-color: #4978aa;
}
.wpcc_form .wpcc_submit_1,.wpcc_submit_2,.wpcc_submit_3,.wpcc_submit_4,.wpcc_submit_5,.wpcc_submit_6,.wpcc_submit_7,.wpcc_submit_8,.wpcc_submit_9,.wpcc_submit_10  a {
color: #FFF;
}

.wpcc_form .wpcc_submit_1:hover,.wpcc_submit_2:hover,.wpcc_submit_3:hover,.wpcc_submit_4:hover,.wpcc_submit_5:hover,.wpcc_submit_6:hover,.wpcc_submit_7:hover,.wpcc_submit_8:hover,.wpcc_submit_9:hover,.wpcc_submit_10:hover {
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.wpcc_form
.wpcc_select_1,.wpcc_select_2,.wpcc_select_3,.wpcc_select_4,.wpcc_select_5,.wpcc_select_6,.wpcc_select_7,.wpcc_select_8,.wpcc_select_9,.wpcc_select_10 {
	padding:5px;
	width: 100%;
	outline: none;
	font-size:16px;
}

.wpcc_form 
.wpcc_inputtext_1,.wpcc_inputtext_2,.wpcc_inputtext_3,.wpcc_inputtext_4,.wpcc_inputtext_5,.wpcc_inputtext_6,.wpcc_inputtext_7,.wpcc_inputtext_8,.wpcc_inputtext_9,.wpcc_inputtext_10 {
	padding:5px;	
	width: 100%;
	outline: none;
	font-size:16px;
}

/* Стиль формы обратной связи плагина Contact Form 7 - начало */

.wpcf7 input,
.wpcf7 textarea{
padding:5px;
color:#1D1D1D;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 20px;


border: solid 1px #C7C7C7;

box-shadow: inset 2px 2px 8px #F9F9F9;

-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;

}

.wpcf7 .wpcf7-list-item{
padding-left: 0;
margin-left: 0;
margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
border: none;
padding-left: 0;
margin-left: 0;
}

.wpcf7 select{
outline: none;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 input:active,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:active {
background: #FDFDFD;
outline: none;
}

/* кнопка*/
.wpcf7 input.wpcf7-submit{

position: relative;
display: inline-block;
margin-bottom: 1em;
/*Reset*/
border: none;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;

/* For IE 8 */
text-shadow: none;
text-transform: none;
-webkit-font-smoothing: subpixel-antialiased !important;

/*Default font size -- All Heights, Padding, etc. based off this height*/
font-size: 17px;

/*Default font family*/
font-family: 'Open Sans';
background: #4978aa;
color: #FFF !important;
text-decoration: none !important;

/*MIGHT FIX SOMETHING IN BROWSER TEST*/

/*Default .2s transition for all styles*/

-webkit-transition: all linear 0.2s;
-moz-transition: all linear 0.2s;
transition: all linear 0.2s;

/*Default Style is slight rounded corners*/
-webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
border-radius: 0.25em;

/*Default cursor = pointer over button*/
cursor: pointer;

/*disabled helper class*/
/*Default Padding*/
padding: 1em 2em;

/*Default Line Height*/
line-height: 1.5;

/*Button Sizes*/
/*Corner Rounding*/
/*Font Weight and Spacing*/
/*font-weight:700;
letter-spacing:.15em;*/
border-bottom: 0.2em solid rgba(0, 0, 0, 0.25);
font-size: 14px;
padding: .75em 1.70em;
-webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
border-radius: 0.25em;
font-weight: 400;
letter-spacing: 0;
background-color: #4978aa;
}

.wpcf7 input.wpcf7-submit a {
color: #FFF;
}

/* On hover */
.wpcf7 input.wpcf7-submit:hover {
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));

}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
border:none;
background-color:#f2dede;
color:#9c4f4f;
margin:0;
padding:20px;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
border:none;
background-color:#dff0d8;
color: #42712f;
margin:0;
padding:20px;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
border:none;
background-color:#dff0d8;
color: #42712f;
margin:0;
padding:20px;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.wpcf7 span.wpcf7-not-valid-tip{
border:none;
background-color:#fcf8e3;
padding:5px;
padding-left: 5px;
padding-right: 5px;
border-radius:10px;
color: #714800;

/* Drop shadow 
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
box-shadow: 3px 3px 3px rgba(0,0,0,0.3); */
}

.wpcf7-form .fleft{
float: left;
}

.wpcf7-form .mright20{
margin-right: 20px;
}

.wpcf7-form .mright40{
margin-right: 40px;
}

.wpcf7-form .clear{
clear: both;
}

.width100 {
width: 100%;
}

.width98 {
width: 98%;
}

/* Стиль формы обратной связи плагина Contact Form 7 - конец */

.tablepress-id-2
.row-2,
.row-3,
.row-21,
.row-26,
.row-35 td {
	background-color: #f3f3f3;
}

.tablepress-id-3
.row-2,
.row-3 td {
	background-color: #f3f3f3;
}

.stripe-1 {
  color: white;
  background: repeating-linear-gradient(
    -45deg,
    #fa1629,
    #fa1629 10px,
    #fd404f 10px,
    #fd404f 20px
  );
}

/* Скрипт продаж */

.hide {
display:none;
}

#active-div .hide {
display:block
}

/* Стиль формы youtube контейнера во всю ширину страницы */

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

/* Стиль формы youtube контейнера во всю ширину страницы - конец */

/* Скрыть на мобильных */

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
/* @media only screen */
/* and (min-device-width : 320px) */
/* and (max-device-width : 480px){ .hide-on-mobile { display: none; }} */

@media screen and (max-width: 480px)
{
.hide-on-mobile {visibility: hidden;}
}

/* Скрыть на мобильных конец */

