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

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

    padding: 25px;
}
.alert-card p{
    text-align: center;

    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}
@media(min-width: 1200px){
    .alert-card p{
        font-size: 16px;
    }
    .alert-section{
        margin-top: 66px;
        padding: 0;
    }
}
@media(min-width: 1920px){
    .alert-card{
        padding: 50px;
        padding-left: 65px;
        padding-right: 65px;
        padding-top: 60px;
    }
    .alert-card p{
        font-size: 28px;
    }
}

.content-section{
    padding-left: 20px;
    padding-right: 20px;
}
.content-section .content-section--title_wrapper .title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}
.content-section--services-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;
}
.content-section--services-list__item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
}
.list__item--icon{
    width: 80px;
    height: 80px;
}
.list__item--title .title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: center;
    color: #222222;

    margin: 0;
}
.list__item--description .description{
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.29px;
    text-align: center;
    color: #222222;
    margin: 0;
}
.content-section--title_wrapper{
    margin-top: 65px;
}
.content-section--services-list{
    margin-top: 35px;

    gap: 30px;
}
.list__item--title{
    margin-top: 40px;
}
.list__item--description{
    margin-top: 10px;
}
@media(min-width: 768px) {
    .content-section--services-list {
        align-items: flex-start;
    }

    .content-section--services-list__item {
        width: 48%;
    }
}
@media(min-width: 1520px){

}
@media(min-width: 1920px){
    .content-section--title_wrapper{
        margin-top: 147px;
    }
    .content-section--services-list{
        margin-top: 140px;
        gap: 107px;
        row-gap: 47px;
    }
    .content-section--services-list__item{
        width: 41%;
    }
    .content-section .content-section--title_wrapper .title{
        font-size: 48px;
    }
    .list__item--title .title{
        font-size: 28px;
    }
    .list__item--description .description{
        font-size: 16px;
    }
    .list__item--title{
        margin-top: 40px;
    }
    .list__item--description{
        margin-top: 20px;
    }
    .content-section--services-list__item:nth-child(1){
        position: relative;
        top: 0px;
        left: -17px;
    }
    .content-section--services-list__item:nth-child(3){
        position: relative;
        top: 15px;
        left: -18px;
    }
    .content-section--services-list__item:nth-child(4){
        position: relative;
        top: 11px;
        left: 1px;
    }
}


.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;

    background-color: #744A9E;
}
.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: 768px){
    .products-card-section-list{
        justify-content: space-between;
    }
    .products-card-section--list_item{
        width: 48%;
        box-sizing: border-box;
    }
}
@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: 139px;
    }
    .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: 61px;
    }
}