/*!
Theme Name: zigzag
Theme URI: http://sweb.com.ua/
Author: sweb.com.ua
Author URI: http://sweb.com.ua/
Description: Description
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: zigzag
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.

zigzag is based on Underscores https://sweb.com.ua/, (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/
*/
body {
	margin: 0;
	font-family: 'FuturaPT',Arial,sans-serif;
    overflow-x: hidden;
}
a {
	text-decoration: unset;
	color: #000;
}
img {
	max-width: 100%;
}
header#header {
	height: 88px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
}
.container {
	width: 100%;
	max-width: 1200px;
    margin: 0 auto;
}
.logo img {
    width: 100%;
    max-width: 78px;
    height: auto;
}
header#header .container {
    display: flex;
    width: calc(100% - 100px);
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}
ul#primary-menu a {
    font-family: 'FuturaPT',Arial,sans-serif;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    color: #000;
    white-space: nowrap;
    text-decoration: unset;
    color: #1e4c38;
    font-size: 19px;
    font-weight: 600;
}

ul#primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
a.cta_btn{
	color: #ffffff;
    background-color: #1e4c38;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-family: FuturaPT;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    cursor: pointer;
}
.social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-right: 20px;
}
.menu {
    flex: 1;
}
.social a {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer#footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px;
    padding: 15px 0;
}
footer#footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer#footer .copyright {
	width: 100%;
	text-align: center;
    font-family: 'FuturaPT',Arial,sans-serif;
}
section#hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.col {
    width: 50%;
}
.flex.first_row .col:last-child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.flex.first_row .col:last-child img {
    max-width: 200px;
}
.flex.first_row .col:last-child span{
    color: #000000;
    font-size: 34px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: end;
}
#hero .title {
    color: #1e4c38;
    font-size: 50px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.flex.second_row .title ~ div {
    color: #000000;
    font-size: 27px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.flex.second_row .col:last-child img {
    width: 100%;
    opacity: .6;
    max-width: 330px;
}
.flex.second_row .col:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex.third_row .col:first-child img {
    width: 100%;
}
.checkbox_row  {
    color: #000000;
    font-size: 24px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 10px;
    background-color: #ebebeb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 2px 2px 12px 0px rgba(0,0,0,0);
    margin: 0 0 10px 0;
    padding: 10px 40px 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;

}
.checkbox_row img {
    max-width: 30px;
    width: 100%;
}
.flex.third_row .col:last-child {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.checkbox_row.bigger img {
    max-width: 45px;
}

.checkbox_row.bigger {
    box-shadow: 10px 5px 25px 0px rgba(0,0,0,0.3);
    background-color: transparent;
}
h1 {
	color: #d69625;
    font-size: 60px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 0;
    padding: 0;
    text-align: center;
}
.num {
    color: #d69625;
    font-size: 58px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.title_block {
    color: #000000;
    font-size: 35px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.desc {
    color: #000000;
    font-size: 20px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.flex_3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    background: url(/wp-content/themes/zigzag/img/Pngtreemodern_abstra.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50% 30%;
}
.col_3 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pr_title {
    color: #000000;
    font-size: 40px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 0.95;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}
.benefit_count {
    color: #d69625;
    font-size: 70px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.25;
    opacity: .8;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.benefit_count span {
    color: #d69625;
    font-size: 25px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
h2 {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 42px;
    line-height: 1.23;
    text-align: center;
}
.v_icon {
    max-width: 100px;
    width: 100%;
}
.flex_4 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
}
.col_4 {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.v_title{
	margin-bottom: 25px;
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.17;
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.v_desc {
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 300;
    color: #000;
        font-size: 18px;
    line-height: 1.55;
    text-align: center;
}
.col_4.half {
    width: 49.5%;
}
footer#footer .copyright {
    width: 100%;
    text-align: center;
    font-family: 'FuturaPT',Arial,sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}
a#sweb path {
    fill: #1f4c39;
}
.form_title {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 1.23;
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
}

section#form_section {
    margin: 50px 0px 80px;
}
.form_desc {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'FuturaPT',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    margin-bottom: 80px;
}
form#form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.input-block {
    width: 25%;
}
.input-block input {
	font-family: 'FuturaPT',Arial,sans-serif;
	margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;

        color: #000000;
    border: 2px solid #1e4c38;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
button[type="submit"] {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;

    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

    color: #efedee;
    background-color: #1e4c38;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-family: FuturaPT;
    font-weight: 700;
}
.t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_md, .t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_md {
    -webkit-animation-name: flash-md;
    animation-name: flash-md;
}
[data-btneffects-first],
[data-btneffects-second],
.t-submit[data-btneffects-first],
.t-submit[data-btneffects-second] { position: relative; overflow: hidden; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}
[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects,
.t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: translateX(-85px); -ms-transform: translateX(-85px); transform: translateX(-85px); -webkit-animation-name: flash;  animation-name: flash;  -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-timing-function: linear;  animation-timing-function: linear;  -webkit-animation-iteration-count: infinite;  animation-iteration-count: infinite;
}
[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_md,
.t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_md {  -webkit-animation-name: flash-md; animation-name: flash-md;
}
[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_lg,
.t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_lg {  -webkit-animation-name: flash-lg; animation-name: flash-lg;
}
[data-btneffects-first="btneffects-flash"] .t-btn_effects,
.t-submit[data-btneffects-first="btneffects-flash"] .t-btn_effects {  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4)); background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4)); background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4)); width: 45px; height: 100%; position: absolute; top: 0; left: 30px;  -webkit-transform: skewX(-45deg); -ms-transform: skewX(-45deg); transform: skewX(-45deg);
}
@-webkit-keyframes flash { 20% {  -webkit-transform: translateX(100%);  transform: translateX(100%); } 100% { -webkit-transform: translateX(100%);  transform: translateX(100%); }
}
@keyframes flash { 20% {  -webkit-transform: translateX(100%);  transform: translateX(100%); } 100% { -webkit-transform: translateX(100%);  transform: translateX(100%); }
}
@-webkit-keyframes flash-md { 30% { -webkit-transform: translateX(100%);  transform: translateX(100%); } 100% { -webkit-transform: translateX(100%);  transform: translateX(100%); }
}
@keyframes flash-md { 30% { -webkit-transform: translateX(100%);  transform: translateX(100%); } 100% { -webkit-transform: translateX(100%);  transform: translateX(100%); }
}
@-webkit-keyframes flash-lg { 40% { -webkit-transform: translateX(100%);  transform: translateX(100%); } 100% { -webkit-transform: translateX(100%);  transform: translateX(100%); }
}
@keyframes flash-lg { 40% { -webkit-transform: translateX(100%);  transform: translateX(100%); } 100% { -webkit-transform: translateX(100%);  transform: translateX(100%); }
}
.t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

[data-btneffects-first="btneffects-flash"] .t-btn_effects, .t-submit[data-btneffects-first="btneffects-flash"] .t-btn_effects {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_md, .t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects_md {
    -webkit-animation-name: flash-md;
    animation-name: flash-md;
}

[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects, .t-submit[data-btneffects-first="btneffects-flash"] .t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.f_social svg:hover path,
.social svg:hover path {
    fill: #eb9706;
    cursor: pointer;
}
.f_social svg,
.social svg{
    cursor: pointer;
}
.menu_action {
    background: none;
    border: none;
    margin-top: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    cursor: pointer;
    display: none;
}
div#thankyou {
    display: none;
}
div#thankyou {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
    background: #d79626;
    border-radius: 10px;
    border: 2px solid #1f4c39;
    padding: 20px;
    color: #fff;
    font-size: 22px;
}
html.thankyou_open div#thankyou {
    display: flex;
}
.thankyou_open body>section, 
.thankyou_open body>footer, 
.thankyou_open body>header {
    filter: blur(6px);
}
span.thankyou_title >div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
    background: #1f4c39;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
div#thankyou {
    min-width: 290px;
}
span.thankyou_title {
    text-align: center;
}







@media screen and (max-width:1230px) {
    .container,
    p.copyright {
        padding: 0 15px;
        max-width: 960px !important;
        width: 100% !important;
    }
    
    
}

@media screen and (max-width:1024px) {
    .flex.first_row .col:last-child span {
        text-align: left;
    }
    header .menu_action {
        display: block;
    }
    .menu_action .bar1, .menu_action .bar2, .menu_action .bar3 {
        background-color: #1f4c39;
        display: block;
        height: 2px;
        margin: 8px 0;
        transition: 0.4s;
        width: 30px;
    }
    header .menu-menu-container {
        position: fixed;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #1e4c38;
        z-index: 1000;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        transform: translateX(100%);
        transition: 0.2s;
    }
    .logo {
        order: 1;
        flex: 1;
    }
    .social {
        order: 2;
    }
    .menu {
        order: 5;
        flex: unset;
    }
    a.cta_btn {
        order: 3;
    }
    a.cta_btn {
        margin-right: 20px;
    }
    .social {
        padding-right: 10px;
    }
    html.menu_opened .menu-menu-container {
        transform: translateX(0%);
    }
    html.menu_opened header#header .logo,
    html.menu_opened header#header .social,
    html.menu_opened header#header .menu_action,
    html.menu_opened header#header .cta_btn{
        position: relative;
        z-index: 10001;
    }
    html.menu_opened .bar1 {
        transform: translateY(10px) rotate(-45deg);
    }
    html.menu_opened .bar2 {
        opacity: 0;
    }
    html.menu_opened .bar3 {
        transform: translateY(-10px) rotate(45deg);
    }

    html.menu_opened a.cta_btn {
        background-color: #d79626;
    }
    html.menu_opened .social path {
        fill: white;
    }
    ul#primary-menu ~ .social  path {
        fill: white;
    }
    html.menu_opened  .bar1, 
    html.menu_opened  .bar2, 
    html.menu_opened  .bar3 {
        background-color: #fff;
       
    }
    .menu-menu-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .menu-menu-container a {
        color: #fff !important;
    }
    header ul#primary-menu {
        flex-direction: column;
        gap: 30px;
    }
    header ul#primary-menu a {
        font-size: 26px;
    }
    html.menu_opened {
        overflow: hidden;
    }
    .flex.first_row {
        flex-direction: column;
    }
    .col {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .flex.first_row .col:last-child {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .flex.first_row .col:last-child span span {
        display: none;
    }
    .flex.first_row .col:last-child>span {
        text-align: center;
    }
    div#about_us {
        flex-direction: column;
    }
    div#about_us .col {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .flex.second_row .col:last-child img {
        visibility: hidden;
        height: 20px;
    }
    section#process .flex:nth-child(even) .col:first-child {
        flex-direction: column;
        align-items: center;
    }
    section#process .flex:nth-child(odd) .col:last-child {
        flex-direction: column;
        align-items: center;
    }
    section#process .flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .container, p.copyright {
        padding: 0 15px;
        width: calc(100% - 30px) !important;
    }
    .desc {
        text-align: center;
    }
    .cr {
        flex-direction: column-reverse !important;
    }
    .flex_3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 50px 0;
        background: url(/wp-content/themes/zigzag/img/Pngtreemodern_abstra.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% 0%;
        flex-direction: column;
    }
    .col_3 {
        width: 100%;
    }
    .col_4 {
        width: 49.5%;
    }
    form#form {
        flex-direction: column;
    }
    .input-block {
        max-width: 400px;
        width: 100%;
    }
    .submit-block button {
        max-width: 400px;
        width: 100%;
    }
    .f_menu ul#primary-menu {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    div#services {
        flex-direction: column-reverse;
    }
    .flex.third_row .col:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer#footer .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .flex.first_row .col:last-child img {
        max-width: 150px;
    }
    .checkbox_row {
        width: calc(100% - 40px);
    }
    .checkbox_row.bigger {
        box-shadow: unset;
        background-color: #ebebeb;
    }
    .checkbox_row.bigger img {
        max-width: 30px;
    }
    .form_desc {
        margin-bottom: 50px;
    }
    footer#footer .copyright {
        flex-direction: column;
        gap: 20px;
    }

    h1,
    h2,
    .form_title,
    .benefit_count {font-size: 32px;}


    .flex.first_row .col:last-child>span,
    .flex.second_row .title ~ div,
    .checkbox_row,
    .v_desc,
    .form_desc,
    .desc {
        font-size: 15px;
    }
    #hero .title,
    .pr_title,
    .title_block,
    .v_title,
    .num {
        font-size: 26px;
    }
}



@media screen and (max-width:496px) {
    .menu-menu-container {
        flex-direction: column-reverse;
        gap: 60px;
    }
    header#header .menu-menu-container {
        flex-direction: column-reverse;
        gap: 50px;
    }
}

@media screen and (max-width:340px) {
    a.cta_btn {
        padding: 0 15px;
    }
    .flex_4 > div {
        width: 100% !important;
        gap: 0;
    }



    


}