
a {
    transition: color 400ms, background-color 400ms, opacity 400ms;
}



.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
}


.circle-blink,
.circle-blink::before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #fff;
}

.circle-blink::before {
    animation: blink 2s infinite;
    position: absolute;
    background-color: #fff;
    margin: 0
}

@-webkit-keyframes blink {
    50% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.doctor-online-link {
    display: flex;
    position: relative;
    padding: 8px 15px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    width: 105px;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #7d387f;
    background-image: linear-gradient(270deg, #bf0873 0%, #485e88 100%);
}

a.uk-position-bottom-right[href*="task=article.edit"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

a.uk-position-bottom-right[href*="/application-form"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.mls-form {
    padding-top: 0 !important
}

.uk-navbar-left {
    display: flex !important;
    width: auto !important; /* Убираем 100% ширину */
    flex-grow: 1; /* Занимает доступное пространство */
    justify-content: flex-start;
}

.uk-navbar-right {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0; /* Запрещаем сжатие */
    align-items: center;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .uk-navbar {
        justify-content: space-between;
    }

    .uk-navbar-left {
        flex-grow: 0;
    }

    .uk-navbar-item img {
        max-width: 100px; /* Уменьшаем логотип на мобильных */
        height: auto;
    }
}
@media print {
    div#footer,
    .tm-toolbar, .noprint, .uk-navbar-container,
    .tm-header, iframe, .embed-container, ._access-icon.material-icons, .tm-cookie-banner, footer {
        display: none !important;
    }

    .pagebreak {
        page-break-before: always;
    }

    .uk-width-1-2\@m {
        width: 100% !important;
    }

    .uk-grid > * {
        padding-left: 0px !important;
    }

    .printonly {
        display: block !important;
    }

    #info-oocyte .uk-accordion-content,
    #medico .uk-accordion-content,
    #education .uk-accordion-content,
    #children .uk-accordion-content,
    #family .uk-accordion-content,
    #own .uk-accordion-content,
    #write .uk-accordion-content,
    #photoalbum .uk-accordion-content {
        display: block !important;
    }

    ul {
        column-count: 3;
    }

    .uk-list-divider > :nth-child(n+2) {
        border-top: none;
        padding-top: 0

    }

    .uk-grid-divider, .uk-grid {
        margin-left: 0px;
    }

    .content .uk-heading-small {
        font-size: 32px;
    }

    .content img:not([role="presentation"]):not(.fullsize),
    .content picture:not([role="presentation"]) img:not(.fullsize) {
        max-width: 40%;
        height: auto; /* Сохраняем пропорции */
    }
    h1, .uk-h1 {
        font-size: 22px;
    }

    h2, .uk-h2 {
        font-size: 20px;
    }

    h3, .uk-h3 {
        font-size: 18px;
    }

    h4, .uk-h4 {
        font-size: 16px;
        font-weight: bold;
    }

    h5, .uk-h5 {
        font-size: 15px;
        font-weight: bold;
    }

    p, ul {
        line-height: 1.1;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .h1, .h2, .h3, .h4, .h5, .h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .uk-margin-top > h1 {
        margin-top: 0px !important;
    }
}


.uk-form-danger + .tm-error {
    display: block;
}

.tm-error {
    position: absolute;
    font-size: 12px;
    color: darkred;
    display: none;
}

input:invalid, input:invalid:focus {
    color: #DE6E64;
    box-shadow: none;
}

.tm-header-placeholder {
    display: none;
}

/*Отключает ссылку на телефон*/
@media (pointer: fine) {
    /* this is for devices using a mouse, maybe a pen */
    a[href^="tel:"] { /* select only "tel:" links */
        pointer-events: none; /* avoid clicks on this element */
    }
}


/*map*/
.rf-map,
.rf-map * {
    box-sizing: border-box;
}

.rf-map {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

.rf-map .district b {
    position: absolute;
    z-index: 5;
    width: 18px;
    height: 18px;
    background: hsla(325, 92%, 39%, 1);
    background: linear-gradient(45deg, hsla(325, 92%, 39%, 1) 0%, hsla(325, 92%, 29%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(325, 92%, 39%, 1) 0%, hsla(325, 92%, 29%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(325, 92%, 39%, 1) 0%, hsla(325, 92%, 29%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BF0873", endColorstr="#900657", GradientType=1);
    color: rgba(255, 255, 255, .8);

    border-radius: 50%;
    left: 6px;
    top: 18px;
    transition: all 0.3s;
}

.rf-map .district span {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 30px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #337AB7;
}

.rf-map .district {
    display: none;
}

.rf-map.open .district b {
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}

.rf-map.open .district span {
    color: #FFF;
}

.rf-map svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.2));
}

.rf-map path {
    stroke: #FFFFFF;
    stroke-width: 1;
    stroke-linejoin: round;
}

.rf-map [data-code] {
    fill: #6e84ad;
    transition: fill 0.2s;
}

.rf-map [data-code]:hover {
    fill: #43577d;
}

.rf-map .district-text {
    display: none;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 60px;
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    padding: 0 20px;
    overflow: auto;
    color: #FFF;
    font-size: 13px;

}

.rf-map .district-text a,
.rf-map .district-text .uk-h4 {
    color: #fff !important
}

.rf-map .close-district {
    opacity: 0;
    z-index: 6;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: opacity 1s;
    pointer-events: none;
}

.rf-map.open .close-district {
    opacity: 1;
    pointer-events: initial;
}

.rf-map .district-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.rf-map .district-links div {
    font-size: 13px;
    padding: 4px;
}

.rf-map .district-links div:after {
    content: " | ";
    color: #337AB7;
}

.rf-map .district-links div:last-child:after {
    content: "";
}

.dropfill {
    fill: #337AB7 !important;
}

.mainfill {
    fill: #1d4567 !important;
}

@media (min-width: 768px) {
    .rf-map.open .district b {
        width: 50%;
        height: 50%;
    }

    .rf-map .close-district {
        right: 50%
    }

    .rf-map .district b {
        width: 28px;
        height: 28px;
        left: 6px;
        top: 28px;
    }

    .rf-map .district span {
        top: 30px;
        left: 46px;
        font-size: 20px;
        font-weight: normal;
    }

    .rf-map .district-text {
        left: 30px;
        top: 80px;
        width: calc(100% - 60px);
        height: calc(100% - 130px);
        font-size: 16px;
    }

    .rf-map .close-district {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .rf-map .district-links {
        display: none;
    }
}

/* Цвета регионов */
.rf-map [data-code="RU-MOW"],
.rf-map [data-code="RU-SPE"],
.rf-map [data-code="RU-KIR"],
.rf-map [data-code="RU-SE"],
.rf-map [data-code="RU-PRI"],
.rf-map [data-code="RU-BA"] {
    fill: #901aad;
    cursor: pointer;

}

.rf-map [data-code="RU-MOS"],
.rf-map [data-code="RU-LEN"] {
    fill: #901aad80;
}


.rf-map [data-code="RU-MOW"]:hover,
.rf-map [data-code="RU-SPE"]:hover,
.rf-map [data-code="RU-KIR"]:hover,
.rf-map [data-code="RU-SE"]:hover,
.rf-map [data-code="RU-PRI"]:hover,
.rf-map [data-code="RU-BA"]:hover {
    fill: #bf37e1;
}


.uk-divider-icon {
    background-image: url(/templates/yootheme_ngc/image/divider-icon.svg) !important;
}


.uk-button-primary::before {
    background-image: conic-gradient(from 60deg, #4eb6ae, #4f658c, #4eb6ae);
    filter: blur(7px);
    transition: filter .1s ease-in-out;
}

/*Стили Yootheme*/

.footer {
    background: #a983e5;
    background-image: linear-gradient(211deg, #13aaa7 0, rgba(191, 8, 115, .88) 100%);
}

.el-link:hover {
    color: #fff;
}

.pink {
    background-color: rgba(191, 8, 115, .88)
}

.magenta {
    color: #bf0873
}

.blue {
    color: #4F648B
}

.panel-blue .uk-h4,
.panel-pink .uk-h4 {
    color: #fff;
}

.panel-blue {
    background: hsla(219, 28%, 43%, 1);
    background: linear-gradient(45deg, hsla(219, 28%, 43%, 1) 0%, hsla(220, 28%, 29%, 1) 100%);
    color: rgba(255, 255, 255, 0.8);

}


.panel-pink {
    background: hsla(325, 92%, 39%, 1);
    background: linear-gradient(45deg, hsla(325, 92%, 39%, 1) 0%, hsla(325, 92%, 29%, 1) 100%);
    color: rgba(255, 255, 255, .8); /* Цвет текста */
}

.card-pink {
    background-color: rgba(252, 245, 249, 1);
}

.card-blue {
    background-color: rgba(242, 247, 255, 1);
}

.card-pink .uk-button,
.card-blue .uk-button {
    text-transform: none !important;
}

.card-pink .uk-button-link:hover,
.card-blue .uk-button-link:hover {
    color: rgba(0, 0, 0, 0.7);
    transition: color .1s ease-in-out
}

.pink-detailed {
    background-color: #bf0873;
    border-bottom-right-radius: 7px;


}

.blue-detailed {
    background-color: rgba(79, 100, 139, .6);
    border-bottom-right-radius: 7px;

}

.pink-detailed,
.blue-detailed {
    color: rgba(255, 255, 255, 0.8);
}

.pink-detailed:hover,
.blue-detailed:hover {
    color: rgba(255, 255, 255, 1);
    transition: color .1s ease-in-out
}

.pink-detailed:hover {
    background-color: rgba(191, 8, 115, .85);
    transition: background-color .1s ease-in-out
}

#number-item span {
    font-size: 36px;
    font-family: 'PT Serif';
    font-weight: 700;
}

.esse-grey {
}


.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-woman {
    border-top: 4px solid rgb(249, 131, 202);
}

.loader-man {
    border-top: 4px solid #4F648B;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid rgba(79, 100, 139, .4);
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

li .uk-h5::first-letter {
    text-transform: uppercase;
}

.voice-grey {
    border-bottom-left-radius: 7px;

}

.voice-grey:hover {
    border-bottom-left-radius: 7px;
    transition: background-color .1s ease-in-out
}

.dj-offcanvas {
    width: 100% !important;
}

.dj-offcanvas-top {
    border-radius: 0 !important;
}


/* Стили Yootheme */


.card-pink .uk-card-footer {
    background: linear-gradient(270deg,
    rgba(227, 89, 150, 0.1) 0%,
    rgba(182, 119, 208, 0.1) 40%,
    rgba(151, 145, 233, 0.1) 70%,
    rgba(106, 175, 245, 0.1) 100%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.card-blue .uk-card-footer {
    background: linear-gradient(0deg,
    rgba(227, 89, 150, 0.1) 0%,
    rgba(182, 119, 208, 0.1) 40%,
    rgba(151, 145, 233, 0.1) 70%,
    rgba(106, 175, 245, 0.1) 100%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.uk-card-footer .uk-button-group > .uk-button:first-child {
    border-top-left-radius: 0 !important;

}

.uk-card-footer .uk-button-group > .uk-button:last-child {
    border-top-right-radius: 0 !important;

}

.icons .label {

    position: relative;
    display: inline-block;
    background: 0 0;
    text-shadow: none;
    margin: 0;
    padding: 0;
}

.icons .label:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    height: 25px;
    width: 25px;
    background: url(/templates/yootheme_ngc/image/i-donor-icons.png) no-repeat;
}

.icons .ico3 .label:after {
    background-position: -296px -16px;
}

.icons .ico3 .label.stop:after {
    background-position: -240px -132px;
}

/* Основные стили для контейнера слайдера */
section.range-slider {
    position: relative;
    width: 300px; /* Ширина слайдера */
    text-align: center;
}

/* Стили для ползунка */
input[type="range"] {
    pointer-events: none; /* Отключаем события для основного трека */
    position: absolute;
    -webkit-appearance: none; /* Убираем стандартный стиль для WebKit */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none; /* Убираем границу */
    border-radius: 14px; /* Закругление углов */
    background: #f1efef; /* Цвет фона ползунка */
    box-shadow: inset 0 1px 0 0 rgba(240, 240, 240, 0.85), inset 0 -1px 0 0 rgba(240, 240, 240, 0.75);
    overflow: hidden;
    left: 0;
    top: 50px; /* Отступ сверху */
    width: 300px; /* Ширина ползунка */
    outline: none; /* Убираем обводку */
    height: 20px; /* Высота ползунка */
    margin: 0;
    padding: 0;
}

/* Стили для "ползунка" в WebKit браузерах */
input[type="range"]::-webkit-slider-thumb {
    pointer-events: all; /* Включаем события для ползунка */
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none; /* Убираем стандартный стиль для WebKit */
    width: 20px; /* Ширина ползунка */
    height: 20px; /* Высота ползунка */
    border-radius: 14px; /* Закругление углов ползунка */
    background-image: linear-gradient(to bottom, rgba(65, 63, 65, 0.6) 0%, #413f41 100%); /* Цвет ползунка */
}

/* Стили для "ползунка" в Firefox */
input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px; /* Ширина ползунка для Firefox */
    height: 20px; /* Высота ползунка для Firefox */
    border-radius: 14px; /* Закругление углов для Firefox */
    background-image: linear-gradient(to bottom, rgba(65, 63, 65, 0.6) 0%, #413f41 100%); /* Цвет ползунка для Firefox */
}

/* Стили для "ползунка" в IE */
input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px; /* Ширина ползунка для IE */
    height: 20px; /* Высота ползунка для IE */
    border-radius: 14px; /* Закругление углов для IE */
    border: none;
    background-image: linear-gradient(to bottom, rgba(65, 63, 65, 0.6) 0%, #413f41 100%); /* Цвет ползунка для IE */
}

/* Стили для трека в Firefox */
input[type="range"]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, .1);
}

/* Убираем границу у фокуса в Firefox */
input[type="range"]::-moz-focus-outer {
    border: none;
}


.uk-button-primary {
    transition: background-image ease-in-out 1s;
}

/*Корректировка шапки*/
.link-phone-top {
    color: #000
}

a.link-modal {
    color: #13aaa7 !important;
}

a.link-modal:hover {
    color: #065e5b !important;
}

.tm-headerbar .uk-container > div {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
}

.tm-toolbar > div > .uk-margin-auto-left > div {
    display: flex;
    justify-content: space-between;

}

.magenta {
    color: #bf0873
}

.blue {
    color: #4F648B
}

.border-none {
    border-left: transparent !important;
}

.uk-navbar-right {
    border-right: transparent !important;
}

iframe header,
iframe footer {
    display: none

}

/*Накладка на картинку врача */
#image-doctor .el-image {
    border-radius: 200px 0 200px 200px;
    box-shadow: 5px 10px 55px -5px rgba(72, 53, 0, 0.25);
}

#image-doctor {
    position: relative
}

#image-doctor::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 5%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url('/templates/yootheme_ngc/image/circle-img.png');
}

/* Флаги для языков */
div.mod-languages p.visually-hidden {
    display: none !important;
}

div.mod-languages ul {
    display: flex;
    justify-content: space-between;

}

div.mod-languages ul li {
    border-radius: 50%;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

}

div.mod-languages ul li {
    background-color: #e9f6f6;

}

div.mod-languages ul li a {
    color: #999;

}

div.mod-languages ul li a:hover {
    color: #1f9e9c;

}

div.mod-languages ul li.lang-active a {
    color: #fff;

}

div.mod-languages ul li.lang-active {
    background-color: #1f9e9c;
}

/*Accordion */
.uk-accordion-title {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.uk-accordion-title::after {
    flex: 0 0 auto;
    content: "";
    width: 1.4em;
    height: 1.4em;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: auto;

}

.uk-accordion-title::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTUzMTIgMVYxNyIgc3Ryb2tlPSIjQzlDOUM5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xLjk1MzEyIDlMOS45NTMxMyAxN0wxNy45NTMxIDkiIHN0cm9rZT0iI0M5QzlDOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==")
}

.uk-open > .uk-accordion-title::after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQxIDQwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMC4zNzUsNDApIj4KICAgICAgICA8cGF0aCBkPSJNMjAsMC41QzkuMjM4LDAuNSAwLjUsOS4yMzggMC41LDIwQzAuNSwzMC43NjIgOS4yMzgsMzkuNSAyMCwzOS41QzMwLjc2MiwzOS41IDM5LjUsMzAuNzYyIDM5LjUsMjBDMzkuNSw5LjIzOCAzMC43NjIsMC41IDIwLDAuNVpNMTksMjUuNTg2TDE5LDEyQzE5LDExLjQ0OCAxOS40NDgsMTEgMjAsMTFDMjAuNTUyLDExIDIxLDExLjQ0OCAyMSwxMkwyMSwyNS41ODZMMjcuMjkzLDE5LjI5M0MyNy42ODMsMTguOTAzIDI4LjMxNywxOC45MDMgMjguNzA3LDE5LjI5M0MyOS4wOTcsMTkuNjgzIDI5LjA5NywyMC4zMTcgMjguNzA3LDIwLjcwN0wyMCwyOS40MTRMMTEuMjkzLDIwLjcwN0MxMC45MDMsMjAuMzE3IDEwLjkwMywxOS42ODMgMTEuMjkzLDE5LjI5M0MxMS42ODMsMTguOTAzIDEyLjMxNywxOC45MDMgMTIuNzA3LDE5LjI5M0wxOSwyNS41ODZaIiBzdHlsZT0iZmlsbDpyZ2IoMjAxLDIwMSwyMDEpOyIvPgogICAgPC9nPgo8L3N2Zz4K")
}

#mobile-accordion .uk-accordion-title::before {
    display: none;
}

#mobile-accordion .uk-accordion-title {
    display: block;
    text-align: left;
    padding: 10px 0;
    margin-left: 0;
    justify-content: flex-start; /* Выравнивание по левому краю */

}

#my-accordion .uk-accordion-title::before {
    content: "";
    width: 50px;
    height: 50px;
    margin-right: 10px;
    /*float: left;*/
    /*display: block;*/
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*left: 0;*/
    /*top: 18px;*/
}

#info-sperm .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: 0 0;
}

#info-oocyte .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -450px 0;
}

#medico .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -50px 0;
}

#education .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -100px 0;
}

#own .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -150px 0;
}

#write .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -200px 0;
}

#photoalbum .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -250px 0;
}

#voice .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -300px 0;
}

#children .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -350px 0;
}

#family .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -400px 0;
}

#video .uk-accordion-title::before {
    background-image: url("/templates/yootheme_ngc/image/i-card-info.png");
    background-position: -500px 0;
}


.tm-toolbar .uk-navbar-nav > li > a {
    min-height: auto !important
}


/* Скрыть div с классом uk-form-label который содержит нужный label */
.uk-margin-small-bottom .uk-form-label:has(label[id="jform_com_fields_deti-lbl"]),
.uk-margin-small-bottom .uk-form-label:has(label[id="jform_com_fields_rodstvennik-lbl"]),
.uk-margin-small-bottom .uk-form-label:has(label[id="jform_com_fields_mesto_raboty-lbl"]) {
    display: none !important;
}

/* Альтернатива для старых браузеров */
.uk-margin-small-bottom > .uk-form-label > label[id="jform_com_fields_deti-lbl"],
.uk-margin-small-bottom > .uk-form-label > label[id="jform_com_fields_rodstvennik-lbl"],
.uk-margin-small-bottom > .uk-form-label > label[id="jform_com_fields_mesto_raboty-lbl"] {
    display: none !important;
}
.uk-margin-small-bottom > .uk-form-label:empty {
    display: none !important;
}




.list-oocyt a,
.list-oocyt a span {
    color: #bf0873 !important;

}

.list-sperm a,
.list-sperm a span {
    color: #4F648B !important;

}

/*Иконки в списке доноров*/
.list-left .el-item,
.list-right .el-item,
.list-icon .el-item {
    position: relative;
    left: 25px;
}

.list-left .el-item::before,
.list-right .el-item::before,
.list-icon .el-item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: absolute;
    left: -25px;
}

.blood-type::before {
    background: url('/templates/yootheme_ngc/image/icons/list-blood.png') 0 0 no-repeat;
}

.education::before {
    background: url('/templates/yootheme_ngc/image/icons/list-education.png') 0 0 no-repeat;
}

.appearance-type::before {
    background: url('/templates/yootheme_ngc/image/icons/list-nationality.png') 0 0 no-repeat;
}

.height-weight::before,
.growth-weight::before {
    background: url('/templates/yootheme_ngc/image/icons/list-growth.png') 0 0 no-repeat;
}

.eye-color::before {
    background: url('/templates/yootheme_ngc/image/icons/list-eyes.png') 0 0 no-repeat;
}

.hair-color::before {
    background: url('/templates/yootheme_ngc/image/icons/list-hair.png') 0 0 no-repeat;
}

.list-oocyt::before {
    background: url('/templates/yootheme_ngc/image/icons/list-oocyt.png') 0 0 no-repeat;
}

.list-sperm::before {
    background: url('/templates/yootheme_ngc/image/icons/list-sperm.png') 0 0 no-repeat;
}

.list-passport::before {
    background: url('/templates/yootheme_ngc/image/icons/list-pasport.png') 0 0 no-repeat;
}

.list-cryobank::before {
    background: url('/templates/yootheme_ngc/image/icons/list-cryobank.png') 0 0 no-repeat;
}

.list-voice::before {
    background: url('/templates/yootheme_ngc/image/icons/list-voice.png') 0 0 no-repeat;
}

.list-pen::before {
    background: url('/templates/yootheme_ngc/image/icons/list-pen.png') 0 0 no-repeat;
}

.list-stimulation::before {
    background: url('/templates/yootheme_ngc/image/icons/list-stimulation.png') 0 0 no-repeat;
}

.list-egg::before {
    background: url('/templates/yootheme_ngc/image/icons/list-egg.png') 0 0 no-repeat;
}

footer {
    margin-top: 0 !important;
}

.animation-head:checked + label {
    color: #e2264d;
    filter: none;
    will-change: font-size;
    -webkit-animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
    animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}

.animation-head:checked + label:before, .animation-head:checked + label:after {
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animation-head:checked + label:before {
    will-change: transform, border-width, border-color;
    -webkit-animation-name: bubble;
    animation-name: bubble;
}

.animation-head:checked + label:after {
    will-change: opacity, box-shadow;
    -webkit-animation-name: sparkles;
    animation-name: sparkles;
}

.animation-head:focus + label {
    text-shadow: 0 0 3px white, 0 1px 1px white, 0 -1px 1px white, 1px 0 1px white, -1px 0 1px white;
}

.toggle-animation {
    align-self: center;
    position: relative;
    color: #888;
    font-size: 2em;
    filter: grayscale(1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.toggle-animation:before, .toggle-animation:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: '';
}

.toggle-animation:before {
    box-sizing: border-box;
    margin: -2.25rem;
    border: solid 2.25rem #e2264d;
    width: 4.5rem;
    height: 4.5rem;
    transform: scale(0);
}

.toggle-animation:after {
    margin: -0.1875rem;
    width: 0.375rem;
    height: 0.375rem;
    box-shadow: 0.32476rem -3rem 0 -0.1875rem #ff8080, -0.32476rem -2.625rem 0 -0.1875rem #ffed80, 2.54798rem -1.61656rem 0 -0.1875rem #ffed80, 1.84982rem -1.89057rem 0 -0.1875rem #a4ff80, 2.85252rem 0.98418rem 0 -0.1875rem #a4ff80, 2.63145rem 0.2675rem 0 -0.1875rem #80ffc8, 1.00905rem 2.84381rem 0 -0.1875rem #80ffc8, 1.43154rem 2.22414rem 0 -0.1875rem #80c8ff, -1.59425rem 2.562rem 0 -0.1875rem #80c8ff, -0.84635rem 2.50595rem 0 -0.1875rem #a480ff, -2.99705rem 0.35095rem 0 -0.1875rem #a480ff, -2.48692rem 0.90073rem 0 -0.1875rem #ff80ed, -2.14301rem -2.12438rem 0 -0.1875rem #ff80ed, -2.25479rem -1.38275rem 0 -0.1875rem #ff8080;
}

@-webkit-keyframes heart {
    0%, 17.5% {
        font-size: 0;
    }
}

@keyframes heart {
    0%, 17.5% {
        font-size: 0;
    }
}

@-webkit-keyframes bubble {
    15% {
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 2.25rem;
    }
    30%, 100% {
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 0;
    }
}

@keyframes bubble {
    15% {
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 2.25rem;
    }
    30%, 100% {
        transform: scale(1);
        border-color: #cc8ef5;
        border-width: 0;
    }
}

@-webkit-keyframes sparkles {
    0%, 20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080, -0.32476rem -2.0625rem 0 0rem #ffed80, 2.1082rem -1.26585rem 0 0rem #ffed80, 1.41004rem -1.53985rem 0 0rem #a4ff80, 2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8, 0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
    }
}

@keyframes sparkles {
    0%, 20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080, -0.32476rem -2.0625rem 0 0rem #ffed80, 2.1082rem -1.26585rem 0 0rem #ffed80, 1.41004rem -1.53985rem 0 0rem #a4ff80, 2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8, 0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
    }
}

/*.default-type::before {*/
/*    background: url('/templates/yootheme_ngc/image/i-default-view.png') 0 -5px no-repeat; */
/*}*/


/*ФИЛЬТРЫ*/
.control-group > .control-label {
    font-size: 14px;
}

.filter-image {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
}

#donoridfilter .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-idoocyt.png');
}

#filter-img-2 .filter-image,
#data-age .filter-image,
#data-age-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-age.png');
}

#filter-img-4 .filter-image,
#data-nationality .filter-image,
#data-nationality-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-nationality.png');
}

#filter-img-5 .filter-image,
#filter-img-229 .filter-image,
#filter-img-230 .filter-image,
#data-eyes-color .filter-image,
#data-eyes-color-en .filter-image,
#tsvet-glaz .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-eyes.png');
}

#filter-img-6 .filter-image,
#data-growth .filter-image, #data-growth-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-growth.png');
}

#filter-img-250 .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-pgt.png');
}

#filter-img-314 .filter-image,
#city-id .filter-image,
#city-id-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-city.png');
}

#data-stumilation .filter-image,
#data-stumilation-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-stimulation.png');
}

#filter-img-7 .filter-image,
#data-weight .filter-image,
#data-weight-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-weight.png');
}

#filter-img-8 .filter-image,
#data-hair-color .filter-image,
#data-hair-color-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-hair.png');
}

#filter-img-29 .filter-image,
#filter-img-232 .filter-image,
#filter-img-231 .filter-image,
#data-blood-type .filter-image,
#data-blood-type-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-blood.png');
}

#filter-img-41 .filter-image,
#data-education .filter-image,
#data-education-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-education.png');
}


#filter-img-80 .filter-image,
#data-is-childbearing .filter-image,
#data-is-childbearing-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-crio.png');
}

#data-genetic-passport .filter-image,
#data-genetic-passport-en .filter-image {
    background-image: url('/templates/yootheme_ngc/image/icons/filter-passport.png');
}

#city-panel .uk-tile {
    margin-bottom: 15px;
}

.uk-checkbox {
    border-radius: 4px !important;
}

/*Диапазон */

/* Базовые стили noUiSlider */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    background: #f0f0f0; /* Ваш кастомный цвет */
    border-radius: 10px; /* Ваш кастомный радиус */
    border: none; /* Ваш кастомный бордер */
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); /* Ваша кастомная тень */
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 10px; /* Ваш кастомный радиус */
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-connect {
    background: linear-gradient(to right, #d8e7eb, #8dbcc2); /* Ваш кастомный градиент */
    border-radius: 10px; /* Ваш кастомный радиус */
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2); /* Ваша кастомная тень */
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #fff; /* Ваш кастомный цвет */
    border: 2px solid #8dbcc2; /* Ваш кастомный бордер */
    border-radius: 50%; /* Ваш кастомный радиус */
    box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* Ваша кастомная тень */
    cursor: pointer; /* Ваш кастомный курсор */
    transition: all 0.2s ease; /* Ваша кастомная анимация */
    width: 20px; /* Ваш кастомный размер */
    height: 20px; /* Ваш кастомный размер */
    right: -10px; /* Ваше кастомное позиционирование */
    top: -7px; /* Ваше кастомное позиционирование */
}

.noUi-handle:before,
.noUi-handle:after {
    display: none; /* Скрываем стандартные линии */
}

.noUi-handle:hover {
    background: #f8f8f8; /* Ваш кастомный ховер */
    box-shadow: 0 3px 8px rgba(0,0,0,0.3); /* Ваша кастомная тень при ховере */
    transform: scale(1.1); /* Ваш кастомный трансформ */
}

.noUi-handle:active {
    background: #f0f0f0; /* Ваш кастомный активный цвет */
    box-shadow: 0 4px 10px rgba(0,0,0,0.4); /* Ваша кастомная тень при активном состоянии */
    transform: scale(1.15); /* Ваш кастомный трансформ */
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
    border-radius: 50%; /* Ваш кастомный радиус */
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Горизонтальный слайдер */
.noUi-horizontal {
    height: 6px; /* Ваш кастомная высота */
}

.noUi-horizontal .noUi-handle {
    width: 20px; /* Ваш кастомный размер */
    height: 20px; /* Ваш кастомный размер */
    right: -10px; /* Ваше кастомное позиционирование */
    top: -7px; /* Ваше кастомное позиционирование */
}

/* Вертикальный слайдер */
.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

/* Состояния disabled */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
}

/* Пипсы (метки) */
.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

/* Тулкит */
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

/* Ваши кастомные контейнеры и дополнительные стили */
.range-slider-container {
    padding: 0 15px;
    margin-bottom: 25px;
}

.range-slider {
    margin: 20px 0 10px 0;
    height: 6px;
}

.range-values {
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.range-input {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px 12px;
    transition: border-color 0.2s ease;
}

.range-input:focus {
    border-color: #8dbcc2;
    box-shadow: 0 0 0 2px rgba(30, 135, 240, 0.2);
    outline: none;
}

.range-clear {
    transition: color 0.2s ease;
}

.range-clear:hover {
    color: #d85030 !important;
}


/*Оффканвас */
.dj-offcanvas {
    width: 100%
}

div .uk-section-default.fs-section.uk-section.uk-section-xsmall {
    background: transparent !important;
}

div.mod-languages a {
    padding: 6px !important
}


.filter-pgt .uk-tile {
    padding-bottom: 97px !important;
}

/*Иконки донора в списке */

/*.icons-donors {*/
/*    float: left;*/
/*    width: 165px;*/
/*    margin-right: 15px*/
/*}*/

.icons-donors p span {
    display: block;
    /*margin: 15px 0;*/
    height: 40px;
    padding-left: 40px;
    background: url("/templates/yootheme_ngc/image/i-tile-view.png") 0 -10px no-repeat;
}

.icons-donors p span.motivation {
    background-position: 0 -60px
}

.icons-donors p span.criobank {
    background-position: 0 -114px
}

.icons-donors p span.voice {
    background-position: 0 -166px
}

.icons-donors p span.egg {
    background-position: 0 -215px
}

.icons-donors p span.id-oocyt {
    background-position: 0 -255px
}

.icons-donors p span.id-sperm {
    background-position: 0 -295px
}


/* крио меню*/
#crio-menu ul {
    display: flex !important
}

#crio-menu .el-link {
    display: flex;
    direction: rtl;
    color: #88979a;
    padding: 0 !important;
}


.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
}


.circle-blink, .circle-blink::before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #fff;
}

.circle-blink::before {
    animation: blink 2s infinite;
    position: absolute;
    background-color: #fff;
    margin: 0
}

@-webkit-keyframes blink {
    50% {
        transform: scale(2);
        opacity: 0
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}

.doctor-online-link {
    display: flex;
    position: relative;
    padding: 8px 15px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #7d387f;
    background-image: linear-gradient(270deg, #bf0873 0%, #485e88 100%);
}

/* Кнопка для формы*/
.button-87 {

    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 130% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-87:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.button-87:active {
    transform: scale(0.95);
}


.uk-form-danger + .tm-error {
    display: block;
}

.tm-error {
    position: absolute;
    font-size: 12px;
    color: darkred;
    display: none;
}

input:invalid, input:invalid:focus {
    color: #DE6E64;
    box-shadow: none;
}

.rf-button-send,
.btn-zapis {
    background-image: linear-gradient(45deg, #4eb6ae 45%, #4f658c 100%);
    box-shadow: 0 0 5px 0 #b8e2de;
    padding: 0 15px;
    border-radius: 10px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    border-left: none !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
}

.header-form-modal {
    font-family: PT Serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(79, 100, 139, 1);
    font-weight: bold;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*.fs-grid-meta-1 {*/
/*    font-size: 58px;*/
/*    line-height: normal;*/
/*    top: -14px;*/
/*    position: relative;*/
/*}*/

.section-pink {
    background-image: linear-gradient(45deg, #e7eefd 0%, #f9e8f2 100%);
}

/*Переключатель*/

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #13aaa7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #13aaa7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Цвет иконки в состоянии "Таблица" */
.switch input:checked + .slider ~ span .uk-icon[uk-icon*="boxicons-regular--list-ul"] {
    color: #1e87f0; /* Синий цвет */
}

/* Цвет иконки в состоянии "Плитка" */
.switch input:not(:checked) + .slider ~ span .uk-icon[uk-icon*="boxicons-regular--grid-horizontal"] {
    color: #1e87f0; /* Синий цвет */
}


.uk-navbar-left .uk-navbar-item {
    padding-left: 0 !important;
}

.heart-icon, .heart-full-icon {
    background: #fdf5f2;
    /* color:#efa186; */
    border: 1px solid #f8d9ce;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 33px;

}

@media (min-width: 640px) {
    .uk-accordion-title {
        line-height: normal;
        font-size: 20px;
    }

    #crio-menu .el-link {
        font-size: 12px
    }

    .el-image {
        margin-right: 0 !important
    }

    .uk-navbar-left .uk-navbar-item {
        padding-right: 0;
    }

}

@media (min-width: 960px) {

    .uk-slide-active .uk-container {
        box-sizing: content-box;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .uk-position-cover {
        width: 370px;
        justify-content: flex-end;
        align-content: space-around;
        align-items: center;
        margin-left: 62%;

    }


}


@media (min-width: 1200px) {
    #crio-menu .el-link {
        font-size: 14px
    }

    #crio-menu .el-image {
        margin-right: 10px !important
    }

    .btn-zapis {
        padding: 0 25px;
    }

}

.breadcrumbs-custom {
    margin-bottom: -70px;
    margin-top: 30px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -12px;
    left: auto;
}

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

    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        top: -6px;
    }

}
