@import "fonts.css";

:root {
    --white: #ffffff;
    --dark-black: #000000;
    --black: #343434;
    --soft-black: #585858;
    --grey: #685E54;
}

* {
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

p {
    margin: 0;
}

input:focus, textarea:focus, select:focus {
    box-shadow: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.main-padding {
    padding-left: 140px;
    padding-right: 140px;
}

.move-top {
    position: fixed;
    cursor: pointer;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    z-index: 10;
    background: #1B1B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50%;
}

.move-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner {
    width: 100%;
    min-height: 100vh;
    height: 1080px;

    display: flex;
    flex-direction: column;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

    position: relative;
    z-index: 1;

    box-shadow: 0px 4px 21.9px 0px #00000075;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.168) 100%);
}

.banner-special-offer {
    position: absolute;
    right: 42px;
    bottom: 56px;
    z-index: 2;
}

.banner-special-offer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C68D54;
    color: #FFFFFF;
    padding: 11px 24px;
    border-radius: 65px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.banner-special-offer-btn:before {
    content: '';
    position: absolute;
    top: 5px;
    right: -4px;
    z-index: 2;
    width: 24px;
    height: 45px;
    background: url("../images/icons/special-offer-corner.png") no-repeat;
    background-size: contain;
}

#specialOffer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999999;
}

#specialOffer.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-offer-content {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.special-offer-body {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 20px solid #C68D54;
    box-shadow: 17px 17px 17px 0 #0000004D;
}

.swiper-slide-item img {
    width: 100%;
}

.swiper{
    position: relative;
    width: 100%;
}

.swiper-button-next{
    display: none!important;
}

.swiper-button-prev{
    display: none!important;
}

.special-offers-swiper-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    content: '';
    background-image: url('../images/icons/swiper-next.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}

.special-offers-swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    content: '';
    background-image: url('../images/icons/swiper-prev.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}

.special-offer-close-btn {
    color: white;
    position: absolute;
    top: -55px;
    right: -55px;
    cursor: pointer;
}

.banner-content {
    position: relative;
    z-index: 3;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    max-width: 625px;
    width: 100%;

    margin-top: 130px;
}
.banner-content.ru {
    max-width: 680px;
}

.banner-content > h1 {
    font-family: garsar-impact;
    font-size: 100px;
    font-weight: 400;
    line-height: 110px;
    text-transform: uppercase;
    color: var(--white);
}

.banner-action-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
}

.banner-action-btn {
    width: 50%;
    transition: 0.3s;
}

.banner-action-contact {
    padding-left: 20px;
}

.banner-action-btn > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 60px;
    border-radius: 20px;
    white-space: nowrap;
    width: fit-content;
    font-family: montserratarm-regular;
}

.banner-action-production > span {
    background-color: var(--white);
    color: var(--dark-black);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.banner-action-contact > span {
    background-color: transparent;
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    border: 2px solid var(--white);
}

.banner-action-box:hover .banner-action-btn:not(:hover) {
    width: 0;
    border: 0;
    overflow-x: hidden;
    visibility: hidden;
    padding: 0;
}

.banner-action-btn:hover {
    width: 100%;
    animation: gummy 0.3s 0.3s ease-in-out forwards;
}

.banner-action-btn:hover span {
    width: 100%;
}

@keyframes gummy {
    0% {
        width: 100%;
    }
    25% {
        width: 95%;
    }
    50% {
        width: 100%;
    }
    75% {
        width: 98%;
    }
    100% {
        width: 100%;
    }
}

header {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    margin-top: 50px;
}

.logo-box {
    width: 107px;
    height: 135px;
}

.logo-box a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-box > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.nav-box > ul > li {
    list-style-type: none;
}

.nav-box > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    white-space: nowrap;
    font-family: montserratarm-regular;
}

.nav-box > ul > li.dropdown-trigger {
    position: relative;
}

.dropdown-level-one > ul > li {
    background: var(--black);
}

.dropdown-level-two {
    max-width: 516px;
    width: calc(100% - 50px);
}

.dropdown-level-two ul > li {
    background: var(--soft-black);
}

.dropdown-body {
    position: absolute;
    padding-top: 25px;
    display: none;
}

.dropdown-body.top {
    top: 100%;
    left: 0;
}

.dropdown-body.right {
    top: 0;
    left: 100%;
}

.nav-box li.dropdown-trigger:hover > .dropdown-body {
    display: flex;
}

.nav-box li.dropdown-trigger > .dropdown-body > ul a {
    transform: scale(1.1);
    transform-origin: left;
}

.nav-box li.dropdown-trigger:hover > .dropdown-body > ul a {
    animation: scaling 0.3s ease-in-out forwards;
}

.dropdown-body > ul {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.dropdown-body > ul > li {
    list-style-type: none;
    background: var(--black);
}

.dropdown-body > ul > li > a {
    display: flex;
    gap: 33px;
    width: 100%;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    white-space: nowrap;
    padding: 18px 30px;
    text-transform: uppercase;
    font-family: montserratarm-regular;
}

.dropdown-level-two ul > li a {
    white-space: break-spaces;
}

.dropdown-body > ul > li:hover > a {
    background: #D9D9D926;
}

@keyframes scaling {
    0% {
        transform: scale(1.1);
        transform-origin: left;
    }
    100% {
        transform: scale(1);
        transform-origin: left;
    }
}

.lang-box > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-box > ul > li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.lang-box > ul > li:not(:last-child):after {
    content: '|';
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
}

.lang-box > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1px;
    font-family: bebas-neue;
}

.about {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--grey);
    padding-bottom: 100px;
    box-shadow: 0px 14px 39px 0px #00000085;
}
.about-box {
    max-width: 1080px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.about-box h1{
    font-family: bebas-neue;
    font-size: 100px;
    font-weight: 400;
    line-height: 150px;
    color: var(--white);
    text-transform: uppercase;
}
.about-text{
    font-family: montserratarm-regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    text-align: justify;
    color: var(--white);
}
.about-text.short {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.about-box span{
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 30px 60px;
    color: #FFFFFFA6;
    border: 2px solid #FFFFFFA6;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: mm-armen-bold;
}
.about-box span:hover{
    color: var(--white);
    border-color: var(--white);
}


.production{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 97px;
    padding-bottom: 97px;
}
.production-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 107px;
}
.production-item{
    position: relative;
    max-width: 436px;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    cursor: pointer;
}
.production-item a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.production-item-image{
    position: relative;
    width: 100%;
    height: 548px;
}
.production-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.production-item-title{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    transition: 0.3s;
}
.production-item-title span{
    max-width: 326px;
    text-align: center;
    font-family: mm-armen-bold;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: var(--black);
    text-transform: uppercase;
}
.production-item:hover .production-item-image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.production-item:hover .production-item-title{
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
.production-item:hover .production-item-title span{
    color: var(--white);
}
.contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 106px 0;
    background-image: url('../images/general/contact-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    box-shadow: 0px 2px 40.4px 0px #000000;
}
.contact:before {
    content: '';
    background: #00000050;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.contact-box {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-box h1{
    font-family: bebas-neue;
    font-size: 63px;
    font-weight: 400;
    line-height: 75px;
    text-align: center;
    color: var(--white);
    margin-bottom: 25px;
}
.contact-form{
    max-width: 670px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contact-form form{
    width: 100%;
}
.double-form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.double-form input{
    width: calc(100% / 2 - 20px);
    background: transparent;
    border: 1px solid #FFFFFFA6;
    border-radius: 10px;
    padding: 20px;
    font-family: montserratarm-regular;
    color: var(--white);
}
.double-form input::placeholder {
    font-family: montserratarm-regular;
    color: var(--white);
    text-transform: capitalize;
}
.single-form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.single-form textarea{
    width: 100%;
    height: 153px;
    background: transparent;
    border: 1px solid #FFFFFFA6;
    border-radius: 10px;
    padding: 20px;
    font-family: montserratarm-regular;
    color: var(--white);
}
.single-form textarea::placeholder {
    font-family: montserratarm-regular;
    color: var(--white);
    text-transform: capitalize;
}
.action-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action-form button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: var(--white);
    color: #1B1B1B;
    font-family: mm-armen-bold;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}
.action-form button img{
    visibility: hidden;
    transition: 0.3s;
    margin-bottom: 3px;
}
.action-form button:hover{
    background: var(--grey);
    color: var(--white);
}
.action-form button:hover img{
    visibility: visible;
    margin-left: 10px;
}
.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-item {
    display: flex;
    flex-direction: column;
}
.footer-item h2 {
    font-family: montserratarm-regular;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    color: #1B1B1B;
}
.footer-item p {
    height: 22px;
    font-family: montserratarm-regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    margin: 10px 0;
}
.footer-item ul {
    display: flex;
    flex-direction: column;
}
.footer-item ul li {
    list-style-type: none;
    font-family: montserratarm-regular;
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    color: #1B1B1B;
    text-transform: capitalize;
}
.footer-item ul li a {
    font-family: montserratarm-regular;
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    color: #1B1B1B;
    text-transform: capitalize;
}
.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #1B1B1B;
    padding: 7px;
}
.social a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.footer-copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.footer-copyright span {
    font-family: mm-armen-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--dark-black);
}
.footer-copyright span a {
    font-family: mm-armen-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--dark-black);
}
.inner-banner-content {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

    width: 100%;
    max-width: 880px;
    height: 100%;

    margin: 130px auto 0;
}
.inner-banner-content h1 {
    font-family: bebas-neue;
    font-size: 100px;
    font-weight: 400;
    line-height: 110px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
}
.inner-banner-action-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.inner-banner-action-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner-action-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 60px;
    border-radius: 20px;
    white-space: nowrap;
    width: 200px;
    font-family: montserratarm-regular;
    background-color: transparent;
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    border: 2px solid var(--white);
    transition: 0.3s;
}
.inner-banner-action-btn:hover span{
    width: 100%;
}
.sub-production {
    padding: 74px 0;
}
.sub-category-list-lines {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sub-production-title {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #685E54;
    color: white;
    line-height: 22px;
    font-weight: 400;
    font-family: bebas-neue;
    letter-spacing: 0;
    font-size: 34px;
    padding: 18px 60px 18px 150px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sub-production-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #ffffff;
    position: absolute;
    top: 0;
    right: -60px;
}
.sub-production-categories {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    margin-bottom: 63px;
}
.sub-production-category-item {
    width: 192px;
}
.sub-production-category-item-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sub-production-category-item-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.sub-production-category-item.circle-type img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #D9D9D9;
}
.sub-production-category-item-title {
    margin-top: 13px;
    color: #414141;
    font-family: montserratarm-regular;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
}
.sub-category-list-cubes {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.sub-production-cube {
    width: 192px;
}
.sub-production-cube-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sub-production-cube-img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
}
.sub-production-cube-title {
    margin-top: 13px;
    color: #414141;
    font-family: montserratarm-regular;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
}

.products {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.product-item {
    max-width: 235px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background: #685E540A;
    padding: 15px;
}
.product-item-link {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-item-img {
    width: 100%;
    height: 198px;
}
.product-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: montserratarm-regular;
    font-weight: 600;
    font-size: 13.86px;
    line-height: 21.66px;
    color: #414141;
    border-bottom: 1px solid #C6C6C6;
    margin: 12px 0;
    padding-bottom: 10px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-item-price {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-item-amount-size {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-family: montserratarm-regular;
    font-weight: 400;
    font-size: 12.13px;
    line-height: 21.66px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.product-item-amount {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-family: montserratarm-regular;
    font-weight: 600;
    font-size: 19.93px;
    line-height: 31.14px;
    text-align: center;
    color: #414141;
}
.product-pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 155px;
}
.product-pagination .pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.product-pagination .pagination li.page-item a{
    color: #474747;
    font-family: montserratarm-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.68px;
}
.product-pagination .pagination li.page-item.disabled span{
    opacity: .5;
}
.product-pagination .pagination li.page-item.active span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #685E54;
    color: white;
    border-radius: 50%;
}
.product-pagination .pagination li.page-item:first-child a,
.product-pagination .pagination li.page-item:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 5px;
}
.product-pagination .pagination li.page-item.disabled span{
    opacity: .5;
}
.header-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #685E54;
    padding: 30px 100px;
}
.header-box > header {
    margin: 0;
}
.product-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.product-details-inner {
    max-width: 1000px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 65px;
    background: #685E540A;
    padding: 18px;
}
.product-details.production-style .product-details-inner {
    margin-bottom: 20px;
}
.product-gallery {
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-gallery-main {
    width: 100%;
    display: flex;
    margin-bottom: 7px;
    box-shadow: 2px 2px 2px 0 #0000004D;
}
.product-gallery-main img {
    width: 100%;
    max-height: 333px;
    object-fit: contain;
}
.product-details.production-style .product-gallery-main img {
    object-fit: cover;
}
.product-gallery-thumbs {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.product-gallery-thumb-item {
    width: 80px;
    height: 80px;
    box-shadow: 2px 2px 2px 0 #0000004D;
}
.product-gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.product-info {
    min-width: 290px;
    max-width: calc(100% - 340px);
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}
.product-info-title {
    color: #414141;
    font-family: montserratarm-regular;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C6C6C6;
}
.product-info-amount-size {
    font-family: montserratarm-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: black;
}
.product-info-price {
    font-family: montserratarm-regular;
    font-weight: 600;
    font-size: 34px;
    line-height: 54px;
    color: #414141;
    margin-bottom: 30px;
}
.product-info-sizes {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-info-size-title {
    font-family: montserratarm-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: black;
    margin-bottom: 12px;
}
.product-info-size-item {
    font-family: montserratarm-regular;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: black;
    padding-left: 10px;
    cursor: pointer;
}
.product-info-size-item:hover,
.product-info-size-item.active {
    background: #685E54;
    color: white;
}
.pricelist-banner {
    height: auto;
    min-height: unset;
    padding-bottom: 30px;
}
.pricelist {
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pricelist-navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 45px;
}
.pricelist-nav-item {
    padding: 14px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    background: #565656;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 0px #0000004D;
}
.pricelist-nav-item:hover,
.pricelist-nav-item.active {
    background: #685E54;
}
.pricelist-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}
.pricelist-leftbar {
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.pricelist-leftbar details {
    width: 100%;
    position: relative;
}
.pricelist-leftbar details summary {
    background: #474747;
    color: white;
    text-transform: uppercase;
    padding: 13px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}
details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}
.pricelist-leftbar details ul {
    padding-left: 20px;
}
.pricelist-leftbar details ul li {
    list-style-type: disc;
}
.pricelist-leftbar details ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
    font-family: montserratarm-regular;
    color: #685E54;
}
.pricelist-leftbar details ul li a:hover,
.pricelist-leftbar details ul li a.active{
    color: #474747;
}
.pricelist-table {
    max-width: calc(100% - 365px);
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pricelist-table-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}
#printTable {
    cursor: pointer;
}
.pricelist-table table {
    border-collapse: collapse;
    width: 100%;
}
.pricelist-table table tr th{
    border: 1px solid #685E54;
    text-align: left;
    padding: 8px;
}
.pricelist-table table tr td{
    border: 1px solid #685E54;
    text-align: left;
    padding: 8px;
    color: #685E54;
}

/*RESPONSIVE*/
@media only screen and (max-width: 1280px){
    .main-padding {
        padding-left: 130px;
        padding-right: 130px;
    }
    .logo-box {
        width: 70px;
        height: 90px;
    }
    .nav-box > ul {
        gap: 50px;
    }
    .nav-box > ul > li > a {
        font-size: 16px;
    }
    .lang-box > ul > li > a {
        font-size: 16px;
    }
    .banner {
        min-height: 720px;
        height: auto;
    }
    .banner-content {
        max-width: 420px;
    }
    .banner-content > h1 {
        font-size: 103px;
        line-height: 113px;
        letter-spacing: 15px;
    }
    .banner-action-btn > span {
        padding: 20px 40px;
    }
    .banner-action-production > span {
        font-size: 13px;
    }
    .banner-action-production > span img {
        width: 14px;
        height: 14px;
        object-fit: contain;
    }
    .banner-action-contact > span {
        font-size: 13px;
    }
    .banner-action-contact > span img {
        width: 14px;
        height: 14px;
        object-fit: contain;
    }
    .move-top {
        width: 53px;
        height: 53px;
        padding: 15px;
    }
    .about-box h1 {
        font-size: 132px;
        line-height: 185px;
    }
    .about-text {
        font-size: 13px;
        line-height: 22px;
    }
    .about-box span {
        padding: 20px 40px;
    }
    .production-box {
        gap: 70px;
    }
    .production-item {
        max-width: 290px;
    }
    .production-item-title span {
        font-size: 26px;
        line-height: 26px;
    }
    .production-item-image {
        height: 370px;
    }
    .contact {
        padding: 70px 0;
    }
    .contact-box h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .double-form input {
        height: 42px;
        padding: 16px;
    }
    .double-form input::placeholder {
        font-size: 10px;
    }
    .single-form textarea {
        height: 103px;
        padding: 16px;
    }
    .single-form textarea::placeholder {
        font-size: 10px;
    }
    .action-form button {
        height: 40px;
        font-size: 12px;
    }
    .footer-item h2 {
        font-size: 16px;
    }
    .footer-item p {
        font-size: 13px;
    }
    .footer-item ul li {
        font-size: 13px;
    }
    .footer-item ul li a {
        font-size: 13px;
    }
    .inner-banner-content {
        max-width: 585px;
    }
    .inner-banner-content h1 {
        font-size: 68px;
        line-height: 75px;
        letter-spacing: 0;
    }
    .inner-banner-action-btn span {
        width: 132px;
        height: 52px;
        font-size: 13px;
        padding: 18px 0;
        line-height: 16px;
    }
    .inner-banner-action-btn span img {
        width: 14px;
        height: 14px;
        object-fit: contain;
    }
}
@media only screen and (max-width: 1024px){
    .main-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
    .banner-action-box {
        flex-direction: column;
    }
    .banner-action-btn {
        margin-bottom: 10px;
    }
    .nav-box > ul > li > a {
        font-size: 16px;
    }
    .lang-box > ul > li > a {
        font-size: 16px;
    }
    .nav-box > ul {
        flex-direction: column;
        gap: 10px;
    }
    .footer-box{
        flex-wrap: wrap;
    }
    .footer-item ul li {
        font-size: 16px;
    }
    .footer-item ul li a {
        font-size: 16px;
    }
    .about-box h1 {
        font-size: 100px;
        line-height: unset
    }
    .banner-content > h1 {
        font-size: 60px;
        line-height: unset
    }
    .inner-banner-content h1 {
        font-size: 60px;
        line-height: unset;
    }
}
@media only screen and (max-width: 600px){
    .nav-box > ul > li > a {
        font-size: 12px;
        line-height: unset;
    }
}
