@font-face {
    font-family: 'NunitoSans';
    src: url('../fonts/NunitoSansVariable.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --mint: #008591;
}

body {
    color: #172d66;
    font-family: 'NunitoSans', sans-serif;
}

.site-header {
    background: #fff;
}

.site-header.uk-active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.site-header .main-navigation {
    height: 100%;
    display: flex;
}

.site-header .main-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 25px;
    padding-left: 0;
    margin: 0;
}

.site-header .main-menu a {
    color: #172d66;
    font-weight: bold;
    font-size: 16px;
}

.site-header .menu__line {
    display: block;
    position: absolute;
    top: 0;
    height: 6px;
    -webkit-transition: width .5s, -webkit-transform .5s;
    transition: transform .5s, width .5s, -webkit-transform .5s;
    -o-transition: transform .5s, width .5s;
    background-color: var(--mint);
}

.site-header .logo-link {
    padding: 15px 0;
    display: inline-block;
}

.site-header .header-options {
    margin-left: 35px;
}

.site-header .btn-consultation {
    background: var(--mint);
    border-radius: .5rem;
    box-shadow: none;
    border: none;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
}

.section-home {
    margin: 100px 0;
}


.section-home .section-title {
    color: #172d66;
    font-weight: bold;
}


.menu__line {
    display: block;
    position: absolute;
    top: 0;
    height: 6px;
    -webkit-transition: width .5s, -webkit-transform .5s;
    transition: transform .5s, width .5s, -webkit-transform .5s;
    -o-transition: transform .5s, width .5s;
    background-color: var(--mint);
}


.section-home .section-description {
    font-size: 20px;
}

.section-benefits {
    margin: 100px 0;
}

.section-benefits .section-title,
.section-faq .section-title {
    color: var(--mint);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-benefits .uk-container {
    max-width: 1140px;
}

.section-benefits .benefit-item .separator {
    margin: 0 35px;
    flex: 0 0 auto;
}

.section-benefits .benefit-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-benefits .benefit-item:not(:last-child) {
    margin-bottom: 25px;
}

.section-benefits .benefit-item .before,
.section-benefits .benefit-item .after {
    width: 100%;
    max-width: 470px;
    background: #fff;
    box-shadow: 4px 4px 2px rgba(215, 228, 249, .5);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.section-benefits .benefit-item .description {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}

.section-benefits .benefit-item .icon {
    flex: 0 0 auto;
    margin-right: 10px;
}

.section-benefits .benefit-item .icon img {
    height: 40px;
    width: 40px;
}

.section-about {
    margin: 100px 0;
    padding: 80px 0;
    background: var(--mint);
    color: #fff;
}

.section-about .uk-container {
    max-width: 1040px;
}

.section-about .section-title {
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 25px;
}

.section-about .section-subtitle {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-about .section-description {
    font-size: 16px;
}

.section-faq {
    padding: 100px 0;
}

.section-faq .uk-accordion .counter {
    width: 15%;
    max-width: 152px;
    display: inline-block;
    font-size: 13px;
}

.section-faq .uk-accordion .uk-accordion__item {
    padding: 20px 0;
}

.section-faq .uk-accordion .uk-accordion__item:not(:last-child) {
    border-bottom: 1px solid #bdc5d2;
}

.section-faq .uk-accordion .uk-accordion-title {
    font-size: 18px;
    line-height: 40px;
    color: rgb(14, 23, 38);
    font-weight: 700;
    padding-right: 42px;
}

.section-faq .uk-accordion > :nth-child(n+2) {
    margin-top: 0;
}

.section-faq .uk-accordion .uk-accordion-title:before {
    content: "";
    background: var(--mint);
    border-radius: .5rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: .625rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}

.section-faq .uk-accordion .uk-accordion-title:after {
    content: "";
    background: url("../images/svg/icon-plus-white.svg") no-repeat center;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 7px;
    background-size: 25px;
    top: 7px;
}

.section-faq .uk-accordion .uk-open .uk-accordion-title:after {
    content: "";
    background: url("../images/svg/icon-minus-white.svg") no-repeat center;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 7px;
    background-size: 25px;
    top: 7px;
}

.section-faq .uk-accordion-content {
    padding-left: 15%;
}


#circle-bg-6 {
    background: rgba(255, 61, 0, .48);
    -webkit-filter: blur(191.045px);
    filter: blur(191.045px);
    height: 256px;
    width: 256px;
    border-radius: 60%;
    left: -11%;
    top: 8%;
    position: absolute;
    z-index: -1;
}

#circle-bg-7 {
    background: #448fff;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 111px;
    width: 111px;
    border-radius: 60%;
    left: 1%;
    top: 43%;
    position: absolute;
    z-index: -1
}


#circle-bg-9 {
    background: #66fbd7;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 350px;
    width: 350px;
    border-radius: 60%;
    right: 0;
    top: 8%;
    position: absolute;
    z-index: -1
}

.section-process .section-process__content {
    max-width: 1516px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(60px);
    border: 2px solid #fff;
    border-radius: 16px;
    text-align: center;
    padding: 4.5rem 4.5rem 3.6rem;
    margin-bottom: 50px;
}

.section-process:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/bg-process.webp") no-repeat center;
    background-size: cover;
}

.section-process {
    padding: 100px 0 0 0;
}

.section-process .uk-container {
    position: relative;
    z-index: 1;
}

.section-process .section-title {
    color: var(--mint);
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-process .process-laptop-image img {
    max-height: 400px;
    margin: 35px 0;
}

.section-process .section-subtitle {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-process .section-process__title {
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 700;
}

.section-process .section-process__item-title {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}

.section-process__item-description {
    font-size: 15px;
}


.section-contacts {
    padding: 100px 0;
    overflow: hidden;
    background-color: #f7f8fa;
}


.section-contacts .us-contact-info {
    width: 100%;
    max-width: 470px;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #eee;
    z-index: 1;
    position: relative;
}

.site-footer {
    background: #f2f2f2;
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
}

.us-contact-info svg {
    height: 30px;
    width: 30px;
}

.us-contact-info .icon {
    margin-right: 10px;
}

.us-contact-info .icon-phone path,
.us-contact-info .icon-email svg {
    fill: var(--mint);
}


.us-contact-info .icon-address path,
.us-contact-info .icon-address circle,
.us-contact-info .icon-time path {
    stroke: var(--mint);
}


.section-contacts .us-contact-info .title-city,
.section-contacts .form-title {
    font-size: 18px;
    font-weight: bold;
    color: #172d66;
    margin-top: 0;
}

.section-contacts .us-contact-info a {
    color: #172d66;
}


.wpcf7-submit {
    background: var(--mint);
    border-radius: .5rem;
    box-shadow: none;
    border: none;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

.section-contacts .section-title {
    color: var(--mint);
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-contacts .wpcf7 {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #eee;
    z-index: 1;
    position: relative;
}

.toggle_menu {
    cursor: pointer;
    height: 30px;
    right: 0;
    visibility: visible;
    width: 41px;
    z-index: 1;
    position: relative;
    margin-left: 25px;
}

.toggle_menu:hover span:before {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu:hover span:after {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu span, .toggle_menu span:after, .toggle_menu span:before, .toggle_menu:before {
    background-color: var(--mint);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 33px
}

.toggle_menu span, .toggle_menu:before {
    color: var(--mint);
    content: "menu";
    font-size: 10px;
    font-weight: 800;
    left: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0;
    width: 0
}

.toggle_menu span:after {
    top: 28px;
    opacity: 1;
    bottom: 0
}

.toggle_menu:before {
    top: 27%
}


.toggle_menu:hover:before {
    top: 100%
}

.toggle_menu.active:before {
    top: 85%;
}

.toggle_menu.active span:before {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.toggle_menu.active span:after {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.toggle_menu.active span:before,
.toggle_menu.active span:after {
    width: 25px;
}

.toggle_menu.active:before {
    font-size: 8px;
}

.mob-menu__offcanvas-top {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 15;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    min-height: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.offcanvas-top-active .mob-menu__offcanvas-top {
    visibility: visible;
    opacity: 1;
    min-height: 100vh;
    overflow-y: hidden;
    background: rgba(0, 0, 0, .3) !important;
}

.mob-menu__offcanvas-content {
    padding: 32px 32px 48px 32px;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.offcanvas-top-active .mob-menu__offcanvas-content {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-menu-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.mob-menu__offcanvas-content .header-menu-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-menu-main a {
    font-size: 16px;
    color: #172d66;
}

.header-menu-main .current-menu-item > a {
    font-weight: 800;
}

.offcanvas-top-active {
    overflow: hidden;
    padding-right: 16px;
}