@font-face {
    font-family: CeraPro;
    src: url('Fonts/Fonts/CeraPro-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: CeraPro;
    src: url('Fonts/Fonts/CeraPro-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: CeraPro;
    src: url('Fonts/Fonts/CeraPro-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: CeraPro;
    src: url('Fonts/Fonts/CeraPro-Black.ttf');
    font-weight: 900;
}
 
.bt2025-body{
    background: #130038;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 65px;
    font-family: 'CeraPro';
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    --color-filter1: #F29EC4;
    --color-filter2: #92D5F6;
    --color-filter3: #BBD03E;
    --color-filter4: #E62A26;
    --color-filter5: #9368AA;
    --color-filter6: #F2C897;
    --color-filter7: #FFF376;
    --color-filter8: #52BAAB;
    --color-filter9: #EB8F00;
}
.bt2025-top__head{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
}
.bt2025-left__head{
    display: flex;
    align-items: center;
    gap: 40px;
}
.bt2025-left__head button{
    background: transparent;
    border: 0px;
    outline: none;
    padding: 0px;
}
.bt2025-right__head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bt2025-head__filter{
    width: calc(100%/9);
    border-radius: 20px;
    background: white;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bt2025-head__filter .bt2025-dark__btn{
    background: #130038;
    border-radius: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 15px;
    padding-bottom: 3px;
    width: fit-content;
    min-width: 50px;
}
.bt2025-head__filter span{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    cursor: pointer;
}
.bt2025-F29EC4_filter{
    color: var(--color-filter1);
    background: var(--color-filter1);
}
.bt2025-92D5F6_filter{
    color: var(--color-filter2);
    background: var(--color-filter2);
}
.bt2025-BBD03E_filter{
    color: var(--color-filter3);
    background: var(--color-filter3);
}
.bt2025-E62A26_filter{
    color: var(--color-filter4);
    background: var(--color-filter4);
}
.bt2025-9368AA_filter{
    color: var(--color-filter5);
    background: var(--color-filter5);
}
.bt2025-F2C897_filter{
    color: var(--color-filter6);
    background: var(--color-filter6);
}
.bt2025-FFF376_filter{
    color: var(--color-filter7);
    background: var(--color-filter7);
}
.bt2025-52BAAB_filter{
    color: var(--color-filter8);
    background: var(--color-filter8);
}
.bt2025-EB8F00_filter{
    color: var(--color-filter9);
    background: var(--color-filter9);
}

.bt2025-F29EC4_back{
    background: var(--color-filter1);
}
.bt2025-92D5F6_back{
    background: var(--color-filter2);
}
.bt2025-BBD03E_back{
    background: var(--color-filter3);
}
.bt2025-E62A26_back{
    background: var(--color-filter4);
}
.bt2025-9368AA_back{
    background: var(--color-filter5);
}
.bt2025-F2C897_back{
    background: var(--color-filter6);
}
.bt2025-FFF376_back{
    background: var(--color-filter7);
}
.bt2025-52BAAB_back{
    background: var(--color-filter8);
}
.bt2025-EB8F00_back{
    background: var(--color-filter9);
}
.bt2025-color_item.bt2025-not_active{
    background: #130039;
    mix-blend-mode: screen;
}
 
.bt2025-main__content{
    display: grid;
    grid-template-columns: 9fr 3fr auto;
 
    gap: 35px;
    position: relative;
    height: 100%;
    margin-top: 50px;
    flex: 1;
}
 
.bt2025-main__right{
    margin-right: 25px;
}
 
 
.bt2025-filter__showall{
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: -10px;
    transform: translate(100%, -100%);
    transition: 0.3s;
    transition-delay: 0.1s;
    opacity: 1;
}
.bt2025-filter__showall svg{
    width: 9px;
    height: 15px;
}
.bt2025-main__left--header,.bt2025-left__partner, .bt2025-right__partner{
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
}
.bt2025-right__partner, .bt2025-left__partner {
    align-items: stretch;
}
.bt2025-partner__item{
    aspect-ratio: 1/1;
    width: calc(33.3% - 10px);
    background: linear-gradient(165deg, rgba(162, 175, 150, 0.55) 9.17%, rgba(162, 175, 150, 0.49) 13.25%, rgba(162, 175, 150, 0.33) 27.95%, rgba(162, 175, 150, 0.23) 41.02%, rgba(162, 175, 150, 0.2) 50.82%, rgba(162, 175, 150, 0.38) 72.87%, rgba(162, 175, 150, 0.55) 90.84%);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bt2025-partner__item--little{
    width: 100%;
    position: unset;
}
.bt2025-partner__item a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.bt2025-partner__item a img{
    max-width: 80%;
}
.bt2025-little__partner--wrapp{
    width: calc(25% - 15px);
    position: relative;
    display: flex;
    align-items: center;
}
.bt2025-open__partner{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 16px;
    width: 16px;
    background: linear-gradient(164.97deg, rgba(162, 175, 150, 0.55) 9.17%, rgba(162, 175, 150, 0.55) 90.84%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bt2025-open__partner svg{
    max-width: 3px;
    cursor: pointer;
}
.bt2025-partner__content{
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: fit-content;
    padding: 8px;
    background: white;
    border-radius: 8px;
    font-weight: 500;
    font-size: 10.57px;
    line-height: 100%;
    color: #130038;
    max-width: 80%;
}
.bt2025-little__partner--wrapp .bt2025-partner__content{
    max-width: 100%;
}
.bt2025-close__partner{
    position: absolute;
    right: 4px;
    top: 4px;
}
.bt2025-center__text h1{
    text-align: center;
    color: #FFF376;
    font-weight: 700;
    font-style: Bold;
    font-size: 67px;
    line-height: 50px;
    margin: 0px;
}
.bt2025-center__text h1 span{
    font-weight: 700;
    font-style: Bold;
    font-size: 43px;
}
.bt2025-center__text h1 span.bt2025-map__span{
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
 
}
.bt2025-main__tophead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.bt2025-tophead__colors{
    display: flex;
    align-items: center;
    gap: 4.5px;
}
.bt2025-color_item{
    height: 15px;
    width: 8px;
    border-radius: 10px;
}
.bt2025-main__item--wrapper{
    padding: 25px;
    padding-bottom: 20px;
    padding-top: 15px;
    border-radius: 28px;
    color: #FFFFFF;
    font-weight: 500;
    font-style: Medium;
    font-size: 10.57px;
    line-height: 100%;
    transition: 0.3s;
    position: relative;
}
.bt2025-main__right--item .bt2025-background{
    background: linear-gradient(152.12deg, rgba(232, 64, 130, 0.3) 2.12%, rgba(232, 64, 130, 0.19) 27.02%, rgba(232, 64, 130, 0.15) 42.34%, rgba(232, 64, 130, 0.19) 63.41%, rgba(232, 64, 130, 0.3) 96.93%, rgba(232, 64, 130, 0.3) 97.89%);

}
.bt2025-main__contentbody{
    margin-top: 25px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.bt2025-contentbody--item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    gap: 5px;
    position: relative;
}
.bt2025-contentbody--hover{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
       position: absolute;
    left: 50%;
    top: 100%;
    width: 240px;
    background: white;
    padding: 11px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    color: #130039;
    border-radius: 12px;
    transition: 0.3s;
}
.bt2025-contentbody--name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 15px;
    border-radius: 12px;
    padding-left: 7px;
    padding-right: 3px;
}
.bt2025-main__right--item .bt2025-contentbody--name{
  background: linear-gradient(90deg, rgba(232, 64, 130, 0.4) 0%, rgba(232, 64, 130, 0.3) 14%, rgba(232, 64, 130, 0.19) 31%, rgba(232, 64, 130, 0.15) 42%, rgba(232, 64, 130, 0.19) 57%, rgba(232, 64, 130, 0.3) 81%, rgba(232, 64, 130, 0.4) 100%);

}
.bt2025-numeric{
    border-radius: 50%;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.5px;
    height: 10.5px;
    font-size: 7px;
    line-height: 100%;
}
.bt2025-contentbody--item::before{
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3e%3cpath d='M9.55017 2.93002H0.370117' stroke='white' stroke-miterlimit='10'/%3e%3cpath d='M9.44006 5.19003C10.6882 5.19003 11.7001 4.17819 11.7001 2.93002C11.7001 1.68186 10.6882 0.670044 9.44006 0.670044C8.1919 0.670044 7.18018 1.68186 7.18018 2.93002C7.18018 4.17819 8.1919 5.19003 9.44006 5.19003Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    width: 12px;
    height: 6px;
    z-index: 2;
}
.bt2025-contentbody--item:last-child::before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3e%3cpath d='M2.44006 4.67003C3.68823 4.67003 4.70007 3.65818 4.70007 2.41002C4.70007 1.16186 3.68823 0.150009 2.44006 0.150009C1.1919 0.150009 0.180176 1.16186 0.180176 2.41002C0.180176 3.65818 1.1919 4.67003 2.44006 4.67003Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    left: 6px;
    width: 5px;
    height: 5px;
}
.bt2025-main__contentbody::after{
    content: '';
    position: absolute;
    left: -3.5px;
    top: -15px;
    width: 6px;
    height: 1px;
    background: white;
    z-index: 2;
}
.bt2025-main__contentbody::before{
    content: '';
    position: absolute;
    left: -1px;
    top: -15px;
    width: 10px;
    height: calc(100% + 8px);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-left-radius: 6px;
    z-index: 2;
}
.bt2025-main__right--content{
    gap: 45px;
    display: flex;
    flex-direction: column;
}
.bt2025-contentbody--item__fiftywidth{
    justify-content: end;
 
}
.bt2025-contentbody--item__fiftywidth .bt2025-contentbody--name{

    gap: 6px;
}
.bt2025-contentbody--item__fiftywidth .bt2025-contentbody--item{
    width: fit-content;
    max-width: 60%;
    gap: 6px;
}
.bt2025-contentbody--item__fiftywidth::before{
    display: none;
}
.bt2025-contentbody--item__fiftywidth .bt2025-contentbody--name{
    position: relative;
}
.bt2025-contentbody--item__fiftywidth .bt2025-contentbody--name::before{
      content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3e%3cpath d='M9.55017 2.93002H0.370117' stroke='white' stroke-miterlimit='10'/%3e%3cpath d='M9.44006 5.19003C10.6882 5.19003 11.7001 4.17819 11.7001 2.93002C11.7001 1.68186 10.6882 0.670044 9.44006 0.670044C8.1919 0.670044 7.18018 1.68186 7.18018 2.93002C7.18018 4.17819 8.1919 5.19003 9.44006 5.19003Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    left: -3px;
    width: 12px;
    height: 6px;
    z-index: 2;
    transform: translateX(-100%);
}

.bt2025-contentbody--item__fiftywidth:last-child .bt2025-contentbody--name::before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3e%3cpath d='M2.44006 4.67003C3.68823 4.67003 4.70007 3.65818 4.70007 2.41002C4.70007 1.16186 3.68823 0.150009 2.44006 0.150009C1.1919 0.150009 0.180176 1.16186 0.180176 2.41002C0.180176 3.65818 1.1919 4.67003 2.44006 4.67003Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    left: -3px;
    width: 5px;
    height: 5px;
    transform: translateX(-100%);
}
.bt2025-contentbody--item__fiftywidth--wrapper{
    position: relative;
    width: fit-content;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 60%;
}
.bt2025-contentbody--item__fiftywidth--wrapper::after{
     content: '';
    position: absolute;
    left: -2.5px;
    top: 0px;
    width: 6px;
    height: 1px;
    background: white;
    z-index: 2;
}
.bt2025-contentbody--item__fiftywidth--wrapper::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: calc(100% - 7px);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-left-radius: 6px;
    z-index: 2;
}
.bt2025-numeric--wrapper{
    display: flex;
    align-items: center;
    gap: 2px;
}
.bt2025-main__left--content{
    display: flex;
    gap: 30px;
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.bt2025-main__left--content--block{
    display: flex;
    flex-direction: column;
    flex: 1 calc(100% - 20px);

}
.bt2025-main__left--content--block:nth-child(1){
    gap: 17px;
}
.bt2025-main__left--content--block:nth-child(2){
    gap: 45.5px;
    flex: 1 calc(100%);
}
.bt2025-main__left--content--block:nth-child(3){
    gap: 63px;
 
}

.bt2025-main__left--content--block:nth-child(1) .bt2025-background{
    background: linear-gradient(157.82deg, rgba(45, 180, 170, 0.5) 1.77%, rgba(45, 180, 170, 0.38) 11.42%, rgba(45, 180, 170, 0.25) 25.88%, rgba(45, 180, 170, 0.18) 38.42%, rgba(45, 180, 170, 0.15) 50%, rgba(45, 180, 170, 0.2) 61.57%, rgba(45, 180, 170, 0.33) 79.9%, rgba(45, 180, 170, 0.5) 98.23%);
}
.bt2025-main__left--content--block:nth-child(2) .bt2025-background{
    background: linear-gradient(134.68deg, rgba(90, 33, 127, 0.7) 3.08%, rgba(90, 45, 135, 0.54) 13.4%, rgba(90, 62, 146, 0.33) 30.29%, rgba(90, 69, 150, 0.25) 39.68%, rgba(90, 69, 150, 0.3) 52.82%, rgba(90, 69, 150, 0.44) 71.59%, rgba(90, 69, 150, 0.67) 94.11%, rgba(90, 69, 150, 0.7) 96.93%);
}
.bt2025-main__left--content--block:nth-child(3) .bt2025-background{
    background: linear-gradient(143.39deg, rgba(9, 166, 199, 0.4) 2.67%, rgba(19, 166, 198, 0.15) 40.55%, rgba(26, 165, 197, 0.18) 55.71%, rgba(48, 165, 197, 0.27) 76.55%, rgba(79, 165, 196, 0.4) 97.39%);
}

.bt2025-main__left--content--block:nth-child(1) .bt2025-main__left--item .bt2025-contentbody--name{
    background: linear-gradient(90deg, rgba(94, 180, 145, 0.6) 0%, rgba(94, 180, 145, 0.2) 39%, rgba(94, 180, 145, 0.6) 100%);
}
.bt2025-main__left--content--block:nth-child(2) .bt2025-main__left--item .bt2025-contentbody--name{
    background: linear-gradient(90deg, rgba(90, 37, 130, 0.98) 0%, rgba(90, 40, 132, 0.9) 4%, rgba(90, 56, 141, 0.57) 19%, rgba(90, 65, 147, 0.37) 32%, rgba(90, 69, 150, 0.3) 39%, rgba(90, 69, 150, 0.35) 49%, rgba(90, 69, 150, 0.49) 64%, rgba(90, 69, 150, 0.72) 82%, #5A4596 100%);
}
.bt2025-main__left--content--block:nth-child(3) .bt2025-main__left--item .bt2025-contentbody--name{
    background: linear-gradient(90deg, rgba(9, 166, 199, 0.7) -0.01%, rgba(19, 166, 198, 0.15) 39.99%, rgba(22, 165, 197, 0.18) 48.99%, rgba(32, 165, 197, 0.27) 62.99%, rgba(48, 165, 197, 0.42) 77.99%, rgba(70, 165, 196, 0.62) 93.99%, rgba(79, 165, 196, 0.7) 99.99%);
}
.bt2025-main__left--item--border{
    border: 1px solid #6B4596;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 1;
    background: #130038;
}



.bt2025-main__left--content--block:nth-child(2) .bt2025-main__left--item{
    margin-left: 5px;
    margin-right: 5px;
}
.bt2025-green__lain{
    position: relative;
}
.bt2025-green__lain::after{
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='100' viewBox='0 0 26 100' fill='none'%3e%3cpath d='M3.56006 0.829956V91.12C3.56006 94.67 6.44004 97.54 9.98004 97.54H23.85' stroke='%23FFF153' stroke-miterlimit='10'/%3e%3cpath d='M6.81006 0.329956H0.310059V1.32996H6.81006V0.329956Z' fill='%23FFF153'/%3e%3cpath d='M23.74 99.81C24.9882 99.81 26 98.7981 26 97.55C26 96.3018 24.9882 95.29 23.74 95.29C22.4918 95.29 21.48 96.3018 21.48 97.55C21.48 98.7981 22.4918 99.81 23.74 99.81Z' fill='%23FFF153'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 20px;
    height: calc(100% - 40px);
    width: 26px;
}
.bt2025-green__lain .bt2025-contentbody--item:last-child::before{
    display: none;
}
.bt2025-green__lain .bt2025-contentbody--item:nth-child(2)::before{
     background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3e%3cpath d='M2.44006 4.67003C3.68823 4.67003 4.70007 3.65818 4.70007 2.41002C4.70007 1.16186 3.68823 0.150009 2.44006 0.150009C1.1919 0.150009 0.180176 1.16186 0.180176 2.41002C0.180176 3.65818 1.1919 4.67003 2.44006 4.67003Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    left: 6px;
    width: 5px;
    height: 5px;
}
.bt2025-green__lain .bt2025-main__contentbody::before{
        height: calc(66% + 7px);
}
.bt2025-green__lain2 .bt2025-main__contentbody::before{
    height: calc(83.3% + 7px);
}
.bt2025-green__lain2 .bt2025-main__contentbody .bt2025-contentbody--item:nth-child(3)::before{
     background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3e%3cpath d='M2.44006 4.67003C3.68823 4.67003 4.70007 3.65818 4.70007 2.41002C4.70007 1.16186 3.68823 0.150009 2.44006 0.150009C1.1919 0.150009 0.180176 1.16186 0.180176 2.41002C0.180176 3.65818 1.1919 4.67003 2.44006 4.67003Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    left: 6px;
    width: 5px;
    height: 5px;
}
.bt2025-green__lain2::after{
    content: '';
    top: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='158' viewBox='0 0 26 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.25 0.5V149.14C3.25 152.69 6.13 155.56 9.67 155.56H23.54' stroke='%23FFF153' stroke-miterlimit='10'/%3e%3cpath d='M6.5 0H0V1H6.5V0Z' fill='%23FFF153'/%3e%3cpath d='M23.4299 157.82C24.6781 157.82 25.6899 156.808 25.6899 155.56C25.6899 154.312 24.6781 153.3 23.4299 153.3C22.1818 153.3 21.1699 154.312 21.1699 155.56C21.1699 156.808 22.1818 157.82 23.4299 157.82Z' fill='%23FFF153'/%3e%3c/svg%3e "); 
 
}
.bt2025-absolute__line{
    position: absolute;
    top: 55px;
    right: 6.02%;
    z-index: 0;
        width: 27.993%;
        height: 62.5%;
}
 .bt2025-absolute__line img, .bt2025-absolute__line svg{
    width: 100%;
    height: 100%;
 }
.bt2025-color_item--border.bt2025-9368AA_back{
    position: relative;
}
.bt2025-color_item--border.bt2025-9368AA_back::before{
    content: '';
    position: absolute;
    display: block;
 
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 1px solid #6B4596;
    border-radius: 12px;
    left: 50%;
        transform: translate(-51%, -52%);
    top: 50%;
}
 

    .bt2025-main__left--item--border svg{
    display: block;

}
.bt2025-sber{
    padding: 0px;
    border:2px solid #08A652;
}
.bt2025-sber .bt2025-main__tophead{
    background-color: #FFFFFF;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    z-index: 1;
    position: relative;
}
.bt2025-sber .bt2025-main__contentbody{
     margin: 25px;
 
}
 .bt2025-sber .bt2025-main__tophead .bt2025-color_item{
    border: 0.3px solid #261352
 }  
.bt2025-sber .bt2025-main__tophead .bt2025-F29EC4_back{
    background: var(--color-filter1);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-92D5F6_back{
    background: var(--color-filter2);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-BBD03E_back{
    background: var(--color-filter3);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-E62A26_back{
    background: var(--color-filter4);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-9368AA_back{
    background: var(--color-filter5);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-F2C897_back{
    background: var(--color-filter6);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-FFF376_back{
    background: var(--color-filter7);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-52BAAB_back{
    background: var(--color-filter8);
    mix-blend-mode:unset;
}
.bt2025-sber .bt2025-main__tophead .bt2025-EB8F00_back{
    background: var(--color-filter9);
    mix-blend-mode:unset;
}
.bt2025-main__left--content--block:nth-child(2) .bt2025-main__item--wrapper--last2{
    background: transparent;
    padding: 9px 25px;
    border: 1.2px solid #8F83BC;
    height: 46px;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bt2025-main__left--content--block:nth-child(2) .bt2025-main__item--wrapper--last2.bt2025-main__item--wrapper--last2__color{
       border: 0px;
}
.bt2025-main__left--content--block:nth-child(2) .bt2025-main__item--wrapper--last2.bt2025-main__item--wrapper--last2__color .bt2025-background{
    background: linear-gradient(111.55deg, rgba(135, 190, 155, 0.41) 3.36%, rgba(135, 190, 155, 0.4) 4.29%, rgba(135, 190, 155, 0.26) 20.15%, rgba(135, 190, 155, 0.18) 34.15%, rgba(135, 190, 155, 0.15) 45.35%, rgba(135, 190, 155, 0.23) 57.48%, rgba(135, 190, 155, 0.36) 81.75%, rgba(135, 190, 155, 0.41) 96.68%);
 
}
.bt2025-oneitem__head{
    display: flex;
    align-items: center;
    gap: 7px;
}
.bt2025-main__item--wrapper--last2__wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bt2025-main__left--content--block:nth-child(1) .bt2025-main__item--wrapper{
    padding-top: 10px;
}
.bt2025-main__left--content--block:nth-child(3) .bt2025-main__item--wrapper{
    padding-bottom: 20px;
    padding-top: 20px;
}
.bt2025-main__right--item.bt2025-main__item--wrapper{
    padding-bottom: 22.5px;
}
.bt2025-contentbody--name a{
    display: block;
    
}
.bt2025-contentbody--name.highlight a{
       padding: 2px;
    background: var(--color-filter9); 
}
.bt2025-highlightspan{
     background: var(--color-filter9); 
}
 
.bt2025-contentbody--item{
    position: relative;
}
.bt2025-contentbody--item.highlight .bt2025-contentbody--hover{
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.bt2025-opactity--all .bt2025-main__item--wrapper{
    opacity: 0.3;
    transition: 0.3s;
}
.bt2025-block--all .bt2025-main__left--content{
    pointer-events: none;
}
.bt2025-opactity--all .bt2025-main__item--wrapper.highlight{
    opacity: 1;
}
 
.bt2025-main__tophead img{
    position: relative;
    z-index: 2;
}
.bt2025-background{
    position: absolute;
    left: 0px;
    top: 0px;
      width: 100%;
    height: 100%;
    border-radius: 28px;
}
.bt2025-active-filter .bt2025-background{
    opacity: 0.3;
}
.bt2025-active-filter .bt2025-main__contentbody::before, .bt2025-active-filter .bt2025-main__contentbody::after{
    opacity: 0.3;
}
.bt2025-active-filter .bt2025-contentbody--item__fiftywidth--wrapper::before, .bt2025-active-filter .bt2025-contentbody--item__fiftywidth--wrapper::after{
    opacity: 0.3;
}
.bt2025-active-filter .bt2025-contentbody--item{
    opacity: 0.3;
}
.bt2025-active-filter .bt2025-contentbody--item.bt2025-parent-highlight{
    opacity: 1;
}
.bt2025-active-filter .bt2025-color_item {
    opacity: 0.3;
}
.bt2025-active-filter .bt2025-color_item.bt2025-filter-higlight {
    opacity: 1;
}
.bt2025-active-filter .bt2025-main__tophead img,.bt2025-active-filter .bt2025-main__tophead .bt2025-oneitem__head{
    opacity: 0.3;
}
.bt2025-active-filter .bt2025-main-wrapper-highlight .bt2025-main__tophead img, .bt2025-active-filter .bt2025-main-wrapper-highlight .bt2025-main__tophead .bt2025-oneitem__head{
    opacity: 1;
}
.bt2025-active-filter  .bt2025-green__lain::after,.bt2025-active-filter .bt2025-contentbody--item::before{
    opacity: 0.3;
}
.bt2025-head__filter {
    position: relative;
 
  transition:   0.1s;
  transition-delay: 0.3s;
}
.bt2025-head__filter.open{
 transition: 0s;
 transition-delay: 0s;
 border-bottom-left-radius: 0px;
 border-bottom-right-radius: 0px;
 
}
.bt2025-head__filter--content{
   overflow: hidden;
    height: 0; 
    transition: height 0.2s ease, padding 0.2s ease; /* плавное раскрытие */
 
    padding-left: 10px; 
    padding-right: 10px; 
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    background: inherit;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 3;
    color: #130038;
}
.bt2025-active-filter .bt2025-sber {
    border-color: rgba(8, 166, 82, 0.3);
}
.bt2025-active-filter .bt2025-main-wrapper-highlight.bt2025-sber{
    border-color: rgba(8, 166, 82, 1);
}
.bt2025-filter__number--content{
    
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 20px;
    min-height: 70px;
    box-sizing: border-box; 
    color: #130038;
    flex: 1;
}
.bt2025-filter__number--wrapper{
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    transition: 0.3s;
    width: 27%;
    z-index: -1;
    transform: translateX(calc(100% + 65px));
    min-width: 490px;
}

.bt2025-filter__number--wrapper.open{
    position: absolute;
    right: 0px;
    gap: 16px;
    z-index: 3;
    width: 27%;
    transition: 0.3s;
    transform: translateX(0px);
}
.bt2025-filter__number--wrapper .bt2025-filter__number--item{
    width: 100%;
    height: 100%;
    background:white ;
    padding-left: 4px;
    border-radius: 20px;
    cursor: pointer;
       display: flex;
    gap: 17px;

}
.bt2025-filter__number--wrapper  .bt2025-filter__number--item h4{
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    margin-bottom: 4px;
}
.bt2025-filter__number--wrapper  .bt2025-filter__number--item p{
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    margin: 0px;
    line-height: 100%;
}
.bt2025-filter__number--wrapper.open  .bt2025-filter__number--content{
    
    width: 100%;
    display: block;
    z-index: 1;
 
}
.bt2025-zaglushka{
    width: 30px;
}
.bt2025-filter__number--wrapper  .bt2025-filter__number--item span{
    width: 30px;
    height: 30px;
    background: #130038;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
}
.bt2025-filter__number--wrapper.open .bt2025-filter__showall{
    right: unset;
    left: 0px;
}
 
.bt2025-zaglushka{
    display: flex;
    flex-direction: column;
    position: relative;
}
 
.bt2025-zaglushka.open .bt2025-filter__showall{
    opacity: 0;
    transition: 0s;
    transition-delay: 0s;
}
.bt2025-wrapper__fornumbers{
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: 100%;
    align-items: end;
    justify-content: space-between;
     
}
.bt2025-wrapper__fornumbers span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #130038;
    gap: 50px;
    opacity: 1;
     transition: 0.3s;
     transition-delay: 0.1s;
     cursor: pointer;
}
.bt2025-zaglushka.open span{
    opacity: 0;
    transition: 0s;
    transition-delay: 0s;
}
.bt2025-left__head{
    position: relative;
}
.bt2025-search__block{
    position: absolute;
    top: calc(100% + 30px);
}

.bt2025-search__block input{
    position: relative;
    border: 0px;
    border-radius: 20px;
    width: 100%;
    min-width: 400px;
    display: flex;
    height: 30px;
    align-items: center;
    padding-left: 6px;
    padding-right: 50px;
    font-weight: 400;
    font-size: 14.6px;
    line-height: 100%;

}
.bt2025-search__block button{
    position: absolute;
    right: 7px;
    top: 5px;
    border: 0px;
    background: transparent;
    outline: none;
}
.bt2025-search__block .bt2025-start__search{
    right: 30px;
    display: flex;
}
.bt2025-info__block{
    z-index: 3;
    position: absolute;
    top: calc(100% + 30px);
    left: 0px;
    background: white;
    border-radius: 10px;
    min-width: 420px;
    padding: 25px;
    color: #130039;
   
}
 
.bt2025-info__block::before{
    content: '';
    position: absolute;
    top: -12px;
    left: 16%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
    border-radius: 10px;
 
}
 
.bt2025-close__btn{
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
}
.bt2025-info__block h3{
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
}
.bt2025-info__block span{
    font-weight: 900;
    font-style: Black;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F29EC4;
    margin-top: 10px;
}
.bt2025-info__block p{
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    margin-bottom: 0px;
}
.bt2025-info__block ul{
    list-style-type: none;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-left: 0px;
    margin: 0px;
}
.bt2025-info__block ul li{
    padding-left: 10px;
}
.bt2025-info__block ul li:last-child{
    padding-left: 0px;
}
.bt2025-info__block small{
    font-weight: 400;
    font-style: Regular;
    font-size: 9px;
    line-height: 100%;
    margin-top: 9px;
    display: block;
}
.bt2025-star--wrapper .bt2025-info__block::before{
   left: 31%;
}
.bt2025-book--wrapper .bt2025-info__block{
    min-width: 310px;
}
 
.bt2025-book--wrapper .bt2025-info__block::before{
   left: 63%;
}
.bt2025-book--table{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 3px;
}
.bt2025-book--table__head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.bt2025-book--table__head span{
    font-weight: 500;
}
.bt2025-book--table__item{
    display: flex;
    align-items: center;
    gap: 5px;
 
    font-weight: 400;
    font-style: Bold;
    font-size: 11px;
 
    line-height: 100%;
    letter-spacing: 0%;

}
.bt2025-book--table__item b{
    font-weight: 700;
}
.bt2025-book--table__item b,
.bt2025-book--table__item p {
  white-space: nowrap;
}
.bt2025-book--table__item span {
  flex: 1;  
  border-bottom: 1px dashed #F29EC4;  
}
.bt2025-info__block{
    display: none;
}
.bt2025-search--wrapper .bt2025-info__block{
    padding: 0px;
}
.bt2025-search--wrapper  .bt2025-info__block::before{
    display: none;
}
.bt2025-search-results{
    max-height: 300px;
    overflow-y: auto;
}

.bt2025-result-item{
    font-size: 12px;
}
 .bt2025-main__left--header.bt2025--mobileversion{
    display: none;
 }

.bt2025-line3{
        display: none;
    }


  .bt2025-line2{
            display: none;
        }
@media screen and (max-width:1840px) and (min-width:1740px){
.bt2025-absolute__line {
                right: 6.5%;
                width: 27.493%;
            }
                .bt2025-little__partner--wrapp .bt2025-partner__content {
        max-width: 110%;
        width: 110%;
    }
}
@media screen and (max-width:1740px) and (min-width:1600px){
            .bt2025-absolute__line {
                right: 7.02%;
                width: 26.993%;
            }
            .bt2025-color_item--border.bt2025-9368AA_back::before{
                transform: translate(-52%, -52%);
            }
}
@media screen and (max-width:1600px) and (min-width:1440px){
 .bt2025-absolute__line {
                right: 8.02%;
                width: 25.993%;
            }
             .bt2025-little__partner--wrapp .bt2025-partner__content{
                max-width: 130%!important;
                width: 130%!important;
            }
            .bt2025-color_item--border.bt2025-9368AA_back::before{
                transform: translate(-50%, -50%);
        }
}
@media screen and (max-width:1739px) and (min-width:1440px){
         
        .bt2025-main__item--wrapper{
            font-size: 9px;
            line-height: 7px;
            letter-spacing: -1px;
        }
        .bt2025-partner__content{
            max-width: 100%;
            font-size: 8px;
 
        }
        .bt2025-open__partner {
            right: -5px;
            top: -5px;
        }
        .bt2025-head__filter span{
            font-size: 11px;
            line-height: 130%;
                text-wrap-mode: nowrap;
        }
        .bt2025-main__tophead img{
            max-width: 50%;
        }
        .bt2025-sber .bt2025-main__tophead{
            width: auto;
        }
         
        .bt2025-little__partner--wrapp .bt2025-partner__content{
            max-width: 110%;
            width: 110%;
        }
        .bt2025-close__partner{
            width: 12px;
            height: 12px;
        }
        .bt2025-close__partner svg{
            width: 100%;
            height: 100%;
        }
}
@media screen and (min-width:850px) and (max-width:1440px){
        .bt2025-color_item--border.bt2025-9368AA_back::before{
 
            transform: translate(-50%, -50%);
        }
        .bt2025-body{
            padding: 40px 30px;
        }
        .bt2025-left__head button{
            display: flex;
        }
        .bt2025-left__head button img{
            max-height: 14px;
        }
        .bt2025-left__head{
            gap: 25px;
        }
        .bt2025-top__head{
            gap: 30px;
        }
        .bt2025-right__head{
            gap: 8px;
        }
        .bt2025-head__filter{
            height: 18px;
            border-radius: 12.5px;
        }
        .bt2025-head__filter span{
            font-size: 11px;
            line-height: 6px;
            text-wrap-mode: nowrap;
        }
        .bt2025-head__filter .bt2025-dark__btn{
            height: 10px;
            padding-top: 0px;
            padding: 2px;
            
        }
        .bt2025-left__partner, .bt2025-right__partner{
            gap: 20px;
        }
        .bt2025-main__left--header {
            gap: 20px;
        }
        .bt2025-partner__item{
            width:calc(33.3% - 5px);
        }
        .bt2025-partner__item--little{
            width: 100%;
        }
        .bt2025-little__partner--wrapp{
                width: calc(25% - 5px);
        }
        .bt2025-center__text h1{
            font-size: 44px;
            line-height: 35px;
            text-wrap-mode: nowrap;
        }
        .bt2025-center__text h1 span{
            font-size: 28px;
        }
        .bt2025-center__text h1 span.bt2025-map__span{
            font-size: 40px;
        }
        .bt2025-partner__item a img{
            max-width: 80%;
            max-height: 30px;
        }
        .bt2025-open__partner{
            width: 10px;
            height: 10px;
        }
        .bt2025-main__left--content{
            gap: 20px;
        }
        .bt2025-main__content{
            gap: 20px;
        }
        .bt2025-main__item--wrapper{
            padding: 15px;
            padding-left: 20px;
            padding-top: 8px;
            border-radius: 18px;
        }
        .bt2025-background{
            border-radius: 18px; 
        }
        .bt2025-main__left--item--border{
            border-radius: 21px;
            padding-top: 4px;
            padding-bottom: 4px;
        }
        .bt2025-main__left--content--block:nth-child(2) .bt2025-main__left--item{
            margin-left: 4px;
            margin-right: 4px;
        }
        .bt2025-main__tophead img{
            max-width: 40%;
        }
        .bt2025-zaglushka{
            width: 21px;

        }
        .bt2025-wrapper__fornumbers{
            gap: 40px;
        }
        .bt2025-wrapper__fornumbers span{
            width: 21px;
            height: 21px;
            font-size: 15px;
        }
        .bt2025-main__left--content--block{
            flex: unset;
            width: calc(33.33% - 5px);
        }
        .bt2025-main__left--content--block:nth-child(2){
             flex: unset;
            width: calc(33.33% + 10px);
        }
        .bt2025-contentbody--hover{
            right: 0px;
            width: 150px;
            left: unset;
            font-size: 7px;
            border-radius: 8px;
            padding: 10px;
        }
        .bt2025-main__item--wrapper{
            font-size: 7px;
        }
        .bt2025-numeric{
            width: 7px;
            height: 7px;
            font-size: 5px;
        }
        .bt2025-contentbody--name{
            height: 10px;
            padding-right: 1.5px;
            padding-left: 6px;
             
        }
        .bt2025-leter-spacing{
            letter-spacing: -0.5px;
        }
        .bt2025-main__contentbody{
            gap: 3px;
        }
        .bt2025-color_item{
            width: 5px;
            height: 10px;

        }
        .bt2025-sber{
            padding: 0px;
        }
        .bt2025-sber .bt2025-main__tophead{
            padding:5px 15px;
            border-radius: 17px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            z-index: 1;
            position: relative;
        }
        .bt2025-sber .bt2025-main__contentbody{
            margin: 15px;
            margin-top: 20px;
        }
        .bt2025-main__contentbody::before{
            height: calc(100% + 10px);
        }
        .bt2025-green__lain .bt2025-main__contentbody::before{
            height: calc(100% + 9px);
        }
        .bt2025-contentbody--item__fiftywidth--wrapper::before{
                height: calc(100% - 5px);
        }
        .bt2025-green__lain .bt2025-main__contentbody::before{
            height: calc(100% - 3px);
        }
        .bt2025-green__lain::after{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='67' viewBox='0 0 18 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.83826 60.6891V0.334229H2.50671V60.6891L2.51193 60.8928C2.61803 62.9859 4.34999 64.6463 6.46392 64.6463H15.7355V65.3148H6.46392C3.99304 65.3148 1.96824 63.3742 1.84413 60.9274L1.83826 60.6891Z' fill='%23FFF153'/%3e%3cpath d='M4.34496 0H0V0.668456H4.34496V0Z' fill='%23FFF153'/%3e%3cpath d='M15.6618 66.498C16.4962 66.498 17.1726 65.8216 17.1726 64.9873C17.1726 64.1529 16.4962 63.4766 15.6618 63.4766C14.8275 63.4766 14.1511 64.1529 14.1511 64.9873C14.1511 65.8216 14.8275 66.498 15.6618 66.498Z' fill='%23FFF153'/%3e%3c/svg%3e ");
            top: 26px;
            height: 100%;
            left: 13px;
        }
        .bt2025-main__contentbody::after{
            width: 4px;
            left: 1.5px;
        }
        .bt2025-contentbody--item::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.3438 1.17651V1.84497H0V1.17651H6.3438Z' fill='white'/%3e%3cpath d='M6.27014 0C7.10571 0 7.78086 0.67514 7.78086 1.50403C7.78086 2.3396 7.10572 3.01474 6.27683 3.01474C5.44126 3.01474 4.76611 2.3396 4.76611 1.51072C4.76611 0.675147 5.44125 0 6.27014 0Z' fill='white'/%3e%3c/svg%3e ");
            width: 8px;
            height: 4px;
            left: 3px;

        }
        .bt2025-contentbody--item__fiftywidth .bt2025-contentbody--name::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.3438 1.17651V1.84497H0V1.17651H6.3438Z' fill='white'/%3e%3cpath d='M6.27014 0C7.10571 0 7.78086 0.67514 7.78086 1.50403C7.78086 2.3396 7.10572 3.01474 6.27683 3.01474C5.44126 3.01474 4.76611 2.3396 4.76611 1.51072C4.76611 0.675147 5.44125 0 6.27014 0Z' fill='white'/%3e%3c/svg%3e ");
            width: 8px;
            height: 4px;
            left: -3px;
        }
        .bt2025-contentbody--item__fiftywidth:last-child .bt2025-contentbody--name::before{
             background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
            width: 3px;
            height: 3px;
            left: -3px;
            
        }
         .bt2025-main__contentbody::before{
            width: 6px;
            border-bottom-left-radius: 3px;
            left: 3px;
            top: -15px;
        
        }
        .bt2025-contentbody--item__fiftywidth--wrapper::after{
                width: 4px;
                    left: 1.5px;
        }
        .bt2025-contentbody--item__fiftywidth--wrapper::before{
            left: 3.5px ;
            width: 6px;
            border-bottom-left-radius:  3px;
            top: 0.5px;
        }
        .bt2025-green__lain .bt2025-contentbody--item:nth-child(2)::before{
            width: 3px;
            height: 3px;
            left: 7.5px;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
        }
        .bt2025-contentbody--item:last-child::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
            width: 3px;
            height: 3px;
            left: 7.5px;
        }
        .bt2025-green__lain2 .bt2025-main__contentbody .bt2025-contentbody--item:nth-child(3)::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
            width: 3px;
            height: 3px;
            left: 7.5px;
        }
        .bt2025-numeric--wrapper{
            gap: 0.75px;
        }
        .bt2025-main__left--content--block:nth-child(2) .bt2025-main__item--wrapper--last2{
            height: 28px;
        }
        .bt2025-tophead__colors{
            gap: 3px;
        }
        .bt2025-main__left--content--block:nth-child(1){
            gap: 11px;
        }
        .bt2025-main__left--content--block:nth-child(2){
            gap: 30px;
        }
        .bt2025-main__left--content--block:nth-child(3){
            gap: 42px;
        }
        .bt2025-main__right--content{
            gap: 30px;
        }
        .bt2025-main__left--content--block:nth-child(3) .bt2025-main__item--wrapper{
            padding-bottom: 13px;
            padding-top: 10px;
        }
        .bt2025-main__left--content--block:nth-child(1) .bt2025-main__item--wrapper{
            padding-bottom: 10px;
        }
        .bt2025-main__right--item.bt2025-main__item--wrapper{
            padding-bottom: 17px;
        }
        .bt2025-main__item--wrapper--last2__wrapper{
            gap: 13px;
        }
        .bt2025-head__filter--content{
            padding-left: 7px;
            padding-right: 7px;
            border-bottom-left-radius: 12.5px;
            border-bottom-right-radius: 12.5px;
            font-size: 7px;
        }
        .bt2025-filter__number--wrapper{
            min-width: 320px;
             
        }
        .bt2025-filter__number--wrapper.open{
            gap: 10px;
        }
        .bt2025-filter__number--content{
            min-height: 46px;
            padding-top: 5px;
            padding-bottom: 8px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item{
            border-radius: 10px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item span{
            width: 20px;
            height: 20px;
            font-size: 13px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item h4{
            font-size: 11px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item p{
            font-size: 6px;
        }
        .bt2025-filter__showall{
            top: -3px;
        }
        .bt2025-filter__showall svg{
            width: 6px;
            height: 10px;
        }
        .bt2025-head__filter--content{
            z-index: 3;
        }
        .bt2025-search__block input{
            min-width: 270px;
            height: 20px;
            font-size: 12px;
            border-radius: 10px;
        }
        .bt2025-info__block{
            min-width: 275px;
        }
        .bt2025-left__head button{
            width: 13px;
            height: 13px;
            right: 4px;
            top: 3px;
        }
        .bt2025-left__head button svg{
            width: 100%;
            height: 100%;
        }
        .bt2025-search__block .bt2025-start__search {
            right: 20px;
        }
        .bt2025-info__block{
            top: calc(100% + 15px);
            padding: 15px;
        }
        .bt2025-info__block::before{
            top: -8px;
            left: 14%;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 10px solid #fff;
        }
        .bt2025-info__block h3{
            font-size: 9px;
        }
         .bt2025-info__block span{
            display: block;
            margin-bottom: 2px;
         }
        .bt2025-info__block span, .bt2025-info__block p, .bt2025-info__block ul{
            font-size: 7px;
        }
        .bt2025-info__block small{
            font-size: 6px;
        }
        .bt2025-info__block ul li{
            padding-left: 7px;
        }
        .bt2025-star--wrapper .bt2025-info__block::before{
            left: 28%;
        }
        .bt2025-book--wrapper .bt2025-info__block::before {
            left: 37%;
        }
        .bt2025-book--table__head span{
            margin-top: 6px;
        }
        .bt2025-book--wrapper small br{
            display: none;
        }
        .bt2025-result-item{
            font-size: 10px;
        }
        .bt2025-green__lain2::after{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='106' viewBox='0 0 18 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.17248 0.334229V99.6935C2.17248 102.067 4.09763 103.985 6.46397 103.985H15.7354' stroke='%23FFF153' stroke-miterlimit='10'/%3e%3cpath d='M4.34496 0H0V0.668456H4.34496V0Z' fill='%23FFF153'/%3e%3cpath d='M15.6619 105.496C16.4963 105.496 17.1726 104.819 17.1726 103.985C17.1726 103.151 16.4963 102.474 15.6619 102.474C14.8276 102.474 14.1512 103.151 14.1512 103.985C14.1512 104.819 14.8276 105.496 15.6619 105.496Z' fill='%23FFF153'/%3e%3c/svg%3e ");
            height: 106px;   
            top: 35px;
        }
        .bt2025-partner__content{
            padding: 5px;
            max-width: 90%;
        }
        .bt2025-partner__content--text {
            font-size: 7px;
            line-height: 100%;
            max-width: 90%;
        }
        .bt2025-close__partner{
            width: 11px;
            height: 11px;
            right: 2px;
            top: 2px;
        }
        .bt2025-close__partner svg{
            width: 100%;
            height: 100%;
        }
        .bt2025-line1{
            display: none;
        }
        .bt2025-line2{
            display: block;
        }
        .bt2025-absolute__line{
            top: 37px;
            right: 49px;
            z-index: 0;
            width: 27.9%;
        }
          
}
 
@media screen and (max-width: 850px){
    .bt2025-color_item--border.bt2025-9368AA_back::before{
    transform: translate(-50%, -50%);
}
    
    .bt2025-body{
        padding-left:  0px;
        padding-right:  0px;
        padding-top: 16px;
    }
    .bt2025-center__text h1{
        font-size: 46px;
       line-height: 34px;
    }
    .bt2025-center__text h1 span{
        font-size: 30px;
        line-height: 100%;
    }
    .bt2025-center__text h1 span.bt2025-map__span{
        font-size: 42px;
        line-height: 100%;
    }
    .bt2025-main__left--header{
        display: none;
     }
    .bt2025-main__left--header.bt2025--mobileversion{
        display: flex;
         padding-left:  20px;
        padding-right:  20px;
        margin-bottom: 35px;
        flex-direction: column;
        gap: 25px;
    }
    .bt2025-top__head{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .bt2025-right__head{
        width: 100%;
        overflow-x: auto;
        padding-left:  20px;
    }
    
    .bt2025-main__content{
        padding-left: 40px;
        padding-right: 50px;
    }
    .bt2025-head__filter{
        min-width: 164px;
    }
    .bt2025-left__head{
         padding-left: 20px;
        padding-right: 20px;
        width: 70%;
        margin: auto;
        justify-content: space-between;
    }
    .bt2025-left__head button{
        width: auto;
        height: auto;
    }
    .bt2025-left__head button img{
        max-height: unset;
    }
    .bt2025-main__content{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 40px 50px;
    }
    .bt2025-main__left--content{
        margin-top: 0px;
        flex-direction: column;
    }
 
    .bt2025-main__right{
        order: 3;
        width: calc(100% - 80px);
        margin-right: 0px;
    }
    .bt2025-zaglushka{
        order: 2;
    }
    .bt2025-main__left{
         min-width: 80%;
        flex:1;
    }
    .bt2025-main__left--content--block, .bt2025-main__right--content{
        width: 100%;
        gap: 17px!important;
    }
    .bt2025-contentbody--name{
        height: 15px;
        padding-left: 10px;
        padding-right: 3px;
    }
    .bt2025-main__item--wrapper{
        font-size: 10px;
    }
    .bt2025-main__contentbody{
        gap: 5px;
    }
    .bt2025-numeric{
        width: 11px;
        height: 11px;
        font-size: 7px;
        line-height: 1px;
    }
    .bt2025-contentbody--name a{
        line-height: 100%;
    }
    .bt2025-wrapper__fornumbers{
        height: 60%;
    }
    .bt2025-center__text{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .bt2025-left__partner{
        width: 100%;
        justify-content: space-between;
        gap: 18px;
    }
    .bt2025-open__partner{
        width: 12px;
        height: 12px;
    }
    .bt2025-open__partner svg{
        height: 70%;
        max-width: unset;
    }
    .bt2025-little__partner--wrapp{
        width: calc(15% + 10px);
        margin-left: 15px;
        margin-right: 15px;
        min-height: 100px;
    }
    .bt2025-little__partner--wrapp img{
         max-width: 90%;
    }
    .bt2025-partner__item img{
        max-width: 80%;
    }
    .bt2025-head__filter--content{
        transform: translateY(-100%);
        top: 1%;
    }
    .bt2025-head__filter{
        position: unset;
        border-radius: 10px;
    }
    .bt2025-top__head{
        position: relative;
    }
    .bt2025-head__filter.open{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .bt2025-head__filter--content{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .bt2025-filter__number--wrapper.open{
        width: 100%;
        padding-left: 30px;
        padding-right: 50px;
    }
    .bt2025-filter__showall{
        top: 20px;
    }
    .bt2025-filter__number--wrapper .bt2025-filter__showall{
        top: -10px;
        left: 25px;
    }
    .bt2025-filter__number--wrapper.open .bt2025-filter__showall{
        left: 25px;
    }
    .bt2025-filter__number--wrapper{
            transform: translate(calc(100% + 65px), 25px);
    }
    .bt2025-filter__number--wrapper.open{
        gap: 45px;
        transform: translate(0px,25px);
    }
    .bt2025-wrapper__fornumbers{
        margin-top: 35px;

    }
    .bt2025-info__block::before{
        left: 34%;
    }
    .bt2025-star--wrapper .bt2025-info__block::before {
        left: 62%;
    }
    .bt2025-book--wrapper .bt2025-info__block::before {
        left: 90%;
    }
    .bt2025-book--wrapper .bt2025-info__block, .bt2025-search__block input{
        min-width: unset;
    }
    .bt2025-info__block{
        min-width: unset;
        width: 100%;
    }
    .bt2025-partner__content{
        padding: 4px;
        font-size: 8px;
        max-width: 100%;
    }
    .bt2025-close__partner{
        width: 13px;
        height: 13px;
        top: 2px;
        right: 2px;
    }
    .bt2025-close__partner svg{
        width: 100%;
        height: 100%;
    }
    .bt2025-line2{
        display: none;
    }
    .bt2025-line1{
        display: none;
    }
    .bt2025-main__left--content--block{
        position: relative;
    }
    .bt2025-line3{
        display: block;
        position: absolute;
        right: -17px;
        width: 97px;
        height: 1404px;
        top: 55px;
    }
 
}
@media screen  and (max-width:540px){
    .bt2025-body{
        padding-bottom: 20px;
    }
     .bt2025-left__head button{
            display: flex;
        }
        .bt2025-left__head button img{
            max-height: 14px;
        }
        .bt2025-left__head{
            gap: 25px;
            width: 60%;
            padding: 0px;
            position: unset;
        }
        .bt2025-top__head{
            gap: 13px;
        }
        .bt2025-right__head{
            gap: 8px;
        }
        .bt2025-head__filter{
            height: 18px;
            border-radius: 12.5px;
            min-width: 120px;
        }
           
        .bt2025-head__filter span{
            font-size: 11px;
            line-height: 6px;
            text-wrap-mode: nowrap;
        }
        .bt2025-head__filter .bt2025-dark__btn{
            height: 10px;
            padding-top: 0px;
            padding: 2px;
            
        }
        .bt2025-left__partner, .bt2025-right__partner{
            gap: 20px;
        }
        .bt2025-main__left--header {
            gap: 20px;
        }
        .bt2025-partner__item{
            width:calc(33.3% - 5px);
        }
        .bt2025-partner__item--little{
            width: 100%;
        }
        .bt2025-little__partner--wrapp{
                width: 15%;
                margin-left: 10px;
                margin-right: 10px;
                min-height: 51px;
 
                    align-items: end;
        }
        .bt2025-center__text h1{
            font-size: 34px;
            line-height: 24px;
            text-wrap-mode: nowrap;
        }
        .bt2025-center__text h1 span{
            font-size: 22px;
        }
        .bt2025-center__text h1 span.bt2025-map__span{
            font-size: 30px;
        }
        .bt2025-partner__item a img{
            max-width: 80%;
            max-height: 30px;
        }
        .bt2025-open__partner{
            width: 7px;
            height: 7px;
        }
        .bt2025-main__left--content{
            gap: 20px;
        }
        .bt2025-main__content{
            gap: 20px 13px;
            padding-left: 15px;
            padding-right: 13px;
            margin-top: 13px;
        }
        .bt2025-main__left--header.bt2025--mobileversion{
            padding-left: 15px;
            padding-right: 13px;
            gap: 10px;
            margin-bottom: 17px;
        }
        .bt2025-left__partner, .bt2025-right__partner{
            gap: 10px;
        }
        .bt2025-main__item--wrapper{
            padding: 10px;
            padding-left: 15px;
            padding-top: 8px;
            border-radius: 18px;
        }
        .bt2025-background{
            border-radius: 18px; 
        }
        .bt2025-main__left--item--border{
            border-radius: 21px;
            padding-top: 4px;
            padding-bottom: 4px;
        }
        .bt2025-main__left--content--block:nth-child(2) .bt2025-main__left--item{
            margin-left: 4px;
            margin-right: 4px;
        }
        .bt2025-main__tophead img{
            max-width: 65%;
        }
        .bt2025-zaglushka{
            width: 21px;

        }
        .bt2025-wrapper__fornumbers{
            gap: 40px;
            
        }
        .bt2025-wrapper__fornumbers span{
            width: 21px;
            height: 21px;
            font-size: 15px;
        }
 
        .bt2025-contentbody--hover{
            right: 0px;
            width: 150px;
            left: unset;
            font-size: 7px;
            border-radius: 3px;
            padding: 5px;
        }
        .bt2025-main__item--wrapper{
            font-size: 7px;
        }
        .bt2025-numeric{
            width: 7px;
            height: 7px;
            font-size: 5px;
        }
        .bt2025-contentbody--name{
            height: 10px;
            padding-right: 1.5px;
            padding-left: 6px;
             
        }
        .bt2025-leter-spacing{
            letter-spacing: -0.5px;
        }
        .bt2025-main__contentbody{
            gap: 3px;
        }
        .bt2025-color_item{
            width: 5px;
            height: 10px;

        }
        .bt2025-sber{
            padding: 0px;
        }
        .bt2025-sber .bt2025-main__tophead{
            padding:5px 15px;
            border-radius: 17px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            z-index: 1;
            position: relative;
        }
        .bt2025-sber .bt2025-main__contentbody{
            margin: 15px;
            margin-top: 20px;
        }
        .bt2025-main__contentbody::before{
            height: calc(100% + 10px);
        }
        .bt2025-green__lain .bt2025-main__contentbody::before{
            height: calc(100% + 9px);
        }
        .bt2025-contentbody--item__fiftywidth--wrapper::before{
                height: calc(100% - 5px);
        }
        .bt2025-green__lain .bt2025-main__contentbody::before{
            height: calc(100% - 3px);
        }
        .bt2025-green__lain::after{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='67' viewBox='0 0 18 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.83826 60.6891V0.334229H2.50671V60.6891L2.51193 60.8928C2.61803 62.9859 4.34999 64.6463 6.46392 64.6463H15.7355V65.3148H6.46392C3.99304 65.3148 1.96824 63.3742 1.84413 60.9274L1.83826 60.6891Z' fill='%23FFF153'/%3e%3cpath d='M4.34496 0H0V0.668456H4.34496V0Z' fill='%23FFF153'/%3e%3cpath d='M15.6618 66.498C16.4962 66.498 17.1726 65.8216 17.1726 64.9873C17.1726 64.1529 16.4962 63.4766 15.6618 63.4766C14.8275 63.4766 14.1511 64.1529 14.1511 64.9873C14.1511 65.8216 14.8275 66.498 15.6618 66.498Z' fill='%23FFF153'/%3e%3c/svg%3e ");
            top: 25px;
            height: 100%;
            left: 8px;
        }
        .bt2025-main__contentbody::after{
            width: 4px;
            left: 1.5px;
        }
        .bt2025-contentbody--item::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.3438 1.17651V1.84497H0V1.17651H6.3438Z' fill='white'/%3e%3cpath d='M6.27014 0C7.10571 0 7.78086 0.67514 7.78086 1.50403C7.78086 2.3396 7.10572 3.01474 6.27683 3.01474C5.44126 3.01474 4.76611 2.3396 4.76611 1.51072C4.76611 0.675147 5.44125 0 6.27014 0Z' fill='white'/%3e%3c/svg%3e ");
            width: 8px;
            height: 4px;
            left: 3px;

        }
        .bt2025-contentbody--item__fiftywidth .bt2025-contentbody--name::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.3438 1.17651V1.84497H0V1.17651H6.3438Z' fill='white'/%3e%3cpath d='M6.27014 0C7.10571 0 7.78086 0.67514 7.78086 1.50403C7.78086 2.3396 7.10572 3.01474 6.27683 3.01474C5.44126 3.01474 4.76611 2.3396 4.76611 1.51072C4.76611 0.675147 5.44125 0 6.27014 0Z' fill='white'/%3e%3c/svg%3e ");
            width: 8px;
            height: 4px;
            left: -3px;
        }
        .bt2025-contentbody--item__fiftywidth:last-child .bt2025-contentbody--name::before{
             background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
            width: 3px;
            height: 3px;
            left: -3px;
            
        }
         .bt2025-main__contentbody::before{
            width: 6px;
            border-bottom-left-radius: 3px;
            left: 3px;
            top: -15px;
        
        }
        .bt2025-contentbody--item__fiftywidth--wrapper::after{
                width: 4px;
                    left: 1.5px;
        }
        .bt2025-contentbody--item__fiftywidth--wrapper::before{
            left: 3.5px ;
            width: 6px;
            border-bottom-left-radius:  3px;
            top: 0.5px;
        }
        .bt2025-green__lain .bt2025-contentbody--item:nth-child(2)::before{
            width: 3px;
            height: 3px;
            left: 7.5px;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
        }
        .bt2025-contentbody--item:last-child::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
            width: 3px;
            height: 3px;
            left: 7.5px;
        }
        .bt2025-green__lain2 .bt2025-main__contentbody .bt2025-contentbody--item:nth-child(3)::before{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51077 3.01479C2.34634 3.01479 3.02148 2.33964 3.01479 1.50408C3.01479 0.668505 2.33964 -0.00663535 1.50408 4.92128e-05C0.668505 4.92128e-05 -0.00663535 0.675196 4.92128e-05 1.51077C4.92128e-05 2.34634 0.675196 3.02148 1.51077 3.01479Z' fill='white'/%3e%3c/svg%3e ");
            width: 3px;
            height: 3px;
            left: 7.5px;
        }
        .bt2025-numeric--wrapper{
            gap: 0.75px;
        }
        .bt2025-main__left--content--block:nth-child(2) .bt2025-main__item--wrapper--last2{
            height: 28px;
        }
        .bt2025-tophead__colors{
            gap: 3px;
        }
        .bt2025-main__left--content--block {
            gap: 12px!important;
        }
         .bt2025-main__right{
            order: 3;
            width: calc(100% - 34px);
            margin-right: 0px;
        }
        .bt2025-main__right--content{
            gap: 30px;
        }
        .bt2025-main__left--content--block:nth-child(2) .bt2025-main__item--wrapper--last2{
            margin-left: 0px;
        }
        .bt2025-main__left--content--block:nth-child(3) .bt2025-main__item--wrapper{
            padding-bottom: 8px;
            padding-top: 8px;
        }
        .bt2025-main__left--content--block:nth-child(1) .bt2025-main__item--wrapper{
            padding-bottom: 10px;
        }
        .bt2025-main__right--item.bt2025-main__item--wrapper{
            padding-bottom: 17px;
        }
        .bt2025-main__item--wrapper--last2__wrapper{
            gap: 13px;
        }
        .bt2025-head__filter--content{
            padding-left: 7px;
            padding-right: 7px;
            border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                border-top-left-radius: 12.5px;
                border-top-right-radius: 12.5px;
            font-size: 7px;
        }
 
        .bt2025-filter__number--wrapper{
            min-width: 320px;
             
        }
        .bt2025-filter__number--wrapper.open{
            gap: 40px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .bt2025-filter__number--content{
            min-height: 46px;
            padding-top: 5px;
            padding-bottom: 8px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item{
            border-radius: 10px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item span{
            width: 20px;
            height: 20px;
            font-size: 13px;
            margin-top: 2px;
            margin-bottom: 0px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item{
            padding-left: 2px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item h4{
            font-size: 11px;
        }
        .bt2025-filter__number--wrapper .bt2025-filter__number--item p{
            font-size: 6px;
        }
 
        .bt2025-filter__showall svg{
            width: 7px;
            height: 12px;
        }
        .bt2025-head__filter--content{
            z-index: 3;
        }
        .bt2025-search__block input{
            min-width: unset;
            height: 25px;
            font-size: 14px;
            border-radius: 10px;
            line-height: 100%;
            padding-top: 0px;
        }
        .bt2025-info__block{
            min-width: unset;

        }
        .bt2025-left__head button{
            right: 5px;
            top: 5px;
            width: 16px;
            height: 16px;
        }
        .bt2025-left__head button svg{
            width: 100%;
            height: 100%;
        }
        .bt2025-search__block .bt2025-start__search {
            right: 25px;
        }
        .bt2025-info__block{
            top: calc(100% + 15px);
            padding: 15px;
            width: calc(100% - 30px);
            left: 15px;
        }
        .bt2025-info__block::before{
            top: -8px;
            left: 38%;
 
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 10px solid #fff;
        }
        .bt2025-info__block h3{
            font-size: 9px;
        }
         .bt2025-info__block span{
            display: block;
            margin-bottom: 2px;
         }
        .bt2025-info__block span, .bt2025-info__block p, .bt2025-info__block ul{
            font-size: 7px;
        }
        .bt2025-info__block small{
            font-size: 6px;
        }
        .bt2025-info__block ul li{
            padding-left: 7px;
        }
        .bt2025-star--wrapper .bt2025-info__block::before{
            left: 58%;
        }
        .bt2025-book--wrapper .bt2025-info__block::before {
            left: 78%;
        }
        .bt2025-book--table__head span{
            margin-top: 6px;
        }
        .bt2025-book--wrapper small br{
            display: none;
        }
        .bt2025-result-item{
            font-size: 10px;
        }
        .bt2025-green__lain2::after{
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='106' viewBox='0 0 18 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.17248 0.334229V99.6935C2.17248 102.067 4.09763 103.985 6.46397 103.985H15.7354' stroke='%23FFF153' stroke-miterlimit='10'/%3e%3cpath d='M4.34496 0H0V0.668456H4.34496V0Z' fill='%23FFF153'/%3e%3cpath d='M15.6619 105.496C16.4963 105.496 17.1726 104.819 17.1726 103.985C17.1726 103.151 16.4963 102.474 15.6619 102.474C14.8276 102.474 14.1512 103.151 14.1512 103.985C14.1512 104.819 14.8276 105.496 15.6619 105.496Z' fill='%23FFF153'/%3e%3c/svg%3e ");
            height: 106px;   
            top: 36px;
        }
        .bt2025-partner__content{
            padding: 5px;
            max-width: 90%;
            border-radius: 3px;
        }
        .bt2025-partner__content--text {
            font-size: 5px;
            line-height: 100%;
            max-width: 90%;
        }
        .bt2025-close__partner{
            width: 7px;
            height: 7px;
            right: 2px;
            top: 2px;
        }
        .bt2025-close__partner svg{
            width: 100%;
            height: 100%;
        }
 
        .bt2025-main__right--content{
            gap: 12px!important;
        }
        .bt2025-filter__number--wrapper.open .bt2025-filter__showall{
            left: 10px;
        }
         .bt2025-line3{
            display: block;
            position: absolute;
            right: -10px;
            width: 55px;
            height: 975px;
            top: 45px;
        }
        .bt2025-sber .bt2025-main__tophead img{
            height: 17px;

        }
}