@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Regular.woff') format('woff'),
    url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Bold.woff') format('woff'),
    url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body {
    padding-top:100px;
}
.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-hero .t396__artboard,
.uc-sales .t396__artboard {
    background: linear-gradient(90deg, #120D38 0%, #011E41 100%);
}

.pre-box .tn-atom {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    background: #fff !important;
    border-radius: 5px;
}
.cat-box .tn-atom {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
.sales-form .t-input {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background: transparent !important;
}
.uc-master .t527__bgimg {
    border-radius: 20px 40px;
    width: 200px;
    height: 200px;
    padding-bottom: 0 !important;
}
.t527 .t-section__topwrapper,
.t577 .t-section__topwrapper {
    margin-bottom: 50px;
}
.t577__circle {
    background-color: #011E41;
    border: 1px solid #011E41;
}
.t577__number {
    color:#fff;
}
.uc-seo {
    font-family: 'Circe',Arial,sans-serif;
}
.uc-seo h2 {
    margin:30px 0;
}
.uc-seo p {
    margin:20px 0;
}

.uc-price .t510__container  {
    display: flex;
    flex-wrap: wrap;
        flex-direction: row;
}
.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: #f8f8f8;
}
.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;
}
.uc-price-btns {
    width: 100%;
    height: 45px;
    font-family: 'Circe',Arial,sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    border-radius: 10px;
    background: transparent;
    color: #011e41 !important;
    border: 1px solid #011e41;
    margin-top: 15px;
}
.uc-rev-data {
    display:none;
}
.uc-rev-html {
    overflow: hidden;
}
.rev-item {
    font-family: 'Circe',Arial,sans-serif;
    height: 100%;
}
.uc-rev-html .owl-dots {
    display:none;
}
.rev-item__box {
    background:#fff;
    padding-left:58px;
    padding-right:61px;
    padding-top:53px;
    padding-bottom:50px;
    height: 100%;
    box-sizing: border-box;
}
.rev-item__name {
    color:#2F2E2E;
    font-size:20px;
    font-weight: 700;
}
.rev-item__text {
    font-size: 16px;
    line-height: 176.2%;
    color:#000;
    margin-bottom:30px;
    margin-top:30px;
}
.rev-item__star {
    color:#000000;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
}
.rev-btn-right,
.rev-btn-left {
    cursor:pointer;
}
.rev-list .owl-stage {
    display:flex;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #929292  !important;
}
.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: 'Circe',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;
    }
}