.n-tarif {
    background: url("./../../img/slider_background.jpg"), url("./../../img/drill.png") no-repeat;
    padding-top: 70px;
    padding-bottom: 100px;
}

.n-tarif__title {
    text-align: center;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 37px;
}

.n-tarif-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.n-tarif-item {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}

.n-tarif-item__top {
    height: 126px;
    background: no-repeat center/cover;
    border-bottom: 1px solid rgba(169, 169, 169, 0.32);
    box-shadow: 0 2px 2px rgba(169, 169, 169, 0.32);
    margin-bottom: 1px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 11px;
    position: relative;
    z-index: 1;
}
.nt1 {
    background-image: url(./../../img/nt1.jpg);
}
.nt2 {
    background-image: url(./../../img/nt2.jpg);
}
.nt3 {
    background-image: url(./../../img/nt3.jpg);
}
.nt4 {
    background-image: url(./../../img/nt4.jpg);
}
.n-tarif-item__top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, .7);
}
.n-tarif-item__bottom {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.n-tarif-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    background-color: #fbf9f9;
    border: none;
    width: 100%;
    color: #060606;
    font-size: 14px;
    font-weight: 400;
}

.n-tarif-item__btn.bottom img {
    transform: scaleY(-1);
}

.n-tarif-item__btn img {
    margin-left: 4px;
    margin-top: 3px;
}

.n-tarif-item__wrapper {
    padding: 21px 35px;
    max-height: 130px;
    overflow: hidden;
    transition: .3s;

    position: relative;
}

.n-tarif-item__wrapper::after {
    background: url(./../../img/lite.png);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 100%;
    height: 42px;
}


.n-tarif-item__name {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
}

.n-tarif-item__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.n-tarif-item__list li {
    position: relative;
    padding-left: 12px;
    font-size: 13px;
}

.n-tarif-item__list li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #ffba25;
}

.n-tarif-item__list li:not(:last-child) {
    margin-bottom: 3px;
}

.n-tarif-item__box {
    margin-bottom: 25px;
}

.n-tarif-item__box.c1 {
    min-height: 166px;
}

.n-tarif-item__box.c2 {
    min-height: 86px;
}

.n-tarif-item__box.c3 {
    min-height: 160px;
}

.n-tarif-item__box.c4 {
    min-height: 61px;
}

.n-tarif-item__box.c5 {
    min-height: 100px;
}

.n-tarif-item__info-btn {
    color: #060606;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
}

.n-tarif-item__info-btn img {
    margin-top: 3px;
    margin-left: 6px;
    transition: .3s;
}
.n-tarif-item__info-btn.open img {
    transform: scaleY(-1);
}

.n-tarif-item__info-drop p {
    margin-bottom: 12px;
}

.n-checkbox {
    display: flex;
    margin: 0;
    margin-right: -20px;
    align-items: center;
}

.n-checkbox__input {
    -webkit-appearance: none;
    border: 1px solid #002f75;
    background: no-repeat center / 9px, #ffffff;
    transition: .3s;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0 !important;
    margin-right: 5px !important;
}

.n-checkbox__input:checked {
    background-image: url(./../../img/n-tick.svg);
}

.n-checkbox__check {
    display: flex;
    align-items: flex-end;
}

.n-checkbox__old-price {
    color: #938d8d;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    /*text-transform: uppercase;*/
    margin-right: 11px;
    white-space: nowrap;
    line-height: 1;
}

.n-checkbox__new-price {
    color: #060606;
    font-size: 14px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    line-height: 1;
}

.n-tarif-item__info-drop {
    display: none;
}

.mb15 {
    margin-bottom: 15px;
}

.n-tarif-item__btn.bottom {
    margin-top: 33px;
    margin-bottom: 33px;
}
.full-w {
    margin: 0 -35px;
}

.n-tarif-item__bottom.drop .n-tarif-item__wrapper {
    max-height: 100%;
    overflow: initial;
}

.n-tarif-item__bottom.drop .n-tarif-item__wrapper::after {
    content: none;
}

.n-tarif-info {
    background-color: #fff;
}

.n-tarif-info__text {
    color: #060606;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    padding: 0 15px;
}

.n-prices {
    display: flex;
    align-items: flex-end;
    margin-bottom: 17px;
    justify-content: center;
}

.n-prices del {
    margin-right: 7px;
    color: #938d8d;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.n-prices b {
    color: #013075;
    font-size: 15px;
    font-weight: 700;
}

.n-price-btn {
    height: 44px;
    box-shadow: 0 2px 2px 1px rgba(230, 78, 78, 0.32);
    border-radius: 4px;
    background: #fe3131;
    max-width: 220px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.n-tarif-info__without {
    color: #060606;
    font-size: 13px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: 700;
}
.m0 {
    margin: 0;
    margin-top: 22px;
}

.n-tarif-item__bottom.drop .n-tarif-item__wrapper {
    padding-bottom: 0;
}
.n-tarif-item__info-btn:focus {
    outline: none;
}
.slider-nav {
    display: none;
}
*:focus {
    outline: none!important;
}
.n-tarif-item__bottom.drop .m1 {
    padding-top: 10px;
}
.n-tarif-item__btn.top {
    margin-top: 10px;
}
.n-tarif__strong {
    display: block;
    margin: 20px 0 0;
    font-size: 13px;
    padding: 0 35px;
}
@media(max-width: 1199px) and (min-width: 768px) {
    .n-tarif-item__wrapper {
        padding: 15px;
    }
    .n-tarif__strong {
        padding: 0 15px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    .n-tarif-row {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
    .n-tarif-info, .full-w {
        margin: 0;
    }
}
@media(max-width: 767px) {
    .n-tarif-row {
        display: initial;
    }
    .slider-nav {
        display: block;
    }
    .n-tarif {
        padding-top: 35px;
        padding-bottom: 60px;
    }
    .n-tarif-item__box {
        min-height: 100%!important;
    }
    .n-tarif__title {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .slider-nav {
        margin: 0 -15px;
        padding: 10px 0;
        background-color: #f9f9f9;
        border-top: #c9cacb solid 1px;
        border-bottom: #c9cacb solid 1px;
        margin-bottom: 17px;
    }
    .slider-nav__item {
        padding: 7px 20px;
        color: #6f6e6e;
        transition: .3s;
        border-radius: 3px;
        text-align: center;
    }
    .slider-nav__item.slick-current {
        box-shadow: 0 3px 8px 1px rgba(252, 152, 28, 0.17);
        background-color: #002f75;
        color: #fff;
    }
    .slider-for .slick-dots {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        margin: 0 -10px;
        justify-content: center;
        margin-top: 25px;
    }

    .slider-for .slick-dots button {
        padding: 0;
        width: 10px;
        height: 10px;
        background: #b9b8b8;
        border: 0;
        margin: 0 10px;
        font-size: 0;
        border-radius: 50%;
    }
    .slider-for li.slick-active > button {
        background: #002f75;
    }
    .m0 {
        margin-top: 0;
        padding-top: 10px;
    }
    .n-tarif-item__top {
        height: 39px;
        padding-bottom: 0;
        align-items: center;
    }
    .nt1 {
        background-image: url(./../../img/nt1-mob.jpg);
    }
    .nt2 {
        background-image: url(./../../img/nt2-mob.jpg);
    }
    .nt3 {
        background-image: url(./../../img/nt3-mob.jpg);
    }
    .nt4 {
        background-image: url(./../../img/nt4-mob.jpg);
    }
    .n-tarif-item__box {
        margin-bottom: 10px;
    }
    .n-tarif-item__wrapper::after {
        bottom: 0;
    }
    .n-tarif-item__bottom .n-tarif-item__wrapper {
        max-height: 220px;
    }

    .n-tarif-item__bottom.drop .n-tarif-item__wrapper {
        max-height: 310px;
        overflow: auto;
    }
    .n-tarif-item__bottom {
        padding-bottom: 15px;
    }
    .n-tarif-item__wrapper::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #d9d9d9;
        width: 3px;
    }
}
