*, .tab-content, .tabs__contact {
    -webkit-box-sizing: border-box
}

.header__langs, ul {
    list-style: none
}

a, p {
    word-wrap: break-word
}

a, button {
    color: inherit
}

.button:hover, button:hover {
    cursor: pointer
}

.text-center, .wp-caption {
    text-align: center
}

.button, .wpcf7-submit {
    text-decoration: none;
    -o-transition: .5s
}

.button, .wpcf7-submit, a {
    text-decoration: none
}

* {
    box-sizing: border-box
}

a:focus, button:focus, input:focus, textarea:focus {
    outline: 0
}

.input-checkbox, input.text, input[type=button], input[type=submit], input[type=text] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    font-size: inherit;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    letter-spacing: inherit;
    font-family: inherit
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption.alignleft, .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.align-center, .justify-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.text ul li, body {
    font-size: 18px;
    line-height: 21px
}

body {
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: #000
}

.bold, .button, .heading, b, h1, strong {
    font-weight: 700
}

.text ul li {
    position: relative;
    padding-left: 20px;
    margin: 15px 0;
    color: #828282
}

.color-primary, h1 {
    color: #176291
}

.text ul li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #176291;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

h1 {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 28px
}

img {
    max-width: 100%;
    height: auto
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right
}

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

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

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

.button, .pagination, .wpcf7-submit {
    display: -webkit-box
}

.color-red {
    color: red
}

.button {
    border: none;
    background-color: #176291;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    height: 52px;
    padding: 0 25px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    -webkit-transition: .5s;
    transition: .5s
}

.btn, .wpcf7-submit {
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    text-align: center
}

.button:hover {
    background-color: #000
}

.heading {
    margin: 40px 0;
    font-size: 24px;
    line-height: 28px;
    color: #176291
}

.spacer {
    margin: 25px 0;
    display: block;
    height: 1px;
    background-color: #e6e6e6;
    width: 100%
}

.container--duo, .container--trio, .duo-col {
    display: grid;
    grid-gap: 25px
}

html {
    scroll-behavior: smooth
}

.container {
    margin: auto;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px
}

.container--duo {
    grid-template-columns:repeat(2, 1fr)
}

@media only screen and (max-width: 768px) {
    .container--duo {
        grid-template-columns:1fr
    }
}

.container--trio {
    grid-template-columns:repeat(3, 1fr)
}

@media only screen and (max-width: 1024px) {
    .container--trio {
        grid-template-columns:1fr
    }
}

.duo-col {
    grid-template-columns:repeat(2, 1fr)
}

.pagination, .wpcf7-submit {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.main {
    padding-top: 134px
}

@media only screen and (max-width: 1024px) {
    .main {
        padding-top: 84px
    }
}

.error404 .page-header__title {
    text-align: center
}

.error404 .page-content .button {
    width: 345px;
    margin: auto
}

.btn {
    padding: 14px 36px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    background: #176291;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    border: none
}

.btn--margin {
    margin: 40px 0
}

.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(160, 160, 160, .48);
    padding: 15px;
    margin: 10px 0;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #176291
}

.header__langs, .wpcf7-submit {
    font-weight: 700;
    text-transform: uppercase
}

.wpcf7-textarea {
    height: 180px
}

.wpcf7-submit {
    border: none;
    background-color: #176291;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    height: 52px;
    padding: 0 25px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 230px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    -webkit-transition: .5s;
    transition: .5s
}

.wpcf7-submit:hover {
    cursor: pointer;
    background-color: #000
}

.pagination {
    margin-top: 40px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .container, .header__main__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.pagination .page-numbers {
    margin: 0 5px
}

.pagination .current {
    color: #176291
}

.anchor {
    position: absolute;
    margin-top: -130px
}

.cookies-btn {
    background: #fff;
    color: #000;
    padding: 5px 15px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    padding: 35px 0 0;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media only screen and (max-width: 1024px) {
    .header {
        padding: 20px 0;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
        box-shadow: 0 0 20px rgba(0, 0, 0, .05)
    }
}

.header--fixed {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

.header .container {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    margin-right: 55px
}

.header__logo img {
    margin-top: -25px;
    max-width: 160px
}

.header__main__top {
    padding-bottom: 15px;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #efeff2
}

.header__langs, .header__main__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.header__main__bottom {
    padding-top: 20px;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 1024px) {
    .header__logo {
        margin-right: 0
    }
    .header__logo img {
        margin-top: 0;
        height: 40px
    }
    .header__main__bottom {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        padding: 60px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
        box-shadow: 0 0 25px rgba(0, 0, 0, .15);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
    .header__phone {
        display: none
    }
}

.header__phone {
    margin-right: 40px;
    color: #186790;
    font-size: 15px
}

.header__langs {
    font-size: 15px;
    line-height: 17px;
    color: #176291;
    display: flex
}

.header__langs .lang-item {
    margin-left: 10px;
    opacity: .8
}

.header__langs .current-lang {
    opacity: 1
}

.header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .header__langs {
        position: fixed;
        right: 85px;
        top: 32px
    }
    .header__menu {
        height: 90%;
        width: 100%;
        overflow-y: scroll;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 60px
    }
}

.header__menu .menu-item {
    padding-bottom: 25px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
    color: #7b7b7b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media only screen and (max-width: 1024px) {
    .header__menu .menu-item {
        margin: 10px 0;
        font-size: 14px;
        color: #000;
        text-align: center
    }
}

.header__menu .menu-item:hover {
    color: #176291
}

.header__menu .menu-item-has-children {
    position: relative;
    padding-right: 15px
}

@media only screen and (max-width: 1024px) {
    .header__menu .menu-item-has-children {
        position: static;
        padding-right: 0
    }
    .header__menu .menu-item-has-children::after {
        display: none
    }
}

.header__menu .menu-item-has-children::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #176291
}

.header__menu .sub-menu {
    display: none;
    position: absolute;
    padding-top: 25px;
    min-width: 120px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 50
}

.footer__socialmedia, .header__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media only screen and (max-width: 1024px) {
    .header__menu .sub-menu {
        position: inherit;
        background: #fff;
        padding-top: 0;
        margin-top: 15px;
        width: 100%;
        left: 0;
        border: 1px solid #eee
    }
}

.header__menu .sub-menu .menu-item {
    margin-left: 0;
    padding: 5px 10px;
    font-size: 12px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.header__menu .sub-menu .menu-item:hover {
    color: #fff;
    background-color: #176291
}

.header__contact {
    margin-top: -10px;
    margin-left: 25px;
    background-color: #3dd585;
    color: #fff;
    border: none;
    height: 38px;
    width: 140px;
    display: flex;
    -webkit-box-pack: safe center;
    -webkit-justify-content: safe center;
    -ms-flex-pack: safe center;
    justify-content: safe center;
    -webkit-box-align: safe center;
    -webkit-align-items: safe center;
    -ms-flex-align: safe center;
    align-items: safe center
}

.header__contact:hover {
    opacity: .8
}

.header__menu-toggle {
    display: none;
    position: fixed;
    z-index: 6000;
    top: 18px;
    right: 20px
}

@media only screen and (max-width: 1024px) {
    .header__menu .sub-menu .menu-item {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header__contact {
        margin-left: 0;
        margin-top: 25px
    }
    .header__menu-toggle {
        display: block
    }
}

.header__menu-toggle span {
    display: block;
    margin: 10px 0;
    width: 40px;
    height: 2px;
    background-color: #176291;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.nav-active .header__main__bottom {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-active .header__menu-toggle span {
    background-color: #000
}

.nav-active .header__menu-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px)
}

.nav-active .header__menu-toggle span:nth-child(2) {
    opacity: 0
}

.nav-active .header__menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(9px, -9px);
    -ms-transform: rotate(-45deg) translate(9px, -9px);
    transform: rotate(-45deg) translate(9px, -9px)
}

.fixed-form-button {
    z-index: 590;
    position: fixed;
    top: 45%;
    right: 0;
    border: none;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #3dd585;
    padding: 10px 100px 10px 40px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(-90deg) translateY(90px);
    -ms-transform: rotate(-90deg) translateY(90px);
    transform: rotate(-90deg) translateY(90px)
}

@media only screen and (max-width: 1024px) {
    .fixed-form-button {
        top: 84px;
        right: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        padding: 8px 25px;
        font-size: 14px;
        -webkit-transform: rotate(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }
}

.fixed-form-button b {
    display: block
}

.fixed-form-button img {
    position: absolute;
    right: -15px;
    top: calc(50% - 43px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fixed-form-button:hover img {
    -webkit-transform: rotate(90deg) translateY(5px);
    -ms-transform: rotate(90deg) translateY(5px);
    transform: rotate(90deg) translateY(5px)
}

.fixed-form {
    z-index: 9000;
    max-width: 360px;
    max-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #175c8e;
    padding: 30px 30px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media screen and (max-height: 700px) {
    .fixed-form {
        overflow-y: scroll
    }
}

@media only screen and (max-width: 1024px) {
    .fixed-form-button img {
        display: none
    }
    .fixed-form {
        top: 0;
        max-width: 100%;
        height: 100%;
        overflow-y: scroll
    }
}

.fixed-form__close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background: 0 0;
    font-size: 28px
}

.fixed-form h4 {
    margin: 5px 0 25px;
    text-align: center;
    font-weight: inherit;
    font-size: 16px
}

.fixed-form .wpcf7-text, .fixed-form .wpcf7-textarea {
    margin: 5px 0;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px
}

.fixed-form .wpcf7-textarea {
    height: 120px
}

.fixed-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    font-size: 10px;
    line-height: 1.4
}

.fixed-form .wpcf7-submit {
    display: block;
    margin: 15px auto 0;
    background-color: #3dd585;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer {
    padding: 80px 0 60px;
    background-color: #e6e6e6
}

@media only screen and (max-width: 768px) {
    .duo-col {
        grid-template-columns:1fr
    }
    .footer {
        padding: 30px 0
    }
}

.footer__main {
    display: grid;
    grid-template-columns:3fr repeat(3, 2fr);
    grid-gap: 40px
}

@media only screen and (max-width: 1024px) {
    .footer__main {
        grid-template-columns:1fr 1fr
    }
}

.footer__main h5 {
    font-size: 18px;
    margin: 0 0 15px;
    color: #176291
}

@media only screen and (max-width: 768px) {
    .footer__main {
        grid-template-columns:1fr
    }
    .footer__main h5 {
        font-size: 22px
    }
    .footer__main p {
        font-size: 18px
    }
}

.funding, .funding p {
    font-size: 12px;
    line-height: 14px
}

.footer__bottom {
    margin-top: 20px;
    display: grid;
    grid-template-columns:3fr repeat(2, 3fr);
    grid-gap: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__socialmedia {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .footer__bottom {
        grid-template-columns:1fr
    }
    .footer__socialmedia {
        justify-self: flex-start
    }
}

.footer__socialmedia strong {
    margin-right: 10px;
    color: #176291
}

.footer__socialmedia div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__socialmedia div a {
    margin: 0 10px
}

.footer__socialmedia div img {
    width: 35px;
    height: 35px
}

.footer__socialmedia div img:hover {
    opacity: .7
}

.funding {
    padding: 30px 0;
    text-align: center
}

.page-content {
    padding-bottom: 80px
}

.text-before-slider {
    padding: 0px 0 0px
}

.hero {
    padding-bottom: 60px
}

.hero__slider__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 62vh
}

.hero .tns-outer {
    position: relative
}

.hero .tns-nav {
    position: absolute;
    left: calc(((100vw - 1240px) / 2) + 180px);
    bottom: -40px
}

@media only screen and (max-width: 1024px) {
    .band-image, .footer-logo {
        display: none
    }
    .hero .tns-nav {
        left: 100px
    }
}

.hero .tns-nav button {
    margin: 0 15px;
    width: 10px;
    height: 10px;
    background-color: #176291;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
    padding: 0;
    opacity: .7
}

.hero .tns-nav .tns-nav-active {
    opacity: 1
}

.hero .container {
    position: relative
}

.hero__product {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 35vw
}

.after-slider-title {
    margin: 80px 0 0 90px;
    font-weight: 700;
    font-size: 62px;
    line-height: 71px;
    color: #176291
}

@media only screen and (max-width: 1024px) {
    .hero__product {
        max-width: 40vw
    }
    .after-slider-title {
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .footer__socialmedia {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .hero .tns-nav {
        left: 20px
    }
    .hero__product {
        bottom: inherit;
        top: 25vw
    }
    .after-slider-title {
        font-size: 42px;
        line-height: 1.4
    }
}

.after-slider-subtitle {
    margin: 25px 0 40px 85px;
    font-weight: 300;
    font-size: 32px;
    line-height: 37px
}

@media only screen and (max-width: 1024px) {
    .after-slider-subtitle {
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .after-slider-subtitle {
        margin: 15px 0 25px;
        font-size: 28px;
        line-height: 1.4
    }
}

.about p, .about__features__item__title {
    font-size: 18px;
    line-height: 21px
}

.founder {
    background-color: #f8f8f8
}

.founder .container {
    padding: 40px 20px;
    min-height: 56vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.founder__image {
    width: 215px;
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    margin-right: 80px
}

.about {
    background-image: url(../img/about-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    color: #fff;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .founder .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .founder__image {
        margin-right: 0
    }
    .about p {
        text-align: left
    }
    .about {
        padding: 60px 0
    }
}

.about__features {
    margin: 80px 0 60px;
    display: grid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__features__item {
    border-bottom: 2px solid #7ac3f0;
    width: 140px
}

@media only screen and (max-width: 768px) {
    .about__features {
        margin: 40px 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .about__features__item {
        margin: 25px 0
    }
}

.about__features__item__img {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.about__features__item__title {
    margin: 20px 0;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 65px
}

.features {
    padding: 40px 0 90px
}

.features__grid {
    margin: 60px 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px
}

.features__grid__item {
    position: relative;
    border: 1px solid #176291;
    margin-left: 40px;
    padding: 25px 40px 25px 60px
}

.features__grid__item__icon {
    position: absolute;
    top: calc(50% - 60px);
    left: -40px;
    width: 80px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff;
    padding: 20px 0
}

.features__grid__item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #176291
}

.features__grid__item p {
    color: #176291;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px
}

.cta p, .package__card p {
    font-size: 24px;
    text-align: center
}

.telecare {
    margin-bottom: 60px
}

.telecare .heading {
    margin-top: 0
}

.cta {
    background-color: #176291;
    padding: 25px 0
}

.cta p {
    line-height: 32px;
    color: #fff
}

.package {
    padding: 80px 0;
    background: #f3f3f3
}

.package__card {
    margin: auto;
    width: 80%;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(23, 98, 144, .2);
    box-shadow: 0 0 35px rgba(23, 98, 144, .2);
    padding: 40px 15px 25px;
    text-align: center
}

.package__card img {
    width: 116px
}

.package__card p {
    font-weight: 300;
    line-height: 28px;
    color: #828282
}

.platform h3, .why .duo-col ul {
    font-weight: 700
}

.platform {
    padding: 80px 0
}

.platform .container > img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 1024px) {
    .features__grid {
        grid-template-columns:1fr
    }
    .platform .container > img {
        justify-self: center
    }
}

.quote__text, .tabs__contact {
    -webkit-box-direction: normal;
    -webkit-flex-direction: column
}

.platform__icon {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.platform h3 {
    font-size: 20px;
    line-height: 23px;
    color: #176291;
    min-height: 70px
}

.platform .button {
    margin-top: 20px
}

.autonomy {
    padding: 25px 0 40px;
    background-color: #f3f3f3;
    text-align: center;
    color: #828282
}

@media only screen and (max-width: 768px) {
    .autonomy .container > p {
        text-align: left !important
    }
}

.autonomy .duo-col {
    margin-top: 60px;
    color: #000
}

.baner_buy {
    background-color: #176291;
    color: #fff;
    text-align: center;
    padding: 0 0
}

.learn {
    background-color: #176291;
    color: #fff;
    text-align: center;
    padding: 15px 0
}

.learn p {
    font-size: 32px;
    line-height: 1.5
}

@media only screen and (max-width: 1024px) {
    .platform h3 {
        min-height: inherit
    }
    .learn p {
        font-size: 24px
    }
}

.why {
    padding: 25px 0 60px
}

.why__subheading {
    margin: auto;
    max-width: 900px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000
}

.why .duo-col {
    margin-top: 40px;
    grid-gap: 70px
}

.why .duo-col p {
    font-size: 18px;
    line-height: 27px;
    color: #828282
}

.why .duo-col p:first-child {
    margin-top: 0
}

.why .button {
    margin-top: 25px;
    font-size: 15px;
    padding: 0 5px
}

.effectiveness {
    padding: 35px 0 100px
}

.effectiveness .tns-outer {
    position: relative;
    padding: 0 40px !important
}

.effectiveness .tns-controls button {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    border: none;
    font-size: 32px;
    color: #176291
}

.effectiveness .tns-controls button:first-child {
    left: -45px
}

.effectiveness .tns-controls button:last-child {
    right: -45px
}

@media screen and (max-width: 1320px) {
    .effectiveness .tns-controls button:first-child {
        left: -5px
    }
    .effectiveness .tns-controls button:last-child {
        right: -5px
    }
}

.effectiveness__grid {
    margin: 60px 0
}

.effectiveness__card__inner {
    background: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    padding: 50px 25px 35px;
    min-height: 605px
}

@media only screen and (max-width: 768px) {
    .why__subheading {
        text-align: left
    }
    .effectiveness__card__inner {
        min-height: inherit
    }
}

.effectiveness__card img {
    margin: auto;
    display: block;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.tabs__contact, .tabs__contact .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.effectiveness__card__title {
    margin: 40px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase
}

.effectiveness__card p {
    text-align: justify;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #176291
}

.effectiveness__card p strong {
    color: red
}

.tabs {
    padding: 100px 0;
    background: #e9e9e9
}

.tabs__contact {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 35px;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1200px) {
    .tabs__contact {
        padding: 35px 25px
    }
}

.tabs__contact__title {
    margin: 15px 0 25px;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #175c8e
}

.tabs__contact .person-box p, .tabs__contact__text p {
    font-size: 14px;
    line-height: 1.6
}

.tabs__contact__text {
    letter-spacing: .04em;
    font-weight: 300
}

.tabs__contact .person-box {
    display: grid;
    grid-template-columns:90px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__contact .person-box img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.tabs__contact .btn {
    margin: 10px auto 15px;
    width: 240px;
    height: 41px;
    background-color: #3dd585;
    color: #fff;
    border: none;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px
}

.logos__slider__item__inner, .tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.tabs-nav {
    margin-bottom: 35px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-nav__item {
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 25px 12px;
    border: none
}

.tabs-nav__item--active {
    color: #fff;
    background-color: #176291
}

.tab-wrapper {
    display: none
}

.tabs-content-grid {
    display: grid;
    grid-template-columns:65% calc(35% - 25px);
    grid-gap: 25px
}

.tab-content {
    min-height: 250px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 35px
}

.tab-content p {
    font-size: 14px;
    line-height: 1.6
}

@media screen and (max-width: 1200px) {
    .tab-content {
        padding: 35px 25px
    }
}

@media only screen and (max-width: 1024px) {
    .tabs__contact .btn {
        margin-top: 25px
    }
    .tabs-nav {
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tabs-nav__item {
        margin: 5px
    }
    .tabs-content-grid {
        grid-template-columns:100%
    }
    .tab-content {
        min-height: inherit
    }
}

.tab-content__title {
    margin: 5px 0;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #175c8e
}

.tab-content__text {
    color: #707070;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: justify
}

.testimonials {
    margin-top: 25px
}

.testimonials .tns-outer {
    position: relative
}

.testimonials .tns-outer > button {
    display: none
}

.testimonials .tns-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px
}

@media only screen and (max-width: 1024px) {
    .testimonials {
        margin-bottom: 60px
    }
    .testimonials .tns-nav {
        left: 0
    }
}

.testimonials .tns-nav button {
    margin: 0 15px;
    width: 10px;
    height: 10px;
    background-color: #176291;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
    padding: 0;
    opacity: .7
}

.testimonials .tns-nav .tns-nav-active {
    opacity: 1
}

.testimonial__inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 35px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
    color: #707070;
    font-weight: 300;
    min-height: 225px
}

@media screen and (max-width: 1200px) {
    .testimonial__inner {
        padding: 35px 25px
    }
}

.statistics {
    padding-bottom: 40px;
    text-align: center
}

.statistics__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #175c8e
}

.statistics .counter {
    font-weight: 700;
    font-size: 80px;
    line-height: 120px;
    color: #175c8e
}

@media only screen and (max-width: 1024px) {
    .testimonial__inner {
        min-height: inherit
    }
    .statistics .counter {
        line-height: 1.2;
        font-size: 42px
    }
}

.statistics .counter-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px
}

.europe {
    position: relative;
    height: 800px;
    text-align: center
}

.europe p {
    margin: 70px 0;
    font-size: 18px
}

.europe .europe-map {
    display: block;
    position: absolute;
    left: calc(50% - 268px)
}

@media only screen and (max-width: 768px) {
    .europe {
        height: inherit;
        padding-bottom: 80px
    }
    .europe .europe-map {
        position: inherit
    }
    .europe .europe-init {
        display: none
    }
}

.accordions {
    margin-top: 40px
}

.accordion {
    margin-top: -1px;
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c
}

.accordion__title {
    position: relative;
    padding: 10px 0;
    border: none;
    width: 100%;
    background-color: transparent;
    text-align: left;
    font-size: 20px;
    line-height: 60px;
    color: #7c7c7c
}

.accordion__title::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 28px;
    font-weight: lighter;
    width: 20px;
    text-align: center
}

.accordion__title--active::after {
    content: '-'
}

.accordion__content {
    display: none;
    color: #7b7b7b
}

.accordion__content h4 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 23px;
    color: #176291
}

.home-media {
    padding-top: 60px !important;
    background: #f3f3f3
}

.logos {
    padding: 40px 0 0;
    text-align: center
}

.logos .tns-outer {
    position: relative;
    padding: 0 40px !important
}

.logos .tns-controls button {
    width: 11px;
    height: 19px;
    background-image: url(../img/arroww.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    position: absolute;
    top: calc(50% - 39px)
}

.logos .tns-controls button:first-child {
    left: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.logos .tns-controls button:last-child {
    right: 0
}

.logos__slider {
    margin-bottom: 30px
}

.logos__slider__item {
    height: 120px
}

.logos__slider__item__inner {
    padding: 0 25px;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logos__slider__item__inner img {
    -webkit-filter: grayscale(100%) opacity(45%);
    filter: grayscale(100%) opacity(45%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.logos__slider__item__inner img:hover {
    -webkit-filter: none;
    filter: none
}

.before-footer {
    padding: 5px 0 40px
}

.before-footer p {
    font-size: 12px;
    line-height: 24px
}

.before-footer__left {
    padding-top: 103px
}

.before-footer__img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.quote {
    background-color: #f8f8f8;
    padding: 80px 0
}

.quote__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .quote__container {
        display: block
    }
    .quote__image {
        text-align: center
    }
}

.article-text article, .quote__text {
    text-align: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical
}

.quote__image img {
    width: 220px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 200px;
    border-radius: 200px
}

.quote__text {
    width: 80%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quote__text .span-quote {
    padding-left: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px
}

@media only screen and (max-width: 768px) {
    .quote__text {
        margin-top: 25px;
        display: block;
        width: 100%
    }
    .quote__text .span-quote {
        display: block;
        margin-top: 25px;
        padding-left: 0
    }
}

.quote__text .span-quote--owner {
    font-size: 20px;
    line-height: 23px
}

.article-text {
    padding: 82px
}

@media only screen and (max-width: 768px) {
    .article-text {
        padding: 60px 0
    }
}

.article-text header {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291;
    padding-bottom: 48px
}

.article-text article {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.certificate, .certificate__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal
}

.article-text article span {
    padding-bottom: 20px
}

.article-text--certificate {
    background: #e5e5e5
}

.article_icon__icon::after, .management p:first-of-type::after {
    border: 1.5px solid #176291;
    background-color: #176291;
    content: ""
}

.article-text--certificate span:last-child {
    padding-bottom: 100px
}

.certificate {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 600px
}

@media only screen and (max-width: 768px) {
    .certificate {
        padding: 40px 10px;
        display: block
    }
}

.certificate__left {
    width: 40%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    color: #176291
}

@media only screen and (max-width: 768px) {
    .certificate__left {
        width: 100%
    }
}

.certificate__left span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 56px;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px
}

.certificate__left span img {
    padding-right: 20px
}

.certificate__left__image {
    width: 282px
}

.certificate__right {
    width: 60%;
    position: relative
}

.certificate__right img {
    position: absolute;
    top: -60px
}

@media only screen and (max-width: 768px) {
    .certificate__right {
        width: 100%
    }
    .certificate__right img {
        position: inherit;
        top: 0;
        margin-top: 25px
    }
}

.article_icon__icon h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291
}

.article_icon__icon img {
    width: 83px;
    height: 84px;
    margin-bottom: 25px
}

.article_icon__icon--team {
    padding-top: 20px
}

.article_icon__icon--team img {
    width: 114px;
    height: 84px
}

.article_icon__icon::after {
    display: block;
    width: 590px;
    margin-bottom: 19px
}

.article_icon__text {
    font-size: 16px;
    line-height: 27px;
    text-align: left
}

.management h1, .management__header {
    font-size: 20px;
    line-height: 23px;
    color: #176291
}

.article_icon__text .span {
    display: inline-block;
    margin-bottom: 25px
}

.article_icon__text .span--blue {
    color: #176291;
    font-weight: 700;
    margin: 0
}

.article_icon__text .span--bold {
    font-weight: 700;
    margin: 0;
    display: inline
}

.management {
    padding-bottom: 250px
}

.management__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.management__header {
    font-weight: 400;
    margin: 60px 0
}

.management__items {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 50px
}

@media only screen and (max-width: 768px) {
    .management {
        padding-bottom: 120px
    }
    .management__items {
        grid-template-columns:1fr
    }
}

.management__item img {
    margin-bottom: 25px;
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.management .bold {
    display: block;
    margin-bottom: 40px
}

.management h1 {
    font-weight: 700;
    margin-bottom: 5px
}

.management p {
    margin: 0 0 20px
}

.management p:first-of-type::after {
    display: block;
    width: 80px;
    margin-bottom: 19px;
    margin-top: 35px
}

.contact__cards, .media-about .media-card__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.header_img {
    text-align: right;
    margin-top: 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.contact p {
    margin: 0
}

.contact .contact_header {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291;
    padding: 25px 0
}

.contact__cards {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact .contact_card {
    min-width: 33%;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact .contact_card__header {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.contact .contact_card__header::after {
    content: "";
    display: block;
    border: 1px solid #176291;
    margin-top: 15px
}

.contact .contact_card article {
    margin-top: 10px
}

.media-about {
    padding-top: 150px
}

@media only screen and (max-width: 768px) {
    .contact__cards {
        display: block
    }
    .contact .contact_card {
        margin-bottom: 60px
    }
    .media-about {
        padding-top: 50px
    }
}

.media-about .media-grid-template {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    justify-items: center;
    grid-gap: 25px
}

.media-about header {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291;
    height: 85px
}

@media only screen and (max-width: 768px) {
    .media-about .media-grid-template {
        grid-template-columns:1fr
    }
    .media-about header {
        height: inherit
    }
}

.media-about .media-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 26px;
    width: 100%
}

.media-about .media-card__header {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #176291;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.media-about .media-card .media-card-bottom, .product__group, .service__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.media-about .media-card .media-card-top img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.media-about .media-card .media-card-bottom {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100% - 308px)
}

.media-about .media-card .media-card-bottom span {
    display: block;
    padding: 20px 0
}

.media-about .media-card .media-card-bottom .media-card-bottom-date {
    font-size: 14px;
    line-height: 16px;
    color: #7c7c7c;
    padding-bottom: 15px;
    height: 50px;
    border-bottom: 2px solid #176291
}

.media-about .media-card .media-card-bottom .media-card-bottom-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px
}

.media-about .media-card .media-card-bottom a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #176291
}

.media-about footer {
    width: 100%;
    text-align: center;
    padding: 70px
}

p {
    font-size: 16px;
    line-height: 27px
}

.product, .service {
    padding: 80px 0;
    background-color: #f9f9f9
}

.product .product-wrapper, .service .product-wrapper {
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

@media only screen and (max-width: 768px) {
    .product .product-wrapper, .service .product-wrapper {
        display: block
    }
}

.product__group, .service__group {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px
}

.product__group__header, .service__group__header {
    margin: 25px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291
}

.product__group__article, .service__group__article {
    text-align: justify
}

.telemedic-system {
    padding: 80px 0 40px
}

.telemedic-system .telemedic-system-wraper {
    text-align: center
}

.telemedic-system__header {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291;
    padding-bottom: 40px
}

.aplication .aplication-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.aplication__mobile, .aplication__web {
    padding: 40px 20px
}

.aplication__mobile img, .aplication__web img {
    min-height: 290px;
    -o-object-fit: none;
    object-fit: none
}

@media only screen and (max-width: 768px) {
    .product__group__article, .service__group__article {
        margin-bottom: 25px
    }
    .aplication .aplication-wrapper {
        display: block
    }
    .aplication__mobile img, .aplication__web img {
        min-height: inherit;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.aplication__header {
    font-size: 20px;
    line-height: 23px;
    color: #176291;
    padding: 20px 0
}

.aplication__article {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    text-align: justify
}

.service {
    padding: 0
}

.service img {
    -webkit-border-radius: 0 0 0 50px;
    border-radius: 0 0 0 50px
}

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

.education__header {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #176291;
    padding: 80px 0 58px
}

.education__article {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 15px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    padding-bottom: 30px
}

.page-template-template-funding .insurance .duo-col, .page-template-template-funding .using .duo-col, .page-template-template-funding .workers .duo-col, .page-template-template-funding .working .duo-col {
    grid-gap: 50px
}

@media only screen and (max-width: 1024px) {
    .education__article {
        display: block
    }
    .education__article__text {
        margin: 40px 0
    }
}

.care-plus .care-plus-wrapper, .education__article__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.education__article__card {
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    padding: 28px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 370px
}

.education__article__card header {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase
}

.education__article__card article {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #176291
}

.education__article__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    padding: 0 20px
}

.education__footer {
    text-align: center
}

.care-plus {
    padding: 100px 0 40px
}

.care-plus .care-plus-wrapper {
    display: flex
}

@media only screen and (max-width: 1024px) {
    .care-plus .care-plus-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.care-plus__header {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291;
    padding-bottom: 20px
}

.care-plus__group-img {
    width: 35%;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .care-plus__group-img {
        width: 100%
    }
}

.care-plus__group-text {
    width: 65%;
    padding: 0 20px
}

@media only screen and (max-width: 1024px) {
    .care-plus__group-text {
        width: 100%
    }
}

.care-plus__article {
    text-align: justify;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px
}

.page-template-template-funding .using {
    padding: 100px 0;
    background: #f9f9f9
}

@media only screen and (max-width: 768px) {
    .page-template-template-funding .using {
        padding: 60px 0
    }
}

.page-template-template-funding .using .heading {
    margin-top: 0
}

.page-template-template-funding .using__blue-text {
    margin-top: 38px;
    padding: 25px 50px;
    background: #176291;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .page-template-template-funding .using__blue-text {
        padding: 25px
    }
}

.page-template-template-funding .using__blue-text ul li {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    margin: 25px 0;
    padding-left: 40px
}

.page-template-template-funding .using__blue-text ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background-image: url(../img/list-icon.png);
    width: 28px;
    height: 28px
}

.page-template-template-funding .workers {
    padding: 100px 0
}

@media only screen and (max-width: 768px) {
    .page-template-template-funding .workers {
        padding: 60px 0
    }
}

.page-template-template-funding .workers h2, .page-template-template-funding .workers h3 {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291
}

.page-template-template-funding .survey {
    padding: 25px 0;
    background: #f9f9f9;
    color: #176291
}

.page-template-template-funding .survey em {
    color: #666
}

.page-template-template-funding .working {
    padding: 40px 0 100px
}

.page-template-template-funding .working ul {
    background: #f9f9f9;
    padding: 25px 40px;
    font-size: 20px;
    line-height: 27px
}

.page-template-template-funding .working ul li {
    position: relative;
    margin: 25px 0;
    padding-left: 25px
}

.page-template-template-funding .working ul li::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #176291;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.page-template-template-funding .insurance {
    padding: 100px 0;
    background: #f9f9f9
}

@media only screen and (max-width: 768px) {
    .page-template-template-funding .insurance {
        padding: 60px 0
    }
    .page-template-template-funding .insurance .duo-col {
        grid-gap: 0
    }
}

.page-template-template-funding .insurance ul {
    margin-top: 45px
}

.page-template-template-funding .insurance ul li {
    position: relative;
    margin: 25px 0;
    padding-left: 25px
}

.page-template-template-funding .insurance ul li::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #176291;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.page-template-template-funding .insurance h2 {
    margin: 17px 0 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176291
}

.page-template-template-funding .individual {
    padding: 100px 0
}

.page-template-template-funding .individual .duo-col {
    grid-gap: 50px
}

.page-template-template-funding .individual .platform-container {
    margin-top: 60px;
    display: grid;
    grid-template-columns:2fr 1fr;
    grid-gap: 50px
}

@media only screen and (max-width: 768px) {
    .page-template-template-funding .individual {
        padding: 60px 0
    }
    .page-template-template-funding .individual .platform-container {
        grid-template-columns:1fr;
        grid-gap: 25px
    }
}

.page-template-template-funding .individual .platform-container img {
    height: 260px;
    -o-object-fit: contain;
    object-fit: contain
}

.page-template-template-funding .individual .platform-container h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    color: #176291
}

.funding-form {
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.funding-form__form {
    margin: auto;
    max-width: 1040px;
    display: grid;
    grid-template-columns:400px 600px;
    grid-gap: 40px
}

.funding-form .align-items-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.dodatki {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #176291
}

.dodatki .wpcf7-list-item {
    width: 100%;
    margin: 10px 0;
    padding: 20px 25px;
    border: 1px solid #176291
}

.dodatki .wpcf7-list-item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dodatki .wpcf7-list-item label input {
    margin-right: 25px
}

.zgody {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #176291
}

.zgody .wpcf7-list-item {
    width: 100%;
    margin: 10px 0
}

.zgody .wpcf7-list-item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.zgody .wpcf7-list-item label input {
    margin-right: 25px
}

.archive .media-about, .blog .media-about {
    padding: 60px 0 100px
}

@media only screen and (max-width: 1024px) {
    .funding-form__form {
        grid-template-columns:1fr
    }
    .archive .media-about, .blog .media-about {
        padding: 20px 0 40px
    }
}

.post-type-archive-media .media-about .media-card .media-card-top img {
    height: 80px;
    -o-object-fit: none;
    object-fit: none
}

.inquirie {
    margin: 5px 0;
    display: grid;
    grid-template-columns:1fr 3fr;
    border: 1px solid #176291;
    padding: 25px
}

.inquirie__date {
    color: #666;
    font-size: 14px
}

.inquirie__content__title {
    margin: 0 0 25px
}

.inquirie__content a {
    color: #176291
}

.inquirie__content ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
    color: #828282;
    font-size: 16px;
    line-height: 21px
}

.inquirie__content ul li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #176291;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.grid_ncbr {
    margin: 5px 0 25px;
    display: grid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grid_ncbr__item {
    width: 75px
}

.grid_ncbr__item_sidly {
    width: 75px
}

.grid_ncbr__bigItem{
    width: 580px;
    font-size: 10px;
}

@media only screen and (max-width: 670px) {
    .grid_ncbr {
        margin: 5px 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid_ncbr__bigItem{
        width: 350px;
        font-size: 9px;
        margin-bottom: 20px;
    }

    .grid_ncbr__item_sidly {
        display: none;
    }
}

#menu-item-2020 > a, #menu-item-2044 > a{
	border-radius: 10px;
    border: 2px solid #2aba10;
	padding:10px;
	font-weight:bold!important;
}

#menu-item-2020 > a :hover, #menu-item-2044 > a :hover {
    color:#25A70E;
    border: 2px solid #25A70E!important;

 }


/*# sourceMappingURL=main.css.map */

 