/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@font-face {
    font-family: 'open'; /* Имя шрифта */
    src: url(fonts/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: 'openb'; /* Имя шрифта */
    src: url(fonts/OpenSans-Bold.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: 'openi'; /* Имя шрифта */
    src: url(fonts/OpenSans-Italic.ttf); /* Путь к файлу со шрифтом */
   }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

body {
	color: #000;
	line-height: 1.5;
	margin: 0;
	font-size:16px;
	font-family: 'open';
}
ul
{
	margin:0;
}
header
{
	height:100px;
	padding:15px 0;
}
#primary-menu
{
	text-align:left;
}
#primary-menu li
{
	display:inline-block;
	text-align:center;
}
#primary-menu li a
{
	line-height:80px;
	display:inline-block;
	width:100%;
	font-size:16px;
	color:#000;
	padding:0 15px;
}
.call
{
	display:block;
	width:145px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#F56434;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	float:right;
	margin-top:20px;
}
p
{
	margin:0;
}
#slider .info
{
	position:absolute;
	z-index:99;
	width:100%;
	padding:35px 25px 0;
	background:url(images/info.png) no-repeat center center;
	background-size:cover;
	margin-top:155px;
	max-width:720px;
	left:calc(50% - 360px);
	top:0;
}
#slider .p1
{
	font-size:45px;
	text-align:center;
	margin-bottom:10px;
	text-transform:uppercase;
}
#slider .p2
{
	font-size:20px;
}
#slider .p3
{
	display:block;
	margin:25px auto 0;
	width:240px;
	height:50px;
	margin-bottom:-15px;
	text-align:center;
	line-height:50px;
	background: #F56434;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}
#slider svg
{
	width:100%;
	height:105px;
	margin-top: -105px;
    position: relative;
    z-index: 100;
    display: block;
}
#slider .slick-prev
{
	width:81px;
	height:45px;
	background:url(images/prevs.png) no-repeat top center;
    left: calc(50% - 600px);
    z-index: 999;
    top: 85.8%;
}
#slider .slick-next
{
	width:70px;
	height:40px;
	background:url(images/nexts.png) no-repeat top center;
    left: calc(50% - 523px);
    z-index: 999;
    top: 86.4%;
}
#slider .slick-dots
{
	left: calc(50% - 453px);
    z-index: 999;
    top: 87.2%;
    text-align:left;
}
#slider .slick-dots li
{
	float:left;
	margin-top:1px;
}
#slider .slick-dots li button
{
	margin-left:-5px;
}
#slider .slick-dots li:nth-child(even) button
{
	width:29px;
	height:34px;
	background:url(images/d1.png) no-repeat center bottom;
	border:0;
	margin-left:-5px;
}
#slider .slick-dots li:nth-child(odd) button
{
	width:29px;
	height:34px;
	background:url(images/d2.png) no-repeat center bottom;
	border:0;
	margin-left:-10px;
	background-size:cover;
}
#slider .slick-dots li:nth-child(1) button
{
	margin-top:0px;
}
#slider .slick-dots li:nth-child(2) button
{

	margin-top:0px;
}
#slider .slick-dots li:nth-child(3) button
{

	margin-top:2px;
}
#slider .slick-dots li:nth-child(4) button
{
	margin-top:0px;
}
#slider .slick-dots li.slick-active:nth-child(odd) button
{
	background:url(images/d1a.png) no-repeat center bottom;
}
#slider .slick-dots li.slick-active:nth-child(even) button
{
	background:url(images/d2a.png) no-repeat center bottom;
}
#slider .slick-dots li:nth-child(3)
{
	margin-top:2px;
}
#slider .slick-dots li:nth-child(4)
{
	margin-top:4px;
}
#services
{
	padding:45px 0 15px;
	text-align:center;
}
.calc div.wpcf7-mail-sent-ok
{
	color:#000;
}
@media screen and (max-width:1450px)
{
	#slider .slick-prev
	{
		left:20px;
		top: 83.4%;
	}
	#slider .slick-next
	{
		left:100px;
		top:84.2%;
	}
	#slider .slick-dots
	{
		left:170px;
		top:84.8%;
	}
}
@media screen and (max-width:1450px)
{
	#slider .slick-prev
	{
		left:20px;
		top: 83.3%;
	}
	#slider .slick-next
	{
		left:100px;
		top:84.1%;
	}
	#slider .slick-dots
	{
		left:170px;
		top:84.7%;
	}
}
@media screen and (max-width:1100px)
{
	#slider .slick-prev
	{
		top: 84.4%;
	}
	#slider .slick-next
	{
		top:85.2%;
	}
	#slider .slick-dots
	{
		top:85.8%;
	}
}
.section-title
{
	text-transform:uppercase;
	display:inline-block;
	padding:40px 45px 35px;
	font-size:44px;
	text-align:center;
	margin-bottom:30px;
	line-height:1;
	letter-spacing:2px;
}
#services .section-title
{
	background:url(images/title1.png) no-repeat top center;
}
#services .col-sm-3
{
	padding:0 78px;
}
#services .img
{
	height:85px;
}
#services .p1
{
	font-size:14px;
}
#services .p2
{
	display:block;
	width:135px;
	height:40px;
	line-height:38px;
	border:1px solid #000;
	border-radius:5px;
	text-align:center;
	font-size:14px;
	color:#000;
	margin:0 auto;
	margin-top:15px;
}
#services .p2:hover, #more .p3:hover, #single .back:hover
{
	border-color:#00A69C;
	background:#00A69C;
	color:#fff;
	text-decoration:none;
}
.call, #slider .p3, #more .p2, #call input[type="submit"], #prices .r1, .calc .submit, .actions .cc, #prices .r2, #test .p2, .actions .cs, #services .p2, #more .p3, #single .back

{
	transition:all linear .25s;
}

.call:hover, #slider .p3:hover, #more .p2:hover, #call input[type="submit"]:hover, #prices .r1:hover, .calc .submit:hover, .actions .cc:hover
{
	text-decoration:none;
	background:#C44111;
}
#prices .r2:hover, #test .p2:hover, .actions .cs:hover
{
	text-decoration:none;
	background:#00796F;
}
.imgz
{
	height:130px;
	overflow:hidden;
}
.nav:after
{
	content:' ';
	display:block;
	clear:both;
}
.nav .t1
{
	float:left;
}
.nav .t2
{
	float:right;
}
#services img
{
	transition:all linear .5s;
}
#services img:hover
{
	transform:scale(1.1);
}
#services .col-sm-3:nth-child(1)
{
	margin-top:60px;
}
#services .col-sm-3:nth-child(2)
{
	margin-top:40px;
}
#services .col-sm-3:nth-child(3)
{
	margin-top:20px;
}
.col-sm-11
{
	float:left;
	width:20%;
}
#plus
{
	padding:155px 0 115px;
	background:url(images/plus.png) no-repeat top center;
	text-align:center;
}
#plus .section-title
{
	background:url(images/title2.png) no-repeat top center;
	color:#fff;
	padding: 40px 65px 40px;
	margin-bottom:60px;
}
#plus .col-sm-11
{
	padding:0 20px;
}
#plus .pl
{
	border-radius:100%;
	background:rgba(255,255,255,0.8);
	text-align:center;
	position:relative;
	width:200px;
	height:200px;
	display:flex;
	align-items:center;
	font-size:22px;
	font-family:'openb';
	padding:10px;
	border:10px solid #fff;
}
#plus .img
{
	position:absolute;
	left:-5px;
	top:-20px;
}
#plus .col-sm-11:nth-child(2)
{
	margin-top:15px;
}
#plus .col-sm-11:nth-child(3)
{
	margin-top:30px;
}
#plus .col-sm-11:nth-child(4)
{
	margin-top:45px;
}
#plus .col-sm-11:nth-child(5)
{
	margin-top:60px;
}
#more
{
	padding:70px 0 0 0;
	text-align:center;
}
#more .col-sm-6
{
	text-align:left;
}
#more .section-title
{
	background:url(images/title3.png) no-repeat top center;
	margin-bottom:95px;
}
#more .text
{
	padding-top:40px;
}
#more .p1
{
	font-size:30px;
	margin-bottom:35px;
	text-transform:uppercase;
	letter-spacing:1.5px;
}
#more ul
{
	list-style:disc;
	padding-left:17px;
	font-size:14px;
	margin-bottom:30px;
}
#more li
{
	margin-bottom:2px;
}
#more .row
{
	margin-bottom:165px;
}
#more .p2
{
	display:inline-block;
	width:170px;
	height:40px;
	line-height:40px;
	text-align:center;
	background: #F56434;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-right:17px;
}
#more .p3
{
	display:inline-block;
	width: 130px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    margin-top: 15px;
}
#more .text
{
	padding-left:115px;
}
#more .row:nth-child(2) .text
{
	padding-left:15px;
}
#more .row:nth-child(3) .text
{
	padding-top:30px;
}
#more .row:nth-child(3)
{
	margin-bottom:120px;
}
#more .row:nth-child(4)
{
	margin-bottom:80px;
}
#more .row:nth-child(5)
{
	margin-bottom:65px;
}
#more .row:nth-child(5) .text
{
	padding-top:80px;
}
#more .row:nth-child(4) .text
{
	padding-left:85px;
}
#more .row:nth-child(3) img,
#more .row:nth-child(5) img
{
	float:right;
}

h1 {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    margin-bottom: 75px;
    padding: 40px 75px 35px;
    text-align: center;
    background: url(images/title4.png) no-repeat top right;
    background-size: cover;
}
#call
{
	background:url(images/call.png) no-repeat top center;
	padding:140px 0 140px;
	max-height:655px;
	min-height:655px;
}
#call .section-title
{
	color:#fff;
	text-align:center;
	display:block;
	margin:0 auto 47px;
	padding:0;
}
#call .tabs
{
	padding:0 140px;
}
#call .tabs .upr
{
	border-bottom:3px solid #fff;
}
#call a
{
	display:inline-block;
	padding:0 22px;
	height:40px;
	line-height:37px;
	color:#fff;
	font-size:16px;
	border-bottom:3px solid #fff;
	margin-bottom:-3px;
	float:left;
}
#call .upr:after
{
	content:' ';
	display:block;
	clear:both;
}
#call .upr a:first-child
{
	padding-left:0;
}
#call a:hover,
#call a.active
{
	border-bottom:3px solid #07726B;
	text-decoration:none;
	background:rgba(55,181,173,0.5);
}
#call .tab
{
	padding-top:35px;
}
#call input
{
	background:rgba(55,181,173,0.5);
	border:0;
	border-radius:0;
	height:40px;
	line-height:38px;
	border-bottom:2px solid #70C7C2;
	margin-bottom:25px;
	color:#fff;
	padding:0 15px;
	font-size:14px;
}
#call textarea
{
	border:0;
	resize:none;
	border-bottom:2px solid #70C7C2;
	margin-bottom:25px;
	color:#fff;
	padding:15px;
	background:rgba(55,181,173,0.5);
	height:105px;
	border-radius:0;
}
#call input:focus
{
	border-bottom:2px solid #fff;
}
#call .tab
{
	display:none;
}
#call .tab.act
{
	display:block;
}
#call .col-sm-3 p
{
	color:#fff;
	font-size:14px;
}

#call ::-webkit-input-placeholder {color:#fff;font-size:14px;}
#call ::-moz-placeholder          {color:#fff;font-size:14px;}/* Firefox 19+ */
#call :-moz-placeholder           {color:#fff;font-size:14px;}/* Firefox 18- */
#call :-ms-input-placeholder      {color:#fff;font-size:14px;}
a:focus, a:hover, a:active,
input:focus, input:active, input:hover,
textarea:focus, textarea:active, textarea:hover
{
	outline:none !important;
}
#call input[type="submit"]
{
	display:block;
	margin:15px auto 10px;
	width:240px;
	height:50px;
	border-radius:5px;
	line-height:50px;
	background:#F56434;
	text-align:center;
	color:#fff;
	font-size:20px;
	border:0;
}
#seo
{
	text-align:center;
}
#seo .p1
{
	font-size:14px;
	text-align:left;
	padding:0 100px;
}
#seo .p1 p
{
	margin-bottom:22px;
}
#seo .section-title
{
	color:#000;
	margin-bottom:35px;
	padding:0;
}
#seo 
{
	padding:87px 0 0 0;
}
#seo.ch
{
	padding-top:35px;
}
footer
{
	padding:205px 0 40px 0;
	color:#fff;
	background:url(images/footer.png) no-repeat top center;
	background-size:cover;
}
footer .social
{
	margin-top:25px;
	margin-bottom:5px;
}
.social a
{
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:2px;
}
.social a:nth-child(1) {background:url(images/soc1.png) no-repeat center center;}
.social a:nth-child(2) {background:url(images/soc2.png) no-repeat center center;}
.social a:nth-child(3) {background:url(images/soc3.png) no-repeat center center;}
.social a:nth-child(4) {background:url(images/soc4.png) no-repeat center center;}
.social a:nth-child(5) {background:url(images/soc5.png) no-repeat center center;}
.social a:nth-child(1):hover {background:url(images/soc1a.png) no-repeat center center;}
.social a:nth-child(2):hover {background:url(images/soc2a.png) no-repeat center center;}
.social a:nth-child(3):hover {background:url(images/soc3a.png) no-repeat center center;}
.social a:nth-child(4):hover {background:url(images/soc4a.png) no-repeat center center;}
.social a:nth-child(5):hover {background:url(images/soc5a.png) no-repeat center center;}
footer .copy
{
	font-size:16px;
}
footer p
{
	margin-bottom:8px;
	font-size:15px;
}
footer .call {
    display: block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F56434;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 0px;
    float:left;
}
footer .cc
{
	padding-top:20px;
}
footer #primary-menu
{
	padding-left:0;
}
footer #primary-menu li
{
	display:block;
	width:100%;
	margin-bottom:6.5px;
}
footer .t #primary-menu li:nth-child(2)
{
	display:none;
}
footer #primary-menu li a
{
	color:#fff;
	text-align:left;
	line-height:1;
	font-size:14px;
	padding:0 0 0 8px;
	background:url(images/fli.png) no-repeat left center;
}
div.wpcf7-validation-errors,
.ajax-loader
{
	display:none !important;
}
span.wpcf7-not-valid-tip
{
	font-size:14px;
	/*margin-top:-20px;*/
}
div.wpcf7-mail-sent-ok
{
	margin-top:-10px;
	color:#fff;
}
#cont
{
	padding-top:45px;
	padding-bottom:35px;
}
#cont h1
{
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	font-size:44px;
	line-height:1;
	margin:0;
	font-weight:400;
	margin-bottom:75px;
	padding: 40px 75px 35px;
	text-align:center;
	background: url(images/title1.png) no-repeat top right;
	background-size:cover;
}
#cont .h1
{
	text-align:center;
}
#cont .img
{
	text-align:center;
	margin-bottom:50px;
}
#s4
{
	padding:45px 0 65px;
}
#s4 .p1
{
	text-transform:uppercase;
	font-size:24px;
	font-family:'openb';
	margin-bottom:5px;
}
#s4 .p2
{
	font-size:16px;
	margin-bottom:12px;
}
#s4 .p3
{
	display:block;
	border-radius:5px;
	color:#fff;
	text-align:center;
	width:145px;
	height:40px;
	line-height:40px;
	background:#F56434;
	font-size:16px;
	position:relative;
}
#s4 img
{
	margin:0 auto;
	margin-top:-55px;
	display:block;
}
.error404 header, .error404 footer
{
	display:none;
}
#f
{
	padding:160px 0 65px;
	text-align:center;
	background:url(images/f.png) no-repeat top center;
}
#f .p1
{
	margin-bottom:8px;
	font-size:16px;
}
#f .p2
{
	margin-bottom:8px;
	font-size:14px;
}
#f .p3
{
	display:block;
	margin:0 auto;
	border-radius:5px;
	color:#fff;
	text-align:center;
	width:180px;
	height:35px;
	line-height:35px;
	background:#F56434;
	font-size:16px;
}
#s4 .container, #f .container
{
	width:1000px;
}
.asks .p1
{
	border-radius:5px;
	background:#F6F6F6 url(images/pl.png) no-repeat 99% center;
	height:40px;
	line-height:40px;
	padding:0 15px;
	margin-bottom:8px;
	font-size:16px;
	cursor:pointer;
	color:#4d4d4d;
}
.asks .p1.active
{
	background:#00A69C url(images/min.png) no-repeat 99% center;
	color:#fff;
}
.asks .p2
{
	padding:10px 15px 25px;
	font-size:16px;
	display:none;
}
.types #call
{
	margin-bottom: -152px;
    position: relative;
}
.types #plus
{
	margin-bottom: -180px;
    position: relative;
}
.types #cont h1
{
	background:url(images/title4.png) no-repeat top center;
	background-size:cover;
}
.context p
{
	margin-bottom:25px;
}
.calc .container
{
	max-width:780px;
}
.calc.br .container
{
	max-width:1000px;
}
.calc #cont h1
{
	background:url(images/title4.png) no-repeat top center;
	background-size:cover;
	line-height:1.5;
}

.calc ::-webkit-input-placeholder {color:#808080;font-size:14px;}
.calc ::-moz-placeholder          {color:#808080;font-size:14px;}/* Firefox 19+ */
.calc :-moz-placeholder           {color:#808080;font-size:14px;}/* Firefox 18- */
.calc :-ms-input-placeholder      {color:#808080;font-size:14px;}

.calc form
{
	max-width:570px;
	margin:0 auto;
}
.calc select
{
	width:100%;
	border:1px solid #898989;
	border-radius:5px;
	height:40px;
	line-height:38px;
	margin-bottom:30px;
	padding:0 15px;
	color:#808080;font-size:14px;
}
.calc input
{
	width:100%;
	border:1px solid #898989;
	border-radius:5px;
	height:40px;
	line-height:38px;
	margin-bottom:30px;
	padding:10px 15px;
	color:#808080;font-size:14px;
}
.calc textarea
{
	width:100%;
	border:1px solid #898989;
	border-radius:5px;
	height:170px;
	margin-bottom:30px;
	padding:15px 15px;
	color:#808080;font-size:14px;
	resize:none;
}
.calc .submit
{
	border:0;
	display:block;
	margin:0 auto 15px;
	width:270px;
	height:50px;
	line-height:50px;
	background:#F56434;
	font-size:20px;
	color:#fff;
	text-align:center;
	padding:0;
}
.br .p1
{
	font-size:16px;
	margin-bottom:35px;
}
.calc h2
{
	font-size:44px;
	text-transform:uppercase;
	text-align:center;
	margin:50px 0 40px;
	font-weight:400;
}
.map
{
	margin-top:65px;
}
.blog#cont h1
{
	background:url(images/title4.png) no-repeat top right;
}
.more-link
{
	display:none;
}
.con
{
	padding:10px 7px;
	background:#F6F6F6;
}
.con .p1
{
	font-size:14px;
	font-family:'openb';
	margin-bottom:5px;
	height:65px;
	color:#000;
	display:inline-block;
}
.con .p2
{
	font-size:14px;
	height:100px;
	overflow:hidden;
}
.con .p3
{
	text-align:right;
	font-family:'openi';
}
.wp-pagenavi
{
	text-align:center;
	margin-top:100px;
}
.wp-pagenavi a
{
	display:inline-block;
	width:30px;
	height:30px;
	font-size:14px;
	color:#999999;
	text-align:center;
	line-height:30px;
	margin:0 5px;
	border:0;
	border-radius:5px;
	padding:0;
}
.wp-pagenavi span
{
	display:inline-block;
	width:30px;
	height:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin:0 5px;
	border:0;
	border-radius:5px;
	background:#F56434;
	padding:0;
	font-weight:400;
}
.wp-pagenavi .nextpostslink
{
	font-family:'openb';
	color:#000 !important;
	width:40px;
}
.wp-pagenavi .previouspostslink
{
	font-family:'openb';
	color:#000 !important;
	width:40px;
}
.wp-pagenavi .first, .wp-pagenavi .last
{
	width:55px;
	font-family:'openb';
	color:#000 !important;
}
.posts .col-sm-3
{
	margin-bottom:30px;
}
#single
{
	padding-top:95px;
}
#single h1
{
	margin:0;
	margin-bottom:20px;
	font-size:32px;
	font-family:'openb';
	font-weight:400;
}
#single .thumb
{
	margin-bottom:20px;
}
.context .thumb
{
	margin-bottom:30px;
	float:left;
	margin-right:30px;
	max-width:47%;
}
#single p
{
	margin-bottom:25px;
	font-size:16px;
}
#single .cc
{
	margin-bottom:50px;
}
#single .soc
{
	margin-bottom:30px;
}
#single .soc a
{
	display:inline-block;
	margin-right:5px;
}
#single .back
{
	display: block;
    width: 170px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 30px;
    cursor:pointer;
}
.rpwwt-widget img
{
	height:auto !important;
	width:100% !important;
}
.rpwwt-widget .p1
{

}
.rpwwt-widget .p2
{

}
.rpwwt-widget .p3
{

}
.rpwwt-widget .p1
{
	font-size:14px;
	font-family:'openb';
	margin-bottom:5px;
	height:65px;
	color:#000;
	display:inline-block;
}
.rpwwt-widget .p2
{
	font-size:14px;
	height:100px;
	overflow:hidden;
}
.rpwwt-widget .p3
{
	text-align:right;
	font-family:'openi';
}
#comm
{
	margin-top:60px;
	text-align:center;
}
#comm h2
{
	text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
    padding: 40px 75px 35px;
    text-align: center;
    background: url(images/title1.png) no-repeat top right;
    background-size: cover;
	margin:0 auto;
	margin-bottom:60px;
}
.tab-community
{
	display:none !important;
}
#cont .actions
{
	margin-top:70px;
	text-align:center;
}
.actions .cc
{
	display:inline-block;
	text-align:center;
	color:#fff;
	width:200px;
	height:50px;
	line-height:50px;
	border-radius:5px;
	font-size:14px;
	background:#F56434;
	margin:0 10px;
	cursor:pointer;
}
.actions .cs
{
	display:inline-block;
	text-align:center;
	color:#fff;
	width:200px;
	height:50px;
	line-height:50px;
	border-radius:5px;
	font-size:14px;
	background:#00A69C;
	margin:0 10px;
	cursor:pointer;
}
.context
{
	font-size:14px;
}
.dopl
{
	margin-top:100px;
	text-align:center;
}
.h1 .p1
{
	    display: inline-block;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    margin-bottom: 75px;
    padding: 40px 75px 35px;
    text-align: center;
    background: url(images/title1.png) no-repeat top right;
    background-size: cover;
}
.slick-slide img
{
	margin:0 auto;
}
.dopl .slick-prev
{
	width:30px !important;
	height:90px !important;
	background:url(images/prev.png) no-repeat center center !important;
	top:30%;
	left:-30px;
}
.dopl .slick-next
{
	width:30px !important;
	height:90px !important;
	background:url(images/next.png) no-repeat center center !important;
	top:30%;
	right:-30px;
}
.dopl
{
	padding:0 75px 50px;
}
.dopl .slick-next:hover
{
	background:url(images/nexta.png) no-repeat center center !important;
}
.dopl .slick-prev:hover
{
	background:url(images/preva.png) no-repeat center center !important;
}
.dopl .slick-slide img
{
	filter: grayscale(100%);
}
.dopl .slick-slide img:hover
{
	filter: grayscale(0%);
}
.dopl .imgs
{
	position:relative;
}
.dopl .imgs:hover .lupa
{
	display:block;
}
.dopl .lupa
{
	width:100%;
	height:200px;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	display:none;
	background:url(images/lupa.png) no-repeat center center;
}
.dopl .lupa a
{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
a:hover, a:focus, a:active,
div:hover, div:focus, div:active,
button:hover, button:focus, button:active,
input:hover, input:focus, input:active
{
	outline:none !important;
}
.totop
{
	cursor:pointer;
	background:url(images/totop.png) no-repeat bottom right;
	width:64px;
	height:64px;
	display:none;
	position:fixed;
	right:calc(50% - 600px);
	bottom:210px;
}
#more h1 {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    margin-bottom: 75px;
    padding: 40px 75px 35px;
    text-align: center;
    background: url(images/title4.png) no-repeat top right;
    background-size: cover;
}
.types.m #call
{
	margin-bottom:0;
}
#more .p4
{
    font-size: 14px;
    margin-bottom: 30px;
}
#primary-menu li a
{
	cursor:pointer;
}
#primary-menu li a:hover + .sub-menu
{
	display:block;
}
.sub-menu:hover
{
	display:block;
}
#primary-menu li.menu-item-has-children > a
{
	background:url(images/li.png) no-repeat right center;
}
header .col-sm-9
{
	position:static;
}
.sub-menu
{
	display:none;
	position:absolute;
	left:0;
	width:100%;
	background:#00A69C;
	margin-top:-15px;
	padding:10px 20px;
	text-align:center;
	z-index:999;
}
.logo
{
	position:relative;
	z-index:1000;
}
#primary-menu .sub-menu li
{
	padding:0 15px;
}
.call:hover
{
	color:#fff;
}
#primary-menu .sub-menu li a
{
	line-height:35px;
	text-align:center;
	color:#fff;
	padding:0;
}
.calc.pop
{
	padding:30px 20px 0;
}
.cls > div
{
	padding:30px 20px 30px;
}
.calc.pop .p1
{
	text-align:center;
	text-transform: uppercase;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 25px 0;
    font-weight: 400;
}
.cls .p2
{
	text-align:center;
    font-size: 25px;
    margin: 0 0 25px 0;
    font-weight: 400;
    line-height:1.4;
}
.cls .p3
{
	display: block;
    width: 145px;
    height: 40px;
    margin:0 auto;
    line-height: 40px;
    text-align: center;
    background: #F56434;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
#text
{
	background:url(images/text.png) no-repeat top center;
	padding:125px 0 110px;
}
#text .p1
{
	background:url(images/text1.png) no-repeat top center;
	padding:27px 0 30px;
	width:100%;
	max-width:860px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:44px;
	margin:0 auto;
	background-size:cover;
}
.context a
{
	    display: block;
    width: 135px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    margin-top: 15px;
    transition: all linear .25s;
}
.context a:hover
{
	    border-color: #00A69C;
    background: #00A69C;
    color: #fff;
    text-decoration: none;
}
#text .p2
{
	background:url(images/text2.png) no-repeat top center;
	    width: 100%;
    padding: 55px 20px;
    max-width: 865px;
    margin: 0 auto;
    margin-top: -32px;
    position: relative;
    line-height:1.7;
}
#more img
{
	filter:grayscale(100%);
	transition:all linear .25s;
}
#more img:hover
{
	filter:grayscale(0%);
}
#services.tn
{
	padding-top:55px;
	padding-bottom:35px;
}.tn h1
{
	margin-bottom:25px;
}
#prices
{
	padding:55px 0 0;
}
#prices .container
{
	max-width:1000px;
}
#prices .section-title
{
	text-transform:uppercase;
	font-size:44px;
	font-family:'open';
	display:block;
	width:100%;
	padding:0;
	margin-bottom:77px;
}
#prices table
{
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}
#prices table:nth-child(even) tr:first-child
{
	background:#00A69C;
	border:1px solid #00A69C;
}
#prices table:nth-child(odd) tr:first-child
{
	background:#F56434;
	border:1px solid #F56434;
}
#prices table:nth-child(even)
{
	border:1px solid #00A69C !important;
}
#prices table:nth-child(odd)
{
	border:1px solid #F56434 !important;
}
#prices table
{
	border-radius:5px;
	display:block;
}
#prices table tbody
{
	width:100%;
	display:table;
}
#prices table td
{
	border:0;
}
#prices table tr:first-child th
{
	line-height:50px;
	color:#fff;
	font-weight:400;
	text-align:left;
	padding:0 15px;
	font-size:20px;
}
#prices table td,
#prices table tr
{
	padding:0 15px;
	line-height:48px;
	font-size:20px;
	border-radius:10px;
	    min-width: 100px;
}
#prices table tr:nth-child(even)
{
	background:#F6F6F6;
}
#prices .r1
{
	display: inline-block;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
    background: #F56434;
    cursor: pointer;
}
#prices table
{
	width:100% !important;
}
#prices tr:first-child td
{
	border-radius:0;
	color:#fff;
}
#prices .r2
{
	display: inline-block;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
    background: #00A69C;
    margin: 0 0px 0 20px;
    cursor: pointer;
}
#prices .act
{
	text-align:right;
	margin-bottom:83px;
}
#test
{
	padding:22px 0 0;
}
#test .p1
{
	font-size:44px;
	text-transform:uppercase;
	margin-bottom:20px;
	text-align:center;
}
#test .p2
{
	display: block;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 18px;
    background: #00A69C;
    margin: 0 auto;
    cursor: pointer;
}
.open-menu
{
	display:none;
	position:absolute;
	left:5px;
	top:15px;
	width:60px;
	height:60px;
	background:url(images/menu.png) no-repeat center center;
}
.hentry div.wpcf7-mail-sent-ok
	{
		color:#000;
	}
@media screen and (max-width:1200px)
{
	#primary-menu > li:last-child,
	#primary-menu > li:nth-child(5)
	{
		/*display:none;*/
	}
	#primary-menu
	{
		text-align:right;
		margin-right:70px;
	}
	#primary-menu .sub-menu li a
	{
		font-size:14px;
	}
	#primary-menu .sub-menu li 
	{
		padding:0 10px;
	}
	.home .slick-slide img
	{
		min-height:600px;
		max-width:150% !important;
	}
	#slider svg
	{
		margin-top:-95px;
	}
	#services .col-sm-3
	{
		padding:0 20px;
	}
	#plus .pl
	{
		font-size:16px;
		width:160px;
		height:160px;
		margin:0 auto;
	}
	#plus .col-sm-11
	{
		padding:0 10px;
	}
	#plus 
	{
		background: url(images/plus.png) no-repeat top left;
	}
	.totop
	{
		right:30px;
	}
	#more .text
	{
		padding-left:20px;
	}
	#more .row
	{
		margin-bottom:130px;
	}
	#call .tabs
	{
		padding:0 100px;
	}
	footer #primary-menu
	{
		margin-right:0;
		margin-left:-40px;
	}
	#text .p1
	{
		background-size:contain;
	}
	#text .p2
	{
		max-width:835px;
	}
	#s4 .container, #f .container
	{
		width:100%;
	}
}
@media screen and (max-width:898px)
{
	.context .thumb
	{
		float:none;
		max-width:100%;
		margin:0 auto 30px;
		display:block;
	}
	footer p
	{
		font-size:10px;
	}
	.open-menu
	{
		display:block;
	}
	.logo
	{
		margin-left:60px;
		float:left;
	}
	header #primary-menu
	{
		display:none;
		position:absolute;
		width:100%;
		margin-top:80px;
		z-index:999;
		background:#fff;
		padding:0;
		left:0;
	}
	header #primary-menu li 
	{
		display:block;
		width:100%;
	}
	header #primary-menu li a
	{
		line-height:40px;
	}
	.call
	{
		float:right;
		width:100px;
		display:none;
	}
	header .container
	{
		padding:0 15px;
	}
	header #primary-menu li.menu-item-has-children > a
	{
		background:none;
	}
	.sub-menu
	{
		margin-top:10px;
	}
	#slider .info
	{
		left:10px;
		width: calc(100% - 20px);
	    max-width: 100%;
	    right: 10px;
	    margin-top:50px;
	}
	#slider .p1
	{
		font-size:35px;
	}
	#slider .p2
	{
		font-size:18px;
	}
	#services
	{
		padding-top:0;
	}
	#more ul
	{
		text-align:left;
	}
	#services .section-title
	{
		margin-bottom:0;
	}
	#services .col-sm-3
	{
		margin-top:0 !important;
		margin-bottom:20px;
	}
	#plus .section-title
	{
		font-size:30px;
		padding:30px 0 20px;
	}
	.col-sm-11
	{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.section-title,
	 #more .section-title
	{
		padding:30px 20px;
		margin-bottom:30px;
	}
	#plus
	{
		background-size:cover;
		padding-top: 50px;
    	background-position: right center;
	}
	#more
	{
		padding-top:30px;
	}
	#more .row
	{
		margin-bottom:40px !important;
	}
	#more .text {
		padding-top:0 !important;
	    padding-left: 20px !important;
	}
	#call .tabs
	{
		padding:0;
	}
	#call
	{
		height:auto;
		max-height:inherit;
		background-size:cover;
	}
	#call textarea
	{
		width:100%;
	}
	#call input
	{
		width:100%;
	}
	#seo
	{
		padding-top:30px;
	}
	#seo .p1
	{
		padding:0;
	}
	footer .col-sm-3
	{
		float:left;
		width:50%;
	}
	footer
	{
		background-size:cover;
		font-size:14px;
	}
	footer .social a
	{
		width:25px;
		height:25px;
		background-size:contain !important;
	}
	footer #primary-menu
	{
		display:block;
		margin:0;
		margin-left:-15px;
		display:none;
	}
	footer .call
	{
		width:100%;
	}
	h1, #prices .section-title, #test .p1, .calc #cont h1, .calc h2, #cont h1, #comm h2, .h1 .p1, #more h1
	{
		padding:30px 20px;
		font-size:35px;
		background-position:left center;
		margin-top:10px;
		margin-bottom:10px;
	}
	#more .row:nth-child(3) img, #more .row:nth-child(5) img
	{
		float:none;
	}
	#more .col-sm-6
	{
		text-align:center;
	}
	.thumb
	{
		display:block;
		margin:0 auto;
	}
	.actions .cc
	{
		margin-bottom:10px;
	}
	#call .section-title, #seo .section-title
	{
		font-size:35px;
	}
	#text .p1
	{
		background-size:cover;
	}
	#text
	{
		background-size:cover;
	}
	#text .p2
	{
		background-size:cover;
	}
	#prices
	{
		padding-top:0;
	}
	#prices table
	{
		overflow-x:scroll;
	}
	#prices .r1, #prices .r2
	{
		width:160px;
		font-size:12px;
	}
	#wysiwyg_widgets_widget-4 .col-sm-3
	{
		margin-bottom:20px;
	}
	#s4 .container, #f .container
	{
		width:100%;
	}
	#s4 img
	{
		margin-top:0;
	}
	#tertiary
	{
		display:none;
	}
	#single
	{
		padding-top:40px;
	}
	.dopl
	{
		padding:0;
	}
	.slick-arrow
	{
		display:none !important;
	}
	#cont .actions
	{
		margin-top:30px;
		margin-bottom:30px;
	}
}
@media screen and (max-width:350px)
{
	#prices .r1, #prices .r2 {
	    width: 130px;
	    font-size: 10px;
	}
}

.recaptcha_1{
	margin-bottom: 20px!important;
}
.wpcf7-mail-sent-ok{
	margin-top: 15px!important;
}
.course_type-valid, .number_of_weeks-valid, .name-valid, .email-valid{
	color: #f00;
	font-weight: normal;
	display: none;
	margin-top: -10px;
	margin-bottom: 10px;
}