*,
*::before,
*::after {
    box-sizing: border-box;
}


::-webkit-scrollbar {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
p,
div,
span,
img {
    margin: 0;
    padding: 0;
}

.basis {
    margin: 0 auto;
    max-width: 1280px;
    background: #FFFFFF;
}

@media screen and (max-width: 1300px) {
    .basis {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .basis {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1100px) {
    .basis {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .basis {
        max-width: 900px;
    }
}

@media screen and (max-width: 900px) {
    .basis {
        max-width: 800px;
    }
}

@media screen and (max-width: 800px) {
    .basis {
        max-width: 700px;
    }
}

@media screen and (max-width: 700px) {
    .basis {
        max-width: 600px;
    }
}

@media screen and (max-width: 600px) {
    .basis {
        max-width: 500px;
    }
}

@media screen and (max-width: 500px) {
    .basis {
        max-width: 400px;
    }
}

@media screen and (max-width: 400px) {
    .basis {
        max-width: 320px;
    }
}

@media screen and (max-width: 300px) {
    .basis {
        max-width: 220px;
    }
}

/* header */

header {
    height: 400px;
    /* Фиксированная высота */
    position: relative;
    /* Необходимо для позиционирования псевдоэлемента */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1;
    /* Размытый слой поверх изображения */
}

header {
    background-image: url('https://tek-storage.com/irina_templates/printer_template/main.png');
    /* Путь к изображению */
    background-size: cover;
    /* Изображение заполнит весь блок, возможна обрезка */
    background-position: center;
    /* Центрирование изображения */
    background-repeat: no-repeat;
    /* Отмена повторения изображения */
}

.together_text {
    position: relative;
    z-index: 2;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.together_text .title {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    padding-bottom: 30px;
}

.together_text .osn_text {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* main */

main {
    padding: 0 50px;
}

/* аccessories */

.main_аccessories {
    display: flex;
    width: 100%;
    justify-content: center;
}

.аccessories {
    width: 100%;
    border-radius: 30px;
    max-width: 1180px;
}

/* Why Choose SATO CG412DT? */

.why_choose {
    margin-top: 30px;
}

.why_choose .title {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.together_features {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.one {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/one.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 380px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.two {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/two.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 380px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.three {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/three.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 380px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.text_top {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 0px #000000;
    padding-top: 40px;
}

.texy_bottom {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

/* table */

.table-container {
    width: 100%;
    margin-top: 30px;
}

.table-container .title {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

table {
    width: 100%;
    border-collapse: separate;
    /* Важно для border-radius */
    border-spacing: 0;
}

th,
td {
    padding: 5px;
    text-align: left;
    border: 0.5px solid #0C3C7E;
    /* Светлая граница ячеек */
}

th {
    background-color: #ECF4FF;
    /* Светло-голубой фон для заголовков */
    font-weight: bold;
}

.left_text {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #000000;
    padding-left: 20px;
}

.right_text {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    color: #000000;
    padding-left: 20px;
}

tr:first-child th:first-child {
    border-top-left-radius: 30px;
}

tr:first-child th:last-child {
    border-top-right-radius: 30px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}

.name {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    text-align: center;
}

/* Адаптивность */
@media (max-width: 600px) {
    table {
        font-size: 14px;
        /* Уменьшаем размер шрифта на маленьких экранах */
    }

    th,
    td {
        padding: 10px;
        /* Уменьшаем отступы */
    }
}

@media (max-width: 400px) {
    table {
        font-size: 12px;
    }
}

/* fast */

.main_fast {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

.fast {
    width: 100%;
    max-width: 1180px;
}

/* title_main */

.title_main {
    margin: 50px 0;
    text-align: center;
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

/* actions */

.block_info_bottom {
    padding-bottom: 50px;
}

.description {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 16px rgba(51, 51, 51, 0.05);
    border-radius: 10px;
    border: #0C3C7E px solid;
}

.btn {
    position: absolute;
    opacity: 0;
}

.btn-label {
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    width: 32.9%;
    transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    background: #0C3C7E;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.02);
    border-radius: 10px;
    color: #FFFFFF;
}

.namebutton {
    margin: 15px 20px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

@media screen and (max-width: 420px) {
    .namebutton {
        text-align: center;
    }
}

.btn1:checked~#content1,
.btn2:checked~#content2,
.btn3:checked~#content3 {
    display: block;
    padding: 20px;
}

.content {
    display: none;
}

.btn:hover+.btn-label {
    background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.02);
    border-radius: 10px;
    color: #000000;
}

.btn:checked+.btn-label {
    background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.02);
    border-radius: 10px;
    color: #000000;
}

.content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

#one_bottom {
    margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
    .btn-label {
        width: 100%;
        margin-bottom: 5px;
    }

    .sroke {
        display: flex;
        justify-content: center;
        margin: 10px;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
}

/* @media screen and (max-width: 1200px) {
    .btn-label {
        width: 100%;
        margin-bottom: 5px;
    }
    
} */





/* Why Choose Printers from TeKswamp? */

.choose_teKswamp {
    margin-top: 30px;
}

.choose_teKswamp .title {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.feature_tek {
    display: flex;
    flex-direction: column;
}

.together_block_top,
.together_block_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*.together_block_top {*/
/*    margin-bottom: 20px;*/
/*}*/

.left_top_block,
.left_bottom_block {
    margin-right: 20px;
}

.left_bottom_block,
.right_bottom_block,
.left_top_block,
.right_top_block {
    width: 50%;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(172, 204, 249, 0.6);
    border-radius: 30px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.features_img {
    width: 50px;
    margin-right: 10px;
}

.features_text_top {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.features_text_bottom {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

/* Top Features That Make a Difference */

.top_features_printer {
    margin-top: 50px;
    text-align: center;
}

.top_features_printer .title {
    font-family: 'Bellota Text', sans-serif;
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 30px;
}

.together_features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
}

@media (min-width: 700px) {
    .together_features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 902px) {
    .together_features {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 901px) and (min-width: 700px) {
    .together_features {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        grid-template-areas:
            "feature1 feature2"
            "feature3 feature3";
    }

    .feature:nth-child(1) {
        grid-area: feature1;
    }

    .feature:nth-child(2) {
        grid-area: feature2;
    }

    .feature:nth-child(3) {
        grid-area: feature3;
        justify-self: center;
        align-self: center;
    }
}

@media (max-width: 700px) {
    .feature {
        width: 90%;
        aspect-ratio: unset;
        padding: 15px;
    }
}

.feature {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    aspect-ratio: 1.5;
}

.feature:nth-child(1) {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/one_features.png");
    justify-content: flex-start;
    /* Текст первого блока по верху */
}

.feature:nth-child(2) {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/two_features.png");
    justify-content: flex-end;
    /* Текст второго блока по низу */
}

.feature:nth-child(3) {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/three_features.png");
    justify-content: center;
    /* Текст третьего блока по центру */
}

.text_top_features {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin-bottom: auto;
}

.text_bottom_features {
    font-family: 'Bellota Text';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    margin-top: auto;
}

@media screen and (max-width: 1200px) {
    .together_text .title {
        font-size: 50px;
        line-height: 65px;
    }
}

@media screen and (max-width: 900px) {
    main {
        padding: 0 20px;
    }
}

@media screen and (max-width: 700px) {

    .together_block_top,
    .together_block_bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .left_bottom_block,
    .right_bottom_block,
    .left_top_block,
    .right_top_block {
        width: 100%;
    }

    .left_top_block,
    .left_bottom_block {
        margin-bottom: 20px;
        margin-right: 0;
    }

    header {
        height: 300px;
        padding: 20px;
    }

    .together_text .title {
        font-size: 35px;
        line-height: 40px;
    }

    .together_text .osn_text {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .feature {
        width: 100%;
    }

    main {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    header {
        height: 250px;
        padding: 20px;
    }

    .together_text .title {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 20px;
    }

    .together_text .osn_text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 350px) {

    .left_text,
    .right_text {
        font-size: 22px;
        padding-left: 10px;
    }

    th,
    td {
        padding: 5px;
    }
}

@media (max-width: 1200px) {
    .text_top_features {
        font-size: 25px;
        line-height: 30px;
    }

    .text_bottom_features {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 1100px) {
    .text_top_features {
        font-size: 24px;
        line-height: 30px;
    }

    .text_bottom_features {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1000px) {
    .feature {
        padding: 10px 10px 15px 10px;
    }
}

@media (max-width: 901px) {
    .feature {
        padding: 30px;
    }

    .text_top_features {
        font-size: 30px;
        line-height: 36px;
    }

    .text_bottom_features {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 901px) and (min-width: 801px) {
    #min {
        width: 55%;
    }
}

@media (max-width: 800px) {
    .feature {
        padding: 20px;
    }

    .text_top_features {
        font-size: 25px;
        line-height: 30px;
    }

    .text_bottom_features {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 801px) and (min-width: 700px) {
    #min {
        width: 50%;
    }
}

@media (max-width: 699px) and (min-width: 601px) {
    .feature {
        padding: 50px;
        width: 80%;
    }

    .text_top_features {
        font-size: 30px;
        line-height: 36px;
    }

    .text_bottom_features {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 600px) and (min-width: 400px) {
    .feature {
        padding: 40px;
        width: 100%;
    }

    .text_top_features {
        font-size: 30px;
        line-height: 36px;
    }

    .text_bottom_features {
        font-size: 25px;
        line-height: 31px;
    }
}


/* Top */

/* Top Features That Make a Difference */

.together_features_hight {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
}

@media (min-width: 700px) {
    .together_features_hight {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 902px) {
    .together_features_hight {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 901px) and (min-width: 700px) {
    .together_features_hight {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        grid-template-areas:
            "feature1 feature2"
            "feature3 feature3";
    }

    .feature_hight:nth-child(1) {
        grid-area: feature1;
    }

    .feature_hight:nth-child(2) {
        grid-area: feature2;
    }

    .feature_hight:nth-child(3) {
        grid-area: feature3;
        justify-self: center;
        align-self: center;
    }
}

@media (max-width: 700px) {
    .feature_hight {
        width: 90%;
        aspect-ratio: unset;
        padding: 15px;
    }
}

.feature_hight {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    aspect-ratio: 1.5;
}

.feature_hight:nth-child(1) {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/one.png");
    justify-content: flex-start;
    /* Текст первого блока по верху */
}

.feature_hight:nth-child(2) {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/two.png");
    justify-content: flex-end;
    /* Текст второго блока по низу */
}

.feature_hight:nth-child(3) {
    background-image: url("https://tek-storage.com/irina_templates/printer_template/img/three.png");
    justify-content: center;
    /* Текст третьего блока по центру */
}

.text_top_features_hight {
    font-family: 'Averia Serif Libre';
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 36px;
text-align: center;
color: #FFFFFF;
text-shadow: 2px 2px 0px #000000;
    margin-bottom: auto;
}

.text_bottom_features_hight {
font-family: 'Bellota Text';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 31px;
text-align: center;
color: #000000;
    margin-top: auto;
    text-shadow: 2px 4px 4px rgba(255, 255, 255, 0.25);
}

@media (min-width: 1202px) {
    .feature_hight {
        padding: 30px;
    }
    .together_features_hight {
        gap: 0;
    }
}

@media screen and (max-width: 700px) {

    .together_block_top_hight,
    .together_block_bottom_hight {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .left_bottom_block_hight,
    .right_bottom_block_hight,
    .left_top_block_hight,
    .right_top_block_hight {
        width: 100%;
    }

    .left_top_block_hight,
    .left_bottom_block_hight {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .feature_hight {
        width: 100%;
    }
}


@media (max-width: 1200px) {
    .text_top_features_hight {
        font-size: 25px;
        line-height: 30px;
    }

    .text_bottom_features_hight {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 1100px) {
    .text_top_features_hight {
        font-size: 24px;
        line-height: 30px;
    }

    .text_bottom_features_hight {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1000px) {
    .feature_hight {
        padding: 10px 10px 15px 10px;
    }
}

@media (max-width: 901px) {
    .feature_hight {
        padding: 30px;
    }

    .text_top_features_hight {
        font-size: 30px;
        line-height: 36px;
    }

    .text_bottom_features_hight {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 901px) and (min-width: 801px) {
    #min_hight {
        width: 55%;
    }
}

@media (max-width: 800px) {
    .feature_hight {
        padding: 20px;
    }

    .text_top_features_hight {
        font-size: 25px;
        line-height: 30px;
    }

    .text_bottom_features_hight {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 801px) and (min-width: 700px) {
    #min_hight {
        width: 50%;
    }
}

@media (max-width: 699px) and (min-width: 601px) {
    .feature_hight {
        padding: 50px;
        width: 80%;
    }

    .text_top_features_hight {
        font-size: 30px;
        line-height: 36px;
    }

    .text_bottom_features_hight {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 600px) and (min-width: 400px) {
    .feature_hight {
        padding: 40px;
        width: 100%;
    }

    .text_top_features_hight {
        font-size: 30px;
        line-height: 36px;
    }

    .text_bottom_features_hight {
        font-size: 25px;
        line-height: 31px;
    }
}