

/* Start:/local/templates/cryocyte/components/bitrix/catalog/catalog.donors/style.min.css?1755842920959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/cryocyte//components/bitrix/news.list/dropdown/style.css?17558429209285*/
.dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dropdown-list .dropdown-item {
    background: #279B8C14;
    padding: 26px 24px;
    border-radius: 16px;
}

.dropdown-list .dropdown-item .table-block {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    background: unset;
}

.dropdown-list .dropdown-item .table-block:last-child {
    margin-bottom: 0px;
}

.dropdown-list .dropdown-item:last-child {
    margin-bottom: 0px;
}

.dropdown-list .dropdown-item .control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.dropdown-list .dropdown-item .control:hover .switcher {
    background: url("/local/templates/cryocyte/images/common/switcher-top-hover.svg") no-repeat center;
}

.dropdown-list .dropdown-item .control .title {
    font: 24px/32px Manrope-Bold;
    color: #2C2C2C;
}

.dropdown-list .dropdown-item .control .title.flex {
    display: flex;
    flex: 1;
}

.dropdown-list .dropdown-item .control .title .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.dropdown-list .dropdown-item .control .title .flex .price {
    padding-right: 15px;
    flex: 0 0 120px;
    text-align: right;
}

.dropdown-list .dropdown-item .control .switcher {
    width: 36px;
    height: 36px;
    background: url("/local/templates/cryocyte/images/common/switcher-top.svg") no-repeat center;
    transition: all 0.2s ease-out;
    flex: 0 0 36px;
    transform: rotate(180deg);
}

.dropdown-list .dropdown-item .control.opened .switcher {
    transform: rotate(0deg);
}

.dropdown-list .dropdown-item .text {
    margin-top: 18px;
    display: none;
}

.dropdown-list .dropdown-item .text .steps {
    display: flex;
    flex-direction: column;
}

.dropdown-list .dropdown-item .text h2 {
    font: 20px / 24px Manrope-Bold;
    color: #2C2C2C;
    margin-bottom: 16px;
}

.dropdown-list .dropdown-item .text .steps .step {
    display: flex;
    align-items: center;
    margin: 16px 0px;
}

.dropdown-list .dropdown-item .text .steps .step .text {
    display: inherit;
    margin-top: unset;
    padding: 0px !important;
}

.dropdown-list .dropdown-item .text .steps .step:last-child {
    margin-bottom: 0px;
}

.dropdown-list .dropdown-item .text .steps .step .number {
    width: 46px;
    height: 46px;
    background: #279B8C14;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 20px/20px Manrope-Bold;
    color: #279B8C;
    margin-right: 24px;
    flex: 0 0 46px;
}

.dropdown-list .dropdown-item .text .steps .step .text {
    font: 22px/30px Manrope-Regular;
    color: #2C2C2C;
    padding: 8px 0px;
}

@media (max-width: 750px) {
    .dropdown-list .dropdown-item .text .steps .step .number {
        width: 36px;
        height: 36px;
        font: 16px / 16px Manrope-Bold;
        flex: 0 0 36px;
    }

    .dropdown-list .dropdown-item .text .steps .step .text {
        font: 18px / 24px Manrope-Regular;
    }
}

.dropdown-list .dropdown-item .text .document {
    position: relative;
    padding: 4px 0px;
    display: flex;
    align-items: center;
    font-family: 'Manrope-Bold';
}

.dropdown-list .dropdown-item .text .document a {
    text-decoration: underline;
    color: #2C2C2C;
}

.dropdown-list .dropdown-item .text .document a:hover {
    color: #6900CF;
}

.dropdown-list .dropdown-item a {
    text-decoration: unset;
    color: #6900CF;
}

.dropdown-list .dropdown-item .text .document:before {
    content: '';
    width: 22px;
    height: 28px;
    display: block;
    margin-right: 30px;
    left: -40px;
    top: 0;
    background: url(/local/templates/cryocyte/images/organization/document.svg) no-repeat center;
    flex: 0 0 22px;
}

.dropdown-list .dropdown-item .highlight {
    font-family: Manrope-Regular;
    color: #175D54;
    background: #DEEAE8;
    padding: 16px;
    border-radius: 12px;
}

.dropdown-list .dropdown-item .highlight p {
    color: #175D54;
}

.dropdown-list .dropdown-item .highlight li:before {
    color: #175D54;
}

.dropdown-list .dropdown-item ul {
    padding: 0px;
    margin: 0px;
}

.dropdown-list .dropdown-item li {
    position: relative;
    list-style: none;
    font: 16px / 22px Manrope-Regular;
    color: #2C2C2C;
    margin: 0px 0px 18px 0px;
    position: relative;
    z-index: 1;
}

.dropdown-list .dropdown-item li:last-child {
    margin-bottom: 0px;
}

.dropdown-list .dropdown-item li:before {
    content: "";
    background: url(/local/templates/cryocyte/images/common/list-style-except-dots.svg) no-repeat center;
    width: 8px;
    height: 23px;
    position: absolute;
    left: 0px;
}

.dropdown-list .dropdown-item .criteria {
    margin-bottom: 32px;
}

.dropdown-list .dropdown-item .criteria:last-child {
    margin-bottom: 0px;
}

.dropdown-list .dropdown-item .criteria .item {
    position: relative;
    margin-bottom: 18px;
    padding-left: 40px;
}

.dropdown-list .dropdown-item .criteria .item:last-child {
    margin-bottom: 0px;
}

.dropdown-list .dropdown-item .criteria .item:before {
    content: "";
    background: url("/local/templates/cryocyte/images/common/checkbox-icon.svg") no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0px;
}

.dropdown-list .dropdown-item .criteria ~ .table-block {
    margin-bottom: 32px;
}

.dropdown-list .dropdown-item .criteria.list .item:before {
    content: "•";
    background: unset;
    top: 0;
}

.dropdown-list .dropdown-item .consultant-help-block {
    margin-bottom: 32px;
    margin-top: 0px;
}

.dropdown-list .dropdown-item .consultant-help-block .text {
    display: block !important;
    max-width: 850px;
    margin-top: 0px;
}


.dropdown-list .dropdown-item .compare {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
}

.dropdown-list .dropdown-item .compare .character .name {
    font: 14px / 20px Manrope-Bold;
    color: #175D54;
}

.dropdown-list .dropdown-item .compare .character {
    font: 16px / 22px Manrope-Regular;
    color: #2C2C2C;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #9C9C9C3D;
}

.dropdown-list .dropdown-item .compare .character.last-property {
    border-bottom: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.dropdown-list .dropdown-item .compare .character:before {
    content: '';
    height: calc(100% + 16px);
    border-right: 1px solid #9C9C9C3D;
    position: absolute;
    right: -24px;
}

.dropdown-list .dropdown-item .compare .before-empty.character:before {
    content: unset;
}

.dropdown-list .dropdown-item .compare .last.character:before {
    content: unset;
}

.dropdown-list .dropdown-item .compare .character .value.picture {
    max-height: 240px;
    max-width: 345px;
    margin-top: 16px;
    overflow: hidden;
}

.dropdown-list .dropdown-item .compare .character .value.picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.5 / 1.5;
    object-fit: cover;
    object-position: center;
}

.dropdown-list .dropdown-item .compare .character .value .audio {
    margin-top: 16px;
    max-width: 345px;
}

.dropdown-list .dropdown-item .compare .character .audio .audio-progress {
    flex: 0 1 120px;
    max-width: 120px;
}

@media (max-width: 750px) {
    .dropdown-list .dropdown-item .control .title {
        font: 18px/24px Manrope-Bold;
    }

    .dropdown-list .dropdown-item .compare .character .value.picture {
        min-height: 150px;
        border-radius: 16px;
        width: 100%;
    }

    .dropdown-list .dropdown-item .compare .character .value.picture img {
        height: 150px;
        width: 100%;
        object-fit: cover;
    }

    .dropdown-list .dropdown-item .compare .character .audio .audio-bar {
        display: none;
    }

    .dropdown-list .dropdown-item .compare .character .audio .audio-progress {
        flex: 0 1 36px;
        width: 36px;
    }

    .dropdown-list .dropdown-item .compare .character .audio .audio-play {
        margin-right: 8px;
    }

    .dropdown-list .dropdown-item .compare .character .audio .audio-btn {
        margin-right: 0px;
    }

    .dropdown-list .dropdown-item .compare {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
    }

    .dropdown-list .dropdown-item .compare .character:before {
        right: -8px;
    }

    .dropdown-list .dropdown-item .compare .characters .name {
        font: 14px/20px Manrope-Bold;
        color: #175D54;
    }

    .dropdown-list .dropdown-item .compare .character {
        word-break: break-word;
    }

    .dropdown-list .dropdown-item .compare .character.last-mobile:before {
        content: unset;
    }

    .dropdown-list .dropdown-item .control .title .flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .dropdown-list .dropdown-item .control .title .flex .price {
        flex: 1;
    }
}

@media (max-width: 375px) {
    .dropdown-list .dropdown-item .compare .character .audio .audio-btn {
        display: none;
    }
}
/* End */


/* Start:/local/templates/cryocyte/components/nextica/catalog.compare.result/compare.donors.form/style.css?17558429209093*/
.sections {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    gap: 32px;
}

.sections .section {
    font: 16px/24px Manrope-Bold;
    color: #00000052;
    text-decoration: unset;
    padding: 12px 17px;
    border-bottom: 2px solid transparent;
}

.sections:hover .section.active {
    color: #00000052;
    border-bottom: 2px solid transparent;
}

.sections .section.active,
.sections .section:hover,
.sections .section.active:hover {
    color: #6900CF;
    border-bottom: 2px solid #6900CF;
}

.catalog-compare-section .catalog-navigation-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 64px;
}

.catalog-compare-section .catalog-navigation-bar .navigation-container {
    background: #F9F9F9;
    border-radius: 16px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    font: 16px/22px Manrope-Regular;
    color: #2C2C2C;
}

.catalog-compare-section .catalog-navigation-bar .navigation-container .delete-all-donors {
    margin-left: 32px;
    color: #6900CF;
    cursor: pointer;
    font-family: Manrope-Bold;
}

.catalog-compare-section .switch {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 14px;
    margin-left: 32px;
}

.catalog-compare-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

.catalog-compare-section .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2);

}
.catalog-compare-section input:checked + .slider {
    background: #279B8C14;
}
.catalog-compare-section input:checked + .slider:before {
    background-color: #279B8C;
}

.catalog-compare-section input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.catalog-compare-section input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.catalog-compare-section .slider.round {
    border-radius: 34px;
}

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

.catalog-compare-section {
    margin-bottom: 220px;
}

.catalog-compare-section .not-found {
    padding: 213px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.catalog-compare-section .not-found .title {
    font: 24px/32px Manrope-Bold;
    margin-bottom: 10px;
    max-width: 300px;
}

.catalog-compare-section .not-found .description {
    font: 16px/22px Manrope-Regular;
    max-width: 400px;
}

.catalog-compare-section .not-found .description p {
    margin: 0px;
    display: inline;
}

.catalog-compare-section .not-found a:hover {
    color: white;
}
.catalog-compare-section .not-found .compare-button {
    background: url(/local/templates/cryocyte/images/common/compare-icon.svg) no-repeat center;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}
.catalog-compare-section .catalog-items {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 64px;
}

.catalog-compare-section .catalog-items .item {
    position: relative;
}

.catalog-compare-section .catalog-items .item.has-selector-desktop {
    margin-top: 50px;
}
.catalog-compare-section .catalog-items .item .selector {
    display: none;
    justify-content: center;
    font: 16px/22px Manrope-Regular;
    position: absolute;
    top: -54px;
    left: calc(50% - 55px);
}
.catalog-compare-section .catalog-items .item .selector.has-desktop {
    display: flex;
}
.catalog-compare-section .catalog-items .item .selector .arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-compare-section .catalog-items .item .selector .arrows .arrow {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.catalog-compare-section .catalog-items .item .selector .arrows .arrow-left {
    background: url("/local/templates/cryocyte/images/common/left-arrow.svg") no-repeat center;
    margin-right: 16px;
}

.catalog-compare-section .catalog-items .item .selector .arrows .arrow-right {
    background: url("/local/templates/cryocyte/images/common/right-arrow.svg") no-repeat center;
    margin-left: 16px;
}

.catalog-compare-section .catalog-items .item:before {
    content: '';
    height: 100%;
    border-right: 1px solid #9C9C9C3D;
    position: absolute;
    right: -24px;
}

.catalog-compare-section .catalog-items .item.last:before {
    content: unset;
}

.catalog-compare-section .catalog-items .item .content .info-block {
    padding: 24px 0px;
}

.catalog-compare-section .catalog-items .item .content .info-block .title {
    font: 24px/32px Manrope-Bold;
    margin-bottom: 16px;
}

.catalog-compare-section .catalog-items .item .content .info-block .characters {
    font: 16px/22px Manrope-Regular;
    color: #2C2C2C;
}

.catalog-compare-section .catalog-items .item .content .info-block .characters .character {
    display: flex;
    gap: 32px;
    margin-bottom: 16px;
}

.catalog-compare-section .catalog-items .item .content .info-block .characters .character:last-child {
    margin-bottom: 0px;
}

.catalog-compare-section .catalog-items .item .content .info-block .characters .character .name {
    font: 14px/20px Manrope-Regular;
    color: #888888;
}

.catalog-compare-section .catalog-items .item .image {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 361px;
    max-width: 361px;
    border-radius: 16px;
}

.catalog-compare-section .catalog-items .item .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.catalog-compare-section .catalog-items .item .delete-button {
    width: 20px;
    height: 20px;
    background: url("/local/templates/cryocyte/images/catalog/delete-item.svg") no-repeat center;
    margin-left: 24px;
    padding: 10px;
    cursor: pointer;
}

.catalog-compare-section .main-header {
    margin-bottom: 32px;
}

@media (max-width: 750px) {
    .catalog-compare-section .catalog-navigation-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-compare-section .switch {
        flex: 0 0 37px;
        margin-left: 10px;
    }

    .catalog-compare-section .catalog-items {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 7px));
        gap: 14px;
        margin-bottom: 32px;
    }

    .catalog-compare-section .catalog-navigation-bar {
        margin-bottom: 32px;
    }

    .catalog-compare-section .catalog-items .item .content .info-block .characters .character {
        flex-direction: column;
        gap: 2px;
        font: 14px/20px Manrope-Regular
    }

    .catalog-compare-section .catalog-items .item .content .info-block .characters .character .name {
        color: #175D54;
        font-family: Manrope-Bold;
    }

    .catalog-compare-section .catalog-items .item .content .info-block .characters .character {
        margin-bottom: 4px;
    }

    .catalog-compare-section .catalog-items .item .content .info-block .title {
        font: 18px / 24px Manrope-Bold;
    }

    .catalog-compare-section .catalog-items .item .content .info-block {
        padding: 16px 0px;
    }

    .catalog-compare-section .catalog-items .controls-summary {
        margin-top: 12px;
        justify-content: space-between;
    }

    .catalog-compare-section .catalog-items .controls-summary .detail-link {
        font: 18px / 24px Manrope-Bold;
        padding: 8px 18px;
    }

    .catalog-compare-section .catalog-items .item .delete-button {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        padding: 0px;
        margin-left: 0px;
    }

    .catalog-compare-section .catalog-items .item:before {
        right: -7px;
    }

    .catalog-compare-section {
        margin-bottom: 0px;
    }

    .catalog-compare-section .catalog-items .item.last-mobile:before {
        content: unset;
    }

    .catalog-compare-section .about-section {
        margin-bottom: 16px;
    }

    .catalog-compare-section .dropdown-block {
        margin-bottom: 0px;
    }

    .catalog-compare-section .not-found {
        padding: 140px 0px;
    }

    .sections {
        justify-content: space-between;
        gap: unset;
    }

    .sections .section {
        flex: 1;
        text-align: center;
    }

    .catalog-compare-section .catalog-items .item .selector.has-mobile {
        display: flex;
    }

    .catalog-compare-section .catalog-items .item.has-selector-mobile {
        margin-top: 50px;
    }
}
/* End */
/* /local/templates/cryocyte/components/bitrix/catalog/catalog.donors/style.min.css?1755842920959 */
/* /local/templates/cryocyte//components/bitrix/news.list/dropdown/style.css?17558429209285 */
/* /local/templates/cryocyte/components/nextica/catalog.compare.result/compare.donors.form/style.css?17558429209093 */
