@import './base.css';

/* _!-nav -> Site container */
#app {
	position: relative;
    display: flex;
    flex-direction: column;
	max-width: var(--site-container-max-width);
	min-height: 100vh;
	margin: 0 auto;
}

/* _!-nav -> Site header */
.site-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 100px 0;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-image: url('../images/nav-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--brand-blue);
}

.site-header .additional-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.site-header .additional-info .icon {
    display: flex;
}

.site-header .additional-info .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: var(--pure-white);
}

/* _!-nav -> Site default section */
.default-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 119px;
}

.default-section .section-header .header-item {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
}

/* _!-nav -> Site tabs section */
.tabs-section {
    margin-top: 0;
}

.tabs-section .banner {
    display: flex;
    gap: 88.6px;
    width: 100%;
    min-height: 380px;
    border-radius: 20px;
    background-image: url('../images/banner-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tabs-section .banner .info-block {
    display: flex;
    flex-direction: column;
    margin: 108px 0 10px 60px;
    color: var(--pure-white);
}

.tabs-section .banner .info-block .title {
    /* font-family: OpenSans; */
    font-size: 38px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: -0.76px;
    text-transform: uppercase;
}

.tabs-section .banner .info-block .info {
    margin-top: 10px;
    /* font-family: Inter; */
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: -0.36px;
}

.tabs-section .banner .info-block .download {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    color: var(--gray-2);
}

.tabs-section .banner .info-block .download .download-panel {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 4px 6px;
    padding: 8px 10px;
    border-radius: 7.3px;
    border: solid 1px var(--gray);
    background: var(--pure-white);
    text-align: left;
}

.tabs-section .banner .info-block .download .download-panel .icon {
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
}

.tabs-section .banner .info-block .download .download-panel .panel-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.tabs-section .banner .info-block .download .download-panel .panel-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.tabs-section .banner .info-block .footer {
    max-width: 302px;
    margin-top: auto;
    /* font-family: Inter; */
    font-size: 10px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.tabs-section .banner .phone {
    position: relative;
    display: flex;
    margin-top: auto;
    transform: translateY(1px);
}

.tabs-section .banner .phone .shadow {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: color-burn;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0.8;
}

.tabs-section .banner .phone .phone-img {
    z-index: 1;
}

/* _!-nav -> Site sertification section */
.sertification-section .sertification-info {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 20px;
    border: solid 1px var(--brand-blue-a1);  
    max-height: 570px;
    overflow: hidden;
}

.sertification-section .sertification-info .title {
    display: flex;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.sertification-section .sertification-info .title:not(:first-child) {
    margin-top: 10px;
}

.sertification-section .sertification-info .param-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 68px);
    padding-block: 15px;
}

.sertification-section .sertification-info .param-row.less-y-padding {
    padding-block: 5px;
}

.sertification-section .sertification-info .param-row.with-border {
    border-bottom: solid 1px var(--brand-blue-a1);
}

.sertification-section .sertification-info .param-row .param {
    padding-inline: 10px;
    line-height: 1.67;
}

.sertification-section .sertification-info .param-row .info {
    padding-inline: 10px;
    line-height: 1.67;
}

.sertification-section .sertification-info .param-row .info.full {
    grid-column: 2 / 4;
}

.sertification-section .show-more {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 6px 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-bottom: solid 1px var(--text-color);
    cursor: pointer;
}

.sertification-section .show-more .icon {
    display: flex;
    width: 24px;
    aspect-ratio: 1 / 1;
    rotate: 0deg;
    transition: transform 1s linear;
}

.sertification-section .show-more input {
    display: none;
}

.sertification-section:has(.show-more input:checked) .sertification-info {
    max-height: max-content;
}

.sertification-section .less {
    display: none;
}

.sertification-section:has(.show-more input:checked) .more {
    display: none;
}

.sertification-section:has(.show-more input:checked) .less {
    display: block;
}

.sertification-section:has(.show-more input:checked) .icon {
    rotate: 180deg;
}

/* _!-nav -> Site awards section */
.awards-section .awards-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 60px 90px;
}

.awards-section .awards-list li {
    display: flex;
    padding: 10px;
}

.awards-section .awards-list li figure {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 160px;
}

.awards-section .awards-list li figure img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.awards-section .awards-list .award-name {
    text-align: center;
}

/* _!-nav -> Site mounting ideas section */
.mounting-ideas-section .mounting-ideas-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mounting-ideas-section .mounting-ideas-list li {
    display: flex;
    flex: 1;
}

.mounting-ideas-section .mounting-ideas-list li figure {
    position: relative;
    display: flex;
    width: 100%;
}

.mounting-ideas-section .mounting-ideas-list li figure img {
    width: 100%;
    height: 228px;
    object-fit: cover;
    border-radius: 10px;
}

/* _!-nav -> Site videos section */
.videos-section .videos-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 270px;
    gap: 20px;
    width: 100%;
}

.videos-section .videos-list li {
    display: flex;
}

.videos-section .videos-list li iframe {
    display: flex;
    width: 100%;
    height: 100%;
}

/* _!-nav -> Site why bzbgear section */
.why-bzbgear-section .why-bzbgear-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
    width: 100%;
}

.why-bzbgear-section .why-bzbgear-list li {
    display: flex;
}

.why-bzbgear-section .why-bzbgear-list li figure {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.why-bzbgear-section .why-bzbgear-list li figure img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

.why-bzbgear-section .why-bzbgear-list li .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.21;
    text-align: center;
    color: var(--brand-blue);
}

.why-bzbgear-section .footer {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.22;
    color: var(--gray-4);
}

.spec-border-table {
    border-spacing: 15px;
}

.spec-border-table td:nth-child(2) {
    padding-left: 30px;
}