html {
    position: relative;
    min-height: 100%;
}

body {
  color: #5a5a5a;
    height: 100vh;
}

.container-global{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 320px;
    z-index: 1;
}

.content-wrapper{
    flex: 1 0 auto;
}


footer{
    flex: 0 0 auto;
    /*height: 100px;*/
    /*padding-top: 30px;*/
    padding-top: 20px;
    /*background: #76a0ac;*/
    /*background: #240b20;*/
    /*background: #f7f7f7;*/
    background: #e9e133;
    /*background-image: -webkit-linear-gradient(top, #dbe1e5 0, #fff 100%);*/
    /*background-image: linear-gradient(to bottom, #dbe1e5 0, #fff 100%);*/
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    height: 198px;
}

.animating.left .container-global {
	transform: translate3d( -80%, 0, 0 );
	-webkit-transform: translate3d( -80%, 0, 0 );
}

.animating.right .container-global {
	transform: translate3d( +80%, 0, 0 );
	-webkit-transform: translate3d( +80%, 0, 0 );
}


@media (max-width:767px) {
    .container-global {
        background-color: white;
        z-index: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5)
    }

    body.nav-open .container-global {
        position: relative;
        right: 80%;
    }
}

.mob-menu {
    display: none;
    position: fixed;
	top: 0;
	right: 0;
    width: 80%;
    z-index: 0;
    padding-left: 4px;
}

@media (max-width:767px) {
    .hero h1{
        margin-top: 200px !important;
        font-size: 30px !important;
    }


    .navbar-toggle{
        margin-top: 18px;
    }

    .navbar-contacts .phone {
        padding-top: 10px;
        padding-left: 10px;
    }

    body.nav-open .mob-menu {
        display: block;
    }

    .mob-menu .mob-menu-title {
        padding: 20px;
        font-family: Muller Narrow,sans-serif;
        font-size: 24px;
    }

    .mob-menu>.navbar-nav {
        margin: 0;
        padding: 0;
    }

    .mob-menu>.navbar-nav>li.active>a {
        background-color: #e9e12c;
        color: #424242
    }

    .mob-menu>.navbar-nav>li.active>a:hover {
        background-color: #fbfbfb;
    }

    .mob-menu>.navbar-nav>li>a {
        border-top: 1px solid rgb(221, 221, 221);
        font-family: Droid Sans, sans-serif;
        font-size: 18px;
        line-height: 20px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        padding: 15px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        color: #333;
    }

     .mob-menu>.navbar-nav>li:last-child>a{
         border-bottom: 1px solid rgb(221, 221, 221);
     }
}

#push{
    display: block;
    height: 198px;
}

h1{
    font-family: 'Muller Narrow';
    text-transform: uppercase;
    font-size:18px;
}

h3{
    font-family: 'Muller Narrow';
    text-transform: uppercase;
    font-size:16px;
}

h4{
    text-align: center;
    font-family: 'Muller Narrow';
    text-transform: uppercase;
    font-size:14px;
}

a{
    text-decoration: none;
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

a:hover, a:active, a:focus, a:visited{
    text-decoration: none;
}

/*.navbar-wrapper{*/
.container-global{
    overflow-x: hidden;
}

.navbar-wrapper > .container{
    position: relative;
    background-color: #ffffff;
    height:120px;
}


.ltl-navbar-right-container{
    float: left;
}

.ltl-navbar-left-container{
    float:left;
    margin-left: -15px;
}

.ltl-navbar-left:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 100%;
    top: 0;
    background: #e9e12c;
}

.ltl-navbar-left{
    width: 165px;
    height: 120px;
    display: block;
    background: #e9e12c;
}

.logo-content{
    display: block;
    overflow: hidden;
    position: relative;
    width: 165px;
    height: 120PX;
    padding-top: 3px;
}

.logo{
    position: relative;
    background-position-x: 100%;
    background-position-y: 50%;
    background: url("../img/logo/lentrublit_logo.svg") no-repeat;
    left: 45px;
    top: 5px;
    width: 165px;
    height: 90px;
    background-size: contain;
}

.since{
    position: relative;
    font-family: Droid Sans,sans-serif;
    font-weight: 400;
    font-size: 9px;
    text-align: center;
    padding-top: 3px;
    padding-left: 37px;
    text-transform: uppercase;
    color: #424242;
}

.ltl-navbar-right{
    display: block;
}

.ltl-navbar-right:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 100%;
    top: 0;
    background: #fff;
}

/*.navbar-brand {*/
    /*padding: 15px;*/
    /*font-size: 18px;*/
    /*line-height: 20px;*/
    /*height: 50px;*/
/*}*/

.navbar-contacts{
    padding-right:15px;
}

.navbar-contacts li{
    font-size: 20px;
}

.navbar-contacts .phone a span{
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.navbar-contacts > .navbar-nav > li > a{
    padding: 0;
}

.navbar-header{
    float: none;
}

.navbar-wrapper .navbar  .title{
    font-family: Muller Narrow,sans-serif;
    font-size: 30px;
    padding-left: 15px;
    padding-top: 14px;
    color: #424242;
    text-transform: none !important;
}

.navbar-nav{
    float: none;
    padding-top: 10px;
    padding-left: 4px;
}

.navbar-contacts .phone{
    padding-top: 17px;
}

.navbar-contacts .phone a{
    color:#424242;
    padding: 8px 15px;
    font-family: Muller Narrow,sans-serif;
    font-size: 24px;
    font-variant: tabular-nums;
}

.navbar-contacts .phone a:hover{
    background-color: #e9e12d;
}

.navbar-nav-contacts{
    margin-right: 1px;
    padding-top:12px;
}

.navbar-nav-contacts li a{
    color:#424242;
    /*background-color: #ffeba1;*/
}

.navbar-nav-contacts li a:hover{
    background-color: #e9e12d;
}

.navbar-nav-contacts li.social{
    display: inline-block;
    border: 1px solid #cecece;
    float:right;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.navbar-nav-contacts li.social a{
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
}

.navbar-nav-contacts li.social a span{
    position: relative;
    font-size: 24px;
}

.navbar-nav-contacts li.social a span.icon-facebook{
    left: 6px;
}

.navbar-nav-contacts li.social a span.icon-vk{
    left: 1px;
}

/*.navbar-right li.social:hover {*/
    /*-webkit-transform: scale(1.05);*/
    /*-moz-transform: scale(1.05);*/
    /*-ms-transform: scale(1.05);*/
    /*transform: scale(1.05);*/
/*}*/

/*.navbar-right li.social.ok{*/
    /*background-color: #EB722E;*/
    /*!*background: url("../img/social/go.png") no-repeat;*!*/
    /*margin-right: 0;*/
/*}*/

/*.navbar-right li.social.ok a{*/
    /*padding-left: 10px;*/
    /*padding-top: 7px;*/
/*}*/

/*.navbar-right li.social.fb{*/
    /*background-color: #3b5998;*/
    /*!*background: url("../img/social/fb.png") no-repeat;*!*/
/*}*/

/*.navbar-right li.social.fb a{*/
    /*padding-left: 11px;*/
    /*padding-top: 7px;*/
/*}*/

/*.navbar-right li.social.vk{*/
    /*margin-left: 15px;*/
    /*background-color: #5B7FA6;*/
    /*!*background: url("../img/social/vk.png") no-repeat;*!*/
/*}*/

.navbar-wrapper {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-right{
    padding-top: 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ce2a2a;
    background-color: #fff;
}

/* TODO: вместо белого f3f3f3 */

.navbar-wrapper .navbar {
    border:0;
    padding-right: 0px;
    padding-left: 150px;
    font-family: Droid Sans,sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    font-size:16px;
    background-color: transparent;
}

footer .footer_copyright {
    margin-left: 70px;
    margin-right: 100px;
    padding-top: 8px;
    font-size: 11px;
    line-height: 15px;
    color: #424242;
}

footer .footer_copyright p{
    margin: 0px;
    position: relative;
}

footer .footer_copyright .copyright_symbol {
    position: absolute;
    top: 0;
    left: -13px;
}


footer .footer_orbit{
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 15px;
    top: 0;
}


footer .footer_orbit > div{
    display: block;
    background-image: url(../img/orbit.svg);
    /*background-position: 0 -55px;*/
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

footer .footer_orbit:hover > div {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.modal-backdrop{
    background-color: #cecece;/*#551d3e;*/
}

.bootbox .modal-content:before{
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -200px;
    right: -180px;
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
    width: 425px;
    height: 225px;
    /*background: url(../img/bg/modal_rowan.png) no-repeat;*/
    -webkit-transition: all cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.4s !important;
    -o-transition: all cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.4s !important;
    transition: all cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.4s !important;
    opacity: 1;
}

.bootbox .modal-content {
    border-radius: 0;
    margin-bottom: 150px;
}

.bootbox button.close{
    font-size: 30px;
    position: relative;
    left: 15px;
}


.bootbox label.control-label{
    font-family: Droid Sans,sans-serif;
    font-size:13px;
    text-transform: uppercase;
    text-align:right;
    padding: 20px 0 0 0;
    line-height: 1;
}

.bootbox input[type=url],
.bootbox input[type=text],
.bootbox input[type=email],
.bootbox select,
.bootbox textarea {
    padding: 15px 15px 13px;
    height: auto !important;
    font-family:  Droid Sans,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: black;
    /*border: 2px solid #D5DDE0;*/
    border-radius: 0px;
    /*box-shadow: none;*/
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    border: 1px solid transparent;
    /*-webkit-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    /*-moz-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    /*-ms-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    /*box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, .3);
}

.bootbox input[type=url]:focus,
.bootbox input[type=text]:focus,
.bootbox input[type=email]:focus,
.bootbox select:focus,
.bootbox textarea:focus {
    border-color: #881C70;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*.bootbox input[type=text]:hover{*/
    /*border-color: transparent;*/
/*}*/

.bootbox h3{
    text-align: center;
    font-size: 22px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.bootbox .form-group{
    margin-left: -10px;
    margin-right: -10px;
}

.bootbox .form-group.controls{
    text-align: center;
    margin-bottom: 0;
    margin-top: 50px;
}

.bootbox .bootbox-body{
    padding: 20px;
}

.bootbox .form-group.controls button{
    font-family: Muller Narrow,sans-serif;
    color: #424242;
    font-size: 24px;
    font-variant: tabular-nums;
    padding: 6px 10px 10px;
    border: 1px dotted #00000080;
    border-radius: 0;
}


.bootbox .form-group.controls button:hover{
    /*color: #425130;*/
    background-color: #e9e12d;
    border: 1px solid black;
}

.bootbox .input-group-addon{
    padding: 0 5px 0;
    background-color: white;
    border: 2px solid transparent;
    border-radius: 0px;
    /*-webkit-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    /*-moz-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    /*-ms-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    /*box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);*/
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, .3);
}

.bootbox input[name=captcha_1]{
    border-radius: 0px;
    margin-left: 40px;
}

.bootbox input[name=captcha_1]:focus{
    outline: none;
}

.bootbox .stars .radio-inline{
    position: relative;
    font-size: 24px;
    margin-left: 0;
    padding-left:0;
    width: 30px;
    height: 30px;
}

.bootbox .stars{
    display: block;
    position: relative;
    width: 150px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
}

.bootbox .stars{
    unicode-bidi: bidi-override; /* сделать следующие - предыдущими, а предыдущие - следующими  (перевернуть направление для использования + и ~) */
    direction: rtl;
    font-size: 0; /* удаление промежутков */
}

.bootbox .stars > input{
    display: none;
}

.bootbox .stars > input + .glyphicon{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.bootbox .stars > input + .glyphicon:before {
    -webkit-transition: -webkit-color 0.5s;
    -moz-transition: -moz-color 0.5s;
    -ms-transition: -ms-color 0.5s;
    -o-transition: -o-color 0.5s;
    transition: color 0.5s;
}

.bootbox .stars > input:checked ~ .glyphicon:before,
.bootbox .stars > input + .glyphicon:hover ~ .glyphicon:before,
.bootbox .stars > input + .glyphicon:hover:before{
    content: "\e006";
    color: #c7642d;
}

.bootbox .stars:hover > input + .glyphicon:before {
    content: "\e007";
    color: #595959;
}

.bootbox .stars:hover > input + .glyphicon:hover ~ .glyphicon:before, /* поставить звезду на все следующие если навели мыши */
.bootbox .stars:hover > input + .glyphicon:hover:before /* поставить звезду если навели мышь */
{
    content: "\e006";
    color: #c7642d;
}

#photo_container{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);
    -moz-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);
    -ms-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);
    box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);
    border-radius: 8px;
}
#photo_container div.photo,
#photo_container{
    height: 240px;
    width: 160px;
}

#photo_container div.photo{
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    background: url('../img/avatar/default_main_avatar.png') no-repeat;
    background-position: center;
}

#photo_container:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#photo_container:hover div.photo{
    border: 1px solid #881C70;
    top:1px;
    left:1px;
    height: 238px;
    width: 158px;
}

#photo_container div.change_photo{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 6px;
    border-radius: 4px;
}

#photo_container div.delete_photo.default{
    display: none;
}

#photo_container div.delete_photo{
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 6px 6px 2px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    z-index: 3;
    color: rgb(51, 51, 51);
}

@media (min-width: 450px){
   .navbar-contacts{
        display:block;
   }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }


    h3{
        font-size:24px;
    }

    h4{
        font-size:18px;
    }

    .navbar-wrapper .navbar {
       height:30px;
    }

    .logo_svg_text {
        width: 250px;
        height: 105px;
        top: 10px;
        left:30px;
    }

    .navbar-nav > li.menu > a{
       font-size: 18px;
    }

    .nav > li > a {
        padding: 8px 8px;
    }

    .navbar-contacts{
        font-family: Muller Narrow,sans-serif;
        float: right;
        color: #424242;
        padding-right: 15px;
        font-size: 12px;
        font-variant: tabular-nums;
    }

    .navbar-contacts li{
        font-size: 24px;
        color: #424242;
    }

    .navbar-contacts li i{
        margin-right:5px;
        top:6px;
    }
}

@media (min-width: 1200px){
    .navbar-nav > li.menu > a{
       padding-top: 10px;
       font-size: 20px;
    }

}


footer .footer_logo{
    margin-top: 5px;
    float: left;
    margin-right: 14px;
    background-image: url(../img/logo/lentrublit_logo.svg);
    /*background-position: 0 -55px;*/
    width: 57px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
}