/* Correct style conflict */

body {
    --main-text-color: #000;
}

.welcome {
    overflow: visible !important;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

.cta__header h2,
.cta__header p {
    color: #fff;
}

.footer__contacts a.contact {
    padding: 0;
}

.video-block__button {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.ctn {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 100%;
    width: 1200px
}

.ctn--full {
    width: 100%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px
}

.row.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.justify-center {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.row.compact {
    margin: 0 -5px
}

.row.compact .col {
    padding: 0 5px
}

.col {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.col-1 {
    width: 8.3333333333%
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-12 {
    width: 100%
}

@media only screen and (min-width: 797px) {
    .col.sm-1 {
        width: 8.3333333333%
    }

    .col.sm-2 {
        width: 16.6666666667%
    }

    .col.sm-3 {
        width: 25%
    }

    .col.sm-4 {
        width: 33.3333333333%
    }

    .col.sm-5 {
        width: 41.6666666667%
    }

    .col.sm-6 {
        width: 50%
    }

    .col.sm-7 {
        width: 58.3333333333%
    }

    .col.sm-8 {
        width: 66.6666666667%
    }

    .col.sm-9 {
        width: 75%
    }

    .col.sm-10 {
        width: 83.3333333333%
    }

    .col.sm-11 {
        width: 91.6666666667%
    }

    .col.sm-12 {
        width: 100%
    }
}

@media only screen and (min-width: 1001px) {
    .col.md-1 {
        width: 8.3333333333%
    }

    .col.md-2 {
        width: 16.6666666667%
    }

    .col.md-3 {
        width: 25%
    }

    .col.md-4 {
        width: 33.3333333333%
    }

    .col.md-5 {
        width: 41.6666666667%
    }

    .col.md-6 {
        width: 50%
    }

    .col.md-7 {
        width: 58.3333333333%
    }

    .col.md-8 {
        width: 66.6666666667%
    }

    .col.md-9 {
        width: 75%
    }

    .col.md-10 {
        width: 83.3333333333%
    }

    .col.md-11 {
        width: 91.6666666667%
    }

    .col.md-12 {
        width: 100%
    }
}

@media only screen and (min-width: 1181px) {
    .col.lg-1 {
        width: 8.3333333333%
    }

    .col.lg-2 {
        width: 16.6666666667%
    }

    .col.lg-3 {
        width: 25%
    }

    .col.lg-4 {
        width: 33.3333333333%
    }

    .col.lg-5 {
        width: 41.6666666667%
    }

    .col.lg-6 {
        width: 50%
    }

    .col.lg-7 {
        width: 58.3333333333%
    }

    .col.lg-8 {
        width: 66.6666666667%
    }

    .col.lg-9 {
        width: 75%
    }

    .col.lg-10 {
        width: 83.3333333333%
    }

    .col.lg-11 {
        width: 91.6666666667%
    }

    .col.lg-12 {
        width: 100%
    }
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 12px 31px;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    color: #2ba373;
    background: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    vertical-align: middle;
    border-radius: 10rem;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    user-select: none;
    gap: 8px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.btn.orange {
    background: #2ba373;
    color: #FFF
}

.btn.orange:hover {
    background: #21b077;
}

.btn.orange:active {
    background: #21b077;
}

.btn.orange.schedule-a-call {
    background: transparent;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px;
    font-size: 20px;
    border: 3px solid #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn.orange.schedule-a-call:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.btn.blue {
    background: #2ba373;
    color: #FFF
}

.btn.blue:hover {
    background: #184CBF
}

.btn.blue:active {
    background: #abc56e
}

.btn.orange-outline {
    background: transparent;
    border: 2px solid #F6961B;
    color: #F6961B
}

.btn.orange-outline:hover {
    background: #F6961B;
    color: #FFF
}

.btn.blue-outline {
    background: transparent;
    border: 2px solid #2ba373;
    color: #2ba373
}

.btn.blue-outline:hover {
    background: #2ba373;
    color: #FFF
}

body {
    background: #FBFCFF;
    color: #2ba373;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 78px
}

@media only screen and (max-width: 1180px) {
    body {
        padding-top: 84px
    }
}

#sprite {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    top: -10px
}

img {
    max-width: 100%;
    border: 0
}

.text--right {
    text-align: right
}

.text--center {
    text-align: center
}

.caret, .icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0
}

.caret {
    width: 11px;
    height: 11px
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    z-index: 99;
    padding: 4px 0;
    background: #FBFCFF
}

.navbar.fixed-nav {
    position: fixed;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06)
}

.navbar .ctn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.navbar__logo a {
    display: block
}

.navbar__logo a img {
    display: block;
    width: auto;
    height: 70px
}

.navbar__menu .mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

.navbar__menu .mainmenu li a {
    color: #2ba373;
    text-decoration: none;
    white-space: nowrap;
    padding: 11px 0;
    display: block
}

.navbar__menu .mainmenu li a:hover {
    color: #2ba373
}

.navbar__menu .mainmenu .dropdown {
    position: relative
}

.navbar__menu .mainmenu .dropdown__menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

.navbar__menu .mainmenu .dropdown__menu ul {
    margin: 0;
    padding: 20px;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    background: #FFF
}

.navbar__menu .mainmenu .dropdown__menu ul li a {
    color: #2ba373;
    text-decoration: none;
    white-space: nowrap
}

.navbar__menu .mainmenu .dropdown__menu ul li a:hover {
    font-weight: 700
}

.navbar__menu .mainmenu .dropdown__toggle {
    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;
    gap: 4px
}

.navbar__menu .mainmenu .dropdown.open .dropdown__toggle {
    color: #2ba373
}

.navbar__menu .mainmenu .dropdown.open .dropdown__menu {
    visibility: visible;
    opacity: 1
}

.navbar__menu__addons {
    display: none
}

.navbar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.navbar__actions .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    background: #F0F3FF;
    color: #abc56e;
    font-size: 18px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 50%;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.navbar__actions .login:hover {
    background: #184CBF;
    color: #FFF
}

.navbar__actions .login:active {
    background: #abc56e;
    color: #FFF
}

.navbar__actions .login .icon {
    display: block
}

.navbar__actions .navbar__toggle {
    display: none
}

@media only screen and (max-width: 1180px) {
    .navbar__menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFF;
        display: none;
        margin-top: 4px;
        -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
        max-height: calc(100vh - 78px);
        overflow-y: auto
    }

    .navbar__menu.opened {
        display: block
    }

    .navbar__menu .mainmenu {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 20px
    }

    .navbar__menu .mainmenu .dropdown {
        text-align: center
    }

    .navbar__menu .mainmenu .dropdown__menu {
        position: static;
        height: 0;
        overflow: hidden
    }

    .navbar__menu .mainmenu .dropdown__menu ul {
        margin: 0;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%
    }

    .navbar__menu .mainmenu .dropdown.open .dropdown__menu {
        height: auto
    }

    .navbar__menu__addons {
        display: block;
        text-align: center
    }

    .navbar__menu__addons .contacts {
        padding-top: 20px
    }

    .navbar__menu__addons .contacts .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 10px
    }

    .navbar__menu__addons .contacts ul {
        margin: 0;
        padding: 0;
        list-style: none;
        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;
        gap: 10px
    }

    .navbar__menu__addons .contacts ul a {
        -webkit-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out
    }

    .navbar__menu__addons .contacts ul a:hover {
        opacity: 0.5
    }

    .navbar__menu__addons .social {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .navbar__menu__addons .social .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 10px
    }

    .navbar__menu__addons .social ul {
        margin: 0;
        padding: 0;
        list-style: none;
        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;
        gap: 15px;
        font-size: 40px;
        line-height: 1
    }

    .navbar__menu__addons .social ul a {
        -webkit-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        color: #2ba373
    }

    .navbar__menu__addons .social ul a:hover {
        color: #184CBF
    }

    .navbar__menu__addons .social ul a:active {
        color: #abc56e
    }

    .navbar__actions .navbar__toggle {
        position: relative;
        display: block;
        padding: 8px;
        color: #2ba373
    }

    .navbar__actions .navbar__toggle:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        content: ""
    }

    .navbar__actions .navbar__toggle .icon {
        display: block;
        width: 24px;
        height: 24px
    }

    .navbar__actions .navbar__toggle:hover {
        color: #2ba373
    }

    .navbar__actions .btn.blue {
        display: none
    }
}

.section {
    padding: 75px 0
}

.section__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    margin: 0 0 50px
}

@media only screen and (max-width: 796px) {
    .section {
        padding: 30px 10px
    }
}

.welcome {
    overflow: hidden
}

.welcome .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.welcome__text h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    margin: 0 0 20px
}

.welcome__text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 50px;
    color: #000;
}

.welcome__img {
    text-align: center
}

.welcome__img img {
    display: block;
    width: 100%;
    margin-bottom: 40px
}

.welcome__img .btn {
    margin-bottom: 8px
}

.welcome__img .btn-helper {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #9CACD2
}

.welcome__img .welcome__addons {
    display: none
}

.welcome__addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.welcome__addons .addon {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 20px;
    gap: 10px
}

.welcome__addons .addon__icon {
    width: 62px;
    height: 62px;
    background: #2ba373;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.welcome__addons .addon__icon .icon {
    display: block;
    width: 40px;
    height: 40px
}

.welcome__addons .addon__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%
}

@media only screen and (max-width: 796px) {
    .welcome {
        padding-top: 30px
    }

    .welcome__text h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 110%
    }

    .welcome__addons {
        display: none
    }

    .welcome__img .btn {
        width: 100%
    }

    .welcome__img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .welcome__img .welcome__addons {
        display: block;
        padding-top: 30px
    }

    .welcome__img .welcome__addons .addon {
        width: 100%
    }
}

.features .col {
    padding-bottom: 20px
}

.features .item {
    height: 100%;
    background: #2ba373;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 30px;
    color: #FFF
}

.features .item__header {
    padding-bottom: 75px
}

.features .item__header .icon {
    display: block;
    width: 40px;
    height: 40px
}

.features .item__body .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px
}

.features .item__body .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%
}

.why .section__title {
    text-align: left
}

.why .item {
    padding-left: 20px;
    padding-bottom: 20px
}

.why .item__header {
    font-size: 20px;
    color: #2ba373;
    margin-bottom: 15px
}

.why .item__body {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%
}

.why .item__body span {
    color: #2ba373
}

.why .item.last {
    padding-top: 52px
}

@media only screen and (max-width: 796px) {
    .why {
        text-align: center
    }

    .why .section__title {
        text-align: center
    }

    .why .item {
        padding-left: 0
    }

    .why .item.last {
        padding-top: 30px
    }

    .why .item.last .btn {
        width: 100%
    }
}

.reports .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reports .table__wrapper {
    max-width: 100%;
    overflow: auto
}

.reports table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #D3DDF3;
    border-radius: 20px
}

.reports table td, .reports table th {
    text-align: center;
    padding: 20px
}

.reports table td:first-child, .reports table th:first-child {
    text-align: left
}

.reports table td:last-child, .reports table th:last-child {
    text-align: right
}

.reports table th {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%
}

.reports table td {
    border-bottom: 1px solid #D3DDF3;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%
}

.reports table td:first-child {
    font-weight: 500
}

.reports table td strong {
    color: #2ba373
}

.reports table tr:last-child td {
    border-bottom: 0
}

.reports table thead th {
    background: #2ba373;
    color: #FFF
}

.reports table thead th:first-child {
    border-radius: 20px 0 0 0
}

.reports table thead th:last-child {
    border-radius: 0 20px 0 0
}

.plans .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.plans .row .col {
    padding-bottom: 20px
}

.plans .item {
    position: relative;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #2ba373;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-align: center;
    padding: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plans .item:hover {
    border-color: #2ba373
}

.plans .item .item__label {
    text-align: left
}

.plans .item .item__label span {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 50px;
    background: #2ba373;
    color: #000000
}

.plans .item .item__icon {
    padding: 15px 0 0;
    color: #2ba373
}

.plans .item .item__icon .icon {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto
}

.plans .item .item__tite {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    padding: 10px 0
}

.plans .item .item__info {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #9CACD2
}

.plans .item .item__info span {
    display: block;
    padding: 5px
}

.plans .item .item__price {
    padding: 10px 0 20px;
    color: #2ba373;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%
}

.plans .item .item__price span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #2ba373
}

.plans .item .btn {
    margin-bottom: 10px;
    width: 100%
}

.plans .item.accent {
    border: 2px solid #F6961B;
    background: #FFF6EA
}

.plans .item.accent:hover {
    border-color: #c6750d
}

.plans .item.accent .item__helper {
    position: absolute;
    display: block;
    width: 116px;
    bottom: 0;
    left: 50%;
    font-weight: 700;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 6px 0;
    border-radius: 50px;
    background: #F6961B;
    color: #FFF;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.plans .item.accent .item__label span {
    background: #2ba373;
    color: #000000;
}

.plans .item.accent .item__icon, .plans .item.accent .item__price {
    color: #2ba373;
}

.services .col {
    padding-bottom: 20px
}

.services .item {
    background: #FFF;
    border: 0.5px solid #2ba373;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.services .item .item__icon {
    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: #2ba373;
    border-radius: 14px;
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    color: #2ba373
}

.services .item .item__icon .icon {
    display: block;
    width: 32px;
    height: 32px
}

.services .item .item__title {
    color: #2ba373;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%
}

.services .item .item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%
}

.services .item.last {
    background: #2ba373;
    color: #FFF;
    text-decoration: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border: 0
}

.services .item.last .item__title {
    color: #FFF
}

.services .item.last:hover {
    background: #29bd82;
}

.services .item.last:active {
    background: #abc56e
}

.stats__panel {
    text-align: center;
    background: #FFF;
    border: 0.5px solid #D3DDF3;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    margin-bottom: 50px
}

.stats__panel .panel__header {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding: 30px 20px
}

.stats__panel .panel__header .text {
    margin-bottom: 15px
}

.stats__panel .panel__header .text span {
    color: #2ba373
}

.stats__panel .panel__item {
    position: relative;
    height: 100%;
    padding: 20px 30px
}

.stats__panel .panel__item:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 46px;
    background: #d3ddf3;
    top: 50%;
    margin-top: -23px;
    left: -1px
}

.stats__panel .panel__item .count {
    font-weight: 500;
    font-size: 44px;
    line-height: 140%
}

.stats__panel .panel__item .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%
}

.stats__footer {
    text-align: center
}

.reviews .review {
    display: block;
    text-align: center;
    padding: 0 130px
}

.reviews .review .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%
}

.reviews .review .author {
    padding-top: 40px
}

.reviews .review .author .avatar {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 10px
}

.reviews .review .author .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.reviews .review .author .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #2ba373
}

.reviews .review .author .company {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%
}

@media only screen and (max-width: 796px) {
    .reviews .review {
        padding: 0 40px
    }
}

.reviews .owl-nav button.owl-next, .reviews .owl-nav button.owl-prev {
    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;
    position: absolute;
    top: 50%;
    line-height: 1;
    color: #fff;
    background: #2ba373;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: -24px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

.reviews .owl-nav button.owl-next .caret, .reviews .owl-nav button.owl-prev .caret {
    display: block;
    width: 20px;
    height: 20px
}

.reviews .owl-nav button.owl-next:hover, .reviews .owl-nav button.owl-prev:hover {
    background: #2ba373;
    color: #FFF
}

.reviews .owl-nav button.owl-next:active, .reviews .owl-nav button.owl-prev:active {
    background: #abc56e;
    color: #FFF
}

@media only screen and (max-width: 796px) {
    .reviews .owl-nav button.owl-next, .reviews .owl-nav button.owl-prev {
        width: 32px;
        height: 32px
    }
}

.reviews .owl-nav button.owl-next {
    right: 0px
}

@media only screen and (max-width: 796px) {
    .reviews .owl-nav button.owl-next {
        right: -10px
    }
}

.reviews .owl-nav button.owl-next .caret {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -3px
}

.reviews .owl-nav button.owl-prev {
    left: 0px
}

@media only screen and (max-width: 796px) {
    .reviews .owl-nav button.owl-prev {
        left: -10px
    }
}

.reviews .owl-nav button.owl-prev .caret {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -3px
}

.cta__wraper {
    background: #2ba373;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
    border-radius: 40px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 150px 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cta .cta__button, .cta .cta__header {
    width: 300px
}

.cta .cta__button h2, .cta .cta__header h2 {
    text-align: left;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    margin: 0 0 30px
}

.cta .cta__button p, .cta .cta__header p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 20px
}

.cta .cta__arrow {
    width: 220px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

@media only screen and (max-width: 1000px) {
    .cta__wraper {
        display: block;
        text-align: center
    }

    .cta .cta__arrow {
        display: none
    }

    .cta .cta__button, .cta .cta__header {
        width: auto
    }
}

@media only screen and (max-width: 796px) {
    .cta__wraper {
        padding: 40px
    }

    .cta .cta__header h2 {
        font-size: 26px;
        line-height: 110%
    }
}

.faq {
    padding-left: 20px;
    padding-right: 20px
}

.faq__accordion {
    border-bottom: 1px solid #B9C6E2
}

@media only screen and (max-width: 796px) {
    .faq__accordion {
        margin: 0 -12px
    }
}

.faq__accordion .item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    padding: 10px 0;
    border-top: 1px solid #B9C6E2
}

.faq__accordion .item__header .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.faq__accordion .item__header .caret {
    display: block;
    width: 46px;
    height: 46px;
    fill: #2ba373;
    stroke: #fff;
    padding: 10px 13px 16px;
    background: #2ba373;
    border-radius: 50%
}

@media only screen and (max-width: 796px) {
    .faq__accordion .item__header {
        gap: 8px
    }

    .faq__accordion .item__header .title {
        font-size: 14px;
        line-height: 20px
    }
}

.faq__accordion .item__body {
    overflow: hidden;
    height: 0
}

.faq__accordion .item__body .content {
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-top: 1px solid #B9C6E2;
    padding: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%
}

.faq__accordion .item.open .item__header .caret {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__accordion .item.open .item__body {
    height: auto
}

.faq__accordion .item.open .item__body .content {
    opacity: 1
}

.footer__wraper {
    border-top: 1px solid #B9C6E2
}

.footer__images {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    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
}

.footer__images li {
    padding: 15px
}

.footer__nav {
    padding: 30px 0
}

.footer__menu {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%
}

.footer__menu li {
    padding: 5px 0
}

.footer__menu li.title {
    font-weight: 700
}

.footer__menu li.title .caret {
    display: none
}

.footer__menu li a {
    color: #2ba373;
    text-decoration: none
}

.footer__menu li a:hover {
    color: #2ba373
}

.footer__menu li a:active {
    color: #184CBF
}

@media only screen and (max-width: 796px) {
    .footer__menu li {
        display: none
    }

    .footer__menu li.title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__menu li.title span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .footer__menu li.title .caret {
        display: block;
        width: 16px;
        height: 16px;
        fill: #2ba373;
        stroke: #2ba373
    }

    .footer__menu.open li {
        display: block
    }

    .footer__menu.open li.title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__menu.open li.title .caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.footer__subscibe p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 20px
}

.footer__subscibe p span {
    color: #2ba373
}

.footer__subscibe .form__group {
    position: relative;
    margin-bottom: 30px
}

.footer__subscibe .form__group input {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    border: 1px solid #D3DDF3;
    background: #FBFCFF;
    border-radius: 8px;
    padding: 13px 45px 13px 15px
}

.footer__subscibe .form__group button {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 36px;
    height: 36px;
    background: #2ba373;
    color: #FFF;
    border: 0;
    z-index: 2;
    border-radius: 50%;
    margin-top: -18px
}

.footer__subscibe .form__group button .caret {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -2px
}

.footer__contacts .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px
}

.footer__contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.footer__contacts ul a {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.footer__contacts ul a:hover {
    opacity: 0.5
}

@media only screen and (max-width: 796px) {
    .footer__contacts {
        text-align: center
    }

    .footer__contacts ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__social {
    margin-bottom: 15px
}

.footer__social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    gap: 15px;
    font-size: 40px;
    line-height: 1
}

.footer__social ul a {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    color: #2ba373
}

.footer__social ul a:hover {
    color: #184CBF
}

.footer__social ul a:active {
    color: #abc56e
}

.footer__copyrights {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #9CACD2;
    margin-bottom: 30px
}

.footer__methods {
    padding: 15px 0;
    font-size: 0
}

.footer__methods .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 796px) {
    .footer__methods .col {
        display: none
    }

    .footer__methods .col:first-child {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 796px) {
    .footer__images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__images li {
        max-width: 30%
    }
}