.container{
	position: relative;
}
@font-face {
        font-family: "MuseoSansBold";
        src: url("../fonts/MuseoSansBold/MuseoSansBold.eot");
        src: url("../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"),
        url("../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family: "MuseoSansLight";
        src: url("../fonts/MuseoSansLight/MuseoSansLight.eot");
        src: url("../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"),
        url("../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family: "MuseoSansMedium";
        src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot");
        src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
        url("../fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family: "MuseoSansBlack";
        src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot");
        src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MuseoSansBlack/MuseoSansBlack.woff") format("woff"),
        url("../fonts/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

.form-group:last-child{
	margin-bottom: 0;
}
h1, h2, h3, h4{
	margin: 0 0 1em;
}

a, button{
	transition: 0.3s all;
}

body{
	font-family: "MuseoSansLight", sans-serif;
	line-height: 1;
	background: #f0f0f0;
	color: #000;
	font-size: 16px;
}

.header{
	height: 75px;
	background: #fefefe;
}
.header__logo{
	position: absolute;
	z-index: 999;
	display: block;
	padding: 15px 24px;
	background-color: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}
.header__logo:hover{
}

.header__phone{
	margin: 16px 0 0;
}
.phone-block{
	padding-left: 60px;
	position: relative;
	color: #292b37;
	font-size: 35px;
	line-height: 46px;
    font-family: "MuseoSansMedium";
}

.phone-block::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 44px;
	background: url(../img/phone.png) no-repeat 0 50%;
}
.phone-block a{
	color: #3E4898;
	text-decoration: none;
	padding: 0 0 0px;
	font-size: 40px;
	line-height: 46px;
    font-family: "MuseoSansBold";
    position: relative;
}
.phone-block a::after{
    transition: 0.3s all;
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
    border-bottom: 2px solid #49539e;
}
.phone-block a:hover::after, .phone-block a:focus::after{
	border-bottom-width: 0px;
}

.cta{
	background-color: #050305;
	color: #fff;
	height: 825px;
	padding: 105px 0 0;
	position: relative;
}
.cta > .container{
	position: relative;
	z-index: 10;
}
.cta__title{
    font-family: "MuseoSansBlack";
    font-weight: bold;
	font-size: 76px;
	line-height: 1;
	color: #a92424;
	margin: 0 0 75px;
    text-align: center;

	text-shadow: 1px 0 0 #eec1b6, 0px 1px 0 #eec1b6, -1px 0 0 #eec1b6, 0px -1px 0 #eec1b6;
}
.cta__sub-title{
	position: relative;
	font-size: 56px;
	line-height: 1.15;
	margin: 0 0 30px;
	padding: 30px 0 0;
	text-transform: uppercase;
	color: #e4bc60;
    font-family: "MuseoSansBlack";
	text-shadow: 1px 0 0 #8b692a, 0px 1px 0 #8b692a, -1px 0 0 #8b692a, 0px -1px 0 #8b692a;

}
.cta__sub-title::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 1px;
	background: #FFF;
}
.cta__text{
	font-size: 32px;
	line-height: 1.2;
}

.curtain{
	background: #FFF url(../img/curtain.jpg) no-repeat 100% 0;
	padding: 72px 0 96px;
}
.divider{
	height: 17px;
	background: url(../img/r.png) no-repeat 50% 0;
	margin: 0 0 76px;
}
.divider--big{
	background-image: url(../img/r2.png);
	margin: 110px 0 84px;
	height: 31px;
}
.block__title{
	text-align: center;
	margin: 0 0 82px;
	font-size: 49px;
	line-height: 1;
	color: #282828;
    font-family: "MuseoSansBold";
}
.curtain__card{
    border-radius: 15px;
    box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.5);
}
.curtain .row{
	margin-bottom: 30px;
}
.curtain ul{
    font-family: "MuseoSansMedium";
	padding: 0;
	list-style: none;
	margin: 50px 0 0 -48px;
	font-size: 26px;
	line-height: 1.4;
}
.curtain ul > li{
	margin: 0 0 5px;
}
.curtain ul > li::before{
	content: "";
	width: 9px;
	height: 9px;
	background-color: #000;
    border-radius: 4.5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.curtain__bold, b, strong{
    font-family: "MuseoSansBold";
	font-weight: bold;
}
.block__title--2{
	margin-bottom: 65px;
}
.curtain__gate{
	position: relative;
	margin: -96px 0 0 56px;
	width: 269px;
	height: 157px;
	background: url(../img/gate.png) no-repeat 0 0;
    background-size: contain;
    z-index: 10;
}

.footer{
	background: #050000 url(../img/footer.png) no-repeat 50% 0;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	padding: 30px 0 15px;
}

.owl-theme .owl-nav{
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.owl-carousel .owl-stage-outer{
	z-index: 2;
}
.owl-theme img{
	transition: 0.3s all;
}
.owl-theme img:hover{
	transform: scale(1.03);
}
.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    left: -12px;
    top: 0px;
    bottom: 0;
    width: 90px;
    border-radius: 0;
    background: #fff;
    text-indent: -9999px;
    text-align: left;
    opacity: 1;
    margin: 0;
    padding: 0;
    transition: 0.3s all;
    cursor: pointer;
    z-index: 10;

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.owl-theme .owl-nav [class*=owl-]::after{
	content: "";
	width: 23px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -22px;
	opacity: 0.5;
    background: url(../img/left.png) no-repeat 0 0;
}
.owl-theme .owl-nav .disabled::after{
	opacity: 0.2;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus{
    opacity: 1;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.owl-theme .owl-nav .owl-next{
    left: auto;
    right: -12px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-next:focus{
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}
.owl-theme .owl-nav .owl-next::after{
	left: auto;
	transition: 0.3s all;
    background: url(../img/right.png) no-repeat 0 0;
	right: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover::after, .owl-theme .owl-nav [class*=owl-]:focus::after{
	opacity: 1;
}

.curtain2{
	background: #130202 url(../img/curtain2.jpg) no-repeat 50% 0;
    background-size: cover;
	padding: 58px 0 95px;
	color: #fff;
}
.benefits{
	text-align: center;
	margin: 35px 0 0;
}
.benefits__title{
	margin: 0 0 60px;
}
.benefits__title img{
	margin: 0 auto;
}
.benefits__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 16px;
	font-size: 25px;
	line-height: 1.2;
    font-family: "MuseoSansMedium";
}
.benefits__item img{
	margin: 0 0 40px;
    border-radius: 51%;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
}
.upcoming-events__title{
	font-size: 30px;
	line-height: 1;
	margin: 0 0 27px;
	text-align: center;
}
.upcoming-events{
	position: relative;
}
.upcoming-events__content{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 0;
	padding: 0 0 174.67%;
    box-shadow: 0 0 25px 3px rgba(255, 255, 255, 0.6);
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

}
.upcoming-events__content::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
}
.upcoming-events__content iframe{
	height: 100%;
	position: absolute;
    z-index: 10;
}

.block--call{
	background-color: #FFF;
	padding: 58px 0 78px;
}
.block--call .phone-block{
	margin: 0 0 65px;
}
.block--call p{
	font-size: 20px;
	line-height: 1.3;
    font-family: "MuseoSansMedium";
}
.block--call p a{
	text-decoration: underline;
	color: #0030FF;
}
.block--call p a:hover, .block--call p a:focus{
	text-decoration: none;
}
.block--call b{
        font-family: "MuseoSansBlack";
}


.cta__form{
	position: relative;
	margin: -35px 0 0;
	background-color: #F8F8F8;
	color: #111;
	padding: 50px;
	box-shadow: 0 0 35px 3px rgba(255, 224, 0, 0.7);
    border-radius: 10px;
    border: 3px solid #E2E2E2;
    min-height: 320px;
}
.cta__form-title{
	text-align: center;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 22px;
	color: #000;
	text-transform: uppercase;
    font-family: "MuseoSansBlack";
}
.corner{
	position: absolute;
	width: 160px;
	height: 160px;
	background: url(../img/corner.png) no-repeat 0 0;
	z-index: 1;
}
.corner--1{
	left: 10px;
	top: 10px;
}
.corner--2{
	right: 10px;
	top: 10px;
	transform: rotate(90deg);
}
.corner--3{
	right: 10px;
	bottom: 10px;
	transform: rotate(180deg);
}
.corner--4{
	left: 10px;
	bottom: 10px;
	transform: rotate(270deg);
}
.cta__form-content{
	position: relative;
	z-index: 2;
}

.form .row{
	margin-bottom: 22px;
}
.form-control{
	border: 0;
    border-radius: 0;
    box-shadow: none;
	background: none;
	border-bottom: 1px solid #000;
	font-size: 16px;
	line-height: 1;
	font-style: italic;
	padding: 7px 8px;
}
.form-control:focus{
    box-shadow: none;

}
.cta input[placeholder]          {color: #000;}
.cta input::-webkit-input-placeholder {color: #111;}
.cta input::-moz-placeholder     {color: #111;}
.cta input:-moz-placeholder      {color: #111;}
.cta input:-ms-input-placeholder {color: #111;}

.form .btn-danger{
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1;
	padding: 20px;
    border-radius: 10px;
    font-family: "MuseoSansMedium";
    background: #ff2c2c url(../img/btn.png) no-repeat 100% 100%;
    background-size: cover;
    border: 0;
}
.form .btn-danger:hover, .form .btn-danger:focus{
	background-position: 0 0;
}

.cta iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.benefits__item {
    transition: 0.3s all;
}
.benefits__item:hover{
    transform: scale(1.1);
}

/* small
-----------*/
.curtain{
    padding: 42px 0 48px;
}
.divider{
    margin: 0 0 25px;
}
.block__title{
    margin-bottom: 35px;
}
.block__title--2{
    margin-bottom: 30px;
}
/*
.curtain__card{
    max-width: 350px;
}
*/
.cta__sub-title::before{
    display: none;
}

.cta::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.sound-toggle{
    position: absolute;
    z-index: 15;
    bottom: 35px;
    left: 35px;
    color: #FFF;
    font-size: 20px;
    opacity: 0.4;
    padding: 10px;
    background: #333;
}
.sound-toggle:hover, .sound-toggle:focus{
    color: #FFF;
    opacity: 0.7;
}
.sound-toggle.active{
    opacity: 1;
}
.cta .row{
    position: relative;
}
.cta__left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.cta__text{
    width: 40%;
}
.cta__sub-title{
    padding-top: 0;
}
.cta__right{
    position: relative;
}
.block--call a{
	white-space: nowrap;
}