header {
    height: 170px;
    background: #f2f2f2;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 80;
    transform: translate3d(0px,0px,0px);
    transition: all 0.25s linear 0s;
    display: block;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 80;
    transform: translate3d(0px,0px,0px);
    transition: all 0.25s linear 0s;
}

#header.fixed-up {
    transform: translate3d(0px,-170px,0px);
}

#header.fixed-down {
    transform: translate3d(0px,0,0px);
}


.clr {
    clear: both !important;
}
#header .container {
    max-width: unset;
}
#header .container:before {
    content: " ";
    display: table;
}
#header .container:after {
    clear: both;
}
#header + main {
    padding-top: 170px;
}
#header.fixed-down {
    transform: translate3d(0px,0,0px);
}
/*#header input,*/
#header  button {
    /*font-family: inherit;*/
    font-size: inherit;
    line-height: inherit;
}
.top_header {
    height: 50px;
    width: 100%;
    position: absolute;
    background: #fff;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
.top_gradient {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 120px;
    background: linear-gradient(to right,#47ad50 0%,#217f48 100%);
}

.top_phone {
    float: right;
    margin-top: 10px;
    color: #1f1f1f;
    font-size: 19px;
    position: relative;
    padding-left: 30px;
}

.top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    /* font-weight: 900; */
    /* font-family: "Font Awesome 5 Free"; */
    background: url(/wp-content/themes/kora/images/online/phone-alt-solid.svg) no-repeat 0 0;
    background-size: contain;
}
header a, header .link {
    color: #2fb44b;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
    cursor: pointer;
}
.top_phone a {
    color: #1f1f1f;
    font-size: 19px;
    text-decoration: none;
}

.top_phone b {
    font-weight: normal;
}

.top_account {
    float: right;
    margin: 6px 15px 0 20px;
}

.logo {
    overflow: hidden;
    position: absolute;
    margin-top: 62px;
    display: inline-block;
    z-index: 100;
}


#top_menu {
    position: relative;
}

header a, header .link {
    color: #2fb44b;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
    cursor: pointer;
}


.top_lang {
    float: right;
    margin: 6px 0 0 20px;
}

.top_lang a {
    padding: 5px 10px;
    color: #000;
    text-transform: uppercase;
}

.top_lang a.current {
    color: #2fb44b;
}

#top_menu {
    position: relative;
}

.sf-menu {
    min-height: auto;
    margin: 0;
    padding: 0;
    border-bottom: none;
    text-align: center;
    margin-top: 11px;
    margin-left: 250px;
    display: flex;
    position: relative;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    padding: 10px 0;
    width: 530px;
    z-index: 100;
}

.sf-menu > li {
    float: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    position: relative;
}

.sf-menu > li:after {
    width: 1px;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #d9d9d9;
}

.sf-menu > li:last-child:after {
    display: none;
}

.sf-menu > li > a {
    display: flex;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding: 0 20px;
    height: 69px;
    align-items: center;
}

.sf-menu > li:hover > a,.sf-menu > li.current > a {
    color: #217f48;
}

.sf-menu li:hover ul {
    left: 0;
    top: 67px;
    z-index: 99;
}

ul.sf-menu li:hover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul {
    left: 10em;
    top: 0;
}

ul.sf-menu li li:hover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul {
    left: 10em;
    top: 0;
}

.sf-menu li ul {
    background: #197448;
    display: block;
    column-count: 2;
}

.sf-menu li ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background: #40a44f;
    position: absolute;
    left: 50%;
    top: 15px;
    display: block;
}

.sf-menu li li {
    text-align: left;
    list-style: none;
    width: 250px;
}

.sf-menu li ul li:last-child a:after {
    font-family: "Font Awesome 5 Free","FontAwesome";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
}

.sf-menu li li a {
    font: normal 15px "Pt Sans";
    padding: 1px 20px;
    color: #fff;
    text-transform: none;
    text-align: left;
    position: relative;
}

.sf-menu li li a:hover,.sf-menu li li.current a {
    color: #fff;
    text-decoration: underline;
}

.sf-menu li li li {
    background: #9AAEDB;
    background-position: 0px 0px;
}

.menu_table {
    margin-top: 15px;
    margin-top: 0;
    display: flex;
    align-items: center;
    height: 49px;

}

.menu_table ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.menu_table ul > li.top_level {
    display: block;
    padding: 0 16px;
    border-right: 1px solid #86c98c;
}

.menu_table ul > li.top_level.current a {
    text-decoration: underline;
}

.menu_table ul > li.top_level:last-child {
    border-right: transparent;
}

.menu_table ul > li.top_level:first-child {
    padding-left: 0;
}

.menu_table > ul > li > a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.glossymenu-mixed {
    margin: 0 60px 0 0;
    padding: 0;
    float: left;
    width: calc(100%/3 - 60px);
}




footer a,
footer .link {
    color: #2fb44b;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
    cursor: pointer;
}

.menu_bottom_table ul {
    margin: 0 90px 0 0;
    list-style: none;
    padding: 0;
    width: calc(25% - 90px);
    position: relative;
    float: left;
}

.menu_bottom_table ul:after {
    content: "";
    display: block;
    position: absolute;
    right: -45px;
    top: 0;
    height: 150px;
    width: 1px;
    background: #c7c7c7;
}

.menu_bottom_table ul:nth-child(2) {
    width: calc(50% - 90px);
    column-count: 2;
}

.menu_bottom_table .top_level {
    margin-bottom: 10px;
}

.menu_bottom_table .top_level a {
    text-transform: uppercase;
    font-size: 17px;
    color: #1f1f1f;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.menu_bottom_table .sub_level {
    padding: 1px 0;
}

.menu_bottom_table .sub_level a {
    text-transform: uppercase;
    font-size: 15px;
    color: #1f1f1f;
}

.menu_bottom_table .sub_level:hover a,.menu_bottom_table .sub_level a.current {
    text-transform: uppercase;
    font-size: 15px;
    color: #47ad50;
    text-decoration: underline;
}

#footer {
    width: 100%;
    clear: both;
    padding: 75px 0 20px;
    background: #e5e5e5;
}

.copyright {
    color: #8d8d8d;
    float: left;
    width: calc(100% - 300px);
    font-size: 15px;
}

.sub_contact_us {
    text-transform: uppercase;
    font-size: 17px;
    color: #1f1f1f;
    margin-bottom: 10px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.contact_us_tel a {
    color: #1f1f1f;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
}
.mr25 {
    margin-right: 25px !important;
}
.fl {
    float: left !important;
}
.line {
    height: 1px;
    margin: 45px 0;
    background: #ccc;
}
.contact_us_tel span:hover,.click_show_phone:hover {
    cursor: pointer;
    text-decoration: underline;
}
.soc_icon {
    text-align: right;
}
.soc_icon a {
    font-size: 20px;
    margin: 0 5px;
    color: #000;
}
.soc_icon a:first-child {
    border-right: 1px solid #ccc;
    padding-right: 14px;
}
.soc_icon a:hover {
    color: #10b75e;
}


.fa-facebook:before {
    content: "\f09a"
}
.fa-facebook-f:before {
    content: "\f39e"
}
.fa-facebook-messenger:before {
    content: "\f39f"
}
.fa-facebook-square:before {
    content: "\f082"
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.icon-bar {
    height: 1px;
    background: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}


@media screen and (min-width: 1630px) {
    #header .container, #footer .container {
        width: 1600px;
        max-width: unset;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important;
    }
}


@media screen and (min-width: 1630px){
    #header .container,
    #footer .container {
        width: 1600px;
    }
}

@media screen and (max-width: 1629px) {
    #footer .container,
    #header .container {
        width: calc(100% - 30px);
        box-sizing: content-box;
        max-width: unset;
    }
}

@media screen and (max-width: 1472px) and (min-width: 1357px) {
    .top_menu_ru .menu_table {
        margin-top: 0;
    }
}



@media screen and (min-width: 992px) and (max-width:1199px) {
    .sf-menu {
        margin-left:220px;
    }

    .sf-menu > li {
        display: flex;
        align-items: center;
    }

    .sf-menu > li > a {
        font-size: 13px;
        padding: 0px 15px;
    }

    .menu_bottom_table ul {
        margin: 0 60px 0 0;
        width: calc(25% - 45px);
    }

    .menu_bottom_table ul:nth-child(2) {
        width: calc(50% - 45px);
        column-count: 2;
    }

    .menu_bottom_table ul:nth-child(3) {
        margin: 0;
    }

    .menu_bottom_table ul:nth-child(3):after {
        display: none;
    }

    .menu_bottom_table ul {
        width: calc(25% - 45px);
    }

    .menu_bottom_table ul:after {
        right: -30px;
        height: 220px;
    }

    .contact__wrapper {
        width: 100%;
    }
    .contact_us_tel {
        margin-top: 30px;
        text-align: center;
    }
    .contact_us_tel a {
        margin: 0 10px;
    }
    .contact_us_tel br {
        display: none;
    }

}


@media screen and (max-width: 1356px) and (min-width: 992px) {
    .menu_table {
        /*margin-top: 0;*/
        /*max-width: 1200px;*/
    }

}



@media (max-width: 1200px) {
    .menu_table ul > li.top_level {
        padding: 0 10px;
    }
    .menu_table > ul > li > a {
        font-size: 14px;
        line-height: 1.5;
    }
    .navbar-toggle {
        font: icon;
    }

}
@media screen and (max-width: 991px) {
    header#header {
        height:auto;
        background: #fff;
    }
    #header.fixed-up {
        height: 150px;
    }
    #header.fixed-down {
        height: auto;
    }
    .logo {
        margin-top: 15px;
        position: relative;
    }
    .top_header {
        display: none;
    }
    .top_gradient {
        position: relative;
        top: auto;
        height: auto;
    }
    .icon-bar {
        height: 1px;
        background: #000;
    }
    .navbar-toggle {
        display: block;
        position: fixed;
        right: 15px;
        top: 5px;
        margin: 0;
        width: 110px;
        height: 48px;
        background: #fff;
        cursor: pointer;
        z-index: 10;
    }
    .navbar-toggle b {
        float: left;
        margin: 10px 0;
    }
    .navbar-toggle .icon-bar {
        /*float: right;*/
    }
    #top_menu {
        display: none;
        height: 100%;
        position: fixed;
        z-index: 1001;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        background: linear-gradient(to right,#217f48 0%,#47ad50 100%);
    }
    #top_menu > div {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        padding: 50px 20px 30px 20px;
        overflow: auto;
        transition: all .4s;
    }
    #top_menu .closebtn {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #313131;
        text-decoration: none;
        font-size: 50px;
        font-weight: 300;
        transform: rotateZ(45deg);
    }
    .sf-menu {
        display: block;
        margin: 0;
    }
    .sf-menu > li {
        display: block;
    }
    .sf-menu > li:after {
        display: none;
    }
    .sf-menu > li > a,
    #top_menu .menu_table > ul > li > a {
        font-size:18px;
        color: #fff;
        display: block;
        padding: 5px 15px;
        height: auto;
    }
    .sf-menu > li:hover > a,.sf-menu > li.current > a {
        color: #fff;
        text-decoration: underline;
    }
    #top_menu .menu_table {
        height: auto;
        justify-content: center;
        border-top: 1px solid #fff;
        padding-top: 10px;
        margin-top: 10px;
    }
    #top_menu .menu_table ul {
        display: block;
        text-align: center;
    }
    #top_menu .menu_table ul > li.top_level {
        display: block;
        padding: 0;
        border-right: transparent;
    }
    .sf-menu ul,.sf-menu li:hover ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }
    .sf-menu li ul {
        column-count: 1;
    }
    .sf-menu li ul:before {
        display: none;
    }
    .sf-menu li li {
        width: 100%;
        text-align: center;
    }
    .top_gradient .menu_table ul {
        display: block;
        padding: 5px 0;
        text-align: center;
    }

    .top_gradient .menu_table ul > li.top_level:first-child {
        padding-left: 20px;
    }

    .top_gradient .menu_table ul > li.top_level {
        margin: 2px 0;
        padding: 0 10px;
        display: inline-block;
    }

    .top_gradient .menu_table ul > li.top_level:last-child {
        border-right: transparent;
    }

    .top_gradient .menu_table > ul > li > a {
        padding: 3px 0;
        font-size: 14px;
    }

    .top_account {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 310px;
    }

    .top_account a {
        display: block;
        margin: 10px 0 !important;
        font-size: 25px !important;
        width: 100%;
    }

    .top_account a.btn_none {
        color: #ffffff;
        border: 1px solid #ffffff;
        background: none;
    }

    .top_phone {
        float: none;
        text-align: center;
        color: #fff;
        width: auto;
        display: inline-flex;
        margin: 0 auto 10px;
        min-height: 27px;
    }
    .top_phone:before {

    }

    .top_phone a {
        color: #fff;
    }

    .top_phone b {
        display: block;
        width: 200px;
        margin: 10px auto;
        position: relative;
    }


    /*.top_phone b:before {*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    font-weight: 900;*/
    /*    font-family: "Font Awesome 5 Free";*/
    /*    content: "\f879";*/
    /*}*/

    .top_phone i {
        display: none;
    }

    .top_lang {
        float: none;
        text-align: center;
    }

    .top_lang a {
        color: #fff;
    }

    .top_lang a.current {
        color: #000000;
        text-decoration: underline;
    }

    .news_main {
        margin-bottom: 30px;
    }

    .main_block {
        text-align: center;
    }

    .mp_item {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        float: none;
        text-align: center;
    }

    .menu_bottom_table {
        display: block;
        text-align: center;
    }

    .menu_bottom_table ul {
        padding-bottom: 10px;
    }

    .menu_bottom_table ul,.menu_bottom_table ul:nth-child(2) {
        margin: 0;
        width: 100%;
        column-count: auto;
    }

    .menu_bottom_table ul:after {
        display: none;
    }

    .menu_bottom_table li.sub_level {
        display: none;
        padding: 5px 0;
    }

    .menu_bottom_table ul:nth-child(3) li.sub_level {
        display: block;
        margin-bottom: 10px;
    }

    .menu_bottom_table ul:nth-child(3) li.sub_level a {
        text-transform: uppercase;
        font-size: 17px;
        color: #1f1f1f;
        font-family: 'Proxima Nova Lt';
        font-weight: 600;
    }

    .menu_bottom_table .mb_toggle:before {
        font-weight: 900;
        display: inline-block;
        margin-left: 10px;
        font-size: 20px;
        font-family: "Font Awesome 5 Free";
        content: "\f107";
    }

    .menu_bottom_table .mb_toggle.current:before {
        content: "\f106";
    }
    .contact_us_tel {
        margin-top: 30px;
        margin-top: 0;
        text-align: center;
        padding-left: 15px;
    }

}

@media screen and (max-width: 767px) {
    .copyright {
        clear: both;
        padding-top: 15px;
        width: 100%;
    }
    .soc_icon {
        padding-top: 10px;
    }
    .line {
        margin: 25px 0;
    }
}


@media screen and (max-width: 479px) {
    .logo {
        width: 140px;
    }
}


/* Header */

.top_phone {
float: right;
margin-top: 10px;
color: #1f1f1f;
font-size: 19px;
position: relative;
padding-left: 30px;
}

.top_phone:before {
position: absolute;
left: 0;
top: 0;
font-weight: 900;
font-family: "Font Awesome 5 Free";
content: "\f879"; 
}

.top_phone a {
color: #1f1f1f;
font-size: 19px;   
text-decoration: none; 
}

.top_phone b {
font-weight: normal;    
}

.top_icon {
float: right;
margin-top: 10px;
font-size: 20px;
position: relative;
}

.top_icon a{
color: #555;
margin-right: 12px;
}

.top_icon a:hover{
color: #2fb44b;
}

.top_account {
float: right;    
margin: 6px 15px 0 20px;
}



/* Header end */
.top_account a {
    float: left;
    min-height: auto;
    margin-top: 0;
    margin-left: 10px;
}
.btn.btn-sm {
    font-size: 16px;
    padding: 3px 26px;
}
.btn_grad, .stepbtn  {
background: linear-gradient(to right, #4cb039 0%,#0cb861 100%);
}

.btn_grad:hover, .btn_grad:focus, .stepbtn:hover, .stepbtn:focus {
background: linear-gradient(to right, #378628 0%,#05de70 100%);
}

.btn_none{
color: #1f1f1f !important;    
border: 1px solid #1f1f1f !important;    
background: none;
}

.btn_none:hover, .btn_none:focus {
color: #4cb039 !important;    
border: 1px solid #4cb039 !important;    
background: none;  
}
