@font-face {
    font-family: 'Caesar Dressing';
    font-weight: 400;
    src: url('/fonts/CaesarDressing-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rounded Mplus 1c';
    font-weight: 400;
    src: url('/fonts/MPLUSRounded1c-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rounded Mplus 1c';
    font-weight: 500;
    src: url('/fonts/MPLUSRounded1c-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rounded Mplus 1c';
    font-weight: 800;
    src: url('/fonts/MPLUSRounded1c-ExtraBold.woff2') format('woff2');
    font-display: swap;
}

/* Default theme values*/

:root {
    --main_color: #F2F2F2;
    --main_color_second: #000;
    --active_color: #ffffff;
    --active_color_second: ;
    --hover_color: ;
    --title_color: #393939;
    --text_color: #545454;
    --header_background: #000;
    --white_color: #fff;
    --black_color: #000;
    --gray_color: #eeeeee;
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 30px !important;
}

body {
    background: #fff;
}

.button_basic {
    padding: 14px 20px;
    border-radius: 16px;
    background: linear-gradient(90deg, #F7CA39 0, #E09421 100%);
    color: #393939;
    font-size: 18px;
    border-style: none;
}

/* .button_basic:hover {
    background: ;
} */

header .header_nav {
    margin-inline-end: auto;
    margin-inline-start: auto !important;
}

.padding_small {
    padding: 100px 0 100px;
    ;
}

.padding_big {
    padding: 100px 0 100px;
    ;
}

/*End Standard Settings*/
/* Header Styles */
header {
    background: #000;
}

header nav li a {
    color: #fff;
    font-size: 18px;
}

/*sticky header*/
.fixing.activated {
    background: #000;
}

.custom-list-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
}

.custom-list-block__item {
    padding: 12px 10px;
}

.custom-list-block__item::marker {
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

@media (min-width: 1024px) {
    .custom-list-block {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .custom-list-block__item {
        padding: 12px 16px;
    }
}

.bl-footer-contacts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 25px;
}

@media (min-width: 1200px) {
    .bl-footer-contacts {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        text-align: start;
    }
}

.bl-footer-contacts .bl-phone-number {
    display: flex;
    align-items: flex-start;
    flex: 1 0 auto;
    justify-content: center;
}

.bl-footer-contacts .bl-phone-number img {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.bl-footer-contacts .bl-phone-number a {
    text-decoration: none;
    color: var(--text_color);
}

@media (min-width: 1200px) {
    .bl-footer-contacts .bl-phone-number {
        justify-content: flex-start;
    }
}

.bl-footer-contacts .bl-address {
    display: flex;
    align-items: flex-start;
    flex: 1 1 auto;
    justify-content: center;
    overflow-wrap: break-word;
}

@media (min-width: 1200px) {
    .bl-footer-contacts .bl-address {
        flex-basis: auto;
        justify-content: flex-start;
    }
}

.bl-footer-contacts .bl-address img {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.bl-footer-contacts .bl-copyright {
    flex: 1 1 100%;
    padding-left: 30px;
    overflow-wrap: break-word;
}

@media (min-width: 1200px) {
    .bl-footer-contacts .bl-copyright {
        align-items: flex-start;
        flex-basis: auto;
        padding: 0;
    }
}

.bl-footer-contacts .bl-social-media {
    padding-left: 30px;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .bl-footer-contacts .bl-social-media {
        padding: 0;
    }
}
.blog_social {
    margin: 0 auto 40px;
    padding: 20px;
    border-width: 2px;
    border-style: solid;
}

.blog_social h1,
.blog_social h2,
.blog_social h3,
.blog_social h4 {
    color: inherit;
}

.blog_social h1:last-child,
.blog_social h2:last-child,
.blog_social h3:last-child,
.blog_social h4:last-child {
    margin-bottom: 0;
}

.blog_social .block_title {
    margin-bottom: 40px;
    text-align: center;
}

.blog_social .link_list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_social .link_list li {
    margin: 0 0 0 15px;
}

.blog_social .link_list li a {
    display: block;
}

.blog_social .link_list li img {
    width: 40px;
    height: auto;
}

@media (min-width: 768px) {
    .blog_social {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .blog_social .block_title {
        flex-basis: 50%;
        margin-bottom: 0;
        text-align: left;
    }

    .blog_social .link_list {
        flex-basis: 50%;
        justify-content: right;
    }
}

.block_authors {
    padding-top: 40px;
    margin: 0 auto 40px;
}

.block_authors .authors {
    padding: 0 20px;
    border-width: 2px;
    border-style: solid;
}

.block_authors .authors h1,
.block_authors .authors h2,
.block_authors .authors h3,
.block_authors .authors h4 {
    color: inherit;
    margin-top: 0;
}

.block_authors .authors .author {
    padding: 40px 0;
    position: relative;
}

.block_authors .authors .author .photo {
    margin: 0 0 20px 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.block_authors .authors .author .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.block_authors .authors .author .text {
    margin-bottom: 20px;
}

.block_authors .authors .author .links {
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: center;
}

.block_authors .authors .author .links li {
    margin: 0 15px 0 0;
}

.block_authors .authors .author .links li a {
    display: block;
}

.block_authors .authors .author .links li img {
    width: 40px;
    height: auto;
}

.block_authors .authors .author+.author:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.block_authors .block_title {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .block_authors .authors .author {
        display: flex;
        align-items: start;
    }

    .block_authors .authors .author .photo {
        flex-shrink: 0;
        flex-grow: 0;
        margin: 0 20px 0 0;
    }
}

.blog_related {
    margin: 0 auto 40px;
}

.blog_related .related_post {
    border-width: 1px;
    border-style: solid;
    margin: 0 auto 40px;
    max-width: 300px;
}

.blog_related .related_post .featured_image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog_related .related_post .featured_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_related .related_post .description {
    padding: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.blog_related .related_post .post_title {
    color: inherit;
    white-space: normal;
    margin: 10px 0;
    max-height: 90px;
    overflow: hidden;
}

.blog_related .related_post .post_link {
    margin-top: auto;
    color: inherit;
    font-weight: 700;
    opacity: 0.7;
    transition: 0.3s ease-in opacity;
    display: flex;
    justify-content: baseline;
    align-items: center;
}

.blog_related .related_post .post_link .dashicons {
    margin-left: 5px;
}

.blog_related .related_post .post_link:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .related_posts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }

    .related_posts .related_post {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

body {
    font-family: 'Rounded Mplus 1c';
}

h1 {
    font-family: 'Caesar Dressing';
    font-size: 46px;
    font-weight: 400;
    line-height: 55.2px;
    color: #393939;
}

h2 {
    font-family: 'Caesar Dressing';
    font-size: 34px;
    font-weight: 400;
    line-height: 40.8px;
    color: #393939;
    margin: 0 0 20px;
}

h3 {
    font-family: 'Rounded Mplus 1c';
    font-size: 24px;
    font-weight: 800;
    line-height: 28.8px;
    color: #393939;
}

p {
    font-family: 'Rounded Mplus 1c';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #545454;
}

.button_basic {
    font-weight: 800;
    font-family: 'Rounded Mplus 1c';
}

.color-blue {
    color: #036B9D;
    font-weight: 800;
}

.linking {
    background: linear-gradient(100.3deg, #036B9D 3.61%, #5CABC3 109.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4C4B69;
    font-weight: 500;
    border-bottom: 1px solid #FDA160;
    border-image: linear-gradient(100.3deg, #036B9D 3.61%, #5CABC3 109.5%);
    border-image-slice: 1;
}

.linking:hover {
    background: #545454;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4C4B69;
    font-weight: 500;
    border-bottom: 1px solid #545454;
    border-image: linear-gradient(100.3deg, #545454 3.61%, #545454 109.5%);
    border-image-slice: 1;
}

.button_basic:hover {
    background: #AD971B;
}

header .fixing {
    background: #036B9D;
}

.fixing.activated {
    background: #036B9D;
}

.header_nav #desktop-menu-container .desktop-menu .menu-item a {
    font-weight: 500;
}

@media (max-width: 991px) {
    header .logo img {
        height: 48px;
        width: 130px;
    }
}

#pros_and_cons_3_32 .list_item {
    padding: 0 !important;
}

#pros_and_cons_3_32 .list {
    margin: 0 !important;
}

#pros_and_cons_3_32 .section_text h3 {
    margin: 40px 0 12px;
}

#pros_and_cons_3_32 .single_list {
    padding: 12px 20px !important;
    border-radius: 10px;
}

#pros_and_cons_3_32 .lists_part {
    grid-gap: 8px 30px !important;
}

#pros_and_cons_3_32 .list li:before {
    background: #036B9D;
}

#pros_and_cons_3_32 .list li {
    padding: 15px 0 15px 20px;
}

#pros_and_cons_3_32 {
    padding: 100px 0 25px;
}

@media (max-width: 991px) {
    #pros_and_cons_3_32 {
        padding: 50px 0 15px;
    }
}

#benefits_5_42,
#text_1_52,
#text_1_62,
#text_1_72 {
    padding: 25px 0;
}

#benefits_5_42 .benefits_repeater .item,
#benefits_5_192 .benefits_repeater .item {
    margin-bottom: 0 !important;
}

#benefits_5_42 .row,
#benefits_5_192 .row {
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 30px !important;
}

#benefits_5_42 .item_inner,
#benefits_5_192 .item_inner {
    padding: 40px !important;
    height: 100%;
    border-radius: 30px 0;
}

#benefits_5_42 .section_text h3 {
    margin: 40px 0 12px;
}

#text_1_82 {
    padding: 25px 0 100px;
}

@media (max-width: 991px) {
    #text_1_82 {
        padding: 25px 0 50px;
    }
}

#text_1_62 .text_area__content p,
#text_1_72 .text_area__content p {
    margin: 0 0 4px;
}

#text_1_62 ul,
#text_1_72 ul {
    list-style-position: outside !important;
    margin: 0 !important;
}

#text_1_62 ul li,
#text_1_72 ul li,
#text_2_122 ul li {
    color: #545454;
    margin-left: 22px;
}

#text_2_122 ul {
    list-style-position: outside !important;
    margin: 0 0 20px !important;
}

img {
    border-radius: 0 !important;
}

#how_to_register_3_92 .row {
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 30px !important;
}

#how_to_register_5_102 .register_items .col-md-4,
#how_to_register_5_132 .register_items .col-md-4,
#how_to_register_5_152 .register_items .col-md-4,
#how_to_register_5_172 .register_items .col-md-4,
#how_to_register_5_182 .register_items .col-md-4 {
    margin-bottom: 0 !important;
}

.how_to_register_5 .row {
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 30px !important;
}

#how_to_register_5_102 .register_item_inner,
#how_to_register_5_132 .register_item_inner,
#how_to_register_5_152 .register_item_inner,
#how_to_register_5_172 .register_item_inner,
#how_to_register_5_182 .register_item_inner,
#how_to_register_5_3180 .register_item_inner {
    border-radius: 30px 0;
}

#how_to_register_5_102 .register_item_inner .register_item_text p:first-child {
    font-weight: 500;
}

#how_to_register_5_102 .register_item_box,
#how_to_register_5_132 .register_item_box,
#how_to_register_5_152 .register_item_box,
#how_to_register_5_172 .register_item_box,
#how_to_register_5_182 .register_item_box {
    margin: 0 0 12px;
}

#how_to_register_5_132,
#how_to_register_5_152,
#text_1_202 {
    padding: 100px 0 15px;
}

@media (max-width: 991px) {

    #how_to_register_5_132,
    #how_to_register_5_152,
    #text_1_202 {
        padding: 50px 0 15px;
    }
}

#text_1_142,
#text_1_162,
#text_1_212 {
    padding: 15px 0 100px;
}

@media (max-width: 991px) {

    #text_1_142,
    #text_1_162,
    #text_1_212 {
        padding: 15px 0 50px;
    }
}

@media (max-width: 991px) {

    #how_to_register_5_172,
    #how_to_register_5_182 {
        padding: 50px 0;
    }
}

#how_to_register_5_182 .register_text h3 {
    margin: 40px 0 0px;
}

.how_to_register_5 .register_text {
    margin-bottom: 30px !important;
}

#text_1_212 .btn_shortcode {
    text-align: center;
}

#benefits_5_192 .items_title h3 {
    margin: 0;
}

.faq_4 .accordion_list li:not(:last-child) {
    margin-bottom: 5px !important;
}

.faq_4 .accordion_list li {
    border-radius: 10px;
    color: #036B9D;
}

.faq_4 .accordion_list li .plus_box svg {
    fill: #036B9D;
}

.faq_4 .accordion_list li.active .item_question {
    color: #036B9D !important;
}

.faq_4 .section_text {
    margin: 0 0 30px !important;
}

.info_logo_wrap {
    display: none !important;
}

.theme_footer .footer_text {
    margin-bottom: 40px;
    text-align: center;
    color: #FFFFFF;
}

.theme_footer .footer_text p {
    color: #FFFFFF;
}

.theme_footer .footer_copyright {
    border-top: none !important;
    padding: 1px 0 !important;
    opacity: 1 !important;
}

.theme_footer .footer_menu ul {
    justify-content: center;
    color: #fff;
}

.theme_footer .footer_menu ul li:hover {
    color: #F7CA39;
}

.header_nav #desktop-menu-container .desktop-menu .menu-item:hover>a {
    color: #F7CA39;

}

.header_nav #desktop-menu-container .desktop-menu .current-menu-item>a {
    border-bottom: none !important;
    font-weight: 500;
}

@media (max-width: 991px) {

    #benefits_5_42 .row,
    #benefits_5_192 .row {
        --bs-gutter-x: 30px !important;
        --bs-gutter-y: 0px !important;
    }
}

@media (max-width: 991px) {
    .benefits_5 .title_wrap {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .benefits_5 .items_icon {
        width: 60px !important;
        height: 60px !important;
        margin: 0 0 12px;
    }
}

@media (max-width: 991px) {
    .text.variant1 .img_area img {
        height: 100%;
    }
}

@media (max-width: 991px) {

    #how_to_register_3_92,
    #how_to_register_5_102,
    #benefits_5_192,
    #faq_4_222 {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .how_to_register_3 .register_text {
        margin: 0 0 30px !important;
    }
}

@media (max-width: 991px) {
    .header_nav #mobile-menu-container {
        background: linear-gradient(100.3deg, #036B9D 3.61%, #5CABC3 109.5%);
    }
}

@media (max-width: 991px) {
    .header_nav #mobile-menu-container .mobile-menu .current_page_item a {
        background: linear-gradient(100.3deg, #036B9D 3.61%, #5CABC3 109.5%);
        color: #fff;
    }
}

.how_to_register_3 .register_item_box {
    margin: 0 0 16px;
}

#hero_section_1_4180 h2,
#hero_section_1_4180 p {
    color: #fff;
}

#text_1_5180 .btn_shortcode {
    margin-top: 40px;
}

.benefits_5 .item_inner {
    height: 100%;
    border-radius: 30px 0;
}

.benefits_5 .row {
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 30px !important;
}

.benefits_5 .benefits_repeater .item {
    margin-bottom: 0 !important;
}

#benefits_5_8180 {
    padding: 100px 0 20px;
}

@media (max-width: 991px) {
    #benefits_5_8180 {
        padding: 50px 0 20px;
    }
}

#text_1_9180 .btn_shortcode {
    text-align: center;
}

#text_1_9180 {
    padding: 20px 0 100px;
}

@media (max-width: 991px) {
    #text_1_9180 {
        padding: 20px 0 50px;
    }
}

@media (max-width: 991px) {
    #hero_section_1_1180 {
        padding: 220px 0 0 !important;
    }
}

@media (max-width: 991px) {

    #how_to_register_3_2180,
    #how_to_register_5_3180,
    #how_to_register_3_5277 {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {

    #text_1_5180 .btn_shortcode .button_basic,
    #text_1_9180 .btn_shortcode .button_basic {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #text_2_6180 .img_area img {
        height: 100%
    }
}

@media (max-width: 991px) {
    #benefits_5_8180 .items_title h3 {
        margin: 0;
    }
}

@media (max-width: 991px) {
    #hero_section_1_1180 .hero_text_content>div {
        background: rgb(253, 246, 207, 0.2);
    }
}

#hero_section_1_4180 {
    min-height: 100% !important;
    height: 100%;
    max-height: 500px;
}

.theme_footer .footer_menu ul li:not(:last-child) {
    margin-block-end: 0 !important;
}

#hero_section_1_1277 .hero_text_content>div h1 {
    color: #fff;
}

#hero_section_1_1277 .hero_text_content>div p {
    color: #fff;
}

#vertical_image_2_2277 .item {
    box-shadow: 0px 4px 10px 0px #0000001A;
    padding: 15px;
    border-radius: 30px 0;
    align-items: center;
}

.vertical_image_and_description_block_2 .item:not(:last-child) {
    margin-bottom: 15px !important;
}

#vertical_image_2_2277,
#benefits_5_7277 {
    padding: 100px 0 20px;
}

@media (max-width: 991px) {

    #vertical_image_2_2277,
    #benefits_5_7277 {
        padding: 50px 0 20px;
    }
}

#text_3_3277,
#text_1_8277 {
    padding: 20px 0 100px;
}

@media (max-width: 991px) {

    #text_3_3277,
    #text_1_8277 {
        padding: 20px 0 50px;
    }
}

#text_3_3277 .text_block_flex {
    flex-direction: row !important;
}

.theme_footer .footer_menu ul li a {
    color: #fff !important;
}

#text_1_8277 .btn_shortcode {
    text-align: center;
}

#vertical_image_2_2277 .item_text {
    margin: 0 !important;
}

@media (max-width: 991px) {
    #hero_section_1_1277 .hero_text_content {
        background: rgba(67, 169, 199, 0.1);
    }
}

@media (max-width: 991px) {
    #vertical_image_2_2277 .item {
        align-items: start;
    }
}

@media (max-width: 991px) {
    #vertical_image_2_2277 .item_image {
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    #text_2_4277 .img_area img {
        height: 100%;
    }
}

@media (max-width: 991px) {
    #benefits_5_7277 .items_title h3 {
        margin: 0;
    }
}

#hero_section_2_1337 .hero_text_content {
    margin: 0 auto;
    max-width: 950px;
}

#hero_section_2_1337 .hero_text_content h1 {
    color: #fff;
}

#hero_section_2_1337 .hero_text_content p {
    color: #FFFFFFB2;
}

#benefits_5_3337 .items_title {
    font-weight: 800;
    color: #393939;
    font-size: 18px;
}

#benefits_5_3337 {
    padding: 100px 0 20px;
}

@media (max-width: 991px) {
    #benefits_5_3337 {
        padding: 50px 0 20px;
    }
}

#text_1_4337 {
    padding: 20px 0 100px;
}

@media (max-width: 991px) {
    #text_1_4337 {
        padding: 20px 0 50px;
    }
}

@media (max-width: 1020px) {
    #benefits_5_3337 .row {
        --bs-gutter-x: 30px !important;
        --bs-gutter-y: 20px !important;
    }
}

@media (max-width: 1020px) {
    #benefits_5_3337 .benefits_repeater .item {
        margin: 0;
    }
}

@media (max-width: 1020px) {
    #text_1_2337 .align-items-center {
        align-items: center !important;
        flex-direction: column;
    }
}

@media (max-width: 1020px) {
    #text_1_5337 .align-items-center {
        align-items: center !important;
        flex-direction: column-reverse;
    }
}

@media (max-width: 1020px) {

    #text_1_2337 .img_area,
    #text_1_5337 .img_area {
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .header_nav #mobile-menu-container .mobile-menu .menu-item a {
        color: #fff;
        font-weight: 500;
    }
}

@media (max-width: 992px) {
    .header_nav #mobile-menu-container .mobile-menu>.menu-item:not(:last-child) {
        border-bottom: none !important;
    }
}

#faq_4_222 {
    padding: 100px 0 50px;
}

@media (max-width: 992px) {
    #faq_4_222 {
        padding: 50px 0 25px;
    }
}

#banner_14_242 {
    padding: 50px 0 100px;
}

@media (max-width: 992px) {
    #banner_14_242 {
        padding: 25px 0 50px;
    }
}



.popup.variant_1 .popup_text p {
    font-size: 46px;
    font-weight: 400;
    line-height: 48px;
    font-family: 'Caesar Dressing';
    color: #fff;
}

.popup.variant_1 .popup_text {
    margin-bottom: 30px !important;
}

.popup.variant_1 .button_basic {
    margin-bottom: 0 !important;
    font-weight: 900;
    color: #1a1a1a;
    font-size: 18px;
    text-transform: uppercase;
}

.popup.variant_1 .bottom_text1,
.popup.variant_1 .bottom_text2 {
    display: none !important;
}

.popup.variant_1 .popup_inner {
    padding: 112px 40px 112px !important;
    height: 498px !important;
    width: 500px !important;
    margin: 0 auto;
}

.popup.variant_1 .close {
    top: 5px !important;
    right: 200px !important;
    width: 20px !important;
    height: 20px !important;
}

@media (max-width: 992px) {
    .popup.variant_1 .popup_inner {
        padding: 125px 40px !important;
        height: 498px !important;
        width: 429px !important;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .popup.variant_1 .popup_inner {
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .popup.variant_1 .close {
        top: 7px !important;
        right: 235px !important;
        width: 20px !important;
        height: 20px !important;
    }
}

@media (max-width: 890px) {
    .popup.variant_1 .close {
        top: 7px !important;
        right: 28px !important;
        width: 20px !important;
        height: 20px !important;
    }
}

@media (max-width: 620px) {
    .popup.variant_1 .popup_inner {
        padding: 125px 40px !important;
        height: 498px !important;
        width: 335px !important;
        margin: 0 auto;
    }
}

@media (max-width: 620px) {
    .popup.variant_1 .popup_text p {
        font-size: 38px;
        line-height: 40px !important;
    }
}

@media (max-width: 620px) {
    .popup.variant_1 .popup_inner {
        padding: 125px 20px !important;
    }
}

@media (max-width: 620px) {
    .popup.variant_1 .close {
        right: 66px !important;
    }
}

@media (max-width: 618px) {
    .popup.variant_1 .close {
        right: 73px !important;
    }
}

@media (max-width: 450px) {
    .popup.variant_1 .close {
        right: 50px !important;
    }
}

@media (max-width: 430px) {
    .popup.variant_1 .close {
        right: 38px !important;
    }
}

@media (max-width: 420px) {
    .popup.variant_1 .close {
        right: 15px !important;
    }
}

@media (max-width: 415px) {
    .popup.variant_1 .close {
        right: 30px !important;
    }
}

.banner_14 .banner_inner {
    background-color: transparent !important;
    background-image: url(/images/banner-4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.banner_14 .banner_image {
    display: none;
}

.banner_14 .banner_text p {
    font-size: 36px;
    color: #fff;
    font-family: 'Caesar Dressing';
    font-weight: 400;
    line-height: 43px;
}

.banner_14 .banner_btn .button_basic {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.banner_14 .banner_text {
    max-width: 720px;
    text-align: center;
}

@media (max-width: 992px) {
    .banner_14 .banner_inner {
        background-color: transparent !important;
        background-image: url(/images/banner-5.webp);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
    }
}
