.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding: 0;
}
.row{
	margin: 0;
}
.container{
	padding: 0 10px;
}
img{
	max-width: 100%;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
*::-webkit-input-placeholder {
	color: #777777;
	opacity: 1;
}
*:-moz-placeholder {
	color: #777777;
	opacity: 1;
}
*::-moz-placeholder {
	color: #777777;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #777777;
	opacity: 1;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 24px;
	min-width: 320px;
	max-width: 1920px;
	position: relative;
	overflow-x: hidden;
	color: #232323;
	background-color: #fff;
	line-height: 1.3em;
	margin: 0 auto;
}
*{
	line-height: 1.3em;
}
a{
	color: #232323;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
p{
	margin: 0;
}
p.sb{
	font-family: "OpenSansSemiBold";
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}
h1{
	font-size: 58px;
	font-family: "RubikBold";
	letter-spacing: -1px;
	text-align: center;
}
h1 span{
	display: block;
	font-size: 39px;
	line-height: 1.3em;
}
h2{
	font-size: 30px;
	font-family: "RubikBold";
	color: #41a29a;
	text-align: center;
	text-transform: uppercase;
}
h3{
	font-size: 24px;
	text-transform: uppercase;
	font-family: "OpenSansSemiBold";
}
form{
	text-align: center;
}
form h3{
	font-size: 42px;
	color: #fff;
	text-transform: none;
	font-family: "RubikBold";
	margin-bottom: 40px;
}
form h3 span{
	color: #41a29a;
}
form .border{
	padding: 20px;
	max-width: 900px;
	margin: 0 auto 40px;
	border: 3px solid #41a29a;
	border-radius: 2px;
}
input:not(.btn){
	width: 100%;
	max-width: 271px;
	height: 36px;
	background-color: white;
	border: 1px solid #858585;
	padding: 0 10px;
	color: #777777;
	font-size: 17px;
}
input.btn{
	padding: 0;
	width: 272px;
	height: 55px;
}
input.ierror{
	border-color: red;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.btn{
	display: inline-block;
	background-color: #41a29a;
	border-radius: 2px;
	text-align: center;
	border: none;
	padding: 13px 25px;
	color: #fff;
	font-size: 22px;
	line-height: 1.3em;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background-color: #7accc7;
}

/*HEADER*/
header{
	background-image: url(../img/bg/bg_header.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 99;
	min-height: 1020px;
	text-align: center;
	padding-top: 110px;
}
.header_top{
	background-color: #fff;
	text-align: center;
	position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	width: 100%;
	min-width: 320px;
	z-index: 999;
	top: 0;
	left: 0;
	box-shadow: 0 3px 20px rgba(0,0,0,.6);
}
.logo{
	float: left;
	text-align: left;
	margin-top: 20px;
}
.logo div{
	font-size: 14px;
	line-height: 1.2em;
	display: inline-block;
}
.callback{
	float: right;
	text-align: right;
	margin-top: 0;
}
.callback .mail{
	font-size: 19px;
}
.callback .phone{
	font-size: 24px;
	line-height: 1.3em;
}
.callback .btn{
	font-size: 15px;
	padding: 7px 10px;
	min-width: 205px;
}
.lang{
	float: right;
	margin-left: 10px;
}
.lang li{
	line-height: 1em;
	display: inline-block;
}
.lang a{
	display: inline-block;
	line-height: 1em;
}
.menu_small{
	display: none;
}
.menu{
	text-align: center;
	margin-top: 30px;
}
.menu li{
	display: inline-block;
	margin: 0 2px;
}
.menu ul a{
	display: inline-block;
	font-size: 15px;
	line-height: 1.3em;
	border-bottom: 5px solid transparent;
	padding: 10px 2px 45px;
	text-transform: uppercase;
}
.menu ul .active a{
	color: #41a29a;
	border-color: #41a29a;
}
.menu ul a:hover{
	color: #41a29a;
}
.header_main{
	padding: 140px 0 50px;
	color: #fff;
}
.header_main .btn{
	margin: 110px 0;
	font-size: 28px;
}

/*PROVIDER*/
.s_provider{
	padding: 95px 0;
	text-align: center;
}
.s_provider p.sb{
	margin: 20px 0 0;
}
.s_provider .wrap{
	margin-top: 80px;
}
.s_provider .item{
	line-height: 160px;
	padding: 5px;
	display: block;
}
.s_provider .item img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*/PROVIDER*/

/*FORM 1*/
.s_form1{
	background-image: url(../img/bg/bg_form1.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 300px 0 230px;
	margin-top: -60px;
	color: #fff;
}
/*/FORM 1*/

/*PRICE*/
.s_price{
	padding: 75px 0;
	text-align: center;
}
.s_price .wrap{
	margin-top: 60px;
}
.s_price .item{
	line-height: 160px;
	display: block;
}
.s_price .bottom{
	margin-top: 40px;
}
.s_price h3{
	margin-bottom: 10px;
}
.s_price .item img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*/PRICE*/

/*ADVANTAGES*/
.s_advantages{
	background-image: url(../img/bg/bg_advantages.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 250px 0 170px;
	margin-top: -120px;
	color: #fff;
}
.s_advantages h2{
	color: #fff;
}
.s_advantages .wrap{
	margin-top: 20px;
}
.s_advantages .item{
	position: relative;
	padding-left: 75px;
	max-width: 470px;
	margin: 40px auto 0;
	font-size: 22px;
}
.s_advantages .item .center{
	height: 140px;
	display: table-cell;
	vertical-align: middle;
}
.s_advantages .item::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	background-image: url(../img/bg/bg_advantages_items.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_advantages .item.item2::before{
	background-position: -70px 0;
}
.s_advantages .item.item3::before{
	background-position: -140px 0;
}
.s_advantages .item.item4::before{
	background-position: -210px 0;
}
.s_advantages .item.item5::before{
	background-position: -280px 0;
}
.s_advantages .item.item6::before{
	background-position: -350px 0;
}
/*/ADVANTAGES*/

/*STEP*/
.s_step{
	padding: 70px 0 50px;
}
.s_step .wrap{
	margin-top: 80px;
	text-align: center;
	position: relative;
}
.s_step .wrap::before{
	content: '';
	position: absolute;
	top: 218px;
	left: 50%;
	width: 100%;
	max-width: 740px;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
	border-bottom: 6px dashed #41a29a;
}
.s_step .item{
	display: inline-block;
	max-width: 250px;
	margin: 0 -45px ;
	vertical-align: top;
	position: relative;
	font-size: 22px;
}
.s_step .item .number{
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	line-height: 68px;
	background-color: white;
	border: 6px solid #41a29a;
	border-radius: 50%;
	font-size: 49px;
	color: #41a29a;
}
.s_step .item:nth-child(2n+1){
	padding-top: 280px;
}
.s_step .item.item1{
	margin-left: 0;
}
.s_step .item.item4{
	font-size: 20px;
}
.s_step .item.item5{
	margin-right: 0;
}
/*/STEP*/

/*FORM 2*/
.s_form2{
	background-image: url(../img/bg/bg_form2.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 225px 0 90px;
	margin-top: -80px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 3;
}
.s_form2 h2{
	font-size: 47px;
}
.s_form2 form{
	margin: 20px 0 30px;
}
/*/FORM 2*/

/*COOPERATION*/
.s_cooperation{
	padding: 50px 0;
	text-align: center;
}
.s_cooperation h2{
	margin-bottom: 30px;
}
/*/COOPERATION*/

/*CONTACTS*/
.s_contacts{
}
.s_contacts .wrap{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	max-width: 376px;
	min-height: 390px;
	background-color: rgba(35, 35, 35, 0.9);
	padding: 20px 10px;
	font-size: 19px;
	text-align: center;
	z-index: 3;
}
.s_contacts .wrap,
.s_contacts .wrap a{
	color: #fff;
}
.s_contacts .wrap h2{
	font-size: 23px;
	color: #fff;
	margin-bottom: 20px;
}
.s_contacts .wrap ul{
}
.s_contacts .wrap li{
	margin-top: 15px;
}
.s_contacts .wrap li span{
	color: #41a29a;
}
.s_contacts .wrap p{
	font-size: 16px;
	text-align: left;
}
#map{
	width: 100%;
	height: 500px;
}
/*/CONTACTS*/

/*FOOTER*/
footer{
	padding: 10px 0 20px;
	text-align: center;
}
footer .title{
	margin-top: 30px;
	color: #41a29a;
	font-size: 19px;
}
/*/FOOTER*/

/*MENU SMALL*/
.c-hamburger {
	display: block;
	position: relative;
	width: 35px;
	height: 26px;
	display: inline-block;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 999;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #41a29a;
	border-radius: 5px;
}
.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #41a29a;
	border-radius: 5px;
	content: "";
}
.c-hamburger span::before {
	top: -11px;
}
.c-hamburger span::after {
	bottom: -11px;
}
.c-hamburger--htx {
	background-color: transparent;
}
.c-hamburger--htx span {
	transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
	background-color: transparent;
}
.c-hamburger--htx.is-active span {
	background: none;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #41a29a;
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #41a29a;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}
/*/MENU SMALL*/

.fancybox-close{
	background-image: url(../img/bg/bg_popup_close.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover{
	opacity: .8;
}
.fancybox-skin{
	padding: 0 !important;
	background-color: transparent !important;
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(65,162,154,.9);
}
.popup{
	max-width: 400px;
	width: 100%;
	padding: 40px 10px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.37);
	border: 3px solid #41a29a;
	color: #fff;
	text-align: center;
}
.popup h2{
	font-size: 25px;
	margin-bottom: 25px;
}
.popup input:not(.btn){
	max-width: 300px;
	height: 45px;
	margin-bottom: 15px;
}
.popup#thanks h2{
	margin-bottom: 0;
}
/*/POPUP*/

/*ANIMATION*/
.s_provider .item,
.s_price .item,
.s_form1 form,
.s_form2 form,
.s_advantages .item{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
/*/ANIMATION*/







