/* Дизайн для SPECTRA AC12-G */
.container.spectra_ac12g {
    background: #4b4b4b;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}
.imgpord.ac12-g {
    height: 615px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.container.spectra_ac12g::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), #000000);
    pointer-events: none;
}
.product-card-content.ac12-g {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
img.image-product.ac12-g {
    width: 200%;
    position: absolute;
    top: -140px;
}
.product.spectra_ac12g {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 5%;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    z-index: 1;
}
.title-code-block.arman {
    margin-top: 200px;
}
.content-HT.spectra_ac12g {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 1400px;
    padding: 20px;
    border-radius: 15px;
    margin: 100px 0px;
}

.multiple-text-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px;
}

.multiple-text-block h3 {
    color: #7EB02E;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.multiple-text-block p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
}
.text-item {
    padding: 10px 30px;
    text-align: justify;
}
.img-glav-1 .image-product {
    width: 80rem;
    top: -100px;
    position: absolute;
    left: -150px;
}
.advanced-content-block {
    text-align: center;
    padding: 20px;
}
.advanced-content-block h2 {
    color: #7EB02E;
    font-size: 40px;
    margin-bottom: 15px;
    max-width: 280px;
    font-weight: 300;
    line-height: 40px;
    text-align: justify;
}
.advanced-content-block p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 470px;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
}
.advanced-content-block p.additional-text {
    font-style: italic;
}
.image-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
img.tib-set {
    width: 80%;
    /* max-width: 400px; */
    border-radius: 5px;
}
img.image-product {
    width: 20%;
}
.product-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.product-card-content {
    width: 50%;
    color: white;
}
img.image-product {
    width: 50%;
}
.product-card-content h1 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.product-card-content p {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.product-card-content p.dis-dop {
    font-weight: 300;
    color: #ffffff7e;
}
img.advanced-img.ac12-g {
    width: 120%;
}
/* 
.content {
    margin-top: 120px;
} */
.content-img-p {
    position: relative;
}
.content-img-p.ac12-g {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.text-v-block {
    position: absolute;
    max-width: 439px;
    top: 275px;
    width: 30%;
    text-align: justify;
    left: 453px;
    transform: translateY(50px);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.title-image-text-block h2 {
    color: #7eb02e;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-align: justify;
    max-width: 708px;
}
.title-image-text-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    max-width: 470px;
    text-align: justify;
}
.title-image-block h2 {
    color: #7eb02e;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    text-align: justify;
}
.title-image-text-block img {
    width: 100%;
    max-height: 850px;
    overflow: visible;
    object-fit: cover;
}

/* Дизайн для INFINITY ITL789 */

.container.infinity_itl789 {
    background: #e0e0df;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container.infinity_itl789::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 10%), rgb(0 0 0 / 45%), #000000);
    pointer-events: none;
}
.product.infinity_itl789 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 5%;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    z-index: 1;
}

.content-HT.infinity_itl789 {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 1400px;
    padding: 20px;
    border-radius: 15px;
    margin: 100px 0px;
}
.itl-content {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.itl789-text-block {
    color: #6B6B6B;
    font-size: 16px;
    line-height: 20px;
    width: 497px;
    font-weight: 300;
    text-align: justify;
    position: absolute;
    top: 455px;
    /* right: 100px; */
    /* bottom: 0; */
}
.main-block {
    margin-top: 55px;
    width: 100%;
    display: flex;
}
.sub-block {
    border-left: 4px solid #7eb02e;
    padding: 5px 0 5px 10px;
    margin: 15px 0;
    width: 40%;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.sub-block p {
    margin: 0;
    padding: 0;
}
.sub-blocks-main {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 60px 0;
}
.sub-blocks-container h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #7EB02E;
    text-align: left;
    white-space: normal;
    max-width: 405px;
}
.sub-blocks-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sub-blocks-container p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: justify;
    font-weight: 300;
    color: #6B6B6B;
}
.main-block-header {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-block.two {
    margin-top: 60px;
    display: flex;
    width: 100%;
}
.main-block-header img {
    width: 66%;
    right: -145px;
    position: absolute;
}
.sub-blocks-container.two {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}
.block-h2p.two {
    width: 50%;
    position: relative;
}
.block-h2p.two img {
    width: 160%;
    position: absolute;
    left: -130px;
    top: 0;
}
.sub-blocks-main.two {
    width: 33%;
}
.h2-p-block {
    width: 40%;
}
.title-image-description-block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: relative;
    height: 330px;
    margin-top: 100px;
}
.title-image-description-block h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    line-break: anywhere;
    text-align: justify;
    color: #7EB02E;
    width: 349px;
}
.title-image-description-block p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
    color: #6B6B6B;
}
p.bold-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 50px;
}
img.title-imge-db {
    position: absolute;
    left: 25%;
    width: 60%;
    top: 10px;
}
.title-text-icons-image-block {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 100px;
}
.title-text-icons-image-block p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
    color: #6B6B6B;
}
.icon-text-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: space-around;
}
.title-text-icons-image-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.icon-texts-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.image-h2-cont.itl780 img.image-addit {
    top: -44px;
    left: 70px;
    width: 85%;
}
.image-h2-cont.itl780 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.icon-text-item p {
    display: flex;
    width: 70%;
    justify-content: space-between;
    text-align: left;
}
.image-addit {
    width: 110%;
    position: absolute;
    top: 56px;
    right: -30px;
}
.image-h2-con2 {
    width: 50%;
}
.image-h2-cont {
    width: 50%;
    position: relative;
}
h2.rewer {
    text-align: right;
    width: 495px;
    position: absolute;
    bottom: -35px;
    right: 100px;
}
.product-card-content.black {
    color: #000;
    text-align: right;
}
.product-card-content.black p.dis-dop {
    color: #000000b3;
}
.img-glav-1 {
    position: relative;
    width: 100%;
    height: 550px;
}
.image-block-db {
    display: flex;
}
.image-h2-con2 h2 {
    color: #7eb02e;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}
.image-h2-cont h2 {
    color: #7eb02e;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}
.icon-container {
    width: 20%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.title-code-block h2 {
    width: 100%;
    color: #7eb02e;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
}
/* Дизайн для INFINITY ITL780 */
.itl789-text-block.itl780 {
    left: 0px;
    top: -227px;
}
img.image-product.itl780 {
    top: 0;
    left: -100px;
}
.icon-texts-container .itl780 {
    width: 50%;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
    /* margin: 50px 0; */
    align-items: center;
    align-content: center;
}


.container.infinity_itl780 {
    background: #e0e0df;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}
.container.infinity_itl780::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 10%), rgb(0 0 0 / 45%), #000000);
    pointer-events: none;
}
.product.infinity_itl780 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 5%;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    z-index: 1;
}
.content-HT.infinity_itl780 {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 1400px;
    padding: 20px;
    border-radius: 15px;
    margin: 100px 0px;
}
.itl-content {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.product-card-content.black.itl780 {
    text-align: left;
}
.itl789-text-block_two.itl780 {
    max-width: 497px;
    text-align: justify;
    color: #6B6B6B;
    font-weight: 300;
}
.sub-blocks-container.two-t {
    width: 100%;
}
.block-img-two {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
.block-h2p.two-t {
    width: 100%;
}
.sub-blocks-main.two-t {
    width: 40%;
    position: absolute;
}
.block-h2p.two-t img {
    width: 90%;
}
.sub-blocks-main.two-t {
    width: 40%;
    position: absolute;
    top: -240px;
    right: 100px;
}
.cbtt {
    margin-top: -100px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
.sub-block.two-t:nth-child(3) {
    grid-row-start: 2;
}
.sub-block.two-t:nth-child(4) {
    grid-row-start: 2;
}
.sub-block.two-t:nth-child(5) {
    grid-column-start: 4;
    grid-row-start: 2;
}
.sub-block.two-t:nth-child(6) {
    grid-column-start: 5;
    grid-row-start: 2;
}
.title-text-icons-image-block.itl780 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: auto;
}
.image-h2-con2.itl780 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.itl780-zasg {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-content: center;
}
.image-h2-cont .itl780 {
    width: 100%;
    position: relative;
    height: 550px;
}
.image-addit .itl780 {
    width: 90%;
    position: absolute;
    top: -60px;
    right: 105px;
}
.title-code-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 100px;
}
.table.itl780 tr.category {
    background: #7EB02E;
}
.table.itl780 {
    width: 75%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.table.itl780 tr.category {
    background: #7EB02E;
    color: #fff;
    text-align: left;
    border: 2px solid #fff;
}
td {
    border: 1px solid #ddd;
    padding: 8px;
    color: #6B6B6B;
}
td.header-cell {
    font-weight: 400;
}
th {
    padding: 8px;
}
.header-cell {
    font-weight: bold;
    background-color: #f4f4f4;
    vertical-align: middle;
}
td.header-cell_two {
    background: #ececec;
}
.header-cell_two {
    font-weight: normal;
    background-color: #fff;
}

.block-table {
    background-color: #fff;
}
tr.block-table td.header-cell_two {
    background: #efefef;
    border-right: 1px solid #fff;
}
td:nth-child(1) {
    background: #ececec;
    border: 2px solid #fff;
}
td:nth-child(2) {
    background: #dadada;
    border: 2px solid #fff;
}
td:nth-child(3) {
    background: #dadada;
    border: 2px solid #fff;
}

/* Arman */

.container.arman_1605 {
    background: #e0e0df;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container.arman_1605::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), #000000);
    pointer-events: none;
}
.content-HT.arman_1605 {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 150px 0px;
}
.product-card-content.black.arman {
    top: -165px;
    position: relative;
}
img.image-product.arman {
    top: 0;
}
.product-card.arman {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.sub-blocks-container.arman.text-block {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.sub-blocks-main.text-block p {
    width: 400px;
}
.sub-blocks-main.arman.text-block {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 60%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.cbtt-arman {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: end;
    align-content: center;
    justify-items: center;
}
.sub-block.text-block:nth-child(1) { grid-area: 2 / 1 / 4 / 2; }
.sub-block.text-block:nth-child(2) { grid-area: 4 / 1 / 6 / 2; }
.sub-block.text-block:nth-child(3) { grid-area: 6 / 1 / 8 / 2; }
.sub-block.text-block:nth-child(4) { grid-area: 1 / 2 / 2 / 3; }
.sub-block.text-block:nth-child(5) { grid-area: 2 / 2 / 3 / 3; }
.sub-block.text-block:nth-child(6) { grid-area: 3 / 2 / 4 / 3; }
.sub-block.text-block:nth-child(7) { grid-area: 4 / 2 / 5 / 3; }
.sub-block.text-block:nth-child(8) { grid-area: 5 / 2 / 6 / 3; }
.sub-block.arman.text-block {
    width: 90%;
}
.sub-block.text-block:nth-child(2),
.sub-block.text-block:nth-child(3) {
    grid-row: span 1;
}
.sub-block.text-block:nth-child(1) {
    grid-row: span 3;
}
.sub-block.arman.text-block:nth-child(4), .sub-block.arman.text-block:nth-child(5), .sub-block.arman.text-block:nth-child(6), .sub-block.arman.text-block:nth-child(7), .sub-block.arman.text-block:nth-child(8) {
    border-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
}
.sub-block.arman.text-block:nth-child(4) .divider, .sub-block.arman.text-block:nth-child(5) .divider, .sub-block.arman.text-block:nth-child(6) .divider, .sub-block.arman.text-block:nth-child(7) .divider, .sub-block.arman.text-block:nth-child(8) .divider {
    height: 90%;
    border: none;
    border-left: 4px solid #7eb02e;
    margin: 0 20px;
}
.main-block.three.arman {
    position: relative;
    width: 100%;
    height: 700px;
}
img.image-two-arman {
    width: 140%;
    position: absolute;
}
h1.design-arman-1 {
    font-size: 100px;
    font-weight: 800;
    font-style: italic;
    line-height: 100px;
    -webkit-text-stroke: 1px #7EB02E;
    color: transparent;
    z-index: 1;
    position: absolute;
    top: 75px;
    left: 454px;
    text-indent: -129px;
}
h2.design-arman-2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #7eb02e;
    position: absolute;
    top: 500px;
    left: 0;
}
.extra-texts p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #6b6b6b;
}
p.extra-text-1 {
    width: 280px;
    position: absolute;
    top: 635px;
    text-align: justify;
    left: 0;
}
p.extra-text-2 {
    position: absolute;
    top: 520px;
    width: 340px;
    right: 0;
    text-align: justify;
}
p.extra-text-3 {
    position: absolute;
    top: 635px;
    right: 0;
    width: 400px;
    text-align: justify;
}
.main-block.arman.reveal.active {
    margin: 80px 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}