/**
 * MOBILE MENU
 */

/* NAV TOGGLE */
.nav-toggle {
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    transition: border 0.2s;
}

.nav-toggle span {
    background: #fff;
}

.subpage .nav-toggle span {
    background: #000;
}

.nav-toggle.nav-toggle span:first-child {
    margin-top: 0;
}

.nav-toggle.active span {
    background: #fff;
}

@media screen and (max-width: 1139px) {
    .text-box-container section.slider .img-floating {
        top: 0px;
    }

    header.sticky .logo a img.img3 {
        display: block;
        height: 28px;
        width: 160px;
    }

    header.sticky .logo a img.img2 {
        display: none;
    }

    /* RWD MENU */
    .rwd-menu:before {
        display: none;
    }

    .rwd-menu ul > li:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .rwd-menu ul > li {
        display: block;
        float: left;
        margin-bottom: -1px;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
    }

    .rwd-menu ul > li > a {
        position: relative;
        padding: 13px 15px 13px;
        color: #000;
        text-align: left;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
        color: #ed1c24;
        text-decoration: none;
        font-weight: 700;
    }

    .rwd-menu ul > li > a#home {
        padding-left: 50px;
        background: url(../images/home.png) no-repeat 15px 16px;
    }

    .rwd-menu ul > li.active-link > a#home {
        background: url(../images/home.png) no-repeat 15px -76px;
    }

    .rwd-menu ul > li > ul {
        display: none;
    }

    .rwd-menu ul > li.active > ul {
        display: block;
    }

    .rwd-menu ul > li.active > a {
        font-weight: bold;
        color: #8adb00;
    }

    .rwd-menu ul > li > a > .glyphicon-bg {
        position: absolute;
        top: 1px;
        right: 0;
        bottom: 0;
        width: 50px;
        background: #e7e7e7;
        color: #000;
        text-align: center;
        transition: 0.4s all;
    }

    .rwd-menu ul > li > ul > li > a,
    .rwd-menu ul > li.active > ul > li > a {
        color: #000;
    }

    .rwd-menu ul > li > ul > li.active-link > a {
        text-decoration: underline;
    }

    .rwd-menu ul > li:first-child > a > .glyphicon-bg {
        top: 0;
    }

    .rwd-menu ul > li > a .glyphicon {
        width: 100%;
        vertical-align: middle;
        text-align: center;
        line-height: 50px;
        transition: 0.4s all;
    }

    .rwd-menu ul > li.active > a .glyphicon {
        transition: 0.4s all;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .rwd-menu ul > li.active > ul > li:last-child {
        border-bottom: 0;
    }

    .rwd-menu ul > li ul {
        border-bottom: 1px solid #000;
    }

    .rwd-menu ul > li > ul > li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: #e7e7e7;
        text-align: center;
    }

    .rwd-menu ul > li > ul > li:last-child {
        margin-bottom: -1px;
    }

    .rwd-menu ul > li > ul > li > a {
        position: relative;
        padding: 13px 15px 13px 35px;
        color: #000;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .rwd-menu ul > li > ul > li > a > .glyphicon-bg,
    .rwd-menu ul > li > ul > li > ul > li {
        background: #b7b7b7;
    }

    .rwd-menu ul > li > ul > li > ul > li > a {
        padding: 13px 15px 13px 55px;
    }

    .rwd-menu ul > li > ul > li > a:before {
        position: absolute;
        top: 22px;
        left: 15px;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #000;
        content: '';
    }

    .rwd-menu ul > li > ul > li.active-link > a:before {
        background: #000;
    }

    .rwd-menu ul > li > ul > li > ul > li > a:before {
        left: 35px;
    }

    .rwd-menu ul > li > ul > li > ul {
    }

    .rwd-menu ul > li > ul > li > ul > li > ul {
    }

    .rwd-panel-wrapper {
        pointer-events: visible;
        overflow-x: hidden;
        height: inherit;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.rwd-panel {
    display: none;
    pointer-events: none;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.rwd-lang {
    background: #fff;
}

.rwd-lang li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwd-lang .lang {
    display: block;
    padding: 12px 15px;
    color: #000;
}

.rwd-lang .lang span {
    font-size: 16px;
}

.rwd-lang .langs-menu-icon {
    margin-right: 15px;
}

.rwd-lang .langs-menu-short {
    display: none;
}

.rwd-lang .langs-menu-long {
    display: inline-block;
    text-transform: uppercase;
}

/* --------------- BREAKPOINTS --------------- */

@media screen and (max-width: 1670px) {
    .video-box-container .titleSvg {
        left: 5px;
    }

    .slogan1 {
        font-size: 40px;
        margin-right: -80px;
    }

    .map-box-menu {
        margin-right: 0;
    }

    .group1 img {
        right: -48%;
    }

    .newsletter-img-box-top img {
        max-width: 80%;
    }

    .newsletter-img-box-bg img {
        min-height: unset;
    }
}

@media screen and (max-width: 1600px) {
    .newsletter-img-box-top img {
        max-width: 75%;
    }

    .titleSvg {
        top: -28px;
    }

    .title1 {
        font-size: 140px;
    }

    .offer-box-container h2 {
        font-size: 55px;
    }

    .offer-text h3 {
        margin-bottom: 30px;
    }

    .track-box-container h2 {
        font-size: 110px;
    }

    .track-box-container .titleSvg {
        top: -115px;
    }

    .video-box-container .titleSvg {
        top: 123px;
    }

    .video-left-content {
        width: 100%;
        padding-left: var(--container-padding);
    }

    .video-left-content h2 {
        font-size: 70px;
    }

    .slogan1 {
        margin-right: 0;
    }

    .about-left-content {
        width: 100%;
        padding-left: var(--container-padding);
    }

    .slogan2 {
        font-size: 60px;
    }

    .slogan3 {
        margin-right: 0;
    }

    .news-box button.slick-next {
        margin-right: 0;
        right: 210px;
    }

    .news-box button.slick-prev {
        right: 250px;
        margin-right: 0;
    }

    .about-right h2 {
        font-size: 55px;
        margin-bottom: 22px;
    }

    .group1 {
        left: -16%;
    }

    .group3 {
        right: -16%;
    }

    .group3 img {
        left: -38%;
        width: 117%;
    }

    .branch-item table td {
        padding: 40px;
    }

    .contact-box-container {
        padding-bottom: 60px;
    }

    .query-box h3 {
        font-size: 20px;
    }

    .query-box {
        padding: 12px 160px 12px 12px;

    }

    a.btn.btn-query {
        right: 12px;
        width: 130px;
    }
}

@media screen and (max-width: 1440px) {
    .branch-item table {
        margin: 20px 0;
    }

    .titleSvg {
        top: -15px;
    }

    .title1 {
        font-size: 130px;
    }

    .offer-box-container h2 {
        font-size: 50px;
    }

    .offer-text h3 {
        margin-bottom: 25px;
    }

    .track-box-container h2 {
        font-size: 100px;
    }

    .track-box-container .titleSvg {
        top: -110px;
    }

    .video-left-content h2 {
        font-size: 66px;
    }

    .slogan1 {
        font-size: 35px;
    }

    .slogan2 {
        font-size: 50px;
    }

    .about-right-content {
        width: 100%;
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
    }

    .about-right h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .group1 img {
        width: 119%;
        right: -30%;
    }

    .group3 img {
        left: -39%;
        width: 122%;
    }

    .branch-item table td {
        padding: 35px;
    }

    .query-box h3 {
        font-size: 18px;
    }

    .query-box h3 span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1366px) {
    .title1 {
        font-size: 120px;
    }

    .offer-box-container h2 {
        font-size: 45px;
    }

    .offer-text h3 {
        margin-bottom: 20px;
    }

    .offer-text {
        padding: 37px 14px 50px;
    }

    .track-box-container h2 {
        font-size: 90px;
    }

    .track-box-container .titleSvg {
        top: -100px;
    }

    .video-left-content h2 {
        font-size: 63px;
    }

    .slogan2 {
        font-size: 45px;
        margin-left: 40px;
    }

    .about-right-content {
        padding-top: 0;
    }

    .slogan1 {
        margin-bottom: 40px;
    }

    .about-right .btn.btn-more {
        margin-bottom: 30px;
    }

    .news-content {
        padding-left: 30px;
    }

    .footer-boxes {
        padding-top: 30px;
        position: relative;
        padding-bottom: 0;
    }

    .footer-box h4 {
        margin-bottom: 20px;
    }

    .logotypes-ue-container {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .news-box {
        margin: -20px;
    }

    .news-date {
        margin-bottom: 10px;
    }

    h3.news-title {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .news-box-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-box-header {
        position: relative;
        margin-bottom: 30px;
    }

    .news-box button.slick-arrow {
        top: -48px;
    }

    .about-right h2 {
        font-size: 45px;
        margin-bottom: 18px;
    }

    .about-right .text.txt {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .logo30 {
        margin-bottom: 0;
    }

    .about-box-container {
        padding-bottom: 30px;
    }

    .video-left-content {
        padding-bottom: 150px;
        padding-top: 150px;
    }

    .list-box-container {
        padding-bottom: 30px;
    }

    .news-box-sub {
        margin: -35px -20px -20px;
    }

    .news {
        padding: 20px;
    }

    .group1 img {
        width: 123%;
        right: -25%;
    }

    .group3 {
        right: -18%;
    }

    .group img {
        max-width: 160px;
    }

    .group3 img {
        left: -39%;
        width: 130%;
    }

    .branch-item table td {
        padding: 30px;
    }

    .form-box-container h2 {
        margin-bottom: 30px;
    }

    .content-main .video-box-container {
        margin-bottom: 30px;
    }

    .group-box-container {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .gallery-box-container h2 {
        margin-bottom: 30px;
    }

    .contact-box-container {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .branch-item table {
        margin: 20px 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title1 {
        font-size: 80px;
    }

    .offer-box-container h2 {
        font-size: 40px;
    }

    .offer-text h3 {
        margin-bottom: 16px;
    }

    .offer-item .btn.btn-more {
        background: #fff;
    }

    .track-box-container h2 {
        font-size: 70px;
    }

    .track-box-container .titleSvg {
        top: -87px;
    }

    .video-left-content h2 {
        font-size: 60px;
    }

    .slogan2 {
        margin-left: 0;
        font-size: 40px;
    }

    .footer-box:first-child {
        width: 15%;
    }

    .footer-box.footer-box-contact {
        width: 25%;
    }

    img.iso {
        margin-bottom: 30px;
        float: right;
    }

    .footer-box nav.social-list {
        margin: 0;
        clear: both;
    }

    img.logo-min {
        margin-bottom: 50px;
    }

    .about-right h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .grant-item a {
        padding: 20px;
    }

    .benefits-box > .benefit-item {
        padding-left: 0;
    }

    .benefits-box {
        padding-right: 0;
    }

    .content-main .video-left-content {

        padding: 0 0 0 8%;
    }

    .content-main .video-left-content h2 {
        color: #fff;
        font-size: 50px;
    }

    .contact-item {
        width: 30%;
    }

    .address-item {
        padding: 30px;
    }

    .address-box {
        margin: -30px -30px 0;
    }

    .address-boxes {
        overflow: hidden;
        padding-bottom: 46px;
    }

    .branch-item table td {
        padding: 25px;
    }

    .query-box h3 {
        font-size: 16px;
    }
}

@media (min-width: 1140px) and (max-width: 1270px) {
    .offer-text h3 {
        font-size: 20px;
    }

    .group1 img {
        width: 140%;
        right: -25%;
    }

    .group3 img {
        left: -42%;
        width: 153%;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-lang /*.rwd-menu,
        .nav-toggle*/
    {
        display: none;
        display: none !important;
    }

    .table-responsive {
        overflow: hidden;
    }

    .nav-toogle-box:hover button span {
        background: #8adb00;
    }

    .nav-toogle-box:hover span.caption {
        color: #8adb00;
    }

    .nav-toggle.active:hover button span {
        background: #8adb00;
    }

    .nav-toggle.active:hover {
        border: 1px solid #8adb00;
    }

}

@media screen and (max-width: 1139px) {
    .newsletter-title {
        margin-bottom: 20px;
    }

    .newsletter-content {
        padding: calc(var(--space-60) + 10px) 0;
    }

    .newsletter-box-inner {
        flex-direction: column-reverse;
        gap: 0;
    }

    .newsletter-content {
        flex-basis: unset;
        max-width: 570px;
        margin: 0 auto;
    }

    .newsletter-img-box-top {
        right: 0;
    }

    .newsletter-img-box-top img {
        max-width: 80%;
    }

    .about-page section.slider > .container {
        top: 0px;
    }

    .join-section-wrapper {
        flex-direction: column;
    }

    .join-section-wrapper .video-box-container {
        width: 100%;
    }

    .join-section-wrapper .track-box-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    header {
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    body {
        background-image: none;
    }

    h1 {
        margin-bottom: 30px;
    }

    .text table tr td {
        padding: 16px;
    }

    .lang-button {
        height: 46px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 46px;
        line-height: 44px;
        padding: 0;
        cursor: pointer;
    }

    .lang span {
        font-size: 14px;
    }

    .lang-button .langs-menu-short {
        text-decoration: none;
    }

    .langs-menu {
        margin: 0;
    }

    .rwd-lang .lang {
        padding: 15px;
    }

    .lang-button .arrow {
        display: none;
    }

    .langs-menu.active .lang-button {
        color: #fff;
        border-radius: 0;
        background-color: #f0f;
    }

    .langs-menu ul {
        display: none !important;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
    }

    .article-image-bg {
        margin-left: calc(-1 * var(--container-padding)) !important;
        margin-right: calc(-1 * var(--container-padding)) !important;
        max-width: initial !important;
        width: calc(100% + (2 * var(--container-padding))) !important;
    }

    a.storage-link {
        width: 46px;
        height: 46px;
        margin-left: 9px;
    }

    .content-left {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .select-mobile-container {
        display: block;
        padding: 0 20px;
    }

    .select-mobile-container .select select {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 15px 30px 15px 15px;
        text-decoration: none;
        position: relative;
        color: #fff;
        background: #72b500;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .select-mobile-container .select {
        position: relative;
    }

    .select-mobile-container .select::after {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        color: #fff;
    }

    .content-main {
        width: 100%;
    }

    .slider, .main-slider, .slider .slide, .slider .slider-photo {
        height: auto;
        min-height: auto;
    }

    .slider-photo img {
        display: block;
        max-width: 100%;
    }

    .slider .slide {
        display: block;
        float: left;
    }

    .logo {
        width: auto;
    }

    .top-right {
        width: auto;
    }

    .logo a {
        padding: 7px 0;
    }

    .logo a img:first-child {
        display: none;
    }

    .logo a img.img2,
    .mainpage .logo a img.img2 {
        display: block;
        height: 32px;
    }

    .nav-toogle-box .caption {
        color: #000
    }

    a.storage-link {
        border-color: #dddddd
    }

    .lang-button .arrow {
        color: #000
    }

    .langs-menu-short {
        color: #000
    }

    #content, .subpage #content {
        padding-top: 67px;
    }

    .subpage .top {
        border-bottom-color: #e5e5e5;
        background: #fff;
    }

    .top {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff;
    }

    .nav-toogle-box {
        float: right;
        margin-left: 0;
    }

    .nav-toogle-box .caption {
        display: none;
    }

    .nav-toogle-box .nav-toggle {
        background: #fff;
        padding: 10px 8px 10px;
        overflow: hidden;
        margin: 0 0 0 9px;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        float: right;
        display: block;
        border-radius: 0;
        border: 1px solid #dddddd;
    }

    button.nav-toggle.active {
        border: 1px solid #dddddd;
        padding: 10px 8px 10px;
        width: 46px;
        height: 46px;
    }

    .nav-toggle.active span {
        background: #000;
    }

    header .social-list > ul {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        text-align: center;
        padding-top: 30px;
        clear: both;
    }

    .social-list > ul > li {
        float: none;
        display: inline-block;
        border: 0 none;
        width: auto;
        text-align: center;
    }

    span.social-icon {
        border-color: #e5e5e5;
        text-align: center;
    }

    .social-list > ul > li:first-child {
        border-top: 0 none;
    }

    .nav-toggle span {
        background: #000;
    }

    .slogan1 {
        font-size: 30px;
    }

    .slogan2 {
        margin-left: 0;
        font-size: 30px;
    }

    .slider-text {
        padding: 0 40px 0;
    }

    .about-box-container .titleSvg {
        top: -15px;
    }

    .titleSvg {
        top: -85px;
    }

    .offer-text h3 {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .btn.btn-more {
        height: 40px;
        line-height: 38px;
    }

    .track-box-container {
        padding-top: 97px;
        padding-bottom: 130px;
    }

    .video-left-content h2, .content-main .video-left-content h2 {
        font-size: 50px;
    }

    .grant-item a {
        padding: 15px;
    }

    .grant-photo img {
        margin: 0 auto;
    }

    .group1, .group2, .group3 {
        transform: none;
        width: 33.33%;
    }

    .group1 img, .group2 img, .group3 img {
        transform: none;
        width: 100%;
        left: 0;
    }

    .group3 {
        right: 0;
    }

    .group1 {
        left: 0;
    }

    .group:last-child {
        padding-left: 0;
    }

    .group:first-child {
        padding-right: 0;
    }

    .content-main .video-left-content {
        padding: 0 0 0 20px;
    }

    .contact-page-data {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-item:last-child {
        vertical-align: middle;
        width: 33%;
    }

    .branch-item table td {
        padding: 20px;
    }

    .content-main .article-image {
        margin-bottom: 30px;
    }

    .content-main .article-text {
        margin-bottom: 0;
    }

    h2.article-title.page-title.title {
        margin-bottom: 20px;
    }

    .form-box-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-contact .text.txt p {
        margin-bottom: 10px;
    }

    .page-contact .text.txt p:last-child {
        margin-bottom: 0;
    }

    .article-content {
        margin-bottom: 30px;
    }

    .text-box-container h2 {
        margin-bottom: 40px;
    }

    .content-left {
        position: fixed;
        top: 67px;
        left: 0;
        bottom: 0;
        width: 300px;
        z-index: 999;
        background-color: #fff;
        border-right: 1px solid #e5e5e5;
        padding: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.8s;
    }

    .content-left.active {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .content-left .submenu {
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .content-left-toggle {
        font-size: 26px;
        position: absolute;
        left: 100%;
        top: 50px;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background-color: #72b500;
        color: #fff;
        border: 1px solid #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 8px;
    }

    .content-left-toggle > * {
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    table {
        page-break-after: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    .technical-data {
        padding-bottom: 30px;
    }

    .offer-box {
        background-image: none;
    }

    .track-box-container {
        background-size: cover !important;
    }

    .track-box-container-content {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 1100px) {
    .footer-menu > ul {
        height: unset;
        overflow: visible;
    }

    .footer-menu-toggle {
        display: none;
    }

    .footer-box {
        width: auto !important;
        float: none !important;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-box h4 {
        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 h4.active {
        background: url(../images/icons/arrow_up2.svg) no-repeat right 5px;
        background-size: 20px 20px;
    }

    .show-hide {
        display: none;
        padding-bottom: 15px;
    }

    .footer-boxes {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-boxes-container {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #131313;
    }

    .footer-box:last-child {
        background: transparent;
        overflow: hidden;
        text-align: center;
        padding: 15px !important;
        margin-top: 0;
    }

    .footer-box:last-child {
        display: block
    }

    .footer-box:last-child img.logo-min {
        width: auto;
        display: inline-block;
        float: none;
        margin: 0 10px;
        height: 45px;
    }

    .footer-boxes {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0 none;
    }

    img.iso {
        float: left;
        margin: 0;
    }

    .footer-box nav.social-list {
        clear: none;
        margin-top: 33px;
        float: right;
    }

    .benefit-text {
        padding-top: 24px;
    }

    .footer-box .txt {
        line-height: 160%;
    }

    .footer-box .contact-data {
        margin-bottom: 15px;
    }

    .footer-box .contact-data:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .newsletter-img-box-top img {
        max-width: 65%;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .select-mobile-container {
        padding: 0 15px;
    }

    .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;
    }

    .title1 {
        font-size: 70px;
    }

    .mouse {
        display: none;
    }

    .title2, .track-box-container h3 {
        margin-bottom: 20px;
    }

    .offer-subbox-container .offer-text,
    .offer-text {
        padding: 30px 15px;
    }

    .offer-item .btn.btn-more {
        width: auto;
        margin-right: 19px;
    }

    .track-box-container {
        padding-top: 77px;
        padding-bottom: 110px;
    }

    .video-left-content h2, .content-main .video-left-content h2 {
        font-size: 40px;
    }

    .video-box-container .titleSvg {
        top: 25px;
    }

    .video-box-container .titleSvg {
        font-size: 14vw;
    }

    .video-left-content {
        padding-bottom: 110px;
        padding-top: 110px;
    }

    .about-box-container .titleSvg {
        top: -5;
    }

    .grant-item-wrapper {
        width: 33.33%;
    }

    .group img {
        height: auto;
        width: 60%;
    }

    .content-main .video-left-content {
        padding: 0 0 0 15px;
    }

    .content-main .video-left {
        /*width: 100%;*/
        /*height: auto;*/
        /*text-align: center;*/
        /*padding-top: 20px;*/
        display: none;
    }

    .content-main .video-left-content {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .content-main .video-box-container .titleSvg {
        display: none;
    }

    .content-main .video-left-content h2 {
        text-align: center;
    }

    .content-main .video-right {
        width: 100%;
        /*padding-top: 35px;*/
        padding-top: 0;
    }

    .contact-box {
        margin: -15px;
        font-size: 0;
    }

    .contact-item {
        width: 33.33% !important;
    }

    .contact-page-data {
        padding: 15px;
    }

    .contact-item {
        padding: 15px;
    }

    .gallery.gallery-press .gallery-list-item {
        width: 33.33%;
    }

    /* nav.submenu-product ul {
         display: block;
     }

     nav.submenu-product ul li {
         display: inline-block;
         width: 33.33%;
     }

     nav.submenu-product ul li:after {
         background: transparent;
     }
     */
    .product-left {
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }

    .technical-data .text table {
        width: 100%;
    }

    .product-details {
        flex-direction: column;
    }

    .product-right {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 850px) {
    .offer-item {
        width: 100%;
        border-left: none !important;
        border-right: none !important;
    }

    .track-box-container {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .group-box-header h2 {
        margin-bottom: 30px;
    }

    .group-box {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .group1,
    .group2,
    .group3 {
        width: 100%;
        height: 200px;
        position: static;
    }

    .group1 img, .group2 img, .group3 img {
        position: static;
        max-width: 100%;
        display: block;
    }

    .logos-group {
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .logos-group > * + * {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    span.mask.groups-mask {
        display: none;
    }

    .group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.8);
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logos-group .group .image {
        height: auto !important;
        max-width: 150px;
        margin: 0 auto;
    }

    .group img {
        width: auto;
        max-width: 100%;
    }

    .address-item {
        padding: 15px;
    }

    .address-box {
        margin: -15px -15px 0;
    }

    .qr-box span {
        font-size: 16px;

    }

    .offer-subbox-container .offer-text h3 {
        margin-right: 20px;
    }

    .news-box-sub {
        padding-bottom: 30px;
    }

    .pagination-wrapper {
        padding-bottom: 30px;
    }

    .back-box {
        margin-bottom: 30px;
    }

    .text-box-container .gallery {
        margin-bottom: 30px;
    }

    .map-box-menu {
        margin-top: -94px;
    }

    .movie-box-container {
        padding-bottom: 30px;
    }

    .branches-box h3 {
        margin-bottom: 30px;
    }

    .address-boxes {
        padding-bottom: 30px;
    }

    .gallery.gallery-press,
    .gallery-box-container {
        padding-bottom: 30px;
    }

    .distributor-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .offer-item a {
        align-items: stretch;
    }

    .offer-item.half img,
    .offer-item img {
        max-height: 200px;
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 10px;
    }

    .offer-photo {
        width: 50%;
    }

    .offer-text {
        flex-grow: 1;
        position: static;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .shop-product-slider .product-list-slider{
        padding-top: 20px;
    }
    .product-list-slider button.slick-arrow {
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .product-list-slider button.slick-next {
        left: 40px;
    }
    .product-list-slider button.slick-prev {
        right: 40px;
    }
}

@media (min-width: 769px) and (max-width: 850px) {
    .news-photo {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .news a .news-photo img {
        margin: 0 auto;
    }

    .news-content {
        width: 100%;
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .newsletter-img-box-top img {
        max-width: 55%;
    }

    /*.news {*/
    /*    width: 100% !important;*/
    /*}*/
    .mainpage h3.news-title {
        height: auto !important;
    }

    .mainpage .news .text.txt {
        height: auto !important;
    }

    .news-box-sub .news {
        width: 100%;
    }

    .group span {
        padding: 0 10px
    }

    .benefits-box > .benefit-item {
        width: 50%;
        padding: 15px 0;
    }

    .benefit-icon {
        vertical-align: middle;
    }

    .benefit-text {
        vertical-align: middle;
        padding: 0;
    }

    .list-box {
        margin: -10px;
    }

    .offer-subbox-container .offer-box {
        margin: -10px;
    }

    .list-item {
        width: 50%;
        padding: 10px;
    }

    .news-box-sub .news + .news::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        height: 1px;
        background-color: #e5e5e5;
        pointer-events: none;
    }

    .article-content .article-text {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .newsletter-title {
        font-size: 40px;
    }

    .text table tr td {
        padding: 8px 12px;
    }

    .text .table-responsive-wrapper {
        position: relative;
        padding-top: 40px;
        margin: 0 0;
    }

    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 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;
    }

    .title1, .track-box-container h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .title2, .track-box-container h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .about-left {
        width: 100%;
        display: none;
    }

    .about-box-container {
        background: #323232 !important;
    }

    .about-right {
        width: 100%;
        background: #323232;
    }

    .slogan1 {
        margin-right: 15px;
        margin-top: -50px;
    }

    .slogan2 {
        margin-bottom: 30px;
    }

    .slogan3 {
        text-align: center;
    }

    .about-box-container .titleSvg {
        top: 0;
    }

    .branch-item .text .table-responsive-wrapper:after {
        display: none;
    }

    .branch-item .text .table-responsive-wrapper {
        padding-top: 0;
        margin: 15px 0;
    }

    .branch-item:last-child .text .table-responsive-wrapper {
        margin-bottom: 0;
    }

    .branch-item table td {
        width: 50%;
        height: auto;
        min-height: 120px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: none;
        border-top: 1px solid #e5e5e5;
    }

    .branch-item table td:nth-child(1),
    .branch-item table td:nth-child(2) {
        border-top: none;
    }

    .branch-item table td:nth-child(odd) {
        border-right: 1px solid #e5e5e5;
    }

    .branch-item .text table {
        min-width: 1px;
    }

    .branch-item table tr {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #e5e5e5;
    }

    img.sign {
        display: none;
    }

    .main-slider button.slick-arrow {
        bottom: var(--space-40);
    }

    .main-slider button.slick-next {
        right: var(--container-padding);
    }

    .main-slider button.slick-prev {
        right: initial;
        left: var(--container-padding);
    }

    .group-items .item {
        flex-direction: column !important;
    }

    .group-items .item-content,
    .group-items .item-img {
        width: 80%;
    }

    .group-items .item-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 1101px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .newsletter-title {
        font-size: 36px;
    }

        .newsletter-img-box-top img {
        max-width: 50%;
    }

    .about-page .slider-photo > img {
        display: none;
    }

    .about-page .slider-photo {
        min-height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .opinion-box-container .section-content {
        flex-direction: column;
    }

    .offer-box-container h1 {
        font-size: 24px;
    }

    .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;
        margin-bottom: 20px;
    }

    .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;
    }

    .list-item {
        width: 100%;
    }

    .titleSvg {
        top: -60px;
    }

    a.btn.slider-btn-more {
        height: 40px;
        line-height: 38px;
        font-size: 13px;
    }

    .track-box-container .titleSvg {
        top: -40px;
    }

    .track-box-container h2 {
        margin-bottom: 10px;
    }

    .track-box-container {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: cover !important;
    }

    .video-left {
        position: absolute;
        width: 100%;
    }

    .video-left-content {
        padding: 30px 15px;
        text-align: center;
    }

    .video-box-container {
        background: transparent !important;
    }

    .video-box-container .mask {
        display: none;
    }

    .video-right {
        width: 100%;
        position: relative;
    }

    img.video-rwd {
        display: block;
        max-width: 100%;
    }

    .video-box-container .video {
        position: relative;
    }

    .video-box-container .titleSvg {
        left: 0;
        right: 0;
        top: 0;
    }

    .video-left-content h2, .content-main .video-left-content h2 {
        font-size: 38px;
        margin-bottom: 0;
        color: #fff;
        text-align: center;
    }

    .video-left {
        bottom: 0;
    }

    .video-left-content {
        padding: 15px;
    }

    .about-right h2 {
        font-size: 38px;
    }

    .map-box-menu {
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .map-box-menu ul {
        display: flex;
        justify-content: space-between;
    }

    .map-box-menu ul li {
        margin-left: 0;
        width: calc(50% - 5px);
    }

    .content-main .video-right {
        width: 100%;
        padding-top: 0;
        bottom: 0;
        top: auto;
        height: 100%;
        position: absolute;
    }

    .content-main .video-box-container .video i {
        font-size: 50px;
    }

    .contact-item:last-child {
        display: none
    }

    .contact-item {
        width: 50% !important
    }

    .address-item {
        width: 50%;
    }

    .page-contact .text.txt p {
        margin-bottom: 0;
    }

    .text-box-container h2 {
        margin-bottom: 30px;
    }

    .address-box-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .distributors-table {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 560px) {
    .newsletter-title {
        font-size: 32px;
    }

    .fancybox-modal-teaser p span span {
        font-size: 16px !important;
    }

    .fancybox-modal-teaser p:nth-child(2) strong span span {
        font-size: 20px !important;
    }

    .newsletter-img-box-top img {
        max-width: 40%;
    }

    .offer-box-container h1 {
        font-size: 18px;
    }

    .fancybox-modal-image {
        width: 100%;
    }

    .group-items .item-content,
    .group-items .item-img {
        width: 100%;
    }

    .text {
        word-wrap: break-word;
    }

    .title1,
    .track-box-container h2 {
        font-size: 55px;
    }

    .title2,
    .track-box-container h3 {
        font-size: 16px;
    }

    .offer-text {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .offer-item .btn.btn-more {
        width: 160px;
        margin: 0 auto;
    }

    .offer-item img {
        margin-left: auto;
        margin-right: auto;
        max-height: auto;
    }

    .video-left-content h2,
    .content-main .video-left-content h2 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .about-right h2 {
        font-size: 36px;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        margin: 0 10px;
    }

    .grant-item-wrapper {
        width: 50%;
    }

    .group {
        width: 100%;
    }

    .group img {
        width: auto;
    }

    .group-box-header img {
        max-width: 90%;
    }

    .gallery-list-item {
        width: 50%;
    }

    .content-main .article-image h2 {
        font-size: 30px;
    }

    .gallery.gallery-press .gallery-list-item {
        width: 50%;
    }

    nav.submenu-product ul {
        display: flex;
        flex-wrap: wrap;
        font-size: 0;
        padding: 0;
    }

    nav.submenu-product ul li {
        width: 50%;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
    }

    nav.submenu-product ul li:last-child {
        border-bottom: none;
    }

    nav.submenu-product ul li:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }

    nav.submenu-product ul li:nth-child(even):after {
        display: none;
    }

    nav.submenu-product ul li a {
        padding: 8px 15px;
        text-align: center;
        display: flex;
    }

    nav.submenu-product ul li a .btn-icon {
        height: 24px;
        width: 24px;
        margin: -4px 0 -4px -2px;
    }

    h1.product-title {
        font-size: 29px;
    }

    .productSmall-btns .btns-fill .btn {
        width: 100%;
    }

    .productSmall-btns .btns-fill .btn + .btn {
        margin-top: 10px;
    }

    .gallery.gallery-press .gallery-list {
        margin: -8px;
    }

    .gallery.gallery-press .gallery-list-item {
        padding: 8px;
    }

    .productSmall-btns .btns-fill {
        flex-wrap: wrap;
    }

    .productSmall-btns .btn-wrapper {
        width: 100%;
    }

    .productSmall-btns .btn {
        width: 100%;
    }

    .video-box-container .video i {
        font-size: 60px;
    }

    .offer-item.half img, .offer-item img {
        padding-bottom: 0;
    }

    .offer-photo {
        width: 100%;
    }

    .offer-item a {
        flex-direction: column;
    }

    .main-slider button.slick-arrow {
        height: 30px;
        width: 30px;
        bottom: var(--space-25);
    }

    .main-slider button.slick-arrow {

    }

    .main-slider button.slick-arrow {

    }
}

@media screen and (max-width: 480px) {
    .newsletter-img-box-bg img {
        max-height: 190px;
        width: 100%;
    }

    .newsletter-content {
        padding-bottom: 20px;
    }

    .newsletter-form-wrapper {
        margin-bottom: 5px;
    }

    .newsletter-title {
        font-size: 28px;
    }

    .newsletter-img-box-top img {
        max-width: 30%;
    }

    .opinion-box-container .section-content .item-list {
        width: 100%;
    }

    header.sticky .logo a img.img3 {
        height: 18px;
        width: 160px;
    }

    .logo a {
        padding: 10px 0;
    }

    .logo a img.img2,
    .mainpage .logo a img.img2 {
        height: 26px;
    }

    .title1, .track-box-container h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .titleSvg {
        top: -43px;
        left: 15px;
    }

    .title2,
    .track-box-container h3 {
        font-size: 14px;
    }

    .slider-text {
        padding: 0 15px;
    }

    .titleSvg {
        display: none;
    }

    section.about-box-container {
        padding-top: 30px;
    }

    .about-right h2 {
        font-size: 34px;
    }

    .news-photo {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .news a .news-photo img {
        margin: 0 auto;
    }

    .news-content {
        width: 100%;
        padding-top: 30px;
    }

    .news-box-header a.btn.btn-more {
        position: relative;
        margin: 10px auto;
        width: 100%;
    }

    .news-box button.slick-arrow {
        top: -94px;
    }

    .news-box button.slick-next {
        right: 15px;
    }

    .news-box button.slick-prev {
        right: 50px;
    }

    .news-content {
        width: 100%;
        padding: 30px 0 0 0px;
    }

    .content-main .video-box-container .video i {
        font-size: 40px;
    }

    .content-main .video-left {
        padding-top: 7px;
    }

    .content-main .article-image h2 {
        font-size: 27px;
    }

    h1.product-title {
        font-size: 28px;
    }

    .group1 img,
    .group2 img,
    .group3 img {
        position: static;
        max-width: 100%;
        display: block;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    .distributors-table,
    .map-box-menu {
        margin-bottom: 30px;
    }

    .video-left-content h2,
    .content-main .video-left-content h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 424px) {
    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .address-boxes .address-item .item-title.active:after {
        transform: rotate(180deg);
    }

    .address-boxes .address-item .item-title:after {
        content: '\f107';
        display: block;
        font-family: FontAwesome, sans-serif;
        font-size: 18px;
        transition: all 0.4s;
        color: #000;
    }

    .address-boxes .address-item .item-title {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .address-boxes .address-item .text {
        display: none;
    }

    a.storage-link {
        margin-left: 6px;
    }

    .logo {
        width: auto;
        padding-right: 0;
    }

    .top-right .container {
        padding-left: 0;
    }

    .title1, .track-box-container h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .title2, .track-box-container h3 {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .about-right h2 {
        font-size: 33px;
    }

    .news-content {
        padding: 20px 0 0 0;
    }

    .logotypes-ue img {
        height: 46px;
        margin: 0 5px;
    }

    .footer-box:last-child img.logo-min {
        margin-bottom: 20px;
        height: 35px;
    }

    img.iso {
        height: 60px;
    }

    .footer-box nav.social-list {
        clear: none;
        margin-top: 8px;
        float: right;
    }

    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 40px;
        height: 40px;
    }

    .pagination-wrapper ul li {
        padding: 0 2px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 7px;
    }

    .map-box-menu ul li a {
        min-width: 1px;
        font-size: 15px;
    }

    .map-box-menu ul li {
        width: 47%;
        margin: 0 1.5%;
    }

    .map-box-menu ul {
        font-size: 0;
    }

    .benefit-icon {
        vertical-align: middle;
        margin-left: -50px;
        margin-bottom: -20px;
        margin-top: -20px;
    }

    .benefits-box > .benefit-item {
        width: 100%;
        padding: 0;
    }

    .content-main .video-left-content h2 {
        font-size: 24px;

    }

    .content-main .article-image h2 {
        font-size: 25px;
    }

    .contact-item {
        width: 100% !important;
    }

    .contact-box-container {
        background-size: cover;
    }

    .address-item {
        width: 100%;
    }

    .list-photo {
        width: 100%;
        padding: 15px;
    }

    .list-photo::before {
        display: none;
    }

    .list-photo img {
        margin: 0 auto;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .list-item a {
        padding: 0;
        flex-direction: column;
    }

    .list-photo-inner {
        position: static;
    }

    .list-content {
        border-left: 0 none;
        border-top: 1px solid #e5e5e5;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .list-content .btn.btn-more {
        margin: 20px auto 0;
    }

    a.btn.btn-query {
        position: relative;
        margin: 0;
        width: 100%;
        margin: 0 auto;
        float: none;
        left: 0;
        right: 0;
    }

    .query-box {
        padding: 15px;
    }

    .query-box h3 {
        float: none;
        margin-bottom: 15px;
    }

    h1.product-title {
        font-size: 27px;
    }

    .benefits-box-container h3 {

        margin-bottom: 20px;
    }

    .product-details {
        padding-bottom: 20px;
    }

    .product-desc .text.txt {
        margin-bottom: 0;
    }

    .text .table-responsive-wrapper {
        margin-top: 0;
    }

    .technical-data h3 {
        margin-bottom: 10px;
    }

    .address-box-container {
        padding-top: 20px;
    }

    .branch-item table td {
        text-align: center;
        width: 100%;
        border-bottom: 0 none;
    }

    .branch-item table td:nth-child(2) {
        border-top: 1px solid #e5e5e5;
    }

    .branch-item table td:nth-child(odd) {
        border-right: none;
    }

    .branch-item table img {
        height: 35px !important;
        width: auto !important;
    }

    .content-left {
        width: 260px;
    }

    form.contact-form button.btn.btn-primary {
        width: 100%;
        margin-top: 30px;
    }

    nav.submenu-product ul li a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }

    nav.submenu-product ul li:nth-child(even):after {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .newsletter-title {
        font-size: 24px;
    }

    .grant-item-wrapper {
        width: 100%;
    }

}

@media screen and (max-width: 374px) {
    .about-right h2 {
        font-size: 32px;
    }

    .benefits-box > .benefit-item {
        padding: 15px;
    }

    .content-main .video-left-content h2 {
        font-size: 24px;

    }

    .content-main .article-image h2 {
        font-size: 22px;
    }

    h1.product-title {
        font-size: 26px;
    }

    .logo a {
        padding: 14px 0;
    }

    .logo a img.img2,
    .mainpage .logo a img.img2 {
        height: 18px;
    }

    .productSmall-cell label {
        padding-right: 0;
        width: 100%;
        margin-top: 8px;
    }
}

@media screen and (max-width: 359px) {
    .about-right h2 {
        font-size: 30px;
    }

    .content-main .video-left-content h2 {
        font-size: 24px;

    }

    .content-main .article-image h2 {
        font-size: 20px;
    }

    h1.product-title {
        font-size: 25px;
    }

    #savedProducts .btn {
        font-size: 12px;
    }
}

@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-48: 40px;
        --font-40: 34px;
        --font-36: 32px;
        --font-35: 31px;
        --font-30: 26px;
        --font-26: 24px;
        --font-24: 22px;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --font-48: 36px;

        --container-padding: 30px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

        --font-48: 34px;
        --font-40: 30px;
        --font-36: 28px;
        --font-35: 27px;
        --font-30: 24px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;

        --font-48: 32px;

        --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-48: 30px;
        --font-40: 26px;
        --font-36: 24px;
        --font-35: 23px;
        --font-30: 22px;
        --font-26: 19px;
        --font-24: 18px;
    }
}

@media screen and (max-height: 735px) and (min-width: 1140px) {
    .slider-nav {
        display: none;
    }

    .product-img-wrapper {
        padding-bottom: 0;
    }
}

@media screen and (max-height: 590px) and (max-width: 1139px) {
    .slider-nav {
        display: none;
    }

    .product-img-wrapper {
        padding-bottom: 0;
    }
}