.search-results {
    position: absolute;
    top: 58px;
    left: 0px;
    background-color: white;
    border-radius: 8px;
    width: 100%;
    border: 2px solid #007EA7;
    z-index: 1000;
}
.search-results ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}
.search-results ul li a {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
}
.search-results ul li:first-of-type a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.search-results ul li:last-of-type a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search-results ul li a:hover {
    background-color: #CCDBDC;
}


@media (max-width: 992px) {
    .search-results {
        top: 39px;
    }
}


:root {
    --grad-base: linear-gradient(270deg, #007EA7 0%, #003249 100%);
    --grad-base-reverse: linear-gradient(270deg, #003249 0%, #007EA7 100%);
    --color-blue: #007EA7;
    --color-dark: #003249;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

ul, ol {
    padding: 0;
    margin: 0;
}

div[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

main {
    padding-top: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 992px) {
    main.has-decor {
        position: relative;
        z-index: 1;
    }
    main.has-decor:after {
        content: "";
        display: block;
        position: absolute;
        width: 720px;
        top: 0;
        bottom: 0;
        background: url("../img/bg-contact.png") 0 0 no-repeat;
        background-size: cover;
        right: 0;
        z-index: -1;
    }
}
body {
    background-color: #f1f5f5;
    font-family: "Manrope", sans-serif;
    color: var(--color-dark);
    font-size: 16px;
}

a {
    color: var(--color-blue);
}
a:hover {
    color: var(--color-blue);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 700;
    color: #003249;
    text-align: center;
    margin-bottom: 23px;
}

h1, .h1 {
    font-size: 48px;
    line-height: 58px;
}

h2, .h2 {
    font-size: 26px;
    line-height: 32px;
}

.header {
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.btn-toggle {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.btn-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: var(--color-dark);
    border-radius: 3px;
}
.btn-toggle span:first-child {
    top: 0;
}
.btn-toggle span:nth-child(2) {
    top: 12px;
}
.btn-toggle span:last-child {
    top: 24px;
}

.hero {
    padding-top: 150px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E3EBEC));
    background: linear-gradient(180deg, #FFFFFF 0%, #E3EBEC 100%);
    z-index: 2;
}
.hero.hero-inner {
    padding-top: 80px;
    background: #fff;
}
.hero.hero-inner:before {
    display: none;
}
.hero:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../img/bg-top.png") center 0 no-repeat;
    z-index: -1;
}
.hero + main {
    padding-bottom: 60px;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
}
.main-nav li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    padding: 0 15px;
}
.main-nav li a {
    color: var(--color-dark);
    display: block;
    position: relative;
}
.main-nav li.active a {
    color: #007EA7;
}
.main-nav li.active a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    height: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#1ACCE0), to(#007EA7));
    background: linear-gradient(270deg, #1ACCE0 0%, #007EA7 100%);
    border-radius: 5px;
}

.cnt-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--color-blue);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-login .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.btn-user {
    display: inline-block;
    background: #007EA7;
    border-radius: 5px;
    color: #fff;
    padding: 7px 10px;
    margin-right: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-user:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-dark);
}

.cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .cnt {
    justify-content: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
}

.btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 5px;
    padding: 7px 10px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn.btn-form {
    min-width: 180px;
}
.btn.btn-form:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(#1ACCE0), to(#007EA7));
    background: linear-gradient(270deg, #1ACCE0 0%, #007EA7 100%);
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn.btn-form:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(#007EA7), to(#1ACCE0));
    background: linear-gradient(270deg, #007EA7 0%, #1ACCE0 100%);
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn.btn-form:hover {
    color: #fff;
    text-decoration: none;
}
.btn.btn-form:hover:before {
    opacity: 0;
}
.btn.btn-form:hover:after {
    opacity: 1;
}

.btn-round {
    background: #1ACCE0;
    border-radius: 20px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    padding: 5px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}
.btn-round.btn-grad {
    padding: 10px 21px;
    border-radius: 25px;
}
.btn-round.btn-white {
    padding: 10px 21px;
    border-radius: 25px;
    background-color: #fff;
    color: var(--color-dark);
    font-weight: 700;
}
.btn-round.btn-white svg {
    fill: var(--color-dark);
}
.btn-round.btn-white:hover {
    color: var(--color-dark);
}
.btn-round svg {
    margin-left: 14px;
    display: inline-block;
    fill: #fff;
}
.btn-round:hover {
    text-decoration: none;
    color: #fff;
}

.btn-grad {
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: none;
}
.btn-grad:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--grad-base);
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-grad:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--grad-base-reverse);
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-grad:hover {
    color: #fff;
    text-decoration: none;
}
.btn-grad:hover:before {
    opacity: 0;
}
.btn-grad:hover:after {
    opacity: 1;
}

.icon-arw {
    width: 20px;
    height: 20px;
}

.icon-brain {
    width: 30px;
    height: 31px;
}

.btn-reg {
    margin-left: 30px;
}

.test-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.test-it img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.test-it-panel {
    background: var(--grad-base);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 5px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.test-it-panel span {
    display: inline-block;
    padding: 0 15px;
}

.hero-intro p {
    font-size: 20px;
    line-height: 26px;
    color: #007EA7;
    margin: 0 0 35px 0;
    text-align: center;
}

.crd-list {
    position: relative;
    top: 56px;
    margin-top: -56px;
}

.crd {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 32px 24px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    height: 100%;
    border: 1px solid #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.crd span {
    display: block;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.crd:hover {
    border-color: #CCDBDC;
}

.crd-ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    margin-top: 8px;
}
.crd-ico img {
    max-width: 100%;
}

.crd-cnt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.crd-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
}

.crd-title-ico {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}
.crd-title-ico img {
    max-width: 100%;
}

.crd-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--color-blue);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.crd-link .icon {
    display: inline-block;
    margin-left: 15px;
    fill: var(--color-blue);
}
.crd-link:hover {
    text-decoration: none;
    color: var(--color-dark);
}
.crd-link:hover .icon {
    fill: var(--color-dark);
}

.rate-item {
    background-color: #fff;
    position: relative;
    height: 424px;
    border: 1px solid #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
    color: var(--color-dark);
    border-radius: 5px;
    overflow: hidden;
}
.rate-item:hover {
    border-color: #CCDBDC;
    text-decoration: none;
    color: var(--color-dark);
}
.rate-item:hover .rate-item-foot {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.rate-item.rate-item-ai .rate-item-cover {
    width: 210px;
    height: 210px;
    bottom: auto;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rate-item.rate-item-ai .rate-item-head {
    padding-top: 252px;
    text-align: center;
}
.rate-item.rate-item-ai .rate-item-foot {
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    color: #CCDBDC;
}
.rate-item.rate-item-ai:hover .rate-item-foot {
    background: #007EA7;
    color: #fff;
}
.rate-item:hover + .rate-item-caption {
    background-color: #fff;
    border-color: #CCDBDC;
}

.rate-item-caption {
    padding: 24px 15px;
    font-size: 14px;
    line-height: 24px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0 0 5px 5px;
}

.rate-item-foot {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #007EA7;
    border-radius: 0px 0px 5px 5px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px;
    color: #fff;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.rate-list-inner .rate-item {
    border-radius: 5px 5px 0 0;
}
.rate-list-inner .rate-item-foot {
    border-radius: 0;
}

.rate-item-head {
    padding: 22px 30px;
}

.rate-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1px;
}

.rate-item-head-inf {
    margin-bottom: 14px;
}

.rate-item-inf {
    font-size: 16px;
    line-height: 26px;
    font-size: 16px;
    line-height: 26px;
}

.rate-item-price {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--color-blue);
}

.rate-item-cover {
    height: 270px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.rate-item-cover img {
    max-width: 100%;
}

.rate {
    padding-top: 98px;
    margin-bottom: 60px;
}
.rate .h2, .rate h2 {
    margin-bottom: 51px;
}

.feedback {
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#F1F5F5), color-stop(49.94%, #FFFFFF), to(#F1F5F5));
    background: linear-gradient(90deg, #F1F5F5 0%, #FFFFFF 49.94%, #F1F5F5 100%);
    position: relative;
    padding: 60px 0;
    margin-bottom: 50px;
}
.feedback:before {
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#F1F5F5), color-stop(49.94%, #D2F5F9), to(#F1F5F5));
    background: linear-gradient(90deg, #F1F5F5 0%, #D2F5F9 49.94%, #F1F5F5 100%);
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.feedback:after {
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#F1F5F5), color-stop(49.94%, #D2F5F9), to(#F1F5F5));
    background: linear-gradient(90deg, #F1F5F5 0%, #D2F5F9 49.94%, #F1F5F5 100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.sub-title {
    text-align: center;
    color: var(--color-blue);
    margin-bottom: 33px;
}

.feedback-logo {
    margin-bottom: 50px;
}

.faq {
    margin-bottom: 50px;
}
.faq .h2, .faq h2 {
    margin-bottom: 51px;
}
.faq.faq-inner {
    margin-bottom: 0;
}
.faq.faq-inner .btn-faq {
    padding-left: 40px;
}
.faq.faq-inner .accordion {
    margin-bottom: 0;
}
.faq.faq-inner .accordion .card-body {
    padding-left: 40px;
    padding-right: 140px;
}

.btn-faq {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-blue);
    padding: 25px 70px 25px 90px;
    background: #FFFFFF;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-faq .icon-brain {
    position: absolute;
    left: 40px;
    top: 25px;
    fill: var(--color-blue);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-faq .icon-arw {
    position: absolute;
    right: 40px;
    top: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: var(--color-blue);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-faq.collapsed {
    color: var(--color-dark);
}
.btn-faq.collapsed .icon-arw {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: var(--color-dark);
}
.btn-faq.collapsed .icon-brain {
    fill: var(--color-dark);
}
.btn-faq span {
    display: block;
    text-align: left;
}

.accordion {
    margin-bottom: 40px;
}
.accordion .card-header {
    padding: 0;
    border: 0;
    background: none;
}
.accordion .card-body {
    padding: 33px 90px;
    background: none;
    font-size: 20px;
    line-height: 30px;
    color: #003249;
}
.accordion .card-body a {
    text-decoration: underline;
}
.accordion .card-body a:hover {
    text-decoration: none;
}
.accordion .card {
    border: 0;
    background-color: transparent;
}
.accordion .card + .card {
    margin-top: 5px;
}

.sample-item {
    background: #FFFFFF;
    border-radius: 5px;
    min-height: 254px;
    height: calc(100% - 20px);
    position: relative;
    border: 1px solid #fff;
    padding: 103px 20px 64px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #003249;
    margin-bottom: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
    text-decoration: none;
}
.sample-item:hover {
    border-color: #CCDBDC;
    text-decoration: none;
    color: #003249;
}
.sample-item:hover .icon-arw {
    fill: var(--color-dark);
}
.sample-item span {
    display: block;
}
.sample-item .icon-arw {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    bottom: 30px;
    fill: #CCDBDC;
}

.sample-item-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 35px;
}

.samples {
    padding-bottom: 40px;
}
.samples .sub-title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #003249;
}

.pre-foot {
    background-color: #fff;
    position: relative;
    padding: 50px 0 54px 0;
    z-index: 1;
}
.pre-foot:after {
    content: "";
    display: block;
    position: absolute;
    width: 600px;
    top: 0;
    bottom: 0;
    background: url("../img/bg-btm.jpg") 0 0 no-repeat;
    background-size: cover;
    right: 0;
    z-index: -1;
}
.pre-foot .h2, .pre-foot h2 {
    text-align: left;
}

.footer {
    padding: 30px 0 23px 0;
    border-top: 2px solid #fff;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.footer .cnt {
    width: 100%;
    margin-bottom: 15px;
}

.footer-lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
.footer-lft span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #007EA7;
    padding-top: 11px;
}
.footer-lft .copy {
    display: none;
}

.copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
}
.copy li {
    display: inline-block;
    line-height: 26px;
    padding: 0 12px;
}

.footer-rht {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.copy li {
    display: inline-block;
}
.copy li a {
    color: var(--color-blue);
    text-decoration: underline;
}
.copy li a:hover {
    text-decoration: none;
}

.layout-login {
    min-height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E3EBEC));
    background: linear-gradient(180deg, #FFFFFF 0%, #E3EBEC 100%);
    text-align: center;
}
.layout-login .container {
    height: 100%;
    min-height: 100vh;
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.layout-login .logo {
    margin-bottom: 35px;
}

.layout-login-inner {
    height: 100%;
    position: relative;
    padding-top: 55px;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-back {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.icon-back img {
    max-width: 100%;
}

.form-block {
    max-width: 360px;
    margin: 0 auto;
}
.form-block .form-group {
    margin-bottom: 10px;
}
.form-block .form-control {
    padding: 7px 15px;
    border: 1px solid #CCDBDC;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
}

.restore-block {
    background-color: #fff;
    max-width: 360px;
    margin: 0 auto;
    padding: 22px 0 0 0;
    display: none;
}

.form-block-title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 23px;
}

.form-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px 23px 30px;
}
.form-links a {
    display: inline-block;
    text-decoration: underline;
}
.form-links a:hover {
    text-decoration: none;
}

.form-agree {
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 16px;
    padding-top: 5px;
}
.form-agree a {
    text-decoration: underline;
}
.form-agree a:hover {
    text-decoration: none;
}

.btn-log {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-log:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(#1ACCE0), to(#007EA7));
    background: linear-gradient(270deg, #1ACCE0 0%, #007EA7 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    z-index: -1;
}
.btn-log:hover, .btn-log:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-log:hover:before, .btn-log:focus:before {
    left: -100px;
}

.btn-rg {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-rg:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(#007EA7), to(#003249));
    background: linear-gradient(270deg, #007EA7 0%, #003249 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    z-index: -1;
}
.btn-rg:hover, .btn-rg:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-rg:hover:before, .btn-rg:focus:before {
    left: -100px;
}

.form-link {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-top: 13px;
}
.form-link a {
    text-decoration: underline;
}
.form-link a:hover {
    text-decoration: none;
}

.form-section {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 15px 23px 15px;
}

.form-block-top {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 22px 15px 0px 15px;
}

.tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 23px 0;
}
.tabs-nav li {
    display: inline-block;
    padding: 0 14px;
}
.tabs-nav li a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #CCDBDC;
    display: inline-block;
    text-decoration: none;
}
.tabs-nav li a.active {
    color: var(--color-dark);
}

.log-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-top: 10px;
    height: 40px;
    border-radius: 5px;
}
.log-by img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    display: inline-block;
    margin-right: 10px;
}
.log-by:hover {
    text-decoration: none;
}

.layout-login-copy {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #007EA7;
    width: 246px;
    margin: 30px auto 26px auto;
}

.thx-msg {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    background-color: #fff;
    padding: 23px 30px;
}

@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 38px;
        line-height: 48px;
    }
    h2, .h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .crd {
        padding: 32px 24px 30px 24px;
    }
    .crd-cnt {
        padding-left: 30px;
    }
    .crd-ico {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }
    .crd-title {
        font-size: 22px;
        line-height: 32px;
    }
    .rate-item-cover {
        height: 215px;
    }
    .rate-item {
        height: 370px;
    }
    .feedback {
        padding: 50px 0;
    }
    .feedback-logo {
        margin-bottom: 40px;
    }
    .rate-item.rate-item-ai .rate-item-cover {
        width: 170px;
        height: 170px;
    }
    .rate-item.rate-item-ai .rate-item-head {
        padding-top: 210px;
    }
    .faq.faq-inner .accordion .card-body {
        padding-right: 40px;
    }
}
@media (max-width: 991px) {
    .cnt-nav {
        position: fixed;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        left: 0;
        right: 0;
        top: 0px;
        width: auto;
        display: block;
        text-align: center;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E3EBEC));
        background: linear-gradient(180deg, #FFFFFF 0%, #E3EBEC 100%);
        padding-top: 80px;
        bottom: 0;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        height: 100vh;
        overflow: auto;
    }
    .js-open {
        overflow: hidden;
    }
    .js-open .cnt-nav {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .js-open .btn-toggle span:nth-child(2) {
        display: none;
    }
    .js-open .btn-toggle span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px;
        width: 24px;
    }
    .js-open .btn-toggle span:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 11px;
        width: 24px;
    }
    .header {
        padding: 15px 0;
    }
    .logo {
        max-width: 140px;
    }
    .logo img {
        max-width: 100%;
    }
    .logo {
        position: relative;
        z-index: 2;
    }
    .cnt-nav .cnt-btns, .cnt-nav .main-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cnt-nav .main-nav {
        background-color: #fff;
        display: block;
        padding: 23px 0;
    }
    .cnt-nav .main-nav li {
        display: block;
    }
    .cnt-nav .main-nav li:not(:last-child) {
        margin-bottom: 16px;
    }
    .cnt-nav .cnt-btns {
        margin-bottom: 20px;
    }
    .hero:before {
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E3EBEC));
        background: linear-gradient(180deg, #FFFFFF 0%, #E3EBEC 100%);
    }
    h1, .h1 {
        font-size: 36px;
        line-height: 46px;
    }
    h2, .h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .hero {
        padding-top: 120px;
    }
    .test-it {
        margin-bottom: 65px;
    }
    .test-it .btn-round {
        font-size: 0;
    }
    .test-it .btn-round svg {
        margin-left: 0;
    }
    .crd-list div[class^=col-]:not(:first-child) {
        margin-top: 20px;
    }
    .crd-ico {
        display: none;
    }
    .crd {
        min-height: auto;
    }
    .crd-cnt {
        padding: 0;
    }
    .crd-cnt {
        display: block;
    }
    .crd-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 23px;
    }
    .crd-title-ico {
        display: block;
        margin-right: 20px;
    }
    .crd span {
        padding-bottom: 23px;
    }
    .rate-list div[class^=col-] {
        margin-bottom: 20px;
    }
    .rate-item {
        height: 362px;
    }
    .rate-item-cover {
        height: 270px;
        width: 270px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .rate-item-foot {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .rate-item-head {
        padding: 22px 20px;
    }
    .rate-item-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .rate-item-head-inf {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        padding-right: 15px;
    }
    .rate .h2, .rate h2, .faq .h2, .faq h2 {
        margin-bottom: 33px;
    }
    .crd-list {
        top: 0px;
        margin-top: 0px;
    }
    .hero:before {
        bottom: 400px;
    }
    .hero {
        background: none;
    }
    .rate {
        padding-top: 31px;
        margin-bottom: 20px;
    }
    .btn-faq {
        padding: 25px 60px 25px 70px;
    }
    .btn-faq .icon-brain {
        left: 20px;
    }
    .btn-faq .icon-arw {
        right: 20px;
    }
    .faq {
        margin-bottom: 30px;
    }
    .pre-foot:after {
        display: none;
    }
    .footer .container {
        display: block;
    }
    .footer-rht {
        width: 100%;
    }
    .footer-rht .copy {
        display: none;
    }
    .footer {
        padding: 23px 0 33px 0;
    }
    .footer .cnt {
        display: block;
        margin-bottom: 60px;
    }
    .footer .main-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 23px;
    }
    .footer .cnt-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-lft {
        text-align: center;
        max-width: 100%;
    }
    .footer-lft .copy {
        display: block;
        padding-top: 29px;
    }
    .footer-lft .copy li {
        display: block;
    }
    .footer-lft .copy li + li {
        margin-top: 6px;
    }
    .footer-lft span {
        max-width: 246px;
        margin: 0 auto;
    }
    .feedback {
        padding: 45px 0;
    }
    .feedback-logo {
        margin-bottom: 31px;
    }
    .sample-item {
        min-height: auto;
        padding-top: 83px;
    }
    .sample-item-logo {
        top: 30px;
    }
    .pre-foot {
        padding: 31px 0 33px 0;
    }
    .samples {
        padding-bottom: 20px;
    }
    .accordion .card-body {
        padding: 32px 0px;
    }
    .rate-item.rate-item-ai .rate-item-head {
        display: block;
    }
    .rate-item.rate-item-ai .rate-item-head-inf {
        padding-right: 0;
    }
    .rate-item.rate-item-ai .rate-item-cover {
        width: 210px;
        height: 210px;
    }
    .rate-item.rate-item-ai {
        height: 424px;
    }
    .rate-item.rate-item-ai .rate-item-head {
        padding-top: 252px;
    }
    .btn-toggle {
        display: block;
    }
    .layout-login .logo {
        max-width: 100%;
    }
    .layout-login .container {
        padding-top: 20px;
    }
    .layout-login .logo {
        margin-bottom: 20px;
    }
    .layout-login-inner {
        padding-top: 0;
    }
    .icon-back {
        display: none;
    }
    .layout-login .logo img {
        max-width: 140px;
    }
    .social-block {
        text-align: center;
        margin-top: 30px;
    }
    .footer .cnt .social-block a:last-of-type img {
        margin-right: 1rem;
    }
}
@media (max-width: 360px) {
    .test-it-panel {
        font-size: 14px;
        line-height: 22px;
    }
    h1, .h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2, .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .btn-faq {
        font-size: 18px;
        line-height: 28px;
    }
    .main-nav li {
        padding: 0 10px;
    }
}
.breadcrumb {
    padding: 0;
    margin: 0 0 48px 0;
    background: none;
}
.breadcrumb a {
    color: #007EA7;
    text-decoration: underline;
}
.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #CCDBDC;
}

.breadcrumb-item.active {
    color: #CCDBDC;
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headline h1, .headline .h1, .headline h2, .headline .h2, .headline h3, .headline .h3, .headline h4, .headline .h4, .headline h5, .headline .h5 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
    text-align: left;
}
.headline + .top-text {
    margin-top: -28px;
    margin-bottom: 53px;
}

.headline-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    margin-right: 20px;
}
.headline-icon img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .hero.hero-inner {
        padding-top: 60px;
    }
    .breadcrumb {
        display: none;
    }
    .headline {
        margin-bottom: 31px;
    }
    .hero.hero-inner + main {
        padding-top: 30px;
    }
    .rate-item-caption {
        background-color: #fff;
        border-color: #CCDBDC;
    }
    .headline + .top-text {
        margin-top: -5px;
        margin-bottom: 33px;
    }
    .main-nav li.active a:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .headline h1, .headline .h1, .headline h2, .headline .h2, .headline h3, .headline .h3, .headline h4, .headline .h4, .headline h5, .headline .h5 {
        font-size: 30px;
        line-height: 40px;
    }
    .headline-big {
        display: block;
    }
    .headline-big .headline-icon {
        margin-bottom: 11px;
    }
    .headline-icon {
        max-width: 30px;
    }
    .faq.faq-inner .btn-faq {
        padding: 25px 60px 25px 20px;
    }
    .faq.faq-inner .accordion .card-body {
        padding: 32px 0;
    }
    .rate-list-inner div[class^=col-]:last-child {
        margin-bottom: 0;
    }
}
.blog-post-img {
    height: 100%;
}
.blog-post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    max-width: 100%;
}

.blog-post-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007EA7;
    margin-top: -5px;
    margin-bottom: 7px;
}
.blog-post-head svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.blog-post-head-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
}
.blog-post-head-item:not(:last-child) {
    margin-right: 20px;
}

.blog-post {
    margin-bottom: 60px;
}
.blog-post div[class^=col-]:last-child {
    padding-left: 50px;
}

.blog-post-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    position: relative;
    padding-right: 60px;
}
.blog-post-title svg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-post-title a {
    color: #003249;
}

.blog-post-text {
    padding-right: 60px;
}

.blog-post-list .blog-post {
    margin: 0 0 10px 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.blog-post-list .blog-post-img img {
    border-radius: 5px 0 0 5px;
}
.blog-post-list div[class^=col-] {
    padding: 0;
}
.blog-post-list div[class^=col-]:last-child {
    padding: 26px 30px 24px 30px;
}

@media (max-width: 1199px) {
    .blog-post div[class^=col-]:last-child {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .hero.hero-inner + main {
        padding-bottom: 40px;
    }
    .blog-post {
        margin-left: 0;
        margin-right: 0;
    }
    .blog-post div[class^=col-] {
        padding: 0;
    }
    .blog-post div[class^=col-]:last-child {
        padding: 0;
    }
    .blog-post-img {
        height: 175px;
        margin-bottom: 25px;
    }
    .blog-post {
        margin-bottom: 33px;
    }
    .blog-post-list .blog-post {
        margin-bottom: 20px;
    }
    .blog-post-list .blog-post:last-child {
        margin-bottom: 0;
    }
    .blog-post-list div[class^=col-]:last-child {
        padding: 0 15px 23px 15px;
    }
    .blog-post-img img {
        border-radius: 5px;
    }
    .blog-post-title {
        padding-right: 35px;
    }
    .blog-post-text {
        padding-right: 0;
    }
}
.section {
    background-color: #fff;
    padding: 60px 0;
}
.section .blog-post {
    background: #F1F5F5;
}
.section .blog-post:last-child {
    margin-bottom: 0;
}

.blog-post-wrap {
    max-width: 740px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
}
.blog-post-wrap p {
    margin: 0 0 16px 0;
}
.blog-post-wrap p:last-child {
    margin-bottom: 0;
}
.blog-post-wrap h1, .blog-post-wrap .h1, .blog-post-wrap h2, .blog-post-wrap .h2 {
    text-align: left;
}
.blog-post-wrap h1:first-child, .blog-post-wrap .h1:first-child, .blog-post-wrap h2:first-child, .blog-post-wrap .h2:first-child {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 26px;
}
.blog-post-wrap figure {
    margin: 0 0 33px 0;
}
.blog-post-wrap figure img {
    max-width: 100%;
}
.blog-post-wrap p img {
    max-width: 100%;
    height: auto !important;
}
.blog-post-wrap .blog-post-head {
    margin-bottom: 15px;
}
.blog-post-wrap ol {
    padding: 0 0 0 30px;
}
.blog-post-wrap ol li {
    margin-bottom: 16px;
}
.blog-post-wrap ul {
    padding: 0 0 0 15px;
}
.blog-post-wrap ul li {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 16px;
}
.blog-post-wrap ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #003249;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.blog-post-wrap h3, .blog-post-wrap .h3, .blog-post-wrap h4, .blog-post-wrap .h4, .blog-post-wrap h5, .blog-post-wrap .h5 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 16px 0;
}

@media (max-width: 991px) {
    .blog-post-wrap h1:first-child, .blog-post-wrap .h1:first-child, .blog-post-wrap h2:first-child, .blog-post-wrap .h2:first-child {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .section {
        padding: 40px 0;
    }
}
.contact-wrap {
    max-width: 600px;
}
.contact-wrap .headline {
    margin-bottom: 28px;
}
.contact-wrap .headline + .top-text {
    margin: 0 0 33px 0;
}

.form {
    padding: 23px 30px 19px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 33px;
}
.form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.form div[class^=col-] {
    padding: 0 5px;
    margin-bottom: 10px;
}
.form .form-control {
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form .form-control::-webkit-input-placeholder {
    color: #003249;
    opacity: 1;
}
.form .form-control::-moz-placeholder {
    color: #003249;
    opacity: 1;
}
.form .form-control:-ms-input-placeholder {
    color: #003249;
    opacity: 1;
}
.form .form-control::-ms-input-placeholder {
    color: #003249;
    opacity: 1;
}
.form .form-control::placeholder {
    color: #003249;
    opacity: 1;
}
.form .form-control:focus {
    border-color: var(--color-dark);
}
.form .form-area {
    height: 100px;
}
.form .btn-form {
    margin-top: 20px;
}

.form-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #003249;
    margin-bottom: 23px;
}

@media (max-width: 991px) {
    .contact-wrap {
        max-width: 100%;
    }
    main.has-decor:after {
        display: none;
    }
    .form {
        padding: 23px 15px 20px 15px;
    }
}

.tarifs2 {
    background-color: #e4ebec;
    width: 100%;
    padding: 60px 0px;
}
.tarifs2 .crd {
    min-height: auto;
}
.tarifs2 .rate {
    padding-top: 50px;
    margin-bottom: 0px;
}
.bottom-text {
    width: 100%;
    padding-top: 50px;

}
.bottom-text h2 {
    text-align: left;
    padding-bottom: 10px;
}

.social-block {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
}


.profit-performance__main-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    line-height: 18px;
    justify-content: space-between;
}
.profit-performance__main-item .title {
    display: inline-block;
    color: #81858c;
    font-size: 14px;
    line-height: 22px;
}
.profit-performance__main-item .content {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.r .content {
    text-align: right;
}

.profit-details__process-bar-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #121214;
    margin-bottom: 8px;
}
.profit-details__process-bar {
    width: 100%;
    height: 6px;
    background-color: #d5dae0;
    border-radius: 24px;
    overflow: hidden;
}
.profit-details__process-win-bar {
    position: relative;
    display: block;
    background-color: #20b26c;
    width: 0;
    height: 100%;
    transition: width .2s linear;
}
.profit-details__process-bar-bg {
    margin-bottom: 30px;
    margin-top: 30px;
}
.profit-details__process-bar-title .count {
    margin-left: 4px;
}
.profit-details__list .profit-details__list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
}
.profit-details__list .profit-details__list-item .l {
    color: #81858c;
}





.ant-table-wrapper {
    width: 100%;
    margin-top: 50px;
}
.ant-table-wrapper .ant-table-thead {
    padding: 0 0 4px;
    height: 16px;
    line-height: 16px;
}
.ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: relative;
    font-size: 14px;
    background: #fff;
    border-radius: 2px;
    width: 100%;
}
.ant-table-wrapper .ant-table-thead tr th {
    line-height: 14px;
    align-items: center;
    background: #f5f7fa;
    box-sizing: border-box;
    font-size: 12px;
    color: #adb1b8;
    font-weight: 400;
    padding: 13px 0;
}
.ant-table-wrapper .ant-table-tbody .ant-table-cell:first-child {
    padding-left: 16px;
}
.table-bot-position-wrap .c {
    font-weight: 600;
}
.table-bot-position-wrap .r {
    height: 18px;
    padding: 0 4px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    font-weight: 400;
}
.ant-table-wrapper .ant-table-tbody .ant-table-cell {
    padding: 13px 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #121214;
    border-bottom: .5px solid #e9edf2;
}
.ant-table-wrapper .ant-table-thead th:first-child {
    padding-left: 16px;
}
.ant-table-wrapper .ant-table-thead th:last-child, .ant-table-wrapper .ant-table-thead th:first-child {
    padding-right: 16px;
}
.ant-table-wrapper .ant-table-tbody .ant-table-cell:last-child, .ant-table-wrapper .ant-table-tbody .ant-table-cell:first-child {
    padding-right: 16px;
}


.ant-table-wrapper .ant-pagination {
    margin: 24px 0 !important;
}
.ant-table-pagination {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 8px;
    row-gap: 8px;
}
.ant-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #f7a600;
}
.ant-pagination-item {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ant-pagination, .ant-pagination ol, .ant-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ant-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, .85);
    transition: none;
}
