body {
    --font-family: "Montserrat";
    font-family: var(--font-family), sans-serif;
}
img {
    max-width: 100%;
}
.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 1002;
}

.progress-bar {
    height: 100%;
    width: 0;
    transition: width 0.2s;
    background-color: #04316A;
}

.hr2 {
    position: absolute;
    width: 100%;
    height: 1px;
    border: none;
    top: 5px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.logo {
    position: absolute;
    width: 160px;
    height: 46px;
    left: 40px;
    top: 15px;

}

ul {
    list-style-type: none;
}

header {
    position: relative;
    height: 81px;
}

nav {
    display: flex;
    justify-content: space-between;
}

.nav {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #262626;
    font-family: "Montserrat", sans-serif;
    position: relative;
    width: auto;
    height: 81px;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 18.70%;
    top: 27px;
}

.nav2 {
    position: relative;
    max-width: 660px;
    height: 40px;
    list-style: none;
    top: 23px;
    margin: 0 1% 0 0;
    font-family: "Onest", sans-serif;;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav2 li a.soc_block {
    display: block;
}
/* .nav2 li img {
    margin-right: 9px;
} */

.nav3 {
    background-color: gray;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #262626;
    font-family: "Montserrat", sans-serif;
    display: none;
}

.nav2 li {
    padding: 0 17px 0 0;
}

.li {
    margin-left: 78px;
}

.pagin {
    position: relative;
    margin-top: -12px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #262626;
    left: 19%;
    opacity: 0.6;
    display: inline-block;
}

.language-selector {
    /* position: absolute;
    margin-top: -23px; */
    cursor: pointer;
    z-index: 2000;
    font-weight: 500;
    font-size: 17px;
    color: #262626;
    border-radius: 5px 5px 5px 0px;
    font-family: "Montserrat", sans-serif;
}

.selectedLanguage {
    margin-left: 4px;
}

.language-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 100px;
    display: none;
    position: absolute;
    background-color: lightgrey;
    border-radius: 0 0 5px 5px;
    z-index: 2000;
    border-left: 4px solid lightgray;
}

.language-menu li {
    margin-top: 5px;
}

.language-option:hover {
    background-color: #f0f0f0;
}

.arrow {
    transition: transform 0.3s;
}

.rotate {
    transform: rotate(180deg);
}

header nav ul li {
    /* font-family: var(--font-family), sans-serif; */
    font-size: 16px;
    color: #262626;
    display: inline-block;
}

header nav ul li a {
    padding: 6px;
}
header nav ul.nav2 li a {
    padding: 0;
}

.open {
    display: none !important;
}

.burger{
    display: none;
    position: absolute;
    z-index: 1002;
    align-items: center;
    width: 25px;
    height: 16px;
    margin-top: -7px;
    left: 96%;

}
.burger span {
    height: 2px;
    width: 100%;
    transform: scale(1);
    background-color: black;
}
.burger::before, .burger::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    transition: all 0.3s ease 0s;
}
.burger::before {
    top:0;
}
.burger::after {
    bottom:0;
}
.burger.active span {
    transform: scale(0);
}
.burger.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}
.burger.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

.swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.swiper1 {
    min-width: 100%;
}

.swiper1 img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-pagination {
    position: absolute !important;
    display: flex !important;
    z-index: 1000 !important;
    justify-content: center;
    top: 95.5% !important;
}

.swiper-pagination-bullet {
    background-color: #d9d9d9 !important;
    margin: 0 10px !important;
    height: 3px !important;
    width: 100px !important;
    border-radius: 17px !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.overlay-text {
    font-size: 2vw;
    position: absolute;
    max-width: 36%;
    left: 19%;
    top: 23%;
    font-family: "Montserrat", sans-serif;;
    font-weight: 600;
    line-height: 110%;
    color: #ffffff
}

.overlay-text2 {
    font-size: 0.8vw;
    position: absolute;
    left: 19%;
    top: 50%;
    max-width: 680px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    line-height: 130%;

}

.custom-button {
    left: 19%;
    top: 68%;
    position: absolute;
    width: 320px;
    height: 56px;
    background: #3072d0;
    color: white;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 140%;
    text-align: center;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #04316a;
}

.SM {
    position: fixed;
    left: 96.92%;
    bottom: 26%;
    z-index: 1000;
}

.SM img {
    padding: 4px;
}

.hidden {
    transform: translateY(-50%) translateX(100%);
}

.text {
    position: relative;
    width: 121px;
    left: 19%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #262626;
    margin-top: 126px;
    margin-bottom: 41px;
}

.text-catalog {
    position: relative;
    width: 121px;
    left: 19%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #262626;
    margin-top: 126px;
    margin-bottom: 41px;
}

.text2 {
    position: relative;
    margin-top: 42px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #262626;
    width: 100%;
}

.div-text2 {
    position: relative;
    width: 500px;
    left: 19%;
}

.content {
    position: relative;
    height: 100%;
}

.content2 {
    position: relative;
    height: 100%;
}

.container {
    position: relative;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.div-container {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(285px, 285px));
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
}

.image-warpper img {
    cursor: pointer;
    width: 100%;
    max-height: 400px;
    transition: box-shadow .3s;
}

.image-warpper img:hover {
    box-shadow: 1px 5px 5px rgba(0,0,0,.4);
}

.image-warpper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}


.title {
    position: absolute;
    bottom: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    text-align: center;
    color: #04316a;
}

/* .container a:nth-child(13) .title, .container a:nth-child(6) .title {
    color: #fff;
} */

.hidden2 {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1000;
}

#scroll-to-top {
    position: fixed;
    bottom: 140px;
    right: 20px;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

#scroll-to-top.show {
    opacity: 1;
    pointer-events: auto;
}

.footer {
    position: relative;
    width: 100%;
    top: 30%;
    height: 386px;
    background-color: #4A4A4A;
    align-items: flex-end;
    margin-top: 125px;
}

.logo2 {
    position: absolute;
    left: 10%;
}


.container-text {
    display: flex;
    position: relative;
    top: 15.25%;
    width: 100%;
    height: 186px;

}

.text3 {
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    left: 37.2%;
    width: 280px;
    height: 186px;
    font-family: "Montserrat", sans-serif;;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.text3 li {
    margin: 0;
    text-align: left;
}

/*.text3 li:nth-child(2):hover,
.text3 li:nth-child(3):hover,*/
.text3 li:nth-child(4):hover,
.text3 li:nth-child(5):hover,
.text3 li:nth-child(6) a:hover {
    text-decoration: underline;
}


.main-text {
    padding-bottom: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.padd {
    padding-bottom: 12px;
}

.text4 {
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    left: 61.56%;
    height: 174px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.text4 li:nth-child(2):hover,
.text4 li:nth-child(3):hover,
.text4 li:nth-child(4):hover,
.text4 li:nth-child(5):hover,
.text4 li:nth-child(6):hover {
    text-decoration: underline;
}

.padd2 {
    padding-bottom: 15px;
}

.text5 {
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 75.5%;
    width: 278px;
    height: 108px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.text5 li:nth-child(2):hover,
.text5 li:nth-child(3):hover {
    text-decoration: underline;
}

.vib {
    width: 24px;
    height: 24px;
    margin-right: 18px;
}

.vib path:hover {
    fill: #BEC0C1;
}

.face {
    width: 24px;
    height: 24px;
    margin-right: 18px;
}

.face path:hover {
    fill: #BEC0C1;
}

.app {
    width: 24px;
    height: 24px;
}

.app path:hover {
    fill: #BEC0C1;
}

.copy {
    display: block;
    position: absolute;
    top: 78.4%;
    width: 100%;
    height: 83px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;

}

.text-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 3%;*/
}

.hr3 {
    position: absolute;
    width: 100%;
    height: 1px;
    border: none;
    top: 78.49%;
    margin: 0;
    background-color: #fff;
}

.text6 {
    left: 10%;
    top: 43%;
    position: absolute;
    display: flex;
}

.text7 {
    top: 43%;
    position: absolute;
    left: 82%;
    display: flex;
    align-items: center;

}

.text9 {
    position: relative;
    left: 7%;
}

.logo3 {
    position: absolute;
    margin-left: 120%;
    transform: scale(65%);
    transform-origin: left;
}

.swiper-container2 {
    display: flex;
    position: relative;
    width: 1200px;
    left: 19%;
    height: 104px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.swiper2 {
    display: flex;
    align-content: center;
    align-items: center;
    width: 65px;
    height: 66px;
}

.swiper-slide-active.swiper2{
    position: relative;
    justify-content: center;
    padding-left: 6px;
}
.the-cat-active.swiper2 img {
    outline: 2px solid #04316a;
}

.swiper-button-prev {
    color: #04316a !important;
    position: relative;
    margin-left: -12px;
}

.swiper-button-next {
    color: #04316a !important;
    position: relative;
    margin-right: -10px;
}

.swiper2 img:hover{
    outline: 2px solid #04316a;
}


.text-cat:hover {
    color: #04316a;
}

.center-img {
    display: flex;
    position: relative;
    gap: 20px;
}

.div-center-img {
    display: flex;
    position: relative;
    left: 19%;
    gap: 20px;
}

.details_img_block {
    width: 100%;
    max-width: 1200px;
}
.details_img_main {
    width: 100%;
    max-width: 468px;
}
.details_img_second {
    width: 100%;
    max-width: calc(100% - 488px);
}

.table {
    display: block;
    position: absolute;
    background-color: #F3F3F3;
    width: 300px;
    height: auto;
    font-family: "Montserrat", sans-serif;
    color: #262626;
    left: 2.1%;
    margin-bottom: 100px;
    z-index: 1000;
}

.show-btn {
    position: relative;
    left: 19%;
    width: auto;
    height: 30px;
    border: none;
    display: none;
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    background-color: #F3F3F3;
    margin-bottom: 20px;
    cursor: pointer;
}

.table th{
    display: block;
    text-align: left;
    font-weight: 700;
    color: #262626;
    font-size: 18px;
    margin-top: 11px;
    margin-left: 20px;
}

.table td{
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    padding: 0;
}

.table td{
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    padding: 0;
}

.table-line {
    background-color: white;
    height: 1px;
    border: none;
    margin-top: 8px;
    margin-bottom: 9px;
    min-width: 260px;
    padding: 0;
}

.arrow2 {
    border: solid #8C8C8C;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    margin-top: 8px;
}

.arrow2:hover {
    border: solid #04316A;
    border-width: 0 1px 1px 0;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.div-search-bar {
    display: flex;
    flex-direction: row;
    position: relative;
    left: 19%;
    gap: 20px;
    width: 1200px;
}
.search-bar {
    position: relative;
    width: 590px;
    height: 52px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
}
.search-bar2 {
    position: relative;
    width: 590px;
    height: 52px;
    border: none;
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Câmpul de input */
.search-input {
    font-family: "Inter", sans-serif;
    color: #262626;
    margin-top: 5px;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 40px 5px 10px;
    font-size: 16px;
    font-weight: normal;
    background-color: transparent;
}

/* Iconul de căutare */
.search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: gray;
    pointer-events: none;
}

.main-table-cont {
    display: flex;
    position: relative;
    gap: 20px;
}

.main-div-table-container {
    position: relative;
    left: 19%;
}

.main-div-table-container2 {
    position: relative;
    left: 19%;
}

.div-table-container {
    position: relative;
    width: 590px;
    height: auto;
}

.div-table-container2 {
    position: relative;
    width: 590px;
    height: fit-content;
}
.div-table-container_full {
    width: 1200px;
}

.table-container {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
}

.table-container2 {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
}

.table2 {
    width: 100%;
    display: table;
    position: relative;
    font-family: "Montserrat", sans-serif;
    border-collapse: collapse;
    color: #262626;
}

.table2 caption {
    background-color: #d9d9d9;
    font-size: 15px;
    font-weight: 500;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    align-content: center;
    text-align: center;
}

.caption-cont {
    text-align: left;
    margin-left: 30px;
}

.table2 th{
    padding: 5px;
    background-color: #f3f3f3;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 40px;
}

.table2 th:last-child{
    min-width: 100px;
}

.table2 td{
    padding: 5px 2px;
    height: 30px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #f3f3f3;
    text-align: center;
    align-items: center;
}

.table2 td:last-child{
    width: 100px;
    cursor: pointer;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #04316A!important;
    color: white;
}

.close4 {
    position: relative;
    margin-left: -5px;
    top: -2px;
}

.div-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fundal semi-transparent */
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

.overlay-content {
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    width: 346px;
    height: auto;
    padding-left: 30px;
    padding-top: 20px;
    cursor: default;
}

.h2{
    width: 100%;
    height: 28px;
    color: #000000;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: Inter, sans-serif;
    margin-bottom: 20px;
}


.input-overlay {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.input-overlay input {
    position: relative;
    width: 60px;
    height: 16px;
    color: #262626;
    background-color: #d9d9d9;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-right: 14px;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.input-overlay input::-webkit-outer-spin-button,
.input-overlay input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.input-overlay input[type=number] {
    -moz-appearance: textfield;
}

.input-overlay input:nth-child(2),
.input-overlay input:nth-child(4),
.input-overlay input:nth-child(6),
.input-overlay input:nth-child(8),
.input-overlay input:nth-child(10)
{
    margin-left: 67px;

}

.close {
    cursor: pointer;
    font-weight: normal !important;
    float: right;
    margin-right: 16px;
}

.close:hover path{
    stroke: rgb(38, 38, 38, 0.5);
}

.buc {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin-right: 54px;
    color: #262626;
}

.m {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #262626;
}

.continue {
    position: relative;
    margin-top: 9px;
    cursor: pointer;
    padding-left: 20px;
    padding-top: -50px;
    background-color: white;
    border-width: 1px;
    border-color: #04316A;
    color: #04316A;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    max-height: 20px;
    width: auto;
}

.continue:hover {
    background-color: #04316a;
    color: white;
    stroke: white;
}

.continue:hover span svg path {
    stroke: white;
}

.close5 {
    position: relative;
    margin-left: -16px;
    margin-right: 1px;
}

.hr-form {
    width: 277px;
    border-color: black;
    margin: 7px 0 9px;
}

.text-total {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-left: 153px;
    color: #000000;
}

.form-close {
    cursor: pointer;
    margin-top: 21px;
    margin-bottom: 35px;
    width: 277px;
    height: 44px;
    color: white;
    background-color: #04316A;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.form-close:hover {
    background-color: #3072D0;
}

.close6 {
    position: relative;
    left: -10px;
    margin-left: -10px;
}

.close-form {
    cursor: pointer;
    float: right;
    margin-right: 15px !important;

}

.close-form:hover path{
    stroke: rgb(38, 38, 38, 0.5);
}

.content3 {
    position: relative;
    height: 100%;
}

.main-text2 {
    position: relative;
    display: flex;
    width: 1200px;
    margin-top: 120px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    flex-direction: row !important;
}

.main-text3 {
    position: relative;
    display: flex;
    width: 387px;
    margin-top: 120px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    flex-direction: row !important;
}

.div-main-text {
    width: 795px;
}

.pers-data {
    margin-left: 20px;
}

.basket-cont {
    display: flex;
    flex-direction: row;
}

.hr-basket {
    position: relative;
    border-color: #04316a;
    margin-bottom: 40px;
    width: 795px;
    border-width: 2px;
    margin-left: 0;
    margin-top: 10px;
}

.div-main-text2 {
    position: relative;
    margin-left: 82px;
    width: 405px;
}

.hr-basket2 {
    position: relative;
    margin-top: 10px;
    border-color: #04316a;
    margin-bottom: 40px;
    width: 405px;
    border-width: 2px;
    margin-left: 0;
}

.container2 {
    width: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
    left: 19%;
}


.basket-product {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 713px;
    margin-left: 0;
    text-align: left;
}

.basket-form {
    margin-bottom: 138px;
}

.colum-name {
    position: relative;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.prod-col {
    position: relative;
    width: 153px;
}
.name-col {
    position: relative;
    width: 246px;
    margin-left: 8px;
}
.cant-col {
    position: relative;
    text-align: center;
    width: 198px;
    margin-left: 98px;
}

.size-prod-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    border-color: #CAC9C9;
    border-width: 2px;
    width: 712px;
    margin-right: 0;
}

.desc-prod {
    display: flex;
    flex-direction: row;
}

.basket-text1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}

.basket-text2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.desc {
    align-content: center;
    height: 133px;
    width: 301px;
    margin-left: 17px;
}

.cant2 {
    margin-left: 70px;
    margin-top: 20px;
}

.cant2 div {
    width: 176px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 13px;
}

.cant div {
    width: 176px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 13px;
}
.cant2 .div-cant div {
    display: flex;
    justify-content: space-between;
}

.cant div svg:hover path{
    stroke: rgb(38, 38, 38, 0.5);
}

.buc2 {
    min-width: 38px;
    margin-right: 33px;
}

.buc3 {
    min-width: 45px;
    display: inline-block;
    text-align: right;
}

.total-m {
    position: relative;
    width: 121px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700 !important;
    /*top: 12px;*/
}

.basket-cont {
    width: auto;
    display: flex;
    flex-direction: row;
}

.hr-vert {
    position: relative;
    transform: rotate(90deg);
    border-color: #CAC9C9;
    width: 590px;
    top: 305px;
    left: -214px;
}

.form-input {
    display: flex;
    width: 388px;
    flex-direction: column;
    position: relative;
    left: 17.11%;
    margin-top: -10px;
}

.form-input input:nth-child(1),
.form-input input:nth-child(2),
.form-input input:nth-child(3),
.form-input input:nth-child(4),
.form-input input:nth-child(5) {
    width: 387px;
    height: 60px;
    border: 1px solid #04316a;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 19px;
}

.form-input textarea {
    width: 387px;
    height: 186px;
    border: 1px solid #04316a;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 19px;
    padding-top: 19px;
}

.checkbox {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #04316a;
    accent-color: #04316A;
    margin-bottom: 45px !important;
    margin-right: 23px !important;
    cursor:pointer;
}

.checkbox-label {
    width: 346px;
    height: 55px !important;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #8F8F8F;
}

.checkbox-label2 {
    width: 346px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #8F8F8F;
}

.checkbox-label u{
    cursor: pointer;
}

.checkbox-label2 u{
    cursor: pointer;
}

.main-checkbox {
    display: flex;
    flex-direction: row;
}

.div-checkbox {
    min-height: 55px !important;
}

.div-checkbox2 {
    margin-top: 10px;
}

.bascket-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #04316A;
    border: none;
    border-radius: 5px;
    width: 387px;
    height: 60px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.content4 {
    position: relative;
    min-height: 350px!important;
}

.container4 {
    position: relative;
    height: 100%;
}

.div-about-us {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
    height: 100%;
}

.div-about-text {
    position: relative;
    width: calc(100% - 960px);
    height: 387px;
    background-color: #04316A;
}

.div-about-text2 {
    position: relative;
    max-width: 584px;
    height: 100%;
    margin-left: 20px;
    margin-top: 40px;
}

.about-image {
    position: relative;
    width: 950px;
}

.about-image img{
    position: relative;
    width: 950px;
    height: 387px;
}

.about_us {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    color: white;
}

.about-text {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    color: white;
}

.about-text2 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 46px;
    color: white;
}

.div-about-us2 {
    position: relative;
    display: flex;
    flex-direction: row;
}

.div-about-text3 {
    position: relative;
    width: 250px;
    margin-right: 163px;
    left: 19%;
}

.div-about-text4 {
    position: relative;
    width: 41.35%;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    left: 19%;
}

.about-text3 {
    color: #262626;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.about-text4 {
    margin-bottom: 20px;
}

.content5 {
    position: relative;
}

.content6 {
    position: relative;
    height: 100%;

}

.page-blog {
    position: relative;
    max-width: 100px;
    left: 19%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #262626;
    margin-top: 106px;
    margin-bottom: 40px;
}

.block-pagin {
    width: 70%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    left: 15.65%;
}

.block-pagin2 {
    width: 70%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    left: 15.65%;
    margin-top: 50px;
}

.container5 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(387px, 387px));
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
    width: 70%;
    left: 15.65%;
}

.container6 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(387px, 387px));
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
    width: 70%;
    left: 15.65%;
}

.blog {
    position: relative;
    flex-basis: 20.15%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.blog2 {
    height: 240px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.blog-image {
    width: 387px;
    height: 240px;
    margin-bottom: 15px;
}
.blog-image img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.blog-image2 {
    width: 387px;
    height: 240px;
    cursor:pointer;
}
.blog-image2 a {
    display: block;
    height: 100%;
}
.blog-image2 a img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.date {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #04316A;
    margin-bottom: 15px;
    height: 18px;
}

.blog-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 9px;
}

.blog-title div:hover {
    color: #04316A;
}

.blog-title div svg:hover path{
    stroke: #04316A;
}

.div-blog-title {
    min-width: 95%;
}

.blog-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #707072;
    min-height: 106px;
}
.pagination_center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.pagination_center li {
    width: 35px;
    height: 35px;
}
.pagination_center li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.pagination_center li.activepage {
    border-radius: 5px;
    background: rgba(217, 217, 217, 0.5);
}
.pagination {
    display: flex;
    position: relative;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.div-pagination {
    width: 1200px;
    position: relative;
    display: flex;
    flex-direction: row;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 30px;
    color: #707072;
    text-align: center;
}

.pagination_area.clear_end {
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-content: center;
}

.prev {
    /* position: absolute;
    left: 0;
    margin-left: 40px !important;
    width: auto;*/
}
.fall {
    /* position: absolute;
    right: 0;
    width: auto;
    margin-right: 40px !important;
    display: block;*/
}

.div-pagin {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* .pagination li a.activepage {
    position: relative;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
    margin-top: -10px;
}

.pagination li a.activepage::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-color: rgba(217, 217, 217, 0.5);
    border-radius: 5px;
    z-index: -1;
}*/

.backlink a,
.forwardlink a {
    position: relative;
}
.backlink a {
    padding-left: 40px;
}
.backlink a:after {
    content: '';
    position: absolute;
    left: 0;
    margin: 0 !important;
    width: 30px;
    height: 19px;
    background: url('/images/pagin-arrow.svg') no-repeat center;
}
.forwardlink a {
    padding-right: 40px;
}
.forwardlink a:after {
    content: '';
    position: absolute;
    right: 0;
    margin: 0 !important;
    width: 30px;
    height: 19px;
    background: url('/images/pagin-arrow2.svg') no-repeat center;
}

.link.backlink a {
    /* position: absolute;
    float: left;
    display: block;
    width: 100%;
    height: 100%; */
}

.link.forwardlink a {
    /* display: block;
    width: 100%;
    height: 100%; */
}
.link.backlink a,
.link.forwardlink a {
    display: flex;
    gap: 10px;
}

.backlink-disabled, .forwardlink-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.hr-blog {
    display: flex;
    position: relative;
    width: 1200px;
    margin: 0;
    border-color: #CAC9C9;
}

.hr-blog2 {
    display: flex;
    justify-content: center !important;
    position: relative;
    width: 1200px;
    margin: 0;
    border-color: #CAC9C9;
}


.promo_block_cookie {
    width: 800px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 9999;
    font-family: Montserrat, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: slide-in 0.5s ease-in-out;
}

.promo_block_cookie_title {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.promo_block_cookie_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.promo_block_cookie_wrapper_text {
    font-size: 18px;
    color: #555;
    max-width: 500px;
    line-height: 1.5;
}

.promo_block_cookie_wrapper_btntrue,
.promo_block_cookie_wrapper_btnfalse {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.promo_block_cookie_wrapper_btntrue {
    background-color: #28a745;
}

.promo_block_cookie_wrapper_btntrue:hover {
    background-color: #218838;
}

.promo_block_cookie_wrapper_btnfalse {
    background-color: #dc3545;
}

.promo_block_cookie_wrapper_btnfalse:hover {
    background-color: #c82333;
}

@keyframes slide-in {
    from {
        transform: translateX(-50%) translateY(100px); /* Pornește mai jos de locația finală */
        opacity: 0; /* Este invizibil la început */
    }
    to {
        transform: translateX(-50%) translateY(0); /* Ajunge în locația finală */
        opacity: 1; /* Devine vizibil */
    }
}

.selected-row{
    background-color: #A0B8CC;
}

.true td:not(:last-child) {
    background-color: #A0B8CC;
}

.false td:not(:last-child){
    background-color: #f3f3f3;
}

.basket-img {
    width: 155px;
    height: 133px;
}

.basket-img img {
    width: 155px;
    height: 133px;
}

.close-svg {
    position: relative;
    float: right;
    cursor: pointer;
    transform: translateY(15%);
}

iframe {
    position: relative;
    width: 70%;
    height: 500px;
    left: 19%;
}

.map {
    position: relative;
    margin-top: 40px;
    padding-right: 1px;
    width: 100%;
    height: 500px;
    border: 1px solid black;
}

.div-video {
    display: flex;
    width: 100%;
    justify-content: center;
}

.div-video video{
    width: 100%;
    max-height: 545px !important;
}

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

.not-prod {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
}

.container-text2,
.container-text3 {
    position: relative;
    left: 19%;
    width: 70%;
    margin-top: 50px;
    overflow: hidden;
}
.hide_unit {
    display: none !important;
}


.blog_details_img {
    text-align: center;
    margin-bottom: 20px;
}
.blog_details_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.blog_details_date {
    color: #000;
    font-family: var(--font-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.blog_details_text p {
    margin-top: 0;
    margin-bottom: 10px;
}

.div-cant {
    display: flex;
    justify-content: flex-end;
}
.close-svg {
    float: none;
    margin-left: 44px;
}
.div-total-m .total-m {
    padding-right: 55px;
}
@media(max-width: 1400px){
    .nav {
        left: 15.5%
    }
}
@media(max-width: 600px){
    .container-text3 {
        width: 90%;
        left: 5%;
    }
}
.cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: solid thin #04316a;
    color: #4A4A4A;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    z-index: 1000;
}
.cookie-container button {
    background-color: #3072d0;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}
.cookie-container button:hover {
    background-color: #04316a;
}
#toggle-button.active .SM1,
#toggle-button .SM0 {
    display: none;
}
#toggle-button.active .SM0,
#toggle-button .SM1 {
    display: block;
}
.copyright_text {
    gap: 12px;
}
.copyright_text img {
    width: 91px;
    height: 23px;
}
.main-table-cont_new_space {
    position: relative;
}
.main-table-cont_new {
    position: relative;
    left: 19%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
}
.main-table-cont_new .main-div-table-container,
.main-table-cont_new .main-div-table-container2 {
    left: 0;
}
.none_head,
.none_head tr,
.none_head th {
    opacity: 0;
    height: 0;
    max-height: 0;
    overflow: hidden;
    display: none;
}
.none_head tr {

}
.none_head th {
    padding: 0 5px;
}

.cart_relative {
    position: relative;
}
.cart_relative span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
    right: -8px;
    width: 15px;
    height: 15px;
    font-size: 11px;
    background: #04316A;
    color: #ffffff;
    border-radius: 10px;
}