body {
    padding-top:100px;
}
.uc-price .t510__container {
    flex-direction: row;
}
.uc-top {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:50;
}
.uc-top.active {
    box-shadow: 0 4px 14px rgb(67 70 74 / 10%);
}
.uc-master .t528__col {
    background:#ebf1f5;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.uc-master .t528__container {
    display:flex;
    flex-wrap:wrap;
}
.t528 .t-section__topwrapper,
.t650 .t-section__topwrapper {
    margin-bottom: 40px;
}
.uc-seo {
    font-family: 'TildaSans',Arial,sans-serif;
}
.uc-seo h2 {
    margin:30px 0;
}
.uc-seo p {
    margin:20px 0;
}
.uc-seo ol {
    padding: 0 !important;
    counter-reset: myCounter;
}
.uc-seo ol li {
    list-style: none;
    padding-left:35px;
    position:relative;
    margin-bottom:20px;
}
.uc-seo ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #91de00;
    line-height: 24px;
    position:absolute;
    left:0;
    top:0;
}
.uc-price .t510__container  {
    display: flex;
    flex-wrap: wrap;
}
.uc-price-item {
    width: 33.3%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin-bottom:20px;
    list-style:none;
}
.uc-price-item .t-item {
    float: inherit;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding: 15px 0;
    border-radius: 5px;
    background: #ebf1f5;
}
.uc-price-item .t-item .t510__textwrapper {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 30px;
    flex-wrap: wrap;
    align-items: center;
}
.uc-price .t-item > div:first-child {
    display:none;
}
.uc-price .t-item .t-name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    width:230px;
}
.uc-price .t-item .t-descr {
    margin-left: auto;
    font-weight: bold;
}
.uc-price-btns {
    width: 100%;
    height: 45px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    border-radius: 10px;
    background: transparent;
    color: #91de00 !important;
    border: 1px solid #91de00;
    margin-top: 15px;
}
.uc-price-more {
    display:none;
}
@media (max-width:1201px) {
    .uc-price-item {
        width: 50%;
    }
}
@media (max-width:961px) {
    .uc-price-item {
        width: 100%;
    }
    .uc-price .t-item .t-name {
        width: 310px;
    }
}
@media (max-width:639px) {
    body {
        padding-top:70px;
    }
}
@media (max-width:600px) {
    .uc-price-btns {
        width:100%;
        margin-top:15px;
    }
    .uc-price .t-item .t-name {
        width: calc(100% - 80px);
    }
    .uc-price-item:nth-child(n+3) {
        display:none;
    }
    .uc-price .t-container.active .uc-price-item:nth-child(n+3) {
        display:block;
    }
    .uc-price-more {
        height: 55px;
        border: 1px solid #011e41;
        color: #011e41 !important;
        font-family: 'TildaSans',Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        width: calc(100% - 20px);
        margin-right: auto;
    }
    .uc-master .t528__col,
    .t528__container .t528__col {
        width:50%;
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
    .uc-master .t528__col:last-child,
    .t528__container .t528__col:last-child {
        width:100%;
    }
    .uc-master,
    #rec556077100 {
        padding-bottom: 45px !important;
    }
    .t528__container {
        display:flex;
        flex-wrap:wrap;
    }
}