* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

body {
    font-size: 18px;
    font-family: Roboto, sans-serif
}

header.main-header {
    position: relative;
    background-color: #000;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%)
}

#overlay {
    background-color: #222;
    opacity: .8;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 1
}

.banner-overlay {
    position: relative;
    z-index: 2;
    height: 100%
}

.banner-overlay .content-wrapper {
    position: relative;
    height: 100%
}

.content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center
}

.content-wrapper nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    position: absolute
}

.content-wrapper nav img {
    max-width: 103px;
    max-height: 70px;
    width: 100%
}

.content-wrapper nav .nav-list {
    display: flex;
    list-style: none;
    padding-top: 20px
}

.content-wrapper nav .nav-list .list-item a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.content-wrapper nav .nav-list .list-item a:hover {
    color: #ef4036;
    cursor: pointer;
    transition-duration: .4s
}

.content-wrapper nav .nav-list .list-item:nth-child(3n) {
    margin-left: 50px
}

.content-wrapper nav .nav-list .list-item:nth-child(1) {
    margin-right: 50px
}

.backBtn {
    width: 100px;
    left: 100px;
    top: 125px;
    background-color: #ef4036;
    transition: all .4s ease;
    position: absolute;
    cursor: pointer
}

span.line {
    bottom: auto;
    right: auto;
    top: auto;
    left: auto;
    background-color: transparent;
    border-radius: 10px;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    transition: width .2s ease .1s, left .2s ease, transform .2s ease .3s, background-color .2s ease
}

span.tLine {
    top: 0
}

span.mLine {
    top: 13px;
    opacity: 0
}

span.bLine {
    top: 26px
}

.label {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    transition: all .4s ease;
    font-size: 1em;
    color: #000;
    font-family: Roboto, sans-serif
}

div.backBtn:hover span.label {
    left: 25px
}

div.backBtn:hover span.line {
    left: -10px;
    height: 5px;
    background-color: #f76060
}

div.backBtn:hover span.tLine {
    width: 25px;
    transform: rotate(-45deg);
    left: -15px;
    top: 6px
}

div.backBtn:hover span.mLine {
    opacity: 1;
    width: 30px
}

div.backBtn:hover span.bLine {
    width: 25px;
    transform: rotate(45deg);
    left: -15px;
    top: 20px
}

.callback-nav {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    padding: 15px;
    border: 2px solid #ef4036;
    border-radius: 40px;
    text-decoration: none
}

.callback-nav:hover {
    background-color: #ef4036;
    cursor: pointer;
    transition-duration: .4s
}

.center-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.center-nav .lang-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin-left: auto
}

.center-nav .lang-list .lang-list-item {
    list-style: none;
}

.center-nav .lang-list .lang-list-item a {
    border: 1px solid #ef4036;
    border-radius: 50px;
    margin-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-nav .lang-list .lang-list-item a:hover {
    background-color: #ef4036;
    cursor: pointer
}

.center-nav .wrap-center {
    display: flex;
    align-items: center
}

.center-nav .wrap-center .center-btn {
    width: 212px;
    margin-left: calc(50% - 106px)
}

.center-nav .wrap-center .center-btn-en {
    width: 212px;
    margin-left: calc(50% - 60px)
}

main {
    background-color: #fff
}

h2 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    text-transform: uppercase
}

h3 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 15px
}

.products {
    display: flex;
    flex-direction: column;
    padding: 90px 0 90px 0
}

.products .content-wrapper {
    flex-direction: column
}

.products .mr-top {
    margin-top: 30px
}

.wrap-to-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 90px 10px 0 10px
}

.wrap-to-products .img-showcase {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.wrap-to-products .img-showcase img {
    max-width: 1170px;
    max-height: 450px;
}

.wrap-to-products .img-products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.wrap-to-products .img-products img {
    max-width: 330px;
    max-height: 450px;
    transition: .8s;
    transform: scale(1.1)
}

.wrap-to-products .img-products img:hover {
    transform: scale(1.2);
    transition: .8s
}

.wrap-to-products .img-bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.wrap-to-products .img-products img {
    max-width: 330px;
    max-height: 450px;
}

.wrap-to-products
.desc-products {
    font-size: 16px;
    max-width: 533px
}

.wrap-to-products .desc-products .title {
    display: flex;
    align-items: center
}

.wrap-to-products .desc-products .pad-top {
    padding-top: 30px
}

.wrap-to-products .desc-products .circle {
    border: 1px solid #ef4036;
    width: 10px;
    height: 10px;
    border-radius: 50px
}

.wrap-to-products .desc-products .desc {
    text-align: justify;
    padding-top: 25px;
    line-height: 25px
}

.wrap-to-products .desc-products .more-info {
    display: flex;
    align-items: center;
    padding: 30px 0 50px 0
}

.wrap-to-products .desc-products .more-info a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ef4036;
    text-decoration: none
}

.wrap-to-products .desc-products .btn-order {
    padding: 15px;
    text-transform: uppercase;
    background-color: #ef4036;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #ef4036;
    text-decoration: none
}

.wrap-to-products .desc-products .btn-order:hover {
    cursor: pointer;
    background-color: transparent;
    color: #ef4036;
    transition: .6s
}

.mr-left img {
    margin-left: 20px
}

.about-us {
    display: flex;
    flex-direction: column;
    padding-top: 45px;
    background-color: #f8faf9
}

.about-us .content-wrapper {
    flex-direction: column
}

.about-us .content-wrapper .about-text {
    font-size: 16px;
    line-height: 25px;
    padding-top: 70px;
    text-align: justify
}

.about-us .content-wrapper .about-li {
    font-size: 16px;
    line-height: 25px;
    padding-left: 15px;
    text-align: justify
}

.about-us .content-wrapper .gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 90px 0 90px;
    overflow: hidden
}

.about-us .content-wrapper .gallery img {
    max-width: 390px;
    max-height: 300px;
    object-fit: cover;
    transition: .8s;
    transform: scale(1)
}

.about-us .content-wrapper .gallery img:hover {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .09);
    transition: .8s;
    transform: scale(1.09);
    z-index: 1
}

.how-work {
    background: #ef4036
}

.how-work h2 {
    color: #fff;
    padding: 80px 0 35px 0
}

.how-work .stage-of-work {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.how-work .stage-of-work .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 340px;
    padding-bottom: 45px
}

.how-work .stage-of-work .category .icon img {
    max-width: 88px;
    max-height: 78px
}

.how-work .stage-of-work .category .title-stage {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px
}

.how-work .stage-of-work .category .desc-stage {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    line-height: 25px
}

.vacancy {
    padding: 40px 0 40px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-weight: 700
}

.btn-callback {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ef4036;
    padding: 15px;
    border: 2px solid #ef4036;
    text-decoration: none
}

.btn-callback:hover {
    background-color: transparent;
    border: 2px solid #ef4036;
    color: #ef4036;
    cursor: pointer;
    transition: .6s
}

.detail-product .title-detail {
    font-size: 22px;
    text-transform: uppercase
}

.detail-product .wrap-details {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0
}

.detail-product .wrap-details img {
    width: 20px;
    height: 20px
}

.detail-product .wrap-details .we-have {
    margin-left: 15px
}

.about-details {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 80px
}

.about-details .block-center {
    padding: 45px;
    background-color: #ef4036;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .2)
}

.about-details .block-center p {
    text-align: center;
    font-size: 30px
}

.about-details .block-center .large-text {
    font-size: 60px
}

.about-details .recalculation .checked {
    max-width: 30px;
    max-height: 30px
}

footer {
    background: #3b3b3b
}

.feedback {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 30px 0 30px 0
}

.list-feedback {
    display: flex;
    align-items: center;
    padding-top: 30px;
    max-height: 70px
}

.list-feedback .location {
    color: #fff;
    font-size: 16px;
    margin-left: 50px
}

.list-feedback a {
    margin-left: 50px;
    text-decoration: none;
    color: #fff
}

.wrapper-feedback {
    display: flex;
    flex-direction: column;
    min-width: 310px
}

.icon-feedback {
    width: 35px;
    height: 35px
}

.main-header-mobile {
    display: none
}

.b-a, .bar, .bar:after, .bar:before {
    transition: all .25s;
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .95)
}

.menu-collapsed {
    transition: all .25s;
    position: fixed;
    top: 10px;
    left: 9px;
    height: 36px;
    width: 36px;
    z-index: 1;
    cursor: pointer
}

.menu-collapsed ul {
    transition: all 0s;
    position: fixed;
    left: -9000px
}

.wrap-bar {
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 24px
}

.bar {
    position: fixed;
    left: 12px;
    top: 50px
}

.bar:before {
    top: -8px
}

.bar:after {
    top: 8px
}

.b-a-expanded, .menu-expanded .bar:after, .menu-expanded .bar:before {
    transition: all .25s;
    top: 0
}

.menu-expanded {
    transition: all .25s;
    text-align: center;
    line-height: 80px;
    height: 100%;
    width: 80%;
    border-radius: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85)
}

.menu-expanded ul {
    transition: all 0s;
    position: relative;
    left: 0;
    z-index: 2;
    list-style: none
}

.menu-expanded a {
    transition: all .15s;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block
}

.menu-expanded a:hover {
    transition: all .15s;
    letter-spacing: 2px;
    color: #ef4036
}

.menu-expanded .bar {
    background-color: transparent;
    transition: all .25s
}

.menu-expanded .bar:before {
    transform: rotate(45deg)
}

.menu-expanded .bar:after {
    transform: rotate(-45deg)
}

#button {
    display: inline-block;
    background-color: #c2babc;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff
}

#button:hover {
    cursor: pointer;
    background-color: #333
}

#button:active {
    background-color: #555
}

#button.show {
    opacity: 1;
    visibility: visible
}

.vacancy-section-head {
    height: 80px;
    background: url(../img/logo-black.png) no-repeat fixed center;
    background-size: cover;
    margin-top: 25px
}

.vacancy-section-head .nav {
    display: flex;
    align-items: center;
    justify-content: center
}

.vacancy-section-head .nav img {
    max-width: 115px;
    max-height: 80px
}

.vacancy-section .content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.vacancy-section .content-wrapper .subtitle {
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
    text-transform: uppercase
}

.vacancy-section .content-wrapper .block-vacancy {
    padding: 0 0 30px 0
}

.vacancy-section .content-wrapper .block-vacancy:nth-child(3n) {
    border-top: 1px solid #ef4036;
    border-bottom: 1px solid #ef4036
}

.vacancy-section .content-wrapper .block-vacancy .title {
    padding: 20px 0 20px 0;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase
}

.vacancy-section .content-wrapper .block-vacancy .title-vacancy {
    padding: 20px 0 20px 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.general-input .title-form {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0 15px 0
}

.general-input .input-container {
    display: flex;
    flex-direction: column;
    width: 100%
}

.general-input input {
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.general-input input:focus {
    text-transform: capitalize
}

.general-input .checkCategory {
    width: 20px;
    height: 20px
}

.general-input .listCategory {
    width: 20px;
    height: 20px
}

.general-input .wrap-input input {
    margin-right: 10px;
    font-size: 16px
}

.img-products-mobile {
    display: none
}

textarea {
    outline: 0;
    border: 1px solid #ccc;
    resize: none;
    height: 100px;
    font-family: Roboto, sans-serif;
    padding: 10px;
    margin: 10px 0 25px;
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase
}

.btn-option {
    padding-bottom: 10px
}

.btn-option .btn-send {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #ef4036;
    border: none;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none
}

.btn-option .btn-send:hover {
    cursor: pointer;
    opacity: .8
}

.container {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    bottom: 45%;
    display: block;
    margin-top: 30px
}

.wrap-to-vacancy {
    margin-bottom: 45px
}

.animation-wrap {
    height: 50px;
    overflow: hidden
}

.animation-wrap > div > div {
    color: #fff;
    padding: 10px;
    height: 55px;
    margin-bottom: 55px;
    display: inline-block
}

.animation-wrap div:first-child {
    animation: show 7s linear infinite
}

.animation-wrap div
div {
    background: #ef4036
}

.animation-wrap div:first-child div {
    background: #3b3b3b
}

.animation-wrap div:last-child div {
    background: #ef4036
}

@keyframes show {
    0% {
        margin-top: -270px
    }
    5% {
        margin-top: -180px
    }
    33% {
        margin-top: -180px
    }
    38% {
        margin-top: -90px
    }
    66% {
        margin-top: -90px
    }
    71% {
        margin-top: 0
    }
    99.99% {
        margin-top: 0
    }
    100% {
        margin-top: -270px
    }
}

.wrap-to-vacancy {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 100px
}

.wrap-to-vacancy .btn-call-wrap {
    margin-top: 30px
}

body .blocker {
    z-index: 2
}

body .modal {
    max-width: 500px
}

.modal a.close-modal[class*=icon-] {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    border: 2px solid #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
}

.modal a.close-modal {
    width: 40px;
    height: 40px
}

.products-header {
    margin: 25px 0 25px 0
}

.products-header .content-wrapper {
    display: flex;
    justify-content: space-between;
}

.products-header .content-wrapper .nav {
    display: flex;
    align-self: flex-end;
    margin-left: calc(50% - 58px);
}

.products-header .content-wrapper .nav img {
    max-width: 116px;
    max-height: 80px
}


.products-header .content-wrapper .list-lang {
    display: flex;
    flex-direction: row;
    align-self: center;

}

.products-header .content-wrapper .list-lang-item {
    list-style: none;

}

.products-header .content-wrapper .list-lang-item a {
    border: 1px solid #ef4036;
    border-radius: 50px;
    margin-bottom: 7px;
    margin-right: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-header .content-wrapper .list-lang-item a:hover {
    background-color: #ef4036;
    cursor: pointer
}

.products-section {
    margin: 25px 0 25px 0;
}

.products-section .content-wrapper {
    flex-direction: column;

}

.products-section .more-desc {
    width: 100%;
    padding: 25px 0 25px 0;
    line-height: 30px;
    font-size: 16px;
    text-align: justify
}

.slats-wrapper {
    display: flex;
    flex-direction: column;
}

.slats-wrapper .img-products img {
    max-width: 100%;
    max-height: 100%;
    padding-top: 20px;
}

.slats-wrapper .text-slats {
    display: flex;
    flex-direction: row;
}

.slats-wrapper .text-p {
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;

}

.slats-wrapper .text-p table {
    text-align: center;
}

.slats-wrapper .text-p .bold-word{
    text-transform: uppercase;
    font-weight: 700;
}

.more-text-section {
    margin: 0 0 25px 0
}

.more-text-section .content-wrapper {
    flex-direction: row;
}

.more-text-section .content-wrapper .img-products img {
    max-width: 500px;
    max-height: 300px;
    padding-top: 50px;
}

.more-text-section .more-text {
    width: 100%;
    padding: 50px 0 40px 0;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;

}

.more-text-section .more-text a {
    width: 100%;
    padding: 10px 5px 10px 5px;
    line-height: 70px;
    font-size: 20px;
    text-align: justify;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 20px;
}
.more-text-section .more-text a:hover {
    background-color: #ffffff;
    cursor: pointer;
    color: #ef4036;
    transition-duration: 1s;
}
.more-text-section .more-text .bold-word {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.more-text-section .more-text .bold-word-s {
    text-transform: uppercase;
    font-weight: 700;
}

.margin-left {
    margin-left: 25px;
}

.padding-right {
    padding: 0px 25px 0px 0;
}

.bg-red {
    background: #ef4036;
    color: #ffffff;
}

.red-color {
    color: #ef4036;
    text-decoration: underline;
    width: 100%;
}

.products-section .more-desc .bold-word {
    text-transform: uppercase;
    font-weight: 700
}

.products-section .wrap-to-products {
    padding: 50px 10px 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.products-section .wrap-to-products .subtitle{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

}

.wrap-title {
    display: flex;
    align-items: center
}

.wrap-title .arrow-back {
    width: 25px;
    height: 25px
}

.wrap-title .subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 700

}
.products-section .wrap-title .subtitle {
    background: #ef4036;
    color: #ffffff;
    border: 4px solid #ef4036;

}

.table-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

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

table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse

}

th {
    background: #ccc
}

td, th {
    border: 1px solid #ccc;
    padding: 8px
}

tr:nth-child(even) {
    background: #efefef
}

tr:hover {
    background: #d1d1d1
}

.red-warning {
    background: #ef4036;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
}

.bg-products {
    background: url(../img/beech_bck.svg) no-repeat center;
    background-size: auto;
}

.wrap-list-types {

    align-items: center;
    background: #f8faf9;
    padding-top: 45px;
    padding-bottom: 45px;
    border: 1px solid #555555;




}

.wrap-list-types .content-wrapper {
    display: flex;
    max-width: 1360px;
    justify-content: space-around;

}


.list-types {
    max-width: 450px;
    list-style: none;

}

.wrap-list-types .list-types li {
    padding-bottom: 45px;
    color: black;
    font-size: 25px;
}

.wrap-list-types .list-types span {
    font-size: 14px;
    color: black;
    display: block;
    padding-bottom: 10px;
}

.wrap-list-types .img-products img {
    max-width: 363px;
    max-height: 241px;
}

@media (min-width: 320px) and (max-width: 535px) {
    .wrap-list-types .content-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .list-types {
        text-align: center;
        padding: 0 10px 0 10px;
    }
    .wrap-list-types .mr-top {
        flex-direction: column-reverse;
    }

    .products-header .content-wrapper .list-lang {
        display: flex;
        flex-direction: column;
        align-self: center;

    }

    .products-header .content-wrapper .list-lang-item {
        list-style: none;

    }

    .products-header .content-wrapper .list-lang-item a {
        border: none;
        border-radius: 10px;
        margin-bottom: 7px;
        margin-right: 10px;
        color: #000000;
        text-decoration: #ef4036;
        font-size: 14px;
        font-weight: 700;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (min-width: 320px) and (max-width: 535px) {
        .more-text-section .content-wrapper{
            flex-direction: column;
            padding: 0 10px 0 10px;
            align-items: center;
        }
    .more-text-section .content-wrapper .img-products{
        margin-left: 0;
    }

    .more-text-section .content-wrapper .img-products img{
        max-width: 320px;
        max-height: 192px;
        padding-top: 10px;

    }

    .more-text-section .content-wrapper .more-text{
        text-align: justify;
        margin-left: 0;
        padding: 25px 0 25px 0;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .main-header {
        display: none
    }

    .main-header-mobile {
        background: url(../img/bg-mobile-version.jpg) no-repeat center;
        background-size: cover;
        display: block;
        height: 100vh
    }

    .main-header-mobile .content-wrapper {
        padding: 0 10px
    }

    .main-header-mobile .content-wrapper nav {
        width: 100%
    }

    .main-header-mobile .content-wrapper .center-nav {
        height: 100vh
    }

    .main-header-mobile .content-wrapper .center-nav .callback-nav button {
        padding: 10px
    }

    .main-header-mobile .content-wrapper .center-nav .lang-list-item {
        padding: 9px
    }

    main .products {
        padding: 40px 0 40px 0
    }

    main .products .content-wrapper .wrap-to-products {
        padding: 40px 10px 0 10px
    }

    main .products .content-wrapper .wrap-to-products .img-products img {
        max-width: 100%
    }

    main .products .content-wrapper .wrap-to-products .img-products img:hover {
        transform: scale(1)
    }

    main .products .content-wrapper .desc-products {
        max-width: 100%
    }

    main .products .mr-top {
        flex-direction: column-reverse
    }

    main .products .mb-top {
        margin-bottom: 30px
    }

    main .about-us {
        padding-top: 40px
    }

    main .about-us .content-wrapper {
        padding: 0 10px
    }

    main .about-us .content-wrapper .about-text {
        padding: 40px 0 40px 0
    }

    main .about-us .content-wrapper .gallery {
        display: none
    }

    main .about-us .about-details {
        margin-bottom: 40px
    }

    footer .feedback {
        padding: 0 10px
    }

    footer .feedback .wrapper-feedback {
        min-width: 100%
    }

    footer .feedback .wrapper-feedback .list-feedback .location {
        font-size: 14px
    }

    footer .feedback .wrapper-feedback .list-feedback a {
        font-size: 14px
    }

    .products-section .wrap-title .subtitle {
        font-size: 18px;
    }

    .products-section .wrap-title .backBtn {
        width: 60px;
        left: 25px;
        top: 170px
    }

    .products-section .wrap-to-products .subtitle {
        text-align: center;
        margin-left: 0;
        padding: 10px 0 10px 0;

    }

    .products-section .img-products {
        display: none
    }

    .products-section .img-showcase{
        display: none
    }

    .table-container {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .products-section .bg-products {
        background: url(../img/bg-for-products-mobile.png) no-repeat fixed center
    }

    .products-section .img-products-mobile {
        display: block
    }

    .products-section .img-products-mobile img {
        max-width: 310px
    }

    .vacancy-section .content-wrapper .subtitle {
        padding-top: 60px;
        font-size: 18px
    }

    .vacancy-section .content-wrapper .block-vacancy .title {
        font-size: 16px
    }

    .vacancy-section .content-wrapper .block-vacancy .title-vacancy {
        font-size: 16px
    }

    .vacancy-section
    .backBtn {
        width: 60px;
        left: 25px;
        top: 120px
    }

    .vacancy-section-head {
        background: 0 0
    }

    .vacancy {
        font-size: 18px;
        padding: 40px 0 0 0
    }

    .wrap-to-vacancy {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 903px) {
    .main-header-mobile {
        display: none
    }

    .main-header .wrap-center {
        padding: 0 10px
    }

    main .products {
        padding-top: 50px
    }

    main .products .content-wrapper .wrap-to-products {
        padding: 50px 10px 0 10px
    }

    main .products .content-wrapper .wrap-to-products .desc-products {
        padding-top: 30px;
        max-width: 398px
    }

    main .products .content-wrapper .wrap-to-products .desc-products .desc {
        max-width: 398px
    }

    main .about-us .content-wrapper .about-text {
        padding: 70px 10px 0 10px
    }

    main .about-us .content-wrapper .gallery {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }


}

@media (min-width: 768px) and (max-width: 903px) {
    .products-section .content-wrapper .wrap-to-products .img-showcase img{
        max-width: 760px;
    }
}

@media (min-width: 903px) and (max-width: 1170px) {
    .products-section .content-wrapper .wrap-to-products .img-showcase img{
        max-width: 900px;
    }
}

/* === STYLES FOR NEW PRODUCTS SECTION (FINAL FIX FOR IMAGE DISPLAY) === */
.new-products {
    padding: 90px 10px; /* Відступи зверху та знизу секції */
    background-color: #ffffff; /* Фон залишаємо білим */
}

.new-products .content-wrapper {
    flex-direction: column;
}

.new-products-grid {
    display: grid;
    /* Створюємо адаптивну сітку: мінімальна ширина колонки 250px, максимальна - 1fr (рівномірний розподіл) */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px; /* Відстань між картками товарів */
    margin-top: 70px; /* Відступ від заголовку "Новинки" */
}

.new-products-grid .category-title {
    grid-column: 1 / -1; /* Заголовок категорії займає всю ширину */
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3b3b3b;
    border-bottom: 2px solid #ef4036; /* Червона лінія-акцент */
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px; /* Відступ перед новою категорією */
}

/* Першому заголовку не потрібен верхній відступ */
.new-products-grid .category-title:first-of-type {
    margin-top: 0;
}

.new-product-item {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden; /* Важливо, щоб вміст не виходив за межі */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex; /* Використовуємо flexbox для вирівнювання вмісту */
    flex-direction: column; /* Розміщуємо елементи вертикально */
    justify-content: space-between; /* Розподіляємо простір між елементами */
}

.new-product-item:hover {
    transform: translateY(-5px); /* Ефект "підняття" при наведенні */
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.new-product-item img {
    width: 100%;
    height: auto; /* Висота автоматична, щоб зберегти пропорції */
    /* aspect-ratio: 1366 / 1025;  Видаляємо aspect-ratio, оскільки це може призвести до обрізки */
    object-fit: contain; /* Важливо: object-fit: contain; щоб зображення повністю вміщувалося */
    max-height: calc(100% - 80px); /* Обмежуємо висоту зображення, щоб залишити місце для тексту */
    object-position: center; /* Вирівнюємо зображення по центру */
    display: block; /* Щоб уникнути зайвого простору під зображенням */
}

.new-product-item .product-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
    padding: 0 10px;
    flex-shrink: 0; /* Забороняємо стискати назву */
}

.new-product-item .product-desc {
    font-size: 15px;
    color: #777;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0 10px;
    flex-shrink: 0; /* Забороняємо стискати опис */
    min-height: 22px; /* Резервуємо місце для опису */
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 767px) {
    .new-products {
        padding: 40px 10px;
    }
    .new-products-grid {
         /* На мобільних можна зробити 2 колонки */
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
        margin-top: 40px;
    }
     .new-product-item .product-name {
        font-size: 16px;
    }

    .new-product-item .product-desc {
        font-size: 14px;
    }
}