/* ==========================================================================
   Basic styles
   ========================================================================== */

* {
    outline: none !important;
}

body {
    padding-top: 161px;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}

body.sticky {
    padding-top: 114px;
}

html a {
    color: #1d9d84;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

html a:hover {
    color: #177e6a;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.stars {
    color: #f7c70a;
    line-height: 1;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jf-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html .rll-youtube-player {
    width: 100%;
    padding-bottom: 56%;
    border-radius: 10px;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}

.fancybox-container {
    z-index: 99999;
}

body > header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 20px;
    -webkit-transition:
        height 0.3s,
        padding 0.3s;
    -o-transition:
        height 0.3s,
        padding 0.3s;
    transition:
        height 0.3s,
        padding 0.3s;
}

.admin-bar > header {
    top: 32px;
}

body.sticky > header {
    padding-top: 7px;
}

body > header > .container {
    padding-bottom: 20px;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}

body.sticky > header > .container {
    padding-bottom: 7px;
}

body > header .logo img {
    -webkit-transition:
        width 0.3s,
        height 0.3s;
    -o-transition:
        width 0.3s,
        height 0.3s;
    transition:
        width 0.3s,
        height 0.3s;
}

body.sticky > header .logo img {
    height: auto;
    width: 50px;
}

.header-slogan p {
    font-size: 14px;
    -webkit-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}

body.sticky .header-slogan p {
    font-size: 12px;
}

.header-top,
.header-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.header-slogan {
    width: calc(100% - 100px);
    gap: 20px;
}

.header-slogan p {
    margin: 0;
}

.header-slogan .slogan,
.header-slogan .phone {
    margin-left: auto;
    margin-right: auto;
}

.header-slogan .phone br {
    display: none;
}

.header-slogan .phone strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.header-slogan .phone svg {
    position: relative;
    top: 1px;
    margin-right: 0;
}

.header-slogan .phone a {
    font-size: 23px;
    color: #3a3939;
    text-decoration: none;
}

.header-slogan .phone svg,
.header-slogan .add-brackets,
.header-slogan .phone a:hover {
    color: #439177;
}

.header-slogan .input p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header-slogan .input br {
    display: none;
}

.header-slogan .btn-green svg {
    display: none;
}

.btn-n {
    color: #fff !important;
    padding: 10px 20px;
    font-size: 14px;
    border: 0 !important;
    outline: none !important;
    text-decoration: none !important;
    border-radius: 999px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-n.btn-b {
    padding: 15px 40px;
    font-size: 16px;
}

.btn-green {
    background: #1d9d84;
}

.btn-n:hover,
.btn-n:focus,
.btn-n:active {
    background: #177e6a;
}

.btn-gray {
    background: #3a3939;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    background: #2a2a2a;
}

.menu-mobile {
    display: none;
    padding: 8px 9px;
    background: white;
    border: 1px solid #333;
    border-radius: 5px;
}

.menu-icon {
    display: block;
    width: 20px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 0.161em;
    width: 100%;
    background: #3a3939;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 2px;
}

.menu-icon span:nth-child(1) {
    top: 0px;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 7px;
}

.menu-icon span:nth-child(4) {
    top: 14px;
}

.menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(1),
.menu-icon.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.nav-main {
    background: #3a3939;
}

.nav-main .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.nav-main .menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    border-left: 1px solid #4c4c4c;
}

.nav-main .menu > li:last-child {
    border-right: 1px solid #4c4c4c;
}

.nav-main .menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-main .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    width: 100%;
}

.nav-main .menu > li > a:hover,
.nav-main .menu > li.current-menu-item > a,
.nav-main .menu > li.current_page_item > a {
    background-color: #2a2a2a;
}

.nav-main .menu > li.menu-item-has-children > a::after,
.submenu-toggle::after {
    content: "";
    background: url(../images/arrow-down.svg) no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.nav-main .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-main .menu > li > .sub-menu {
    display: block;
    position: absolute;
    top: -9999px;
    z-index: 1;
    background: #3a3939;
    -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-top: 1px solid #4c4c4c;
    padding: 25px 31px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

html .nav-main .mega-menu > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-main .mega-menu > .sub-menu {
    gap: 20px;
    left: 0;
    right: 0;
    width: 100% !important;
}

.nav-main .mega-menu > .sub-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.nav-main .sub-menu li a {
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.nav-main .mega-menu > .sub-menu > li > a {
    font-weight: 700;
    border-bottom: 2px solid #4c4c4c;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.nav-main .sub-menu .sub-menu li {
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.nav-main .sub-menu .sub-menu li a {
    text-transform: none;
    border-bottom: 1px solid transparent;
}

.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li .current-menu-item a,
.nav-main .sub-menu li .current_page_item a {
    color: #1d9d84;
}

.nav-main .menu > li.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    opacity: 1;
}

.admin-bar #menu-item-8376 {
    display: none;
}

@media (max-width: 991px) {
    body {
        padding-top: 74px;
    }

    body.sticky {
        padding-top: 59px;
    }

    html body > header {
        height: 74px;
        padding-top: 10px;
        position: fixed;
        -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
        box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    html body.sticky > header {
        height: 59px;
    }

    html body > header > .container {
        padding-bottom: 10px;
    }

    .header-logo img {
        width: 60px;
        height: auto;
    }

    .header-slogan {
        width: calc(100% - 80px);
    }

    .header-slogan .slogan,
    .header-slogan .phone small {
        display: none;
    }

    body > header .btn-n {
        font-size: 13px;
        padding: 8px 18px;
    }

    .menu-mobile {
        display: block;
    }

    .nav-main {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .nav-main .container {
        width: 100%;
    }

    .nav-main .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-main .menu li {
        position: relative;
    }

    .nav-main li a:hover,
    .nav-main li .current-menu-item a,
    .nav-main li .current_page_item a {
        color: #1d9d84 !important;
    }

    .nav-main .menu > li {
        border-top: 1px solid #4c4c4c;
        border-left: 0;
        border-right: 0 !important;
    }

    .nav-main .menu > li:first-child {
        border-top: 0;
    }

    .nav-main .menu > li > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        height: 40px;
        line-height: 40px;
        background: none !important;
    }

    .nav-main .menu li .sub-menu {
        display: none;
        opacity: 1;
        position: relative;
        top: unset;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .nav-main .mega-menu > .sub-menu > li {
        padding-bottom: 0;
        margin: 0 0 -1px !important;
    }

    .nav-main .mega-menu > .sub-menu > li > a {
        display: block;
        border-top: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        padding-top: 11px;
        padding-left: 15px;
        padding-bottom: 9px;
        margin: 0;
    }

    .nav-main .mega-menu > .sub-menu > li:first-child > a {
        border-top: 0px;
        padding-top: 2px;
    }

    .nav-main .menu > li.menu-item-has-children > a::after {
        display: none;
    }

    .nav-main .menu li .sub-menu .sub-menu {
        padding: 10px 15px 5px;
    }

    .nav-main .sub-menu .sub-menu li {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .nav-main .sub-menu > li:first-child {
        padding-top: 10px;
    }

    .nav-main .sub-menu > li li {
        padding-top: 0 !important;
    }

    .submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        line-height: 1;
    }

    .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .submenu-toggle::after {
        margin-left: 0;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .nav-main {
        height: 73vh;
        overflow: auto;
    }
}

@media (max-width: 782px) {
    .admin-bar > header {
        top: 46px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 54px !important;
    }

    html body > header {
        height: 54px !important;
    }

    html body > header > .container {
        width: 100%;
    }

    .header-logo img {
        width: 40px !important;
    }

    .header-slogan {
        width: calc(100% - 60px);
    }

    .header-slogan .slogan,
    .header-slogan .input .btn-n:last-child {
        display: none;
    }

    header .navbar-toggle {
        top: 11px;
    }

    #wpadminbar {
        position: fixed !important;
    }
}

@media (max-width: 550px) {
    .header-slogan .phone svg {
        width: 14px;
        height: 14px;
        margin-right: 0;
    }

    .header-slogan .phone a {
        font-size: 16px;
    }

    body > header .btn-n {
        padding: 8px 9px;
    }

    .header-slogan .btn-green {
        font-size: 0;
    }

    .header-slogan .btn-green svg {
        display: block;
    }
}

@media (max-width: 380px) {
    .header-slogan .input {
        display: none;
    }
}

#content {
    overflow: hidden;
}

.form-group.submit.text-center {
    position: relative;
}

.form-group.submit.text-center .wpcf7-spinner {
    position: absolute;
    z-index: 1;
    inset: 0;
    margin: auto;
}

#site-footer {
    clear: both;
}

.modal {
    z-index: 105000;
}

.modal-backdrop {
    z-index: 104000;
}

.form-image .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 900px;
    max-width: 100%;
    height: calc(100vh - 40px);
}

.form-image .modal-content {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
}

.form-image .modal-content::before {
    content: url("");
    background: url(../images/form.png) no-repeat center / cover;
    width: 50%;
    display: block;
    padding: 15px 25px;
}

.form-image .modal-body {
    width: 50%;
    padding: 15px 25px;
    position: unset;
}

.form-image .modal-body .form-control {
    height: 45px;
    color: #3a3939;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-image .modal-body h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-image .modal-body .form-group {
    font-size: 14px;
}

.form-image .modal-body label {
    font-weight: 400;
}

.form-image .modal-body .input {
    margin-bottom: 20px;
}

.form-image .modal-body .wpcf7-list-item-label {
    position: relative;
    padding-left: 25px;
}

.form-image .modal-body .wpcf7-list-item-label::before {
    position: absolute;
    left: 0;
    top: 1px;
}

.form-image .modal-body .wpcf7-list-item {
    margin: 0 6px 0 0;
}

.form-image .wpcf7-acceptance {
    font-size: 14px;
}

.form-image .wpcf7-acceptance label {
    margin-bottom: 0;
}

.form-image .modal-body .form-group.submit {
    margin-top: 20px;
}

.form-image .modal-body .form-group.submit .btn {
    width: 100%;
    border-radius: 999px;
    padding: 11px;
    text-transform: none;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.modal button.close {
    opacity: 0.6;
    font-weight: 400;
    font-size: 34px;
    text-shadow: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-filter: none;
    filter: none;
    outline: none !important;
}

.modal button.close:hover {
    opacity: 1;
}

/* body.modal-open,
body.modal-open .modal {
	padding: 0 !important;
} */

.wpcf7-response-output {
    border: 0 !important;
    padding: 10px 15px !important;
    margin: 25px 0 10px !important;
    border-radius: 10px;
    color: #fff;
}

[data-status="invalid"] .wpcf7-response-output {
    background: #f7c70a;
    color: #3a3939;
}

[data-status="sent"] .wpcf7-response-output {
    background: #439177;
}

@media (max-width: 991px) {
    .modal,
    .modal-open {
        z-index: 105000;
        padding-right: 0 !important;
    }

    .form-image .modal-dialog {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .form-image .modal-content::before {
        width: 40%;
    }

    .form-image .modal-body {
        width: 60%;
    }
}

@media (max-width: 500px) {
    html .form-image .modal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-image .modal-content::before {
        aspect-ratio: 4 / 2;
    }

    .form-image .modal-content::before,
    .form-image .modal-body {
        width: 100%;
    }

    .form-image button.close {
        position: absolute;
        top: 10px;
        right: 14px;
        opacity: 1;
    }
}

.page-template-page-home {
    font-size: 18px;
}

.page-template-page-home h2 {
    font-weight: 700;
    margin: 0 0 30px;
}

.bg-gray {
    background: #fbfbfb;
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3a3939;
    margin: 0 0 36px;
    padding: 10px 20px 20px;
    border: 1px solid #3a3939;
    border-radius: 10px;
    width: 260px;
}

.countdown div {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    text-align: center;
}

.countdown span {
    display: block;
    text-transform: uppercase;
    font-size: 45px;
}

.countdown small {
    display: block;
    font-size: 2em;
    margin-top: 5px;
}

.first-section {
    padding: 450px 0 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: 1px solid #f5f5f5;
    margin-top: -127px;
}

.first-section .left {
    width: 55%;
}

.first-section * {
    line-height: 1.3;
}

.first-section hr {
    border-top: 1px solid #d5d5d5;
}

.first-section h2,
.first-section h3,
.first-section h4 {
    margin: 0 0 30px;
}

.first-section [style="list-style-type: circle;"] {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 512 512'%3E%3Cpath fill='%23339966' d='M17.47 250.9C88.82 328.1 158 397.6 224.5 485.5c72.3-143.8 146.3-288.1 268.4-444.37L460 26.06C356.9 135.4 276.8 238.9 207.2 361.9c-48.4-43.6-126.62-105.3-174.38-137z'/%3E%3C/svg%3E");
    padding: 0 0 10px 20px;
}

.first-section [style="list-style-type: circle;"] li {
    margin-bottom: 10px;
}

.first-section .right {
    width: calc(45% - 50px);
    background: #ffffffc9;
    padding: 10px 30px 10px;
    margin: -100px 0 0 auto;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.first-section .right p {
    margin-bottom: 20px;
}

.first-section .right h3 {
    padding: 46px 0 40px;
}

.first-section .wpcf7-response-output {
    margin-top: 6px !important;
    margin-bottom: 25px !important;
}

.f-input .form-control {
    height: 45px;
    color: #3a3939;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f-submit {
    margin-top: 20px;
}

.form-group-free {
    text-align: center;
    padding: 10px 0 17px;
}

.f-submit .btn {
    width: 100%;
    border-radius: 999px;
    padding: 11px;
    text-transform: none;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.first-section .btn-n {
    margin: 50px auto 0;
    display: block;
}

.first-section [aria-invalid="true"] + .wpcf7-not-valid-tip {
    display: block !important;
    margin-top: 5px;
}

@media (max-width: 1900px) {
    .first-section {
        padding-top: 400px;
        margin-top: -80px;
    }
}

@media (max-width: 1600px) {
    .first-section {
        padding-top: 370px;
    }
}

@media (max-width: 1400px) {
    .first-section {
        padding-top: 340px;
    }
}

@media (max-width: 1200px) {
    .first-section {
        padding-top: 285px;
        margin-top: -40px;
    }
}

@media (max-width: 991px) {
    .first-section {
        padding-top: 230px;
        margin-top: -30px;
    }

    .first-section .d-flex {
        display: block;
    }

    .first-section .item {
        width: 100% !important;
    }

    .first-section h2 {
        font-size: 28px;
    }

    .first-section .right {
        margin: 46px 0 0 auto;
        padding: 10px 15px;
    }

    .first-section .right h3 {
        padding: 20px 0 10px;
    }

    .first-section .btn-n {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .first-section {
        padding-top: 200px;
    }

    .first-section .left h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .first-section .left h3 {
        font-size: 16px;
    }

    .countdown span {
        font-size: 34px;
    }

    .countdown small {
        margin-top: -3px;
    }

    .first-section [style="list-style-type: circle;"] {
        padding: 0 0 10px 25px;
        font-size: 15px;
    }
}

@media (max-width: 550px) {
    .first-section {
        padding-top: 150px;
        margin-top: -10px;
    }

    .countdown {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .first-section {
        padding-top: 115px;
    }
}

@media (max-width: 380px) {
    .first-section {
        padding-top: 100px;
    }

    .f-submit .btn {
        white-space: normal;
    }
}

.pm-section {
    padding: 50px 0 60px;
    text-align: center;
}

.pm-section h2 {
    font-size: 40px;
}

.pm-section .d-flex {
    gap: 30px;
    padding-top: 30px;
}

.pm-section .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 calc(33.33333% - 20px);
    flex: 1 calc(33.33333% - 20px);
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 25px 24px 10px;
    text-align: left;
    overflow: hidden;
}

.pm-section h3 {
    font-size: 20px;
    font-weight: 700;
}

.pm-section p {
    font-size: 16px;
}

.pm-section .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .pm-section .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pm-section .item {
        padding: 20px 20px 10px;
    }

    .pm-section .item img {
        float: left;
        width: 115px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .pm-section h3 {
        margin-top: 10px;
    }
}

@media (max-width: 550px) {
    .pm-section .item {
        padding: 15px 15px 5px;
    }

    .pm-section .item img {
        width: 90px;
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }

    .pm-section h3 {
        font-size: 16px;
        margin-top: -7px;
    }

    .pm-section p {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .pm-section .item img {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .pm-section h3 {
        font-size: 16px;
        margin-top: 0;
    }
}

.mo-section {
    padding: 50px 0 60px;
}

.mo-section h2,
.mo-section .container > .stars {
    text-align: center;
}

.mo-section .container > .stars {
    font-size: 40px;
    margin-bottom: 35px;
    display: block;
}

.mo-section .d-flex {
    gap: 40px;
}

.mo-section .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 calc(50% - 20px);
    flex: 1 calc(50% - 20px);
}

.mo-section .text {
    padding-left: 20px;
    margin-bottom: 24px;
    border-left: 1px solid #177e6a;
    font-size: 24px;
    font-family: serif;
}

.mo-section .autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: #8d8d8d;
}

.mo-section .autor * {
    display: block;
}

.mo-section .name strong {
    margin-bottom: 8px;
    color: #177e6a;
}

.mo-section .date {
    margin-left: auto;
    font-size: 20px;
}

.mo-section .date .stars {
    font-size: 25px;
    margin-top: 5px;
}

.mo-section .photo img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.mo-section .image img {
    height: auto;
}

.mo-section .btn-n {
    margin: 60px auto 0;
    display: block;
}

@media (max-width: 1200px) {
    .mo-section .text {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .mo-section .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .mo-section .autor {
        gap: 15px;
    }

    .mo-section .autor *,
    .mo-section .date {
        font-size: 14px;
    }

    .mo-section .photo img {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .mo-section .name strong {
        margin-bottom: 5px;
    }

    .mo-section .date .stars {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .mo-section .photo {
        display: none;
    }
}

.vo-section {
    background: #f5f5f5;
    padding: 50px 0 0;
    margin-bottom: -40px;
}

.vo-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.vo-section h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vo-section p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.vo-section .d-flex {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 50px;
}

.vo-section .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(63% - 30px);
}

.vo-section .item.iframe {
    width: 37%;
}

.vo-section .item.iframe > iframe,
.tv-section .item.iframe > iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

@media (max-width: 991px) {
    .vo-section .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .vo-section .item,
    .vo-section .item.iframe {
        width: 100%;
    }

    .vo-section h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .vo-section {
        margin-bottom: 0;
    }

    .vo-section .d-flex {
        gap: 15px;
        margin-bottom: 20px;
    }
}

.yrev-section {
    padding: 500px 0 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: 1px solid #f5f5f5;
}

.yrev-section .btn-n {
    margin: 60px auto 0;
    display: block;
}

.yrev-section a:hover {
    opacity: 0.6;
}

.yrev-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

@media (max-width: 1400px) {
    .yrev-section {
        padding-top: 430px;
    }
}

@media (max-width: 1200px) {
    .yrev-section {
        padding-top: 330px;
    }
}

@media (max-width: 991px) {
    .yrev-section {
        padding-top: 280px;
    }

    .yrev-section h2 {
        margin-bottom: 30px;
    }

    .yrev-section .btn-n {
        margin: 40px auto 0;
    }
}

@media (max-width: 768px) {
    .yrev-section {
        padding-top: 240px;
    }

    .yrev-section a img {
        max-width: 240px;
        height: auto;
    }
}

@media (max-width: 550px) {
    .yrev-section {
        padding-top: 200px;
    }
}

@media (max-width: 440px) {
    .yrev-section {
        padding-top: 160px;
    }
}

@media (max-width: 380px) {
    .yrev-section {
        padding-top: 130px;
    }
}

.nr-section {
    padding: 45px 0 60px;
    text-align: center;
}

.nr-section h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.nr-section p {
    margin-bottom: 30px;
}

.nr-section .gallery {
    margin: 0 -12px 50px !important;
    overflow: hidden;
}

.nr-section .gallery-item {
    margin: 12px !important;
    width: calc(33.3333% - 24px) !important;
}

.nr-section .gallery-item a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.nr-section .gallery-item a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nr-section .gallery-item img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    border: 0 !important;
    aspect-ratio: 5 / 3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 991px) {
    .nr-section .gallery {
        margin: 0 -8px 50px !important;
    }

    .nr-section .gallery-item {
        margin: 8px !important;
        width: calc(33.3333% - 16px) !important;
    }
}

@media (max-width: 768px) {
    .nr-section br {
        display: none !important;
        font-size: 0;
    }

    .nr-section .gallery-item {
        width: calc(50% - 16px) !important;
    }

    .nr-section .gallery-item:last-child {
        width: calc(100% - 16px) !important;
    }
}

.tv-section {
    padding: 60px 0;
}

.tv-section h2 {
    margin-bottom: 20px;
}

.tv-section p {
    margin-bottom: 30px;
}

.tv-section .d-flex {
    gap: 30px;
}

.tv-section .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 calc(50% - 15px);
    flex: 1 calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tv-section .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 430px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .tv-section {
        padding: 50px 0 60px;
    }

    .tv-section.bg-gray {
        padding: 60px 0 40px;
    }

    .tv-section .d-flex {
        display: block;
    }

    .tv-section .d-flex .item {
        text-align: center;
    }

    .tv-section .d-flex .item:first-child {
        display: block;
        margin-bottom: 30px;
    }
}

.qa-section {
    padding: 50px 0 40px;
    background: #fbfbfb;
}

.qa-section h2 {
    font-size: 48px;
    text-align: center;
}

.panel-group {
    width: 100%;
}

.panel-default {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 !important;
}

.panel-default > .panel-heading {
    background: transparent;
    border-top: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-default > .panel-heading a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    text-decoration: none;
    color: #3a3939 !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.panel-default > .panel-heading a:after {
    content: "";
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    float: right;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition:
        transform 0.25s linear,
        -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect width="16" height="16" fill="none"/><path d="M2 8h12" stroke="black" stroke-width="1" stroke-linecap="square"/></svg>');
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect width="16" height="16" fill="none"/><path d="M8 2v12M2 8h12" stroke="black" stroke-width="1" stroke-linecap="square"/></svg>');
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-default .panel-body {
    padding: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

.lid-section {
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lid-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lid-section p {
    padding-bottom: 20px;
}

.lid-section h2 {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .page-template-page-home h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .page-template-page-home h2 {
        font-size: 28px;
    }
}

footer {
    background: #3a3939;
    color: #fff;
    font-weight: 300;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
}

.site-footer {
    gap: 20px;
}

footer .logo {
    display: inline-block;
    margin-top: 5px;
}

footer .logo img {
    height: auto;
}

footer a {
    text-decoration: none !important;
    color: #fff;
}

footer a:hover,
footer a:focus {
    color: #439177;
}

footer ul.nav {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer ul.nav li {
    width: calc(33.3333% - 10px);
    padding-bottom: 10px;
}

footer ul.nav a {
    padding: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: none;
    padding: 0;
}

footer ul.nav a:hover,
footer ul.nav a:focus {
    background: none;
}

footer .footer-right span.phone {
    font-size: 25px;
}

footer .footer-right p {
    margin-bottom: 0px;
}

footer .footer-right p b {
    margin-right: 5px;
}

footer .footer-right p:last-child {
    margin-top: 4px;
}

footer .site-footer-second {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

footer .site-footer-second > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

footer .copyright {
    font-size: 15px;
    margin-top: 25px;
}

footer .copyright p {
    font-size: 14px;
    margin-bottom: 0;
}

footer .copyright .copy,
footer .copyright p:last-child {
    font-size: 13px;
    margin-top: 3px;
}

.socialicon {
    margin-top: 20px;
}

.socialicon > p {
    margin-bottom: 10px;
    font-size: 14px;
}

.socialicon .d-flex > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
}

.socialicon a {
    width: 32px;
    height: 32px;
}

footer .logo:hover,
.paybanner a:hover,
.socialicon a:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.socialicon br {
    display: none;
}

.ya-rev a {
    color: #fff !important;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none !important;
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
}

.ya-rev strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
    font-size: 18px;
}

.ya-rev strong::before {
    content: url(../images/ya-map.svg);
    display: block;
    width: 15px;
    height: 20px;
    margin-right: 13px;
}

.ya-rev em {
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    color: #f7c70a;
    padding-left: 15px;
    margin-top: -3px;
}

.ya-rev small {
    font-size: 9px;
}

@media (max-width: 991px) {
    .site-footer {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    footer .logo {
        max-width: 100px;
        margin-right: 15px;
    }

    footer .footer-right span.phone {
        font-size: 22px;
    }

    footer ul.nav li {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .site-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }

    footer .logo-block,
    footer .footer-right {
        width: calc(50% - 20px);
        text-align: center !important;
    }

    footer .nav.navbar-nav {
        margin: 0 0 10px 0;
    }

    footer .menu.nav {
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    footer .logo-block,
    .footer-right,
    footer .copyright,
    footer .socialicon {
        text-align: center;
    }

    footer .logo {
        margin-right: 0;
    }

    .paybanner a,
    .socialicon .d-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    footer .copyright:first-child {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    #footer-row > div {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    footer ul.nav li {
        width: 100%;
    }
}

@media (max-width: 360px) {
    footer ul.nav li {
        width: 100%;
    }

    footer #footer-row div.menu.nav {
        margin-bottom: 0;
    }
}

@media (min-width: 767px) {
    .site-footer {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    footer .logo-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    footer .footer-right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    footer .menu.nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 48%;
    }
}

@media (min-width: 991px) {
    footer .menu.nav {
        max-width: 57%;
    }
}

.modal-quiz {
    background-image: url(/wp-content/uploads/2025/04/22204293.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0 !important;
}

.modal-quiz .close {
    position: relative;
    top: -7px;
    right: 40px;
}

.modal-quiz .modal-body {
    background: rgb(255 255 255 / 87%);
    width: 100%;
    height: 100vh;
    padding: 40px 0;
}

.modal-quiz .modal-body .wpcf7 {
    margin: 0 40px;
}

.modal-quiz .wpcf7,
.modal-quiz .wpcf7-form,
.quiz-form-cont {
    height: 100%;
}

.quiz-progress {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #1f9678;
    font-weight: 700;
}

.quiz-progress span {
    margin: 0 5px;
    display: inline-block;
}

.quiz-form {
    margin: auto;
}

.quiz-form-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 550px;
    margin: auto;
}

.step-title {
    font-size: 29px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.quiz-step {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.quiz-step.active {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.quiz-step.active.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.79, 0.33);
    -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.79, 0.33);
    transition: all 0.15s cubic-bezier(0.42, 0, 0.79, 0.33);
}

.form-field-text {
    font-size: 15px;
}

.quiz-step .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-field-radio-list .form-field-checkbox-list {
    max-width: 475px;
    margin: 0 auto;
}

.form-field-radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quiz-form-cont [aria-invalid="true"] + .wpcf7-not-valid-tip {
    display: block !important;
    margin-top: 5px;
}

.modal-quiz .wpcf7-response-output {
    display: none !important;
}

.quiz-form-cont .wpcf7-list-item {
    display: block;
    margin: 15px;
}

.quiz-form-cont .wpcf7-list-item label {
    font-size: 16px;
    margin: 8px 0;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.quiz-form-cont .wpcf7-list-item label:hover {
    color: #1f9678;
}

.quiz-form-cont input[type="radio"],
.quiz-form-cont input[type="checkbox"] {
    margin-right: 10px;
}

.form-field-text__input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.quiz-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    position: relative;
    padding-left: 60px;
}

.quiz-actions .wpcf7-spinner {
    position: absolute;
    inset: 0;
    margin: auto;
}

.quiz-button {
    font-size: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.quiz-prev {
    background: #1f967838;
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.quiz-prev:hover {
    background: #1f96786c;
}

.quiz-next,
.quiz-button.wpcf7-submit {
    background: #1f9678;
    color: white;
    min-width: 120px;
}

.quiz-next:hover,
.quiz-button.wpcf7-submit:hover {
    background: #34a98b;
}

.quiz-button.wpcf7-submit {
    display: none;
}

.suggestion-next {
    font-size: 12px;
    color: #666;
}

.p-thanx-page > header + .container {
    display: none;
}

.p-thanx-page #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40vh;
    padding: 50px 0 20px;
    overflow: hidden;
}

.wpcf7 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 8px;
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    display: none;
}

.wpcf7 input[type="radio"] + .wpcf7-list-item-label::before,
.wpcf7 input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid #555;
    background: #fff;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.wpcf7 input[type="radio"] + .wpcf7-list-item-label::before {
    border-radius: 50%;
}

.wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label::before {
    border-color: #3a3939;
    background: #3a3939 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='3' fill='%23fff'/%3E%3C/svg%3E") center/8px no-repeat;
}

.wpcf7 input[type="checkbox"] + .wpcf7-list-item-label::before {
    border-radius: 4px;
}

.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    border-color: #3a3939;
    background: #3a3939 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.5 6.1'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;%7D%3C/style%3E%3Cpath class='st0' d='M0.7,2.6l2,2l3-4'/%3E%3C/svg%3E") center/8px no-repeat;
}

.wpcf7 input[type="radio"] + .wpcf7-list-item-label:hover::before,
.wpcf7 input[type="checkbox"] + .wpcf7-list-item-label:hover::before {
    border-color: #3a3939;
}

.wpcf7 input[type="radio"]:disabled + .wpcf7-list-item-label::before,
.wpcf7 input[type="checkbox"]:disabled + .wpcf7-list-item-label::before {
    border-color: #ccc;
    background: #f5f5f5;
    cursor: not-allowed;
}

@media (max-width: 991px) and (orientation: landscape) {
    .modal-quiz .modal-body {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
}

@media (max-width: 991px) {
    .modal-quiz .modal-body .wpcf7 {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .quiz-actions {
        padding-left: 0;
        width: 100%;
    }

    .suggestion-next {
        display: none;
    }

    .form-field-text label {
        font-weight: 400;
    }

    .quiz-next,
    .quiz-button.wpcf7-submit {
        width: 100%;
    }

    .quiz-actions .wpcf7-spinner {
        left: calc(50% - -18px);
        right: 50%;
    }
}
