.highlighted.about_us{
    margin: 0 -15px;
    background: url('../img/about_us/background_full.png') top center repeat-x;
    min-height: 443px;


}
#block-block-26 {
    width: 1170px;
    margin: 0 auto;
    padding:  0 15px;
    margin-bottom: 30px;
}
#block-block-27{
    margin-bottom: 60px;
}
#block-block-27 h2{
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'roboto_medium';
    line-height: 59px;
    margin-bottom: 15px;
}
#block-block-26 h2{
    font-family: 'roboto_medium';
    font-size: 32px;
    margin-top: 34px;
    margin-bottom: 45px;
}
.horizontal_list ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    width: 100%
}
.horizontal_list ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    padding: 0 15px 0 0;
}
.horizontal_list ul li:last-child{
    padding: 0;
}
.horizontal_list ul li .item-grid{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.horizontal_list ul li .item-grid + .item-grid {
    text-align: left;
    height: 180px;
    border-right: 3px solid #35060f;
}
.horizontal_list ul li:last-child .item-grid + .item-grid{
    border-right: 0;
}

.horizontal_list ul li .item-grid .wrapper-image{
    height: 80px;
}
.horizontal_list ul li .item-grid .title{
    font-size: 16px;
    color: #000;
    font-family: 'roboto_medium';
    margin-bottom: 30px;
}
.horizontal_list ul li .item-grid .description{
    font-size: 16px;
    color: #000;
    font-family: 'roboto_regular';
    line-height: 26px;
}
.no-pad{
    padding: 0;
}
#block-block-27 .col-sm-9{
    background: -moz-linear-gradient(0deg, rgba(231,189,100,.79) -400%, rgba(255,255,255,.79) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(-400%, rgba(231,189,100,.79)), color-stop(100%, rgba(255,255,255,.79))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(231,189,100,.79) -400%, rgba(255,255,255,0.79) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(231,189,100,.79) -400%, rgba(255,255,255,.79) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(231,189,100,.79) -400%, rgba(255,255,255,0) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(231,189,100,.79) -400%, rgba(255,255,255,.79) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7bd64', endColorstr='#FFFFFF',GradientType=1 ); /* ie6-9 */
    height: 531px;
    position: relative;
}
#block-block-27 .col-sm-3{
    background: url('../img/about_us/left-column-bg.png') top center no-repeat;
    height: 531px;
    width: 260px;
    padding: 0 15px;

}
#block-block-27 .col-sm-3 h2{
    font-size: 22px;
    font-family: 'roboto_medium';
    margin: 39px 0;
    line-height: 27px;
    text-transform: none;
}
.node-type-about-us .breadcrumb{
    margin-top: 55px;
    padding-right: 0;
    padding-left: 0;
}
#block-block-27 .col-sm-9:after{
    content: '';
    height: 531px;
    width: 75px;
    position: absolute;
    top: 0;

    left: -2px;
    background: url('../img/about_us/box-shadow-after.png') top center no-repeat;

}
.vertical_list ul{
    padding: 40px 0px ;
}
.vertical_list ul li{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 48px;
}
.vertical_list ul li:last-child{
    margin-bottom: 0;
}
.vertical_list ul li .item-grid{
    width: 10%;
    text-align: center;
}
.vertical_list ul li .item-grid:last-child{
    width: 80%;
    text-align: left;
}
.vertical_list ul li .item-grid .title{
    font-size: 16px;
    color: #000;
    font-family: 'roboto_medium';
    margin-bottom: 10px;
}
.vertical_list ul li .item-grid .description{
    font-size: 16px;
    color: #000;
    font-family: 'roboto_regular';
    line-height: 26px;
}
#block-block-28{

    width: 260px;
    float: left;

    height: 515px;
}
#block-block-28 div{
    display: flex;
    height: calc(100% - 55px );
    background-color: #ecf2d9;
    width: 100%;
    float: left;
    padding: 0 24px 0 20px;
    padding-top: 30px;
    font-size: 22px;
    font-family: roboto_regular;
    color: #000;
    font-weight: 500;
    line-height: 27px;
}
#block-block-28 h2{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'roboto_medium';
}
#block-formblock-user-register{

    width: 75%;
    float: left;
    height: 460px;
    background-color: rgba(225,236,196,.75);
    margin-top: 55px;
    margin-left: 20px;
}
#block-formblock-user-register .block-title,
#block-formblock-user-register .description-top{
    display: none;
}
#block-formblock-user-register .help-block{
    display: none;
}
#block-formblock-user-register #edit-actions button{
    background: url(../img/logIn/main_button.png) no-repeat;
    background-position: -5px -137px;
    border: none;
    border-radius: 0px;
    outline: 0;
    /* width: 100%; */
    width: 404px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #e1ecc4;
    text-transform: uppercase;
    text-shadow: none;
    text-align: center;
    display: table;
    margin: 40px auto 0;

}
#block-formblock-user-register #edit-actions{
    width: 100%;
    float: left;
}
#block-block-27 button{
    background: url(../img/logIn/main_button.png) no-repeat;
    background-position: -5px -137px;
    border: none;
    border-radius: 0px;
    outline: 0;
    /* width: 100%; */
    width: 404px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #e1ecc4;
    text-transform: uppercase;
    text-shadow: none;
    text-align: center;
    display: table;
   margin: 0 auto 45px;

}
#block-formblock-user-register #edit-actions button:hover,
#block-block-27 button:hover{
    background: url(../img/logIn/main_button.png) no-repeat;
    background-position: -5px -71px;
}
#block-formblock-user-register #edit-actions button:active,
#block-block-27 button:active{
    background: url(../img/logIn/main_button.png) no-repeat;
    background-position: -5px -5px;
}

#block-formblock-user-register .form-control {
    max-width: 380px;
    line-height: 0;
    padding: 25px 5% 28px 28%;
    height: inherit;
    background: #f4f3e3;
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
#block-formblock-user-register .form-control {
    background: #f1f8e6;
}
#block-formblock-user-register label{
    position: relative;
}

#block-formblock-user-register .form-item-mail .control-label:first-child:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 27px;
    height: 19px;
    background: url(../img/logIn/mail.png) no-repeat;
}

#block-formblock-user-register .form-item-pass .control-label:after {
    content: '';
    position: absolute;
    top: 48px;
    left: 53px;
    width: 21px;
    height: 27px;
    background: url(../img/logIn/pass.png) no-repeat;
}
@media screen and (min-width: 760px){
    #block-formblock-user-register .form-control {
        padding: 0 5% 0 24%;
        line-height: 70px;
        height: 70px;
    }
}
#block-formblock-user-register{
    position: relative;
    padding: 35px 20px;
    margin-bottom: 20px;
}
#block-formblock-user-register  .form-item.form-item-mail{
    position: absolute;
    top: 35px;
    right: 30px;
}
#block-formblock-user-register .form-item.form-item-pass-pass1{
    float: left;
    width: 48%;
}
#block-formblock-user-register .form-item.form-item-pass-pass2{
    float: right;
    width: 48%;
}
#block-formblock-user-register  .form-radios {
    background: #f1f8e6;
    padding: 10px 18px;
    border-radius: 0px;
    max-width: 380px;
    height: 70px;
    display: flex;
    align-items: center;
}
#block-formblock-user-register .form-type-radio {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
}
.i18n-ru #block-formblock-user-register .form-type-radio {
    display: inline-block;
    padding-left: 4px;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
}
#block-formblock-user-register .form-radios .control-label {
    /*max-width: 130px;*/
}
#block-formblock-user-register .form-type-radio .control-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -9px;
    width: 19px;
    height: 24px;
    margin-top: -12px;
    background: url(../img/logIn/radio_reg.png);
    background-position: -11px -4px;
}
#block-formblock-user-register .form-type-radio .control-label.checked:before {

    background-position: -29px -77px;
}
#block-formblock-user-register .form-type-radio input{
    display: none;
}
#block-formblock-user-register .form-type-radios{
    width: 48%;
}
#block-formblock-user-register .desc {

    text-align: center;
    font-style: italic;
    font-family: 'roboto_regular';
    font-weight: 400;
    font-size: 16px;
}
#block-formblock-user-register label.control-label {
    position: relative;
    font-size: 16px;
}
#block-formblock-user-register .form-type-radio label.control-label{
    font-size: 17px;
    font-family: 'roboto_regular';
    line-height: 27px;
}
#block-formblock-user-register .form-item-pass-pass1:before,
#block-formblock-user-register .form-item-pass-pass2:before,
#block-formblock-user-register .form-item.form-item-mail:before{
    content: '';
    position: absolute;
    top: 99%;
    left: 36px;
    width: 84%;
    height: 1px;
    background: #000;
}
#block-formblock-user-register .form-item-pass-pass2{
    float: right;
}
#block-formblock-user-register  .form-type-password{
    position: relative;
    width: 100%;
}
.node-type-about-us .title-page h2{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: 'roboto_medium';
    text-transform: uppercase;
    line-height: 59px;
    padding-right: 20%;
}

.node-type-about-us .alert-block {
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -240px;
    background: #3F3536;
    color: #ffffff;
    border: 1px solid #ccc;
    z-index: 1;
    padding: 15px 20px;
}
@media screen and (min-width: 320px){

    .node-type-about-us .alert-block {
        top: -11%;
        z-index: 999999;
        text-align: center;
        margin-left: -161px;
    }
}
@media screen and (min-width: 1060px){

    .node-type-about-us .alert-block {
        top: 5%;
        margin-left: -240px;
    }
}
.node-type-about-us .alert-danger.messages.error {
    /*position: absolute;*/
    /*top: 15%;*/
    /*left: -4%;*/
}
.node-type-about-us  .alert-block {
    left: 50%;
    top: -59px;
    margin-left: -160px;
}
@media screen and (min-width: 640px){

    .node-type-about-us  .alert-block {
        top: -18px;
        /* margin-left: -315px; */
        margin-left: 0px;
    }
}
.node-type-about-us  .alert-block .close {
    color: #ffffff;
    opacity: 1;
    position: absolute;
    top: 1px;
    right: 4px;
}
.node-type-about-us .alert-block a {
    color: #ffffff;
}
.node-type-about-us  .alert-block ul {
    list-style: none;
}
.logged-in.node-type-about-us #block-block-28,
.logged-in.node-type-about-us #block-block-27 .button-set{
    display: none;
}


@media screen and (min-width: 768px) and (max-width: 1024px){
    #block-block-26{
        width: 100%;
        padding: 0 26px;
        margin-bottom: 40px;
    }
    .title-page .container{
        padding: 0;
    }
    .node-type-about-us .title-page h2{
        margin-top: 60px;
        padding-right: 5%;
        margin-bottom: 27px;
    }
    .node-type-about-us .breadcrumb{
        display: none;
    }
    .horizontal_list ul li .item-grid{
        margin-bottom: 25px;
    }
    .horizontal_list ul li{
        padding-right: 15px;
    }
    .horizontal_list ul li:last-child{
        padding-right: 0;
    }
    .horizontal_list ul li .item-grid .description{
        padding-right: 15px;
    }
    #block-block-27 button{
        margin-bottom: 35px;
    }
    .container.about_us_content{
        width: auto;
        margin: 0-15px;
        padding: 0;
    }
    #block-block-27 h2{
        padding: 0 25px;
    }
    #block-block-27 .col-sm-3{
        width: 25%;
        background: url('../img/about_us/tablet_bg.jpg') no-repeat top center;
    }
    #block-block-27 .col-sm-9{
        margin-left: 0;
        width: 75%;
    }
    #block-block-27 .col-sm-3 h2{

        padding: 0 0 0 15px;
    }
    .vertical_list ul li .item-grid{
        width: 18%;
        padding-left: 20px;
    }
    .vertical_list ul li .item-grid:last-child {
        width: 82%;
        text-align: left;
        padding-left: 5px;
    }
    #block-block-28 h2{
        padding-left: 25px;
    }
    #block-block-28{
        width: 25%;
    }
    #block-block-28 div{
        padding-left: 25px;
        padding-right: 25px;
    }
    #block-formblock-user-register {
        width: 73%;
        margin-left: 2%;
        padding: 35px 23px;
    }
    #block-formblock-user-register .form-control {
        padding: 0 5% 0 20%;
        line-height: 70px;
        height: 70px;
    }
    #block-formblock-user-register .form-item-pass .control-label:after{
        left: 22px;
    }
    #block-formblock-user-register .form-item-pass-pass1:before, #block-formblock-user-register .form-item-pass-pass2:before, #block-formblock-user-register .form-item.form-item-mail:before{
        content: '';
        position: absolute;
        top: 99%;
        left: 20px;
        width: 88%;
        height: 1px;
        background: #000;
    }
    #block-formblock-user-register  .form-radios{
        padding: 10px 0px 10px 18px;
    }
    #block-formblock-user-register .form-type-radio{
        padding-left: 8px;
    }
    #block-formblock-user-register .form-type-radio:last-child{
        padding-left: 20px;
    }
    #block-formblock-user-register .form-item.form-item-mail {
        position: absolute;
        top: 35px;
        right: 23px;
        width: 45%;
    }
    #block-block-4{
        padding: 0;
    }
    /*.fblocks-r {
        float: right;
        width: 72%;
    }*/
    .fbl-2{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .fbl-2 .flogos {
        width: 75%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #block-formblock-user-register .form-item-mail .control-label:first-child:after{
        left: 22px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    #block-formblock-user-register .form-item.form-item-mail {
        position: absolute;
        top: 35px;
        right: 23px;
        width: 44%;
    }
    .horizontal_list ul li{
        padding-right: 10px;
    }
    .horizontal_list ul li .item-grid {
        margin-bottom: 15px;
    }
    .horizontal_list ul li:last-child{
        padding-right: 0;

    }
    .horizontal_list ul li .item-grid .description{
        padding-right: 0;
    }
    #block-block-27 h2{
        font-size: 27px;
    }
    #block-block-27 .col-sm-3 h2{
        font-size: 20px;
    }
    .vertical_list ul li{
        margin-bottom: 20px;
        padding-right: 10px;
    }
    #block-formblock-user-register label.control-label{
        font-size: 12px;
    }
    #block-formblock-user-register .form-item.form-item-mail label.control-label {
        font-size: 12px;
        white-space: nowrap;
    }
    #block-formblock-user-register .form-type-radio label.control-label{
        font-size: 12px;
    }
    #block-block-28 div{
        font-size: 19px;
    }
    /*.fbl-1 {
         float: left;
         padding-left: 0;
        width: 35%;
        margin: 0;
    }*/
    /*.fblocks-r {
        float: right;
        width: 60%;
    }*/
    /*.fbl-2 .flogos {
        width: 85%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fbl-2 .flogos a {
         float: left;

    }
    .fbl-2 .flogos a img {
        margin-left: 10px;
        max-width: 100%;
        margin: 0;
        height: auto !important;
    }*/
    #block-block-4{
        width: 100%;
    }
    .horizontal_list ul li .item-grid .title{
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 280px) and (max-width: 767px){
    #block-block-26{
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .highlighted.about_us {
        margin: 0 -15px;
        background-size: cover;
        /* background: url(../img/about_us/background_full.png) top center repeat-x; */
        background: url(../img/about_us/bg_mobile_about_horizontal.png);
        min-height: inherit;
        padding-bottom: 37px;
        height: 100%;

    }
    #block-block-27 {
        margin-bottom: 15px;

        position: relative;
    }
    #block-block-26 h2{
        font-size: 18px;
        line-height: 23px;
        padding-left: 10px;
        margin: 22px 0 30px;


    }
    .horizontal_list ul li .item-grid .title {
        font-size: 18px;

        margin-bottom: 20px;
    }
    .horizontal_list ul li .item-grid .wrapper-image {
         height: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: auto;
        max-width: 58px;
        margin: 0 auto;
    }
    .horizontal_list ul li .item-grid + .item-grid,
    .horizontal_list ul li:last-child .item-grid + .item-grid{
        border: 0;
        padding: 0 15px;
        height: 160px;
        padding-bottom: 25px;
        margin-bottom: 0;
    }
    .horizontal_list ul .owl-item.active li .item-grid + .item-grid,
    .horizontal_list ul .owl-item.active  li:last-child .item-grid + .item-grid{
        border-right: 3px solid #35060f;
        border-left: 3px solid #35060f;
        border: 0 !important;

    }
    .title-page .container{
        padding: 0;
    }

    .node-type-about-us .title-page h2{
        margin-top: 20px;
        padding-right: 0;
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 27px;
        font-family: "roboto_regular";
        font-weight: 700;
    }
    .node-type-about-us .sm .logo-block {
        height: 50px;
        margin-top: 30px;
        background: url(img/mob-menu-bg.jpg);
        /*margin-top: 13px;*/
    }
    .node-type-about-us  .logo img {
        width: 80px;
    }
    .node-type-about-us .breadcrumb{
        display: none;
    }
    .horizontal_list ul li .item-grid{
        margin-bottom: 27px;
    }
    .horizontal_list ul li{
        padding-right: 15px;
    }
    .horizontal_list ul li:last-child{
        padding-right: 0;
    }
    .horizontal_list ul li .item-grid .description{
        padding-right: 0;
        line-height: 21px;
        font-size: 17px;
        font-weight: normal;
    }
    #block-block-27 button{
        margin-top: -68px;
        position: relative;
    }
    .vertical_list .owl-theme .owl-dots {
        bottom: 17px;
        position: absolute;
        width: calc(100% - 60px);
    }
    .container.about_us_content{
        width: auto;
        margin: 0-15px;
        padding: 0;
    }
    #block-block-27 h2{
        padding: 0 10px;
        margin-top: 49px;
        padding-right: 0;
        margin-bottom: 27px;
        font-size: 22px;
        line-height: 27px;
        font-family: "roboto_regular";
        font-weight: 700;
    }
    #block-block-27 .col-sm-3{
        width: 100%;
        background: url('../img/about_us/tablet_bg.jpg') no-repeat top center;
        height: auto;
        padding: 0;
        background-size: cover ;
    }
    #block-block-27 .col-sm-9{
        margin-left: 0;
        width: 100%;
        padding-top: 30px;
        height: auto;

    }
    #block-block-27 .col-sm-3 h2{

        padding: 18px 40% 25px 10px;
        font-size: 19px;
        margin-bottom: 0;
        line-height: 22px;
        margin-top: 30px;
        font-weight: 400;
    }
    #block-block-27 .col-sm-9:after {
        content: '';
        height: 75px;
        width: 100%;
        position: absolute;
        top: -5px;
        left: 0px;
        background: url(../img/about_us/box-shadow-mobile.png) top center no-repeat;
        background-size: cover;
    }
    .vertical_list ul li .item-grid{
        width: 100%;
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .vertical_list ul li .item-grid .title{
        margin-bottom: 20px;
    }
    .vertical_list ul li .item-grid .description {
        font-size: 17px;
        color: #000;
        font-family: 'roboto_regular';
        line-height: 22px;
    }
    .vertical_list ul li .item-grid:last-child {
        width: 100%;
        text-align: left;
        padding-left: 0px;
    }
    #block-block-28 h2{
        padding-left: 10px;
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'roboto_medium';
    }
    #block-block-28{
        width: 100%;
        height: auto;
    }
    #block-block-28 div{
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        padding-bottom: 22px;
        font-size: 18px;
        line-height: 22px;
        padding-top: 22px;
    }
    #block-formblock-user-register {
        width: 100%;
        margin-left: 0%;
        padding: 35px 0px;
        margin-bottom: 0;
        background: transparent;
        height: auto;
        margin-top: 0;
        padding-top: 20px;
    }
    #block-formblock-user-register .form-control {
        padding: 0 5% 0 15%;
        line-height: 70px;
        height: 70px;
        max-width: 100%;
    }
    #block-formblock-user-register .has-error .form-control{
        border: 3px solid #ee785e;
        line-height: 64px;
    }
    #block-formblock-user-register .form-item-pass .control-label:after{
        left: 15px;
        top: 65px;
    }
    #block-formblock-user-register .form-item-pass-pass1:before, #block-formblock-user-register .form-item-pass-pass2:before, #block-formblock-user-register .form-item.form-item-mail:before{
        content: '';
        position: absolute;
        top: 99%;
        left: 12px;
        width: 95%;
        height: 1px;
        background: #000;
    }
    #block-formblock-user-register .form-item-mail .control-label:first-child:after {
        content: '';
        position: absolute;
        top: 70px;
        left: 10px;
        width: 27px;
        height: 19px;
        background: url(../img/logIn/mail.png) no-repeat;
    }
    #block-formblock-user-register label.control-label {
        position: relative;
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    #block-formblock-user-register .form-type-radio label.control-label {
        font-size: 17px;
        font-family: 'roboto_regular';
        line-height: 27px;
        margin-bottom: 0;

    }
    #block-formblock-user-register  .form-radios{
        padding: 10px 0px 10px 18px;
        max-width: 100%;
        height: 77px;
    }
    .not-logged-in .has-error:after {
        content: '';
        position: absolute;
        top: 99%;
        left: 12px;
        width: 95%;
        height: 1px;
        background: #ee785e;
    }
    #block-formblock-user-register .form-type-radio{
        padding-left: 0px;
        width: 45%;
    }
    #block-formblock-user-register .form-type-radio label.control-label {
        font-size: 17px;
        font-family: 'roboto_regular';
        line-height: 27px;
        padding-left: 17px;
    }
    #block-formblock-user-register .form-type-radio:last-child{
        padding-left: 20px;
    }
    #block-formblock-user-register .form-item.form-item-mail {
        position: relative;
        top: 0;
        right: 0px;
        width: 100%;
    }
    #block-block-4{
        padding: 0;
    }
    /*.fblocks-r {
        float: right;
        width: 72%;
    }*/
    /*.fbl-2{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .fbl-2 .flogos {

        width: 75%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }*/
    .vertical_list ul li{
        flex-direction: column;
    }
    .vertical_list ul li .item-grid:last-child{
        width: 100%;
        border: 0;

        margin-bottom: 15px;
        padding: 0 15px;
        min-height: 192px;

    }
    .vertical_list ul .owl-item.active li .item-grid:last-child{

        border-right: 3px solid #35060f;
        border-left: 3px solid #35060f;
        border: 0 !important;


    }
    #block-formblock-user-register #edit-actions button,
    #block-block-27 button,
    #block-formblock-user-register #edit-actions button:hover,
    #block-block-27 button:hover,
    #block-formblock-user-register #edit-actions button:active,
    #block-block-27 button:active,
    #block-formblock-user-register #edit-actions button:focus,
    #block-block-27 button:focus{
        width: 100%;
        background: url(../img/about_us/small-button.png) no-repeat;
        max-width: calc( 100% - 30px);
        padding: 5px;
        color: #000;
        font-family: 'roboto_condensed';
        background-size: cover;
        border-radius: 5px;
        font-size: 22px;
        font-weight: normal;
    }
    /*.fbl-2 .flogos a img {
        margin-bottom: 10px;
        max-width: 100%;
        height: auto !important;
    }*/
    .horizontal_list ul li,
    .vertical_list ul li{
        width: 100%
    }
    .horizontal_list ul,
    .vertical_list ul{
        width: 100%;
        padding: 0 30px;
    }
    .owl-theme .owl-nav {
        margin-top: 0px;
        position: absolute;
        width: calc( 100% - 60px );
        top: 100%;
    }

    .owl-carousel .owl-nav .owl-next{
        position: absolute;
        right: -22px;
    }
    .owl-carousel .owl-nav .owl-prev{
        position: absolute;
        left: -22px;
    }
    .owl-theme .owl-nav [class*=owl-] {
        color: #413a3b;
        font-size: 31px;
        margin: 0;
        padding: 0;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 0;
        top: 0;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #413a3b;
        text-decoration: none;
    }
    .owl-theme .owl-dots{
        bottom: 0;
        position: absolute;
        width: calc(100% - 60px);
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
        margin: 5px 7px;
        background: transparent;
        border: 1px solid #413a3b;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background: #413a3b;
    }
    #block-formblock-user-register .form-type-radios {
        width: 100%;
        margin-bottom: 20px;
    }
    #block-formblock-user-register .form-item.form-item-pass-pass1 {
        float: left;
        width: 100%;
    }
    #block-formblock-user-register .form-item.form-item-pass-pass2 {
        float: left;
        width: 100%;
    }
    #block-formblock-user-register #edit-actions button{
        margin: 15px auto 0;
    }
    #block-formblock-user-register #edit-actions {
        width: 100%;
        float: left;
        margin-bottom: 12px;
    }
    #block-formblock-user-register .desc {
        text-align: center;
        font-style: italic;
        font-family: 'roboto_regular';
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
    }
    .horizontal_list .owl-theme .owl-nav {

        margin-top: -100px;
    }
    .vertical_list .owl-theme .owl-nav {

        margin-top: -150px;
    }
    /*.fbl-1 {
        padding-left: 0;
    }*/
}
