@font-face {
	font-family: "FiraSans";
	src: url("../fonts/FiraSansBold/FiraSansBold.eot");
	src: url("../fonts/FiraSansBold/FiraSansBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/FiraSansBold/FiraSansBold.woff") format("woff"),
	url("../fonts/FiraSansBold/FiraSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
.fira {
	font-family: 'FiraSans';
	font-weight: 700;
}

*:focus {
	outline: none !important;
}
body {
	background: url(../i/bg.jpg) center top no-repeat;
	font-family: 'Open Sans';
	font-size: 16px;
	overflow-x: hidden;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	
}
.container {
    width: 970px;
}


.header {
	background: #ed6c07;
	height: 100px;
	color: #fff;
}
.header span {
	font-weight: 300;
}
.header-line:first-child {
	padding-top: 30px;
}
.header-line {
	text-align: right;
}
.header-line span {
	font-weight: 400;
	opacity: 0.5;
}
.header-line a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.logo {
	display: block;
	margin-top: 17px;
	width: 332px;
	height: 47px;
	background: url(../i/logo.png);
	float: left;
}



.section-1 {
	background: url(../i/bg-1.jpg) top center no-repeat;
}
.cover {
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 35px 20px;
	padding-bottom: 80px;
}
.section-1 .event-date {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
.section-1 .event-city {
	font-size: 18px;
	font-style: italic;
}
.section-1 .first-in-russia {
	font-size: 24px;
	padding: 13px 21px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 75px;
	margin-bottom: 20px;
}
.section-1 .text-1 {
	text-transform: uppercase;
	letter-spacing: .075em;
	margin-bottom: 10px;
}
.section-1 .text-main {
	text-transform: uppercase;
	font-family: 'FiraSans';
}
.section-1 .text-main .l1 {
	display: block;
	font-size: 74px;
	line-height: 66px;
	font-weight: 700;
}
.section-1 .text-main .l2 {
	font-size: 88px;
	line-height: 66px;
	display: block;
	font-weight: 700;
}
.section-1 .text-main .l3 {
	font-size: 80px;
	line-height: 66px;
	display: block;
	font-weight: 700;
}
.section-1 .ledda-live {
	font-style: italic;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 50px;
}
.orange { color: #ed6c07; }
.green { color: #55a803; }
.rose { color: #ee1346; }

.btn-green {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#74bc0d+9,468904+74,55a803+100 */
	background: rgb(116,188,13); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(116,188,13,1) 9%, rgba(70,137,4,1) 74%, rgba(85,168,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(116,188,13,1) 9%,rgba(70,137,4,1) 74%,rgba(85,168,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(116,188,13,1) 9%,rgba(70,137,4,1) 74%,rgba(85,168,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74bc0d', endColorstr='#55a803',GradientType=0 ); /* IE6-9 */
	height: 75px;
	text-align: center;
	color: #fff !important;
	font-size: 26px;
	display: block;
	line-height: 75px;
	border-radius: 75px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none !important;
	position: relative;
	top: 0;
	left: 0;
}
.btn-green-small {
	font-size: 24px;
	padding: 0 35px;
	display: inline-block;
}
.btn-green:hover {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
}
.btn-green:active,
.btn-green:focus {
	position: relative;
	top: 1px;
	box-shadow: none;
	text-shadow: none;
}

.btn-orange {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff962f+9,df6404+74,ed6c07+100 */
	background: rgb(255,150,47); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,150,47,1) 9%, rgba(223,100,4,1) 74%, rgba(237,108,7,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,150,47,1) 9%,rgba(223,100,4,1) 74%,rgba(237,108,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,150,47,1) 9%,rgba(223,100,4,1) 74%,rgba(237,108,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff962f', endColorstr='#ed6c07',GradientType=0 ); /* IE6-9 */
	height: 75px;
	text-align: center;
	color: #fff !important;
	font-size: 26px;
	display: block;
	line-height: 75px;
	border-radius: 75px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none !important;
	position: relative;
	top: 0;
	left: 0;
}
.btn-orange-small {
	font-size: 24px;
	padding: 0 35px;
	display: inline-block;
}
.btn-orange:hover {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
}
.btn-orange:active,
.btn-orange:focus {
	position: relative;
	top: 1px;
	box-shadow: none;
	text-shadow: none;
}


.btn-rose {
	background: rgb(255,83,103); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,103,1) 9%, rgba(225,12,62,1) 74%, rgba(246,22,74,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,103,1) 9%,rgba(225,12,62,1) 74%,rgba(246,22,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,103,1) 9%,rgba(225,12,62,1) 74%,rgba(246,22,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5367', endColorstr='#f6164a',GradientType=0 ); /* IE6-9 */
	height: 75px;
	text-align: center;
	color: #fff !important;
	font-size: 26px;
	display: block;
	line-height: 75px;
	border-radius: 75px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none !important;
	position: relative;
	top: 0;
	left: 0;
}
.btn-rose-small {
	font-size: 24px;
	padding: 0 35px;
	display: inline-block;
}
.btn-rose:hover {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
}
.btn-rose:active,
.btn-rose:focus {
	position: relative;
	top: 1px;
	box-shadow: none;
	text-shadow: none;
}



.section-heading {
	color: #b2b2b2;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.section-2 {
	padding: 45px 0;
}
.section-2 .heading {
	font-style: italic;
	line-height: 24px;
	font-size: 24px;
	margin-bottom: 20px;
}
.section-2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 18px;
	margin-right: 50px;
}
.section-2 ul li {
	display: block;
	margin-bottom: 10px;
	background: url(../i/ico-li.png) left 7px top 7px no-repeat;
	padding-left: 30px;
	font-size: 16px;
	color: #232222;
}

.section-2 img  {
	border-bottom: 5px solid #ed6c07;
}

.section-3 {
	background-color: #b0cf36;
	height: 310px;
	color: #fff;
}
.section-3 .quotes {
	background: url(../i/bg-1-2.png) top -10px left no-repeat;
	min-height: 310px;
}
.section-3 .with-padding {
	padding: 45px 0;
	padding-right: 50px;
}
.section-3 p {
	font-style: italic;
	font-size: 24px;
	line-height: 1.2;
}
.section-3 .author {
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.section-3 .author:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 150px;
	top: 15px;
	background-color: #fff;
	display: block;
	right: 0;
}



.section-4 {
	background:  #f0f0f0;
	padding: 45px 0;
}
.section-4 .heading {
	font-style: italic;
	line-height: 24px;
	font-size: 24px;
	margin-bottom: 20px;
}
.section-4 .subheading {
	color: #232222;
	margin-bottom: 20px;
}
.section-4 .module-item {
	padding: 30px 20px;
	background: rgba(255,255,255,0.65);
	margin-bottom: 20px;
	position: relative;
	height: 330px;
	transition: background 0.5s;
}
.section-4 .mh-360 .module-item {
	height: 360px;	
}
.section-4 .module-title {
	font-family: 'FiraSans';
	color: #ed6c07;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}
.section-4 .module-title:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #ed6c07;
	position: absolute;
	left: 0;
	opacity: 0.3;
	transition: 0.5s;
	top: 32px;
}

.module-item:hover .module-title:before {
	opacity: 0.8;
	transition: 0.5s;
	top: 70px;
}
.module-item:hover {
	background: rgba(255,255,255,1);
}

.section-4 .module-name {
	color: #232323;
	font-family: 'FiraSans';
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.section-4 .module-text {
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: -0.025em;
}



.section-5 {
	height: 850px;
	background: url(../i/bg-3.jpg) calc(50% + 400px) top no-repeat;
	padding: 45px 0;
}
.section-5 .bonus-item {
	padding-left: 80px;
	position: relative;
	margin-bottom: 30px;
	padding-right: 20px;
}
.section-5 .bonus-heading {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}
.section-5 .bonus-subheading {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 10px;
}
.section-5 .bonus-text {
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.025em;
}
.section-5 .bonus-icon {
	position: absolute;
	left: 0;
	top: 0;
}


.section-6 {
	height: 600px;
	background: url(../i/bg-4.jpg) center top no-repeat;
	padding: 45px 0;
}
.section-6 ul {
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}
.section-6 ul li {
	display: block;
	padding-left: 80px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}
.section-6 ul li:before {
	content: "";
	position: absolute;
	left: 35px;
	top: 7px;
	height: 10px;
	width: 10px;
	display: block;
	border-radius: 10px;
	background: #55a803;
}


.section-7 {
	padding: 45px 0;
	position: relative;
	min-height: 600px;
	width: 100%;
	overflow-x: hidden;
}
.section-7 ul {
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	padding-right: 20px;
}
.section-7 ul li {
	display: block;
	padding-left: 80px;
	color: #232222;
	margin-bottom: 30px;
	position: relative;
}
.section-7 ul li:before {
	content: "";
	position: absolute;
	left: 35px;
	top: 7px;
	height: 10px;
	width: 10px;
	display: block;
	border-radius: 10px;
	background: #ed6c07;
}
.section-7 .slider {
	position: absolute;
	top: 0;
	right: calc(50% - 800px);
	width: 800px;
}
.section-7 .slider .slide {
	float: left;
}



.section-8 {
	padding: 45px 0;
	background: #f0f0f0;
}

.section-8 .format-item {
	padding: 30px 20px;
	background: rgba(255,255,255,0.65);
	margin-bottom: 20px;
	position: relative;
	transition: background 0.5s;
}

.section-8 .format-item:hover {
	background: rgba(255,255,255,1);
}
.section-8 .format-heading {
	border-bottom: 1px solid #d1d1d1;
	height: 125px;
}
.section-8 .pre-heading {
	text-transform: uppercase;
	text-align: center;
	line-height: 18px;
	font-weight: 300;
	color: #b2b2b2;
	margin-bottom: 10px;
}
.section-8 .format-title {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.section-8 .format-subheading {
	text-align: center;
	font-style: italic;
	color: #232222;
}
.dl-horizontal {
	margin-bottom: 10px;
}
.dl-horizontal dt {
	float: left;
	width: 66px;
	overflow: hidden;
	clear: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 300;
	color: #969696;
	font-style: italic;
	text-align: left;
	font-size: 14px;
}
.dl-horizontal dd {
	margin-left: 80px;
	font-size: 14px;
	letter-spacing: -0.025em;
	color: #232222;
}

.dl-horizontal-xs dt {
	width: 55px;
}
.dl-horizontal-xs dd {
	margin-left: 70px;
}

.section-8 .format-block {
	padding: 20px 0;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
}
.section-8 .format-block p {
	font-size: 14px;
	letter-spacing: -0.025em;
	color: #232222;
}
.section-8 .format-block.p-np {
	padding-bottom: 20px;
}
.section-8 .format-block.p-np p {
	margin-bottom: 3px;
}
.section-8 .format-block p b {
	font-size: 16px;
	line-height: 18px;
}
.p-plus {
	padding: 7px 0;
}

.section-8 .price {
	font-size: 40px;
	padding: 15px 0;
}
.section-8 .price span {
	font-family: 'PT Sans' !important;
	font-weight: 700;
}
.btn-price {
	line-height: 20px;
	font-size: 18px;
	font-weight: 500;
	padding-top: 18px;
}
.after-price {
	line-height: 18px;
	padding: 20px 0;
}
.text-oferta {
	font-size: 13px;
	font-style: italic;
}



.section-9 {
	min-height: 480px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
	padding: 55px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
.section-9:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	content: "";
	display: block;
	z-index: -1;
}
.section-9 .section-heading {
	color: #fff;
}
.section-9 .ico-box {
	width: 80px;
	height: 80px;
	display: block;
	margin: 40px auto;
	background: url(../i/ico-box.png);
}



.section-10 {
	height: 500px;
	position: relative;
}
.section-10 .container,
.section-10 .col-xs-6 {
	height: inherit;	
}
.section-10 .moneyback {
	position: absolute;
	top: 0;
	left: calc(50% - 800px);
}
.section-10 .moneyback-text {
	padding: 45px 0;
	padding-left: 20px;
	font-size: 16px;
	letter-spacing: -0.025em;
}
.section-10 .moneyback-text p {
	margin-bottom: 15px;
}
.section-10 .moneyback-text .moneyback-author {
	font-style: italic;
	font-size: 20px;
}


.section-11 {
	padding: 45px 0;
}

.section-11 .opinions-slider {
	
}
.opinions-slider div {
	width: 100%;
	text-align: center;
}
.bx-wrapper img {
	max-width: 100%;
	display: inline-block;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0px;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d6d6d6;
	border: 2px solid #d6d6d6;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.section-map {
	height: 550px;
	position: relative;
}
.section-map .map {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../i/map.jpg) center center no-repeat;
}
.section-map .col-xs-6 {
	z-index: 2;
}
.section-map .cover {
	z-index: 2;
	color: #fff;
	height: 550px;
}
.section-map .section-heading {
	color: #fff;
	line-height: 30px;
}
.section-map .section-heading span {
	display: inline-block;
	border-bottom: 1px dashed #fff;
}
.section-map .section-heading span.active {
	border-bottom: 1px solid #fff;
}
.section-map .section-heading span.not-active {
	cursor: pointer;
}
.section-map .img-room {
	padding: 0 20px;
}




.section-12 {
	padding: 45px 0;
	position: relative;
	font-size: 18px;
}

.section-13 {
	padding: 45px 0;
	position: relative;
	font-size: 18px;
}
.section-13 .images-gallery + .section-heading {
	padding-top: 35px;
	padding-bottom: 25px;
}
.section-13 .images-gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-13 .images-gallery img {
	margin-bottom: 20px;
}


/* FOOTER */

.footer {
    height: 530px;
    background: url(../i/footer-msk.jpg) center top / cover;
    color: #fff;
}
.footer a {
	color: #fff;
}
.footer .container {
	position: relative;
	height: inherit;	
}
.text-32 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    line-height: 18px;
    text-align: center;
}
.vertical-life-txt {
    width: 289px;
    height: 38px;
    background: url(../i/logo-footer.png);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -145px;
}
.copy {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    bottom: 80px;
    position: absolute;
    left: 0;
    right: 0;
}
.links {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
    text-decoration: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.social {
	margin-top: 30px;
}
.social > a {
	margin-left: 20px;
}
.social .vk {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-vk.png) top center no-repeat;
}
.social .fb {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-fb.png) top center no-repeat;
}
.social .ig {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-ig.png) top center no-repeat;
}
.social .tw {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-tw.png) top center no-repeat;
}
.social .yt {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-yt.png) top center no-repeat;
}
.social .vk:hover {
	background: url(../i/soc-vk.png) bottom center no-repeat;
}
.social .fb:hover {
	background: url(../i/soc-fb.png) bottom center no-repeat;
}
.social .ig:hover {
	background: url(../i/soc-ig.png) bottom center no-repeat;
}
.social .tw:hover {
	background: url(../i/soc-tw.png) bottom center no-repeat;
}
.social .yt:hover {
	background: url(../i/soc-yt.png) bottom center no-repeat;
}
.ledda-img {
	width: 80px;
	height: 80px;
	background: url(../i/ledda-img.png);
	float: left;
	margin-top: 30px;
}
.ledda-text {
	width: 281px;
	height: 107px;
	background: url(../i/ledda-text.png);
	float: left;	
	margin-top: 39px;
	margin-left: 20px;
}