@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%);
        -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: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 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;
}

.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: 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: var(--color-primary);
}

.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) {
    .group-right {
        width: 73%;
        padding-right: 40px;
        padding-left: 40px;
    }

    .group-slider .slick-prev {
        left: -40px;
    }

    .group-slider .slick-next {
        right: -40px;
    }

    .group-left {
        width: 21%;
    }

    .logo-item {
        padding: 30px;
    }

    .logo-item img {
        max-width: 100%;
        display: block;
    }

    .group-slide {
        margin: -30px;
    }

    .offer-slider .slick-prev {
        left: 20px;
    }

    .offer-slider .slick-next {
        right: 20px;
    }

    .offer-content {
        width: 100%;
        padding: 0 90px 30px;
    }

    .offer-photo img {
        display: block;
        max-width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .mainsearch {
        width: 410px;
    }

    .contact-links {
        margin: -10px;
    }

    .contact-link {
        padding: 10px;
    }

    .slider-label-shipment {
        width: 90%;
    }
}

@media screen and (max-width: 1440px) {
    .mainsearch {
        width: 330px;
    }

    .product-box {
        width: 33.333%;
    }

    .slider-label-shipment {
        width: 95%;
        font-size: 24px;
    }

    .form-left {
        margin-left: -30px;
    }
}

@media screen and (max-width: 1366px) {
    .link-icon {
        margin-right: 0;
    }

    .mainsearch {
        width: 300px;
    }

    .group-left {
        margin-top: 40px;
    }

    .offer-slider .slick-prev {
        left: 0;
    }

    .offer-slider .slick-next {
        right: 0;
    }

    .offer-content {
        padding: 0 60px 30px;
    }

    .footer-right {
        width: 54%;
    }

    .partners-box ul li a {
        width: 150px;
        height: 150px;
    }

    .about-link {
        padding: 30px;
    }

    .about-item .text.txt {
        padding-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    #main-menu li {
        width: unset;
    }

    .menu-box ul li a {
        font-size: 13px;
    }

    .contact-links {
        margin: -5px;
    }

    .contact-link {
        padding: 5px;
    }

    .mainsearch {
        width: 250px;
    }

    .mainsearch input.form-control {
        padding: 0 6px;
    }

    .search-box {
        padding-left: 15px;
        margin-left: 5px;
    }

    .slider-label-shipment {
        width: 100%;
        font-size: 24px;
    }


}

@media screen and (max-width: 1200px) {
    #main-menu li {
        display: flex;
        justify-content: center;
        flex-basis: content;
        flex-grow: 1;
    }

    .slider-label-shipment {
        font-size: 22px;
    }

    .group-left {
        margin: 20px 0 0 0;
        padding: 15px;
    }

    .menu-box-wrapper {
        margin-top: -60px;
    }

    .transport-box-info {
        margin: -40px;
        padding-bottom: 40px;
    }

    .transport-box {
        margin: 40px;
    }
}

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

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

    .menu-box-menu {
        display: block !important;
    }

    .menu-box-toggle {
        display: none;
    }
}

@media screen and (max-width: 1139px) {
    .top {
        padding: 0;
    }

    .product-box-table th {
        font-size: 15px;
    }

    .product-box-table td p {
        font-size: 14px;
    }

    .top .logo {
        display: none !important;
    }

    .page-top-box + .scroll-section {
        margin-top: 0;
    }

    .page-top-content {
        max-height: unset;
    }

    .menu-box li a {
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .menu-box ul {
        align-items: stretch;
        background-color: rgba(20, 100, 45, 0.4);
    }

    .menu-box .menu-box-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 100%;
        left: var(--container-padding);
        right: var(--container-padding);
    }

    .menu-box {
        position: relative;
        margin-bottom: 0;
    }

    .menu-box ul li {
        width: 33.3333%;
    }

    .menu-box.sticky {
        top: 72px;
        padding: 0;
    }

    .menu-box-toggle {
        display: flex;
        padding: 20px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: center;
        cursor: pointer;
        background: #282E33;
        align-items: center;
    }

    .scroll-section {
        scroll-margin-top: 150px !important;
    }

    .menu-box-toggle .toggle-more {
        display: flex;
        align-items: center;

        gap: 10px
    }

    .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: transparent;
        width: 100%;
        padding: 15px;
    }

    .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;
        border-bottom: 1px solid #e5e5e5;
        color: #000;
    }

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

    .mainsearch {
        width: 100%;
    }

    .search-box:before {
        display: none;
    }

    .search-box {
        padding-left: 0;
        margin-left: 0;
    }

    .header-top-inner {
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
    }

    .logo a img {
        height: 46px;
    }

    .slider-label-shipment {
        padding-left: 10px;
    }

    .shipment-icon {
        margin-right: 15px;
        width: 60px;
        height: 30px;
    }

    #content {
        padding-top: 73px;
    }

    .main-slider {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .group-left img {
        margin-bottom: 20px;
    }

    .group-left .text.txt {
        margin-bottom: 15px;
    }

    .offer-box-title {
        position: relative;
        top: auto;
        margin-bottom: 30px;
    }

    section#o-grupie {
        margin-top: 0;
    }

    .page-top-inner {
        height: auto;
    }

    .page-top-bg img {
        opacity: 0.15;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page-top-box .page-heading-title {
        position: relative;
    }

    .page-top-box .container {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .history-line {
        width: 5%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .history-text {
        width: 44%;
        margin-left: 3%;
    }


    .offer-details-container.first-section {
        margin-top: 0;
    }

    .page-top-inner {
        height: auto;
        padding-bottom: 0;
    }

    .group-left {
        width: 24%;
    }

    .menu-box-wrapper {
        margin-top: 0;
    }

    .years:after {
        height: 68px;
    }

    header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-top-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

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

}

@media screen and (max-width: 1000px) {
    .years {
        font-size: 16px;
    }
    .product-box-table th {
        font-size: 14px;
    }

    .history-years {
        width: 141px;
    }

    .history-item:not(:first-child):before, .history-item:not(:last-child):after {
        left: 70px;
    }

    .history-item:not(:last-child):after {
        top: calc(50% + 70px);
    }
}

@media screen and (max-width: 960px) {
    .group-box {
        flex-wrap: wrap;
    }

    .group-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .group-right {
        width: 100%;
    }

    .group-title {
        font-size: 12vw;
    }

    .certificates-box .gallery-list-item {
        width: 33.33%;
        padding: 14px;
    }

}

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


@media screen and (max-width: 900px) {
    .product-box{
        width: 50%;
    }
    .offer-item {
        width: 100%;
    }

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

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

    .copyright:before {
        display: none;
    }

    header a.contact-link .caption {
        display: none;
    }

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

    .branches-photo {
        margin-bottom: 30px;
        width: 100%;
    }

    .branch-text {
        width: 100%;
    }

    .partners-part {
        width: 100%;
    }

    .footer-left {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
    }

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

        padding: 0;
    }

    footer .footer-right {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    footer .footer-boxes {
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    footer .footer-box {
        width: 100%;
        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 .footer-box-container {
        padding: 0;
        padding-top: 40px;
    }

    footer .footer-bar-content {
        border-top: 0 none;
    }

    div#page {
        background: transparent;
    }

    footer {
        background: url(../examples/footer.png) no-repeat bottom center /cover;
    }

    .contact-box .footer-left {
        width: 100%;
        max-width: 100%;
    }

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

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

    .form-boxes {
        flex-direction: column;
    }

    .form-left {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
    }

    .form-left img {
        margin: 0 auto;
    }

    .form-box-wrapper {
        width: 100%;
    }

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

    .contact-links {
        margin: 0 10px 0 0;
    }
}


@media screen and (max-width: 767px) {
    .footer-title {
        font-size: 90px;
    }

    .history-item:after, .history-item:before {
        content: unset !important;
    }

    .history-years {
        aspect-ratio: unset;
    }

    .slider .slide {
        max-height: unset;
    }

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

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

    .slider-photo {
        width: 100%;
    }

    .slider-text {
        width: 100%;
    }

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

    section#o-grupie {
        margin-top: 0;
    }

    .page-top-inner {
        height: auto;
    }

    .page-top-bg img {
        opacity: 0.15;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page-top-box .page-heading-title {
        position: relative;
    }

    .page-top-box .container {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .menu-box ul li {
        width: auto;
    }

    .menu-box ul li a {
        padding: 19px 10px;
    }

    .history-line {
        width: 5%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .history-text {
        width: 44%;
        margin-left: 3%;
    }

    .history-years {
        padding-bottom: 16%;
    }

    .history-item {
        flex-wrap: wrap;
    }

    .history-photo {
        width: 50%;
        padding-right: 5%;
    }

    .history-text {
        width: 50%;
        margin: 0;
    }

    .history-years {
        height: auto;
        width: 100%;
        border-radius: 0;
        padding: 15px;
        margin-bottom: 30px;
    }

    .years {
        position: relative;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .history-line {
        display: none;
    }

    .years:after {
        display: none;
    }

    .transport-box-info {
        margin: -20px;
        padding-bottom: 20px;
    }

    .transport-box {
        margin: 20px;
    }
}


@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;
    }
    .product-box{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

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

    div.contact-link {
        display: none;
    }

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


}

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

    .logo-item {
        width: 50%;
    }

    .group-slider .slick-arrow, .offer-slider .slick-arrow {
        display: none !important;
    }

    .offer-content {
        padding: 15px;
    }

    .offer-box-container .page-heading-title {
        position: relative;
        margin-bottom: 20px;
        top: auto;
        margin-bottom: 40px;
    }

    .offer-box-container {
        padding-top: 40px;
    }

    .offer-box-container {
        padding-top: 30px;
    }

    .offer-box-container .page-heading-title {
        margin-bottom: 30px;
    }
}

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

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

    .contact-links {

    }

    .contact-link {
        padding: 0;
    }

    .offer-content .text.txt {
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .offer-name {
        margin-bottom: 15px;
    }

    .offer-content {
        padding: 15px;
    }

    .about-item {
        width: 100%;
    }

    .about-box:after {
        background: transparent;
    }

    .transport-data-item {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .transport-data-item:only-child {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }

    .transport-box {
        width: 100%;
    }

    .menu-box ul li {
        width: 100%;
    }
}

@media screen and (max-width: 424px) {
    .footer-title {
        font-size: 70px;
    }

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

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

    .logo a img {
        height: 44px;
    }

    .logo-item {
        width: 100%;
    }


    .logo-item {
        padding: 15px;
    }

    .group-slide {
        margin: -15px;
    }

    .certificates-box .gallery-list-item {
        padding: 5px;
    }

    .certificates-box .gallery-list {
        margin: -5px;
    }

    .history-photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .history-text {
        width: 100%;
    }

    .history-photo img {
        margin: 0 auto;
    }

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

@media screen and (max-width: 375px) {
    .logo a img {
        height: 40px;
    }
}


@media screen and (max-width: 359px) {
    .logo a img {
        height: 33px;
    }
}

@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-60: 48px;
        --font-48: 40px;
        --font-45: 38px;
        --font-40: 36px;
        --font-36: 32px;
        --font-30: 26px;
        --font-28: 25px;
        --font-26: 23px;
        --font-24: 22px;
    }
}

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

        --font-60: 45px;
        --font-48: 36px;
        --font-45: 35px;
        --font-40: 34px;

        --container-padding: 30px;
    }
}

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

        --font-60: 43px;
        --font-48: 34px;
        --font-45: 33px;
        --font-40: 32px;
        --font-36: 28px;
        --font-30: 24px;
        --font-18: 17px;
    }
}

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

        --font-60: 40px;
        --font-48: 32px;
        --font-45: 31px;
        --font-40: 30px;

        --container-padding: 20px;
    }
}

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

        --font-60: 38px;
        --font-48: 30px;
        --font-45: 29px;
        --font-40: 28px;
    }
}

@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;
        --font-60: 36px;
    }
}

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

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