.box p:not(.box p:nth-child(2)):before {
    content: '***';
    display: block;
    text-align: center;
}
.box p:not(.box p:nth-child(2)):before::after {
    content: '';
    width: 10px;
    height: 50px;
    border-style: solid;
}
.box ol:before {
    content: '';
    display: block;
    clear: both;
}
[id^=product-component] {
    position: relative;
}
#produkts_section {
    gap: 10px;
    border-style: none solid;
    margin: 0px 10px;
}
#produkts_section,
#produkts_section a {
    justify-content: center;
}
#produkts_section > div,
#produkts_section a {
    display: flex;
}
#produkts_section > div,
#produkts_section img {
    border-radius: 20px;
}
#produkts_section > div {
    flex-direction: column;
    align-items: center;
    background-color: var(--root-color-header---card);
    padding: 10px;
    position: relative;
    justify-content: flex-end;
    cursor: pointer;
    width: min-content;
}
#produkts_section a {
    width: 100%;
    height: auto;
    background-color: #ffba00;
    padding: 5px 0px;
    border-radius: 15px;
}
#produkts_section:hover >:not(:hover) {
    opacity: .8;
}
#produkts_section a:hover,
#produkts_section a:visited {
    background-color: #af4a00;
}
#produkts_section img {
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 700px) {
    #produkts_section > div {
        flex-direction: row;
        width: calc(100vw - 50px);
        padding: 0;
        height: 100px;
        justify-content: space-between;
        overflow: hidden;
    }
    #produkts_section img,
    #produkts_section a {
        border-radius: 0px;
    }
    #produkts_section img {
        width: auto;
        height: -webkit-fill-available;
    }
    #produkts_section a {
        height: 100%;
        width: 50px;
        background-color: #ffba00;
        padding: 10px;
        align-items: center;
    }
    #produkts_section .produkts_div {
        padding: 0px 10px;
        width: auto;
        overflow: hidden;
    }
    #produkts_section .produkts_div * {
        margin: 0;
    }
}
#btnBlock label:not(:last-child) {
    color: var(--root-color-text---footer);
}
#display_mobile .svgBlock img {
    width: 50%;
}
#videoSam {
    width: 100vw;
    z-index: 200;
    height: 100vh;
    background-color: #120a24;
}
#display_pc .svgBlock a,
#display_mobile .svgBlock a {
    display: contents;
}
#titleImg img {
    width: 500px;
}
#sectionForLink {
    gap: 15px;
}
#sectionForLink img {
    width: 300px;
    height: 300px;
    border-radius: 20px;
}
#sectionForLink a:hover {
    transform: scale(0.9);
}
main {
    flex-direction: column;
    row-gap: 20px;
}
.videoDiv {
    height: 0;
    padding-top: 56.3415%;
    padding-bottom: 0;
    box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16);
    overflow: hidden;
    border-radius: 8px;
    will-change: transform;
}
.buttonVideoDiv:hover {
    outline-style: solid;
    outline-color: white;
    outline-width: 5px;
    outline-offset: .6rem;
}
aside a {
    background-color: var(--root-color-aside----link);
    font-size: xx-large;
}
aside ul {
    padding: 19px;
}
aside li {
    margin-block: 10px;
    padding: 0px 10px;
}
aside li,
footer .footerColor a {
    text-transform: uppercase;
}
.toggle {
    background-color: var(--root-color-header---link);
    border-radius: 50%;
    place-items: center;
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, .1);
    line-height: 1;
}
.icon {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    transition: transform 500ms;
}
[id^=switch]:checked + .icon--prev {
    transform: rotate(360deg) scale(0);
}
.icon--next {
    transform: scale(0);
}
[id^=switch]:checked ~ .icon--next {
    transform: scale(1) rotate(360deg);
}
footer {
    margin-bottom: 100px;
    border-radius: 25px;
}
header {
    padding: 20px;
    justify-content: space-between;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
header .btnBlock {
    flex-wrap: nowrap;
    gap: 20px;
}
body {
    width: 70vw;
    gap: 8px;
    box-sizing: border-box;
    background-attachment: scroll;
    background-size: cover;
}
body {
    background-color: var(--root-color-body------tlo);
    color: var(--root-color-text-----main);
}
header {
    grid-area: header;
    background-color: var(--root-color-header----tlo);
    color: var(--root-color-text----title);
}
aside {
    grid-area: aside;
    background-color: var(--root-color-aside-----tlo);
}
main {
    grid-area: main;
    background-color: var(--root-color-main------tlo);
}
footer {
    grid-area: footer;
    background-color: var(--root-color-footer----tlo);
}
#logo .logoConteiner {
    width: 150px;
    height: 45px;
}
#logo .img_logo {
    background-image: url(./content/pngLogo-AbsSmary-360x91.png);
    background-size: contain;
}
.dark {
    color: var(--root-color-text-dark-main) !important;
}
.light {
    color: var(--root-color-text-lght-main) !important;
}
.footerColor {
    color: var(--root-color-text---footer) !important;
}
section {
    padding: 5px;
    backdrop-filter: blur(4px);
}
nav {
    justify-content: space-around;
    background-color: var(--root-color-footer---link);
    padding: 10px 0px;
}
nav a {
    border-radius: 15px;
    padding: 10px 20px;
    margin-inline: 1%;
    margin: 0px 10px;
}
.media a {
    background-color: transparent;
    gap: 10px;
}
.media a:hover {
    transform: scale(1.5) translateX(0px);
    color: yellow;
}
.box {
    width: 800px;
    font-size: var(--root------------fontSize);
    font-family: var(--root----------fontFamily);
    border-style: none solid;
    padding: 0px 20px;
    line-height: 1.5;
}
.box p:nth-of-type(1)::first-letter {
    float: left;
    border: inset 2px;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 50px;
    padding: 0px 8px;
    font-family: 'ancient', sans-serif;
}
.box a {
    color: var(--root-color-main-----link)
}
*::selection {
    color: #faffd3;
    background-color: #3C841F;
}
figure img {
    border-radius: 30px;
}
figure img:hover {
    opacity: 0.7;
}
.modal {
    z-index: 999;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.home {
    color: white;
    padding: 0px 45px;
    border-style: solid;
    position: fixed;
    border-radius: 20px;
    bottom: 10px;
    font-size: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    cursor: pointer;
}
.modal-content {
    max-width: 500px;
}
#caption {
    max-width: 700px;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
.close {
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #bbb;
}
#myBtn {
    bottom: 20px;
    left: 30px;
    z-index: 99;
    outline: none;
    background-color: rgb(255, 225, 0);
    color: white;
    padding: 15px;
    font-size: 18px;
    clip-path: polygon(0 30%, 50% 0, 100% 30%, 80% 30%, 80% 100%, 20% 100%, 20% 30%);
}
#btnBlock label:not(:last-child),
[id^=switch],
#myBtn,
.modal {
    display: none;
}
#display_pc .svgBlock,
#display_mobile .svgBlock,
main,
aside li,
header,
header .btnBlock,
#logo .logoConteiner,
section,
nav,
#nav.flexBlock,
.media a {
    display: flex;
}
#display_mobile .svgBlock,
#display_pc .svgBlock,
#sectionForLink,
aside li,
#logo .logoConteiner,
.media {
    justify-content: center;
}
#sectionForLink,
aside ul,
figure,
body,
.box,
.modal-content,
#caption {
    margin: auto;
}
.videoDiv,
.videoDiv video,
aside li,
h1,
#logo .img_logo,
nav,
.modal {
    width: 100%;
}
#btnBlock label:not(:last-child),
.toggle,
#myBtn {
    width: 50px;
}
#btnBlock label:not(:last-child),
aside li,
.toggle,
#myBtn {
    height: 50px;
}
#btnBlock label:not(:last-child),
nav a {
    background-color: var(--root-color-company--logo);
}
#display_pc .svgBlock img,
#display_pc .svgBlock video {
    width: 30%;
}
#videoSam,
.modal,
#myBtn {
    position: fixed;
}
#display_pc .svgBlock a,
#display_mobile .svgBlock a {
    display: contents;
}
#sectionForLink,
.videoDiv video {
    padding: 0;
}
#sectionForLink,
.modal-content,
#caption {
    width: 70%;
}
.modal-content,
#caption,
aside a {
    display: block;
}
.videoDiv,
#logo .logoConteiner {
    position: relative;
}
.videoDiv video,
.close {
    position: absolute;
}
.videoDiv video,
.modal {
    height: 100%;
    top: 0;
    left: 0;
}
.videoDiv video,
section,
#myBtn {
    border: none;
}
.videoDiv video,
h1 {
    margin: 0;
}
aside a,
nav a,
.close:hover,
.close:focus {
    text-decoration: none;
}
aside a,
nav a {
    color: inherit;
}
aside li,
.media a {
    align-items: center;
}
aside li:hover,
.toggle:hover,
nav a:hover {
    transform: scale(1.1);
}
.toggle,
body {
    display: grid;
}
.toggle,
figure img,
.close:hover,
.close:focus,
#myBtn {
    cursor: pointer;
}
.icon--prev,
[id^=switch]:checked ~ .icon--next {
    transition-delay: 200ms;
}
figure,
header,
.box h2,
#caption {
    text-align: center;
}
body,
#logo .img_logo {
    background-repeat: no-repeat;
    background-position: center;
}
section,
nav {
    flex-wrap: wrap;
}
nav,
#nav.flexBlock {
    flex-direction: row;
}
nav,
.modal {
    align-content: center;
}

@media only screen and (max-width: 3840px) {
    body {
        width: 1300px;
        grid: "header"auto "aside"auto "main"1fr "footer"auto / 1fr;
    }
    .modal-content {
        max-width: 55%;
    }
    #caption {
        height: 0px;
    }
}
@media only screen and (max-width: 1366px) {
    body {
        width: 100%;
    }
    .modal-content {
        max-width: 70%;
    }
}
@media only screen and (max-width: 1200px) {
    #sectionForLink {
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    .box {
        width: 100%;
    }
    .box p:nth-of-type(1)::first-letter {
        font-size: 90px;
    }
}
@media only screen and (min-width: 700px) {
    #display_mobile {
        display: none;
    }
    #videoSam {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    #display_pc {
        display: none;
    }
    #display_mobile {
        display: flex;
    }
    nav a {
        margin: 10px;
        text-align: -webkit-center;
    }
    #nav.flexBlock {
        flex-direction: column;
        width: 100%;
    }
    #titleImg img {
        width: 300px;
    }
    .modal-content {
        width: 90%;
    }
    header .btnBlock {
        width: 100%;
        justify-content: space-evenly;
        position: relative;
        z-index: 1;
        right: 0;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        border-top-style: solid;
    }
    header {
        flex-direction: column;
        gap: 10px;
    }
}
@media only screen and (max-width: 400px) {
    nav {
        flex-direction: column;
    }
}
