/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.09.2015, 12:59:22
    Author     : Pominchuk Evgeniy
*/
@-webkit-keyframes scroll{
    0%{
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100%{
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@-moz-keyframes scroll{
    0%{
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100%{
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@keyframes scroll{
    0%{
        transform: translate(0, 0);
    }
    100%{
        transform: translate(-100%, 0)
    }
}

@font-face {
    font-family:"Material-Design-Icons";
    src:url("fonts/material-design-icons/Material-Design-Icons.eot@") format("embedded-opentype"),url("fonts/material-design-icons/Material-Design-Icons.woff2") format("woff2"),url("fonts/material-design-icons/Material-Design-Icons.woff") format("woff"),url("fonts/material-design-icons/Material-Design-Icons.ttf") format("truetype"),url("fonts/material-design-icons/Material-Design-Icons.svg") format("svg");
    font-weight:normal;
    font-style:normal
}

#header .sf-menu:before,
#header .sf-menu:after{
    display: table;
    content: " ";
}
#header .sf-menu:after{
    clear: both;
}
#header nav ul li:hover, nav ul li.active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
#header .sf-menu a{
    height: auto;
    outline: 0;
    cursor: pointer;
}
#header .sf-menu li li{
    line-height: 1;
}
#header .sf-menu li li a.sf-with-ul{
    background-image: none;
    display: inline-block;
    vertical-align: middle;
}
#header .sf-menu li li a.sf-with-ul + span{
    display: inline-block;
    vertical-align: text-top;
    color: #d9d9d9;
    height: 0;
    width: 0;
}
#header .sf-menu li li a.sf-with-ul + span:after{
    content: "\e258";
    display: inline-block;
    speak: none;
    text-decoration: inherit;
    position: absolute;
    right: 0;
}
#header .sf-menu li li a{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: RobotoJ;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
#header .sf-menu li li ul{
    background-color: #e8e8e8;
    padding: 0 10px;
    margin-left: 10px;
}
#header .sf-menu li li ul.too_narrow_fix{
    margin-left: 0 !important;
}
#header .sf-menu li li ul > li{
    background-color: #e8e8e8;
    box-shadow: none;
    border-bottom: 1px solid #d9d9d9;
    float: none;
}
#header .sf-menu li li ul > li > a{
    background-color: #e8e8e8;
}
#header .sf-menu li li:hover > a,
#header .sf-menu li li:focus > a{
    color: #68b9ed;
    font-weight: normal;
}
#header .sf-menu li li:hover a.sf-with-ul + span,
#header .sf-menu li li:focus a.sf-with-ul + span{
    color: #68b9ed;
}
#header nav{
    background-color: transparent;
    box-shadow: none;
}
#header{
    background: #008ed1; /* Old browsers */
    background: -moz-linear-gradient(left,  #363f45 0%, #363f45 50%, #008ed1 50%, #008ed1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#363f45), color-stop(50%,#363f45), color-stop(50%,#008ed1), color-stop(100%,#008ed1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #363f45 0%,#363f45 50%,#008ed1 50%,#008ed1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #363f45 0%,#363f45 50%,#008ed1 50%,#008ed1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #363f45 0%,#363f45 50%,#008ed1 50%,#008ed1 100%); /* IE10+ */
    background: linear-gradient(to right,  #363f45 0%,#363f45 50%,#008ed1 50%,#008ed1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363f45', endColorstr='#008ed1',GradientType=1 ); /* IE6-9 */
    height: 140px;
    width: 100%;
    box-sizing: border-box;
    z-index: 101;

    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
#header > nav,
.block-mobile-menu{
    display: none;
}
#header.scroll{
    /*height: 85px;*/
}
#header.scroll .header-left .header-left-top{
    /*padding-top: 25px;*/
}
#header.scroll .header-left .header-left-bottom{
    /*display: none;*/
}
#header .row > div{
    height: 100%;
}
#header .row .block-left{
    background-color: #363f45;
    width: 35%;
    padding-left: 0;
}
#header .row .block-right{
    background-color: #008ed1;
    width: 65%;
}
#header .header-left,
#header .header-right{
    height: 100%;
}
#header .header-left .header-left-top{
    padding: 35px 0 10px;
}
#header .header-left .header-left-bottom{
    border-top: 1px solid #FFFFFF;
}
#header .header-right{

}
#header .header-left .header-left-top,
#header .header-left .header-left-bottom{
    display: block;
}
#header .header-left .header-left-top > *{
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
}
#header.ru .header-left .header-left-top > *,
#header.kz .header-left .header-left-top > *,
#header.ua .header-left .header-left-top > *{
    margin: 0 10px;
}
#header.ru .header-left .header-left-top > *:first-child,
#header.kz .header-left .header-left-top > *:first-child,
#header.ua .header-left .header-left-top > *:first-child{
    margin-left: 0;
}
#header.ru .header-left .header-left-top > *:last-child,
#header.kz .header-left .header-left-top > *:last-child,
#header.ua .header-left .header-left-top > *:last-child{
    margin-right: 0;
}
#header.en .header-left .header-left-top > *,
#header.us .header-left .header-left-top > *{
    margin: 0 10px;
}
#header.en .header-left .header-left-top > *:first-child,
#header.us .header-left .header-left-top > *:first-child{
    margin-left: 0;
}
#header.en .header-left .header-left-top > *:last-child,
#header.us .header-left .header-left-top > *:last-child{
    margin-right: 0;
}
#header .header-left .header-left-top > *:first-child{
    margin-left: 0;
}
#header .header-left .header-left-top > *:last-child{
    margin-right: 0;
}
#header .header-left .header-left-top a.logo{
    width: 150px;
    height: 42px;
    text-decoration: none;
}
#header .header-left .header-left-top .phone{
    font-size: 18px;
    font-family: RobotoJ;
    font-weight: 400;
    cursor: default;
    text-align: center;
}
#header .worldwide{
    position: relative;
}
#header #worldwide-dropdown{
    min-width: 160px;
    left: 19px !important;
    top: 5px !important;
}
#header .header-left .header-left-top .worldwide #worldwide-dropdown li{
    background-image:none;
    padding-left:0;
    line-height: 1;
    min-height: 0;
    margin: 0;
}
#header .header-left .header-left-top .worldwide #worldwide-dropdown a{
    color: #000000;
    background-image: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    padding: 10px;
    font-size: 14px;
}
#header .header-left .header-left-top .worldwide #worldwide-dropdown > li.divider:hover,
#header .header-left .header-left-top .worldwide #worldwide-dropdown > li.divider:focus{
    background-color: #e0e0e0 !important;
}
#header .header-left .header-left-top .worldwide #worldwide-dropdown > li:hover,
#header .header-left .header-left-top .worldwide #worldwide-dropdown > li:focus{
    background-color: #FFFFFF;
}
#header .header-left .header-left-top .worldwide #worldwide-dropdown > li:hover > a,
#header .header-left .header-left-top .worldwide #worldwide-dropdown > li:focus > a{
    color: #008ed1;
}
#header .header-left .header-left-top .worldwide a{
    display: block;
    color: #FFFFFF;
}
#header .header-left .header-left-top .worldwide a > *{
    display: inline-block;
    vertical-align: baseline;
}
#header .header-left .header-left-top .worldwide a > span{
    width: 16px;
    height: 11px;
    background-position: 0 -29px;
}
#header .header-left .header-left-top .worldwide a > span.ru{
    background-position: -178px -29px;
}
#header .header-left .header-left-top .worldwide a > span.ua{
    background-position: -200px -29px;
}
#header .header-left .header-left-top .worldwide a > span.kz{
    background-position: -221px -29px;
}
#header .header-left .header-left-top .worldwide a > span.us,
#header .header-left .header-left-top .worldwide a > span.en{
    background-position: -242px -29px;
}
#header .header-left .header-left-bottom .menu{
    height: auto;
}
#header .header-left .header-left-bottom .menu .sf-menu{
    float: right;
    height: auto;
}
#header .header-left .header-left-bottom .menu .sf-menu .item-left{
    margin: 0 10px;
    height: 100%;
}
#header .header-left .header-left-bottom .menu .sf-menu .item-left:first-child{
    margin-left: 0;
}
#header .header-left .header-left-bottom .menu .sf-menu .item-left:last-child{
    margin-right: 0;
}
#header .header-left .header-left-bottom .menu .sf-menu .item-left > a{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3px;
    font-size: 13px;
    font-family: RobotoJ;
    font-weight: 300;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent;
}
#header .header-left .header-left-bottom .menu .sf-menu #active_item_menu > a,
#header .header-left .header-left-bottom .menu .sf-menu .item-left:hover > a{
    border-bottom-color: white;
}
#header .header-left .header-left-bottom .menu .sf-menu .item-left > ul{
    background-color: #FFFFFF;
    padding: 0 10px;
}
#header .header-left .header-left-bottom .menu .sf-menu .item-left > ul > li{
    box-shadow: none;
    border-bottom: 1px solid #dfdfdf;
}
/* LOGIN & WELCOME PANEL */
#profile-panel-block{
    position: absolute;
    top: 30px;
    right: 85px;
    z-index: 11;
}
#header.scroll #profile-panel-block{
    display: none;
}
/*#login-link a{*/
    /*border-bottom: 1px solid white;*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    /*padding-bottom: 3px;*/
    /*font-size: 13px;*/
    /*font-family: RobotoJ;*/
    /*font-weight: 300;*/
    /*text-decoration: none;*/
    /*color: #FFFFFF;*/
    /*cursor: pointer;*/
/*}*/
/*#login-link a > span{*/
    /*background-image: url('/images/version-material/sprite_1280.png');*/
    /*background-color: transparent;*/
    /*background-repeat: no-repeat;*/
    /*background-position: -443px -63px;*/
    /*width: 11px;*/
    /*height: 13px;*/
    /*display: inline-block;*/
    /*vertical-align: baseline;*/
/*}*/
#login input[type=text],
#login input[type=email],
#login input[type=password],
#login input[type=file]{
    font-size: inherit;
    border-top: inherit;
    border-left: inherit;
    border-right: inherit;
    outline: inherit;
    padding: inherit;
    margin: inherit;
    width: 100%;
}
#login .input-field{
    float: none;
}
#login .btn{
    float: none;
    display: inline-block;
}
#login #login-submit{
    margin-bottom: 10px;
}
#login #login-box-left{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 2%;
    border-right: 1px solid #dedede;
}
#login #login-box-right{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 2%;
}
#login a.socials{
    margin: 5px;
    display: inline-block;
}

#login .socials-sprite {
    background-image: url(../../images/social/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

#login .fb {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

#login .gl {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

#login .ln {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

#login .ml {
    width: 24px;
    height: 24px;
    background-position: -5px -39px;
    margin-left: 0;
}

#login .ok {
    width: 24px;
    height: 24px;
    background-position: -73px -39px;
}

#login-box-left .question-min {
    width: 18px;
    height: 18px;
    background-position: -5px -73px;
    display: inline-block;
    vertical-align: middle;
}

#login .tw {
    width: 24px;
    height: 24px;
    background-position: -67px -73px;
}

#login .vk {
    width: 25px;
    height: 24px;
    background-position: -107px -5px;
}

#login .ya {
    width: 24px;
    height: 24px;
    background-position: -101px -73px;
}

#login .ms {
    width: 24px;
    height: 24px;
    background-position: -39px -39px;
}

#login h4{
    font-size: 20px;
}
#login .login-curtain{
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 1071;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#login .preloader{
    display: none;
    background: transparent;
    position: fixed;
    z-index: 1072;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
#login .preloader > img{
    opacity: 0.3;
    max-width: 100%;
    max-height: 100%;
}
#header .header-right .menu .top-menu-right{
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
}
#header .header-right .menu .top-menu-right > nav{
    height: 60px;
}
#header .header-right .menu .top-menu-right .sf-menu .item-right{
    box-sizing: border-box;
    text-align: left;
    width: auto;
}
#header .header-right .menu .top-menu-right .sf-menu .item-right > a{
    padding-bottom: 0px;
    border-bottom: 5px solid transparent;
    box-sizing: border-box;
    display: inline;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-family: RobotoJ;
    font-weight: 400;
    text-transform: uppercase;
}
#header .header-right .menu .top-menu-right .sf-menu .item-right.active > a,
#header .header-right .menu .top-menu-right .sf-menu #active_item_menu > a,
#header .header-right .menu .top-menu-right .sf-menu .item-right:hover > a{
    border-bottom: 2px solid white;
}
#header .header-right .menu .top-menu-right .sf-menu .item-right.active,
#header .header-right .menu .top-menu-right .sf-menu #active_item_menu{
    border-bottom: none;
}
#header .header-right .menu .top-menu-right .sf-menu .item-right > ul{
    top: 50px;
    text-align: left;
    background-color: #FFFFFF;
    padding: 0 10px;
    z-index: 101;
}
#header .header-right .menu .top-menu-right .sf-menu .item-right > ul > li{
    box-shadow: none;
    border-bottom: 1px solid #dfdfdf;
    z-index: auto;
}
#header .header-right .top-menu-additional-right .nav-additinal-right-btns{
    position: absolute;
    bottom: -9px;
    right: 0;
    width: auto;
    z-index: 100;
}
#header .header-right .top-menu-additional-right .nav-additinal-right-btns li{
    background: transparent;
}
.page-515 #header .header-right .top-menu-additional-right,
.page-516 #header .header-right .top-menu-additional-right,
.page-517 #header .header-right .top-menu-additional-right,
.page-525 #header .header-right .top-menu-additional-right,
.page-486 #header .header-right .top-menu-additional-right,
.page-485 #header .header-right .top-menu-additional-right,
.page-518 #header .header-right .top-menu-additional-right,
.page-201 #header .header-right .top-menu-additional-right,
.page-406 #header .header-right .top-menu-additional-right,
.page-410 #header .header-right .top-menu-additional-right,
.page-488 #header .header-right .top-menu-additional-right {
    display: none;
}
#header .header-right .top-menu-additional-right .item-additional-right a.btn{
    height: auto;
    width: auto;
    font-size: 20px;
    padding: 20px;
    z-index: 4;
}
#header .header-right .top-menu-additional-right .item-additional-right a.btn > span{
    padding: 0;
    height: auto;
    font-size: inherit;
    display: inline-block;
}
#header .header-right .top-menu-additional-right .item-additional-right a.btn{
    height: auto;
    width: auto;
    font-size: 20px;
    padding: 20px;
}
#header .header-right .top-menu-additional-right .item-additional-right a.btn:hover,
#header .header-right .top-menu-additional-right .item-additional-right a.btn:focus,
#header .header-right .top-menu-additional-right .item-additional-right a.btn.active{
    background-color: #fe603c;
    color: #FFFFFF;
}

.mdi-hardware-keyboard-arrow-down::before {
    font-family: 'Material-Design-Icons' !important;
    content: "\E7C1";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.header-left nav ul a:hover,
.header-right nav ul a:hover {
    background-color: transparent;
}

/* 920+ */
@media all and (min-width: 920px), (min-width: 920px) and (-webkit-min-device-pixel-ratio: 1.2){
    #header .row .block-left{
        width: 400px;
        padding-right: 30px;
    }
    #header .row .block-right{
        width: 592px;
    }
    #header .header-left .header-left-bottom .menu .sf-menu .item-left {
        margin: 0 10px;
    }
    #header .header-right .menu .top-menu-right .sf-menu .item-right{
        height: 60px;
        margin: 0 15px;
    }
    #header .header-left .header-left-top .phone{
        font-size: 16px;
        max-width: 150px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    #header .header-left .header-left-top a.logo{
        width: 150px;
        height: 42px;
        text-decoration: none;
    }
    #header .header-left .header-left-top img.logo{
        width: 180px;
        height: 42px;
        margin-top: -24px;
        margin-left: -16px;
    }
}
@media all and (min-width: 920px) and (max-width: 991px), (min-width: 920px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.2){
    /* LOGIN & WELCOME PANEL */
    #profile-panel-block{
        right: 20px;
    }
    #header .header-right .top-menu-additional-right .nav-additinal-right-btns{
        bottom: -42px;
    }
    #header .row .block-left{
        width: 380px;
        padding-right: 10px;
    }
    #header .row .block-right{
        width: 540px;
    }
    #header .header-right .menu .top-menu-right{
        width: auto;
    }
    #header .header-right .menu .top-menu-right .sf-menu .item-right{
        margin: 0 10px;
    }
}
    #header .header-left .header-left-top .phone a{
        color: #fff;
        text-decoration: none;
    }
/* 320 - 919 */
@media all and (max-width: 919px), (max-width: 919px) and (-webkit-min-device-pixel-ratio: 1.2){
    #profile-panel-block{
        top: -80px;
        right: 10px;
    }
    #header{
        background: #008ed1;
        height: 120px;
        position: relative;
    }
    #header > nav,
    .block-mobile-menu{
        display: block;
    }
    #header > nav{
        position: absolute;
        bottom: 10px;
        height: auto;
    }
    #header > nav .button-collapse{
        float: right;
        margin-right: 10px;
        text-decoration: none;
    }
    #header > nav .button-collapse i{
        font-size: 2.7rem;
    }
    #header .row{
        position: absolute;
        bottom: 20px;
        height: auto;
    }
    #header .row .block-left{
        background: #008ed1;
        width: 155px !important;
        position: relative;
        bottom: 0;
        z-index: 99;
    }
    #header .row .block-right{
        width: 100%;
    }
    #header .row > div{
        height: auto;
    }
    #header .header-left .header-left-top{
        border-bottom: 0;
        padding: 0;
    }
    #header .header-left .header-left-top a.logo{
        width: 105px;
        height: 31px;
        margin-left: 10px !important;
    }
    #header .header-left .header-left-top a.logo> img.logo{
        width: 100px;
        height: 41px;
        margin-top: -10px;
        margin-left: -12px;
    }
    #header .header-left .header-left-top .phone{
        font-size: 14px;
    }
    #header .header-right .top-menu-additional-right .nav-additinal-right-btns{
        bottom: -40px;
        margin-right: -25px;
        right: 50%;
    }
    #header .header-right .top-menu-additional-right .nav-additinal-right-btns ul.sf-menu > li{
        list-style-type: none;
    }
    #header .header-right .top-menu-additional-right .nav-additinal-right-btns ul.sf-menu > li > a{
        height: 41px !important;
        width: 41px !important;
        padding:  0 !important;
        font-size: 16px;
    }
    #header .header-right .top-menu-additional-right .nav-additinal-right-btns ul.sf-menu > li > a > span{
        top: -4px;
    }
    .block-mobile-menu{
        height: 0;
        width: 0;
        background-color: transparent;
    }
    .mean-container .mean-nav{
        position: absolute;
        margin-top: 35px;
    }
    .mean-container .mean-nav ul,
    .mean-container .mean-nav ul li{
        background-color: #363f45;
        color: #FFFFFF;
    }
    #header .sf-menu li a,
    #header .sf-menu li li a{
        color: #FFFFFF;
    }
    /* MOBILE MENU */
    .side-nav a{
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    .side-nav span.collapsible-header{
        display: inline-block;
    }
    .collapsible.popout>li{
        margin: 0;
        box-shadow: none;
    }
    #slide-out{
        background-color: #363f45;
        color: #FFFFFF;
        font-family: RobotoJ;
        font-weight: 300;
        font-size: 16px;
        font-style: normal;
    }
    #slide-out .logo{
        /*width: 150px;*/
        /*height: 42px;*/
        /*background-position: -49px -45px;*/
        /*vertical-align: middle;*/
        text-decoration: none;
        background-image: url("../../images/version-material/logo_vs_name.svg") ;
        background-position: center;
        background-size: 40%;
        padding-top: 25px;
    }
    #slide-out li{
        background: transparent;
        position: relative;
        margin: 0 10px !important;
        /*border-bottom: 1px solid #73797d;*/
    }
    #slide-out > li:first-child{
        height: 120px;
        line-height: 100px;
        text-align: center;
    }
    #slide-out > li:nth-child(2){
        border-top: 1px solid #73797d;
    }
    #slide-out > li:last-child{
        border-bottom: 1px solid #73797d;
    }
    #slide-out li.active{
        border-bottom: 1px solid #008ed1;
    }
    #slide-out li.active li:last-child{
        border-bottom-color: transparent;
    }
    #slide-out li:hover,
    #slide-out li:focus,
    #slide-out li.active{
        /*background-color: transparent;*/
        box-shadow: none;
        color: #008ed1;
        font-weight: 500;
        cursor: pointer;
    }
    #slide-out li:hover > a,
    #slide-out li:focus > a,
    #slide-out li.active > a{
        color: #008ed1;
        font-weight: 500;
    }
    #slide-out li > a{
        color: #FFFFFF;
        line-height: inherit;
        height: auto;
        text-decoration: none;
        font-size: 16px;
    }
    #slide-out li > span{
        position: absolute;
        top: 0;
        right: 0;
        color: #FFFFFF;
        margin: 0;
        overflow: hidden;
        padding: 0 1rem;
    }
    #slide-out li > .show-hide-body{
        display: none;
    }
    #slide-out li > span:hover{
        background-color: rgba(0,0,0,0.5);
    }
    #slide-out li:hover,
    #slide-out li.active,
    #slide-out li:focus{
        background-color: rgba(0,0,0,0.2);      /*закраска фона всех активных LI*/
    }
    #slide-out ul > li > a{
        font-size: 14px;
        line-height: 1.3;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .side-nav li > a{
        padding: 5px 0 0 8px; !important;
    }
    ul > li.no-padding:hover{ !important;
        background-color: rgba(0,0,0,0.2);
    }
}