/**
 * MOBILE MENU
 */

/* NAV TOGGLE */
.nav-toggle span {
    background: #fff;
}

.nav-toggle.active span {
    background: #fff;
}

.nav-toggle.active span.l1 {
    margin-top: 15px;
}

/* RWD MENU */
.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: #80af1b;
    text-decoration: none;
    font-weight: 700;
}

.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: #80af1b;
}

.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 {
    display: none;
    pointer-events: none;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.rwd-panel-wrapper {
    pointer-events: visible;
    overflow-x: hidden;
    height: inherit;
    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: 1860px) {
    .history-box h3 {
        font-size: 60px;
    }

    .history-box h4 {
        font-size: 150px;
    }

    .news .btn.btn-more {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1670px) {
    .about-box-container {
        background-size: auto 72%;
    }

    .history-box-content {
        padding: 87px 78px 82px;
    }

    .text.quanity-text {
        margin-bottom: 140px;
    }

    .news-content {
        padding: 20px;
    }

    .title1 {
        font-size: 50px;
    }

    .slider-text {
        bottom: 70px;
    }

    .subpage .news-box {
        margin-bottom: 0;
    }

    .subpage .news-box-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .accordion {
        padding: 40px;
    }

    .accordions-box {
        padding-bottom: 0;
    }

    .job-box-container {
        padding-bottom: 0;
    }

    .accordion:last-child {
        margin-bottom: 0;
    }

    span.stamp {

        left: -12%;
    }
	
	.accordions-box {
    padding-bottom: 30px;
}
}

@media screen and (max-width: 1590px) {
    .history-box h3 {
        font-size: 52px;
    }

    .history-box h4 {
        font-size: 140px;
    }

    .text.quanity-text {
        margin-bottom: 100px;
    }
	
	.standout-name {
    font-size: 18px;
}
}

@media screen and (max-width: 1440px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-box-container {
        background-size: auto 60%;
    }

    .slider-text {
        bottom: 50px;
    }

    .product-list-container, .standout-box-container, .news-box-container, .about-box-container, .form-box-container, .factory-location-box, .history-box-container {
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .subpage #content {
        padding-top: 65px;
    }

    h2, h1 {
        margin-bottom: 20px;
    }

    h2:after, h1:after {
        bottom: -10px;
    }

    .txt, .article-text, .text.description {
        line-height: 24px;
    }

    .about-box-container .text.txt {
        margin-bottom: 25px;
    }


    .product-list {
        margin-top: 11px;
    }



    .standout-item {
        padding: 0 30px;
    }

    .standout-box {
        margin: 0 -30px;
    }

    .footer-box:last-child {
        width: 18%;
    }


    .quality-left h3 {
        font-size: 115px;
    }

    .standout-name {
        padding: 0 30px;
        font-size: 18px;
    }

    .standout-icon {
        width: 45%;
        margin: 0 auto -15px;
    }

    span.news-content .txt {
        margin-bottom: 10px;
    }


    .news-content .text.txt {
        max-height: 96px;
        overflow: hidden;
    }

    span.news-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .title1 {
        font-size: 45px;
    }

    .text.description {
        padding-right: 5%;
    }

    .accordion {
        padding: 30px;
    }



    section.factory-location-box {
        background: #f4efe9;
        padding-bottom: 0;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }

    .factory-location-box img {
        display: block;
        max-width: 100%;
    }

    section.factory-location-box h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (max-width: 1430px) {

    .text.quanity-text {
        margin-bottom: 50px;
    }

    .history-box-content {
        padding: 60px 60px 60px;
    }
}

@media screen and (max-width: 1366px) {
    .news-content {
        padding: 15px;
    }

    .slider-text {
        bottom: 40px;
    }

    .product-desc {
        padding: 0 20px;
    }

    span.product-name {
        padding: 0 20px;
    }

    .text.group-text {
        padding: 0 4%;
    }


    .group-box h3 {
        padding-right: 3%;
    }

    .group-box-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .standout-item {
        padding: 0 20px;
    }

    .standout-box {
        margin: 0 -20px;
    }

    .standout-nb {
        font-size: 50px;
    }

    .standout-name {
        padding: 0 25px;
        font-size: 17px;
    }

    .footer-box:last-child {
        width: 19%;
    }

    .footer-box h4 {
        font-size: 20px;
    }

    .footer-boxes {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .logotypes {
        padding: 30px 0;
    }

    .quality-left h3 {
        font-size: 105px;
    }

    .title1 {
        font-size: 40px;
    }

    .text.description {
        padding-right: 4%;
    }

    .news-date {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .news .btn.btn-more {
        width: 100%;
    }

    .quality-box-content {
        padding: 27px 10px 26px 30px;
    }

    .pagination-wrapper, .job-box-container .pagination-wrapper, .brand-box-container .pagination-wrapper, .products-box-container .pagination-wrapper{
        padding: 30px 0 30px;
    }

    .accordion {
        padding: 20px;
    }

    .text-box-container + .box-more {
        padding: 0 15px;
        margin-bottom: 30px;
    }


    .text-box-container {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1365px) {
    .news {
        width: 25%;
    }

    .news-photo {
        display: block;
        width: 100%;
        padding-bottom: 98%;
    }

    span.news-content {
        display: block;
        width: 100%;
        height: auto;
    }

    .history-box h3 {
        font-size: 48px;
    }

    .history-box h4 {
        font-size: 127px;
    }

    .history-box-content {
        padding: 50px;
    }

}

@media screen and (max-width: 1280px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }


    .text.group-text {
        padding: 0 30px;
    }

.group-box h3 {
    padding-right: 15px;
}

.group-img {
    padding-left: 15px;
}

    .standout-item {
        padding: 0 10px;
    }

    .standout-box {
        margin: 0 -10px;
    }

    .standout-nb {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .standout-name {
        padding: 0 20px;
        font-size: 16px;
    }

    .standout-icon {
        width: 50%;
        display: block;
        margin: 0 auto -15px;
    }

    .footer-box:last-child {
        width: 20%;
    }

    .quality-left h3 {
        font-size: 96px;
    }

    .title1 {
        font-size: 35px;
    }

    .slider-text {
        bottom: 30px;
    }

    .text.description {
        padding-right: 30px;
        padding-left: 30px;
    }

    .about-box-container {
        background-size: auto 53%;
    }

    .quanity-bottom-left {
        margin-top: 0;
    }

    .quanity-logotypes li {
        padding: 5px;
    }

    .standout-item-circle {
        padding-bottom: 89%;
    }

    .contact-icon {
        width: 90px;
        margin: 0 auto 27px;
    }

    .brand a {
        padding: 30px;
    }

    .history-event img {
        display: block;
        max-width: 47%;
        margin: -6px auto -10px;
    }
	
	span.stamp {
    left: -3%;
}
}

@media screen and (max-width: 1270px) {
    .about-box-container {
        background-size: auto 50%;
    }

    .about-box-container .container {
        max-width: 860px;
    }

    .history-box h4 {
        font-size: 117px;
    }

    .history-box h3 {
        font-size: 44px;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .text table tr td {
        padding: 6px 10px;
    }

    #main-menu {
        display: none;
    }

    .nav-toggle {
        display: block;
        padding: 8px 12px 10px;
        overflow: hidden;
        margin: 17px 0 17px 9px;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        float: right;
        background: #80af1b;
        border-radius: 5px;
    }

    .langs-menu ul {

    }

    .langs-menu {
        border-radius: 0;
        margin: 17px 0 0;
    }

    a.lang.lang-item {
        width: 46px;
        height: 46px;
        line-height: 44px;
    }

    .lang span {
        font-size: 16px;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .logo {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .top {
        padding-left: 0;
        border-bottom: 0;
        padding-top: 0;
    }

    .logo a img {
        height: 60px;
    }

    .main-video-slider {
        position: relative;
        top: auto;
        margin-bottom: 0;
        background: transparent !important;
        height: auto !important;
        max-height: none;
        min-height: 1px;
    }

    video#bgvid {
        width: 100%;
        top: unset;
        position: relative;
        left: unset;
        display: block;
    }

    .about-box-container {
        background-size: auto 30%;
    }

    .about-box-container .container {
        max-width: 1060px;
    }

    .product-item {
        width: 33.33%;
    }

    .product-list {
        text-align: center;
    }

    .history-box-content {
        padding: 30px;
    }

    .history-box h3 {
        font-size: 40px;
    }

    .history-box h4 {
        font-size: 110px;
    }

    .text.text-history, .text.quanity-text {
        font-size: 20px;
    }

    .quality-left h3 {
        font-size: 85px;
    }

    .text.quanity-text {
        width: 48%;
    }

    .news {
        width: 33.33%;
    }

    .text.group-text {
        font-size: 20px;
    }


    .group-box h3 {
        display: inline-block;
        margin-bottom: 20px;
    }

    .group-img {
        display: inline-block;
        margin-bottom: 20px;
    }

    .group-box {
        display: block;
    }

    .text.group-text {
        padding-left: 0;
    }

    .footer-boxes {
        display: table;
        width: 100%;
    }

    .footer-box {
        display: table-cell;
        width: auto;
        float: none;
        vertical-align: top;
        padding: 0 10px;
    }

    .footer-box:last-child {
        float: none;
        padding-right: 0;
    }

    .footer-box:first-child {
        padding-left: 0;
    }

    .footer-box:last-child {
        margin-top: 0
    }

    img.logo-min {
        margin: 0 auto;
    }

    .footer-box:last-child .txt {
 
    }

    .pagination-wrapper {
        padding: 30px 15px 30px;
        max-width: 100%;
    }

    .job-box-container .pagination-wrapper {
        max-width: 100%;
    }

.accordion {
    padding: 15px 15px 23px;
    transition: all 300ms ease-out;
}

    .contact {
        padding: 0 20px;
    }

    .contact-box {
        margin: 0;
    }

    .contact-item {
        margin-bottom: 20px;
    }

    .brand a {
        padding: 15px;
    }

    .brand-text .text.txt {
        margin-bottom: 15px;
    }
	
	.footer-lang .langs-menu {
    overflow: hidden;
    float: none;
}

.slider-photo {
    background: transparent!important;
    height: auto!important;
}

.slider-photo img {
    display: block;
    max-width: 100%;
}

.main-slider, .main-slider .slide {
    height: auto!important;
}
}

@media screen and (max-width: 1024px) {
    .contact {
        padding: 0 15px;
    }

    .contact-box {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 960px) {
    .history-box h3 {
        font-size: 35px;
    }

    .history-box h4 {
        font-size: 100px;
    }

    .standout-item {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .standout-box {
        text-align: center;
    }

    .standout-item-circle {
        padding-bottom: 92%;
    }

    .contact-center {
        padding-top: 30px;
    }

    .event-name {
        font-size: 15px;
    }
	

}

@media screen and (max-width: 900px) {
    .container {
        padding-left: 15px;
        padding-right: 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 {
        display: block;
        margin-bottom: 20px;
    }

    .slider-text-content {
        display: block;
    }

    .text.description {
        padding-left: 0;
    }

    .history-box h3 {
        font-size: 31px;
    }

    .history-box h4 {
        font-size: 83px;
    }

    .text.text-history, .text.quanity-text {
        font-size: 17px;
    }

    .standout-item-circle {
        padding-bottom: 89%;
    }

    .footer-box {
        width: auto !important;
        float: none !important;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 15px 0 !important;
        display: block;
        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;
    }

    .footer-box:last-child {
        background: transparent;
        border-bottom: 0 none !important;
        padding-bottom: 15px !important;
    }

    .show-hide {
        display: none;
        padding-bottom: 15px;
    }

    .footer-boxes {
        padding-top: 0;
        padding-bottom: 0;
    }

    .contact-icon {
        margin: 0 auto 20px;
    }

    .contact {
        padding: 0 10px;
    }

    .contact-box {
        margin: 0 -10px;
    }

    .contact-icon {
        margin: 0px auto 5px;
    }

    .contact-item h4 {
        font-weight: bold;
        letter-spacing: 0.04em;
        margin-top: -13px;
        margin-bottom: 9px;
    }

    .brand-logo {
        margin-right: 30px;
        width: 27%;
        padding-bottom: 27%;
    }
	
		.footer-box:last-child img {
    margin: 0 auto 24px;
    display: block;
}
}

@media screen and (max-width: 767px) {
    .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;
    }

    .product-item {
        width: 50%;
    }

    .history-box {
        width: 100%;
    }

    .quality-box {
        width: 100%;
    }

    .quality-left h3 {
        font-size: 70px;
    }

    .news {
        width: 50%;
    }

    .standout-icon {
        width: 45%;
        margin: 0 auto -8px;
    }

    .standout-nb {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .standout-name {
        font-size: 14px;
    }

    .contact {
        width: 250px;
    }

    .contact-box {
        text-align: center;
    }

    .event-name {
        font-size: 13px;
    }

    .history-event img {
        margin: -6px auto 0px;
    }


    .circle {
        margin: 0 auto 15px;
    }

    .event-year {
        margin-bottom: 7px;
    }
}

@media screen and (min-width: 901px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .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;
    padding-bottom: 88%;
}

    .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;
    }

    .text.description {
        display: none;
    }

    .slider-text-content {
        display: table;
        width: 100%;
    }

    .title1 {
        display: table-cell;
    }

    .slider-text .box-more {
        text-align: right;
    }

    .standout-item {
        width: 50%;
    }

    .standout-name {
        font-size: 16px;
    }

    .history-event-list {
        text-align: center;
    }

    .history-event {
        width: 33.33%;
    }
}

@media screen and (max-width: 560px) {
    .text {
        word-wrap: break-word;
    }


    .title1 {
        display: block;
    }

    .slider-text .box-more {
        display: block;
        text-align: left;
    }

    .text.group-text {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .box-more {
        display: block;
    }

    .pagination-wrapper ul li {
        padding: 0;
    }

    .btn-download .caption {
        display: none;
    }

    span.btn-download {
        width: 50px;
        padding-right: 0;
    }

    .files-box ul li a {
        padding-right: 70px;
        padding-left: 48px;
    }

    span.file-icon {
        left: 0;
    }

    .file-name {
        font-size: 14px;
        padding: 17px 0;
    }

    .gallery-list-item {
        width: 50%;
    }

    .quality-box-container {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    section.about-box-container {
        background-image: none;
    }

    .text.quanity-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .quanity-bottom-left, .quality-box-container .quanity-bottom-left {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .quanity-bottom-left a.btn.btn-more {
        width: 100%
    }

    .quanity-logotypes, .quality-box-container .quanity-logotypes {
        width: 100%;
    }

    .quality-box-content {
        padding: 15px;
    }

    .brand-logo {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 30px;
        padding-bottom: 190px;
    }
}

@media screen and (max-width: 450px) {
    .product-item {
        width: 100%;
    }

    .news {
        width: 100%;
    }

    .btn.btn-more {
        width: 100%
    }

    .text.group-text {
        font-size: 19px;
    }

    .standout-item {
        width: 70%;
    }

    .standout-item-circle {
        padding-bottom: 92%;
    }

    .product-item .btn.btn-more.product-more {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        display: block;
    }
}

@media screen and (max-width: 424px) {
    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .nav-toggle {
        margin-left: 6px;
    }

    .langs-menu ul li {
        margin-left: 2px;
    }

    .slider-text {
        display: none;
    }

    .text.group-text {
        font-size: 18px;
    }

    .standout-item-circle {
        padding-bottom: 91%;
    }

    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        line-height: 40px;
    }

    span.accordion-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .accordion.active1 {
        padding: 0;
    }

    .accordion-header .text.txt {
        padding-right: 46px;
    }

    .history-event {
        width: 50%;
    }
}

@media screen and (max-width: 359px) {
    .logo a img {
        height: 46px;
    }

    .langs-menu {
        margin-top: 10px;
    }

    .nav-toggle {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .text.group-text {
        font-size: 16px;
    }

    .standout-item-circle {
        padding-bottom: 89%;
    }

    .standout-item {
        width: 80%;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 0 11px;
    }
}

@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-36: 32px;
        --font-30: 26px;
        --font-24: 22px;

    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --font-48: 36px;
        --font-18: 17px;
    }
}

@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;
        --font-18: 16px;
    }
}

@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: 639px) {
    :root {
        --font-48: 30px;
        --font-36: 24px;
        --font-30: 22px;
        --font-24: 18px;
    }
}

@media screen and (max-width: 424px) {
    :root {
        --font-48: 24px;
        --font-36: 20px;
        --font-30: 20px;
        --font-24: 16px;
    }
}