*,
*::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: 1400px;
    background: linear-gradient(163.11deg, #FFFFFF 0%, #EFF7FF 100%);
}

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

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

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

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

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

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

@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 {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 16.3px rgba(0, 51, 102, 0.05);
}

.logo_header {
    width: 135px;
}

.links_header {
    display: flex;
    align-items: center;
}

.one_link_header,
.two_link_header,
.three_link_header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00162D;
}

.one_link_header,
.two_link_header {
    margin-right: 18px;
}

.icons_header {
    display: flex;
    align-items: center;
}

.one_icon_header {
    width: 26px;
    margin-right: 10px;
}

.two_icon_header {
    width: 30px;
}

/* one_block */

.first_block {
    margin: 30px 30px 40px 30px;
}

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

.mini_offer,
.specs {
    flex: 1;
}

.main_images {
    margin: 0 30px;
    flex: 0 0 500px;
}


/* slider main */


.main_images input[type=radio] {
    display: none;
}

.main_images .card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .4s ease;
    cursor: pointer;
}

.main_images .container {
    position: relative;
    width: 500px;
    height: 300px;
    transform-style: preserve-3d;
}

.main_images img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.rew {
    padding: 10px;
    width: 300px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 51, 102, 0.09);
    border-radius: 30px;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
    transform: translatex(-40%) scale(.8);
    /* opacity: .4; */
    z-index: 0;
}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
    transform: translatex(40%) scale(.8);
    /* opacity: .4; */
    z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
    transform: translatex(0) scale(1);
    /* opacity: 1; */
    z-index: 1;
}

#item-2:checked~.player #test {
    transform: translateY(0);
}

#item-2:checked~.player #test {
    transform: translateY(-40px);
}

#item-3:checked~.player #test {
    transform: translateY(-80px);
}

#item-1:checked~.cards #song-3::before,
#item-2:checked~.cards #song-1::before,
#item-3:checked~.cards #song-2::before,
#item-1:checked~.cards #song-2::before,
#item-2:checked~.cards #song-3::before,
#item-3:checked~.cards #song-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.5px);
    -webkit-background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 10px;
    z-index: 1;
    transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

#item-1:checked~.cards #song-1::before,
#item-2:checked~.cards #song-2::before,
#item-3:checked~.cards #song-3::before {
    background: transparent;
    backdrop-filter: none;
}

.main_images {
    position: relative;
}

.indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    background-color: #66CC66;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#item-1:checked~.indicators label[for="item-1"],
#item-2:checked~.indicators label[for="item-2"],
#item-3:checked~.indicators label[for="item-3"] {
    background-color: rgba(0, 51, 102, 0.1);
    ;
}

.indicator:hover {
    background-color: rgba(0, 51, 102, 0.1);
    ;
}

@media screen and (max-width: 500px) {
    .indicator {
        display: none;
    }
}

/* slider and */


.main_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #00162D;
    margin-bottom: 20px;
}

.mini_offer {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #00162D;
}

.title_specs {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #00162D;
    margin-bottom: 10px;
}

.specs_one_blok {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon_one_block {
    width: 25px;
    margin-right: 10px;
}

.name_specs {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #00162D;
}

.first_notes {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #00162D;
}

/* two block */

.title_two_block {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #00162D;
    margin-bottom: 15px;
}

.txt_img_two {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon_two_block {
    width: 25px;
    margin-right: 10px;
}

.icon_texts {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #00162D;
}

.text_block_two {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 51, 102, 0.1);
    border-radius: 20px;
    padding: 20px;
    margin-left: 30px;
}


.two_block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

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

#del_txt_notes {
    margin-bottom: 0;
}

.text_block_two {
    flex: 0 0 60%;
}

.over_carusel {
    margin-right: 30px;
}

/* @media (max-width: 768px) {
    .two_block {
        flex-direction: column;
    }
    .one_block_two, .text_block_two {
        flex: 0 0 100%;
    }
} */

.two_block_texts {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #00162D;
    margin-bottom: 10px;
}

.notes_two {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #00162D;
}

/* slide two */

.carousel-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 51, 102, 0.09);
    border-radius: 30px;
    --width: 160px;
    /* Adjusted for padding */
    --gap: 0;
    --num-items: 4;
    --ani-offset: calc(var(--width) * var(--num-items) * -1);
    --ani-speed: 10s;
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.carousel-wrapper::before,
.carousel-wrapper::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.carousel-wrapper::before {
    left: 0;
    background-image: linear-gradient(to right, var(--bg-clr) 0%, transparent 50%);
}

.carousel-wrapper::after {
    right: 0;
    background-image: linear-gradient(to left, var(--bg-clr) 0%, transparent 50%);
}

.carousel {
    display: flex;
    align-items: center;
    animation: slide-one var(--ani-speed) linear infinite;
}

.item {
    flex: 1 0 var(--width);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.item>img {
    width: 150px;
    object-fit: cover;
}

@keyframes slide-one {
    100% {
        transform: translateX(var(--ani-offset));
    }
}

/* three block */

.title_three_block_top {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #00162D;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.title_three_block {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #00162D;
    margin-top: 40px;
    text-align: center;
}

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

.width_cards {
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: space-around;
}

.flip-card {
    position: relative;
    cursor: pointer;
    width: 48%;
    height: 200px;
    perspective: 1000px;
}

.flip-card .side {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: transform 0.9s ease;
    /* transition: transform 1.2s ease; */
    box-shadow: 0px 0px 15px rgba(102, 49, 0, 0.1);
    border-radius: 20px;
}

.flip-card .side#one_img {
    background-image: url('../img/three_block/1.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.flip-card .side#two_img {
    background-image: url('../img/three_block/2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.flip-card .side#three_img {
    background-image: url('../img/three_block/3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.flip-card .side#four_img {
    background-image: url('../img/three_block/4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.flip-card .side.front-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 102, 0.5);
    backdrop-filter: blur(6px);
    -webkit-background: rgba(0, 51, 102, 0.5);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0px 0px 15px rgba(102, 49, 0, 0.1);
    z-index: 1;
    border-radius: 20px;
}

.flip-card .side.front-side .flip-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.flip-card .side.back-side {
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(0, 51, 102, 0.1);
    border-radius: 20px;
    transform: rotateY(-180deg);
    z-index: 1;
}

.flip-card:hover .side.front-side {
    transform: rotateY(180deg);
    z-index: 1;
}

.flip-card:hover .side.back-side {
    transform: rotateY(0deg);
    z-index: 2;
}

.flip-card .side.front-side .flip-content img {
    max-width: 90px;
}

.flip-card .side.front-side .flip-content h3 {
    margin: 15px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.6em;
}

.flip-card .side.back-side .flip-content p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.flip-card .side.back-side .flip-content a {
    margin: 20px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    color: #444;
    padding: 7px;
    border: 1px solid #444;
}

.flip-card .side.back-side .flip-content a:hover {
    background: #444;
    color: #fff;
}


.title_cards {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    /* Убираем отступы */
    flex-grow: 1;
    /* Растягиваем элемент, чтобы занять оставшееся пространство */
    display: flex;
    align-items: center;
    /* Центрируем текст внутри элемента */
    justify-content: center;
    /* Центрируем текст внутри элемента */
}

.text_arrow {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 10px;
}

.img_arrow {
    width: 20px;
}

.together_arrow {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: auto;
    /* Занимаем все свободное пространство выше */
    align-self: flex-end;
    /* Закрепляем в правом нижнем углу */
}

.info_txt_three {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

/* four_block */

.custom-slider-block {
    margin-top: 40px;
}

.custom-slider-container {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

.custom-reviews {
    display: flex;
    transition: transform 0.5s ease;
    width: 600%;
}

.custom-review {
    flex: 1;
    padding: 0;
    box-sizing: border-box;
    min-width: 16.67%;
}

.custom-review-info {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 51, 102, 0.1);
    border-radius: 30px;
    margin: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
}

.custom-review-info img {
    width: 40px;
    margin-right: 15px;
}

.custom-review-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #00162D;
    margin-bottom: 15px;
}

.custom-review-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #00162D;
}

.custom-nav-dots {
    text-align: center;
}

.custom-nav-dots label {
    display: inline-block;
    background: rgba(0, 51, 102, 0.1);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.custom-nav-dots label.active {
    background: #66CC66;
}

input[type="radio"] {
    display: none;
}

#custom-slide1:checked~.custom-reviews {
    transform: translateX(0);
}

#custom-slide2:checked~.custom-reviews {
    transform: translateX(-16.67%);
}

#custom-slide3:checked~.custom-reviews {
    transform: translateX(-33.33%);
}

#custom-slide4:checked~.custom-reviews {
    transform: translateX(-50%);
}

#custom-slide5:checked~.custom-reviews {
    transform: translateX(-66.67%);
}

#custom-slide6:checked~.custom-reviews {
    transform: translateX(-83.33%);
}

#custom-slide1:checked~.custom-nav-dots label[for="custom-slide1"],
#custom-slide2:checked~.custom-nav-dots label[for="custom-slide2"],
#custom-slide3:checked~.custom-nav-dots label[for="custom-slide3"],
#custom-slide4:checked~.custom-nav-dots label[for="custom-slide4"],
#custom-slide5:checked~.custom-nav-dots label[for="custom-slide5"],
#custom-slide6:checked~.custom-nav-dots label[for="custom-slide6"] {
    background: #66CC66;
}

/* block_info_bottom */

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

.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: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.02);
    border-radius: 10px;
}

.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: #66CC66;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.02);
    border-radius: 10px;
    color: #FFFFFF;
}

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

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

#one_bottom {
    margin-bottom: 15px;
}

/* more_offers */

.together_offers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
}

.more_printers {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 51, 102, 0.09);
    border-radius: 20px;
    padding: 10px 20px 20px 20px;
}

.first_printer {
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.title_more_offers {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #00162D;
    margin-bottom: 15px;
}

.text_arrow_bottoms {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #00162D;
    margin-right: 10px;
}

.more_printers.one_printer {
    margin-right: 30px;
}

/* footer */

footer {
    margin: 20px 0 0 0;
    padding: 30px;
    background: #003366;
    display: flex;
    align-items: center;
}

.logo_footer {
    width: 135px;
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.1));
}

.icons_footer {
    display: flex;
    align-items: center;
}

.number_one_footer {
    width: 30px;
    margin-right: 10px;
}

.number_two_footer {
    width: 40px;
}

.text_footer {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 75%;
}

.notes_footer {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.together_text_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* hower */

.one_link_header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #66CC66;
    transition: width 0.3s ease;
}

.two_link_header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #66CC66;
    transition: width 0.3s ease;
}

.three_link_header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #66CC66;
    transition: width 0.3s ease;
}

.one_link_header:hover::before {
    width: 100%;
}

.two_link_header:hover::before {
    width: 100%;
}

.three_link_header:hover::before {
    width: 100%;
}

.one_link_header,
.two_link_header,
.three_link_header {
    position: relative;
    text-decoration: none;
    color: #00162D;
}

/* Icons links */

.one_icon_header,
.two_icon_header {
    display: inline-block;
    transition: transform 0.3s ease;
}

.one_icon_header:hover {
    transform: scale(1.1);
}

.two_icon_header:hover {
    transform: scale(1.1);
}

.number_one_footer,
.number_two_footer {
    display: inline-block;
    transition: transform 0.3s ease;
}

.number_one_footer:hover {
    transform: scale(1.1);
}

.number_two_footer:hover {
    transform: scale(1.1);
}

.dis_non {
    text-decoration: none;
}

/* more offers */

.link_read {
    text-decoration: none;
}

.together_offers {
    display: flex;
    gap: 10px;
    /* расстояние между элементами */
    overflow-x: auto;
    scrollbar-width: thin;
}

.more_printers {
    flex: 1 1 calc(25% - 10px);
    /* каждый элемент занимает четверть ширины контейнера с учетом расстояния */
    min-width: 250px;
    /* минимальная ширина элемента */
}

.together_arrow_read {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: auto;
    align-self: flex-end;
    position: relative;
    overflow: hidden;
}

.together_arrow_read img {
    transition: opacity 0.3s ease;
}

.together_arrow_read:hover img {
    opacity: 0;
}

.no_link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* Re */

.tekSwamp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Literata', serif;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 51, 102, 0.1);
    border-radius: 20px;
    padding: 20px 20px 0 20px;
    margin: 30px 0;
}


.tekSwamp-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #00162D;
    margin-bottom: 20px;
    text-align: center;
}


.tekSwamp-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


.tekSwamp-step {
    display: flex;
    align-items: flex-start;
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
    box-sizing: border-box;
}


.tekSwamp-icon {
    font-size: 30px;
    color: #66CC66;
    margin-right: 15px;
    flex-shrink: 0;
}


.tekSwamp-content {
    flex: 1;
}


.tekSwamp-step-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #00162D;
    margin-bottom: 5px;
}


.tekSwamp-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #00162D;
    margin: 0;
}


@media (max-width: 900px) {
    .tekSwamp-step {
        flex-basis: 100%;
    }
}


/* media screen */

@media screen and (max-width: 1400px) {
    .together_offers {
        flex-wrap: nowrap;
        /* элементы будут выстраиваться в одну линию, если ширина экрана слишком маленькая */
    }

    .more_printers {
        flex: 0 0 auto;
        /* элементы не будут сжиматься */
        min-width: 250px;
        /* минимальная ширина сохраняется */
    }
}

@media screen and (max-width: 1400px) {
    .two_block {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        align-content: center;
    }

    .specifications {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .specs_one_blok {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-right: 30px;
    }

    .title_specs {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        color: #00162D;
        margin-bottom: 15px;
    }

    .main_images {
        margin: 30px 30px;
        flex: 0;
    }

    .title_specs {
        text-align: center;
    }

    .specifications {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main_images .container {
        position: relative;
        width: 800px;
        height: 300px;
        transform-style: preserve-3d;
    }

    .mini_offer {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #00162D;
        text-align: center;
    }

    .main_images .card {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 40%;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        transition: transform .4s ease;
        cursor: pointer;
    }
}

@media screen and (max-width: 1200px) {
    .info_txt_three {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }
}

@media screen and (max-width: 1000px) {
    .card-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .info_txt_three {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #000000;
    }

    .width_cards {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    #one_width_cards {
        margin-bottom: 20px;
    }

    .two_block {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        flex-direction: column-reverse;
    }

    .one_block_two {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .text_block_two {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .sroke {
        display: flex;
        justify-content: center;
        margin: 10px;
    }

    .txt_img_two {
        margin-right: 10px;
    }

    .together_two {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 900px) {
    .more_printers.one_printer {
        margin-right: 10px;
    }

    .more_printers {
        max-width: 250px;
        height: 270px;
        padding: 10px;
    }

    .first_printer {
        max-height: 150px;
    }

    .title_more_offers {
        font-size: 20px;
        line-height: 27px;
    }
}

@media screen and (max-width: 800px) {
    .custom-slider-container {
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
        position: relative;
    }

    .main_images .container {
        position: relative;
        width: 500px;
        height: 300px;
        transform-style: preserve-3d;
    }

    .main_images .card {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 60%;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        transition: transform .4s ease;
        cursor: pointer;
    }
}

@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: 600px) {
    .links_header {
        display: none;
    }

    .one_block_two {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        flex-direction: column;
        align-content: center;
    }

    .together_two {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .carousel-wrapper {
        margin-bottom: 20px;
    }

    .text_img_two {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    footer {
        margin: 20px 0 0 0;
        padding: 30px;
        background: #003366;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .logo_footer {
        width: 135px;
        filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.1));
        margin-bottom: 20px;
    }

    footer .icon-link {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .title_specs {
        text-align: left;
    }

    .specifications {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .together_two {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .text_img_two {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

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

    .width_cards {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .flip-card {
        position: relative;
        cursor: pointer;
        width: 100%;
        height: 200px;
        perspective: 1000px;
    }

    .flip-card {
        position: relative;
        cursor: pointer;
        width: 100%;
        height: 200px;
        perspective: 1000px;
        margin-bottom: 20px;
    }

    #one_width_cards {
        margin-bottom: 0;
    }

    .custom-slider-block {
        margin-top: 20px;
    }
}

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

    #song-2,
    #song-3 {
        display: none;
    }

    .main_images .card {
        width: 100%;
    }

    .main_images .container {
        width: 400px;
    }
}

@media screen and (max-width: 400px) {
    .main_images .container {
        width: 250px;
    }

    .rew {
        width: 250px;
        height: 250px;
    }

    .custom-review-info {
        margin: 10px;
        display: flex;
        flex-direction: column;
    }

    .custom-review-info img {
        margin-bottom: 10px;
        width: 40px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 400px) {
    .text_arrow_bottoms {
        font-size: 16px;
    }

    .more_printers {
        max-width: 200px !important;
        padding: 10px;
    }

    .more_printers {
        flex: 0 0 auto;
        min-width: 200px;
    }

    .together_offers {
        padding: 10px 10px 20px 10px;
    }

    .first_block {
        margin: 15px 15px 40px 15px;
    }

    .tekSwamp-wrapper {
        margin: 40px 10px 40px 10px;
    }
}

@media screen and (max-width: 500px) {
    .first_block {
        margin: 15px 15px 40px 15px;
    }
}

@media (max-width: 300px) {
    .tekSwamp-wrapper {
        padding: 10px;
    }


    .tekSwamp-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .tekSwamp-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 300px) {
    .title_three_block {
        font-size: 25px;
        line-height: 29px;
    }

    .text_footer {
        font-size: 17px;
    }

    .content p {
        font-size: 16px;
        line-height: 25px;
    }

    .tekSwamp-wrapper {
        margin: 40px 10px !important;
    }

    .main_title {
        font-size: 28px;
        line-height: 34px;
    }

    .mini_offer {
        font-size: 18px;
        line-height: 26px;
    }

    .first_notes {
        font-size: 16px;
        line-height: 25px;
    }

    .name_specs {
        font-size: 18px;
        line-height: 25px;
    }

    .main_images .container {
        width: 200px;
    }

    .main_images {
        margin: 10px;
    }

    .text_block_two {
        padding: 10px;
        margin-left: 0;
    }

    header {
        flex-direction: column;
    }

    .icon_texts {
        font-size: 18px;
        line-height: 25px;
    }

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

    .tekSwamp-step-title {
        font-size: 18px;
        line-height: 25px;
    }

    .tekSwamp-text {
        font-size: 16px;
        line-height: 22px;
    }
}