@media screen and (min-width: 1921px) {
    body.compensate-for-scrollbar {
        margin-right: auto !important;
    }
}

/**
 * RWD PANEL
 */

@media screen and (min-width: 1140px) {
    .rwdPanel {
        display: none;
    }

    .rwdPanel-action-open,
    .rwdPanel-action-toggle {
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .rwdPanel {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-property: transform, -webkit-transform, -ms-transform;
        /* Closed: */
        pointer-events: none;
        transform: translateY(100%);
        -ms-transform: translateY(100%);
    }

    header.stickable .rwdPanel {
        z-index: -1;
    }

    .rwdPanel.active {
        pointer-events: all;
        transform: none;
        -ms-transform: none;
    }

    .rwdPanel-scrollLock body {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
    }
}

/**
 * RWD MENU
 */

.rwdMenu {
    font-size: 1rem;
}

.rwdMenu ul {
    display: block;
    width: 100%;
    padding: 0;
}

.rwdMenu:not(:first-child) > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu + .rwdMenu > ul {
    border-top: none;
}

.rwdMenu ul ul {
    display: none;
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.1);
}

.rwdMenu li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.rwdMenu li.slided {
    border-bottom: none;
}

.rwdMenu a {
    color: inherit;
}

.rwdMenu li > *:first-child {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 46px;
    padding: 5px var(--container-padding);
    text-align: left;
    word-break: break-word;
    color: #000;
    border: none;
}

.rwdMenu li > *:first-child:hover {
    text-decoration: none;
}

.rwdMenu li.active > *:first-child {
    font-weight: 700;
    color: var(--color-primary);
}

.rwdMenu > ul > li > *:first-child {
    text-transform: uppercase;
}

.rwdMenu > ul > li > ul {
    font-size: 0.875rem;
}

.rwdMenu > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 15px);
}

.rwdMenu > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 30px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 45px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 60px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 75px);
}

.rwdMenu li > *:first-child > .fa,
.rwdMenu li > *:first-child > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    flex-shrink: 0;
    margin: -9px 6px -9px -9px;
}

.rwdMenu li > *:first-child > .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rwdMenu li > *:first-child > .caption {
    flex: 1 0 0;
}

.rwdMenu li > *:first-child > .caption * {
    display: inline-block;
}

.rwdMenu li > *:first-child > .caption ~ * {
    margin-left: 10px;
}

.rwdMenu .rwdMenu-count {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rwdMenu .user-nav li + li:before {
    display: none;
}

.cloneMenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.06);
}

.cloneMenu-toggle::before {
    content: "\f107";
    display: block;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s;
}

.cloneMenu-toggle.active::before {
    transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.rwdPanel .social-list {
    margin: 15px 0;
    text-align: center;
}

.rwdMenu .lang span.langs-menu-icon {
    margin-right: 10px;
}


.rwdMenu .social-list > ul > li a {
    padding: 0;
}

.rwdMenu .social-list > ul > li {
    border: 0 none;
}

/**
 * RWD BUTTON
 */

.rwdButton {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 10px 0 10px 15px;
    font-size: 18px;
    border: 1px solid var(--color-primary);
    background-color: transparent;
    transition: all 0.4s;
    border-radius: 0;
}

.rwdButton .animIcon {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
}

.rwdButton > * {
    transition: all 0.5s;
}

.rwdButton.rwdPanel-action-toggle.active {
    color: #fff;
    background-color: #f00;
}

.rwdButton .animIcon--close span {
    background-color: #fff;
}

.rwdButton:not(.active) > .animIcon--close {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
}

.rwdButton.active > .animIcon--close {
    opacity: 1;
}

.rwdButton.active > .animIcon--close ~ * {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

/* --------------- BREAKPOINTS --------------- */

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

}

@media screen and (max-width: 1600px) {
    span.mask.offer-mask2 {
        background: url(../images/offer_top.webp) no-repeat left top;
        background-size: 100% auto;
    }

    .news-box {
        margin: -25px -25px 25px;

    }

    .news-item {
        padding: 25px;
    }

    .subpage .news-item {
        padding: 30px 25px;
    }

    .subpage .news-box {
        margin: -30px -25px 2px;
    }

    .slider .slick-arrow {
        right: var(--container-padding);
        margin-right: 0;
    }

    .slider .slick-arrow.slick-prev {
        margin-right: 60px;
    }

    .offer-icon {
        width: 90px;
        height: 90px;
    }

    a.offer-link {
        padding: 30px 15px;
        padding-right: 76px;
    }

    .more {
        right: 15px;
    }

    .news-content .text.txt {
        -webkit-line-clamp: 8;
    }

    .article-image {
        margin-right: 80px;
    }

    .benefit-title {
        padding: 0 23%;
    }

    .slider {
        max-height: 773px;
    }


.footer-box-container {

    padding-bottom: 170px;
}
}

@media screen and (max-width: 1440px) {
    .news-box {
        margin: -20px -20px 25px;

    }

    .news-item {
        padding: 20px;
    }

    .subpage .news-item {
        padding: 30px 20px;
    }

    .subpage .news-box {
        margin: -30px -20px 2px;
    }

    .top-right {
        width: 80%;
    }

    .langs-menu {
        padding-left: 7px;
        margin-right: 0;
    }

    .contact-link {
        line-height: 184%;
    }

    #main-menu {
        margin-right: 4%;
        margin-left: 4%;
    }

    .slide-text {
        width: 40%;
    }

    .slide-text-content {
        padding-left: 10%;
    }

    .offer-icon {
        margin-right: 10px;
    }

    span.mask.offer-mask2 {
        display: none;
    }

    .news-content .text.txt {
        -webkit-line-clamp: 7;
    }

    .article-image {
        margin-right: 70px;
    }

    .slider {
        max-height: 670px;
    }


.footer-box-container {

    padding-bottom: 150px;
}
}

@media screen and (max-width: 1366px) {
    .controls.captcha-container {
        width: 100%;
    }

    #main-menu {
        margin-right: 3%;
        margin-left: 3%;
    }

    .news-content .text.txt {
        -webkit-line-clamp: 6;
    }

    .article-image {
        margin-right: 60px;
    }

    .benefit-title {
        padding: 0 21%;
    }


.footer-box-container {

    padding-bottom: 120px;
}
}

@media screen and (max-width: 1350px) {
    .more {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    #main-menu li a {
        padding: 10px 3px;
        font-size: 13px;
    }

    .offer-icon {
        width: 80px;
        height: 80px;
    }

    .offer-name {
        font-size: 20px;
    }

    .news-content .text.txt {
        -webkit-line-clamp: 5;
    }

    .news-content-inner {
        padding: 20px;
    }

    .footer-left {
        width: 70%;
        display: flex;
    }

    .footer-right {
        width: 30%;
    }

    .article-image {
        margin-right: 50px;
    }
    .benefit-title {
        padding: 0 10%;
    }


.footer-box-container {

    padding-bottom: 90px;
}
}

@media screen and (max-width: 1200px) {
    #main-menu {
        margin-right: 15px;
        margin-left: 15px;
    }

    .contact-link strong {
        font-size: 15px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .contact-link .btn-icon {
        margin-right: 15px;
        padding: 8px;
        width: 40px;
        height: 40px;
    }

    .slider {
        padding-top: 85px;
    }

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

    .news-content .text.txt {
        -webkit-line-clamp: 4;
    }

    .news-content-inner {
        padding: 15px;
    }

    .article-image {
        margin-right: 40px;
    }

.footer-box-container {

    padding-bottom: 75px;
}
}

@media screen and (min-width: 1140px) {
    .mainsearch {
        top: 0 !important;
    }

    .footer-content {
        display: block !important;
    }
}

@media screen and (max-width: 1139px) {
    .footer-bar-content {
        gap: 10px;
        flex-direction: column;
    }

    .footer-bar-left {
        justify-content: center;

    }

    .text table tr td {
        padding: 6px 10px;
    }

    #main-menu {
        display: none;
    }

    .langs-menu {
        display: none !important;
    }

    .rwd-hide {
        display: none;
    }

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

    .container {
        width: 100%;
    }

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

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

    .lang .langs-menu-long {
        display: block;
        color: var(--color-primary);

    }

    .mainsearch.rwdPanel .mainsearch-search {
        background-color: #f0f;
    }

    .mainsearch.rwdPanel .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none;
    }

    .mainsearch.rwdPanel .mainsearch-search,
    .mainsearch.rwdPanel .dropdown-menu {
        padding: 15px;
    }

    .mainsearch.rwdPanel .dropdown-menu .dropdown-search-li.all-search-results {
        margin-top: 15px;
    }

    .mainsearch.rwdPanel .form-element-container {
        width: calc(100% - 46px);
        flex-grow: 0;
    }

    .mainsearch.rwdPanel .mainsearch-submit {
        height: 46px;
    }

    .mainsearch.rwdPanel input,
    .mainsearch.rwdPanel .mainsearch-submit {
        border: none;
    }


    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        margin: 0 30px;
        padding: 0;
    }

    .top-right {
        width: auto;
    }

    .logo {
        width: auto;
    }

    .top {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .offer-item {
        width: 50%;
    }

.subpage .offer-box {

    justify-content: center;
}

    .offer-item:nth-child(3) .offer-item-content:before {
        display: none;
    }

    .offer-item:nth-child(3) .offer-item-content:after {
        display: none;
    }

    .offer-item:nth-child(2) .offer-item-content:before {
        height: 29px;
        width: 1px;
        position: absolute;
        content: '';
        display: block;
        z-index: 1;
        background: var(--color-primary);
        transition: all 300ms ease-out;
        top: -14px;
        right: -1px;
    }

    .offer-item:nth-child(2) .offer-item-content:after {
        height: 1px;
        width: 29px;
        position: absolute;
        content: '';
        display: block;
        z-index: 1;
        background: var(--color-primary);
        transition: all 300ms ease-out;
        top: -1px;
        right: -15px;
    }


    .offer-item:nth-child(2n+1) .offer-item-content:before {
        height: 29px;
        width: 1px;
        position: absolute;
        content: '';
        display: block;
        z-index: 1;
        background: var(--color-primary);
        transition: all 300ms ease-out;
        bottom: -14px;
        left: 0;
    }

    .offer-item:nth-child(2n+1) .offer-item-content:after {
        height: 1px;
        width: 29px;
        position: absolute;
        content: '';
        display: block;
        z-index: 1;
        background: var(--color-primary);
        transition: all 300ms ease-out;
        bottom: 0;
        left: -14px;
    }

    .offer-item:nth-child(3n+1) .offer-item-content:before {
        display: none;
    }

    .offer-item:nth-child(3n+1) .offer-item-content:after {
        display: none;
    }

    .offer-item:hover:after {
        display: none;
    }

    .offer-item:hover:before {
        display: none;
    }

    .offer-link:hover:after {
        display: none;
    }

    .offer-link:hover:before {
        display: none;
    }

    a.offer-link:hover {
        background: transparent;
    }

    .news-item {
        width: 100%;
    }

    .news-link {
        flex-direction: row;
    }

    .news-content {
        padding-bottom: 0;
    }

    .news-item:nth-child(even) .news-link {
        flex-direction: row-reverse;
    }

    .about-box {
        align-items: flex-end;
    }



    .about-box {
        align-items: flex-end;
    }

    .about-bottom {
        flex-direction: column-reverse;
    }

    .sign {
        width: auto;
        margin: 0 0 10px;
    }

    .about-right {
        width: 50%;
        position: relative;
        padding-right: 0;
    }

    .about-right img.about-logo {
        position: absolute;
        right: 13%;
        top: 0;
        max-width: 40%;
    }

    .about-left {
        width: 50%;
        padding-top: 0;
        margin-bottom: var(--space-60);
        padding-left: 15px;
    }

    div#content, .subpage div#content {
        padding-top: 73px;
    }

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

    .slider .container {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .slide-logo img {
        height: 400px;
    }

    .slide-logo {
        margin-top: 0;
        margin-bottom: 0;
    }

    .slide-box {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .slide-text {
        width: 50%;
    }

    .contact-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-data-box {
        width: 74%;
    }

    .benefit-text {
        text-align: center;
    }

    .subpage .news-item:nth-child(odd) .news-link{
        flex-direction: row;
    }
    .subpage .news-item:nth-child(even) .news-link{
        flex-direction: row-reverse;
    }

    .rwdMenu-contact {
        display: none;
    }

    .rwdPanel > .social-list {
        display: none;
    }
}

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

    span.mask.footer-mask {
        background: url(../images/footer_bottom.webp) no-repeat bottom center;
        background-color: rgba(0, 30, 74, 0.70);
        background-size: 100% auto;
    }

    .footer-boxes {
        flex-wrap: wrap;
    }

    footer .footer-box {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 15px 15px 0 15px !important;
    }

    footer .show-hide {
        display: none;
    }

    footer .footer-col-title {
        background: url(../images/icons/arrow_down2.svg) no-repeat right 5px;
        background-size: 20px 20px;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .footer-box-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-right .footer-box:last-child {
        display: flex;
        text-align: center;
        width: 100%;
        border-bottom: 0 none;
        justify-content: space-between;
        align-items: center;
    }

    img.logo-min {
        margin: 0;
        height: 46px;
        margin-bottom: 14px;
    }

    footer .container {
        padding: 0;
    }


    .footer-left {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-logos {
        flex-direction: row-reverse;
        padding: 20px 15px;
    }

    .footer-logos img:first-child {
        max-width: 100px;
    }

    .contact-links-bottom {
        margin: -18px -15px 0;
    }

    .benefit-title {
        padding: 0;
    }
}

@media screen and (max-width: 960px) {
    .pagination-wrapper ul li {
        margin: 0;
    }

    .pagination-wrapper {
        max-width: 100%;
    }

    .copyright:before {
        display: none;
    }

}

@media screen and (max-width: 900px) {
    .footer-bar-left {
        display: inline-block;
        text-align: center;
    }

    .footer-bar-links:has(li) + .copyright:before {
        display: none;
    }

    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
        text-align: center;
    }

    .about-box {
        flex-wrap: wrap;
    }

    .about-left, .subpage .about-left {
        width: 100%;
        padding-top: 0;
    }
    .about-right, .subpage .about-right {
        width: 60%;
        margin: 0 auto;
    }

    .form-box-wrapper {
        padding: 0;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form .form-element-name {
        margin-bottom: 15px;
    }

    .benefit-item {
        padding: 30px 10px 40px;
    }

    .about-right img.about-logo {
        position: absolute;
        right: -8%;
        top: 0;
        max-width: 40%;
    }

    .about-box .text.txt {
        margin-bottom: 14px;
    }

    .offer-box + .buttons-center {
        margin-top: calc(var(--space-50) + var(--space-40) - 20px);
    }

    .news-box-subtitle {
        margin-bottom: calc(var(--space-30) + var(--space-40));
    }

    .news-box {
        margin: -20px -20px 15px;
    }

    .about-left {
        margin-bottom: var(--space-40);
    }

    .subpage .text-bottom-container {
        padding-top: calc(var(--space-60));
        padding-bottom: calc(var(--space-60));
    }

    .text-bottom-container .text.txt h2 {
        margin-bottom: calc(var(--space-60) - 5px);
    }

    .subpage .news-item {
        padding: calc(var(--space-60)) var(--space-40);
    }

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

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        line-height: 42px;
    }

    .subpage .text-bottom-container {
        background: none;
    }
    .benefits-box-container {
        padding-top: var(--space-60);
        padding-bottom: var(--space-60);
    }

    .text-bottom-container + .benefits-box-container {
        padding-top: 0;
    }

    .benefits-box-subtitle {
        margin-bottom: var(--space-60);
    }
}

@media screen and (max-width: 767px) {
    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.webp);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }

    .controls.captcha-container .col-sm-6.form-group-lg.form-group {
        width: 50%;
    }

    .controls.captcha-container {
        display: flex;
    }

    .top .contact-links .btn-caption {
        display: none;
    }

    .top .contact-link .btn-icon {
        margin-right: 0;
    }

    .news-content .text.txt {
        -webkit-line-clamp: 3;
    }

    .news-title {
        -webkit-line-clamp: 3;
    }

    a.offer-link {
        padding: 0;
    }

    .offer-item:before {
        display: none;
    }

    .offer-item:nth-child(2) .offer-item-content:before {
        display: none;
    }

    .offer-item:nth-child(2) .offer-item-content:after {
        display: none;
    }

    .offer-item:after {
        display: none;
    }

    .offer-link:before {
        display: none;
    }

    .offer-link:after {
        display: none;
    }

    .offer-item:nth-child(2n+1) .offer-item-content:before {
        display: none;
    }

    .offer-item:nth-child(2n+1) .offer-item-content:after {
        display: none;
    }


    .offer-item {
        padding: 10px;
    }

    .offer-box {
        margin: -10px -10px var(--space-60);
    }

    .offer-name {
        font-size: 18px;
    }

    .slide-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .slider .slick-arrow {
        bottom: 15px;
    }


    .btn-lg {
        padding: 0 18px;
    }

    .offer-box {
        margin: -10px -10px 15px;
    }

.controls.captcha-container .row {
    width: 100%;
}

    .controls.captcha-container .col-xs-12.col-sm-6 {
        width: 50%;
    }
}

@media screen and (min-width: 991px) {
    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;
    }

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }

    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }

    .news-link {
        flex-direction: column;
    }

    .news-item {
        width: 100%;
        max-width: 492px;
        margin: 0 auto;
    }

    .news-item:nth-child(even) .news-link, .subpage .news-item:nth-child(odd) .news-link {
        flex-direction: column !important;
    }

    .news-content-inner {
        position: relative;
    }

    .news-title {
        -webkit-line-clamp: none;

    }

    .news-content .text.txt {
        -webkit-line-clamp: none;
    }



    .slide-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .slide-logo {
        width: 100%;
        margin-bottom: 0;
        height: auto;
    }

    .slide-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .slide-text-content {
        border: 0;
        padding: 0;
    }

    .slide-logo img {
        height: 300px;
    }

    .mask.contact-mask {
        background-image: none;
    }

    .contact-box {
        flex-wrap: wrap;
    }

    .contact-data-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-logo {
        margin: 0 auto;
    }

    .contact-data {
        padding-right: 20px;
        width: 100%;
    }

    .offer-item {
        width: 100%;
    }

    .offer-box {
        margin: -10px -10px 0px;
    }

    .article-text {
        margin-bottom: calc(7.6% - 5px);
    }

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

    .form-box-container {
        padding-bottom: var(--space-50);
    }
    .contact-form .row-flex-center {
        padding-top: 0;
        margin-top: calc(var(--space-50) - 5px);
    }

    .top-right > .social-list {
        display: none;
    }

    .rwdPanel > .social-list {
        display: block;
        padding: 0;
    }

    .rwdPanel > .social-list > ul {
        justify-content: center;
    }

    .slide-text-content-line {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .text {
        word-wrap: break-word;
    }

    .gallery-list-item {
        width: 50%;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        margin: 0;
    }

    .about-right img.about-logo {
        right: 0;
    }

    .contact-data-box {
        flex-wrap: wrap;
    }

    .contact-data {
        margin-bottom: 20px;
    }

    .benefit-item {
        width: 100%;
    }

    .contact-logo {
        width: 30%;
    }

    .pagination-wrapper ul li {
        padding: 0;
    }
    .news-box + .pagination-wrapper {
        padding-bottom: calc(var(--space-40) + 25px);
    }
    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 0 15px;
    }

    .benefits-box > .benefit-item:not(:first-of-type):before {
        content: '';
        position: absolute;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 1px;
        top: 0;
        background-color: rgba(0, 0, 0, .1);
    }
}


@media screen and (max-width: 480px) {
    .modal-footer > .btn {
        width: 100%;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px;
    }

    .controls.captcha-container .col-sm-6.form-group-lg.form-group {
        width: 100%;
    }

    .controls.captcha-container {
        flex-wrap: wrap;
    }

    .logo a img {
        height: 50px;
        width: auto;
    }

    div#content, .subpage div#content {
        padding-top: 70px;
    }

.controls.captcha-container .col-xs-12.col-sm-6 {
        width: 100%;
    }

    .contact-logo {
        width: 35%;
    }

    .footer-logos {
        padding: 20px 15px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

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

    .footer-logos img:first-child {
        max-width: 40% !important;
    }
}

@media screen and (max-width: 424px) {
    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 0 9px;
    }

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

    .rwdButton {
        margin: 10px 0 10px 6px;
    }

    .main-menu-button {
        margin: 10px 0 10px 8px;
    }

    .contact-link-bottom .btn-icon {
        margin-right: 15px;
    }

    .footer-logos img:last-child {
        max-width: 235px;
    }

    .contact-data .contact-link-bottom {
        padding: 10px;
    }

    .contact-data {
        padding-right: 0;
        width: 100%;
    }

    .contact-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-data  .contact-link-bottom .btn-icon {
        width: 40px;
        height: 40px;
    }

    .contact-data .contact-link-bottom .caption strong {
         font-size: 14px;
    }

    .contact-logo {
        width: 40%;
    }

    .top-right > .contact-links {
        display: none;
    }

    .rwdMenu-contact {
        display: block;
        padding: 10px var(--container-padding);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwdMenu-contact > .contact-links .btn-caption {
        display: block;
        color: #000;
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
    }

    .rwdMenu-contact > .contact-links .btn-caption strong {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .footer-logos img:last-child {
        max-width: 175px;
    }

    .contact-link strong {
        font-size: 14px;
    }
}

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

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

/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1670px) {
    :root {
        --font-64: 55px;
    }
}

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;
        --space-30: 25px;

        --font-64: 53px;
        --font-48: 40px;
        --font-40: 36px;
        --font-36: 32px;
        --font-35: 32px;
        --font-30: 26px;
        --font-26: 23px;
        --font-24: 22px;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --font-64: 48px;
        --font-48: 36px;
        --font-40: 34px;

        --container-padding: 30px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

        --font-64: 45px;
        --font-48: 34px;
        --font-40: 32px;
        --font-36: 28px;
        --font-35: 28px;
        --font-30: 24px;
        --font-18: 17px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;

        --font-64: 43px;
        --font-48: 32px;
        --font-40: 30px;

        --container-padding: 20px;
    }
}


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

        --font-60: 40px;

    }
}

@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-30: 20px;
        --space-25: 15px;

        --font-64: 38px;
        --font-48: 30px;
        --font-40: 28px;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --space-64: 36px;
        --space-50: 25px;
        --space-40: 20px;
        --space-30: 15px;
    }
}

@media screen and (max-width: 900px) {
    :root {
        --container-padding: 15px;
        --font-60: 36px;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --font-64: 34px;
        --font-48: 30px;
        --font-40: 26px;
        --font-36: 24px;
        --font-35: 23px;
        --font-30: 22px;
        --font-26: 19px;
        --font-24: 18px;
        --font-22: 17px;
        --font-20: 16px;
        --font-18: 16px;
    }
}

@media screen and (max-width: 424px) {
    :root {
        --font-64: 32px;
        --font-48: 24px;
        --font-40: 22px;
        --font-36: 20px;
        --font-30: 20px;
        --font-26: 17px;
        --font-24: 17px;
        --font-20: 16px;
        --font-18: 16px;
    }
}
