.block-format{
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    max-width: 526px;
}

.block-format__top {
    font-family: Wix Madefor Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(9, 62, 180, 1);
}

.block-format__button {
    max-width: 100%;
    border: 1px solid rgba(9, 62, 180, 1);
    color: rgba(9, 62, 180, 1);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border-radius: 38px;
    max-width: 100% !important;
    width: 100%;
    height: 60px;
}

.format-text{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.block-format__price-container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-format__price_info{
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    vertical-align: bottom;
    color: #093EB4;
}
.block-format__features{
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.block-format__feature {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: black;
    display: flex;
    gap: 5px;
}

.block-format__feature::before {
    content: "+";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #A9D0FF;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400; 
    flex: none;
}

.block-format__feature.is-primary::before {
    content: "";
    background-color: #093EB4;
    background-image: url(../images/icon/check_wh.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px; 
    flex: none;
}

.ul_block-black {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ul_block-black li::before {
    content: "•";
    margin-right: 10px;
    font-size: 20px;
    color: #000;
}

.ul_block-black li {
    display: flex;
}

.block-format__content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.format-sections {
    margin-top: 40px;
}

.present-format-item-text {
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.present-format-item {
    display: flex;
    align-items: center;
    position: inherit;
    justify-content: flex-start;
    margin-top: 45px;
    gap: 13px;
}
.present-format-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF662C;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    flex: none;
}
.present-format-item-img img{
    width: 16px;
    height: 16px;
}

.block-format__price-container {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.block-format__cost{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.block-format__price-main{
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #093EB4;
}

.block-format__price-sub{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #272727;
    opacity: 50%;
}

.block-format__badge{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #56B498;
    letter-spacing: 0%;
    text-align: center;
    background: #9DF4DA;
    padding: 13px 20px;
    border-radius: 25px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container_slider-formats .swiper-wrapper {
    align-items: stretch;
}

.swiper-container_slider-formats .swiper-slide {
    height: auto;
}

.formats-progress {
    margin: 24px 0 8px;
    width: 100%;
    position: relative;
}

.formats-progress .swiper-scrollbar {
    height: 10px;
    background: #ffffff;
    border-radius: 999px;
}

.formats-progress .swiper-scrollbar-drag {
    height: 100%;
    background: rgba(146, 183, 235, 1);
    border-radius: 999px;
}

@media (max-width: 1100px) {
    .format-text{
      font-size: 14px;
    }
}

@media (min-width: 670px) and (max-width: 980px)  {
    .format-text li{
        font-size: 10px !important;
    }
    .block-format__price-main {
        font-size: 22px;
    }
    .block-format__price-sub{
        font-size: 14px;
    }
}
@media (max-width: 670px) {
    .block-format__top {
        font-size: 20px;
    }
    .block-format__feature, .present-format-item-text{
        font-size: 14px;
    }
    .present-format-item{
        margin-top: 20px ;
    }
    .block-format__price-main{
        font-size: 22px;
    }
    .block-format__price-sub{
        font-size: 12px;
    }
    .block-format__badge{
        font-size: 14px;
        padding: 10px 15px;
    }
    .block-format__price-container {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .block-format__button{
        height: 46px !important;
        font-size: 14px !important;
    }
}
