*, 
*:before, 
*:after{
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
}
figure img, 
figure video, 
figure object, 
figure embed {
	display:block;
	max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fixed{
	position: fixed;
}
.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.clear:after,
.container:after,
.wrapper:after
 {
    clear: both;
}
/* IE6/7 support */
.clear,
.container,
.wrapper {
    *zoom: 1;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-left-5{
	padding-left: 5px;
}
.padding-left-4{
	padding-left: 4px;
}
.padding-right-zero{
	padding-right: 0;
}
.padding-right-5{
	padding-right: 5px;
}
.padding-all-zero{
	padding: 0;
}
.vertical-middle{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gorizontal-center{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.middle-center{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
input:focus, input:active,
textarea:focus, textarea:active{
	outline: none;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


@font-face {
	font-family: 'Bebas Neue Bold';
	src: url('../fonts/bebas_neue_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/bebas_neue_bold.eot#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/bebas_neue_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/bebas_neue_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/bebas_neue_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bebas_neue_bold.svg#bebas_neue_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}


body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #000;
	background: #f3f3f4;
    overflow-x: hidden;	
}


@media (min-width: 1200px){

.container {
    width: 1199px;
}

}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

header {
    background: #171B27 url(../images/main.jpg) no-repeat center top;
    background-size: cover;
    /* background-attachment: fixed; ← ВИДАЛИТИ ЦЕЙ РЯДОК */
}



.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    padding-top: 25px;
    padding-right: 0px;
    margin-right: 160px;
    font-size: 18px;
    line-height: 20px;
    background: transparent;
    position: relative;
}
.navbar-default .navbar-brand {
    color: #fff;
}


.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-brand > span{
	display: inline-block;
	vertical-align: top;
	font-family: 'Bebas Neue Bold';
	font-size: 72px;
	line-height: 1;
}
.navbar-brand > img {
    display: inline-block;
    vertical-align: top;
    height: 63px;
}
.navbar-brand > div{
	font-size: 16px;
	line-height: 24px;
	padding-top: 5px;
}	






.navbar {
	border-radius: 0;
    position: relative;
    min-height: 30px;
    margin-bottom: 50px;
    border: 0;
}
.navbar-nav.navbar-m > li {
    float: none;
}
.navbar-default .navbar-nav > li{
	margin-right: 0px;
}
.navbar-default .navbar-nav > li:last-child{
	margin-right: 0px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    color: #fff;
    padding: 5px 5px;
    -webkit-transition: color .3s, text-decoration-color .3s;
    -o-transition: color .3s, text-decoration-color .3s;
    transition: color .3s, text-decoration-color .3s;
}
.navbar-nav.navbar-m > li > a{
	text-decoration: underline;
	text-decoration-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #7cb933;
	text-decoration-color: #7cb933;
}
.navbar-m {
    padding-top: 30px;
}



.navbar-default .navbar-nav > li.phone{
	position: relative;
	padding-top: 40px;
	margin-right: 50px;
}


.navbar-default .navbar-nav > li.phone > a {
    font-family: 'Bebas Neue Bold';
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #0a2e4e;
    position: relative;
    padding: 9px 5px;
}
.navbar-default .navbar-nav > li.phone > a:hover{ 
	color: #7cb933;
}	


.navbar-default .navbar-nav > li.zvon {
    padding: 0;
    padding-top: 40px;
}
.navbar-default .navbar-nav > li.zvon > a{ 
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	color: #263049;
	text-transform: uppercase;
	background: rgba(134,198,82,1);
	background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
	background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
	position: relative;	
	padding: 17px 42px;
	-webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}	
.navbar-default .navbar-nav > li.zvon > a:hover{ 
	color: #fff;
}



.navbar-right {
    float: right !important;
    margin-right: 0;
}

.header-box{
	padding-bottom: 98px;
}
.header-box-title{
	font-family: 'Bebas Neue Bold';
	font-size: 72px;
	line-height: 1;
	color: #fff;
	margin-bottom: 40px;
}
.header-box-price{
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}
.header-box-price > span{
	display: block;
	color: #7cb933;
}	

.header-line{
	position: relative;
	height: 600px;
}
.header-line:after{
	content: '';
	display: table;
	clear: both;
}
.header-line-col{
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
}
.header-line-col-1{
	background: #f3f3f4;
	padding-top: 193px;
	width: 291px;
}
.header-line-col-1-green{
	height: 300px;
	background: rgba(134,198,82,1);
	background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
	background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
}
img.detal{
	position: absolute;
	right: -71px;
	top: -90px;
	max-width: none;
}
.header-line-col-2{
	width: 300px;
}
.header-line-col-2-top{
	height: 300px;
	background: #0a2e4e;
	padding: 30px 35px;
}
.header-line-col-2-bot{
	height: 300px;
	background: #f3f3f4;
	padding: 30px 35px;
}
.header-line-ic{
	width: 63px;
	height: 73px;
}
.header-line-ic-1{
	background: url(../images/header-line-ic-1.png) no-repeat left center;
	margin-bottom: 30px;
}
.header-line-ic-2{
	background: url(../images/header-line-ic-2.png) no-repeat left center;
	margin-bottom: 15px;
}
.header-line-ic-3{
	background: url(../images/header-line-ic-3.png) no-repeat left center;
	margin-bottom: 15px;
}
.header-line-ic-4{
	background: url(../images/header-line-ic-4.png) no-repeat left center;
	margin-bottom: 30px;
}

.header-line-title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.header-line-title.black{
	color: #263049;
}	
.header-line-text{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
}
.header-line-text.black{
	color: #263049;
}	

.header-line-col-3 .header-line-col-2-top{
	background: transparent;
}

.header-line-col-4{
	width: 285px;
}	
.header-line-col-4-mid{
	height: 100%;
	background: #0a2e4e;
	padding: 30px 35px;
}

.header-line-text > a{
	color: #7cb933;
	text-decoration: underline;
	text-decoration-color: #7cb933;
	-webkit-transition: color .3s, text-decoration-color .3s;
    -o-transition: color .3s, text-decoration-color .3s;
    transition: color .3s, text-decoration-color .3s;
}
.header-line-text > a:hover{
	color: #fff;
	text-decoration-color: #fff;
}	

.menuclose {
    display: none;
}





@media (max-width: 1199px){

.navbar-brand {
    margin-right: 70px;
}
.navbar-default .navbar-nav > li.zvon > a {
    font-size: 18px;
    line-height: 24px;
    padding: 17px 30px;
}
.navbar-default .navbar-nav > li.phone {
    margin-right: 30px;
}    
.navbar-default .navbar-nav > li.phone > a {
    font-size: 32px;
}
.header-line-col-1 {
    width: 25%;
}
.header-line-col-2 {
    width: 241px;
}
.header-line-col-4 {
    width: 229px;
}
.header-line-col-2-top {
    padding: 25px 30px;
}
.header-line-col-2-bot {
    padding: 25px 30px;
}
.header-line-col-4-mid {
    padding: 25px 30px;
}
.header-line-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.header-line-text {
    font-size: 16px;
    line-height: 22px;
}



}

@media (max-width: 991px){

.navbar-brand {
    margin-right: 45px;
}
.navbar-default .navbar-nav > li.zvon > a {
    font-size: 16px;
    line-height: 24px;
    padding: 17px 20px;
}
.navbar-default .navbar-nav > li.phone {
    margin-right: 15px;
}
.navbar-default .navbar-nav > li.phone > a {
    font-size: 24px;
}
.header-line-col-2 {
    width: 186px;
}
.header-line-col-4 {
    width: 174px;
}
.header-line-col-2-top {
    padding: 10px 15px;
}
.header-line-col-2-bot {
    padding: 10px 15px;
}
.header-line-col-4-mid {
    padding: 10px 15px;
}
.header-line-title {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
}
.header-line-text {
    font-size: 14px;
    line-height: 20px;
}


}




@media (max-width: 767px){

	header {
	    
	}

	.menuclose {
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 18px;
	    width: 24px;
	    height: 24px;
	    cursor: pointer;
	    z-index: 2;
	}
	.menuclose:before {
	    content: '';
	    width: 100%;
	    height: 1px;
	    position: absolute;
	    left: 0;
	    top: 10px;
	    background: #fff;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.menuclose:after {
	    content: '';
	    width: 100%;
	    height: 1px;
	    position: absolute;
	    left: 0;
	    top: 10px;
	    background: #fff;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}



	.navbar-default .navbar-toggle {
	    border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: transparent;
	}
	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 10px;
	    margin-top: 43px;
	    margin-right: 0px;
	    margin-bottom: 15px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}

	.navbar-collapse {
	    position: absolute;
	    top: 0;
	    left: -15px;
	    width: calc(100% + 30px);
	    height: auto;
	    z-index: 9;
	    padding-right: 0px;
	    padding-left: 0px;
	    overflow-x: hidden;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    margin-top: 0px;
	    border-radius: 0;
	    background: rgba(10,46,78,0.9);
	    padding: 40px 0;
	}

	

	.navbar-m{
		float: none;
		width: 100%;
	}
	.navbar-nav {
	    margin: 0;
	}
	.navbar-right {
	    float: none !important;
	    margin-right: 0;
	    width: 100%;
	}
	ul.nav.navbar-nav li {
	    display: block !important;
	    margin: 4px 0;
	}
	ul.nav.navbar-nav {
	    border-radius: 0px;
	    padding: 0px 0px;
	}
	.nav > li > a {
	    position: relative;
	    display: block;
	}
	.navbar-default .navbar-nav > li > a {
	    font-size: 17px;
	    line-height: 21px;
	    padding: 5px 10px;
	    text-align: center;
	}
	.navbar-default .navbar-nav > li.phone {
	    margin-right: 0px;
	    padding-top: 0;
	}
	.navbar-default .navbar-nav > li.phone > a {
	    font-size: 27px;
	    line-height: 27px;
	    padding: 5px 0px;
	    padding-left: 0;
	    color: #fff;
	}
	.navbar-default .navbar-nav > li.zvon > a {
	    font-size: 16px;
	    line-height: 20px;
	    padding: 11px 18px;
	    width: 200px;
	    margin: 0 auto;
	}
	.navbar-default .navbar-nav > li.zvon {
	    padding-top: 10px;
	}


	.header-box-title {
	    font-size: 54px;
	    margin-bottom: 20px;
	    text-align: center;
	}

	.header-box-price {
	    font-size: 14px;
	    line-height: 32px;
	    color: #fff;
	    text-align: center;
	}
	.header-box {
	    padding-bottom: 50px;
	}
	.header-line-col-2 {
	    width: 50%;
	}
	.header-line-col-4 {
	    width: 50%;
	}
	.header-line-col {
	    float: none;
	    width: 100%;
	    height: auto;
	    margin-bottom: 20px;   
	    text-align: center; 
	}  

	.header-line {
	    position: relative;
	    height: auto;
	}

	.header-line-col-1{
		display: none;
	} 
	.header-line-col-2-top {
	    height: auto;
	    background: #f3f3f4;
	    margin-bottom: 20px;    

	}
	.header-line-col-2-bot {
	    height: auto;
	}    
	.header-line-title, .header-line-text{
		color: #263049;
	}
	.header-line-col-3 .header-line-col-2-top {
	    display: none;
	}
	.header-line-col-4-mid {
	    background: #f3f3f4;
	}
	.header-line-ic{
		display: inline-block;
	}
	.header-line-ic-1 {
	    margin-bottom: 15px;
	}
	.header-line-ic-4 {
	    margin-bottom: 15px;
	}



}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-1~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-1{
	padding-top: 65px;
	overflow: hidden;
}
.title{
	font-family: 'Bebas Neue Bold';
	font-size: 72px;
	line-height: 1;
	color: #0a2e4e;
	position: relative;
	padding-left: 22px;
	margin-bottom: 85px;
}
.title > span{
	position: relative;
	z-index: 2;
}	
.title:before {
    content: '';
    width: 138px;
    height: 110px;
    background: url(../images/gal.png) no-repeat;
    position: absolute;
    z-index: 1;
    left: -34px;
    top: -20px;
    margin-top: 0;
}	

.b-1-box{
	position: relative;
	margin: 0 -15px;
	padding-right: 30px;
}
.b-1-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-1-box:before{
	content: '';
	width: 1514px;
	height: 344px;
	background: url(../images/b-1-bg.jpg) no-repeat left top;
	z-index: 1;
	position: absolute;
	left: 105px;
	top: 95px;
}	
.b-1-box > div{
	position: relative;
	z-index: 2;
	float: left;
	width: 50%;
	padding: 25px 15px;
}

.b-1-box-item-white	{
	position: relative;
	background: #fff;
	padding: 31px 90px;
	padding-right: 31px;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
	box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
}
.b-1-box-item-white:after{
	content: '';
	width: 9px;
	height: 108px;
	position: absolute;
	left: 40px;
	top: -20px;
	background: rgba(134,198,82,1);
	background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
	background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
}	
.b-1-box-item-white > span{
	display: block;
	font-size: 20px;
	line-height: 36px;
	color: #010101;
}
.b-1-box-item-white > div{
	font-size: 30px;
	line-height: 36px;
	color: #010101;
	font-weight: 700;
}

.b-1-box-item-blue{
    padding: 0 15px;	
	padding-top: 35px;
	padding-bottom: 50px;
	text-align: center;
	background: rgba(19,103,145,1);
	background: -moz-linear-gradient(58deg, rgba(19,103,145,1) 0%, rgba(10,46,78,1) 59%, rgba(10,46,78,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(19,103,145,1)), color-stop(59%, rgba(10,46,78,1)), color-stop(100%, rgba(10,46,78,1)));
	background: -webkit-linear-gradient(58deg, rgba(19,103,145,1) 0%, rgba(10,46,78,1) 59%, rgba(10,46,78,1) 100%);
	background: -o-linear-gradient(58deg, rgba(19,103,145,1) 0%, rgba(10,46,78,1) 59%, rgba(10,46,78,1) 100%);
	background: -ms-linear-gradient(58deg, rgba(19,103,145,1) 0%, rgba(10,46,78,1) 59%, rgba(10,46,78,1) 100%);
	background: linear-gradient(58deg, rgba(19,103,145,1) 0%, rgba(10,46,78,1) 59%, rgba(10,46,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#136791', endColorstr='#0a2e4e', GradientType=1 );	
}
.b-1-box-item-blue > div{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}
.b-1-box-item-blue > div > span {
    display: block;
    padding: 18px 0;
    padding-bottom: 27px;
}
.b-1-box-item-blue > div > a{
	color: #7cb933;
	-webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

}	
.b-1-box-item-blue > div > a:hover{
	color: #fff;
}	


.b-1-box-item-blue > a {
	display: inline-block;
	vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: rgba(134,198,82,1);
    background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
    background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
    position: relative;
    padding: 14px 128px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}
.b-1-box-item-blue > a:hover{
	color: #263049;
}	





@media (max-width: 1199px){

	.title {
	    font-size: 62px;
	    padding-left: 22px;
	    margin-bottom: 60px;
	}
	.title:before {
	    width: 120px;
	    height: 98px;
	    background: url(../images/gal.png) no-repeat;
	    background-size: contain;
	    left: -28px;
	    top: -16px;
	}



}


@media (max-width: 991px){

	.b-1-box-item-blue > div {
	    font-size: 16px;
	    line-height: 26px;
	}
	.b-1-box-item-blue > a{
		padding: 14px 80px;
	}
	.title {
	    font-size: 52px;
	    padding-left: 22px;
	    margin-bottom: 40px;
	}
	.title:before {
	    width: 92px;
	    height: 74px;
	    background: url(../images/gal.png) no-repeat;
	    background-size: contain;
	    left: -18px;
	    top: -10px
	}

	.b-1-box-item-white > div {
	    font-size: 27px;
	    line-height: 33px;
	}
	.b-1-box-item-white > span {
	    font-size: 17px;
	    line-height: 33px;
	}
	.b-1-box-item-white:after {
	    left: 20px;
	}    
	.b-1-box-item-white {
	    padding: 30px 50px;
	    padding-right: 15px;
	}
	.b-1-box-item-blue > a {
	    padding: 14px 40px;
	}


}


@media (max-width: 767px){

	.b-1 {
	    padding-top: 40px;
	    overflow: hidden;
	}

	.title {
	    font-size: 32px;
	    padding-left: 0;
	    margin-bottom: 30px;
	}
	.title:before {
	    width: 60px;
	    height: 48px;
	    background: url(../images/gal.png) no-repeat;
	    background-size: contain;
	    left: -15px;
	    top: -8px;
	}
	.b-1-box {
	    position: relative;
	    margin: 0;
	    padding-right: 0px;
	}
	.b-1-box > div {
	    float: none;
	    width: 100%;
	    padding: 15px 0px;
	}
	.b-1-box-item-white {
	    padding: 25px 40px;
	    padding-right: 15px;
	}
	.b-1-box-item-white:after {
	    left: 17px;
	}
	.b-1-box-item-white > span {
	    font-size: 15px;
	    line-height: 27px;
	}

	.b-1-box-item-blue > a {
	    padding: 14px 40px;
	    font-size: 16px;
	    line-height: 20px;
	}
	.b-1-box-item-blue > div > span {
	    display: block;
	    padding: 13px 0;
	    padding-bottom: 22px;
	}
	.b-1-box-item-blue {
	    padding: 0 15px;
	    padding-top: 25px;
	    padding-bottom: 35px;
	}    



}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-2~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-2{
	background: url(../images/b-2-bg.jpg) no-repeat center center;
	padding-top: 60px;
	padding-bottom: 35px;
}
.b-2-img{
	padding-left: 30px;
}
.b-2-img > img{
	display: block;
}

@media (max-width: 1199px){



}


@media (max-width: 991px){

	.b-2-img{
		padding-left: 0px;
	}

}


@media (max-width: 767px){

	.b-2{
		background: transparent;
		padding-top: 40px;
		padding-bottom: 15px;
	}

}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-3~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-3{
	padding-top: 30px;
	padding-bottom: 70px;
}
.b-3 .title{
	margin-bottom: 55px;
}
.b-3-box{
	position: relative;
	margin-bottom: 100px;
}
.b-3-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-3-box-left{
	float: left;
	width: 57%;
	border: 1px solid #cccccc;
	background: #fff;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    padding-left: 40px;
    padding-right: 135px;
    padding-top: 64px;
    padding-bottom: 75px;
}
.b-3-box-right{
	float: left;
	width: 43%;
	position: relative;
}
.b-3-box-right > img{
	display: block;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    position: absolute;
    left: -63px;
    top: -44px;
    max-width: none;
}
.b-3-box-left-line{
	position: relative;
	margin: 0 -10px;
	margin-bottom: 37px;
}
.b-3-box-left-line:after{
	content: '';
	display: table;
	clear: both;
}
.b-3-box-left-line > div{
	float: left;
	width: 33.3333%;
	padding: 0 10px;
}
.tip-oil{
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	background: #dfdfe0;
	padding: 9px 5px;
	text-align: center;
	-webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}
.tip-oil:hover, .tip-oil.active{
	color: #fff;
	background: rgba(134,198,82,1);
    background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
    background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
}	
.b-3-box-probeg{
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 31px;
}
.b-3-box-perehod{
	font-size: 20px;
	line-height: 30px;
	color: #000;	
	margin-bottom: 50px;
}
.b-3-box-price{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #000;
	text-align: center;	
}


.ui-slider .ui-slider-handle:focus{
	outline: none;
}
.ui-slider .ui-slider-handle {
    width: 38px;
    height: 54px;
    padding-top: 34px;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:after{
	content: '';
	width: 16px;
	height: 16px;
	border: 4px solid #7cb933;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}
.ui-widget.ui-widget-content {
    border: 0;
    background: #dfdfdf;
}
.ui-slider-horizontal {
    height: 4px;
}

.ui-slider .ui-slider-range{
	background: #7cb933;
}


.ui-slider-line{
	position: relative;
	margin-bottom: 50px;
}
.ui-slider-line:after{
	content: '';
	display: table;
	clear: both;
}
.ui-slider-line > div{
	font-size: 16px;
	line-height: 20px;
	color: #dfdfe0;
}
.ui-slider-line > div:first-child{
	float: left;
}	
.ui-slider-line > div:last-child{
	float: right;
}	

#slider-range-min{
	margin-bottom: 5px;
}

.b-3-box-after > span{
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}

.b-3-box-after > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background: rgba(134,198,82,1);
    background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
    background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
    position: relative;
    padding: 20px 50px;
    padding-left: 130px;
    margin-left: 60px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}
.b-3-box-after > a:hover {
    color: #263049;
}
.b-3-box-after > a:before{
	content: '';
	width: 66px;
	height: 52px;
	background: url(../images/ch.png) no-repeat;
	position: absolute;
	left: 33px;
	top: 50%;
	margin-top: -26px;
}	





@media (max-width: 1199px){

	.b-3-box-left {
	    padding-left: 40px;
	    padding-right: 110px;
	    padding-top: 55px;
	    padding-bottom: 45px;
	}
	.b-3-box-right > img {
	    max-width: 467px;
	}
	.b-3-box-perehod {
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 28px;
	}
	.ui-slider-line {
	    margin-bottom: 40px;
	}

	.b-3-box-after > a {
	    font-size: 36px;
	    line-height: 40px;
	    position: relative;
	    padding: 20px 20px;
	    padding-left: 95px;
	    margin-left: 0px;
	    float: right;
	}
	.b-3-box-after > span {
	    font-size: 32px;
	    line-height: 36px;
	}
	.b-3-box-after > a:before {
	    width: 66px;
	    height: 52px;
	    left: 20px;
	    top: 50%;
	    margin-top: -26px;
	}
	.b-3-box-after{
		position: relative;
	}
	.b-3-box-after:after{
		content: '';
		display: table;
		clear: both;
	}
	.b-3-box-after > span {
	    font-size: 30px;
	    line-height: 34px;
	    padding: 23px 0;
	}

}


@media (max-width: 991px){

	.b-3-box-right > img {
	    max-width: 373px;
	    left: -20px;
	    top: -20px;
	}
	.b-3-box-left {
	    padding-left: 20px;
	    padding-right: 50px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.tip-oil {
	    font-size: 17px;
	    line-height: 24px;
	}    
	.b-3-box-perehod {
	    font-size: 17px;
	    line-height: 27px;
	    margin-bottom: 20px;
	}
	.b-3-box-price {
	    font-size: 32px;
	    line-height: 36px;
	}
	.b-3-box-after > span {
	    font-size: 30px;
	    line-height: 34px;
	    padding: 23px 0;
	    text-align: center;
	    display: block;
	}
	.b-3-box-after > a {
	    font-size: 36px;
	    line-height: 40px;
	    position: relative;
	    padding: 20px 20px;
	    padding-left: 95px;
	    margin-left: 0px;
	    float: none;
	    vertical-align: top;
	}
	.b-3-box-after{
		text-align: center;
	}
	.b-3-box {
	    position: relative;
	    margin-bottom: 40px;
	}

}


@media (max-width: 767px){

	.b-3-box-right{
		display: none;
	}
	.b-3-box-left {
	    float: none;
	    width: 100%;
	    padding: 15px;
	}
	.b-3-box-left-line {
	    position: relative;
	    margin: 0 -5px;
	    margin-bottom: 20px;
	}
	.b-3-box-left-line > div {
	    float: left;
	    width: 33.3333%;
	    padding: 0 5px;
	}
	.tip-oil {
	    font-size: 15px;
	    line-height: 20px;
	    padding: 10px 0;
	}
	.b-3-box-perehod {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 20px;
	}
	.ui-slider-line {
	    margin-bottom: 30px;
	}
	.b-3-box-price {
	    font-size: 28px;
	    line-height: 32px;
	}
	.b-3 .title {
	    margin-bottom: 20px;
	}
	.b-3-box-after > span {
	    font-size: 26px;
	    line-height: 32px;
	    padding: 15px 0;
	    text-align: center;
	    display: block;
	}
	.b-3-box {
	    position: relative;
	    margin-bottom: 20px;
	}


}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-4~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-4{
	padding-top: 60px;
	padding-bottom: 70px;
}
.b-4-box{
	position: relative;
}
.b-4-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-4-item {
    float: left;
    width: 196px;
    margin-right: 37px;
    margin-bottom: 45px;
}
.b-4-item > span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 10px 10px;
	padding-right: 0;
}
.b-4-item > div{
	width: 100%;
	height: 198px;
	background: #fff;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.b-4-item:hover > div{
	background: #25b24b;
}	
.b-4-item > div > span {
    display: block;
    font-size: 204px;
    font-family: 'Bebas Neue Bold';
    line-height: 1;
    color: #e7e7e7;
    position: absolute;
    left: -38px;
    top: -42px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.b-4-item:hover > div > span {
	opacity: 0;
}	
.sic{
	width: 92px;
	height: 99px;
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.sic:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}	
.sic:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}	
.b-4-item:hover .sic:before{
	opacity: 0;
}
.b-4-item:hover .sic:after{
	opacity: 1;
}	
.s-1:before{
	background: url(../images/s-1.png) no-repeat right bottom;
}	
.s-1:after{
	background: url(../images/sw-1.png) no-repeat right bottom;
}	
.s-2:before{
	background: url(../images/s-2.png) no-repeat right bottom;
}	
.s-2:after{
	background: url(../images/sw-2.png) no-repeat right bottom;
}
.s-3:before{
	background: url(../images/s-3.png) no-repeat right bottom;
}	
.s-3:after{
	background: url(../images/sw-3.png) no-repeat right bottom;
}
.s-4:before{
	background: url(../images/s-4.png) no-repeat right bottom;
}	
.s-4:after{
	background: url(../images/sw-4.png) no-repeat right bottom;
}
.s-5:before{
	background: url(../images/s-5.png) no-repeat right bottom;
}	
.s-5:after{
	background: url(../images/sw-5.png) no-repeat right bottom;
}
.s-6:before{
	background: url(../images/s-6.png) no-repeat right bottom;
}	
.s-6:after{
	background: url(../images/sw-6.png) no-repeat right bottom;
}
.s-7:before{
	background: url(../images/s-7.png) no-repeat right bottom;
}	
.s-7:after{
	background: url(../images/sw-7.png) no-repeat right bottom;
}


.b-4-item.b-4-item-last{
    float: left;
    width: 400px;
    margin-right: 0px;
    margin-left: 200px;
    margin-bottom: 45px;	
    display: table;
    height: 198px !important;
}
.b-4-item.b-4-item-last > span{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}	
.b-4-item-last a{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	background: #0a2e4e;
	text-transform: uppercase;
	padding: 21px 5px;
	-webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.b-4-item-last a:hover{
	background: #25b24b;
}	


@media (max-width: 1199px){

	.b-4-item.b-4-item-last {
	    margin-left: 0;
	    height: 66px !important;
	}


}


@media (max-width: 991px){

	.b-4 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}


}


@media (max-width: 767px){

	.b-4 {
	    padding-top: 0px;
	    padding-bottom: 20px;
	}
	.b-4-item.b-4-item-last {
		margin: 0 8px;
	    margin-bottom: 15px;
	    width: 290px;
	}
	.b-4-item-last a {
	    font-size: 17px;
	    line-height: 23px;
	}    
	.b-4-box {
	    margin: 0 -8px;
	}
	.b-4-item {
	    float: left;
	    width: 137px;
	    margin-right: 15px;
	    margin: 0 8px;
	    margin-bottom: 20px;
	}
	.b-4-item > div {
	    width: 100%;
	    height: 150px;
	}
	.b-4-item > span {
	    display: block;
	    font-size: 14px;
	    line-height: 18px;
	}


}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-5~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-5{
	padding-bottom: 50px;
}
.b-5t .title{
	margin-bottom: 15px;
}
.b-5-slider .slick-slide{
	width: 1000px;
	padding: 19px;
	padding-top: 195px;
	padding-bottom: 40px;
	-webkit-transition: padding-top .3s;
    -o-transition: padding-top .3s;
    transition: padding-top .3s;
}
.b-5-slider .slick-slide.slick-current {
    padding-top: 19px;
}
.b-5-slider-item{
	background: #fff;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
}
.b-5-box{
	position: relative;
}
.b-5-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-5-box > div{
	float: left;
	width: 50%;
}
.b-5-box-left{
	padding: 0 50px;
	padding-top: 45px;
}
.b-5-box-left > .b-5-box-left-line:first-child{
	border-color: transparent;
}	
.b-5-box-left-line{
	position: relative;
	display: table;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.b-5-box-left-line:after{
	content: '';
	display: table;
	clear: both;
}
.b-5-box-left-line > div:first-child{
	display: table-cell;
	vertical-align: top;
	width: 75%;
	padding: 8px 0;
}
.b-5-box-left-line > div:last-child{
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 8px 0;
}
.b-5-box-left-btn{
	padding-top: 45px;
}
.b-5-box-left-btn > a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: rgba(134,198,82,1);
    background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
    background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
    position: relative;
    padding: 14px 15px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}
.b-5-box-left-btn > a:hover {
    color: #263049;
}

.slick-slide:focus{
	outline: none;
}

.b-5-slider .b-5-slider-for .slick-slide {
    padding: 0px;
}
.b-5-slider .b-5-slider-nav .slick-slide {
    padding: 0px 7px;
    position: relative;
}

.b-5-slider .b-5-slider-for .slick-slide img{
	width: 100%;
}
.b-5-slider .b-5-slider-nav .slick-slide img{
	width: 100%;
}

.b-5-slider-for{
	margin-bottom: 14px;
}
.b-5-slider-nav{
	margin: 0 -7px;
}

.b-5-slider .b-5-slider-nav .slick-slide.slick-current:after {
	content: '';
	width: calc(100% - 14px);
	height: 100%;
	position: absolute;
	left: 7px;
	top: 0;
	background: rgba(124,185,51,0.67);
}	



.b-5-slider .slick-dots {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.b-5-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px;
    padding: 4px;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
}
.b-5-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #263049;
    border-radius: 50%;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}
.b-5-slider .slick-dots li:hover, .b-5-slider .slick-dots li.slick-active {
    background: #7cb933;
}
.b-5-slider .slick-dots li:hover button, .b-5-slider .slick-dots li.slick-active button {
	background: transparent;
}	







@media (max-width: 1199px){

	.b-5-slider .slick-slide {
	    width: 960px;
	}    

}


@media (max-width: 991px){

	.b-5-slider .slick-slide {
	    width: 700px;
	}
	.b-5-box-left {
	    padding: 0 20px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.b-5-box-left-line {
	    font-size: 14px;
	    line-height: 18px;
	}
	.b-5-box-left-btn {
	    padding-top: 15px;
	}
	.b-5-slider-nav {
	    margin: 0;
	}
	.b-5-slider .b-5-slider-nav .slick-slide {
	    padding: 0;
	}
	.b-5-slider .b-5-slider-nav .slick-slide.slick-current:after {
	    content: '';
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0px;
	    top: 0;
	    background: rgba(124,185,51,0.67);
	}
	.b-5-slider-for {
	    margin-bottom: 10px;
	}

}


@media (max-width: 767px){

	.b-5{
		padding-bottom: 50px;
	}
	.b-5-slider .slick-slide {
	    width: auto;
	}
	.b-5-box > div {
	    float: none;
	    width: 100%;
	}
	.b-5-slider{
		width: 100%;
	}
	.b-5-box-right{
		display: none;
	}
	.b-5-slider .slick-slide {
	    padding: 30px 15px;
	    padding-bottom: 40px;
	}    
	.b-5-slider .slick-dots {
	    bottom: -20px;
	}
	.b-5-slider .slick-slide.slick-current {
	    padding-top: 30px;
	}
	.b-5t .title {
	    margin-bottom: 0;
	}
	.b-5-box-left {
	    padding: 0 15px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.b-5-box-left-line {
	    font-size: 13px;
	    line-height: 17px;
	}

}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-6~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-6{
	background: #fff;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    padding: 70px 0;
}
.b-6 .title{
	margin-bottom: 25px;
}
.b-6-title{
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding-left: 22px;
	margin-bottom: 70px;
}
.forma-box{
	position: relative;
	padding: 0 12px;
}
.forma-box:after{
	content: '';
	display: table;
	clear: both;
}
.forma-box > .form-group{
	float: left;
	width: 33.3333%;
	padding: 0 10px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}


.bootstrap-select .btn {
    display: block;
    padding: 26px 30px;
    padding-right: 55px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #828282;
    background: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.caret {
    border-top: 17px dashed;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px;
    vertical-align: middle;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 17px solid;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #f7f7f7;
    border-color: #7cb933;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none;
}


.forma .form-control {

    display: block;
    width: 100%;
    height: auto;
    padding: 26px 30px;
    padding-right: 55px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #828282;
    background: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.forma .form-control:focus{
    color: #000;
    background-color: #f7f7f7;
    border-color: #7cb933;
}

.forma .form-group-btn{
	padding-left: 22px;
}



.form-group-btn > .btn {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: rgba(134,198,82,1);
    background: -moz-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,198,82,1)), color-stop(100%, rgba(30,176,74,1)));
    background: -webkit-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -o-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: -ms-linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    background: linear-gradient(58deg, rgba(134,198,82,1) 0%, rgba(30,176,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c652', endColorstr='#1eb04a', GradientType=1 );
    position: relative;
    padding: 33px 15px;
    width: 457px;
    text-align: center;
    border-radius: 0;
    border: 0;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}
.form-group-btn > .btn:hover {
    color: #263049;
}


.forma .form-group{
	margin-bottom: 10px;
}	


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

.btn:active, .btn.active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}




@media (max-width: 1199px){

	.caret {
	    border-top: 8px dashed;
	    border-right: 6px solid transparent;
	    border-left: 6px solid transparent;
	}
	.bootstrap-select .dropdown-toggle .caret {
	    right: 15px;
	    margin-top: -4px;
	}
	.bootstrap-select .btn {
	    padding: 19px 15px;
	    padding-right: 35px;
	    font-size: 20px;
	    line-height: 28px;
	}
	.forma .form-control {
	    padding: 19px 15px;
	    font-size: 20px;
	    line-height: 28px;
	}

	.form-group-btn > .btn {
	    font-size: 20px;
	    line-height: 24px;
	    padding: 25px 15px;
	    width: 380px;
	}
	.forma .form-group {
	    margin-bottom: 40px;
	}


}


@media (max-width: 991px){

	.b-6-title {
	    font-size: 20px;
	    line-height: 24px;
	    padding-left: 22px;
	    margin-bottom: 40px;
	}
	.bootstrap-select .btn {
	    padding: 15px 15px;
	    padding-right: 35px;
	    font-size: 18px;
	    line-height: 22px;
	}
	.forma .form-control {
	    padding: 15px 15px;
	    font-size: 18px;
	    line-height: 22px;
	}

	.form-group-btn > .btn {
	    font-size: 18px;
	    line-height: 22px;
	    padding: 22px 15px;
	    width: 340px;
	}
	.forma .form-group {
	    margin-bottom: 30px;
	}




}


@media (max-width: 767px){

	.b-6 {
	    padding: 40px 0;
	}
	.b-6-title {
	    font-size: 18px;
	    line-height: 22px;
	    padding-left: 0;
	    margin-bottom: 30px;
	}
	.forma-box {
	    position: relative;
	    padding: 0px;
	}
	.forma-box > .form-group {
	    float: none;
	    width: 100%;
	    padding: 0px;
	}
	.forma .form-group {
	    margin-bottom: 15px;
	}
	.forma .form-group-btn {
	    padding-left: 0px;
	}
	.form-group-btn > .btn {
	    font-size: 18px;
	    line-height: 22px;
	    padding: 22px 15px;
	    width: 290px;
	}


}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-7~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-7{
	padding-top: 110px;
	padding-bottom: 50px;
}
.b-7-line{
	background: #fff;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.16);
    margin-bottom: 7px;
}
.b-7-head{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	position: relative;
	padding: 12px 45px;
	cursor: pointer;
}
.b-7-body{
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	color: #000;
	padding: 0 45px;
	padding-bottom: 12px;
	display: none;
}

.b-7 .caret {
    border-top: 9px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: color .3s, border .3s;
    -o-transition: color .3s, border .3s;
    transition: color .3s, border .3s;
}

.b-7 .active .caret, .b-7 .b-7-head:hover .caret {
	color: #7cb933;
}	
.b-7 .active .caret{
	border-top: 0;
	border-bottom: 9px dashed;
}





@media (max-width: 1199px){



}


@media (max-width: 991px){

	.b-7 {
	    padding-top: 70px;
	    padding-bottom: 30px;
	}
	.b-7-head {
	    font-size: 20px;
	    line-height: 30px;
	    padding: 12px 25px;
	    padding-right: 45px;
	}
	.b-7-body {
	    font-size: 18px;
	    line-height: 26px;
	    padding: 0 25px;
	    padding-bottom: 12px;
	}

}


@media (max-width: 767px){

	.b-7 {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.b-7-head {
	    font-size: 16px;
	    line-height: 26px;
	    padding: 12px 15px;
	    padding-right: 35px;
	}
	.b-7 .caret{
		right: 11px;
	}
	.b-7-body {
	    font-size: 15px;
	    line-height: 21px;
	    padding: 0 15px;
	    padding-bottom: 12px;
	}


}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-8~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-8{
	padding-top: 50px;
	padding-bottom: 80px
}
.b-8 .title{
	text-align: center;
	margin-bottom: 30px;
}	
.b-8 .title:before{
	content: none;
}	
.b-8-title-sub{
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-align: center;
	margin-bottom: 55px;
}
.b-8-title-sub > span{
	display: block;
}	
.b-8-title-sub a{
	font-weight: 700;
	color: #000;
}	

.forma-box2{
	position: relative;
	padding-left: 130px;
	padding-right: 55px;
	width: 100%;
}
.forma-box2:after{
	content: '';
	display: table;
	clear: both;
}
.form-group-l{
	float: left;
	width: 600px;
	padding-right: 27px;
}
.form-group-r{
	float: left;
	width: 384px;
}

.forma2 textarea.form-control{
	height: 218px;
	resize: none;
}
.forma.forma2 .form-group {
    margin-bottom: 0px;
}
.form-group-r .form-group {
	padding-top: 27px;
}	

.forma.forma2 .form-group-btn {
    padding-left: 0px;
    float: right;
    padding-top: 27px;
}

.forma2:before{
	content: '';
	display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 240px solid transparent;
	border-left: 240px solid #0a2e4e;
	border-bottom: 240px solid #0a2e4e;
}
.forma.forma2{
	position: relative;
	padding-bottom: 80px;
}
.forma-box2{
	position: relative;
	z-index: 2;	
}

@media (max-width: 1199px){

	.forma-box2 {
	    position: relative;
	    padding-left: 50px;
	    padding-right: 15px;
	    width: 100%;
	}
	.form-group-l {
	    float: left;
	    width: 555px;
	    padding-right: 27px;
	}
	.form-group-r {
	    float: left;
	    width: 320px;
	}
	.form-group-r .form-group {
	    padding-top: 41px;
	}

}


@media (max-width: 991px){

	.form-group-l {
	    float: left;
	    width: 410px;
	    padding-right: 27px;
	}
	.form-group-r {
	    float: left;
	    width: 245px;
	}
	.form-group-r .form-group {
	    padding-top: 36px;
	}
	.forma2 textarea.form-control {
	    height: 180px;
	    resize: none;
	}

}


@media (max-width: 767px){

	.b-8 {
	    padding-top: 20px;
	    padding-bottom: 40px;
	    overflow: hidden;
	}
	.forma.forma2 {
	    position: relative;
	    padding-bottom: 40px;
	}

	.forma-box2 {
	    position: relative;
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 100%;
	}
	.form-group-l {
	    float: none;
	    width: 100%;
	    padding-right: 0px;
	}
	.form-group-r {
	    float: none;
	    width: 100%;
	}
	.forma2:before {
	    content: '';
	    display: block;
	    width: 0;
	    height: 0;
	    position: absolute;
	    left: -15px;
	    bottom: 0;
	    border: 200px solid transparent;
	    border-left: 200px solid #0a2e4e;
	    border-bottom: 200px solid #0a2e4e;
	}
	.form-group-r .form-group {
	    padding-top: 15px;
	}
	.b-8-title-sub {
	    font-size: 16px;
	    line-height: 26px;
	    margin-bottom: 30px;
	}

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-MAP~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-map .col-xs-12{
	min-height: 0px;
}
.b-map{
	height: 440px;
}
.map-box{
	background: #fff;
	padding: 30px;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 9;
	-webkit-box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.2);
    box-shadow: 12px 12px 32px 0 rgba(0,0,0,0.2);
}
.map-title{
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}


.map-line > a{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #7cb933;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.map-line > a:hover{
	color: #000;
}
.map-line > div{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
}
.map-yan{
	height: 100%;
}


@media (max-width: 1199px){



}


@media (max-width: 991px){

	.b-map{
		height: 420px;
	}

}


@media (max-width: 767px){

	.map-yan{
		height: 300px;
	}
	.b-map{
		height: auto;
	}
	.map-box{
		background: #fff;
		padding: 15px 15px;
		position: static;
		left: auto;
		top: auto;
		z-index: 9;
		-webkit-box-shadow: 0px 0px 32px 0 rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 32px 0 rgba(0,0,0,0.2);
    	margin-bottom: 15px;
	}

}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-FOOTER~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-footer{
	background: #0a2e4e url(../images/b-footer-bg.jpg) no-repeat center bottom;
	padding-top: 20px;
	padding-bottom: 65px;
}

.b-footer .navbar {
    margin-bottom: 00px;
}

.b-footer .navbar-default .navbar-nav > li.phone > a {
    color: #fff;
}
.b-footer .navbar-default .navbar-nav > li.phone > a:hover {
    color: #7cb933;
}

.b-footer .collapse {
    display: block;
}

footer{
	background: #092843;
	height: 55px;
}

@media (max-width: 1199px){



}


@media (max-width: 991px){



}


@media (max-width: 767px){

	.b-footer{
		background: #0a2e4e;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.b-footer .navbar-brand {
	    margin-right: 0;
	    margin: 0 auto;
	}
	.b-footer .navbar-header{
	    margin: 0 auto;
	    width: 168px;
	    margin-bottom: 15px;
	}
	footer{
		display: none;
	}	



}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-1~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


@media (max-width: 1199px){



}


@media (max-width: 991px){



}


@media (max-width: 767px){



}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~MODALS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.modal-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.modal-wind{
	display: none;
	width: 320px;
}
.fancybox-content{
	padding: 30px;
	border-radius: 0px;
	background: #eee;
}
.fancybox-slide--html .modal-wind .fancybox-close-small {
    padding: 0px;
}
.modal-wind .fancybox-button{
	width: 30px;
	height: 30px;
}

.modal-wind.modal-wind-politic{
	width: 700px;
}

.modal-wind .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 17px 20px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #424242;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.05);
}
.modal-wind .btn {
    display: block;
    width: 100%;
    padding: 18px 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.075em;
    background: #03AE43;
    border: 0px solid transparent;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.modal-wind .btn:hover {
    background: #26D166;
}

.modal-text{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

@media (max-width: 767px){

	.modal-wind{
		width: 290px;
	}
	.modal-wind.modal-wind-politic{
		width: 100%;
	}
	.modal-text{
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
	}
	.fancybox-content.modal-wind-politic{
		padding: 30px 15px;
	}	


}	