@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-Regular.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-Italic.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-Italic.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-LightItalic.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-LightItalic.woff') format('woff');

    font-weight: 300;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');

    font-weight: bold;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-Bold.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-ExtraBold.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-ExtraBold.woff') format('woff');

    font-weight: 800;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-BoldItalic.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-BoldItalic.woff') format('woff');

    font-weight: bold;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-Light.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-Medium.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-Italic.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-Italic.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-SemiBold.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-SemiBoldItalic.woff') format('woff');

    font-weight: 600;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-MediumItalic.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-MediumItalic.woff') format('woff');

    font-weight: 500;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans';

    src: url('/templates/base/fonts/OpenSans-Regular.woff2') format('woff2'),

        url('/templates/base/fonts/OpenSans-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
    font-size: 15px;
    color: #292929;
    position: relative;
}

.container {
	max-width: 1200px;
    padding: 0px 20px;
    margin: 0 auto;
}

a {
	text-decoration: none;
	transition: 0.3s;
    color: #00d4ff;
    font-weight: 700;
}

p {
    margin: 0 0 15px;
    line-height: 1.5em;
}

img {
    max-width: 100%;
}

h1 {
    margin-bottom: 30px;
}

a.header-top-table__text {
	color: #000;
}

a.header-top-table__text:hover, .main-menu a:hover {
	color: #00d4ff;
}

.header-top__row {
	display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top__logo img {
	height: 70px;
    margin-left: 25px;
}

.header-top-info__title {
    color: #3e2288;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-bottom: 2px;
}

.header-top-table__text {
    margin-left: 22px;
    font-size: 15px;
    font-weight: 700;
}

.header-top-info__img {
	margin-right: 7px;
}

.working-days-block {
	display: flex;
    margin-top: 5px;
	padding-left: 22px;
}	

.working-days-block span {
	width: 13px;
    height: 13px;
    border-radius: 2px;
    background-color: #3e2288;
}

.working-days-block span + span {
	margin-left: 4px;
}

.working-days-block .working-days-block__grey {
	background-color: #C1C1C1;
}

.header-menu {
	background-color: #3e2288;
}

.main-menu {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin: 0;
    list-style: none;
}

.main-menu li {
    padding: 17px 47px 17px 0;
}

.main-menu a {
	color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.53;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}

footer {
    background-color: #3e2288;
    padding: 35px 0;
}

.footer__social-row {
    display: flex;
    justify-content: center;
}

.footer-social-row__item + .footer-social-row__item {
    margin-left: 20px;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}

.footer__row {
    width: 35%;
}

.footer-comp__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
}

.footer-comp__text {
    color: #fff;
    font-size: 14px;
}

.footer__copyright {
    font-size: 12px;
    color: #fff;
}

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

.footer-social__item svg, .footer-social__item circle {
    opacity: 0.7;
}

.footer-social__item + .footer-social__item {
    margin-left: 10px;
}

.footer-social__item svg, .footer-social__item circle {
    opacity: 0.7;
}

.footer-social__item a:hover svg, .footer-social__item a:hover circle, .footer-contact__text:hover, .footer-location__text:hover {
    opacity: 1;
}

.footer-contacts__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 65%;
}

.footer-location__text {
    color:#fff;
    font-weight: 400;
    font-weight: 14px;
    opacity: .7;
}

.footer__phone {
    margin-right: 45px;
}

.footer-contact__text {
    margin-left: 22px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    opacity: .7;
}

.header-and-breadcrumbs-block {
    background-color: #c1c1c1;
}

.breadcrumb {
    padding: 8px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb span {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.breadcrumb li {
    margin-right: 8px;
    display: flex;
    align-items: end;
}

.breadcrumb li:first-child {
    display: none;
}

.breadcrumb .divider {
    margin-left: 8px;
}

.service__link {
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-style: italic;
}

.service__link img {
    margin-right: 8px;
}

.service__link:hover {
    color: #00d4ff;
}

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

.category__item {
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    height: min-content;
    width: 30%;
}

.category__title {
    margin: 0;
    color: #000;
    font-weight: 600;
    padding: 10px;
    font-size: 14px;
}

.category__image {
    padding: 10px 0 10px 10px;
}

.category__image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.category__item a {
    display: flex;
    align-items: center;
}

.siema-slider__container {
    position: relative;
}

.siema__prev {
    position: absolute;
    top: 50%;
    left: 2%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 9999;
}

.siema__next {
    position: absolute;
    top: 50%;
    right: 2%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 9999;
}

.slider-container:hover .siema__prev, .slider-container:hover .siema__next {
    opacity: 1;
    visibility: visible;
}

.slider-item {
    display: flex;
    height: 610px;
}

.slider-image {
    width: 600px;
}

.slider-image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-description {
    width: 60%;
    padding: 25px;
}

.main-slider-1 {
    background-color: #e9edf9;
}

.main-slider-2 {
    background-color: #efeff7;
}

.main-slider-3 {
    background-color: #eff3f4;
}

.main-slider-5 {
    background-color: #d6e7f1;
}

.slider-image.main-slider-4 {
    display: flex;
}

.slider-image.main-slider-4 img {
    height: auto;
    margin: auto;
}

.slider-title {
    color: rgb(72, 72, 72);
}

.slider-text {
    font-size: 23px;
    font-weight: 600;
    color: rgb(72, 72, 72);
}

.slider-button {
    margin-top: 45px;
}

.slider-button a {
    padding: 13px 26px;
    background-color: #3e2288;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #3e2288;
}

.slider-button a:hover {
    color: #3e2288;
    background-color: transparent;
}

.slider-text ul {
    margin: 5px 0 0;
    font-size: 19px;
}

.main-slider-3 .slider-text, .main-slider-5 .slider-text {
    font-size: 19px;
}

.text-color--main {
    color: #3e2288;
}

.about-us {
    margin-top: 70px;
}

.partnets {
    margin-top: 60px;
}

.partners-slider__img-mode {
    display: flex;
}

.partners-slider__item img {
    margin: auto;
}

.partners-slider__siema>div>div {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-slider__item {
    background-color: #f7f9fa;
    display: flex;
    margin: 0 10px;
    height: 100%;
}

.partners-slider__header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3e2288;
    margin-bottom: 25px;
}

.partners-slider__title h2 {
    margin: 0 0 15px;
}

.partners-slider__nav {
    display: flex;
    align-items: center;
}

.partners-slider__prev, .partners-slider__next {
    cursor: pointer;
}

.partners-slider__prev path, .partners-slider__next path {
    fill: #3e2288;
}

.partners-slider__prev {
    margin-right: 8px;
}

.homepage__goods h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #3e2288;
}

.vmproduct.homepage__goods.productdetails {
    display: flex;
    justify-content: space-between;
}

.product-container.floatleft {
    width: 18%;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    padding: 8px;
}

.product-container.floatleft a {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #000;
}

.moduletable.homepage__goods {
    margin-top: 70px;
}

.product-buttom___row {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.product-button {
    padding: 13px 60px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #3e2288;
    border: 3px solid #3e2288;
}

.product-button:hover {
    color: #3e2288;
    background-color: #fff;
}

.contacts {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}

.contacts__map {
    width: 52%;
}

.contacts__info {
    width: 45%;
    padding: 0 20px 20px 0;
}

.contacts__info h3 {
    font-size: 25px;
    margin-top: 0;
}

.contacts__item {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contacts__item a {
    font-weight: 600;
    color: #000;
}

.contacts__item a:hover {
    color: #00d4ff;
}

.contacts__item path {
    fill: #3e2288;
}

.category.floatleft {
    width: 23%;
}

.category {
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    padding: 8px;
    background-color: #d6e7f1;
    margin: 10px;
}

.category .browseCategoryImage {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.category h2 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.category h2 a {
    color: #000;
    font-weight: 500;
}

.category:hover h2 {
    color: #3e2288;
}

.category-view {
    margin: 75px 0;
}

.product {
    margin-top: 35px;
}

.category-view .vm-col {
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    padding: 15px 8px;
    width: 23%;
    margin: 10px;
}



.vm-product-media-container {
    display: flex;
    justify-content: center;
}

.vm-product-descr-container-0 {
    /*width: 80%;*/
    margin: 0 auto;
    width: 100%;
    padding: 0 6px;
}

.vm-product-descr-container-0 h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.vm-product-descr-container-0 a {
    color: #000;
}

.vm-product-descr-container-1 {
    /*width: 80%;*/
    margin: 0 auto;
    width: 100%;
    padding: 0 6px;
}

.vm-product-descr-container-1 h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.vm-product-descr-container-1 a {
    color: #000;
}

.product_s_desc {
    text-align: center;
}

.vm-col {
    width: 25%;
}

.vm-details-button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.product-details {
    color:#fff;
    padding: 8px 24px;
    background-color: #3e2288;
}

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

.product__table td {
    width: 50%;
    padding: 11px 30px;
    color: #000;
}

.product__table thead td {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.dark-grey {
    background-color: #c1c1c1;
    font-weight: 400;
}

.light-grey {
    background-color: #f5f5f5;
    font-weight: 500;
}

.contacts__page {
    margin-top: 50px;
}

.list-with-square {
    list-style: url(/templates/base/images/square-list.svg);
}

.list-with-tick {
    list-style: url(/templates/base/images/list-tick.svg);
}

.custom-list li {
    padding-left: 20px;
    line-height: 2.3em;
}

.custom__link {
    font-weight: 700;
    color: #00d4ff;
}

.pdf-button {
    display: flex;
    align-items: center;
    color: #000;
    font-style: italic;
    margin-top: 35px;
}

.pdf-button img {
    width: 45px;
    margin-right: 8px;
}

.margin-60 {
    margin-top: 60px;
}

.productdetails {
    margin-top: 60px;
}

.vm-product-media-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.main-image {
    width: 25%;
}

.vm-product-details-container {
    width: 70%;
}

.spacer-buy-area h1 {
    margin-bottom: 10px;
}

.product-short-description {
    font-style: italic;
    font-weight: 500;
}

.buttom-sm__wrapper {
    margin-top: 45px;
}

.button-sm {
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    background-color: #3e2288;
}

.button-sm:hover {
    color: #00d4ff;
}

.vm-product-container .main-image img {
    max-height: 340px;
}

.vm-product-descr-container-0 h2, .homepage__goods .product-container .spacer a {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vm-product-descr-container-1 h2, .homepage__goods .product-container .spacer a {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.flex-and-wrap__row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-article__img {
    margin-right: 50px;
    width: 30%;
}

.product-article__description {
    flex-direction: column;
    width: 70%;
    justify-content: start;
    display: flex;
}

.flex__reverse {
    flex-direction: row-reverse;
}

.flex__reverse .product-article__img {
    margin-left: 50px;
}

.thumb {
    width: 250px;
}

.flex-and-wrap__row + .flex-and-wrap__row {
    margin-top: 30px;
}

.big-list + .big-list {
    margin-top: 15px;
}

.custom-list .big-list {
    line-height: 2;
    font-size: 15px;
}

.product-custom-margin {
    margin-top: 30px;
}

.product-custom-margin .product {
    margin-top: 20px;
}

.ginekolog__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.ginekolog__item {
    width: 30%;
    margin-bottom: 30px;
}

.ginekolog__img-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.ginekolog__img-wrapper img {
    max-width: 80%;
    max-height: 150px;
}

.ginekolog__content {
    text-align: center;
}

.banner__img {
    display: block;
    margin: 20px auto;
}

.container-with-blue-left-border {
    margin: 10px 0px 20px;
    padding-left: 31px;
    border-left: 5px solid #003979;
}

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

.img-row__item {
    width: 32%;
    margin-bottom: 30px;
}

.darker-grey {
    background-color: #e1e1e1;
}

.content-image__block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.content-image__img {
    width: 35%;
}

.content-image__text {
    width: 60%;
    height: fit-content;
}

table a {
    color: #3e2288;
}

.table-subtitle {
    text-align: center;
}

.custom.social-media {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99999;
}

.social-media__item {
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
}

.social-media__item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.viber__icon {
    background-color: #59267c;
}

.telegram__icon {
    background-color: #229ED9;
}

.whatsup__icon {
    background-color: #25D366;
}

.burger__wrapper {
    margin-top: 20px;
    display: none;
}

.button-toggle {
    width: 42px;
    height: 3px;
    display: block;
    background-color: #3e2288;
}

.button-toggle + .button-toggle {
    margin-top: 10px;
}

.button-toggle.button-toggle-sm {
    width: 26px;
    margin-right: auto;
}

#toggle {
    position: absolute;
    left: -100%;
    top: -100%;
}

.vmproduct.homepage__goods.productdetails {
    margin-top: 20px;
}

.main-image {
    position: relative;
  }

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #000;
    cursor: none;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.main-image:hover .img-magnifier-glass {
    opacity: 1;
}

.main-image:hover img {
    opacity: 0;
}

.main-slider__fullwidth {
    width: 100%;
    height: 100vh;
    background: url(./images/glavnaya/main-slider-new-year.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-banner {
    background: url(.../images/glavnaya/medrabotnik-2023.jpeg);
}

.product-container .browseProductImage {
    height: 120px;
}

.compare__table td {
    width: 25%;
}

.custom-slider .slider-image {
    width: 100%;
}

.custom-slider .slider-description {
    width: auto;
}

.video-container {
    margin: 30px auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    width: 85%;
}

.video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.custom-list a {
    color: #000;
}

@media (max-width: 1015px) {
    .burger__wrapper {
        display: block;
        margin-left: 20px;
    } 

    .header-top__logo img {
        margin-left: 0;
    }

    nav {
        position: absolute;
        left: -120%;
        top: 0;
        z-index: 9999;
        transition: 0.4s;
    }

    .main-menu {
        display: block;
        padding: 20px 30px;
        box-shadow: 0px 4px 25px 0px #00000040;
        background: #fff;
    }

    #toggle:checked ~ nav {
        left: 0;
        width: 50%;
    }

    .header-menu__close_btn {
        position: relative;
        width: 38px;
        margin-right: 15px;
        margin-top: 10px;
        float: right;
        height: 38px;
    }

    .header-menu__close_btn::before {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 38px;
        width: 3px;
        background-color: #C4C4C4;
        transform: rotate(45deg);
    }

    .header-menu__close_btn::after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 38px;
        width: 3px;
        background-color: #C4C4C4;
        transform: rotate(-45deg);
    }

    .main-menu li {
        padding: 15px;
        text-align: center;
    }

    .main-menu a {
        color: #3e2288;
    }

    .header-top__email {
        display: none;
    }

    .footer__wrapper {
        flex-direction: column;
    }

    .footer__row {
        width: 100%;
        margin-bottom: 25px;
    }

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

    .slider-description {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: rgb(33 34 35 / 50%);
    }

    .slider-item {
        position: relative;
        height: 100vh;
    }

    .slider-image {
        width: 100%;
    }

    .slider-text, .slider-title {
        color: #fff;
        font-weight: 400;
    }

    .slider-text .text-color--main {
        font-weight: 700;
    }

    .category-view .vm-col {
        width: 30%;
    }

    .category.floatleft {
        width: 30%;
    }

    .custom-slider .slider-image {
        display: flex;
    }

    .custom-slider .slider-image img {
        width: 50%;
        height: auto;
        margin: auto;
        display: block;
        padding-top: 25px;
    }

    .custom-slider .slider-image a {
        display: block;
        width: auto;
        margin: auto;
    }
    
    .custom-slider .slider-description {
      position: inherit;
      background: #e9edf9;
      color: rgb(72, 72, 72);
      justify-content: flex-start;
    }

    .custom-slider .slider-description .slider-title,  .custom-slider .slider-description ul {
      display: none;
    }

    .custom-slider .slider-description p, .custom-slider .slider-description .slider-button {
      text-align: center;
    }
    .custom-slider {
      display: block;
    }
    .custom-slider .slider-text {
      color: rgb(72, 72, 72);
  }
}

@media (max-width: 850px) {
    .vmproduct.homepage__goods.productdetails {
        flex-wrap: wrap;
        justify-content: initial;
    }

    .product-container.floatleft {
        width: 30%;
        margin: 7px;
    }
}

@media (max-width: 768px) {
    .header-top__row {
        justify-content: space-around;
    }

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

    .header-top__logo {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

    .header-top__logo img {
        height: 50px;
    }

    .header-top__table, .header-top-info__title {
        display: none;
    }

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

    .burger__wrapper {
        margin: 0px;
    }

    #toggle:checked ~ nav {
        width: 50%;
        height: 100vh;
    }

    header.sticky-sidebar {
        position: fixed;
        z-index: 9999999999999999;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #3e2288;
    }

    .footer__wrapper {
        padding: 0;
    }

    .footer-contacts__wrapper {
        flex-direction: column;
        align-items: baseline;
    }

    .footer__location, .footer__phone {
        margin-bottom: 20px;
    }
    
    .footer-contact__text {
        margin-left: 0;
    }

    .contacts__item {
        font-size: 16px;
    }

    .contacts {
        flex-direction: column;
        margin-top: 70px;
    }

    .contacts__map {
        width: 100%;
        height: 250px;
        order: 2;
        margin-top: 25px;
    }
    
    .contacts__info {
        padding: 0 20px;
        width: 100%;
    }

    .category.floatleft {
        width: 45%;
    }

    .list-with-tick {
        padding-left: 25px;
    }

    .custom-list li {
        padding-left: 10px;
        line-height: 1.8em;
    }

    #toggle:checked ~ nav {
        width: 100%;
    }

    .main-menu li {
        text-align: center;
    }

    .adaptive-table {
        overflow-x: auto;
    }

    .pdf-button {
        margin-top: 20px;
    }

    .category-view .vm-col {
        width: 45%;
    }

    .list-with-square {
        padding-left: 20px;
    }

    .flex-and-wrap__row {
        flex-direction: column;
    }

    .product-article__img {
        width: 100%;
        display: flex;
        order: 2;
        margin-right: 0;
    }

    .product-article__description {
        width: 100%;
    }

    .ginekolog__item {
        width: 100%;
    }

    .container-with-blue-left-border {
        padding-left: 15px;
    }
}

@media (max-width: 610px) {
    .product-container.floatleft {
        width: 47%;
    }

    .partners-slider__siema>div>div {
        height: 100px;
    }

    .slider-text, .main-slider-3 .slider-text, .main-slider-5 .slider-text, .slider-text ul {
        font-size: 16px;
    }

    .slider-title {
        font-size: 21px;
    }

    .slider-button {
        margin-top: 30px;
    }

    .slider-button a {
        font-size: 14px;
    }

    .custom.social-media {
        top: auto;
        bottom: 0;
        width: 100%;
    }

    .social-media__btn-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .social-media__item {
        margin-bottom: 0; 
        margin-right: 3px;
    }

    .siemaCalc>div>div:nth-child(7) {
        visibility: hidden;
    }

    h1 {
        font-size: 23px;
    }

    h2 {
        font-size: 20px;
    }
    
    .productdetails {
        margin-top: 40px;
    }

    .vm-product-media-item {
        flex-wrap: wrap;
    }

    .main-image {
        width: 100%;
        order: 2;
        display: flex;
        justify-content: center;
    }

    .vm-product-details-container {
        width: 100%;
        margin-bottom: 20px;
    }

    .img-row__item {
        width: 100%;
    }
}

@media (max-width: 506px) {
    .product-container.floatleft {
        width: 100%;
    }

    .vmproduct.homepage__goods.productdetails {
        margin-top: 0;
    }

    .category.floatleft {
        width: 100%;
    }

    .category {
        margin: 10px 0;
    }

    .category-view .vm-col {
        width: 100%;
    }

    .custom-slider .slider-image img {
      width: auto;
  }

  .category-view h1 {
    word-wrap: break-word;
  }
}

@media (max-width: 440px) {
    .header-top__row {
        flex-wrap: wrap;
    }

    .header-top__contacts {
        flex-direction: inherit;
        margin-top: 10px;
    }

    .product-button {
        padding: 13px 25px;
        font-size: 16px;
    }

    .main-slider__fullwidth {
        width: 100%;
        height: 100vh;
        background: url(./images/glavnaya/banner-new-year-mob.jpg) center top;
        background-repeat: no-repeat;
    }
}

@media (max-width: 375px) {
    .header-top-contact__item:last-child {
        display: none;
    }

    .partners-slider__siema>div>div {
        height: 160px;
    }
}
table.product__table.data_center tbody tr td:nth-child(2) {
    text-align: center;
}
table.product__table.data_center thead tr td {
    font-weight: bold;
}
table.product__table.firstdata_center tbody tr td:nth-child(1) {
    text-align: center;
}
table.product__table.data_center.table_col3 td {
    width: 33.3%;
}
table.product__table.data_center.table_col3 td:nth-child(3) {
    text-align: center;
}
table.product__table.data_center.table_col4 td {
    width: 20%;
    text-align: center;
}
table.product__table.data_center.table_col4 td:nth-child(1) {
    width: 40%;
    text-align: left;
}

.td-pr{
    margin-top: 32px;
    margin-bottom: 50px;
}
.td-pr a {
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #fff;
    background-color: #3e2288;
    padding: 1em 1.75em;
    transition: .2s;
    font-weight: 700;
}
.td-pr a:hover {
    background-color: #ffffff;
    cursor: pointer;
	border: 1px solid #3e2288;
    color: #3e2288;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-responsive video,
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.top32 {
    margin-top: 32px;
}
.bottom32 {
    margin-bottom: 32px;
}
