body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}

body::-webkit-scrollbar {
    width: 0px;
    background-color: rgba(0, 0, 0, 0);

}

::-webkit-scrollbar {
    display: none;
}



#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.wrapper {
    height: 100%;
    width: 100%;
}

.wrapper-index {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}

.header-wrapper {
    width: 100%;
    position: fixed;
    z-index: 2000;

}

.header-style-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.06));
    border-bottom: 0;
}

.header-style-1 .menu li a {
    color: #ffffff;
}

.header-style-2 {
    border-bottom: 0;
}

.header-style-2 .menu li a {
    color: #fff;
}

.header-style-3 {
    border-bottom: 0;
}

.header-style-3 .menu li a {
    color: #fff;
}

@media only screen and (min-width: 1170px) {
    .header-style-1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }

    .header-style-2 {
        border-bottom: 1px solid #73737352;
    }

    .header-style-2 .menu li a {
        color: #000;
    }

    .header-style-3 .menu li a {
        color: #000;
    }
}


.stickytop {
    background: rgba(0, 0, 0, 1);

}

.stickytop .menu li a {
    color: #fff;
}

.header {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin: 0 auto
}

.logo-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    height: 100%;
}

.logo-img-link {
    text-decoration: none;
    text-align: center;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.logo-img-link img {
    height: 45%;
    right: 5%;
}

@media only screen and (min-width: 1170px) {
    .logo-img-link img {
        height: 65%;
    }

}

.header-nav {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}


.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}


.menu li a {

    text-decoration: none;
    transition: all 0.45s;
    padding: 0 20px 0 0;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.menu li:hover a {
    color: #e51e31;
}


.sign-in {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 5%;
}


.header-style-2 .langdefault {
    cursor: pointer;
    font-size: 14px;
    color: #000;
    text-align: center;
    text-transform: uppercase
}
.header-style-1 .langdefault {
    cursor: pointer;
font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}
.header-style-3 .langdefault {
    cursor: pointer;
font-size: 14px;
    color: #000;
    text-align: center;
     text-transform: uppercase
}

.langchoose {
    list-style: none;
    margin: 10px 0 0 0;
    display: none;
    font-size: 14px;
    text-transform: uppercase
}

.langchoose li {
    padding: 10px;
    
}
.langchoose li:hover {
    
}

.langchoose a {
    width: 100%;
    height: 100%;
    color: #e51e31;
}

.langchoose a:hover {
    width: 100%;
    color: #fff;
}

.disp {
    display: block;
}

.lang-position {
    height: 80px;
   
    margin: 60px 35px 0 -115px;
    width: 80px;
    text-align: center;
}



@media only screen and (min-width: 800px) {
.lang-position {
   
   
    margin: 60px 35px 0 -155px;
}


}
   
@media only screen and (min-width: 1170px) {
    .sign-in {
        margin: 0;
    }
    
    .lang-position {
     margin: 60px 0 0 0;
    }
}


.menu-toggle-test {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 0 0 0 20px;
    color: aliceblue
}

.menu-toggle {
    display: none;

}

.home-content {
    width: 100%;
    position: fixed
}



a {
    text-decoration: none;
}


/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
    position: relative;
    height: 99vh;
    overflow: hidden;
}

.cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-hero-slider li.selected {
    /* this is the visible slide */
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-hero-slider li.move-left {
    /* slide hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
    /* the is-moving class is assigned to the slide which is moving outside the viewport */
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /* this padding is used to align the text */
    padding-top: 30vh;
    text-align: center;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-hero-slider h2,
.cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    font-family: 'Roboto', 'Ubuntu', sans-serif;
    margin: 0 auto;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
}

.cd-hero-slider h2 {
    font-size: 1.3rem;
}

.cd-hero-slider p {
    font-size: 1rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-hero-slider li:nth-of-type(2) {
        background-image: none;
    }

    .cd-hero-slider li:nth-of-type(3) {
        background-image: none;
    }

    .cd-hero-slider li:nth-of-type(4) {
        background-image: none;
    }

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 30vh;
    }

    .cd-hero-slider .cd-img-container {
        display: block;
    }

    .cd-hero-slider h2,
    .cd-hero-slider p {
        max-width: 520px;
    }

    .cd-hero-slider h2 {
        font-size: 2.2em;
        font-weight: 300;
    }

    .cd-hero-slider .cd-btn {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1170px) {

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 30vh;
    }

    .cd-hero-slider h2,
    .cd-hero-slider p {
        margin-bottom: 20px;
        max-width: 860px;
    }

    .cd-hero-slider h2 {
        font-size: 2.2rem;
        line-height: 60px
    }

    .cd-hero-slider p {
        font-size: 1.6rem;
    }
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
    .cd-hero-slider .cd-half-width {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }

    .cd-hero-slider .move-left .cd-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    .cd-hero-slider .selected .cd-half-width {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-hero-slider .is-moving .cd-half-width {
        /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }

    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-hero-slider li.is-moving .cd-full-width h2,
    .cd-hero-slider li.is-moving .cd-full-width p,
    .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
        /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected h2 {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected p {
        -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
        -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
        transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }

    .cd-hero-slider li.selected .cd-btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
}

/* -------------------------------- 

Slider navigation

-------------------------------- */


.cd-slider-nav .test,
.cd-slider-nav ul,
.cd-slider-nav li,
.cd-slider-nav a {
    height: 100%;
}

.cd-slider-nav li.selected a {
    text-decoration: none;
    border: none;
}


.cd-slider-nav {
    position: absolute;
    width: 100%;
    bottom: 15vh;
    z-index: 2;
    text-align: center;
    height: 40px;
}

.cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: url(../img/Wheel.png) no-repeat center;
    background-size: 40px 40px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.slider-nav-wrapper {
    display: inline-block;
    position: relative;
}

.cd-slider-nav li {
    display: inline-block;
    width: 60px;
    float: left;
    background: url(../img/dotednav.png) no-repeat center;
    background-size: 60px 25px;
}

.cd-slider-nav .cd-marker.item-2 {
    -webkit-transform: translateX(100%) rotate(360deg);
    -moz-transform: translateX(100%) rotate(360deg);
    -ms-transform: translateX(100%) rotate(360deg);
    -o-transform: translateX(100%) rotate(360deg);
    transform: translateX(100%) rotate(360deg);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.cd-slider-nav .cd-marker.item-3 {
    -webkit-transform: translateX(200%) rotate(720deg);
    -moz-transform: translateX(200%) rotate(720deg);
    -ms-transform: translateX(200%) rotate(720deg);
    -o-transform: translateX(200%) rotate(720deg);
    transform: translateX(200%) rotate(720deg);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.cd-slider-nav .cd-marker.item-4 {
    -webkit-transform: translateX(300%) rotate(1080deg);
    -moz-transform: translateX(300%) rotate(1080deg);
    -ms-transform: translateX(300%) rotate(1080deg);
    -o-transform: translateX(300%) rotate(1080deg);
    transform: translateX(300%) rotate(1080deg);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.cd-slider-nav .cd-marker.item-5 {
    -webkit-transform: translateX(400%) rotate(1440deg);
    -moz-transform: translateX(400%) rotate(1440deg);
    -ms-transform: translateX(400%) rotate(1440deg);
    -o-transform: translateX(400%) rotate(1440deg);
    transform: translateX(400%) rotate(1440deg);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.cd-slider-nav ul::after {
    clear: both;
    content: "";
    display: table;
}



@media only screen and (min-width: 420px) {

    .cd-slider-nav .cd-marker {
        width: 84px;
    }

    .cd-slider-nav li {
        width: 84px;
        background-size: 84px 35px;
    }

}

@media only screen and (min-width: 1024px) {



    .cd-slider-nav {
        height: 75px;
        bottom: 60px;
    }

    .cd-slider-nav .cd-marker {
        width: 180px;
        background-size: 50px;
    }

    .cd-slider-nav li {
        width: 180px;
        background-size: 180px 75px;
    }

    .cd-slider-nav a {
        display: block;
        width: 20%;
        margin-left: 39%;
        height: 20px;
        text-align: center
    }


}

/* -------------------------------- 

end media

-------------------------------- */

.no-touch .cd-slider-nav li.selected a:hover {
    background-color: transparent;
}

.cd-slider-nav a {
    display: block;
    width: 20%;
    margin-left: 39%;
    height: 75px;
    text-align: center
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
    display: none;
}

.no-js .cd-hero-slider li.selected {
    display: block;
}

.no-js .cd-slider-nav {
    display: none;
}

/* -------------------------------- 

/*** Page o-kompanii  ****/

/*-------------------------------- */

.komp-top-content {
    height: 350px;
    width: 100%;
    background: url(../bg/komp-md-small.png) no-repeat left;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.komp-top-head-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;

}

.komp-scrol-down {
    display: none;
}

.ksd-right {
    padding: 0px 0px 0 200px;
    margin-right: -115px;
}

.ksd-left {
    position: absolute;
    margin-left: -25px;
}




@media only screen and (min-width: 1170px) {
    .komp-scrol-down {
        color: rgba(240, 248, 255, 0.85);
        font-size: 0.7rem;
        text-transform: uppercase;
        width: 175px;
        background: url(../bg/arrow-2.png) no-repeat right;
        background-size: 85px 15px;
        display: flex;
        align-items: center;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);

    }

    .komp-top-content {
        height: 650px;
        width: 100%;
        background: url(../bg/BG%20Photo.jpg) no-repeat center;
        background-size: cover;
        display: flex;
        flex-direction: column;
    }
}

.komp-layout-h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (min-width: 1170px) {
    .komp-layout-h1 {
        flex-direction: row;
    }
}

.komp-border-top-bottom {
    border-bottom: 0;
    display: flex;
    width: 100%
}

.komp-top-h1 {
    opacity: 0.4;
    color: #ffffff;
    letter-spacing: 1.02px;
    font-family: 'Roboto-Black', 'Ubuntu', sans-serif;
    display: flex;
    text-transform: uppercase;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 400;
    line-height: 45.74px;
    padding: 30px 0 0 0;

}

@media only screen and (min-width: 330px) {
    .komp-top-h1 {
        padding: 30px 20px 0 0;

    }
}

@media only screen and (min-width: 1100px) {
    .komp-border-top-bottom {
        border-bottom: 10px solid #f30404;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 545px;
        flex: 0 0 545px;
        max-width: 545px;
    }

    .komp-top-h1 {
        width: 100%;
        padding-right: 120px;
        padding-top: 40px;
        opacity: 0.3;
        font-size: 2.3rem;
        font-family: 'Roboto-Black', 'Ubuntu', sans-serif;
        display: flex;
        text-transform: uppercase;
        justify-content: flex-end;
    }
}


@media only screen and (min-width: 1450px) {
    .komp-border-top-bottom {
        border-bottom: 10px solid #f30404;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 845px;
        flex: 0 0 845px;
        max-width: 845px;
    }

    .komp-top-h1 {
        width: 100%;
        padding-right: 120px;
        padding-top: 50px;
        opacity: 0.3;
        font-size: 2.3rem;
        font-family: 'Roboto-Black', 'Ubuntu', sans-serif;
        display: flex;
        text-transform: uppercase;
        justify-content: flex-end;
    }
}



/*  */
.komp-discription {
    height: auto;
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 1170px) {
    .komp-discription {

        flex-direction: row;
        justify-content: space-between
    }
}


.komp-text-zagolov {
    margin: 20px 0 0 0;
    height: auto;
    width: 100%;
    border-top: 4px solid #fff;
    color: #ffffff;
    font-family: 'Roboto-Black', 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align: center;

}

.komp-text-descript {
    height: auto;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    padding: 0 20px;
    font-family: 'Roboto-Light', 'Ubuntu', sans-serif;
    font-size: 16px;
}

@media only screen and (min-width: 1170px) {
    .komp-text-descript {
        width: 40%;
        height: auto;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        padding: 25px 0 0 90px;
    }

    .komp-text-zagolov {
        margin: 45px 0 0 0;
        height: auto;
        width: 450px;
        border-top: 7px solid #fff;
        border-left: 7px solid #fff;
        color: #ffffff;
        font-family: 'Roboto-Black', 'Ubuntu', sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 21px;
        text-align: right;
        padding-right: 90px;
    }


    .komp-text-zagol-position {
        padding: 50px 0 0 0;
    }
}


@media only screen and (min-width: 1450px) {
    .komp-text-descript {
        width: 40%;
        height: auto;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        padding: 25px 0 0 90px;
    }

    .komp-text-zagolov {
        margin: 45px 0 0 0;
        height: auto;
        width: 630px;
        border-top: 7px solid #fff;
        border-left: 7px solid #fff;
        color: #ffffff;
        font-family: 'Roboto-Black', 'Ubuntu', sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: right;
        padding-right: 90px;
    }


    .komp-text-zagol-position {
        padding: 50px 0 0 0;
    }
}

@media only screen and (min-width: 1700px) {
    .komp-text-descript {
        width: 40%;
        height: auto;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        padding: 25px 0 0 90px;
    }

    .komp-text-zagolov {
        margin: 45px 0 0 0;
        height: auto;
        width: 710px;
        border-top: 7px solid #fff;
        border-left: 7px solid #fff;
        color: #ffffff;
        font-family: 'Roboto-Black', 'Ubuntu', sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: right;
        padding-right: 90px;
    }


    .komp-text-zagol-position {
        padding: 50px 0 0 0;
    }
}

.komp-cifra {
    width: 100%;
    background: #f1f1f1;
}

.komp-cifra-block1 {
    width: 100%;
    color: #000;
    display: flex;
    justify-content: center;

}

.komp-cifra-descript {
    display: none;

}

.komp-cifra-video {
    height: 200px;
    width: 100%;

}

.komp-cifra-video-position {
    width: 100%;
    background: url(../bg/SC_youtube.png);
    background-size: cover;
    height: 200px;
    display: block;

    box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1)
}

.komp-cifra-video-position iframe {
    border: 0;
    width: 100%;
    height: 200px;
}

.komp-name-bloks {
    display: flex;
    align-items: center;
    padding: 0;
    height: 19px;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    margin: 25px 0 25px 25px;
}

.komp-name-bloks img {
    padding: 0 0 0 30px;
}

.komp-cifra-block2 {
    display: flex;
    flex-direction: column;
    background: url(../bg/dotted-cifra.png) no-repeat center bottom 10px;
    width: 100%;
}

.c-b-p-3 {
    padding: 20px 0 0 0;
}

.cifra-block-part {
    width: 100%;
    display: flex;
}


.wrapper-cifra-icon {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 60px 0 0 0;
    align-items: center;
    justify-content: flex-end;
}

.komp-cifra-img {
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
}

.komp-cifra-img img {
    height: 75px;
}

.cifra-img-discript {
    height: 95px;
    text-align: center;
    padding: 0 10px;
}

.cifra-img-discr-red {
    color: #e60909;
    font-family: 'Roboto-Black';
    font-size: 25px;
    line-height: 10px;
}

.cifra-img-discr-black {
    font-family: 'Roboto';
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.cifra-block-part2 {
    width: 50%;
}

@media only screen and (min-width: 1170px) {

    .komp-cifra {
        height: 630px;
        width: 100%;
        background: #f1f1f1;
    }

    .komp-cifra-block1 {
        width: 100%;
        color: #000;
        display: flex;
        flex-direction: row;
        justify-content: space-between;

    }

    .komp-cifra-descript {
        font-family: 'Roboto-Light', 'Ubuntu', sans-serif;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        padding: 0px 70px 0 90px;
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: 100%;
        box-sizing: border-box;
    }

    .komp-cifra-video {
        border-bottom: 7px solid #fff;
        border-left: 7px solid #fff;
        height: auto;
        width: 540px;
        position: relative;
    }

    .komp-cifra-video-position {
        height: 335px;
        background: url(../bg/SC_youtube.png);
        background-size: cover;
        bottom: 200px;
        left: -60px;
        display: block;
        position: absolute;
        box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1)
    }

    .komp-cifra-video-position iframe {
        border: 0;
        width: 600px;
        height: 335px;
    }

    .komp-name-bloks {
        margin: 50px 0 0 125px;
        font-size: 20px;
    }

    .komp-cifra-block2 {
        display: flex;
        flex-direction: row;
        background: url(../bg/dotted-cifra.png) no-repeat center bottom -15px;
        background-size: 100%;
        width: 100%;
        height: 350px;
    }

    .cifra-block-part {
        width: 50%;
        display: flex;
    }

    .c-b-p-1 {
        justify-content: flex-end;
        padding: 0;
    }

    .c-b-p-2 {
        justify-content: flex-start
    }

    .c-b-p-3 {
        padding: 0;
    }

    .wrapper-cifra-icon {
        display: flex;
        flex-direction: column;
        width: 280px;
        align-items: center;
        justify-content: flex-end;
    }

    .komp-cifra-img {
        display: flex;
        height: 270px;
        justify-content: center;
        align-items: center;
    }

    .komp-cifra-img img {
        height: 110px;
    }

    .cifra-img-discript {
        height: 215px;
        text-align: center;
    }

    .cifra-img-discr-red {
        color: #e60909;
        font-family: 'Roboto-Black';
        font-size: 30px;
        line-height: 10px;
    }

    .cifra-img-discr-black {
        font-family: 'Roboto';
        color: #000000;
        font-size: 18px;
        font-weight: 400;
    }

    .cifra-block-part2 {
        width: 50%;
    }

}

@media only screen and (min-width: 1450px) {

    .komp-cifra {
        height: 930px;
        width: 100%;
        background: #f1f1f1;
    }

    .komp-cifra-block1 {
        height: 350px;
        width: 100%;
        color: #000;
        display: flex;
        justify-content: space-between;

    }

    .komp-cifra-descript {
        display: flex;
        color: #000;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        align-items: center;
        width: 670px;
        padding: 0 190px 0 90px;
    }

    .komp-cifra-video {
        border-bottom: 7px solid #fff;
        border-left: 7px solid #fff;
        height: auto;
        width: 720px;
        position: relative;
    }

    .komp-cifra-video-position {
        width: 100%;
        height: 500px;
        background: url(../bg/SC_youtube.png);
        background-size: cover;
        bottom: 90px;
        left: -80;
        display: block;
        position: absolute;
        box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1)
    }

    .komp-cifra-video-position iframe {
        border: 0;
        width: 100%;
        height: 500px;
    }

    .komp-name-bloks {
        font-size: 20px;
    }

    .komp-cifra-block2 {
        display: flex;
        flex-direction: row;
        background: url(../bg/dotted-cifra.png) no-repeat center bottom 30px;
        width: 100%;
        height: 510px;
    }

    .cifra-block-part {
        width: 50%;
        display: flex;
    }

    .c-b-p-1 {
        justify-content: flex-end;
        padding: 0;
    }

    .c-b-p-2 {
        justify-content: flex-start
    }

    .c-b-p-3 {
        padding: 0;
    }

    .wrapper-cifra-icon {
        display: flex;
        flex-direction: column;
        width: 380px;
        align-items: center;
        justify-content: flex-end;
    }

    .komp-cifra-img {
        display: flex;
        height: 270px;
        justify-content: center;
        align-items: center;
    }

    .komp-cifra-img img {
        height: 150px;
    }

    .cifra-img-discript {
        height: 235px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .cifra-img-discr-red {
        color: #e60909;
        font-family: 'Roboto-Black';
        font-size: 45px;
        margin: 50px 0 0 0;
        line-height: 10px;
    }

    .cifra-img-discr-black {
        font-family: 'Roboto';
        color: #000000;
        font-size: 40px;
        font-weight: 400;
    }

    .cifra-block-part2 {
        width: 50%;
    }

}

@media only screen and (min-width: 1601px) {
    .komp-top-h1 {
        font-size: 3.3rem;
        padding-top: 40px;
    }

    .komp-cifra-video-position {
        width: 885px;
        height: 500px;
        background: url(../bg/SC_youtube.png);
        background-size: cover;
        bottom: 90px;
        left: -155px;
        display: block;
        position: absolute;
        box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1)
    }

    .komp-cifra-video-position iframe {
        border: 0;
        width: 885px;
        height: 500px;
    }

    .komp-cifra-video {
        border-bottom: 7px solid #fff;
        border-left: 7px solid #fff;
        height: auto;
        width: 800px;
        position: relative;
    }
}


/***** *****
   napravlenie
***** ******/

.komp-napravlenie {
    width: 100%;
    position: relative;
}

.komp-napravlenie-block {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.komp-napravlenie-block img {
    max-width: 100%;
}

.komp-napravlenie-select {
    display: flex;
    width: 100%;
    justify-content: center;
}

.komp-details-select:hover {
    color: #e51e31
}

.komp-details-select {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 400;
    line-height: 58px;
    margin: -60px 0 0 35px;
    position: absolute
}

.komp-napravlenie-name {

    display: flex;
    align-items: center;
    height: 19px;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 15px 15px;

}

.komp-napravlenie-name img {
    padding: 0 0 0 30px;
}

.komp-napravlenie-topline {
    display: none;
}


@media only screen and (min-width: 1170px) {

    .komp-napravlenie {
        height: 835px;
        width: 100%;
        box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .komp-napravlenie-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        align-items: center
    }

    .komp-napravlenie-block-name {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        align-items: center
    }

    .komp-napravlenie-block-name img {
        max-width: 100%;
    }

    .komp-napravlenie-select {
        display: flex;
        width: 50%;
        padding: 5px;
    }

    .komp-details-select:hover {
        color: #e51e31
    }

    .komp-details-select {
        color: #ffffff;
        font-family: 'Roboto';
        font-size: 23px;
        font-weight: 400;
        line-height: 58px;
        margin: -80px 0 0 35px;
        position: absolute
    }

    .komp-napravlenie-name {
        display: flex;
        align-items: center;
        padding: 25px 50px 25px 110px;

        height: 19px;
        color: #2b2b2b;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;

    }

    .komp-napravlenie-topline {
        width: 55%;
        height: 9px;
        background-color: #ff0000;
        display: flex;
        justify-content: flex-end
    }


}


@media only screen and (min-width: 1450px) {

    .komp-napravlenie {
        height: 1050px;

    }
}

/*** 
        End napravlenie
                          ***/

.komp-partners {
    height: 250px;
    width: 100%;
    background: #f1f1f1;
}

.komp-partners-wrapper {
    width: 80%;
    height: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 1170px) {
    .komp-partners {
        height: 375px;
    }

    .komp-partners-wrapper {
        width: 80%;
    }
}

/*************
        footer
        ***********/

footer {
    width: 100%;
    height: 200px;
    background: #000;
    font-family: 'Roboto-Light';
    color: #fff;
    display: flex
}

.footer-wrapper {
    margin: 30px auto 0;
    width: 90%;
    display: flex;

}

.footer-block-left {
    display: none;

}

.footer-block-right {
    width: 100%
}

.footer-block-menu {
    display: flex;
}

.footer-menu {
    width: 245px;
    text-align: left;
}

.footer-menu a {
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
    color: #fff
}

.footer-menu a:hover {
    color: #e51e31;

}

.logo-footer {
    margin: 75px 0 0 0;
}

.logo-footer img {
    width: 150px
}

.footer-subscribe {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.footer-button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.footer-button p {
    color: #151515;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    height: 10px;
}

.footer-button-link {
    width: 190px;
    height: 28px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #940000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.footer-button-link:hover {
    background: #940000;

}

.footer-sckrol {
    background: url(../bg/arrow-footer.png) no-repeat top;
    display: flex;
    height: 50px;
    width: 14px;
    margin: 15px 0 0 0;
}

.footer-sckrol a {
    display: block;
    height: 50px;
    width: 14px;
}


.footer-block-contacs {
    display: flex;
    margin: 35px 0 0 0;
}

.footer-contacts {
    width: 100%;
    margin: 13px 0 0 0;
    display: flex;
    flex-direction: column;

}

.footer-contacts p {
    padding: 0;
    line-height: 0;
    font-size: 11px;
    font-weight: 400;

}

.footer-contacts-border {
    border-right: 0
}

.footer-icons {
    display: flex;
    height: 30px;
    width: 100%;
    justify-content: flex-end;
    border-left: 2px solid #940000;
    flex-direction: row;
    margin: 20px 0 0 0;
}

.footer-icon-img {
    padding: 0 0 0 8px;
}

.footer-icons img {
    height: 27px;

}



@media only screen and (min-width: 1170px) {

    footer {
        width: 100%;
        height: 440px;

    }

    .footer-wrapper {
        margin: 80px auto 0;
        width: 80%;
        display: flex;

    }

    .footer-block-left,
    .footer-block-right {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
    }

    .footer-button p {
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        height: 17px;
    }

    .footer-button-link {
        width: 345px;
        height: 50px;
        font-size: 25px;
        line-height: 28px;

    }

    .footer-sckrol {
        background: url(../bg/arrow-footer.png) no-repeat center;
        display: flex;
        height: 92px;
        width: 38px;
        margin: 15px 0 0 0;
    }

    .footer-sckrol a {

        height: 92px;
        width: 38px;
    }

    .footer-contacts-border {
        border-right: 2px solid #940000
    }

    .footer-block-contacs {
        display: flex;
        margin: 85px 0 0 0;
    }

    .footer-contacts {
        flex-direction: row;
        margin: 30px 0 0 0;
        justify-content: center;
        align-items: flex-end;
    }

    .footer-contacts p {
        padding: 10px 30px;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .footer-icons {
        display: flex;
        height: 80px;
        width: 38px;
        justify-content: flex-end;
        border-left: 0;
        margin: 0;
        flex-direction: column
    }

    .footer-icon-img {
        padding: 15px 0 0 0;
    }

    .footer-icons img {
        height: auto;
        padding: 0;
    }

}


/* -------------------------------- 

/*** Page Products  ****/

/*-------------------------------- */

.wrapper-products {
    width: 100%;
    height: 100vh;
    display: flex;
    box-sizing: border-box;
}

.left-menu-clear {
    width: 240px;
    height: 80px;
    position: fixed;
    z-index: 1;
    background: #121212;
}

.products-menu {
    margin-left: -240px;
    height: 100vh;
    width: 240px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    top: 0;
    left: 0;
    background: #121212;
    z-index: 1
}

.products-mbopen-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 240px;
    background: #000;
    cursor: pointer;
}

.mbopen-menu-title {
    color: #fff;
    background: url(../bg/white-arrow-right.gif) no-repeat right;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.products-mbClose-menu span.mbopen-menu-title {
    background: url(../bg/white-arrow-left.gif) no-repeat right;
}

.left-menu-napravlenie {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}


.left-menu-li-position {
    margin: 90px 0 0 0;
}


.menu-li-number {
    padding: 0 20px 0 0;
}


.left-menu-li li {
    padding: 20px 0 25px 25px;
    display: flex;
    align-items: center;
    -moz-transition: background-color 0.5s 0.1s ease;
    -o-transition: background-color 0.5s 0.1s ease;
    -webkit-transition: background-color 0.5s 0.1s ease;
    transition: background-color 0.5s 0.1s ease;
}

.left-menu-li li:hover {
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
}

.menu-li-number {
    display: none;
}

.left-menu-li li:hover .menu-li-number {
    -webkit-transform: scale(1.8);
    transform: scale(1.8) translate(-20px, 0);
    color: #a0a0a0;
}

.left-menu-li li a {
    padding: 0 5px;
    color: #5f5f5f;
    font-family: 'Roboto-Light';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: 0.3s linear;
    color: #a0a0a0
}

.left-menu-li li a:after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background-color: #940000;
    transition: width 0.3s ease-in-out;
    left: 40%;
    bottom: 0;
}

.left-menu-li li a:before {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #940000;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    left: 40%;
    bottom: 0;
}

.left-menu-li li:hover a:before {
    width: 37%;
    left: 3%;
}

.left-menu-li li:hover a:after {
    width: 40%;
}

.active-left-menu {
    background: rgba(255, 255, 255, 0.05);
}

.active-left-menu span,
.active-left-menu a {
    color: #a0a0a0;
}


#style-3::-webkit-scrollbar-track {
    background-color: #000;
}

#style-3::-webkit-scrollbar {
    width: 0px;
    background-color: #000;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.products-content {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    margin: 80px 0 0 0;

}

.products-content div:nth-child(1) {
    order: 1;
}

.products-content div:nth-child(2) {
    order: 2;
}

.products-content div:nth-child(3) {
    order: 1;
}

.products-content div:nth-child(4) {
    order: 3;
}

.products-title-wrapper {
    display: flex;
    flex-direction: column;
}

.products-content::-webkit-scrollbar {
    width: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.products-content-title {

    width: 100%
}


.product-content-h1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 0 30px;
}

.product-content-h1 h1 {
    color: #a5a5a5;
    font-family: "Roboto-Black";
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    padding: 0 0 0 30px;
    border-left: 5px solid #9f0000;
}

.product-content-p {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    color: #212121;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding: 0 30px;
    letter-spacing: -0.75px;
}

.product-content-full {
    font-family: "Roboto-Light";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.45px;
    padding: 0 30px;
}

.pcf-float {
    margin: 0;
}

.product-content-img {
    flex: 1;

}

.content-float-img {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center
}

.product-content-img,
.brands-detail-img {
    -webkit-animation: fade-in 2s linear;
    /* Safari 4+ */
    -moz-animation: fade-in 2s linear;
    /* Fx 5+ */
    -o-animation: fade-in 2s linear;
    /* Opera 12+ */
    animation: fade-in 2s linear;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animation-img-fade-in {
    animation: anim 2s;
    animation-duration: 2s;
    z-index: -100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes anim {
    from {
        transform: translate(20%, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

.animation-img-fade-in-right {
    animation: anim-right 2s;
    animation-duration: 2s;
    z-index: -100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes anim-right {
    from {
        transform: translate(20%, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

.product-content-img img {
    width: 100%;
}



/* -------------------------------- 

/*** Page zapchasti  ****/

/*-------------------------------- */


.left-menu-li-brand {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.li-brands-img {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.li-brands-img img {
    max-height: 100%;
    max-width: 100%;
}

.button-back {
    display: none;



}

.button-back a {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.75px;
    font-family: "Roboto-Light";
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* -------------------------------- 

/*** detail brands  ****/

/*-------------------------------- */

.left-menu-margin {
    margin: 80px 0 0 0
}

.left-menu-clear-detail {
    width: 240px;
    height: 80px;
    position: fixed;
    z-index: 1;
    z-index: 1;
    background: #121212;
}

.products-menu-detail {
    margin-left: -240px;
    height: 100vh;
    width: 240px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    top: 0;
    left: 0;
    z-index: 2;
    background: #121212;

}

.brands-content-wrapper {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    margin: 80px 0 0 0;
}

.brands-content-position {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;

    box-sizing: border-box;
}

.brands-detail-img {
    display: block;
    margin: 90px 60px;
}


.brands-detail-img img {
    max-width: 250px;
    max-height: 140px;
}

.brands-content {
    display: block;

}

.brands-logo-name {
    margin: -465px 20px 5px 40px;
    display: block;
}

.logo-brand-detail img {
    max-width: 100%;
        max-height: 60px;
}

.logo-brand-detail {
    padding: 0;
    display: flex;
    justify-content: center;
}

.brands-title-h1 {
    padding: 0
}

.brands-title-h1 h1 {
    color: #bbbbbb;
    font-family: 'Roboto';
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1.05px;
}

.brands-discr-p {
    color: #000000;
    font-family: "Roboto-Light";
    font-size: 14px;
    line-height: 19.44px;
    /* Text style for "• широкий" */
    letter-spacing: -0.41px;
    padding: 0px 20px 0px 40px;
}


.mob-margin-brend {
    margin: 280px 0 0 0;
}

.brands-line-bottom {
    background: #9f0000;
    display: flex;
    height: 1px;
    margin: 40px;

}

.brands-download {
    margin: 0 40px;
    display: flex;
    flex-direction: column;

}

.download-link-brands {
    background: url(../bg/pdf.png) no-repeat left;
    padding: 10px 0
}

.download-link-brands a {
    color: #000;
    padding: 0 0 0 40px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.6px;


}




/*****

career

******/

.products-content-career {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    margin: 80px 0 0 0;
}


.cereer-block-top {
    padding: 0 20px;
}

.career-content-p, .products-title-wrapper p {
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.75px;
    padding: 0 35px 0 0px;
    font-family: 'Roboto-Light';
}


.career-block-p {
    padding: 0 50px 0 55px;
}

.career-block-p p {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.45px;
    text-align: justify

}

.career-preim {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
        width:100%
}

.career-preim-detail {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.career-link-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.career-preim-detail img {
    max-height: 80px
}

.career-link-img p {
    font-family: 'Roboto';
    color: #000;
    font-size: 13px;
    padding: 0 40px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.66px;
    text-align: center;
}

.career-link-img p:hover {
   
    color: #9f0000;
   
}



.career-img-bottom img {
    width: 100%
}


/*********

форма вакансии

**************/

.wrapper-form-career {
    width: 100%;
    background: url(../bg/vacancy-bg.png) repeat-x center
}

.career-form {
    background: #fff;
    width: 70%;
    margin: 40px auto;
    box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1)
}

.career-form p {
    color: #363636;
    font-family: 'Roboto-Thin';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 20px 0 0 0
}


.flex-outer {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.flex-outer li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

input {
    outline: none;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
    padding: 15px 0 0 0;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    color: #e8e8e8;
    font-family: "Roboto-Thin";
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.22px;
    width: 100%
}

.button-form-center {
    justify-content: center
}

.position-upload-button {
    text-align: center;
    padding: 20px 0;
}

.uploadButton {
    color: #363636;
    font-family: "Roboto-Light";
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.22px;
    cursor: pointer;

}

.uploadButton:hover {
    color: #9f0000;
    cursor: pointer
}

.form-button-style {
    border: 1px solid #9f0000;
    background: #9f0000;
    color: #fff;
    font-family: "Roboto-Light";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.22px;
    padding: 0px 30px;
    cursor: pointer;
}

.form-button-style:hover {

    background: #9f0000;
    color: #fff;

}


.it-bg {
    background: url(../bg/tree-design.png) no-repeat center center
}

.career-otchet-bg {
    background: url(../bg/158660-OVU2AX-686.png) no-repeat center center;
	background-size: cover
}




/*****

контакты

******/
.contacts-header-bg {
    height: 80px;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 1
}

.contacts-margin {
    margin: 90px 0 0 0;
    height: 85%
}

.googlemap-contact {
    height: 100vh;
    width: 100%;
    position: absolute;
    border: 0;
}

.contacts-left-block-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Roboto-Thin";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.22px;
    padding: 20px
}

.contacts-left-block-top p {
    color: #a5a5a5;
    font-family: "Roboto-Thin";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    /* Text style for ", Україна," */
    letter-spacing: 0.2px;
}


.contacts-left-block-top img {
    max-height: 60px
}

.contacts-button-style {
    border: 1px solid #9f0000;
    background: #121212;
    color: #fff;
    font-family: "Roboto-Light";
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.22px;
    padding: 7px 30px;
    cursor: pointer
}

.contacts-button-style:hover {
    background: #9f0000;
    color: #fff;

}


/***********
   Программы ГБО
 ********/

.gbo-downloads-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.name-program {
    width: 100%;

}

.name-program h3 {
    padding: 0 0 0 50px;
	color: #df0611
}

.name-program p {
    padding: 0 30px 0 70px;

}

.name-program p a {
    color: #121212;

}

.name-program p a:hover {
    color: #9f0000;

}


/******************
        news
********************/

.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.news-blok-50 {
    width: 100%;
    display: flex;
    flex-direction: column
}

.fake-blok50 {
	margin: 60px 0 0 0;
}

.news-blok-50 p {
    padding: 0 20px 0 35px;
    color: #000000;
    font-family: "Roboto-Light";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    /* Text style for "Надежное с" */
    letter-spacing: -0.54px;

}

.news-iframe {
    height: 175px;
    padding: 0 10px 0 35px
}
.news-blok-50 img {
        max-width: 100%;
    padding: 0 10px 0 35px
}


.news-block-100 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.news-prev-block-100 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-prev-block-100 p {
    padding: 20px 10px 20px 35px
}

.news-prev-block-100 p img {
    max-width: 100%
}



.news-block-smalImg {

    padding: 10px 10px 10px 35px;
    display: flex;
    flex-direction: column;
    font-family: "Roboto-Light";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    /* Text style for "Надежное с" */
    letter-spacing: -0.54px;
}

.news-block-smalImg a {
    line-height: 0;
    text-align: right;
    font-family: "Roboto";
    font-size: 15px;
    padding: 0 80px 15px 0;
    color: #000;
    text-decoration: underline
}

.news-block-smalImg a:hover {
    color: #9f0000;
}

.text-news-prew {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-news-prew {
    padding: 0 60px 0 0
}

.news-img-small {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.news-img-small p {
    padding: 0 5px;
    width: 45%;
}

.news-img-small p img {
    max-width: 100%;
}


/********
pagination
*********/

.pagination-wrapper {
    display: flex;
    padding: 20px 0;
    width: 100%;
    align-items: center;
    justify-content: center
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pagination li a.active {
    background-color: #9f0000;
    color: white;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}


/*****
   деталка новостей 
            ******/
.detail-news-content p {
    padding: 0 40px 0 55px;
    text-align: justify;
    color: #000000;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    /* Text style for "Дым — усто" */
    letter-spacing: -0.54px;
}

.detal-news-leftimg {
    float: left;
    margin: 0px 20px 10px 0;
    width: 100%;
    cursor: pointer;
}

/**********

увеличение картинки

*****************/




/* увеличенная картинка */
#magnify {
    display: none;

    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 100%;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
}

/* затемняющий фон */
#overlay {
    display: none;

    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;

    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

@keyframes rota {
    25% {
        transform: rotate(360deg);
    }
}

#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}




/*****************
страница авторизации 
***********************/

.auth-header-bg {
    height: 80px;
    width: 100%;
    position: fixed;
}

.bg-auth {
    width: 100%;
    height: 100%;
    background: url(../img/mb-reg.png) no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}

.auth-form-wrapper {
    width: 300px;
    height: 300px;
    margin: 120px auto;
}


.auth-form-wrapper > input {
    display: none
}

.auth-form-wrapper > label {
    display: block;
    float: left;
    width: 75px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.15);
    padding: 0 15px;
    font-family: "Roboto-Black";
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.33px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.label-form-left {
    text-align: right;
    border-right: 3px solid #9f0000
}



.form-auth-ul {
    width: 100%;
    margin: 75px auto 0
}

.form-auth-ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    display: flex;
    align-items: flex-end;
    height: 55px;
}


.form-auth-ul li img {
    height: 20px;
    padding: 0 17px 15px 20px;
    opacity: 0.6
}

.form-auth-ul li input {
    border-bottom: 1px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    padding: 0 0 9px 0;
    font-family: "Roboto-Light";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.auth-button-style {
    border: 1px solid #9f0000;
    background: #9f0000;
    font-family: 'Roboto-Light';
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    padding: 10px 80px;
    cursor: pointer
}

.auth-button-style:hover {
    background: #9f0000;
    color: #fff;


}

.target form {
    height: 450px;
    display: flex;
    flex-direction: column
}

.text-vost-pass {
    color: #fff;
    opacity: .5;
    line-height: 20px;
    font-size: 12px
}

.auth-button {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 65px 0;
}








/* */





.auth-form-wrapper > label:hover,
.auth-form-wrapper > input:checked + label {
    color: #fff
}

.tabs {
    clear: both;

    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px
}

.tabs > div {
    position: absolute;
    opacity: 0;
    width: 100%;

    -webkit-transform: rotateX(-25deg);
    -ms-transform: rotateX(-25deg);
    -o-transform: rotateX(-25deg);
    transform: rotateX(-25deg);

    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;

    -webkit-transition: opacity .3s ease-in-out, transform 1s;
    -o-transition: opacity .3s ease-in-out, transform 1s;
    transition: opacity .3s ease-in-out, transform 1s
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4) {
    opacity: 1;
    z-index: 1;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

/*** 
модальное окно 
**/





.modal-overlay {
    /* 	background: rgba(39, 179, 96, 1); */
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.modal-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 200
}

.modal {
    background: #fff;
    color: #666871;
    text-align: center;
    width: 300px;
    max-width: 90%;
    height: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
    padding: 0px;
    pointer-events: auto;
    font-weight: bold;
    visibility: hidden;

}

.footer-capcha {
	margin: 0 auto 10px !important;
}

.modal-mob {
    width: 80%;
    margin: 20px auto 0;
}



.modal-mob li {
    border-bottom: 1px solid #868686;
    display: flex;
    align-items: flex-end;
    height: 55px;
}

.modal-mob li img {
    height: 20px;
    padding: 0 17px 15px 20px;
    opacity: 0.8
}

.modal-mob li input {
    border-bottom: 1px solid #fff;
    color: #000;
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    padding: 0 0 9px 0;
    font-family: "Roboto-Light";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.25px;
}






.open-modal {
    text-align: center;
    border: none;
    margin: 10em 0 7em 0;
    background: #27ae60;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 1em 2em;
    font-weight: bold;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.open-modal:hover {
    background: #2ecc71;
}

.close-modal {
    color: #aaa;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: #666871;
}


.textarea-name {
    font-family: "Roboto-Light";
    opacity: 0.5;
    color: #141414 !important;
}

textarea {
    width: 250px;
    height: 70px;
    background: #fff;
    color: #141414;

}

.footer-form-button {
    margin: -55px 0 0 0;
}

.footer-form-button button {
    border: 1px solid #9f0000;
    background: rgba(18, 18, 18, 0);
    color: #555;
    font-family: "Roboto-Light";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.22px;
    padding: 10px 80px;
    cursor: pointer
}


.content-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh
}

.content-404 img {
    max-width: 90%
}
.content-404 p {
    padding: 0 50px;
}

#country {
background:#3b2927;
color:#fff;
font-size:16px;
padding:10px 0
}

.stay-partner-link{
    cursor: pointer;
}