.card {
    width: 100%;
}
.card__top {
    width: 100%;
    max-width: 1137px;
    margin: 20px auto 0;
    font-family: 'Geometria-Light', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__new {
    width: 100%;
    max-width: 1137px;
    margin: 0 auto;
}
@media (max-width:1200px) {
    .card__new {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.card__new .new {
    margin-bottom: 50px!important;
    margin-top: 0px!important;
}
@media (max-width:600px) {
    .card__new .new {
        /*display: none;*/
    }
}
.leave {
    width: 100%;
    max-width: 1137px;
    margin: 0 auto 30px;
    text-align: center;
}
@media (max-width:1200px) {
    .leave {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.leave__btn {
    display: inline-block;
    width: 223px;
    height: 43px;
    padding: 15px 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3a3a3a;
    background: #fff;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Geometria', sans-serif;
}
@media (max-width:980px) {
    .leave__btn {
        width: 100%;
    }
}
.ins__desc{
    display: none;
}
.ins__desc.active{
    display: block;
}
.ins__desc{
    /*min-height: 250px;*/
}
