@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) {
    .history-slides-item-right .logo-vertical {
        max-width: 120px;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 70px;
    }

    .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%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
    }

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

    .rwdPanel.active {
        pointer-events: all;
        transform: none;
        -webkit-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.slided {
    border-bottom: none;
}

.rwdMenu a {
    color: inherit;
}

.rwdMenu li > *:first-child {
    flex: 1 0 0px;
    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);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

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

/**
 * RWD BUTTON
 */

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

.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: 1900px) {
    .area-box-phone, .area-box-logo {
        padding: 5px;
    }

    .area-box-phones, .area-box-logos {
        margin: -5px;
    }

}

@media screen and (max-width: 1800px) {
    #main-menu {
        margin-left: 10px;
        flex-grow: 1;
    }

    .area-box {
        padding: calc(var(--space-50) * 2) min(4vw, 136px) calc(var(--space-50) + 20px) min(4vw, 136px);
    }

    .header-left .logo {
        width: 140px;
    }
}

@media screen and (max-width: 1700px) {
    .header-right {
        gap: 10px;
    }

    .news-slider {
        width: calc(100% + 20vw);
        margin-right: -20vw;
    }

    .btn-offer {
        margin-left: 15px;
    }

    #main-menu ul {
        gap: 5px;
    }
}

@media screen and (max-width: 1600px) {
    #main-menu ul {
        gap: 0;
    }

    .downloads-list {
        margin: -10px;
    }

    .download-box {
        padding: 10px;
    }

    .mainGrid-section .grid-box-right {
        padding: var(--space-60);
    }

    .btn-offer {
        min-width: unset;
    }

    .portfolio-slider {
        margin: -5px;
    }

    .portfolio-slider .portfolio-box {
        padding: 5px;
    }

    .area-box {
        padding: calc(var(--space-50) * 2) min(3vw, 136px) calc(var(--space-50) + 20px) min(3vw, 136px);
    }

}

@media screen and (max-width: 1440px) {
    header .social-icon {
        width: 39px;
        height: 39px;
    }

    .shop-product-list-wrapper {
        padding: 0 calc(var(--space-60) + 26px);
    }

    .slider-arrows {
        padding: 0 var(--container-padding);
    }

    .area-box-phone a {
        padding: var(--space-25) 5px;
    }

    .footer-cols {
        display: grid;
        grid-template-columns: repeat(3, 33.3333%);
    }

    .contact-section .footer-cols {
        gap: 15px 0;
    }

    .footer-col {
        margin: 0 auto;
        width: unset;
    }

    .news-box {
        padding: 10px;
    }

    .news-slider {
        margin: -10px;
    }

    header .social-list > ul > li {
        padding: 2px;
    }

    .header-left .logo {
        width: 90px;
    }

    .btn-offer {
        padding: 5px 10px;
    }

    .news-list {
        margin: calc(var(--space-25) * -1) calc(var(--space-40) * -1);
    }

    .news-list .news-box {
        padding: var(--space-25) var(--space-40);
    }
}

@media screen and (max-width: 1366px) {
    .fancybox-modal-wrapper:before {
        position: absolute;
        inset: -62px -60px -70px -60px;
        margin: auto;
        display: block;
        z-index: -1;
        content: "";
        background: url(../images/modal-bg.webp) center center / contain no-repeat;
    }
}

@media screen and (max-width: 1280px) {
    .downloads-list {
        margin: -5px;
    }

    .offer-box-arrow {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }

    .download-box {
        padding: 5px;
    }

    .langs-menu.langs-menu--list li {
        margin: 4px;
    }

    .brand-bananer-inner {
        padding-top: var(--space-60);
    }

    .area-box-text table td, .area-box-text table th {
        padding: 5px;
    }

    .area-box-text thead {
        font-size: 14px;
    }

    .area-box-phone a {
        font-size: 18px;
    }

    .langs-menu.langs-menu--list li + li:before {
        left: -5px;
    }

    header .social-icon {
        width: 33px;
        height: 33px;
        padding: 2px;
    }

    .btn-offer {
        gap: 10px;
    }

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

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

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

    .history-years-list {
        display: block !important;
    }

    .history-years-toggle {
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .history-years-toggle {
        display: block;
    }

    .history-year-rwd {
        display: flex;
    }

    .grid-box .section-subtitle {
        margin-bottom: 10px;
    }

    .page-buttons .btn {
        min-width: 150px;
    }

    .offer-box-arrow {
        width: 40px;
        height: 40px;
    }

    .mainGrid-section .grid-box:has(.section-title) .grid-box-left .img-wrapper {
        margin-top: 110px;
    }

    .video-section img, .video-section .video-icon-wrapper {
        display: none;
    }

    .main-slide-text {
        position: static;
        transform: unset !important;
        width: 100%;
    }

    .mainSlider-bottom-content {
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-bottom: 45px;
        justify-content: center;
    }

    .mainSlider-nav-wrapper {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);

    }

    .mainSlider-nav {
        width: unset;
        justify-content: center;
        height: unset;
        margin: unset;
    }

    .mainSlider-top {
        padding-top: var(--space-60);
    }

    .main-slide-text-titles {
        width: 100%;
    }


    .history-years-wrapper {
        pointer-events: auto;
        position: static !important;
        top: 100px !important;
        z-index: 10;
        left: 50% !important;
        bottom: unset !important;
        /* transform: translateX(-50%) !important; */
        transform: none;
        margin-bottom: 30px;
    }

    .history-slides-item-left {
        max-height: unset;
        padding: var(--space-60) var(--space-60) var(--space-60) 0;
    }

    .history-slides-item-right {
        height: unset;
    }

    .history-slides-item-content {
        align-items: stretch;
    }

    .history-slides-item {
        height: unset;
    }

    .history-years-list {
        display: none;
    }

    .history-slides-item-left {
        padding-left: unset;
    }

    .history-years-item + .history-years-item {
        margin: unset;
    }

    .history-years-list.active {
        display: flex;
        background: #fff;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        padding: var(--space-25);
    }

    .btn-offer {
        min-height: 40px;
    }

    #content {
        padding-top: 71px;
    }

    .header-content {
        justify-content: space-between;
        padding: 0;
    }

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

    .main-menu-button {
        margin-left: 0;
    }

    .rwdButton {
        border-radius: 0;
        margin-right: 5px;
    }

    .header-social-list {
        order: -1;
    }

    .icon-box {
        width: 33.3333%;
    }

    .aboutUs-logo {
        display: none;
    }

    .download-box {
        width: 25%;
    }

    .brand-bananer-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .brand-logo {
        top: 32%;
    }

    .brand-bananer-img {
        width: 100%;
    }

    .areas-boxes-section {
        gap: 5px;
    }

    .area-box-phone a {
        font-size: 16px;
    }

    .area-box {
        padding: calc(var(--space-50) * 2) var(--container-padding) calc(var(--space-50) + 20px) var(--container-padding);
    }

    .map-texts {
        width: 48%;
        margin-right: 0;
        padding-right: 0;
    }

    .news-slider {
        width: 100%;
        margin-right: 0;
    }

    .news-slider .news-box {
        width: 33.333%;
    }


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

    .map-logo {
        display: none;
    }

    .person-box {
        padding: 15px 5px;
    }

    .team-list {
        margin: -15px -5px;
    }

    #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;
    }

    .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;
    }
}

@media screen and (max-width: 1000px) {
    .aboutUs-item-inner {
        height: unset;
    }

    .aboutUs-section-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: var(--space-60);
    }

    .aboutUs-item-inner .text {
        -webkit-line-clamp: unset;
    }

    .aboutUs-content-right {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .news-box-title {
        font-size: 19px;
    }

    .aboutUs-section-content .aboutUs-list {
        width: 100%;
    }

    .aboutUs-section .slick-dots:after {
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .aboutUs-section .slick-dots {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .footer-bottom-left {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: var(--space-25);
    }

    .footer-bottom-right {
        margin-left: unset;
        margin-top: var(--space-60);
    }
}

@media screen and (max-width: 960px) {
    .areas-boxes-section {
        flex-wrap: wrap;
    }

    .area-box {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .news-list .news-box {
        width: 50%;
    }

    .mainLogo {
        width: calc(33.333% + 1px);
    }

    .history-slides-item-content {
        flex-direction: column;
    }

    .history-slides-item-left, .history-slides-item-right {
        width: 100%;
        height: unset;
        margin: unset;
    }

    .download-box {
        width: 33.3333%;
    }

    .news-list:before {
        display: none;
    }

    .news-list:after {
        left: 50%;
    }

    .map-section-content {
        display: flex;
        flex-direction: column;
    }

    .news-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: var(--space-60);
    }

    .numbers-box {
        padding: 10px;
    }

    .numbers-list {
        margin: -10px;
    }

    .map-texts {
        width: 100%;
    }

    .map-wrapper {
        width: 83.5%;
        display: flex;
        position: relative;
        margin: 0 auto;
    }

    .map-caption {
        font-size: 2vw;
    }

    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

    .person-box {
        width: 25%;
    }

    .grid-box + .grid-box {
        margin-top: var(--space-60);
    }

    .offer-box-left {
        padding: 0;
        margin-top: var(--space-60);
    }

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

    .mainGrid-section .grid-box-left,
    .mainGrid-section .grid-box-right {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
    }

    .mainGrid-section .grid-box {
        flex-direction: column !important;
    }

    .grid-box {
        flex-direction: column-reverse !important;
    }

    .offer-box-top {
        gap: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .offer-box-title {
        margin-bottom: 0;
    }

    .offer-box-arrow {
        flex-shrink: 0;
        bottom: unset;
        transform: unset;
        position: static;
    }

    .grid-box-left, .grid-box-right {
        width: 100%;
    }

    .footer-bar-content > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }

    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }

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

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

@media screen and (max-width: 767px) {
    .history-years-item{
        width: 80px;
        height: 30px;
    }
    .header-left {
        flex-grow: 1;
        justify-content: space-between;
    }

    .header-right {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .fancybox-modal-wrapper:before {
        content: unset;
    }

    .contact-section .footer-col {
        padding: 10px;
    }

    .footer-col {
        width: 100%;
    }

    .fancybox-close-small {
        top: 0;
        right: 0;
    }

    .fancybox-modal-image {
        padding: 10px;
    }

    .fancybox-modal {
        padding-top: 50px;
    }

    .area-box-text.text table {
        min-width: unset;
    }

    .header-social-list {
        display: none;
    }

    .download-box {
        width: 50%;
    }

    .download-box .btn {
        min-width: unset;
    }

    .icon-box {
        width: 50%;
    }

    .area-box-text.text .table-responsive-wrapper {
        padding-bottom: 0;
    }

    .area-box-text.text .table-responsive-wrapper::after {
        display: none;
    }

    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .footer-top {
        display: flex;
        justify-content: center;
    }

    .footer-cols {
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 10%;
    }

    .person-box {
        width: 33.3333%;
    }

    .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.png);
        -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;
    }

    .page-buttons .btn {
        min-width: 135px;
        min-height: 42px;
    }
}

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

@media screen and (max-width: 639px) {
    .mainpage section:not(.mainSlider-section):not(.bg-gray):not([style^="background-image"]) {
        margin-bottom: var(--space-60);
    }

    .news-box-title {
        font-size: 16px;
    }

    .mainSlider-bottom-content .btn {
        min-height: 40px;
    }

    .shop-product-list-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-arrows {
        transform: none;
        justify-content: center;
        margin-top: var(--space-60);
        gap: var(--space-60);
        position: static;
    }

    .pagination-wrapper ul li.next {
        margin-left: 10px;
    }

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

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

    .pagination-wrapper ul li.prev {
        margin-right: 10px;
    }

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

    .portfolio-slider-nav-wrapper {
        position: static;
        transform: unset;
        display: flex;
        justify-content: center;
        align-self: center;
        margin-top: var(--space-60);
    }

    .portfolio-slider-wrapper {
        padding: 0;
    }

    .portfolio-slider-nav {
        justify-content: center;
        gap: 10px;
    }

    .numbers-box {
        width: 100%;
    }


    .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;
    }

    .mainSlider-bottom-content .text {
        font-size: 15px;
    }

    .btn-md {
        min-width: unset;
        min-height: 40px;
    }
}

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

    .news-list .news-box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .news-list:after {
        display: none;
    }

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

    .person-box {
        width: 50%;
    }

    .person-position {
        font-size: 14px;
    }

    .news-box-title {
        min-height: unset;
    }

    .news-box-inner .img-wrapper img {
        width: 100%;
    }

    .map-wrapper {
        width: 100%;
    }

    .links-wrapper {
        max-height: 400px;
        width: 300px;
    }
}

@media screen and (min-width: 481px) {
    footer .footer-col-inner {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .map-wrapper {
        flex-wrap: wrap;
    }

    .map-emblem {
        display: none;
    }

    .map-caption {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: var(--space-40);
        font-size: 16px;
    }

    .mainSlider-floating-texts {
        display: none;
    }

    .footer-col-title {
        max-width: unset;
        width: 100%;
    }

    .footer-cols {
        width: 100%;
    }

    .btn-square {
        width: 40px;
        height: 40px;
    }

    .mainSlider-title {
        width: 100%;
        text-align: center;
    }

    .mainSlider-title .line:nth-child(2) {
        padding-right: 0;
        text-align: center;
    }

    footer .footer-col-title:not(.no-toggle):after {
        transition: transform, 500ms;
        position: absolute;
        right: var(--container-padding);
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        color: #fff;
        font-size: 9px;
        font-family: FontAwesome;
        content: "\f054";
    }

    .header-left .logo {
        width: 80px;
    }

    .header-left {
        flex-grow: 1;
        padding-right: 10px;
        /*justify-content: space-between;*/
    }

    /*.btn.btn-offer {*/
    /*    min-height: 30px;*/
    /*}*/
    .btn-offer .caption {
        font-size: 12px;
        font-weight: 400;
    }

    .page-buttons .btn {
        font-size: 14px;
        letter-spacing: 0.1em;
        min-height: 38px;

    }


    .btn-offer .icon-offer {
        display: none;
    }

    footer .footer-col-title {
        position: relative;
    }

    footer .footer-col-title:not(.no-toggle).active:after {
        transform: translateY(-50%) rotate(90deg) scaleX(-1);
    }

    footer .footer-col-title {
        text-align: center;
        margin-bottom: 0;
        min-height: unset;
        padding: 0 20px 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .footer-col {
        width: 100%;
    }

    footer .footer-col-content {
        padding: var(--space-25) 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    footer .footer-col-inner {
        display: none;
    }

    .modal-footer > .btn {
        width: 100%;
    }

    .icon-box {
        width: 100%;
    }

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

    .area-box-text table th {
        font-size: 10px;
        font-weight: 500;
        line-height: 20px;
        padding: 10px 0;
    }

    .area-box-text.text table {
        min-width: unset;
        font-size: 12px;
        line-height: 20px;
    }

    .area-box-logo {
        width: 50%;
    }

    .area-box-phone {
        width: 100%;
    }

    .contact-section .footer-col + .footer-col {
        margin-top: var(--space-40);
    }

    .contact-section .footer-col-title {
        text-align: center;
        min-height: unset;
        margin-bottom: 10px;
    }

    .footer-cols {
        grid-template-columns: 100%;
    }

    .pagination-wrapper ul {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .areas-header .btn {
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 0.1em;
    }

    .mainLogo {
        width: calc(33.333% + 1px);
    }

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

    .offer-box-arrow {
        width: 36px;
        height: 36px;
    }

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

    .map-wrapper {
        width: 100%;
        display: flex;
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width: 420px) {
    .history-slides-item-right .logo-vertical {
        max-width: 90px;
    }

    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }


    .download-box {
        width: 100%;
    }
}

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

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

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


        --font-24: 22px;
    }
}

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


        --container-padding: 30px;
    }
}

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

    }
}

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

        --container-padding: 20px;
    }
}

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

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

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

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

        --font-24: 18px;
    }
}

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

        --font-24: 16px;
    }
}