.tarif_list{
    display: flex;
    width: 100%;
    gap: 10px;

}
.tariff_wrapper{

}
.sct.sct-mid-b::before{
    margin-top: 0 !important;
}
.bdr.vps .sct-top{
    padding-bottom: 630px;
}
.tarif_list_slider{
    width: 100%;
}
.tarif_item{
    /*flex: 0 0 10.25%;*/
    /*width: 10.25%;*/
    /*max-width: 10.25%;*/
    /*min-width: 100px;*/
}
.tarif_item--first{
    flex: 0 0 18%;
    width: 18%;
    max-width: 18%;
    min-width: 150px;
}
.tarif_item--first ul li{
    text-align: left;
    justify-content: start;
    /*border-radius: 0 0 12px 12px;*/
}
.tarif_item--first ul li a{
    border-bottom: 1px dashed #fff;
    color: #666;
}
.tarif_item .tarif_name{
    font-weight: normal;
    color: #fff;
    background-color: #EC3137;
    border-radius: 12px 12px 0 0;
    white-space: nowrap;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    padding: 20px;
    font-family: "OpenSans-Regular";
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

.tarif_props{
    color: #333;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    background-color: #E5E5E5;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0 0 12px 12px;
    margin-bottom: 10px;
    padding-left: 0 !important;
}
.tarif_props li{
    list-style: none;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);*/

}
.tarif_props li .btn{
    display: block;
    width: calc(100% + 10px);
    padding: 10px;
    margin: 0 -10px -5px -10px;
    border: 1px solid #EC3137;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;
    color: #EC3137;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tarif_props li .btn:hover {
    background-color: #EC3137;
    color: #fff;
}

.tarif_list_slider .tarif_item{
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 12px 12px;

}
.tarif_list_slider .tarif_item .tarif_props{
    box-shadow: none;
}
.tarif_item--first ul li{
    white-space: nowrap;
}
.tarif_props li:has(.ico){
    height: 64px;
}

.tarif_list--mob{
    display: none;
}

.tariffs__dropdown {
    margin: 0 5%;
    position: relative;
}

.tariffs__dd-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    background-color: #fff;
    padding: 14px 36px 14px 18px;
    border: none;
    border-radius: 6px;
    position: relative;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #58666E;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tariffs__dd-btn::before {
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.tariffs__dd-btn::before,
.tariffs__dd-btn::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 2px;
    background-color: #58666E;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tariffs__dd-btn::after {
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.tariffs__dd-btn svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    margin-right: 14px;
}
.tarrifs__dropdown-popup {
    padding: 0;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    right: 0;
}
.tarrifs__dropdown-popup {
    padding: 0 !important;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0 !important;
    right: 0;
}
.tarrifs__dropdown-popup ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.tarrifs__dropdown-popup a {
    display: block;
    padding: 14px 18px;
    border-bottom: none !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #58666E !important;
}

.tariffs__item {
    margin: 30px 5% 0 5%;
}
.tariffs__hdr {
    background-color: #F7F7F7;
    padding: 24px;
    border-radius: 12px 12px 0 0;
}
.tariffs__hdr h6 {
    margin-bottom: 0 !important;
    text-transform: none;
    color: #58666E !important;
}
.tariffs__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tariffs__value {
    margin-top: 4px;
    color: #58666E;
}
.tariffs__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tariffs__txt-big {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.tariffs__txt-mid {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.tariffs__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-top: 32px;
}
.tariffs__name svg {
    margin-right: 8px;
}
.tariffs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}
.tariffs__row span:last-child {
    padding-left: 10px;
}
.tariffs__txt-green {
    font-weight: 700;
    color: #719216;
}
.tariffs__row svg {
    margin-top: 2px;
}
.tariffs__bdr .uk-button {
    display: block;
    margin: 32px -12px -12px -12px;
}
.tariffs__bdr {
    background: #E5E5E5;
    padding: 24px;
    border-radius: 0 0 12px 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #8E999F;
}
.arrows-row{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.arrows-row .arrow_btn{
    border: none;
    outline: none;
    background: url("./arrow_btn.svg?v=a8fee67b")center/cover no-repeat;
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.arrows-row .arrow_next{
    transform: rotate(180deg);
}
@media (max-width: 900px){
    .tarif_item--first{
        min-width: 188px;
    }
}
@media (max-width: 520px){
    .arrows-row{
        display: none;
    }
   .tarif_list-pc{
       display: none;
   }
    .tarif_list--mob{
        display: block;
    }
}


