/* NAV TOGGLE */
.nav-toggle span {
    background: #000;
}

.nav-toggle.active span {
    background: #000;
}

.nav-toggle.active span.l1 {
    margin-top: 14px;
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #ed1c24;
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #ed1c24;
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}

.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}

.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    content: '';
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*
    Rwd Lang Menu
 */

.rwd-lang {
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: none;
}

.rwd-lang li .lang {
    color: #0d2a54;
}

/*--------------- RESPONSIVE -------------*/
@media screen and (max-width: 1620px) {
    .text-page .big-slide.with-menu {
        padding-left: 275px;
    }

    .text-page .fixed-menu-bg {
        width: 275px;
        right: auto;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 1440px) {
    .social-news-box {
        padding: 15px;
    }

    .social-news-box .box-content {
        padding-top: 20px;
    }

    .social-news-box .box-content .box-image {
        width: 120px;
    }

    .social-news-box .box-title .title-text {
        padding: 0 10px 0 20px;
    }

    .news-list ul li .box-content {
        padding: 40px 60px;
    }

    .news-list .box-title {
        font-size: 30px;
        line-height: 36px;
    }

    .footer-top .footer-img {
        width: 40%;
        right: 15px;
    }

    .footer-top .footer-content {
        padding: 70px 0;
    }

    .text-page .text-content {
        margin: 0px -20px;
    }

    .text-page .text-content.with-menu {
        padding-left: 300px;
    }

    .text-page .left-wrapper {
        width: calc(100% - 350px);
        padding: 0 20px 100px;
    }

    .text-page .right-wrapper {
        width: 350px;
        padding: 0 20px;
    }

    .text-page .downloads-list .downloads li {
        width: 50%;
    }

    .main-slider .slide-title {
        font-size: 48px;
        line-height: 56px;
    }

    .main-slider .text-wrapper {
        top: 55%;
    }

    .tags-section .tags-section-title {
        font-size: 48px;
        line-height: 60px;
    }

    .candidate-service {
        padding-bottom: 100px;
    }

    .big-title {
        padding: 40px 0;
        font-size: 40px;
        line-height: 50px;
    }

    .big-title.red {
        font-size: 48px;
    }
}

@media screen and (max-width: 1366px) {
    .text-page .fixed-menu .menu-container {
        position: relative;
        width: auto;
    }

    .text-page .fixed-menu .background {
        display: none;
    }

    .text-page .fixed-menu-bg {
        display: none;
    }


    .text-page .menu-container.white .menu-title {
        color: #000;
    }

    .text-page .menu-container.white .menu-title svg {
        fill: #000;
    }

    .text-page .menu-container.white li a {
        color: #000;
    }

    .text-page .text-content.with-menu {
        padding-left: 0;
    }

    .text-page .quote .quote-text {
        font-size: 24px;
        line-height: 32px;
    }

    .text-page .quote .quote-author {
        font-size: 1.125rem;
        line-height: 1.4;
    }

    .text-page .downloads-list .downloads li {
        width: 33.3334%;
    }

    .text-page .downloads-list .downloads li a {
        padding: 10px 20px;
    }

    .text-gallery ul {
        padding-bottom: 45px;
    }

    .text-gallery .btn-container {
        padding-bottom: 50px;
    }

    .text-page .big-slide.with-menu {
        padding-left: 0;
    }

    .text-page .big-slide .image-content {
        padding: 20px 15px 40px;
    }

    .text-page .big-slide .image-title {
        font-size: 40px;
        line-height: 50px;
    }

    .text-page .big-slide .image-author,
    .text-page .big-slide .slide-container {
        bottom: 40px;
    }

    .text-page .menu-container ul {
        display: none;
    }

    .text-page .menu-container .select2 {
        display: block;
    }

    .text-page .fixed-menu .menu-container {
        padding: 15px 0;
    }

    .text-page .menu-container .menu-title {
        padding: 0;
        margin: 0 0 15px;
    }

    .tags-section .button-container {
        padding-top: 50px;
    }

    .tags-section {
        padding: 100px 0 60px;
    }

    .service-box .service-box-title {
        font-size: 0.875rem;
    }

    .l2-contact-boxes-list > ul > li {
        width: 50%;
    }
}

@media screen and (max-width: 1280px) {
    .news-list ul li .box-content {
        padding: 25px 40px;
    }
}

@media screen and (max-width: 1200px) {
    .benefits .benefits-title {
        font-size: 40px;
        line-height: 48px;
    }

    .benefits .benefits-description .text {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .benefits .benefits-box .benefits-box-title {
        font-size: 1rem;
        line-height: 1.4;
    }

    .candidate-service .candidate-service-list ul {
        text-align: center;
    }

    .candidate-service .candidate-service-list li {
        width: 33.3334%;
    }

    .candidate-service .service-title {
        font-size: 48px;
        line-height: 60px;
    }

    .candidate-service .service-description .text {
        font-size: 30px;
        line-height: 40px;
    }

    .candidate-service {
        padding-bottom: 50px;
    }

    .candidate-service .candidate-service-list {
        padding-top: 40px;
    }

    .level-2 .sided-content {
        width: 360px;
    }

    .l2-contact-right {
        width: calc(100% - 360px);
    }

    .level-1 .news-list .box-title {
        font-size: 36px;
        line-height: 40px;
    }

    .level-1 .news-list ul li .box-content {
        padding: 35px 50px;
    }

    .level-1 .news-list .box-description .text {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    #main-menu {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .rwd-lang li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-lang .lang {
        display: block;
        padding: 12px 15px;
    }

    .rwd-lang .lang span {
        font-size: 16px;
        line-height: 24px;
    }

    .rwd-lang .langs-menu-icon {
        margin-right: 15px;
    }

    .rwd-lang .langs-menu-short {
        display: none;
    }

    .rwd-lang .langs-menu-long {
        display: inline-block;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1139px) {

    .rwd-hide {
        display: none;
    }

    .mainpage header:not(.sticky) {
        position: fixed;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .socials-news ul li {
        width: 100%;
    }

    .social-news-box .box-content .text {
        min-height: 0;
    }

    .footer-top .footer-logos a.main {
        width: 160px;
        height: 160px;
        margin: -30px 15px;
    }

    .footer-top .footer-logos a {
        width: 74px;
        height: 74px;
    }

    .footer-top .footer-logos a img {
        max-width: 100%;
        max-height: 100%;
    }

    .footer-top .footer-domain span {
        padding-bottom: 30px;
    }

    .footer-top .socials {
        padding: 20px 0 0;
    }

    .text-page .big-slide .image-title {
        font-size: 32px;
        line-height: 40px;
    }

    .text-page .big-slide .image-wrapper {
        height: 600px;
    }

    .top-search {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: none;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        pointer-events: none;
        padding: 0 !important;
    }

    .top-search .search-form {
        position: relative;
        height: inherit;
        background: #fff;
        pointer-events: visible;
        overflow-x: hidden;
        padding: 0 15px;
    }

    .top-search .search-wrapper {
        width: auto;
        left: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        position: relative;
    }

    .top-search .form-control {
        border: 1px solid #000;
        text-align: left;
        color: #000;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .top-search .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000;
        opacity: 1; /* Firefox */
    }

    .top-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #000;
    }

    .top-search .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #000;
    }

    .search-btn {
        border-left: 1px solid #000;
    }

    .search-btn .icon svg {
        fill: #000;
    }

    .main-slider {
        min-height: 600px;
    }

    .tags-section .tags-section-title {
        max-width: 100%;
    }

    .tags-section .left-side {
        padding: 0 0 30px;
    }

    .tags-section .left-side,
    .tags-section .right-side {
        width: 100%;
    }

    .text-page .text-box.big-text .section-title {
        font-size: 30px;
        line-height: 40px;
    }

    .text-page .text-box.big-text .section-title:last-child {
        font-size: 26px;
    }

    .big-title {
        padding: 30px 0;
        font-size: 32px;
        line-height: 40px;
    }

    .big-title.red {
        font-size: 40px;
    }

    .btn-section {
        padding: 40px 0;
    }

    .l1-gallery li {
        width: 33.3334%;
    }

    .news-big .newsgrid-title {
        font-size: 36px;
        line-height: 36px;
        min-height: 72px;
    }

    .want-to-join .left-side {
        width: 100%;
        margin: 0 0 10px;
        padding: 40px;
    }

    .want-to-join .left-side .side-image {
        width: 160px;
        margin-right: 40px;
    }

    .want-to-join .left-side .text-wrapper {
        width: calc(100% - 200px);
    }

    .want-to-join .right-side {
        width: 100%;
    }

    .want-to-join .join-title {
        font-size: 40px;
        line-height: 40px;
    }

    .news-main.l1-news {
        padding: 50px 0;
    }
    
    .main-slider .side-img {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .news-list .box-description {
        font-size: 1rem;
        padding-top: 20px;
    }

    .level-1 .news-list .box-title,
    .news-list .box-title {
        font-size: 26px;
        line-height: 32px;
    }

    .footer-bottom .footer-links {
        float: none;
        text-align: center;
    }

    .footer-bottom .footer-links {
        margin: 0 -6px;
    }

    .footer-bottom .footer-links li a {
        padding: 3px 6px;
    }

    .footer-bottom .copyright {
        float: none;
        text-align: center;
        padding-top: 5px;
    }

    .text-gallery li {
        width: 50%;
    }

    .text-page .text-content {
        margin: 0;
    }

    .text-page .left-wrapper {
        padding: 0 0 20px;
        width: 100%;
    }

    .text-page .right-wrapper {
        padding: 0;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .text-page .downloads-list .downloads li,
    .text-page .right-wrapper .downloads-list .downloads li {
        width: 33.3334%;
    }

    .text-page .right-wrapper .socials-list li {
        width: 16.6667%;
    }

    .text-page .right-wrapper .small-news-list ul {
        font-size: 0;
        margin: 0 -10px;
    }

    .text-page .right-wrapper .small-news-list li,
    .text-page .right-wrapper .small-news-list li:not(:first-of-type) {
        width: 33.3334%;
        padding: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .text-page .right-wrapper .small-news-list .box-title {
        margin-top: 20px;
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .text-page .section-wrapper {
        margin: 20px 0;
    }

    .text-page .right-wrapper .socials-list ul {
        margin: -10px;
    }

    .benefits .benefits-list li {
        width: 50%;
    }

    .benefits {
        padding: 50px 0;
    }

    .benefits .benefits-title {
        font-size: 32px;
        line-height: 42px;
    }

    .benefits .benefits-description .text {
        font-size: 1.125rem;
    }

    .benefits .benefits-box .counter {
        font-size: 48px;
        line-height: 60px;
        left: 20px;
    }

    .benefits .benefits-box {
        padding: 10px 20px 10px 95px;
        min-height: 90px;
    }

    .level-2 .sided-content {
        width: 100%;
        padding-top: 30px;
    }

    .level-2 .sided-content-inside {
        max-width: 100%;
    }

    .l2-contact-right {
        width: 100%;
    }

    .l2-contact-boxes-list {
        padding: 20px 0;
    }

    .level-1 .gallery-main .button-container {
        padding-top: 20px;
    }

    .level-1 .gallery-main {
        padding-bottom: 25px;
    }

    .level-1 .section-title {
        padding: 15px 0;
        font-size: 44px;
        line-height: 52px;
    }

    .level-1 .big-box-container {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .news-list ul li {
        padding: 5px 0;
    }

    .news-list ul li .box-image,
    .news-list ul li .box-content {
        width: 100%;
    }

    .main-slider .slide-title {
        font-size: 40px;
        line-height: 48px;
    }

    .candidate-service .service-title {
        font-size: 32px;
        line-height: 40px;
    }

    .candidate-service .service-description .text {
        font-size: 24px;
        line-height: 30px;
    }

    .news-big .newsgrid-list > li {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    /*Bootstrap*/
}

@media screen and (max-width: 767px) {
    .footer-top .footer-img {
        display: none;
    }

    .footer-top .footer-content {
        width: 100%;
        padding: 40px 0;
    }

    .text-page .downloads-list .downloads li,
    .text-page .right-wrapper .downloads-list .downloads li {
        width: 50%;
    }

    .text-page .news-teaser .extra-buttons {
        width: 100%;
    }

    .text-page .news-teaser .extra-buttons a {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }

    .text-page .news-teaser .text {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .tags-list li .tag-box {
        padding: 10px 15px;
        font-size: 0.875rem;
    }

    .text-page .left-wrapper .btn-container {
        padding-top: 30px;
    }

    .text-page .section-wrapper .section-title {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .text-page .section-wrapper .section-title,
    .text-page .right-wrapper .section-wrapper .section-title {
        padding-bottom: 15px;
    }

    .text-page .right-wrapper .social-news-box {
        padding: 20px 0;
    }

    .text-page .big-slide .image-wrapper {
        height: 500px;
    }

    .text-page .news-teaser .news-date {
        margin-bottom: 15px;
    }

    .tags-section .button-container {
        padding-top: 30px;
    }

    .service-box-content {
        padding: 30px 20px 20px;
    }

    .candidate-service .candidate-service-list li {
        width: 50%;
    }

    .l2-contact-box {
        padding: 20px 30px;
    }

    .full-map iframe {
        height: 400px;
    }

    .tags-section .tags-section-title {
        font-size: 32px;
        line-height: 42px;
    }

    .level-0 .cat span.cover img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text-page .big-slide .image-wrapper {
        height: 400px;
    }

    .text-page .big-slide .image-title {
        font-size: 26px;
        line-height: 34px;
        max-width: none;
    }

    .text-page .big-slide .slide-container {
        text-align: center;
    }

    .text-page .big-slide .image-author {
        bottom: 10px;
    }

    .text-page .big-slide .apla {
        background: rgba(0, 0, 0, 0.4);
    }

    .main-slider .slide-title {

    }

    .main-slider .slide-description .text {
        padding-top: 20px;
        font-size: 1rem;
    }

    .main-slider .slide-title {
        font-size: 32px;
        line-height: 40px;
        padding-top: 0px;
    }

    .main-slider .button-wrapper {
        padding-top: 40px;
    }

    .benefits .benefits-list li {
        width: 100%;
    }

    .benefits .benefits-title {
        font-size: 26px;
        line-height: 32px;
    }

    .benefits .benefits-title {
        padding-bottom: 15px;
    }

    .benefits .benefits-description {
        padding-bottom: 20px;
    }

    .benefits {
        padding: 25px 0;
    }

    .text-page .text-box.big-text .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .text-page .text-box.big-text .section-title:last-child {
        font-size: 24px;
    }

    .text-page .text-box.big-text .text {
        padding: 0;
    }

    .big-title {
        font-size: 26px;
        line-height: 36px;
    }

    .big-title.red {
        font-size: 32px;
    }

    .l2-contact-boxes-list > ul > li {
        width:  100%;
    }

    .l2-contact-boxes-list {
        padding: 0 0 20px;
    }

    .l1-gallery li {
        width: 50%;
    }

    .news-big .newsgrid-title {
        font-size: 1.325rem;
        line-height: 1.4;
        min-height: 0;
    }

    .want-to-join .join-title {
        font-size: 30px;
        line-height: 36px;
    }

    .want-to-join .left-side {
        padding: 20px 15px;
    }

    .want-to-join .left-side .side-image {
        width: 120px;
        margin-right: 15px;
    }

    .want-to-join .left-side .text-wrapper {
        width: calc(100% - 135px);
    }
}

@media screen and (max-width: 560px) {

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text {
        word-wrap: break-word;
    }

    .btn {
        width: 100%;
    }

    .btn.btn-no-rwd {
        width: auto;
    }

    .level-1 .news-list ul li .box-content,
    .news-list ul li .box-content {
        padding: 5px 15px 15px;
    }

    .level-1 .news-list .button-container {
        padding-top: 20px;
    }

    .news-list .button-container {
        padding-top: 20px;
    }

    .text-page .section-wrapper .section-title {
        padding-bottom: 15px;
    }

    .text-page .section-wrapper {
        margin: 15px 0;
    }

    .text-page .video-link .box-title {
        font-size: 1.25rem;
        line-height: 1.4;
        padding-bottom: 30px;
    }

    .text-page .video-link .box-content {
        padding: 15px 20px;
    }

    .btn {
        font-size: 0.875rem;
    }

    .text-page .right-wrapper .small-news-list li,
    .text-page .right-wrapper .small-news-list li:not(:first-of-type) {
        width: 50%;
    }

    .main-slider .slide-description .text {
        font-size: 0.875rem;
    }

    .main-slider .slide-title {
        font-size: 26px;
        line-height: 32px;
    }

    .main-slider .text-wrapper {
        padding: 28px 0 40px;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .main-slider {
        height: auto;
        min-height: 0;
        max-height: none;
        padding-top: 62px;
    }

    .main-slider .dots-container {
        top: auto;
        bottom: 15px;
        text-align: center;
        font-size: 0;
    }

    .main-slider .dots-container .container {
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: relative;
    }

    .main-slider .dots-container .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
    }

    .main-slider .button-wrapper {
        padding-top: 20px;
    }

    .candidate-service .service-title {
        font-size: 26px;
        line-height: 34px;
    }

    .candidate-service .service-description .text {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .candidate-service .candidate-service-list {
        padding-top: 20px;
    }

    .candidate-service {
        padding-bottom: 30px;
    }

    .level-1 .main-slider .text-wrapper:after {
        display: none;
    }

    .level-1 .main-slider .scroll-down {
        display: none;
    }

    .level-1 .main-slider .text-wrapper {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 520px) {
    .text-page .downloads-list .downloads li,
    .text-page .right-wrapper .downloads-list .downloads li {
        width: 100%;
    }

    .text-page .downloads-list .downloads li a {
        padding: 30px 20px;
        height: auto;
    }

    .level-1 .section-title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 480px) {
    .social-news-box .box-title .arrow-icon {
        display: none;
    }

    .social-news-box .box-title .title-text {
        width: calc(100% - 50px);
    }

    .footer-top .footer-content {
        padding: 20px 0;
    }

    .footer-top .socials {
        padding: 15px 0 0;
    }

    .footer-top .footer-domain span {
        padding-bottom: 20px;
    }

    .footer-top .footer-domain a {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-top .footer-logos a.main {
        width: 100px;
        height: 100px;
        margin: -25px 15px;
    }

    .footer-top .footer-logos a {
        width: 54px;
        height: 54px;
    }

    .footer-top .socials li a {
        width: 36px;
        height: 36px;
        padding: 7px;
    }

    .footer-top .socials li a .icon {
        width: 20px;
        height: 20px;
    }

    .footer-top .socials ul li {
        padding: 3px;
    }

    .text-page .right-wrapper .socials-list li {
        width: 33.3334%;
    }

    .text-page .quote .quote-text {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .text-page .quote .quote-author {
        font-size: 1rem;
        padding-top: 15px;
    }

    .text-page .quote {
        padding: 30px;
    }

    .text-page .quote:before,
    .text-page .quote:after {
        width: 50px;
        height: 50px;
    }

    .tags-list li {
        width: 100%;
        text-align: center;
    }

    .text-gallery .gallery-title {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .text-gallery ul {
        padding-bottom: 20px;
    }

    .text-gallery .btn-container {
        padding-bottom: 25px;
    }

    .text-page .image-box .image-author {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .text-page .news-teaser .text {
        font-size: 1rem;
    }

    .text-page .video-link .box-title {
        font-size: 1rem;
        padding-bottom: 0;
    }

    .text-page .video-link .btn {
        display: none;
    }

    .text-page .video-link .btn.rwd-btn {
        margin-top: 10px;
        display: block;
    }

    .tags-section {
        padding: 20px 0;
    }

    .tags-section .left-side {
        padding: 0 0 15px;
    }

    .tags-section .button-container {
        padding-top: 15px;
    }

    .candidate-service .candidate-service-list li {
        width: 100%;
    }

    .big-title {
        font-size: 1.25rem;
        line-height: 30px;
    }

    .big-title.red {
        font-size: 26px;
    }
}

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

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text-page .big-slide .image-title {
        font-size: 1.25rem;
        line-height: 1.3;
        max-width: none;
        text-align: center;
    }

    .text-page .text-box.big-text .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    .text-page .text-box.big-text .section-title:last-child {
        font-size: 1.25rem;
    }

    .l1-gallery li a {
        padding: 5px;
    }

    .want-to-join .left-side .side-image {
        float: left;
        width: 100px;
    }

    .want-to-join .left-side .text-wrapper {
        width: 100%;
        display: block;
    }

    .want-to-join .join-description .text {
        overflow: visible;
    }

    .want-to-join .join-title {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 380px) {
    .text-page .right-wrapper .small-news-list li,
    .text-page .right-wrapper .small-news-list li:not(:first-of-type) {
        width: 100%;
    }

    .level-1 .section-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media screen and (max-width: 359px) {
    .text-page .big-button a {
        padding: 20px 30px;
    }

    .text-page .big-button .arrow-icon {
        right: 30px;
    }
}


@media screen and (min-width: 1140px) {
    .story-sides {
        max-height: 900px;
        min-height: 700px;
    }
}
@media screen and (min-width: 1280px) {
    .story-sides {
        max-height: 1024px;
    }
}
@media screen and (min-width: 1600px) {
    .story-sides {
        max-height: 1080px;
    }
}
@media screen and (min-width: 1800px) {
    .story-sides {
        max-height: 1200px;
    }
}

@media screen and (max-width: 1800px) {
    .section-govcats {
        padding-left: 60px;
    }
    .govcat-title-wrapper {
        height: 110px;
    }
    .govcat-title {
        font-size: 42px;
        line-height: 42px;
    }
}

@media screen and (max-width: 1720px) {
    .cat .cat-title {
        font-size: 60px;
    }

    .force-logo {
        margin-bottom: 10px;
    }
    .force .btn {
        margin-top: 20px;
    }

    .section-govcats {
        padding: 35px 0 60px 15px;
    }

    .map iframe {
        height: 500px;
    }

    .section-catsgrid {
        padding: 40px 0;
    }

    .mainheading > .container {
        bottom: 40px;
    }

    .newsslider-right {
        width: 35%;
        padding: 50px 45px 65px 45px;
    }
    .newsslider-dots {
        bottom: 70px;
        left: 80px;
    }

    body.mainpage .section-newsgrid {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1600px) {
    body.level-2 #content {
        padding-top: 137px;
    }

    .story-side-right {
        padding-left: 30px;
    }
    .story-titlemain {
        font-size: 140px;
        line-height: 140px;
    }

    .section-forces-header {
        padding: 70px 0;
    }
    .force-title {
        font-size: 40px;
    }
    .force-logo {
        max-height: 130px;
    }

    .section-govcats {
        padding-top: 25px;
        padding-bottom: 45px;
    }
    .govcat-title {
        font-size: 36px;
        line-height: 36px;
    }
    .govcat-title-wrapper {
        height: 95px;
    }

    .section-mediapreview {
        height: calc(100vh - 126px);
        min-height: 0;
    }

    .multimedia-info {
        margin-top: 5px;
    }
    .multimedia .btn {
        margin-top: 20px;
    }

    .media-title {
        padding-top: 60px;
        font-size: 44px;
        line-height: 56px;
    }

    .section-authortext {
        padding: 80px 0;
    }
    .authortext-img-wrapper {
        margin-bottom: 25px;
    }
    .authortext-title {
        padding-bottom: 35px;
    }
    .authortext-right .text {
        padding-bottom: 60px;
    }

    .sided-menu,
    .sided-menu-wrapper {
        width: 350px;
    }
    .sided-map {
        width: 48%;
    }

    .newsgrid-list {
        margin: -25px;
    }
    .newsgrid-list > li {
        padding: 25px;
    }

    .mainheading > .container {
        bottom: 30px;
    }
    .mainheading h1, .mainheading h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .container .ban-imagelogo .container {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1536px) {
    .cat-hover:after {
        background-size: 70% auto;
    }
    .cat .cat-title {
        font-size: 50px;
    }
    .cat-text .text {
        font-size: 1rem;
    }
    .cat .btn {
        margin-top: 22px;
    }

    .force-placeholder-quote {
        font-size: 1.375rem;
        line-height: 1.2;
    }
    .force-placeholder-label {
        margin-top: 35px;
    }

    .govcat-list > li:nth-of-type(2) {
        margin-top: 34px;
    }
    .govcat-list > li:nth-of-type(3) {
        margin-top: 68px;
    }
    .govcat-vline {
        height: 14px;
    }
    .govcat-line-right {
        content: "";
        top: calc(100% + 14px);
    }

    .sided-content .socialbox-list {
        margin-top: 30px;
    }
    .sided-map {
        width: 44%;
    }
    .sided-content {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .sided-map ~ .container .sided-content {
        padding-right: 40px;
    }
    .sided-menu ~ .sided-content {
        padding-left: 40px;
    }
    .sided-map iframe {
        height: 680px;
    }

    body.level-1 #main-menu ul li {
        padding-left: 2px;
        padding-right: 2px;
    }

    .newsgridbox-list {
        margin: -8px;
    }
    .newsgridbox-list > li {
        padding: 8px;
    }
    .newsgridbox-content {
        padding: 20px 25px 25px 25px;
    }
    .newsgridbox-inside {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 1536px) and (min-width: 1140px) {
    li > .cat:hover .cat-title {
        font-size: 36px;
        line-height: 42px;
    }
    li > .cat:hover .cat-expand {
        max-height: 200px;
    }
}

@media screen and (max-width: 1440px) {
    .story-titlemain {
        font-size: 120px;
        line-height: 120px;
    }
    .story-side-right {
        padding-left: 20px;
    }
    .story-title {
        padding-bottom: 25px;
        font-size: 32px;
    }
    .story-text {
        margin-bottom: 25px;
    }

    .cat-wrapper {
        padding: 0 30px;
    }

    .section-forces-header {
        padding: 50px 0;
    }
    .section-forces-header .text {
        padding-top: 20px;
    }
    .force-logo {
        max-height: 110px;
        margin-bottom: 0;
    }
    .force-title {
        font-size: 32px;
    }
    .force .btn {
        min-width: 0;
        padding: 7px 26px;
        margin-top: 15px;
    }

    .title {
        font-size: 50px;
    }

    .govcat-img-wrapper {
        height: 110px;
    }
    .govcat-title-wrapper {
        height: 80px;
    }
    .govcat-title {
        font-size: 30px;
        line-height: 30px;
    }
    .govcat .btn {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 0.875rem;
        line-height: 1.3;
    }
    .govcat-vline {
        height: 17px;
    }
    .govcat-line-right {
        content: "";
        top: calc(100% + 17px);
    }
    .govcat-btn-wrapper {
        position: relative;
        height: 34px;
    }

    .multimedia-list > li {
        width: 33.33333%;
    }
    .multimedia-title,
    .multimedia-bigger .multimedia-title {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .media-title {
        padding-top: 50px;
        font-size: 40px;
        line-height: 52px;
    }

    .page-heading {
        padding-bottom: 15px;
    }
    .page-heading .breadcrumb-wrapper {
        min-height: 0;
    }
    .page-heading .page-heading-title {
        font-size: 50px;
    }
    .level-2 .page-heading .page-heading-title {
        font-size: 42px;
    }
    .page-subheading-title {
        line-height: 1.5;
        font-size: 1.25rem;
    }

    .newsgrid-title {
        min-height: 58px;
        font-size: 1.325rem;
    }
    .newsgrid .text {
        font-size: 1rem;
    }

    .catsgrid-social .social-news-box {

    }

    .catsgrid-bottom .cat-wrapper {
        bottom: 30px;
    }

    .mainheading h1, .mainheading h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .newsslider-right {
        width: 35%;
        padding: 40px 35px 50px 35px;
    }
    .newsslider-title {
        font-size: 42px;
        line-height: 52px;
    }
    .newsslider-text .text {
        font-size: 1.25rem;
        line-height: 1.76;
    }

    .newsslider-dots {
        bottom: 50px;
        left: 60px;
    }

    .section-newsgrid {
        padding-bottom: 40px;
    }
    .section-newsgrid .newsgridbox-content {
        padding: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .section-forces-header {
        padding: 40px 0;
    }
    .section-forces-header .text {
        padding-top: 15px;
    }

    .small-text-section {
        padding: 35px 0;
    }
    .small-text-section .text {
        padding-top: 10px;
    }
    .small-text-section .text {
        font-size: 1rem;
        line-height: 1.4;
    }

    .section-authortext {
        padding: 50px 0;
    }
    .authortext-title {
        padding-bottom: 25px;
    }
    .authortext-right .text {
        padding-bottom: 50px;
    }

    .sided-map {
        width: 42%;
    }
    .sided-map ~ .container .sided-content {
        padding-right: 30px;
    }
    .sided-menu ~ .sided-content {
        padding-left: 30px;
    }
    .sided-menu,
    .sided-menu-wrapper {
        width: 320px;
    }
    .sidemenu-title {
        padding-bottom: 15px;
    }
    .sidemenu-item {
        padding: 12px 35px 12px 15px;
        font-size: 0.8125rem;
    }
    .sidemenu-item:after {
        right: 18px;
    }
    .sided-content {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .sidecontent-title {
        padding-bottom: 20px;
        font-size: 28px;
    }
    .sided-content .contact-list {
        margin: 20px 0;
    }
    .sided-map {
        width: 38%;
    }
    .sided-map iframe {
        height: 600px;
    }
    .socialbox-list {
        margin: -5px;
    }
    .socialbox-list > li {
        padding: 5px;
    }
    .socialbox {
        width: 70px;
        height: 70px;
    }

    .result-content {
        padding-right: 50px;
    }

    body.level-1 #main-menu ul li a {
        padding: 8px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 1300px) {
    .level-2 .page-heading .page-heading-title {
        font-size: 32px;
    }

    body.level-2 #content {
        padding-top: 123px;
    }
}

@media screen and (max-width: 1280px) {
    .cat .cat-title {
        font-size: 42px;
        line-height: 50px;
    }
    .cat-expand {
        padding-top: 10px;
    }
    .cat .btn {
        margin-top: 15px;
    }

    .force-wrapper {
        padding: 0 30px;
    }

    .govcat-img-wrapper {
        height: 100px;
    }
    .govcat-title-wrapper {
        height: 70px;
    }
    .govcat-title {
        font-size: 26px;
        line-height: 26px;
    }

    .media-title {
        font-size: 36px;
        line-height: 48px;
    }

    .page-subheading {
        padding: 15px 0;
    }
    .page-subheading-title {
        font-size: 1.125rem;
    }

    .division {
        padding: 30px 30px 30px 0;
    }

    .division-side-middle {
        padding-right: 30px;
        padding-left: 60px;
    }
    .division-side-left + .division-side-main .division-side-middle {
        padding-right: 30px;
    }
    .division-text {
        margin-top: 20px;
    }

    .map iframe {
        height: 400px;
    }

    .newsgrid-list {
        margin: -8px -8px -15px -8px;
    }
    .newsgrid-list > li {
        padding: 8px 8px 15px 8px;
    }

    body.level-1 #main-menu ul li {
        padding-left: 0;
        padding-right: 0;
    }
    body.level-1 #main-menu ul li a {
        padding: 6px;
    }

    .newsgridbox-list > li {
        width: 50%;
    }

    .newsslider-title {
        font-size: 36px;
        line-height: 46px;
    }
    .newsslider-text .text {
        font-size: 1.125rem;
        line-height: 1.7;
    }
}

@media screen and (max-width: 1200px) {
    body.level-2 #content {
        padding-top: 112px;
    }
}

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

}

@media screen and (max-width: 1139px) {
    .story-side {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .story-titlemain {
        font-size: 100px;
        line-height: 100px;
    }
    .story-title {
        padding-bottom: 20px;
        font-size: 30px;
    }
    .story-text {
        margin-bottom: 20px;
    }
    .story-text .text {
        font-size: 1rem;
    }

    .btn.btn-lg {
        min-width: 178px;
        padding: 6px 12px;
    }
    .btn > img {
        margin-left: 10px;
    }

    .cat .cat-title {
        font-size: 32px;
        line-height: 40px;
    }
    .cat-expand {
        display: none;
    }

    .section-forces-header {
        padding: 35px 0;
    }
    .force-logo {
        max-height: 90px;
    }
    .force-title {
        font-size: 1.75rem;
    }
    .force-placeholder-quote {
        font-size: 1.250rem;
    }
    .force-placeholder-label {
        margin-top: 20px;
        font-size: 1rem;
    }
    .force-placeholder .force-content {
        width: 100%;
    }

    .title {
        font-size: 40px;
    }

    .section-govcats {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .govcat-dot-left {
        display: none;
    }
    .govcat-line-left {
        top: calc(100% + 17px);
        left: 0;
    }
    .govcat-list > li:nth-of-type(2),
    .govcat-list > li:nth-of-type(3) {
        margin-top: 0;
    }
    .govcat-list > li:last-of-type .govcat-line-bottom,
    .govcat-list > li:last-of-type .govcat-dot-bottom {
        display: block
    }

    .multimedia-title,
    .multimedia-bigger .multimedia-title {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .heading-filters .form-element-wide span.select2 {
        min-width: 0;
    }

    .section-mediapreview {
        height: 600px;
    }
    .media-title {
        padding-top: 30px;
        font-size: 32px;
        line-height: 44px;
    }
    .media-author,
    .media-count {
        bottom: 30px;
    }

    .division-side-left + .division-side-main {
        width: calc(100% - 220px);
    }
    .division-side-left {
        width: 220px;
    }
    .division-img-wrapper {
        width: 150px;
    }
    .division-side-left + .division-side-main .division-side-middle {
        padding-right: 15px;
    }
    .division-title {
        padding-bottom: 4px;
        font-size: 1.375rem;
        line-height: 1.4;
    }
    .division-subtitle, .division-text .text {
        line-height: 1.5;
    }

    .map-preview iframe {
        width: 100%;
        height: 300px;
    }

    .sided-menu,
    .sided-menu-wrapper {
        margin-left: 0;
        padding-left: 0;
    }
    .sided-menu {
        position: relative;
        width: 320px;
        margin-left: -15px;
        padding-left: 15px;
        height: auto;
    }
    .sided-menu-wrapper {
        float: none;
        position: static;
        height: auto;
        width: auto;
        box-sizing: border-box;
        background-color: transparent;
    }
    .sided-menu-wrapper:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
    }

    .sided-container > .container {
        position: relative;
    }
    .sided-container .sided-map:first-of-type {
        display: none;
    }
    .sided-map {
        float: none;
        width: 100%;
        padding-bottom: 10px;
    }
    .sided-map iframe {
        height: 400px;
    }

    .result-content {
        padding-right: 30px;
    }

    .newsgrid-list > li {
        width: 50%;
    }
    .newsgrid-title {
        min-height: 0;
    }

    .mainheading span.cover {
        padding-bottom: 35%;
    }
    .mainheading span.cover img {
        width: auto;
        height: 100%;
    }

    .newsslider-right {
        width: 35%;
        padding: 30px 25px 40px 25px;
    }
    .newsslider-title {
        font-size: 30px;
        line-height: 38px;
    }

    .footer-annotation {
        padding: 25px 0;
    }

}

@media screen and (max-width: 1024px) {
    .force .btn {
        display: none;
    }
    .force-title:after {
        content: "\f054";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        left: 1.375rem;
        margin-left: -0.875rem;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 0.875rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .govcats-inside {
        width: 68%;
    }
    .govcat-img-wrapper {
        height: 80px;
    }
    .govcat-title-wrapper {
        height: 60px;
    }
    .govcat-title {
        font-size: 24px;
        line-height: 24px;
    }

    .page-subheading-right, .page-heading-right,
    .page-subheading-left, .page-heading-left {
        float: none;
        display: block;
    }
    .page-subheading-right, .page-heading-right {
        padding-top: 10px;
        padding-left: 0;
        text-align: center;
    }

    .page-filterrow .heading-filters,
    .page-subheading-right, .page-subheading-left {
        text-align: center;
    }
    .page-subheading-content, .page-heading-content {
        display: block;
    }

    .heading-filters .form-element:first-of-type,
    .heading-filters .form-element,
    .page-heading-content .btn {
        margin: 0 10px 10px 10px;
    }

    .heading-filters {
        display: block;
        margin: 0 -10px -10px -10px;
    }

    .page-heading-content .btn {
        margin-top: 10px;
    }
    .page-heading-right .page-heading-content > *:last-child,
    .page-subheading-right .page-heading-content > *:last-child {
        margin-bottom: 0;
    }

    .page-filterrow .heading-filters {
        float: none;
    }

    .select2-container .select2-selection--single {
        height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 40px;
        height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        background-size: 30px 30px;
    }

    .form-element-date input.form-control {
        height: 38px;
    }
    .form-element-date .input-group-addon {
        height: 38px;
        width: 38px;
    }

    .catsgrid-bottom {
        margin: 0;
        font-size: 0;
    }
    .catsgrid-tile {
        display: block;
        padding: 10px 0;
    }
    .catsgrid-tile:nth-of-type(1),
    .catsgrid-tile:nth-of-type(2) {
        width: 100%;
    }
    .section-catsgrid .social-news-box {
        min-height: 0;
    }
    .catsgrid-bottom .cat,
    .catsgrid-bottom .cat-bg .cover {
        padding-bottom: 23%;
    }
    .catsgrid-bottom span.cover img {
        height: auto;
        width: 100%;
    }

    body.level-2 .page-heading-container .page-heading .container .btn,
    .page-heading-container .page-heading .container .btn {
        margin-left: 0;
    }

    .newsslider-right {
        padding-bottom: 35px;
    }
    .newsslider-title {
        font-size: 24px;
        line-height: 30px;
    }
    .newsslider-text .text {
        font-size: 1rem;
        line-height: 1.66;
    }
    .newsslider-dots {
        bottom: 35px;
        left: 40px;
    }

    .container .ban-imagelogo,
    .ban-imagelogo {
        padding-bottom: 30%;
    }
    .container .ban-imagelogo span.cover,
    .ban-imagelogo span.cover {
        height: 100%;
        padding-bottom: 30%;
    }
    .ban-imagelogo span.cover img {
        width: auto;
        height: 100%;
    }
    .ban-imagelogo span.cover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .section-newsgrid .newsgridbox-list > li {
        display: block;
        width: 100%;
        padding: 0 0 15px 0;
    }
    .section-newsgrid .newsgridbox-img-wrapper {
        float: left;
        width: 52%;
        padding-right: 20px;
    }
    .section-newsgrid .newsgridbox-content {
        border: none;
    }
    .section-newsgrid .newsgridbox {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .section-newsgrid .newsgridbox-title {
        padding-bottom: 10px;
    }
    .section-newsgrid .newsgridbox-content {
        padding-bottom: 10px;
    }
    .section-newsgrid .newsgridbox-inside {
        padding-bottom: 50px;
    }

    .text-page .section-wrapper
}

@media screen and (max-width: 900px) {
    .section-story {
        padding: 30px 0;
        text-align: right;
    }
    .story-side {
        display: block;
        width: 100%;
        padding: 0;
    }
    .story-header {
        display: none;
    }
    .story-header + .story-sides .story-sides-inside,
    .story-sides-inside {
        padding-top: 0;
    }
    .story-titlemain {
        padding-bottom: 25px;
        font-size: 76px;
        line-height: 76px;
    }
    .story-title {
        padding-bottom: 15px;
        font-size: 28px;
    }
    .story-text {
        margin-bottom: 15px;
    }
    body.level-1 .story-text .text,
    .story-text .text {
        color: #e1e1e1;
    }

    .catsgrid-bottom {
        margin: -3px 0;
    }
    .catsgrid-tile {
        padding: 3px 0;
    }
    .cat-list {
        margin: -3px -3px 3px -3px;
        font-size: 0;
    }
    .cat-list > li {
        padding: 3px;
    }
    .cat .cat-title {
        font-size: 26px;
        line-height: 32px;
    }
    .cat-wrapper {
        padding: 0 15px;
    }

    .force-placeholder-quote {
        font-size: 1rem;
        line-height: 1.1;
    }
    .force-placeholder-label {
        margin-top: 15px;
    }

    .section-govcats {
        position: relative;
        padding: 0;
    }
    .govcats-bg-wrapper{
        position: static;
    }
    .govcats-bg {
        opacity: 0.25;
        position: static;
        width: 100%;
    }
    .govcats-inside {
        position: absolute;
        top: 50%;
        padding: 0 15px;
        width: 100%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    .govcat-vline,
    .govcat-hline {
        background-color: rgba(0, 0, 0, .25);
    }

    .multimedia-list.multimedia-bigger > li,
    .multimedia-list > li {
        width: 50%;
    }

    .media-apla {
        background-size: 70% auto;
    }
    .media-title {
        font-size: 26px;
        line-height: 38px;
    }

    .division {
        padding: 25px 25px 20px 15px;
    }
    .division-side {
        float: none;
    }
    .division-side-left {
        float: left;
        width: auto;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .division-side-left + .division-side-main,
    .division-side-middle,
    .division-side-left + .division-side-main .division-side-middle,
    .division-side-right {
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .division-side-middle {
        overflow: hidden;
    }
    .division-img-wrapper {
        width: 120px;
    }
    .division-side-right {
        text-align: right;
    }
    .division-contact-list {
        margin-top: 30px;
        margin-bottom: -10px;
    }
    .division-contact-list > li {
        display: inline-block;
    }
    .division-contact {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .page-filterrow {
        padding: 20px 0;
    }

    .sided-content-inside .rwd-select {
        display: block;
        padding-bottom: 20px;
    }
    .sided-menu {
        display: none;
    }
    .sided-menu ~ .sided-content {
        padding-left: 0;
    }
    .sidecontent-title {
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .sided-content .socialbox-list {
        margin-top: 20px;
    }
    .sided-content {
        padding-bottom: 25px;
        min-height: auto!important;
    }

    .contact {
        font-size: 1rem;
        line-height: 1.5;
    }
    .sidecontent-title {
        font-size: 1.25rem;
    }
    .socialbox {
        width: 50px;
        height: 50px;
    }

    .newsgridbox-content {
        padding: 20px;
    }
    .newsgridbox-title {
        padding-bottom: 15px;
        font-size: 1.325rem;
    }
    .newsgridbox-date {
        padding-bottom: 10px;
    }
    .newsgridbox .text {
        line-height: 1.6;
    }

    .catsgrid-bottom .cat-wrapper {
        bottom: 15px;
    }

    .newsslider-side {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    .newsslider-right {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .newsslider-dots {
        width: 100%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .newsslider-dots > ul > li:last-of-type {
        margin-right: 0;
    }

    .section-newsgrid .newsgridbox .text {
        line-height: 1.4;
    }

    .be-banner {
        min-height: 0;
    }
}

@media screen and (max-width: 767px) {
    .section-catsgrid {
        padding: 15px 0;
    }
    .cat-list {
        margin: 0 0 5px 0;
    }
    .cat-list > li {
        padding: 0;
        width: 100%;
    }
    .catsgrid-list > li {
        padding: 4px 0;
    }
    .section-catsgrid .cat {
        border-bottom: none;
    }
    .catsgrid-bottom .cat-title, .catsgrid-bottom .cat-expand {
        width: 70%;
    }
    .cat {
        padding-bottom: 22%;
        border-bottom:1px solid #fff;
    }
    .cat-hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .cat .cat-title {
        font-size: 38px;
        line-height: 44px;
    }

    .section-catsgrid .cat,
    .section-catsgrid .cat-bg .cover {
        padding-bottom: 34%;
    }
    .section-catsgrid span.cover img {
        height: auto;
        width: 100%;
    }

    .section-forces-header {
        margin-bottom: 1px;
    }
    .section-forces-header > .container {
        max-width: 100%;
    }
    .section-forces-header .text {
        line-height: 1.3;
        font-size: 1rem;
    }
    .force-list > li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .force {
        padding-bottom: 25%;
    }
    .force-placeholder-container {
        display: none;
    }
    .force-logo {
        max-height: 80px;
    }

    .title {
        font-size: 36px;
    }

    .section-mediapreview {
        height: 500px;
    }
    .media-title {
        width: 75%;
        font-size: 24px;
        line-height: 34px;
    }
    .media-count {
        right: auto;
        bottom: 45px;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .media-author {
        bottom: 15px;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    .section-authortext {
        padding: 25px 0 35px 0;
    }
    .authortext-side {
        float: none;
        width: 100%;
    }
    .authortext-left {
        display: table;
        max-width: 100%;
        width: auto;
        padding-right: 0;
        padding-bottom: 5px;
        margin: 0 auto;
    }
    .authortext-img-wrapper,
    .authortext-author {
        display: table-cell;
        vertical-align: middle;
    }
    .authortext-img-wrapper {
        width: 120px;
        height: auto;
        margin-bottom: 0;
        border-radius: 0;
    }
    .authortext-img-wrapper img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
    .authortext-author {
        padding-left: 25px;
    }
    .authortext-right {
        padding-top: 15px;
    }
    .authortext-title {
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .authortext-right .text {
        padding-bottom: 35px;
    }

    .division-side-right {
        text-align: left;
    }

    .heading-filters .heading-filters-btn-wrapper {
        display: block;
        padding-top: 10px;
        margin: 0;
        text-align: center;
    }
    .heading-filters-btn-wrapper .btn {
        width: auto;
        padding: 0 30px 0 15px;
    }
    .heading-filters-btn-wrapper .btn span {
        display: inline-block;
    }

    .result-inside {
        display: block;
    }
    .result-content,
    .result-right {
        display: block;
    }
    .result-content {
        padding-right: 0;
    }
    .result-right {
        padding-top: 20px;
    }

    .level-2 .page-heading .page-heading-title {
        font-size: 28px;
    }

    .mainheading > .container {
        bottom: 20px;
    }
    .mainheading h1, .mainheading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .container .ban-imagelogo,
    .ban-imagelogo {
        padding-bottom: 40%;
    }
    .ban-imagelogo span.cover:after {
        background-color: rgba(255, 255, 255, 0.45);
    }
    .container .ban-imagelogo .container {
        padding-left: 15px;
    }
    .ban-imagelogo-img {
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .section-newsgrid .newsgridbox-content {
        padding-top: 10px;
    }
    .section-newsgrid .newsgridbox .text {
        line-height: 1.4;
        font-size: 0.875rem;
    }
    .section-newsgrid .newsgridbox-date {
        padding-bottom: 8px;
    }
    .section-newsgrid .newsgridbox-img-wrapper {
        padding-right: 15px;
    }
}

@media screen and (max-width: 639px) {
    .section-story {
        padding: 20px 0;
    }
    .story-titlemain {
        padding-bottom: 20px;
        font-size: 52px;
        line-height: 52px;
    }
    .story-title {
        padding-bottom: 15px;
        font-size: 1.250rem;
    }

    .force {
        padding-bottom: 35%;
    }
    .force-wrapper {
        padding: 0 20px;
    }

    .section-govcats {
        padding: 30px 0;
    }
    .govcats-bg {
        display: none;
    }
    .govcat-list > li {
        width: 100%;
        padding-bottom: 40px;
    }
    .govcat-list > li:last-of-type {
        padding-bottom: 0;
    }
    .govcat-list > li:last-of-type .govcat-line-bottom,
    .govcat-list > li:last-of-type .govcat-dot-bottom,
    .govcat-hline,
    .govcat-vline,
    .govcat-dot {
        display: none;
    }
    .govcats-inside {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .govcat-img-wrapper {
        height: 120px;
    }
    .govcat-title-wrapper {
        height: auto;
    }
    .govcat-title {
        position: static;
        font-size: 32px;
        line-height: 32px;
        padding: 15px 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .multimedia-list.multimedia-bigger > li,
    .multimedia-list > li {
        width: 100%;
        padding: 0 0 5px 0;
    }
    .multimedia-list.multimedia-bigger > li:last-of-type,
    .multimedia-list > li:last-of-type {
        padding: 0;
    }

    .small-text-section {
        padding: 25px 0;
    }
    .small-text-section h2 {
        font-size: 20px;
    }

    .section-mediapreview {
        height: 400px;
    }
    .media-title {
        width: 100%;
        padding-top: 20px;
        font-size: 22px;
        line-height: 30px;
    }
    .media-arrow {
        width: 17px;
        height: 33px;
    }

    .authortext-right .text {
        padding-bottom: 20px;
    }
    .authortext-share {
        padding-bottom: 30px;
        text-align: center;
    }
    .authortext-share .share {
        float: none;
        display: inline-block;
    }
    .section-authortext .btn {
        float: none;
        width: 100%;
    }

    .map iframe {
        height: 350px;
    }

    .result {
        padding: 20px 0;
    }

    .newsgrid-list {
        margin: -20px 0;
    }
    .newsgrid-list > li {
        display: block;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .newsgrid-list > li:last-of-type {
        border-bottom: none;
    }

    .newsgridbox-list {
        margin: -8px 0;
    }
    .section-newsgrid .newsgridbox-list > li,
    .newsgridbox-list > li {
        display: block;
        width: 100%;
        padding: 8px 0;
    }
    .section-newsgrid .newsgridbox-img-wrapper {
        float: none;
        width: auto;
        padding-right: 0;
    }
    .section-newsgrid .newsgridbox-content {
        padding: 20px;
    }

    .catsgrid-bottom .cat .btn {
        display: none;
    }
    .catsgrid-bottom .cat-wrapper {
        bottom: 50%;
        text-align: center;
        -webkit-transform: translate3d(0, 50%, 0);
        -moz-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        -o-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    .catsgrid-bottom .cat-title,
    .catsgrid-bottom .cat-expand {
        width: 100%;
    }

    .level-2 .page-heading .page-heading-title {
        font-size: 26px;
    }

    .mainheading h1, .mainheading h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 2px;
    }

}

@media screen and (max-width: 600px) {
    .l2-logo-right a {
        height: 60px;
    }
}

@media screen and (max-width: 560px) {
    .cat .cat-title {
        font-size: 32px;
        line-height: 38px;
    }

    .division {
        padding: 15px;
    }
    .division-side-left {
        padding-right: 15px;
        padding-bottom: 4px;
    }
    .division-side-middle,
    .division-text .text {
        overflow: visible;
    }
    .division-side-right {
        text-align: center;
    }
    .division-contact-list {
        margin-top: 20px;
    }
    .division-title {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .division-subtitle {
        overflow: visible;
    }
    .division-subtitle,
    .division-text .text {
        font-size: 0.875rem;
    }

    .newsslider-dots {
        display: none;
    }


    .container .ban-imagelogo,
    .ban-imagelogo {
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 520px) {
    .section-story {
        text-align: center;
    }
    .story-btns > .btn {
        margin-right: 0;
        width: 100%;
    }

    .story-titlemain {
        font-size: 42px;
        line-height: 42px;
    }
    .story-title {
        padding-bottom: 10px;
        font-size: 1.1875rem;
    }

    .cat {
        padding-bottom: 28%;
    }

    .govcat-img-wrapper {
        height: 100px;
    }
    .govcat-title {
        font-size: 24px;
        line-height: 24px;
    }

    .media-title {
        font-size: 1.125rem;
        line-height: 1.5;
        text-align: center;
    }

    .authortext-img-wrapper {
        width: 90px;
    }
    .authortext-img-wrapper img {
        width: 90px;
        height: 90px;
    }
    .authortext-author {
        line-height: 1.5;
        font-size: 1rem;
    }

    .heading-filter-select {
        text-align: left;
    }
    .heading-filter-select > * {
        display: block;
    }
    .heading-filter-select .heading-filter-label {
        padding-bottom: 5px;
    }

    .heading-filters-btn-wrapper .btn {
        width: 100%;
    }

    .newsslider-right {
        padding: 15px 20px 20px 20px;
    }
    .newsslider-title {
        font-size: 22px;
    }

}

@media screen and (max-width: 480px) {
    .force {
        padding-bottom: 42%;
    }
    .force-logo {
        max-height: 65px;
    }
    .force-title {
        padding-bottom: 4px;
        font-size: 1.5rem;
        line-height: 1;
    }

    .title {
        font-size: 32px;
    }

    .authortext-title {
        text-align: center;
    }
    .authortext-right {
        text-align: justify;
    }

    .division-img-wrapper {
        width: 90px;
    }

    .section-catsgrid .cat .cat-title {
        font-size: 26px;
        line-height: 30px;
    }
    .section-catsgrid .cat-hover {
        border-width: 3px;
    }

    .mainheading span.cover {
        padding-bottom: 42%;
    }
    .mainheading h1, .mainheading h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .mainheading > .container {
        bottom: 50%;
        text-align: center;
        -webkit-transform: translate3d(-50%, 50%, 0);
        -moz-transform: translate3d(-50%, 50%, 0);
        -ms-transform: translate3d(-50%, 50%, 0);
        -o-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
    }
}

@media screen and (max-width: 420px) {
    .authortext-author {
        padding-left: 15px;
    }
    .authortext-author {
        line-height: 1.4;
        font-size: 0.875rem;
    }
    .authortext-img-wrapper {
        width: 80px;
    }
    .authortext-img-wrapper img {
        width: 80px;
        height: 80px;
    }

    .heading-filters .form-element-dropdown,
    .heading-filters .form-element-dropdown:first-of-type {
        display: block;
        width: auto;
    }
    .heading-filters .heading-filter-element,
    .heading-filters .form-element-date .input-group {
        width: 100%;
    }

    .datepicker {
        -webkit-transform: translate3d(170px, 10px, 0);
        -moz-transform: translate3d(170px, 10px, 0);
        -ms-transform: translate3d(170px, 10px, 0);
        -o-transform: translate3d(170px, 10px, 0);
        transform: translate3d(170px, 10px, 0);
    }

    .section-catsgrid .cat .cat-title {
        font-size: 22px;
        line-height: 26px;
    }

    .social-news-box .box-content .box-date {
        font-size: 0.8125rem;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 359px) {
    .header-bottom .l2-logo-right a {
        height: 40px;
        margin: 0;
    }
}

@media screen and (max-width: 1600px) {
    .footer-title.footer-socials-title {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .logos-title {
        width: 200px;
    }

    .logos-slider {
        width: calc(100% - 200px);
    }

    .logos-other .logos-title {
        width: 150px;
    }

    .logos-other .logos-slider {
        width: calc(100% - 150px);
    }

    .logos-slide {
        width: 90px;
    }

    .logos-title {
        font-size: 28px;
        line-height: 28px;
    }

    .level-2 #main-menu ul li {
        padding: 6px 10px;
    }

    #main-menu ul li {
        padding: 15px 10px;
    }

    .bip {

        margin: 11px 27px 8px 10px;
    }

    header.sticky .logo a.main {
        margin-right: 10px;
        width: 90px;
        height: 90px;
    }

    .logo a.main {
        margin-right: 10px;
        width: 100px;
        height: 100px;
    }

    header.sticky .logo a {
        width: 60px;
    }

    .logo a {
        width: 70px;
    }

    header.sticky .logo,
    .logo {
        margin: -5px 0;
        padding: 10px;
        height: 80px;
    }

    .level-1 header.sticky .logo,
    .level-1 .logo {
        height: 80px;
    }

    .top-search .form-control {
        height: 42px;
    }

    #main-menu ul:first-of-type {
        padding-right: 105px;
    }

    .header-top .lang-switch a {
        padding: 6px 0;
    }

    .header-bottom {
        padding: 0;
    }

    .header-top .socials li {
        padding: 3px 8px;
    }

    #main-menu ul:nth-of-type(2) {
        padding-left: 105px;
    }

    .subpage #content {
        padding-top: 134px;
    }

    .search-btn,
    .header-top .wcag a {
        width: 42px;
        height: 42px;
        line-height: 40px;
    }

    .level-2 .lang-switch {
        padding-right: 18px;
    }

    .level-2 .header-top .wcag a {
        line-height: 42px;
    }

    li:nth-of-type(2n) .way-left,
    li:nth-of-type(2n) .way-right,
    .way-left,
    .way-right {
        padding: 0 10px;
        width: 50%;
    }

    .way-left {
        font-size: 52px;
        line-height: 52px;
    }

    .to-be .title {
        font-size: 52px;
        line-height: 60px;
    }

    .to-be-list {
        padding: 42px 0;
    }

    .to-be {
        position: relative;
        padding: 67px 0 160px;
    }

    .to-text .text {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 34px;
    }

    .to-image {
        margin-bottom: 10px;
        max-width: 150px;
    }

    .to-be-list ul {
        margin: 0 -15px;
    }

    .to-be-list li {
        padding: 0 15px;
    }

    .round-list {
        padding-top: 130px;
    }

    .round-list li {
        padding: 0 0 20px;
    }

    .pagination-wrapper {
        padding: 20px 15px 40px;
    }

    .reversed-list ul {
        margin: 0 -20px -60px;
    }

    .grid-sizer, .reversed-list li {
        padding: 0 20px;
    }

    .reversed-title, .reversed-title a {
        font-size: 30px;
        line-height: 30px;
    }

    .to-title {
        font-size: 38px;
        line-height: 50px;
    }

    .be-big {
        font-size: 160px;
        line-height: 140px;
    }

    .be-left {
        padding-top: 45px;
    }

    .conditions-heading {
        padding: 100px 0;
    }

    .conditions-heading .title {
        font-size: 52px;
        line-height: 60px;
    }

    .level-2 #main-menu ul {
        padding: 0;
    }
}

@media screen and (max-width: 1450px) {
    .level-1 .footer-top, .level-2 .footer-top {
        padding: 50px 0;
    }

    body.level-2 .footer-menu-wrapper,
    body.level-2 .footer-texts-wrapper,
    body.level-2 .footer-right {
        width: 33.33%;
    }

    .level-1 .footer-top .socials {
        padding-bottom: 0;
    }

    .logos-title {
        width: 180px;
    }

    .logos-slider {
        width: calc(100% - 180px);
    }

    .logos-other .logos-title {
        width: 130px;
    }

    .logos-other .logos-slider {
        width: calc(100% - 130px);
    }

    .logos-slide {
        padding: 5px;
        width: 82px;
    }

    .logos-title {
        font-size: 26px;
        line-height: 26px;
    }

    .level-2 #main-menu ul {
        margin-right: 20px;
    }

    .level-2 .top-search {
        padding-right: 20px;
    }

    .level-2 #main-menu ul li {
        padding: 6px 0;
    }

    .level-2 header .socials li {
        padding: 3px 4px 3px;
    }

    .top-quote {
        padding-right: 40px;
    }

    #main-menu ul li a {
        letter-spacing: 0.04em;
        font-size: 1rem;
    }

    .breadcrumb a {
        letter-spacing: 0.04em;
    }

    #main-menu ul li {
        padding: 15px 5px;
    }

    .top-quote {
        padding-right: 20px;
    }

    .tags-list li .tag-box {
        padding: 12px 15px;
        letter-spacing: 0.02em;
    }

    .l2-logo .logo-text .text {
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .footer-texts-wrapper {
        width: 28%;
    }

    .logos-title {
        width: 160px;
    }

    .logos-slider {
        width: calc(100% - 160px);
    }

    .logos-other .logos-title {
        width: 110px;
    }

    .logos-other .logos-slider {
        width: calc(100% - 110px);
    }

    .logos-slide {
        width: 72px;
    }

    .logos-title {
        font-size: 24px;
        line-height: 24px;
    }

    .level-1 header.sticky .logo, .level-1 .logo {
        padding: 6px;
        height: 70px;
    }

    .level-2 #main-menu ul a {
        line-height: 38px;
    }

    html[data-wcag-font="2"] .level-2 #main-menu ul a {
        font-size: 20px;
    }

    .l2-logo .logo-text {
        padding-left: 5px;
    }

    .l2-logo .logo-text .text {
        font-size: 17px;
        line-height: 18px;
    }

    .top-search .form-control {
        padding: 8px 46px 8px 15px;
    }

    .level-2 #main-menu ul li {
        padding: 0;
    }

    .level-2 .top-search .search-wrapper {
        position: relative;
        width: 200px;
    }

    .l2-logo-right {
        width: 74px;
        height: 50px;
    }

    .level-2 .header-bottom {
        padding: 10px 0;
    }

    .whatwedo-copyright {
        right: 0;
    }

    .whatwedo-title {
        margin-top: -20px;
        font-size: 180px;
        line-height: 250px;
    }

    .ways-heading .title {
        font-size: 52px;
        line-height: 60px;
    }

    .ways-heading {
        padding: 70px 0 80px;
    }

    .conditions-list li {
        padding: 0 20px;
    }

    .conditions-list ul {
        margin: 0 -20px;
    }

    .conditions-list {
        padding: 34px 0 66px;
    }

    .reversed-box {
        padding-bottom: 40px;
    }

    .reversed-list ul {
        margin: 0 -20px -40px;
    }

    .reversed-list {
        padding: 10px 0 0;
    }

    .page-heading {
        padding: 10px 0;
    }

    .faq-boxes {
        padding-bottom: 20px;
    }

    .faq-boxes > .container {
        padding-top: 27px;
        padding-bottom: 0;
    }

    .faq-boxes .question {
        padding-right: 60px;
    }

    .page-heading .page-heading-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .faq-boxes .question {
        font-size: 1rem;
    }

    .faq-boxes .answer {
        padding: 20px 0;
    }

    .breadcrumb > li + li:before {
        margin-right: 5px;
    }

    .breadcrumb > li {
        padding-right: 5px;
    }

    .breadcrumb a {
        font-size: 0.875rem;
    }

    .round-list {
        padding-top: 60px;
    }

    .round-texts .title {
        font-size: 30px;
    }

    .round-number {
        font-size: 260px;
    }

    .round-image {
        padding: 0 15px;
    }

    .round-texts {
        padding: 0 15px 15px;
    }

    .round-box {
        margin: 0 -15px;
    }

    .reversed-numbers {
        font-size: 140px;
        line-height: 100px;
    }

    .top-search {
        padding-right: 40px;
    }

    .nav-toggle {
        margin: 7px 0 0 10px;
        padding: 8px 10px;
        width: 46px;
        height: 46px;
        background: #000;
    }

    .nav-toggle.active span,
    .nav-toggle span {
        background: #fff;
    }
}

@media screen and (max-width: 1200px) {
    .logos-title {
        width: 150px;
    }

    .logos-slider {
        width: calc(100% - 150px);
    }

    .logos-other .logos-title {
        width: 100px;
    }

    .logos-other .logos-slider {
        width: calc(100% - 100px);
    }

    .logos-title {
        font-size: 22px;
        line-height: 22px;
    }

    .header-top .lang-switch {
        padding-right: 40px;
    }

    .level-2 .header-top .lang-switch {
        padding-right: 20px;
    }

    .lang-switch a .text-wrapper {
        padding-right: 15px;
    }

    html[data-wcag-font="1"] .level-2 .top-quote .text {
        letter-spacing: 0.03em;
    }

    html[data-wcag-font="2"] .level-2 .top-quote .text {
        letter-spacing: 0.01em;
    }

    html[data-wcag-font="0"] .level-2 header .socials li {
        padding: 0 4px;
    }

    html[data-wcag-font="1"] .level-2 header .socials li {
        padding: 0 2px;
    }

    html[data-wcag-font="2"] .level-2 header .socials li {
        padding: 0;
    }

    .level-2 header.sticky .header-bottom,
    .level-2 .header-bottom {
        padding: 5px 0;
    }
}

@media screen and (max-width: 1139px) {
    .footer-socials-title {
        display: none;
    }

    .footer-top .footer-logos {
        text-align: center;
    }

    .logos-types,
    .logos-other {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .level-2 .footer-top .socials, .level-1 .footer-top .socials {
        margin-left: 0;
    }

    .level-1 .footer-top .socials, .level-2 .footer-top .socials {
        text-align: center;
    }

    .level-1 .footer-top .socials ul, .level-2 .footer-top .socials ul {
        width: auto;
        display: inline-block;
    }

    .level-1 .footer-top .footer-logos a,
    .level-2 .footer-top .footer-logos a {
        width: 50px;
    }

    .footer-texts-wrapper {
        width: 30%;
    }

    .footer-right {
        width: 25%;
    }

    .footer-menu-wrapper {
        width: 45%;
    }

    .level-2 .footer-top .socials,
    .level-1 .footer-top .socials {
        padding: 25px 0 11px;
        margin-left: 20px;
    }

    .level-1 .footer-top .socials ul,
    .level-2 .footer-top .socials ul {
        width: 168px;
    }

    .level-1 .footer-top .footer-logos a.main,
    .level-2 .footer-top .footer-logos a.main {
        width: 110px;
        height: 110px;
    }

    .logos-title,
    .logos-other .logos-title {
        width: 30%;
    }

    .logos-other .logos-slider,
    .logos-slider {
        width: 70%;
    }

    .level-1 .footer-top {
        padding: 20px 0;
    }

    .level-2 .lang-switch a .text-wrapper {
        padding-right: 15px;
        color: #fff;
    }

    .bip a img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .level-2 header .socials .icon svg {
        fill: #fff;
        stroke: #fff;
    }

    .level-2 .wcag a {
        border-top: 1px solid #505050;
        border-bottom: 1px solid #505050;
        background: #000;
        line-height: 28px;
    }

    .bip a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .bip {
        margin: 7px 10px 0 0;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .level-2 .top-search .search-wrapper {
        width: 100%;
    }

    .level-2 .l2-logo-right,
    .level-2 header.sticky .l2-logo-right {
        float: left;
        margin-left: 20px;
        width: 80px;
        height: 60px;
    }

    .level-2 header.sticky .l2-logo-right {
        float: left;
    }

    .level-2.page-heading-text-left,
    .level-1 .page-heading-text-left,
    .l1-contact .sided-content {
        width: 40%;
    }

    .level-2 .page-heading-text-right,
    .level-1 .page-heading-text-right {
        width: 60%;
    }

    .newsletter-section {
        padding: 30px 0;
    }

    .newsletter-section .only-for-sub {
        padding-bottom: 30px;
    }

    .whatwedo-image img {

        right: 0;
        bottom: -80px;
        max-width: 100%;
    }

    .rwd-menu .wcag,
    .rwd-menu .lang-switch {
        float: none;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .rwd-menu {
        text-align: center;
    }

    .rwd-menu .lang-switch ul,
    .rwd-menu .wcag ul {
        display: inline-block;
        float: none;
        width: auto;
    }

    .rwd-menu .wcag ul > li > a {
        padding: 10px 5px;
        color: #fff;
        text-align: center;
    }

    .rwd-menu .lang-switch ul > li {
        border: 0;
    }

    .rwd-menu-wrapper {
        background: #000;
    }

    .logo {
        padding: 10px 0;
    }

    .rwd-menu .wcag ul {
        font-size: 0;
    }

    /*.top-search .form-control {
        text-align: left;
    }

    .search-btn {
        color: #000;
        border-left: 1px solid #000;
    }

    .top-search {
        padding: 10px 20px 10px 0;
    }*/
    .logo a,
    header.sticky .logo a {
        width: 50px;
    }

    /*.top-search .search-wrapper {
        border: 1px solid #000;
    }*/
    .logo a.main,
    header.sticky .logo a.main {
        max-width: none;
        width: 80px;
        height: 80px;
    }

    .to-right {
        float: right;
    }

    .rwd-only {
        display: block;
    }

    .logo,
    header.sticky .logo {
        position: static;
        float: left;
        padding: 10px 0;
        height: 70px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .subpage #content {
        padding-top: 62px;
    }

    body.level-2 #content {
        padding-top: 70px;
    }

    .clone-ul {
        background: #fff;
    }

    .header-top {
        display: none;
    }

    .rwd-menu .socials ul li {
        display: inline-block;
        float: none;
    }

    .rwd-menu .socials,
    .rwd-menu .socials ul {
        width: 100%;
        text-align: center;
    }

    .rwd-menu .socials ul > li {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
        border: 0;
        vertical-align: top;
    }

    .rwd-menu .wcag ul > li {
        display: inline-block;
        float: none;
        margin: 0;
        width: auto;
        border: 0;
        vertical-align: top;
    }

    .rwd-menu-black {
        clear: both;
        overflow: hidden;
        padding: 10px 0 5px;
        background: #000;
    }

    .tags-section {
        padding-top: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .be-reversed li:nth-of-type(4) {
        display: block;
    }

    .be-big {
        font-size: 120px;
        line-height: 100px;
    }

    .be-left .title {
        margin-bottom: 30px;
    }

    .grid-sizer, .reversed-list li {
        width: 50%;
    }

    .pagination-wrapper ul li {
        padding: 5px 10px;
    }

    .pagination-wrapper {
        padding: 10px 15px 30px;
    }

    .round-texts .text {
        padding-bottom: 15px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .round-texts .text {
        padding-bottom: 22px;
    }

    .round-texts .title {
        padding-bottom: 15px;
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .level-1 .sided-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .whatwedo-image {
        float: none;
        margin: auto;
        max-width: 700px;
        width: 100%;
        height: auto;
    }

    .whatwedo-copyright {
        top: 10%;
        bottom: auto;
        -webkit-transform: rotateZ(-90deg) translate3d(0, -100%, 0);
        -moz-transform: rotateZ(-90deg) translate3d(0, -100%, 0);
        -ms-transform: rotateZ(-90deg) translate3d(0, -100%, 0);
        -o-transform: rotateZ(-90deg) translate3d(0, -100%, 0);
        transform: rotateZ(-90deg) translate3d(0, -100%, 0);
    }

    .whatwedo-image img {
        position: static;
    }

    .whatwedo-title {
        margin-top: -20px;
        font-size: 110px;
        line-height: 150px;
    }

    .ways-heading .title {
        font-size: 36px;
        line-height: 44px;
    }

    .ways-heading {
        padding: 50px 0 60px;
    }

    .to-title {
        font-size: 30px;
        line-height: 40px;
    }

    .to-be .title {
        font-size: 42px;
        line-height: 50px;
    }

    .to-title {
        margin-bottom: 20px;
    }

    .to-text .text {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .condition-text {
        font-size: 20px;
        line-height: 26px;
    }

    .condition-image {
        padding-bottom: 0;
        max-width: 126px;
    }

    .conditions-heading .title {
        font-size: 40px;
        line-height: 48px;
    }

    .conditions-heading {
        padding: 60px 0 70px;
    }
}

@media screen and (max-width: 900px) {

    .footer-texts-wrapper {
        width: 50%;
    }

    .footer-right {
        width: 50%;
    }

    .footer-menu-wrapper {
        width: 100%;
    }

    .unsub-checkbox {
        position: static;
        float: left;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .to-be {
        padding: 40px 0 20px;
    }

    .be-big {
        font-size: 100px;
        line-height: 80px;
    }

    .be-left {
        width: 100%;
    }

    .be-right {
        display: none;
    }

    .goDown {
        display: none;
    }

    .way-arrows {
        display: none;
    }

    .be-banner {
        height: auto;
    }

    .way-left {
        font-size: 32px;
        line-height: 32px;
    }

    .way-texts .text {
        font-size: 1rem;
    }
}

@media screen and (min-width: 821px) {
    body.level-2 .footer-toggler {
        display: block !important;
    }
}

@media screen and (max-width: 820px) {
    .level-2 .footer-top {
        padding: 10px 0 30px;
    }
    .level-2 .footer-right{
        padding-top: 30px;
    }
    body.level-2 .footer-title.active:before ,
    .footer-title.active:before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
        -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
        -ms-transform: translate3d(0, -50%, 0) rotate(180deg);
        -o-transform: translate3d(0, -50%, 0) rotate(180deg);
        transform: translate3d(0, -50%, 0) rotate(180deg);
    }

    body.level-2 .footer-toggler {
        display: none;
    }

    body.level-2 .footer-title {
        position: relative;
        height: auto;
        padding-right: 50px;
    }

    body.level-2 .footer-title:before {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        content: '\f107';
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        font-family: FontAwesome;
    }

    body.level-2 .footer-toggler {
        padding-bottom: 20px;
    }

    body.level-2 .footer-wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    body.level-2 .footer-menu-wrapper,
    body.level-2 .footer-texts-wrapper,
    body.level-2 .footer-right {
        width: 100%;
    }

    .level-2 .page-heading-text-left, .l1-contact .sided-content, .level-2 .page-heading-text-right, .level-2 .sided-content-inside,
    .level-1 .page-heading-text-left, .l1-contact .sided-content, .level-1 .page-heading-text-right, .level-1 .sided-content-inside {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .level-2 .sided-content-inside,
    .level-1 .sided-content-inside {
        padding: 0;
    }

    .newsletter-section .form {
        padding: 0;
    }

    .unsub-checkbox {
        margin-bottom: 20px;
    }

    .newsletter-section .only-for-sub {
        padding-bottom: 0;
    }

    li:nth-of-type(2n) .way-left, li:nth-of-type(2n) .way-right, .way-left, .way-right {
        width: 100%;
    }

    .way-block {
        padding: 40px 0;
    }

    .way-texts .text {
        height: auto;
    }

    li:nth-of-type(2n) .way-left,
    .way-left {
        padding-bottom: 30px;
    }

    li:nth-of-type(2n) .way-right .btn {
        float: none;
    }

    .reversed-numbers {
        margin-left: -10px;
        font-size: 100px;
        line-height: 70px;
    }

    .conditions-list li {
        width: 50%;
    }

    .condition-text {
        font-size: 26px;
        line-height: 30px;
    }

    .condition-image {
        padding-bottom: 10px;
        max-width: 140px;
    }
}

@media screen and (max-width: 780px) {
    .whatwedo-texts {
        padding: 0;
    }

    .whatwedo-header {
        padding: 20px 0 30px;
    }

    .whatwedo-texts .whatwedo-text .text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .conditions-heading .title {
        font-size: 30px;
        line-height: 36px;
    }

    .conditions-heading {
        padding: 40px 0 45px;
    }

    .round-image {
        display: block;
        margin: auto;
        padding-bottom: 20px;
        max-width: 400px;
        width: 100%;
    }

    .round-texts {
        display: block;
        margin: auto;
        max-width: 500px;
    }

    .round-image + .round-texts {
        width: 100%;
    }

    .round-number {
        color: rgba(0, 0, 0, 0.07);
        font-size: 200px;
    }

    .text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .round-list {
        padding-top: 30px;
    }

    .breadcrumb > li {
        display: none;
    }

    .round-texts .title {
        font-size: 20px
    }

    .breadcrumb > li:nth-last-of-type(2):before {
        content: '<';
    }

    .breadcrumb > li:nth-last-of-type(2) {
        display: block;
    }

    .round-number {
        top: auto;
        bottom: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .reversed-title, .reversed-title a {
        font-size: 24px;
        line-height: 24px;
    }

    .reversed-box {
        padding-bottom: 10px;
    }

    .reversed-list ul {
        margin: 0 -20px -10px;
    }

    .page-heading .page-heading-title {
        font-size: 36px;
    }

    .tags-section {
        padding: 40px 0;
    }
}

@media screen and (max-width: 700px) {
    .level-1 .footer-top {
        padding: 10px 0 20px;
    }

    .logos-title {
        padding: 10px 0;
    }

    .logos-title,
    .logos-other .logos-title,
    .logos-other .logos-slider,
    .logos-slider {
        width: 100%;
    }

    .whatwedo-header .btn {
        margin-top: 20px;
    }

    .whatwedo-header {
        padding: 20px 0 25px;
    }

    .whatwedo-copyright {
        position: static;
        margin-bottom: 15px;
        font-size: 0.75rem;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .whatwedo-title {
        margin-top: -10px;
        font-size: 60px;
        line-height: 80px;
    }

    .to-be-list li {
        width: 100%;
    }

    .to-title {
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .to-image {
        float: left;
    }

    .logos-slide a img {
        max-width: 80%;
        max-height: 80%;
        border: 0;
    }
}

@media screen and (min-width: 601px) {
    body.level-1 .footer-toggler {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    .footer-texts,
    .footer-menu {
        display: none;
    }

    .footer-title:before {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        content: '\f107';
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        font-family: FontAwesome;
    }

    .footer-toggler {
        padding-bottom: 20px;
    }

    .footer-wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-title {
        padding-right: 50px;
        position: relative;
    }

    .footer-texts-wrapper,
    .footer-right,
    .footer-menu-wrapper {
        width: 100%;
        float: none;
    }

    .footer-right {
        padding-top: 30px;
    }

    .footer-top .footer-logos {
        text-align: center;
    }

    .nav-toggle.active span.l1 {
        margin-top: 12px;
    }

    .nav-toggle.active span.l3 {
        margin-top: -9px;
    }

    .level-2 .nav-toggle span {
        margin-top: 5px;
    }

    body.level-2 #content {
        padding-top: 57px;
    }

    .l2-logo-right a {
        margin: -7px 0;
    }

    .l2-logo img {
        /*width: 22px;*/
        max-height: 42px;
    }

    .level-2 .nav-toggle {
        padding: 7px 9px;
    }

    .bip,
    .level-2 .search-toggle,
    .level-2 .nav-toggle {
        margin-top: 2px;
        margin-bottom: 3px;
        width: 40px;
        height: 40px;
    }

    .l2-logo .logo-text {
        padding-left: 2px;
    }

    .l2-logo .logo-text .text {
        font-size: 12px;
        line-height: 12px;
    }

    .level-2 .l2-logo-right, .level-2 header.sticky .l2-logo-right {
        width: 60px;
        height: 40px;
    }

    .level-1 .socialbox-list {
        margin: -4px;
    }

    .level-1 .socialbox-list > li {
        padding: 4px;
    }

    .level-1 .sided-map iframe {
        height: 400px;
    }

    .level-1 .sided-content .socialbox-list {
        font-size: 0;
    }

    .newsletter-section input.form-control {
        height: 46px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .newsletter-section .newsletter-input {
        padding-bottom: 10px;
    }

    .conditions-heading .title {
        font-size: 26px;
        line-height: 32px;
    }

    .be-reversed {
        padding: 30px 0 15px;
    }

    .page-heading .page-heading-title {
        font-size: 32px;
    }

    .ways-heading .title {
        font-size: 28px;
        line-height: 36px;
    }

    .ways-heading {
        padding: 30px 0 35px;
    }

    .footer-title {
        height: auto;
    }

    .footer-menu-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    .warning-box .title {
        padding-bottom: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .btn-warning-box .btn-arrow {
        right: 15px;
        width: 36px;
        height: 36px;
    }

    .warning-box {
        padding: 15px;
    }

    .warning-box .text {
        padding: 15px 0;
    }

    .btn-warning-box {
        margin: 0;
        padding: 13px 68px 13px 13px;
    }

    .condition-text {
        font-size: 20px;
        line-height: 26px;
    }

    .condition-image {
        padding-bottom: 0;
        max-width: 126px;
    }

    .tags-section .tags-section-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 500px) {
    .footer-title{
        font-size: 1.2rem;
    }

    .footer-menu li {
        width: 100%;
    }

    .logos-slide {
        width: 64px;
    }

    .other-slider,
    .types-slider {
        margin: 0 -5px;
    }

    .l2-logo .logo-text .text {
        max-width: 80px;
        font-weight: normal;
        font-size: 10px;
        line-height: 10px;
    }

    .newsletter-section .only-for-sub {
        padding-bottom: 0;
    }

    .unsub-checkbox {
        margin-bottom: 20px;
    }

    .to-bg .cover {
        background: #000;
    }

    .to-bg img {
        opacity: 0.8;
    }

    .to-be {
        padding: 30px 0 20px;
    }

    .to-text .text {
        font-size: 1rem;
    }

    .to-title {
        font-size: 20px;
        line-height: 30px;
    }

    .to-image {
        margin-bottom: 0;
        max-width: 120px;
    }

    .to-be-list {
        padding: 20px 0;
    }

    .to-be .title {
        font-size: 32px;
        line-height: 40px;
    }

    .conditions-heading .title {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
    }

    .be-left {
        padding-top: 5px;
    }

    .faq-boxes .question {
        padding-right: 40px;
    }

    .be-buttons li {
        width: 100%;
    }

    .subtitle {
        font-size: 26px;
        line-height: 28px;
    }

    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 36px;
        height: 36px;
    }

    .pagination-wrapper ul li {
        padding: 0 8px;
    }

    .pagination-wrapper ul li span {
        padding: 5px 0
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        font-size: 1rem;
    }

    .grid-sizer, .reversed-list li {
        width: 100%;
    }

}

@media screen and (max-width: 420px) {
    .logos-slide {
        width: calc(16vw - 4px);
    }

    .nav-toggle {
        margin-left: 5px;
    }

    .bip {
        margin-right: 5px;
    }

    .level-2 .l2-logo-right, .level-2 header.sticky .l2-logo-right {
        margin-left: 5px;
    }

    .ways-heading .title {
        font-size: 24px;
        line-height: 32px;
    }

    .ways-heading {
        padding: 25px 0 30px;
    }

    .conditions-list ul {
        margin: 0 -10px;
    }

    .conditions-list li {
        padding: 0 10px;
    }

    .condition-text {
        font-size: 18px;
        line-height: 22px;
    }

    .rwd-menu .socials ul > li > a {
        padding: 5px 10px;
    }

    .condition-image {
        padding-bottom: 0;
        max-width: 110px;
    }
}

@media screen and (max-width: 380px) {
    .conditions-heading .title {
        text-align: center;
        font-size: 26px;
        line-height: 30px;
    }

    .tags-section .tags-section-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 359px) {
    .level-2 .l2-logo-right, .level-2 header.sticky .l2-logo-right {
        margin-top: 5px;
        width: 50px;
        height: 40px;
    }

    .condition-text {
        font-size: 1rem;
        line-height: 1.3;
    }

    .condition-image {
        max-width: 100px;
    }

    .pagination-wrapper ul li {
        padding: 0 5px;
    }
}

@media screen and (max-width: 330px) {
    header .container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 320px) {
    header,
    body {
        width: 320px;
    }
}


/** Header fix */

.header-fix{
    width: 100%;
    height: 170px;
    background: #000;
}

@media screen and (max-width: 1600px){
    .header-fix{
        height: 139px;
    }
}
@media screen and (max-width: 1300px){
    .header-fix{
        height: 131px;
    }
}
@media screen and (max-width: 1139px){
    .header-fix{
        height: 62px;
    }
}

/** third logo */

a.herb {
    width: 64px;
    margin-left: 14px;
}

@media screen and (max-width: 1440px) {
    a.herb {
        width: 46px;
        margin-left: 9px;
    }

    body.level-1 .logo a:first-of-type {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1280px) {

    body.level-1 #main-menu ul li a {
        font-family: 'Titillium Web', sans-serif;
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 420px) {
    body.level-1 .logo a:first-of-type {
        margin-right: 5px;
    }

    .level-1 header.sticky .logo, .level-1 .logo {
        padding-left: 0;
    }

    header.sticky a.herb,
    a.herb {
        width: 38px;
        margin-left: 0;
    }
}