/*!
Theme Name: Carte Verde
Theme URI: http://underscores.me/
Author: Denys Taranov
Author URI: https://newlightdigital.com/
Description: New Light Digital
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carte-verde
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Carte Verde is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    color: #071013;
    font-size: 16px;
    font-family: 'Source Sans 3', 'Calibri', sans-serif;
}
/* Header */
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    z-index: 999;
    padding: 18px 0;
}
.customize-support .header {
    top: 46px;
}
.header .columns-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .menu {
    display: none;
}
.header .buttons-column {
    display: flex;
    align-items: center;
}
.header .buttons-column .langs-switcher {
    display: none;
}
.header .buttons-column .langs-switcher ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header .buttons-column .langs-switcher ul li {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 10px;
    list-style: none;
}
.header .buttons-column .langs-switcher ul li a {
    text-decoration: none;
    color: #c2c2c2;
}
.header .buttons-column .langs-switcher .wpml-ls-legacy-list-horizontal a {
    padding: 0;
}
.header .buttons-column .langs-switcher ul li.wpml-ls-current-language a {
    color: #071013;
}
.header .buttons-column .login-block {
    margin-left: 10px;
    display: none;
    position: relative;
}
.header .buttons-column .btn.phone-btn {
    margin-left: 10px;
    position: relative;
    font-size: 0;
    height: 44px;
    width: 46px;
    padding: 0;
}
.header .phone-icon {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(images/phone.svg) no-repeat center #fff;
    border-radius: 50%;
}
.menu-toggler {
    background: #ea7648;
    width: 44px;
    height: 44px;
    background: #ea7648;
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4);
    border-radius: 50%;
    margin-left: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
}
.header-tech-block {
    height: 80px;
}
#mobile-menu-layout {
    background: linear-gradient(99deg, #1b7d5d 6.33%, #47b290 91.51%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.customize-support #mobile-menu-layout {
    top: 46px;
}
.mobile-menu-layout-header {
    padding-top: 22px;
    padding-bottom: 22px;
}
.mobile-menu-layout-header .container {
    position: relative;
}
.mobile-menu-close-icon {
    display: block;
    cursor: pointer;
    top: -4px;
    right: 12px;
    width: 44px;
    height: 44px;
    background: url(images/close-icon.svg) no-repeat center #fff;
    background-size: 16px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
#mobile-menu-layout {
    display: none;
    color: #fff;
}
#mobile-menu-layout .layout-wrapper {
    height: calc(100% - 80px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 20px 0;
}
#mobile-menu-layout .layout-wrapper .menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mobile-menu-layout .layout-wrapper .menu > li {
    font-size: 28px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 32px;
    color: #fff;
}
#mobile-menu-layout .layout-wrapper .menu > li > a {
    color: #fff;
    text-decoration: none;
}
#mobile-menu-layout .layout-wrapper .menu > li.menu-item-has-children > a {
    position: relative;
    cursor: pointer;
    padding-right: 24px;
}
#mobile-menu-layout
    .layout-wrapper
    .menu
    > li.menu-item-has-children
    > a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 13px;
    right: 0;
    transition: transform 0.5s;
}
#mobile-menu-layout
    .layout-wrapper
    .menu
    > li.menu-item-has-children
    > a.expanded-menu-link:after {
    transform: rotate(90deg);
}
#mobile-menu-layout .layout-wrapper .sub-menu {
    margin-top: 32px;
    padding: 0;
    display: none;
}
#mobile-menu-layout .layout-wrapper .sub-menu li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 24px;
}
#mobile-menu-layout .layout-wrapper .sub-menu li a {
    color: #f7f7f9;
    text-decoration: none;
}
#mobile-menu-layout .layout-wrapper .menu {
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 32px;
}
#mobile-menu-layout .layout-wrapper .menu:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    max-width: 279px;
    background: #fff;
}
.mobile-address-block {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    max-width: 262px;
    margin-bottom: 24px;
}
.mobile-phone-block {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 32px;
}
.mobile-phone-block a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
#mobile-menu-layout .bank-cards img {
    margin-right: 10px;
    height: 25px;
}
#mobile-menu-layout .bank-cards {
    margin-bottom: 40px;
}
#mobile-menu-layout .contact-buttons-block {
    background: rgba(255, 255, 255, 0.2);
}
#mobile-menu-layout .langs-switcher {
    font-size: 22px;
}
#mobile-menu-layout .langs-switcher a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
#mobile-menu-layout .langs-switcher .wpml-ls-current-language a {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.user-icon {
    display: inline-block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}
.user-icon img {
    max-width: 100%;
    max-height: 100%;
}
.login-username {
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 16px;
    position: relative;
    margin-left: 8px;
}
.login-username:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 14px;
}
.header .buttons-column .login-block .login-menu {
    border-radius: 8px;
    border: 1px solid #f7f7f9;
    background: #fff;
    box-shadow:
        0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    list-style: none;
    width: 208px;
    display: none;
}
.header .buttons-column .login-block .login-menu li a {
    display: block;
    color: #071013;
    font-weight: 600;
    line-height: 1.125;
    text-decoration: none;
    padding: 10px 14px;
}
.header .buttons-column .login-block .login-menu li:first-of-type a {
    border-radius: 8px 8px 0 0;
}
.header .buttons-column .login-block .login-menu li:last-of-type a {
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #eaeaea;
}
.header .buttons-column .login-block .login-menu li a:hover {
    color: #399b7b;
    background: #f7f7f9;
}
/* header responsive */
@media (min-width: 783px) {
    .customize-support .header {
        top: 32px;
    }
    .customize-support #mobile-menu-layout {
        top: 32px;
    }
}
@media (min-width: 768px) {
    #mobile-menu-layout .bank-cards img {
        height: 30px;
    }
}
@media (min-width: 1200px) {
    .header {
        padding: 0;
    }
    .header .menu {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .header .menu > li {
        margin-left: 18px;
        font-weight: 600;
    }
    .lang-ru .header .menu > li {
        margin-left: 12px;
    }
    .header .menu > li > a {
        color: #071013;
        display: inline-block;
        text-decoration: none;
        padding: 28px 0;
    }
    .header .menu > li.menu-item-has-children {
        cursor: pointer;
        position: relative;
    }
    .header .menu > li.menu-item-has-children a {
        padding-right: 20px;
    }
    .header .menu > li.menu-item-has-children > a:after {
        content: '\f078';
        font-family: 'Font Awesome 6 Free';
        font-style: normal;
        font-variant: normal;
        font-size: 14px;
        line-height: 1;
        text-rendering: auto;
        position: absolute;
        top: 32px;
        right: 0;
    }
    .header .menu > li.current-menu-item > a,
    .header .menu > li.current-menu-parent > a {
        color: #399b7b;
        position: relative;
    }
    .header .menu > li.current-menu-item > a:before,
    .header .menu > li.current-menu-parent > a:before {
        content: '';
        background: #399b7b;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 18px;
        margin-left: -3.5px;
    }
    .header .menu .sub-menu {
        border-radius: 8px;
        border: 1px solid #f7f7f9;
        background: #fff;
        box-shadow:
            0px 12px 16px -4px rgba(16, 24, 40, 0.08),
            0px 4px 6px -2px rgba(16, 24, 40, 0.03);
        padding: 0;
        margin: 0;
        position: absolute;
        top: 80px;
        left: 0;
        list-style: none;
        width: 208px;
        display: none;
    }
    .header .menu li:hover .sub-menu {
        display: block;
    }
    .header .menu .sub-menu li a {
        display: block;
        color: #071013;
        font-weight: 600;
        line-height: 1.125;
        text-decoration: none;
        padding: 10px 14px;
    }
    .header .menu .sub-menu li:first-of-type a {
        border-radius: 8px 8px 0 0;
    }
    .header .menu .sub-menu li:last-of-type a {
        border-radius: 0 0 8px 8px;
    }
    .header .menu .sub-menu li a:hover {
        color: #399b7b;
        background: #f7f7f9;
    }
    .header .buttons-column .login-block {
        display: flex;
        align-items: center;
    }
    .header .buttons-column .langs-switcher {
        display: block;
    }
    .menu-toggler {
        display: none;
    }
}
@media (min-width: 1400px) {
    .header .buttons-column .btn.phone-btn {
        padding: 13px 32px 13px 48px;
        white-space: nowrap;
        font-size: 16px;
        height: auto;
        width: auto;
    }
}
/* main section */
.main-section {
    padding: 8px 0 32px;
}
.main-section .main-banner {
    border-radius: 16px;
    padding: 48px 28px;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.main-section .main-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        #071013 0.15%,
        rgba(7, 16, 19, 0) 99.82%
    );
    z-index: 9;
}
.main-section .main-banner .main-banner-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    z-index: 8;
}
.main-section .main-banner .text-layer {
    position: relative;
    z-index: 10;
}
.main-section .main-banner .text-layer .contact-buttons-block {
    display: none;
}
.contact-buttons-block {
    border-radius: 64px;
    background: #fff;
    padding: 16px 24px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
}
.contact-buttons-block a {
    display: inline-block;
    margin-left: 16px;
}
.contact-buttons-block a:first-of-type {
    margin-left: 0;
}
.main-section .main-banner {
    text-align: center;
}
.main-section .main-banner h1 {
    margin-bottom: 16px;
    max-width: 775px;
}
.main-section .main-banner .banner-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 24px;
    max-width: 662px;
    display: none;
}
.offers-list .offer-item-wrapper {
    text-decoration: none;
}
.offers-list .offer-item-wrapper .round-link {
    border: none;
}
.offers-list .offer-item {
    border-radius: 16px;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 16px 16px 16px 110px;
    position: relative;
    box-sizing: border-box;
    min-height: 119px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #071013;
}
.offers-list .offer-item h3 {
    padding-right: 16px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.offers-list .offer-item .service-info,
.insurance-section .offers-list .offer-item .service-info,
.section-sidebar .offers-list .offer-item .service-info {
    display: none;
}
.offers-list .offer-item .btn {
    display: none;
}
.offers-list .offer-item.rca-item {
    background: #ffffff;
}
.offers-list .offer-item.green-card-item {
    background: #f2fef7;
}
.offers-list .offer-item.casco-item {
    background: #f3faff;
}
.offers-list .offer-item.medical-item {
    background: #f3faff;
}
.offers-list .offer-item.house-item {
    background: #fef7ef;
}
.offers-list .offer-item .offer-image-wrapper {
    position: absolute;
    left: 6px;
    width: 86px;
}
.offers-list .rca-item .offer-image-wrapper {
    width: 160px;
    bottom: 0;
    left: -25px;
}

.offers-list .offer-item.green-card-item {
    overflow: hidden;
}
.offers-list .green-card-item .offer-image-wrapper img {
    transform: scaleX(-1);
}
.offers-list .green-card-item .offer-image-wrapper {
    width: 150px;
    left: -50px;
}
.offers-list .offer-item .offer-image-wrapper .offer-item-thumbnail {
    width: 100%;
    height: auto;
}
.offers-list .offer-item.green-card-item .offer-image-wrapper {
    overflow: hidden;
}
/* .offers-list
    .offer-item.green-card-item
    .offer-image-wrapper
    .offer-item-thumbnail {
    width: 86px;
    position: relative;
    left: -32px;
    top: -22px;
} */
.stats-block {
    padding: 32px 0;
    position: relative;
}
.stats-block .stats-text {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 32px;
}
.stats-block .stat-counters .stat-counter {
    box-sizing: border-box;
    padding-right: 24px;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 32px;
}
.stats-block .stat-counters .stat-counter:last-of-type {
    margin-bottom: 0;
}
.stats-block .stat-counters .stat-counter strong {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
    display: block;
    margin-bottom: 0;
}
.stats-thumbnail {
    width: 100%;
    max-width: 483px;
}
.main-section .narrow-container {
    display: flex;
    flex-wrap: wrap;
}
.main-section .narrow-container .main-banner {
    order: 2;
    width: 100%;
}
.main-section .narrow-container .offers-list {
    order: 1;
    width: 100%;
    position: relative;
}
.main-section .narrow-container .offers-list {
    z-index: 20;
}
.main-section .narrow-container .stats-block {
    order: 3;
    width: 100%;
}

/* responsive main section */
@media (min-width: 360px) {
    .offers-list .offer-item h3 {
        line-height: 26px;
    }
    .offers-list .rca-item h3 br {
        display: none;
    }
}

@media (min-width: 768px) {
    .main-section {
        padding: 40px 0 48px;
    }
    .main-section .narrow-container .main-banner {
        order: 1;
        margin-bottom: 32px;
    }
    .main-section .narrow-container .offers-list {
        order: 2;
    }
    .main-section .offers-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .main-section .offers-list .offer-item-wrapper {
        padding: 0 15px;
        width: 50%;
        box-sizing: border-box;
    }
    .main-section .offers-list .offer-item {
        padding: 30px 30px 100px 30px;
        min-height: 342px;
        margin-bottom: 22px;
    }
    .main-section .offers-list .offer-item.rca-item {
        margin-top: 65px;
        min-height: 382px;
    }
    .main-section .offers-list .offer-item.green-card-item {
        min-height: 450px;
        overflow: hidden;
    }
    .main-section .offers-list .offer-item .offer-image-wrapper {
        left: auto;
    }
    .main-section .offers-list .offer-item.rca-item .offer-image-wrapper {
        right: -60px;
        bottom: 0;
        width: 260px;
    }
    .main-section
        .offers-list
        .offer-item.green-card-item
        .offer-image-wrapper {
        overflow: visible;
        width: 100%;
        left: 110px;
        bottom: 70px;
    }
    .main-section
        .offers-list
        .offer-item.green-card-item
        .offer-image-wrapper
        .offer-item-thumbnail {
        width: 90%;
        height: auto;
        position: static;
    }
    .main-section .offers-list .offer-item.casco-item .offer-image-wrapper {
        width: 212px;
        right: 0;
        bottom: 31px;
    }
    .main-section .offers-list .offer-item.medical-item .offer-image-wrapper {
        width: 167px;
        right: 0;
        top: 167px;
    }
    .main-section .offers-list .offer-item.house-item .offer-image-wrapper {
        width: 155px;
        right: 0;
        bottom: 0;
    }
    .main-section .offers-list .offer-item .btn {
        position: absolute;
        left: 30px;
        bottom: 30px;
        display: inline-block;
        z-index: 10;
    }
    .main-section .offers-list .offer-item .round-link {
        display: none;
    }
    .main-section .offers-list .offer-item h3 {
        margin-bottom: 10px;
        padding-right: 0;
    }
    .offers-list .offer-item .service-info {
        display: block;
        max-width: 100%;
    }
    .main-section .offers-list .offer-item {
        display: block;
    }
    .main-section .main-banner {
        padding: 48px 64px;
        text-align: left;
    }
    .main-section .main-banner .text-layer .contact-buttons-block {
        display: inline-flex;
    }
    .main-section .main-banner .banner-info {
        display: block;
    }
    .stats-thumbnail {
        position: absolute;
        top: 0;
        right: 0;
    }
    .main-section + .stats-section {
        margin-top: -180px;
    }
    .stats-block {
        padding-top: 410px;
    }
    .stats-block .stats-text {
        width: 82%;
    }
    .stats-block .stat-counters {
        display: flex;
        flex-wrap: wrap;
        width: 82%;
    }
    .stats-block .stat-counters .stat-counter {
        width: 50%;
        margin-bottom: 0;
    }
    .stats-block .stat-counters .stat-counter strong {
        margin-bottom: 0;
    }
    .offers-list .offer-item h3 {
        line-height: 1.05;
    }
    .offers-list .green-card-item .offer-image-wrapper img {
        transform: none;
    }
    .offers-list .rca-item h3 br {
        display: block;
    }
}
@media (min-width: 992px) {
    .main-section
        .offers-list
        .offer-item.green-card-item
        .offer-image-wrapper
        .offer-item-thumbnail {
        width: 80%;
    }
    .main-section
        .offers-list
        .offer-item.green-card-item
        .offer-image-wrapper {
        left: 185px;
        bottom: 40px;
    }
    .main-section .offers-list .offer-item.rca-item .offer-image-wrapper {
        width: 330px;
    }
}
@media (min-width: 1200px) {
    .main-section {
        background-image:
            url(images/section-bg.png), url(images/section-bg-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position:
            -150px top,
            right 700px;
        padding-bottom: 48px;
    }
    .main-section .offers-list .offer-item-wrapper {
        width: 33.33%;
    }
    .main-section .offers-list .offer-item {
        margin-bottom: 56px;
    }
    .main-section .offers-list .offer-item.casco-item {
        margin-top: 65px;
    }
    .main-section .offers-list .offer-item.medical-item {
        margin-top: 24px;
    }
    .main-section .main-banner .text-layer .btn {
        margin-bottom: 14px;
    }
    .stats-block {
        padding-top: 140px;
    }
    .stats-block .stats-text {
        width: 66%;
    }
    .stats-block .stat-counters {
        width: 66%;
    }
    .main-section
        .offers-list
        .offer-item.green-card-item
        .offer-image-wrapper
        .offer-item-thumbnail {
        width: 100%;
    }
    .offers-list .offer-item .service-info {
        max-width: 215px !important;
    }
    .main-section
        .offers-list
        .offer-item.green-card-item
        .offer-image-wrapper {
        left: 110px;
        bottom: 75px;
    }
    .main-section .offers-list .offer-item.rca-item .offer-image-wrapper {
        width: 290px;
    }
}
@media (min-width: 1400px) {
    .stats-thumbnail {
        right: -5%;
    }
}
/* online section */
.online-section {
    background: #f7f7f9;
    padding-bottom: 20px;
}
.about-block {
    padding: 16px 0;
    border-radius: 16px;
    background: #f7f7f9;
}
.about-block .image-column {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 32px;
}
.about-block .image-column img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.about-block .image-column .workhours {
    height: 117px;
    width: 88px;
    background: url(images/bg-element.svg) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}
.about-block .image-column .workhours strong {
    font-size: 28px;
    line-height: 0.92;
    font-weight: 700;
}
.about-block .text-column {
    width: 100%;
    max-width: 448px;
}
.uppertitle {
    color: #ea7648;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.about-block h2 {
    margin-bottom: 24px;
}
.about-block .about-block-text {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 32px;
}
.about-block .btn {
    margin-bottom: 32px;
}
.about-block .bottom-links .contact-link {
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: #399b7b;
    display: inline-block;
}
/* resonsive online section */
@media (min-width: 480px) {
    .about-block .bottom-links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-block .btn {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .online-section {
        background: #fff;
        padding: 32px 0;
    }
    .about-block {
        padding: 16px 16px 40px 16px;
    }
}
@media (min-width: 1200px) {
    .about-block {
        padding: 96px 112px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .about-block .image-column {
        max-width: 584px;
        padding-right: 56px;
    }
    .online-section {
        padding: 48px 0;
    }
    .about-block .image-column {
        margin-bottom: 0;
    }
    .about-block .image-column .workhours {
        right: 26px;
        bottom: auto;
        top: 40px;
    }
}
/* protect section */
.protect-section {
    padding: 0 0 32px 0;
}
.protect-section .protect-block {
    background: linear-gradient(99deg, #1b7d5d 6.33%, #47b290 91.51%);
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.protect-section .protect-block .columns-wrapper .left-column {
    box-sizing: border-box;
    position: relative;
}
.protect-section .protect-block .columns-wrapper .left-column .content-area {
    margin-bottom: 15px;
}
.protect-section .protect-block h2 {
    margin-bottom: 24px;
}
.protect-block-content {
    font-size: 18px;
    line-height: 1.33;
}
.protect-block-thumbnail {
    max-width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
    position: relative;
}
.protect-section .protect-block .container {
    position: relative;
}
.protect-section .protect-block .columns-wrapper .right-column h4 {
    margin-bottom: 36px;
}
.list-title {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 15px;
}
.protect-section .section-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.protect-section .section-list h5 {
    margin-bottom: 5px;
}
.protect-section .section-list .list-item-text {
    font-size: 14px;
    line-height: 1.14;
}
.protect-section .section-list li {
    position: relative;
    padding-left: 78px;
    margin-bottom: 26px;
}
.protect-section .section-list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
}
/* protect section responsive */
@media (min-width: 768px) {
    .protect-section .section-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
    .protect-section .section-list li {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .protect-section {
        padding: 48px 0;
    }
    .protect-section .protect-block {
        padding-top: 70px;
    }
    .protect-section .protect-block .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .protect-section .protect-block .columns-wrapper .left-column {
        width: 45%;
    }
    .protect-section
        .protect-block
        .columns-wrapper
        .left-column
        .content-area {
        padding-left: 19%;
    }
    .protect-section .protect-block .columns-wrapper .right-column {
        width: 49%;
        box-sizing: border-box;
    }
    .protect-section .protect-block .columns-wrapper .right-column h4 {
        margin-bottom: 64px;
    }
}
/* reviews section */
.reviews-section {
    padding: 32px 0;
    text-align: center;
}
.uppertitle {
    color: #ea7648;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.reviews-section h2 {
    color: #222;
    margin-bottom: 40px;
}
.owl-carousel.reviews-carousel {
    padding-top: 76px;
}
.testimonial-item img.testimonial-thumbnail {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin-top: -25px;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}
.testimonial-item-header {
    background: #f7f7f9;
    padding: 45px 50px 65px;
    position: relative;
}
.testimonial-item-header blockquote {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
}
.testimonial-item-header blockquote:before,
.testimonial-item-header blockquote:after {
    content: '';
    position: absolute;
    display: block;
    width: 27px;
    height: 23px;
    background: url(images/quote.svg) no-repeat;
}
.testimonial-item-header blockquote:before {
    top: 24px;
    left: 24px;
}
.testimonial-item-header blockquote:after {
    bottom: 24px;
    right: 24px;
}
.testimonial-item {
    text-align: center;
}
.testimonial-item h4 {
    margin-bottom: 18px;
}
.testimonial-item .stars-rating {
    font-size: 16px;
}
.testimonial-item .stars-rating i {
    color: #258767;
    margin: 0 5px;
}
.reviews-carousel .owl-nav {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
}
.reviews-carousel .owl-nav .owl-prev,
.reviews-carousel .owl-nav .owl-next {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #fff;
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4);
    position: relative;
}
.reviews-carousel .owl-nav .owl-next {
    margin-left: 32px;
}
.reviews-carousel .owl-nav .owl-prev span,
.reviews-carousel .owl-nav .owl-next span {
    display: none;
}
.reviews-carousel .owl-nav .owl-prev:before,
.reviews-carousel .owl-nav .owl-next:before {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    font-size: 16px;
    color: #ea7648;
}
.reviews-carousel .owl-nav .owl-prev:before {
    content: '\f060';
}
.reviews-carousel .owl-nav .owl-next:before {
    content: '\f061';
}
.reviews-carousel .owl-nav .owl-prev:hover,
.reviews-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(291deg, #ffeb14 -19.62%, #ea7648 68.92%);
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4);
}
.reviews-carousel .owl-nav .owl-prev:hover:before,
.reviews-carousel .owl-nav .owl-next:hover:before {
    color: #fff;
}
.reviews-section .btn-wrapper {
    margin-bottom: 48px;
}
.ttshowcase_form_wrap .error {
    display: inline-block;
}
/* reviews section responsive */
@media (min-width: 768px) {
    .testimonial-item-header {
        border-radius: 16px;
    }
    .testimonial-item-header {
        padding: 45px 75px 65px;
    }
}
@media (min-width: 1200px) {
    .reviews-section {
        padding: 48px 0;
    }
    .reviews-carousel .owl-item {
        padding-top: 24px;
        transition: 0.2s;
    }
    .reviews-carousel .center.owl-item {
        padding-top: 0;
        opacity: 1;
        transition: 0.2s;
    }
    .reviews-carousel .owl-nav {
        text-align: right;
        left: auto;
        top: -90px;
    }
    .reviews-carousel .owl-nav .owl-prev {
        margin-left: 32px;
    }
}
/* last news section */
.last-news-section {
    padding: 40px 0;
    background: #f7f7f9;
}
.last-news-section .columns-wrapper {
    margin-bottom: 32px;
    text-align: center;
}
.last-news-section .categories-buttons {
    margin-bottom: 10px;
}
.categories-buttons .blog-category-link {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    border: 1px solid #eaeaea;
    color: #399b7b;
    box-shadow: 0 1px 4px 0 rgba(16, 24, 40, 0.06);
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    transition: 0.5s;
}
.last-news-section .categories-buttons .blog-category-link.selected-link,
.last-news-section .categories-buttons .blog-category-link:hover {
    background: #399b7b;
    color: #fff;
}
.last-news-section h2 {
    margin-bottom: 32px;
}
.article-list .article-item-wrapper {
    box-sizing: border-box;
}
.article-list .article-item-wrapper .article-item {
    border-radius: 16px;
    padding: 16px;
    background: #fff;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    margin-bottom: 32px;
    position: relative;
    transition: 0.5s;
}
.article-list .article-item-wrapper .article-item:hover {
    background: #fef7ef;
}
.article-list .article-item-wrapper .article-item .article-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
}
.article-list .article-item-wrapper .article-item h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.article-list .article-item-wrapper .article-item h4 a {
    color: #222;
    text-decoration: none;
}
.article-list .article-item-wrapper .article-item .day-post {
    font-size: 14px;
    line-height: 1.14;
    color: #222;
    margin-bottom: 9px;
}
.article-list .article-item-wrapper .article-item .taglist a {
    display: inline-block;
    text-decoration: none;
    color: #399b7b;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.round-link {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    display: block;
    text-align: center;
}
.primary-link {
    background: #ea7648;
    color: #fff;
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4);
}
.primary-link:hover {
    color: #fff;
}
.secondary-link {
    background: #399b7b;
    color: #fff;
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.2);
}
.secondary-link:hover {
    color: #fff;
}
.article-list .article-item-wrapper .article-item .round-link {
    position: absolute;
    bottom: 12px;
    right: 16px;
}
.newsletter-form .newsletter-title {
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.12;
    margin-bottom: 32px;
}
.newsletter-form .wpcf7-form-control {
    margin-right: 16px;
    max-width: 480px;
}
.newsletter-form {
    color: #fff;
    display: none;
}
.newsletter-form .wpcf7-form-control-wrap {
    display: inline-block;
    padding-bottom: 24px;
    position: relative;
}
.newsletter-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: 5px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.newsletter-form .wpcf7-response-output {
    max-width: 589px;
    color: #071013;
}
.nav-links {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428;
}
.nav-links a.page-numbers {
    color: #757e81;
    text-decoration: none;
    display: inline-block;
    margin: 0 13px;
}
.nav-links .current.page-numbers {
    color: #399b7b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #fff;
    display: inline-block;
}
.prev.page-numbers:before,
.next.page-numbers:before {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
}
.prev.page-numbers:before {
    content: '\f060';
}
.next.page-numbers:before {
    content: '\f061';
}
/* last news responsive */
@media (max-width: 1199px) {
    .article-list {
        max-width: 416px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .last-news-section {
        padding: 64px 0 80px;
    }
    .last-news-section h2 {
        margin-bottom: 0;
    }
    .article-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px 32px;
    }
    .article-list .article-item-wrapper {
        padding: 0 12px;
        width: 33.3%;
    }
    .last-news-section .columns-wrapper {
        justify-content: space-between;
        display: flex;
        text-align: left;
        margin-bottom: 80px;
    }
    .last-news-section .columns-wrapper .btn {
        margin-top: 55px;
    }
    .newsletter-form {
        display: block;
    }
    .owl-carousel.reviews-carousel {
        padding-top: 24px;
    }
    .prev.page-numbers,
    .next.page-numbers {
        display: none;
    }
}
/* partner section */
.partner-section {
    padding: 32px 0;
}
.last-news-section + .partner-section,
.map-section + .partner-section {
    padding-top: 64px;
}
.partner-block {
    padding-top: 30px;
    text-align: center;
    background: url(images/decor-element-4.svg) no-repeat center 74px;
    background-size: 264px auto;
}
.partner-block h2 {
    margin-bottom: 24px;
}
.partner-section.partner-contact-section h2 {
    margin-bottom: 8px;
}
.partner-section .subtitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    color: #071013;
    margin-bottom: 24px;
}
.partner-logo {
    max-width: 100%;
    margin-bottom: 32px;
}
.partner-section.partner-contact-section .partner-logo {
    margin-bottom: 32px;
}
.about-link {
    display: inline-block;
    color: #399b7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.about-link:hover {
    color: #399b7b;
    text-decoration: none;
}
.partner-section.partner-contact-section .about-link {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.page-id-294 .about-link {
    display: none;
}
.partner_infos_wrapper {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
}
.partner_infos {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.partner_infos .partner_infos {
    margin-bottom: 0 !important;
}
.partner_infos span {
    font-weight: bold;
    margin: 0;
    color: #399b7b;
    font-style: normal;
    font-size: 32px;
}
.partner_infos h5 {
    margin: 0;
    color: #399b7b;
    font-style: normal;
    font-size: 32px;
}
/* partner section responsive */
@media (width < 540px) {
    .partner_infos span {
        display: none;
    }
    .partner_infos {
        gap: 0px;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
@media (min-width: 375px) {
    .partner-block {
        background-size: 334px auto;
    }
}

@media (min-width: 768px) {
    .partner-block {
        background: url(images/decor-element-4.svg) no-repeat center top;
        background-size: 642px auto;
    }
}
@media (min-width: 1200px) {
    .partner-section {
        padding: 48px 0;
    }
    .last-news-section + .partner-section,
    .map-section + .partner-section {
        padding-top: 96px;
    }
    .partner-logo {
        margin-bottom: 88px;
    }
    /* .about-link {
        margin-bottom: 48px;
    } */
}
/* form block section */
.form-block-section {
    padding: 64px 0 32px;
    overflow: hidden;
}
.stations-section + .form-block-section {
    padding-top: 32px;
}
.form-block {
    padding: 16px;
    background: linear-gradient(
        291deg,
        rgba(254, 138, 92, 0.7) 30.36%,
        #ff6629 100%
    );
    position: relative;
}
.form-block:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    background: url(images/decor-element-3.svg);
}
.form-wrapper {
    max-width: 596px;
    border-radius: 16px;
    background: linear-gradient(115deg, #fff 1.6%, #fff6f2 100%);
    padding: 24px;
    position: relative;
    margin-bottom: 104px;
}
.form-wrapper h3 {
    color: #ea7648;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1.05;
}
.form-wrapper .subtitle {
    margin-bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
    color: #222;
}
.form-wrapper .wpcf7-form-control-wrap {
    margin-bottom: 8px;
    display: block;
}
.form-block label {
    margin-bottom: 6px;
}
.form-wrapper .btn {
    margin-top: 24px;
}
.form-wrapper .wpcf7-form {
    width: 83%;
    max-width: 462px;
    position: relative;
    z-index: 30;
}
.form-wrapper .decor-element {
    position: absolute;
    right: 15px;
    bottom: 190px;
}
.form-block .decor-element-2 {
    position: absolute;
    width: 230px;
    right: 0;
    bottom: -121px;
}
/* form block section responsive */
@media (min-width: 480px) {
    .form-block .decor-element-2 {
        width: 260px;
    }
}
@media (min-width: 768px) {
    .form-block {
        border-radius: 16px;
        padding: 40px;
    }
    .form-wrapper {
        padding: 32px;
    }
    .form-wrapper .subtitle {
        margin-bottom: 32px;
    }
    .form-wrapper .decor-element {
        right: 32px;
        bottom: 32px;
    }
    .form-wrapper .wpcf7-form {
        width: 100%;
    }
    .form-block .decor-element-2 {
        bottom: -146px;
        width: 55%;
    }
    .form-wrapper .wpcf7-form-control-wrap {
        margin-bottom: 16px;
    }
}
@media (min-width: 992px) {
    .form-block .decor-element-2 {
        position: absolute;
        width: 100%;
        right: -80%;
    }
}
@media (min-width: 1200px) {
    .form-block-section {
        padding: 96px 0 48px 0;
    }
    .stations-section + .form-block-section {
        padding-top: 0;
    }
}
/* service list section */
.service-list-section {
    padding: 32px 0;
}
.partner-section + .service-list-section {
    padding-top: 0;
}
.service-list {
    margin: 0;
    padding: 0;
}
.service-list li {
    box-sizing: border-box;
    list-style: none;
    padding: 0 12px 24px;
}
.service-list li .service-list-item {
    padding: 20px;
    box-sizing: border-box;
    min-height: 120px;
    border-radius: 16px;
    background: #f7f7f9;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #071013;
}
.service-list li .service-list-item .service-img-column {
    padding-right: 20px;
}
.service-list li .service-list-item .service-link-column {
    padding-left: 20px;
}
.service-list li .service-list-item h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
/* service list section responsive */
@media (max-width: 1199px) {
    .service-list {
        max-width: 416px;
        margin: 0 auto;
    }
}
@media (min-width: 375px) {
    .service-list li .service-list-item h4 {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .service-list-section {
        padding: 48px 0;
    }
    .service-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }
    .service-list li {
        width: 33.3%;
    }
}
/* calculator section */
.calculator-section {
    padding: 32px 0;
}
.calculator-section-banner {
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 32px;
    margin-bottom: 32px;
}
.calculator-section-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(7, 16, 19, 0.8) 0.15%,
        rgba(7, 16, 19, 0) 99.82%
    );
    z-index: 4;
    border-radius: 16px;
}
#calculator-anchor {
    position: relative;
    top: -120px;
}
.calculator-section-banner-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.text-layout {
    position: relative;
    z-index: 5;
}
.calculator-section h1 {
    max-width: 682px;
    margin-bottom: 16px;
    font-size: 32px;
}
.banner-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    margin-bottom: 0;
    max-width: 682px;
}
.banner-description p:last-of-type {
    margin-bottom: 0;
}
.calculator-block {
    max-width: 862px;
    margin: 0 auto 34px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #fff;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.calculator-block .calculator-header {
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #f7f7f9;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.steps-list .step {
    margin-right: 24px;
    color: #757e81;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    margin-bottom: 6px;
}
.steps-list .step.active-step,
.steps-list .step.complete-step {
    color: #399b7b;
    margin-bottom: 16px;
}
.steps-list .step span {
    display: inline-block;
    padding-bottom: 23px;
    position: relative;
}
.steps-list .step:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}
.calculator-block .nav-tabs {
    border: none;
}
.calculator-block .nav-item {
    margin-bottom: 16px;
    margin-right: 24px;
}
.calculator-block .nav-item .nav-link {
    color: #757e81;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    padding: 0 0 23px 0;
    border: none !important;
    pointer-events: none;
}
.calculator-block .nav-tabs .nav-item.show .nav-link,
.calculator-block .nav-tabs .nav-link.active {
    background: none;
    color: #399b7b;
    border: none;
    position: relative;
}
.calculator-block .nav-tabs .nav-item.show .nav-link:after,
.calculator-block .nav-tabs .nav-link.active:after {
    content: '';
    border-radius: 16px;
    background: #399b7b;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
}
.calculator-body {
    padding: 24px 16px;
    background: #fff;
    border-radius: 0 0 16px 16px;
}
.calculator-body h4 {
    margin-bottom: 32px;
}
.calculator-body label {
    color: #000;
    display: block;
}
.calculator-body .buttons-block {
    margin-bottom: 8px;
}
.calculator-body .buttons-block .btn {
    margin-right: 16px;
    margin-bottom: 24px;
}
.calculator-body .button-wrapper {
    margin-top: 24px;
}
.link-banner {
    border-radius: 16px;
    background: #f2fef7;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex;
    align-items: center;
    padding: 166px 42px 32px 24px;
    position: relative;
    min-height: 172px;
    box-sizing: border-box;
    max-width: 862px;
    margin: 0 auto;
}
.link-banner.medical,
.link-banner.goods {
    background: #e9f0f5;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.link-banner .banner-title {
    color: #071013;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin-right: 11%;
}
.link-banner .banner-title a {
    color: #071013;
    text-decoration: none;
}
.link-banner .decor-element-1 {
    top: 52px;
    left: 24px;
    width: 48px;
    position: absolute;
}
.link-banner.goods .decor-element-1 {
    display: none !important;
}
.link-banner .decor-element-2 {
    width: 172px;
    top: 18px;
    right: 0;
    position: absolute;
    z-index: 1;
}
.link-banner.medical .decor-element-2 {
    width: 122px;
    top: 5px;
}
.link-banner.goods .decor-element-2 {
    width: 161px;
    right: 19px;
    top: 25px;
}
.switch-buttons-block {
    border-radius: 56px;
    background: #f7f7f9;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 32px;
}
.switch-buttons-block .nav-link {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    color: #071013;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 40px;
    font-weight: 700;
    border: none;
}
.switch-buttons-block .nav-link.active {
    text-transform: none;
    background: linear-gradient(99deg, #1b7d5d 6.33%, #47b290 91.51%);
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.4);
    color: #fff !important;
    border: none !important;
    outline: none !important;
}
.insurance-block,
.insurance-person {
    border-radius: 16px;
    background: #f7f7f9;
    padding: 32px 16px;
    margin-bottom: 25px;
    position: relative;
}
.insurance-person .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color: #399b7b;
}
.insurance-person:first-of-type .close-button {
    display: none;
}
#insured-people-adder,
.adding-new-customer-block {
    border-radius: 80px;
    background: #f7f7f9;
    padding: 16px 22px 16px 62px;
    position: relative;
    margin: 8px 0 24px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
}
.adding-new-customer-block h5 {
    margin-bottom: 0;
    font-size: 16px;
}
#insured-people-adder:after,
.adding-new-customer-block:after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    line-height: 20px;
    text-rendering: auto;
    border: 2px solid #399b7b;
    color: #399b7b;
    font-size: 16px;
    text-align: center;
    width: 24px;
    height: 24px;
    background: none;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -12px;
}
.select-type-block .type-of-certificate-wrapper {
    box-sizing: border-box;
    margin: 0 auto 24px;
    max-width: 213px;
}
.select-type-block .type-of-certificate-wrapper .type-of-certificate {
    border-radius: 16px;
    background: #f7f7f9;
    padding: 24px;
    min-height: 213px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.select-type-block .type-of-certificate-wrapper .type-of-certificate img {
    max-height: 129px;
    max-width: 100%;
}
.select-type-block
    .type-of-certificate-wrapper
    .type-of-certificate.active-item {
    background: #f2fef7;
}
.type-of-certificate {
    cursor: pointer;
}
.certificate-label {
    font-size: 14px;
    line-height: 1.14;
}
.select-type-block
    .type-of-certificate-wrapper
    .type-of-certificate.active-item
    .certificate-label {
    color: #399b7b;
}
.title-part {
    display: flex;
    margin-bottom: 5px;
}
.certificate-label {
    display: inline-block;
    position: relative;
    top: 3px;
}
.radio-buttons-row {
    display: flex;
}
.radio-wrapper {
    box-sizing: border-box;
    padding-right: 32px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.right-item input[type='radio']:checked + label + .right-item-title {
    color: #399b7b;
}
.calculator-body .button-wrapper:not(.two-steps) {
    text-align: right;
}
.calculator-body .button-wrapper .btn .spinner-border {
    width: 1rem;
    height: 1rem;
    margin-right: 2px;
}
.previous-step-link {
    color: #399b7b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}
.previous-step-link:hover {
    color: #399b7b;
    text-decoration: none;
}
.price-result {
    border-radius: 56px;
    border: 1px solid rgba(234, 118, 72, 0.4);
    background: #fff;
    box-shadow:
        3px -2px 18px -2px rgba(255, 163, 54, 0.24),
        -2px 0px 20px -2px rgba(255, 163, 54, 0.24);
    font-weight: 400;
    line-height: 1.333;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.price-result #polis-price {
    margin-left: 16px;
}
.price-result #polis-price,
.price-result .polis-currency {
    font-weight: 700;
    line-height: 1.2;
    color: #ea7648;
}
.price-result .polis-currency {
    margin-left: 2px;
}
.type-title {
    font-weight: 600;
}
.active-item .type-title {
    color: #399b7b;
}
.type-description {
    color: #757e81;
}
.calculator-info-block {
    border-radius: 16px;
    background: #f7f7f9;
    padding: 32px;
    position: relative;
    margin-bottom: 24px;
}
.calculator-info-block.active-block {
    background: #f2fef7;
}
.calculator-info-block .radiofield {
    margin-bottom: 16px;
}
.calculator-info-block h5 {
    margin-bottom: 24px;
}
.more-details-link {
    color: #399b7b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
.more-details-link:hover {
    color: #399b7b;
}
.calculator-info-block ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}
.calculator-info-block ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 24px;
}
.calculator-info-block ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.info-block-title {
    margin-bottom: 10px;
}
.calculator-info-block ol {
    margin: 0 0 16px 16px;
    padding: 0;
}
.calculator-info-block ol li {
    margin-bottom: 8px;
}
.logo-part {
    margin-bottom: 24px;
}
.logo-part img {
    width: 133px;
    height: auto;
    margin-bottom: 20px;
}
.info-price-element {
    color: #399b7b;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #399b7b;
    border-radius: 40px;
    padding: 8px 16px;
    box-sizing: border-box;
    max-width: 160px;
}
.info-currency {
    margin-left: 3px;
}
.conditions-acceptance-block {
    display: flex;
}
.accetance-caption {
    font-weight: 600;
    position: relative;
    top: -3px;
}
.accetance-caption a {
    color: #ea7648;
}
.select-option-block {
    margin: 32px 0;
}
.radio-wrapper {
    display: flex;
    align-self: center;
}
.conditions-acceptance-block {
    margin-bottom: 32px;
}
.select-status-buttons {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
}
.select-status-buttons .radio-wrapper {
    margin-right: 24px;
}
.calculator-section .conditions-acceptance-block {
    margin-bottom: 32px;
}
.review-details {
    display: none;
    padding: 16px;
    margin-bottom: 32px;
    border-radius: 16px;
}
.review-details .review-details-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-details h3 {
    color: #32936f;
}
.visas-icon {
    margin-left: 10px;
}
.g-recaptcha {
    margin-bottom: 40px;
}
.rent-status-block {
    display: none;
}

.date-period-count {
    white-space: nowrap;
}
.insurance-packages input[type='radio'] {
    display: block;
}
.calculation-form .table th {
    background: #399b7b;
    color: #fff;
}
.insurance-packages label {
    display: flex;
    align-items: center;
}
.insurance-packages label input {
    margin-right: 10px;
}
.hide-button .text-end {
    display: none !important;
}
.insurance-block.inline-styles-reset .p-3 {
    padding: 0 !important;
}
.insurance-block.inline-styles-reset .p-4 {
    padding: 0 !important;
}
.insurance-block.inline-styles-reset .border {
    border: none !important;
}
.review-details.inline-styles-reset > div {
    padding: 0 !important;
    background: none !important;
    margin-bottom: 1rem;
}
.review-details.inline-styles-reset .border {
    border: none !important;
}
.review-details.inline-styles-reset > div > .mb-3 {
    margin-bottom: 0 !important;
}
#confirm-form .review-details #confirm-price {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.05;
    color: #32936f;
}
/* calculator section responsive */
@media (min-width: 375px) {
    .switch-buttons-block .nav-link {
        padding: 16px 24px;
    }
    .price-result {
        font-size: 16px;
    }
}
@media (min-width: 424px) {
    .rights-block {
        display: flex;
        flex-wrap: wrap;
    }
    .right-item {
        width: 50%;
    }
    .switch-buttons-block {
        padding: 16px;
    }
    #insured-people-adder,
    .adding-new-customer-block {
        padding: 26px 32px 26px 72px;
        margin-bottom: 48px;
    }
    .adding-new-customer-block h5 {
        font-size: 20px;
    }
    .calculator-body .button-wrapper.two-steps {
        display: flex;
        align-items: center;
        justify-content: end;
        flex-wrap: wrap;
    }
    .price-result-column {
        flex: 0 0 100%;
    }
    .price-result-column .price-result {
        max-width: 318px;
        margin: 0 auto 20px;
    }
    .previous-step-link {
        margin-bottom: 0;
    }
    .price-result {
        font-size: 18px;
        padding: 16px 24px;
    }
    .price-result #polis-price,
    .price-result .polis-currency {
        font-size: 20px;
    }
    #insured-people-adder {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .calculator-section h1 {
        font-size: 40px;
    }
    .banner-description {
        margin-bottom: 40px;
    }
    .steps-list {
        display: flex;
    }
    .calculator-block .calculator-header {
        padding: 28px 48px 4px;
    }
    .steps-list .step {
        margin-bottom: 0;
    }
    .calculator-body {
        padding: 48px;
    }
    .calculator-body .buttons-block {
        display: flex;
        margin-bottom: 32px;
    }
    .calculator-body .select-buttons-block {
        display: flex;
        margin-top: 32px;
    }
    .calculator-body .buttons-block .btn {
        margin-bottom: 0;
    }
    .link-banner .decor-element-1 {
        top: 18px;
        right: 40px;
        left: auto;
        width: 104px;
        position: absolute;
    }
    .link-banner {
        padding: 48px 172px 48px 48px;
    }
    .link-banner .banner-title {
        font-size: 32px;
    }
    .select-type-block {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }
    .select-type-block .type-of-certificate-wrapper {
        max-width: none;
        margin: 0 0 24px 0;
        padding: 0 12px;
        width: 33.33%;
    }
    .rights-block {
        flex-wrap: nowrap;
    }
    .right-item {
        width: auto;
    }
    .previous-step-link {
        margin-right: 40px;
    }
    .select-type-block.select-payment-method .type-of-certificate-wrapper {
        width: 50%;
    }
    .select-type-block.select-payment-method
        .type-of-certificate-wrapper
        .type-of-certificate {
        min-height: 160px;
    }
    .logo-part {
        position: absolute;
        top: 60px;
        right: 24px;
        text-align: center;
        margin-bottom: 0;
    }
    .review-details {
        padding: 32px;
    }
    #confirm-form .review-details #confirm-price {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    .price-result-column {
        flex: 0 0 auto;
        margin-right: 40px;
    }
    .price-result-column .price-result {
        max-width: none;
        margin: 0;
    }
    .select-type-block.select-payment-method .type-of-certificate-wrapper {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .calculator-section {
        padding: 40px 0 48px;
        background: url(images/section-bg-3.svg) no-repeat left top;
        background-size: 563px auto;
    }
    .postid-107 .calculator-section,
    .postid-2212 .calculator-section {
        background: url(images/section-bg-4.svg) no-repeat left top;
        background-size: 563px auto;
    }
    .postid-106 .calculator-section,
    .postid-2213 .calculator-section {
        background: url(images/section-bg-5.svg) no-repeat left top;
        background-size: 563px auto;
    }
    .postid-109 .calculator-section,
    .postid-2178 .calculator-section {
        background: url(images/section-bg-6.svg) no-repeat left top;
        background-size: 563px auto;
    }
    .postid-110 .calculator-section {
        background: url(images/section-bg-7.svg) no-repeat left top;
        background-size: 563px auto;
    }
    .calculator-section h1 {
        font-size: 48px;
    }
    .calculator-section-banner {
        margin-bottom: 40px;
    }
}
/* faq section */
.faq-section {
    padding: 32px 0;
}
.faq-section h2 {
    text-align: center;
    max-width: 686px;
    margin: 0 auto 20px;
}
.faq-section .subtitle {
    margin-bottom: 48px;
    text-align: center;
}
.faq-section .accordion {
    max-width: 768px;
    margin: 0 auto 64px;
}
.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eaeaea;
}
.accordion .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 24px 40px 24px 0;
}
.accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.accordion .accordion-button:not(.collapsed) {
    background: none;
    color: #071013;
    box-shadow: none;
}
.accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    color: #757e81;
    font-size: 18px;
    line-height: 1.333;
}
.accordion-button:after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    line-height: 20px;
    text-rendering: auto;
    border: 2px solid #399b7b;
    color: #399b7b;
    font-size: 16px;
    text-align: center;
    width: 24px;
    height: 24px;
    background: none;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 24px;
}
.accordion-button:not(.collapsed):after {
    content: '\f068';
    background: none;
}
.faq-section .button-wrapper {
    text-align: center;
}
/* faq section responsive */
@media (min-width: 1200px) {
    .faq-section {
        padding: 48px 0;
        background: url(images/umbrella-insurance.png) no-repeat left 100px;
        background-size: 300px auto;
    }
    .faq-section .subtitle {
        margin-bottom: 64px;
    }
}
/* about section */
.about-section {
    padding: 32px 0;
    background: #f3faff;
    overflow: hidden;
}
.about-section .columns-wrapper .text-column {
    box-sizing: border-box;
    position: relative;
}
.about-section .columns-wrapper .text-column .decor-element-1 {
    position: absolute;
    left: -154px;
    bottom: -70px;
}
.about-section .columns-wrapper .text-column h1 {
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.08;
}
.about-section .columns-wrapper .text-column .section-content {
    font-size: 18px;
    line-height: 1.333;
}
.about-section .columns-wrapper .image-column {
    box-sizing: border-box;
    position: relative;
}
.about-section .columns-wrapper .image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}
.about-section .columns-wrapper .image-column .decor-element-2 {
    position: absolute;
    right: -145px;
    top: -65px;
}
/* about section responsive*/
@media (min-width: 768px) {
    .about-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-section .columns-wrapper .text-column {
        width: 51%;
        padding-right: 32px;
    }
    .about-section .columns-wrapper .image-column {
        width: 49%;
        padding-left: 32px;
    }
}
@media (min-width: 1200px) {
    .about-section {
        padding: 96px 0;
    }
    .about-section .columns-wrapper .text-column h1 {
        font-size: 48px;
    }
}
/* content section */
.content-section {
    padding: 32px 0;
}
.content-section .container {
    position: relative;
}
.content-section h2 {
    font-weight: 400;
    margin-bottom: 24px;
}
.content-section h3 {
    color: #399b7b;
    font-weight: 400;
    margin-bottom: 24px;
}
.content-section ul {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}
.content-section ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 24px;
}
.content-section ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.content-part {
    max-width: 752px;
}
.mini-contact-form {
    border-radius: 16px;
    background: linear-gradient(115deg, #fff 1.6%, #fff6f2 100%);
    box-shadow:
        2px 2px 16px 0px rgba(234, 118, 72, 0.06),
        0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    padding: 24px 92px 24px 24px;
    max-width: 416px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 100px;
}
.mini-contact-form .wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: -78px;
    font-size: 15px;
    margin: 0 !important;
}
.mini-contact-form .mini-contact-form-info {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    margin-bottom: 32px;
}
.mini-contact-form .decor-element {
    position: absolute;
    top: 16px;
    right: 16px;
}
.mini-contact-form .wpcf7-spinner {
    position: absolute;
    top: auto;
    bottom: 36px;
    right: 24px;
}
/* content section responsive */
@media (min-width: 1200px) {
    .content-section {
        padding: 48px 0;
    }
    .mini-contact-form {
        position: absolute;
        top: -80px;
        right: 0;
    }
}
/* info banner section */
.info-banner-section {
    padding: 32px 0;
}
.info-banner {
    border-radius: 20px;
    background: linear-gradient(99deg, #47b290 6.33%, #1b7d5d 91.51%);
    box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
    color: #fff;
    padding: 32px 24px;
    position: relative;
    margin-bottom: 32px;
}
.info-banner h2 {
    margin-bottom: 24px;
}
.info-banner .content-column {
    max-width: 548px;
    z-index: 1;
    position: relative;
}
.info-banner .image-column {
    display: none;
}
.info-banner .banner-content {
    color: #eff0f6;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 24px;
}
.info-banner-buttons-wrapper .btn {
    margin-bottom: 20px;
}
.info-banner-buttons-wrapper .btn:first-of-type {
    margin-right: 20px;
}
.info-banner .decor-element {
    position: absolute;
    width: 38px;
}
.info-banner .decor-element-1 {
    top: 16px;
    left: 46%;
}
.info-banner .decor-element-2 {
    top: 16px;
    left: 65%;
}
.info-banner .decor-element-3 {
    top: 93px;
    left: 65%;
}
.info-banner .decor-element-4 {
    top: 93px;
    left: 83%;
}
.info-banner .decor-element-5 {
    top: 145px;
    left: 83%;
}
.info-banner .decor-element-6 {
    display: none;
}
.info-banner .decor-element-7 {
    display: none;
}
/* info banner section responsive */
@media (min-width: 1200px) {
    .info-banner-section {
        padding: 48px 0;
    }
    .info-banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 100px 22px 80px;
        margin-bottom: 32px;
    }
    .info-banner .image-column {
        display: block;
    }
    .info-banner .decor-element-1 {
        top: 40px;
        left: 46%;
    }
    .info-banner .decor-element-2 {
        top: 40px;
        left: 52%;
    }
    .info-banner .decor-element-3 {
        top: 93px;
        left: 52%;
    }
    .info-banner .decor-element-4 {
        top: 93px;
        left: 57%;
    }
    .info-banner .decor-element-5 {
        top: 145px;
        left: 57%;
    }
    .info-banner .decor-element-6 {
        top: 145px;
        left: 60.5%;
        display: block;
    }
    .info-banner .decor-element-7 {
        bottom: 40px;
        right: 20px;
        display: block;
    }
}
/* contact section */
.contact-section {
    padding: 32px 0;
    text-align: center;
}
.contact-section h1 {
    margin-bottom: 24px;
}
.contact-section .subtitle {
    margin-bottom: 24px;
}
.contacts-list .contact-item {
    max-width: 224px;
    margin: 0 auto 24px;
}
.contacts-list .contact-item .item-icon {
    margin-bottom: 10px;
}
.contact-item-info {
    color: #757e81;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    margin-bottom: 15px;
}
.contacts-list .phone-number {
    color: #071013;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}
.contact-section .contact-buttons-block {
    margin-bottom: 0;
}
/* contact section responsive */
@media (min-width: 768px) {
    .contacts-list {
        display: flex;
        justify-content: space-around;
    }
    .contacts-list .contact-item {
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .contact-section {
        padding: 96px 0;
    }
    .contact-section .subtitle {
        margin-bottom: 96px;
    }
}
/* map column */
.map-section .columns-wraper {
    max-width: 1920px;
    margin: 0 auto;
}
.map-section .columns-wraper .form-column {
    box-sizing: border-box;
    background: #f7f7f9;
    padding: 64px 16px;
}
.map-section .columns-wraper .form-column h2 {
    margin-bottom: 24px;
}
.map-section .columns-wraper .form-column .subtitle {
    margin-bottom: 48px;
}
.map-section .columns-wraper .map-column {
    box-sizing: border-box;
    position: relative;
    height: 520px;
}
.map-section .columns-wraper .map-column .acf-map {
    height: 100%;
}
.form-info-caption {
    color: #757e81;
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 48px;
}
.map-section .columns-wraper .form-column .conditions-acceptance-block {
    margin-bottom: 32px;
}
.turnstile-wrapper {
    margin-bottom: 30px;
}
.form-block .turnstile-wrapper {
    margin-bottom: 0;
}
.mini-contact-form .turnstile-wrapper {
    margin-bottom: 12px;
}
.subscribe-section .wpcf7-turnstile {
    margin-top: 20px;
}
/* map column responsive */
@media (min-width: 1200px) {
    .map-section .columns-wraper {
        display: flex;
        flex-wrap: wrap;
    }
    .map-section .columns-wraper .form-column {
        width: 50%;
    }
    .map-section .columns-wraper .form-column {
        padding: 140px 8% 140px 15px;
        display: flex;
        justify-content: end;
    }
    .map-section .columns-wraper .map-column {
        width: 50%;
        height: auto;
    }
    .form-content {
        max-width: 480px;
    }
}
/* login section */
.login-section {
    padding: 32px 0;
    background: #fffefc;
}
.login-section + .partner-section {
    background: #fffefc;
}
.login-section .section-columns .content-column {
    box-sizing: border-box;
    text-align: center;
}
.login-section .section-columns .content-column h1 {
    margin-bottom: 24px;
}
.login-section .section-columns .content-column form {
    text-align: left;
}
.login-section .section-columns .content-column form .btn {
    margin-bottom: 24px;
}
.login-section .section-columns .image-column img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.woocommerce-privacy-policy-text {
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 24px;
}
.woocommerce-privacy-policy-text a {
    color: #ea7648;
    text-decoration: none;
}
.confidential-info a:hover {
    text-decoration: underline;
}
.woocommerce-form-row {
    margin-bottom: 24px;
}
.woocommerce-notices-wrapper .woocommerce-error {
    background: rgba(226, 6, 19, 0.7);
    color: #fff;
    padding: 15px;
    border-radius: 16px;
    outline: none !important;
    margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background: rgba(15, 131, 77, 0.7);
    color: #fff;
    padding: 15px;
    border-radius: 16px;
    outline: none !important;
    margin: 0;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
    list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-error a {
    color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-error a:hover {
    text-decoration: none;
}
.woocommerce-password-strength {
    padding-top: 10px;
}
/* login section resonsive */
@media (min-width: 768px) {
    .login-section {
        padding: 48px 0;
    }
    .login-section .section-columns {
        display: flex;
        flex-wrap: wrap;
    }
    .login-section .section-columns .image-column {
        width: 48%;
    }
    .login-section .section-columns .content-column {
        width: 52%;
        padding: 32px 32px 32px 0;
    }
}
@media (min-width: 1200px) {
    .login-section .section-columns .content-column {
        display: flex;
        justify-content: center;
        padding: 32px;
    }
    .login-section .section-columns .content-column .content-wrapper {
        max-width: 480px;
        flex: 1 0;
    }
    .login-section h1 {
        margin-bottom: 24px;
        font-size: 48px;
    }
}
/* info section */
.info-section {
    padding: 32px 0 64px;
    text-align: center;
    position: relative;
}
.info-section .container {
    position: relative;
    z-index: 5;
}
.info-section h1 {
    margin-bottom: 30px;
}
.info-section .section-content {
    max-width: 768px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.333;
}
.info-section .decor-group-1 {
    display: none;
}
.info-section .decor-group-2 {
    display: none;
}
/* info section responsive */
@media (min-width: 1200px) {
    .info-section h1 {
        font-size: 48px;
    }
    .info-section .decor-group-1 {
        position: absolute;
        top: 131px;
        left: 21px;
        display: block;
    }
    .info-section .decor-group-2 {
        position: absolute;
        top: 21px;
        right: 21px;
        display: block;
    }
    .info-section {
        padding: 96px 0;
    }
}
/* clients section */
.clients-section {
    padding: 64px 0;
    background: #f7f7f9;
}
.clients-section h2 {
    margin-bottom: 24px;
}
.clients-section .section-columns .content-column {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.333;
}
.clients-section .section-columns .content-column p {
    margin-bottom: 32px;
}
.clients-section .section-columns .content-column ul {
    padding: 0;
    margin: 0 0 32px 0;
}
.clients-section .section-columns .content-column ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
    list-style: none;
}
.clients-section .section-columns .content-column ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.clients-section .section-columns .image-column img {
    width: 100%;
    height: auto;
}
/* clients section responsive */
@media (min-width: 1200px) {
    .clients-section {
        padding: 96px 0;
    }
    .clients-section .section-columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .clients-section .section-columns .content-column {
        width: 45%;
    }
    .clients-section .section-columns .image-column {
        width: 53%;
    }
}
/* colaboration section */
.colaboration-section {
    padding: 32px 0;
}
.partner-info-section + .colaboration-section {
    padding-top: 64px;
}
.colaboration-section h2 {
    margin-bottom: 24px;
}
.colaboration-section .subtitle {
    margin-bottom: 40px;
    max-width: 768px;
}
.colaboration-section .section-columns .image-column img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.styled-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.styled-list li {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    position: relative;
}
.styled-list li:before {
    content: '';
    flex: 0 0 48px;
    margin-right: 32px;
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: url(images/heart.svg) no-repeat center #fef7ef;
    background-size: 24px;
}
/* colaboration section responsive */
@media (min-width: 1200px) {
    .colaboration-section {
        padding: 48px 0;
    }
    .partner-info-section + .colaboration-section {
        padding-top: 96px;
    }
    .colaboration-section h2 {
        font-size: 40px;
    }
    .colaboration-section .section-columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .colaboration-section .section-columns .content-column {
        width: 50%;
        padding-top: 40px;
    }
    .colaboration-section .section-columns .image-column {
        width: 38%;
    }
    .styled-list li:last-of-type {
        margin-bottom: 0;
    }
}
/* article */
.article-top-section {
    padding: 32px 0;
    text-align: center;
}
.article-top-section h1 {
    max-width: 960px;
    margin: 0 auto 24px;
}
.article-top-section .subtitle {
    max-width: 960px;
    margin: 0 auto;
}
.article-banner {
    height: 516px;
}
.article-content {
    padding: 32px 0;
}
.article-content .section-columns .article-column-wrapper article {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.333;
}
.article-content h2 {
    margin-bottom: 24px;
    color: #ea7648;
}
.article-content h3 {
    margin-bottom: 24px;
}
.article-content h4 {
    margin-bottom: 24px;
    color: #399b7b;
}
.article-content .section-columns .article-column-wrapper article p {
    margin-bottom: 24px;
}
.article-content .section-columns .article-column-wrapper article p a {
    color: #428bb9;
    font-weight: 600;
}
.wp-block-image {
    margin-bottom: 24px;
}
.wp-block-image img {
    margin-bottom: 16px;
    max-width: 100%;
    height: auto;
}
.wp-block-image figcaption.wp-element-caption {
    color: #757e81;
    font-size: 14px;
    line-height: 1.14;
    margin: 0;
}
.article-content .section-columns .article-column-wrapper article blockquote {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    padding-left: 20px;
    border-left: 2px solid #ea7648;
    margin: 0 0 24px 0;
}
.article-content .section-columns .article-column-wrapper article blockquote p {
    margin-bottom: 0 !important;
}
.article-content
    .section-columns
    .article-column-wrapper
    article
    blockquote
    + p {
    color: #757e81;
    font-size: 14px;
    line-height: 1.14;
    position: relative;
    top: -48px;
    left: 20px;
    display: inline-block;
}
.cta {
    border-radius: 16px;
    background: #f7f7f9;
    padding: 32px;
    position: relative;
    margin-bottom: 48px;
}
.cta h3 {
    color: #399b7b;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 24px;
    position: relative;
    z-index: 10;
}
.cta a {
    position: relative;
    z-index: 10;
}
.cta .decor-element-1 {
    bottom: 0;
    right: 0;
    width: 118px;
    position: absolute;
    z-index: 5;
}
.cta .decor-element-2 {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 4;
}
.article-content .section-columns .article-column-wrapper article ul {
    padding: 0;
    margin: 0 0 32px 0;
}
.article-content .section-columns .article-column-wrapper article ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
    list-style: none;
}
.article-content .section-columns .article-column-wrapper article ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.share-block {
    border-top: 1px solid #eaecf0;
    margin-top: 24px;
    padding-top: 24px;
    margin-bottom: 64px;
}
.share-block .share-block-title {
    color: #101828;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 16px;
}
.share-buttons a,
.share-buttons button {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background: #fff;
    margin-right: 10px;
    color: #757e81;
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    margin-bottom: 10px;
}
.share-buttons a:last-of-type {
    margin-right: 0;
}
.share-buttons a:hover {
    color: #399b7b;
    border-color: #399b7b;
}
.share-buttons #copyButton i {
    margin-right: 8px;
}
.article-content .section-columns aside .mini-contact-form {
    margin: 0 auto;
}
.mini-contact-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}
/* article responsive */
@media (min-width: 768px) {
    .cta .decor-element-1 {
        bottom: auto;
        top: 18px;
        right: 0;
        left: auto;
        width: 146px;
    }
}
@media (min-width: 1200px) {
    .article-top-section {
        padding: 96px 0;
    }
    .article-top-section h1 {
        font-size: 48px;
    }
    .article-content .service-list {
        margin: 0;
        display: block;
    }
    .article-content .service-list li {
        width: 100%;
    }
    .article-content .mini-contact-form {
        top: 0;
        position: relative;
    }
    .article-top-section h1 {
        font-size: 48px;
    }
    .article-content h2 {
        font-size: 40px;
    }
    .article-content h3 {
        font-size: 28px;
    }
    .article-content h4 {
        font-size: 20px;
    }
    .article-content .section-columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .article-content .section-columns .article-column-wrapper {
        width: 70%;
    }
    .article-content .section-columns aside {
        width: 30%;
    }
    .article-content {
        padding: 48px 0;
    }
    .article-content .section-columns .article-column-wrapper {
        box-sizing: border-box;
        padding-right: 64px;
        display: flex;
        justify-content: end;
    }
    .share-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        margin-top: 48px;
    }
    .share-buttons a {
        margin-right: 12px;
        margin-bottom: 0;
    }
    .share-block .share-block-title {
        margin-bottom: 0;
    }
    .article-content .section-columns aside .mini-contact-form {
        margin: 0;
    }
    .article-content .section-columns aside .service-list {
        margin-bottom: 40px;
    }
    .article-content .section-columns aside .service-list li {
        padding-left: 0;
    }
}
/* partner info section */
.partner-info-section {
    padding: 64px 0 270px;
    background: #f7f7f9;
    position: relative;
    overflow: hidden;
}
.partner-info-section .partner-info-text-layer {
    position: relative;
    z-index: 10;
}
.partner-info-section:before {
    content: '';
    height: 320px;
    width: 240px;
    background: url(images/decor-element-10.svg) no-repeat bottom left;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.partner-info-section:after {
    content: '';
    width: 257px;
    height: 170px;
    background: url(images/family-image.png) no-repeat bottom left;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.partner-info-section h2 {
    margin-bottom: 24px;
}
.partner-info-section .section-content {
    color: #757e81;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 32px;
}
/* partner info section resposive */
@media (min-width: 1200px) {
    .partner-info-section {
        padding: 96px 0;
    }
    .partner-info-section:before {
        height: 750px;
        width: 561px;
    }
    .partner-info-section:after {
        width: 603px;
        height: 400px;
    }
}
/* default section */
.default-section-header {
    background: #f7f7f9;
    padding: 64px 0;
    text-align: center;
}
.default-section-header h1 {
    margin-bottom: 24px;
}
.default-section-header .subtitle {
    max-width: 642px;
    margin: 0 auto;
}
.default-section-content {
    padding: 32px 0;
    font-size: 18px;
    line-height: 1.333;
}
.default-section-content .content-wrapper {
    max-width: 752px;
    margin: 0 auto;
}
.default-section-content h2,
.default-section-content h3,
.default-section-content h4,
.default-section-content h5,
.default-section-content ul,
.default-section-content p {
    margin-bottom: 32px;
}
/* default section resonsive */
@media (min-width: 1200px) {
    .default-section-header {
        padding: 96px 0;
    }
    .default-section-header h1 {
        font-size: 48px;
    }
    .default-section-content {
        padding: 96px 0;
    }
}
/* stations section */
.stations-section {
    padding: 32px 0;
}
.stations-section .section-top-part {
    text-align: center;
    margin-bottom: 64px;
}
.uppertitle-block {
    border-radius: 16px;
    background: #fef7ef;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    margin-bottom: 32px;
}
.uppertitle-block .btn {
    margin-right: 6px;
    padding: 4px 10px;
}
.uppertitle-block span {
    margin-left: 6px;
    color: #ea7648;
    font-size: 18px;
    line-height: 1.333;
}
.stations-section h1 {
    margin-bottom: 24px;
}
.stations-section .top-text {
    max-width: 682px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.333;
}
.map-block {
    max-width: 1920px;
    margin: 0 auto 48px;
    position: relative;
    display: none;
}
.map-block.map-active {
    display: block;
}
.map-block img {
    width: 100%;
    height: 516px;
    object-fit: cover;
}
.stations-content {
    margin: 0 0 64px 0;
}
.stations-content h5 {
    margin-bottom: 24px;
    color: #399b7b;
}
.stations-content ul {
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}
.stations-content ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
}
.stations-content ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.stations-content p {
    margin-bottom: 24px;
}
.prices-table {
    width: 100%;
    margin-bottom: 48px;
}
.prices-table th {
    background: #399b7b;
    color: #fff;
}
.prices-table td {
    font-size: 18px;
}
.prices-table th,
.prices-table td {
    border: 1px solid #eaeaea;
    padding: 8px 16px;
}
.pins-selector-block {
    margin-bottom: 32px;
}
.pin-selector-form {
    border-radius: 16px;
    background: linear-gradient(115deg, #fff 1.6%, #fff6f2 100%);
    box-shadow:
        2px 2px 16px 0px rgba(234, 118, 72, 0.06),
        0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    padding: 24px;
    box-sizing: border-box;
    max-width: 360px;
}
.pin-selector-form-text {
    color: #399b7b;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 16px;
}
.pin-selector-form .wpcf7-form-control-wrap {
    margin-bottom: 0;
}
.prices-table-mobile {
    margin-bottom: 48px;
}
.prices-table-mobile .column-name,
.prices-table-mobile .column-value {
    padding: 8px 16px;
}
.prices-table-mobile .column-name {
    font-weight: 600;
    background: #399b7b;
    color: #fff;
}
.prices-table-mobile .column-value {
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
}
.map-stations {
    height: 516px;
}
.map-stations a {
    text-decoration: none;
    color: #071013;
}
.map-stations .acf-map {
    height: 100%;
}
textarea {
    resize: none;
}
/* stations section responsive */
@media (max-width: 991px) {
    .prices-table {
        display: none;
    }
}
@media (min-width: 424px) {
    .uppertitle-block {
        padding: 4px 10px;
    }
}
@media (min-width: 768px) {
    .pins-selector-block {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -200px;
        margin: 0;
        z-index: 10;
    }
    .map-block img {
        height: auto;
        object-fit: fill;
    }
    .pins-selector-block .pin-selector-form {
        position: relative;
        top: -260px;
    }
}
@media (min-width: 992px) {
    .prices-table-mobile {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .stations-section {
        padding: 96px 0 48px 0;
    }
    .stations-section .section-top-part {
        margin-bottom: 80px;
    }
    .stations-content {
        max-width: 720px;
        margin: 0 0 64px 96px;
    }
}
/* inspection section */
.inspection-section {
    background: #f3faff;
    padding: 32px 0 220px 0;
    overflow: hidden;
    position: relative;
}
.inspection-section .container {
    position: relative;
}
.inspection-section .narrow-container {
    position: relative;
    z-index: 10;
}
.inspection-section .decor-element-1 {
    display: none;
}
.inspection-section h1 {
    max-width: 589px;
    margin-bottom: 24px;
}
.section-thumbnails {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.inspection-section .thumbnail-1 {
    position: absolute;
    width: 200px;
    right: 150px;
    bottom: 0;
    z-index: 10;
}
.inspection-section .thumbnail-2 {
    width: 173px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.inspection-section ul {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}
.inspection-section ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
}
.inspection-section ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
/* inspection section responsive */
@media (min-width: 768px) {
    .inspection-section .thumbnail-1 {
        width: 300px;
        right: 215px;
    }
    .inspection-section .thumbnail-2 {
        width: 250px;
    }
}
@media (min-width: 1200px) {
    .inspection-section {
        padding: 96px 0;
    }
    .inspection-section .decor-element-1 {
        display: inline-block;
        position: absolute;
        top: -40px;
        left: 0;
    }
    .inspection-section .thumbnail-1 {
        width: auto;
        right: 335px;
    }
    .inspection-section .thumbnail-2 {
        width: auto;
    }
}
/* forms */
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.wpcf7-not-valid-tip {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1;
}
.calculator-body .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    padding-bottom: 20px;
}
span.wpcf7-spinner {
    position: relative;
    top: 7px;
}
.form-block-section span.wpcf7-spinner {
    top: 20px;
}
input[type='date'] {
    cursor: pointer;
}
.date-picker-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    cursor: pointer;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.06);
    border-radius: 40px;
    border: 1px solid #eaeaea;
    position: relative;
}
.date-picker-wrapper input[type='date'] {
    border: none !important;
    outline: none;
    cursor: pointer;
    width: 100%;
    box-shadow: none;
    border-radius: 40px;
    min-height: 45.27px;
}
.date-picker-wrapper .calendar-icon {
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 10px;
    right: 20px;
    background: #fff;
}
.date-picker-wrapper .calendar-icon:after {
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-size: 20px;
    line-height: 1;
    color: #000;
}
.wpcf7-form-control,
.input-box .input-date {
    background: #fff;
    border-radius: 40px;
    border: 1px solid #eaeaea !important;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.06);
    padding: 10px 16px;
    color: #222;
    font-size: 18px;
    line-height: 1.33;
    width: 100%;
}
.wpcf7-form-control.has-error,
.input-error input {
    border: 1px solid #f00 !important;
}
.input-box input + p,
.input-box select + p {
    margin-bottom: 0;
    position: absolute;
    left: 17px;
    bottom: 0;
    font-size: 13px;
    line-height: 1;
}
.input-error input + p,
.input-error select + p {
    color: #f00;
}
.error-message {
    position: absolute;
    left: 17px;
    bottom: 0;
    color: #f00;
    font-size: 13px;
    line-height: 1;
}
.wpcf7-form-control.pass-input {
    padding-right: 45px;
}
.wpcf7-form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-select:focus {
    border-color: #eaeaea !important;
}
.wpcf7-form-control.wpcf7-textarea {
    border-radius: 16px;
}
.form-select {
    background: #fff url(images/angle-down-solid.svg) no-repeat
        calc(100% - 18px) center;
    background-size: 18px;
    cursor: pointer;
    appearance: none;
    text-overflow: ellipsis;
    padding-right: 40px !important;
}
.wpcf7-textarea {
    resize: none;
}
label {
    color: #071013;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 8px;
}
.mandatory,
.tt_required {
    color: #f00;
    font-size: 18px;
    font-weight: 700;
}
input[type='radio'] {
    display: none;
}
input[type='radio'] + label {
    cursor: pointer;
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
input[type='radio'] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    background: #fff;
    margin-right: 10px;
    transition:
        background 0.3s,
        border-color 0.3s;
}
input[type='radio']:checked + label:before {
    content: '\f00c';
    background-color: #399b7b;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.checkfield {
    line-height: 1;
}
input[type='checkbox'] {
    display: none;
}
input[type='checkbox'] + label {
    position: relative;
    cursor: pointer;
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
}
input[type='checkbox'] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #c2c2c2;
    background: #fff;
    margin-right: 10px;
    transition:
        background 0.3s,
        border-color 0.3s;
    box-sizing: border-box;
    position: absolute;
}
input[type='checkbox']:checked + label:before {
    content: '\f00c';
    background-color: #399b7b;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.password-input {
    position: relative;
    display: block;
}
.show-password-input {
    position: absolute;
    display: block;
    width: 40px;
    height: 20px;
    top: 12px;
    right: 12px;
    cursor: pointer;
    background: none;
    border: none;
    text-align: right;
}
.show-password-input:before {
    content: '\f177';
    font-family: dashicons;
    display: inline-block;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #757e81;
}
.show-password-input.display-password:before {
    content: '\f530';
}
.lost-pass-link-block {
    margin-bottom: 24px;
}
.lost-pass-link-block a {
    color: #399b7b;
    font-size: 18px;
    line-height: 1.333;
    text-decoration: none;
}
.checkbox {
    margin: 20px 0;
}
.checkbox .checkbox-label {
    position: relative;
    display: block;
    height: 20px;
    width: 44px;
    background: #757e81;
    border-radius: 100px;
    cursor: pointer;
    transition: all 300ms ease;
}
.checkbox .checkbox-label:before {
    display: none !important;
}
.checkbox .checkbox-label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #f7f7f9;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    transition: all 300ms ease;
}
.checkbox .checkbox-label:active:after {
    transform: scale(1.15, 0.85);
}
.checkbox .checkbox-input {
    display: none;
}
.checkbox .checkbox-input:checked ~ label {
    background: #86e4c6;
}
.checkbox .checkbox-input:checked ~ label:after {
    left: 20px;
    background: #399b7b;
}
.checkbox .checkbox-input:disabled ~ label {
    background: #d6d6d6;
    pointer-events: none;
}
.checkbox .checkbox-input:disabled ~ label:after {
    background: #bcbcbc;
}
.wpcf7-form-control.wpcf7-acceptance {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #757e81;
    font-size: 16px;
    line-height: 1.5;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance a {
    color: #ea7648;
}
.wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
}
.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #c2c2c2;
    background: #fff;
    margin-right: 10px;
    transition:
        background 0.3s,
        border-color 0.3s;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-acceptance
    input[type='checkbox']:checked
    + .wpcf7-list-item-label:before {
    content: '\f00c';
    background-color: #399b7b;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
/* generated forms */
.input-box {
    /** / padding: 0 0 0 0 !important;/**/
    margin-bottom: 10px;
    position: relative;
}
.calculator-select {
    background: #fff url(images/angle-down-solid.svg) no-repeat
        calc(100% - 18px) center;
    background-size: 18px;
    cursor: pointer;
    appearance: none;
    border-radius: 40px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.06);
    padding: 10px 16px;
    color: #757e81;
    font-size: 18px;
    line-height: 1.33;
    width: 100%;
}
.input-box input[type='text'],
.input-box input[type='email'],
.input-box input[type='tel'],
.input-box input[type='date'],
.input-box input[type='number'] {
    border-radius: 40px;
    border: 1px solid #eaeaea !important;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.06);
    padding: 10px 16px;
    color: #000;
    font-size: 18px;
    line-height: 1.33;
    width: 100%;
}
.radio-group {
    display: flex;
}
.radio-group input[type='radio'] + label {
    cursor: default;
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
    border: 0;
}
.radio-group input[type='radio'] + label:before {
    cursor: pointer;
}
.radio-group label {
    display: flex;
    align-items: center;
}
.radio-group label p {
    margin-bottom: 0;
}
/* subscribe-section */
.subscribe-section {
    padding: 32px 0 64px;
    text-align: center;
}
.subscribe-section h1 {
    margin-bottom: 24px;
}
.subscribe-section .wpcf7 .wpcf7-spinner {
    display: none;
}
.subscribe-section .wpcf7 .wpcf7-response-output {
    max-width: 582px;
    margin: 40px auto;
}
.subscribe-section .fields-wrapper {
    text-align: left;
}
.subscribe-section .section-content {
    max-width: 642px;
    font-size: 18px;
    line-height: 1.333;
    margin: 0 auto 40px;
}
.subscribe-section .fields-wrapper .wpcf7-email {
    max-width: 480px;
}
.subscribe-section .fields-wrapper .btn {
    font-size: 16px;
}
/* subscribe-section responsive */
@media (min-width: 768px) {
    .subscribe-section .fields-wrapper {
        display: flex;
        justify-content: center;
        align-items: start;
    }
    .subscribe-section .fields-wrapper .wpcf7-form-control-wrap {
        margin: 0 16px 0 0;
    }
}
@media (min-width: 1200px) {
    .subscribe-section h1 {
        font-size: 48px;
    }
    .subscribe-section {
        padding: 96px 0;
    }
}
/* password section */
.password-section {
    padding: 32px 0 64px;
}
.password-section h1 {
    margin-bottom: 24px;
}
.password-section .subtitle {
    margin-bottom: 64px;
    color: #071013;
    max-width: 526px;
}
.password-form-block {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f7f7f9;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 32px 16px;
    position: relative;
    box-sizing: border-box;
}
.password-form-block:before {
    content: '';
    display: block;
    position: absolute;
    top: -54px;
    right: -12px;
    width: 337px;
    height: 452px;
    background: url(images/decor-element-11.svg) no-repeat center;
    background-size: 100%;
    z-index: -1;
}
.woocommerce-notices-wrapper + .password-form-wraper {
    margin-top: 20px;
}
.password-form-wraper {
    max-width: 736px;
}
.password-form-wraper .button-wrapper {
    text-align: right;
    margin-bottom: 32px;
}
.password-form-block h4 {
    margin-bottom: 32px;
}
.password-form-block .password-container {
    margin-bottom: 24px;
}
.manage-password-block {
    margin-top: 48px;
    margin-bottom: 24px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    max-width: 736px;
}
/* password section responsive */
@media (min-width: 992px) {
    .password-form-block {
        background: url(images/umbrella.png) center right #fff no-repeat;
        background-size: 463px auto;
    }
}
@media (min-width: 1200px) {
    .password-section h1 {
        font-size: 48px;
    }
    .password-section {
        padding: 64px 0 280px;
    }
    .password-section .subtitle {
        margin-bottom: 80px;
    }
    .password-form-block:before {
        top: -140px;
        right: -52px;
        width: 488px;
        height: 761px;
    }
    .password-form-block {
        padding: 48px;
        width: calc(100% - 52px);
    }
    .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
        margin-bottom: 48px;
    }
    .password-form-wraper .button-wrapper {
        margin-bottom: 48px;
    }
}
/* account-section */
.account-section {
    padding: 32px 0 64px;
}
.account-section h1 {
    margin-bottom: 24px;
}
.account-section .subtitle {
    margin-bottom: 64px;
    color: #071013;
    max-width: 526px;
}
.account-block {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f7f7f9;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    position: relative;
    box-sizing: border-box;
    padding: 32px 16px 0 16px;
}
.account-block:before {
    content: '';
    display: block;
    position: absolute;
    top: -54px;
    right: -12px;
    width: 337px;
    height: 452px;
    background: url(images/decor-element-11.svg) no-repeat center;
    background-size: 100%;
    z-index: -1;
}
.woocommerce-view-order .account-block {
    padding: 0 !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
}
.woocommerce-view-order .policy-details:after {
    display: none !important;
}
.woocommerce-view-order .account-block:before {
    display: none;
}
.insurance-list-wrapper {
    max-width: 816px;
    margin-bottom: 48px;
}
.account-block h4 {
    margin-bottom: 32px;
}
.policy {
    font-size: 14px;
    border-radius: 16px;
    background: #f7f7f9;
    border: 1px solid #f7f7f9;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 16px;
    margin-bottom: 24px;
    transition: 0.5s;
}
.policy:hover {
    background: #fff;
    border-color: #47b290;
}
.policy .columns .leftcolumn {
    padding-bottom: 32px;
    border-bottom: 1px solid #eaeaea;
}
.policy .columns .rightcolumn {
    padding-top: 32px;
}
.top-side {
    text-decoration: none;
    color: #071013;
}
.policy-thumbnail {
    max-width: 56px;
    margin-bottom: 16px;
}
.policy h4 {
    margin-bottom: 10px;
}
.policy .policy-short-info {
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 16px;
    max-width: 183px;
}
.policy .account-more-details {
    color: #399b7b;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
    transition: 0.5s;
}
.policy .account-more-details:hover {
    color: #ea7648;
}
.top-side:hover .policy-short-info {
    color: #071013;
}
.policy .columns .rightcolumn .characteristic-row {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.policy .columns .rightcolumn .characteristic-row:last-of-type {
    margin-bottom: 0;
}
.policy .columns .rightcolumn .characteristic-row .characteristic-name {
    font-weight: 600;
    padding-right: 8px;
}
.policy .columns .rightcolumn .characteristic-row .expired-name {
    color: #ea7648;
}
.status-indicator {
    display: inline-block;
    background: #fff;
    font-weight: 600;
    border-radius: 48px;
    border: 2px solid #eaeaea;
    padding: 3px 8px;
}
.status-indicator.status-active {
    border-color: #399b7b;
    color: #399b7b;
}
.status-indicator.status-expired {
    border-color: #f04438;
    color: #f04438;
}
.policy-check-block {
    display: flex;
    align-items: center;
}
.checkbox-info {
    font-size: 14px;
    line-height: 1.14;
    margin-left: 16px;
}
.account-block .nav-links {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin: 40px -16px 0;
}
.account-block .nav-links:before {
    content: '';
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.account-block .nav-links .prev,
.account-block .nav-links .next {
    display: none;
}
.page-numbers.dots + .page-numbers,
.page-numbers.dots + .page-numbers + .page-numbers {
    display: none;
}
.policy-details {
    border-radius: 16px;
    border: 1px solid #f7f7f9;
    background: #fff;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    position: relative;
}
.policy-details:before {
    content: '';
    display: block;
    position: absolute;
    top: -54px;
    right: -12px;
    width: 337px;
    height: 452px;
    background: url(images/decor-element-11.svg) no-repeat center;
    background-size: 100%;
    z-index: -1;
}
.policy-details-header {
    border-radius: 16px 16px 0px 0px;
    background: #f7f7f9;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 32px 16px;
}
.policy-details-header h4 {
    margin-bottom: 16px;
}
.policy-details-header .head-columns-wrapper .leftcolumn {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.policy-details-header .head-columns-wrapper .status-indicator {
    margin-right: 16px;
}
.status-info strong {
    font-weight: 600;
}
.status-info .dates-info {
    color: #525358;
    font-size: 14px;
}
.policy-details-header .head-columns-wrapper .rightcolumn {
    display: flex;
    align-items: center;
}
.policy-details-header .head-columns-wrapper .rightcolumn .checkbox-caption {
    margin-left: 8px;
}
.policy-details-body {
    padding: 32px 16px;
}
.details-block {
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 32px;
}
.details-block h4 {
    color: #399b7b;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 32px;
    font-weight: 400;
}
.details-row {
    margin-bottom: 16px;
}
.details-row .detail-name {
    color: #222;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 8px;
}
.details-row .detail-value {
    color: #757e81;
    font-size: 18px;
    line-height: 1.333;
    max-width: 380px;
}
.pay-method .pay-method-title {
    color: #000;
    font-weight: 600;
    margin-bottom: 32px;
}
.pay-method-info {
    border-radius: 16px;
    padding: 24px;
    display: inline-flex;
    justify-content: space-between;
}
.pay-method-info.active {
    background: #f2fef7;
}
.radio-caption-column {
    margin-left: 16px;
    color: #757e81;
    font-size: 18px;
    line-height: 1.333;
}
.radio-caption-column strong {
    display: block;
    color: #399b7b;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 8px;
}
/* insurance section responsive */
@media (min-width: 424px) {
    .policy {
        font-size: 16px;
    }
    .policy
        .columns
        .rightcolumn
        .characteristic-row
        .characteristic-value
        span {
        padding: 3px 16px;
    }
}
@media (min-width: 768px) {
    .policy .columns {
        display: flex;
        flex-wrap: wrap;
    }
    .policy .columns .rightcolumn {
        width: 70%;
        padding-left: 7%;
        padding-top: 0;
    }
    .policy .columns .leftcolumn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        width: 30%;
        padding-right: 24px;
        padding-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #eaeaea;
    }
    .policy-details-header .head-columns-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .policy-details-header .head-columns-wrapper .leftcolumn {
        margin-bottom: 0;
    }
    .details-row {
        display: flex;
        justify-content: space-between;
    }
    .details-row .detail-name {
        margin-bottom: 0;
    }
    .details-row .detail-value {
        text-align: right;
    }
    .pay-method {
        display: flex;
    }
    .pay-method .pay-method-title {
        margin-right: 60px;
    }
}
@media (min-width: 992px) {
    .account-block {
        background: url(images/umbrella.png) right 38px #fff no-repeat;
        background-size: 463px auto;
    }
}
@media (min-width: 1200px) {
    .account-section {
        padding: 64px 0 168px;
    }
    .account-block:before,
    .policy-details:before {
        top: -140px;
        right: -52px;
        width: 488px;
        height: 761px;
    }
    .account-block {
        padding: 48px 48px 0 48px;
        width: calc(100% - 52px);
    }
    .policy {
        padding: 24px;
    }
    .account-block .nav-links {
        margin: 40px 0 0;
    }
    .account-block .nav-links:before {
        left: -48px;
        right: -48px;
    }
    .page-numbers.dots + .page-numbers,
    .page-numbers.dots + .page-numbers + .page-numbers {
        display: inline-block;
    }
    .policy-details {
        width: calc(100% - 52px);
    }
    .policy-details-header {
        padding: 32px 48px;
    }
    .policy-details-body {
        padding: 48px;
    }
    .details-block {
        padding-bottom: 32px;
        margin-bottom: 48px;
    }
}
/* leave review section */
.leave-review-section {
    padding: 32px 0;
    background: #f7f7f9;
    position: relative;
}
.leave-review-section .content-wrapper {
    max-width: 917px;
    margin: 0 auto;
}
.leave-review-section .decor-element-1,
.leave-review-section .decor-element-2 {
    position: absolute;
    display: none;
}
.leave-review-section h1 {
    margin-bottom: 24px;
    text-align: center;
}
.reviews-count {
    margin-bottom: 32px;
    color: #757e81;
    font-size: 18px;
    line-height: 1.33;
    text-transform: uppercase;
    text-align: center;
}
.leave-review-section .form-info-caption {
    margin-bottom: 48px;
}
.leave-review-section .conditions-acceptance-block {
    margin-bottom: 33px;
}
.leave-review-section .wpcf7-form-control.wpcf7-textarea {
    padding-top: 60px;
}
.leave-review-wrapper {
    position: relative;
}
.leave-review-wrapper .review-stars-block {
    position: absolute;
    left: 16px;
    top: 24px;
}
.review-stars-block i {
    color: #258767;
    margin-right: 5px;
    cursor: pointer;
}
.tt_average_rating_box.tt_simple_box {
    padding: 0;
}
#ttshowcase_form.tt_simple {
    position: relative;
}
#ttshowcase_form.tt_simple label {
    display: block;
    width: 100%;
    font-weight: 600;
}
#ttshowcase_form.tt_simple fieldset {
    margin-bottom: 24px;
}
#ttshowcase_form.tt_simple .tt_title_fieldset {
    width: 100%;
}
#ttshowcase_form.tt_simple .tt_email_fieldset {
    width: 100%;
}
#ttshowcase_form.tt_simple .tt_image_fieldset {
    width: 100%;
}
#ttshowcase_form.tt_simple .tt_testimonial_fieldset {
    margin-bottom: 0;
}
#ttshowcase_form.tt_simple .tt_rating_fieldset {
    position: relative;
    top: -260px;
    left: 10px;
}
#ttshowcase_form.tt_simple .tt_rating_fieldset > label {
    display: none;
}
#ttshowcase_form.tt_simple input[type='text'],
#ttshowcase_form.tt_simple textarea {
    background: #fff;
    border-radius: 40px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.06);
    padding: 10px 16px;
    color: #757e81;
    font-size: 18px;
    line-height: 1.33;
    width: 100%;
}
#ttshowcase_form.tt_simple textarea {
    background: #fff;
    border-radius: 40px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.06);
    padding: 10px 16px;
    color: #757e81;
    font-size: 18px;
    line-height: 1.33;
    width: 100%;
}
#ttshowcase_form.tt_simple textarea {
    resize: none;
    padding-top: 60px;
}
#ttshowcase_form.tt_simple .tt_consent_fieldset {
    margin-bottom: 33px;
}
#ttshowcase_form.tt_simple .tt_consent_fieldset label {
    padding-left: 28px;
}
#ttshowcase_form.tt_simple .tt_consent_fieldset label a {
    color: #ea7648;
}
#ttshowcase_form.tt_simple .tt_form_button {
    background: linear-gradient(291deg, #ea7648 -19.62%, #ea7648 68.92%);
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4);
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 12px 32px;
    border: none;
    transition: 0.5s;
    color: #fff;
}
#ttshowcase_form.tt_simple .tt_form_button:hover {
    background: linear-gradient(
        291deg,
        #ffeb14 -19.62%,
        #ea7648 68.92%
    ) !important;
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4) !important;
}
#ttshowcase_form.tt_simple .tt_rating label {
    font-size: 16px !important;
    width: auto !important;
    height: auto !important;
}
.tt_rating_fieldset .fa {
    font: normal normal normal 16px / 1 FontAwesome !important;
}
#ttshowcase_form.tt_simple .tt_rating > input:checked ~ label {
    color: #258767;
}
.tt_rating_fieldset input[type='radio'] + label:before {
    content: '';
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    background: none;
    margin-right: 10px;
    transition: none;
}
.tt_rating_fieldset input[type='radio']:checked + label:before {
    content: '';
}
.ttshowcase_confirmation {
    text-align: center;
}
div.ttshowcase_form_wrap .error,
div.ttshowcase_form_error {
    font-weight: 600;
}
div.ttshowcase_form_error {
    margin-bottom: 40px;
}
/* leave review section responsive */
@media (min-width: 768px) {
    #ttshowcase_form.tt_simple .tt_testimonial_fieldset {
        width: 49%;
        position: absolute;
        top: 0;
        right: 0;
    }
    #ttshowcase_form.tt_simple .tt_title_fieldset {
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }
    #ttshowcase_form.tt_simple .tt_email_fieldset {
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }
    #ttshowcase_form.tt_simple .tt_image_fieldset {
        width: 50%;
        margin-bottom: 150px;
    }
    #ttshowcase_form.tt_simple .tt_rating_fieldset {
        width: 47.6%;
        position: absolute;
        top: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        right: 6px;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .leave-review-section {
        padding: 96px 0;
    }
    .leave-review-section h1 {
        font-size: 48px;
    }
    .leave-review-section .decor-element-1,
    .leave-review-section .decor-element-2 {
        display: inline-block;
    }
    .leave-review-section .decor-element-1 {
        top: 211px;
        left: 0.4%;
    }
    .leave-review-section .decor-element-2 {
        top: 101px;
        right: 0.4%;
    }
    .leave-review-section h1 {
        text-align: left;
    }
    .reviews-count {
        text-align: left;
        margin-bottom: 48px;
    }
}
@media (min-width: 1400px) {
    .leave-review-section .decor-element-1 {
        left: 1.4%;
    }
    .leave-review-section .decor-element-2 {
        right: 1.4%;
    }
}
/* all reviews section */
.all-reviews-section {
    padding: 32px 0;
}
.all-reviews-section .uppertitle {
    text-align: center;
}
.all-reviews-section h2 {
    text-align: center;
    margin-bottom: 64px;
}
.all-reviews-list {
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}
.all-reviews-list .testimonial-item {
    margin-bottom: 64px;
}
.all-reviews-section .nav-links {
    margin-bottom: 40px;
}
/* all reviews section resonsive */
@media (min-width: 768px) {
    .all-reviews-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .all-reviews-list .testimonial-item-wrapper {
        width: 46%;
    }
}
@media (min-width: 1200px) {
    .all-reviews-section {
        padding: 64px 0;
    }
    .all-reviews-section h2 {
        margin-bottom: 104px;
    }
}
/* thank section */
.thank-section {
    padding: 32px 0;
    text-align: center;
    position: relative;
}
.thank-section .check-icon {
    margin-bottom: 64px;
}
.thank-section h4 {
    max-width: 380px;
    margin: 0 auto 24px;
    color: #399b7b;
}
.thank-section h4.error-title {
    max-width: 680px;
    color: #071013;
}
.thank-caption {
    color: #222;
    font-size: 18px;
    line-height: 1.16;
    margin-bottom: 24px;
}
.thank-section .decor-element-1 {
    position: absolute;
    opacity: 0.1;
    display: none;
}
.thank-section .decor-element-2 {
    position: absolute;
    opacity: 0.1;
    display: none;
}
/* thank section responsive */
@media (min-width: 1200px) {
    .thank-section {
        padding: 96px 0;
    }
    .thank-section .decor-element-1 {
        display: block;
        top: 56px;
        left: 56px;
    }
    .thank-section .decor-element-2 {
        display: block;
        top: 56px;
        right: 56px;
    }
}
/* technic section */
.technic-section {
    text-align: center;
    padding: 64px 0;
    overflow: hidden;
}
.technic-section h2 {
    margin-bottom: 24px;
}
.technic-section .section-content {
    max-width: 682px;
    margin: 0 auto 50px;
}
.technic-section .section-thumbnail {
    width: 100%;
    max-width: 913px;
    height: auto;
}
/* checkout section */
.checkout-section {
    padding: 32px 0;
    text-align: center;
    position: relative;
}
.checkout-section #order_review {
    text-align: left;
}
.checkout-section .shop_table {
    margin-bottom: 40px;
}
.checkout-section .wc_payment_methods.payment_methods.methods {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.checkout-section
    .wc_payment_method.payment_method_maib
    input[type='radio']
    + label {
    width: auto;
    height: auto;
}
.checkout-section .wc_payment_method.payment_method_maib > * {
    margin-bottom: 20px;
}
.checkout-section .check-icon {
    margin-bottom: 64px;
}
.checkout-section h4 {
    max-width: 380px;
    margin: 0 auto 24px;
    color: #399b7b;
}
.checkout-section h4.error-title {
    color: #071013;
}
.checkout-section h4.wide-title {
    max-width: 680px;
}
.thank-caption {
    color: #222;
    font-size: 18px;
    line-height: 1.16;
    margin-bottom: 24px;
}
.checkout-section .decor-element-1 {
    position: absolute;
    opacity: 0.1;
    display: none;
}
.checkout-section .decor-element-2 {
    position: absolute;
    opacity: 0.1;
    display: none;
}
.woocommerce-thankyou-order-failed-actions {
    margin-top: 40px;
}
.woocommerce-thankyou-order-failed-actions .btn {
    margin: 0 10px 20px;
}
.checkout-section .woocommerce-notices-wrapper {
    text-align: left;
}
.checkout-section .woocommerce-notices-wrapper .woocommerce-error {
    margin-bottom: 40px;
}
.checkout-section .wc_payment_method.payment_method_maib img {
    margin-top: 20px;
}
/* checkout section responsive */
@media (min-width: 1200px) {
    .checkout-section {
        padding: 96px 0;
    }
    .checkout-section .decor-element-1 {
        display: block;
        top: 56px;
        left: 56px;
    }
    .checkout-section .decor-element-2 {
        display: block;
        top: 56px;
        right: 56px;
    }
}
/* perform section */
.perform-section {
    background: linear-gradient(291deg, #ffeb14 -19.62%, #ea7648 68.92%);
    padding: 32px 0 120px;
    color: #fff;
    position: relative;
}
.perform-section .section-columns .lcolumn h2 {
    margin-bottom: 24px;
}
.perform-section .section-content {
    font-size: 18px;
    margin-bottom: 43px;
}
.car-equipment-block .block-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 24px;
}
.equipment-list {
    margin: 0 0 32px 0;
    padding: 0;
    list-style: none;
}
.equipment-list li {
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.equipment-list li img {
    margin-right: 16px;
}
.for-expert-block {
    border-radius: 16px;
    background: linear-gradient(115deg, #fff 1.6%, #fff6f2 100%);
    padding: 24px;
    box-sizing: border-box;
    max-width: 527px;
    color: #071013;
}
.for-expert-block h3 {
    color: #ea7648;
    margin-bottom: 24px;
}
.for-expert-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.for-expert-block ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
}
.for-expert-block ul li:last-of-type {
    margin-bottom: 0;
}
.for-expert-block ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.perform-section .section-thumbnail {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
}
.perform-section .decor-element {
    display: none;
}
/* perform section responsive */
@media (min-width: 768px) {
    .perform-section .section-thumbnail {
        width: 320px;
    }
}
@media (min-width: 1200px) {
    .perform-section .decor-element {
        position: absolute;
        display: inline-block;
    }
    .perform-section .decor-element.decor-element-1 {
        top: 16px;
        left: 16px;
    }
    .perform-section .decor-element.decor-element-2 {
        top: 276px;
        left: 336px;
    }
    .perform-section .decor-element.decor-element-3 {
        top: 16px;
        right: 16px;
    }
    .for-expert-block {
        padding: 40px;
    }
    .perform-section .section-thumbnail {
        width: auto;
    }
    .perform-section {
        padding: 64px 0;
    }
    .perform-section .section-columns {
        display: flex;
        flex-wrap: wrap;
    }
    .perform-section .section-columns .lcolumn {
        padding-right: 64px;
        width: 48%;
    }
    .perform-section .section-columns .rcolumn {
        width: 52%;
    }
    .equipment-list {
        display: flex;
        flex-wrap: wrap;
    }
    .equipment-list li {
        width: 50%;
    }
}
/* requirements section */
.requirements-section {
    padding: 64px 0;
}
.requirements-list .requirement {
    margin-bottom: 50px;
}
.requirements-list .requirement:last-of-type {
    margin-bottom: 0;
}
.requirements-list .requirement .image-column {
    margin-bottom: 32px;
}
.requirements-list .requirement .image-column img {
    width: 100%;
    height: auto;
}
.requirements-list .requirement .text-column {
    font-size: 32px;
    line-height: 1.25;
}
.requirements-list .requirement .text-column h3 {
    margin-bottom: 15px;
    font-size: 40px;
}
/* requirements section */
@media (min-width: 992px) {
    .requirements-list .requirement {
        display: flex;
        flex-wrap: wrap;
    }
    .requirements-list .requirement .image-column {
        padding-right: 96px;
        width: 43%;
        margin-bottom: 0;
    }
    .requirements-list .requirement .text-column {
        width: 48%;
    }
}
@media (min-width: 1200px) {
    .requirements-section {
        padding: 96px 0;
    }
}
/* policy information section */
.policy-information-section {
    padding: 32px 0 64px;
}
.policy-info-block {
    margin-bottom: 96px;
}
.policy-info-block:last-of-type {
    margin-bottom: 0;
}
.policy-info-block .image-column {
    position: relative;
    margin-bottom: 32px;
    min-height: 400px;
    display: flex;
    align-items: end;
}
.policy-info-block .image-column img {
    max-width: 100%;
}
.policy-info-block {
    margin-bottom: 96px;
}
.policy-info-block h3 {
    margin-bottom: 24px;
}
.text-column-content {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.333;
}
.policy-info-block .image-column .decor-element {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
}
.policy-info-block .image-column .column-thumbnail {
    position: relative;
    z-index: 5;
}
.policy-info-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.policy-info-block ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
}
.policy-info-block ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.policy-info-block ul li.warning-list-item:before {
    color: #f04438;
}
.warning-phrase {
    color: #f04438;
}
/* policy information section responsive */
@media (min-width: 424px) {
    .policy-info-block .image-column .decor-element {
        width: 288px;
    }
}
@media (min-width: 992px) {
    .policy-info-block .image-column .decor-element {
        width: auto;
    }
    .policy-information-section {
        padding: 96px 0;
    }
    .policy-info-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .policy-info-block .image-column {
        width: 46%;
        text-align: right;
        display: block;
    }
    .policy-info-block .text-column {
        width: 46%;
    }
    .policy-info-block:nth-of-type(odd) .text-column {
        order: 1;
    }
    .policy-info-block:nth-of-type(odd) .image-column {
        order: 2;
    }
    .policy-info-block .image-column .decor-element {
        left: 79px;
        bottom: 40px;
    }
}
/* method section */
.method-section {
    background: #f7f7f9;
}
.method-section .method-block {
    padding: 32px 0;
    border-radius: 16px;
    background: #f7f7f9;
}
.method-section .method-block .image-column {
    margin-bottom: 32px;
}
.method-section .method-block .text-column h2 {
    margin-bottom: 24px;
}
.method-section .section-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}
.method-section .method-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.method-section .method-block ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 24px;
}
.method-section .method-block ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #399b7b;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
/* method section responsive */
@media (min-width: 768px) {
    .method-section {
        background: none;
    }
    .method-section .method-block {
        padding: 32px 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .method-section .method-block .image-column {
        width: 48%;
        margin-bottom: 0;
    }
    .method-section .method-block .text-column {
        width: 48%;
    }
}
@media (min-width: 1200px) {
    .method-section .method-block {
        padding: 96px 8.5%;
    }
    .method-section .method-block .text-column {
        width: 41%;
    }
}
/* payinfo section */
.payinfo-section {
    padding: 64px 0;
}
.payinfo-section h2 {
    margin-bottom: 24px;
}
.payinfo-section .section-columns .left-column {
    position: relative;
}
.payinfo-section .section-columns .left-column .decor-element {
    display: none;
}
.payinfo-section .section-columns .payform {
    border-radius: 16px;
    border: 1px solid #f7f7f9;
    background: #fff;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    box-sizing: border-box;
    padding: 24px 0;
    margin: 16px 0;
}
.column-content-wrapper {
    padding: 0 16px;
}
.payinfo-section .section-columns .payform h5 {
    margin-bottom: 24px;
    max-width: 496px;
    line-height: 1;
    color: #071013;
}
.payinfo-section .section-columns .payform .subtitle {
    max-width: 496px;
    margin-bottom: 24px;
}
.payinfo-section .section-columns .payform .btn {
    margin-bottom: 30px;
}
.payinfo-steps {
    margin-bottom: 24px;
}
.payinfo-step {
    text-align: center;
}
.payinfo-step.active-step {
    color: #399b7b;
}
.payinfo-step:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 0;
    background: #071013;
    border-radius: 50%;
}
.payinfo-step.active-step:before {
    background: #399b7b;
}
.payinfo-step:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    margin-bottom: 8px;
    background: #071013;
}
.payinfo-step:last-of-type:after {
    display: none;
}
.payinfo-title {
    font-size: 18px;
    line-height: 1.333;
}
.section-sidebar .offers-list h3 {
    font-size: 22px;
}
.section-sidebar .offers-list .offer-item {
    margin-bottom: 16px;
}
.section-sidebar .partner-section {
    padding: 0;
}
.section-sidebar .partner-block {
    background: none;
}
.section-sidebar .partner-block h2 {
    margin-bottom: 32px;
    font-size: 28px;
}
.section-sidebar .partner-logo {
    margin-bottom: 32px;
}
/* payinfo section responsive */
@media (min-width: 992px) {
    .payinfo-section .section-columns .left-column .decor-element {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 60px;
    }
    .payinfo-section .section-columns .left-column {
        width: 48%;
        display: flex;
        box-sizing: content-box;
        padding-right: 52%;
        position: relative;
        min-height: 800px;
    }
    .payinfo-section .section-columns .payform {
        text-align: left;
        border-radius: 16px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 51%;
    }
    .payinfo-steps {
        align-self: center;
        padding: 0 60px;
    }
}
@media (min-width: 1200px) {
    .payinfo-section {
        padding: 96px 0;
    }
    .payinfo-section .section-columns .payform {
        padding: 50px 20px 20px 20px;
    }
    .column-content-wrapper {
        padding: 0 35px;
    }
}
/* tax section */
.tax-section {
    padding-top: 73px;
    background: #ffeb14 url(images/decor-element-13.svg);
    text-align: center;
}
.tax-section .container {
    position: relative;
    padding-bottom: 73px;
}
.tax-section .container .section-thumbnail {
    display: none;
}
.tax-section h2 {
    max-width: 713px;
    margin: 0 auto 24px;
}
.tax-section .subtitle {
    max-width: 608px;
    margin: 0 auto 24px;
    color: #071013;
    font-size: 16px;
}
/* tax section responsive */
@media (min-width: 1200px) {
    .tax-section {
        padding-top: 160px;
    }
    .tax-section .container {
        padding-bottom: 160px;
    }
    .tax-section .container .section-thumbnail {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
/* fines section */
.fines-section {
    padding: 58px 0;
    position: relative;
}
.attention-block {
    border-radius: 10px;
    background: linear-gradient(291deg, #ffeb14 -19.62%, #ea7648 68.92%);
    text-align: center;
    max-width: 546px;
    margin: 0 auto 32px;
    padding: 0 24px 40px 24px;
}
.attention-icon {
    margin: -40px 0 0 0;
}
.attention-block-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.125;
}
.attention-block-text p {
    margin-bottom: 0;
}
.attention-block .block-buttons {
    margin-top: 32px;
}
.attention-block .button-wrapper + .button-wrapper {
    margin-top: 16px;
}
.attention-block .btn-light,
.attention-block .btn-light:hover {
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4) !important;
    color: #ea7648 !important;
    border: none !important;
}
.fines-section h1 {
    max-width: 740px;
    margin: 0 auto 60px;
    text-align: center;
}
.fines-section table tr td:last-of-type {
    margin-bottom: 8px;
}
.fines-section table th {
    display: none;
}
.fines-section table td {
    display: block;
}
table {
    width: 100%;
}
table th,
table td {
    padding: 16px;
}
table thead th {
    background: #399b7b;
    color: #fff;
    font-size: 16px;
}
table td {
    font-size: 18px;
}
.costs-section table td[colspan='5'] {
    padding: 32px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.costs-section table tr:last-of-type td[colspan='5'] {
    border-bottom: none;
}
.desktop-table tr[style='display: none;'] + .titles-row,
.desktop-table tr[style='display: none;'] + .promo-block-row,
.desktop-table tr[style='display: none;'] + .promo-block-row + .titles-row {
    display: none;
}
.fines-section .decor-element-1,
.fines-section .decor-element-2 {
    position: absolute;
    display: none;
}
.fines-section .section-columns .leftcolumn {
    margin-bottom: 64px;
}
.fines-section .section-sidebar {
    max-width: 347px;
    margin: 0 auto;
}
.fines-section .section-sidebar .offers-list {
    margin-bottom: 64px;
}
/* fines section responsive */
@media (max-width: 767px) {
    .fines-section table td {
        border-left: 1px solid #399b7b;
        border-right: 1px solid #399b7b;
    }
    .fines-section table tr td:first-of-type {
        border-top: 1px solid #399b7b;
        position: relative;
    }
    .fines-section table tr td:last-of-type {
        border-bottom: 1px solid #399b7b;
        position: relative;
    }
    .fines-section table tr td:first-of-type:before,
    .fines-section table tr td:last-of-type:before {
        content: '';
        height: 1px;
        background: #eaeaea;
        position: absolute;
        left: 16px;
        right: 16px;
    }
    .fines-section table tr td:first-of-type:before {
        bottom: 0;
    }
    .fines-section table tr td:last-of-type:before {
        top: 0;
    }
}
@media (min-width: 576px) {
    .attention-block .block-buttons {
        display: flex;
        justify-content: center;
    }
    .attention-block .button-wrapper {
        margin: 0 8px;
    }
    .attention-block .button-wrapper + .button-wrapper {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .fines-section table th,
    .fines-section table td {
        display: table-cell;
    }
    .fines-section table tr td:last-of-type {
        margin-bottom: 0;
    }
    table th,
    table td {
        border: 1px solid #eaeaea;
    }
}
@media (min-width: 1200px) {
    .fines-section {
        padding: 96px 0;
    }
    .fines-section h1 {
        font-size: 48px;
        text-align: left;
    }
    .fines-section .decor-element-1,
    .fines-section .decor-element-2 {
        display: inline-block;
    }
    .fines-section .decor-element-1 {
        top: 211px;
        left: 0.4%;
    }
    .fines-section .decor-element-2 {
        top: 21px;
        right: 0.4%;
    }
    .attention-block {
        padding: 0 40px 40px 40px;
    }
    .fines-section .section-columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fines-section .section-columns .leftcolumn {
        width: 68%;
        margin-bottom: 0;
    }
    .fines-section .section-columns .section-sidebar {
        width: 32%;
        box-sizing: border-box;
        padding-left: 73px;
        max-width: none;
        margin: 0;
    }
}
@media (min-width: 1400px) {
    .fines-section .decor-element-1 {
        left: 1.4%;
    }
    .fines-section .decor-element-2 {
        right: 1.4%;
    }
}
/* costs section */
.costs-section {
    padding: 32px 0;
    position: relative;
    overflow: hidden;
}
.costs-section h1 {
    text-align: center;
}
.costs-section .text-block {
    position: relative;
    z-index: 10;
}
.costs-section .text-block-content {
    margin-bottom: 32px;
}
.zones-list {
    max-width: 259px;
    margin-bottom: 32px;
}
.zones-list .zone-item {
    border-radius: 8px;
    background: #fff;
    margin-bottom: 16px;
    box-shadow:
        0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 12px 12px 12px 48px;
    position: relative;
}
.zones-list .zone-item .zone-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 16px;
}
.zones-list .zone-item .zone-info {
    font-size: 18px;
    line-height: 1.333;
}
.map-thumbnail {
    max-width: 100%;
    height: auto;
    position: relative;
    right: -12px;
    margin-bottom: 32px;
}
.zones-list .zone-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 12px;
    top: 12px;
}
.zones-list .zone-item.zone-1:before {
    background: #428bb9;
}
.zones-list .zone-item.zone-2:before {
    background: #f04438;
}
.zones-list .zone-item.zone-3:before {
    background: #399b7b;
}
.costs-section .section-columns .section-sidebar {
    max-width: 347px;
    margin: 0 auto;
}
.search-form {
    display: flex;
    margin-bottom: 32px;
}
.search-form input {
    max-width: 480px;
    margin-right: 8px;
}
.costs-section .section-columns .leftcolumn {
    margin-bottom: 64px;
}
.costs-section table {
    margin-bottom: 32px;
}
table .fa-check {
    color: #399b7b;
}
.flag-thumbnail {
    position: relative;
    top: -1px;
    margin-right: 10px;
    width: 38px;
    height: auto;
    border-radius: 50%;
    width: 26px;
    box-shadow: 0 0 5px 0px rgba(200, 200, 200, 0.5);
    height: auto;
}
.promo-block {
    border-radius: 20px;
    background: #f7f7f9;
    padding: 24px 100px 24px 24px;
    position: relative;
    font-size: 18px;
    line-height: 1.333;
}
.mobile-table .promo-block {
    margin-bottom: 8px;
}
.mobile-table-item[style='display: none;'] + .promo-block {
    display: none;
}
.promo-block-columns {
    margin-bottom: 17px;
}
.promo-block-columns img {
    margin-right: 24px;
    margin-bottom: 24px;
    width: 100px;
}
.promo-block h4 a {
    text-decoration: none;
    color: #071013;
}
.costs-section .decor-element-1 {
    position: absolute;
    display: none;
}
.decor-element-for-block {
    display: none;
}
.text-layout {
    position: relative;
    z-index: 5;
    margin-bottom: 8px;
}
.desktop-table {
    display: none;
}
.mobile-table .mobile-table-item {
    border: 1px solid #399b7b;
    background: #fff;
    padding: 8px 16px;
    margin-bottom: 8px;
}
.mobile-table-item-title {
    padding: 8px 16px 8px 16px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 10px;
}
.mobile-table-item-title .flag-thumbnail {
    margin-right: 16px;
    width: 36px;
}
.mobile-table-item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.mobile-table-item-row .mobile-table-item-name {
    width: 49%;
    color: #fff;
    font-weight: 600;
    background: #399b7b;
    padding: 8px 16px;
    box-sizing: border-box;
}
.mobile-table-item-row .mobile-table-item-value {
    width: 49%;
    padding: 8px 16px;
    color: #eaeaea;
    font-size: 18px;
    line-height: 1.333;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}
.mobile-table-item-row .mobile-table-item-value .fa-check {
    color: #399b7b;
    font-size: 16px;
}
/* costs section responsive */
@media (min-width: 768px) {
    .costs-section h1 {
        text-align: left;
    }
    .costs-section .text-block {
        max-width: 49%;
    }
    .map-thumbnail {
        position: absolute;
        top: 96px;
        right: 0;
        margin: 0;
        max-width: 49%;
    }
    .search-form input {
        margin-right: 16px;
    }
    .desktop-table {
        display: table;
    }
    .mobile-table {
        display: none !important;
    }
    .promo-block .round-link {
        position: absolute;
        top: 20px;
        right: 39px;
    }
    .promo-block-columns {
        display: flex;
    }
    .decor-element-for-block {
        position: absolute;
        top: 16px;
        right: 159px;
    }
    .promo-block-columns img {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .costs-section {
        padding: 96px 0;
    }
    .costs-section h1 {
        font-size: 48px;
        margin-bottom: 32px;
    }
    .costs-section .text-block {
        max-width: 704px;
    }
    .costs-section .text-block-content {
        margin-bottom: 96px;
    }
    .costs-section .section-columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .costs-section .section-columns .leftcolumn {
        width: 68%;
        margin-bottom: 0;
    }
    .costs-section .section-columns .section-sidebar {
        width: 32%;
        box-sizing: border-box;
        padding-left: 73px;
        max-width: none;
        margin: 0;
    }
    .costs-section .decor-element-1 {
        display: inline-block;
        top: 55px;
        left: 0.4%;
    }
    .zones-list {
        margin-bottom: 96px;
    }
}
@media (min-width: 1400px) {
    .costs-section .decor-element-1 {
        left: 1.4%;
    }
}
/* pay section */
.pay-section {
    padding: 32px 0;
    background: #f3faff;
    position: relative;
}
.pay-section h1 {
    margin-bottom: 24px;
}
.pay-section .section-columns .image-column img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.pay-section .decor-element-1 {
    position: absolute;
    display: none;
}
.pay-section .section-columns .text-column .btn {
    margin-bottom: 24px;
}
/* pay section responsive */
@media (min-width: 1200px) {
    .pay-section {
        padding: 96px 0;
    }
    .pay-section h1 {
        font-size: 48px;
    }
    .pay-section .section-columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pay-section .section-columns .text-column {
        box-sizing: border-box;
        width: 48%;
    }
    .pay-section .section-columns .image-column {
        width: 45%;
    }
    .pay-section .decor-element-1 {
        display: inline-block;
        top: 45px;
        right: 0.4%;
    }
}
@media (min-width: 1400px) {
    .pay-section .decor-element-1 {
        right: 1.4%;
    }
}
/* questions-section */
.questions-section {
    padding: 32px 0;
    position: relative;
}
.questions-section .decor-element-1 {
    display: none;
}
.question-item {
    padding: 32px 16px;
    border-radius: 16px;
    border: 1px solid #f7f7f9;
    background: #fff;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    box-sizing: border-box;
    margin-bottom: 24px;
}
.question-item h2 {
    margin-bottom: 24px;
}
.question-item .question-text {
    color: #757e81;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 24px;
}
.question-item .important-block {
    border-radius: 10px;
    background: linear-gradient(291deg, #ffeb14 -19.62%, #ea7648 68.92%);
    color: #fff;
    position: relative;
    padding: 24px 24px 24px 40px;
    box-sizing: border-box;
    margin-left: 25px;
    width: calc(100% - 25px);
}
.imortant-block-content {
    max-width: 300px;
}
.question-item .important-block .attention-icon-2 {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -42px;
}
.question-item h5 {
    margin-bottom: 24px;
}
.short-info-list > div {
    border-radius: 16px;
    background: #f3faff;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    color: #428bb9;
    font-size: 18px;
    line-height: 1.333;
    padding: 8px;
    margin-bottom: 24px;
}
/* questions section responsive*/
@media (min-width: 768px) {
    .question-item {
        margin-bottom: 0;
        min-height: 100%;
    }
}
@media (min-width: 1200px) {
    .questions-section {
        padding: 125px 0 96px;
    }
    .questions-section .decor-element-1 {
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 21px;
    }
    .question-item {
        padding: 64px;
    }
    .question-item .important-block {
        padding: 27px 66px;
    }
    .short-info-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .short-info-list > div {
        width: 48%;
    }
}
/* sanctions section */
.sanctions-section {
    padding: 60px 0;
    background: url(images/way.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
}
.sanctions-section:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.sanctions-section .container {
    position: relative;
    z-index: 10;
}
.sanctions-section h2 {
    max-width: 526px;
}
.sanctions-list {
    color: #fff;
}
.sanction {
    margin-bottom: 24px;
}
.sanctions-list .sanction-descrition {
    color: #f7f7f9;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 16px;
}
.fine-info {
    background: rgba(247, 247, 249, 0.1);
    color: #fff;
    padding: 16px 16px 16px 48px;
    position: relative;
}
.fine-icon {
    position: absolute;
    top: 20px;
    left: 16px;
}
.warnings-list .warning-item {
    background: #f7f7f9;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
.warnings-list .warning-item .item-icon {
    margin-bottom: 20px;
}
.warnings-list .warning-item h5 {
    margin-bottom: 8px;
}
.warning-item-text {
    color: #757e81;
    font-size: 18px;
    line-height: 1.333;
}
/* sanctions section responsive */
@media (min-width: 768px) {
    .warnings-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .warnings-list .warning-item {
        width: 48%;
    }
}
@media (min-width: 1200px) {
    .sanctions-section h2 {
        font-size: 40px;
        margin-bottom: 24px;
    }
    .warnings-list .warning-item {
        width: 31%;
    }
}
/* attention section */
.attention-section {
    padding: 96px 0;
}
.attention-section h2 {
    text-align: center;
    margin-bottom: 64px;
}
/* verification section */
.verification-section {
    padding: 32px 0;
    position: relative;
}
.verification-section h1 {
    margin: 0 auto 48px;
    text-align: center;
    max-width: 906px;
}
.verification-section .decor-element-1,
.verification-section .decor-element-2 {
    position: absolute;
    display: none;
}
.verification-form-block {
    margin: 64px auto 0;
    position: relative;
    border-radius: 16px;
    border: 1px solid #47b290;
    background: #f7f7f9;
    box-shadow:
        0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 24px 12px;
    box-sizing: border-box;
    max-width: 864px;
}
.verification-form-block h4 {
    margin-bottom: 40px;
}
.verification-form {
    position: relative;
    z-index: 3;
}
.verification-form-block .fields-column {
    margin-bottom: 40px;
    position: relative;
}
.verification-form-block .fields-column:last-of-type {
    margin-bottom: 0;
}
.verification-form-block label {
    margin-bottom: 24px;
}
.verification-form-block .options-block {
    margin-bottom: 24px;
}
.verification-form-block .option-item {
    display: flex;
    margin-right: 15px;
    margin-bottom: 15px;
}
.verification-form-block .option-item:last-of-type {
    margin-right: 0;
}
.verification-form-block
    input[type='radio']:checked
    + label
    + .option-item-title {
    color: #399b7b;
}
.verification-captcha {
    margin-bottom: 24px;
}
.verification-captcha img {
    max-width: 100%;
}
.verificar-form-thumbnail {
    max-width: 303px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: none;
}
.verification-form-block .input-box input[type='text'],
.verification-form-block .input-box input[type='number'] {
    padding-right: 44px;
}
.decor-element-form {
    position: absolute;
    bottom: 80px;
    right: 70px;
    z-index: 1;
    display: none;
}
.verification-results-block {
    font-size: 18px;
    line-height: 24px;
    width: 225px;
}
.verification-results-block i {
    font-size: 20px;
    margin-right: 22px;
}
.verification-results-block #result-true {
    color: #399b7b;
}
.verification-results-block #result-false {
    color: #f04438;
}
.verification-form .spinner {
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
}
/* verification section resonsive */
@media (max-width: 400px) {
    .recaptcha-wrapper {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}

@media (min-width: 375px) {
    .verification-form-block {
        padding: 24px;
    }
    .verification-form-block .options-block {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .verification-form-block .fields-columns-wrapper .fields-column {
        max-width: 352px;
    }
}
@media (min-width: 1200px) {
    .verification-section {
        padding: 96px 0;
    }
    .verification-section h1 {
        font-size: 48px;
    }
    .verification-form-block {
        margin-top: 104px;
    }
    .verification-section .decor-element-1,
    .verification-section .decor-element-2 {
        display: inline-block;
    }
    .verification-section .decor-element-1 {
        top: 211px;
        left: 0.4%;
    }
    .verification-section .decor-element-2 {
        top: 21px;
        right: 0.4%;
    }
    .verification-form-block {
        padding: 64px 256px 64px 64px;
    }
    .verificar-form-thumbnail,
    .decor-element-form {
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .verification-results-block {
        position: absolute;
        bottom: 30px;
        right: -195px;
    }
}
@media (min-width: 1400px) {
    .verification-section .decor-element-1 {
        left: 1.4%;
    }
    .verification-section .decor-element-2 {
        right: 1.4%;
    }
}
/* frequency questions section */
.frequency-questions-section {
    padding: 32px 0;
}
.frequency-questions-section h1 {
    margin-bottom: 24px;
}
.frequency-questions-section .section-tp {
    text-align: center;
    padding-bottom: 32px;
}
.frequency-questions-section .section-bp {
    padding: 32px 0;
    background: #f7f7f9;
}
.frequency-questions-section .nav.nav-tabs {
    border-bottom: none;
    justify-content: space-between;
    max-width: 440px;
    margin: 0 auto;
}
.frequency-questions-section .nav.nav-tabs .nav-link {
    border-radius: 46px;
    border: 1px solid #47b290;
    background: #fff;
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.4);
    padding: 8px;
    text-align: center;
    font-weight: 600;
    color: #399b7b;
    margin: 0 0 16px 0;
    box-sizing: border-box;
    width: 48%;
}
.frequency-questions-section .nav.nav-tabs .nav-link.active {
    background: linear-gradient(99deg, #1b7d5d 6.33%, #47b290 91.51%);
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.4);
    color: #fff;
}
.frequency-questions-section .accordion {
    max-width: 720px;
    margin: 0 auto;
}
.frequency-questions-section .accordion-item {
    background: none;
    border-top: 1px solid #eaeaea;
    border-bottom: none;
}
.frequency-questions-section .accordion-item:first-of-type {
    border-top: none;
}
.frequency-questions-section .accordion-button {
    background: none;
}
.frequency-questions-section .accordion-item.hidden {
    display: none;
}
.frequency-questions-section .button-wrapper {
    text-align: center;
    margin-top: 32px;
}
/* frequency questions section responsive */
@media (min-width: 768px) {
    .frequency-questions-section .nav.nav-tabs {
        justify-content: center;
        max-width: none;
    }
    .frequency-questions-section .nav.nav-tabs .nav-link {
        padding: 8px 24px;
        margin: 0 8px 16px 8px;
        width: auto;
    }
}
@media (min-width: 1200px) {
    .frequency-questions-section {
        padding: 96px 0;
    }
    .frequency-questions-section h1 {
        font-size: 48px;
        margin-bottom: 24px;
    }
    .frequency-questions-section .section-tp {
        padding-bottom: 64px;
    }
    .frequency-questions-section .section-bp {
        padding: 64px 0;
    }
}
/* insurance section */
.insurance-section {
    padding: 64px 0;
    background: #f7f7f9;
}
.insurance-section h2 {
    margin-bottom: 8px;
}
.insurance-section .subtitle {
    margin-bottom: 24px;
}
.insurance-section .offers-list {
    max-width: 347px;
    margin: 0 auto;
}
.insurance-section .section-thumbnail {
    width: 100%;
    height: auto;
}
.insurance-section .offers-list .offer-item-wrapper h3 {
    font-size: 22px;
}
/* insurance section resonsive */
@media (min-width: 768px) {
    .insurance-section .offers-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: none;
        margin: 0;
    }
    .insurance-section .offers-list .offer-item-wrapper {
        width: 50%;
        box-sizing: border-box;
    }
    .insurance-section .offers-list .offer-item-wrapper:nth-of-type(odd) {
        padding-right: 16px;
    }
    .insurance-section .offers-list .offer-item-wrapper:nth-of-type(even) {
        padding-left: 16px;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .insurance-section {
        padding: 96px 0;
    }
    .insurance-section h2 {
        font-size: 32px;
    }
    .insurance-section .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .insurance-section .columns-wrapper .image-column {
        order: 1;
        width: 41%;
    }
    .insurance-section .columns-wrapper .text-column {
        order: 2;
        width: 55%;
    }
}
/* 404 section */
.not-found-section {
    text-align: center;
    padding: 64px 0;
}
.not-found-section .not-found-uppertitle {
    font-weight: 700;
    margin-bottom: 24px;
    color: #222;
    line-height: 1.08;
    font-size: 48px;
}
.not-found-section .not-found-title {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 8px;
    font-size: 32px;
}
.not-found-section .subtitle {
    max-width: 360px;
    margin: 0 auto 30px;
}
.not-found-section img {
    margin-bottom: 20px;
}
/* 404 section responsive */
@media (min-width: 1200px) {
    .not-found-section {
        padding: 40px 0;
    }
}
/* footer */
.footer {
    background: #071013;
    color: #fff;
    padding: 88px 0 48px;
    position: relative;
    overflow: hidden;
}
.footer:before {
    content: '';
    width: 176px;
    height: 189px;
    background: url(images/decor-element-5.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-container {
    text-align: center;
}
.footer .top-container .logo {
    margin-bottom: 16px;
    display: inline-block;
}
.footer .top-container .logo img {
    max-width: 100%;
}
.footer .top-container .subtitle {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.25;
}
.footer .middle-footer {
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}
.footer .bank-cards img {
    margin-left: 10px;
    height: 25px;
}
.footer .bank-cards img:first-of-type {
    margin-left: 0;
}
.footer .footer-column {
    margin-bottom: 32px;
}
.footer .middle-footer h5 {
    margin-bottom: 16px;
}
.footer .middle-footer .menu {
    padding: 0;
    margin: 0;
}
.footer .middle-footer .menu li {
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 16px;
    list-style: none;
}
.footer .middle-footer .menu li a {
    color: #c2c2c2;
    text-decoration: none;
    transition: 0.5s;
}
.footer .middle-footer .menu li a:hover {
    color: #fff;
}
.footer .middle-footer .address-block {
    color: #c2c2c2;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 24px;
}
.footer-phone {
    color: #c2c2c2;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
    margin-bottom: 32px;
}
.footer-phone:hover {
    color: #fff;
}
.footer .bottom-footer {
    padding-top: 32px;
    text-align: center;
}
.footer .bottom-footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer .bottom-footer .menu li {
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
    margin-bottom: 21px;
    position: relative;
}
.footer .bottom-footer .menu li:after {
    content: '';
    height: 1px;
    width: 5px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -2.5px;
}
.footer .bottom-footer .menu li:last-of-type {
    margin-bottom: 32px;
}
.footer .bottom-footer .menu li:last-of-type:after {
    display: none;
}
.footer .bottom-footer .menu li a {
    display: block;
    color: #f7f7f9;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.footer .bottom-footer .contact-buttons-block {
    border-radius: 64px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}
.copyright-text {
    font-size: 14px;
    line-height: 1.14;
}
.content-layout {
    position: relative;
    z-index: 5;
}
.footer:before {
    content: '';
    width: 112px;
    height: 310px;
    background: url(images/decor-element-5-mobile.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 314px;
    left: 0;
}
/* footer responsive */
@media (min-width: 768px) {
    .footer {
        padding: 100px 0 48px;
    }
    .footer:after {
        content: '';
        width: 131px;
        height: 255px;
        background: url(images/decor-element-6.svg) no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: 0;
        top: 0;
    }
    .footer .middle-footer .columns-wrapper {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .footer .middle-footer .columns-wrapper .footer-column {
        width: 50%;
    }
    .footer:before {
        top: auto;
        bottom: 0;
        width: 176px;
        height: 189px;
        background: url(images/decor-element-5.svg) no-repeat;
    }
    .footer .bank-cards img {
        height: 30px;
    }
}
@media (min-width: 1200px) {
    .footer .top-container .subtitle {
        margin-bottom: 57px;
    }
    .footer .middle-footer {
        text-align: left;
    }
    .footer .bank-cards {
        position: absolute;
        right: 0;
        bottom: 32px;
    }
    .footer .bottom-footer .menu {
        margin: 0 0 48px 0;
        display: flex;
    }
    .footer .bottom-footer .menu li {
        max-width: 16.66%;
        margin-bottom: 0;
        border-left: 1px solid #fff;
    }
    .footer .bottom-footer .menu li:first-of-type {
        border-left: 0;
        padding-left: 0;
    }
    .footer .bottom-footer .menu li:last-of-type {
        padding-right: 0;
    }
    .footer .bottom-footer .menu li:last-of-type {
        margin-bottom: 0;
    }
    .footer .bottom-footer .menu li:after {
        display: none;
    }
    .footer .middle-footer .columns-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .footer .middle-footer .columns-wrapper .footer-column {
        width: auto;
        margin-bottom: 0;
    }
}
@media (min-width: 1400px) {
    .footer .bottom-footer .menu li {
        max-width: 24%;
    }
    .footer:after {
        width: 287px;
        height: 345px;
    }
}
@media (min-width: 1920px) {
    .footer .bottom-footer .menu li {
        max-width: 23%;
    }
}
/* common */
.btn {
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 12px 32px;
    border: none;
    transition: 0.5s;
}
.btn.wpcf7-form-control {
    width: auto !important;
}
.btn.btn-primary.wpcf7-form-control {
    color: #fff;
}
.btn-primary {
    background: linear-gradient(291deg, #ea7648 -19.62%, #ea7648 68.92%);
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4);
}
.btn-primary:hover {
    background: linear-gradient(
        291deg,
        #ffeb14 -19.62%,
        #ea7648 68.92%
    ) !important;
    box-shadow: 2px 2px 16px 0px rgba(234, 118, 72, 0.4) !important;
}
.btn-secondary {
    background: linear-gradient(99deg, #1b7d5d 6.33%, #47b290 91.51%);
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.4);
}
.btn-secondary:hover {
    background: linear-gradient(
        99deg,
        #1b7d5d 6.33%,
        #47b290 91.51%
    ) !important;
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.4) !important;
}
.btn-light {
    border: 1px solid #47b290;
    background: #fff;
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.4);
    color: #399b7b;
}
.btn-light:hover {
    border: 1px solid #47b290 !important;
    background: #fff !important;
    box-shadow: 2px 2px 16px 0px rgba(57, 155, 123, 0.4) !important;
    color: #399b7b !important;
}
.btn.disabled {
    background: #c2c2c2 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.narrow-container {
    max-width: 1088px;
    margin: 0 auto;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.64px;
}
h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.08;
}
h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.05;
}
h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    color: #757e81;
}
/* common responsive */
@media (max-width: 767px) {
    .full-on-mobiles {
        max-width: none !important;
        padding: 0 !important;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 48px;
    }
    h3 {
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 48px;
    }
    .container {
        max-width: 1176px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1336px;
    }
}
.calculator-body .input-box.input-error > p,
.calculator-body .input-set.input-error > p {
    display: flex !important;
    position: initial !important;
    margin: 5px 0;
}
.calculator-body
    .form-check
    > .form-check-label[for='payment_method_id']:before {
    left: -2px !important;
}
