/*.section-nirvanna {
    background: #fafafa;
    padding: 2px 0 29px;
}

.slider-nirvanna__item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    padding-bottom: 14px;
}

.slider-nirvanna__cont {
    display: block;
    background-color: #fff;
    color: #008DEE;
    padding: 40px 20px 34px;
    text-align: center;
    height: 305px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: box-shadow 200ms;
}
.slider-nirvanna__cont:hover {
    box-shadow: 0 4px 12px 2px rgba(179, 229, 252, 1);
}

.slider-nirvanna__img {
    display: inline-block;
    height: 129px;
    width: 129px;
    background-repeat: no-repeat;

}

.image-hover {
    display: none;
}

.slider-nirvanna__cont:hover .slider-nirvanna__img {
    display: none;
}

.slider-nirvanna__cont:hover .image-hover {
    display: inline-block;
}

.slider-nirvanna__title {
    color: rgba(52, 73, 94, 0.95);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.21em;
    margin-top: 33px;
    text-transform: uppercase;

    transition: color 200ms;
}
.slider-nirvanna__cont:hover .slider-nirvanna__title {
    color: #008DEE;
}

.slider-nirvanna__description {
    color: rgba(61, 82, 101, 0.95);
    font-size: 13px;
    height: 44px;
    margin-bottom: 13px;
    margin-top: 30px;
}

.slider-nirvanna__more {
    position: absolute;
    background: #008dee;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    right: -25px;
    bottom: -25px;
    padding: 11px 18px;
    font-size: 18px;
    color: #fff;
    display: block;
    opacity: 0;
    cursor: pointer;
    transition: opacity 200ms;
}
.slider-nirvanna__more:before, .slider-nirvanna__more:after {
    content: "";
    display: block;
    position: relative;
}
.slider-nirvanna__more:before {
    width: 16px;
    height: 2px;
    background-color: #ebedee;
    top: 12px;
}
.slider-nirvanna__more:after {
    width: 8px;
    height: 8px;
    border: 2px solid #ebedee;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    top: 7px;
    left: 8px;
}
.slider-nirvanna__cont:hover .slider-nirvanna__more {
    opacity: 1;
}


@media (max-width: 1199px) {
    .section-nirvanna {
        padding-bottom: 54px;
        padding-top: 20px;
    }
    .section-nirvanna .h2 {
        font-size: 24px;
        margin-bottom: 26px;
    }
    .section-nirvanna .slick-dots li.slick-active button {
        background-color: #008DEE;
        height: 10px;
        width: 10px;
    }
    .section-nirvanna .slick-dots li button:hover {
        background-color: #008DEE;
    }

    .slider-nirvanna__title {
         font-size: 18px;
         font-weight: 700;
     }
    .slider-nirvanna__description {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 16px;
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .slider-nirvanna__cont {
        opacity: 1;
    }
}*/

.section-nirvanna .h2{
    width: 100%;
    padding: 0 8px;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #182B48;
    margin: 0 0 8px 0;
}

.section-advantages{
    width: 100%;
    margin-bottom: 88px;
    justify-content: space-between;
}

.section-advantages-item{
    width: Calc((100% - 32px)/5);
    max-height: 216px;
    margin-right: 8px;
    padding: 8px 12px 12px;
    border: 1px solid #EAEDEE;
    border-radius: 4px;
}

.section-advantages-item:last-child{
    margin-right: 0;
}

.section-advantages-item a{
    width: 100%;
    height: 100%;
    display: block;
}

.section-advantages-item-img{
    width: 129px;
    height: 129px;
    margin: 0 auto 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-advantages-item-title{
    width: 100%;
    height: 23px;
    overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 8px;
}

.section-advantages-item-description{
    width: 100%;
    min-height: 20px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #78909C;
}

@media (max-width: 1149px){

    .section-advantages{
        margin-bottom: 80px;
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
    }

    .section-advantages-item{
        width: Calc((100% - 24px)/4);
        margin-bottom: 8px;
    }

    .section-advantages-item:nth-child(4n + 4){
        margin-right: 0;
    }
}

@media (max-width: 940px){

    .section-advantages-item{
        width: Calc((100% - 16px)/3);
    }

    .section-advantages-item:nth-child(4n + 4){
        margin-right: 8px;
    }

    .section-advantages-item:nth-child(3n + 3){
        margin-right: 0;
    }
}

@media (max-width: 768px){

    .section-advantages-item{
        width: Calc((100% - 8px)/2);
        padding: 8px;
    }

    .section-advantages-item:nth-child(4n + 4),
    .section-advantages-item:nth-child(3n + 3){
        margin-right: 8px;
    }

    .section-advantages-item:nth-child(2n + 2){
        margin-right: 0;
    }

    .section-advantages-item a{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }

    .section-advantages-item-img{
        margin: 0 16px 0 0;
    }

    .section-advantages-item-info{
        width: Calc(100% - 145px);
    }

    .section-advantages-item-description{
        height: auto;
        max-height: 40px;
    }
}

@media (max-width: 640px){

    .section-nirvanna .h2{
        margin: 0 0 21px 0;
    }

    .section-advantages-item{
        width: 100%;
    }

    .section-advantages-item,
    .section-advantages-item:last-child,
    .section-advantages-item:nth-child(4n + 4),
    .section-advantages-item:nth-child(3n + 3),
    .section-advantages-item:nth-child(2n + 2){
        margin-right: 0;
    }
}