#top-banner{
    background: url('/upload/pics/egais/master_utm_mk/banner.png') center top no-repeat white;
    margin-top: -20px;
    height: 448px;
}

.banner-text{
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-banner-header{
    font-size: 26px;
    text-transform: uppercase;
    color: #444444;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.action-block{
    margin-top: 2rem;
}

.functions{
    padding: 10px 0;
    margin-top: 20px;
}

.functions:first-of-type{
    margin-top: 0;
}

#rar{
    background: url("/upload/pics/egais/master_utm_mk/feature-rar.png") top center no-repeat;
}

#znak{
    background: url("/upload/pics/egais/master_utm_mk/feature-znak.png") top center no-repeat;
}

#kkt{
    background: url("/upload/pics/egais/master_utm_mk/feature-kkt.png") top center no-repeat;
}


.functions-logo{
    width: 68px;
    height: 73px;
    float: left;
}

.color-header{
    color: #962f74;
    font-size: 18px;
}

.functions-list{
    margin-top: 20px !important;
}

#bottom-banner-wrapper{
    margin: 30px 0;
    padding: 40px 0 30px;
    border-top: 1px solid #f4f4f4;
}

#bottom-banner{
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color:#899197;
    margin-top: 40px;
    margin-bottom: 30px;
}
#show-popup-button-block{margin: 12px 0 0;}

#bottom-banner .ci-filled-button{
    width: 165px;
    font-size: 16px;
    height: 40px;
    line-height: 17px;
}

#tarif-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#main-page-content .tarif{
    height: 175px;
    flex-basis: 46%;
    background-color:white;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #444444;
}

.tarif:first-child{
    margin-right: 20px;
}

.tarif:hover{
    box-shadow: 0 4px 21px 5px rgba(0,0,0,0.19);
    background-color: white;
    border: 2px solid #962f74;
}

.traif-price:hover{
    background-color: #962f74;
}

.traif-num{
    display: block;
    margin: 10px 0;
    font-weight: bolder;
    font-size: 20px;
}

.traif-description{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}

.traif-price{
    text-align: center;
    display: inline-block;
    width: 145px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 24px;
    background-color: #8895a4;
    margin-top: 6px;
    box-sizing: border-box;
}

#tarif-block{
    background: #f9f9f9;
    padding-top: 30px;
}

.banner-header-integration{
    text-align: center;
}

.footer-list .ci-list-element{
    margin-bottom: 1rem;
}

.capability{
  border-bottom: 2px dashed gray;
}

/** Обновленный стиль для скидок **/

#top-banner{
    height: auto;
    background: url('/upload/pics/egais/master_utm_mk/banner.png') center top no-repeat #f4f4f4;
}

#top-banner .banner-text{
    width: 500px;
}

.action-block__action-count{
    font-size: 1.5rem;
}

#main-page-content .tarif{
    flex-basis: 31%;
    margin-right: 20px !important;
    height: 180px !important;
}

#main-page-content .tarif:last-child{
    margin-right: 0 !important;
}

.traif-price{
    height: unset !important;
}

.traif-price:hover .action__new-price{
    color: white;
}

.traif-price:hover del {
    text-decoration: line-through;
    text-decoration-color: white;
}