@font-face{font-family:Suisseintl;src:url(./fonts/suisseintl400.otf);font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Suisseintl;src:url(./fonts/suisseintl700.otf);font-weight:700;font-style:normal;font-display:swap}
*,::after,::before {box-sizing: border-box}
html, body {padding: 0; margin: 0; font-family: 'Suisseintl', sans-serif; -webkit-tap-highlight-color: transparent; background: var(--wcms-background-primary); color: var(--wcms-color-primary);font-size: 16px}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: .5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .5rem; font-family: inherit; font-weight: 700; line-height: 1.2; color: inherit;}
.h2{font-size: 56px;}
p {margin-top: 0; margin-bottom: 1rem;}
a {text-decoration: none; outline: none; color: var(--wcms-color-links);}
a:hover {text-decoration: none; color: var(--wcms-color-links-hover);}
button, input, optgroup, select, textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; outline: none;}
.container-fluid {max-width: 1470px; margin: 0 auto; padding-right: 15px; padding-left: 15px;}
.w100 {width: 100% !important;}

:root{
    --transition: all .3s;
}

/* LAYOUT */
body{
    /*background: url("img/body_bg.svg") center;*/
    /*background-size: 3191px 2962px;*/
    /*background-position-y: bottom;*/
    /*background-repeat: repeat-y;*/
}
.btn{
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #008a8c;
    border: 2px solid #009ea1;
    border-radius: 16px;
    width: 100%;
}
.btn.btn__white{
    color: #008a8c;
    border: 2px solid white;
    background: white;
    border-radius: 16px;
}
.btn.btn_c-b{
    color: #343434;
}
.btn.btn_c-b:hover{
    color: #343434;
}

/*#preloader {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: white;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 9999;*/
/*}*/
/*#content {*/
/*    display: none;*/
/*}*/

/* HEADER */
.h{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 11px 0;
    z-index: 100;
    transition: all var(--transition);
}
.h__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 16px;
    position: relative;
}
.h__menu{
    flex: 1;
}
.h__menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    grid-gap: 32px;
}
.h__menu ul a{
    font-size: 20px;
    color: #fff;
    /*transition: var(--transition);*/
}
.h__search{
    margin-left: auto;
}
.h__search-icon{
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
}
.h__burger{
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 8px;
    border-radius: 50%;
    transition: var(--transition);
}
.h__burger > div{
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background: white;
}
.h.scrolled:not(.active){
    background: white;
    backdrop-filter: blur(50px);
}
.h.scrolled:not(.active) .h__burger > div{
    background: #343434;
}
.h.scrolled:not(.active) svg path{
    stroke: #343434;
}
.h.scrolled:not(.active) .h__menu ul a{
    font-size: 20px;
    color: #343434;
}
.h.scrolled:not(.active) .h__row img{
    filter: invert(100%)
}
.h__bottom{
    display: none;
}
.h.active {
    backdrop-filter: blur(100px);
    background: rgb(0 0 0 / 76%);
    border-radius: 0 0 56px 56px;
    padding-bottom: 100px;
}
.h.active .h__bottom{
    display: block;
}
.h.active .h__burger{
    background: white;
}
.h.active .h__burger > div{
    background: black;
    position: absolute;
}
.h.active .h__burger > div:nth-child(1){
    transform: rotate(45deg);
}
.h.active .h__burger > div:nth-child(2){
    transform: rotate(-45deg);
}
.h__dop-menu{
    border-top: 1px solid #fff;
    margin-top: 24px;
    padding-top: 40px;
    display: grid;
    grid-template-columns: 345px 345px;
    justify-content: center;
}
.h__dop-t{
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}
.h__dop-t_o{
    display: none;
}
.h__title{
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 8px;
}
.h__u{
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.h__menu ul a:hover,.h__u:hover {
    color: white;
    text-decoration: underline;
}
.h__search-icon:hover, .h__burger:hover{
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.h__menu ul a:active{
    text-decoration: inherit;
    color: rgba(255, 255, 255, 0.7);
}
.h-mid-search-form{
    display: none;
    position: absolute;
    width: calc(100% - 71px);
    right: 0;
    top: 4px;
    grid-gap: 16px;
    z-index: 1;
    align-items: center;
}
.h-mid-search-form input{
    border: 1px solid rgba(52, 52, 52, 0.5);
    border-radius: 16px;
    padding: 0px 16px;
    height: 52px;
    background: #fff;
    flex: 1;
}
.h-mid-search-form button{
    border-radius: 16px;
    padding: 16px 40px;
    min-width: 232px;
    height: 52px;
    background: #009ea1;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}
.h-mid-search-form.active{
    display: flex;
}
.h-mid-search-close{
    min-width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: white;
    cursor: pointer;
}

.header{
    padding: 72px 0;
    width: 100%;
    min-height: 740px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 0 0 72px 72px;
    display: flex;
    align-items: flex-end;
}
.header .container-fluid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-end;
    justify-content: space-between;
    grid-gap: 10px;
}
.header__h{
    font-weight: 700;
    font-size: 56px;
    line-height: 105%;
    color: #f0f6f6;
}
.header__text{
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 32px;
    padding: 32px;
    backdrop-filter: blur(50px);
    background: rgba(161, 161, 161, 0.1);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #f0f6f6;
}


@media (max-width: 1350px) {
    .h__menu{
        display: none;
    }
    .h__dop-menu .h__dop-t_o{
        display: flex;
    }
}
@media (max-width: 992px) {
    .h__row > img{
        height: 36px;
    }
    .h__search-icon{
        width: 36px;
        height: 36px;
    }
    .h__search-icon svg{
        width: 20px;
    }
    .h__burger{
        width: 36px;
        height: 36px;
        grid-gap: 5px;
    }
    .h__burger > div{
        width: 20px;
    }
    .h.active{
        height: 100dvh;
        border-radius: 0;
    }
    .h__dop-menu{
        margin-top: 13px;
        grid-template-columns: minmax(0, 1fr) !important;
        height: calc(100dvh - 60px);
        overflow-y: auto;
        padding-bottom: 40px;
    }
    .h__dop-menu .h__dop-t_o{
        grid-gap: 20px;
    }
    .h__title{
        font-size: 20px;
        margin-bottom: 0;
    }
    .h__u{
        font-size: 18px;
    }
    .h__dop-t + .h__dop-t{
        margin-top: 36px;
    }
    .h-mid-search-form{
        top: 0px;
    }
    .h-mid-search-form input{
        height: 36px;
        width: inherit;
    }
    .h-mid-search-form button {
        padding: 0;
        min-width: 166px;
        height: 36px;
        font-size: 16px;
    }
    .h-mid-search-close{
        min-width: 35px;
        height: 35px;
    }
    .h-mid-search-close svg{
        width: 19px;
    }
}
@media (max-width: 600px){
    .h-mid-search-form{
        left: 0;
        grid-gap: 4px;
        width: 100%;
    }
    .h-mid-search-form button{
        min-width: 84px;
    }
}

/* BREADCRUMBS */
.breadcrumbs{
    margin-top: 143px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    font-size: 17px;
    color: #979a9a;
}
.breadcrumbs a{
    color: #009ea1;
}
.sys-breadcrumbs-last{
    padding-left: 0!important;
}
.breadcrumbs__del{
    height: 20px;
    width: 2px;
    background: #979a9a;
}
.breadcrumbs-56{
    margin-top: 56px
}

/* BLOCKS */
.title{
    display: flex;
    justify-content: inherit;
    align-items: center;
    grid-gap: 32px;
}
/*.title:has(.title__h > .title__btns){*/
/*    align-items: center;*/
/*}*/
.title__h{
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 105%;
    color: #343434;
}
.title__desc{
    max-width: 710px;
    font-size: 1.25rem;
    line-height: 145%;
    color: #343434;
}
.title__btns{
    display: flex;
    grid-gap: 12px;
}
.title__btn{
    background: white;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}
.title__btn:hover{
    background: rgba(255, 255, 255, 0.7);
}
.title__btn:active{
    background: white;
}
.title__btn svg{
    height: 17px;
    transition: var(--transition);
}
.title__a{
    background: white;
    margin-left: auto;
    border-radius: 16px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 232px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #44132b;
    transition: var(--transition);
}
.title__a:hover{
    color: #44132b;
    background: rgba(255, 255, 255, 0.8);
}
.title__a:active{
    background: white;
}
.bottom__a{
    display: none;
}
.fade-in-block {
    transition: transform 0.8s ease, opacity 1.5s ease-out;
}
.fade-in-block-top.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.wcms-fade{
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUpText 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 0.5s;
}
@keyframes fadeInUpText {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
    .title{
        flex-direction: column;
        gap: 26px;
        align-items: flex-start;
    }
    .title__h{
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.84px;
    }
    .title__desc{
        font-size: 14px;
        line-height: 20px;
    }
    .title__a{
        display: none;
    }
    .title__btn{
        min-width: 40px;
        height: 40px;
    }
    .bottom__a{
        background: white;
        margin-left: auto;
        border-radius: 16px;
        padding: 16px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-weight: 700;
        line-height: 110%;
        text-align: center;
        color: #44132b;
        margin-top: 24px;
        font-size: 16px;
    }
    .bottom__a:hover{
        color: #44132b;
    }
}

/* FOOTER */
.f{
    padding: 40px 0;
    background: #667b7b;
}
.f__cnt{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.f__img-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
}
.f__c{
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}
.f__nets{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.f__title, .f__title a{
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px;
    color: #fff;
}
.f__a, .f__a a{
    font-size: 20px;
    color: #fff;
}
.f__title a:hover, .f__a a:hover{
    color: #fff;
}
.f__a a:hover{
    text-decoration: underline;
}
.f__img{
    width: fit-content;
}
.f__btm{
    margin-top: 40px;
    border-top: 1px solid white;
    padding: 45px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 16px;
}
.f__btm-a{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
    color: #fff;
}
.f__btm-a:hover{
    color: #fff;
}
.f-roc{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin-top: 40px;
    font-size: 12px;
    color: white;
}
.f-roc img {
    width: 115px;
    margin-top: -1px;
}

@media (max-width: 992px) {
    .f__btm{
        flex-direction: column;
    }
    .f{
        padding: 32px 0;
    }
    .f__cnt{
        grid-template-columns: 1fr!important;
    }
    .f__c{
        grid-gap: 20px;
    }
    .f__img{
        height: 60px;
    }
    .f__img-title{
        font-size: 19px;
    }
    .f__title{
        font-size: 20px;
    }
    .f__a, .f__a a{
        font-size: 18px;
    }
    .f__title, .f__title a{
        margin-bottom: 0;
    }
    .f__c + .f__c{
        margin-top: 12px;
    }
}


/* SLIDERS */
.tp .swiper {
    width: 100%;
    height: 100%;
}
.tp .gallery{
    margin-top: 48px;
}
.tp .swiper-slide {
}

.tp .swiper-slide img {
    border-radius: 32px;
    display: block;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    max-height: 780px;
    aspect-ratio: 1440 / 780;
}

.tp .swiper {
    width: 100%;
    height: 692px;
    margin-left: auto;
    margin-right: auto;
}

.tp .swiper-slide {
    background-size: cover;
    background-position: center;
}

.tp .mySwiper2 {
    height: 80%;
    width: 100%;
}

.tp .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 24px 0 0;
}
.tp .mySwiper .swiper-slide img{
    border-radius: 20px;
}
.tp .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    /*opacity: 0.4;*/
    border-radius: 20px;
    border: 2px solid #008a8c00;
}
.tp .mySwiper .swiper-slide-thumb-active{
    border: 2px solid #008A8C;
}
.tp .mySwiper .swiper-slide-thumb-active img{
    opacity: 0.5;
}
.tp .swiper-button-next, .tp .swiper-button-prev{
    background: #ececec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    width: 52px;
    height: 52px;
    z-index: 1;
}
.tp .swiper-button-next{
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.tp .swiper-button-prev{
    position: absolute;
    right: 88px;
    bottom: 24px;
}

/* tportal */
.tp .title__h{
    margin-top: 32px;
}
.tp__add{
    margin-top: 24px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    font-size: 17px;
    line-height: 145%;
    color: #979a9a;
}
.tp__rt{
    display: flex;
    grid-gap: 8px;
}
.tp__stars{
    display: flex;
    align-items: center;
    grid-gap: 2px;
}
.tp__visited{
    display: flex;
    align-items: center;
    grid-gap: 4px;
    font-size: 17px;
    line-height: 145%;
    color: rgba(52, 52, 52, 0.7);
}
.tp__visited.visited{
    color: #009ea1;
}
.tp__visited svg{
    opacity: 30%;
    filter: grayscale(1);
}
.tp__visited.visited svg{
    opacity: 100%;
    filter: grayscale(0);
}
.tp__main{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    grid-gap: 72px;
    margin-top: 48px;
}
.tp__cnt{
    display: flex;
    flex-direction: column;
    grid-gap: 48px;
}
.tp__section{
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}
.tp__h{
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #343434;
}
.tp__text{
    font-size: 20px;
    line-height: 158%;
    color: #343434;
}
.tp__feature{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 158%;
    color: #343434;
    grid-gap: 8px;
}
.tp__card{
    border: 1px solid #ddebeb;
    border-radius: 32px;
    background: #fff;
    overflow: hidden;
}
.tp__str{
    display: flex;
    grid-gap: 16px;
    font-size: 17px;
    line-height: 145%;
    color: #343434;
}
.tp__str a{
    color: #009ea1;
}
.tp__str a:hover{
    color: #009ea1;
}
.tp__data{
    padding: 32px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.tp__side{
    display: flex;
    flex-direction: column;
    grid-gap: 48px;
}
.tp__ban{
    position: relative;
    width: 100%;
    border-radius: 32px;
    padding: 12px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    overflow: hidden;
}
.tp__ban-cnt{
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tp__ban-h{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #fff;
}
.tp__ban-silver .tp__ban-h{
    font-size: 28px;
    line-height: 110%;
    color: #343434;
}
.tp__ban-desc{
    margin-top: 8px;
    font-size: 20px;
    line-height: 135%;
    color: #fee8bb;
}
.tp__ban-silver .tp__ban-desc{
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    color: #343434;
}
.tp__ban-desc.tp__ban-desc_green{
    color: #017b7d;
}
.tp__ban-text{
    margin-top: 24px;
    font-size: 20px;
    line-height: 135%;
    color: #fff;
}
.tp__ban-silver .tp__ban-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: #343434;
}
.tp__ban-text span{
    font-size: 17px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.85);
}
.tp__ban .btn{
    margin-top: 24px;
}
.tp__i{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 0;
}

/* MAP */
.map-container {
    width: 100%;
    height: 370px;
}
.map-container {
    width: 100%;
    height: 370px;
    border-radius: 32px;
    overflow: hidden;
}
.ctg__map .map-container{
    position: sticky;
    top: 100px;
    max-height: 784px;
    height: calc(100vh - 150px);
}


/* CATALOG */
.ctg{
    margin-top: 32px;
    display: grid;
    grid-template-columns: 345px minmax(0, 1fr) 467px;
    grid-gap: 20px;
}
.ctg__cnt{
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.sb__block{
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    border: 1px solid #ddebeb;
    border-radius: 32px;
    padding: 32px;
    width: 100%;
    background: #fff;
    max-height: calc(100vh - 130px);
    height: min-content;
    overflow-y: auto;
}
.sb__h{
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #343434;
    margin-bottom: 16px;
}
.sb__i{
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    line-height: 130%;
    color: #343434;
    transition: var(--transition);
    grid-gap: 10px;
}
.sb__block ul{
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
   flex-direction: column;
   grid-gap: 12px;
}
.sb__block .sidebar-filter-field:has(+ .sidebar-filter-field){
    padding-bottom: 16px;
    border-bottom: 1px solid #ddebeb;
}
.sb__block .sidebar-filter-field + .sidebar-filter-field{
    margin-top: 16px;
}
.sb__block .sidebar-filter-hidden-checkbox{
    display: none;
}
.sb__block .sidebar-filter-hidden-checkbox + span svg{
    display: none;
}
.sb__block .sidebar-filter-hidden-checkbox + span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 8px;
    background: rgba(0, 36, 37, 0.1);
    transition: var(--transition);
}
.sb__block .sidebar-filter-hidden-checkbox:checked + span{
    background: #009ea1;
}
.sb__block .sidebar-filter-hidden-checkbox:checked + span svg{
    display: block;
}
.sb__i:has(.sidebar-filter-hidden-checkbox:checked){
    color: #009ea1;
}
.sb__block button[type="submit"]{
    border: 2px solid #009ea1;
    border-radius: 16px;
    padding: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #009ea1;
    background: white;
    margin-top: 24px;
    transition: var(--transition);
}
.sb__block button[type="submit"]:active{
    background: #009ea1;
    color: #fff;
}

/* CARD */
.card{
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddebeb;
    border-radius: 24px;
    background: #fff;
    transition: var(--transition);
}
.card:hover, .card.highlighted{
    background: #f7ffff;
}
.card__cnt{
    display: flex;
    flex-direction: column;
    padding: 24px 32px 8px;
}
.card__img{
    width: 100%;
    height: 271px;
    object-fit: cover;
    border-radius: 24px;
}
.card__h{
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
}
.card__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    margin-top: 10px;
}
.card__stars{
    display: flex;
    align-items: center;
    grid-gap: 2px;
}
.card__visited{
    display: flex;
    align-items: center;
    grid-gap: 7px;
    font-weight: 400;
    font-size: 17px;
    line-height: 145%;
    color: rgba(52, 52, 52, 0.7);
    opacity: 30%;
    filter: grayscale(1);
}
.card__visited.visited{
    opacity: 100%;
    filter: grayscale(0);
}
.card__desc{
    font-size: 17px;
    line-height: 130%;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}
.card__del{
    margin-top: 8px;
    margin-bottom: 16px;
    width: 100%;
    height: 1px;
    background: #DDEBEB;
}
.card__str{
    display: flex;
    grid-gap: 8px;
    margin-top: 8px;
    font-size: 17px;
    line-height: 130%;
    color: #343434;
}
.card__str a{
    color: #343434;
}
.card__a {
    display: flex;
    align-items: center;
    height: 48px;
    margin-top: 12px;
}
.card .card__a a{
    display: none;
    opacity: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 110%;
    color: #009ea1;
    transition: var(--transition);
}
.card:hover .card__a a{
    display: block;
    opacity: 1;
}





























































































