/* cyrillic-ext */
/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext');

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?subqva");
    src: url("../fonts/icomoon.eot?subqva#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?subqva") format("truetype"), url("../fonts/icomoon.woff?subqva") format("woff"), url("../fonts/icomoon.svg?subqva#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }

html, body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
}


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    /*noinspection CssNoGenericFontName*/
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
    content: "\e900"; }

.icon-curve:before {
    content: "\e901"; }

.icon-facebook:before {
    content: "\e902"; }

.icon-globe:before {
    content: "\e903"; }

.icon-instagram:before {
    content: "\e904"; }

.icon-language:before {
    content: "\e905"; }

.icon-linkedin:before {
    content: "\e906"; }

.icon-search:before {
    content: "\e907"; }

.icon-star:before {
    content: "\e908"; }

.icon-twitter:before {
    content: "\e909"; }

.icon-youtube:before {
    content: "\e90a"; }

.icon-pinterest:before {
    content: "\ead0"; }

.icon-gplus:before {
    content: "\ea8d"; }


.link, .link:focus {
    color: #319b42;
}
.link:hover {
    color: #e8f5a8;
}

.wrapper {
    overflow: hidden;
    position: relative;
    padding: 91px 0 0;
}

@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 59px;
    }
}

.wrap {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.line, .line--default {
    height: 1px;
}

.section {
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.section.gray-bg {
    background: #F8F9F8;
}

.nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-transform: uppercase; }
@media only screen and (max-width: 1023px) {
    .nav {
        -webkit-box-ordinal-group: 4;
        /*noinspection CssUnknownProperty*/
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
.nav .main-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 16px;
    padding:0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media only screen and (max-width: 1023px) {
    .nav .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        margin: 0 auto; } }
.nav .nav-item,
.nav .menu-item{
    margin: 0 6px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px; }


.nav .nav-item.hover > a ,
.nav .menu-item.hover > a {
    color: #000; }
.nav .nav-item > a,
.nav .menu-item > a {
    position: relative;
    z-index: 1000;
    -webkit-align-self: center;
    /*noinspection CssUnknownProperty*/
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 20px; }
@media only screen and (max-width: 1023px) {
    .nav .nav-item,
    .nav .menu-item {
        margin: 0;
        display: block;
        height: auto; } }
.nav .nav-item .open-icon,
.nav .menu-item .open-icon {
    display: none; }
@media only screen and (max-width: 1023px) {
    .nav .nav-item.has-drop-down .open-icon,
    .nav .menu-item.has-drop-down .open-icon {
        display: block; } }
@media only screen and (max-width: 1023px) {
    .nav .nav-item.open-item > a,
    .nav .menu-item.open-item > a {
        background: rgba(216, 216, 216, 0.6); } }
.nav .nav-item.open-item .open-icon:before,
.nav .menu-item.open-item .open-icon:before {
    display: none; }
.nav li {
    padding: 0; }
.nav li:after {
    display: none; }
.nav li:hover .drop {
    z-index: 11; }
.nav a {
    font-size: 1.0rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    letter-spacing: -0.21px;
    color: #9b9b9b;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav .current-menu-item > a,
.nav .current-page-ancestor > a,
.nav .current-category-ancestor > a {
    color: #000;
}

#wpadminbar .ab-submenu {
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    .nav a {
        color: #5b5b5b;
        line-height: 31px;
    }
    .nav li:hover {
        background: #f3f3f3;
    }
    .nav li.current-menu-item {
        background: #f7f7f7;
    }
}
.nav a:focus, .nav a:hover {
    color: #000; }
@media only screen and (max-width: 1023px) {
    .nav a {
        /*font-size: 14px;*/
        font-size: 0.875rem;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 300;
        padding: 4px 15px;
        position: relative; }
    .nav a .open-btn {
        display: block; } }
.nav .drop {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 0 5px 0;
    width: 213px;
    display: none;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19); }
@media only screen and (max-width: 1023px) {
    .nav .drop {
        position: static;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 7px 0 6px;
        background: rgba(216, 216, 216, 0.3); } }
.sticky-header .nav .drop {
    top: 54px; }
.nav .drop:after {
    content: "";
    bottom: 100%;
    left: 0;
    right: 0;
    height: 56px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute; }
@media only screen and (max-width: 1023px) {
    .nav .drop:after {
        display: none; } }
.sticky-header .nav .drop:after {
    height: 40px; }
.nav .drop li {
    margin: 0 0 14px; }
@media only screen and (max-width: 1023px) {
    .nav .drop li {
        margin: 0; } }
.nav .drop a {
    display: block;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    /*line-height: 18px;*/
    line-height: 1.125rem;
    padding: 11px 24px; }
@media only screen and (max-width: 1023px) {
    .nav .drop a {
        text-transform: none;
        padding: 4px 29px; } }
.nav .drop a:hover {
    background: rgba(216, 216, 216, 0.3); }
.nav .drop a:after {
    display: none; }

.search-btn-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19px;
    -ms-flex: 0 0 19px;
    flex: 0 0 19px;
    /*font-size: 22px;*/
    font-size: 1.375rem;
    margin: 0 0 0 18px; }
@media only screen and (max-width: 1023px) {
    .search-btn-container {
        display: none; } }

.search-btn-opener {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.search-btn-opener.mobile {
    display: none; }
@media only screen and (max-width: 1023px) {
    .search-btn-opener.mobile {
        display: block;
        float: right;
        margin: 14px 0 0 10px; } }
@media only screen and (max-width: 767px) {
    .search-btn-opener.mobile {
        display: block;
        float: right;
        margin: 4px 0 0 10px;
        /*font-size: 22px;*/
        font-size: 1.375rem;
        /*line-height: 27px;*/
        line-height: 1.6875rem; } }
@media only screen and (max-width: 1023px) {
    .search-container .search-btn-opener {
        display: none; } }

.search-container {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px 8px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.search-open .search-container {
    top: 100%; }

.search-container .formSearch {
    display: block;
}

.search-container input[type="search"] {
    /*font-size: 14px;*/
    font-size: 0.875rem;
    /*line-height: 25px;*/
    line-height: 1.5625rem;
    letter-spacing: -0.06px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    outline: none;
    width: 100%;
    max-width: 100%;
    background: #fff;
    color: #4a4a4a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 14px;
    margin: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #cacaca;
}

.search-container .search-btn {
    background: none;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 45px;
    width: 45px;
    min-width: 0;
    z-index: 2;
    /*font-size: 22px;*/
    font-size: 1.375rem;
    border: none;
}

.language-switcher {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    margin: 0 0 0 18px;
    position: relative;
    height: 21px; }

.language-switcher a {
    color: #333;
}

.language-switcher a:hover {
    color: #999;
}

@media only screen and (max-width: 1023px) {
    .language-switcher {
        -webkit-box-ordinal-group: 4;
        /*noinspection CssUnknownProperty*/
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        height: auto;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
        text-align: left; } }
@media only screen and (max-width: 1023px) {
    .language-switcher.open .lang-opener-mobile {
        background: #2c9145; } }
.language-switcher span.mobile {
    display: none; }
@media only screen and (max-width: 1023px) {
    .language-switcher span.mobile {
        display: block; } }
.language-switcher span.desktop {
    display: block; }
@media only screen and (max-width: 1023px) {
    .language-switcher span.desktop {
        display: none; } }
.language-switcher .title {
    display: none;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    /*line-height: 25px;*/
    line-height: 1.5625rem;
    font-weight: 300; }
@media only screen and (max-width: 1023px) {
    .language-switcher .title {
        display: block; } }
.language-switcher .lang-opener {
    display: block;
    /*line-height: 13px;*/
    line-height: 0.8125rem;
    text-align: center;
    cursor: pointer; }
@media only screen and (max-width: 1023px) {
    .language-switcher .lang-opener {
        text-align: left;
        padding: 3px 40px 3px 10px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        min-width: 290px;
        margin: 0 auto;
        border: 1px solid #8e908c; } }
.language-switcher .icon-language {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
    font-size: 16pt;
}
@media only screen and (max-width: 1023px) {
    .language-switcher .icon-language {
        display: none; } }
.language-switcher .lang-selected {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    /*font-size: 10px;*/
    font-size: 0.625rem;
    /*line-height: 22px;*/
    line-height: 1.375rem;
    font-family: "CarnacBold", Arial, Helvetica, sans-serif; }
@media only screen and (max-width: 1023px) {
    .language-switcher .lang-selected {
        /*font-size: 14px;*/
        font-size: 0.875rem;
        /*line-height: 27px;*/
        line-height: 1.6875rem;
        text-transform: none;
        font-family: "Roboto", Arial, Helvetica, sans-serif; } }
.language-switcher .lang-opener-mobile {
    display: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
@media only screen and (max-width: 1023px) {
    .language-switcher .lang-opener-mobile {
        display: block;
        width: 22px;
        height: 24px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        top: 3px;
        right: 4px;
        background: #d1eb50; } }
.language-switcher .lang-opener-mobile .icon {
    position: absolute;
    top: 6px;
    left: 7px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*font-size: 12px;*/
    font-size: 0.75rem;
    color: #fff; }
.language-switcher .language-drop {
    position: absolute;
    top: 100%;
    left: -5px;
    display: none;
    margin: 5px 0 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 0.95); }
@media only screen and (max-width: 1023px) {
    .language-switcher .language-drop {
        left: 15px;
        right: 15px;
        margin: 0;
        position: static; } }
.language-switcher .language-drop li {
    /*font-size: 15px;*/
    font-size: 0.9375rem;
    /*line-height: 15px;*/
    line-height: 0.9375rem;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.language-switcher .language-drop li:after {
    display: none; }
.language-switcher .language-drop li:hover,
.language-switcher .language-drop li.selected {
    background: rgba(216, 216, 216, 0.3);
}

.language-switcher .language-drop li a {
    padding: 10px;
    display: block;
}

.location-switcher {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    height: auto;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 2;
    /*noinspection CssUnknownProperty*/
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    display: none; }
@media only screen and (max-width: 1023px) {
    .location-switcher {
        display: block; } }
@media only screen and (max-width: 1023px) {
    .location-switcher.open .location-opener-mobile {
        background: #2c9145; } }
.location-switcher .title {
    display: block;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    /*line-height: 25px;*/
    line-height: 1.5625rem;
    font-weight: 300; }
.location-switcher .location-opener {
    display: block;
    /*line-height: 13px;*/
    line-height: 0.8125rem;
    /*text-align: center;*/
    cursor: pointer;
    text-align: left;
    padding: 4px 40px 4px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-width: 290px;
    margin: 0 auto;
    border: 1px solid #8e908c; }
.location-switcher .location-selected {
    display: block;
    position: relative;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    /*line-height: 27px;*/
    line-height: 1.6875rem;
    z-index: 2;
    text-transform: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
.location-switcher .location-opener-mobile {
    display: block;
    width: 22px;
    height: 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    right: 4px;
    background: #d1eb50;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.location-switcher .location-opener-mobile .icon {
    position: absolute;
    top: 6px;
    left: 7px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*font-size: 12px;*/
    font-size: 0.75rem;
    color: #fff; }
.location-switcher .location-drop {
    /*margin: 0;*/
    position: static;
    display: none;
    height: 146px;
    overflow: auto;
    margin: 5px 0 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 0.95); }
.location-switcher .location-drop li {
    padding: 10px;
    /*font-size: 15px;*/
    font-size: 0.9375rem;
    /*line-height: 15px;*/
    line-height: 0.9375rem;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.location-switcher .location-drop li:after {
    display: none; }
.location-switcher .location-drop li:hover {
    background: rgba(216, 216, 216, 0.3); }

.header {
    position: fixed;
    top: 0;
    width: 100%;
    letter-spacing: -0.21px;
    font-weight: normal;
    /*z-index: 10;*/
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99999; }
.header .header-container {
    z-index: 5;
    position: relative;
    background: #fff;
    padding: 57px 0 7px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
@media only screen and (max-width: 1023px) {
    .header .header-container {
        padding: 57px 0 7px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); } }
.sticky-header .header .header-container {
    padding: 10px 0; }
.sticky-header .header .logo {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.header .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.header .wrap:after {
    display: none; }
@media only screen and (max-width: 1023px) {
    .header .wrap {
        display: block; }
    .header .wrap:after {
        content: "";
        clear: both;
        display: block; } }
.header .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 218px;
    -ms-flex: 0 0 218px;
    flex: 0 0 218px;
    width: 218px;
    height: 57px;
    position: relative;
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
@media only screen and (max-width: 1023px) {
    .header .logo {
        float: left;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
@media only screen and (max-width: 767px) {
    .header .header-container {
        padding: 0 0 7px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    }
    .header .logo {
        width: 118px;
        height: 30px;
    }
}
.header .logo .skicky-logo {
    display: none; }
.header .logo .default-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.header a {
    text-decoration: none; }
.header .login-btn {
    display: inline-block;
    vertical-align: top;
    color: #000;
    background: #d1eb50;
    /*font-size: 13px;*/
    font-size: 0.8125rem;
    /*line-height: 17px;*/
    line-height: 1.0625rem;
    font-weight: 400;
    padding: 2px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width: 55px;
    margin: 0 0 0 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    letter-spacing: -0.21px; }
@media only screen and (max-width: 1023px) {
    .header .login-btn {
        max-width: 320px;
        min-width: 290px;
        -webkit-box-ordinal-group: 2;
        /*noinspection CssUnknownProperty*/
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        /*font-size: 16px;*/
        font-size: 1rem;
        /*line-height: 20px;*/
        line-height: 1.25rem;
        padding: 10px 10px;
        margin: 0 auto 17px; } }
.header .login-btn:hover {
    background: #e8f5a8;
    color: #000; }
.header .login-btn:focus {
    background: #2c9145;
    color: #fff; }
.header .location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21px;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    color: #000;
    margin: 0 0 0 18px;
    font-size: 16pt;
}
@media only screen and (max-width: 1023px) {
    .header .location {
        -webkit-box-ordinal-group: 3;
        /*noinspection CssUnknownProperty*/
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: none; } }
.header .menu-burger {
    display: none;
    position: relative;
    margin: 16px 0 0 20px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
@media only screen and (max-width: 767px) {
    .header .menu-burger {
        margin: 5px 0 0 20px; } }
.header .menu-burger.open span {
    visibility: hidden;
    opacity: 0; }
.header .menu-burger.open:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; }
.header .menu-burger.open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px; }
.header .menu-burger:after, .header .menu-burger:before,
.header .menu-burger span {
    content: "";
    height: 4px;
    background: #181818;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.header .menu-burger:after {
    top: 2px; }
.header .menu-burger:before {
    top: 18px; }
@media only screen and (max-width: 1023px) {
    .header .menu-burger {
        display: block;
        float: right; } }
.header .mobile-drop-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
@media only screen and (min-width: 1024px) {
    .header .mobile-drop-container {
        height: auto !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
@media only screen and (max-width: 1023px) {
    .header .mobile-drop-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        max-height: -webkit-calc(100vh - 55px);
        max-height: calc(100vh - 55px);
        overflow: auto;
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.19);
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.19); } }
.header .mobile-drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media only screen and (max-width: 1023px) {
    .header .mobile-drop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 0 33px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: center; } }

.alert.beta-alert {
    padding: 6px 20px;
    text-align: center;
    background: #333;
    color: #fff;
    border: 0 none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .alert.beta-alert {
        position: relative;
    }
}


.crumbsContainer {
    padding: 10px 20px;
}

ul.list--markedRed {
    list-style: none;
}

.sidebar-links {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-links--big .list {
    padding: 0 15px 0 25px;
}

.sidebar-links--big .list a {
    line-height: 1.1em;
    font-size: 17px;
    padding: 13px 0;
}

.sidebar-links--big .list > li:not(:last-child) a {
    background-image: none;
}

.pagination {
    display: block;
    text-align: center;
    font-size: 20px;
}

.pagination .page-numbers {
    padding: 0 10px;
}

.pagination .page-numbers.current {
    padding: 0 10px;
    font-size: 100%;
    color: #309b42;
}


.social-section {
    background: #181818;
    padding: 59px 0 34px; }
@media only screen and (max-width: 900px) {
    .social-section {
        padding: 30px 0 37px; } }
.social-section .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.social-section .wrap:after {
    display: none; }
@media only screen and (max-width: 600px) {
    .social-section .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
.social-section .logo {
    position: relative; }
@media only screen and (max-width: 900px) {
    .social-section .logo {
        width: 199px;
        height: 51px; } }
@media only screen and (max-width: 600px) {
    .social-section .logo {
        margin: 0 auto 38px; } }
.social-section .logo svg {
    width: 100%;
    height: auto; }
.social-section .social_networks {
    padding: 0;
    margin: 0 4px 0 0;
    overflow: hidden; }
@media only screen and (max-width: 600px) {
    .social-section .social_networks {
        margin: 0; } }
.social-section .social_networks li {
    display: inline-block;
    padding: 0;
    float: left;
    margin: 0 0 0 12px; }
.social-section .social_networks li:after {
    display: none; }
@media only screen and (max-width: 600px) {
    .social-section .social_networks li {
        margin: 0 5px; } }
.social-section .social_networks a {
    text-decoration: none;
    color: #000;
    display: block;
    background: #fff;
    padding: 4px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 33px;
    height: 33px;
    text-align: center;
    /*font-size: 19px;*/
    font-size: 1.1875rem;
    /*line-height: 29px;*/
    line-height: 1.8125rem; }
@media only screen and (max-width: 600px) {
    .social-section .social_networks a {
        width: 28px;
        height: 28px;
        /*font-size: 16px;*/
        font-size: 1rem;
        /*line-height: 24px;*/
        line-height: 1.5rem; } }
.social-section .social_networks a:hover {
    background: #e8f5a8; }
.social-section .social_networks a .icon {
    margin: 0 0 0 2px;
    display: inline-block; }

.footer {
    background: #000;
    margin-top: 0;
    padding: 44px 0; }
@media only screen and (max-width: 900px) {
    .footer {
        padding: 42px 0; } }
.footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.footer .wrap:after {
    display: none; }
.footer .link-container {
    margin: 0;
    padding: 5px 0 0; }

.footer .link-container ul {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 900px) {
    .footer .link-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0 0 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
.footer .link-container li {
    padding: 0;
    margin: 0 0 23px; }
.footer .link-container li:after {
    display: none; }
@media only screen and (max-width: 900px) {
    .footer .link-container li {
        margin: 0 29px 23px; } }
@media only screen and (max-width: 767px) {
    .footer .link-container li {
        margin: 0 29px 23px 21px; } }
.footer .link-container a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    line-height: 18px;
    color: #fff; }
.footer .link-container a:hover {
    color: #d1eb50; }
.footer .link-container a:hover .icon-holder {
    background: #d1eb50; }
.footer .link-container a:hover .small-text {
    color: #d1eb50; }
@media only screen and (max-width: 767px) {
    .footer .link-container a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
.footer .link-container .icon-holder {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #dedfde;
    text-align: center;
    line-height: 22px;
    padding: 4px; }
.footer .link-container .icon {
    color: #fff; }
.footer .link-container .text-holder {
    padding: 0 0 0 14px; }
@media only screen and (max-width: 767px) {
    .footer .link-container .text-holder {
        padding: 0 0 0 20px; } }
.footer .link-container .title {
    display: block;
    /*font-size: 16px;*/
    font-size: 1rem;
    /*line-height: 20px;*/
    line-height: 1.25rem; }
.footer .link-container .smalltext {
    /*font-size: 12px;*/
    font-size: 0.75rem;
    /*line-height: 18px;*/
    line-height: 1.125rem;
    display: block;
    margin: 0; }


.footer .footer-menu {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 900px) {
    .footer .footer-menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 19px;
        max-width: 500px;
        padding: 0 40px; } }
.footer .footer-menu li {
    display: block;
    padding: 0;
    /*line-height: 18px;*/
    /*line-height: 18px;*/
    line-height: 1.125rem;
    margin: 0 0 16px; }
@media only screen and (max-width: 900px) {
    .footer .footer-menu li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 0 0 5px; } }
.footer .footer-menu li:after {
    display: none; }
.footer .footer-menu a {
    text-decoration: none;
    color: #fff;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    /*line-height: 18px;*/
    line-height: 1.125rem; }
.footer .footer-menu a:hover {
    text-decoration: underline; }
@media only screen and (max-width: 900px) {
    .footer .form-holder {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 50px; } }
.footer .subscribe-form {
    color: #fff;
    max-width: 204px;
    display: none; }
@media only screen and (max-width: 900px) {
    .footer .subscribe-form {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 500px;
        padding: 0 40px; } }
.footer .subscribe-form .heading {
    color: #fff;
    /*font-size: 18px;*/
    font-size: 1.125rem;
    /*line-height: 32px;*/
    line-height: 2rem;
    margin: 0 0 12px; }
@media only screen and (max-width: 767px) {
    .footer .subscribe-form .heading {
        /*font-size: 16px;*/
        font-size: 1rem; } }
.footer .subscribe-form input[type="email"] {
    min-width: 204px; }
.footer .subscribe-form input[type="submit"] {
    min-width: 204px;
    width: 100%; }
.footer .subscribe-form .form-control {
    padding: 0 0 12px; }
.footer .subscribe-form .form-group.check .radio-label {
    color: #fff; }
.footer .subscribe-form .icon-holder {
    display: block;
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12px;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #dedfde;
    text-align: center;
    padding: 1px;
    /*font-size: 7px;*/
    font-size: 0.4375rem; }
.footer .subscribe-form .text-holder {
    margin: 0 0 0 8px; }
.footer .subscribe-form .subscribe-info-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*font-size: 7px;*/
    font-size: 0.4375rem;
    /*line-height: 12px;*/
    line-height: 0.75rem; }
.footer .text-widget {
    padding: 137px 0 0; }
@media only screen and (max-width: 900px) {
    .footer .text-widget {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0;
        text-align: center; } }
.footer .text-widget h4 {
    color: #fff;
    font-weight: normal; }
@media only screen and (max-width: 600px) {
    .footer .text-widget h4 {
        /*font-size: 27px;*/
        font-size: 1.6875rem; } }

.footer .footer-copyright {
    color: #aaa;
    font-size: 8pt;
}

a {
    color: #319b42;
}

a:hover {
    color: #d1ec51;
}


.pageContent p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.pageContent h2 {
    font-size: 22px;
}

.pageContent h3 {
    font-size: 18px;
}

.pageContent h4 {
    font-size: 16px;
}

.pageContent h5 {
    font-size: 14px;
}

.pageContent img.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}

.pageContent img.alignright {
    float: right;
    margin: 0 0 10px 15px;
}


.articlePreviewCont {
    text-align: center;
    width: 100%;
}

.articlePreview {
    max-width: 90%;
    width: 100%;
    min-height: 240px;
    position: relative;
    padding: 20px 20px 30px;
    background: #fff;
    text-align: left;
    display: inline-block;
}

.articlePreview-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.articlePreview-readMore {
    padding: 0 10px 10px 20px;
}

.articlePreview-readMore .link {
    color: #319b42;
}

.bottom-links .articlePreview {
    display: block;
    min-height: 0;
}

.bottom-links .articlePreview-heading {
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
    color: #333;
}

.bottom-links a.articlePreview:hover {
    color: #666;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .bottom-links .col-xs-12 {
        margin-bottom: 30px;
    }
}

.post-excerpt {
    color: #333;
}

.autorPostBlock, .sidebar-experts, .pageContent {
    color: #333;
}

.post-info {
    color: #999;
    border-left: 0 none;
    border-right: 0 none;
}

.autorPostBlock .post a, .sidebar-experts .post a, .pageContent .post a,
.post-info .more .link {
    color: #319b42;
}

.autorPostBlock .post a:hover, .sidebar-experts .post a:hover, .pageContent .post a:hover,
.post-info .more .link:hover {
    color: #d1ec51;
}

.pageContent .post a.heading {
    color: #221e1f;
}

.pageContent .post a.heading:hover {
    color: #d1ec51;
}


.heading--default {
    font-size: 29px;
}

.big-thumbnail {
    position: relative;
}

    .big-thumbnail .container {
        position: relative;
    }

    .big-thumbnail img {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .big-thumbnail .heading--default {
        position: absolute;
        bottom: 0;
        left: 20px;
        padding: 10px 20px;
        background-color:  rgba(0, 0, 0, 0.6);
        color: #fff;
        display: inline-block;
        font-weight: 400;
    }

    .big-thumbnail .content--default {
        font-size: 60%;
        margin-top: 15px;
    }

.sidebar-text {
    font-size: 18px;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-weight: 300;
}

.slider-navHeading .heading {
    font-size: 29px;
}

    .slider-navHeading .heading a {
        color:#333;
        text-decoration: none;
    }

    .slider-navHeading .heading a:hover {
        color: #666;
        text-decoration: none;
    }

.slider-navHeading .prev, .slider-navHeading .next {
    color: #d1ec51;
}

.slider--wide .owl-dot.active {
    /* color: #d1eb50; */
    background-color: #319b42;
}

.sidebar-heading {
    font-size: 22px;
    font-family: Roboto, 'Tahoma', sans-serif;
    font-weight: 500;
}

.slider-navHeading .link:hover {
    color: #319b42;
    border-bottom: 1px solid #319b42;
}

.homepage-sliders .slider--articles {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.linksTabled .link:hover {
color: #319b42;
border-bottom: 1px solid #319b42;
}

.sidebar-links .list a:hover,
.sidebar-links .list li.current_page_item a,
.sidebar-links .list li.active a {
color: #319b42;
}

.formSearch > input[type="button"], .formSearch > input[type="submit"], .formSubscription input[type="button"], .formSubscription input[type="submit"] {
background-color: #d1ec51;
}

.form input[type="button"], .form input[type="submit"] {
    background-color: #221e1f;
}

.form input[type="button"]:hover, .form input[type="submit"]:hover {
    background-color: #d1ec51;
}


.button--red {
background-color: #d1ec51;
}

@media (max-width: 991px) {
    .pageContent {
        margin: 0;
    }
}

.lp-face img {
    height: auto;
}

.lp-blocks.lp-delimiter {
    padding: 0;
}
.lp-block,
.lp-blocks {
    padding: 20px 0;
}

@media (max-width: 1199px) {
    nav ul > li > a {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .second-block {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "over" "under";
    }
    .second-block > .over {
        grid-area: over;
    }
    .second-block > .under {
        grid-area: under;
    }
}

.slider--articles .owl-stage,
.slider--articles .owl-stage .owl-item,
.slider--articles .owl-stage .owl-item .articlePreviewCont {
    display: flex;
}

.sidebar-tags-div {
    margin-top: 20px;
}

.link--tagBlock.active {
    font-weight: bold;
}

.image-1-of-2 {
    width: 50%;
}

.p3 {
    padding: 3px;
}

.p5 {
    padding: 5px;
}
