


/* ------------------------------------------------------------------------------- */
/*  General
/* ------------------------------------------------------------------------------- */

html, body {
    font-family: 'Ubuntu', sans-serif;
    color: #333333;

}
.main-page {
    position: relative;
    z-index: 1;
}
#header {
    color: #231f20;
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.53);
    position: relative;
}
#header .title {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #C03907;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    padding: 0;
}
#header .slogan {
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    margin: 0;
}
.top-social {
    padding: 27px 0;
    text-align: right;
}
.top-social a{
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 18px;
    text-align: center;
    margin: 0 1px;
    padding: 8px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
.top-social a.fa-vk{
    background: #4D739C;
}
.top-social a.fa-facebook{
    background: #3A5997;
}
.top-social a.fa-google-plus{
    background: #CE4D39;
}
.top-social a.fa-youtube{
    background: #FF0000;
}
.top-social a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
    text-decoration: none;
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
}
.contact {
    text-align: right;
    padding-top: 8px;
}
.contact .question {
    font-size: 13px;
    color: #231F20;
}
.contact .phone {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #231f20;
}
.contact .callback {
    font-size: 14px;
    color: #00abf0;
    vertical-align: top;
    padding-bottom: 1px;
    cursor: pointer;
    border-bottom: 1px dashed #00abf0;
    display: inline-block;
}
.contact .callback:hover {
    border: none;
}
#banner {
    overflow: hidden;
    padding: 37px 0 120px 0;
    background: url('../images/main.jpg') no-repeat center center;
    position: relative;
}
#banner:before {
    height: 100%;
    position: absolute;
    top: -300px;
    left: -40%;
    width: 100%;
    height: 2000px;
    z-index: 1;
    content: "";
    background: rgba(0,0,0,0.7);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
#banner .container {
    z-index: 2;
    position: relative;
}
.banner-title {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.banner-title h1 {
    background: rgba(0, 0, 0, 0.43);
    font-weight: 300;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: inline-block;
    border: 3px solid #fff
}
.why-list {
    padding: 15px 10px;
    color: #fff;

    display:inline-block;
}
.why-list .why-item {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.right-info > div{
    color: #0d3763;
}
.buttons {
    margin-left: 155px;
}
.buttons .btn{

    border-radius: 0;
    font-size: 19px;
    font-weight: 400;
}
.buttons .btn-success {
    background-color: #189618;
    border-color: #1C741C;
}
.buttons .btn-success:hover {
    background-color: #05B305;
    border-color: #058805;
}
.buttons .btn-warning {
    background-color: #ed9c28;
    border-color: #d58512;
}
.buttons .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.date {
    margin-left: 45px;
    margin-top: 23px;
}
.place {
    margin-left: 100px;
}
.date,
.place {
    background: #fff;
    display: inline-block;
    margin-bottom: 40px;
    padding: 6px 8px;
    font-size: 20px;
}
.zig {
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    padding: 6px 30px;
}
.zig > div{
    -webkit-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
}
.date .fa:before,
.place .fa:before{
    padding-right: 7px;
    font-size: 18px;
}
#invite {
    padding: 40px 0 100px 0;
}
.title{
    font-size: 36px;
    line-height: 48px;
    margin: 0;
    font-weight: 300;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
#advice {
    background: #285e45;
    color: #fff;
    padding: 60px 0 80px;
    text-align: center;
    background: url('../images/advice.jpg') no-repeat -170px center;
    position: relative;
    -webkit-box-shadow: inset 0 0px 4px 0 rgba(0, 0, 0, 0.76);
    -moz-box-shadow: inset 0 0px 4px 0 rgba(0, 0, 0, 0.76);
    box-shadow: inset  0 0px 4px 0 rgba(0, 0, 0, 0.76);
}
#advice:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}
#advice .container{
    position: relative;
    z-index: 10;
}
#advice ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#advice ul li {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 300;
    color: black;
}
#people{
    padding: 40px 0 60px;
}
#people .item p{
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
#programm {
    padding: 40px 0 60px;
    background: url('../images/prog.png');
}
#programm .item {
    margin-bottom: 40px !important;
    max-width: 900px;
    margin: 0 auto 40px auto;
}
#programm .item .img-r {
    float: left;
    margin-right: 20px;
    border: 1px solid rgba(192, 57, 7, 0.25);
}
#programm .btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.item .name {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #C03907;
    font-size: 20px;
    margin-bottom: 25px;
}

.item .meta {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
#speaker {
    padding: 40px 0 60px;
}
#speaker .item {
    margin-bottom: 60px;

}
#speaker .image {
    float: left;
    margin-right: 15px;
}
#speaker .image img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}
#speaker .name {
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0 10px 0;
}
#partners {
    padding: 40px 0 60px;
    background: url('../images/bg-p.jpg');
    border-top: 3px solid rgba(204, 204, 204, 0.43);
    border-bottom: 3px solid rgba(204, 204, 204, 0.43);
}
#partners .inside {
    height: 120px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 120px;
}
#partners .inside img{
    max-height: 100px;
}
#partners .wrap {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 6px;
}
#partners .wrap .inside{
    background: #fff;

}
#where .title{
    margin-bottom: 15px;
}
#where .name{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
#where .address {
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
}
#where .date {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    padding: 0;
}
#footer {
    padding: 0px 0 70px 0;
    color: #fff;
    background: #3A4F5F;
}
#footer h3{
    display: block;
    color: white;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
#footer p{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: white;
    display: block;
    text-align: center;
}
#remember {
    padding-bottom: 80px;
    background: url(../images/bg4.jpg);
}
#remember .schema{
    height: 689px;
    background: url(../images/bg2.jpg) no-repeat center;
    position: relative;
    margin-bottom: -140px;
}
.ladd {
    padding: 0;
    position: relative;
    margin: 0;
    line-height: 1;
    height: 580px;
    list-style: none;
}
.lvl {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 118px;
    left: 318px;
    width: 230px;
    cursor: default;
}
.lvl {
    color: #442f1c;
    font-size: 1.25em;
    margin-bottom: 20px;
    padding-left: 4%;
    margin-left: 3%;
    position: relative;
}
.lvl {
    top: 84px;
    left: 355px;
}
@media screen and (min-width: 1170px) {
    .lvl {
        top: 84px;
        left: 355px;
    }
}

@media screen and (min-width: 1170px) {
    .lvl_2 {
        top: 157px;
        left: 450px;
    }
}
@media screen and (min-width: 1170px){
    .lvl_3 {
        top: 225px;
        left: 535px;
    }
}
@media screen and (min-width: 860px) {
    .lvl {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 90px;
        left: 400px;
        width: 230px;
        cursor: default;
    }
}

@media screen and (min-width: 860px) {
    .lvl_2 {
        top: 159px;
        width: 290px;
        left: 471px;
    }
}
@media screen and (min-width: 860px){
    .lvl_3 {
        top: 235px;
        width: 280px;
        left: 578px;
    }
}
@media screen and (min-width: 860px) {
    .lvl_4 {
        top: 290px;
        left: 622px;
    }
}
@media screen and (min-width: 860px){
    .lvl_5 {
        top: 354px;
        left: 712px;
        width: 200px;
    }
}
.schema-info {
    position: relative;
    z-index: 100;

}
.schema-info .btn{
    font-size: 20px;
}
.register {
    background: #FFFFE0;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 60px 0 90px 0;
    background: url(../images/register.jpg) no-repeat;
    background-size: cover;
    position: relative;

}
.register:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.58);
}
.register .container {
    position: relative;
    z-index: 100;
}
.register h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.register span {
    font-size: 20px;color: #C03907;
}
.register .input{
    width: 100%;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    padding: 15px;
    padding-left: 45px;
    background: rgba(8, 8, 8, 0.74);
}
.register .btn {
    font-size: 22px;
    border-radius: 0;
    -vebkit-border-radius: 0;
    -moz-border-radius: 0;
    font-weight: 300;
    padding: 12px 40px;
}
.register .wrap {
    margin-bottom: 20px;
    position: relative;
}
.register .wrap span.fa{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30px;
    color: #fff;
    display: block;
}
.register .title {
    margin-bottom: 10px;
}
.register .register-text {
    margin-bottom: 20px;
}
.wrap-btn {
    background: url(../images/arrow.png) no-repeat 69% 55px;
}
.register-text {
    color:#fff;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#what {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 60px 0 120px 0;
    background: url(../images/1.jpg) no-repeat left -400px;
    position: relative;
    background-size: cover;
    color: #fff;

}

#what .container {
    position: relative;
    z-index: 100;
}
#what h2{
    color: #fff;
}
.count-container {
    border: solid 1px #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 24px 0 0;
    display: inline-block;
}
.countdown {
    text-align: center;
}
.countdown span {
    color: #fff;
    display: block;
    font-size: 60px;
    text-align: center;
}
.countdown p {
    color: #fff;
    line-height: 22px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

#where h2 {
    margin-top: 60px;
}


@media (min-width: 992px) {
    .wrap-btn {
        background-position: 72% 3px;
    }
}

@media (max-width: 768px){
    .wrap-btn {
        background: none;
    }
}

#callback-wrap {
    position: fixed;
    width: 300px;
    overflow: visible !important;
    top: 50%;
    margin-top: -83px;
    left: 50%;
    display: none;
    margin-left: -150px;
    z-index: 500;
    webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    color: #444;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#callback-wrap .inner{
    position: relative;
    padding: 10px;
    background: #fff;
}
#callback-wrap h2{
    margin-top: 0;
    font-size: 20px;
}
.callback-input {
    padding: 6px 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
}
#callback_submit {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.main-page.dark:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 300;
    content: "";
    background: rgba(0, 0, 0, 0.39);
}

.p21v {
    background: url('../images/prog.png');
}
.page #header {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.23);
}
.page .banner-title h1 {
    background: rgba(0, 0, 0, 0.73);
    margin-top: 0
}
.page #programm {
    margin-top: 0px;
}
.page .small-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 300;
}
.page .banner-title h1 {
    border-color: #C03907;
    color: #C03907;
    background: none;
}
.page #programm {
    padding-bottom: 0;
}
.page #invite {
    padding-top: 0;
}
.page #programm .inside {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.page .register {
    background-image: url('../images/main.jpg');
}
.page .btn-2 {
    font-size: 22px;
    border-radius: 0;
    -vebkit-border-radius: 0;
    -moz-border-radius: 0;
    font-weight: 300;
    width: 100%;
    padding: 12px 40px;
}
.page #footer {
    padding-bottom: 20px;
}
.page #footer h3 {
    padding-top: 20px;
}
#what {
    padding-bottom: 20px;
}
#what .inner {
    margin-bottom: 40px;
    width: 255px;
    height: 161px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .buttons .btn-warning {
        float: left !important;
        margin-left: 3px;
    }
    .right-info > div {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .buttons .btn-warning {
        float: left !important;
        clear: both;
        margin-left: 58px;
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .register-text {
        width: auto;
    }
    #what {
        background-position: left top;
    }
    #banner:before {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #banner {
        padding: 37px 0 79px 0;
    }
    .why-list .why-item {
        font-size: 16px;
    }

}
@media (max-width: 500px) {
    #banner .btn-warning {
        margin-top: 35px;
    }
    .zig {
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        padding: 6px 30px;
    }
    .zig > div {
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
    }
    .banner-title h1{

        font-size: 22px;
    }
}
@media (min-width: 768px){
    #what {
        background-position: left top;
    }
    .contact .phone {
        font-size: 19px;
    }
    .top-social a {
        height: 32px;
        width: 32px;
        font-size: 15px;
    }
    #header .title {
        line-height: 28px;
    }
}
@media (max-width: 768px){
    #header .contact,
    #header .social{
        float: left !important;
        text-align: center;
    }
    .top-social {
        text-align: center;
    }
    .logo {
        text-align: center;
    }
    .logo a{
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .contact .phone {
        font-size: 24px;
    }
    .top-social a {
        height: 35px;
        width: 35px;
        font-size: 18px;
    }
    #header .title {
        line-height: 48px;
    }
}