.alert-section{
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.alert-card{
    border: 4px solid #EF4A85;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 20px;

    min-height: 175px;
    margin-top: 35px;

    padding: 25px;
}
.alert-card--title>span{
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.29px;
    text-align: center;

    color: #EF4A85;

    display: block;
}
.alert-card--sub_title>span{
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #222222;

    display: block;
}
.alert-card--description p{
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #222222;

    margin: 0;
}
.alert-section .action--btn{
    width: 269px;
    height: 55px;
    display: flex;
    align-items:center;
    justify-content: center;

    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;

    background: #EF4A85;
    color: #FFFFFF;

    margin: auto;
    margin-top: 15px;
}
@media(min-width: 991px){
    .alert-card--title>span{
        font-size: 24px;
    }
    .alert-card--sub_title>span{
        font-size: 19px;
    }
    .alert-card--description p{
        font-size: 16px;
    }
}
@media(min-width: 1200px){
    .alert-card p{
        font-size: 16px;
    }
    .alert-section{
        margin-top: 10px;
    }
    .alert-section .action--btn{
        margin-top: 25px;
    }
}
@media(min-width: 1920px){
    .alert-section{
        padding: 0;
        margin-top: 65px;
    }
    .alert-card{
        padding: 50px;
        padding-left: 65px;
        padding-right: 65px;
        padding-top: 33px;

        height: 388px;

        gap: 18px;
    }
    .alert-card--title{
        position: relative;
        top: -22px;
    }
    .alert-card--sub_title{
        position: relative;
        left: -20px;
        top: -11px;
    }
    .alert-card--title>span{
        font-size: 36px;
    }
    .alert-card--sub_title>span{
        font-size: 28px;
    }
    .alert-card--description{
        width: 1297px;
    }
    .alert-card--description p{
        font-size: 28px;
        line-height: 33px;
    }
}

.how_to_request{
    display: flex;
    flex-direction: column;

    padding-left: 20px;
    padding-right: 20px;

    gap: 20px;

    margin-top: 35px;
}
.how_to_request:nth-child(2){
    margin-top: 35px;
}
.how_to_request:nth-child(3){
    margin-bottom: 35px;
}
.how_to_request--item{
    display: flex;
    flex-direction: column;

    position: relative;

    height: 235px;
    gap: 20px;

    align-items: center;
    box-sizing: border-box;
}
.how_to_request--item.additional{
    height: 270px;
}
.how_to_request--item::before{
    content: "";

    position: absolute;
    z-index: 0;
    font-family: Manrope;
    font-weight: 600;
    font-size: 128px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: center;

    top: -25px;

    opacity: 0.3;
}
.how_to_request--title .title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #222222;

    margin: 0;
}
.how_to_request--item:nth-child(1)::before{
    color: #FBB040;
}
.how_to_request--item:nth-child(2)::before{
    color: #FF85B0;
}
.how_to_request--item:nth-child(3)::before{
    color: #A680D4;
}
.how_to_request--item:nth-child(4)::before{
    color: #4BD783;
}
.how_to_request--item:nth-child(5)::before{
    color: #57B0EA;
}
.how_to_request--item:nth-child(6)::before{
    color: #FF5A36;
}
.how_to_request--item:nth-child(4) .how_to_request--item_description-wrapper>a,
.how_to_request--item:nth-child(4) .how_to_request--item_description-wrapper>a:focus,
.how_to_request--item:nth-child(4) .how_to_request--item_description-wrapper>a:hover,
.how_to_request--item:nth-child(4) .how_to_request--item_description-wrapper>a:active{
    color: #4BD783!important;
}
.how_to_request--item:nth-child(5) .how_to_request--item_description-wrapper>a,
.how_to_request--item:nth-child(5) .how_to_request--item_description-wrapper>a:focus,
.how_to_request--item:nth-child(5) .how_to_request--item_description-wrapper>a:hover,
.how_to_request--item:nth-child(5) .how_to_request--item_description-wrapper>a:active{
    color: #57B0EA!important;
}
.how_to_request--item_image-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
    position: relative;
    z-index: 1;
}
.how_to_request--item_image-wrapper>img{
    width: 100%;
    height: 100%;
}
.how_to_request--item_title-wrapper{
    text-align: center;
}
.how_to_request--item_title-wrapper>span{
    font-family: Manrope;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: center;
    color: #222222;
}
.how_to_request--item_description-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.how_to_request--item_description-wrapper>p{
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.29px;
    text-align: center;
    color: #222222;

    margin: 0;
}

.how_to_request--item_description--link{
    color: inherit;
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.29px;
    text-align: center;
    text-decoration: unset;

    text-align: center;
    width: 100%;
    display: block;
}
.how_to_request--item_description--link:hover{
    text-decoration: underline;
}
@media(min-width: 576px){
    .how_to_request:nth-child(3){
        flex-direction: row;
        flex-wrap: wrap;
    }
    .how_to_request--item{
        width: calc(50% - 20px);
    }
}
@media(min-width: 768px){
    .how_to_request{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .how_to_request--item{
        width: calc(50% - 10px);
    }
}
@media(min-width: 991px){
    .how_to_request--item{
        width: calc(33% - 11px);
    }
    .how_to_request:nth-child(2){
        margin-top: 55px;
    }
    .how_to_request:nth-child(3){
        margin-bottom: 45px;
    }
    .how_to_request--title .title{
        font-size: 36px;
    }
}
@media(min-width: 1200px){
    .how_to_request:nth-child(2){
        margin-top: 135px;
    }
}
@media(min-width: 1520px){
    .how_to_request{
        padding: 0;
    }
    .how_to_request--item::before{
        font-size: 160.07px;
    }
    .how_to_request--item_image-wrapper{
        width: 80px;
        height: 80px;
    }
    .how_to_request--item_title-wrapper>span{
        font-size: 28px;
    }
    .how_to_request--item_description-wrapper>p{
        font-size: 16px;
    }
    .how_to_request:nth-child(2){
        row-gap: 112px;
        margin-top: 135px;
        margin-bottom: 146px;
    }
    .how_to_request--title .title{
        font-size: 48px;
    }
    .how_to_request--item{
        height: 305px;
    }
    .how_to_request:nth-child(3){
        margin-bottom: 65px;
    }
}
@media(min-width: 1920px){
    .how_to_request--item:nth-child(1)::before{
        left: 113px;
    }
    .how_to_request--item:nth-child(1) .how_to_request--item_image-wrapper{
        left: -42px;
        top: 31px;
    }
    .how_to_request--item:nth-child(2) .how_to_request--item_image-wrapper{
        left: 5px;
        top: 31px;
    }
    .how_to_request--item:nth-child(3)::before{
        left: 179px;
    }
    .how_to_request--item:nth-child(3) .how_to_request--item_image-wrapper{
        left: 48px;
        top: 30px;
    }
    .how_to_request--item:nth-child(4)::before{
        left: 95px;
    }
    .how_to_request--item_title-wrapper{
        margin-top: 40px;
    }
    .how_to_request--item:nth-child(4) .how_to_request--item_image-wrapper{
        left: -41px;
        top: 30px;
    }
    .how_to_request--item:nth-child(1) .how_to_request--item_title-wrapper{
        left: -43px;
        top: 12px;
        position: relative;
    }
    .how_to_request--item:nth-child(1) .how_to_request--item_description-wrapper{
        width: 332px;
        left: -40px;
        position: relative;
        top: 11px;
    }
    .how_to_request--item:nth-child(2) .how_to_request--item_title-wrapper{
        top: 11px;
        left: 4px;
        position: relative;
    }
    .how_to_request--item:nth-child(2) .how_to_request--item_description-wrapper{
        width: 370px;
        position: relative;
        top: 11px;
        left: 4px;
    }
    .how_to_request--item:nth-child(3) .how_to_request--item_title-wrapper{
        left: 48px;
        top: 10px;
        position: relative;
    }
    .how_to_request--item:nth-child(3) .how_to_request--item_description-wrapper{
        width: 342px;
        position: relative;
        top: 10px;
        left: 46px;
    }
    .how_to_request--item:nth-child(4) .how_to_request--item_title-wrapper{
        position: relative;
        left: -42px;
        top: 7px;
    }
    .how_to_request--item:nth-child(4) .how_to_request--item_description-wrapper{
        width: 299px;
        position: relative;
        left: -42px;
        top: 7px;
    }
    .how_to_request--item:nth-child(5) .how_to_request--item_image-wrapper{
        position: relative;
        top: 30px;
        left: 5px;
    }
    .how_to_request--item:nth-child(5) .how_to_request--item_title-wrapper{
        position: relative;
        top: 8px;
        left: 4px;
    }
    .how_to_request--item:nth-child(5) .how_to_request--item_description-wrapper{
        width: 370px;
        position: relative;
        top: 8px;
        left: 4px;
    }
    .how_to_request--item:nth-child(6)::before{
        left: 177px;
        top: -27px;
    }
    .how_to_request--item:nth-child(6) .how_to_request--item_image-wrapper{
        position: relative;
        left: 48px;
        top: 30px;
    }
    .how_to_request--item:nth-child(6) .how_to_request--item_title-wrapper{
        position: relative;
        left: 47px;
        top: 10px;
    }
    .how_to_request--item:nth-child(6) .how_to_request--item_description-wrapper{
        width: 320px;
        left: 47px;
        top: 8px;
        position: relative;
    }
    .how_to_request--item.additional {
        height: 325px;
    }
    .how_to_request--title .title{
        font-size: 48px;
    }
}



.products-card-section{
    margin-top: 60px;
    margin-bottom: 50px;
}
.products-card-section--title_wrapper,
.products-card-section-list{
    padding-left: 20px;
    padding-right: 20px;
}
.products-card-section--title_wrapper .title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}
.products-card-section-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    margin-top: 35px;

    gap: 15px;
}
.products-card-section--list_item{
    width: 100%;
    display: flex;
    flex-direction: column;

    text-decoration: none;
}
.products-card-section--list_item--image--wrapper{
    display: block;
    width: 100%;
    height: 332px;

    position: relative;
}
.products-card-section--list_item--image,
.products-card-section--list_item--image .image{
    display: block;
    width: 100%;
    height: 332px;
}
.products-card-section--list_item--image .image{
    object-fit: cover;
}
.products-card-section--list_item--image-action{
    position: absolute;
    z-index: 1;

    width: 50px;
    height: 50px;

    bottom: 35px;
    right: 35px;
}
.products-card-section--list_item--name{
    display: flex;
    height: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.products-card-section--list_item--name .name{
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
}
@media(min-width: 576px){
    .products-card-section-list{
        justify-content: space-between;
    }
    .products-card-section--list_item--image--wrapper,
    .products-card-section--list_item--image,
    .products-card-section--list_item--image .image{
        height: 225px;
    }
    .products-card-section--list_item{
        width: 48%;
        box-sizing: border-box;
    }
}
@media(min-width: 768px){
    .products-card-section-list{
        justify-content: space-between;
    }
    .products-card-section--list_item{
        width: 48%;
        box-sizing: border-box;
    }
}
@media(min-width: 991px){
    .products-card-section--list_item--image--wrapper,
    .products-card-section--list_item--image,
    .products-card-section--list_item--image .image{
        height: 325px;
    }
}
@media(min-width: 1200px){
    .products-card-section--list_item{
        width: 32%;
    }
    .products-card-section-list{
        gap: 21px;
    }
}
@media(min-width: 1520px){
}
@media(min-width: 1920px){
    .products-card-section{
        margin-top: 151px;
        margin-bottom: 158px;
    }
    .products-card-section--title_wrapper, .products-card-section-list{
        padding: 0;
    }
    .products-card-section--title_wrapper .title{
        font-size: 48px;
    }
    .products-card-section--list_item--name .name{
        font-size: 16px;
    }
    .products-card-section--list_item{
        width: 490px;
    }
    .products-card-section-list{
        gap: 24px;
        margin-top: 21px;
    }
}

.service-description-list{
    margin-top: 35px;

    padding-left: 20px;
    padding-right: 20px;
}
.service-description--title .title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #222222;
}
.service-description-list--item_title span{
    display: block;
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.29px;
    color: #222222;
}
.service-description-list--item_description p{
    margin: 0;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.29px;
    color: #222222;
}
.service-description-list--item_description .ul-list{
    display: flex;
    flex-direction: row;

    gap: 15px;
}
.service-description-list--item_description .ul-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-description-list--item_description .ul-list ul>li{
    margin: 0;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.29px;
    color: #222222;
}
.service-description-list_items{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.service-description-list--item{
    display: flex;
    align-items: flex-start;

    gap: 12px;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 20px;
}
.service-description-list--item_icon{
    position: relative;
    top: 5px;
}
.service-description-list--item--data{
    display: flex;
    flex-direction: column;
}
@media(min-width: 991px){
    .service-description--title .title{
        font-size: 18px;
    }
}
@media(min-width: 1200px){
    .service-description--title .title{
        font-size: 36px;
    }
    .service-description-list_items{
        gap: 30px;
    }
}
@media(min-width: 1520px){
    .service-description--title .title{
        font-size: 48px;
    }
}
@media(min-width: 1920px){
    .service-description-list--item_title span{
        font-size: 20px;
    }
    .service-description-list--item_description p{
        font-size: 20px;
    }
    .service-description-list--item_description .ul-list{
        gap: 25px;
    }
    .service-description-list--item_description .ul-list ul>li{
        font-size: 20px;
    }
    .service-description--title .title{
        font-size: 48px;
    }
    .service-description-list_items{
        margin-top: 54px;
        gap: 40px;
    }
    .service-description-list--item{
        gap: 40px;
        padding-bottom: 33px;
    }
    .service-description-list--item--data{
        gap: 15px;

        position: relative;
        top: 7px;
    }
}