.tariffs {
    margin-top: 135px;
}
.tariffs-header{
    margin-top: 0;
    margin-bottom: 45px;
}
.tariffs-cards-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.tariff-cards-row {
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tariff-card {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    background:
            linear-gradient(
                    142.92deg,
                    #252525 1.67%,
                    #131313 99.01%
            ),
            linear-gradient(
                    180deg,
                    #1E2242 0%,
                    #1E2242 60.78%,
                    #13162E 100%
            );

    box-shadow: 0 0 35px 1px #0F122B8A;

}

.tariff-icon {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    filter: brightness(1.2)
}
.tariff-icon-mobile{
    display: none;
    filter: brightness(1.2)
}
.tariff-text-card {
    background:
            linear-gradient(
                    142.92deg,
                    #252525 1.67%,
                    #131313 99.01%
            ), #25294D;
    border-radius: 8px;
    padding: 30px;


}
.tariff-text-blocks-wrapper {
    display: flex;
    flex-direction: row;
}

.tariff-text-block {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
}
.tariff-text-block:last-child{
    margin-right: 0;

}
.tariff-name{
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 13px;
}
.tariff-price{
    font-weight: 800;
    margin-top: 22px;
    margin-bottom: 0;
}
.infinity-text{
    margin-top: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
}

@media (max-width: 1500px) {
    .tariff-text-block {
        margin-right: 25px;

    }
    .tariff-text{
        font-size: 18px;
    }
    .tariff-cards-row {
        width: 48.5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .tariff-card {
        width: 47%;
    }
    .tariff-text-card {
        padding: 30px 20px;
    }
}
@media (max-width: 1200px) {
     .tariff-cards-row {
        width:  100%;
     }
    .tariff-card{
        width: 48%;
        flex-direction: row;
    }
    .tariffs-cards-wrapper{
        flex-direction: column;
    }
    .tariff-cards-row{
        margin-bottom: 25px;
    }
    .tariff-icon{
        width:  45%;
    }
    .tariff-text-card {
        padding: 35px 20px 20px 20px;
    }
    .tariff-text-block {
        margin-right: 25px;
    }
}
@media(max-width: 950px) {
    .tariffs {
        margin-top: 100px;
    }
    .tariffs-header{
        margin-bottom: 35px;
    }
    .tariff-card{
        width: 45%;
        flex-direction: column;
    }
    .tariff-cards-row{
        margin-bottom: 40px;
    }
    .tariff-icon{
        width: 70%;
    }
    .tariff-text-card{
        padding: 25px;
    }
    .tariff-text-block {
        margin-right: 15px;
    }
}
@media(max-width: 500px) {
    .tariffs {
        margin-top: 77px;
    }
    .tariffs-header{
        margin-bottom: 25px;
    }
    .tariffs-cards-wrapper {
        flex-direction: column;

    }
    .tariff-cards-row {
        margin-bottom: 0;
        flex-direction: column;
    }
    .tariff-card{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: 10px 0;
        padding: 0;
    }
    .tariff-icon{
        width: 40%;
        height: 40%;
        display: none;
    }
    .tariff-icon-mobile {
        display: unset;
        margin-top: 40px;
        width: 40%;
        height: 40%;
    }
    .tariff-text-card{
        padding-top: 10%;
        width: 100%;
    }
    .tariff-text-card{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 25px;
    }
    .tariff-text-blocks-wrapper {
        display: flex;
        flex-direction: column;
    }
    .tariff-text-block {
        margin-right: 55px;
        display: flex;
        flex-direction: row;
    }
    .tariff-text-block:first-child {
        margin-bottom: 5px;
        display: flex;
        flex-direction: row;
    }
}
@media(max-width: 370px){
    .tariff-text-card{
        padding-right: 5px;
    }
    .tariff-text-blocks-wrapper {
        display: flex;
        flex-direction: column;
    }

}
