.opt_fs__video{
    display: none;
}
.opt_fs__image{
    position: relative;
}
.opt_fs__image svg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 25%;
}
.opt_fs__image img{
    max-width: 100%;
    border-radius: 7px;
}
.opt_fs{
    margin-bottom: 35px;
}
.opt_fs__sub-text{
    display: flex;
    align-items: flex-start;
    gap: 30px 60px;
    justify-content: center;
    margin-bottom: 70px;
}
.opt_fs__sub-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #333;
    position: relative;
    max-width: 380px;
    margin: 0;
}
.opt_fs__sub-text p:after{
    content: '';
    top:100%;
    position: absolute;
    width: 242px;
    height: 24px;
    background: url(fs_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    right: -50px;
}
.delivery-and-patment__right{
    position: sticky;
    top: 0;
}


h1.catalog-title{
    max-width: 740px;
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    text-align: left;
}
.opt_fs__sub-text button{
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: white;
    padding: 14px;
    background: #54518f;
    border-radius: 3px;
    max-width:285px ;
    border: none;
    flex: 1 1 100%;
    cursor: pointer;
}
.delivery-and-patment__middle{
    flex-wrap: wrap;
}
.opt__advantage-block{
    padding: 70px 0;
}
.delivery-and-patment__middle h2, h2{
    font-weight: 600;
    font-size: 25px !important;
    line-height: 145%;
    text-transform: uppercase;
    color: #54518f;
    margin: 0;
    margin-bottom: 5px;
}
.opt__map-block h2{
    margin-bottom: 35px;
}
.opt__map{
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    max-height: 500px;
	border:1px solid #E1E1E1;
}
.delivery-and-patment__left p.opt__advantage-subtitle{
    border-radius: 25px;
    background: #54518f;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: white;
    padding: 3.5px 22px;
    margin-bottom: 30px;
    text-align: center;
    max-width: max-content;
}
.opt__advantage-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}
.opt__advantage-text:last-child{
    margin-bottom: 0;
}
.opt__advantage-list{
    border: 1px solid #aeacd3;
    border-radius: 7px;
    padding: 25px 30px;
}
.opt__advantage-list li{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333;
    list-style: none;
    position: relative;
    padding: 20px 0 20px 56px;
    border-bottom: 1px solid #edecf3;
}
.opt__advantage-list li:first-child{
    padding-top: 0;
}
.opt__advantage-list li:last-child{
    padding-bottom: 0;
    border:none;
}

.opt__advantage-list li::before{
    content: attr(data-counter);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #54518f;
    border: 1px solid #54518f;
    border-radius: 50%;
}
.opt__advantage-list li:first-child:before{
    top: -20px;
}
.opt__advantage-list li:last-child:before{
    top: 20px;
}
.delivery-and-patment__left{
    flex: 0 1 540px ;
    margin-right: auto;
}
.opt__advantage-block button{
    background: #54518f;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: white;
    max-width: 250px;
    margin: auto;
    padding:14px;
    border: none;
    width: 100%;
    border-radius: 3px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.sert-block h2{
    margin: 0;
    margin-bottom: 35px;
}
.sert-block a{
    overflow: hidden;
    border-radius: 7px;
	border: 1px solid #E1E1E1;
}
.opt-conditions h2{
    font-weight: 600;
    font-size: 25px;
    line-height: 145%;
    text-transform: uppercase;
    color: #54518f;
    margin: 0;
    margin-bottom: 20px;

}
.opt-conditions h2 + p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin: 0;
    margin-bottom: 30px;
    max-width: 540px ;
}
.opt-conditions{
    padding: 70px 0;
}
.opt-conditions-card{
    display: flex;
    flex-direction: column;
    border: 1px solid #aeacd3;
    border-radius: 7px;
}
.opt-conditions-card-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #54518f;
    margin: 0;
    margin-bottom: 15px;
    padding: 30px 0 0 35px;
}
.opt-conditions-card-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    margin: 0;
    margin-bottom: 25px;
    padding: 0 35px;
}
.opt-conditions-card-list{
    margin: 0;
    padding: 0;
}
.opt-conditions-card-list li{
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #edecf3;;
    border-bottom: 1px solid #edecf3;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color:  #282828;
    padding: 18px 0;
    padding-left: 35px;
}
.opt-conditions-card-list li:last-child{
    border: none;
}
.rounded-delivery{
    border: none !important;
    border-radius: 0;
    border-top: 1px solid #edecf3 !important;
}
.rounded-delivery__cell:nth-child(1), .rounded-delivery__cell:nth-child(2), .rounded-delivery__cell:nth-child(3), .rounded-delivery__cell:nth-child(4), .rounded-delivery__cell:nth-child(1), .rounded-delivery__cell:nth-child(3), .rounded-delivery__cell:nth-child(5){
    border-color: #edecf3;
}
.presentation__wrapper{
    margin-bottom: 0 !important;
}
@media(max-width:991px){
    .opt_fs__sub-text p:after{
        right: -155px;
    }
    .opt-conditions .delivery-and-patment__right{
        text-align: left;
    }
    .opt__advantage-block .delivery-and-patment__right img{
        width: 100%;
    }
}
@media(max-width:767px){
    .opt_fs__sub-text{
        flex-direction: column;  
    }
    .opt_fs__sub-text p:after{
        content: none;
    }
    .opt_fs__sub-text p{
        max-width: 100%;
    }
    .opt_fs__sub-text button{
        max-width: 100%;
        width: 100%;
    }
}
@media(max-width:575px){
	h1.catalog-title{
	margin-top:30px !important;
	}
    .delivery-and-patment__middle h2, h2{
        font-size: 19px !important;
    }
    .delivery-and-patment__left p.opt__advantage-subtitle{
        font-size: 14px;
    }
    .opt_fs__sub-text p{
        font-size: 15px;
        line-height: 160%;
    }
    .opt__advantage-text{
        font-size: 15px;
    }
    .opt__advantage-list li{
        font-size: 15px;
        padding: 20px 20px 20px 76px;
    }
    .opt__advantage-list{
        padding: 25px 0;
    }
    .opt__advantage-list li::before{
        left: 20px;
    }
	.presentation__wrapper{
		margin-bottom:40px !important;
	}
}