.uk-button-gradient1{
    background: linear-gradient(to left, #bd3c88, #3e2db2);
}
.tariff-lending-item{
    border-radius: 1rem;
    border: 1px solid #e5e5e5;
}
.tariff-lending-item > *{
    padding: 1rem;
    margin-bottom: 0;
}
.tariff-lending-item-title{
    background: #01bc78;
    color: #fff;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}
.tariff-lending-item > h5{
    margin-top: 0;
    font-weight: bold;
    padding-bottom: 0;
}
.tariff-lending-item-desc{
    color: #85819e;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;

}
.tariff-lending-item-list{
    margin-top: 0;
    margin-left: 1rem;
}
.tariff-lending-item-bay{
    border-radius: 2em;
    border: 1px solid #01bc78;
    color: #01bc78;
    box-shadow: 0 5px 10px 0 #84848482;
}
.tariff-lending-item-bay:hover{
    background: #01bc78;
    color: #fff;
}
.tariff-lending-phone{
    padding: 0 1rem 1rem 1rem;
    color: #8a8fa3;
    text-align: center;
    display: block;
}
.item.w-slide.slide_landing {
    background-image: -webkit-linear-gradient(to top right, #933a7e, #c7ff00);
    background-image: -moz-linear-gradient(to top right, #933a7e, #c7ff00);
    background-image: -ms-linear-gradient(to top right, #933a7e, #c7ff00);
    background-image: -o-linear-gradient(to top right, #933a7e, #c7ff00);
    background-image: linear-gradient(to top right, #933a7e, #c7ff00);
}
.page-body .advanteges .left, 
.page-body .advanteges .right{
    display: inline-block;
    width: 62%;
    vertical-align: top;
}
.page-body .advanteges .right {
    width: 34%;
    padding-left: 3%;
}
.get-block {
    position: relative;
}
.get-block img {
    display: block;
    margin: 0 auto;
}
.get-block img.get_img-sm, img.get_img-sm-show {
    display: none;
}
.get-block img.get_img-sm, img.get_img-sm-show {
    display: none;
}
.get-block ul {
    position: absolute;
    top: 18%;
    left: 0;
}
ul.land-left {
    left: -3%;
    width: 40%;
    text-align: right;
    max-width: 255px;
}
ul.land-right {
    right: 1%;
    width: 40%;
    left: initial;
    max-width: 255px;
}
.get-block ul li {
    border-bottom: 1px dashed #ff7318;
    color: #ff7318;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}
ul.land-left li:first-child {
    margin-top: 0;
}
ul.land-left li:nth-child(4) {
    margin-top: 35%;
}
ul.land-left li:last-child {
    margin-top: 38%;
}
ul.land-right li:first-child {
    margin-top: 0;
}
ul.land-right li:nth-child(3),
ul.land-right li:nth-child(4) {
    margin-top: 40%;
}
ul.land-right li:nth-child(3),
ul.land-right li:nth-child(4) {
    margin-top: 40%;
}
ul.land-right li:last-child {
    margin-top: 20%;
}
@media (max-width: 993px){
    .get-block img {
        display: none;
    }
    .get-block img.get_img-sm {
        display: block;
    }
    .get-block .skidka_text,
    .get-block ul {
        display: none;
    }
}
@media (max-width: 555px){
    .get-block img {
        display: none !important;
    }
    .get-block img.get_img-sm-show {
        display: block !important;
    }
    .get-block ul {
        display: block;
        list-style-type: none;
        text-align: left;
        width: 100%;
        left: 0;
        right: initial;
        max-width: 100%;
        position: relative;
        box-sizing: border-box;
    }
}
@media (max-width: 555px){
    .get-block ul li {
        left: initial !important;
        right: initial !important;
        margin-top: 15px !important;
        text-align: left !important;
    }
}
@media (max-width: 555px){
    .page-body .advanteges .left, 
    .page-body .advanteges .right {
        width: 100%;
    }
}