#page{
  overflow: hidden;
  font-family: "Open Sans";
  color: #000;
}
section{
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    background-attachment: fixed;
}

@media screen and (max-width: 768px){
	.main-navigation{
		display:none !important;
	}
	.text-1{
		font-size: 18px !important;
	}
}

.main-navigation    {
    position: relative;
}
.main-navigation .menu-menu-1-container     {
    padding-top: 20px;
}
.main-navigation a  {
    color: #fff;
    padding: 7px 7px;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}
.main-navigation ul     {
    float: left;
    left: 50%;
    position: relative;
}
.main-navigation li     {
    float: left;
    left: -50%;
    position: relative;
	margin-left:10px;
	margin-right:10px;
}
.main-navigation li a   {
    float: left;
    position: relative;
    outline: none;
    transition: 0.2s;
}

.main-navigation li.focus a, .main-navigation li a:hover    {
    color: #ffff00;
}
.button_wrapper     {
    text-align: left;
}
.fw-btn {
    font-size: 13px;
    background-color: #ffff00;
    color: #000!important;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 35px;
    margin-top: 5px;
    font-family: "NeoSansProBold";
}
.fw-btn span {
	display: block;

}
.fw-btn:hover,
.fw-btn:focus {
	text-decoration: none;
	outline: none;
	background-color: #800080;
	color: white!important;
}

.fw-btn:active {
	box-shadow: inset 0 0 20px #650a04;
}
.contactform_pop-up 	{
	margin: 0 auto;
    padding: 0 15px;
}
.contactform_pop-up h2,
.contactform_pop-up h3 	{
	text-align: center;
	color: black;
}
.contactform_pop-up p 	{
	text-align: center;
}
.contactform_pop-up input 	{
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	border-radius: 0px;
	padding-left: 10px;
}
.contactform_pop-up input[type="submit"] 	{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	background-color: yellow;
	color: black;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	padding: 8px 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 65%;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: bold;
}
.contactform_pop-up input[type="submit"]:hover, .contactform_pop-up input[type="submit"]:focus {
	text-decoration: none;
	outline: none;
	background-color: #0066cc;
	color: white;
}
.contactform_pop-up input[type="submit"]:active {
	box-shadow: inset 0 0 20px #650a04;
}
.contactform_pop-up .wpcf7-not-valid-tip,
.contactform_pop-up .wpcf7-validation-errors 	{
	display: none!important;
}
.contactform_pop-up .wpcf7-not-valid 	{
	border-color: red;
}


.slide .review_wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 9px;
}
.contactform 	{
	width: 100%;
	margin: 0 auto;
}
.contactform p 	{
	text-align: center;
}
.contactform input 	{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
    /* font-family: Verdana; */
    font-size: 19px;
    padding: 15px 15px 15px 15px;
    text-align: center;
    /* vertical-align: middle; */
    /* font-family: Arial; */
    /* font-size: 24px; */
    font-family: "NeoSansProBold";
    color: #A9A9A9;
}
.contactform input[type="submit"] 	{
	display: block;
    cursor: pointer;
    border-radius: 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 60px;
    margin-left: 20px;
    background-color: #24C000;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    font-family: "NeoSansProBold";
    font-size: 16px;
}
.contactform input[type="submit"]:hover, .contactform input[type="submit"]:focus {
	text-decoration: none;
	outline: none;
	opacity: 0.85;
	color: rgba(255, 255, 255, 0.85);
    background-color: #800080;
}
.contactform input[type="submit"]:active {
	box-shadow: inset 0 0 20px #650a04;
}
.contactform .wpcf7-not-valid-tip,
.contactform .wpcf7-validation-errors 	{
	display: none!important;
}
.contactform .wpcf7-not-valid 	{
	border-color: red;
}
.rrr{
    width: 25%;
    float: left;
    text-align: center;

}
#recent-posts-2{
	padding-top: 0;
}
.bold{
    font-family: 'NeoSansProBold';
}

.yel{
    color: #ffff57;
    font-family: 'NeoSansProBold';
}
.single h1{
width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    /* font-family: Arial; */
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #000;
    text-shadow: none;
    display: block;
    line-height: 49px;
}
.blog .go-top, .single .go-top{
    display: none!important;
}
#recent-posts-2 ul, #recent-posts-2 ol {
    margin: 0;
}
.olo{
    width: 70%;
    float: left;
}
.olol{
    width: 30%;
    float: left;
    color: #fff;
    color: #000;
    margin-top: 30px;
}
.olol h2{
    text-align: center;
}
#recent-posts-2 a{
    color: #000;
    text-decoration: none;
}
#recent-posts-2 a:hover{
    text-decoration: underline;
}
.navigation .pages{
    display: none;
}
.navigation{
    color: #000;
    text-align: center;
    font-size: 30px;
    margin-top: 35px;
    background-color: rgba(255,255,255,1);
    width: 30%;
    margin: 35px auto 0;
}
.navigation a{
    color: #000;
}
.navigation .next, .navigation .prev{
    font-size: 40px;
    text-decoration: none;
}
.navigation .next:hover, .navigation .prev:hover{
    text-decoration: underline;
}
.section-menu .fw-col-xs-12:nth-child(2){
    width: 58%;
    padding: 0;
}
.section-menu .fw-col-xs-12:nth-child(3){
    width: 17%;
	padding-left:0px !important;
	padding-right:0px !important;
}
.text-1 p{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.section-menu0{
    width: 100%;
    position: fixed;
    z-index: 100;
    padding:0px;
    top: 0;
	left: 0;
}

.section-menu{
    width: 100%;
    position: fixed;
    z-index: 22;
    padding-top: 20px;
	padding-bottom: 0px;
    top: 0px;
}
.section-1{
    margin-top: 80px;
padding: 0;
padding-top: 60px;
}
.but{
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    transition: 0.2s;
}
.but:hover{
    color: #00ae88;
}

.text-2 p{
    margin-top: 20px;
    font-size: 52px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.section-1 .text-1 p:after{
    content: '';
    display: block;
    background-image: url('/wp-content/uploads/2016/11/pop.png');
    width: 110px;
    height: 110px;
    position: absolute;
    top: -30px;
    right: 35px;
}
.section-1 .text-1 p:before{
    content: '';
    display: block;
    background-image: url('/wp-content/uploads/2017/02/2.png');
    width: 110px;
    height: 110px;
    position: absolute;
    top: -30px;
    right: 165px;
}
.section-1 .text-1 a{
        color: #fff;
    font-style: italic;
    font-size: 25px;
    transition: 0.2s;
}
.section-1 .text-1 a:hover{
        color: #00ae88;
}
.button_wrapper{
    text-align: center!important;
}
.section-1 .fw-btn{
    margin-top: 30px;
}

/* ?????????????*/
.tabs {
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}
/* ?????? ???????*/
#vkladka1, #vkladka2,
#vkladka3,#vkladka4 {
/*  display: none;*/
  background: #fff;
  padding-bottom: 100px;
}
#vkladka1{
  display: block;
}
.tabs input {
  display: none;
}
/* ???????(??? */
.tabs label {
    float: left;
    margin: 0 0 -1px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin: 0px;
    padding: 10px 20px 5px;
    transition: 0.2s;
    /* font-family: 'pfbeausanspro-bold', sans-serif; */
    width: 14.1%;
    border-right: 2px solid #333333;
    height: 110px;
    padding-top: 20px;
    font-weight: normal;
}
.fancybox-skin{
    background-color: #fff!important;
}
.tabs label:last-child{
    border: none;
}
/* ????? ??? ????? ???????????*/
.tabs label:hover {
  color: #00ae88;
  cursor: pointer;
}
/* ????? ???? ????*/
.tabs input + label{

}
.tabs input:checked + label {
  color: #00ae88;
  position: relative;
  transition: 0.2s;
}

/* ????? ??? ?????? ???????? :checked */
#tab1:checked ~ #vkladka1,
#tab2:checked ~ #vkladka2,
#tab3:checked ~ #vkladka3,
#tab4:checked ~ #vkladka4 {
  display: block;
}
/* ??????? ?? ????? ????????*/
@media (max-width: 348px) {
  .tabs label{
    font-size: 15px;
  }

}
.caption p{
  margin: 0;
  color: #00ae88;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}
.caption p:nth-child(2){
  font-size: 48px;
  line-height: 55px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 70px;
}
.section-2 a .img_text_wrapper .fw-iconbox-text p {
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 3px solid #00ae88;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding-bottom: 6px;
}
.section-2 .fw-row:nth-child(3) .fw-col-xs-12:nth-child(1){
  width: 12.5%;
}
.vkladka{
    padding-top: 170px!important;
    display: none;
}
.vkladka .fw-row:nth-child(1) .fw-col-xs-12:nth-child(1) p{
    font-size: 48px;
    line-height: 55px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 50px;
}
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(1) p{
    margin: 0;
    text-align: left;
}
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2) {
    border-right: 4px solid #00ae88;
    border-left: 4px solid #00ae88;
    text-align: center;
    width: 28%;
    float: left;
    padding-top: 60px;
    padding-bottom: 50px;
}
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(1),
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3){
    width: 36%;
    float: left;
}
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2) p{
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3) p{
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3) p:nth-child(2){
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3) a{
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    color: #333333;
    display: block;
    outline: none;
}
#vkladka7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2){
    padding-bottom: 220px;
}
.section-3 .caption p{
    color: #fff;
    position: relative;
}
.section-3 .caption p:nth-child(2):before{
    content: '';
    display: block;
    width: 17%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 9px;
    left: 0;
}
.section-3 .caption p:nth-child(2):after{
    content: '';
    display: block;
    width: 17%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 9px;
    right: 0;
}
.text-3 p{
    color: #fff;
    margin: 0;
}
.text-3 p:nth-child(1){
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.text-3 p:nth-child(2){
    font-size: 18px;
    line-height: 23px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.section-3 a .img_text_wrapper .fw-iconbox-text p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    margin: 0;
    height: 85px;
}
.section-3 .tr8  .fw-iconbox-text p,
.section-3 .tr9  .fw-iconbox-text p,
.section-3 .tr10  .fw-iconbox-text p{
    padding-top: 25px;
}
#ss .vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3) p{
    margin-bottom: 15px;
}
#ss .vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3) p:nth-child(2){
    font-size: 24px;
}
#ss .vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2){
    padding-top: 0;
}
.small{
    font-size: 14px;
    line-height: 20px;
}
#ss .vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2) p{
    color: #333333;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
}
#ss .vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2) div p:first-child{
    font-weight: bold;
}
#ss .tabs{
    width: 700px;
    margin: 0 auto;
}
#ss .tabs label{
    width: 20%;
}
.section-5 .img_text_wrapper .fw-iconbox-text p{
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}
.section-5 .img_text_wrapper .fw-iconbox-text p:nth-child(2){
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    height: 100px;
}
.section-5 .img_text_wrapper .fw-iconbox-text p:nth-child(3){
    height: 100px;
}
.text-4 p{
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-left: 74px;
}
.text-4 p:nth-child(1){
    font-size: 172px;
    line-height: 172px;
    color: #00ae88;
    text-align: center;
    font-weight: 600;
    padding: 0;
}
.text-4 p:nth-child(2){
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    border-bottom: 2px solid #00ae88;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.text-5 p:nth-child(3), .text-5 p:nth-child(5){
    position: relative;
}
.text-5 p:nth-child(3):before, .text-5 p:nth-child(5):before{
    content: '';
    display: block;
    background-image: url('/wp-content/uploads/2016/11/clock.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    left: +25px;
    top: -7px;
}
.text-4 a{
    color: #00ae88;
    font-size: 18px;
    line-height: 24px;
}
.text-4 {
    border-bottom: 2px solid #00ae88;
    padding-bottom: 10px;
}
.text-4 p:nth-child(4){
    height: 85px;
}
.text-4 p:last-child{
    height: 90px;
}
.section-6 .fw-btn{
    margin-top: 50px;
}

.section-6 .caption p:nth-child(2), .section-9 .caption p:nth-child(2) {
    margin: 0;
    color: #00ae88;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: normal;
}

.section-6 .caption p:nth-child(1), .section-9 .caption p:nth-child(1) {
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
    margin-top: 6px;
}
.section-7 .caption p:nth-child(1) {
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 70px;
    color: #fff;
}
.section-7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(1), .section-7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3){
    background-color: #00ae88;
    width: 45%;
    padding: 40px 40px;
}
.section-7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2){
    width: 10%;
}
.text-6 p, .text-6 li{
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}
.text-6 ul{
    margin: 0;
}
.text-6 li{
    margin-top: 20px;
}
.section-7 .fw-btn{
    margin-top: 97px;
}
.text-7 p{
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    text-align: center;
    margin-top: 180px;
}
.text-6 p:nth-child(1){
font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    height: 120px;
    border-bottom: 2px solid #fff;
}
.thousand{
    width: 1170px;
}
.section-8 .caption p:nth-child(1) {
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 70px;
}
.section-8 .fw-btn{
    margin-top: 40px;
}
.section-9 .caption p{
    color: #fff!important;
}
.section-9 caption p:nth-child(2){
    margin-bottom: 50px;
}
.text-8 p, .text-8 a{
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    margin-top: 10px;
    font-weight: 300;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: center left;

}
.text-8 a{
	margin: 0;
}
.text-8 p:nth-child(1){
    background-image: url('/wp-content/uploads/2016/11/q1.png');
}

.text-8 p:nth-child(2){
    background-image: url('/wp-content/uploads/2016/11/letter.png');
}
.text-8 p:nth-child(3){
    background-image: url('/wp-content/uploads/2016/11/location.png');
    background-position: 8px;
}
.text-8 p:nth-child(4){
    background-image: url('/wp-content/uploads/2016/11/time.png');
    background-position: 8px;
}
.text-8{
    padding-left: 80px;
}
.section-7 .fw-btn:hover{
    background-color: #28ffb1!important;
    color: #000!important;
}
.section-5 .fw-btn:hover{
    background-color: #28ffb1!important;
    color: #000!important;
}
.section-menu .fw-col-xs-12:nth-child(1){
    text-align: center;
}
.width{
    width: 200px!important;
}
.pt8{
    padding-top: 5px!important;
}
.mt5{
    margin-top: 5px!important;
}
.w30{
    width: 35%;
    float: left;
    height: 50px;
}
.w70{
    width: 65%;
    float: left;
    height: 50px;
    border-right: 6px solid #00ae88;
    border-left: 3px solid #00ae88;
}
.forinput{
    border: 2px solid #00ae88;
    margin: 0;
    border-bottom: none;
    font-size: 18px;
    color: #333333;
}

.h120{
    height: 120px;
}
.h120 textarea{
    height: 118px!important;
}
.w30{
    padding-top: 10px;
    font-weight: bold;
    text-align: left!important;
    padding-left: 30px;
    border-left: 6px solid #00ae88;
    border-right: 3px solid #00ae88;
}
.w70{
    border-right: 6px solid #00ae88;
    border-left: 3px solid #00ae88;
}
/*.form1 p:first-child{
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 40px;
}*/
.bortop{
    border-top: 6px solid #00ae88;
}
.borbot{
    border-bottom: 6px solid #00ae88;
}
.bortop input{
    height: 44px!important;
}
.borbot textarea{
    height: 42px!important;
}
.form1 input[type="submit"], .form2 input[type="submit"]{
        width: 150px!important;
    height: 50px!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border: none!important;
}
.contactform_pop-up .form2 p{
    margin-top: 0;
}
.form2{
    padding: 0 50px;
    width: 1000px;
}
.form2 p:first-child{
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 40px;
}
.form2 p:nth-child(2){
    font-size: 18px;
    color: #00ae88;
    text-align: left;
    font-style: italic;
    line-height: 23px;
}
.form2 > p:nth-child(3){
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 23px;
    margin-bottom: 30px;
}
.form2 p:nth-child(3){
    font-size: 18px;
}
.form2 input, .form2 select{
    border: transparent;
    border-bottom: 2px solid #333333!important;
    outline: none!important;
    height: 25px!important;
    margin-top: 22px;
}
.form2 ul li{
    width: 38%;
    float: left;
    line-height: 25px;
    font-size: 18px;
    color: #333333;
    margin-top: 25px;
    font-weight: bold;
}
.form2 ul li + p{
    width: 62%;
    float: left;
}
.form2 ul{
    margin: 0;
}
.file-95 input{
    border: none!important;
        width: 340px!important;
    font-size: 18px!important;
}
.w100, .w200{
    width: 100%!important;
}
.form2 input[type="checkbox"]{
width: 10%;
    display: block;
    margin: 0;
    float: left;
    text-align: left;
}
.checkbox-144{
    margin-top: 25px;
}
.wpcf7-list-item {
    margin-bottom: 10px!important;
}
.wpcf7-list-item-label{
display: block;
    width: 90%;
    float: left;
    text-align: left;
    font-size: 18px;
}
.tal{
    text-align: left!important;
    font-size: 18px;
}
.clear{
    clear: both;
}
.w45{
    width: 45%!important;
}
.w55{
    width: 55%!important;
}
.w35{
    width: 35%!important;
}
.w36{
    width: 36%!important;
}
.w65{
    width: 65%!important;
}
.w64{
    width: 64%!important;
}
.w12{
    width: 12%!important;
}
.w13{
    width: 13%!important;
}
.w88{
    width: 50%!important;
}
.w87{
    width: 50%!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.checkbox-144{
    display: block;
}
.text-9 p:first-child {
    margin: 0;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.text-9 p:nth-child(2){
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.section-11 .caption p:nth-child(1) {
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 70px;
}
.section-11 .fw-row:nth-child(2){
    border: 5px solid #00ae88;
}
.section-11 .fw-row:nth-child(2) .fw-col-xs-12{
    padding: 0;
    border-right: 2px solid #00ae88;
}
.section-11 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3){
    border-right: none;
}
.text-10 p{
    margin: 0;
    color: #333333;
}
.wpcf7-list-item{
    width: 100%!important;
    margin-left: 0!important;
}
.text-10 p:nth-child(1){
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 3px solid #00ae88;
}
.text-10 p:nth-child(2){
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding: 20px 10px;
    border-bottom: 3px solid #00ae88;
}
.text-10 p:nth-child(3){
    font-size: 18px;
    line-height: 24px;
    padding: 20px 20px;
    border-bottom: 3px solid #00ae88;
    height: 250px;
}
.text-10 p:nth-child(4){
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}
.text-10 ul{
    margin: 0;
    font-size: 18px;
    height: 300px;
    padding-right: 20px;
}
.text-11 p{
    margin: 0;
    color: #333333;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-top: 50px;
}
.section-1, .section-10{
    min-height: 730px;
}

.section-12{
	margin-top:50px;
}
.borbot1 textarea {
    height: 113px!important;
}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.background-video .video-filter {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-color: rgba(0,0,0,0.7);
}
.h80{
    height: 80px;
}
.h80 select{
    height: 78px!important;
}
.h80 textarea{
    height: 72px!important;
}
.form1{
    width: 600px;
}
.ajax-loader{
    display: none!important;
}
.displaynone{
    display: none;
}
.download{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    text-align: center!important;
    margin-top: 10px!important;
}
.displaynone p:nth-child(2){
    margin-top: 10px!important;
}
/*.displaynone p:last-child{
    margin-bottom: 20px!important;
}*/
#popup1, #popup2, #popup3{
    width: 600px;
}
#popup1 p, #popup2 p, #popup3 p{
    font-size: 18px;
    text-align: left;
}
.h72 select{
    height: 73px!important;
}
.half{
    width: 50%;
    float: left;
}
.half ul{
    margin: 0;
}
.single .olo .text-1 {
    margin: 0;
    margin-top: 40px;
    font-size: 25px;
    text-align: center;
}
.clearfix + p{
    text-align: center;
}
@media (max-width: 1250px)  {
.thousand{
    width: 800px;
}
.thousand .fw-col-xs-12{
    width: 100%!important;
}
.thousand .fw-col-xs-12 br{
    display: none;
}
#vkladka7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2) {
    padding-bottom: 20px;
}
#vkladka1, #vkladka2, #vkladka3, #vkladka4, #vkladka5, #vkladka6, #vkladka7,
 #vkladka8, #vkladka9, #vkladka10, #vkladka11, #vkladka12{
    padding-bottom: 5px;
}
.tabs label{
    padding: 5px;
    padding-top: 40px;
}
#sss .tabs label:nth-child(12){
    padding-top: 10px;
}
}
@media (max-width: 1200px)  {
	.text-8 p:nth-child(1):after{
		right: 90px;
	}
		.home .hentry{
		margin-top: 0;
	}
    .section-1 .fw-row:nth-child(1){
        margin-top: 50px;
    }
    .section-10 .fw-row:nth-child(1){
        margin-top: 80px;
    }
    .section-1 .fw-row:nth-child(2){
        margin-top: 50px;
    }
    .section-menu .fw-col-xs-12{
        padding: 0 5px;
    }
    .main-navigation a{
        font-size: 14px!important;
    }
    .section-menu .text-1 p {
        font-size: 23px;
        line-height: 30px;
        margin-top: 10px;
    }
    .section-1 .text-1 p{
        padding-right: 100px;
    }
    .section-5 .img_text_wrapper .fw-iconbox-text p:nth-child(3) {
        height: 130px;
    }
    .text-4 p:nth-child(2){
        font-size: 20px;
        line-height: 25px;
    }
    .text-10 p:nth-child(3){
        height: 300px;
    }
    .text-10 ul{
        height: 400px;
    }
    section{
        background-attachment: scroll;
    }
    .section-3 .caption p:nth-child(2):before,
    .section-3 .caption p:nth-child(2):after{
        display: none;
    }
    #ss .tabs label{
        font-size: 13px;
    }
    #ss .vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2){
        padding-bottom: 0;
    }
    #ss .tabs{
        width: 100%!important   ;
    }
    .form2 {
    padding: 0 50px;
    width: 800px;
}
.w45 {
    width: 38%!important;
}
.w55 {
    width: 62%!important;
}
.w13 {
    width: 17%!important;
}
.w12 {
    width: 17%!important;
}
}
@media (max-width: 1050px)  {
    .postid-159 .olo{
width: 700px;
    float: none;
    margin: 0 auto;
    }
    .single #content .hentry{
        margin-bottom: 0;
    }
    .single .olol{
        width: 700px;
        margin: 0 auto;
        float: none;
    }
    .single .content-area{
        width: 100%;
    }
}
@media (max-width: 991px)  {
.text-8 p:nth-child(1):after {
    right: 60px;
}
	.home .entry-content{
		margin-top: 0;
	}
    .main-navigation a {
        padding: 7px 4px!important;
        font-size: 11px!important;
        line-height: 16px!important;
    }
    .section-menu .text-1 p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }
    .main-navigation .menu-menu-1-container {
        padding-top: 11px!important;
    }
    .main-navigation .pt8 {
    padding-top: 5px!important;
}
.width {
    width: 138px!important;
}
.section-2 a .img_text_wrapper .fw-iconbox-text p{
    width: 100%;
}
.section-3 a .img_text_wrapper .fw-iconbox-text p{
    height: 110px;
}
.section-5 .img_text_wrapper .fw-iconbox-text p:nth-child(2){
    height: 125px;
}
.section-5 .img_text_wrapper .fw-iconbox-text p:nth-child(3) {
    height: 140px;
}
.text-4 p:nth-child(4) {
    height: 140px;
}
.text-4 p{
    padding-left: 40px;
}
.text-5 p:nth-child(3):before, .text-5 p:nth-child(5):before{
    left: 0;
}
.text-4 p:last-child {
    height: 140px;
}
.text-6 p:nth-child(1){
    height: 210px;
}
.text-7 p{
    font-size: 30px;
}
.text-8{
    padding-left: 0;
}
.section-1{
    padding-top: 0;
}
.text-6 ul{
    padding: 0;
    padding-left: 10px;
}
.thousand{
    width: 698px;
}
#sss .tabs label{
    font-size: 12px;
    line-height: 15px;
    padding-top: 25px;
    height: 90px;
}
.vkladka .fw-row:nth-child(1) .fw-col-xs-12:nth-child(1) p{
    margin-bottom: 20px;
}
.vkladka {
    padding-top: 120px!important;
}
.form2{
    padding: 0;
    width: 400px;
}
.form2 ul li{
    width: 100%!important;
}
.form2 p{
    width: 100%!important;
}
.form2 ul{
    padding-left: 10px;
}
.form2 p:first-child{
    font-size: 40px;
    line-height: 45px;
}
.form2 input[type="checkbox"]{
    width: 15%;
}
.form2 .wpcf7-list-item-label{
    width: 85%;
}
.section-11 .fw-row:nth-child(2) .fw-col-xs-12{
    width: 100%;
    margin-bottom: 60px;
    border: 5px solid #00ae88!important;
    padding: 20px 0;
}
.section-11 .fw-row:nth-child(2) .fw-col-xs-12:last-child{
    margin-bottom: 0;
}
.section-11 .fw-row:nth-child(2){
    border: none;
}
.text-10 ul{
    height: auto;
}
.text-10 p:nth-child(1){
    padding: 0 0 20px;
}
.text-10 p:nth-child(3){
    height: auto;
}
.section-com{
    padding-top: 85px;
}
}
@media (max-width: 768px){
.text-8 p:nth-child(1):after {
    right: auto;
    left: 250px;
    top: 8px;
}
    .section-menu .fw-col-xs-12:nth-child(2){
        display: none;
    }
    .section-menu .fw-col-xs-12:nth-child(1) {
    width: 138px!important;
    float: left;
    margin-left: 50px;
}
.section-menu .fw-col-xs-12:nth-child(3) {
    width: 27%;
    float: right;
}
.section-1 .text-1 p {
    padding-right: 0px;
    text-align: left;
    padding-left: 50px;
}
.text-2 p {
    margin: 0;
    font-size: 45px;
    line-height: 60px;
    margin-top: 30px;
}
.section-1 .fw-row:nth-child(1){
    margin-top: 0;
}
.section-2 a .img_text_wrapper .fw-iconbox-text p{
    width: 200px;
}
.section-3 a .img_text_wrapper .fw-iconbox-text p{
    height: auto;
    margin-bottom: 10px;
}
.section-3 a .img_text_wrapper .fw-iconbox-text p,
.section-5 .img_text_wrapper .fw-iconbox-text p:nth-child(3),
.section-5 .img_text_wrapper .fw-iconbox-text p:nth-child(2),
.text-4 p:nth-child(4), .text-4 p:last-child{
    height: auto;
}
.section-5 .fw-btn{
    margin-bottom: 30px;
}
.text-4 p:nth-child(3), .text-4 p:nth-child(4),
.text-4 p:nth-child(5), .text-4 p:nth-child(6){
    width: 290px;
    margin: 0 auto;
    margin-top: 15px;
    padding-left: 60px;
}
.section-6 .caption p:nth-child(2){
    margin-bottom: 30px;
}
.text-4 p:nth-child(1){
    margin-top: 30px;
}
.section-7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(1), .section-7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(3){
    width: 100%;
}
.text-6 p:nth-child(1){
    height: auto;
}
.text-7 p {
    font-size: 50px;
    margin: 20px 0;
    text-align: center;
    /* width: 100%; */
}
.section-7 .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2){
    width: 100%;
}
.section-7 .fw-btn {
    margin-top: 50px;
}
.section-1{
    min-height: auto;
    padding-bottom: 90px;
}
.section-menu{
    padding: 0;
}
.section-menu .text-1 p{
    margin-top: 5px;
}
.section-1{
    margin-top: 0px;
    padding-top: 50px;
}
.section-menu{
    top: 0px;
}
#wprmenu_bar{
    padding: 10px;
    width: 41px;
    z-index: 23;
}
.question_block .answer {
    padding: 5px 40px 10px 20px!important;
}
.answer ul{
    margin: 0;
}
.form1 {
    width: 400px;
}
.w30{
    padding-left: 10px;
}
.thousand{
    width: 500px    ;
}
.tabs span{
    display: none;
}
#sss .tabs label{
    padding-top: 20px!important;
}
#ss .tabs label {
    padding-top: 34px!important;
    font-size: 12px!important;
}
#ss .vkladka ul{
    margin: 0;
}
#popup1, #popup2, #popup3 {
    width: 400px;
}
.file-95 .wpcf7-form-control{
    width: 100%!important;
    padding: 0;
}
.form2 ul {
    padding-left: 0px;
}
.form2{
    padding: 0 19px;
}
.section-10 .fw-row:nth-child(1){
    margin-top: 0;
}
.section-com{
    padding-top: 0px;
}
.olo, .olol{
    width: 100%;
    float: none;
}
.single .content-area{
    padding-top: 0;
}
    .postid-159 .olo{
width: 100%;
    }
    .single .olol{
        width: 100%;
    }
    .blog #recent-posts-2{
        padding-bottom: 0;
    }
}
@media (max-width: 570px){
.thousand {
    width: 410px;
}
#sss .tabs label {
    font-size: 10px;
    line-height: 12px;
}
#sss .tabs label {
    padding-top: 7px!important;
}
#sss .tabs label{
    height: 70px;
}
.vkladka {
    padding-top: 90px!important;
}
#ss .tabs label {
    padding: 5px!important;
    font-size: 10px!important;
    height: 85px;
}
#ss .vkladka .fw-row:nth-child(2) .fw-col-xs-12:nth-child(2){
    margin-top: 30px;
}
.form2{
    width: 300px;
}
.form2 p:first-child {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 20px;
}
.text-9 p:first-child {
    font-size: 45px;
    line-height: 50px;
}


}
@media (max-width: 500px){
.form1 {
    width: 235px;
}
.forinput{
    font-size: 12px;
}
.w30 {
    padding-left: 5px;
}
.contactform_pop-up{
    padding: 0!important;
}
.contactform_pop-up textarea{
    padding-top: 5px!important;
    font-size: 13px!important;
}
}
@media (max-width: 480px){
.text-8 p:nth-child(1):after {
    right: auto;
    left: 205px;
    top: 5px;
}
	.section-1 .text-1 p{
		padding-left: 10px;
	}
	.section-1 .text-1 p:after{
		right: 10px;
	}
	.section-1 .text-1 p:before{
		right: 70px;
	}
	.section-1 .text-1 p:after,
	.section-1 .text-1 p:before{
		width: 55px;
		height: 55px;
		-webkit-background-size: cover;
		background-size: cover;
		top: -15px;
	}
    .section-menu .fw-col-xs-12:nth-child(1){
        margin-left: 41px;
    }
    .section-menu .fw-col-xs-12:nth-child(3) {
    width: 135px;
}
.text-2 p {
    font-size: 35px;
    line-height: 45px;
}
.caption p {
    font-size: 28px;
    line-height: 36px;
}
.caption p:nth-child(2) {
    font-size: 32px;
    line-height: 42px;
}
.question_block .question{
    padding: 10px!important;
    padding-right: 60px!important;
    background-color: #00ae88 !important;
    color: white !important;
    width: 50% !imporant;
    text-align: center;
    margin: 5px;
    font-weight: bold;
    font-size: 20px;
}
.text-8 p {
    font-size: 17px;
    line-height: 22px;
}
.section-9 iframe{
    height: 250px!important;
}
.section-9{
    padding-bottom: 40px;
}
.section-9 .caption p:nth-child(2){
    margin-bottom: 40px;
}
.question_block .question::after{
    right: 12px!important;
}
.vkladka .fw-container{
    padding: 0;
}
.vkladka .fw-row:nth-child(1) .fw-col-xs-12:nth-child(1) p{
    font-size: 30px;
    line-height: 40px;
}
.thousand {
    width: 240px;
}
#sss .tabs label{
    width: 60px;
}
.vkladka .fw-row{
    margin: 0!important;
}
.vkladka {
    padding-top: 170px!important;
}
#ss .tabs label{
    width: 80px;
}
.tabs label:last-child{
    border-right: 2px solid #333333!important;
}
#ss .tabs label{
    height: 65px;
}
#ss .vkladka {
    padding-top: 150px!important;
}
#popup1, #popup2, #popup3 {
    width: 240px;
}
.fw-btn {
    font-size: 16px!important;
}
.form2 {
    width: 250px;
}
.form2 input[type="checkbox"]{
    width: 20%;
}
.form2 .wpcf7-list-item-label{
    width: 80%;
}
.form2 p:first-child {
    font-size: 28px;
    line-height: 39px;
}
.text-9 p:first-child {
    font-size: 39px;
    line-height: 45px;
}
}
.overlay {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
}
html {
    margin-top: 0px !important;
}
div.wpcf7-mail-sent-ok {
    border: none!important;
    margin: 0!important;
    font-size: 20px!important;
}
#text, #text10, #text2, #text100{
	display: none;
}
.home .entry-content{
	padding-bottom: 0;
}
.site-info a {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
}
.text-8 p a{
    position: relative;
    padding: 0!important;
}
.text-8 p:nth-child(2){
	    padding: 10px 0 15px;
    padding-left: 60px;
}
.text-8 p:nth-child(1) a img{
	margin-left: 10px;
}
.table1{
	width: 55%;
	float: left;
	display: block;
	padding: 10px 0;
}
.table2{
	width: 45%;
	float: left;
	display: block;
	text-align: center;
	text-align: center;
	padding: 10px 0;
}
.truck{
	position:relative;
	margin:0 auto;
	height:110px;
	bottom:0px;
}
.section-10{
	margin-top:55px !important;
}
.slider{
	margin-top:30px !important
}

@media screen and (max-width: 769px){
	.section-10{
		margin-top:25px !important;
	}
	.slider{
		margin-top:25px !important;
	}
}