.cloneMenu-toggle, .rwdMenu li.slided {
    border-bottom: none
}

@media screen and (min-width: 1921px) {
    body.compensate-for-scrollbar {
        margin-right: auto !important
    }
}

.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, .1)
}

.rwdMenu + .rwdMenu > ul {
    border-top: none
}

.rwdMenu ul ul {
    display: none;
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, .12);
    background-color: rgba(0, 0, 0, .1)
}

.rwdMenu li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.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: #000
}

.rwdMenu > ul > li > :first-child {
    text-transform: uppercase
}

.rwdMenu > ul > li > ul {
    font-size: .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, .1);
    background-color: #fff
}

.rwdMenu .user-nav li + li:before {
    display: none
}

.cloneMenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, .04);
    background: rgba(0, 0, 0, .06)
}

.rwdButton, .rwdButton .animIcon--close span {
    background-color: #fff
}

.cloneMenu-toggle::before {
    content: "\f107";
    display: block;
    font-family: FontAwesome, sans-serif;
    transition: .3s
}

.cloneMenu-toggle.active::before {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg)
}

.rwdPanel .social-list {
    margin: 15px 0;
    text-align: center
}

.rwdButton {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 15px 0;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .4s;
    border-radius: 6px
}

.rwdButton .animIcon {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto
}

.rwdButton > * {
    transition: .5s
}

.rwdButton.rwdPanel-action-toggle.active {
    color: #fff;
    background-color: #000
}

.rwdButton:not(.active) > .animIcon--close {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4)
}

.rwdButton.active > .animIcon--close {
    opacity: 1
}

.rwdButton.active > .animIcon--close ~ * {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0)
}

@media screen and (max-width: 1600px) {
    #content {
        padding-top: 79px
    }

    .btn-arrow .icon-wrapper {
        width: 90px;
        height: 90px
    }

    .btn-arrow-white, .btn-download .icon-wrapper {
        width: 80px;
        height: 80px
    }

    .section-title {
        font-size: 90px
    }

    .header-center {
        padding: 0 var(--space-25);
        justify-content: center
    }

    .header-tel {
        margin-right: var(--space-25)
    }

    .header-main-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-template-columns:none
    }

    header .logo {
        width: 200px
    }

    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;
        --font-48: 40px;
        --font-36: 32px;
        --font-30: 26px;
        --font-24: 22px
    }
}

@media screen and (max-width: 1440px) {
    .btn-arrow .icon-wrapper {
        width: 80px;
        height: 80px
    }

    .btn-arrow-white {
        width: 60px;
        height: 60px
    }

    .offer-box-content-inner .text {
        font-size: 13px
    }

    .btn-arrow-white .icon {
        width: 27px;
        height: 21px
    }

    .section-title {
        font-size: 70px
    }

    #main-menu > ul > li + li {
        margin-left: 10px
    }

    .lang-item {
        width: 40px;
        height: 40px
    }

    .offer-box-content-inner {
        padding: var(--space-40) 8% 0
    }
}

@media screen and (max-width: 1280px) {
    #content {
        padding-top: 73px
    }

    .btn-arrow .icon-wrapper {
        width: 60px;
        height: 60px
    }

    .btn-arrow .icon {
        color: #fff;
        width: 27px;
        height: 21px
    }

    .social-item .social-icon {
        width: 59px;
        height: 59px
    }

    .footer-col.col1 {
        width: 20%
    }

    .footer-logo {
        width: 90%
    }

    .footer-col {
        width: 16.666%
    }

    .footer-col.col5 {
        width: 30%
    }

    header .logo {
        width: 180px
    }

    .realizations-slider .slide-caption {
        max-width: 100%;
        padding-bottom: calc(var(--space-60) * 2)
    }

    .realizations-slider-nav .progress-label {
        display: none
    }

    .banner-content .text {
        max-width: 70%
    }

    .offer-view-right .text table td:first-child, .offer-view-right .text table th:first-child {
        width: 49%;
        padding-right: 0
    }

    .offer-item .offer-img img {
        max-height: 210px
    }

    .header-left .logo {
        margin-right: 5px;
    }

    #main-menu > ul > li > a {
        padding: 5px 2px;
    }

    .header-tel{
        margin-right: 0;
    }

}

@media screen and (min-width: 1140px) {
    .rwdPanel {
        display: none
    }

    .rwdPanel-action-open, .rwdPanel-action-toggle {
        display: none !important
    }

    .mainsearch {
        top: 0 !important
    }

    .footer-content {
        display: block !important
    }
}

@media screen and (max-width: 1140px) {
    .footer-content {
        display: block
    }
}

@media screen and (max-width: 1139px) {
    .rwdPanel {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        transition-duration: .5s;
        transition-timing-function: ease;
        transition-property: transform, -webkit-transform, -ms-transform;
        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
    }

    .footer-col.col5 .footer-title, .footer-content.big-text a, .header-tel {
        text-align: center
    }

    .aside-button, .offer-item-inner {
        cursor: pointer
    }

    .offer-item .offer-img img {
        min-height: initial
    }

    #main-menu, .footer-content:not(.not-toggle), .header-right > .header-tel, .lang .langs-menu-short, .offer-hover, .rwd-hide {
        display: none
    }

    .header-tel {
        margin-top: 20px;
        margin-left: 0
    }

    .aside-button {
        position: fixed;
        top: 135px;
        left: -1px;
        width: 40px;
        display: flex;
        align-items: center;
        transition: left, .5s;
        border: 1px solid #000;
        height: 40px;
        background: #fff;
        border-left: none
    }

    .aside.active .aside-button span:first-child {
        margin: auto;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .aside.active .aside-button {
        left: 264px
    }

    .aside.active .aside-button span:nth-child(2) {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .aside.active .aside-button span:nth-child(3) {
        margin: auto;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .aside.active {
        left: 0
    }

    .aside.active .aside-shadow {
        opacity: 1;
        pointer-events: all
    }

    .aside-shadow {
        top: 87px;
        height: calc(100vh - 87px);
        position: fixed;
        pointer-events: none;
        background: rgba(255, 255, 255, .7);
        left: 0;
        opacity: 0;
        z-index: -1;
        transition: opacity, .5s;
        width: 100%
    }

    .aside-button span:first-child {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .aside-button span:nth-child(3) {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    .aside-button span {
        transition-property: opacity, transform, margin;
        transition-duration: .5s;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        height: 2px;
        width: 30px
    }

    .file-box, .offer-small-img-inner {
        padding: 5px
    }

    .contact-cols > * {
        width: unset !important;
        flex-grow: 1
    }

    .footer-cols, .footer-social {
        display: flex;
        justify-content: center
    }

    .contact-cols > .col2 {
        padding: 0 20px
    }

    .contact-cols .col3 ul {
        display: flex
    }

    #content {
        padding-top: 86px
    }

    .aside .category-name {
        padding: 10px 20px
    }

    .aside {
        border-right: 1px solid #000;
        z-index: 800;
        padding-top: 20px;
        top: 86px;
        background: #fff;
        height: calc(100vh - 86px);
        transition: left, .5s;
        position: fixed;
        left: -265px;
        width: 265px
    }

    .footer-col.col1, .footer-col.col5, .footer-content, .footer-social {
        padding-top: var(--space-25)
    }

    .asided-content {
        width: 100%;
        padding-left: 0
    }

    .asided-content .offer-item {
        width: 20%
    }

    .aside-column {
        width: unset
    }

    .banner-content .text {
        max-width: 90%
    }

    .downloads-list {
        margin: -5px
    }

    .footer-col.col1 {
        order: 5
    }

    .footer-logo {
        width: 250px;
        margin: 0 auto
    }

    .footer-col {
        width: 100% !important
    }

    .footer-cols {
        flex-direction: column
    }

    .footer-content:not(.not-toggle) .text, .footer-content:not(.not-toggle) ul {
        max-width: 100%;
        width: max-content;
        margin: 0 auto
    }

    .footer-title:not(.not-toggle):after {
        content: '\f078';
        font-family: FontAwesome, sans-serif;
        display: block;
        position: absolute;
        right: var(--container-padding);
        color: #000;
        transition: transform, .5s;
        top: 50%;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .footer-title:not(.not-toggle) {
        cursor: pointer;
        text-align: center;
        position: relative;
        padding-top: calc(var(--space-25) + 5px);
        border-bottom: 1px solid #000
    }

    .offer-box-content-inner {
        padding: var(--space-25) 5% 0
    }

    .footer-title.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .about-us .btn-seeAll .icon-wrapper {
        margin-bottom: -28px
    }

    .btn-goBack .icon-wrapper, .btn-seeAll .icon-wrapper {
        width: 70px;
        height: 70px
    }

    .btn-goBack .icon-wrapper .icon, .btn-seeAll .icon-wrapper .icon {
        width: 27px;
        height: 21px
    }

    .offer-section .btn-seeAll {
        position: static;
        margin: 10px 0;
        padding: 0;
        justify-content: center
    }

    .offer-section .btn-seeAll .icon-wrapper {
        margin: 0;
        padding: 0
    }

    .about-us-right {
        padding-left: 0
    }

    .section-subtitle {
        font-size: 17px;
        max-width: 80%
    }

    .section-title {
        font-size: 60px
    }

    .text table tr td {
        padding: 6px 10px
    }

    .langs-menu {
        display: none !important
    }

    .text img {
        max-width: 100% !important
    }

    .container {
        width: 100%
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px
    }

    .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 .dropdown-menu, .mainsearch.rwdPanel .mainsearch-search {
        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 .mainsearch-submit, .mainsearch.rwdPanel input {
        border: none
    }

    .offer-box-content-inner .text {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden
    }

    .file-title {
        font-size: 20px
    }

    .btn-download {
        opacity: 1
    }

    .btn-download .icon-wrapper {
        width: 60px;
        height: 60px
    }

    .btn-download .icon {
        width: 34px;
        height: 34px
    }

    .file-caption {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1000px) {
    .main-slider-arrows {
        padding: var(--space-40) 0
    }

    .progress-label {
        display: none
    }

    .slide-images .slide-text {
        height: unset;
        display: block;
        padding: 0;
        bottom: calc(var(--space-60) + var(--space-60))
    }

    .about-us-left .text-wrapper {
        max-width: 100%
    }

    .offer-view-left {
        width: 100%;
        margin: 0 auto;
        max-width: 400px
    }

    .offer-view-top {
        flex-direction: column
    }

    .offer-view-right {
        padding-left: 0;
        padding-top: var(--space-60);
        width: 100%
    }

    .offer-box {
        width: 50%
    }
}

@media screen and (max-width: 900px) {
    .offer-title, .slide-images .slide-text {
        font-size: 20px
    }

    .file-title {
        font-size: 18px
    }

    .file-box {
        width: 50%
    }

    .section-subtitle {
        font-size: 16px
    }

    .section-title {
        font-size: 50px
    }

    .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
    }
}

@media screen and (max-width: 767px) {
    .captcha-container .row .col-sm-6 {
        width: 50%
    }

    .about-us .section-bottom, .contact-cols {
        flex-direction: column
    }

    .contact-cols .col2 {
        padding: 20px 0;
        text-align: center
    }

    .contact-cols > * {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .file-title {
        font-size: 16px
    }

    .file-caption {
        font-size: 12px
    }

    .about-us:not(.about-us-page) .section-title {
        position: static;
        width: 100%;
        text-align: center;
        padding-bottom: var(--space-50)
    }

    .about-us-left, .about-us-right {
        width: 100%
    }

    .about-us .title-basic {
        text-align: center
    }

    .about-us-left .text-wrapper {
        text-align: unset
    }

    .about-us-right .btn-seeAll {
        order: -1;
        align-items: center
    }

    .about-us-left {
        padding: 0;
        padding-bottom: var(--space-50)
    }

    .about-us-right .btn-seeAll .icon-wrapper {
        margin-bottom: 0
    }

    .about-us:not(.about-us-page) {
        padding-bottom: calc(var(--space-60) * 2 - 10px)
    }

    .about-us-right .text-wrapper {
        padding-top: 0;
        padding-bottom: var(--space-50)
    }

    .about-us-right {
        align-items: center;
        flex-direction: column-reverse
    }

    .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
      }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important
    }
}

@media screen and (max-width: 639px) {
    .offer-box-content, .offer-box-inner:hover .offer-box-content-inner {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }

    .offer-view .breadcrumb-container {
        margin-bottom: calc(var(--space-50))
    }

    .section-top .breadcrumb-container {
        margin-bottom: calc(var(--space-40))
    }

    .asided-content .offer-item, .offer-item {
        width: 25%;
        padding: 20px 10px
    }

    .offer-list {
        margin: -20px -10px
    }

    .banner-content .text {
        font-size: 16px;
        max-width: 100%
    }

    .realizations-slider .slide-caption {
        font-size: 16px
    }

    .offer-box-content {
        position: static;
        height: unset;
        flex-grow: 1;
        transform: none
    }

    .offer-box-content-inner {
        display: flex;
        flex-grow: 1;
        flex-direction: column
    }

    .offer-box .text {
        flex-grow: 1
    }

    .offer-categories-list {
        margin: -10px 0;
        align-items: stretch
    }

    .offer-box-inner {
        display: flex;
        flex-direction: column
    }

    .offer-box {
        padding: 10px 0;
        aspect-ratio: unset
    }

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)), .breadcrumb > li:not(:last-child) a span, .header-right > .header-tel, .offer-box .img-overlay, .progress-label {
        display: none
    }

    .offer-box .btn-arrow-white {
        border-color: #000
    }

    .offer-box-inner:hover .offer-box-content {
        min-height: unset;
        background: 0 0
    }

    .offer-box-inner:hover .offer-box-content-inner {
        transform: none
    }

    .offer-box .btn-arrow-white .icon {
        color: #000
    }

    .offer-box .text, .offer-box .title {
        opacity: 1;
        color: #000
    }

    .offer-box-content-inner {
        color: #000;
        -webkit-transform: none;
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static
    }

    .offer-box .img-wrapper {
        aspect-ratio: 1;
        height: unset
    }

    .mainSlider-arrow, .realizations-arrow {
        font-size: 13px
    }

    .slide-images .slide-text {
        bottom: 55px;
        font-size: 18px
    }

    .overlay-squares-helper:after, .overlay-squares-helper:before, .overlay-squares:after, .overlay-squares:before {
        width: 10px;
        height: 10px
    }

    header .logo {
        width: 130px
    }

    .section-title {
        font-size: 40px
    }

    .text img {
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto !important
    }

    .text iframe, .text object, .text table {
        max-width: 100% !important;
        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) a {
        font-size: 0;
        text-indent: -1000px
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px
    }

    .breadcrumb > li + li:before {
        padding: 0 6px
    }

    .banner-top .breadcrumb > li:first-child a {
        color: #fff
    }

    .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
    }

    .section-subtitle {
        max-width: 100%;
        font-size: 15px
    }
}

@media screen and (max-width: 560px) {
    .captcha-container .row .col-sm-6, .offer-box {
        width: 100%
    }

    .slide-images {
        flex-direction: column
    }

    .section-subtitle {
        font-size: 14px
    }

    .section-title {
        font-size: 30px
    }

    .text {
        word-wrap: break-word
    }

    .gallery-list-item {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .file-title {
        font-size: 14px
    }

    .btn-download .icon-wrapper {
        width: 45px;
        height: 45px
    }

    .btn-download .icon {
        width: 26px;
        height: 26px
    }

    .mainSlider-arrow, .realizations-arrow {
        font-size: 11px
    }

    .section-title {
        font-size: 25px
    }

    .modal-footer > .btn {
        width: 100%
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px
    }

    .asided-content .offer-item, .offer-item {
        width: 33.333%
    }

    .header-left .flag-icon{
        display: none;
    }

}

@media screen and (max-width: 319px) {
    body {
        width: 320px
    }
}

@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-36: 28px;
        --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-36: 24px;
        --font-30: 22px;
        --font-24: 18px
    }
}

@media screen and (max-width: 420px) {
    .offer-item .offer-img img {
        max-height: 110px
    }

    .aside {
        width: 100%;
        left: -100%;
        border-right: 0
    }

    .aside.active .aside-button {
        left: calc(100% - 50px)
    }

    .aside-button {
        z-index: 801;
        border-left: 1px solid #000
    }

    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    :root {
        --font-48: 24px;
        --font-36: 20px;
        --font-30: 20px;
        --font-24: 16px
    }
}