@font-face {
	font-family: ahron;
    src: url(./fonts/ahronbd.eot?) format('eot'), 
         url(./fonts/ahronbd.woff) format('woff'), 
         url(./fonts/ahronbd.ttf)  format('truetype');
}
@font-face {
	font-family: myriam;
    src: url(./fonts/miriam.eot?) format('eot'), 
         url(./fonts/miriam.woff) format('woff'), 
         url(./fonts/miriam.ttf)  format('truetype');
}
@font-face {
	font-family: FbPracticaNarrowRegular;
    src: url(./fonts/FbPracticaNarrowRegular.eot?) format('eot'), 
         url(./fonts/FbPracticaNarrowRegular.woff) format('woff'), 
         url(./fonts/FbPracticaNarrowRegular.ttf)  format('truetype');
}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	font-family: FbPracticaNarrowRegular, Arial, sens-sherif;
	font-size: .625em;
}
body{
	-webkit-font-smoothing: antialiased;
	position: relative;
}

/**************************************************************** HEADER ******************************************************************/
@media only screen and (max-width: 480px) {
  .prod {
    width: 100% !important;
    float: right;
    font-size: 1.8em;
}
}

.req-star{
	color: red;
}

.header-top-wrapper{
	background: url(./images/bg-top.png) repeat;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.header-top{
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 1px;
}
.header-top:after{
	content: '';
	display: table;
	clear: both;
}
.logo{
	margin-top: 37px;
	margin-left: 45px;
	margin-bottom: 29px;
	display: block;
	float: left;
	-webkit-transition: all, 0.6s;
	-moz-transition: all, 0.6s;
	-ms-transition: all, 0.6s;
	transition: all, 0.6s;
}
.logo img{
	width: 408px;
	-webkit-transition: all, 0.6s;
	-moz-transition: all, 0.6s;
	-ms-transition: all, 0.6s;
	transition: all, 0.6s;
	height: auto;
}
.login-form{
	color: #fff;
	margin: 10px 10px 5px;
	float: right;
}
.login-form span{
	display: inline-block;
	font-size: 1.4em;
	margin-bottom: 5px;
}
.login-form form{
	background: url(./images/sprites.png) no-repeat -455px -712px;
	width: 219px;
	height: 80px;
	margin-right: 0;
	padding-right: 30px;
	padding-top: 5px;
	position: relative;
}
.login-form input{
	border: 0;
	outline: none;
	font-size: 1.4em;
	color: #fff;
	margin-top: 2px;
	width: 155px;
	height: 31px;
	background: none;
}

.login-form form input:first-child{
	margin-bottom: 2px;
}
.login-form a{
	margin-top: 3px;
	display: inline-block;
	color: #b9b9ba;
	text-decoration: none;
}
.login-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #2f3945 !important; /* Цвет фона */
    -webkit-text-fill-color: #999 !important; /* цвет текста */
    color: #999 !important; /* цвет текста */
}
.login-form input[type="submit"]{
	top: 21px;
	left: -7px;
	position: absolute;
	width: 38px;
	height: 37px;
	background: #2182bf url('./images/button.png') no-repeat center !important;
	border: 0;
	font-size: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-top: 0;
}
.login-form input[type="submit"]:hover{
	background: #0e5da0 url(./images/button.png) no-repeat center;
}
.nav-wrapper{
	position: relative;
	background: #53ab17;
	padding-top: 1px;
	position: fixed;
	width: 100%;
	z-index: 100;
	margin-top: 130px;
	-webkit-transition: all, 0.6s;
	-moz-transition: all, 0.6s;
	-ms-transition: all, 0.6s;
	transition: all, 0.6s;
}
.mob-logo{
	position: absolute;
	display: none;
}
.mobile-nav-button{
	position: absolute;
	display: none;
	background: url(./images/sprites.png) no-repeat -223px -310px;
	width: 19px;
	height: 15px;
}
nav{
	max-width: 1170px;
	margin: 0 auto;
	padding-right: 15px;
}
nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
nav li{
	display: inline-block;
}
nav a{
	display: block;
	color: #fff;
	font-size: 2.4em;
	text-decoration: none;
	margin-left: 45px;
	padding: 13px 0 11px;
	-webkit-transition: color, .2s;
	-moz-transition: color, .2s;
	-ms-transition: color, .2s;
	transition: color, .2s;
}
nav a:hover{
	color: #000;
}
.header-main-wrapper{
	padding-top: 185px;
	position: relative;
	height:100%;
	overflow: auto;
}
.header-main-wrapper-photo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: url(./images/background-header.jpg) no-repeat center center;
	background-attachment: fixed ;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.header-main{
	z-index: 1;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	padding-top: 1px;
	overflow: hidden;
}
.header-main:after{
	content: '';
	display: table;
	clear: both;
}
.header-phone-wrapper{
	position: absolute;
	display: none;
	left: -180px;
	top: 45px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}
.header-phone-wrapper img{
	height: 300px;
	width: 220px;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}
.header-slider-wrapper{
	margin: 80px 0;
	height: 300px;
	width: 780px;
	position: relative;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}
.header-slider-wrapper .owl-item{
	padding-right: 10px;
}
.header-slider-wrapper .owl-item h2{
	opacity: 0;
	text-align: center;
	display: table;
	background: rgba(0,0,0,0.5);
	padding: 0 10px;
	margin: 0;
	font-size: 10em;
	color: #fff;
	font-weight: bold;
	-webkit-transition: opacity,  2s;
	-moz-transition: opacity,  2s;
	-ms-transition: opacity,  2s;
	transition: opacity,  2s;
}
.header-slider-wrapper .owl-item span{
	opacity: 0;
	display: table;
	background: rgba(41,181,255,0.6);
	font-size: 8em;
	color: #fff;
	padding: 0 10px;
	margin-top: 15px;
	-webkit-transition: opacity,  2s;
	-moz-transition: opacity,  2s;
	-ms-transition: opacity,  2s;
	transition: opacity,  2s;
}
.header-slider-wrapper .owl-item.active h2,
.header-slider-wrapper .owl-item.active span{
	opacity: 1;
}
.header-slider-wrapper .owl-dots{
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -25px;
}
.header-slider-wrapper  .owl-nav{
	display: none;
}
.header-slider-wrapper .owl-dot{
	background: #fff;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 5px;
}
.header-slider-wrapper .owl-dot:hover{
	background: #53ab17;
}
.header-slider-wrapper .owl-dot.active{
	background: #53ab17;
}


/******************************************** CONTAINER ONE ****************************************/

.container-one-wrapper{
	position: relative;
	z-index: 1;
	padding-top: 1px;
	padding-bottom: 90px;
	background: #fff;
	margin-top: -35px;
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-moz-box-shadow: 0 0 5px 0 #fff;
	-ms-box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 5px 0 #fff;
	-webkit-transform: skewy(2deg);
	-moz-transform: skewy(2deg);
	-ms-transform: skewy(2deg);
	transform: skewy(2deg);
}
.container-one{
	max-width: 1170px;
	margin: 0 auto;
	-webkit-transform: skewy(-2deg);
	-moz-transform: skewy(-2deg);
	-ms-transform: skewy(-2deg);
	transform: skewy(-2deg);
}
.container-one:after{
	content: '';
	display: table;
	clear: both;
}
.inner_content > div {
max-width: 980px;
}
.container-one h2{
	text-align: center;
	margin-top: 50px;
	font-size: 7em;
	color: #1887c2;
	margin-bottom: 0;
}
.container-one h2.post_title{
	font-size: 13px;
}
.container-one .title{
	position: relative;
	margin: 2px auto 0;
	text-align: center;
	font-size: 3.5em;
	width: 900px;
	color: #656565;
}
.container-one .block{
	margin-top: 170px;
	padding: 0 45px;
}
.container-one .block.one{
	margin-top: 75px;
}
.container-one .block-text{
	width: 690px;
}
.container-one .block-text h3{
	display: inline-block;
	margin: 23px 0;
	font-size: 4.7em;
	color: #188fe3;
	margin-bottom: 0;
}
.container-one .block-text p{
	font-size: 2em;
	color: #464646;
	margin-top: 16px;
	line-height: 26px;
	 
}
.container-one .block .block-image{
	position: relative;
	float: left;
	margin-left: 12px;
	width: 338px;
	height: 338px;
	border-radius: 50%;
}
.container-one .block .image-wrapper{
	overflow: hidden;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.container-one .block .image-wrapper img{
	width: 100%;
	height: 100%;
}
.container-one .block .block-image:before{
	position: absolute;
	z-index: -1;
	content: '';
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #18cb13;
	bottom: 58px;
	right: -15px;
}
.container-one .block .block-image:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #18cb13;
	bottom: 84px;
	right: -44px;
}
.container-one .block:nth-child(2n) .block-image{
	margin-top: -20px;
	float: right;

}
.container-one .block:nth-child(2n) .block-text{
	margin-right: 390px;
}
.container-one .block:nth-child(2n) .block-image:before{
	top: 42px;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: auto;
}
.container-one .block:nth-child(2n) .block-image:after{
	top: 25px;
	bottom: auto;
	width: 17px;
	height: 17px;
	right: -10px;
}
.container-one .block:last-child .block-image{
	margin-top: -25px;
}
.container-one .block:last-child .block-image:before{
	top: 210px;
	width: 110px;
	height: 110px;
	right: -5px;
	bottom: auto;
}
.container-one .block:last-child .block-image:after{
	top: 220px;
	bottom: auto;
	width: 30px;
	height: 30px;
	right: -50px;
}


/******************************************* CONTAINER TWO ********************************************/

.container-two-wrapper{
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: -35px;
}
.container-two-wrapper-photo{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(./images/background-header.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.container-two{
	max-width: 1170px;
	padding-top: 2px;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
.container-two h2{
	position: relative;
	text-align: center;
	margin-top: 80px;
	font-size: 7em;
	color: #fff;
	margin-bottom: 0;
}
.container-two ul{
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center
}
.container-two li{
	display: inline-block;
	width: 220px;
	vertical-align: top;
}
.container-two ul li:first-child+li{
	margin: 0 135px;
}
.container-two .circle-animation{
	position: relative;
	height: 191px;
}
.circle-number{
	top: 40%;
	text-align: center;
	width: 200px;
	right: 0;
	position: absolute;
	font-size: 4em;
	color: #d94242;
}
.container-two h3{
	margin: 10px 5px 0 0px;
	font-size: 2.7em;
	color: #fff;
       text-align: center;
}
.container-two p{
	text-align: center;
	margin-top: 10px;
	line-height: 21px;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
}


/********************************************************** CONTAINER THREE WRAPPER ****************************/

.container-three-wrapper{
	position: relative;
	z-index: 2;
	padding-top: 1px;
	padding-bottom: 0;
	background: #fff;
	margin-top: -34px;
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-moz-box-shadow: 0 0 5px 0 #fff;
	-ms-box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 5px 0 #fff;
	-webkit-transform: skewy(2deg);
	-moz-transform: skewy(2deg);
	-ms-transform: skewy(2deg);
	transform: skewy(2deg);
}
.container-three{
	max-width: 1170px;
	margin: 0 auto;
	-webkit-transform: skewy(-2deg);
	-moz-transform: skewy(-2deg);
	-ms-transform: skewy(-2deg);
	transform: skewy(-2deg);
}
.tabs-container{
	padding:50px 0 30px;
	position: relative;
}
.tabs-container input{
	display: none;
}
.tabs-labels{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 25px;
}
.tabs-labels label{
	margin: 0 3px;
	display: inline-block;
	color: #686868;
	font-size: 1.8em;
	padding: 10px 5px;
	border: 2px solid #686868;
	border-radius: 5px;
	cursor: pointer;
}
.tab{
	display: none;
}

#input-tab1:checked ~ .tab.one,
#input-tab2:checked ~ .tab.two,
#input-tab3:checked ~ .tab.three,
#input-tab4:checked ~ .tab.four{
	display: block;
}

#input-tab1:checked ~ .tabs-labels #label-tab1,
#input-tab2:checked ~ .tabs-labels #label-tab2,
#input-tab3:checked ~ .tabs-labels #label-tab3,
#input-tab4:checked ~ .tabs-labels #label-tab4{
	color: #000;
	border: 2px solid #fff;
}


.container-three h2{
	position: relative;
	text-align: center;
	margin-top: 128px;
	font-size: 7em;
	color: #1887c2;
	margin-bottom: 0;
}
.container-three ul{
	margin: 50px auto 0;
	padding: 0;
	width: 685px;
	list-style-type: none;
	text-align: justify;
}
.container-three li{
	display: inline-block;
	position: relative;
	width: 120px;
	margin: 0 23px 45px 24px;
}
.container-three li a{
	display: block;
	width: 120px;
	height: 130px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.container-three li a:after{
	opacity: 0;
	position: absolute;
	content: '';
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	-webkit-transition: opacity, 0.3s;
	-moz-transition: opacity, 0.3s;
	-ms-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.container-three li a:hover:after{
	opacity: 1;
}
.container-three li a:hover p{
	top: 0;
	opacity: 1;
}

.container-three span{
	opacity: 1;
	position: absolute;
	top: 100px;
	left: 0;
	width: 120px;
	text-align: center;
	font-size: 1.8em;
	color: #656565;
	z-index: 1;
	font-weight: bold;
}
.container-three .icon{
	background: url(./images/sprites.png) no-repeat;
	height: 65px;
	width: 66px;
	margin-top: 32px;
	display: inline-block;
}
.container-three p{
	opacity: 0;
	text-align: center;
	padding: 5px;
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	color: #fff;
	z-index: 1;
	font-size: 1.2em;
	-webkit-transition: top, 1s;
	-moz-transition: top, 1s;
	-ms-transition: top, 1s;
	transition: top, 1s;
	-webkit-transition: opacity, 0.7s;
	-moz-transition: opacity, 0.7s;
	-ms-transition: opacity, 0.7s;
	transition: opacity, 0.7s;
}

/**************** icon 1 ****************/
.container-three ul li:first-child .icon{
	background-position: -81px -219px;
}
.container-three ul li:first-child+li .icon{
	background-position: -153px -78px;
}
.container-three ul li:first-child+li+li .icon{
	background-position: -82px -149px;
}
.container-three ul li:first-child+li+li+li .icon{
	background-position: -582px -876px;
}
/**************** icon 2 ****************/
.container-three ul li:first-child+li+li+li+li .icon{
	background-position: -465px -5px;
}
.container-three ul li:first-child+li+li+li+li+li .icon{
	background-position: -82px -78px;
}
.container-three ul li:first-child+li+li+li+li+li+li .icon{
	background-position: -497px -876px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li .icon{
	background-position: -8px -78px;
}
/**************** icon 3 ****************/
.container-three ul li:first-child+li+li+li+li+li+li+li+li .icon{
	background-position: -407px -876px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li .icon{
	background-position: -223px -153px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -465px -225px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -631px -149px;
}
/**************** icon 4 ****************/
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -550px -149px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -494px -800px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -153px -149px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -407px -800px;
}
/**************** icon 5 ****************/
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -8px -149px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -465px -153px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -8px -284px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -153px -225px;
}
/**************** icon 6 ****************/
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -223px -5px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -631px -225px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -153px -5px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -8px -217px;
}
/**************** icon 7 ****************/
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -631px -78px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -82px -5px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -550px -78px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -8px -4px;
}
/**************** icon 8 ****************/
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -631px -4px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{ background-position: -550px -5px;
	
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -465px -78px;
}
.container-three ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .icon{
	background-position: -550px -220px;
}

/******************************************* CONTAINER FOUR ********************************************/

.container-four-wrapper{
	position: relative;
	z-index: 0;
	margin-top: -40px;
	overflow: hidden;
}
.container-four-wrapper-photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(./images/background-bottom.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.container-four{
	max-width: 1170px;
	padding-top: 1px;
	margin: 0 auto;
	padding-bottom: 170px;
	position: relative;
	z-index: 1;
}
.container-four h2{
	position: relative;
	text-align: center;
	margin-top: 102px;
	font-size: 7em;
	color: #fff;
	margin-bottom: 0;
}
.container-four ul{
	margin: 94px 0 0;
	padding: 0;
	list-style-type: none;
}
.container-four li{
	display: inline-block;
	margin-right: 230px;
	position: relative;
}
.container-four li:after{
	bottom: 80px;
	right: -128px;
	position: absolute;
	content: '';
	background: url(./images/sprites.png) no-repeat -417px -983px; 
	width: 35px; 
	height: 41px;
}
.container-four li:first-child{
	margin-right: 60px;
}
.container-four li:first-child+li:after{
	right: -147px;
}
.container-four li:first-child:after{
	display: none;
}
.container-four li span{
	display: block;
	text-align: center;
	font-size: 2.4em;
	width: 194px;
	color: #fff;
}
.container-four .container-four-icon{
	position: relative;
	margin-top: 21px;
	width: 190px;
	height: 190px;
	background: #53ab17;
	border-radius: 50%;
	padding-top: 1px;
	cursor: pointer;
}
.container-four .container-four-icon:after{
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -90px;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	width: 180px;
	height: 180px;
	border: 0px solid #53ab17;
	border-radius: 50%;
}
.container-four .container-four-icon:hover:after{
	margin-top: -100px;
	margin-left: -100px;
	opacity: 1;
	border: 10px solid #53ab17;
}
.container-four .container-four-phone{
	position: relative;
	width: 69px;
	height: 125px;
	margin: 32px auto 0 62px;
	border-radius: 4px;
	padding-top: 1px;
}
.container-four .container-four-phone:before{

}
.container-four .container-four-phone:after{

}
.container-four .container-four-phone span{
width: 69px;
height: 126px;
margin: 0;
background: url('./images/ico3.png') no-repeat center;
	position: relative;
	z-index: 1;
}
.container-four ul li:first-child+li .container-four-phone span{
width: 69px;
height: 126px;
margin: 0;
background: url('./images/ico2.png') no-repeat center;
}
.container-four ul li:first-child+li+li .container-four-phone span{
width: 69px;
height: 126px;
margin: 0;
background: url('./images/ico1.png') no-repeat center;
}

/********************************************************** CONTAINER FIVE WRAPPER ****************************/

.container-five-wrapper{
	position: relative;
	z-index: 2;
	padding-top: 1px;
	padding-bottom: 0;
	background: #fff;
	margin-top: -38px;
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-moz-box-shadow: 0 0 5px 0 #fff;
	-ms-box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 5px 0 #fff;
	-webkit-transform: skewy(2deg);
	-moz-transform: skewy(2deg);
	-ms-transform: skewy(2deg);
	transform: skewy(2deg);
}
.container-five{
	max-width: 1170px;
	margin: 0 auto;
	-webkit-transform: skewy(-2deg);
	-moz-transform: skewy(-2deg);
	-ms-transform: skewy(-2deg);
	transform: skewy(-2deg);
	padding-bottom: 135px;
}
.container-five input{
	display: none;
}
.bottom-slider-wrapper{
	position: relative;
	width: 800px;
	margin: 38px auto 0;
}

.bottom-slide-image{
	position: relative;
	margin-top: 50px;
	float: left;
	width: 144px;
	height: 144px;
}
.bottom-foto-wrapper{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.bottom-foto-wrapper img{
	width: 100%;
	height: 100%;
}
.bottom-slide-image:after{
	position: absolute;
	top: -39px;
	right: -77px;
	content: '';
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #1887c2 url(../images/sprites.png) no-repeat -98px -300px;
}
.bottom-slide-text{
	margin-left: 186px;
	padding-right: 82px;
	width: 600px;
	height: 222px;
	overflow: hidden;
}
.bottom-slide-text h3{
	color: #1f1f20;
	font-size: 3em;
	margin-top: 18px;
	margin-bottom: 0;
	position: relative;
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
	-webkit-transition: all, 1s ease-out 0.5s;
	-moz-transition: all, 1s ease-out 0.5s;
	-ms-transition: all, 1s ease-out 0.5s;
	transition: all, 1s ease-out 0.5s;
}
.bottom-slide-text p{
	margin-top: 20px;
	line-height: 26px;
	color: #3d3d3d;
	font-size: 2.2em;
	position: relative;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: all, 1s ease-out 0.5s;
	-moz-transition: all, 1s ease-out 0.5s;
	-ms-transition: all, 1s ease-out 0.5s;
	transition: all, 1s ease-out 0.5s;
}
.bottom-slider-wrapper .owl-item.active .bottom-slide-text h3,
.bottom-slider-wrapper .owl-item.active .bottom-slide-text p{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.bottom-slider-wrapper .owl-dots{
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -38px;
}
.bottom-slider-wrapper .owl-dot{
	display: inline-block;
	width: 15px;
	margin: 0 8px;
	height: 15px;
	background: #323c60;
	border-radius: 50%;
	cursor: pointer;
}
.bottom-slider-wrapper .owl-nav{
	display: none;
}
.bottom-slider-wrapper .owl-dot:hover{
	background: #2dab0b;
}
.bottom-slider-wrapper .owl-dot.active{
	background: #2dab0b;
}

/******************************************* CONTAINER SIX ********************************************/

.container-six-wrapper{
	position: relative;
	height: 420px;
	z-index: 0;
	margin-top: -40px;
	overflow: hidden;
}
.container-six-wrapper-photo{
	background: url(./images/background-footer.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/****************************************** FOOTER ****************************************************/

footer{
	background: #232f3c;
	position: relative;
	z-index: 2;
}
.footer-container{
	max-width: 1170px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.footer-menu{
	height: 76px;
	background: #364555;
}
.footer-menu .social{
	float: left;
	margin: 12px 0 0 68px;
}
.footer-nav{
	margin-top: 20px;
	float: right;
	display: table;
}
.footer-nav a{
	display: inline-block;
	font-size: 1.8em;
	color: #62cb1c;
	font-weight: bold;
	margin: 0 15px;
	text-decoration: none;
}
.footer-menu .social a{
	display: inline-block;
	background: url(./images/sprites.png) no-repeat -407px -265px;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.footer-menu .social a:first-child+a{
	background-position: -364px -265px;
}
.footer-menu .social a:first-child+a+a{
	background-position: -321px -265px;
}
.footer-menu .social a:first-child+a+a+a{
	background-position: -278px -265px;
}
.footer-logo{
	display: block;
	width: 370px;
	margin: 40px auto 0;
}
.footer-logo img{
	display: block;
	margin-right: -30px;
}
.footer-container p{
	margin-top: 12px;
	display: block;
	text-align: center;
	font-family: Arial;
	font-size: 1.2em;
	color: #a0a0a0;
}
.bottom-ancher{
	display: block;
	position: relative;
	width: 45px;
	height: 40px;
	margin: 26px auto;
	background: #5ab51d;
	background: -webkit-linear-gradient(bottom, #44940c, #5ab51d);
	background: -moz-linear-gradient(bottom, #44940c, #5ab51d);
	background: -ms-linear-gradient(bottom, #44940c, #5ab51d);
	background: linear-gradient(bottom, #44940c, #5ab51d);
	box-shadow:  2px 2px 2px 0 #000;
}
.bottom-ancher:after{
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -11px;
	content: '';
	background: url(./images/sprites.png) no-repeat -168px -310px;
	width: 23px;
	height: 12px;
}

.container-one-wrapper.inner_content {
padding: 160px 0 60px 0;
margin-top: 0;
}

	
.container-one p {
	position: relative;
	margin: -8px auto 0;
	font-size: 2.2em;
	color: #656565;
}	

.inner_content .container-one p {
position: relative;
margin: 5px 0;
font-size: 18px;
color: #656565;
padding-bottom: 15px;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}

.inner_content .container-one ul, .inner_content .container-one ol {
position: relative;
margin: 5px 0;
text-align: right;
font-size: 2.2em;
color: #656565;
padding-bottom: 15px;
width: 100%;
}

.sub-menu {
position: absolute;
background: #53ab17;
width: 355px;
display: none;
}

.sub-menu li {
float: right;
width: 100%;
padding: 0 2.5%;
font-size: 0.8em;
}

.sub-menu li a {
margin: 0;
}

#menu-top_menu li:hover ul.sub-menu {
display: block;
}

.mob_buttons {
display: none;
}

@media screen and (max-width: 767px) {
.container-one-wrapper.inner_content {
padding: 50px 0 20px 0;
margin-top: 0;
}

.sub-menu {
position: relative;
width: 180px;
}

.mob_buttons {
display: block;
z-index: 1;
position: relative;
width: 100%;
}

.mob_buttons a {
margin: 0 auto;
display: table;
}

.mob_buttons a {
margin-bottom: 5px;
}

.sub-menu {
display: block;
background: #2a3537;
}
	}
	
#accordion {
font-size: 0;
}	
	
#accordion h3 {
margin-bottom: 0;
font-size: 22px;
}	

#accordion div {
font-size: 20px;
}

.loginner {
display: none;
width: 100%;
}

.loginner .login-form {
display: table;
margin: 0 auto;
float: none;
}

span.label {
color: #90d3df;
}

.login-form span { 

margin-right: 12px;
margin-bottom: 2px;}

.login-form a {margin-top: 8px;
margin-right: -16px!important;font-size: 12px;
}

#expcol1, .cattitle, .expcoll {
display: none;
}

#contentInner .content {
width: 100% !important;
float: none !important;
}

#contentInner {
min-height: 20px !important;
}

#contentInner .content h2 {
font-size: initial !important;
width: 100%;
}

.post_right {
width: 100% !important;
}

.post_content_wrapper {
width: 98% !important;
}

.posts div {
padding: 0 !important;
}

.post_top h2 {
margin-top: 0 !important;
}

.atext p {
width: 95%;
padding: 5px 2.5%;
text-align: right !important;
 
}

.inner_content h1 {
/*margin: 40px 0 20px 0;*/
font-size: 4.7em;
color: #188fe3;
text-align: center;
}

/**/

.mobile_menus {
display: none;
}

@media screen and (max-width: 767px) {
.mobile_menus {
width: 100%;
padding-bottom: 50px;
background: #252f39;
display: block;
font-family: 'FbPracticaNarrowRegular' !important;
height: 100%;
}

body {
background: #252f39;
}

.mb_content {
max-width: 1170px;
margin: 0 auto;
position: relative;
}

.mobile_menus a { 
color: #FFF;
display: table;
margin: 0 auto;
text-decoration: none;
border: 1px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 22px;
font-weight: bold;
padding: 0 15px;
width: 240px;
height: 40px;
line-height: 40px;
margin-top: 25px;
}

.popup2_mob, .popup3_mob, .popup_mob {
background: url('./images/arrow_fon.png') no-repeat left center;
} 

.mobile_menus a:first-child {
margin-top: 50px;
}

.mb_popup, .mb_popup2 {
position: absolute;
top: 0;
width: 100%;
background: #252f39;
display: none;
}

.mb_popup2 input[type="text"], .mb_popup2 input[type="password"] {
width: 270px;
height: 42px;
padding: 0 10px;
border: 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 auto;
display: table;
margin-bottom: 25px;
color: #7c7c7c;
font-size: 22px;
font-weight: bold;
}

.mobile_menus .mb_popup2 a {
font-size: 18px;
background: none;
text-align: right;
border: 0;
margin-top: 10px;
font-weight: normal;
padding: 0;
}

.mb_popup2 p {
margin: 0 auto;
width: 270px;
display: table;
margin: 0 auto;
text-align: center;
color: #FFF;
font-weight: bold;
font-size: 22px;
margin-top: -22px;
margin-bottom: 15px;
padding-top: 30px;
}

.mb_popup2 input[type="submit"] {
width: 274px;
height: 45px;
margin: 0 auto;
text-align: center;
border: 0;
background: url('./images/submit.png') no-repeat center;
color: #FFF;
font-size: 22px;
display: table;
}

.mb_popup p {
background: url('./images/content_png.png') no-repeat center;
width: 280px;
height: 166px;
margin: 0 auto;
padding: 45px 20px;
margin-top: -30px;
text-align: center;
font-size: 18px;
color: #333333;
font-weight: bold;
}

.mobile_menus .mb_popup a {
width: 269px;
height: 45px;
border: 0;
background: url('./images/download.png') no-repeat center !important;
margin-top: 10px;
line-height: 45px;
}

.mb_popup .close, .mb_popup2 .close {
width: 250px;
margin: 0 auto;
right: 0;
display: table;
text-align: left;
font-size: 25px;
font-family: arial;
line-height: 25px;
margin-top: -15px;
cursor: pointer;
}

.mb_popup2 .close {
color: #FFF;
}

.mb_popup2 .close {
margin-top: -25px;
}


.mb_header {
height: 160px;
width: 100%;
background: #1d2730;
}

.mb_header img {
display: table;
margin: 0 auto;
padding: 66px 0;
}

.back {
cursor: pointer;
width: 260px;
margin: 0 auto;
display: table;
text-align: left;
margin-top: -36px;
}

	} 


/****************************** INSIDE PAGE *************************************/

.container-five{
	max-width: 1170px;
	margin: 0 auto;
}
.container-five-block{
	border: 3px solid #6cb4f7;
	position: relative;
}
.container-five-block:after{
	content: '';
	display: table;
	clear: both;
}
.container-five-block:first-child{
	margin-top: 56px;
}
.container-five-block-text h3{
	font-size: 24px;
	margin: 29px 22px 10px 22px;
}
.container-five-block-text p{
	font-size: 2.2em;
	margin: 7px 22px;
	line-height: 26px;
}
.container-five-block-text{
	float: right;
	width: 64%;
}
.container-five-block-image{
	float: left;
	width: 117px;
	height: 117px;
	margin: 31px 31px 10px;
	padding: 5px;
}
.container-five-block-image img{
	width: 100%;
	height: 100%;
}
.top-line {
	position: absolute;
	height: 6px;
	background: #fff;
	overflow: hidden;
	width: 46%;
	top: -5px;
	right: 0;
	z-index: 1;
}
.top-line span{
	float: left;
	margin-left: 5px;
	width: 6px;
	height: 6px;
	background: #6cb4f7;
	border-radius: 50%;
}
.bottom-line {
	position: absolute;
	height: 6px;
	background: #fff;
	overflow: hidden;
	width: 46%;
	bottom: -5px;
	left: 0;
	z-index: 1;
}
.bottom-line span{
	float: right;
	margin-right: 5px;
	width: 6px;
	height: 6px;
	background: #6cb4f7;
	border-radius: 50%;
}
.container-five .container-five-block:last-child:before{
	display: none;
}
.container-point{
	height: 10px;
	margin: 11px -3px;
	overflow: hidden;
	display: block;
}
.container-five .container-five-block:nth-of-type(1n)+.container-point span{
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #6cb4f7;
}
.container-five .container-five-block:nth-of-type(2n)+.container-point span{
	float: right;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #6cb4f7;
}
.container-point:last-child{
	display: none;
}
.container-five .container-five-block:nth-of-type(2n) .container-five-block-text{
	float: left;
}
.container-five .container-five-block:nth-of-type(2n) .container-five-block-image{
	float: right;
}
.container-five .container-five-block:nth-of-type(2n) .top-line{
	right: auto;
	left: 0;
}
.container-five .container-five-block:nth-of-type(2n) .top-line span{
	float: right;
	margin-right: 5px;
	margin-left: auto;
}
.container-five .container-five-block:nth-of-type(2n) .bottom-line{
	right: 0;
	left: auto;
}
.container-five .container-five-block:nth-of-type(2n) .bottom-line span{
	float: left;
	margin-left: 5px;
	margin-right: auto;
}

 
.prod {
width: 40%;
float: right;
font-size: 1.8em;
}

button#ordernow {
margin: 0 10px 15px 0px;
background: #53ab17;
border: none;
padding: 5px;
color: #fff;font-weight: bold;
}

.prod h3 {
margin-right: 10px;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media only screen and (max-width: 600px) {
	.page.page-id-399 .container-one img,.page.page-id-399 .container-one table {
		width: 100% !important;
		height: auto;
	}
	.inner_content .container-one p {
    
    display: none;
}
.inner_content h1 {
    /* margin: 40px 0 20px 0; */
    font-size: 2.7em !important;
    color: #188fe3;
    text-align: center;
}
}
