/* Баннер */

.company--banner{
    position: relative;
    width: 100%;

    background: radial-gradient(84.37% 211.44% at 90.76% 100%, #EAC234 0%, #FBB040 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    margin-top: 35px;

    height: 485px;
}
.backround-element{
    position: absolute;
    z-index: 10;
    bottom: 0px;
    height: 166px;
    width: 100%;

    overflow: hidden;
}
.backround-element .additional-background-element{
    position: absolute;
    z-index: 1;
    padding: 15px;

    height: 32px;

    left: 8px;
}
.backround-element .additional-background-element .borders{
    position: absolute;
    z-index: 1;
}
.additional-background-element .borders>div{
    background-color: #EF4A85;

    position: relative;
}
.additional-background-element .borders .border-top{
    height: 4px;
    width: 202px;
    top: -15px;
    left: -12px;
}
.additional-background-element .borders .border-left{
    width: 4px;
    height: 91px;
    top: -20px;
    left: -15px;
}
.additional-background-element .borders .border-bottom{
    height: 4px;
    width: 164px;
    bottom: 24px;
    left: -12px;
}

.backround-element .additional-background-element p,
.backround-element .additional-background-element p>span{
    margin: 0;
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.29px;
}
.backround-element>.bg-image{
    object-fit: contain;
    object-position: top;
    width: 100%;
    height: 100%;

    position: relative;
    right: -135px;
    top: 0px;
}
.company--banner_data{
    position: relative;
    z-index: 1;
}
.banner-title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 21px;
    line-height: 135%;
    letter-spacing: 0;
    color: #222222;
}
.banner-description{
    margin-top: 15px;
}
.banner-description p,
.banner-description ul>li{
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #222222;
}
.banner-description p{
    font-size: 14px;
}
.company--banner_data,
.company--banner_data--items{
    display: flex;
    flex-direction: column;
}
.company--banner_data{
    justify-content: center;
    height: 300px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.banner-action{
    margin-top: 15px;
}
.banner-action .btn{
    background-color: #EF4A85;
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
}

.action-element{
    position: absolute;
    width: 45px;
    height: 45px;
    top: 35px;
    left: 165px;
}
.action-element>svg{
    width: 100%;
    height: 100%;
}
@media(min-width: 576px){
    .company--banner{
        height: 485px;
    }
    .backround-element{
        height: 310px;
    }
    .backround-element .additional-background-element {
        height: 84px;
        left: 17px;
        top: 83px;
    }

    .backround-element .additional-background-element p, .backround-element .additional-background-element p>span{
        line-height: 125%;
        font-size: 24px;
    }
    .additional-background-element .borders .border-top{
        top: -16px;
    }
    .backround-element>.bg-image{
        right: 0;
        object-fit: cover;
    }
    .additional-background-element .borders .border-left{
        height: 125px;
    }
    .company--banner_data{
        height: 185px;
    }
    .action-element{
        width: 60px;
        height: 60px;
        top: 45px;
        left: 194px;
    }
}
@media(min-width: 768px){
    .company--banner {
        height: 575px;
    }
    .backround-element{
        height: 400px;
    }

    .banner-title{
        font-size: 32px;
    }
    .banner-description p {
        font-size: 16px;
    }
    .backround-element .additional-background-element{
        padding: 35px;
        height: 130px;
    }
    .additional-background-element .borders .border-top {
        top: -35px;
        left: -32px;
        width: 355px;
    }
    .additional-background-element .borders .border-left{
        left: -35px;
        top: -39px;
        height: 130px;
    }
    .additional-background-element .borders .border-bottom{
        height: 4px;
        width: 240px;
        bottom: 43px;
        left: -32px;
    }
    .backround-element>.bg-image {
        right: -100px;
        object-fit: contain;
    }
    .additional-background-element .borders .border-left {
        height: 160px;
    }
    .action-element {
        width: 80px;
        height: 80px;
        top: 40px;
        left: 252px;
    }
}
@media(min-width: 991px){
    .company--banner{
        height: 315px;
    }
    .company--banner_data {
        height: 275px;
    }
    .backround-element{
        height: 315px;
        top: 0;
        bottom: unset;
    }
    .backround-element>.bg-image{
        width: auto;
        float: right;
    }

    .company--banner{
        background: radial-gradient(67.14% 175.16% at 76.82% 79.9%, #efc732 0%, #e9be1d 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(0deg, #EFC62C, #EFC62C);
    }
    .company--banner_data--items{
        max-width: 445px;
        width: 100%;
    }
    .company--banner_data{
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .backround-element .additional-background-element {
        left: unset;
        right: 250px;
        top: 45px;
    }
    .backround-element>.bg-image{
        right: -75px;
    }
}
@media(min-width: 1200px){
    .company--banner_data--items{
        max-width: 600px;
    }
    .banner-description ul>li{
        font-size: 14px;
    }
    .banner-description p{
        font-size: 18px;
    }
    .banner-title {
        font-size: 32px;
    }
    .banner-action .btn{
        font-size: 14px;
    }
    .backround-element,
    .company--banner_data,
    .company--banner {
        height: 370px;
    }
    .backround-element .additional-background-element {
        right: 285px;
        top: 40px;
    }
}
@media(min-width: 1330px){
    .backround-element .additional-background-element {
        right: 370px;
        top: 40px;
    }
}
@media(min-width: 1440px){
    .banner-description ul>li{
        font-size: 16px;
    }
    .banner-description p{
        font-size: 20px;
    }
    .banner-title {
        font-size: 28px;
    }
    .banner-action .btn{
        font-size: 16px;
    }
    .backround-element, .company--banner_data, .company--banner {
        height: 500px;
    }
    .backround-element .additional-background-element {
        right: 460px;
        top: 95px;
    }
}
@media(min-width: 1920px){
    .backround-element,
    .company--banner_data,
    .company--banner {
        height: 578px;
    }
    .company--banner_data--items{
        max-width: 556px;
        gap: 30px;
        position: relative;
        left: -6px;
        top: -10px;
    }
    .banner-action,
    .banner-description{
        margin-top: 0;
    }
    .banner-description ul>li{
        font-size: 16px;
    }
    .banner-description p{
        font-size: 20px;
    }
    .banner-title {
        font-size: 48px;
    }
    .banner-action .btn{
        font-size: 16px;
    }
    .company--banner {
        margin-top: 65px;
        width: 100%;
    }
    .company--banner_data{
        padding: 0;
    }
    .backround-element{
        width: 923px;
        right: 0;
    }
    .backround-element .additional-background-element p,
    .backround-element .additional-background-element p>span {
        font-size: 31px;
    }
    .backround-element .additional-background-element {
        right: 649px;
        top: 92px;
        padding-top: 41px;
    }
    .additional-background-element .borders .border-left {
        height: 168px;
    }
    .backround-element>.bg-image {
        width: 843px;
        height: 579px;
        object-fit: cover;
        right: 0;
        top: 0;
    }

    .backround-element .additional-background-element p,
    .backround-element .additional-background-element p>span{
        font-size: 31px;
    }
    .additional-background-element .borders .border-top {
        width: 282px;
    }
    .additional-background-element .borders .border-bottom{
        width: 137px;
    }
    .action-element {
        width: 80px;
        height: 80px;
        top: 47px;
        left: 224px;
    }
    .backround-element .additional-background-element p{
        position: relative;
        top: 4px;
        left: 5px;
    }
    .backround-element .additional-background-element p,
    .backround-element .additional-background-element p>span{
        font-size: 20px;
    }
}


.company-description--section{
    padding-left: 20px;
    padding-right: 20px;

    margin-top: 35px;
}
.company-description--title{

}
.company-description--title>.title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;

    margin: 0;
}
.company-description--section{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.company-description--text{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.company-description--text p{
    margin: 0;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.29px;
}
@media(min-width: 991px){
    .company-description--text p{
        font-size: 16px;
    }
}
@media(min-width: 1330px){
    .company-description--text p{
        font-size: 18px;
    }
}
@media(min-width: 1920px){
    .company-description--title>.title{
        font-size: 48px;
        line-height: 61px;
    }
    .company-description--text p{
        font-size: 20px;
    }
    .company-description--section {
        padding: 0;
        margin-top: 142px;
        gap: 37px;
    }
    .company-description--text{
        gap: 30px;
    }
}

.services--blocks-list{
    margin-top: 35px;
    margin-bottom: 35px
}
.services--blocks-list--items{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services--blocks-list--item{
    display: flex;
    flex-direction: column;
}
.services--blocks-list--item--header{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.services--blocks-list--item--header>.container{
    width: 100%;
}
.services--blocks-list--item[data-color="1"] .services--blocks-list--item--header{
    background-color: #57B0EA;
}
.services--blocks-list--item[data-color="2"] .services--blocks-list--item--header{
    background-color: #EF4A85;
}
.services--blocks-list--item[data-color="3"] .services--blocks-list--item--header{
    background-color: #744A9E;
}
.services--blocks-list--item[data-color="4"] .services--blocks-list--item--header{
    background-color: #FBB040;
}
.services--blocks-list--item[data-color="5"] .services--blocks-list--item--header{
    background-color: #4BD783;
}
.services--blocks-list--item[data-color="6"] .services--blocks-list--item--header{
    background-color: #FF5B36;
}
.services--blocks-list--item[data-color="7"] .services--blocks-list--item--header{
    background-color: #57B0EA;
}
.services--blocks-list--item[data-color="8"] .services--blocks-list--item--header{
    background-color: #EF4A85;
}
.services--blocks-list--item[data-color="9"] .services--blocks-list--item--header{
    background-color: #744A9E;
}
.services--blocks-list--item--header--elements,
.services--blocks-list--item--body--columns{
    padding-left: 20px;
    padding-right: 20px;

    width: 100%;
}
.services--blocks-list--item--header--elements{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    height: 45px;
}
.services--blocks-list--item--header--elements--action,
.services--blocks-list--item--header--elements--action>a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.services--blocks-list--item--header--elements--action>a{
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    letter-spacing: 0;
    color: #FFFFFF;
}
.services--blocks-list--item--header--elements--name{
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-left: 20px;
}
.services--blocks-list--item--header--elements--action{
    margin-left: auto;
}
.services--blocks-list--item--header--elements--action>a svg{
    width: 35px;
    height: 35px;

    margin-left: 7px;
}
.services--blocks-list--item--header--elements--counter{
    font-size: 47px;

    font-family: Manrope;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 0.3;
}
.services--blocks-list--item--body--columns{
    margin-top: 20px;

    display: flex;
    flex-direction: column;
    gap: 15px;
}
.services--blocks-list--item--body--column_item--title{
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.29px;
    text-transform: uppercase;
    color: #222222;
}
.services--blocks-list--item--body--column_item--description>p{
    margin: 0;

    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.29px;
    color: #222222;
}
@media(min-width: 768px){
    .services--blocks-list--item--header--elements{
        height: 60px;
    }
    .services--blocks-list--item--header--elements--counter {
        font-size: 70px;
    }
    .services--blocks-list--item--header--elements--name{
        font-size: 18px;
    }
}
@media(min-width: 1200px){
    .services--blocks-list--item--body--column_item--title{
        font-size: 18px;
    }
    .services--blocks-list--item--body--column_item--description>p{
        font-size: 16px;
    }
    .services--blocks-list--item--header--elements--action>a{
        font-size: 14px;
    }
    .services--blocks-list--item--body--columns{
        flex-direction: row;
        justify-content: space-between;
    }
    .services--blocks-list--item--body--column{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .services--blocks-list--item--body--column{
        width: 49%;
    }
}
@media (min-width: 1330px) {
    .services--blocks-list--item--header--elements {
        height: 111px;
    }
    .services--blocks-list--item--header--elements--counter {
        font-size: 139.26px;
    }
    .services--blocks-list--item--header--elements--name {
        font-size: 28px;
    }
    .services--blocks-list--item--header--elements--action>a {
        font-size: 20px;
    }
    .services--blocks-list--item--header--elements--action>a svg{
        width: 50px;
        height: 50px;
    }
}
@media (min-width: 1920px) {
    .services--blocks-list {
        margin-top: 70px;
    }
    .services--blocks-list--item--header--elements, .services--blocks-list--item--body--columns{
        padding: 0;
    }
    .services--blocks-list--item--header--elements--action>a svg{
        margin-left: 32px;
    }
    .services--blocks-list--item{
        gap: 30px;
    }
    .services--blocks-list--item--body--column_item--title{
        font-size: 20px;
    }
    .services--blocks-list--item--body--column_item--description>p{
        font-size: 20px;
    }
    .services--blocks-list--item--body--column{
        gap: 20px;
    }
    .services--blocks-list--items{
        gap: 49px;
    }
}


.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;

    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: 400;
    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;
    }
    .alert-card{
        padding: 50px;
        padding-left: 65px;
        padding-right: 65px;
        padding-top: 60px;

        height: 287px;

        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: 20px;
        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;
}
.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;
}
.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: 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;
    }
}
@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: 62px;
        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;
    }
}
#categoriesSlider{
    margin-bottom: 95px;
}
@media(min-width: 576px){
    #categoriesSlider{
        height: 585px;
    }
}
@media(min-width: 991px){
    #categoriesSlider{
        margin-bottom: 125px;
    }
}
.services--blocks-list .actions{
    margin-top: 35px;
}
.services--blocks-list .actions>a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    width: fit-content;
    background-color: #EF4A85;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    outline: none;
    border: 0;
    transition: all 0.3s ease;
}