@font-face {
	font-family: proxReg;
	src: url("../fonts/proxima/ProximaNova-Regular.eot") format("eot"),
         url("../fonts/proxima/ProximaNova-Regular.ttf") format("ttf"),
         url("../fonts/proxima/ProximaNova-Regular.woff") format("woff");
}

@font-face {
	font-family: proxSemi;
	src: url("../fonts/proxima/ProximaNova-Semibold.eot") format("eot"),
         url("../fonts/proxima/ProximaNova-Semibold.ttf") format("ttf"),
         url("../fonts/proxima/ProximaNova-Semibold.woff") format("woff");
}

@font-face {
	font-family: proxLight;
	src: url("../fonts/proxima/ProximaNova-Light.eot") format("eot"),
         url("../fonts/proxima/ProximaNova-Light.ttf") format("ttf"),
         url("../fonts/proxima/ProximaNova-Light.woff") format("woff");
}

@font-face {
	font-family: proxBold;
	src: url("../fonts/proxima/ProximaNova-Bold.eot") format("eot"),
         url("../fonts/proxima/ProximaNova-Bold.ttf") format("ttf"),
         url("../fonts/proxima/ProximaNova-Bold.woff") format("woff");
}

body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, span, a {
	font-family: proxReg;
	margin-top: 0;
}

a {
    color: #ff4e00;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

section {
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.expo .table_wr {
    overflow-y: auto;
    margin-bottom: 85px;
}

.expo .table {
	width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-family: sans-serif;
}

.expo .table img {
    width: auto !important;
    margin: 0 !important;
}

.expo .table thead {
	color: #fff;
	background: #000;
	border: none;
}

.expo .table thead th {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

.expo .table tbody td {
    padding: 15px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.expo .table thead th:first-of-type,
.expo .table tbody th:first-of-type{
    padding-left: 25px;
}

.expo .table th img,
.expo .table td img {
	vertical-align: middle;
}

.expo .table tbody td,
.expo .table tbody th {
	padding: 10px;
	text-align: center;
	font-family: 'proxReg', sans-serif;
}

.expo .table tbody tr {
	transition: all .35s;
}

.expo .table tbody tr:nth-of-type(odd) {
	background: #fff;
}

.expo .table tbody tr:nth-of-type(even) {
	background: #ef4900;
	color: #fff;
}

.expo .table tbody tr:hover {
	background: #ccc;
	color: #fff;
}

.expo .table tbody td {
    padding: 15px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.shine-me {
    width:320px; /*Make sure the animation is over the whole element*/
    margin: 0 auto;
    -webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
}

.comeBackModal .h1 {
    margin-bottom: 10px;
    font-size: 24px;
}

.comeBackModal p {
    margin-bottom: 15px;
}

.comeBackModal input[type="radio"] {
    outline: none;
}

.comeBackModal .btn {
    font-size: 14px;
    padding: 10px 20px;
    max-width: 340px;
    display: block;
    margin: 30px auto;
    outline: none;
}

.comeBackModal label {
    cursor: pointer;
    font-weight: normal;
}

section .registr_call {
    margin: 30px auto;
    display: block;
    max-width: 420px;
    overflow: hidden;
    position: relative;
}

.download_diet {
    margin: 30px auto;
    max-width: 480px;
}

.btn.comeBack_sub {
    font-size: 13px;
    padding: 10px 20px;
    display: block;
    max-width: 360px;
    margin: 15px auto;
}

.btn.comeBack_sub:active {
    outline: none;
}

.shine {
    width: 100%;
    height: 100%;
    transform: skew(-45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -50px;
	animation: shine 3s infinite 3s;
}

.shine:after {
    content:'';
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -150px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.navbar .shined {
    overflow: hidden;
}

.navbar .shine {
    left: -25px;
}

.navbar .shine:after {
    left: -40px;
}


@keyframes shine {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(200%);}
}

#succesModal p {
    font-size: 16px;
}

#succesModal .modal-dialog {
    margin-top: 170px;
}

#succesModal .modal-body {
    padding: 25px;
}

.bg_holder {
	position: relative;
    background-attachment: fixed!important;
}

.border_aft:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	height: 1px;
	width: 554px;
	background: #ff4e00;
}

.container {
	position: relative;
	z-index: 1;
}

.btn {
    padding: 17px;
    transition: all .35s;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1.4px;
    border-radius: 35px;
}

.black-btn {
	background: #000;
}

.btn:hover {
	opacity: .82;
	color: #fff;
}

#navbar ul .lng {
    position: absolute;
}

.oran {
	background: #ff4e00;
}

.timer {
	display: block;
	margin-bottom: 40px;
}

.timer .result {
	width: 340px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.timer .res_wr {
	background: #fff;
	padding: 15px 10px 0;
	font-size: 32px;
	text-align: center;
	font-family: proxReg;
}

.timer .res_wr .numb {
	font-size: 36px;
	line-height: 28px;
}

.timer .res_wr .title {
	font-size: 20px;
}

.main {
	height: 100vh;
	font-family: proxReg;
	position: relative;
}

.main .regSectTitle {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
}

.main .event {
	position: absolute;
	max-width: 80%;
	top: 125px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
}

.main .event h1,
.main .event h2 {
	font-family: proxReg;
}

.main .event h2 {
	margin-top: 0;
}

.main .event h1 {
	color: #f6f6f6;
	font-family: proxBold;
	font-size: 62px;
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.main .pattern {
	min-height: 700px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -200px;
	z-index: 1;
	background: url(../imgs/pattern.png) no-repeat;
	background-size: cover;
}

.kvach {
    padding: 260px 0 260px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    text-align: center;
    color: #fff;
}

.kvach .title {
    margin-bottom: 20px;
    color: #ffffff;
    font-family: proxBold;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.kvach .descript {
    margin-bottom: 40px;
    font-family: proxReg;
    color: #fffefe;
    font-size: 37px;
    line-height: 46px;
    font-weight: 700;
}

.kvach .btn {
    width: 280px;
    text-transform: uppercase;
}

.fullscreen-bg {
	top: -20px;
}

.shadow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0, .55);
	z-index: 0;
}

.registr {
	background: url(../imgs/reg_bg.png) no-repeat;
	background-size: cover;
}

.registr .text {
	margin-top: 265px;
	margin-bottom: 265px;
	z-index: 1;
	position: relative;
}

.registr .btn {
	width: 420px;
	display: block;
	margin: 40px auto;
	font-size: 16px;
	text-transform: uppercase;
}

.registr h3 {
	color: #fefefe;
	font-size: 63px;
	font-weight: 700;
	text-align: center;
}

.choose {
	text-align: center;
	padding: 78px 0 125px;
	background: url(../imgs/dist_bg.png) no-repeat;
	background-size: cover;
}

.choose .title_wr {
	position: relative;
	display: inline-block;
}

.choose h2 {
	position: relative;
	display: inline-block;
	color: #000000;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 7.24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 70px;
    font-family: proxBold;
}

.choose h2:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #ff4e00;
	left: 85px;
	right: 85px;
	bottom: -30px;
	position: absolute;
}

.choose h4 {
	margin-top: 0;
	margin-bottom: 35px;
}

.choose h3 {
	margin-top: 0;
	margin-bottom: 70px;
    color: #000000;
    font-size: 41px;
    font-weight: 700;
}

.choose h4 {
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 1.36px;
    font-family: proxLight;
}

.choose .shadow {
	background-color: rgba(255, 255, 255, 0.85);
}

.choose .container {
	position: relative;
	z-index: 1;
}

.choose .wrap {
	font-size: 0;
}

.choose .item {
	border: 2px solid transparent;
	transition: all .35s;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: calc(20% - 2px);
	margin-right: 2px;
	font-size: 14px;
}

.choose .item:last-of-type {
	margin-right: 0;
}

.choose .item:hover {
	border: 2px solid #ff4e00;
}

.choose .item .head {
	min-height: 180px;
}

.choose .head img {
    max-width: 100px;
	margin-bottom: 15px;
}

.choose .head h4 {
	color: #f6f6f6;
	font-size: 24px;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
}

.choose .head h5 {
	margin: 0;
}

.choose .head span {
    font-size: 12px;
    color: #76797a;
}

.choose .item .head,
.choose .item .foot {
	background: #000;
	padding: 15px 15px 5px;
	color: #fff;
	position: relative;
}

.choose .item .foot {
    padding-top: 5px;
    min-height: 160px;
}

.choose .foot .call_modal {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
}

.choose .item .list {
	background: #fff;
	padding: 15px;
}

.choose .item .list p {
    margin-bottom: 0;
}

.members_link {
    display: block;
    margin-bottom: 10px;
}

.choose .item .list li {
	padding: 7px;
    color: #000000;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1.4px;
	border-bottom: 1px solid #898989;
}

.choose .item .btn {
    display: block;
    width: 210px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 10px;
}

.choose .foot h5 {
	color: #ff4d00;
	font-size: 18px;
	font-weight: 700;
	min-height: 39px;
}

.choose .foot p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

.package {
	padding: 95px 0 90px;
	background: #ff4e00;
	color: #fff;
	text-align: center;
}

.package h2 {
	margin-top: 0;
	color: #fffefe;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7.2px;
	margin-bottom: 20px;
}

.package h3 {
	margin-top: 0;
	font-family: proxLight;
	color: #fffefe;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1.35px;
	position: relative;
	display: inline-block;
	margin-bottom: 87px;
}

.package h3:after {
	content: "";
	display: block;
	height: 1px;
	background: #fff;
	left: -38px;
	right: -38px;
	bottom: -30px;
	position: absolute;
}

.package .item img {
    max-height: 80px;
}

.package .wrap {
	font-size: 0;
}

.package .item {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: calc(16.66% - 2px);
	margin-right: 2px;
	font-size: 14px;
}

.package .numb {
	color: #fffefe;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.36px;
	margin-bottom: 18px;
}

.package .title {
	color: #fffefe;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	min-height: 42px;
}

.package .subtitle {
	font-family: proxLight;
	color: #fffefe;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.85px;
	min-height: 20px;
}

.package .text_wrap {
	margin-bottom: 20px;
	min-height: 95px;
}

.record {
	background: #000;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.record .bg_holder {
	padding: 290px 0 320px;
	background: url(../imgs/record_bg.png) no-repeat;
}

.record h2 {
	color: #fffefe;
	font-size: 41px;
	line-height: 56px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7.2px;
	margin-top: 0;
	margin-bottom: 0;
}

.moments {
	padding: 80px 0 60px;
	text-align: center;
}

.moments h2 {
	font-family: proxBold;
	margin-top: 0;
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}

.moments h2:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	height: 1px;
	width: 554px;
	background: #ff4e00;
}

.moments .title_wr {
	min-height: 80px;
	margin-bottom: 30px;
	position: relative;
}

.moments .title {
	position: absolute;
	bottom: 0;
	color: #000000;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	font-family: proxBold;
	text-transform: uppercase;
	text-align: left;
}

.moments .title:after {
	content: "";
	display: block;
	width: 109px;
	height: 8px;
	background: #ff4e00;
	margin-top: 10px;
}

.moments .descr {
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
}

.program {
	padding: 100px 0 55px;
	background: #d9dce0;
	text-align: center;
}

.program h2 {
	color: #000000;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7.2px;
	margin-bottom: 20px;
}

.program h3 {
	color: #000000;
	font-family: proxLight;
	font-size: 31px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.program h3:after {
	content: "";
	display: block;
	height: 1px;
	width: 555px;
	margin: 30px auto;
	background: #ff4e00;
}

.program .item:first-of-type {
	border-bottom: 1px solid #ff4e00;
	margin-top: 40px;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.program h3.date {
	text-align: center;
}

.program .time .date {
	color: #ff4e00;
	font-size: 22px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: proxBold;
	text-align: left;
}

.program .time .days {
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-align: left;
}

.program .text {
	text-align: left;
}

.program .text p {
	color: #000000;
	font-size: 19px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 3px;
}

.program .text strong {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
}

.program .text strong a {
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
	color: #ff4e00;
	text-transform: none;
}

.program ul li {
	text-align: left;
	color: #000000;
	font-size: 19px;
	line-height: 26px;
	font-weight: 300;
}

.registr_row {
	text-align: center;
	padding: 90px 0;
}

.registr_row.black {
	background: #000;
}

.registr_row .btn {
	width: 400px;
}

.become {
	background: #ef4900;
}

.become h2 {
	text-align: center;
	color: #fffefe;
	font-size: 42px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7.2px;
}

.become .bg_holder {
	padding: 300px 0 375px;
}

.guarantee {
	text-align: center;
	padding: 77px 0 110px;
	background-position: center!important;
}

.guarantee .shadow {
	background-color: rgba(255, 255, 255, 0.85);
}

.guarantee h2 {
	color: #000000;
	font-size: 46px;
	line-height: 52px;
	font-weight: 700;
	margin-bottom: 40px;
	font-family: proxBold;
}

.guarantee h2:after {
	content: "";
	display: block;
	height: 1px;
	width: 555px;
	margin: 40px auto;
	background: #ff4e00;
}

.guarantee .descr {
	max-width: 90%;
	margin: 0 auto;
	color: #000000;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 1.67px;
	font-family: proxLight;
}

.inspire {
	text-align: center;
	margin-bottom: 60px;
	padding: 350px 0 390px;
	color: #fff;
    background-attachment: fixed!important;
}

.inspire h2 {
	color: #fffefe;
	font-family: proxBold;
	font-size: 41px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7.2px;
	margin: 0;
}

.steeps {
	padding: 120px 0 60px;
	background: #ff4e00;
}

.steeps .row {
	margin-bottom: 70px;
}

.steeps .wrap {
	height: 100%;
	padding: 40px;
	text-align: center;
	background: #fff;
}

.steeps .one_steep .img_wrap {
	margin-bottom: 32px;
	min-height: 70px;
}

.steeps .one_steep .title {
	text-transform: uppercase;
	color: #000000;
	font-family: proxBold;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0.45px;
	margin-bottom: 17px;
	min-height: 45px;
}

.steeps .one_steep .descr {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.33px;
}

.steeps .one_steep .msg {
	display: block;
	margin-top: 10px;
}

.steeps .btn {
	max-width: 630px;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
}

.event_pass {
	padding-top: 95px;
	text-align: center;
}

.event_pass h2 {
	font-family: proxBold;
	max-width: 60%;
	margin: 0 auto;
	color: #000000;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 8.9px;
	margin-bottom: 40px;
}

.event_pass .img_wrap {
    width: 25%;
    float: left;
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.event_pass .img_wrap img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .35s;
	cursor: pointer;
	cursor: -webkit-zoom-in;
}

.event_pass .img_wrap img:hover {
	transform: translate(-50%, -50%) scale(1.05);
	z-index: 1;
	-webkit-box-shadow: 2px 2px 25px 1px rgba(0,0,0,0.69);
    -moz-box-shadow: 2px 2px 25px 1px rgba(0,0,0,0.69);
    box-shadow: 2px 2px 25px 1px rgba(0,0,0,0.69);
}

.mission {
	text-align: center;
	padding: 80px 0 110px;
	background: url(../imgs/mission_bg.png) no-repeat;
	background-size: cover;
}

.mission .shadow {
	background-color: rgba(255, 255, 255, 0.85);
}

.mission .title {
	color: #000000;
	font-family: proxLight;
	font-size: 48px;
	line-height: 52px;
	font-weight: 300;
}

.mission .title .orange_color {
	font-size: 46px;
	line-height: 52px;
	color: #ff4e00;
	font-family: proxBold;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.mission .border_aft:after {
	margin-top: 40px;
}

.mission .text {
	color: #000000;
	font-family: proxBold;
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1.67px;
}

.mission .title_wr {
	margin-bottom: 40px;
}

.feeling {
	background: #000;
	text-align: center;
}

.feeling .bg_holder {
	padding: 260px 0 275px;
	background: url(../imgs/feeling_bg.png) no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.feeling h2 {
	color: #ffffff;
	font-family: proxBold;
	font-size: 62px;
	line-height: 62px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.feeling .descr {
	max-width: 90%;
	margin: 0 auto;
	font-family: proxReg;
	color: #fffefe;
	font-size: 37px;
	line-height: 46px;
	font-weight: 700;
}

.faq {
	background: #ff4e00;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

.faq .registr_call {
    background: #000;
}

.faq h2 {
	color: #fffefe;
	font-family: proxBold;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7.2px;
	margin-bottom: 25px;
}

.faq .text {
	font-size: 31px;
	font-weight: 300;
	letter-spacing: 1.35px;
	color: #fff;
	margin-bottom: 55px;
}

.faq .text a,
.faq .item a {
	color: #000000!important;
	letter-spacing: 1.35px;
	font-family: proxLight;
}

.faq .item {
	border: 3px solid #ffffff;
	padding: 40px 0;
	margin-bottom: 35px;
	display: flex;
    justify-content: space-between;
}

.faq .item:last-of-type {
	margin-bottom: 0;
}

.faq .item .number {
	padding-right: 0;
	width: 20%;
	color: #ffffff;
	font-size: 74px;
	font-weight: 700;
	text-transform: uppercase;
	border-right: 1px solid rgba(255, 255, 255, .5);
}

.faq .text_place {
	width: 80%;
	padding-left: 55px;
	padding-right: 40px;
	text-align: left;
}

.faq .text_place .question {
	color: #ffffff;
	font-family: proxBold;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.faq .text_place .answer {
	color: #ffffff;
	font-family: proxLight;
	font-size: 27px;
	font-weight: 300;
	line-height: 40px;
}

.join {
	padding: 350px 0 270px;
	background: url(../imgs/join_bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.join h2 {
	margin-bottom: 60px;
	color: #ffffff;
	font-family: proxBold;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

.join .descr {
	color: #fffefe;
	font-family: proxBold;
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 100px;
}

.join .btn {
	width: 280px;
	text-transform: uppercase;
}

.join .container {
	z-index: 2;
}

.join .pattern {
	min-height: 800px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -320px;
	z-index: 1;
	background: url(../imgs/pattern.png) no-repeat;
	background-size: cover;
}

.partners {
	padding: 70px 0;
	text-align: center;
}

.partners .title {
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 38px;
}

.partners .img_wrap {
	position: relative;
	min-height: 300px;
	margin-bottom: 85px;
}

.partners .img_wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.partners .title_row {
	margin-bottom: 50px;
	color: #000000;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
}

.pattern_row {
	height: 300px;
	background: url(../imgs/foot_patern.png) no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}

.adress {
    margin-top: 0;
}

.news.mini p,
.news.mini span {
    font-size: 18px!important;
    font-family: "OpenSansRegular";
}

.to_top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    background: #fff;
    opacity: .4;
    transition: all .35s;
    cursor: pointer;
}

.to_top .arr {
    width: 17px;
    height: 17px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.to_top:hover {
    opacity: 1;
}

.nav > li .js_modal_registr_call {
    letter-spacing: .7px!important;
}

@media (min-width: 320px) and (max-width: 990px) {
    .expo .table_wr {
        overflow-y: auto;
        margin-bottom: 30px;
    }
    .expo .table {
        zoom: .75;
    }
    .expo .table img {
        width: 30px !important;
    }
    .expo .table thead th {
    	text-align: center;
    	color: #ffffff;
    	font-size: 15px;
    	font-weight: 700;
    	text-transform: uppercase;
    	letter-spacing: 1.8px;
    }
    
    .expo .table tbody td {
        padding: 12px;
        font-size: 15px;
        font-weight: 300;
        text-transform: uppercase;
    }
    .shine {
        display: none;
    }
    #navbar ul .lng {
        position: relative;
        margin: 0 auto;
    }
    .timer {
        margin-bottom: 0;
    }
    .to_top {
        display: none!important;
    }
    #navbar .orange {
        width: 100%;
        margin: 0 auto;
    }
    #navbar ul {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        max-width: 315px;
        float: none!important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .choose .item .foot {
        padding-top: 0px;
        min-height: 155px;
    }
}

@media (min-width: 320px) and (max-width: 680px) {
    .bg_holder {
        background-size: cover!important;
        background-position: top!important;
    }
    .main {
        height: auto;
        min-height: 780px;
    }
    .main .pattern {
        display: none;
    }
    .main .event h1 {
        margin-left: 0;
        width: 100%;
        font-size: 32px;
        margin-bottom: 15px;
    }
    .timer .result {
        width: 100%;
        max-width: 290px;
    }
    .timer .result {
        padding: 12px 5px 0;
        font-size: 18px;
    }
    .timer .res_wr .numb {
    	font-size: 26px;
    	line-height: 28px;
    	margin-bottom: 3px;
    }
    .timer .res_wr .title {
    	font-size: 14px;
    }
    .registr h3 {
        font-size: 36px;
    }
    .registr .text {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .registr .btn,
    .btn {
        width: 100%;
        max-width: 300px;
    }
    .choose {
        padding: 60px 0;
    }
    .choose h2 {
        font-size: 36px;
    }
    .choose h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .choose .item {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .package {
        padding: 50px 0;
    }
    .package h2 {
        font-size: 32px;
    }
    .package h3 {
        margin-bottom: 30px;
    }
    .package h3:after {
        display: none;
    }
    .package .title {
        min-height: 0;
    }
    .package .item {
        width: 100%;
        max-width: 320px;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .record {
        padding: 30px 0;
    }
    .record .bg_holder {
        padding: 50px 0;
    }
    .record h2 {
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 3px;
    }
    .moments {
        padding: 50px 0;
    }
    .moments h2 {
        width: 100%;
        font-size: 30px;
    }
    .moments h2:after {
        width: 100%;
    }
    .program {
        padding: 50px 0;
    }
    .program h2 {
        font-size: 32px;
        letter-spacing: 3px;
    }
    .registr_row,
    .mission,
    .become,
    .inspire,
    .event_pass,
    .feeling,
    .faq,
    .join,
    .kvach,
    .partners {
        padding: 50px 0;
    }
    .become .bg_holder {
        padding: 50px 0;
    }
    .kvach .title,
    .join h2,
    .mission h2,
    .event_pass h2,
    .inspire h2,
    .become h2,
    .feeling h2,
    .faq h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 3px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .guarantee {
        padding: 50px 0;
    }
    .guarantee h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 3px;
    }
    .guarantee h2:after {
        width: 100%;
    }
    .guarantee .descr,
    .kvach .descript {
        padding: 0 15px;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 28px;
    }
    .steeps {
        padding: 50px 0;
    }
    .one_steep {
        margin-bottom: 30px;
    }
    .steeps .one_steep .descr {
        font-size: 16px;
    }
    .steeps .btn {
        width: 100%;
        max-width: 320px;
        font-size: 8px;
    }
    .event_pass h2 {
        max-width: 100%;
        letter-spacing: 0;
    }
    .border_aft:after {
        width: 100%;
    }
    .event_pass .imgs_row .img_wrap {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .event_pass .img_wrap img {
        width: 100%;
        display: block;
    }
    .mission .title .orange_color {
        font-size: 32px;
        line-height: 38px;
    }
    .mission .title {
        font-size: 24px;
        line-height: 32px;
    }
    .mission .text {
        font-size: 26px;
        line-height: 32px;
    }
    .join .pattern {
        display: none;
    }
    .feeling .bg_holder {
        padding: 30px 0;
    }
    .faq .text,
    .feeling .descr {
        font-size: 24px;
        line-height: 30px;
    }
    .faq .text {
        padding: 0 15px;
    }
    .faq .item .number {
        width: 100%;
        font-size: 54px;
    }
    .faq .item {
        display: block;
        padding: 20px 0;
    }
    .faq .text_place {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .faq .text_place .question {
        font-size: 24px;
        line-height: 28px;
    }
    .faq .text_place .answer {
        font-size: 22px;
        line-height: 26px;
    }
    .join .descr {
        font-size: 22px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .partners .img_wrap {
        margin-bottom: 30px;
        min-height: 150px;
    }
    .partners img {
        margin-bottom: 20px;
    }
    .partners .img_wrap img {
        width: 80%;
        max-width: 300px;
    }
    .partners .title_row {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .pattern_row {
        display: none;
    }
    .adress p, .mail p, .mail a {
        font-size: 16px;
        font-family: proxReg;
    }
    .adress, .mail {
        margin: 20px 0;
    }
    #contacts .social {
        margin-bottom: 30px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .download_diet {
        font-size: 12px;
        padding: 12px;
        max-width: 95%;
    }    
}

@media (min-width: 480px) and (max-width: 680px) {
    .download_diet {
        font-size: 18px;
        padding: 12px;
        width: 80%;
        max-width: 480px;
    }  
    .one_steep {
        width: 50%!important;
    }
    .steeps .one_steep .img_wrap {
        text-align: center;
    }
    .steeps .wrap {
        padding: 15px;
        text-align: left;
    }
    .steeps .btn {
        width: 100%;
        max-width: 440px;
        font-size: 13px;
    }
    .event_pass .img_wrap {
        width: 50%;
    }
    .event_pass .imgs_row img {
        width: 100%;
    }
}

@media (min-width: 681px) and (max-width: 992px) {
    .main .event h1 {
        font-size: 40px;
    }
    .choose .item {
        width: calc(50% - 2px);
    }
    .pattern_row,
    .join .pattern,
    .main .pattern {
        display: none;
    }
    .registr,
    .registr_row,
    .mission,
    .become,
    .inspire,
    .event_pass,
    .feeling,
    .faq,
    .join,
    .partners {
        padding: 80px 0;
    }
    .record .bg_holder,
    .become .bg_holder {
        padding: 80px 0;
    }
    .registr h3,
    .record h2,
    .join h2,
    .mission h2,
    .event_pass h2,
    .inspire h2,
    .become h2,
    .feeling h2,
    .faq h2 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 3px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .one_steep {
        margin-bottom: 30px;
    }
    .registr .text {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main .shadow {
        top: 40px;
    }
    .main .event {
        top: 200px;
    }
    #navbar .logo2 p.pull-left {
        display: none;
    }
    #navbar .logo2 img {
        width: 90px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #navbar ul .lng {
        position: absolute;
        top: 17px;
        left: -50px;
    }
    #navbar .pull-right {
        float: right !important;
        width: 150px;
    }
    #navbar > ul:not(.pull-right) {
        max-width: 70%;
        float: left!important;
        padding-left: 80px;
    }
    .navbar-header {
        display: none;
    }
}

@media (min-width: 992px) {
    .expo .table thead th {
        line-height: 70px;
    }
}

@media (min-width: 1800px) {
	.container {
		width: 1315px;
	}
}