html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: normal;
}

.main-container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    font-family: Arimo;
    color: #161617;
    font-style: normal;
}

.main-container-prod {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    font-family: Arimo;
    color: #161617;
    font-style: normal;
}

.normal {
    font-size: 16px;
}

.mobile-nav {
    display: none;
    padding: 24px 48px;
    z-index: 9999;
}

.mobile-btn img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 470px;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    z-index: 9999;
}

.menu-content {
    padding: 24px 48px;
    position: relative;
}

.menu-list {
    display: flex;
    padding: 40px 48px;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.menu-list a {
    color: #161617;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-list .fan {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.fan img {
    width: 30px;
    height: 30px;
}

.menu-contact {
    display: flex;
    padding: 24px 48px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #F6F6F6;
}

.menu-contact .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.menu-contact .number {
    color: #ED791F;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px
}

.menu-contact .opens {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px
}

.mobile-menu .language {
    display: flex;
    padding: 24px 48px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    text-transform: uppercase;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background-color: #f6f6f6;
}

.nav .nav-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.nav .nav-logo img {
    width: 100%;
    max-width: 220px;
}

.nav .nav-list {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 48px;
}

.nav-list a {
    color: #161617;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-list span {
    color: #161617;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.nav .nav-language {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-language a {
    text-decoration: none;
    color: #161617;
}

.language a {
    text-decoration: none;
    color: #161617;
}

.nav-language img {
    width: 20px;
    height: 20px;
}

.main-block {
    position: relative;
    display: flex;
    padding: 20px;
    /*domyslnie 50px*/
    flex-direction: column;
    align-items: center;
    /*gap: 50px;*/
    align-self: stretch;
    overflow: hidden;
}

.main-block-index {
    position: relative;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    background: url('../../assets/img/section-right-bg-long.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.txt-orange {
    color: #ED791F
}


.small {
    font-size: 13px;
}

.fat {
    font-weight: 700;
}

.big {
    font-size: 40px;
}

.main-block .block-bg {
    position: absolute;
    top: 0;
    width: 95%;
    z-index: -1;
}

.block-bg2 {
    position: absolute;
    right: 0;
    bottom: 100px;
    height: 500px;
    z-index: -1;
}

.block-bg3 {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: 100px;
    height: 450px;
    z-index: -1;
}

.block-bg3-contact {
    position: absolute;
    left: 0;
    bottom: 100px;
    height: 850px;
    z-index: -1;
}

.index-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    font-weight: 400;
    text-align: center;
    width: auto;
    background: none;
    z-index: 1;
}

.index-title .normal {
    font-size: 32px;
}

.index-title .normal_smaller {
    font-size: 24px;
}

.bigger {
    font-size: 50px;
    line-height: 50px;
}

.rotate_shadow {
    border-radius: 50%;
    background: #161617;
    filter: blur(20px);
    margin: auto;
    width: 40%;
    height: 16px;
    z-index: -1;
}

.section {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    overflow: hidden;

}

.section-header {
    display: flex;
    /*padding-top: 50px;*/
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.section-header .normal {
    max-width: 960px;
    font-size: 16px;
    line-height: 24px;
}

.section-items {
    display: flex;
    padding: 48px 48px 96px 48px;
    flex-direction: column;
    align-items: center;
    /*gap: 144px;*/
    align-self: stretch;
}

.section-docs {
    display: flex;
    padding: 48px 48px 96px 48px;
    justify-content: space-between;
    gap: 144px;
}

.section-items .item-container {
    width: 100%;
    max-width: 1200px;
    padding: 64px 96px;
    align-items: center;
    gap: 144px;
    position: relative;
}

.section-items .item-container .item-bg-left {
    position: absolute;
    left: -19%;
    top: 40px;
    z-index: -2;
}

.section-items .item-container .item-bg-right {
    position: absolute;
    right: -19%;
    bottom: 40px;
    z-index: -2;
}

.section-items .item-container .item-bg-right2 {
    position: absolute;
    right: -361px;
    bottom: -16px;
    z-index: -1;
}

.section-items .item-container .item-bg-right3 {
    position: absolute;
    right: -361px;
    bottom: 60px;
    z-index: -1;
}

.section-items .item {
    display: flex;
    margin: auto;
    align-items: center;
    gap: 5%;
}

.section-items .item .item-img {
    width: 50%;
    text-align: center;
}

.section-items .item .item-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 50%;
}

.section-items .item .item-txt .header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    font-size: 20px;
}

.item-txt .list {
    align-self: stretch;
}

.item-txt .list ul {
    padding-left: 16px;
}

.item-txt .list li {
    font-size: 16px;
}

.details-button {
    background-color: #ED791F;
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-decoration: none;
}

.details-button .button-txt {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.flex {
    display: flex;
}

.section-bg {
    position: relative;
    width: 100%;
    background: url('../../assets/img/above-footer.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden;
}

.white-bg {
    position: absolute;
    max-width: 100%;
    z-index: -1;
}

.section-content {
    height: 100%;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
}

.section-content .text {
    display: flex;
    width: 50%;
    padding: 48px 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.section-content .text .title {
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
}

.section-content .text .info {
    font-size: 20px;
    font-weight: 400;
}

.section-content img {
    max-width: 250px;
}

.section-info {
    display: flex;
    width: 1920px;
    padding: 60px 0px;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.section-info .info-container {
    display: flex;
    width: 1200px;
    align-items: flex-start;
}

.section-info .info-container .info-textbox {
    display: flex;
    padding: 48px 96px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 44px;
    background: #FFF;
}

.info-textbox .title {
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
}

.info-textbox .info {
    font-size: 20px;
    font-weight: 400;
}

.section-info .info-container .info-end {
    height: 380px;
    flex-shrink: 0;
}

.section-info .info-container .info-logo {
    width: 289px;
    height: 289px;
    position: absolute;
    right: 580px;
    top: 100px
}

.footer {
    display: flex;
    padding: 64px 0px 24px 0px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.footer a {
    color: #161617;
    text-decoration: none;
}

.footer .links {
    display: flex;
    width: 70%;
    max-height: 1400px;
    align-items: flex-start;
    gap: 48px;
}

.links .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
}

.links .last-column {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    position: relative;
}

.links .last-column .address {
    display: flex;
    width: 213.25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.links .last-column .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: var(--colors-MidnightAsh, #161617);
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
}

.links .last-column .footer-img {
    right: 0px;
    width: 91px;
    height: 130px;
}

.links .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.links .column .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-transform: uppercase;
}

.footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-transform: uppercase;
}

.frame {
    display: flex;
    width: 57px;
    height: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.copyright .footer-logo {
    width: 57px;
    height: 10px;
}

.dropdown {
    position: absolute;
    display: flex;
    top: 70px;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    align-items: flex-start;
    font-family: Arimo;
    font-style: normal;
    color: #161617;
    z-index: 9999;
    background-color: #1616173b;
    backdrop-filter: blur(5px);
}

.dropdown a {
    width: 100%;
    color: #161617;
    text-decoration: none;
}

.dropdown .cell {
    display: flex;
    padding: 48px;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    background: #FFF;
}

.dropdown .cell img {
    width: 120px;
    height: 120px;
}

.dropdown .cell .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.dropdown .cell .text .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px
}

.dropdown .cell .text .subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.dropdown .cell .next img {
    width: 24px;
    height: 48px;
}

.hidden {
    display: none !important;
}

.gray {
    background: #F6F6F6;
    position: relative;
}

.white-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.section-items2 {
    display: flex;
    padding: 0px 96px;
    flex-direction: column;
    align-items: center;
    gap: 144px;
    align-self: stretch;
}

.section-items2 .item-container2 {
    width: 100%;
    max-width: 1200px;
    padding: 0px 96px;
    align-items: center;
    gap: 144px;
    position: relative;
}

.section-items2 .item2 {
    display: flex;
    margin: auto;
    align-items: flex-start;
    justify-content: space-evenly;
}

.section-items2 .item2 .item-img {
    text-align: center;
    width: 700px;
    margin-left: 15%;
}

.section-items2 .item2 .item-txt2 {
    display: flex;
    padding: 150px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.section-items2 .item2 .item-txt2 .header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.item-txt .list {
    align-self: stretch;
}

.item-txt .list ul {
    padding-left: 16px;
}

.item-txt .list li {
    font-size: 16px;
}

.quote {
    position: absolute;
    left: 18.7%;
    bottom: 40px;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    z-index: 1;
}

.lower-nav {
    display: flex;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;
}

.lower-nav .menu {
    display: flex;
    width: 100%;
    max-width: 1370px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.menu .grey-menu-bg {
    position: absolute;
    left: -275.5px;
    bottom: -15px;
    z-index: -1;
}

.menu .list {
    display: flex;
    padding-right: 96px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.menu .list .title {
    padding: 0px 48px;
}

.menu .list a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.main-section {
    position: relative;
    display: flex;
    padding: 120px 72px;
    flex-direction: column;
    align-items: center;
    gap: 144px;
    align-self: stretch;
    background: url('../../assets/img/index-bg.svg') center / cover no-repeat;
}

.main-section .main-img {
    width: 720px;
    height: 720px;
}

.main-section .main-img2 {
    width: 720px;
    height: 720px;
}

.main-section .main-img3 {
    width: 720px;
    height: auto;
}

.acc_img1 {
    width: 100vw;
    max-width: 85%;
    margin: 0 auto;
    display: block;

}


.main_shadow {
    position: absolute;
    left: 647px;
    bottom: 139px;
    border-radius: 50%;
    background: #161617;
    filter: blur(16px);
    width: 626px;
    height: 16px;
    z-index: -1;
}

.main_shadow2 {
    position: absolute;
    right: 612px;
    bottom: 129px;
    border-radius: 50%;
    background: #161617;
    filter: blur(20px);
    width: 486px;
    height: 16px;
    z-index: -1;
}

.main-section .info-left {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    padding: 48px;
    flex-direction: column;
    gap: 48px;
    position: absolute;
    left: 5%;
    top: 144px;
    text-align: right;
}

.main-section .info-right {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    padding: 48px;
    flex-direction: column;
    gap: 48px;
    position: absolute;
    right: 5%;
    bottom: 144px;
    text-align: left;
}

.main-section .info-left .text-frame {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.main-section .info-right .text-frame {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.main-section .slides {
    display: flex;
    width: 960px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    position: relative;
}

.pointer {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    background: #FFF;
    color: #ED791F;
    text-align: right;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    transition: all .2s;
    z-index: 2;
    position: absolute;
}

.active {
    transform: rotate(45deg);
}

.pointer:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 0px 8px #f6f6f671;
    -moz-box-shadow: 0px 0px 0px 8px #f6f6f671;
    box-shadow: 0px 0px 0px 8px #f6f6f671;
}

.line {
    position: absolute;
    width: 2px;
    margin-top: -1px;
    background-color: #777777;
    opacity: 0;
}

.opacity1 {
    opacity: 1 !important;
}

.sframe {
    position: absolute;
    display: flex;
    width: 500px;
    height: 150px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background-color: #fff;
    border-radius: 150px;
    opacity: 0;
}

.sframe .text-sframe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    flex: 1 0 0;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
}

.sframe .small-img {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 100px;
}

/* Common positioning for f classes */
.f1-1,
.f2-1,
.f3-1,
.f4-1 {
    left: -192px;
    top: 63px;
}

.f1-2,
.f2-2,
.f3-2,
.f4-2 {
    left: -221px;
    top: 153px;
}

.f1-3,
.f2-3,
.f3-3,
.f4-3 {
    left: -221px;
    top: 301px;
}

.f1-4,
.f2-4,
.f3-4,
.f4-4 {
    left: -249px;
    bottom: 207px;
}

.f1-5,
.f2-5,
.f3-5,
.f4-5 {
    left: -240px;
    bottom: 106px;
}

/* Background images for f classes */
.i1-1 {
    background: url('../../assets/img/f1-1.svg') center / contain no-repeat;
}

.i1-2 {
    background: url('../../assets/img/f1-2.svg') center / contain no-repeat;
}

.i1-3 {
    background: url('../../assets/img/f1-3.svg') center / contain no-repeat;
}

.i1-4 {
    background: url('../../assets/img/f1-4.svg') center / contain no-repeat;
}

.i1-5 {
    background: url('../../assets/img/f1-5.svg') center / contain no-repeat;
}

.i2-1 {
    background: url('../../assets/img/f2-1.svg') center / contain no-repeat;
}

.i2-2 {
    background: url('../../assets/img/f2-2.svg') center / contain no-repeat;
}

.i2-3 {
    background: url('../../assets/img/f2-3.svg') center / contain no-repeat;
}

.i2-4 {
    background: url('../../assets/img/f2-4.svg') center / contain no-repeat;
}

.i2-5 {
    background: url('../../assets/img/f2-5.svg') center / contain no-repeat;
}

.i3-1 {
    background: url('../../assets/img/f3-1.svg') center / contain no-repeat;
}

.i3-2 {
    background: url('../../assets/img/f3-2.svg') center / contain no-repeat;
}

.i3-3 {
    background: url('../../assets/img/f3-3.svg') center / contain no-repeat;
}

.i3-4 {
    background: url('../../assets/img/f3-4.svg') center / contain no-repeat;
}

.i3-5 {
    background: url('../../assets/img/f3-5.svg') center / contain no-repeat;
}

.i4-1 {
    background: url('../../assets/img/f4-1.svg') center / contain no-repeat;
}

.i4-2 {
    background: url('../../assets/img/f4-2.svg') center / contain no-repeat;
}

.i4-3 {
    background: url('../../assets/img/f4-3.svg') center / contain no-repeat;
}

.i4-4 {
    background: url('../../assets/img/f4-4.svg') center / contain no-repeat;
}

.i4-5 {
    background: url('../../assets/img/f4-5.svg') center / contain no-repeat;
}

.i5-1 {
    background: url('../../assets/img/f4-5.svg') center / contain no-repeat;
}

.i5-2 {
    background: url('../../assets/img/f4-5.svg') center / contain no-repeat;
}

.i5-3 {
    background: url('../../assets/img/f4-5.svg') center / contain no-repeat;
}

.i5-4 {
    background: url('../../assets/img/f4-5.svg') center / contain no-repeat;
}

.i5-5 {
    background: url('../../assets/img/f5-2.svg') center / contain no-repeat;
}

.i5-6 {
    background: url('../../assets/img/f5-3.svg') center / contain no-repeat;
}

.i5-7 {
    background: url('../../assets/img/f5-4.svg') center / contain no-repeat;
}

.i5-8 {
    background: url('../../assets/img/f4-5.svg') center / contain no-repeat;
}


/* Specific positions for p classes */
.p1-1 {
    left: 399px;
    top: 81px;
}

.p1-2 {
    left: 367px;
    top: 193px;
}

.p1-3 {
    left: 327px;
    bottom: 325px;
}

.p1-4 {
    left: 332px;
    bottom: 197px;
}

.p1-5 {
    left: 379px;
    bottom: 112px;
}

.p2-1 {
    left: 460px;
    top: 67px;
}

.p2-2 {
    left: 407px;
    top: 186px;
}

.p2-3 {
    left: 400px;
    top: 298px;
}

.p2-4 {
    left: 387px;
    bottom: 257px;
}

.p2-5 {
    left: 444px;
    bottom: 180px;
}

.p3-1 {
    right: 371px;
    top: 195px;
}

.p3-2 {
    right: 340px;
    top: 318px;
}

.p3-3 {
    left: 304px;
    bottom: 320px;
}

.p3-4 {
    left: 324px;
    bottom: 196px;
}

.p3-5 {
    right: 440px;
    bottom: 70px;
}

.p4-1 {
    right: 391px;
    top: 20px;
}

.p4-2 {
    right: 173px;
    top: 101px;
}

.p4-3 {
    right: 240px;
    top: 141px;
}

.p4-4 {
    left: 460px;
    bottom: 194px;
}

.p4-5 {
    right: 273px;
    bottom: 81px;
}





.model-list-container {
    display: flex;
    padding: 96px 48px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}

.accesories-container {
    display: flex;
    padding: 96px 48px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}


.accesories-container .header {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 400;
}

.accesories-container .bg {
    rotate: 180deg;
    position: absolute;
    right: 0px;
    bottom: 40px;
    z-index: -1;
}

.dimensions-container {
    display: flex;
    padding: 24px 48px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    position: relative;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

}


.dimensions-container .header {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 400;
}

.dimensions-container .bg {
    rotate: 180deg;
    position: absolute;
    right: 0px;
    bottom: 40px;
    z-index: -1;
}

.model-list-container .header {
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 400;
}



.model-list-container .bg {
    position: absolute;
    left: 0px;
    bottom: 95.5px;
    z-index: -1;
}

.model-list-container .model {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
}

.model-details {
    position: absolute;
    display: none;
    width: 100%;
    max-width: 720px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(90, 90, 90, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(90, 90, 90, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(90, 90, 90, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    z-index: 1;
}

.close {
    cursor: pointer;
}

.model-details .list {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.model-details .name {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.model-details .subname {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.model-details .spec {
    width: 100%;
    padding: 8px 0px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px
}

.accesories-container .spec {
    width: 70%;
    padding: 8px 0px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px
}

.accesories-container .spec img {
    max-width: 150px
}

.accesories-container .spec td {
    width: 17%;
    padding: 8px;
}

.spec td {
    height: 40px;
    font-size: 13px;
    padding: 0px 8px;
    border-left: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.spec .nbl {
    border-left: none;
}

.spec .nbb {
    border-bottom: none;
}

.spec .spec-row-title {
    text-align: left;
    vertical-align: middle;
    border-left: none;
}

.spec .spec-cell {
    text-align: center;
    vertical-align: middle
}

form {
    width: 60%;
}

.service-container {
    width: 100%;
    padding: 38px 0px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
}

.service-container .row {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 24px;
}

.service-input {
    width: 100%;
    border: 1px solid #ED791F;
    height: 36px;
    padding: 5px;
    font-size: 13px;
    font-family: Arimo;
    outline: none #ED791F;
    transition: ease-in-out .2s;
}

.service-textarea {
    resize: none;
    height: 36px;
    width: 100%;
    border: 1px solid #ED791F;
    padding: 5px;
    font-size: 13px;
    font-family: Arimo;
    outline: none #ED791F;
    transition: ease-in-out .2s;
}

.contact-container {
    width: 100%;
    padding: 38px 0px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
}

.contact-container .row {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 24px;
}

.contact-input {
    width: 100%;
    border: 1px solid #ED791F;
    height: 36px;
    padding: 5px;
    font-size: 13px;
    font-family: Arimo;
    outline: none #ED791F;
    transition: ease-in-out .2s;
}

.contact-textarea {
    resize: none;
    height: 256px;
    width: 100%;
    border: 1px solid #ED791F;
    padding: 5px;
    font-size: 13px;
    font-family: Arimo;
    outline: none #ED791F;
    transition: ease-in-out .2s;
}

input:focus,
textarea:focus {
    outline: 1px solid #ED791F;
    transition: ease-in-out .2s;
}

.flex button {
    border: none;
}

@media (max-width:1420px) {
    .nav .nav-list {
        gap: 3%
    }

    .section-items2 .item2 .item-img {
        width: 600px;
    }

    .white-box-bg {
        height: 550px;
        left: -280px;
        top: 0;
    }
}

@media (max-width:1280px) {
    .nav-list a {
        font-size: 14px;
    }

    .main-section .info-left {
        left: 0;
    }

    .main-section .info-right {
        right: 0;
    }

    .main-section .main-img2 {
        width: 40%;
        height: 40%;
    }

    .main-section .main-img3 {
        width: 40%;
        height: 40%;
    }

    .acc_img1 {
        width: 100vw;
        max-width: 100%;
    }

    .dimensions-container {
        display: flex;
        padding: 4px 12px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        align-self: stretch;
        position: relative;
        justify-content: center;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

    }

    .lower-nav {
        padding: 12px 38px;
    }

    .menu .grey-menu-bg {
        left: -250px;
        top: -52px;
    }

    .menu .list {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
        font-size: 14px;
        gap: 3%;
    }

    .menu .list .title {
        padding: 0;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .nav-list span {
        font-size: 16px;
    }

    .nav .nav-logo img {
        width: 80%;
        max-width: 220px;
    }

    .section {
        padding-top: 200px;
    }

    .section-items2 .item2 .item-img {
        width: 500px;
    }

    .section-items .item .item-img img {
        width: 90%;
    }

    .section-items2 .item2 .item-img img {
        width: 90%;
    }

    .dropdown .cell {
        padding: 38px;
        gap: 20px;
    }

    .details-button {
        gap: 14px;
    }

    .details-button .button-txt {
        color: #FFF;
        font-size: 12px;
        font-weight: 400;
    }

    .white-bg {
        min-height: 100%;
    }
}

@media (max-width:1100px) {
    .dropdown .cell {
        padding: 28px;
        gap: 15px;
    }

    .dropdown .cell .text .title {
        font-size: 20px;
    }

    .dropdown .cell .text .subtext {
        font-size: 14px;
    }

    .section-items .item {
        gap: 5%;
    }

    .section-items2 .item2 {
        gap: 0;
    }

    .section-info {
        width: 115%;
    }

    .section-info .info-container .info-logo {
        right: 20%
    }

    .info-textbox .title {
        font-size: 28px;
    }

    .section-info .info-container .info-end {
        display: none;
    }

    .section-info .info-container .info-logo {
        display: none;
    }

    .section-content {
        padding: 30px 0px;
    }

    .section-items2 .item2 .item-img {
        width: 500px;
    }

    .no-bg {
        background: none;
    }

    .main-section {
        padding: 0;
        overflow: hidden;
        gap: 0;
        width: 100%;
    }

    .main-section .main-img2 {
        width: 60%;
        height: 60%;
    }

    .main-section .main-img3 {
        width: 75%;
        height: 75%;
    }

    .acc_img1 {
        width: 100wv;
        max-width: 100%;
    }

    .dimensions-container {
        display: flex;
        padding: 4px 8px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        align-self: stretch;
        position: relative;
        justify-content: center;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

    }

    .h550 {
        height: 550px;
    }

    .main-section .info-left,
    .main-section .info-right {
        width: 100%;
        align-content: center;
        justify-content: center;
        scale: .7;
        padding: 0;
        position: unset !important
    }

    .main_shadow,
    .main_shadow2 {
        display: none;
    }

    .main-section .slides {
        justify-content: center;
        scale: .5;
    }

    /* Specific positions for p classes */
    .p1-1 {
        left: 299px;
        top: 81px;
    }

    .p1-2 {
        left: 267px;
        top: 193px;
    }

    .p1-3 {
        left: 227px;
        bottom: 325px;
    }

    .p1-4 {
        left: 232px;
        bottom: 197px;
    }

    .p1-5 {
        left: 279px;
        bottom: 112px;
    }

    .p2-1 {
        left: 360px;
        top: 67px;
    }

    .p2-2 {
        left: 307px;
        top: 186px;
    }

    .p2-3 {
        left: 300px;
        top: 298px;
    }

    .p2-4 {
        left: 287px;
        bottom: 257px;
    }

    .p2-5 {
        left: 344px;
        bottom: 180px;
    }

    .p3-1 {
        right: 471px;
        top: 195px;
    }

    .p3-2 {
        right: 440px;
        top: 318px;
    }

    .p3-3 {
        left: 204px;
        bottom: 320px;
    }

    .p3-4 {
        left: 224px;
        bottom: 196px;
    }

    .p3-5 {
        right: 540px;
        bottom: 70px;
    }

    .p4-1 {
        right: 491px;
        top: 20px;
    }

    .p4-2 {
        right: 273px;
        top: 101px;
    }

    .p4-3 {
        right: 340px;
        top: 141px;
    }

    .p4-4 {
        left: 360px;
        bottom: 194px;
    }

    .p4-5 {
        right: 373px;
        bottom: 81px;
    }

    .f1-1,
    .f2-1,
    .f3-1,
    .f4-1,
    .f1-2,
    .f2-2,
    .f3-2,
    .f4-2,
    .f1-3,
    .f2-3,
    .f3-3,
    .f4-3,
    .f1-4,
    .f2-4,
    .f3-4,
    .f4-4,
    .f1-5,
    .f2-5,
    .f3-5,
    .f4-5 {
        top: -200px;
        left: 25%;
        bottom: 106px;
    }

    .sframe {
        scale: 1.2;
    }

    .lower-nav .menu {
        gap: 20px;
    }

    .lower-nav .menu .flex {
        width: 50%;
    }

    .details-button {
        gap: 5px;
    }

    .model-list-container .header {
        font-size: 26px;
    }

    .model-list-container .model {
        font-size: 18px;
    }

    .model-details {
        width: 85%;
        padding: 20px;
        align-items: unset;
    }

    .model-details .list {
        padding: 20px 0px;
    }

    .spec td {
        font-size: 11px;
    }
}

@media (max-width:950px) {
    .block-bg2 {
        right: -1700px;
        bottom: 65px;
        height: 850px;
        z-index: -1;
    }

    .block-bg3 {
        left: -1150px;
        bottom: 65px;
        height: 525px;
        z-index: -1;
    }

    .block-bg3-contact {
        left: -50px;
        bottom: 65px;
        height: 1550px;
        z-index: -1;
    }

    .service-container .row {
        flex-direction: column;
    }

    .contact-container .row {
        flex-direction: column;
    }

    .dropdown {
        display: none;
    }

    .main-block {
        padding: 15px;
    }

    .main-block-index {
        padding: 15px;
        background-size: cover;
    }

    .mobile-nav {
        display: block;
    }

    .nav {
        display: none;
    }

    .index-title .normal {
        font-size: 24px;
    }

    .bigger {
        font-size: 36px;
    }

    .big {
        font-size: 36px;
    }

    .section {
        padding-top: 150px;
    }

    .section-content {
        background-color: #fff;
        flex-direction: column-reverse;
    }

    .section-items {
        gap: 5%;
    }

    .section-items .item-container {
        padding: 64px 46px;
    }

    .section-items2 {
        gap: 0;
    }

    .section-items2 .item-container2 {
        padding: 0px 46px;
    }

    .section-items2 .item2 .item-img {
        width: 400px;
    }

    .section-items .item-container .item-bg-left {
        left: -50%;
    }

    .section-items .item-container .item-bg-right {
        left: 10%;
    }

    .section-items .item-container .item-bg-right2 {
        left: 10%;
    }

    .footer .links {
        gap: 5%;
    }

    .section-content .text {
        width: auto;
        padding: 48px 64px;
    }

    .white-box-bg {
        height: 500px;
        left: -380px;
    }

    .section-items2 .item2 .item-txt2 {
        width: 100%;
        padding: 50px 0px;
    }

    .quote {
        position: unset;
        font-size: 24px;
        padding-bottom: 50px;
    }

    .accesories-container .spec {
        padding: 0px;
    }

    .accesories-container .spec img {
        max-width: 100px
    }

    .accesories-container .spec td {
        width: 17%;
        font-size: 10px;
    }

    .cd-product-viewer-wrapper .product-viewer {
        width: 80%;
    }

    .cd-product-viewer-wrapper img {
        opacity: 0;
    }

    .rotate-container {
        margin-top: -42px;
    }

    .region-contact {
        flex-direction: column;
    }

    .index-container {
        flex-direction: column-reverse !important;
    }

    .language-picker {
        width: auto !important;
    }
}

@media (max-width:680px) {
    .accesories-container .spec img {
        max-width: 50px
    }

    .accesories-container .spec td {
        width: 17%;
        padding: 0px 6px;
        font-size: 8px;
    }

    .main-block .block-bg {
        top: 200px;
    }

    .big {
        font-size: 30px;
    }

    .section {
        padding-top: 20px;
    }

    .section-items .item {
        flex-direction: column;
        gap: 10%;
    }

    .section-items2 .item2 {
        flex-direction: column;
        gap: 10%;
    }

    .reverse {
        flex-direction: column-reverse !important;
    }

    .section-items .item-container .item-bg-left {
        left: -140%;
    }

    .section-items2 .item2 .item-img {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .section-items2 .item .item-txt2 {
        width: 100%;
    }

    .section-items .item .item-img {
        width: 100%;
    }

    .section-items .item .item-txt {
        width: 100%;
    }

    .section-items .item-container .item-bg-right {
        left: 10%;
    }

    .footer .links {
        flex-direction: column;
        gap: 48px;
    }

    .section-items2 .item2 .item-txt2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .white-box-bg {
        height: 400px;
        top: 0;
        left: -150%;
    }

    .section-items2 .item-container2 {
        padding: 0px 46px;
    }

    .quote {
        position: unset;
        font-size: 24px;
        padding-bottom: 50px;
    }

}

.region-contact {
    width: 60%;
    padding: 38px 0px;
    display: flex;
    justify-content: space-around;
}

.region-contact .title {
    font-size: 24px;
    font-weight: 600;
    color: #ED791F;
}

.region-contact .contact-info a {
    font-weight: bold;
    color: #161617;
    text-decoration: none;
}

.region-contact .contact-info div {
    margin: 10px;
}

.m0 {
    margin: 0 !important;
}

.li-p0 {
    padding-inline-start: 20px;
}

.p50 {
    padding-bottom: 50px;
}

.region-contact li::marker {
    color: #ED791F;
}

.language-picker {
    width: 30%;
    padding: 40px;
}

.languages {
    margin-top: 25px;
    padding: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.languages .details-button {
    width: 100%;
}

.index-logo {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    background-color: #fff;
}

.index-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}