:root {
	--siniy: #002359;
	--belyy: #fff;
	--seryy: #ebebeb;
	--zheltyy: #fdb900;
}
.extend_fs__info-title{
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--belyy);
    margin-bottom: 10px;
}
.extend_fs__info-tag{
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 7px 27px 9px 27px;
    font-weight: 400;
    font-size: 18px;
    color: var(--belyy);
    max-width: max-content;
    margin-bottom: 0;
}
.extend_fs__btn button{
    border-radius: 7px;
    background: var(--zheltyy);
    font-weight: 400;
    font-size: 16px;
    color: var(--siniy);
    padding: 17.5px;
    max-width: 300px;
    width: 100%;
    border:none ;
    cursor: pointer;
}
.extend_fs{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), url(/images/extend_fs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    min-height: 500px;
    padding: 50px;
}
.extend_fs__info{
    flex: 0 1 60%;
}
.extend_fs__btn{
    flex: 1 1 auto;
    text-align: right;
}

.extend_fs-row{
    margin-bottom: 30px;
    margin-top: 40px;
}
.extend_fs-card{
    background: #f1f1f1;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.extend_fs-card__number{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--siniy);
    border-radius: 50%;
    width: 40px;
    border: 1px solid #002359;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 15px;
}
.extend_fs-card__desc{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--siniy);
}
.fs-card-row{
    margin-bottom: 70px;
}
.extend_complect__list{
    display: flex;
    flex-direction: column;
    padding: 26px 30px;
    margin: 0;
    background: var(--belyy);
    border-radius: 10px;
}
.extend_complect__item{
    padding: 23px 0 22px 50px;
    font-weight: 400;
    font-size: 16px;
    color: var(--siniy);
    border-bottom: 1px solid  #edeef4 ;
    position: relative;
    list-style: none;
}
.extend_complect__item::before{
    content: attr(data-count);
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--siniy);
    line-height: 1.1;
    border: 1px solid #002359;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.extend_complect__item:first-child::before{
    top: -26px;
}
.extend_complect__item:last-child::before{
    top: 26px;
}
.extend_complect__item:first-child{
    padding-top: 0;
}
.extend_complect__item:last-child{
    padding-bottom: 0;
    border: none;
}
.extend_complect{
    background: #f7f7f7;
    padding: 70px 0;
}
.extend__sec-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: var(--siniy);
    margin-bottom: 15px;
}
.extend__sec-subtitle{
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--siniy);
    margin-bottom: 35px;
}
.extend_complect .extend__sec-title{
    max-width: 472px;
    margin-left: auto;
    margin-right: auto;
}
.extend_comlect__slide-image{
    border-radius: 10px;
    overflow: hidden;
}
.extend_complect__slider-content{
    position: relative;
}
.extend_complect__buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 30px;
}
.extend_complect__button svg{
    cursor: pointer;
}
.extend_complect__button svg:hover circle {
    fill: #FDB900;
}
.extend_complect__button svg:hover path{
    stroke: #002359;
}
.extend_complect__slider .slick-slide
{
    padding: 0 15px;
}
.extend_comlect__slide-image::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.13) 16.29%, rgba(0, 0, 0, 0.13) 86.87%, rgba(0, 0, 0, 0.13) 100%);
    position: absolute;
}
.extend_complect__slider .slick-list.draggable{
    margin: 0 -15px;
}
.extend_comlect__slide-image{
    overflow: hidden;
    position: relative;
}
.extend_comlect__slide-image img{
    width: 100%;
    height: 100%;
}
.extend_complect-row{
    margin-bottom: 40px;
}
.extend_principle .extend__sec-title{
    margin-bottom: 40px;
}
.extend_principle__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--siniy);
    margin-bottom: 0;
}
.extend_principle__text--last{
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.extend_principle{
    padding: 70px 0;
}
.extend_principle__image img{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.extend_principle-row{
    gap: 30px 0;
}
.avalible__slide-title{
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    color: var(--siniy);
}
.avalible__slide-button{
    font-weight: 400;
    font-size: 15px;
    background: #e6e6e6;
    color: var(--siniy);
    width: 100%;
    padding: 18px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}
.avalible__slide-button:hover{
    background: var(--zheltyy);
}
.extend-avalible{
    background: #f7f7f7;
    padding: 70px 0 ;
}
.extend_avalible__buttons{
    position: static;
    justify-content: center;
}

.avalible__slide{
    background-color: var(--belyy);
    padding: 25px;
    border-radius: 10px;
}
.avalible__slider{
    margin-bottom: 25px;
}
.avalible__slider .slick-list.draggable{
    margin: 0 -15px;
}
.avalible__slider .slick-slide{
    padding: 0 15px;
}
.avalible__slide-image img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.extend-avalible .extend__sec-title{
    max-width: 642px;
    margin: 0 auto 40px auto ;
}
.extend__text-area{
    padding: 70px 0;
}
.extend__text-area .extend__sec-title{
    max-width: 640px;
    margin: 0 auto 35px auto;   
}
.extend__text-area-text > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: var(--siniy);
    margin-bottom: 20px;
}
.extend__text-area-text > p:last-child{
    margin-bottom: 0;
}
.extend__dop-card{
    border-radius: 10px;
    background-color: var(--belyy);
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 240px;
}
.extend__dop-card-image img{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.extend_dop-card--bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.extend__dop-card-title{
    margin-top: auto;
    font-weight: 400;
    font-size: 16px;
    color: var(--siniy);
    margin-bottom: 0;
    padding: 0 30px;
}
.extend_dop-card--bg .extend__dop-card-title{
    color: var(--belyy);
} 
.row-dop-cards{
    gap: 30px 0;
    margin-bottom: 40px;
}
.extend__low-title{
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: var(--siniy);
    margin-bottom: 30px;
}
.extend_complect .extend_fs__btn{
    text-align: center;
}
@media(max-width:1199px){
    .fs-card-row{
        gap: 30px 0;
        justify-content: center;
    }
    .extend_fs-card{
        min-height: 175px;
    }
}
@media(max-width:991px){
    .extend_fs{
      
    }   
    .extend_fs__btn{
        text-align: left;
    }
    .extend_fs{
        flex-direction: column;    
        align-items: flex-start;
        justify-content: center;
        min-height: 100%;
        padding: 20px;
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), url(/images/extend_fs2md.png); */
        min-height: 600px;
        justify-content: flex-end;
        height: 100%;
      
    }   
    .extend_fs__info, .extend_fs__btn{
        width: 100%;
        flex: 0;
    }   
    .extend_fs__btn button{
        max-width: 100%;
    }
    .extend_fs__info-title{
        font-size: 32px !important ;
        margin-bottom: 7px;
    }
    
}

@media(max-width:767px){
    .extend__dop-card-title{
        font-size: 15px;
        line-height: 1.2;
    }
    .extend_fs{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), url(/images/extend_fs2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media(max-width:575px){
     .extend__sec-title{
        font-size: 25px;
    }
    .extend_fs__btn{
        font-size: 14px;
    }
    .extend_complect__button svg{
        width: 50px;
        height: 50px;
    }
    .extend_complect__buttons{
        padding: 0 15px;
    }
    .extend__dop-card{
        min-height: 310px;
    }
    .extend__dop-card-image{
        margin-bottom: 10px;
    }
  
    
}