/* 
    Created on : 28.03.2017, 16:35:16
    Author     : lipinski.yury
*/
@font-face {
    font-family: "exo_semi_bold";
    src: 
        local('exo-semi-bold'), 
        url("/application/fonts/exo_2_semi_bold.ttf") format("truetype");

    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: 
        local('OpenSans-Semibold'), 
        url("/application/fonts/OpenSans-Semibold.ttf") format("truetype");

    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: 
        local('Open Sans Regular'), local('OpenSans-Regular'), 
        /*url("/application/fonts/OpenSans-Regular.oet"), для IE без указания формата - будет использовать oet*/
        url("/application/fonts/OpenSans-Regular.ttf") format("truetype");

    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";

    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url("/application/fonts/OpenSans-Bold.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
        url("/application/fonts/OpenSans-Italic.ttf") format("truetype");

    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: local('Open Sans Light'), local('OpenSans-Light'),
        url("/application/fonts/OpenSans-Light.ttf") format("truetype");

    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
        url("/application/fonts/Open-Sans-Light-Italic.ttf") format("truetype");

    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
        url("/application/fonts/Open-Sans-Bold-Italic.ttf") format("truetype");

    font-weight: bold;
    font-style: italic;
}
body{
    width: 100%;
    height: auto;
    margin:0;
    background: #ffffff;
    font-family: OpenSans, Arial, Helvetica;    
    /*scroll-behavior: smooth;*/
}
a{
    text-decoration: none; 
    position: relative;
}
h1,h2{
    font-size: 24px;
    letter-spacing: 0.05pt;
    font-weight: bold;
}
h3{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.12pt;
    min-width: 164px;
}
p{
    font-weight: 300;
    font-size: 15px;
}
.arrow-black-r,.arrow-black-l,.arrow-black-d,.arrow-white-r,.arrow-white-l,.arrow-white-d,.arrow-orange-r,.arrow-orange-l,.arrow-orange-d,.arrow-orange-t,.arrow-blue-r,.arrow-gray-d,.arrow-gray-t{
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    padding: 10px;
    top:-3px;
}
.arrow-black-r{
    background-image: url(/application/img/arrow-black-r.png);
}
.arrow-black-d{
    background-image: url(/application/img/arrow-black-d.png);
}
.arrow-black-l{
    background-image: url(/application/img/arrow-black-l.png);
}
.arrow-white-r{    
    background-image: url(/application/img/arrow-white-r.png);
}
.arrow-white-l{    
    background-image: url(/application/img/arrow-white-l.png);
}
.arrow-orange-d{
    background-image: url(/application/img/arrow-orange-d.png);
}
.arrow-orange-r{
    background-image: url(/application/img/arrow-orange-r.png);
}

.arrow-blue-r{
    background-image: url(/application/img/arrow-blue-r.png);
}
.arrow-gray-d{
    background-image: url(/application/img/arrow-gray-d.png);
}
.arrow-gray-t{
    background-image: url(/application/img/arrow-gray-t.png);
}
.icon-location,.icon-email,.icon-email-black,.icon-personal-small,.icon-list-menu,.icon-download,.icon-download-black{
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
}
.icon-phone-small{
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
}

.icon-location{
    background-image: url(/application/img/icon-location-phone.png);
}
.icon-location,.icon-email{
    /*padding: 0;*/
    padding-left: 10px;
    margin-right: 5px;
}
.icon-email{
    background-image: url(/application/img/icon-email-phone.png);
}
.icon-email-black{
    background-image: url(/application/img/icon-email-black.png);
}
.icon-personal-small{
    background-image: url(/application/img/icon-personal-small.png);
}
.icon-download{
    background-image: url(/application/img/icon-download.png);
}
.icon-download-black{
    background-image: url(/application/img/icon-download-black.png);
}
.icon-logo{
    background-position: left;
    padding: 18px 90px;
}
.logo-ru{ 
    background-image: url(/application/img/logo-newland-ru.svg);
    background-repeat: no-repeat;
}
.logo-en{ 
    background-image: url(/application/img/logo-newland-en.svg);
    background-repeat: no-repeat;
}
.modal-close-out,.modal-close-in,.icon-envelope-grey,.icon-padlock-grey,.icon-user-grey,.icon-phone-grey{  
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;   
    padding: 20px;
}
.icon-envelope-orange,.icon-phone-orange{
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;   
    padding: 10px;

}
.icon-envelope-orange{
    background-image: url(/application/img/icon-envelope-orange.png);
}
.icon-phone-orange{
    background-image: url(/application/img/icon-phone-orange.png);
}
.modal-close-out{
    background-image: url(/application/img/modal-close-out.png);
    right: -5px;
    top:0;
}
.modal-close-in{
    background-image: url(/application/img/modal-close-in.png);
    right: 0px;
    top:0px;
}
.modal-close-in:hover{
    background-image: url(/application/img/modal-close-in-hover.png);
}
.input-icon{
    position: absolute;
    top: 12px;
    left: 0;
}
.icon-envelope-grey{
    background-image: url(/application/img/icon-envelope-grey.png);
}
.icon-padlock-grey{
    background-image: url(/application/img/icon-padlock-grey.png);
}
.icon-user-grey{
    background-image: url(/application/img/icon-user-grey.png);
}
.icon-phone-grey{
    background-image: url(/application/img/icon-phone-grey.png);
}
.btn-cart,.btn-account,.btn-loop,.btn-vk,.btn-zoom,.icon-phone,.icon-download-orange,.icon-map-target,.icon-target-blue,.icon-copy,.icon-envelope,.icon-phone-call{
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px 17px;
    cursor:pointer;
}
.btn-facebook,.btn-linkedin{
    cursor: pointer;
    width: calc(50% - 6px);
    display: inline-block;
}
.btn-facebook svg rect,.btn-linkedin svg rect{
    fill:#E95C0C;
}
.btn-facebook svg .path,.btn-linkedin svg .path{
    fill:#FFFFFF;
}
.btn-facebook .animation,.btn-linkedin .animation {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 0;
    stroke-miterlimit: 10;
    stroke: #E95C0C;
    display: none;
    animation: stroke 0.4s cubic-bezier(0.65, 0, 0.45, 1) forwards;
} 
.btn-facebook:hover svg rect,.btn-linkedin:hover svg rect {
    fill:#FFFFFF;
} 
.btn-facebook:hover .animation,.btn-linkedin:hover .animation {
    display: block;
    fill:none;
    stroke-width: 2;

} 
.btn-facebook:hover .path,.btn-linkedin:hover .path {
    display: none;
    fill:none;
} 

.btn-facebook:hover svg path,.btn-linkedin:hover svg path{
    /*fill:#E95C0C;*/
}
.btn-facebook:hover svg rect,.btn-linkedin:hover svg rect{
    /*fill:#FFFFFF;*/
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
} 

.btn-collapse,.btn-close{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.btn-loop-input{
    position: absolute;
    top: 28px;
    right: -7px;
    display: block;
    color:#ffffff;
    background-color: #f26722;
    background-position: center;
    background-repeat: no-repeat;
    padding: 9px 8px;
    cursor: pointer;
}
.btn-loop-input:hover{   
    color:#ffffff;
    background-color: #f38f5e;
}
.btn-cart{
    background-image: url(/application/img/icon-cart.png);
}
.btn-cart:hover{
    background-image: url(/application/img/icon-cart-blue.png);
}
.btn-account{
    background-image: url(/application/img/icon-account.png);
}
.btn-account:hover{
    background-image: url(/application/img/icon-account-blue.png);
}
.btn-loop{
    background-image: url(/application/img/icon-loop-black.png);
}
.btn-loop:hover{
    background-image: url(/application/img/icon-loop-orange.png);
}
.btn-facebook{
    margin-right: 4px;
    /*background-image: url(/application/img/icon-facebook.png);*/
    /*background-image: url(/application/img/icon-facebook-orange.svg);*/
}
.btn-facebook:hover{
    /*background-image: url(/application/img/icon-facebook-white.svg);*/
}
.btn-linkedin{
    /*background-image: url(/application/img/icon-facebook.png);*/
    /*background-image: url(/application/img/icon-linkedin-orange.svg);*/
}
.btn-linkedin:hover{
    /*background-image: url(/application/img/icon-facebook.png);*/
    /*background-image: url(/application/img/icon-linkedin-white.svg);*/
}
.btn-facebook:hover{
    /*background-image: url(/application/img/icon-facebook-white.png);*/
}
.btn-vk{
    background-image: url(/application/img/icon-vk.png);
}
.btn-vk:hover{
    background-image: url(/application/img/icon-vk-click.png);
}
.btn-collapse{
    background-image: url(/application/img/icon-collapse.png);
}
.btn-close{
    background-image: url(/application/img/icon-close.png);
}
.btn-zoom{
    background-image: url(/application/img/icon-zoom.png);
}
.icon-phone{
    background-image: url(/application/img/icon-phone.png);
    cursor:default!important;
}
.icon-download-orange{
    background-image: url(/application/img/icon-download-orange.png);
}
.icon-phone-small{
    background-image: url(/application/img/icon-phone-small.png);
    cursor:default!important;
}
.icon-map-target{
    background-image: url(/application/img/icon-map-target.png);
    cursor:default!important;
}
.icon-target-blue{
    background-image: url(/application/img/icon-target-blue.png);
    cursor:default!important;
}
.icon-copy{
    background-image: url(/application/img/icon-copy.png);
    cursor:default!important;
}
.icon-envelope{
    background-image: url(/application/img/icon-envelope.png);
    cursor:default!important;
}
.icon-phone-call{
    background-image: url(/application/img/icon-phone-call.png);
    cursor:default!important;
}
.icon-write-us{
    background-image: url(/application/img/icon-write-us.svg);
    cursor:default!important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 17px;
    cursor:pointer;
}
.btn-text,.link-text{
    color:#000;    
    font-weight: bold;
    font-style: normal;    
    cursor: pointer;
}
.btn-text{
    letter-spacing: 0.5px;
    font-size: 16px;
}
.btn-collapse-title{
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    margin: 0 auto;
}
.link-text{
    letter-spacing: 0.25pt;
    font-size: 16px;
}
.link-a{
    color:#000;
    font-size: 16px;
    font-weight: 300;
}
.link-a:hover{
    text-decoration: underline;
}

.btn-text:hover,.link-text:hover{
    color:#f26722;    
}

.btn-text:hover span{
    background-image: url(/application/img/arrow-orange-r.png);
    /*background-image: url(/application/img/arrow-orange-d.png);*/
    background-repeat: no-repeat;
}

.collapse-block>.btn-text:hover span{
    background-image: url(/application/img/arrow-orange-d.png);
}

.btn-link{
    color:#000;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
}
.btn-link:hover{
    text-decoration: underline;    
}
.btn-grey{
    color:#fff;
    background-color: #a2a2a2;
    font-size: 15px;
    padding: 2px 10px;
    border: none;
    cursor: pointer;
}
.btn-grey:hover{
    background-color: #e8641b;
}

.btn-default{
    color:#000;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 5px 30px 5px 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn-default>span,.btn-blue>span,.btn-orange>span{
    top:2px;
}
.btn-default:hover{
    color:#ffffff;
    background: #000;
}
.btn-default:hover span{
    background-image: url(/application/img/arrow-white-r.png);
    background-repeat: no-repeat;
}
.btn-blue{
    background: #004aa2;
    color:#ffffff;
    letter-spacing: 1.2pt;
    padding: 5px 25px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
.btn-blue:hover{
    background: #222526;
    color:#ffffff;
}
.btn-orange{
    background: #f26722;
    color:#ffffff;
    letter-spacing: 1.2px;
    font-weight: bold;
    padding: 5px 25px;
    text-transform: uppercase;
}
.btn-orange:hover{
    background: #222526;
}
.btn-red{
    display: block;
    text-align: center;
    font-size: 12px;
    background: #f93520;
    color:#ffffff;
    letter-spacing: 1.2px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
}
.btn-red:hover{
    background: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #f93520;
    color:#f93520;
}
.col-center{
    max-width: 1600px;
    /*width: 85%;*/
    width: 1268px;
    display: block;  
    height: auto; 
    margin: 0 auto;
}
.block-flex{
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    width: 100%; 
    height: auto;
    align-content: space-between;
    align-items: stretch;
    justify-content: space-between;
}
.flex-column{
    display: flex;
    flex-flow: column wrap;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.flex-50{
    width: calc(50% - 2px);
}
.flex-33{
    width: calc(33% - 2px);
}
.flex-25{
    width: calc(25% - 2px);
}
.flex-75{
    width: calc(75% - 2px);
}
.col-2,.col-3,.col-2-3,.col-4,.col-3-4,.col-5,.col-4-5{
    float:left;
    min-height: 1px;
}
.col-4{
    width: 25%;
}
.col-3{
    width: 33.3%;
}
.col-5{
    width: 20%;
}
.col-4-5{
    width: 80%;
}
.col-2{
    width: 50%
}
.col-2-3{
    width: 66.6%
}
.col-3-4{
    width: 75%;
}
.block{
    display: block;
    width: 100%;
}
.block-left,.block-right,.block-center{
    float: left;
}
.header{
    width: 100%;
    height: 88px;
    position: fixed;
    background: white;
    z-index: 10000;
    border-bottom: 1px solid #e8e8e8;
}
.content-block{
    width: 100%;
    overflow: hidden;
    margin-top: 88px;
}

/* ------------------ HEADER ---------------------------*/

.phones-line{
    width: 100%;
    height: 65px;
    text-align: right;
    position: relative;
    background: #25272a;
}
.phones-line>.col-center{
    line-height: 65px;
}
.phones-line>.col-center>div{
    float: right;
}
.phones span{
    padding-left: 5px;
}
.phones-line a, .phones-line span{    
    color:#ffffff;
}
.phones-line a:hover{
    color: #f26722;
}
.phones>div{
    width: auto;
    /*float: right;*/
}
.phone a:hover span{
    color:#f26722;
}
.slash>span{
    margin: 0 5px;
    color:#77899e;
}
.phones{
    width: 90px;
    height: 65px;
    color:#ffffff;
    /*margin-right: 60px;*/
    /*margin-left: 1.5vw;*/
   /* margin-right: 5%;*/
    margin-right:3%;
}
.phones .big{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.phones .small{
    font-size: 15px;
    font-weight: lighter;
    margin-right: 5px;
    /*    color: #ddd;
        top: -2px;*/
    position: relative;
}
.language{
    /*margin-left: 130px;*/  
    width: 60px;
    margin-right: 5%; 
}
.language>a{
    text-transform: none!important;   
}
.menu-wrap .language>a{
    font-weight: 300;
}
.language>a:hover{
    color:#f26722;
}
.lang-ru{
    font-weight: bold;
}
.account-hidden{
    display: none;
}
/*---  MENU ---*/
.menu-wrap{
    height: 88px;
    width: 100%;
    line-height: 88px;
    position: relative;
}
.menu-wrap>div{
    float: left;
}
.menu{
    width: 50%;
    /*min-width: 460px;*/
    position: relative;
    /*width: calc(100% - 560px - 4vw);*/
    /*width: calc(100% - 30% - 220px);*/
    /*width: 730px;*/ width: 660px;
}
.nav{    
    position: relative;
}
.nav a:hover{
    color:#f26722;
}
.nav a:hover span{
    background-image: url(/application/img/arrow-orange-d.png);
    background-repeat: no-repeat;
}
.menu nav>div{
    float: left;
    /*min-width: 100px;*/
    position: relative;
    /*width: 24%;*/
    /*left:5%;*/
    text-align: center;
    z-index: 6;
    margin-left: 57px;
}
.menu-en nav>div{
    margin-left: 57px;
}
.menu-ru nav>div{
    margin-left: 40px;
}
.menu nav>div:first-child{
    margin-left: 30px;
}
.menu-wrap div a{
    z-index: 3;
    font-weight: bold;
    font-size: 15px;
    color:#3c3c3c;
    text-transform: uppercase;
}
.sub-menu{
    /*width: 190px;*/
}
.sub-menu>a{
    cursor: pointer;
}
#js_form_search{
    right: -9999px;
    width: 380px;
    position: absolute;   
    /*transition: all 0.5s;*/
}
.form-search input{
    width: 100%;
    height:30px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #939393;
    padding-left: 5px;
}
.shop{
    position: relative;
    /*left: calc(5% - 35px);*/   
    width: 110px;
    /*margin-left: -25px;*/
    height: 80px;
    /*overflow: hidden;*/
}
.menu-wrap>.search{    
    width: 35px;
    /*float: right!important;*/
    margin-left: 2vw;
}
.sub-nav{
    position:absolute;
    margin: 0px;
    z-index: 2;
    text-align: left;
    left:-9999px; 
    width: 120%;
}
.sub-menu:hover .sub-nav{
    left:5px;
}
.sub-nav a{
    background: rgba(211,221,234,0.9);
    font-weight: normal!important;
    font-style: normal;
    font-size: 15px!important;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 190px;
    display: block;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom:12px;
    padding-left: calc(25% - 5px);
    border-bottom-color: rgba(60,60,60,0.5);
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.6);
    border-top-style: solid;
}
.sub-nav a:first-child{
    border-top:none;
}
.sub-nav>a:hover{
    background: #f26722;
    color:#ffffff;
    background:rgba(119,144,168,0.9); 
}
.shop>a{
    color:#ffffff!important;
    display: block;
    /*width: 112px;*/
    width:120px;
    background: #f26722;
    text-align: center;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.35);
    height: 100px;
    z-index: 1;
    cursor:pointer;
    position: absolute;
}
.shop>a:hover{
    background: #ffffff;
    color:#f26722!important;

}
.shop>a:hover .icon-shop{
    background-image: url(/application/img/icon-shop-orange.png);
    background-repeat: no-repeat;
    background-position: center;
}
.shop:hover .shop-bottom{
    background: #ffffff;
}
.icon-shop{
    padding: 15px;
    background-image: url(/application/img/icon-shop-white.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -30px;
}
.shop-bottom{
    height: 22px;
    width: 100%;
    transform: skewY(5deg);
    background: #f26722;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.35);
}
.header-menu-right{
    width: 310px;
}
.header-menu-right>div{
    float: right;    
}
.header-menu-right>.search{
    /*float: right;*/
}
.line-under-menu{
    height: 5px;
    background: #f26722;
    width: calc(50% - 634px + 180px);
    position: relative;
    z-index: 3;
    top:-4px;
}
/* ------ footer ----------*/
.footer{
    height: 170px;
    width: 100%;
    background: #222526;
    color:#ababab;
    bottom: 0;
    margin-top: -12px;
}

.footer nav>div>a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12.5px;
    color:#ababab;
    /*display: block;*/
    /*    float: left;
        text-align: center;*/
    /*width: 25%;*/
}
.footer nav{
    padding-top: 20px;
    font-size: 14px;
    /*margin-left: calc(-4%);*/
    display: flex;
}
.footer nav>div{
    /*width: 45%;*/
    float: left;
}
.footer nav>div>a:hover{
    color:#f26722;
}
.footer-text-left,.footer-text-right{
    width: 50%;
    float: left;
    margin-top: 30px;
}
.footer-text-right{
    text-align: right;
}
.address-footer,.email-footer{
    width: 100%;
    line-height: 21px;
    display: flex;
    align-items: flex-start;
}
.email-footer a{
    color:#ababab;
}
.email-footer a:hover{
    color:#f26722;
}
.disrtibuter>div{
    line-height: 21px;
}
.footer div{
    font-size: 14px;
    font-weight: lighter;
}
.footer .right,.footer .left{
    display: flex;
    /*clear: both;*/        
}
.footer .right{
    width: 40%;
    justify-content: space-around;
    margin-left: 5%;
}
.footer .left{
    width: 50%;
    justify-content: space-between;
    /*padding-left: 10%;*/
}
.footer img{
    margin: 0 10px 0 20px;
}
.ico-social{
    float: right;
    margin-top: -55px;
    /*padding-right: 20px;*/
    width: 75px;
    text-align: right;
}
.ico-social>a>img{
    margin:0 -3px 0 0;
    padding: 0px;
}
/* ------- main ------- */
.main{
    display: block;
    height: auto;
    background: url('/application/img/bg-content2.jpg')repeat-x;
}
.main>.col-center{
    z-index: 2;
    overflow: hidden;
    /*top: -12px;*/
    position: relative;
}
.main-top{
    /*    padding-bottom: 2%;
        overflow: hidden;
        padding-right: 10px;
        padding-left: 5px;*/
    width: 100%;
}
.main-top>div{
    margin-left: 10px;
}
.main-top>div:first-child{
    margin-left: 0;
}
.operat,.big-business,.small-business{
    /*    background-repeat: no-repeat;
        background-size: 100%;
        box-shadow: 2px 2px 10px rgba(96,96,96,0.3);
        
        width: calc(33.3% - 12px);
        transform: skewY(-5deg);
        height: 70%;
        margin: 0 6px;*/

    float: left;
    width: 415px;
    height: 500px;
    overflow: hidden;
}
.main-top-text{   
    /*padding-right: 10px;*/
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    line-height: 45px;
    /*height: 25vw;*/
    /*max-height: 350px;*/
    height: 340px;
    width: 415px;
    position: relative;
}

.operat .main-top-text{
    background-image: url(/application/img/operat3.jpg);
    background-repeat: no-repeat;
    background-size: cover;    
    /*padding: calc(5%) 5% 150px 2%;*/
}
.operat .filter,.big-business .filter,.small-business .filter{
    transition: background 0.2s;
}
.operat:hover .filter,.big-business:hover .filter,.small-business:hover .filter{
    background-color: rgba(0, 0, 0, 0.2);
}
.big-business .main-top-text{
    background-image: url(/application/img/big-business3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: calc(5%) 5% 90px 2%;*/    
}
.small-business .main-top-text{
    background-image: url(/application/img/small-business3.jpg);
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*padding: calc(5%) 5% 30px 2%;*/
}
.main-top-text>h2{    
    font-size: 36px;
    padding-left: 10%;
    font-weight: bold;
    top: 120px;
    position: relative;
    display: block;
    max-width: 240px;
    min-width: 190px;
    z-index: 5;
    line-height: 35px;
}
.main-top-text>h2>a{
    color:#ffffff;
}
.main-top-text>h2>a:hover{
}

.parallelepiped{
    z-index: 5;
    height: 154px;
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom-right-radius:3px;
}
.parallelepiped h2{
    font-size: 28px;
    height: 68px;
    /*line-height: 80px;*/
    margin: 0;
    margin-top:10px;
    text-align: center;
}
.parallelepiped-text{
    color: black;
    width: 90%;
    /*left:50px;*/
    margin: 0 auto;
    position: relative;
    line-height: 25px;
    /*transform: skewY(5deg);*/
}
.parallelepiped-text>p{
    font-weight: lighter;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
   /* width: 320px;*/
   text-align: justify;
}
.parallelepiped-text a{

    color:#000;
}
.parallelepiped-text-header a{
    font-weight: bold;
    font-size: 20px;
}
.parallelepiped-text a:hover{
    color:#f26722;
}
.parallelepiped-text>a:hover span{
    background-image: url(/application/img/arrow-orange-r.png);
    background-repeat: no-repeat;
}

.parallelepiped-text>a:hover img{
    display: none;
}
.parallelepiped-text-header{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    /*height: 50px;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    overflow: hidden;
    text-transform: uppercase;
}
.quote{
    margin: 0 auto;
    width: 1600px;
    display: block;
    height: 120px;
    color: #ffffff;
    line-height: 40px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 40px;
}
.quote>div{
    float: left;
}
.quote>.col-left,.quote>.col-right{
    width: calc(50% - 634px);
    height: 100%;
}

.quote-top{
    margin-right: 140px;
}
.quote-bottom,.quote-center{
    margin-right: 0;
}
.quote-bottom{
    line-height: 20px;
}
.we,.what{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}
.live{
    font-size: 50px;font-style: italic;font-weight: bold;
}
.all{
    font-size: 42px;font-style: italic;
}
.do-for{
    font-size: 64px;font-weight: bold;
}
.team-newland{
    font-size: 20px;font-weight: bold; color:#979797; text-transform: none;
}
#first{
    font-size: 33px;
    /*margin-left: 10px;*/
    text-transform: uppercase;
    font-weight: bold;
}
#largest{
    font-size:33px;font-weight: bold;
}
#official{
    font-size: 33px; 
    /*line-height: 20px;*/
    font-weight: bold;
}
.block-line{
    white-space:nowrap;
    margin-bottom: 40px;
    /*margin-left: 5px;*/
}
.news .line-black-left{
    position: relative;
    top: -6px;
    right: 10px;
}
.news-block-left .line-black-left:before{
    width: calc(100% - 5px);
}
.row{
    color:#000;
    width: 100%;
    position: relative;
    /*    height: auto;
        overflow: hidden;*/
}
.row-over{
    width: 100%;
    position: relative;
    overflow: hidden; 
}
.row-blog{
    width: 100%;
    height: 50px;
    margin-top: -25px;
}
.blog-title,.new-title{
    font-size: 25px;
    font-weight: bold;
}
.blog-title{
    /*margin-left: 20px;*/
}
.main .blog-title{
    color:#000;
}
.main .blog-title:hover{
    color:#f26722;
}
.block-line>.new-title,.block-line>.blog-title{
    margin-left: calc(50% - 634px);
}
.blog{
    overflow: hidden;
    width: 50%;
    position: relative;
    display: block;
    float: left;   
}
.blog a{
    color:#ffffff;
}
.blog-top,.blog-bottom{
    position: relative;
    margin-top: 15px;
    width:100%;
    height: 420px;
}
#js_filter,.filter{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
    position: absolute;   
}
#js_filter{
    z-index: 1;
    background-color: rgba(40, 102, 177, .4);
    display: none;
}
.blog-top{
    background: url('/application/img/blog-top.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top:20px;
}
.blog-top:hover .filter, .blog-bottom:hover .filter{
    background-color: rgba(40, 102, 177, .2);
    transition: background 0.2s;
}
.blog-bottom{
    background: url('/application/img/blog-bottom.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.blog-text{
    width: 70%;
    padding: 70px 50px;  
    /*max-width: 400px;*/
    z-index: 4;
    position: relative;
}
.blog .title25{
    line-height: 32px;
}
.blog div>p{
    font-size: 11px;
}
.news{
    width: 50%;
    height: 480px;
    display: block;
    position: relative;
    float: left;
}
.news-block{
    height: 190px;
    display: block;
    margin: 0 0 0 20px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
    padding: 5px 0 35px 0;
}
.bottom-block .news-block:last-child{
    border-bottom: none;
}
.news-block-left{
    display: inline-block; width: 5%; vertical-align: top; margin-top:60px;
}
.news-block-right{
    display: inline-block; width:90%;margin-left: 10px;max-width: 550px;
}
.news-block-right>a:hover{}
.news p{
    font-size: 11px;
    color:#000;
    padding-top:17px; 
}
.news hr{
    margin-top: 30px;
}
.main-center{
    /*height: 970px;*/
}
.title25{
    font-weight: bold;
    font-size: 22px;
}
.title25>a{
    color:#000;
}
.title25>a:hover{
    color:#f26722!important;
}
.subtitle-cursive{
    font-style: italic;
    font-size: 16px;
}
.news .subtitle-cursive{
    padding: 15px 0;
}
#go_to_blog{
    height: 40px;
    margin-bottom: 100px;
}
.news .line-black-center{
    display: none;
}
.row .line-black-left,.block-line>.line-black-left{
    top:0px;
}
.border{
    padding: 8px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.title25>span{
    margin-left: -48px;
    /*padding-right: 15px;*/
    padding-right: 5px;
}
.main-bottom{
    height: 500px;
    display: block;
    /*background-image: url(/application/img/map.png);*/
    background-position-x: 95%;
    background-position-y: top;
    background-repeat: no-repeat; 
}
.main-bottom-container{
    width: 70%;
    /*margin-left:15px;*/
}
.main-bottom-container>.text{
    /*margin-top: 100px;*/
    margin-top: 50px;
    padding-top: 10px;
    /*margin-left: 20px;*/
}
.main-bottom-container>.text>p{
    font-size: 16px;
    letter-spacing: 0.25px;
    text-shadow: 1px 1px 5px #fff;
}
.main-bottom-title{
    text-transform: uppercase;
    line-height: 5px;
    position: relative;
    /*top:70px;*/
    /*left: -5px;*/
}
.main-bottom-title>p{
    /*margin-top: -3px;*/
}
.main-bottom>a{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    position: absolute;
    bottom: 270px;
    float: right;
    right: 17%;
}
.line{
    padding-left: 30px;
    height: 2px;
    background-image: url(/application/img/line.png);
    background-position: center; 
    background-repeat: no-repeat;   
}
.left-line{
    position: relative;top: 50px;width: 1600px;margin:0 auto;
}
#scrollup{
    position: fixed;
    right: 2%;
    width: 40px;
    height: 40px;
    background-image: url(/application/img/anchor.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    bottom: 160px;
    display: none;
}
#scrollup:hover{
    background-color: #a3c1e5; 
}
.breadcrumbs{
    overflow: hidden;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    /*max-width: 1920px;*/
    margin: 0 auto!important;
    line-height: 10px;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    width: 1264px;
}
.breadcrumbs>ul{
    display: block;
    list-style: none;
    /*padding-left: 180px;*/
    width: 100%;  
}
.breadcrumbs>ul a{
    color:#000;
}
.breadcrumbs>ul li:hover a{
    color:#848484;
}
.breadcrumbs>ul li:last-child:hover a{
    color:#ffffff;
}
.breadcrumbs>ul>li{
    float: left;
    font-size: 14px;
    /*font-style: italic;*/
    letter-spacing: 0.2px;
}
.breadcrumbs>ul>li:after{
    content: '';
    background-image: url(/application/img/arrow-black-r.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumbs li:last-child a{
    color:#ffffff;
}
.breadcrumbs li:last-child:after{
    background-image: none!important;
}
.breadcrumbs .line-right{
    font-size: 12px;
}
.breadcrumbs .line-right:after{
    height: 1px;
    width: 100%!important;
    margin-right: -100%;
}

/* ------ ERROR PAGE --------*/

.error-page{
    position: relative;
    top: -12px;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: url('/application/img/bg-content2.jpg')repeat-x;
}
.error-page .background{
    background-image: url(/application/img/404_img.png);
    background-position-x: center;
    background-position-y: 30%;
    background-repeat: no-repeat;
    display: block;
    height: 680px;
}
.error-page .col-center>div{
    position: relative;
    top:440px;
    font-size: 20px;
    font-weight: lighter;
    font-style: italic;
    color:#004aa2;
    line-height: 1px;
    margin-left: calc(40% - 135px);
}
.error-page .btn-blue{
    top:90px;
    padding: 11px 40px!important;
    position: relative;
}
.btn-blue>span{
    top: 14px;
    left: 15px;
}
.wrap-center{
    width: 80%;
    display: block;  
    height: auto; 
    margin: 0 auto;
}
.wrap{
    position:relative;
}
.main-top .line-right{
    display: none;
}

/*************** Page menu *********************/

.page-menu{
    /*display: block;*/
    display: flex;
    height: 70px;
    padding: 2px;
    /*line-height: 62px;*/
    /*text-align: center;*/
    position: relative;
}
.page-menu .page-nav{
    position: relative;
    display: inline-block;
    /*transform: skewX(-20deg);*/
    font-size: 18px;
    /*letter-spacing: 0.25pt;*/
    text-transform: uppercase;
    background: #e8e8e8;
    height: 62px;
    line-height: 62px;
    cursor: pointer;
    /*margin-left: 8px;*/
}
.page-menu .page-nav:first-child{
    margin-left: 0;
}
.what-we-do .page-menu .page-nav{
    width: 312px;
}
.what-we-do h3{
    font-size: 16px;
}
.about .page-menu .page-nav{
    width: 311px;
}
.catalog .page-menu .page-nav{
    width:33%;
}
.page-menu .active{
    background: #ffffff!important;
    box-shadow: 1px 4px 6px rgba(96,96,96,0.5);
    /*padding: 2px 0;*/
    /*transform: scale(1.1)skewX(-20deg) ;*/
    /*top: -5px!important;*/
    z-index: 2;    
    border: none!important;
}
/*.page-menu:hover .page-nav{
    background: #c8cfd6;
}*/
.page-menu .page-nav:hover{
    background: #ffffff!important;
    box-shadow: 1px 4px 8px rgba(96,96,96,0.5);
    /*transform: scale(1.1)skewX(-20deg) ;*/
    z-index: 3; 
    border: none!important;
    /*padding: 2px 0;*/
    /*top: -5px!important;*/
    z-index: 3; 
}
.page-menu a{
    display: flex;
    color: #444;
    font-weight: 500;
    font-size: 18px;
    /* white-space: nowrap; */
    /*font-weight: bold;*/
    /*line-height: 22px;*/
    height: 100%;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;

}
.page-menu a span{
    display: inline-block;
    text-align: center;
    width: 100%;
}
/************* What-we-do *****************/

.what-we-do,.about{
    position: relative; 
    top:-12px;
    overflow: hidden;
    min-height: calc(100vh - 204px);
    width: 100%;
    background: url(/application/img/bg-whatwedo.png) repeat-x;
}


/*.single-whatwedo .whatwe2{
    padding-top: 20px;
    overflow: hidden;
}*/
/*.single-whatwedo h2 {
    line-height: 42px;
    margin: 0;
    color:#004aa2;
}
.single-whatwedo .center h2{
    margin-left: 13%;
}
.single-whatwedo .block-center{
    width: 80%;
}*/
.page-content p, .page-content li{
    font-size: 16px;
    /*line-height: 26px;*/
    letter-spacing: 0.25pt;
    font-weight: 300;
}
.page-content li{
    padding-left: 10px;
}
/*.single-whatwedo .block-content p{
    padding-left: 20px;
}
.single-whatwedo .page-content>div{
    position: relative;
    overflow: hidden;
}
.single-whatwedo .page-content>div>div{
    overflow: hidden;
}
.single-whatwedo .title25,.about .title25{
    text-transform: uppercase;
    height: auto;
    max-width: 1268px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}*/
.title25>span{
    margin-left: 0px;
}
.what-we-do>.block,.about>.block,.jobs>.block{
    max-width: 1600px;
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.what-we-do .block-center,.what-we-do .block-right{
    margin-bottom: 100px;
}
.single-whatwedo{
    width: calc(100% - 350px);
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}
.single-whatwedo p{
    font-size: 14px;
}
.product-navigation{
    /*width: 26vw;*/
    /*padding-left: 30px;*/
    position: fixed;
    /* float: left; */
    right: 0;
    right: calc(50% - 490px);
}
.product-navigation ul{
    list-style: none;
    padding-inline-start: 20px;
}
.product-navigation .link{
    line-height: 30px;
    font-size: 14px;
}
.product-navigation h3{
    font-size: 14px;
    text-transform: none; 
    letter-spacing: 0px;     
}
.product-navigation .download{
    font-weight: bold;
}
.product-navigation .download a{
    display: block;
    font-size: 14px;
    line-height: 28px;
}

.single-whatwedo .title{
    color: #f26722;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 60px;
    height: 60px;
}
.single-whatwedo .sub-title{
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.single-whatwedo .sub-title span{
    display: block;
}
.single-whatwedo .icon{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;    
}
.single-whatwedo .block-flex>div{
    /*width: calc(33% - 15px);*/
    margin-top:20px;

}
.about .title{  
    font-size: 20px;
    color: #f26722;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 80px;
    height: 80px;
}
.single-whatwedo .list{
    color: #f26722;
    font-size: 14px;
    font-weight: 300;
}
.single-whatwedo .list div{
    color:#000;
}
.single-whatwedo img{
    width: 100%;
}
.single-whatwedo img.auto-size{
    width: auto;
    max-width: none;
}
.what-we-do .page-nav .arrow-black-r{
    top: 8px!important;
}
.jobs .page-content>.title{
    text-transform: uppercase;
}
/*.single-whatwedo .block-content{
    border-left-width: 1px;
    border-left-color: #f26722;
    border-left-style: solid;
}
.single-whatwedo .block-content a:last-child{
    height: 15px!important;
}
.single-whatwedo .block-content a{
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    height: 15px;  
    color:#000;  
    width: 90%;
    overflow: hidden;
}*/
/*.single-whatwedo .block-content div{
    padding-left: 20px;
    height: auto;  
}*/
/*.whatwe .block-content div>h4{
    margin:15px 0;
}*/
.about .block-content div{
    padding-left: 20px;
}
.img{
    max-height: 300px;
}
.img>img{
    width: 100%;
}
/*.single-whatwedo .block-content a:hover{
    text-decoration: underline;
}*/
.block-center{
    width: calc(87% - 60px);
    border-right-width:1px;
    border-right-color: #cdcdcd;
    border-right-style: solid;
    padding: 0 30px 0 0;
}
.block-right{
    width: 13%;
}
.block-right .block{
    padding-left: 10px;
    width: 50%;
    min-width: 164px;
}
.what-we-do .btn-blue,.about .btn-blue{
    font-size: 12px;
    letter-spacing: 1pt;
    padding: 10px 25px 10px 5px;
    text-decoration: underline;
    margin-top: 30px;
    cursor: pointer;
    white-space: nowrap;
}
.block-right>h3{
    padding-left: 12px;
    margin-top: 0;
}
.what-we-do .news-block,.about .news-block{
    min-width: 164px;
    width: 50%;
    margin: 0 0 0 10px;
    padding: 0 0 15px 0;
    border-bottom:none;
    overflow: hidden;
    height: auto;
}
.what-we-do .news-block-right,.about .news-block-right{
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #cdcdcd;
    border-bottom-style: solid;
    padding-bottom: 15px;
}
.what-we-do .news-block-right>p,.about .news-block-right>p{
    margin: 12px 0 12px 0;
    font-size: 11px;
}
.single-whatwedo .subtitle-cursive,.what-we-do .btn-text,.about .subtitle-cursive,.about .btn-text{
    display: none;
}
.what-we-do .news-block-right .title25,.about .news-block-right .title25{
    font-size: 15px;
    letter-spacing: 0.05pt;
    text-transform: none;
}
.news-block-right .title25{
    overflow: hidden;
    height: auto;
    line-height: 30px;
}
.what-we-do .news-block-right .title25:hover a,.about .news-block-right .title25:hover a{
    color:#848484;
}
.what-we-do .btn-blue>span,.about .btn-blue>span{
    padding-left: 15px!important;
}
.what-we-do .title25 .line-right,.about .title25 .line-right{
    display: none;
}
.left-block,.right-block{
    width: 50%;
    float: left;
}
/*.single-whatwedo .left-block h4{
    text-align: right;
    font-size: 40px;
    line-height: 80px;
    color: #c2c2c2;
    margin: 0;
    margin-right: 10%;
}*/
.about .left-block img{
    width: 90%;
}
.page-content>.wrap{
    margin-top: 40px; 
}
.about .title{
    height: 25px;
    line-height: 25px!important;
    position: relative;
}
.about .title20{
    height: 24px;
    line-height: 24px!important;  
    font-weight: bold;
    padding-bottom: 20px;
}
.person-img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.right-block .wrap{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.right-block .wrap>div{
    float: left;
    padding-right: 10px;
}
.about .right-block{
    padding-left: 30px;
    width: calc(50% - 30px)!important;
    height: 330px;
    position: relative;
}
.about .jobs .row,.about .row{
    margin-bottom: 40px;
}
.about .block-center>.wrap, .advantages .wrap, .jobs>.wrap{
    padding: 0 0 50px 0;
}
.jobs>.wrap{
    height: auto;
    overflow: hidden;
}
.jobs .block-center>.wrap{
    height: 330px;
}
.jobs .right-block p{
    max-height: 100px;
    overflow: hidden;
}
.jobs .phones .icon-phone-small{
    float: left;
}
.jobs .phone{
    clear: both;
}
.about .left-block{
    background-image: url(/application/img/jobs.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 160px 0;
    width: 50%;
    max-height: 330px;
}
.about .phones{
    white-space: nowrap;
    margin-right: 0!important;
    height: 90px!important;
    line-height: 28px;
}
.about .phones .slash>span{
    margin: 0 10px!important;
    font-size: 14px;
}
.about .big a,.about .big{
    font-size: 16px;
    font-weight: bold;
    color:#000;
}
.about .wrap .center{
    height: 70px;
    line-height: 70px;
}
.indent{
    margin: 0 25px;
}
.collapse{
    display: none;
}
.about .page-content .title{
    cursor: pointer;
}
.about .image{
    background-image: url(/application/img/img-about.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 285px;
    margin-top: 35px;
}
.about .row .title25{
    /*height: 50px;*/
    /*height: 30px;*/
}
.about .row .title25 .line-left:before{
    /*width: 20%!important;*/
    width: 50%;
}
.administration{
    overflow: hidden;
    margin-bottom: 90px;
}
.administration .w33{
    margin: 10px 0;
}
.w33{
    /*width: calc(33% - 20px);*/
    width: 402px;
    margin:10px;
    height: 33vw;
    max-height: 420px;
    float: left;
    overflow: hidden;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
}
.about .administration .w33:first-child{
    margin-left: 0;
}
.w66{
    width: calc(66% - 40px);
    margin:10px;
    max-height: 420px;
    float: left;
    overflow: hidden;
    position: relative;
}
.about .first{
    background: #f26722;
}
.fs100{
    font-size: 100px;
    color: rgba(0,0,0,0.1);
    font-weight: lighter;
    letter-spacing: 0.2pt;
    width: 32%;
}
.first>div{
    width: 80%;
    margin: 0 auto;
    line-height: 23vw;
    text-align: center;
}
.first>div>span{
    display: inline-block;
    font-size: 24px;
    color: #000000;
}
.title-18{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05pt;
    display: block;
    width: 65%;
}
.first p{
    color:#ffffff;
    text-align: right;
    margin: 0 auto;
}
.w33 .figure{
    position: relative;
    bottom: 0; 
    display: block;
    height: 100px;
    width: 100%;
}
.w33>img{
    width: 100%;
    min-width: 350px;
    height: 250px;
}
.w33 .figure:before{
    content: '';
    position: relative;
    bottom: 40px;
    display: block;
    height: 200px;
    width: 100%;
    background: #ffffff;
    transform: skewY(-8deg);
}
.text-block{
    position: relative;
    /*top: -185px;*/
    background: #ffffff;
    /*    border-width: 1px;
        border-style: solid;
        border-color: #e4e7ea;*/
    width: 100%;
    padding: 10px;
    height: 225px;
    /*transform: skewY(-10deg);*/
    margin: 0 auto;
}
.text-block>div{
    width: 300px;
    padding: 5px 30px;
    margin: 0 auto;
}
/*.text-block:after{
    content: '';
    height: 42px;
    display: inline-block;
    background: #ffffff;
    width: calc(100%);
    transform: skewY(10deg);
    position: relative;
    bottom: 10px;
    left: -3px;
    border-top-width: 1px;
    border-top-color: #e4e7ea;
    border-top-style: solid;
    border-left-width: 3px;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-color: #ffffff;
    border-right-style: solid;
    position: absolute;
}*/
.text-block .title-17{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05pt;
}
.text-block .title-17,.text-block p{
    /*transform: skewY(10deg);*/
}
.text-block p{
    color:#f26722;
    text-transform: uppercase;
    font-size: 12px;
}
.w33 .text-block p{
    line-height: 16px;
}
.about .block-center{
    margin-bottom: 100px;
}
.about .email{
    width: 100%;
    height: 28px;
    line-height: 28px;
}
.about .email>div{
    float: left;
}
.about .bottom{
    position: absolute;
    bottom:0;
}
.about .phones .small{
    color:#000;
}
.about .phones .phone:hover span,.email a:hover{
    color:#f26722;
}
.about .cursive{
    font-style: italic;
    padding-left: 25%;
    padding-right: 10%;
}
.login .cursive{
    font-style: italic;
    font-weight: 300;
    text-align: left;
    line-height: 18px;
}
.jobs .page-content>.row{
    border-left-width: 1px;
    border-left-color: #000000;
    border-left-style: solid;
    padding-left: 20px;
}
.email .big{
    padding-left: 10px;
}
.form-group{
    width: 100%;
    clear: both;
    padding: 10px;
} 
.form-group label,.form-group .form-control{
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 5px;
}
.form-group .form-control{
    border-width: 2px;
    border-color: #dcdcdc;
    border-style: solid;
    min-height: 30px;
    border-left-width: 4px;
    border-left-color: #f26722;
    border-left-style: solid;
}
.form-group:hover .form-control{
    border-left-width: 4px;
    border-left-color: #000000;
    border-left-style: solid;
}
.form-group:hover label{
    color:#000;
}
.form-group:hover .non-hover{
    color:#f26722;
}
.form-group label{
    color:#f26722;
    font-weight: bold;
    display: block;
    line-height: 42px;
    white-space: nowrap;
}
.jobs .row>.collapse-block>.title{
    text-transform: uppercase;
}
.input-file{}
.fileform #fileformlabel { 
    background-color: #FFFFFF;
    float: right;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    width:160px;
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
}
.fileform { 
    background-color: #ffffff;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 7px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 35px;
    top:7px;
}
.idea-form .fileform{} 
.idea-form #rezult_attachments p{
    line-height: 10px;
    text-align: left;
    font-size: 10px;
}
.idea-form #rezult_attachments p:before{
    content: "-";
    padding: 0 5px;
}
#label_upload{
    line-height: 30px;
}
.fileform .selectbutton { 
    font-size: 22px;
    font-weight: bold;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    border-radius: 2px;
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    top: 8px;
    position: absolute;
}
.fileform:hover input{
    cursor: pointer!important;
}
.fileform:hover .selectbutton{
    color: #ffffff;
    background: #f26722;
    border-width: 2px;
    border-color: #f26722;
    border-style: solid;
}
.fileform #input_file{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    -moz-opacity: 0; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    font-size: 150px; 
    height: 30px; 
    z-index:20;
}
.btn-submit{
    background: #f26722;
    color:#ffffff;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1pt;
    padding: 10px 20px;
    cursor:pointer;
    float: right;
    margin: 5px 16px;
}
.btn-submit:hover{
    background: #000;
}
.anketa form{
    height: 600px;
}
.anketa .btn-link{
    font-size: 15px;
    letter-spacing: 1pt;
    text-decoration: underline;
    line-height: 30px;
}
.anketa .btn-link:hover{
    font-size: 15px;
    letter-spacing: 1pt;
    text-decoration: none;
    color:#f26722;
}
.anketa .form-group select{
    width: calc(100% - 12px);
    padding: 8px;
}
.vacancy-anketa h2{}
.line-top{
    border-top-width: 1px;
    border-top-color: #cdcdcd;
    border-top-style: solid;
}
.about .line-top{
    border-top-width: 0;
}
.anketa .text{
    margin-top: 25px;
    padding: 5px 5px 5px 20px;
}
.anketa .text p{
    font-style: italic;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}
.anketa form>.row-over{
    height: 130px;
}
.anketa form hr{
    margin-top: -20px;
}
.anketa .abs-phone{
    text-align: right;
}
.map{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 270px;
    border-bottom-width: 1px;
    border-bottom-color: #bebebe;
    border-bottom-style: solid;
}
.map-address{
    position: absolute;
    right: 0;
    top: 0;
    width: 327px;
    padding: 30px;
    height: calc(100% - 60px);
    background: rgba(255,255,255,0.7);
    border-right-width:1px;
    border-right-color: #bebebe;
    border-right-style: solid;
    border-top-width:1px;
    border-top-color: #bebebe;
    border-top-style: solid;
    border-bottom-width:1px;
    border-bottom-color: #bebebe;
    border-bottom-style: solid;
}
.title-18U{
    font-size: 18px;
    letter-spacing: 0.2pt;
    text-transform: uppercase;
}

.map-address>.col-center{
    height: 250px;
    margin-top:40px;
}
.contacts .title-18{
    width: 100%;
    line-height: 20px;
}
.contacts .title-18 a{
    color:#000;
}
.contacts .title-18:hover a{
    /*color:#a3c1e5;*/
    color:#f26722;
}
.map-address .title-18,.map-address p{
    margin: 10px;
}
.map .title-18U>span,.contacts .title-18U>span{
    margin-right: 10px;
}
.contacts .col-3,.contacts .col-2{
    border-left-width: 1px;
    border-left-color: #bebebe;
    border-left-style: solid;
}
.contacts .col-3{
    width: calc(33.3% - 4px);
}
.contacts .col-2{
    width: calc(50% - 4px);
    margin-bottom: 90px;
}
.contacts .phone{
    line-height: 30px;
}
.contacts .big{
    font-size: 18px;
    margin-left: 5px;
}
.contacts .small{
    font-size: 15px;
    color:#000;
}
.contacts .col-center .title-18U{
    padding-bottom: 20px;
}
.contacts #js_map{
    margin-bottom: 40px;
    width: 100%;
    height: 310px;
    border-width: 1px;
    border-style: solid;
    border-color: #bebebe;
}

.contacts.block-flex>.contact-form{
    width: calc(25% - 6px);
}
.contacts.block-flex>.contact-content{
    width: 75%;
}
.contact-phone,.contact-email{
    width: 100%;
}
.hidden{
    display: none;
}
.hidden-desktop{
    display: none;
}
#js_close_map{
    position: absolute;
    right: 0;
    z-index: 5;
    top: 10px;
    display: none;
}
.map-responsive{
    position: relative;
    max-width: 1600px;
}
.partners h2>a{
    color:#000;
}
.partners h2>a:hover{
    color:#f26722;
}
.partners p{
    font-size: 14px;
    letter-spacing: 0.25pt;
    width: 90%;    
    text-align: justify; 
    margin: 0 auto;
}
.partners .block{
    border-left-width: 2px;
    border-left-color: #dadada;
    border-left-style: solid;
    padding: 0 20px;
}
.partners .col-4{
    text-align: center;
}
.partners .row{
    /*margin: 20px 0;
    padding: 5px 0;
    overflow: hidden;*/
}
.row-overflow{
    margin: 20px 0;
    padding: 5px 0;
    overflow: hidden;
}
.partners .col-4 img{
    padding: 15px 10px 15px 0;
    width: 70%;
}
.partners .btn-block{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.partners .btn-text{
    display: block;
    font-size: 16px;
    cursor: pointer;   
}
.partner-big .btn-text{
    color: #E95C0C;
}
.partners.partnWithRev .line-top{
    top: inherit;
}
.partners .line-top{
    /*bottom: 100px;*/
    top: 20px;
    /*position: absolute;*/
    margin: 0 auto;
    width: 200px;
}
.partners .page-menu{
    flex-flow: row wrap;
    justify-content: space-around;
}
.partner-big .page-menu{
    justify-content: space-between;
}
.partners .page-menu .page-nav{
    /*width: 26.4%!important;*/
    width: calc(33.3% - 12px);
    font-weight: 500;
    /*font-size: 13.5px;*/
}
/*.partners .page-menu .page-nav:first-child,.what-we-do .page-menu .page-nav:first-child{
    background: #ffffff;
    border-width: 2px;
    border-style: solid;
    width: 17%!important;
    height: 44px;
    line-height: 44px;
    float: right;
    top: 7px;
    right: 1%;
    display: none;
}*/
/*.partners .page-menu .page-nav:first-child a,.what-we-do .page-menu .page-nav:first-child a{
    text-transform: none;
    font-size: 15px;
    letter-spacing: 1pt;
    z-index: 2;
}
.partners .page-menu .page-nav:first-child .wrap,.what-we-do .page-menu .page-nav:first-child .wrap{
    width: 60px;
    height: 43px;
    background: #ffffff;
    position: absolute;
    top: 1px;
    right: -11px;
    transform: skewX(20deg);
    border-bottom-width:2px;
    border-bottom-style: solid;
    border-right-width:2px;
    border-right-style: solid;
}
.partners .page-menu .page-nav:first-child:hover .wrap,.what-we-do .page-menu .page-nav:first-child:hover .wrap,.partner-big .page-menu .page-nav:first-child:hover .wrap{
    border-right-width:2px;
    border-right-color: #004aa2;
    border-right-style: solid;
    border-bottom-width:2px;
    border-bottom-color: #004aa2;
    border-bottom-style: solid;
    padding: 2px 0;
}
.partners .page-menu .page-nav:first-child:hover,.what-we-do .page-menu .page-nav:first-child:hover{
    border-width: 2px!important;
    border-style: solid!important;
    border-color: #004aa2!important;
    transform: scale(1.0)skewX(-20deg);
    box-shadow: none;
    top: 5px!important;
}
.partners .page-menu .page-nav:first-child:hover a,.what-we-do .page-menu .page-nav:first-child:hover a{
    color:#004aa2;
}
.partners .page-menu .page-nav:first-child:hover .arrow-black-r,.what-we-do .page-menu .page-nav:first-child:hover .arrow-black-r {
    background-image: url(/application/img/arrow-blue-r.png)!important;
}
.partners .page-menu .page-nav:first-child:hover a{
    color: #004aa2;
}*/
.partners .page-menu .page-nav .arrow-black-r{
    top: 9px;
    z-index: 2;
}
.partners .btn-text>.arrow-black-d{
    top: -1px!important;
}
.partners .col-2-3 p{
    width: 100%;
}
.partner-small,.partner-big,.partner-operat{
    min-height: 750px;
}
.partners .collapse-block {
    /*    min-height: 50px;
        position: relative;
        overflow: hidden;
        padding-bottom: 100px;
        margin-top: -20px;*/

    color:#ffffff;
    font-size: 12px;
    /*text-align: right;*/
    margin-right: 20px;
    margin-top: 20px;
}
.partner-big #scr_slider>div>div{
    border:none!important;
}
.sub-page-menu{
    margin-left: 10px;
    text-align: center;
    margin-top: -2px;
}
.partner-big .sub-page-menu{
    background: radial-gradient(circle,#919fa8, #7b8693),radial-gradient(#919fa8, #7b8693);
    transform: skewX(-20deg);
    width: calc(97% + 5px);
    margin-left: calc(2% - 4px);
}
.partner-big .sub-page-menu a{
    transform: skewX(20deg);
}
.partner-big .sub-page-menu .page-nav-sub{
    transform: none;
}
.sub-page-menu .page-nav-sub{
    width: 25%!important;
    position: relative;
    display: inline-block;
    transform: skewX(-20deg);
    font-size: 16px;
    letter-spacing: 0.25pt;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    margin-left: -8px;
}
.sub-page-menu .page-nav-sub:hover a{
    color:#000;
}
.sub-page-menu a{
    display: block;
    transform: skewX(20deg);
    color: #ffffff;
    white-space: nowrap;
    font-weight: 300;
}
.sub-page-menu .active-sub a{
    color:#000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.25pt;
}

.partner-big .img-bigbusiness,.partner-big .img-operat,.partner-big .img-smallbusiness,.partner-big .img-largebusiness,.partner-big .img-governmentbusiness{
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin-left: 2px;
    width: calc(33.33% - 15px)!important;
}

.partner-big .img-bigbusiness,.partner-big .img-largebusiness{
    background-image: url(/application/img/big-business3.jpg);
}
.partner-big .img-operat{
    background-image: url(/application/img/operat3.jpg);
}
.partner-big .img-smallbusiness,.partner-big .img-governmentbusiness{
    background-image: url(/application/img/small-business3.jpg);
}
.partner-big .col-2-3{
    padding: 30px;
}
.partner-big h1{
    display: block;
}
.partner-big .col-2-3{
    width: calc(66.6% - 60px)
}
.partner-big .figure{
    transform: skewX(-10deg);
    margin-left: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.partner-big .col-3{
    width: calc(33.3% - 10px);
    /*margin-top: 15px;*/
}

.partner-big .wrap .col-3{
    height: 350px;
    margin: 10px 0;
    padding: 10px 0;
}
.partner-big .left-bl,.partner-big .right-bl{
    /*float: left;*/
    /*height: 350px;*/
    height: 100%;
    color:#000;
    /*    min-height: 200px;
        max-height: 290px;*/
}
.partner-big .left-bl{
    /*background: #7a8589;*/
    /*    width: 15%;
        max-width: 55px;
        overflow: hidden;*/
}
.partner-big .gear{
    /*    background-image: url(/application/img/gear.png);
        background-repeat: no-repeat;
        padding: 0px 10px 150px 100px;
        position: relative;
        top: 5px;
        left: -50px;
        display: block;
        transform: skewX(10deg);*/
}
.partner-big .right-bl{
    /*width: 80%;*/
    /*display: block;*/
    /*background: linear-gradient(to bottom, #f58402, #e95a04);*/
    /*box-shadow: -10px 0 10px rgba(0,0,0,0.3);*/
}
.partner-big .wrap .col-3:hover{
    /*background: #3a464a;*/
    box-shadow: 3px 3px 3px 3px #ddd;
}
.title-service{
    font-size: 17px;
    text-align: center;
}
.img-service{
    height: 130px;
}
.img-service-default{
    height: 130px;
    width: 100%;
}
.partners .center{
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}
.partner-big .center{
    /*    display: block;
        transform: skewX(10deg);*/
}
.partner-big .block-flex h2{
    width: 90%;
    line-height: 20px;
    margin: 0 auto;
    font-family: 'exo_semi_bold';
    font-weight: 100;
}
.partner-big .center h2{
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 0.25pt;
    line-height: 24px;
    height: 74px;
    overflow: hidden;
}
.partner-big .center p{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.25pt;
    line-height: 20px;
    text-align: left;
    height: 100px;
    display: block;
    overflow: hidden;
}
.relative{
    position: relative;
}
.partner-big .relative{
    margin-top: -0.5vw;
}
.partner-big .figure .relative .btn-text,.partner-big .collapse-block .figure .relative .btn-text{
    color:#ffffff;
    font-size: 12px;
    text-align: right;
    margin-right: 20px;
    margin-top: -7px;
}
.partner-big .arrow-white-r{
    right: 0;
    top: -4px;
    transform: scale(0.9);
}
.partner-big .btn-collapse-click{
    color:#000;
    text-align: center;
    font-size: 18px;
    width: 180px;
    margin: 0 auto;
    position: relative;
}
.partner-big .collapse-block .btn-text:hover{
    color:#f26722;
}
.slider-blog--1 .slider-indicator{
    position: relative;
    top:-10px;
}
#slider_blog .blog-text{
    text-align: center;
    top: 30px;
    padding:0!important;
    margin:0 auto;
    text-shadow: 1px 1px 1px #000000;
}
#slider,#slider_auto {
    position:relative;
    overflow: hidden;
    height:auto;
}
#scr_slider {
    margin:0 auto;
    transition: transform 0.3s ease-in-out, margin 0.5s ease-in-out;
    height: auto;  
    background-color: white;
    background-size:cover;
    overflow: hidden;
}
#scr_slider>div {
    height: auto;
    overflow: hidden;
    display: inline-block;
    transition: margin 0.5s ease-in-out;
    float: left;
}
#scr_slider>div>div{
    background-repeat: no-repeat;
    background-position: center center;    
    position: relative;
}
#scr_slider>div>div:hover{
    opacity: 0.8;
}
#scr_slider>div>div>a{
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    color:#ffffff;
}
.text-slider{
    width: 85%;
    margin: 10% auto;
}
.title-slider{
    font-weight: bold;
    font-size: 5vw;
    text-shadow: 1px 1px 1px #000000;
}
#slider #scr_slider>div>div,#slider_auto #scr_slider>div>div{
    background-size: cover; 
}
#scr_slider .text-content{
    position: absolute;
    top: 0;
    left: 0;
    color:#fff;
}     
.slider-indicator{
    margin: 0 auto;
    height: 15px;
}
.frame-indicator, .active-indicator{
    height: 5px;
    width:5px;
    border-radius: 50%;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    margin: 0 auto;
    float: left;
    margin-left: 3px;
    line-height: 10px;
}
.active-indicator{
    background-color: #b0c3d6; 
    border-width: 1px;
}
.btn-left,.btn-right{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    /*top: 0px;*/
    cursor: pointer;
    z-index: 10;
    height: 150px;
    bottom: 0;
}

.btn-left {
    left: -5px;
    background-image: url(/application/img/arrow-slider-left.png?v=2);
    width: 15px;
    background-color: rgba(255,255,255,0.4);
    padding-right: 12px;
}
.btn-right {
    right:-5px;
    background-image: url(/application/img/arrow-slider-right.png?v=2);
    width: 15px;
    background-color: rgba(255,255,255,0.4);
    padding-left: 12px;
}
.btn-left:hover, .btn-right:hover{
    background-color: rgba(255,255,255,0.6);
}
.slider-blog--1,.slider-main--1{
    display: none;
}
.partner-big .center hr{
    margin-top: 1vw;
}
.partner-big .line-top{
    /*    width: 79%;
        max-width: 1600px;*/
    margin: 0 auto;
    position: initial;
    margin-top: 20px;
}
.partner-big .btn-text>.arrow-black-d{
    /*top: 20px!important;*/
}
.partner-big .collapse-block{
    padding-bottom: 40px;
}
.partner-big .wrap{
    /*margin-left: 20px;*/
    overflow: hidden;
    padding: 15px 2px;
}
.partner-big .wrap .center{
    height: auto;
    line-height: 16px;
}
.blog-page .col-2{
    overflow: hidden;
    /* max-height: 400px; */
    height: 345px;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-color: #eeefef;
    height: 345px;
    width: calc(50% - 2px);
}
.blog-page .col-2:first-child{
    border-right: none;
}
.blog-page .col-2 img{
    width: 100%;
    /*height: 345px;*/
    left: 0;
    top:0;
}
.blog-page .row .title25{
    text-transform: none;
    height: auto;
    line-height: 28px;
}
.blog-page .blog-text{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.blog-page .blog-text p{
    font-size: 11px;
}
.main .blog-page .blog-text p{
    font-size: 14px;
}
.main .blog-page .blog-text .flex ~ p{
    margin-top: 2px;
    line-height: 15px;
}
.main .blog-page .blog-text .uppercase{
    font-size: 11px;
}
.blog-page .subtitle-cursive{
    display: block;
    padding-top: 15px;
}
.blog-page .btn-text{
    display: block;
    position: relative;
    padding-right: 5px;
}
.blog-page .collapse-block .btn-click{
    font-size: 18px;    
}
.blog-page .collapse-block>.btn-text:hover .arrow-black-d{
    background-image: url(/application/img/arrow-orange-d.png);
    /*top: -3px!important;*/
    /*background-repeat: no-repeat;*/
}
.collapse-block .arrow-black-d{
    right: 0;
}
.partner-big .collapse-block .arrow-black-d{
    /*left: 0;*/
}
.blog-page .btn-text a{
    color:#000;    
}
.blog-page .btn-text:hover a{
    color:#f26722;
}
.blog-page .block-center{
    margin-bottom: 10px;
}
.blog-page .collapse-block .line-top{
    overflow: hidden;
    padding: 25px 0;
    margin-bottom: 0;
}

.blog-page .block-flex{
    padding-bottom: 80px;
}
.blog-page .collapse-block .line-top{
    margin-top: -10px;
}
.blog-page .col-3:first-child{
    margin-left: 0;
}
.blog-page .col-3{
    width: 410px;
    border-style: solid;
    border-color: #eeefef;
    border-width: 1px;
    margin-top: 15px;
}
/*.blog-page .col-3:first-child{
    margin-left: -5px;
}*/
.blog-page .title20{
    height: auto;
    padding-bottom: 0;
    /*min-height: 45px;*/
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.blog-page .blog-text{
    /*    padding: 10px 15px;
        width: 95%;
        margin: 0;
        height: 150px;*/
    width: 514px;
    /*margin: 40px auto;*/
}
.blog-page .col-3 .blog-text{
    margin: 0 auto;
    width: 380px;
    height: 170px;
    overflow: hidden;
}
.blog-page .line-top .subtitle-cursive{
    font-size: 14px;
}
.blog-page .line-top .subtitle-cursive{
    padding: 7px 0;
    min-height: 60px;
}
.blog-page .collapse-block .btn-click{
    text-align: center;
    cursor: pointer;
}
.blog-page .collapse-block .row:last-child {
    /*padding-bottom: 100px;*/
}
.blog-page .blog-text a{
    color:#000;
    display: block;
}
.blog-page .btn-collapse-click{
    /*position: absolute;*/
    bottom: 0;
    /*left:50%;*/
    width: 170px;
    margin: 0 auto;
}
/*.blog-page .blog-text a:hover{
    color:#f26722;
}*/
/*.blog-page .blog-text a:hover .title20{
    color:#f26722;
}*/
.blog-page .blog-text>a .title20:hover{
    color:#f26722;
}
.main-new-text{
    height: 250px;
    min-height: 130px;    
    display: flex;
    flex-flow: row wrap;
    /* flex-direction: column; */
    align-content: space-around;
}
.blog-page .blog-text>a{
    min-height: 130px;    
    display: flex;
    flex-flow: row wrap;
    /* flex-direction: column; */
    align-content: space-between;
}
.blog-page .col-2 .blog-text>a{
    height: 270px;
}
.blog-page .blog-text>.media-content{
    min-height: 130px;    
    display: flex;
    flex-flow: row wrap;
    padding-top: 20px;
    /* flex-direction: column; */
    align-content: space-between;
}

.blog-text .anotation{
    font-size: 14px;
    width: 100%;
    /*padding: 35px 0;*/
}
.blog-page .blog-text>a>div{
    /*align-self: center;*/
}

.blog-page .img{
    max-height: 235px;
    overflow: hidden;
}
.blog-right .btn-text{
    display: block;
    position: relative;
    cursor: pointer;
    margin: 20px 0;
}
.blog-right a{
    color:#000;
}
.blog-page .row:first-child{
    padding-top: 0;
}
.blog-page .col-3 img{
    /*    width: auto;
        height:16vw;
        max-height:300px;*/
    /*    width: 100%;
        height: 100%;*/
    /*height: 20vw;*/
    width: 100%;
}
.news-page .col-2{
    width: 100%;
}
.news-page .blog-text{
    max-width: none;
    width: 100%;
}
.title25>h1{
    font-size: 25px;
}
.news-page .blog-text .text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.25pt;
}
.blog-text .title25{
    font-weight: 500;
}
.news-page .text>.subtitle-cursive{
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    width: 70%;
    font-weight: bold;
    color:#444;
    padding: 15px;
}
.news-page .img{
    max-height: 260px;
    overflow: hidden;
}
.news-page .content{
    max-height: none;
    height: auto;
    padding-bottom: 50px;
    width: 100%;
    border: none;
}
font {
    color:#f26722;
}
.text h3{
    font-size: 20px;
    letter-spacing: 0.05pt;
    font-weight: normal;
    text-transform: none;
}
.text a{
    text-decoration: underline;
    font-weight: bold;
    display: inline!important;
}
.text li{
    line-height: 30px;
}
.news-page .line-top>.title20{
    color: #f26722;
    padding-bottom: 20px;
}
.news-page .col-3{
    padding: 0;
    margin: 5px;
}
.news-page .line-top{
    margin-bottom: 40px;
}
.news-page .line-top .left{
    margin-left: 0!important;
}
.news-page .text h2{
    border-top-width: 1px;
    border-top-color: #cdcdcd;
    border-top-style: solid;
    padding-top: 20px;
}
.news-page .img-new1{
    background-image: url(/application/img/news-img1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 260px;
}
.news-page .img-new2{
    background-image: url(/application/img/news-img2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 260px;
}
.news-page h1{
    text-transform: uppercase;
}
.blog-page .arrow-black-r,.blog-right .arrow-black-r{
    top:-4px!important;
}
.blog-page .arrow-black-r{
    top:-2px!important;
    bottom: 15px;
    right: -15px; 
}
.main .blog-page .arrow-black-r{
    /*right: 0;*/ 
}
.blog-right a:hover{
    color:#f26722;
}
.license{
    margin-top: 30px;
}
.license .line-top, .partners.partnWithRev .line-top{
    border-top-width: 1px;
}
.license .row{
    overflow: hidden;
    padding: 20px 0 0 0;
}
.title20{
    color:#f26722;
    font-size: 20px;
    letter-spacing: 0.25pt;
}
.what-we-do .title20{
    font-weight: bold;
}
.license .title20{
    height: auto;
}
.license .btn-click, .partners.partnWithRev .btn-click{
    display: block;
    text-align: center;
    color: #bababa;
    position: relative;
}
.display-bootom{
    display: none!important;
}
.license .display-bootom, .partners.partnWithRev .display-bootom{
    display: block!important;
    position: absolute;
    width: 80%;
    bottom: 0;
}
.partners.partnWithRev .display-bootom{
    width: 73%;
}

.a-page .license .display-bootom{
    width: 100%;
}
.a-page{
    position: relative;
}
.license .collapse-block, .partners.partnWithRev .collapse-block{
    overflow: hidden;
    padding-bottom: 50px;
}
.all-news .collapse-block{
    width: 100%;
}
.license .show, .partners.partnWithRev .show{
    display: block;
}
.license .arrow-gray-d,.license .arrow-gray-t, .partners.partnWithRev .arrow-gray-d,.partners.partnWithRev .arrow-gray-t{
    top:-5px;
}
.license .btn-click:hover .arrow-gray-d, .partners.partnWithRev .btn-click:hover .arrow-gray-d{
    background-image: url(/application/img/arrow-orange-d.png);
    background-repeat: no-repeat;
    transform: scale(0.8);
    top:-3px;
}
.license .btn-click:hover .arrow-gray-t, .partners.partnWithRev .btn-click:hover .arrow-gray-t{
    background-image: url(/application/img/arrow-orange-t.png);
    background-repeat: no-repeat;
}
.license .btn-click:hover, .partners.partnWithRev .btn-click:hover{
    cursor: pointer;
    color:#f26722;
}
.license .btn-zoom, .partners.partnWithRev .btn-zoom{
    padding: 25px;
    top: 30%;
    bottom: 30%;
    position: absolute;
    left: 15%;
    right: 15%;
    z-index: 6;
}
.license .zoom, .partners.partnWithRev .zoom{
    position: relative;
    width: 60%;
}

.license .zoom>img, .partners.partnWithRev .zoom>img{
    width: 100%;
}
.license .filter, .partners.partnWithRev .filter{
    background: rgba(220,220,220,0.3);
}
.license .zoom:hover .filter, .partners.partnWithRev .zoom:hover .filter{
    background: none;
    cursor: pointer;
}
.license .zoom:hover .btn-zoom,  .partners.partnWithRev .zoom:hover .btn-zoom{
    background-image: url(/application/img/icon-zoom-hover.png);
}
.license img{
    width: 90%;
    max-width: 160px;
}
#js_popup{
    position: absolute;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 8;
    display: none;
}
.modal-img{
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 10;
    height: 100%;
    width: 500px;
    margin: 0 auto;
}
blockquote {
    background: #f7f7f7;
    border-left-width: 5px;
    border-left-color: #dadada;
    border-left-style: solid;
    color:#999;
    font-size: 20px;
    font-style: italic;
    margin: 1.5em 0 0.5em 20%;
    padding: 1.5em 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: right;
}
blockquote:before {
    color: #bbb;
    content: "\201C"; /* Непечатаемый символ слева */
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
blockquote:after {
    color: #bbb;
    content: "\201D"; /* Непечатаемый символ справа */
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}
blockquote > p:first-child {
    display: inline;
}
.quote-author{
    text-align: right;
    font-style: italic;
    display: block;
}
#modal-window {
    display: inline-block;
    width: auto;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    /* margin-top: 130px; */
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#modal {
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    text-align: center;
}
#modal:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
#modal-message{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}
#modal-message>img{
    width: 550px;
}
#cover-div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.title-24{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.25pt;
}
.wiki-select{
    min-height: 500px;
    padding-bottom: 90px;
}
.wiki-select p{
    font-size: 16px;
    letter-spacing: 0.25pt;
    line-height: 26px;
}
.wiki-select li{
    font-size: 16px;
    letter-spacing: 0.25pt;
    line-height: 26px;
    font-weight: 300;
    padding-left: 10px;
}
.wiki-select .btn-text{
    display: block;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    width: 220px;
    float: left;
}
.wiki-select .btn-text a{
    color:#000;
}
.wiki-select .arrow-black-l{
    left: -5px;
    top:-1px;
}
.wiki-select .btn-text:hover .arrow-black-l{
    background-image: url(/application/img/arrow-orange-l.png);
}
.wiki-select .btn-text:hover a{
    color:#f26722;
}
.wiki-next-word{
    float: right;
    padding-top: 10px;
    overflow: hidden;
    width: 70%;
    word-wrap: break-word;
    max-height: 25px;
    text-align: right;
}
.wiki-next-word a{
    color: #f26722;
    font-size: 19px;
    letter-spacing: 0.25pt;
}
.wiki-next-word a:hover{
    text-decoration: underline;
}
.wiki-link-word{
    padding-left: 10px;
}
.advantages .image-ru,.advantages .image-en{
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 500px;
    margin: 0 auto;
    height: 125px;
}
.advantages .image-ru{
    background-image: url(/application/img/29rus.png);
}
.advantages .image-en{
    background-image: url(/application/img/29eng.png);
}
.advantages .img1,.advantages .img2,.advantages .img3,.advantages .img4,.advantages .img5,.advantages .img6{
    background-repeat: no-repeat;
    background-position: left;
    height: 90px;
    width: 85%;
    background-position-x: center;
}
.advantages .img1{
    background-image: url(/application/img/advantage-icon1.png);
}
.advantages .img2{
    background-image: url(/application/img/advantage-icon2.png);
}
.advantages .img3{
    background-image: url(/application/img/advantage-icon3.png);
}
.advantages .img4{
    background-image: url(/application/img/advantage-icon4.png);
}
.advantages .img5{
    background-image: url(/application/img/advantage-icon5.png);
}
.advantages .img6{
    background-image: url(/application/img/advantage-icon6.png);
}
.advantages .title-18{
    font-size: 20px;
}
.advantages .row{
    overflow: hidden;
}
.orange{
    color: #f26722;
    width: 100%;
}
.advantages .orange{
    color: #000;
}
.advantages .col-3-4 p{
    font-size: 16px;
    line-height: 20px;
}
.link{
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color:#000;
    text-decoration: underline;
}
.link:hover{
    cursor: pointer;
    color:#f26722;
}
.link:hover .arrow-black-r{
    background-image: url(/application/img/arrow-orange-r.png);
}
.wiki-select .line-top{
    margin-top: 35px;
}
.login{
    width: 570px;
    height: 700px;
    margin: 0 auto;
}
.idea-form{
    width: 570px;
    height: 950px;
}
.idea-form .form-group{
    height: auto;
    overflow: hidden;
}
.login p{
    font-weight: bold;
    line-height: 42px;
}
.login .title25{
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.login .line-right:before{
    background: #000!important;
    margin-left: 1%!important;
}
.login .line-right:after{
    height: 1px;
    width: 100%!important;
    margin-right: -100%!important;
    background: #000!important;
    font-size: 50px!important;
}
.login .empty {
    height: 60px;
}
.login .col-center{
    width: 70%;
}
.checkbox{
    width: 15px;
    height: 15px;
    float: left;
}
.login input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.5s ease;}
.login input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.5s ease;}
.login input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.5s ease;}
.login input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.5s ease;}
.login input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.5s ease;}
.login input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.5s ease;}
.login input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.5s ease;}
.login input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.5s ease;}

.black{
    color:#000!important;
}
.login label{
    line-height: 18px;
    text-align: left;
    padding: 5px 0;
}
.login .link{
    color:#f26722;
    font-weight: 300;
}
.login .link:hover{
    color:#000;
}
.form-group-checkbox{
    text-align: left;
    position: relative;
}
.form-group-checkbox a{
    position: absolute;
    right: 20px;        
}
.login .btn-blue{
    display: block;
    line-height: 50px;
    margin-top: 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    background-color: #f26722;
}
.login .btn-blue:hover{
    background-color:#f78f5b;
}
.login .link-a{
    line-height: 80px;
    font-weight: bold;
}
.login .btn-text{
    text-decoration: underline;
}
.login .form-control {
    padding: 5px 0 5px 5px;
    width: calc(100% - 5px);
}
.login .form-group {
    padding: 10px 0;
    position: relative;
}
.login .form-group-checkbox>span{
    font-size: 17px;
}
.login .input-capcha{
    width: 42%;
    float: right;
    margin-top: 5px;
}
.contacts .img-capcha img{
    width: 110px;
    margin-left: 15px;
}
.login .img-capcha{
    width: 45%;
    float: left;
    cursor: pointer;
    height: 85px;
}
.login .input-capcha>img{
    width: 80%;
    margin: 0 auto;
}
.required-info{
    font-size: 12px;
    font-style: italic;
    text-align: left;
}
.required-info>span{
    color:#f26722;
    font-size: 16px;
}
.required{
    position: absolute;
    font-size: 16px;
    line-height: 46px;   
    top: 10px;
    color: #f26722;
    display: none;
    right:0;
}
.required-label{
    color:#f26722;
    font-size: 16px;
    font-weight: 300;
}
.input-line{
    position: absolute;
}
.registration{
    width: 570px;
    min-height: 900px;
    height: auto;
}
.registration .form-group select{
    width: 100%;
    min-height: 40px;
    padding: 5px 0 5px 10px;
}
.form-group input:invalid + .required {
    display: block;
}
.form-group input:invalid + .frame {
    display: block;
}
.line-horizontal-right:after{   
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 100%!important;
    margin-right: -100%!important;
    background: #dcdcdc!important;
    font-size: 50px!important;
}
.line-horizontal-left:after{   
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 100%!important;
    margin-left: -100%!important;
    background: #dcdcdc!important;
    font-size: 50px!important;
}
.title-separator{
    line-height: 70px;
    font-weight: bold;
    overflow: hidden;
}
#js_btn_account,#js_btn_account_temp{
    float: right;
    margin-top: 15px;
}
.portfolio h2{
    color:#000;
}
.portfolio .col-3-4{
    border-left-width: 2px;
    border-left-color: #dadada;
    border-left-style: solid;
    padding: 0 20px;
}
.portfolio .col-4{
    width: calc(25% - 50px);
}
.what-we-do .license .col-5 img{
    width: 40%;
}
.solutions img{
    max-width: 100%;
    width: 100%;
}
.solutions .col-5{
    text-align: center;
}
.solutions .col-5>img{
    min-width: 90px;
    max-width: 90px;
}
.uppercase{
    text-transform: uppercase;
}
/*.whatwe>img{
    width: 100%;
}*/

.float-left{
    float: left;
    overflow: hidden;
}
.btn-anketa{
    position: absolute;
    right: 0;
    top: 0;
}
.vacancy-anketa #rezult_attachments{
    width: 100%;
    margin-top: 25px;
}
.shop-wrap{
    width: 70%;
    margin: 0 auto;
    height: 550px;
}
.shop-title{
    font-size: 30px;
    font-style: italic;
    color: #004aa2;
}
.shop-b{
    font-weight: bold;
    font-size: 20px;
}
.shop-wrap .btn-blue{
    font-size: 16px;
    text-decoration: none;
    padding: 10px 40px;
}
.shop-wrap .btn-blue>span{
    top:10px;
}
.shop-wrap .btn-orange{
    text-transform: none;
}
.shop-wrap .btn-orange-wrap{
    margin-top: 50px;
    height: 30px;
}
.shop-wrap .btn-blue-wrap{
    position: relative; 
    top:100px;
    text-align: center;
}
.shop>a>div{
    padding-top: 25px;
    font-size: 15px;
}
.shop>a>div>div{
    line-height: 20px;
}
.vertical-line{
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 4;
}
.vertical-line:before{
    content: '';
    display: block;
    width: 1px;
    background: #ffffff;
    height: 300px;
}
.horizontal-line{
    position: absolute;
    top: 109px;
    left: 30px;
    z-index: 4;
    /*transform: skewY(5deg);*/
}
.horizontal-line:before{
    content: '';
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 50px;
    background: #ffffff;
}

.horizontal-line:after{
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
}
#er_title{
    width: 90%;
    height: 15px;
}

.error-validate{
    color:#ff0000;
    font-size: 12px;
}
.seach-result{
    z-index: 8;
    position: absolute;
    width: calc(100% + 2px);
    background: #fff;
    top: 62px;
    left: 1px;
} 
.fast-seach-row{
    width: 100%;
    overflow-y: hidden;
}
.result-seach{
    min-height: 650px;
    padding-bottom: 70px;
}
.search-row h2:hover,.search-row a:hover{
    text-decoration: underline;
}
.line-black-center-new{
    font-size: 25px;
}
.left-line>.line-black-left{
    font-size: 35px;
}
.line-black-center-new{
    margin-left: 10px;
}
.line-black-center-new:before{
    width: calc(50% - 65px);
    position: relative;
    top:0px;
}
.line-black-center-new:after{
    content:'';
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.line-black-center-new:after{
    background: #000; 
}
.line-black-center-new:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.line-black-center-new:before{
    height: 1px;
    background: #000;
}
#js_give_idea{
    cursor: pointer;
}
.img-iqma>img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
.catalog .active{    
    color:#f26722;
}
.catalog .img{
    max-height: none;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    height: 18vw;
    overflow: hidden;
    text-align: center;
}
.product .col-2>.img{
    height: 28vw;
}
.catalog .title-product{
    color: #000000;
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 0.25pt;
    text-transform: none;
    margin:10px 0;
}
.catalog .w33{
    max-height: 700px;
    margin: 5px;
    padding: 10px;
    width: calc(33% - 30px);
}
.catalog .w33  p{
    height: 60px;
    overflow: hidden;
}
.catalog .w33>.row{
    height: 14vw;
    max-height: 180px;
}
.catalog .img>a{
    display: block;
    height: 100%;
    text-align: center;
}
.catalog .img:hover{ 
    border-color: #004aa2;
    cursor: pointer;
}
.catalog .img img{
    width: auto;
    height: 100%;
}
.catalog .btn-text{
    display: block;
}
.catalog .row{
    overflow: hidden;
    margin-bottom: 20px;
}
.price-row{
    position: absolute;
    bottom: 0;
    height: 42px;
    width: 100%;
}
.price-old{
    font-size: 14px;
    font-style: italic;
    margin-top: -20px;
    color:#cccccc;
    text-decoration:line-through;
}
.price-default{
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
}
.catalog h2{
    margin: 0 10px;
    color:#f26722;
    text-transform: uppercase;
}
.catalog .title25{
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}

.label-block{
    position: absolute;
    left:-10px;
    top:20px;
    width: 100px;  
}
.label-new,.label-discount{
    height: 40px;     
    position: relative;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);  
}
.label-new{
    background-color: #a0bad4;
}
.label-discount{
    background-color: #004aa2;
}
.label-new>span, .label-discount>span {
    display: block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);  
    line-height: 40px;
    margin-left: 25px;
    color:#ffffff;
    font-size: 13px;
    font-weight: 300;
}
.right-catalog ul{
    list-style: none;
    margin-left: -40px;   
}
.right-catalog ul a{
    color: #818181;
    font-weight: bold; 
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.right-catalog ul a:hover{
    color:#f26722;
}
.right-catalog ul>li{
    line-height: 28px;
}
.right-catalog ul>li>ul{
    margin-left: -25px;
}
.catalog .collapse-block{
    margin-top: 10px;
}
.catalog .non-collapse .line-top{
    border: none;
}
.product .product-info{
    padding: 15px;
    height: auto;
    overflow: hidden;
}
.product .product-info p{
    font-style: italic;
}
.product table{
    width: 100%;
}
.product table td{
    padding: 0 15px;
    font-weight: 300;
    font-size: 14px;
}
.category-attribute{
    background: #f0f2f4;
    color: #f26722;
    line-height: 35px;
    font-weight: bold;
}
.row-attrubute{
    line-height: 40px;
}
.row-attrubute>td{
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #f0f2f4; 
}
.slider-preview{
    padding: 6px;
}
.slider-preview>a{    
    width: 100%;
    height: 100%!important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-preview:hover{
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #f26722;
}
.product .img:hover{
    cursor: auto;
    border-color:#cccccc;
}
.product #slider,.product #slider_auto{
    margin: 30px 0;
}
.product #scr_slider{
    margin: 0;
    padding: 2px 0;
}
.product-info .price-row{
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.catalog .title25{
    height: 60px;
    line-height: 60px;
    padding-bottom: 30px;
}
.similar-products{
    margin-top: 30px;
}
.similar-products>h2{
    font-size: 20px;
    text-transform: none;
}
.product-about{
    margin: 20px 0;
}
.product-about p{
    font-size: 16px;
}
.catalog .btn-red{
    line-height: 36px;
    padding: 0;
}
.disrtibuter a{
    color:#ababab;
}
.news-page a:hover{
    color:#f26722!important;
}
.disrtibuter a:hover{
    color:#fff;
}

/* parallax-scrolling------------------------*/

.wrapper-parallax {
    overflow: hidden;
    /*height: 100vh;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*perspective: 2px;*/
}
.section{
    height: 550px;
}
.section,.section2 {
    position: relative;    
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*color: white;*/
}
.section2{
    flex-direction: column;
    height: 200px;
}
.parallax::after,.parallax2::after {
    content: " ";
    position: absolute;
    /*top: 0;*/
    right: -3px;
    bottom: 12px;
    left: 0;

    /* Move the pseudo-element back away from the camera,
     * then scale it back up to fill the viewport.
     * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    /*transform: translateZ(-1px) scale(1.5);*/
    /* Force the background image to fill the whole element. */
    /*background-size: contain;*/
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
}
.static {
    /*background-color: #fff;*/
    /*width: 80%;*/
    margin-top: -550px;
}
.static2 {
    background-color: #fff;
    height: 350px;
    opacity: 0.9;
}
.bg1-ru::after,.bg1-en::after {
    background-image: url('/application/img/map-new-top.png');
    background-repeat: no-repeat;
    background-position-x: right;

}
.bg1-ru,.bg1-en{
    display: none;
}
.bg2-ru,.bg2-en{
    /*margin-bottom: -110px;*/
    height: 560px;
}

.bg2-ru::after,.bg2-en::after {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    height: 620px;
}
.bg2-ru::after{
    background-image: url('/application/img/map-new.png');
}
.bg2-en::after {
    background-image: url('/application/img/map-new-en.jpg');
}
/* ----------------------------- paralax-scrolling */

.main .blog-page .col-3 a{
    /*    display: block;
        overflow: hidden;
        max-height: 25vh;
        line-height: 18px;*/
}
.btn-transform{
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 50%; 
    /* transform: translateZ(-1px) scale(1.5); */
    z-index: 5;
    font-size: 14px;
}
.main-bottom-container .link{
    text-decoration: none; 
    /*margin-left: 20px;*/
}
.login-content{
    height: 400px;
}
.flex{
    display: flex;
    position: relative;
}
.main .blog-text .flex{
    align-items: flex-end;
    min-height: 45px;
    top:-10px;
}
.main .blog-text .flex .title20{
    /*width: calc(100% - 100px);*/
    width: 100%;
}
.main .blog-text .flex .btn-text{
    width: 100px;
}
.main .arrow-black-r{
    padding: 7px;
    top: 3px!important;
}
/*.about .crutch{
    margin-left: 4px!important;
}*/
.crutch{
    text-transform: uppercase;
}

.crutch h1 {
    display: inline;
    font-size: 22px;
}

.wrap-img-a{
    display: block;
    height: 75%;
    overflow: hidden;

}
.blog-page .wrap-img-a{
    height: 220px;
}
.media .wrap-img-a{
    height: 390px;
}
.media .col-3 .blog-text{
    height: 160px;
}
.blog-page .blog-text .btn-grey{
    color:#fff;
    font-size: 16px;
    padding: 3px 15px;
    font-weight: 500;
}
.blog-page .blog-text .btn-grey:hover{
    color:#fff;
}
.padding-40{
    padding: 40px;
}
.contacts .form-group{
    padding: 20px 20px 0 0;
}
.contacts .form-group .form-control{
    border-width: 1px;
    border-color: #bebebe;
    border-style: solid;
    min-height: 30px;
    border-left-width: 1px;
    border-left-color: #bebebe;
    border-left-style: solid;

}
.contacts select{
    min-height: 45px;
    width: calc(100% - 20px)!important;
}
.contacts select option{
    width: calc(100% - 20px)!important;
}
.contacts .img-capcha,.contacts .input-capcha{
    width: 50%;
    float: left;
    white-space: nowrap;
}
.single-whatwedo .contacts .img-capcha,.contacts .input-capcha{
    width: auto;
}
.contacts .input-capcha{
    width: calc(50% - 30px);
}
.login .contacts .input-capcha{
    width: calc(100% - 8px);
}

.contacts .btn-grey{
    font-size: 18px;   
    padding: 10px 20px;
    margin: 10px 18px;
    float: right;
    margin: 1px 13px;
}
.contacts .btn-block{
    width: 140px;
    float: right;
}
.result-massage{
    min-height: 80px;
    margin-top: 100px;
    font-style: italic;

    display: flex;
    flex-flow: column wrap;
    width: 100%; 
    height: auto;
    align-items: center;
    justify-content: space-between;
}
.phone-email{
    border-left: 1px solid#cecece;
    border-right: 1px solid#cecece;
    margin: 30px 0;
}
.phone-email .padding-40:first-child{
    padding: 0 40px;
}
.title-services{
    color: #f26722;
}
.sp-wrap .title-black{
    color:#000;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
}
.sp-wrap .col-3 .title-black{
    margin-left: 20px;
}
.sp-wrap .col-2{
    border-left: none;
    margin-bottom: 0;
}
.sp-wrap .col-3{
    width: 42%;
    border-left: none;
}
.sp-wrap .col-2-3{
    width: 58%;
    /*width: calc(66% - 30px);*/
    /*padding-left: 30px;*/

}
.sp-wrap .col-3 .col-3{
    width: 25%;
}
.sp-wrap .col-3 .col-2-3{
    width: 75%;
}
.sp-wrap .col-3 .img{
    margin-top:40px;
    max-height: 140px;
    width: 100%;
    overflow: hidden;
}
.sp-wrap form>.row{
    height: auto;
    overflow: hidden;
}
.sp-wrap .contact-form{
    margin: 60px 0;
    min-height: 200px;
    height: auto;
    overflow: hidden;
}
.sp-wrap .form-group{
    padding: 10px 20px 0 0;
}

.sp-wrap .form-group textarea{
    width: calc(100% - 38px);
}
.sp-wrap .form-group .input-capcha{
    /*width: calc(50% - 58px);*/
    /*width: 150px;*/
    width: 95%;

}
.sp-wrap .person-info{
    margin-top: 5px;
    line-height: 20px;
    padding-left: 20px;
}
.sp-wrap .result-massage{
    min-height: 200px;
    justify-content: center;
    margin-top: 0;
}
.sp-wrap .form-group label{
    text-align: right;
    line-height: 22px;
    font-size: 14px;
}
.sp-wrap-content{
    padding-right: 15px;
    border-right: 1px solid#b8b8b8;
}
.sp-wrap .img-capcha{
    text-align: right;
    margin-right: 20px;
}
.sp-wrap .contacts .btn-grey{
    margin: 0px 28px;
}
.sp-wrap .link{
    width: 220px;
    font-size: 14px;
}
#js_captcha .fa-refresh{
    float: left;
    width: 10px;
    margin: 15px 5px;
    display: block; 
}
.fa-refresh{
    cursor:pointer;
    color: #999;
}
.captcha-block{
    padding-top: 10px;
}
.single-whatwedo .block-flex .col-3 div,.single-whatwedo .block-flex .col-2 div{
    padding-right: 10px;
}
.call-me{
    width: 450px;
}
.call-me .contacts.block-flex>.contact-form{
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-height: 200px;
}
.call-me .contacts .title-18{
    line-height: 48px;
    height: 30px;
    margin-top: 20px;
    font-size: 21px;
    color: #E95C0C;
    font-weight: 500;
}
.call-me .contacts .btn-grey{
    margin: 20px 10px;
    float: left;
}
.call-me .result-massage{
    margin-top: 0px;
    padding: 30px 0;
}
.phone-en{
    white-space: nowrap;
}
.phone-en>span{
    padding-left: 0;
    margin-right: 0!important;
    letter-spacing: 0;
}
.menu-en{
    width: 650px;
}
.menu-right-en{
    width: 320px;
}
.menu-right-en .phones{
    width: 170px;
}
.menu-right-ru .phones{
    width: 170px;
}
.menu-right-ru .phone{
    line-height: 16px;
    margin-top: 35px;
}
.phone-ru > span {
    padding-left: 0;
    margin-right: 0 !important;
    letter-spacing: 0;
}
.empty-15{
    width: 15px;
    height: 10px;
    float: left;
    display: block;
}
.single-whatwedo .contacts .capcha-code{
    width: calc(35% - 70px);
    float: left;
}
.contacts .capcha-code{
    width: 50%;
    float: left;
}
.contacts .input-capcha{
    width: calc(100% - 25px);
}
.logo-newland>svg{
    height: 40px;
}
input:focus, textarea:focus, select:focus{
    outline-color:#f26722;
}

option:hover{
    /*box-shadow: inset 0 0 10px 100px #ff0000!important;*/
    box-shadow:inset 0 0 10px 10px #f26722!important;
    color:#fff;
}
option:checked  {
    color:#fff;
    background-color: #f26722;
} 

/*select option:checked:after {
    content: attr(title);
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}*/

/*option::selection {background: #ccc;}
option::-moz-selection {background: #ccc;}
option::-webkit-selection {background: #ccc; color:#fff;}*/

/*select:focus option:hover{
    background: #ccc!important;
}*/

.whatwedo-title{
    display: inline-block;
}
select.form-control.become_client_product{
    width: 100% !important;
    height: 45px;
}
select.form-control.become_client_product:required:invalid {
  color: gray;
}
select.form-control.become_client_product option {
  color: black;
}
select.form-control.become_client_product:disabled {
    background-color: white;
    color: gray !important;
}
.become_client-disabled {
    background: #f78f5b;
    color: white !important;
    font-weight: bold;
}
.flex-3{
    flex:3;
}
.flex-2{
    flex:2;
}
.flex-1{
    flex:1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news .line-black-left{
        position: relative;
        top: -4px;
        right: 10px;
        vertical-align: middle;
    }
    .horizontal-line{
        top:112px;
    }
}
/*Cookie note styles - start*/
#cookie_note {
    display: none;
    z-index: 5000;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background-color: white;
    box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
}

.cookie_msg {
    display: flex;
    flex-flow: row wrap;
    max-width: 1268px;
    /*width: 1268px;*/
    margin: auto;
}

.cookie_msg .flex-1 {
    display: flex;
    margin: auto;
    margin-left: 20px;
}

.cookie_msg .flex-2:first-child {
    margin-right: 20px;
}

#cookie_note p {
    margin: 0;
    font-size: 12px;
    font-family: OpenSans, Arial, Helvetica;
    letter-spacing: 0.25pt;
    text-align: justify;
    color: black;
}

#cookie_note a {
    color: black;
    text-decoration: underline;
}

#cookie_note a:hover {
    color: #f26722;
}

.cookie_accept,
.cookie_disagree,
.cookie_save {
    width: 100%;
    height: 38px;
    margin: auto;
    margin-right: 0;
    display: block;
    /* color: #ffffff;
    background: #f26722;*/
    border: 1px solid #f26722;
    text-transform: lowercase;
    font-size: 18px;
    color: #f26722;
    background: #ffffff;
}

.cookie_save {
    width: auto;
    padding: 1px 8px;
}

.cookie_accept:hover,
.cookie_disagree:hover,
.cookie_save:hover {
    background: #f26722;
    color: #ffffff !important;
    cursor: pointer;
    border: 1px solid #f26722;
}

#cookie_note.show {
    display: block;
    /* text-align: left;*/
}

.policy-link {
    margin-top: 10px;
    margin-right: 15px;
    display: inline-block;
}

.policy-link a {
    font-size: 13px;
    color: #ababab;
    text-decoration: underline;
    display: inline-block;
}

.policy-link a:first-letter {
    text-transform: uppercase;
}

.policy-link a:hover {
    color: #f26722;
}

#cookie-popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    display: none;
}

.cookie-modal-block {
    background-color: white;
    padding: 20px;
    padding-top: 5px;
    border: 1px solid #dcdcde;
    position: absolute;
    left: calc(50% - 300px);
    top: 100px;
    z-index: 10400;
    max-width: 500px;
    width: 500px;
}

.cookie-modal-block p {
    text-align: justify;
}


.cookie-modal-block h3 {
    display: flex;
    font-size: 16px;
}

.close-cookie-settings {
    cursor: pointer;
    font: caption;
    font-weight: bold;
}

.cookie-name {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}


.checkbox-policy {
    display: flex;
}

.checkbox-policy p {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.checkbox-policy a {
    color: black;
    text-decoration: underline;
}

.checkbox-policy a:hover {
    color: #f26722;
}

.checkbox-policy input[type='checkbox'] {
    margin-left: 0;
}

@media screen and (max-width: 1295px) {
    .cookie_msg .flex-3 {
        padding-left: 10px;
    }
}

.footer-policy-link {
    float: left;
}

/*Cookie note styles - end*/
strong{
    font-weight: bold;
}
.news-page ul {
    font-weight: 300;
}