body, html {
	height: 100%;
	position: relative;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #faf6fa;
	color: #000;
}

a  {
	color: inherit;
	transition: all .15s linear 0s;
}

a:hover {
	color: #09332f;
}

.stages {
    position: relative;
}


.teachers h3 {
    font-size: 2.5rem;
    font-family: 'RalewayBold';
    opacity: .05;
}

.teachers-logo {
    width: 50%;
}

.stage_number {
    
    font-weight: 900;
    font-size: 125px;
    color: #000;
    position: relative;
    z-index: 1;
}

.stage_number:before {
    content: '';
    position: absolute;
    border: 41px solid #964693;
    top: -20px;
    bottom: 0;
    left: 80px;
    width: 140px;
    height: 140px;
    right: 0;
    border-radius: 85px;
    z-index: -1;
    transition: .3s;
}

.col-lg-3:hover .stage_number:before {
    filter: blur(10px);
}

.stages_video .col-lg-3:nth-child(2n) .stage_number:before {
    border: 41px solid #31ac7a;
}

.stages .col-lg-3:nth-child(2n) .stage_number:before {
    border: 41px solid #31ac7a;
}

.stages .col-lg-3:nth-child(1) .stage_number:before {
    opacity: .25;
}
.stages .col-lg-3:nth-child(2) .stage_number:before {
    opacity: .5;
}
.stages .col-lg-3:nth-child(3) .stage_number:before {
    opacity: .75;
}

header {
	background: -webkit-gradient(linear, left top, left bottom, from(#09332f), to(transparent));
	background: -o-linear-gradient(#09332f, transparent);
	background: linear-gradient(#09332f, transparent);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: .3s;
}

#ktm {
	background-size: cover;
	background-position: center;
	background-color: #ffffffba;
    background-blend-mode: overlay;
}

#eco {
	background-image: url(../images/km.jpeg);
	background-size: cover;
	background-position: center;
	background-color: #ffffffba;
    background-blend-mode: overlay;
}

#od, #lg, #del {
	background-image: url(../images/od.jpeg);
	background-size: cover;
	background-position: center;
	background-color: #ffffffba;
    background-blend-mode: overlay;
}

#sd {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center;
	background-color: #ffffffba;
    background-blend-mode: overlay;
}

nav {	
	position: fixed;
    -webkit-transform: translateX(125%);
    -ms-transform: translateX(125%);
    transform: translateX(125%);
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fffeffe6;
    z-index: 98;
	
}

.logo img {
	width: 90px;
}

.menu, .social-links {
	width: 100%;
}

.menu a {	
	font-size: 20px;
}

.social-links li {
	display: inline-block;
	margin-right: .75rem
}

.social-links li:last-child {
	margin-right: 0;
}

.social-links a {
	display: inline-block;
	width: 23px;
	height: 23px;
	position: relative;
	top: 2px;
	background-size: contain;
	background-repeat: no-repeat;
}

.face {
	background-image: url(../images/facebook-logo.png);
}

.inst {
	background-image: url(../images/instagram.png);
}

.whats {
	background-image: url(../images/whatsapp.png);
}

.btn-add {
	border: none;
	background-color: #09332f;
	border-radius: 5px;
	color: #fff;
	padding: .8rem 1rem;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;	
}

.btn-add:hover {
	background-color: #839973;
	color: #fff;
	text-decoration: none;
}

.main-wrap {
	height: 600px;
	background-color: rgba(0, 0, 0, 0.41);
	background-blend-mode: overlay;
	background-position: center;
	padding: 0 1.5rem;
	color: #fff;
	background-size: cover;
}

.def-cap {
	font-weight: 700;
	font-size: 20px;
	color: #09332f;
}

.gold {
	color: #839973;
}

.smb {
	font-weight: 600;
}

.main-wrap_cap {
	font-weight: 700;
	font-size: 30px;
	line-height: normal;
}

.main-wrap_postcap {	
	font-size: 20px;
	line-height: normal;
}

.main-wrap_date {
	margin-top: 5rem;
}

.main-wrap .align-items-center {
	align-items: initial!important;
}

.team {
	position: absolute;
	bottom: 0;
	z-index: 1;	
	width: 100%;
}

.rub {
	font-family: Arial;
	font-weight: 900;
}

.team:before {
	position: absolute;
	content: '';
	/*background-image: url(../images/heart.png);*/
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-size: 82%;
    background-position: 76% 2rem;
}

.formErrorContent {
	background: #839973!important;
}

.formError .formErrorArrow div {
	border-color: #839973!important;
	background: #839973!important;
}

.main-wrap .row>.pt-5 {
	position: relative;
	z-index: 2;
}

.w-bg {
	background-color: #fff;
}

.about-block {
	border: 1px solid #09332f;
	border-radius: 5px;
	padding: 2.5rem 2rem;
	box-shadow: 1px -1px #09332f, 2px -2px #09332f, 3px -3px #09332f, 4px -4px #09332f, 5px -5px #09332f, 6px -6px #09332f, 7px -7px #09332f, 8px -8px #09332f, 9px -9px #09332f, 10px -10px #09332f;
}

.about-block p:last-child {
	margin-bottom: 0;
}

.programm {
	padding: 1rem 3.5rem 1rem 1.5rem;
	background-color: #09332f;
	border-radius: 5px;
	color: #fff;
	background-image: url(../images/pdf.png);
	background-position: 92% center;
	background-repeat: no-repeat;
	background-size: 20px;
	transition: .3s;
}

.programm:hover {
	color: #fff;
	text-decoration: none;
	background-color: #839973;
}

.white-btn {
	padding: 1rem 1.5rem;
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	transition: .3s;
}

.white-btn:hover {
	text-decoration: none;
	background-color: #eee;
}

iframe {
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.bf {
	font-size: 16px;
}

.gold-bg {
	background-color: #839973;
}

.red {
	color: #09332f;
}

.lf {
	font-weight: 200;;
}

hr.red {
	width: 20%;
	background-color: #09332f;
	margin-right: auto;
	margin-left: 0;
	display: block;
}

.heart-bg {
	/*background-image: url(../images/heart.png);*/
	background-repeat: no-repeat;
	background-position: 5% 45rem;
}

.speakers img {
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
}

.speakers-dots {
	text-align: center;
	margin-top: 3rem;
}

button:focus {
	outline: none;
}

.speakers-dot {
	margin: 0 .5rem;
	height: 16px;
	width: 16px;
	border: 1px solid #959595;
	border-radius: 100%;
	transition: .3s
}

.speakers-dot.active {
	background-color: #959595;
}

.speakers-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #839973;	
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}

.speakers-nav .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #839973;	
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}

.owl-next span, .owl-prev span {
	    color: #fff;
    font-size: 35px;
    line-height: 30px;
}

.speakers, .col-lg-10 {
	position: initial;
}

#lightgallery a {
	position: relative;
	overflow: hidden;
}

#lightgallery a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(20deg, #09332fad, transparent);
	transition: .3s;
	z-index: 2;
}

#lightgallery a:hover:before {
	transform: scale(2);
}

#lightgallery a:hover img  {
	transform: scale(1.1);
}

#lightgallery img {
	height: 150px;
	object-fit: cover;
	transition: .3s;
}

.reviews .red {
	width: 10%;
}

.reviews .speakers-dots {
	margin-top: 0;
}

.form {
	/*background-image: url(../images/heart.png);*/
    background-repeat: no-repeat;
	color: #fff;
    background-color: #09332f;
    background-size: 400px;
	background-position: 10rem 18rem;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	position: relative;
	bottom: -40px;
}

.form .def-cap {
	color: #fff;
}

.privacy {
	font-size: 12px;
}

input, select {
	border: none;
	padding: .5rem .75rem;
	background-color: #f2f2f2;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	width: 100%;
}

input[type=submit] {
	background-color: #839973;
	border-radius: 50px;
	color: #fff;
	width: 210px;	
}

input[type=submit]:hover, input[type=submit]:focus {
	background-color: #839973;
	border-color: #839973;
}

input:focus, select:focus {
	outline: none;
	background-color: #fff;
	border-color: #839973;
}

.form-postcap {
	font-size: 14px;
}

.more-info {
	margin-top: 1.5rem;
	display: none;
    text-align: left;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);	
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 88%;
}

.close-info {
	border: none;
	background-color: #09332f;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    right: 45%;
    top: -1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.close-info:before {
	content: 'x';
	font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.show-info {
	opacity: 1;
	visibility: visible;
	display: block;
}

.btn-menu {
	position: fixed;
    right: 1rem;
    bottom: 1rem;
    background-color: #0a332f;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border: none;
    z-index: 99;
    text-align: center;
}

.menu-line {
	display: inline-block;
	position: relative;
	height: 2px;
	background-color: #fff;
	width: 30px;
	top: -3px;
}

.menu-line:before {
	position: absolute;
	content: '';
	top: -11px;
	background-color: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.menu-line:after {
	position: absolute;
	content: '';
	bottom: -11px;
	background-color: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.cross .menu-line {
	background-color: transparent;
}

.cross .menu-line:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 0;
}

.cross .menu-line:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	bottom: 0;
}

.open {
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
}

.logo {
	display: block;
	width: 100%;
	text-align: center;
}

.wow {
	visibility: hidden;
}

.main-wrap .btn-add{
	background-color: #fff;
	color: #000;
}

.number {
	font-size: 50px;
	color: #09332f;	
	font-weight: 700;
	position: relative;
}

.number:hover:before {
	transform: scale(1.2);
}

.number:before {
	content: '';
	position: absolute;
	top: -7%;
	left: 27%;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background-color: #8399736e;
	z-index: -1;
	transition: .3s;
}

.for span {
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	padding: .8rem 1rem;
	transition: .3s;
	margin: .5rem;
	cursor: default;
}

.for span:hover {
	background-color: #839973;
	color: #fff;
}

@media (min-width: 768px) {
	.menu li, .social-links li {
		display: inline-block;
	}
	
	.menu, .social-links, .add-block {
		width: auto;
	}
	
	.menu li {
		margin-left: 1rem;
	}
	
	.more-info {
		top: 90%;
	}
	
	.number:before {
		left: 39%;
	}
	
}

@media (min-width: 992px) {
	.menu li {
		margin-left: 1.5rem;
	}
	
	.parent {
	position: relative;
	color: #fff;
}


.child {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 1rem;
    background-color: #fff;
    border-radius: 5px;
	    width: max-content;
}

.child li {
	display: block!important;
	margin-left: 0!important;
}

.child a {
	color: #000!important;
	font-size: 16px;
}

.parent:hover .child {
	opacity: 1;
	visibility: visible;
}
	
	.more-info {
		top: auto;
	}

	.close-info {
		right: -1rem;	
	}
	
	#lightgallery img {
		height: 300px;
		object-fit: cover;
	}
	
	.form {
		background-position: 142% -20%;
	}
	
	.main-wrap .align-items-center {
		align-items: center!important;
	}
	
	.main-wrap {
		height: 700px;		
		padding: 0 5rem;	
	}
	
	.main-wrap_date {
		margin-top: 10rem;
	}
	
	.def-cap {
		font-size: 25px;
	}
	
	.bf {
		font-size: 20px;
	}
	
	.btn-add {
		border: none;
		background-color: #fff;
		border-radius: 5px;
		padding: 1rem 1rem;
		-webkit-transition: all .3s linear 0s;
		-o-transition: all .3s linear 0s;
		transition: all .3s linear 0s;	
		color: #000;
	}
	
	.menu a {
		color: #fff;
		font-size: 16px;
	}
	
	.logo {
		display: block;
		width: auto;
		text-align: center;
	}

	
	nav {
		position: relative;
		background-color: transparent;
		transform: none;
		padding-left: 5rem;
		padding-right: 5rem;
	}
	
	.team {
		padding-top: 6rem;
	}
	
	header {
		position: absolute;		
	}
	
	.fixed {
		position: fixed;
		background-color: #09332f;
	}
	
	.fixed .logo img {
		width: 60px;
	}
	
	.team {
		width: 60%;
		left: 20%;
		right: 0;
	}
	
	.heart-bg {	
		background-position: 30rem -235%;
	}
	
	input, select, input[type=submit] {
		width: 160px
	}
	
	.logo img {
		width: 50px;
	}
	
	.main-wrap_cap {
		font-size: 60px;
	}

	.main-wrap_postcap {	
		font-size: 25px;
	}
	
	.number:before {
		left: 36%;
	}
}

@media (min-width: 1200px) {
	.team {
		width: 80%;
		left: auto;
		right: -4%;
	}
	
	.menu li {
		margin-left: 1.5rem;
	}
	
	.heart-bg {	
		background-position: 135% -235%;
	}
	
	input, select {
		width: 190px;
	}
	
	input[type=submit] {
		width: 210px;
	}
}

@media (min-width: 1600px) {
	.team {
		width: 60%;
	}
	
	.logo img {
		width: 90px;
	}
	
}