@import "../fonts/whitney/stylesheet.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body, html {
    background: #FFF 0% 0% no-repeat padding-box;
    font-size: 16px;
    min-width: 320px;
    font-family: 'Whitney', sans-serif;
    font-weight: 300;
}

a, button {
    transition: all 450ms;
}

a:hover, a:focus {
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}

img.smal_preloader {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: -20px;
    right: auto;
}

button:hover,
button:focus {
    outline: 0;
    box-shadow: none;
}

/*
First screen
 */

.not-over {
    max-width: 1200px;
    margin: auto;
}

header.header {
    padding: 22px 0;
    background: #F4F9F8;
    margin-bottom: 35px;
}

.wpcf7-not-valid-tip {
    font-weight: 300;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
    border-radius: 2px;
    font-family: 'Whitney';
    font-size: 13px;
    line-height: 1.2;
    font-weight: 300;
    color: #2E2F2F;
}
.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    padding-left: 47px;
    border-color: #E4F8E4; /* Green */
    background: #E4F8E4;
    margin-top: 25px;
}

.wpcf7 form.sent .wpcf7-response-output:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 22px;
    height: 22px;
    background: url("../icons/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}


section.section {
    padding: 100px 0;
}

section.section.head-section {
    padding-top: 55px;
}

.site_caption {
    font-family: 'Whitney';
    font-size: 45px;
    line-height: 1.1;
    font-weight: 600;
    color: #0C0F3E;
    margin-bottom: 52px;
    max-width: 520px;
}


.site_caption > span {
    position: relative;
    color: #217468;
    text-decoration: underline;
}

span.typed-cursor {
    color: #333;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-logo-link {
    max-height: 40px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.contact_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.contact_item {
    padding: 5px 0px;
    display: flex;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    text-align: right;
    color: #2E2F2F;
    align-items: center;
}

a.contact_item .c-icon {
    color: #576164;
    display: flex;
    font-size: 22px;
}

span.c-icon .circle-box {
    border: 1px solid;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    padding: 5px;
}

span.item_label {
    margin-left: 10px;
}

a.contact_item + a.contact_item {
    margin-left: 40px;
}

.features_list ul {
    padding: 0;
    margin: 0;
}

.features_list ul li {
    display: flex;
    align-items: self-start;
    margin-bottom: 18px;
}

span.list_label {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.35;
    color: #2E2F2F;
}

span.shield_icon {
    display: block;
    flex: 0 0 22px;
    width: 22px;
    height: 26px;
    margin-right: 30px;
    background: url('../icons/shield.svg');
    background-size: contain;
}

.form-box-caption {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.35;
    color: #2E2F2F;
    margin-bottom: 20px;
    text-align: center;
}

.form-box {
    padding: 45px 45px 35px;
    background: #FFFFFF;
    border: 1px solid #E3E5E8;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px -11px rgba(19, 75, 94, 0.2);
    border-radius: 10px;
    max-width: 460px;
    margin-left: auto;
}

.form-field > label {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #2E2F2F;
    margin-bottom: 10px;
}

.form-field .input-select {
    width: 100%;
    background: #F4F9F8;
    border-radius: 5px;
    font-family: 'Whitney';
    font-weight: 300;
    font-size: 15px;
    line-height: 1.35;
    color: #2E2F2F;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #fff;
}
.form-field select.input-select {
    height: 42px;
}

.form-field.small-margin {
    margin-bottom: 15px;
}

span.wpcf7-list-item {
    margin: 0;
}

.form-field {
    margin-bottom: 25px;
}

.head-section .site_caption {
    margin-top: 45px;
}

.checkbox-label label {
    align-items: flex-start;
    font-family: 'Whitney';
    font-size: 11px;
    line-height: 1.35;
    color: #2E2F2F;
    display: flex;
    margin-bottom: 0;
}

.checkbox-label label input {
    background: #EBF5F3;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}

.form-field > label.checkbox-label {
    margin-bottom: 0 !important;
}

section.section.advantages-section {
    background: #F4F9F8;
}

.section_caption {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.35;
    /* identical to box height, or 54px */
    text-align: center;
    color: #0C0F3E;
    margin-bottom: 30px;
}

.asb-item {
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E3E5E8;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px -11px rgba(19, 75, 94, 0.2);
    border-radius: 10px;
}

.owl-item.active {
    height: 100%;
}

.asb-icon {
    margin-bottom: 18px;
    height: 42px;
    text-align: center;
}

.asb-icon > img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.asb-caption {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    /* or 26px */
    text-align: center;
    color: #2E2F2F;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.asb-description {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    /* or 21px */
    text-align: center;

    /* Black */
    color: #0C0F3E;
    height: 140px;
    overflow: auto;
}

.form-controls .form-button {
    width: 100%;
    background: #107468;
    border-radius: 5px;
    font-family: 'Whitney';
    font-size: 17px;
    line-height: 1.35;
    /* identical to box height, or 23px */
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 15px 10px;
    border: 1px solid #217468;
}

.form-controls {
    position: relative;
}

.form-controls span.ajax-loader {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.badge-box {
    margin-bottom: 27px;
}

.badge-box .badge {
    padding: 7px 25px 5px;
    font-family: 'Whitney';
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    color: #FFFFFF;
    border-radius: 5px;
}

.badge-box .badge.-red {
    background: #C90000;
}

.badge-box .badge.-green {
    background: #71A700;
}

.info-caption {
    font-family: 'Whitney';
    font-size: 32px;
    line-height: 1.2;
    color: #0C0F3E;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-description {
    font-family: 'Whitney';
    font-size: 18px;
    line-height: 1.4;
    color: #0C0F3E;
    margin-bottom: 40px;
}

.image-info-box > img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.image-info-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

section.section.comments-section {
    background: #F4F9F8;
}

.arrow-box {
    padding: 16px 15px 58px;
}

.arrow-box {
    padding: 16px 15px 58px;
}

.ci-description {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.35;
    color: #2E2F2F;
}

.comment-item {
    padding: 10px;
}

.owl-carousel.comments:before {
    width: 131px;
    height: 106px;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: url('../icons/quote.svg');
    background-size: contain;
    transform: translate(-40%, -25%);
}

.owl-carousel {
    position: relative;
    z-index: 0;
}

.owl-carousel .owl-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

span.circle-slide-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background: #134B5E;
    border-radius: 100%;
}

.owl-carousel .owl-nav button {
    flex: 0 0 auto;
    margin: 0 15px;
}

.owl-carousel.comments .owl-nav[data-paged]:before {
    content: attr(data-paged);
    flex: 0 0 auto;
    font-family: 'Whitney';
    font-size: 25px;
    line-height: 1.4;
    color: #0C0F3E;
    margin: 0 15px;
}

.owl-carousel.comments .owl-nav button.owl-prev {
    order: -1;
}

.faq-item {
    margin-bottom: 40px;
}

.faq-question {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #0C0F3E;
    margin: 12px 0px;
}

.faq-answer {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #0C0F3E;
}

section.section.seo-section {
    background: #F4F9F8;
    padding-bottom: 30px;
}

.section-sub-caption {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.35;
    text-align: center;
    color: #2E2F2F;
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

.small-caption {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #0C0F3E;
    margin-bottom: 15px;
}

.small-description {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #0C0F3E;
    margin-bottom: 30px;
    max-width: 500px;
}

.small-item {
    margin-bottom: 40px;
}

footer.footer {
    padding: 50px 0;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu .menu-item {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-menu .menu-item + .menu-item:before {
    content: '|';
    font-weight: 300;
    font-size: 100%; /*16px;*/
    line-height: 1.4;
    display: inline-block;
    padding: 0 5px;
}

.footer-menu .menu-item a {
    font-family: 'Whitney';
    font-size: 18px;
    color: #0C0F3E;
    line-height: 1;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.custom-logo-link > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.checkbox-label label a {
    font-size: 11px;
    line-height: 1.35;
    color: #2E2F2F;
}
.site-page-description {
    font-family: 'Whitney';
    font-size: 20px;
    line-height: 1.35;
    color: #000000;
}

.checkbox-label label input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
}

.wpcf7-list-item-label{
    position: relative;
    padding-left: 20px;
}

.wpcf7-list-item-label:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: #EBF5F3;
    border: 1px solid #EBF5F3;
    border-radius: 5px;
}

.wpcf7-list-item-label:after{
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 5px;
    width: 7px;
    height: 4px;
    transform: rotate(-50deg);
    background: transparent;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #333;
    opacity: 0;
    transition: all 450ms;
}
.checkbox-label label input:checked + .wpcf7-list-item-label:after{
    opacity: 1
}

span.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: #fff;
    opacity: 1;
}

.wpcf7-spinner::before {
    background-color: #217468;
}

@media  (max-width: 1200px){
    .site_caption > span{
        display: block;
    }
    .asb-description{
        height: 180px;
    }

}
@media  (max-width: 992px){
    .badge-box{
        text-align: center;
    }

    section.section{
        padding: 60px 0;
    }

    .form-box{
        margin: 50px auto 0px;
    }

    .site_caption > span{
        display: inline;
    }

    a.contact_item span.item_label {
        display: none;
    }

    .site_caption{
        margin-top: 0;
    }
}

@media  (max-width: 768px){
    .site-page-description {
        font-size: 16px;
    }
    .site_caption{
        max-width: 100%;
        font-size: 30px;
        margin-bottom: 35px;
    }

    a.contact_item span.item_label {
        display: none;
    }

    span.list_label {
        font-size: 18px;
    }

    a.contact_item + a.contact_item {
        margin-left: 20px;
    }

    span.shield_icon {
        width: 14px;
        flex: 0 0 14px;
        height: 17px;
        margin-right: 15px;
    }

    .features_list ul li {
        margin-bottom: 8px;
    }

    header.header {
        padding: 15px 0;
        margin-bottom: 10px;
    }

    .section_caption {
        font-size: 28px;
    }

    .asb-caption {
        font-size: 22px;
    }

    .asb-description {
        font-size: 14px;
    }

    .badge-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .info-caption {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info-description {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .badge-box .badge {
        font-size: 16px;
    }

    .arrow-box {
        padding: 16px 15px 30px;
    }

    .arrow-box svg {
        width: auto;
        height: 60px;
    }

    .ci-description {
        font-size: 18px;
    }

    .owl-carousel.comments .owl-nav[data-paged]:before {
        font-size: 20px;
        margin: 0;
    }

    .faq-question {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .faq-item {
        margin-bottom: 30px;
    }

    .faq-item:last-child {
        margin-bottom: 0;
    }

    .section-sub-caption {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .small-caption {
        font-size: 18px;
    }

    .small-description {
        font-size: 14px;
        margin-bottom: 0;
    }

    .small-item {
        margin-bottom: 30px;
    }

    .small-item:last-child {
    }
    .form-box-caption {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .form-field > label {
        font-size: 13px;
    }

    .form-field .input-select {
        font-size: 12px;
    }

    .form-field {
        margin-bottom: 15px;
    }

    .form-controls .form-button {
        font-size: 15px;
    }

    .head-section .site_caption {
        margin-top: 15px;
    }

}
@media  (max-width: 576px) {
    .site-page-description {
        font-size: 14px;
    }
    .owl-carousel.comments:before {
        transform: translate(-10%, -25%);
        width: 81px;
        height: 67px;
    }
    .form-box{
        padding: 30px 22px;
    }
    .footer-menu .menu-item a{
        font-size: 14px;
    }

    footer.footer{
        padding: 40px;
    }
    .head-section .site_caption{
        max-width: 350px;
    }


}
@media  (max-width: 400px){
    .asb-description {
        height: auto;
    }

    .asb-item {
        max-width: 220px;
        margin: auto;
    }
}
@media  (max-width: 374px) {
    .site_caption > span{
        display: block;
    }
}

