/*   
Theme Name: Nazly Law
Description: Nazly Law Theme
Author: Dima
Version: 1.0
Text Domain: base
Domain Path: /languages
*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 1.4;
    overflow: auto;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: "Gilroy";
    src: url("fonts/gilroy/Gilroy-Regular.eot");
    src: url("fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/gilroy/Gilroy-Regular.woff") format("woff"),
        url("fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("fonts/gilroy/Gilroy-Bold.eot");
    src: url("fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/gilroy/Gilroy-Bold.woff") format("woff"),
        url("fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    /*  font-family: "Gilroy", sans-serif;*/
    /*  font-family: 'Ledger', serif;*/
    /*  font-family: var(--wp--preset--font-family--body);*/
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /*  font-weight: 400;*/
    /* color: #828282; */
    margin: 0;
    text-align: left;
    overflow-x: hidden;
}

.hidden {
    display: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

img,
iframe {
    max-width: 100%;
}

@media (min-width: 992px) {
    /* .container {
        max-width: 960px;
    } */
}

@media (min-width: 1200px) {
    /* .container {
        max-width: 1140px;
    } */
}

@media (min-width: 1500px) {
    .container {
        max-width: var(--wp--style--global--wide-size);
    }
}

.container-fluid {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #333;
    /*  font-family: var(--wp--preset--font-family--heading);*/
    font-optical-sizing: auto;
    /*  font-weight: 600;*/
    font-style: normal;
    /*  line-height: 1.4;*/
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    /*  font-size: 1.125rem;*/
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-bottom: 1rem;
    padding: 0;
    margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #333;
    /* text-decoration: none; */
    background-color: transparent;
    display: inline-block;
}

a:hover {
    color: inherit;
    /* text-decoration: underline; */
}

a:not([href]) {
    /*  color: inherit;*/
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
        monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
tr [type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 1200px) {
    /* ::-webkit-scrollbar {
        width: 6px;
        height: 7px;
        z-index: 100;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #78cbe8;
    }

    :root {
        scrollbar-width: thin;
           scrollbar-color: #78cbe8 #fff;
    } */
}

@media (min-width: 1025px) {
    a {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
.alignwide {
    max-width: var(--wp--style--global--wide-size);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.hamburger {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -58px;
}

.hamburger span {
    position: relative;
    background-color: #f7db6e;
    border-radius: 0;
    display: block;
    height: 2px;
    margin: 6px 0;
    padding: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 22px;
    cursor: pointer;
}

.hamburger span:nth-of-type(2) {
    width: 18px;
    margin-left: auto;
}

.hamburger.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.hamburger.active span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}

@media (min-width: 1025px) {
    .hamburger {
        display: none;
    }
    .hidden-desktop {
        display: none;
    }
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-start {
    display: flex;
    justify-content: start;
}
.header {
    background-position: center;
    /* padding: 78px 0; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}
.header__top {
    /* padding: 0px 0 80px 0; */
    display: flex;
    flex-direction: column;
    /* height: 125px; */
    /* padding: 10px 0px; */
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__logo p {
    margin-bottom: 0px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header__top .logo2 {
    height: 40px;
}
.header__top .logo1 {
    max-width: 250px;
    width: 100%;
}

.header__bottom {
    /* padding: 80px 0 0px 0; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header__bottom,
.header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header__top-right .btn {
    margin: 0 2rem;
    height: 45px;
}

.header__logo {
    max-width: 500px;
    display: flex;
    gap: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lang-switcher {
    background-image: linear-gradient(90deg, #fff 8%, #c6d1c2 100%);
}
.language-switcher {
    display: flex;
    list-style: none;
    gap: 25px;
    justify-content: flex-end;
    padding: 5px 0px;
}
.language-switcher .lang-item {
    position: relative;
}
.language-switcher .lang-item a {
    font-weight: 600;
    color: #000;
}
.language-switcher .lang-item a:hover {
    text-decoration: underline;
}
.language-switcher .lang-item:first-child:after {
    content: "";
    width: 2px;
    display: block;
    position: absolute;
    top: 7px;
    right: -15px;
    height: 15px;
    background-color: #000;
}

/********************************************************************************************* styles from therma ==> */

section.brands-section .block-brands-boxes__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}
section.brands-section .block-brands-boxes__wrapper .brands-row-block {
    width: 200px;
    height: 200px;
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

section.brands-section .block-brands-boxes__wrapper .brands-row-block img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 80%;
}
section.brands-section .block-brands-boxes__wrapper .brands-row-block {
    -webkit-box-shadow: 0 0 15px -4px #ccc;
    box-shadow: 0 0 15px -4px #ccc;
    background: linear-gradient(#0000, rgb(0 0 0/5%)) top/100% 800%;
    transition: 0.2s all;
}
section.brands-section .block-brands-boxes__wrapper .brands-row-block:hover {
    background-position: bottom;
}
section.brands-section .slick-slide {
    margin: 0 10px;
}
section.brands-section .slick-list {
    width: calc(100% + 20px);
    padding: 40px 10px;
    overflow: hidden;
    margin-left: -10px;
}
section.brands-section .slick-track {
    overflow: visible;
}
.section-images.brands-section .block-brands-boxes__wrapper {
    gap: 30px;
}
.section-images.brands-section .block-brands-boxes__wrapper .brands-row-block {
    width: 275px;
    height: 275px;
    overflow: hidden;
}
.section-images.brands-section .block-brands-boxes__wrapper .brands-row-block img {
    max-width: 100%;
}

.section-title {
    padding: 15px;
}
body .section-title__item {
    font-weight: 700;
    margin-bottom: 25px;
}
.section-title .section-title__item {
    margin-bottom: 0px;
}
.title-left-line {
    position: relative;
    padding-left: 20px;
    margin: 0px 0px 0px;
}
.title-left-line:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 30px;
    left: 0px;
    top: -2px;
    background-color: #00aae5;
}
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

body .blog-image-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 541px;
    max-height: 541px;
    /*    overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    padding: 35px 0px 60px;
}
.section-full-image__slider {
    max-height: 541px;
    overflow: hidden;
}
.section-full-image__slider .slick-next {
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.section-full-image__slider .slick-prev {
    left: 15px;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.section-full-image__slider .slick-prev:before,
.section-full-image__slider .slick-next:before {
    font-size: 32px;
}
.section-full-image__slider .slick-dots {
    bottom: 6px;
}
.section-custom-button {
    display: flex;
    justify-content: center;
    padding: 25px 15px;
    gap: 20px;
    flex-wrap: wrap;
}
.custom-button {
    background-color: var(--wp--preset--color--dark-green-btn);
    border-radius: 0px;
    border-style: solid;
    border-color: var(--wp--preset--color--dark-green-btn);
    border-width: 2px;
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--main-size-18-px);
    font-style: normal;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    text-transform: inherit;
    transition: all 0.3s ease;
}

.custom-button:hover {
    background-color: var(--wp--preset--color--light-green-btn);
    border-color: var(--wp--preset--color--light-green-btn);
    color: var(--wp--preset--color--black) !important;
    transform: scaleX(1.05) scaleY(1.05) !important;
    text-decoration: none;
}

.section-accordion,
.section-custom-posts,
.section-products,
.section-brands {
    padding: 55px 15px;
}

.page-section ul,
.page-section ol {
    padding-left: 25px;
}
.section-single-product .section-single-product__bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 35px 35px;
    margin: 0px auto;
    border-radius: 15px;
    max-width: 900px;
    width: 100%;
}
.single-prod-box {
    width: calc((100% / 2) - 25px);
}
.single-prod-img-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.single-prod-content-box {
    /*    padding: 0px 50px;*/
}
.single-prod-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-prod-content {
    margin-bottom: 15px;
}
.single-prod-price {
    font-family: "RBNo", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.prod-info-section__block.prod-info-section__content_only .prod-info-section__content-block {
    width: 100%;
}
.prod-info-section {
    padding-top: 50px;
}
.prod-info-section__block {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px;
}
.prod-info-section__block.prod-info-section__content_only {
    max-width: 950px;
    width: 100%;
    margin: 0px auto;
}
.prod-info-section__block.prod-info-section__image_right {
    flex-direction: row-reverse;
}
.prod-info-section__block.prod-info-section__image_right .prod-info-section__content-block {
    padding-right: 45px;
}
.prod-info-section__block.prod-info-section__image_left .prod-info-section__content-block {
    padding-left: 45px;
}
.prod-info-section__block .prod-info-section__image-block {
    width: 55%;
}

.prod-info-section__block .prod-info-section__image-block img {
    width: 100%;
    border-radius: 15px;
}

.prod-info-section__block .prod-info-section__content-block {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.info-content__title {
    font-size: 30px;
    color: #00aae5;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-products.woocommerce ul.products li.product a img {
    width: 80%;
    margin: 0px auto;
}
.section-products.woocommerce ul.products li.product .product-info-row {
    padding: 15px 20px;
}
.section-products.woocommerce ul.products li.product .product-short-theses li {
    line-height: 18px;
    margin-bottom: 12px;
}

.section-products.woocommerce ul.products li.product .product-short-theses {
    min-height: 125px;
    margin-bottom: 10px;
}

.section-products.woocommerce ul.products li.product .product-link {
    padding: 14px 30px 12px;
}
.section-products.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    margin-bottom: 5px;
    min-height: 52px;
}

.section-products .slick-slide,
section.section-brands .slick-slide {
    margin: 20px;
}
.section-products ul.products .slick-slide li.product {
    -webkit-box-shadow: 0px 0px 26px -10px #ccc;
    box-shadow: 0px 0px 26px -10px #ccc;
    max-width: inherit;
}
.section-products .slick-slider .slick-prev,
.section-brands .slick-slider .slick-prev {
    left: -18px;
}
.section-brands .slick-slider .slick-prev:before,
.section-brands .slick-slider .slick-next:before {
    display: none;
}
.section-products .slick-slider .slick-next,
.section-brands .slick-slider .slick-next {
    right: -18px;
}
.section-products .slick-slider .fa-chevron-left,
.section-products .slick-slider .fa-chevron-right,
.section-brands .slick-slider .fa-chevron-left,
.section-brands .slick-slider .fa-chevron-right {
    font-size: 28px;
    color: #000;
}
.section-brands .slick-slider .slick-arrow {
    background-color: transparent !important;
}
.section-products.prod_slider_type,
.section-brands.prod_slider_type {
    padding: 35px 20px;
}

.section-custom-posts .posts-section__description {
    margin-top: 0px;
    padding: 0px 0px;
}

.section-custom-posts .posts-section__description-content {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 45px;
}
.section-custom-posts .posts-section__description-content .custom-button {
    margin-left: 22px;
    text-transform: uppercase;
}
.posts-section__item-title {
    text-transform: none;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
}
.section-full-image__content.box-type {
    display: flex;
    flex-wrap: wrap;
}
.section-full-image__content.box-type .content-box {
    max-width: 430px;
    width: 100%;
    text-align: center;
    padding: 30px;
    border-radius: 8px;
}
.section-full-image__content.box-type .content-box img {
    max-width: 220px;
    margin-bottom: 20px;
}
.section-full-image__content.box-type .content-box .content-box__text {
    margin-bottom: 20px;
}
section.brands-section.section-images .block-brands-boxes__wrapper .brands-row-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    background-color: inherit;
}

.home ul.products li.product {
    max-width: 330px;

    width: 100% !important;
    overflow: hidden;
}
.home ul.products {
    -ms-grid-columns: none;
    grid-template-columns: none;
    display: flex;

    gap: 30px;
}

ul.products {
    grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
    grid-gap: 25px;
}
.section-content-columns {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.content_columns_2 .content-columns__box {
    width: calc(50% - 25px);
}
.content_columns_3 .content-columns__box {
    width: calc((100% / 3) - 34px);
}
.content_columns_4 .content-columns__box {
    width: calc((100% / 4) - 38px);
}
.content-columns__box {
    padding: 20px;
    border-radius: 10px;
}
.content-columns__image-block img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}

.page-section .prod-info-section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.numbers_section {
    padding: 50px 15px 85px;
    gap: 0px;
}
.numbers_section.content_columns_3 .content-columns__box {
    width: calc((100% / 3) - 0px);
}
.numbers_section__number p {
    font-size: 46px;
    margin: 0px;
    font-weight: 600;
}
.numbers_section__text p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.numbers_section .content-columns__box {
    text-align: left;
}
.numbers_section .content-columns__box {
    border-right: 1px solid #333;

    border-radius: 0px;
    padding: 20px 45px;
}
.numbers-section__slider-container .slick-track {
    display: flex !important;
}
.numbers-section__slider-container .slick-slide {
    height: inherit !important;
}
.numbers-section__slider-container .slick-list {
    margin-right: 1px;
}
.section-video {
    padding: 80px 0px;
    background-color: #000;
    /*  background-color: #e9e9e9;*/
}
.section-video > .container {
    max-width: 1200px;
}
.header-box__video-bg {
    padding: 56.25% 0 0 0;
    position: relative;
    background-color: #f5f5f5;
}
.header-box__video-bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reviews-slider-section {
    padding: 80px 0px 70px;
    background-image: url("https://crimeantatarfoundation.org/wp-content/uploads/comment-regular-2.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 300px;
    /*  border-bottom: 1px solid #ededed;*/
}
.reviews-slider {
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
}

.reviews-slider:before {
    content: url("data:image/svg+xml,%3Csvg id='a0504d04-9b36-4161-9e96-0df9ef04a0f8' data-name='ef9c2100-31be-4639-82c5-0ef6f30faf8a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.24023 102.67578'%3E%3Cdefs%3E%3Cstyle%3E.e81869df-a2a1-43e6-b57a-73c0b7fb3aff%7Bisolation:isolate;%7D.a57e61e9-3a10-43ec-a713-7f0e05c75db1%7Bfill:%23cfb991;%7D%3C/style%3E%3C/defs%3E%3Cg id='adeed551-22a0-4d35-bd25-a37eb4c4d028' data-name=' ' class='e81869df-a2a1-43e6-b57a-73c0b7fb3aff'%3E%3Cg class='e81869df-a2a1-43e6-b57a-73c0b7fb3aff'%3E%3Cpath class='a57e61e9-3a10-43ec-a713-7f0e05c75db1' d='M0,20.458,20.458,0H55.584V23.16015H34.74023L32.03809,25.8623V45.1621H55.584v57.51367H0Zm76.042,0L96.50049,0h34.73974V23.16015h-20.458l-2.70215,2.70215V45.1621h23.16015v57.51367H76.042Z' transform='translate(0 0.00001)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    display: inline-block;
    z-index: -1;
    left: -10px;
    top: -0.5rem;
    line-height: 1;
    width: 140px;
    height: auto;
}

.reviews-slider:after {
    content: url("data:image/svg+xml,%3Csvg id='bab62a63-c027-4eab-878a-8fc63ea730db' data-name='ef9c2100-31be-4639-82c5-0ef6f30faf8a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.24023 102.67578'%3E%3Cdefs%3E%3Cstyle%3E.aaab6de0-9fb0-43f2-bc4f-fd4de26843f5%7Bisolation:isolate;%7D.aaff3c56-0a26-44a5-ba08-5d2a4eb99938%7Bfill:%23cfb991;%7D%3C/style%3E%3C/defs%3E%3Cg id='ea1399df-6668-438c-9a09-d9f638b84008' data-name=' ' class='aaab6de0-9fb0-43f2-bc4f-fd4de26843f5'%3E%3Cg class='aaab6de0-9fb0-43f2-bc4f-fd4de26843f5'%3E%3Cpath class='aaff3c56-0a26-44a5-ba08-5d2a4eb99938' d='M131.24023,82.21777l-20.458,20.458h-35.126V79.51562H96.5l2.70215-2.70214V57.51367H75.65625V0h55.584Zm-76.042,0-20.45849,20.458H0V79.51562H20.458l2.70215-2.70214V57.51367H0V0H55.19824Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    display: inline-block;
    z-index: -1;
    right: -10px;
    bottom: -0.5rem;
    line-height: 1;
    width: 140px;
    height: auto;
}

.page-section .reviews-slider ul,
.page-section .reviews-slider ol {
    padding-left: 0px;
}
.reviews-slider .review-item {
    padding: 20px 30px 10px;
    text-align: center;
}
.reviews-slider .slick-next {
    /* right: -18px; */
}
.review-item__text p {
    font-size: 22px;
}
.review-item__name {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #307fbb;
    margin-bottom: 0px;
}
.review-item__position {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #307fbb;
    margin-bottom: 0px;
}
.reviews-slider .slick-prev:before,
.reviews-slider .slick-next:before {
    display: none;
}
.reviews-slider .slick-arrow i {
    font-size: 28px;
    opacity: 0.5;
    color: #1f7ec6;
    transition: 0.3s all;
}
.reviews-slider .slick-arrow i:hover {
    opacity: 1;
}
.section-custom-posts {
    display: flex;
    gap: 40px;
}
.section-custom-posts {
    display: flex;
    gap: 40px;
    border-top: 1px solid #ededed;
}
.posts-section__item {
    width: 50%;
}
.posts-section__item-title {
    border-left: 4px solid #1f7ec6;
    margin-bottom: 18px;
}
body .section-title__item i {
    font-size: 32px;
    margin-right: 10px;
}
.row-2 {
    width: 50%;
}
#sb_instagram .sbi_follow_btn a {
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    min-width: 200px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 20px;
    background: linear-gradient(#0000, rgb(0 0 0/10%)) top/100% 800%;
    background-color: #00afec;
    text-decoration: none;
    cursor: pointer;
}

#sb_instagram .sbi_follow_btn a:hover {
    background-position: bottom !important;
    box-shadow: none !important;
}
#sbi_load {
    margin-top: 25px;
}
#sb_instagram svg:not(:root).svg-inline--fa {
    height: 20px;
}

@media screen and (max-width: 768px) {
    .review-item__text {
        font-size: 19px;
    }
    .numbers_section.section-content-columns .content-columns__box,
    .posts-section__item {
        width: 100%;
    }
    /* .numbers_section .content-columns__box.content-columns__1 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 0px;
    border-right: 0px;
  }*/
    .numbers_section .content-columns__box {
        border-right: 0px;
    }
    .reviews-slider .slick-next {
        right: 0px;
    }
    .reviews-slider .slick-prev {
        left: 0px;
    }
    .section-custom-posts {
        flex-wrap: wrap;
    }
    .products-row-wrapper > h2 {
        line-height: 36px;
    }
    #latest-posts-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-page__title {
        font-size: 26px;
        line-height: 32px;
    }
    .posts-section__description {
        margin-top: -65px;
    }
    .posts-section__description-content {
        padding: 20px 20px;
    }
    .header-title-container h1,
    .header-title-container h2 {
        font-size: 38px;
    }
    .prod-info-section__block .prod-info-section__image-block {
        width: 100%;
    }
    .prod-info-section__block .prod-info-section__content-block {
        width: 100%;
        padding: 35px 0px 0px !important;
    }
    .info-content__title {
        font-size: 26px;
    }
    .faq-section__item h4 {
        font-size: 18px;
    }
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding: 1em 1em 1em 3.5em;
    }
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mygg-single-product {
        padding-top: 35px;
    }
}
/********************************************************************************************* ==> styles from therma */

/* .header:before {
    z-index: 0;
    content: '';
    background-color: #78CBE8;
    position: absolute;
    left: 0;
    width: 100%;
    height: 250px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header:after {
    z-index: 0;
    content: '';
    background-color: #F7DB6E;
    position: absolute;
    left: 0;
    width: 100%;
    height: 250px;
    top: 250px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
.header .container {
    z-index: 1;
    position: relative;
    max-width: 100%;
    width: 100%;
}
.header .container .header__top--left {
    width: 25%;
}
.header .container .menu-line {
    width: 50%;
    justify-content: center;
    align-items: center;
}

.header .container .header__top--right {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header__top--right--item--phone {
    font-size: var(--wp--preset--font-size--medium);
    margin-bottom: 0px;
    font-weight: 600;
}
.header__top--right--item--phone a {
    color: #000;
    font-size: var(--wp--preset--font-size--main-size-24-px);
    font-weight: 600;
    vertical-align: sub;
}
.fixed .header {
    position: fixed;
    width: 100%;
    top: -38px;
    /* z-index: 100; */
    padding: 0;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/* @media (min-width: 1025px) { */
.fixed .header:before {
    height: 75px;
    top: 0;
}
.fixed .header:after {
    height: 75px;
    top: 75px;
}

.fixed .header__title {
    font-size: 2rem;
    line-height: 1.3;
}
.fixed .header__logo {
    max-width: 200px;
}

.fixed .header__top,
.fixed .header__bottom {
    /* padding: 15px 0; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixed .header__menu a {
    /* padding: 5px 15px; */
}
/* } */

.socials {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials li {
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 0.5rem;
    border-radius: 4px;
    overflow: hidden;
}
.socials li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    z-index: 0;
}
.socials li a {
    width: 43px;
    height: 43px;
    font-size: 15px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    position: relative;
    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;
}

.socials li a:hover:after {
    height: 100%;
}
.socials li a:after {
    background-color: #f7db6e;
}
.socials li a svg {
    position: absolute;
    z-index: 1;
    width: 26px;
}
.socials svg path {
    fill: #fff;
}

.language-chooser {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.language-chooser li {
    display: inline-block;
    margin-left: 0.5rem;
    border: 1px solid #fff;
    border-radius: 4px;
    overflow: hidden;
}
.language-chooser li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    z-index: 0;
}
.language-chooser li a {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    position: relative;
    color: #fff;
    width: 43px;
    height: 43px;
    line-height: 43px;
}
.language-chooser li a:hover,
.language-chooser li.active a {
    color: #fff;
}
.language-chooser li a:hover:after,
.language-chooser li.active a:after {
    height: 100%;
}
.language-chooser li a:after {
    background-color: #f7db6e;
}
.language-chooser li a span {
    position: relative;
    z-index: 1;
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.btn__primary {
    background-color: transparent;
    border: 1px solid #fff;
}
.btn__primary:hover {
    background-color: #f7db6e;
    color: #fff;
}

.btn__secondary {
    background-color: #f7db6e;
    border: 1px solid #f7db6e;
}
.btn__secondary:hover {
    background-color: #78cbe8;
    color: #fff;
    border: 1px solid #fff;
}

.header__title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.banner-photo {
    min-height: 550px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.header__menu {
    margin: 0 -15px;
    list-style: none;
}
.header__menu > li > a {
    margin-left: 15px;
    padding: 4px 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header__menu > li > a:hover,
.header__menu .current_page_item > a {
    color: #78cbe8;
}

.section {
    margin: 4rem 0;
}

.donate__block {
    margin: 0 auto;
    max-width: 90%;
    border: 2px solid #78cbe8;
    padding: 4rem 3rem;
    text-align: center;
    background-color: #78cbe8;
    -webkit-transform: perspective(2000px) rotateY(5deg);
    transform: perspective(2000px) rotateY(5deg);
    border-radius: 1rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.donate__block:hover {
    -webkit-transform: perspective(3000px) rotateY(2deg);
    transform: perspective(3000px) rotateY(2deg);
}
.donate__text {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: capitalize;
}
.donate__block .btn {
    font-size: 1.5rem;
}

@media (max-width: 1024px) {
    .donate__block {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
        padding: 3rem 2rem;
    }
}

.subscribe form,
.subscribe .form {
    margin: 0 auto;
    max-width: 600px;
    border: 2px solid #78cbe8;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.subscribe__title {
    font-size: 1.5rem;
    color: #78cbe8;
    font-weight: 700;
}

.wpcf7-submit {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpcf7-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f7db6e;
    color: #000;
    outline: none;
    color: #828282;
    padding: 10px 15px 10px 15px;
}
.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
    color: #828282;
}
.wpcf7-text::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder {
    color: #828282;
}
.wpcf7-text:-ms-input-placeholder,
.wpcf7-textarea:-ms-input-placeholder {
    color: #828282;
}
.wpcf7-text::-ms-input-placeholder,
.wpcf7-textarea::-ms-input-placeholder {
    color: #828282;
}
.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder {
    color: #828282;
}
/*.wpcf7-not-valid-tip {
  display: none !important;
}*/

.wpcf7-not-valid {
    border-radius: 2px;
    border: 1px solid red;
}
.wpcf7-spinner {
    position: absolute;
    margin: 13px 0 1px 13px;
    right: -27px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f7db6e;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 1rem;
    border-width: 2px;
    border-radius: 2px;
    border-color: #f7db6e;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #78cbe8;
}

.subscribe__title + p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.subscribe__title + p .wpcf7-form-control-wrap {
    margin-right: 15px;
    max-width: calc(100% - 136px);
}
[lang="uk"] .subscribe__title + p .wpcf7-form-control-wrap {
    margin-right: 15px;
    max-width: calc(100% - 175px);
}

@media (max-width: 1024px) {
    .subscribe__title + p .wpcf7-form-control-wrap {
        margin-right: 15px;
        max-width: calc(100% - 100px);
    }
    [lang="uk"] .subscribe__title + p .wpcf7-form-control-wrap {
        margin-right: 15px;
        max-width: calc(100% - 134px);
    }
}

.content {
    overflow: hidden;
}

.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
ol {
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.content__block img {
    /*  max-width: 70%;*/
}
.wp-block-image img {
    /*  margin-bottom: 1rem;*/
}

@media (max-width: 1024px) {
    html {
        font-size: 16px;
        line-height: 1.4;
    }
    .alignright,
    .alignleft {
        margin: 0 0 1rem 0;
        float: none;
        width: 100%;
    }
    .content__block img {
        max-width: 100%;
    }
    img {
        height: auto;
    }
}

.footer-shadow {
    box-shadow: 12px 0px 18px -6px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.footer .container {
    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;
}

.footer__bottom-copy {
    color: #fff;
}

@media (max-width: 767px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__bottom-copy {
        margin-bottom: 1rem;
    }
}

.posts > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.posts__image {
    margin-bottom: 1rem;
    overflow: hidden;
}
.posts__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.posts__title {
    /* font-weight: 700;
    line-height: 1.4; */
    /* padding: 0 1rem; */
    /* font-size: 24px; */
    margin-bottom: 10px;
}
.posts__item {
    /* color: #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1rem;
    -webkit-box-shadow: #00000040 0px 4px 43px 0px;
    box-shadow: #00000040 0px 4px 43px 0px;
    height: calc(100% - 2rem);
    overflow: hidden;
    margin-bottom: 2rem; */
    margin-bottom: 45px;
}
.posts__item:hover {
    color: #f7db6e;
}
.posts__item:hover .posts__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.posts__date {
    /* background-image: url(img/calendar.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    text-transform: capitalize;
    background-position: center left;
    margin: auto 1rem 1rem 1rem;
    color: #828282;
    display: inline-block;
    padding: 0 0 0 2rem; */
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.pagination {
    text-align: center;
    margin: 2rem 0;
}
.pagination span,
.pagination a {
    border: 1px solid #78cbe8;
    display: inline-block;
    padding: 5px 0px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}
.pagination a:hover {
    background-color: #f7db6e;
    color: #fff;
    border: 1px solid #f7db6e;
}
.pagination svg {
    position: relative;
    top: -2px;
}

.single__title {
    line-height: 1.2;
    margin-bottom: 2rem;
}
.single__banner {
    margin-bottom: 2rem;
}
.single__banner img {
    width: 100%;
}

@media (max-width: 1024px) {
    .posts__image img {
        height: 140px;
    }
}

@media (max-width: 992px) {
    .posts > div {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .posts__image img {
        height: auto;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}

.about__images {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.about__image {
    margin-bottom: 2rem;
    border-radius: 1rem;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    overflow: hidden;
}
.about__image img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 66.66%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    margin-top: -11px;
}
.about__content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about__images,
    .about__content {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.counter {
    background-color: #78cbe8;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}

.counter__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #78cbe8;
    border-bottom: 1px solid #78cbe8;
    padding: 2rem 0;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.counter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.counter__item-number {
    font-weight: 700;
    color: #fff;
    font-size: 4rem;
    line-height: 1.2;
}

.counter__item-text {
    color: #fff;
    font-size: 1.3rem;
}

.counter__separator {
    width: 1px;
    height: 46px;
    left: 429px;
    top: 3128px;
    background: #78cbe8;
    margin: 0 33px;
}
.counter__separator:last-child {
    display: none;
}

@media (max-width: 767px) {
    .counter__item-number {
        font-size: 2rem;
    }

    .counter__item-text {
        font-size: 1rem;
    }
    .counter__separator {
        margin: 0 15px;
    }
}

.partners__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.partners__logo img {
    max-width: 170px;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px;
}
.partners__logo {
    margin-bottom: 1rem;
}
.partners__name {
    line-height: 1.4;
    color: #78cbe8;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.partners__item a {
    color: #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 1rem;
    -webkit-box-shadow: #00000040 0px 4px 43px 0px;
    box-shadow: #00000040 0px 4px 43px 0px;
    height: calc(100% - 2rem);
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partners__text {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: auto;
}

@media (max-width: 767px) {
    .partners__item {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.fixed .header:after {
    background-color: #78cbe8;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.gallery .gallery-item {
    width: calc(33.33% - 30px);
    margin: 0;
}
.gallery .gallery-item > div,
.gallery .gallery-item > div a {
    height: 100%;
}
.gallery .gallery-item img {
    max-width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
}
.page-template-about .content__block img,
.page-template-default .content__block img {
    max-width: 100%;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.fixed .header__menu .current_page_item > a {
    color: #f7db6e;
}

.banner-photo img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: 50% 50%;
}
body.fixed {
    /* padding-top: 255px; */
}

body .vc_message_box.contact-info-fox {
    color: #222020;
    border: 0px;
    margin-bottom: 5px;
    padding-left: 45px;
}
.contact-info-fox .vc_message_box-icon {
    width: 2em;
}
.contact-info-fox .vc_message_box-icon > * {
    font-size: 25px;
    color: #222020;
    top: 30px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #000;
    font-family: "Ledger", serif;
    border: 2px solid #000;
    border-radius: 0;
    padding: 10px 15px;
    border-radius: 0px !important;
    margin-bottom: 5px;
    width: 100%;
    outline: #000;
    background: #f7f7f7;
    transition: all 0.3s ease;
}
.searchform {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
}
.searchform input[type="text"] {
    flex: 1;
    margin-bottom: 0;
    font-size: 16px;
}

.searchform input[type="submit"] {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #000;
    outline: #000 2px dotted !important;
}
textarea {
    width: 100%;
}
.form-row {
    margin-bottom: 15px;
}
.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    vertical-align: text-bottom;
    cursor: pointer;
}
form.wpcf7-form .wpcf7-submit {
    background-color: var(--wp--preset--color--dark-green-btn);
    border-radius: 0px;
    border-style: solid;
    border-color: var(--wp--preset--color--dark-green-btn);
    border-width: 2px;
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--main-size-18-px);
    font-style: normal;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    text-transform: inherit;
}

.file-boxes__container {
    flex-wrap: wrap;
    gap: 25px;
}
.file-box {
    width: calc((100% / 3) - 17px);
}
.file-box__bg-image {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.file-box__title {
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}
.wpcf7 .cf7-acceptance label {
    display: flex;
}
input[type="checkbox"] {
    position: relative;
    width: 34px !important;
    height: 16px;
    margin-left: -1px;
    margin-top: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-right: 5px;
    padding: 0px !important;
}
input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 0px;
    width: 26px;
    height: 26px;
    border: 2px solid #000;
    background-color: #f9f9f9;
    border-radius: 0px;
}
input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: 35%;
    left: 38%;
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background-color: #2c2c2c;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .file-box {
        width: 100%;
    }
    .file-box__title {
        font-size: 16px;
    }
    .single__title {
        font-size: 26px;
    }
}

.custom-header-style .menu-line {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-header-style #menu-menu {
    height: 55px;
}

.custom-header-style .menu-line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-line ul li {
    list-style-type: none;
    margin-right: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.menu-line .second-menu li {
    margin-right: 0px;
}

.menu-line ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    /*    font-family: "RBNo";*/
    font-weight: 600;
    /* text-transform: uppercase; */
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.top-line-menu .sub-menu-wrap {
    position: absolute;
    left: 0;
    top: 108%;
    width: auto;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    z-index: 12;
    border: 0 solid #e9eef3;
    z-index: 100;
    /* transition: .1s all; */
}

.top-line-menu .sub-menu-wrap ul {
    max-width: 500px;
    min-width: 280px;
    width: auto;
    margin: 0px;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    font-weight: 400;
    padding: 0px;
}
.top-line-menu .sub-menu-wrap li {
    padding: 0px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: inherit;
    border-bottom: 1px solid #e9eef3;
    margin: 0px;
}
.top-line-menu .sub-menu-wrap li > a {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
}
.top-line-menu .sub-menu-wrap li > a:hover,
.top-line-menu .sub-menu-wrap li.current-menu-item > a {
    background: #2f4143 !important;
    color: #fff !important;
}

.top-line-menu .sub-menu-wrap li a {
    color: #000 !important;
}
.top-line-menu .menu-item-has-children:hover .sub-menu-wrap {
    max-height: 999px;
    border: 0px solid #e9eef3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(0);
}
.top-line-menu .sub-menu-wrap ul li:last-child {
    border-bottom-width: 0;
}
header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}
header .nav-responsive-link {
    background: 0 0;
    padding: 10px;
    position: static;
    line-height: 8px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: -10px;
}

header .css-icon-menu {
    height: 18px;
    width: 25px;
    margin: 0px auto;
}

header .css-icon-close div,
header .css-icon-menu div {
    height: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    display: block;
    position: relative;
}
header .css-icon-menu-line-1,
header .css-icon-menu-line-3 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header .css-icon-close div,
header .css-icon-menu div {
    background-color: #000;
}

#overlay,
#overlay_video,
#overlay-mob-menu {
    z-index: 55;
    position: fixed;
    background-color: rgb(0 0 0 / 0);
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: none;
    backdrop-filter: blur(0px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
#overlay.over-open {
    background-color: rgb(0 0 0 / 25%);
    pointer-events: auto;
    backdrop-filter: blur(2px);
}

.top-header-row__nav-box {
    /* float: right; */
    position: absolute;
    top: 0px;
    max-width: 450px;
    width: 100%;
    /*    left: -450px;*/
    right: -450px;
    height: 100vh;
    z-index: 3000000;
    background-color: #fff;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

.top-header-row__nav-box.open {
    /* float: right; */
    transition: 0.5s ease;
    right: 0px;
    /*    left: -15px;*/
    opacity: 1;
    visibility: inherit;
}
.header .top-header-row__nav-box .css-icon-menu div {
    background-color: #333;
}

.top-header-row__nav-box #menu-float-menu .sub-menu,
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu {
    display: none;
    height: auto;
    position: relative;
    z-index: 100;
    border: 0px solid #cecece;
    top: inherit;
    width: inherit;
    padding: 5px 0px 0px 20px;
    margin-left: 0px;
    list-style: initial !important;
}
.top-header-row__nav-box #menu-float-menu .sub-menu li,
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li {
    overflow: visible;
    list-style-type: square;
    color: #333;
    /*    overflow: ;*/
    padding: 0px;
    padding-left: 5px;
}
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li {
    color: #00afec;
}
.top-header-row__nav-box #menu-float-menu .sub-menu li a,
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li a {
    font-size: 24px;
    width: inherit;
    display: inline-block;
    padding: 5px 0px;
    position: relative;
    z-index: 10;
}
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li a {
    padding: 3px 0px;
}
.top-header-row__nav-box .sub-menu-wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 34px;
    cursor: pointer;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
}
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu-wrap {
    font-size: 18px;
    line-height: 30px;
    color: #00afec;
    z-index: 10;
}
.top-header-row__nav-box .sub-menu-wrap i {
    transition: 0.2s all;
}
.top-header-row__nav-box .sub-menu-wrap i.chevron-up {
    transform: rotate(180deg);
}

header .top-header-row__nav-box .action-side {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    padding: 8px 10px;
}
header .top-header-row__nav-box .nav-responsive-link {
    margin-top: 0px;
}
header .top-header-row__nav-box .nav-responsive-link .css-icon-menu-line-1,
header .top-header-row__nav-box .nav-responsive-link .icon-menu-line-1 {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 6px;
}
header .top-header-row__nav-box .nav-responsive-link .css-icon-menu-line-2,
header .top-header-row__nav-box .nav-responsive-link .icon-menu-line-2 {
    opacity: 0;
}
header .top-header-row__nav-box .nav-responsive-link .css-icon-menu-line-3,
header .top-header-row__nav-box .nav-responsive-link .icon-menu-line-3 {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -10px;
}

.top-header-row__nav-box .float-side {
    padding: 0px 25px 25px 25px;
    /*    border-top: 1px solid #5d5d5d;*/
}
.top-header-row__nav-box .float-side .menu-item {
    overflow: hidden;
    padding: 1px 10px;
    list-style-type: none;
    margin: 12px 0px;
    position: relative;
}
.top-header-row__nav-box .float-side .menu-item a {
    font-size: 18px;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    color: #333;
}
.top-header-row__nav-box .float-side .menu-item a:hover {
    color: var(--wp--preset--color--dark-green-btn);
}
#header .second-menu {
    display: none;
}
.top-header-row__nav-box .navigation-mobile .sub-menu {
    display: none;
    height: auto;
    position: relative;
    z-index: 100;
    border: 0px solid #cecece;
    top: inherit;
    width: inherit;
    padding: 5px 0px 0px 20px;
    margin-left: 0px;
    list-style: initial !important;
}
.top-header-row__nav-box .navigation-mobile .sub-menu li {
    overflow: visible;
    list-style-type: square;
    color: #333;
    padding: 0px;
    padding-left: 5px;
}
.navigation-mobile .current-menu-item {
    color: var(--wp--preset--color--dark-green-btn);
    background-color: var(--wp--preset--color--green-bg);
}
.color-corner-top-left,
.color-corner-top-right {
    position: relative;
}
.color-corner-top-left:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 104px;
    height: 20px;
    background-color: #cfb991;
}
.color-corner-top-left:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 20px;
    height: 104px;
    background-color: #cfb991;
}
.color-corner-top-right:after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 104px;
    height: 20px;
    background-color: #cfb991;
}
.color-corner-top-right:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 20px;
    height: 104px;
    background-color: #cfb991;
}

.wp-block-button__link:hover,
form.wpcf7-form .wpcf7-submit:hover {
    background-color: var(--wp--preset--color--light-green-btn);
    border-color: var(--wp--preset--color--light-green-btn);
    color: var(--wp--preset--color--black) !important;
    transform: scaleX(1.05) scaleY(1.05) !important;
    text-decoration: none;
}

.fields-title {
    margin-bottom: 10px;
    font-weight: 600;
}
.wpcf7-list-item {
    margin: 0px;
}

.avvo-badge .st0 {
    fill: #153860 !important;
}

.avvo-badge .st1 {
    fill: #010101 !important;
}

.avvo-badge .st2 {
    fill: #15467a !important;
}

.avvo-badge .st3 {
    fill: #fff !important;
}

.avvo-badge .st4 {
    fill: none !important;
}

.avvo-badge .st5 {
    fill: #f89838 !important;
}

.avvo-badge .st6 {
    fill: #ed514c !important;
}

.avvo-badge .st7 {
    font-family: "Circular-Bold", Avenir Next, Avenir, Century Gothic, sans-serif !important;
    font-weight: bold !important;
}

.avvo-badge .st8 {
    font-size: 20px !important;
}

.avvo-badge .st9 {
    letter-spacing: -1px !important;
}

.avvo-badge .st10 {
    font-family: "Circular-Bold", Avenir Next, Avenir, Century Gothic, sans-serif !important;
    font-size: 14px;
}

.avvo-badge .st11 {
    font-size: 65px !important;
}

.avvo-badge .st12 {
    text-anchor: middle !important;
}

.avvo-badge .st13 {
    fill: #969696 !important;
}

.avvo-badge .st14 {
    display: none !important;
}

.avvo-badge .st0 {
    fill: #153860 !important;
}

.avvo-badge .st1 {
    fill: #010101 !important;
}

.avvo-badge .st2 {
    fill: #15467a !important;
}

.avvo-badge .st3 {
    fill: #fff !important;
}

.avvo-badge .st4 {
    fill: none !important;
}

.avvo-badge .st5 {
    fill: #f89838 !important;
}

.avvo-badge .st6 {
    fill: #ed514c !important;
}

.avvo-badge .st7 {
    font-family: "Circular-Bold", Avenir Next, Avenir, Century Gothic, sans-serif !important;
    font-weight: bold !important;
}

.avvo-badge .st8 {
    font-size: 20px !important;
}

.avvo-badge .st9 {
    letter-spacing: -1px !important;
}

.avvo-badge .st10 {
    font-family: "Circular-Bold", Avenir Next, Avenir, Century Gothic, sans-serif !important;
    font-size: 14px;
}

.avvo-badge .st11 {
    font-size: 65px !important;
}

.avvo-badge .st12 {
    text-anchor: middle !important;
}

.avvo-badge .st13 {
    fill: #969696 !important;
}

.avvo-badge .st14 {
    display: none !important;
}
.spec-shadow {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
.header_image__inner-page {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.header_image__inner-title {
    background-color: rgba(0, 0, 0, 0.78);
    padding: 30px;
    max-width: 530px;
    width: 100%;
}
.header_image__inner-title p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1.2;
    text-align: center;
}
.breadcrumb {
    padding: 14px 0px;
    background-color: var(--wp--preset--color--green-bg);
}
.breadcrumb__container {
    max-width: var(--wp--style--global--content-size);
    padding: 0px 15px;
    width: 100%;
    margin: 0 auto;
}
#breadcrumb__list {
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.2;
}
#breadcrumb__list li a {
    text-decoration: underline;
}
#breadcrumb__list li a:hover {
    text-decoration: none;
    color: inherit;
}
.page-container p {
    color: var(--wp--preset--color--dark-green-btn);
}
.page-container__sidebar {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    max-width: var(--wp--style--global--content-size);
    width: 100%;
    margin: 0px auto 40px;
}
.page-container__sidebar > .content {
    width: calc(65% - 60px);
}
.blog-template .page-container__sidebar > .content {
    width: calc(70% - 60px);
}
.page-container__sidebar > .sidebar {
    width: 35%;
    padding: 0px 15px;
}
.blog-template .page-container__sidebar > .sidebar {
    width: 30%;
    padding: 0px;
}
.blog-template .page-container {
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar__block {
    padding: 30px;
    background-color: var(--wp--preset--color--green-bg);
    max-width: 350px;
    width: 100%;
    margin: 0px 0px 0px auto;
}
.blog-template .sidebar__block {
    padding: 30px;

    max-width: 100%;
    width: 100%;
}
.sidebar__block h2 {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000 !important;
}
.widget_nav_menu ul {
    list-style: none;
}
.widget_nav_menu ul li {
    position: relative;
    margin-bottom: 8px;
}
.widget_nav_menu ul li a {
    text-decoration: none;
}
.widget_nav_menu ul li a:hover {
    color: inherit;
    text-decoration: underline;
}
.widget_nav_menu ul li:before {
    content: "\f054";
    margin-right: 8px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #000;
}
.widget_nav_menu ul li.current-menu-item > a {
    text-decoration: underline;
}
.about-template .header_image__inner-page {
    height: 370px;
    background-size: cover;
    background-position: 50% 36%;
}
.top-line-menu > ul > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background-color: #2f4143;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
}
.top-line-menu > ul > li > a:hover:before,
.top-line-menu > ul > li.current-menu-item > a:before {
    visibility: visible;
    transform: scaleX(1);
    width: 100%;
}
.top-line-menu > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}
.top-line-menu > ul > li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-social-icons li {
    color: #fff;
    background-color: #2f4143;
    border-radius: 0px;
    padding: 10px;
    transition: 0.1s all;
}

.custom-social-icons li a {
    transition: 0s all;
}
.custom-social-icons li:hover {
    color: var(--wp--preset--color--dark-green-btn);
    background-color: var(--wp--preset--color--light-green-btn);
    padding: 10px;
}
.sidebar__block_container ul {
    list-style: none;
}
.sidebar__block_container ul li {
    margin-bottom: 10px;
}
.sidebar__block_container {
    padding: 0px 0px 40px 0px;
}
.sidebar__block_recent_posts ul li a {
    /* text-decoration: none; */
}

.section-container {
    max-width: var(--wp--style--global--content-size);
    width: 100%;
    margin: 0px auto;
}
.page-title {
    font-size: var(--wp--preset--font-size--main-size-36-px);
    margin-bottom: 45px;
}
.page-container__sidebar--single {
    padding: 0px 15px;
}
.page-container__sidebar--single .sidebar {
    padding-left: 0px;
    padding-right: 0px;
}
.content-block-404 {
    text-align: center;
    padding: 40px 0px;
}
@media only screen and (max-width: 1260px) {
    .header .container .header__top--right {
        width: 250px;
    }
    .header .container .menu-line {
        width: 65%;
    }
    .header .container .header__top--left {
        width: 15%;
    }
}

@media only screen and (max-width: 1200px) {
    .searchform {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .header .container .header__top--right {
        padding-right: 45px;
        display: none;
    }
    .header .container .header__top--left {
        width: 100%;
        max-width: 140px;
        padding-top: 5px;
    }
    header .nav-responsive-link {
        margin-top: 0px;
    }
    .header .container .menu-line {
        width: auto;
    }
    body {
        /* padding-top: 119px; */
    }
    .btn {
        padding: 10px 15px;
    }
    .mobile-nav-active {
        overflow: hidden;
    }
    /* .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 0;
  } */
    .header__menu {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #78cbe8;
        top: 0;
        width: 100%;
        height: 0;
        overflow-y: auto;
        margin: 0;
        left: 0;
        padding: 30px 15px 30px 15px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobile-nav-active .header__menu {
        visibility: visible;
        z-index: 0;
        height: 100vh;
        opacity: 1;
    }

    .header__top,
    .header__bottom {
        padding: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* .header__logo {
        max-width: 200px;
    } */
    /* .header:before {
    height: 60px;
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header:after {
    height: 60px;
    top: 60px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  } */
    .header__title {
        font-size: 2rem;
        line-height: 1.3;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .header__top-right .socials,
    .header__top-right .language-chooser {
        display: none;
    }
    .header__top-right .btn {
        margin: 0 2.5rem 0 0;
    }

    .header__menu .header__menu-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 60px;
    }
    .header__menu > li {
        margin-bottom: 1rem;
    }
    .header__menu > li > a {
        margin-left: 0;
        padding: 15px 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .header__menu > li > a:hover,
    .header__menu .current_page_item > a {
        color: #f7db6e;
    }
}

@media only screen and (max-width: 768px) {
    .wp-block-group.home-bg-section {
        background: var(--wp--preset--color--dark-green-btn) !important;
    }
    .fixed .header .top-header-row__nav-box {
        top: 38px;
    }
    .header__menu .header__menu-mobile {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .attorney-info-column p {
        text-align: center;
        margin-top: 0px;
    }
    .top-line-menu {
        display: none;
    }
    #header .second-menu {
        display: flex;
    }
    .programs-block.programs-block__image-right > .wp-block-columns {
        flex-direction: column-reverse;
    }
    .color-corner-top-left {
        padding-left: 20px;
    }
    .color-corner-top-right {
        padding-right: 20px;
    }
    .color-corner-top-left:before {
        left: 0px;
    }
    .color-corner-top-right:before {
        right: 0px;
    }
    .page-container__sidebar {
        gap: 0px;
    }
    .page-container__sidebar > .content,
    .blog-template .page-container__sidebar > .content {
        width: 100%;
    }
    .page-container__sidebar > .sidebar,
    .blog-template .page-container__sidebar > .sidebar {
        width: 100%;
    }
    .sidebar__block {
        max-width: 100%;
    }
}
