@font-face {
    font-family: Helvetica;
    font-weight: 400;
    src: url("../fonts/Helvetica.woff2");
}

@font-face {
    font-family: Helvetica;
    font-weight: 700;
    src: url("../fonts/Helvetica-Bold.woff2");
}


#confirmButton {
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}

html {
    box-sizing: border-box;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

ul {
    padding: 0;
    border: 0;
}

ul li {
    list-style: none;
}

.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}

picture {
    display: block;
    width: 100%;
    height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: Helvetica;
    background: #fff;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.meditech_header__fixed {
    position: fixed;
    z-index: 10000;
    border-radius: 0 0 20px 20px;
    background: #187A4E;
    width: 100%;
    top: 0px;
    left: 0;
}

.meditech_header__wrappper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.meditech_header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.color-gray {
    color: #808080;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__link__logo {
    display: flex;
    align-items: center;
    max-width: 205px;
    width: 100%;
    height: 32px;
}

@media (max-width:600px) {
    .header__link__logo {
        max-width: 160px;
        height: 20px;
    }
}


.meditech_header__links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.meditech_header__burger {
    display: none;
}


.meditech_header__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s;
}

.meditech_header__link:hover {
    transition: 0.4s;
    opacity: 0.5;
}


.meditech_headers {
    background-image: url("../img/bg__img.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    min-height: 800px;
    margin-top: 66px;
}

@media (max-width:600px) {
    .meditech_headers {
        margin-bottom: 40px;
        min-height: 640px;
        background-image: url("../img/bg__img-mob.webp");
    }
}

.meditech_header_bg {
    padding-top: 0px;
    padding-bottom: 24px;
}

.meditech_header__wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.meditech_header__block {
    padding: 24px 24px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
}

@media (max-width:600px) {
    .meditech_header__block {
        padding: 16px 16px;
    }
}

.header__wrap {
    justify-content: center;
}

.meditech_header__images {
    display: flex;
}

.meditech_header__title {
    color: #1E1E1E;
    text-align: center;
    font-size: 60px;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 130%;
    /* 78px */
    margin-bottom: 24px;
}

.header__title {
    text-align: center;
    font-size: 72px;
    width: 100%;
    margin-bottom: 0;
}

.meditech_header__span {
    color: #594FFF;
}

.meditech_header__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.meditech_header__play {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 451px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    border: 2px solid #187A4E;
    background: #FFF;
    margin: 0 auto;
    color: #187A4E;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_header__basket {
    position: relative;
    cursor: pointer;
    max-width: 34px;
    width: 100%;
    height: 34px;
}


.meditech_header_span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    padding: 3.5px 5px 4.5px 6px;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 16px;
    border: 1px solid #333;
    background: #76FD6C;
    color: #000;
    font-size: 10px;
}

@media (max-width:600px) {
    .meditech_header__basket {
        max-width: 20px;
        width: 100%;
        height: 20px;
    }

    .meditech_header_span {
        width: 13px;
        height: 13px;
        padding: 3.5px 5px 3.5px 5px;
    }
}

.meditech_header__play:hover {
    background: transparent;
    color: #fff;
    transition: 0.4s;
}

.meditech_categories {
    padding-bottom: 80px;
}

@media (max-width:600px) {
    .meditech_categories {
        padding-bottom: 40px;
    }
}

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

.meditech_categories__title {
    color: #1A1A1A;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.meditech_categories__link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #806BC7;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: 0.4s;
}

.meditech_categories__link:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.meditech_categories__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.meditech_categories__item {
    max-width: 300px;
    padding: 8px 8px 16px 8px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.meditech_categories__images {
    margin-bottom: 16px;
}

.meditech_categories__name {
    color: #1A1A1A;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.meditech_discount {
    background-image: url("../img/discount.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 80px;
}

.meditech_discount__min-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16px;
}

@media (max-width:600px) {
    .meditech_discount {
        padding-top: 32px;
        padding-bottom: 32px;
        margin-bottom: 40px;
        min-height: 600px;
        background-image: url("../img/discount-mob.webp");
    }

    .meditech_discount__min-title {
        font-size: 20px;
    }
}

.meditech_discount__box {
    display: flex;
    justify-content: flex-end;
}

.meditech_discount__wrap {
    max-width: 600px;
}

.meditech_discount__title {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.meditech_discount__text {
    color: #E8E8E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 28px;
}

.meditech_discount__link {
    display: flex;
    width: 205px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid #187A4E;
    background: #FFF;
    font-size: 16px;
    color: #187A4E;
    font-weight: 600;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_discount__link img {
    width: 16px;
    height: 16px;
}

.meditech_discount__link:hover {
    border-radius: 12px;
    background: #1C3959;
    color: #FFF;
    transition: 0.4s;
}

.meditech_products {
    padding-bottom: 80px;
}

@media (max-width:600px) {
    .meditech_products {
        padding-bottom: 40px;
    }
}

.products {
    padding-top: 140px;
    padding-bottom: 80px;
}

.meditech_products__categories {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 6px;
}

.meditech_products__title {
    color: #1A1A1A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.meditech_products__name {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 6px;
}

.meditech_products__price {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 6px;
}

.meditech_products__stars {
    display: flex;
    margin-bottom: 6px;
    max-width: 60px;
    width: 100%;
    height: 12px;
}

.meditech_products__left {
    width: 100%;
}

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

.meditech_products__link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #806BC7;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: 0.4s;
}

.meditech_products__link:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.meditech_products__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.meditech_products__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.meditech_products__header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.products__header {
    flex-direction: column;
}

.meditech_products__item {
    max-width: 300px;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.meditech_products__img {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.meditech_products__btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    background: #187A4E;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
}

.products__btn_act {
    background: #09233F;
}

.products__btn_act svg path {
    stroke: #FFF;
    /* Цвет иконки при активной кнопке */
}

.cart__infos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.total {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.cart__checkout {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #4D4D4D;
    border: 1px solid #4D4D4D;
    margin-bottom: 12px;
    transition: 0.4s;
}

.cart__checkout:hover {
    background: #FFF;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    transition: 0.4s;
}

.cart__go {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(24, 122, 78, 0.10);
    transition: 0.4s;
}

.cart__go:hover {
    background: #1C3959;
    color: #FFF;
    transition: 0.4s;
}

.cart__count {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_products__icons {
    width: 20px;
}

.meditech_life {
    background: url("../img/bg_life.webp") no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.meditech_life__left {
    max-width: 580px;
}

.meditech_products__count {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_products__num {
    font-weight: 600;
    color: #1A1A1A;
}

.meditech_products__sort {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.meditech_products__cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.meditech_products__card-list {
    max-width: 861px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
}

.meditech_products__card-name {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.meditech_products__list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}

.meditech_products__list a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.meditech_products__top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 166px;
    width: 100%;
}

.meditech_products__prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 166px;
    width: 100%;
    padding: 7px 16px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}

@media (max-width:800px) {
    .meditech_products__cards {
        flex-direction: column;
        gap: 24px;
    }

    .meditech_products__top {
        max-width: 328px;
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

    .meditech_products__prices {
        max-width: 251px;
        width: 100%;
    }

    .meditech_products__card-list {
        gap: 16px;
    }

    .meditech_products__list {
        gap: 12px;
    }

    .products {
        padding-top: 86px;
    }

    .meditech_products__sort {
        flex-shrink: 0;
    }

    .meditech_products__list a {
        font-size: 12px;
    }
}

.meditech_products__btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 0;
    background: transparent;
}

.meditech_products__info {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_products__arrows {
    cursor: pointer;
}

.meditech_life__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.meditech_life__right {
    max-width: 580px;
    width: 100%;
}

.meditech_life__title {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.meditech_life__text {
    color: #CCC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.meditech_testimonials {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.meditech_testimonials__btns {
    display: flex;
    display: none;
    gap: 12px;
}

.meditech_testimonials__title {
    color: #1A1A1A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.meditech_testimonials__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 180px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

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

.meditech_testimonials__items {
    display: flex;
    justify-content: space-between;
}

.meditech_testimonials__item {
    max-width: 400px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.meditech_testimonials__icons {
    max-width: 33px;
    width: 100%;
    height: 29px;
    margin-bottom: 16px;
}

.meditech_testimonials__text {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.meditech_testimonials__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.meditech_testimonials__content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.meditech_testimonials__stars {
    width: 20px;
}

.meditech_testimonials__avatar {
    max-width: 56px;
    width: 100%;
    height: 56px;
}

.meditech_testimonials__ava {}

.meditech_testimonials__block {}

.meditech_testimonials__name {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.meditech_testimonials__info {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_testimonials__star {
    display: flex;
}


.parissympa_demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.parissympa_demo__wrapper {
    border-radius: 10px;
    border: 1px solid #060606;
}

.parissympa_demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 640px;
    border-radius: 20px;
}

.meditech_header__forms {
    border-radius: 20px;
    background: #04004A;
    display: flex;
    padding: 60px;
    align-items: center;
    gap: 80px;
}

.meditech_header__right {
    max-width: 520px;
    width: 100%;
}

.meditech_header_contact__title {
    color: #FFF;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.meditech_header_contact__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.meditech_header_contact__lable {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.meditech_header_contact__form {
    width: 100%;
}

.meditech_header_contact__input {
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.meditech_header_contact__message {
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 24px;
}

.meditech_header_contact__email {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.meditech_header_contact__form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.meditech_header_contact__btn {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    text-transform: uppercase;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #FFF;
    transition: 0.4s;
}

.meditech_header_contact__btn:hover {
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s
}

.meditech_header_form {
    padding-bottom: 80px;
    padding-top: 40px;
    margin-bottom: 0;
}

.cart {
    position: fixed;
    top: 70px;
    right: 0;
    padding: 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    height: 424px;
    overflow-y: auto;
    max-width: 424px;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: 0.4s;
}

.active-style {
    opacity: 1;
    z-index: 1;
    transition: 0.4s;
}

.cart__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E6E6E6;
}

.cart__img {
    max-width: 120px;
}

.cart__head {
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 5px;
}

.cart__info {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cart__content {
    max-width: 216px;
    width: 100%;
}

.cart__close {
    cursor: pointer;
}

.cart__price {
    color: #1A1A1A;
    font-weight: 600;
}

.cart__no {
    display: none;
}

.cart__header {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 16px;
}

.meditech_about {
    background: #187A4E;
    padding-top: 120px;
    padding-bottom: 80px;
}

.meditech_about__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.meditech_about__left {
    max-width: 580px;
}

.meditech_about__title {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.meditech_about__head {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.meditech_about__text {
    color: #D4D4D4;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}


.meditech_why {
    background-image: url("../img/about/why_bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width:600px) {
    .meditech_why {
        background-image: url("../img/about/why_bg-mob.webp");
    }
}

.meditech_why__icons {
    max-width: 64px;
    width: 100%;
    height: 64px;
}

.meditech_why__right {
    max-width: 608px;
    width: 100%;
}

.meditech_why__box {
    display: flex;
    justify-content: space-between;
}

.meditech_why__title {
    color: #000;
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.meditech_why__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.meditech_why__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}

.meditech_why__item {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.meditech_why__head {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
}

.meditech_why__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(27, 46, 121, 0.30);
    backdrop-filter: blur(4.800000190734863px);
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.popup__game {
    width: 100%;
    height: 400px;
}

.popup__iframe {
    width: 100%;
    height: 100%;
}

.popup__title {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

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

.popup__close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.modal {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal__title {
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;

    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn {
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    border-radius: 12px;
    border: 2px solid #1C3959;
    background: #FFF;

    color: #1C3959;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover {
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 16px;
    background: #1C3959;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 453px;
    border-radius: 5px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img {
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.cookie-popup.hidden {
    display: none;
}

.popupcookie {
    display: none;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #1C3959;
    border-radius: 20px 20px 0 0;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
}

@media(max-width: 1024px) {
    .popupcookie__content {
        flex-direction: column;
    }
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.popupcookie__btn {
    border: none;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 12px;
    border: 2px solid #1C3959;
    background: #FFF;
    color: #1C3959;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #1C3959;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.popupcookie__button:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.popupcookie__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.active__block {
    display: flex;
}


.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.desc__top {
    padding-top: 140px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.meditech_games__iframes {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 462px;
    margin-bottom: 20px;
}

.meditech_games__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.meditech_game {
    margin-bottom: 30px;
}

.meditech_game__title {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 10px;
}

.meditech_game__text {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.meditech_game__list {
    padding-left: 20px;
}


.game__list {
    list-style: none;
}

.meditech_game__info {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.meditech_conclusiondop__text_line {
    text-decoration: underline;
}

.mob {
    display: none;
}

.meditech_contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/form.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 66px;
}

.meditech_contact__title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}

.meditech_contact__wrap {
    display: flex;
    gap: 32px;
}

.meditech_contact__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 260px;
    min-height: 380px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.40);
    padding: 0px 20px;
}

.meditech_contact__img {
    max-width: 51px;
    width: 100%;
    height: 39px;
}

.meditech_contact__mail {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 27.2px */
    transition: 0.4s;
}


.meditech_contact__right {
    max-width: 708px;
    width: 100%;
    padding: 48px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.40);
}

.meditech_contact__head {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}

.meditech_contact__top {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.meditech_contact__input {
    width: 295px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    padding: 14px 16px;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.meditech_contact__message {
    font-size: 16px;
    font-weight: 400;
    width: 607px;
    height: 100px;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    resize: none;
    margin-bottom: 16px;
}

.meditech_contact__btn {
    border: none;
    border-radius: 8px;
    background: #187A4E;
    display: flex;
    width: 180px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_contact__btn:hover {
    background: #fff;
    color: #000;
    transition: 0.4s;
}


.meditech_blog {
    padding-top: 160px;
    padding-bottom: 80px;
}

.meditech_blog__title {
    color: #1A1A1A;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 32px;
}

.meditech_blog__items {
    display: flex;
    justify-content: space-between;
}

.meditech_blog__item {
    max-width: 400px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

.meditech_blog__content {
    padding: 24px;
}

.meditech_blog__img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.meditech_blog__images {
    position: relative;
}

.meditech_blog__data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
}

.meditech_blog__number {
    color: #1A1A1A;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
}

.meditech_blog__month {
    color: #808080;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.meditech_blog__top {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
}

.meditech_blog__inner {
    display: flex;
    align-items: center;
    gap: 4px;
}

.meditech_blog__info {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_blog__head {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
}

.meditech_blog__link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #806BC7;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_blog__link:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.meditech_error {
    padding-top: 140px;
    padding-bottom: 80px;
}

.meditech_error__title {
    color: #333;
    text-align: center;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 32px;
}

.meditech_error__head {
    color: #1A1A1A;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 34px;
}

.meditech_error__subtitle {
    color: #1A1A1A;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.meditech_error__link {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #4D4D4D;
    border: 1px solid #4D4D4D;
    width: 223px;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_error__link:hover {
    background: #fff;
    color: #000;
    transition: 0.4s;
}

.meditech_header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1A1A1A;
    position: fixed;
    top: 0;
    left: 0;
}

.meditech_information {
    padding-top: 140px;
    padding-bottom: 80px;
}

.meditech_information__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.meditech_information__add {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    padding: 40px;
    background: #FFF;
}

.meditech_information__images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.meditech_information__imagess {
    position: relative;
}

.meditech_information__bold {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
}

.meditech_information__list {
    padding-left: 20px;
}

.meditech_information__caption {
    color: #808080;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.meditech_information__home {}

.meditech_information__arrow {}

.meditech_information__link {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_information__index {
    color: #806BC7;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_information__wrap {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    max-width: 872px;
    margin: 0 auto;
}

.meditech_information__img {
    border-radius: 8px;
}

.meditech_information__title {
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.meditech_information__subtitle {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}

.meditech_information__names {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFF;
    padding: 24px 0px;
    box-shadow: 0px 1px 0px 0px #E5E5E5;
    margin-bottom: 16px;
}

.meditech_information__name {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 4px;
}

.meditech_information__time {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_information__text {
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.meditech_information__head {
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}

.meditech_information__game {
    margin-bottom: 16px;
}

.meditech_information__bottom {
    background: url("../img/blog/gaming.webp") no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 56px;
}

.meditech_information__wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.meditech_information__sub {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.42px;
    text-transform: uppercase;

    margin-bottom: 4px;
}

.meditech_information__categoria {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    max-width: 150px;
    line-height: 120%;
    margin-bottom: 16px;
}

.meditech_information__btn {
    display: flex;
    width: 162px;
    padding: 14px 22px;
    gap: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 43px;
    background: #1C3959;
    border: 1px solid #1C3959;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_information__btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: 0.4s;
}

.meditech_information__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.meditech_information__circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meditech_information__info {
    color: #B3B3B3;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
}

.meditech_information__circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 91px;
    height: 91px;
    align-items: center;
    border-radius: 45.5px;
    background: #212121;
    gap: 2px;
}

.meditech_information__rating {
    color: #FF8A00;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
}

.meditech_checkout {
    padding-top: 86px;
    padding-bottom: 80px;
}

.meditech_checkout__title {
    color: #1A1A1A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}

.meditech_checkout__wrap {
    max-width: 816px;
    width: 100%;
}

.meditech_checkout__left {
    width: 100%;
}

.meditech_checkout__red {
    color: red;
}

.meditech_checkout__head {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
}

.meditech_checkout__form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.meditech_checkout__block1 {
    display: flex;
    justify-content: space-between;
}

.meditech_checkout__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.meditech_checkout__label {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

.collect input,
.meditech_checkout__input {
    height: 49px;
    padding: 8px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.meditech_checkout__block2 {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.meditech_checkout__block3 {
    display: flex;
    justify-content: space-between;
}

.meditech_checkout__line {
    background: #E6E6E6;
    height: 1px;
    width: 100%;
    margin-bottom: 32px;
}

.meditech_checkout__message {
    height: 100px;
    padding: 14px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    resize: none;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.meditech_cart__container {
    flex-direction: column;
}

.meditech_cart__out {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.input_5 {
    width: 280px;
}

.input_6 {
    width: 180px;
}

.input_7 {
    width: 103px;
}

.input_8 {
    width: 400px;
    margin-bottom: 32px;
}

.input_9 {
    width: 400px;
    margin-bottom: 32px;
}

.meditech_checkout__right {
    max-width: 400px;
    width: 100%;
}

.checkout_wrapper {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 24px;
    margin-bottom: 16px;
}

.checkout_wrapper__head {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}

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

.checkout_wrapper__left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.checkout_wrapper__product {
    max-width: 60px;
}

.checkout_wrapper__name {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.checkout_wrapper__right {
    display: flex;
    gap: 16px;
}

.checkout_wrapper__count {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.checkout_wrapper__price {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.checkout_wrapper__inner {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    background: #FFF;
}

.checkout_wrapper__info {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.checkout_wrapper__bold {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.checkout_wrapper__blue {
    color: #24445E;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.checkout_wrapper__text {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.checkout_wrapper__link {
    color: #1E1E1E;
    text-decoration-line: underline;
    transition: 0.4s;
}

.checkout_wrapper__link:hover {
    opacity: 0.5;
    text-decoration-line: none;
    transition: 0.4s;
}

.checkout_wrapper__btn {
    padding: 16px 40px;
    border-radius: 8px;
    background: #187A4E;
    width: 100%;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.checkout_wrapper__btn:hover {
    background: #4f87b6;
    transition: 0.4s;
}

.meditech_checkout__inners {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.meditech_checkout__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 300px;
    width: 100%;
}

.meditech_checkout__header {
    color: #1A1A1A;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 6px;
}

.meditech_checkout__sup {
    color: #808080;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_checkout__images {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 180px;
    width: 70px;
    height: 70px;
    background: linear-gradient(0deg, rgba(28, 57, 89, 0.10) 0%, rgba(28, 57, 89, 0.10) 100%), #FFF;
}


.meditech_cart {
    padding-top: 86px;
    padding-bottom: 80px;
}

.meditech_cart__box {}

.body__container {}

.meditech_cart__title {
    color: #1A1A1A;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}

.meditech_cart__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.meditech_cart__wraps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.meditech_cart__left {
    max-width: 792px;
    width: 100%;
    padding: 0px 16px;
}

.meditech_cart__top {}

.cart__top {
    display: flex;
    padding: 16px 80px 16px 0px;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.cart__top__head {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.cart__top__head:nth-child(1) {
    max-width: 238px;
    width: 100%;
}

.meditech_cart__content {}

.carts__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 100px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 12px;
}

.carts__content__left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.carts__content__box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.carts__content__product {
    max-width: 100px;
}

.carts__content__name {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 138px;
}

.carts__content__price {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.carts__content__bold {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

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

.carts__content__wrap {
    display: flex;
    align-items: center;
    gap: 80px;
}

.carts__content__counter {
    display: flex;
    align-items: center;
    border-radius: 170px;
    border: 1px solid #E6E6E6;
    padding: 8px;
    background: #FFF;
}

.carts__content__minus {
    border-radius: 170px;
    background: #F2F2F2;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.carts__content__count {
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 40px;
}

.carts__content__plus {
    border-radius: 170px;
    background: #F2F2F2;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.carts__content__close {
    cursor: pointer;
}

.meditech_cart__bottom {
    display: flex;
    justify-content: space-between;
}

.meditech_cart__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 8px;
    border: 2px solid #187A4E;
    background: #FFF;
    color: #187A4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_cart__cup {
    color: #808080;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.meditech_cart__btn:hover {
    transition: 0.4s;
    background: #1C3959;
    color: #FFF;
}

.cart__btn_act {
    padding: 16px 40px;
    color: #FFF;
    border-radius: 8px;
    background: #4D4D4D;
}



.cart__btn_act:hover {
    transition: 0.4s;
    background: #ffffff;
    color: #4D4D4D;
}



.meditech_cart__right {
    max-width: 424px;
    min-height: 296px;
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.meditech_cart__head {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 14px;
}

.meditech_cart__inner {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #E5E5E5;
    margin-bottom: 10px;
}

.meditech_cart__header {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_cart__price {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.meditech_cart__bold {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.meditech_cart__porcce {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background: #187A4E;
    padding: 16px 40px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 14px;
    transition: 0.4s;
}

.meditech_cart__porcce:hover {
    transition: 0.4s;
    background: #528ccb;
}

.meditech_cart__code {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 683px;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.meditech_cart__coupon {
    font-size: 12px;
    text-align: left;
}

.meditech_cart__input {
    padding: 14px 24px;
    width: 531px;
    border-radius: 46px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_cart__add {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 40px;
    height: 54px;
    width: 196px;
    border-radius: 12px;
    background: #333;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    border: none;
    cursor: pointer;
    transition: 0.4s;
}

.meditech_cart__add:hover {
    transition: 0.4s;
    background: #848181;
}

.meditech_information__wrappers {}

.meditech_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.meditech_detail__right {
    flex: 0 1 50%;
    width: 100%;
}

.meditech_detail__header {
    display: flex;
    justify-content: space-between;
}

.meditech_detail__title {
    color: #1A1A1A;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
    max-width: 541px;
}

.meditech_detail__stock {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(32, 181, 38, 0.20);
    width: 71px;
    height: 29px;
}

.meditech_detail__sup {
    color: #20B526;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_detail__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.meditech_detail__stars {
    display: flex;

}

.meditech_detail__star {
    width: 18px;
}

.meditech_detail__review {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.meditech_detail__inner {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.meditech_detail__head {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.meditech_detail__info {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}

.meditech_detail__price {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 16px;
}

.meditech_detail__specifications {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.meditech_detail__description {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

.meditech_detail__text {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 16px;
}

.meditech_detail__btns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.meditech_detail__btn {
    display: flex;
    padding: 16px 40px;
    width: 100%;
    min-width: 200px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #187A4E;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    border: none;
    cursor: pointer;
    font-weight: 600;
    line-height: 120%;
    transition: 0.4s;
}

.meditech_detail__btn:hover {
    transition: 0.4s;
    background: #4883cb;
}

.meditech_detail__bottom {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #E5E5E5;
    margin-bottom: 16px;
}

.meditech_detail__click {
    color: #808080;
    font-size: 16px;
    padding: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

.detail__click {
    color: #1A1A1A;
    background: #FFF;
    box-shadow: 0px -2px 0px 0px #1C3959 inset;
}

.meditech_detail__information {
    padding: 24px 16px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-bottom: 16px;
    margin-top: 16px;
}

.meditech_detail__sub {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
}

.meditech_detail__sups {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.detail__inner {}

.detail__inner__wrap {
    display: flex;
    justify-content: space-between;
}

.detail__inner__left {
    max-width: 564px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail__inner__text {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}

.detail__inner__bold {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.detail__inner__right {
    max-width: 564px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meditech_content__counter {
    display: flex;
    align-items: center;
    border-radius: 170px;
    border: 1px solid #E6E6E6;
    padding: 8px;
    background: #FFF;
    max-width: 124px;
}

.meditech_content__minus {
    border-radius: 170px;
    background: #F2F2F2;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.meditech_content__count {
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 40px;
}

.meditech_content__plus {
    border-radius: 170px;
    background: #F2F2F2;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.meditech_detail__headers {
    color: #1A1A1A;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}

.products__items {
    justify-content: flex-start;
}

.detail__img {
    border-radius: 10px;
}

.meditech-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 20px 55px;
    list-style: none;
    padding: 0;
}

.meditech-nav__list a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #E9E9E9;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.meditech-nav__list a:hover {
    opacity: 0.6;
}

.tx-16 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.meditech-footer__text {
    margin-top: 24px;
    padding: 0 16px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #F2F2F2;
}

.meditech-footer {
    padding: 24px 0;
    border-radius: 20px 20px 0 0;
    background: #187A4E;
}

@media (max-width:600px) {
    .meditech-footer {
        padding: 16px 0;
    }

    .meditech_detail__btns {
        gap: 10px;
    }
}

.meditech-footer__logo {
    display: block;
    margin-bottom: 40px;
    max-width: 205px;
    width: 100%;
    height: 32px;
}

.meditech-footer__logo img {
    width: 100%;
    height: 100%;
}

.meditech-footer__address {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

.meditech-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

@media (max-width:991px) {
    .meditech-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}

.meditech-footer__left {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 367px;
    flex: 0 1 367px
}

@media (max-width:991px) {
    .meditech-footer__left {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.container {
    max-width: 1272px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.meditech-footer__pays {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 254px;
    flex: 0 1 254px;
    height: 56px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:991px) {
    .meditech-footer__pays {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.meditech-footer__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px
}

@media (max-width:991px) {
    .meditech-footer__nav {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (max-width:1220px) {
    .meditech-nav__list {
        gap: 10px 20px
    }
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .meditech_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }


    .meditech_header__fixed {
        border-radius: 0px
    }

    .meditech_header__links {
        display: none;
    }

    .meditech_header__burger {
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .meditech_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 3px;
    }

    .meditech_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .meditech_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 5px;
    }

    .meditech_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        border-radius: 0 0 10px 10px;
        background: #187A4E;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
    }

    .menu.active {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .meditech_about__box {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .meditech_about__left {
        max-width: 100%;
    }

    .meditech_why__right {
        max-width: 100%;
        padding-left: 64px;
    }

    .meditech_why__left {
        order: 1;
    }


    .meditech_why__box {
        flex-direction: column;
        gap: 20px;
    }

    .meditech_about__right {
        max-width: 100%;
    }

    .meditech_info__box {
        flex-direction: column;
    }

    .meditech_header__forms {
        flex-direction: column;
    }

    .meditech_header__left {
        order: 1;
    }

    .meditech_header__right {
        max-width: 100%;
    }

    .meditech_header__forms {
        padding: 20px;
    }

    .meditech_header__left {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: row;
    }

    .meditech_testimonials__items {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .meditech_life__box {
        flex-direction: column;
        gap: 20px;
    }

    .meditech_life__left {
        max-width: 100%;
    }

    .meditech_contact__wrap {
        flex-direction: column;
    }

    .meditech_contact__left {
        max-width: 100%;
        min-height: 150px;
    }

    .meditech_contact__right {
        max-width: 100%;
    }

    .meditech_contact__input {
        width: 100%;
    }

    .meditech_contact__top {
        flex-direction: column;
    }

    .meditech_contact__message {
        width: 100%;
    }

    .meditech_blog__items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .meditech_checkout__form {
        flex-direction: column;
    }

    .meditech_checkout__wrap {
        max-width: 100%;
    }

    .meditech_checkout__block1 {
        flex-direction: column;
    }

    .meditech_checkout__block2 {
        flex-direction: column;
        gap: 0;
    }

    .meditech_checkout__input {
        width: 100%;
        margin-bottom: 16px;
    }

    .meditech_checkout__block3 {
        flex-direction: column;
    }

    .meditech_cart__wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .meditech_cart__right {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .meditech_detail {
        flex-direction: column;
        gap: 20px;
    }

    .meditech_detail__right {
        max-width: 100%;
    }

    .detail__inner__wrap {
        flex-direction: column;
        gap: 20px;
    }

    .detail__inner__left {
        max-width: 100%;
    }

    .detail__inner__right {
        max-width: 100%;
    }

    .meditech_why__items {
        justify-content: flex-start;
    }
}

@media (max-width:600px) {
    .menu {
        top: 50px;
    }
}

@media (max-width: 800px) {
    .cart__top {
        display: none;
    }

    .meditech_cart__bottom {
        flex-direction: column;
        gap: 20px;
    }

    .carts__content {
        flex-direction: column;
        position: relative;
    }

    .carts__content__left {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .carts__content__right {
        width: 100%;
    }

    .carts__content__wrap {
        width: 100%;
        justify-content: space-between;
    }


    .carts__content__close {
        display: flex;
        width: 24px;
        height: 24px;
        position: absolute;
        top: -8px;
        right: 0;
    }

    .meditech_cart__code {
        max-width: 100%;
    }

    .meditech_cart__add {
        position: relative;
        width: 100%;
    }

    .meditech_cart__wraps {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .meditech_cart__code {
        flex-direction: column;
    }

    .meditech_cart__input {
        width: 100%;
    }

    .carts__content {
        padding-bottom: 12px;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .meditech_header__nav {
        padding-left: 16px;
        padding-right: 16px;
    }

    .meditech_header__title {
        font-size: 26px;
    }

    .meditech_header {
        padding-top: 100px;
        padding-bottom: 133px;
        margin-bottom: 40px;
    }

    .meditech_header__subtitle {
        font-size: 18px;
    }

    .meditech_header__play {
        padding: 10px 5px;
        text-align: center;
        max-width: 296px;
        font-size: 12px;
    }

    .meditech_categories__link {
        font-size: 12px;
    }

    .meditech_categories__items {
        gap: 16px;
    }

    .meditech_categories__title {
        font-size: 20px;
    }

    .meditech_games__title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .meditech_games__subtitle {
        font-size: 14px;
    }

    .mob {
        display: flex;
    }

    .desc {
        display: none;
    }

    .meditech_games__items {
        margin-bottom: 16px;
        gap: 16px;
    }

    .meditech_games__link {
        width: 100%;
    }

    .meditech_games__item {
        max-width: 41vw;
        min-height: auto;
    }

    .meditech_games__btns {
        opacity: 1;
        max-width: 41vw;
        min-height: 100%;
        border-radius: 4px;
    }

    .meditech_games__name {
        font-size: 10px;
    }

    .meditech_games__btn {
        width: 90%;
        font-size: 10px;
        padding: 10px;
    }

    .meditech_games__sub {
        margin-bottom: 24px;
    }

    .meditech_games__link {
        font-size: 12px;
        padding: 10px 20px;
    }

    .meditech_games {
        padding-bottom: 40px;
    }

    .meditech_about {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .meditech_about__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .meditech_about__text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .meditech_about__head {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .meditech_about__wrap {
        padding: 12px;
    }

    .meditech_about__subtitle {
        font-size: 14px;
    }

    .meditech_about__box {
        gap: 16px;
    }

    .meditech_why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .meditech_why__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .meditech_why__subtitle {
        font-size: 14px;
    }

    .meditech_info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .meditech_why__head {
        font-size: 16px;
    }

    .meditech_why__text {
        font-size: 12px;
    }

    .meditech_info__text {
        font-size: 8px;
    }

    .meditech_info__head {
        font-size: 8px;
    }

    .parissympa_demo__wrapper {
        padding-top: 260px;
    }

    .meditech_header_bg {
        padding-top: 0px;
        padding-bottom: 24px;
    }

    .meditech_header_form {
        padding-bottom: 40px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .meditech_header__forms {
        padding: 16px;
        gap: 40px;
    }

    .meditech_header_contact__title {
        margin-bottom: 16px;
    }

    .meditech_header_contact__inner {
        margin-bottom: 16px;
    }

    .meditech_header_contact__input {
        margin-bottom: 12px;
    }

    .meditech_header_contact__message {
        margin-bottom: 16px;
    }

    .meditech_header_contact__btn {
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }

    .meditech_discount {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .meditech_discount__title {
        font-size: 18px;
    }

    .meditech_discount__text {
        font-size: 12px;
    }

    .meditech_discount__link {
        font-size: 14px;
        padding: 14px 32px;
    }

    .meditech_products__title {
        font-size: 20px;
    }

    .meditech_products__link {
        font-size: 12px;
    }

    .meditech_life {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .meditech_life__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .meditech_life__text {
        font-size: 14px;
    }

    .meditech_testimonials {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .meditech_testimonials__title {
        font-size: 20px;
    }

    .meditech_testimonials__btn {
        width: 32px;
        height: 32px;
    }

    .meditech_testimonials__item {
        padding: 16px;
    }

    .meditech_testimonials__text {
        font-size: 12px;
    }

    .meditech_testimonials__name {
        font-size: 12px;
    }

    .meditech_testimonials__info {
        font-size: 12px;
    }

    .meditech_contact__right {
        padding: 12px;
    }

    .meditech_contact__left {
        border: none;
        min-height: 92px;
        background: transparent;
    }

    .meditech_contact__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .meditech_contact__head {
        font-size: 18px;
    }

    .meditech_contact__btn {
        width: 100%;
    }

    .meditech_contact {
        background-image: url(../img/form-mob.webp);
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .meditech_blog__content {
        padding: 16px;
    }

    .meditech_blog__info {
        font-size: 12px;
    }

    .meditech_blog__head {
        font-size: 14px;
    }

    .meditech_blog__link {
        font-size: 14px;
    }

    .meditech_blog__title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .meditech_blog {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .meditech_error {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .meditech_error__title {
        font-size: 110px;
    }

    .meditech_error__head {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .meditech_error__subtitle {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .meditech_error__link {
        padding: 10px 20px;
        font-size: 12px;
    }

    .products__header {
        flex-wrap: wrap;
        gap: 20px;
    }

    .meditech_products__count {
        width: 100%;
    }

    .meditech_information__bottom {
        padding: 57px 39px;
        background: url("../img/blog/gaming_mob.webp") no-repeat center;
        background-size: cover;
        min-height: 414px;
        border-radius: 8px;
    }

    .meditech_information__wrapper {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.80);
        padding: 16px;
        backdrop-filter: blur(10px);
        gap: 12px;
    }

    .meditech_information__sub {
        text-align: center;
    }

    .meditech_information__categoria {
        text-align: center;
    }

    .meditech_information__title {
        font-size: 14px;
    }

    .meditech_information__subtitle {
        font-size: 16px;
    }

    .meditech_information__text {
        font-size: 14px;
    }

    .meditech_information__head {
        font-size: 14px;
    }

    .meditech_information__header {
        gap: 4px;
    }

    .meditech_information__link {
        font-size: 10px;
    }

    .meditech_information__index {
        font-size: 10px;
    }

    .meditech_information__bold {
        font-size: 14px;
    }

    .meditech_information__caption {
        font-size: 14px;
    }

    .meditech_checkout__title {
        font-size: 20px;
    }

    .meditech_checkout__head {
        font-size: 18px;
    }

    .checkout_wrapper {
        padding: 16px;
    }

    .checkout_wrapper__btn {
        padding: 10px 24px;
        font-size: 12px;
    }

    .meditech_checkout__header {
        font-size: 14px;
    }

    .meditech_checkout__content {
        max-width: 200px;
    }

    .carts__content__product {
        max-width: 64px;
    }

    .carts__content__name {
        font-size: 14px;
    }

    .meditech_cart__left {
        padding: 0;
    }

    .meditech_cart__title {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .carts__content__count {
        font-size: 12px;
    }

    .carts__content__plus {
        width: 20px;
        height: 20px;
    }

    .carts__content__minus {
        width: 20px;
        height: 20px;
    }

    .meditech_cart__bottom {
        gap: 8px;
    }

    .meditech_cart__right {
        padding: 16px;
        min-height: auto;
    }

    .meditech_cart__porcce {
        font-size: 12px;
        padding: 10px 24px;
    }

    .meditech_cart__code {
        padding: 10px;
    }

    .meditech_cart__coupon {
        font-size: 20px;
        text-align: left;
    }

    .meditech_cart__code {
        align-items: flex-start;
    }

    .meditech_cart__add {
        padding: 10px 24px;
        font-size: 12px;
        height: auto;
    }

    .meditech_detail__title {
        max-width: 230px;
        font-size: 18px;
    }

    .meditech_detail__sup {
        font-size: 10px;
    }

    .meditech_detail__review {
        font-size: 12px;
    }

    .meditech_detail__head {
        font-size: 12px;
    }

    .meditech_detail__info {
        font-size: 12px;
    }

    .meditech_detail__price {
        font-size: 14px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .meditech_detail__specifications {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .meditech_detail__description {
        font-size: 12px;
    }

    .meditech_detail__text {
        font-size: 12px;
    }

    .meditech_detail__btn {
        min-width: 100px;
        width: 150px;
        padding: 10px 24px;
        font-size: 12px;
        gap: 8px;
    }

    .meditech_content__minus {
        width: 20px;
        height: 20px;
    }

    .meditech_content__plus {
        width: 20px;
        height: 20px;
    }

    .meditech_content__count {
        font-size: 12px;
    }

    .meditech_detail__click {
        font-size: 12px;
        padding: 8px;
    }

    .meditech_detail__information {
        padding: 16px 8px;
    }

    .meditech_detail__sub {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .meditech_detail__sups {
        margin-bottom: 16px;
    }

    .meditech_detail__headers {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .carts__content__name {
        width: 100%;
    }

    .carts__content {
        padding-top: 20px;
    }


    .cart {
        padding: 10px;
    }

    .cart__img {
        max-width: 80px;
    }

    .cart__head {
        font-size: 12px;
    }

    .cart__info {
        font-size: 12px;
    }

    .meditech_information__wrap {
        padding: 16px;
    }

    .meditech_information__add {
        padding: 8px;
    }
}

.meditech_detail__left {
    max-width: 50%;
    height: 100%;
}

.meditech-detail-product-slider {
    height: 80%;
    width: 100%;
    border-radius: 15px;
}

.product-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.meditech-detail-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .meditech-detail-product__image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .meditech_detail__left {
        max-width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 2;
    }
}

@media (max-width: 600px) {
    .meditech-detail-product__image {
        padding-bottom: 100%;
    }
}

.meditech_detail__left img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.meditech-detail-product__image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.pop-up {
    position: fixed;
    padding: 143px 20px 20px 20px;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000;
    overflow-y: auto;
    display: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.pop-up.click-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pop-up-card {
    position: relative;
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 453px;
    min-height: 166px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #f7f7f7;
    z-index: 3
}

@media (max-width:600px) {
    .pop-up-card {
        padding: 20px 20px
    }
}

.pop-up-close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    z-index: 2;
    cursor: pointer
}

.pop-up-close::after {
    position: relative;
    display: block;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 1px;
    left: 0;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pop-up-close::before {
    position: relative;
    display: block;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 1px;
    top: 4px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pop-up-exit {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.wrapper-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.item-solo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.underline{
    text-decoration: underline;
}
.tx-12 {
    font-size: 12px;
}
.tx-14 {
    font-size: 14px;
}

.checkout-form__labels {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 600px) {
  .checkout-form__labels_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}