/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, em, font, q, s, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
figure{
	margin:0;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section{
	display: block;
}
a{
	background: transparent;
	text-decoration:none;
}
a:active, a:hover, :focus{
	outline: 0;
}
hr{
	height: 0;
}
button, input, optgroup, select, textarea{
	font: inherit;
	color: inherit;
}
button, select{
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
  	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner{
	padding: 0;
	border: 0;
}
input{
  	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  	padding: 0;
}
 

/* Default Styles */
body {
	background:#fff;
	min-width:1240px;
	padding-top:60px;
	color: #151000;
	font: 400 16px/1 'Open Sans', sans-serif;
	-webkit-text-size-adjust: none;
}
*{
	box-sizing:border-box;
}
h2{
	margin-bottom:40px;
	color: #000;
	font: 100 40px/normal 'Roboto', sans-serif;
	text-transform: uppercase;
}
h2:before{
	content:'';
	display:block;
	width: 60px;
	height: 4px;
	background-color: #c8215d;
}
h2 a{
	display: inline-block;
	border-bottom: 1px dotted;
	font: 14px/13px 'Open Sans', sans-serif;
	text-transform: none;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	top:-4px;
	margin-left: 65px;
}
a{
	color: #000000;
	text-decoration:underline;
}
a:hover{
	color: #c8215d;
}

/* Layout */
section{
	position:relative;
	padding-top: 60px;
	margin-top: -60px;
}
.container{
	width:1240px;
	margin:0 auto;
	padding-left:40px;
	padding-right:40px;
	position:relative;
}
section .container{
	padding-top:120px;
}
.row{
	overflow:hidden;
	margin-right:-40px;
}
.col{
	float:left;
	margin-right:40px;
}
.col-2{
	width:560px;
}
.col-3{
	width: 360px;
}
.col-4{
	width: 260px;
}
.col-5{
	width: 200px;
}



/* Primary Styles  */
.container:after, .container:after{
	display:table;
	content:" ";
	clear:both;
}
.logo, button.btn:after, .carousel-prev, .carousel-next, .section-4 .icon:before, .registration legend:after, .section-5 figure:after, .section-2 li:before, .icon-print, .icon-pdf, .menu-toggle:before{
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.icon-print, .icon-pdf{
	position: absolute;
	left: -35px;
}
.icon-print{
	width: 21px;
	height: 21px;
	background-position: -181px -35px;
	top:-2px;
}
.icon-pdf{
	width: 22px;
	height: 24px;
	background-position: -168px -95px;
	top:-5px;
}
.btn{
	display:block;
	background-color: #4053a4;
	border: none;
	width:180px;
	height: 40px;
	line-height:40px;
	margin: 0 auto;
	color: white;
	font-weight:300;
	text-align:center;
	text-transform: uppercase;
	cursor:pointer;
}
button.btn:after{
	content:'';
	width: 6px;
	height: 10px;
	margin: 0 -3px 0 10px;
	position:relative;
	top:-1px;
}
input[type=text]{
	background:none;
	border: none;
	border-bottom: 1px solid;
	width:100%;
	height:20px;
	color: inherit;
	font-size: 16px;
}
.hidden{
	display: none;
}


/* Navigation */
nav{
	background:#fff;
	height:60px;
	padding:14px 0;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	
}
nav .logo{
	opacity: 0;
	width: 42px;
	height: 32px;
	background-position: -207px -38px;
	position: absolute;
	transition: opacity 0.1s linear 0.1s;
}
.affix .logo{
	opacity: 1;
	transition: opacity 0.5s linear 0.3s;
}
.affix .menu{
	margin-left: 80px;
}
.menu{
	transition: margin 0.2s linear 0.1s;
}
.menu li{
	float:left;
	margin-right:38px;
	line-height:32px;
	text-transform: uppercase;
}
.menu a{
	text-decoration:none;
}
.menu a:hover{
	color: #506ad9;
}
.menu .reg{
	display: none;
}
.menu .current a{
	border-bottom:2px solid #ff4085;
	color: #333;
}
.menu-toggle{
	display: none;
	position: relative;
	color: #1e3490;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
.menu-toggle:before{
	content: '';
	background-position: -309px -384px;
	width: 16px;
	height: 10px;
	position: absolute;
	left: 25px;
	top:50%;
	margin-top: -4px;
}


/* Carousel */
.carousel-wrapper {
	position: relative;
}
.carousel{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel ul {
	width: 20000em;
	position: relative;
}
.carousel li {
	float: left;
}
.carousel-prev, .carousel-next{
	cursor:pointer;
}
.carousel-pagination li{
	display:inline-block;
	margin:0 5px;
}
.carousel-pagination a{
	display:block;
	background-color: rgba(200, 33, 93, 0.3);
	border:1px solid rgba(200, 33, 93, 0);
	border-radius:50%;
	width: 16px;
	height: 16px;
	font-size:0;
}
.carousel-pagination a:hover{
	border-color:#c8215d;
}
.carousel-pagination .active a{
	background-color: #c8215d;
	border-color:#c8215d;
}


/* Section 1. About */
.section-1{
	background:#c8215d url(../images/bg1.jpg) no-repeat center;
	height: 420px;
	margin-top:0;
	z-index:6;
}
.section-1 .container{
	padding-top:10px;
}
.section-1 .logo{
	display:block;
	width: 315px;
	height: 90px;
	margin-bottom:50px;
	background-position: -5px -155px;
}
.section-1 form{
	background-color: #ffc20e;
	background-image: linear-gradient(to top, #ffdd79 0%, #ffc20e 100%);
	border-bottom:1px solid #8a763c;	
	width: 360px;
	padding:20px 55px;
}
.section-1 legend{
	margin-bottom: 15px;
	color: #151000;
	font-size: 24px;
	font-weight: 300;
	white-space:nowrap;
}
.section-1 input{
	border-bottom-color: rgba(21,16,0,0.5);
	margin-bottom:20px;
}
.section-1 input:focus{
	border-bottom-color: rgba(21,16,0,1);
}
.section-1 .btn{
	margin-top:10px;
}
.section-1 .btn:after{
	background-position: -181px -5px;
}
.section-1 .content{
	width:660px;
	float:right;
	color:#fff;
	font-weight: 300;
}
.section-1 .date{
	margin-bottom:10px;
	font-size: 32px;
}
.section-1 address{
	opacity: 0.85;
	font-size: 20px;
}
.section-1 h4{
	margin-bottom:16px;
	opacity: 0.85;
	font-size: 14px;
}
.section-1 p{
	margin-bottom:40px;
	font-size: 18px;
	line-height: 26px;
}
.section-1 hr{
	border:none;
	height: 1px;
	margin:25px 0 20px;
	opacity: 0.5;
	background-color: white;
}
.section-1 .col{
	width:180px;
	text-align:center;
}
.section-1 .col:first-child{
	margin-right:60px;
}
.section-1 .carousel-wrapper{
	padding:0 22px;
}
.section-1 .carousel li{
	width:256px;
}
.section-1 .col img {
	/*height: 45px;*/
}
.section-1 .carousel-prev, .section-1 .carousel-next{
	width: 22px;
    height: 20px;
	position:absolute;
	top:0;
}
.section-1 .carousel-prev{
	background-position: -295px -5px;
	left:0;
}
.section-1 .carousel-next{
	background-position: -263px -5px;
	right:0;
}
.section-1 .inactive{
	opacity: 0.5;
	cursor:default;
}



/* Section 2. Programm */
.section-2{
	background:url(../images/bg2.png) no-repeat 100% center;
	z-index:5;
	background-size: contain;
}
.section-2 .btn, .section-3 .btn{
	width:200px;
	position:relative;
	top:19px;
	z-index:10;
}
.section-3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #bbb;
	background-image: linear-gradient(to right, transparent 0%, #4053a4 50%, #4053a4 70%, transparent 100%);
}
.table{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}
.table div{
	display: table-cell;
	white-space: nowrap;
}
.table .title{
	padding-right: 6px;
}
.table .time{
	padding-left: 6px;
}
.table .time sup{
	vertical-align: top;
	position: relative;
	top: -2px;
	font-size: 13px;
}
.table .time sup:after{
	content: '';
	background: #6c695f;
	height: 1px;
	position: absolute;
	left: 1px;
	right: 0;
	bottom: 1px;
}
.table .dots{
	background: url(../images/dot.png) repeat-x left bottom;
	width: 100%;
}
.section-2 ul{
	margin-bottom: 20px;
}
.section-2 li{
	margin-bottom: 7px;
	padding-left: 27px;
	line-height: 22px;
	position: relative;
}
.section-2 li:before{
	content: '';
	width: 8px;
	height: 12px;
	background-position: -213px -5px;
	position: absolute;
	left: 11px;
	top: 6px;
}
.section-2 .row{
	transition: height 0.2s linear 0.1s;
}
/*
.section-2:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	z-index: 5;
	height: 104px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.09) 12%,rgba(255,255,255,0.18) 22%,rgba(255,255,255,0.82) 78%,rgba(255,255,255,0.91) 88%,rgba(255,255,255,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#fcffffff',GradientType=0 );
}
*/


/* Section 3. Members */
.section-3{
	background:#fff;
	z-index:4;
}
.section-3 img{
	border-radius: 50%;
	width: 70px;
	height: 70px;
}
.section-3 li{
	margin-bottom: 35px;
}
.section-3 .occupation{
	margin-top: 3px;
	color: #888;
	font-size: 14px;
	line-height: 18px;
}
.card-image{
	display: table-cell;
	width: 70px;
	padding-right: 30px;
}
.card-content{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	line-height: 21px;
}
.section-3 hr{
	height: 1px;
	background: #bbb;
	border: none;
	margin-bottom: 35px;
}


/* Section 4. Сapabilities */
.section-4{
	background-color: #ffc20e;
	background-image: linear-gradient(to top, #ffe178 0%, #ffdd79 100%, #ffdd79 100%);
	z-index:3;
	padding-bottom:70px;
}
.section-4:before, .section-4:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
}
.section-4:before{
	background:url(../images/bg3.png) no-repeat center;
	background-size:cover;
	width:356px;
	top:0;
	bottom:0;
}
.section-4:after{
	height: 50px;
	opacity: 0.2;
	background-image: linear-gradient(to top, #720029 0%, transparent 100%);
	right:0;
}
.section-4 h2 a{
	color: inherit;
}
.section-4 h2 a:hover{
	color: #c8215d;
}
.section-4 .carousel-wrapper{
	text-align:center;
}
.section-4 .carousel{
	margin-bottom:60px;
}
.section-4 .carousel li:last-child{
	margin-right: 0;
}
.section-4 p{
	opacity: 0.85;
	line-height: 21px;
}
.section-4 .icon{
	border: 2px solid rgba(200,33,93,0.6);
	border-radius:50%;
	width: 120px;
	height: 120px;
	margin:0 auto 20px;
	position:relative;
}
.section-4 .icon:before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.icon1:before{
    width: 50px;
    height: 50px;
    background-position: -263px -35px;
}
.icon2:before{
    width: 35px;
    height: 50px;
    background-position: -5px -95px;
}
.icon3:before{
    width: 48px;
    height: 48px;
    background-position: -50px -95px;
}
.icon4:before{
    width: 50px;
    height: 46px;
    background-position: -108px -95px;
}



/* Section 5. Partners */
.section-5{
	background: #f3f3f3;
	z-index:2;
}
.section-5 .container{
	padding-top: 100px;
	padding-bottom: 30px;
}
.section-5 figure{
	background: #fff;
	width: 200px;
	height: 150px;
	margin-bottom: 38px;
	position: relative;
}
.section-5 figure:after{
	content: '';
	width: 192px;
	height: 10px;
	background-position: -5px -66px;
	position: absolute;
	left: 4px;
	bottom: -10px;
}
.section-5 figure img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section-5 figure:hover img{
	display: none;
}
.section-5 figcaption{
	display: none;
	padding: 18px;
}
.section-5 figure:hover figcaption{
	display: block;
}
.section-5 figcaption h4{
	margin-bottom: 5px;
	font-size: 14px;
}
.section-5 figcaption p{
	color: #888;
	font-size: 12px;
	line-height: 16px;
}
.section-5 .btn{
	display: none;
}



/* Section 6. Contacts */
.section-6{
	background: #555 url(../images/bg4.png) no-repeat left bottom;
	color: #fefefe;
	margin-bottom:0;
	font-weight:300;
}
.section-6 .container{
	padding-top: 60px;
	padding-bottom:20px;
}
.section-6 h3{
	height:45px;
	margin-bottom:20px;
	font-size: 20px;
	font-weight: 300;
}
.section-6 h3:before{
	content:'';
	display:block;
	width: 30px;
	height: 3px;
	margin-bottom:10px;
	background-color: #ffc20e;
}
.section-6 .name{
	margin-bottom:4px;
	font-weight:400;
	font-size: 18px;
}
.section-6 .occupation{
	margin-bottom:15px;
	font-size: 14px;
	opacity: 0.5;
}
.section-6 .phone{
	margin-bottom:5px;
	font-size: 18px;
}
.section-6 a{
	color: #ffc20e;
}
.section-6 a:hover{
	color: #ffe078;
}
.copy{
	display:block;
	margin-top:70px;
	opacity: 0.5;
	font-size: 14px;
}



/* Quick Registration */
.registration{
	background:#c8215d;
	padding:25px 0;
	color: #fff;
	position:relative;
	z-index:3;
}
.registration legend{
	width: 200px;
	font: 300 24px/29px 'Roboto';
	position: relative;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.registration legend:after{
	content: '';
	width: 22px;
	height: 29px;
	background-position: -231px -5px;
	position: absolute;
	top:50%;
	right: -50px;
	margin-top: -14.5px;
}
.registration input[type=text]{
	border-bottom-color: rgba(255,255,255,0.5);
	margin-top: 19px;
}
.registration input[type=text]:focus{
	border-bottom-color: rgba(255,255,255,1);
}
.registration .btn{
	background-color: #ffc20e;
	margin-top: 9px;
	color: #151000;
}
.registration .btn:after{
	background-position: -197px -5px;
}


/* Modal */
.overlay, .modal{
	display: none;
	position: fixed;
}
.overlay{
	background: rgba(0,0,0,0.9);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.modal{
	width: 360px;
	height:90vh;
	top: 5vh;
	left: 50%;
	overflow-y:auto;
	margin-left:-180px;
	z-index: 150;
}
.modal h3{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
}
.modal p{
	margin-bottom: 35px;
	color: #333;
}
.modal-content{
	background: #fff;
	padding: 40px;
}
.modal form h3{
	margin-bottom: 30px;
}
.modal input{
	height:30px;
	line-height:10px;
	margin-bottom: 30px;
	border-bottom-color: #888;
}
.modal input:focus{
	border-bottom: 2px solid #000;
}
.modal input.valid{
	border-bottom-color: inherit;
}
.modal input.invalid{
	color: #c8215d;
	border-bottom-color: #c8215d;
}
.modal form .btn{
	width: 230px;
	margin-top: 10px;
}
.modal .errors{
	display: none;
	background: #fff;
	width: 300px;
	color: #c8215d;
	margin: 6px auto 0;
	padding: 10px 25px;
	font-size: 12px;
}
.modal .errors li{
	display: none;
}
.modal .errors .show{
	display: block;
}
.modal-content{
	background: #fff;
	padding: 40px;
}
.btn-close{
	background: #c8215d;
	width: 124px;
	margin: 0;
}



@media screen and (max-width: 1100px) {
	body{
		min-width:1024px;
		padding-top:50px;
		font-size: 14px;
	}
	.container{
		width: 1024px;
		padding-left: 0;
		padding-right: 0;
	}
	.row{
		margin-right:-30px;
	}
	.col{
		margin-right:30px;
	}
	.col-2{
		width:497px;
	}
	.col-3, .col-md-3, .col-4.col-md-3{
		width: 321px;
	}
	.col-4, .col-md-4{
		width: 233.5px;
	}

	/* Navigation */
	nav{
		height: 50px;
	}
	.menu li{
		line-height: 22px;
	}

	/* Section 1 */
	.section-1{
		height: 400px;
	}
	.section-1 .container {
		padding-top: 0;
	}
	.section-1 .logo{
		background-position: 0 -250px;
		width: 270px;
		height: 77px;
	}
	.section-1 .content {
		width: 585px;
	}
	.section-1 p {
		font-size: 16px;
		line-height: 24px;
	}
	.section-1 form{
		width: 320px;
		padding: 45px;
	}
	.section-1 legend{
		font-size: 22px;
	}
	.section-1 .col{
		width: 270px;
	}
	.section-1 .col:first-child {
		margin-right: 45px;
	}
	.section-1 .carousel li{
		width: 226px;
	}

	/* Section 2 */
	.section-2{
		background-position: 125% center;
	}
	.table{
		font-size: 18px;
	}

	/* Section 3 */
	.card-image{
		padding-right: 25px;
	}

	/* Registration */
	.registration legend:after{
		right: -40px;
	}
}


@media screen and (max-width: 800px) {
	body {
		min-width: 768px;
	}
	h2{
		font-size: 32px;
	}
	.container {
		width: 768px;
	}
	section .container{
		padding-top: 90px;
	}
	.col-2{
		width: auto;
		float: none;
	}
	.col-xs-2{
		width: 332px;
	}
	.col-3{
		width: 236px;
	}
	.col-4{
		width: 169.5px;
	}

	/* Navigation */
	.menu-toggle{
		display: block;
		height: 50px;
		line-height: 50px;
		padding-left: 50px;
	}
	.menu-toggle:hover:before, .menu-toggle.active:before{
		background-position: -292px -384px;
	}
	.menu-toggle.active, .menu-toggle:hover{
		color: #e51d84;
	}
	.menu-toggle.active{
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
		width: 300px;
	}
	nav{
		padding: 0;
	}
	nav .logo{
		display: none !important;
	}
	.menu{
		display: none;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
		position: absolute;
		top: 50px;
		width: 300px;
		padding-bottom: 10px;
	}
	.menu .reg{
		background: #1e3490;
		display: block;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		color: #ffc20e;
	}
	.menu li{
		float: none;
		margin: 0 0 15px;
		padding: 0 25px;
	}
	.menu a{
		display: block;
	}
	.affix .menu{
		margin-left: 0;
	}

	/* Section 1 */
	.section-1{
		height: 365px;
	}
	.section-1 .logo{
		background-position: 0 -327px;
		width: 236px;
		height: 67px;
	}
	.section-1 form{
		width: 236px;
		padding: 30px 25px;
	}
	.section-1 form legend{
		font-size: 18px;
	}
	.section-1 .content {
		width: 435px;
	}
	.section-1 p {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 22px;
	}
	.section-1 .col{
		width: 200px;
		margin-right: 35px;
	}
	.section-1 .col:last-child{
		margin-right: 0;
	}
	.section-1 .carousel-prev, .section-1 .carousel-next{
		display: none;
	}
	.section-1 .carousel-wrapper{
		padding: 0;
	}
	.section-1 .carousel li{
		width: 200px;
	}


	/* Section 4 */
	.section-4::before{
		background-image: url(../images/bg3-2.png);
	}
	.section-4 .col-xs-2{
		margin-right: 104px;
	}

	/* Section 5 */
	.section-5 .container {
		padding-top: 75px;
	}

	/* Registration */
	.registration legend{
		font-size: 18px;
		line-height: 23px;
	}
	.registration legend:after{
		right: 16px;
	}
	.registration .btn{
		width: 170px;
	}
}


@media screen and (max-width: 500px) {
	body {
		min-width: 480px;
	}
	h2{
		font-size: 44px;
		line-height: 46px;
	}
	h2:before{
		margin-bottom: 20px;
	}
	h2 a{
		/*display: none;*/
		margin-left: 40px;
	}
	.container{
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	.btn{
		width: 275px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	button.btn::after {
		margin: 0 -3px 0 15px;
		top: -4px;
	}
	nav .container{
		padding-left: 0;
	}

	/* Section-1 */
	.section-1{
		background-image: url(../images/bg2.jpg);
		height: auto;
	}
	.section-1 .logo{
		background-position: 0 -394px;
		width: 290px;
		height: 82px;
		position: absolute;
		top: 0;
		left: 30px;
	}
	.section-1 .content{
		width: auto;
		float: none;
		padding-top: 120px;
	}
	.section-1 hr{
		margin-left: -30px;
		margin-right: -30px;
	}
	.section-1 p{
		font-size: 22px;
		line-height: 28px;
	}
	.section-1 .col{
		float: none;
		width: auto;
		margin: 0 0 50px !important;
	}
	.section-1 .col h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.section-1 .carousel li{
		width: 420px;
	}
	.section-1 .col img {
		height: auto;
	}
	.section-1 form{
		width: auto;
		margin-bottom: -270px;
		padding: 60px 40px 50px;
	}
	.section-1 form legend{
		font-size: 32px;
	}
	.section-1 input[type="text"]{
		font-size: 24px;
		height: auto;
	}


	/* Section-2 */
	.section-2{
		background: none;
		margin-top: 200px;
	}

	/* Sectiom-3 */
	#members{
		position: relative;
		transition: height 0.5s linear;
		height:auto !important;
	}
	#members:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
		height: 104px;
		background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.09) 12%,rgba(255,255,255,0.18) 22%,rgba(255,255,255,0.82) 78%,rgba(255,255,255,0.91) 88%,rgba(255,255,255,0.99) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#fcffffff',GradientType=0 );
	}
	.section-3{
		border-bottom: 2px solid #4053a4;
	}
	.section-3:after{
		display: none;
	}
	.section-3 img {
		height: 90px;
		width: 90px;
	}
	.section-3 li{
		font-size: 18px;
	}
	.section-3 .occupation {
		font-size: 16px;
	}
	.section-3 .btn{
		width: 275px;
	}
	.section-3 .hidden{
		display: block;
	}


	/* Section-4 */
	.section-4{
		padding-bottom: 40px;
	}
	.section-4:before{
		display: none;
	}
	.section-4 .carousel{
		margin-bottom: 40px;
	}
	.section-4 .carousel li{
		width: 420px;
		font-size: 18px;
	}

	/* Section 5 */
	.section-5{
		border-bottom: 2px solid #ffc20e;
	}
	.section-5 .container{
		padding-bottom: 0;
	}
	.section-5 .row{
		transition: height 0.3s linear;
	}
	.section-5 .row:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
		height: 104px;
		background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.09) 12%,rgba(255,255,255,0.18) 22%,rgba(255,255,255,0.82) 78%,rgba(255,255,255,0.91) 88%,rgba(255,255,255,0.99) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#fcffffff',GradientType=0 );
	}
	.section-5 .btn{
		display: block;
		background: #ffc20e;
		margin-bottom: -29px;
		color: #000;
		position: relative;
		z-index: 10;
	}

	/* Section-6 */
	.section-6 .col{
		margin: 0 0 80px !important;
	}
	.section-6 h3{
		height: auto;
		margin-bottom: 25px;
		font-size: 32px;
		line-height: 34px;
	}
	.section-6 h3:before{
		width: 60px;
		height: 4px;
		margin-bottom: 20px;
	}
	.section-6 .name{
		margin-bottom: 5px;
		font-size: 24px;
	}
	.section-6 .occupation{
		margin-bottom: 25px;
		font-size: 16px;
	}
	.section-6 .phone, .section-6 a{
		font-size: 22px;
	}

	/* Registration */
	.registration{
		padding: 65px 0 55px;
	}
	.registration .col{
		width: auto;
		float: none;
	}
	.registration form{
		padding: 0 40px;
	}
	.registration legend{
		width: auto;
		margin-bottom: 25px;
		font-size: 32px;
		text-transform: none;
		letter-spacing: normal;
	}
	.registration legend:after{
		display: none;
	}
	.registration input[type=text]{
		border-bottom-width: 2px;
		height: auto;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.registration .btn{
		width: 275px;
		margin-top: 30px;
	}

	.col-3 {
		width: auto;
		float: none;
	}
	.col-4, .col-md-4 {
		width: 195px;
	}
	.modal form .btn{
		width:100%;
		font-size:18px;
	}
}