* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    background-color: #EBEBEB;
    font-size: 16px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: Montserrat, sans-serif
}

.montserrat-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.nav-list {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    background-color: #000;
    height: 80px;
    align-items: center;
    margin-bottom: 0
}

.logo-header-img {
    display: flex;
    list-style: none
}

nav.navbar a {
    margin: 0px 50px;
    text-decoration: none;
    outline: none;
    color: #fff;
    font-weight: 500
}

.navbar .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.logo-header-img {
    margin-left: 30px;
    margin-right: 200px
}

.navbar .nav-list li:not(:first-child) {
    margin-left: 20px
}

.navbar .nav-list>li:last-child {
    margin-right: 10px
}

.container {
    width: 1200px;
    margin: 0 auto
}

.banner {
    position: relative;
    display: inline-block;
    margin-bottom: 40px
}

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

.banner-text {
    position: absolute;
    top: 15%;
    left: 5%;
    font-size: 60px;
    color: #FFF;
    font-weight: 700;
    line-height: 55px;
    margin: 0;
}

.banner-subtext {
    position: absolute;
    top: 55%;
    left: 5%;
    font-size: 30px;
    color: #FFF;
    font-weight: 400;
    margin: 0;
}

.features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    height: 200px;
    background-color: #fff;
    box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.05)
}

.feature-icon {
    height: 50px;
}

.feature-item {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.feature-item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 60px;
    background-color: #fff
}

.description {
    background: #fff;
    height: 476px;
    width: 100%
}

.description-text {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 34px
}

.description-details {
    color: #000;
    font-weight: 400;
    /* margin-top: 80px;
    margin-bottom: 46px;
    margin-left: 30px; */
    width: 100%;
    margin: 3em 0 1em 30px;
}

.bold-text {
    color: #000;
    font-weight: 600;
    line-height: 50px;
    margin-left: 30px;
    width: 100%
}

.table-flex {
    flex: 1;
    overflow: auto
}

.product-details {
    margin-left: 30px;
    margin-right: 30px;
    border-collapse: collapse;
    flex: 1;
    overflow: auto
}

.product-details tr:nth-child(odd) {
    background-color: #E8E8E8
}

.label {
    font-weight: 600;
    height: 50px;
    line-height: 1.2;
    width: 200px;
    padding-left: 15px
}

.value {
    font-weight: 400;
    height: 50px;
    line-height: 1.2;
    width: 75%
}

#gallery-container {
    width: 387px;
    height: 487px;
    margin: 0;
    padding: 0
}

.gallery-images {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #000
}

.gallery-nav {
    display: inline-block;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.gallery-nav-container {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}

.gallery-images {
    width: 357px;
    height: 357px;
    margin: 15px
}

.gallery-images .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.gallery-images .item:first-of-type {
    position: relative;
    pointer-events: auto;
    opacity: 1;
}

.gallery-images .hover {
    display: none;
}

.gallery-images .hover:target~.item {
    pointer-events: none;
    opacity: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.gallery-images .hover:nth-of-type(1):target~.item:nth-of-type(1),
.gallery-images .hover:nth-of-type(2):target~.item:nth-of-type(2),
.gallery-images .hover:nth-of-type(3):target~.item:nth-of-type(3),
.gallery-images .hover:nth-of-type(4):target~.item:nth-of-type(4),
.gallery-images .hover:nth-of-type(5):target~.item:nth-of-type(5),
.gallery-images .hover:nth-of-type(6):target~.item:nth-of-type(6),
.gallery-images .hover:nth-of-type(7):target~.item:nth-of-type(7),
.gallery-images .hover:nth-of-type(8):target~.item:nth-of-type(8),
.gallery-images .hover:nth-of-type(9):target~.item:nth-of-type(9),
.gallery-images .hover:nth-of-type(10):target~.item:nth-of-type(10),
.gallery-images .hover:nth-of-type(11):target~.item:nth-of-type(11),
.gallery-images .hover:nth-of-type(12):target~.item:nth-of-type(12),
.gallery-images .hover:nth-of-type(13):target~.item:nth-of-type(13),
.gallery-images .hover:nth-of-type(14):target~.item:nth-of-type(14),
.gallery-images .hover:nth-of-type(15):target~.item:nth-of-type(15),
.gallery-images .hover:nth-of-type(16):target~.item:nth-of-type(16) {
    pointer-events: auto;
    opacity: 1;
}

.thumbnail:nth-child(1),
.thumbnail:nth-child(15) {
    margin-left: 6px;
}

.thumbnail:nth-child(6n) {
    margin-right: 0;
}

.thumbnail:last-child {
    margin-right: 0;
}

.thumbnail {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 10px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: 1px solid #000
}

.thumbnail:hover,
.thumbnail:visited,
.thumbnail:link {
    text-decoration: none;
}

.thumbnail:hover {
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.3s;
}

.thumbnail img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: #fff
}

.big-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    background: #fff
}

.big-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.row-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.technical-data {
    width: 1200px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.05);
    padding-bottom: 35px;
    margin-bottom: 60px
}

.technical-data-title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 34px
}

.technical-data-product {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    width: 250px;
    margin-bottom: 34px;
    background-color: #5DA039;
    margin: 32px 32px;
    padding: 16px;
    text-align: center
}

.manufacturer-logo {
    height: 35px;
    margin-top: 0px;
    margin-right: 32px
}

.technical-data-table tr:nth-child(odd) {
    background-color: #E8E8E8
}

.technical-data-table {
    width: 1128px;
    padding-left: 30px;
    padding-right: 30px;
    border-collapse: collapse;
    margin-left: 42px
}

.technical-data-label {
    padding-left: 15px;
    font-weight: 600;
    height: 50px;
    line-height: 1.2;
    width: 45ch;
    white-space: normal;
    word-spacing: normal;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.technical-data-value {
    font-weight: 400;
    line-height: 1.2;
}

.footer-nav {
    width: 1200px;
    height: 90px;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-nav ul li:nth-child(1) {
    margin-left: 35px;
    margin-right: 50px
}

.footer-nav ul li:nth-child(2) {
    margin-right: 25px
}

.footer-nav ul li:nth-child(3) {
    margin-right: 50px
}

.footer-nav ul li:nth-child(4) {
    margin-right: 25px
}

.footer-nav ul li:nth-child(5) {
    margin-right: 35px
}

.footer-nav-list {
    flex: 1;
    text-align: center
}

.footer-nav-list a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px
}

.footer-nav-help {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
}

.footer-nav-button {
    font-size: 16px;
    font-weight: 700;
    background-color: #5DA039;
    border: 2px solid #5DA039;
    padding: 10px 37px
}

.footer-nav-about {
    font-weight: 400
}

.footer-nav-contact {
    font-weight: 400
}

a.inst {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: inherit;
    color: inherit;
}

a.inst img {
    vertical-align: middle;
}

a.inst div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    background-color: #ed1b24;
    color: white;
    padding: 2px 5px;
    line-height: 100%;
    font-weight: 600;
    margin: 2px 0px;

}