/* System */
body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
}
section{
	padding-top: 70px;
	padding-bottom: 70px;
}
section h2{
	margin-top: 0;
}
h4{
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h1,
h2{
	font-family: 'MuseoSansCyrl-700', sans-serif;
}
h3{
	font-family: 'MuseoSansCyrl-500', sans-serif;
	line-height: 1.4;
	margin-bottom: 60px;
}
h2{
	font-size: 45px;
}
p{
	font-size: 18px;
}
a{
	-webkit-transition: all .2s linear;
	        transition: all .2s linear;
}
a:focus{
	text-decoration: none;
	color: #333333;
	outline: none !important;
}
a.anchor{
	position: relative;
	top: -50px;
	display: block;
	visibility: hidden;
}
::-moz-selection{
	color: #ffffff;
	background: #f74058;
}
::selection{
	color: #ffffff;
	background: #f74058;
}
.narrow{
	margin-top: 60px;
}
.narrow-half{
	margin-top: 30px;
}
.v-align-top{
	display: inline-block;
	float: none;
	vertical-align: top;
}
.v-align-middle{
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.not-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.img-center{
	margin: 0 auto;
}
.video-holder{
	position: relative;
	display: block;
}
.video-holder:before{
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition: opacity .2s linear;
	        transition: opacity .2s linear;
	opacity: .3;
	background-color: #000000;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	    filter: alpha(opacity=30);
}
.video-holder:hover:before{
	opacity: .4;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	    filter: alpha(opacity=40);
}
.video-holder:after{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 88px;
	height: 88px;
	margin-top: -44px;
	margin-left: -44px;
	content: '';
	cursor: pointer;
	-webkit-transition: all .2s linear;
	        transition: all .2s linear;
	opacity: .7;
	background: url(../img/play.png) no-repeat 50% 50%;
	background-size: cover;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	    filter: alpha(opacity=70);
}
.video-holder:hover:after{
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	opacity: 1;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	    filter: alpha(opacity=100);
}
.small-thumbinal:after{
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
}
.form-control{
	font-size: 16px;
	height: 44px;
	padding: 6px 22px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,.6);
	background-color: transparent;
	background-image: none;
}
.form-control:focus,
.form-control.focus{
	border-color: #ffffff;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder{
	opacity: .6;
	color: #ffffff;
}
.form-control::-moz-placeholder{
	opacity: .6;
	color: #ffffff;
}
.form-control:-moz-placeholder{
	opacity: .6;
	color: #ffffff;
}
.form-control:-ms-input-placeholder{
	opacity: .6;
	color: #ffffff;
}
.form-control-dark{
	color: #333333;
	border-color: #a4a3a3;
}
.form-control-dark:focus,
.form-control-dark.focus{
	border-color: #333333;
}
.form-control-dark::-webkit-input-placeholder{
	color: #a4a3a3;
}
.form-control-dark::-moz-placeholder{
	color: #a4a3a3;
}
.form-control-dark:-moz-placeholder{
	color: #a4a3a3;
}
.form-control-dark:-ms-input-placeholder{
	color: #a4a3a3;
}
.btn{
	font-size: 18px;
	font-weight: bold;
	padding: 9px 24px;
	border: none;
	border-radius: 100px;
}
.btn.focus,
.btn:focus,
.btn:hover{
	color: inherit;
}
.btn-block{
	margin-top: -6px;
	padding: 16px 24px;
}
.btn-ok{
	padding-right: 40px;
	padding-left: 40px;
}
.btn-big{
	padding-top: 14px;
	padding-bottom: 14px;
}
.btn-white{
	color: #ea134d;
	background-color: #ffffff;
}
.btn-white:hover{
	opacity: .8;
	color: #ea134d;
}
.btn-white:active{
	opacity: 1;
	box-shadow: inset 0 2px 4px rgba(0,0,0,.4);
}
.btn-pink{
	color: #ffffff;
	background: #e7044d;
	background:    -moz-linear-gradient(left,  #e7044d 0%, #fe595d 100%);
	background: -webkit-linear-gradient(left,  #e7044d 0%,#fe595d 100%);
	background:         linear-gradient(to right,  #e7044d 0%,#fe595d 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7044d', endColorstr='#fe595d',GradientType=1 );
}
.btn-pink:hover,
.btn-pink:focus{
	color: #ffffff;
	background: #f1537e; /* Old browsers */
	background:    -moz-radial-gradient(center, ellipse cover,  #f1537e 0%, #fea9ac 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #f1537e 0%,#fea9ac 100%);
	background:         radial-gradient(ellipse at center,  #f1537e 0%,#fea9ac 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1537e', endColorstr='#fea9ac',GradientType=1 );
}
.btn-pink:focus{
	box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
}
.ico-inline{
	margin-right: 5px;
}

.light-shadow{
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.3);
	        box-shadow: 0 10px 25px rgba(0,0,0,.3);
}
.no-margin{
	padding: 0;
}
.underlined{
	text-decoration: underline;
}
/* System - END */

/* Top Panel */
.top-panel{
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-panel__slogan{
	font-family: 'MuseoSansCyrl-700', sans-serif;
	font-size: 18px;
	line-height: 1;
	margin-left: 15px;
}
.top-panel__call-us-phone{
	font-size: 32px;
	color: #333333;
}
.top-panel__call-us-phone:hover{
	text-decoration: none;
	color: #e80a4c;
}
.top-panel__callback-button{
	margin-left: 15px;
}
.top-panel__call-us-info{
	font-size: 11px;
	text-align: center;
}
/* Top Panel - END */
/* Header */
header{
	background: #ffffff;
}
/* Header - END */
/* Main Nav */
.navbar{
	margin: 0;
	border: none;
	border-radius: 0;
}
.navbar-fixed-top{
	position: relative;
	-webkit-animation: .3s slideInDown both;
	        animation: .3s slideInDown both;
}
.scrolled-nav{
	position: fixed;
	z-index: 1030;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	-webkit-animation: .3s slideInDown both;
	        animation: .3s slideInDown both;
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.1);
	        box-shadow: 0 2px 16px rgba(0,0,0,.1);
}
.scrolled-nav.sticky{
	display: block;
}
.scrolled-nav .navbar-header{
	float: none;
}
.scrolled-nav .navbar-left,
.scrolled-nav .navbar-right{
	float: none !important;
}
.scrolled-nav .navbar-toggle .icon-bar{
	-webkit-transition: all .2s linear;
	        transition: all .2s linear;
	background-color: #ffffff;
}
.scrolled-nav .navbar-nav{
	float: none!important;
	margin-top: 0;
}
.scrolled-nav.navbar-nav > li{
	float: none;
}
.scrolled-nav .navbar-nav > li > a{
	padding-top: 10px;
	padding-bottom: 10px;
}	
.scrolled-nav__call-us-phone{
	font-size: 20px;
	text-decoration: none;
	color: #000000;
}
.scrolled-nav__call-us-phone:hover{
	text-decoration: underline;
	color: #000000;
}
.scrolled-nav__logo{
	margin-right: 15px;
}
.scrolled-nav_callback{
	font-size: 12px;
	margin-right: 10px;
	color: #000000;
	border: 1px solid rgba(255,255,255,.5);
	background: transparent;
}
.scrolled-nav_callback:hover,
.scrolled-nav_callback:focus{
	opacity: .7;
	color: #ea134d;
	background-color: #ffffff;
}
.navbar-nav{
	width: 100%;
}
.navbar-default{
	background: #e7044d;
	background:    -moz-linear-gradient(left,  #e7044d 0%, #fe595d 100%);
	background: -webkit-linear-gradient(left,  #e7044d 0%,#fe595d 100%);
	background:         linear-gradient(to right,  #e7044d 0%,#fe595d 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7044d', endColorstr='#fe595d',GradientType=1 );
}
.navbar-default .navbar-nav > li{
	width: 16.66666666666667%;
	text-align: center;
}
.navbar-default .navbar-nav > li > a{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a{
	color: #ffc9d9;
}
.navbar-collapse{
	padding-right: 0;
	padding-left: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
	color: #ffc9d9;
	background-color: transparent;
}
.scrolled-nav .navbar-default{
	background: #ffffff;
}
.scrolled-nav .navbar-default .navbar-nav > li{
	width: auto;
}
.scrolled-nav .navbar-default .navbar-nav > li > a{
	font-size: 16px;
	color: #000000;
}
.scrolled-nav  .navbar-default .navbar-nav > li > a:hover,
.scrolled-nav  .navbar-default .navbar-nav > li > a:focus,
.scrolled-nav  .navbar-default .navbar-nav > li.active > a{
	color: #e7044d;
}
.scrolled-nav .navbar-default .navbar-nav > .active > a,
.scrolled-nav .navbar-default .navbar-nav > .active > a:focus,
.scrolled-nav .navbar-default .navbar-nav > .active > a:hover{
	color: #e7044d;
	background-color: transparent;
}
/* Main Nav - END */

/* Main Banner */
.main-banner{
	position: relative;
	overflow: hidden;
	max-height: 600px;
}
.main-banner__cover{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .4;
	background-color: #000000;
}
.main-banner__img{
	z-index: -100;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	margin-top: -10%;
	transition: 1s opacity;
	background: url('//img.youtube.com/vi/IyTv_SR2uUo/maxresdefault.jpg') no-repeat;
	background-size: cover;
}
.main-banner__desc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
}
.main-banner__desc__title{
	font-size: 55px;
	margin-top: 60px;
	margin-bottom: 0;
}
.main-banner__desc__play{
	display: inline-block;
	width: 88px;
	height: 88px;
	margin-top: 50px;
	-webkit-transition: all .1s linear;
	        transition: all .1s linear;
}
.main-banner__desc__play:hover{
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
.main-banner__desc__subtitle{
	font-size: 28px;
	font-weight: normal;
	margin-top: 50px;
}
.main-banner__mouse{
	position: absolute;
	bottom: 10px;
	width: 100%;
	opacity: .8;
}
.main-banner__mouse__img{
	display: inline-block;
	-webkit-animation: slideInDown 1.5s;
	        animation: slideInDown 1.5s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
.main-banner__mouse__tip{
	font-size: 12px;
	margin-top: 10px;
	color: #ffffff;
}
/* Main Banner - END */

/* Section 1 */
.section1{
	background-color: #f7f6f7;
}
.s1-img{
	padding-top: 80px;
}
.s1-content{
	padding-left: 60px;
}
.s1-subtitle{
	margin-bottom: 30px;
}
.s1-item__ico{
	margin-bottom: 20px;
}
.s1-item__desc{
	font-size: 18px;
	padding: 0 70px;
}

/* Section 1 - END */

/* Section 2 */
.s2-item{
	margin-bottom: 60px;
}
.s2-item:hover .s2-item__img{
	-webkit-transform: translate3d(0, -10px, 0);
	        transform: translate3d(0, -10px, 0);
}
.s2-item__img{
	-webkit-transition: all .1s linear;
	        transition: all .1s linear;
}
.s2-item__desc{
	margin-top: 20px;
	padding: 0 40px;
}

/* Section 2 - END */
/* Section 3 */
.section3{
	background-color: #f5f6f6;
}
.s3-item{
	margin-bottom: 30px;
}
.s3-item__desc{
	padding: 30px;
	color: #ffffff;
	background: #e7044d;
	background:    -moz-linear-gradient(bottom,  #e7044d 0%, #fe595d 100%);
	background: -webkit-linear-gradient(bottom,  #e7044d 0%,#fe595d 100%);
	background:         linear-gradient(to top,  #e7044d 0%,#fe595d 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7044d', endColorstr='#fe595d',GradientType=1 );
}
.s3-item__desc__title{
	margin-top: 0;
}
.s3-item__desc__text{
	margin-bottom: 0;
}
.s3-footer__title{
	margin-top: 60px;
}
.s3-item2{
	width: 14%;
	padding-right: 5px;
	padding-left: 5px;
}
.s3-item2__title{
	margin-top: 15px;
}
/* Section 3 - END */

/* Section 4 */
.section4{
	color: #ffffff;
	background: #f74058 url(../img/s4-bg.png);
}
/* Section 4 - END */

/* Section 5 */
.s5-item{
	z-index: -1;
	margin-top: -100px;
}
/* Section 5 - END */

/* Section 6 */
.section6{
	color: #ffffff;
	background-color: #231f20;
}
.section6-subsection{
	padding: 40px 0;
	color: #ffffff;
	background-color: #2e2a2b;
}
.subsection-title{
	margin: 0;
}
.s6-section-title{
	margin-bottom: 60px;
}
.s6-item__img{
	position: relative;
	width: 35%;
}
.s6-item__img:after{
	position: absolute;
	right: -60px;
	bottom: 30px;
	width: 101px;
	height: 81px;
	content: '';
	background: url(../img/quote.png) no-repeat 50% 50%;
	background-size: cover;
}
.s6-item__desc{
	width: 65%;
	padding-right: 30px;
	padding-left: 60px;
}
.s6-item__desc__text{
	font-size: 18px;
}
.s6-item__desc__text small{
	display: block;
	margin-top: 30px;
}
/* Section 6 - END */

/* Section 7 */
.s7-section-title{
	margin-bottom: 60px;
}
.s7-intro__img__subtitle{
	margin-top: 20px;
}
.s7-intro__desc__title{
	margin-bottom: 30px;
}
.s7-intro__desc__subtitle{
	margin-top: 40px;
}
.s7-item{
	margin-bottom: 30px;
}
.s7-item:hover .s7-item__img{
	-webkit-transform: translate3d(0, -10px, 0);
	        transform: translate3d(0, -10px, 0);
}
.s7-item__img{
	-webkit-transition: all .1s linear;
	        transition: all .1s linear;
}
.s7-item__title{
	margin-top: 20px;
}
.s7-outro__title{
	margin-top: 60px;
	margin-bottom: 40px;
}
.s7-outro__subtitle__red{
	font-style: italic;
	color: #e6014c;
}
/* Section 7 - END */

/* Section 8 */
.section8{
	color: #ffffff;
	background-color: #231f20;
}
.carousel-control{
	position: absolute;
	top: 50%;
	bottom: inherit;
	left: inherit;
	width: auto;
	margin-top: -28px;
	opacity: .5;
	background-color: rgba(0,0,0,0);
	text-shadow: none;

	filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
}
.carousel-indicators{
	position: absolute;
	z-index: 15;
	bottom: -30px;
	left: 60px;
	width: inherit;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li{
	border: 2px solid #ffffff;
}

.carousel-inner p{
	font-size: 16px;
	margin-bottom: 30px;
}
.carousel-inner h4{
	font-weight: normal;
}
.carousel-inner i{
	position: relative;
	top: -2px;
}
.carousel__padding{
	margin: 0 60px;
}
.carousel__video a{
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.4);
	        box-shadow: 0 15px 20px rgba(0,0,0,.4);
}

.carousel__video{
	margin-top: 10px;
}
.s8-button{
	margin-top: 20px;
	color: #231f20;
}
.s8-button:hover{
	color: #75696c;
}
.s8-footer{
	margin-top: 90px;
}
.s8-footer__title{
	line-height: 1.6;
	margin-top: 0;
	padding-right: 40px;
}
/* Section 8 - END */

/* Section 9 */
.section9{
	padding-bottom: 120px;
	color: #ffffff;
	background: #f74058 url(../img/s4-bg.png);
}
/* Section 9 - END */

/* Section 10 */
.s10-item{
	margin-bottom: 60px;
}
.s10-item__desc__title{
	font-size: 18px;
	margin-top: 20px;
}
.s10-item__desc__info{
	font-size: 16px;
}
.s10-show-more__link{
	display: block;
	padding: 10px 0;
	color: #333333;
}
.s10-show-more__link:hover{
	text-decoration: none;
	color: #f74058;
}
.s10-show-more__link img{
	-webkit-transition: all .2s linear;
	        transition: all .2s linear;
}
.s10-show-more__link:hover i img{
	-webkit-transform: rotate3d(180deg);
	        transform: rotate(180deg);
}
.s10-show-more__subtitle{
	font-size: 12px;
	color: #b7b7b7;
}
/* Section 10 - END */

/* Section 11 */
.section11{
	background: #cccccc url(../img/s11-bg.png) 50% 50%;
}
.s11-item{
	margin-bottom: 30px;
}
.s11-item__number{
	font-family: 'MuseoSansCyrl-500', sans-serif;
	font-size: 85px;
	color: #8d8d8d;
}
.s11-item__desc__title{
	margin-bottom: 15px;
}
/* Section 11 - END */

/* Section 13 */
.section13{
	padding-bottom: 120px;
}
.s13-item img{
	margin-bottom: 60px;
}
.s13-item__img{
	-webkit-transition: all .1s linear;
	        transition: all .1s linear;
}
.s13-item__img:hover{
	-webkit-transform: translate3d(0, -10px, 0);
	        transform: translate3d(0, -10px, 0);
}
.s13-item__footer-title{
	margin-bottom: 50px;
}
/* Section 13 - END */
/* Section 14 */
.section14{
	background-color: #f5f5f5;
}
.s14-title{
	margin-bottom: 60px;
}
/* Section 14 - END*/

/* Section 15 */
.section15{
	color: #ffffff;
	background: #f74058 url(../img/s4-bg.png);
}
.s15-item__ico{
	margin-bottom: 30px;
}
.s15-item__desc{
	padding: 0 15px;
}
.s15-item__desc__text{
	font-family: 'MuseoSansCyrl-700', sans-serif;
}

.s15-vids{
	margin-top: 30px;
}
.s15-vids__title{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 30px;
}
/* Section 15 - END */

/* Section 16 */
.section16{
	padding: 0;
	color: #ffffff;
	background-color: #231f20;
}
.section16 .container-fluid .col-md-3{
	padding-right: 0;
	padding-left: 0;
}
.section16 a{
	color: #ffffff;
}
.section16 a:hover{
	text-decoration: none;
}
.s16-contacts{
	padding-top: 60px;
	padding-bottom: 60px;
}
.s16-contacts-inner{
	padding-right: 60px;
}
.copyr{
	margin-top: 30px;
}
.copyr,
.copyr a{
	color: #707070;
}
.copyr a{
	text-decoration: underline;
}
.s16-map{
	height: 650px;
	padding-right: 0;
	background: url(../img/map.jpg) no-repeat 50% 50%;
	background-size: cover;
}

/* Section 16 - END */

/* Keyframes */
@-webkit-keyframes slideInDown{
	from{
		visibility: visible;
		-webkit-transform: translate3d(0, -50%, 0);
		        transform: translate3d(0, -50%, 0);
	}

	to{
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown{
	from{
		visibility: visible;
		-webkit-transform: translate3d(0, -50%, 0);
		        transform: translate3d(0, -50%, 0);
	}

	to{
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
/* Keyframes - END */

/* Media */
@media screen and (max-width: 1199px){
	.srcolled-nav-wrapper{
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		min-height: 0;
		background: #ffffff;
		-webkit-box-shadow: 0 7px 16px rgba(0,0,0,.1);
		        box-shadow: 0 7px 16px rgba(0,0,0,.1);
	}
	.scrolled-nav__call-us-phone{
		margin-right: 20px;
	}
	.scrolled-nav .navbar-default .navbar-nav > li{
		float: none;
		width: 100%;
	}
	.scrolled-nav .navbar-toggle{
		display: block;
		margin-right: 0;
		-webkit-transition: all .2s linear;
		        transition: all .2s linear;
		border: none;
		border-radius: 0;
	}
	.scrolled-nav .navbar-toggle:hover,
	.scrolled-nav .navbar-toggle:focus{
		background-color: #ffffff;
	}
	.scrolled-nav .navbar-toggle:hover .icon-bar,
	.scrolled-nav .navbar-toggle:focus .icon-bar{
		background-color: #e7044d;
	}
	.scrolled-nav .navbar-toggle .icon-bar{
		-webkit-transition: all .2s linear;
		        transition: all .2s linear;
		background-color: #000000;
	}
	.scrolled-nav .navbar-collapse{
		position: relative;
		overflow: hidden;
		width: 100%;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	}
	.scrolled-nav .navbar-collapse.collapse{
		display: none!important;
		visibility: hidden!important;
		width: 100%;
		height: 0!important;
	}
	.scrolled-nav .navbar-collapse.in{
		display: block !important;
		visibility: visible !important;
		overflow: visible !important;
		height: auto !important;
		padding-bottom: 0;
		-webkit-transition-timing-function: ease;
		     -o-transition-timing-function: ease;
		        transition-timing-function: ease;
		-webkit-transition-duration: .35s;
		     -o-transition-duration: .35s;
		        transition-duration: .35s;
		-webkit-transition-property: height, visibility;
		     -o-transition-property: height, visibility;
		        transition-property: height, visibility;
	}
	.scrolled-nav .navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	a.anchor{
		top: 0;
	}
	.top-panel__slogan{
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
	.top-panel__call-us,
	.top-panel__callback-button,
	.top-panel__call-us-info{
		text-align: right;
	}
	.top-panel__callback-button{
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 15px;
	}
	.s3-item__desc__text{
		font-size: 16px;
	}
	.s16-contacts{
		text-align: center;
	}
	.s16-contacts-inner{
		padding-right: 0;
	}
}
@media screen and (max-width: 991px){
	.navbar-default .navbar-nav > li > a{
		font-size: 13px;
	}
	.main-banner__desc__title{
		font-size: 34px;
		margin-top: 80px;
	}
	.s1-content{
		padding-left: 15px;
	}
	.s1-img{
		margin-bottom: 40px;
	}
	.s1-img img{
		margin: 0 auto;
	}
	.s1-content h2,
	.s1-content h3{
		/*text-align: center;*/
	}
	.s1-item__desc{
		padding: 0;
	}
	.s3-item__desc__text{
		font-size: 14px;
	}
	.s3-item2{
		width: 25%;
		margin-bottom: 40px;
	}
	.form-control{
		margin-bottom: 30px;
	}
	.s6-item{
		margin-bottom: 90px;
	}
	.s7-intro__img__subtitle{
		margin-bottom: 60px;
	}
	.s7-intro__desc__subtitle{
		margin-bottom: 15px;
	}
	.carousel-indicators{
		left: 50%;
		margin-bottom: -10px;
		margin-left: -22px;
	}
	.carousel__video{
		margin-top: 50px;
	}
	.s8-footer__title{
		padding: 0;
		text-align: center;
	}
	.s15-items{
		text-align: center;
	}
	.s15-item2{
		margin-bottom: 30px;
	}
	.s7-item{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	h2{
		font-size: 34px;
	}
	h3{
		font-size: 20px;
	}
	.btn{
		font-size: 16px;
	}
	.top-panel__call-us,
	.top-panel__callback-button,
	.top-panel__call-us-info{
		text-align: center;
	}
	.top_panel__item{
		margin-top: 15px;
		text-align: center;
	}
	.top-panel__call-us-phone{
		font-size: 28px;
	}
	.navbar-default .navbar-nav > li{
		width: 100%;
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 18px;
	}
	.navbar-fixed-top{
		position: fixed;
	}
	.navbar-toggle{
		display: block;
		width: 100%;
		margin-right: 0;
		border: none;
		border-radius: 0;
	}
	.navbar-toggle .icon-bar{
		margin: 0 auto;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #ffffff;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover{
		background-color: #dc424f;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form{
		border-color: #dc424f;
	}
	.navbar-nav{
		margin: 0;
	}
	.main-banner{
		max-height: 400px;
	}
	.main-banner__desc__title{
		font-size: 22px;
		margin-top: 50px;
	}
	.main-banner__desc__subtitle{
		font-size: 18px;
	}
	.main-banner__desc__play{
		width: 60px;
		height: 60px;
	}
	.main-banner__desc__play img{
		display: block;
		max-width: 100%;
		height: auto;
	}
	.s1-img{
		padding-top: 0;
	}
	.s1-item{
		margin-bottom: 50px;
	}
	.s1-item__desc{
		font-size: 16px;
		padding: 0 15px;
	}
	.s3-items2{
		text-align: left;
	}
	.s3-item2{
		width: 100%;
		text-align: left;
	}
	.s3-item2 img,
	.s3-item2 p{
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	.s3-item2 img{
		width: 30px;
		margin-right: 5px;
	}
	.s3-item2 p{
		width: 82%;
	}
	.s3-item2 br{
		display: none;
	}
	.s6-item__desc{
		padding-right: 0;
		padding-left: 20px;
	}
	.s7-intro__desc__title{
		margin-bottom: 15px;
		text-align: center;
	}
	.s7-outro__title{
		margin-top: 0;
	}
	.carousel__padding{
		margin: 0 40px;
	}
	.carousel-inner p{
		font-size: 15px;
	}
	.carousel-inner .video-holder:after{
		width: 44px;
		height: 44px;
		margin-top: -24px;
		margin-left: -24px;
	}

	.s10-item__vid  .video-holder:after{
		width: 44px;
		height: 44px;
		margin-top: -24px;
		margin-left: -24px;
	}
	.s11-item__number{
		text-align: center;
	}
	.s11-item__desc__title{
		margin-top: 0;
		text-align: center;
	}
	.s11-item__desc__text{
		margin-bottom: 30px;
		text-align: center;
	}
	.s15-item{
		margin-bottom: 50px;
	}
	.s16-contacts-inner{
		padding-right: 0;
	}
}
@media screen and (min-width: 768px){
	.carousel-indicators{
		bottom: -30px;
	}
}
/* Media - END*/