/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: Николай
*/

.nc_uslugi_icon .w-iconbox-icon{
    padding: 32px;
    border-radius: 50%;
    border: 10px solid #ececec;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nc_uslugi_icon .w-iconbox-title{
    position: relative;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 700;
    font-size: 15px;
    padding: 0px;
    display: inline-block;
}
.nc_uslugi_icon a:hover .w-iconbox-title{
    color: #404040!important;
}
.nc_uslugi_icon .w-iconbox-title:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    bottom: -9px;
    left: 12.5%;
}
.nc_uslugi_icon.nc_red a:hover .w-iconbox-icon{
    border: 10px solid #e96656;
}
.nc_uslugi_icon.nc_red .w-iconbox-title:before, .nc_team.nc_red .w-person-name:before{
    background: #e96656;
}
.nc_uslugi_icon.nc_green a:hover .w-iconbox-icon{
    border: 10px solid #34d293;
}
.nc_uslugi_icon.nc_green .w-iconbox-title:before, .nc_team.nc_green .w-person-name:before{
    background: #34d293;
}
.nc_uslugi_icon.nc_blue a:hover .w-iconbox-icon{
    border: 10px solid #3ab0e2;
}
.nc_uslugi_icon.nc_blue .w-iconbox-title:before, .nc_team.nc_blue .w-person-name:before{
    background: #3ab0e2;
}
.nc_uslugi_icon.nc_orange a:hover .w-iconbox-icon{
    border: 10px solid #f7d861;
}
.nc_uslugi_icon.nc_orange .w-iconbox-title:before, .nc_team.nc_orange .w-person-name:before{
    background: #f7d861;
}
/**/
.nc_team{
    overflow: hidden;
}
.nc_team .w-person-image{
    width: 174px;
    margin: 0 auto;
}
.nc_team .w-person-role{
    color: #404040;
    font-size: 13px;
    opacity: 1;
}
.nc_team .w-person-description{
    background: #333;
    color: #fff;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    padding: 15px;
    position: absolute;
    left: 0;
    opacity: 0;
    top: -200px;
    z-index: 2;
    margin-top: 0;
        -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.nc_team:hover .w-person-description{
    top: 0px;
    opacity: 1;
}
.nc_team .w-person-name{
    text-transform: uppercase;
    color: #404040;
    font-weight: 700;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    display: inline-block;
}
.nc_team .w-person-name:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    bottom: -9px;
    left: 12.5%;
}
/**/
.nc_flex_center .w-grid-list{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nc_client_name a{
    color: #808080;
}
.nc_client_name a:hover{
    color: #e96656;
}
.nc_strec_full .vc_column_container.vc_col-sm-12.stretched.with_overlay{
   margin-left: calc(585px + 1.5rem - 50vw);
   margin-right: calc(585px + 1.5rem - 50vw);
}
/**/
.nc_price .nc_price_title{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nc_price .nc_price_price h4{
    font-size: 40px;
    font-family: 'Lato', sans-serif;
}
.nc_price .nc_price_price h4 .dollar-sign{
    font-size: 17px;
    vertical-align: super;
}
.nc_price .nc_price_body ul li{
    list-style-type: none;
    border-bottom: 1px dotted #dadada;
    font-size: 14px;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nc_price .nc_price_body ul li:last-child {
    border-bottom: 0;
}
.nc_price .nc_price_body ul{
    margin-left: 0rem;
}
.nc_price .nc_price_body{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
/**/
.nc_form_3col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.nc_form_col1, .nc_form_col2, .nc_form_col3{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
.nc_form_col2{
    margin: 0 30px;
}
@media (max-width: 768px){
    .nc_form_col2{
        margin: 30px 0;
    }
}
.nc_form_3col input[type="tel"], .nc_form_3col input[type="text"]{
    margin-top: 0px;
}
.nc_google_map {
    width: 100%;
    height: 500px;
    margin-bottom: -15px;
}
/**/
.nc_copiright p{
    margin-bottom: 0px;
}
.nc_copiright a{
    color: #4169e1!important;
}
.nc_copiright a:hover{
    color: #191970!important;
}
/**/
.nc_mob{
    display: none;
}
@media (max-width: 768px) {
    .nc_mob{
        display: block;
    }
    .nc_pc{
        display: none;
    }
}
/**/
@media (min-width: 768px) {
    .nc_form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .nc_form .w-form-row.for_text{
        min-width: 300px;
    }
}

@media screen and (max-width: 600px){
    .w-form.layout_hor .w-form-row {
        margin-bottom: 1rem!important;
    }
}
/**/
body.single-post #page-content h1{
    font-size: 30px;
}
body.single-post #page-content h2{
    font-size: 26px;
    font-weight: 700;
}
body.single-post #page-content .post_content p, #ribbon_bottom p{
    line-height: 2;
}

/**/
.nc_carusel .owl-item .nc_line_title_cariusel a{
    display: inline-block;
    position: relative;
}
.nc_carusel .owl-item .nc_line_title_cariusel a:before{
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    bottom: -9px;
    left: 12.5%;
}
.nc_carusel .owl-item:nth-child(1n) .nc_line_title_cariusel a:before{
    background: #e96656;
}
.nc_carusel .owl-item:nth-child(2n) .nc_line_title_cariusel a:before{
    background: #34d293;
}
.nc_carusel .owl-item:nth-child(3n) .nc_line_title_cariusel a:before{
    background: #3ab0e2;
}
.nc_carusel .owl-item:nth-child(4n) .nc_line_title_cariusel a:before{
    background: #f7d861;
}
.nc_lang_menu ul li img{
    width: 25px;
}
/**/
.l-section.parallax_fixed .l-section-img {
    background-attachment: fixed;
}

@media screen and (max-width: 768px){
    html.no-ios .l-section.parallax_fixed .l-section-img {
        background-attachment: scroll!important;
    }
}
/**/
.nc_h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
.nc_h2{
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}
/**/
.nc_red_line_header .w-text-value{
    position: relative;
}
.nc_red_line_header .w-text-value:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    bottom: -9px;
    left: 12.5%;
    background: #e96656;
}
/**/
#jvlabelWrap {
    z-index: 9999!important;
}
.cookie-notice-container {
    padding: 5px 24px;
}
#cn-accept-cookie.nc_cookies{
    background: #3B89C7;
    color: #fff;
    padding: 4px 8px;
}
#cn-more-info.nc_cookies{
    background: #7B8A8B;
    color: #fff;
    padding: 4px 8px;
}
/**/
.nc_red_menu_button a .w-nav-title{
    color: red;
    font-weight: 600;
}
/**/
.mfp-zoom-out-cur button.mfp-close{
    color: #000;
    font-size: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: transparent;
}
.mfp-zoom-out-cur figure{
    text-align: center;
}
/**/
#whyoutsourcing{
    background-color: #bbbbbb;
}
/**/
.nc_left_fixed_call .w-socials-item{
    display: block;
    font-size: 27px;
}
