@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) {
    .company-people-item {
        flex-direction: column;
    }

    .rwdPanel > .rwdMenu > .menu-rwd{
        display: block !important;
    }

    #main-menu-rwd{
        display: none !important;
    }

    .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: #F29F05;*/
/*}*/

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

.rwdMenu li ul {
    display: none;
}

.rwdMenu > ul {
    padding: 15px;
    position: relative;
    width: 35%;
}

.rwdMenu > ul > li > a {
    font-size: 24px;
    font-weight: 800;
    line-height: 2;
}

.rwdMenu > ul > li {
    display: flex;
    align-items: center;
}

.rwdMenu > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    padding-top: 20px;
    min-width: 200px;
}

.rwdMenu li.active > a{
    color: #ffb011;
}

.rwdMenu li.active{
    color: #ffb011;
}

.rwdMenu > ul > li > ul > li a{
    font-size: 16px;
    line-height: 2;
}

.cloneMenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    top: 3px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    background: transparent;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
}
.cloneMenu-toggle::before {
    content: "\f107";
    display: block;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s;
}

.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 #000;
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 0;
}
.rwdButton .animIcon {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
}
.rwdButton > * {
    transition: all 0.5s;
}
.rwdButton.rwdPanel-action-toggle.active {
    color: #fff;
    background-color: 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: 1875px){
    @keyframes mainLogo {
        0% {
            width: 1054px;
            top: 50%;
            left: 50%;
        }

        100% {
            width: 261px;
            top: 41px;
            left: 174px;
        }
    }
}

@media screen and (max-width: 1800px) {
    .mission-top-line-wrapper {
        width: 70%;
    }

    .mission-bottom-line-wrapper {
        width: 70%;
    }

    .offer-item-inner {
        height: 51vh;
    }
}

@media screen and (max-width: 1600px) {
    .mission-top-line-wrapper {
        width: 67%;
    }

    .mission-bottom-line-wrapper {
        width: 67%;
    }

    .offer-item-inner {
        height: 60vh;
    }

    .section-about-right{
        padding-left: var(--space-50);
    }

    .footer-bottom {
        gap: var(--space-60);
    }

    .footer-bottom-logotypes{
        margin: -13px;
    }

    .footer-bottom-logotype{
        padding: 13px;
    }

    .social-list > ul{
        margin: 0;
    }

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

}

@media screen and (max-width: 1440px) {
    .section-about-right {
        width: calc(63% - 430px);
    }

    .big-cube {
        width: 450px !important;
        height: 450px;
    }

    .big-cube-bg {
        max-height: 450px;
    }

    .offer-item-inner {
        height: 65vh;
    }

    .mainImage-text {
        font-size:  calc(2 * var(--font-36));
        animation: fontScale1440 0.6s ease forwards;
    }

    .text-item-left,
    .text-item-right {
        font-size: calc(var(--font-36));
    }

    .imageText-left {
        padding-right: calc(2 * var(--space-60));
    }

    .company-icons-item-wrapper {
        width: 25% !important;
    }

    .prize-nav {
        padding-right: calc(2 * var(--space-50) + 6px);
    }

    /*.footer-bottom {*/
    /*    flex-wrap: wrap;*/
    /*    row-gap: var(--space-25);*/
    /*}*/

    /*.footer-bottom-images {*/
    /*    width: calc(100% + 20px);*/
    /*}*/

    /*.footer-cols {*/
    /*    flex-wrap: wrap;*/
    /*}*/

    /*.footer-col-1 {*/
    /*    width: 100%;*/
    /*}*/

    @keyframes mainLogo {
        0% {
            width: 1054px;
            top: 50%;
            left: 50%;
        }

        100% {
            width: 261px;
            top: 41px;
            left: 162px;
        }
    }
}

@media screen and (max-width: 1280px) {
    .mission-top-line-wrapper {
        width: 62%;
    }

    .mission-bottom-line-wrapper {
        width: 62%;
    }

    .imageTextHover-nav {
        padding-right: var(--space-50);
    }

    .imageTextHover-title {
        font-size: var(--font-36);
    }

    .text-item-left,
    .text-item-right {
        font-size: calc(var(--font-30));
    }

    .text-item-left {
        min-height: 47px;
    }

    .texts-section {
        padding: calc(3 * var(--space-50)) 0;
    }

    .params-section-title {
        font-size: calc(2.5 * var(--font-48));
    }

    .params-section-text {
        font-size: var(--font-24);
    }

    .person-item {
        width: 25%;
    }

    .publications-item-wrapper {
        width: 25%;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 15px var(--space-60);
    }



    .footer-bottom .social-list{
        width: 100%;
        display: flex;
        justify-content: center;
    }

}

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

@media screen and (max-width: 1139px) {
    .timeline-item {
        padding-top: calc(1 * var(--space-60));
        padding-bottom: calc(1 * var(--space-60));
    }

    .team-squares-left svg {
        max-width: 150px;
    }

    .team-squares .square {
        width: 30px;
        height: 30px;
    }

    .team-name svg {
        max-width: 80%;
        margin-left: auto;
    }

    .mission-top {
        display: none;
    }

    .mission-bottom {
        display: none;
    }

    .mission-inner {
        gap: 0;
    }

    .mission-left,
    .mission-right {
        max-width: 100%;
        gap: var(--space-50);
    }

    .mission-inner {
        flex-direction: column;
        gap: var(--space-50);
    }

    .mission-inner .mission-left-title, .mission-inner .mission-right-title {
        display: flex;
        max-width: 400px;
    }

    .mission-bottom-line-wrapper,
    .mission-top-line-wrapper {
        display: none;
    }

    .showCube .big-cube {
        display: none;
    }

    .section-about-item {
        height: unset;
        gap: var(--space-50);
        flex-wrap: wrap;
    }

    .about-top-cubes {
        position: unset;
        width: 100%;
    }

    .section-about-title {
        width: 100%;
        font-size: calc(2 * var(--font-48));
    }

    .section-about-item + .section-about-item {
        padding-top: 0;
    }

    .section-about-right {
        width: 100%;
        padding-left: 0;
    }

    .section-vide-play svg {
        width: 29px;
    }

    .section-offer .offer-item {
        min-height: 130px;
    }

    .section-offer .offer-item:nth-child(odd){
        border-left: none !important;
    }

    .section-offer .offer-item:nth-child(even){
        border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
    }

    .section-offer .offer-item:nth-child(n+2){
        border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
    }

    .section-offer {
        min-height:  unset;
    }

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

    .offer-item-inner {
        height: unset;
    }

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

    .section-offer-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .section-offer .offer-item {
        width: 100%;

    }

    .section-vide-play {
        width: 110px;
        height: 110px;
    }

    .textImage-item-top-title {
        font-size: calc(2 * var(--font-48));
    }

    .textImage-item-bottom {
        flex-direction: column;
        gap: var(--space-60);
    }

    .textImage-item-bottom-title {
        margin-top: 0;
        padding-right: 0;
    }

    .textImage-item-bottom-title,
    .textImage-item-bottom-teaser{
        width: 100%;
    }

    .timeline-scroll {
        pointer-events: none;
    }

    .timeline-top-left {
        padding-right: 0;
    }

    .timeline-top-right {
        padding-left: 0;
    }

    .timeline-list {
        padding-right: 50px;
    }

    .timeline-side-bar {
        right: 0;
        margin: 0 17px;
        top: 0;
    }

    .timeline-top-bar {
        display: none;
    }

    .timeline-item-list-element-image {
        position: fixed;
        inset: 0;
        top: unset;
        transform: unset;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1;
        pointer-events: none;
        width: 100%;
        height: 100%;
    }

    .timeline-item-list-element-image.active {
        pointer-events: initial;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-item-content-wrapper {
        padding-right: 0;
        width: 100%;
    }

    .timeline-list .timeline-item:nth-child(even) {
        flex-direction: column;
    }

    .timeline-item.row-reverse .timeline-item-content-wrapper {
        padding-left: 0;
    }

    .timeline-item.row-reverse .timeline-list-item-right {
        margin-right: 0;
    }

    .timeline-list-item-right {
        width: 100%;
        margin-left: 0;
    }

    .mainImage-text {
        font-size:  calc(2 * var(--font-36));
        animation: fontScale 0.6s ease forwards;
    }

    .gallery-slider-wrapper {
        margin-right: 0;
        margin-left: 0;
    }

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

    .imageTextHover-nav {
        padding-right: 0;
    }

    .imageTextHover-containers {
        display: flex;
        flex-direction: column;
    }

    .imageText-inner {
        flex-direction: column;
        gap: calc(2 * var(--space-50));
    }

    .imageText-left {
        padding: 0 !important;
    }

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

    .imageText-right {
        align-items: flex-start;
    }

    .params {
        column-gap: calc(1 * var(--space-50));
    }

    .params-section-title {
        font-size: calc(2 * var(--font-48));
    }

    .params-section-text {
        font-size: calc(var(--font-24) - 4px);
    }

    .company-icons-item-wrapper {
        width: 33.33% !important;
    }

    .company-people-item {
        gap: calc(1 * var(--space-50));
    }

    .company-people-name {
        font-size: calc(var(--font-24));
    }

    .company-people-content {
        padding-left: 0;
        width: 100%;
    }

    .company-people-img {
        width: 100%;
        max-width: 328px;
    }

    .team-bottom-item-name {
        font-size: 30px;
    }

    .team-bottom-item-square {
        width: 32px;
        height: 32px;
    }

    .technology-slide {
        flex-direction: column;
        align-items: center;
    }

    .technology-swiper {
        /*width: 100%;*/
        max-width: unset;
    }

    .technology-slide-wrapper {
        margin: auto 0;
    }

    .technology-slide-img {
        max-width: 100%;
    }

    .technology-slide-content {
        max-width: unset;
    }

    .technology-slider-inner .technology-slider-btn {
        display: unset;
    }

    .prize-inner {
        flex-direction: column;
        gap: var(--space-60);
    }

    .prize-image-container {
        display: none;
    }

    .prize-nav-item.active .prize-image-item {
        max-height: 1000px;
    }

    .prize-nav {
        width: 100%;
        padding-right: 0;
    }

    .footer-toggle-icon {
        display: flex;
    }

    .footer-title .footer-toggle-icon {
        transition: .4s all;
    }

    .footer-title.active .footer-toggle-icon {
        transform: rotate(-180deg);
    }

    .footer-col {
        width: 100%;
    }

    .footer-col-title {
        margin-bottom: 0;
    }

    .footer-content {
        display: none;
    }

    .container-menu-overlay {
        display: none;
    }

    .container-menu-top {
        display: none;
    }

    .container-menu-wrapper {
        position: unset;
        opacity: 1;
        padding: 0;
        pointer-events: initial;
    }

    .container-menu-inner {
        max-width: unset;
    }

    .container-menu-nav > .main-menu-first-level > li:last-child {
        border-bottom: none;
    }

    .container-menu-wrapper .container-menu-nav > ul {
        align-items: stretch !important;
    }

    .container-menu-wrapper .container-menu-nav > ul > li > a {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .container-menu-wrapper > .container {
        padding: 0 !important;
    }

    .header-main {
        padding: 0;
        gap: var(--space-50);
    }

    .submenu-icon {
        display: none;
    }

    .btn-aside-toggle {
        display: none;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        position: fixed;
        top: 250px;
        left: 0;
        z-index: 6;
        background-color: var(--color-primary);
        border: none;
        color: #fff;
        transition: all .2s ease-in-out;
    }

    .btn-aside-toggle.active {
        left: 260px;
    }

    .aside-shadow {
        display: none;
        position: fixed;
        z-index: 4;
        bottom: 0;
        top: 74px;
        left: 250px;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        pointer-events: none;
        transition: all .2s ease-in-out;
    }

    .aside-shadow.active {
        opacity: 1;
        pointer-events: initial;
    }

    .projects-category .aside-page-row {
        gap: 0;
    }

    .shop-product-box {
        width: 33.33%;
    }

    .aside {
        padding: 0;
        position: unset;
        top: 74px;
        left: -300px;
        bottom: 0;
        overflow: auto;
        transition: all .2s linear;
        background-color: #fff;
        z-index: 5;
        scrollbar-color: var(--color-primary) #fff;
        scrollbar-width: thin;
        margin-bottom: unset;
        width: 300px;
    }

    .btn-aside-toggle:not(.active) .icon-close,
    .btn-aside-toggle.active .icon:not(.icon-close) {
        display: none;
    }

    .projects-category .aside {
        width: 250px;
    }

    .aside.active {
        left: 0;
    }

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

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

    .section-main-logo-wrapper{
        display: none;
    }

    .section-main-logo-wrapper + section{
        margin-top: 0;
    }

    .logo{
        opacity: 1;
    }

    .footer-cols{
        margin: -12px;
        padding-bottom: calc(var(--space-60) + 12px);
    }

    .footer-col{
        padding: 12px;
    }

    .footer-col-1{
        padding-bottom: var(--space-60);
    }

    .footer-cols{
        flex-direction: column;
    }

    .footer-bottom{
        align-items: center;
        gap: 15px var(--space-60);
    }

    .footer-bottom-logotypes{
        margin: -7px;

    }

    .footer-bottom-logotype{
        padding: 7px;
    }

    .footer-bottom .social-list{
        display: flex;
        justify-content: center;
    }

    .file {
        width: calc(50% - 5px);
    }

}

@media screen and (max-width: 1000px){
    /*.footer-bottom-logotypes-wrapper{*/
    /*    flex-direction: column;*/
    /*    align-items: flex-start;*/
    /*    gap: 5px;*/
    /*}*/

    .footer-bottom-logotype img{
        max-width: 120px;
        max-height: 65px;
    }

    .footer-bottom-image{
        padding: 7px;
    }

    .footer-bottom-images{
        margin: -7px;
    }

    .footer-bottom-logotypes-wrapper{
        gap: calc(var(--space-25) - 2px);
    }

}

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

    .textImage-item-top-title {
        font-size: calc(2 * var(--font-36));
    }

    .textImage-item-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-40);
        padding-right: 50px;
    }

    .textImage-item-top-title {
        margin-bottom: 0;
    }

    .mainImage-text {
        font-size: calc(1 * var(--font-48));
        animation: fontScale900 0.6s ease forwards;
    }

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

    .gallery-slider-big-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .text-item-left,
    .text-item-right {
        font-size: calc(var(--font-24));
    }

    .text-item-left {
        min-height: 42px;
    }

    .params-section-inner {
        gap: calc(2 * var(--space-60));
    }

    .params-section-title {
        font-size: calc(2 * var(--font-36));
    }

    .team-bottom-top {
        flex-direction: column;
    }

    .team-bottom-item-name {
        margin-bottom: -20px;
    }

    /*.footer-bottom > *:not(.footer-bottom-images) {*/
    /*    width: 100%;*/
    /*}*/


    .person-item {
        width: 33.33%;
    }

    .contact-inner {
        flex-direction: column;
        gap: var(--space-60);
    }

    .contact-image {
        width: 100%;
    }

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

    .publications-item-wrapper {
        width: 33.33%;
    }

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

    .footer-bottom-image {
        padding: 5px;
    }


    .footer-bottom{
        gap: 25px;
    }

    .footer-bottom-images {

        width: 100%;
        justify-content: center;
        margin: initial;
    }

    .footer-bottom-logotypes-wrapper{
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

}

@media screen and (max-width: 767px) {
    .text-item-left,
    .text-item-right {
        font-size: 20px;
    }

    .text-item-left {
        min-height: 40px;
    }

    .company-icons-item-wrapper {
        width: 50% !important;
    }

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

    .rwdMenu > ul {
        width: 55%;
    }



}

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

@media screen and (max-width: 639px) {
    .aside-shadow {
        display: block;
    }

    .btn-aside-toggle {
        display: block;
    }

    .aside {
        position: fixed;
        padding: 20px;
    }

    .section-offer-inner {
        grid-template-columns: 1fr;
    }

    .section-offer .offer-item:nth-child(even) {
        border-left: none !important;
    }

    .section-vide-play svg {
        width: 24px;
    }

    .section-vide-play {
        width: 90px;
        height: 90px;
    }

    .textImage-item-top-title {
        font-size: calc(2 * var(--font-30));
    }

    .mainImage-text {
        font-size: calc(1 * var(--font-48) - 4px);
        animation: fontScale639 0.6s ease forwards;
    }

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

    .param-title,
    .param-values,
    .params-section-text {
        font-size: 16px;
    }

    .params-section-title {
        font-size: calc(2 * var(--font-30));
    }

    /*.footer-bottom-logotypes-wrapper {*/
    /*    flex-direction: column;*/
    /*    align-items: flex-start;*/
    /*}*/

    /*.footer-bottom-logotypes-wrapper {*/
    /*    gap: calc(var(--space-25) + 0px);*/
    /*}*/

    .shop-product-box {
        width: 50%;
    }

    .person-item {
        width: 50%;
    }

    .publications-item-wrapper {
        width: 50%;
    }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 560px) {
    .timeline-bottom-right {
        padding-left: var(--space-50);
    }

    .section-video-title {
        font-size: calc(var(--font-30));
        text-align: center;
        left: 0;
        width: 100%;
        padding: calc(var(--space-50));
    }

    .section-video-title .line1 {
        margin-left: 0;
    }

    .textImage-item-top-title-left {
        font-size: var(--font-24);
    }

    .textImage-item-top-title-left .cube {
        width: 28px;
        height: 28px;
    }

    .mainImage-text {
        font-size: calc(1 * var(--font-36) + 4px);
        animation: fontScale560 0.6s ease forwards;
    }

    .imageTextHover-teaser {
        font-size: 16px;
    }

    .params-section-title {
        font-size: calc(2 * var(--font-24));
    }

    .params {
        column-gap: calc(var(--space-25) - 1px);
    }

    .team-bottom-bottom {
        flex-direction: column;
    }

    .technology-nav {
        flex-direction: column;
        border-bottom: none;
        gap: 10px;
    }

    .technology-nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 10px;
    }

    .team-squares {
        flex-direction: column;
    }

    .text {
        word-wrap: break-word;
        font-size: 14px;
    }


    .file {
        width: calc(100% - 5px);
    }

}

@media screen and (max-width: 480px) {
    .offer-item-title {
        font-size: 20px;
    }

    .textImage-item-top-title {
        font-size: calc(2 * var(--font-24));
    }

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

    .params {
        display: flex;
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: 0;
        margin: -10px;
    }

    .params > .param {
        width: 50%;
        padding: 10px;
    }

    .params-section-title {
        font-size: calc(2 * var(--font-24) - 8px);
    }

    .company-icons-item-wrapper {
        width: 100% !important;
    }

    .contact-section-element {
        gap: 15px;
    }

    .contact-section-element .icon {
        width: 40px;
        height: 40px;
    }

    .contact-section-element {
        font-size: 14px;
    }

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

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


    .footer-bottom-logotype img {
        max-width: 100%;
    }

    .textImage-item-top-title {
        font-size: calc(1 * var(--font-60));
    }

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

    .shop-product-box {
        width: 100%;
    }

    .person-item {
        width: 100%;
    }

    .contact-collection-list {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .publications-item-wrapper {
        width: 100%;
    }

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

@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: 50px;
        --font-48: 40px;
        --font-36: 32px;
        --font-30: 26px;
        --font-24: 22px;
    }
}

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

        --font-60: 44px;
        --font-48: 36px;

        --container-padding: 30px;
    }
}

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

        --font-60: 40px;
        --font-48: 34px;
        --font-36: 28px;
        --font-30: 24px;
    }
}

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

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

        --font-60: 32px;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --font-48: 30px;
        --font-36: 24px;
        --font-30: 22px;
        --font-24: 18px;
    }
}

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


        --font-60: 28px;
        --font-48: 24px;
        --font-36: 20px;
        --font-30: 20px;
        --font-24: 16px;
    }
}