/* Слайдер */
#bk01w {
    border-radius: 24px;
    overflow: hidden;
    max-width: 1540px;
    width: 100%;
    aspect-ratio: 3.4;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
#bk01a .slider_home_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
#bk01w.swiper-grab-cursor {
    cursor: grab;
}
#bk01w.swiper-grab-cursor:active {
    cursor: grabbing;
}
#bk01a .slider_text {
    height: fit-content;
    position: absolute;
    width: 414px;
    top: 50px;
    left: 40px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    background-color: rgb(217 217 217 / 82%);
    word-break: break-word;
}
#bk01a .slider_text>*:not(a) {
	height: auto !important;
}
#bk01a .slider_text>h3 {
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    color: #333333;
}
#bk01a .slider_text>p {
    color: #333333;
	line-height: 1.45;
    font-size: 16px;
    margin: 18px 0 0;
    word-break: break-word;
}
#bk01a .slider_text>a {
    background-color: #C8102E;
    display: flex;
    color: #fff;
    width: fit-content;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    margin: 20px auto 20px 0;
    padding: 15px 32px;
    line-height: 1.25;
    box-sizing: border-box;
}
#bk01bw {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: -10px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
#bk01b {
    background-color: #03969D;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}
#bk01b>h2 {
    font-size: 16px;
    font-weight: bold;
    min-width: 20%;
    display: flex;
    align-items: center;
    line-height: 1.25;
    margin: 0;
    justify-content: center;
    text-align: center;
    height: 78px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
    color: white;
    text-shadow: none;
    box-sizing: border-box;
    flex: 1;
    transition: 0.5s ease all;
}
#bk01b>h2.now {
    background-color: #6BC4CA;
    z-index: 2;
}
#s-p-01 {
    display: flex;
    margin: 0 auto;
    left: 50%;
    width: fit-content;
    max-width: 90%;
    transform: translateX(-50%);
    gap: 10px;
    bottom: 45px;
}
#s-p-01 span {
    width: 24px;
    height: 24px;
    margin: 0;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
#s-p-01 span.swiper-pagination-bullet-active {
    background-color: #03969DCC;
}
@media (max-width: 1400px) {
#bk01w, #bk01bw {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 40px);
	border-radius: 0;
    box-sizing: border-box;
}
#bk01w {
    aspect-ratio: 1.75;
}
#bk01a .slider_home_img {
    background-position-x: 80%;
}
#bk01a .slider_text {
    top: 100px;
    left: 10px;
    width: 262px;
}
#bk01a .slider_text>p {
    margin: 0;
}
#s-p-01 {
    gap: 5px;
}
#s-p-01 span {
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    box-shadow: none;
}
#s-p-01 span.swiper-pagination-bullet-active {
    background-color: #6BC4CA;
}
#bk01b>h2 {
    min-width: 300px;
}
#bk01bw {
    margin-bottom: 60px;
}
}
@media (max-width: 767px) {
#bk01w {
    aspect-ratio: auto;
}
#bk01b {
    display: none;
    pointer-events: none;
}
#bk01a .swiper-slide {
    display: inline-flex !important;
    flex-direction: column-reverse;
}
#bk01a .slider_home_img {
    aspect-ratio: 1.68;
    background-position-x: 85%;
}
#bk01a .slider_text {
    position: static;
    margin: 0 auto;
    backdrop-filter: blur(4px);
    margin-top: -45px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    min-width: 262px;
    max-width: 72.7%;
    width: 100%;
}
#bk01a .slider_text>a {
    margin: 20px auto;
}
#s-p-01 {
    position: static;
    transform: none;
    margin-top: 5px;
}
#bk01bw {
    margin-bottom: 40px;
}
}
