/*! Place your custom styles here */

h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}

span.h4{
    margin-bottom: 0.342105263157895em;
}
.feature i.icon--lg + span.h4 {
    margin-top: 1.36842105263158em;
}

div.bar__module{
    text-align: center;
}

.us_logo_box{
    margin: 0.5em 0 2em 0;
}

.us_logo_box a{
    display: inline-block;
}

.us_logo_box a img.logo{
    width: 130px;
    max-height: none !important;
    margin: 0;
    position: inherit;
    top: 0;
    margin-bottom: 0;
}

div.us_logo_xs{
    display: inline-block;
}

div.us_logo_xs a img{
    width: 45px !important;
    max-height: none !important;
    top: 0;
}

div.bar a.hamburger-toggle{
    display: inline-block;
}

nav.bar-1 ul.menu-horizontal{
    top: 0;
}

nav.bar-1 ul.menu-horizontal li a{
    color: #000000;
    opacity: 1;
}

nav.bar-1 ul.menu-horizontal li.dropdown span{
    color: #000000;
    opacity: 1;
}

nav.bar-1 ul.menu-horizontal li a:hover,
nav.bar-1 ul.menu-horizontal li.dropdown span:hover{
    color: #666666;
}

nav.bar-1 ul.menu-horizontal li a.active{
    color: #f18f01;
}

.us_dropdown_menu{
    max-width: none;
}
nav.bar-1 ul.menu-horizontal li.dropdown span a{
    text-decoration: none;
}

/**
nav.bar-1 ul.menu-horizontal li.dropdown:hover>div.dropdown__container{
    opacity: 1;
}
**/

.us_header{
    padding-top: 6.5em !important;
    padding-bottom: 6.5em !important;
    max-height: 730px;
    height: auto;
    background: url('../img/header-bg-2.jpg') 100% 100% no-repeat;
    -moz-background-size: cover; /* Firefox 3.6+ */
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; /* Opera 9.6+ */
    background-size: cover; /* Современные браузеры */
    background-position: 0 50%;
}

.us_header div.header-cta{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 2px rgb(150, 149, 148);
    -moz-box-shadow: 0 0 5px 2px rgb(150, 149, 148);
    box-shadow: 0 0 5px 2px rgb(150, 149, 148);
}

.us_header div.header-cta h1{
    font-size:2.7em;
}

.us_header div.header-cta hr{
    display: inline-block;
    width: 75px;
    border: 2px solid #f18f01;
    background-color: #f18f01;
    margin: 0 0 2em 0;
}

.us_header_secondary_container{
    padding-top: 7em;
    padding-bottom: 7em;    
}


ol.breadcrumbs{
    margin: 0;
}

ol.breadcrumbs li.active a{
    color: #666666;
}

ol.breadcrumbs li.active a:hover{
    text-decoration: none;
}

div.feature-7 span.h4{
    margin-bottom: 0.342105263157895em;
    position: relative;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.37em;
    font-weight: 600;
}


/** INDEX ABOUT US PREVIEW BLOCK BEGIN **/
.about-us-preview a.btn{
    border-color: #fe9c0e;
}

.about-us-preview a.btn:hover{
    border-color: #a5a5a5;
    transform: none;
    transition: all 0.3s linear;
}

.about-us-preview a.btn span{
    color: #fe9c0e;
    
}

.about-us-preview a.btn:hover span{
    color: #a5a5a5;
    transition: all 0.3s linear;
}
/** INDEX ABOUT US PREVIEW BLOCK END **/


/** INDEX CTA BLOCK BEGIN **/
.index-cta-promo{
    background-color: #252525;
}

.index-cta-promo div.cta span.cta-title{
    font-size: 2.35714286em;
    line-height: 1.36363636em;
    font-weight: 600;
    /*color: #ff2424;*/
    display: inline-block;
    margin-bottom: 0.78787878787879em;
}

.index-cta-promo div.cta b.promo-code{
    text-decoration: underline;
}

.index-cta-promo div.cta span.acent{
    color: #ffa31e;
    font-weight: 600;
}
.index-cta-promo div.cta a.cta-button{
    background-color: #ff2424;
    border-color: #ff2424;
}
/** INDEX CTA BLOCK END **/


/** INDEX REVIEWS SLIDER BEGIN **/
div.index-reviews ul.slides li div.testimonial img.testimonial__image{
    /*width: 200px;*/
    border-radius: 50%;
}

div.index-reviews ul.slides li div.testimonial blockquote{
    font-size: 1.5em;
    line-height: 1.7em;
}

div.index-reviews ul.slides li div.testimonial span.h5{
    font-size: 1em;
    line-height: 1.85714286em;
    font-weight: 800;
}
/** INDEX REVIEWS SLIDER END **/

.us_article{
    padding: 50px 0 70px 0 !important; 
}

.us_article .article__body p,
.us_article .article__body ul,
.us_article .article__body ol{
    font-size: 1.17em;
    line-height: 2em;
    letter-spacing: 0.5px;
    color: #000000;
}

.us_article .article__body ol{
    margin-left: 18px;
}

table.us_table_price{
    text-align: center;
    border-collapse: collapse;
}

table.us_table_price thead tr{
    background-color: #f18f01;
}

table.us_table_price thead tr th{
    background: none;
    color: #ffffff;
}

.switchable .lead{
    font-size: 1.25em;
    letter-spacing: 0.5px;
    color: #000000;
}

.switchable .lead .contacts-title{
    font-weight: 600;
    line-height: 1.5em;
}


/** **/
p.ral-attention{
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
p.ral-attention span{
    font-size: 1.2em;
}

.ral-seo-text{
    padding-top: 0 !important; 
}
/** **/


div.cta-block-text{
    padding: 2.8em 0;
    text-align: center;
    background-color: #3e434a
}

div.cta-block-text p.lead{
    color: #ffffff;
    font-weight: 600;
}

div.cta-block-text p span.phone{
    text-decoration: underline;
}

div.cta-block-text div.cta a.btn span.btn__text{
    font-size: 0.85em;
    font-weight: 600;
}


footer .us_footer_menu{
    padding-bottom: 2em !important;
}

footer .us_footer_bottom{
    font-size: 1em;    
}

footer ul.footer-contacts li{
    color: #a6a6a6;
}

footer ul.footer-contacts span{
    font-weight: 600;
}


div.control-lang-header{
    text-align: right;
    padding: 15px 15px 5px 0px;
}

div.control-lang-header span,
div.control-lang-header a{
    font-weight: 600;
    cursor: pointer;
}

div.control-lang-header span.lang-active{
    color: #a8a8a8;
    cursor: default;
}


div.ngg-gallery-thumbnail-box{
 display: inline-block;
}

div.ngg-galleryoverview{
    text-align: center;
}
