.scrollUp {
    background-color: #DC2626 !important;
    border-color: #DC2626 !important;
}

.scrollUp svg {
    width: 26px;
    height: 26px;
}

.scrollUp svg path {
    fill: #ffffff;
}

#cookie-notification {
    background-color: #EEEEEE !important;
    padding: 10px 15px !important;
}

.cookie-notification-text {
    color: #374151 !important;
    font-size: 12px;
}

#cookie-close-button {
    background-color: #DC2626 !important;
}

.cookie-close {
    font-size: 14px;
}

.section-title h1 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #374151;
}

.single-page {
    min-height: calc(100vh - 517px);
}

.single-page .section-title {
    align-items: flex-start;
}

.single-page p {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #374151;
    margin-bottom: 15px;
}

.single-page p strong, .single-page p b {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

.single-page p a {
    line-height: 120%;
    transition: all 0.7s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #374151;
}

.single-page p a:hover {
    color: #DC2626;
}

@media (max-width: 576px) {
    .section-title h1 {
        margin-bottom: 10px;
        font-size: 28px;
    }
}

.single-page table {
    width: 100%;
}

.single-page table td {
    padding: 10px 10px;
    border-bottom: rgba(55, 65, 81, .5) 1px solid;
}

.single-page table td p {
    margin: 0;
}

.single-page {
    padding-top: 30px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    margin-bottom: 25px;
}

.breadcrumbs a {
    font-size: 12px;
    color: #374151;
    transition: all 0.7s ease;
    font-weight: 500;
}

.breadcrumbs a:hover {
    color: #DC2626;
}

.breadcrumbs span {
    font-size: 12px;
}


.docs-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #9CA3AF 1px solid;
}

.docs-block a {
    display: inline-flex;
    transition: all 0.7s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #374151;
    margin-bottom: 10px;
    align-items: flex-start;
}

.docs-block a:last-of-type {
    margin-bottom: 0px;
}

.docs-block a:hover {
    color: #DC2626;
}

.docs-block a img {
    width: 25px;
    margin-right: 5px;
}

.docs-block a span {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 576px) {
    .docs-block a span {
        padding-top: 0;
    }
}


.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 576px) {
    .video-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 576px) {
    .news-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.doctor-item {
    margin-top: 50px;
}

.single-page em {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.modal-form form {
    width: 100%;
    max-width: 370px;
}

.input-contain textarea {
    font-size: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #374151;
    padding-left: 18px;
    transition: all 0.7s ease;
    height: 150px;
    width: 100%;
    border: 2px solid #DC2626;
    border-radius: 15px;
    box-shadow: inset 2px 2px 3px rgb(0 0 0 / 5%);
    padding-top: 20px;
    color: #374151;
}

.specialist-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 25px;
    color: #374151;
}

.specialist-row {
    display: flex;
    flex-wrap: wrap;
}

.specialist-img {
    margin: 0px 10px 0px 0px;
}

.specialist-info {
    font-size: 14px;
}

.specialist-info dl {
    display: flex;
    margin: 15px 0px 15px;
    font-size: 14px;
}

.specialist-info dt {
    font-weight: 600;
    padding-right: 10px;
    font-size: 14px;
    color: #374151;
}

.specialist-info dd {
    color: #d33d33;
    font-size: 14px;
}

.specialist-info .red-btn {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    max-width: 255px;
    height: 34px;
    margin-top: 35px;
}

.top-specialist__text p {
    font-size: 13px;
    min-height: 45px;
}

.top-specialist__text h4 {
    max-width: 95%;
}

@media (max-width: 576px) {
    .specialist-info dl {
        flex-direction: column;
    }
}

.nice-select .list {
    max-height: 200px;
    overflow-y: scroll;
}

.single-block ul {
    display: table-cell;
}

.single-block ul li strong {
    font-size: inherit;
    font-weight: bold;
    display: contents;
}


.pay-qr_banner {
    position: relative;
    height: 378px;
    background-image: url('../img/qr_desktop.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pay-qr_banner-text {
    padding: 50px 0px 0px 50px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pay-qr_banner-text h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    display: inline-block;
    max-width: 420px;
    margin-bottom: 25px;
}

.pay-qr_banner-text p {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    max-width: 530px;
    line-height: 110%;
}

.pay-qr_banner-text a {
    color: #ffffff;
    background-color: #DC2626;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    margin-top: 25px;
}

.pay-qr_info {
    margin: 70px 0px;
}

.pay-qr_info h2 {
    text-align: center;
    font-weight: 700;
    color: #374151;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 25px;
}

.pay-qr_apps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pay-qr_app {
    display: flex;
    align-items: center;
    background: #ffffff;
    width: 300px;
    box-shadow: 0 20px 64px -8px rgba(113, 119, 125, .16), 0 -1px 1px 0.5px rgba(113, 119, 125, .08);
    padding: 20px;
    border-radius: 10px;
}

.pay-qr_app span {
    margin-left: 10px;
}


.pay-qr_faq {
    margin: 70px 0px;
}

.pay-qr_faq h2 {
    font-weight: 700;
    color: #374151;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 25px;
}

.pay-qr_faq-item {
    padding: 15px 0px;
    border-bottom: #9CA3AF 1px solid;
}

.pay-qr_faq-item a {
    display: flex;
    color: inherit;
    transition: all 0.7s ease;
    margin-bottom: 10px;
    align-items: center;
}

.pay-qr_faq-item a:before {
    background-color: #f0f3f6;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zIDZMOCAxMCAxMyA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM4IC00MzMzKSB0cmFuc2xhdGUoMTMwIDQxMTgpIHRyYW5zbGF0ZSgwIDIwNykgdHJhbnNsYXRlKDggOCkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 0 solid transparent;
    border-radius: 32px;
    content: "";
    display: block;
    height: 32px;
    margin-left: 0;
    margin-right: 24px;
    position: relative;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    width: 32px;
    min-width: 32px;
}

.pay-qr_faq-item a.active:before {
    transform: rotate(-180deg);
}

.pay-qr_faq-item a span {
    font-weight: 700;
}

.pay-qr_faq-item > div {
    display: none;
    padding-left: 56px;
    font-size: 16px;
    line-height: 110%;
}


@media (max-width: 600px) {
    .pay-qr_app {
        width: 100%;
    }

    .pay-qr_banner {
        background-image: url("../img/qr_mobile.jpg");
        background-position: top center;
        border-radius: 10px;
    }

    .pay-qr_banner-text {
        padding: 15px;
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    .pay-qr_banner-text h3 {
        color: #374151;
        font-size: 26px;
    }

    .pay-qr_banner-text p {
        color: #374151;
        font-size: 16px;
    }

    .pay-qr_banner-text a {
        background-color: #32c2a7;
    }

    .pay-qr_info {
        margin: 40px 0px;
    }

    .pay-qr_faq {
        margin: 40px 0px;
    }

    .pay-qr_info h2 {
        font-size: 22px;
    }

    .pay-qr_faq h2 {
        font-size: 22px;
    }
}


.buy-cert-wrap {
    display: flex;
}

.buy-cert-img {
    width: 50%;
}

.buy-cert-img img {

}

.buy-cert-form {
    width: 50%;
}

.buy-cert-info {

}

.buy-cert-info p {
    line-height: 110%;
}

.buy-cert-col label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.buy-cert-row {
    display: flex;
}

.buy-cert-col {
    width: 175px;
    padding-right: 15px;
}

.buy-cert-img img {
    display: block;
    width: 85%;
}

.buy-cert-form button {
    height: 50px;
    width: 250px;
}

.buy-cert-form .list li {
    margin: 0;
}

.buy-cert-form .list li:after {
    display: none !important;
}


.order-cert-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-cert-wrap h3 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.order-cert-data {
    width: 50%;
}

.order-cert-row {
    display: flex;
    justify-content: center;
}

.order-cert-col {
    width: 255px;
    padding-right: 15px;
}

.order-cert-col input[type='text'] {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    border: solid 1px #e8e8e8;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
}

.order-cert-row textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    border: solid 1px #e8e8e8;
    font-weight: normal;
    height: 80px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    max-width: 495px;
    resize: none;
}

.order-cert-info {
    padding: 2rem 0;
    text-align: center;
}

.order-cert-info p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.order-cert-info button {
    background-color: #ba8748;
    opacity: 1;
    cursor: pointer;
    padding: 10px 20px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-align: center;
    border: solid 1px #ba8748;
    text-decoration: none;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
}

.footer-phones {
    display: flex;
    flex-direction: column;
}

.footer-phones > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-phones a {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 17px;

}

.contacts-btn:after {
    display: none;
}

.contacts_phones a {
    font-size: 17px;
    font-weight: 700;
}

.contacts_phones a span {
    font-weight: 400;
    font-size: 13px;
}

.privacy-checkbox span, .privacy-checkbox span a {
    font-size: 12px;
}

.single-page .map-select__text p {
    font-size: 12px;
    line-height: 130%;
}

.input-contain textarea::placeholder {
    color: #374151;
}

.doctors-filter {
    max-width: 350px;
}

.doctors-filter li {
    margin-left: 0px;
}

.doctors-filter li::after {
    display: none;
}

.doctors-filter .nice-select .list {
    max-height: 300px;
}

.doctors-filter .nice-select .option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.service-slider {
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 15%);
}

.service-slider .swiper-slide img {
    display: block;
    width: 100%;
}

.dtpicker-header .dtpicker-value {
    color: #DC2626;
}

.dtpicker-header .dtpicker-title {
    color: #374151;
    font-weight: 700;
}

.form-date::placeholder {
    color: #374151;
}

.dtpicker-components .dtpicker-comp > * {
    color: #374151;
}

.dtpicker-buttonCont .dtpicker-button {
    background: #DC2626;
    font-size: 1em;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 5px;
}

.specialist.fancybox-content .fancybox-close-small {
    top: 0px;
}

.top-specialist__img img {
    width: 100%;
}

.contacts-btn__col {
    display: flex;
    flex-direction: column;
}

.contacts-btn__row {
    display: flex;
    align-items: center;
}

.contacts-btn__col:after {
    content: '';
    position: absolute;
    right: -5px;
    background: url(../img/arrow-down.svg) center no-repeat;
    background-size: cover;
    width: 11px;
    height: 7px;
    transition: all 0.7s ease;
    top: 45%;
}

.contacts-btn__row a {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #374151;
    font-feature-settings: 'pnum' on, 'lnum' on;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.contacts-btn__row a:nth-child(1) {
    margin-bottom: 5px;
}

.contacts-btn__row a:hover {
    color: #DC2626;
}

.contacts-btn:hover .contacts-menu {
    top: 50px;
}


#cert-order {
    width: 100%;
    max-width: 460px;
}

.modal-order__price {
    text-align: center;
    color: #374151;
    padding: 1.2rem;

}

.modal-order__price > span {
    font-size: 14px;
}

.modal-order__price h2 {
    margin-bottom: 10px;
}

.modal-order__price h2, .modal-order__price h2 span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.single-page * {
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.header-block .red-border__btn {
    background: #DC2626;
    color: #FFFFFF;
}

.header-block .red-border__btn span {
    color: #FFFFFF;
}

.header-block .red-border__btn:hover {
    background: #FFFFFF;
    color: #DC2626;
}

.header-block .red-border__btn:hover span {
    color: #DC2626;
}

.header-logo {
    transform: scale(1.5);
}

.review-btn {
    max-width: 250px;
    font-size: 14px;
    height: 40px;
}

.reviews {
    margin-top: 40px;
}

.review {
    margin-bottom: 25px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-text {
    padding: 25px 25px 0;
    font-size: 14px;
    line-height: 16px;
}

.review-bottom {
    padding: 0px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.review-date {
    font-size: 11px;
    line-height: 14px;
    color: #374151;
}

.review-name {
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
}

.day-work {
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.services-block:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.news-slider .swiper-slide {
    height: auto;
}

.site-map ul li {
    display: list-item;
}

.site-map ul li ul {
    padding-top: 10px;
}

.site-map li::after {
    top: 7px;
}

@media (max-width: 1200px) and (min-width: 993px) {
    .header-block .another-version__text, .header-block .day-work p {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {

    .red-small__btn, .menu-icon__block {
        display: none;
    }

    .header-block .another-version__text, .header-block .day-work p {
        font-size: 14px;
    }

    .another-version img {
        width: 20px;
    }

    .day-work img {
        width: 20px;
    }

    .header-block .red-border__btn span, .header-block .red-border__btn {
        font-size: 14px;
    }
    .mobile-menu {
        transition: transform 0.4s ease;
    }
}
@media (min-width: 576px) {
.main-text__big p {
	font-size: 22px !important;
}
.main-img {
	width:480px;
	height:480px;
	margin-right:220px;
}
	.main-slider__navigation {
		bottom:30px
	}
}
@media (max-width: 600px) {
    .contacts-btn:hover .contacts-menu {
        top: 0px;
    }

    .single-block {
        margin-bottom: 30px;
    }

    .form-date {
        width: 100%;
    }

    .header-logo {
        transform: scale(1.05);
        width: 100%;
        max-width: 120px;
        height: auto;
    }

    .red-small__btn, .menu-icon__block {
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }

    .header-block .vk-btn + .red-border__btn {
        height: 35px;
    }

    .input-contain textarea {
        font-size: 14px;
        padding-top: 15px;
        height: 100px;
    }

    .contacts-btn__row {
        display: none;
    }

    .contacts-btn__col:after {
        display: none;
    }

    header {
        padding: 20px 0;
    }

    .doctors-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-slider {
        margin: 0 0 15px;
    }

    .contacts-text__contact a {
        width: 100%;
    }

    .buy-cert-wrap {
        flex-wrap: wrap;
    }

    .buy-cert-img, .buy-cert-form {
        width: 100%;
    }

    .buy-cert-row {
        justify-content: center;
    }

    .order-cert-data {
        width: 100%;
    }

    #cert-pre-form {
        flex-direction: column;
        align-items: center;
    }

    #cert-pre-form .buy-cert-col {
        width: 204px;
        padding-right: 0px;
    }

    #cert-pre-form .buy-cert-col:nth-child(2) label {
        display: none;
    }

    .amo-button-holder {
        display: none !important;
    }

    .buy-cert-img img {
        display: block;
        width: 100%;
    }

    .buy-cert-form {
        margin-bottom: 25px;
    }

    .scroll-table {
        width: 100%;
        overflow-x: scroll;
    }

    .scroll-table table * {
        /*font-size: 12px !important;*/
    }
}
.breadcrumbs {
    line-height: 130%; 
}
.menu-active__animation {
   top: -100px; /*  top: 0;РќРћР’РћР“РћР”РќРЇРЇ РњРРЁРЈР Рђ */	
    transition: all 0.7s ease;
 
}