/*
Theme Name: Voloshka
Theme URI: https://voloshka.com.ua/
Author: Digital Agency REDSKY
Author URI: https://redsky.agency/
Description: Theme created special for Voloshka
Version: 1.0
*/

@font-face {
	font-family: 'MAK';
	src: url('fonts/Mak/MAK.eot');
	src: local('MAK'), local('MAK-Regular'),
		url('fonts/Mak/MAK.eot?#iefix') format('embedded-opentype'),
		url('fonts/Mak/MAK.woff') format('woff'),
		url('fonts/Mak/MAK.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'MAK';
	src: url('fonts/Mak/MAK-bold.eot');
	src: local('MAK'), local('MAK-Bold'),
		url('fonts/Mak/MAK-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Mak/MAK-bold.woff') format('woff'),
		url('fonts/Mak/MAK-bold.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans_Condensed';
	src: url('../../../../fonts/OpenSansCondensed/OpenSans_Condensed-Light.eot');
	src: local('OpenSans_Condensed'), local('OpenSans_Condensed-Light'),
		url('../../../../fonts/OpenSansCondensed/OpenSans_Condensed-Light.eot?#iefix') format('embedded-opentype'),
		url('../../../../fonts/OpenSansCondensedOpenSans_Condensed-Light.woff') format('woff'),
		url('../../../../fonts/OpenSansCondensed/OpenSans_Condensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans_Condensed';
	src: url('../../../../fonts/OpenSansCondensed/OpenSans_Condensed-Regular.eot');
	src: local('OpenSans_Condensed'), local('OpenSans_Condensed-Regular'),
		url('../../../../fonts/OpenSansCondensed/OpenSans_Condensed-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../../../fonts/OpenSansCondensedOpenSans_Condensed-Regular.woff') format('woff'),
		url('../../../../fonts/OpenSansCondensed/OpenSans_Condensed-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/* @font-face {
	font-family: 'Circe';
	src: url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraLight.woff') format('woff'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('https://zemlia.com.ua/fonts/Circe/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Thin.woff') format('woff'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('https://zemlia.com.ua/fonts/Circe/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Light.woff') format('woff'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('https://zemlia.com.ua/fonts/Circe/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Bold.woff') format('woff'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraBold.woff') format('woff'),
		url('https://zemlia.com.ua/fonts/Circe/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
    font-family: 'Geometria';
    src: local('Geometria Heavy'), local('Geometria-Heavy'),
        url('https://zemlia.com.ua/fonts/Geometria/Geometria-Heavy.woff2') format('woff2'),
        url('https://zemlia.com.ua/fonts/Geometria/Geometria-Heavy.woff') format('woff'),
        url('https://zemlia.com.ua/fonts/Geometria/Geometria-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
} */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'OpenSans_Condensed';
    font-weight: 300;
    line-height: 1.2;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
:root {
    --dark-blue: #313949;
    --gold: #B7A090;
    --xxl-size: 40px;
    --xl-size: 35px;
    --l-size: 30px;
}
* {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}


body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
}

h2,
.home.blog .entry-title {
    color: #666;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
}

h3 {
    color: #333;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

h4 {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
}

h5 {
    color: #767676;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h6 {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
}

p {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.2;
}

dfn,
cite,
i {
    font-style: italic;
}
em {
    font-style: normal;
}
blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "" "";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.container {
    max-width: 1215px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    text-indent: -9999px;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}

.grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.grid-from-left {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.block100 {
    width: 100%;
    max-width: 100%;
}
.container_mobile_menu {
    display: none;
    height: 0;
    overflow: hidden;
    transition: .3s;
}
/* end basic style */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: .3s;
}
header .container_desctope_menu {
    height: 143px;
}
.empty_header {
    width: 100%;
    height: 134px;
}
header .logo {
    width: 183px;
}
header .logo svg {
    width: 100%;
    max-width: 100%;
    height: auto;
	transition: .3s;
}
header .container {
    align-items: center;
}
header .menu-main-menu-container {
    
}
header .menu-main-menu-container ul {
    display: flex;
    list-style: none;
}
header .menu-main-menu-container ul li {
    margin-right: 40px;
}
header .menu-main-menu-container ul li:last-child {
    margin-right: 0;
}
header .menu-main-menu-container ul li a {
    font-family: 'OpenSans_Condensed';
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
	transition: .3s;
}
header .social {
    list-style: none;
}
header .social li {
    width: 21px;
    height: auto;
    margin-right: 18px;
}
header .social li:last-child {
    margin-right: 0;
}
header .social li a {

}
header .social li a svg {
    width: 100%;
    max-width: 100%;
    height: auto;
}
header .phone_number {
    
}
header .phone_number .top {

}
header .phone_number .top a {
    font-family: 'OpenSans_Condensed';
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
header .phone_number .bottom {
    font-family: 'OpenSans_Condensed';
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    position: relative;
    transition: .3s;
}
header .phone_number .bottom:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1A9E37;
    border-radius: 50%;
    top: 5px;
    left: 9px;
    transition: .3s;
}
header.fixedHeader {
    background: #fff;
    z-index: 1;
}
.fixedHeader .phone_number .top a,
.fixedHeader .phone_number .bottom,
.fixedHeader .menu-main-menu-container ul li a{
    color: var(--dark-blue);
}
.fixedHeader .logo svg path,
.fixedHeader .social li a svg path {
    fill: var(--dark-blue);
}
.hero_part {
    width: 100%;
    background: url(img/hero_bg-min.jpeg);
    background-size: cover;
    background-position: 50%;
    padding-top: 143px;
}
.hero_part .container {
    min-height: 987px;
    justify-content: center;
    flex-direction: column;
}
.hero_part .title {
    font-family: 'MAK';
    font-weight: 900;
    font-size: 86px;
    color: #fff;
    line-height: 1;
    position: relative;
}
.hero_part .title:before {
    content: '';
    position: absolute;
    top: -70px;
    left: -80px;
    background: url(img/delicious.svg);
    width: 322px;
    height: 113px;
    transform: rotate(0deg);
    background-size: cover;
}
.hero_part .container .grid {
    max-width: 581px;
    margin-top: 25px;
}
.hero_part .container .text {
    color: #fff;
    font-family: 'OpenSans_Condensed';
    font-size: 20px;
    font-weight: 300;
    display: inherit;
    align-items: center;
}
.hero_part .container .button {
    color: #fff;
    font-family: 'OpenSans_Condensed';
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    width: 289px;
    height: 95px;
    background: linear-gradient(58.39deg, #695CB8 45.79%, #DED6FF 92.68%);
    border-bottom: 4px solid #3C2C98;
    border-radius: 20px;
    cursor: pointer;
}
.about_us_section {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}
.about_us_section .flower1 {
    position: absolute;
    top: 167px;
    left: -55px;
}
.about_us_section .flower1 img {
	width: 258px;
    height: 252px;
}
.about_us_section .flower2 {
    position: absolute;
    bottom: 0;
    right: -250px;
}
.about_us_section .flower2 img {
	width: 420px;
	height: 252px;
}
.about_us_section .dotted1 {
    position: absolute;
    top: 483px;
    left: 0px;
    width: 102px;
    height: 102px;
    background: #B7A090;
    filter: blur(60px);
}
.about_us_section .dotted1 img {
    width: 152px;
    height: 152px;
    /* filter: blur(100px); */
}
.about_us_section .title_section {
    position: relative;
    color: var(--dark-blue);
    font-family: 'MAK';
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
}
.about_us_section .title_section:before {
    content: '';
    position: absolute;
    background: url(img/about_title_before.svg);
    width: 330px;
    height: 111px;
    background-size: cover;
    top: -20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about_us_section .title_section span {
    color: var(--gold);
    font-family: 'MAK';
}
.about_us_section .item {
    width: calc(100% / 3 - 25px);
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 26px 40px 0px rgba(204, 204, 204, 0.25);
    height: 476px;
    padding: 60px 40px;
}
.about_us_section .item .img {
    margin: 0 auto 20px auto;
}
.about_us_section .item_1 .img {
    width: 141px;
    height: 126px;
}
.about_us_section .item_2 .img {
    width: 198px;
    height: 128px;
}
.about_us_section .item_3 .img {
    width: 123px;
    height: 123px;
}
.about_us_section .item .title {
    font-family: 'OpenSans_Condensed';
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    max-width: 230px;
    margin: 20px auto 13px auto;
}
.about_us_section .item .text {
    font-family: 'OpenSans_Condensed';
    font-weight: 300;
    color: var(--grey-text, #939393);
    font-size: 20px;
    text-align: center;
}
.about_us_section .item_1 {
    position: relative;
    overflow: hidden;
}
.about_us_section .item_1:after {
    content: '';
    position: absolute;
    width: 188px;
    height: 202px;
    background: url(img/perevaga_1_before.svg);
    top: 0;
    left: 0;
}
.about_us_section .item_2 {
    position: relative;
    overflow: hidden;
}
.about_us_section .item_2:after {
    content: '';
    position: absolute;
    width: 319px;
    height: 200px;
    background: url(img/perevaga2_after.svg);
    bottom: 0;
    right: 0px;
    background-size: cover;
}
.productsSection {
    padding-top: 120px;
    background: url(img/products_section_bg.svg);
    padding-bottom: 100px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.productsSection .title_section {
    position: relative;
    color: var(--dark-blue);
    font-family: 'MAK';
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
}
.productsSection .title_section:before {
    content: '';
    position: absolute;
    background: url(img/products_title_before.svg);
    width: 330px;
    height: 138px;
    background-size: cover;
    top: -20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.productsSection .list_categies {
    border-radius: 100px;
    border: 1px solid rgba(183, 160, 144, 0.20);
    padding: 20px 30px;
    width: auto;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
}
.productsSection .list_categies ul {
    list-style: none;
}
.productsSection .list_categies ul li {
    margin-right: 20px;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid var(--7-e-6-f-6-c, #B7A090);
    font-family: 'OpenSans_Condensed';
    font-weight: 300;
    font-size: 20px;
    color: var(--7-e-6-f-6-c, #7E6F6C);
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.productsSection .list_categies ul li:hover,
.productsSection .list_categies ul li.active {
    background: var(--313949-v, #313949);
    border: 1px solid var(--313949-v, #313949);
    color: var(--white, #FFF);
}
.productsSection .list_categies ul li:last-child {
    margin-right: 0;
}
.productsSection .wrap_list_categories {
    justify-content: center;
}
.productsSection .product {
    width: calc(100% / 3 - 25px);
    height: 466px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(183, 160, 144, 0.20);
    margin-bottom: 25px;
    background: #fff;
    margin-right: 25px;
    position: relative;
}
.productsSection .product:nth-child(4n) {
    margin-right: 0;
}
.productsSection .product .img {
    
}
.productsSection .product .img img {

}
.productsSection .product .name {
    margin-top: 28px;
    color: var(--313949-v, #313949);
    text-align: center;
    font-family: 'OpenSans_Condensed';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
}
.productsSection .product .text {
    color: var(--7-e-6-f-6-c, #7E6F6C);
    text-align: center;
    font-family: 'OpenSans_Condensed';
    font-weight: 300;
    font-size: 20px;
}
.productsSection .wrap_products {
    margin-top: 60px;
}
.product .time,
.popup-product .time {
    position: absolute;
    color: var(--7-e-6-f-6-c, #7E6F6C);
    font-family: 'OpenSans_Condensed';
    font-weight: 300;
    font-size: 20px;
    align-items: center;
}
.product .time img,
.popup-product .time img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.popup-product {
    position: relative;
    background: #FFF;
    padding: 40px;
    width:auto;
    max-width: 952px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid rgba(183, 160, 144, 0.10);
    background: var(--white, #FFF);
}
.popup-product .img {
    width: 456px;
}
.popup-product .content {
    width: 411px;
}
.popup-product .content .name {
    color: var(--313949-v, #313949);
    text-align: center;
    font-family: 'OpenSans_Condensed';
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 24px;
}
.popup-product .content .title {
    color: var(--7-e-6-f-6-c, #7E6F6C);
    font-family: 'OpenSans_Condensed';
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    border-bottom: 1px solid rgba(183, 160, 144, 0.20);
    padding-bottom: 8px;
    position: relative;
}
.popup-product .content .plus {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.popup-product .content .accordion {
    position: relative;
    max-height: 45px;
    overflow: hidden;
    transition: .3s;
}
.popup-product .content .accordion.show_info {
    max-height: 900px;
    height: auto;
}
.popup-product .content .t_text {
    color: var(--7-e-6-f-6-c, #7E6F6C);
    font-family: 'OpenSans_Condensed';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
}
.popup-product .content .mozhluvi_pozucii ul {
    padding-left: 17px;
    list-style: auto;
    margin-top: 10px;
}
.popup-product .content .mozhluvi_pozucii ul li {
    color: var(--7-e-6-f-6-c, #7E6F6C);
    font-family: 'OpenSans_Condensed';
    font-size: 18px;
    font-weight: 300;
}
.popup-product .content .mozhluvi_pozucii {
	margin-bottom: 30px;
}
.popup-product .content .order {
    color: var(--7-e-6-f-6-c, #B7A090);
    font-family: 'OpenSans_Condensed';
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-decoration-line: underline;
}
/* .productsSection .product {
    display: none!important;
}
.productsSection .product:nth-child(3),
.productsSection .product:nth-child(4),
.productsSection .product:nth-child(5),
.productsSection .product:nth-child(6),
.productsSection .product:nth-child(7),
.productsSection .product:nth-child(8) {
    display: block!important;
} */
.productsSection .bottom_part {
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.productsSection .bottom_part .show_all {
    color: var(--313949-v, #313949);
    text-align: center;
    font-family: 'OpenSans_Condensed';
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    text-decoration-line: underline;
    margin-right: 20px;
}
.productsSection .bottom_part .download {
    color: var(--7-e-6-f-6-c, #B7A090);
    text-align: center;
    font-family: 'OpenSans_Condensed';
    font-size: 20px;
    font-weight: 300;
    display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 50px;
    border: 1px solid var(--7-e-6-f-6-c, #B7A090);
}
.productsSection .bottom_part .download img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.productsSection .flower1 {
    position: absolute;
    top: 167px;
    left: -120px;
}
.productsSection .flower1 img {
	width: 504px;
	height: 453px;
}
.productsSection .flower2 {
    position: absolute;
    bottom: 0;
    right: -250px;
}
.productsSection .flower2 img {
	width: 714px;
	height: 453px;
}

.how_make_order {
    padding-top: 120px;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.how_make_order .title_section {
    position: relative;
    color: var(--dark-blue);
    font-family: 'MAK';
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
}
.how_make_order .title_section:before {
    content: '';
    position: absolute;
    background: url(img/yak_zamovutu_before.svg);
    width: 490px;
    height: 111px;
    background-size: cover;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.how_make_order .title_section span {
    color: var(--gold);
    font-family: 'MAK';
}
.how_make_order .grid {
    margin-top: 100px;
}
.how_make_order .krok_item {
    width: calc(100% / 3 - 110px);
}
.how_make_order .krok_item .img {
    justify-content: center;
}
.how_make_order .krok_item .img img {
    width: 140px;
}
.how_make_order .krok_item .title {
    color: var(--313949-v, #313949);
    text-align: center;
    font-family: 'OpenSans_Condensed';
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 13px;
}
.how_make_order .krok_item .text {
    color: var(--7-e-6-f-6-c, #7E6F6C);
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
.how_make_order .image1 {
    position: absolute;
    width: 384px;
    height: 480px;
    left: 0;
}
.how_make_order .image2 {
    position: absolute;
    width: 379.94px;
    height: 253px;
    right: 0;
    top: 0;
}
.instagram {
    padding-top: 120px;
    padding-bottom: 100px;
}
.instagram .title_section {
    position: relative;
    color: var(--dark-blue);
    font-family: 'MAK';
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
}
.instagram .title_section:before {
    content: '';
    position: absolute;
    background: url(img/insta_before.svg);
    width: 210px;
    height: 41px;
    background-size: cover;
    top: -20%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.instagram .title_section span {
    color: var(--gold);
    font-family: 'MAK';
}
.instagram .list_insta {
    
}
.instagram .container-full {
    max-width: 1790px;
    margin: 60px auto 0 auto;
}
.instagram .container-full .img {
	width: 296px;
	height: 299px;
}
.orderSection .right_part {
    width: 500px;
    margin-right: 100px;
    margin-bottom: 50px;
    /* height: 680px; */
    margin-top: -50px;
}
.orderSection .left_part {
    width: 540px;
}
.orderSection .left_part .top {

}
.orderSection {
    padding-top: 120px;
}
.orderSection .title {
    position: relative;
    color: var(--dark-blue);
    font-family: 'MAK';
    font-size: 60px;
    text-transform: uppercase;
    text-align: left;
    width: 366px;
}
.orderSection .vidsotok {
    color: #B7A090;
    font-family: 'MAK';
    font-size: 112px;
    font-weight: 300;
    text-transform: uppercase;
    width: 150px;
}
.orderSection .text {
    color: var(--grey-text, #939393);
    font-family: 'OpenSans_Condensed';
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    width: 100%;
    max-width: 395px;
}
.orderSection .left_part .bottom {
	height: 390px;
	align-items: flex-end;
}
.orderSection .left_part .bottom a {
	display: inline-flex;
	padding: 16px 34px 10px 34px;
	justify-content: center;
	align-items: center;
	border-radius: 64px;
	border: 1px solid #000;
	background: var(--white, #FFF);
	color: var(--313949-v, #313949);
	font-family: 'MAK';
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	transition: .3s;
	height: 84px;
	margin-bottom: 15px;
}
.orderSection .left_part .bottom a:hover {
    background: var(--dark-blue);
    color: #fff;
    border-color: var(--dark-blue);
}
.contact_form_wrap {
    display: flex;
    width: 500px;
    padding: 60px 40px 0px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    border: 1px solid rgba(183, 160, 144, 0.20);
    background: #FFF;
    box-shadow: 0px 26px 40px 0px rgba(204, 204, 204, 0.25);
}
.contact_form_wrap .logo {
    text-align: center;
    margin-bottom: 12px;
}
.contact_form_wrap .wpcf7 {
    width: 100%;
}
.contact_form_wrap .logo svg path {
    fill: var(--dark-blue);
}
.contact_form_wrap .text {
    color: var(--grey-text, #939393);
    text-align: center;
    font-family: 'OpenSans_Condensed';
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 40px;
    max-width: 374px;
}
.contact_form_wrap .form_item {
    margin-bottom: 16px;
    width: 100%;
}
.contact_form_wrap .form_item p {
	line-height: 1;
}
.contact_form_wrap .form_item:last-child {
	margin-bottom: 0;
}
.contact_form_wrap .form_item input {
    display: flex;
    padding: 20px 28px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid var(--7-e-6-f-6-c, #B7A090);
    color: var(--7-e-6-f-6-c, #7E6F6C);
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    font-family: 'OpenSans_Condensed';
    width: 100%;
}
.contact_form_wrap .form_item textarea {
    display: flex;
    height: 147px;
    padding: 20px 28px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    height: 147px;
    border-radius: 27px;
    border: 1px solid var(--7-e-6-f-6-c, #B7A090);
    color: var(--7-e-6-f-6-c, #7E6F6C);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
	font-family: 'OpenSans_Condensed';
    resize: none;
    width: 100%;
}
.contact_form_wrap .form_item input[type="submit"] {
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    background: var(--313949-v, #313949);
    color: var(--white, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 67px;
    border-color: var(--dark-blue);
	font-family: 'OpenSans_Condensed';
    cursor: pointer;
}
::-webkit-input-placeholder {color:#7E6F6C;}
::-moz-placeholder          {color:#7E6F6C;}/* Firefox 19+ */
:-moz-placeholder           {color:#7E6F6C;}/* Firefox 18- */
:-ms-input-placeholder      {color:#7E6F6C;}

.contact_form_wrap .wpcf7-response-output {
    background: #f00;
    border-color: #f00!important;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: -20px !important;
    margin-bottom: 30px !important;
}
.contact_form_wrap .form_header {
    margin-bottom: -40px;
}
.contact_form_wrap .wpcf7 form.sent .wpcf7-response-output {
    background: #46b450!important;
    border-color: #46b450!important;
    color: #fff!important;
    text-align: center;
    font-size: 16px;
}
.orderSection .container {
    background: url(img/order-bg.jpg);
    background-size: contain;
    background-position-y: 130%;
    background-repeat: no-repeat;
}
.orderSection {
    position: relative;
    overflow: hidden;
}
.orderSection .flower1 {
    position: absolute;
    left: 5px;
    bottom: 0;
    z-index: 1;
}
.orderSection .flower1 img {
	width: 504px;
	height: 453px;
}
.orderSection .flower2 {
    position: absolute;
    top: 0;
    right: -200px;
}
.orderSection .flower2 img {
	width: 544px;
	height: 327px;
}
footer {
    background: rgba(183, 160, 144, 0.10);
    padding-top: 60px;
}
footer .logo svg path {
    fill: var(--dark-blue);
}
footer .menu_item {
    margin-right: 104px;
}
footer .menu_item:last-child {
    margin-right: 0;
}
footer .menu_item .title {
    color: var(--313949-v, #313949);
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 400;
}
footer .menu_item ul {
    list-style: none;
}
footer .menu_item ul li {
    margin-bottom: 14px;
}
footer .menu_item ul li:last-child {
    margin-bottom: 0;
}
footer .menu_item ul li a {
    color: var(--7-e-6-f-6-c, #7E6F6C);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
footer .menu_item .top a {
    color: var(--313949-v, #313949);
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2;
}
footer .menu_item .bottom {
    color: #7E6F6C;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
footer .social {
    list-style: none;
    margin-top: 12px;
}
footer .social li {
    width: 21px;
    height: auto;
    margin-right: 18px;
}
footer .social li:last-child {
    margin-right: 0;
}
footer .social li a {

}
footer .social li a svg {
    width: 100%;
    max-width: 100%;
    height: auto;
}
footer .social li a svg path {
    fill: var(--dark-blue);
}
footer .bottom_footer {
    height: 48px;
    background: var(--dark-blue);
}
footer .bottom_footer ul {
    list-style: none;
    height: 100%;
    align-items: center;
}
footer .bottom_footer ul li {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
footer .bottom_footer ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
footer .bottom_footer ul li.developer a {
    color: #fff;
    opacity: .3;
}
footer .right_part {
    margin-bottom: 60px;
}
.mob_cheker {
    display: none;
    margin-left: 34px;
}
#nav-icon1 {
    width: 30px;
    height: 30px;
    /* margin-left: 20px; */
    margin-top: 13px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 9px;
    width: 100%;
    left: 0;
}

#nav-icon1 span:nth-child(3) {
    top: 18px;
}

#nav-icon1.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.orderSection .for_mobile_after {
    display: none;
}
.orderSection {
    position: relative;
    overflow: hidden;
}
.fixedHeader #nav-icon1 span {
    background: var(--dark-blue);
}
.overflow {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.container_mobile_menu .menu-main-menu-container ul {
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 50px;
}
.container_mobile_menu .social {
    margin-left: 50px;
}
.container_mobile_menu .menu-main-menu-container ul li a {
    color: var(--dark-blue);
}
.container_mobile_menu .menu-main-menu-container ul li {
    margin-bottom: 20px;
}
@media (max-width: 1600px) {
    .instagram .container-full {
        max-width: 95%;
        justify-content: flex-start;
        gap: 10px;
    }
}
@media (max-width: 1440px) {
    .container {
        max-width: 1170px;
        width: 100%;
    }
    header .container_desctope_menu {
        height: 83px;
    }
    .hero_part {
        padding-top: 83px;
    }
    .hero_part .container {
        min-height: 670px;
    }
    .hero_part .title {
        font-size: 60px;
    }
    header .phone_number .top a {
        font-size: 30px;
    }
    .hero_part .container .button {
        height: 65px;
    }
    .hero_part .container .grid {
        max-width: 550px;
    }
    .about_us_section .title_section,
    .productsSection .title_section,
    .how_make_order .title_section {
        font-size: 40px;
    }
    .orderSection .right_part {
        margin-right: 0;
    }
    .instagram .container-full {
        max-width: 90%;
    }
    .instagram .img {
        width: calc(100% / 6 - 5px);
        margin-bottom: 5px;
    }
}
@media (max-width: 480px) {
    header .menu-main-menu-container,
    header .social,
    header .phone_number {
        display: none;
    }
    .hero_part .title {
        font-size: 42px;
        text-align: center;
    }
    .hero_part .title:before {
        top: -10%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 212px;
        height: 63px;
    }
    .hero_part .container .text {
        text-align: center;
        margin-bottom: 23px;
    }
    .hero_part .container .grid {
        flex-direction: column;
        align-items: center;
    }
    .hero_part .container .button {
        font-size: 14px;
        width: 233px;
        height: 75px;
    }
    .mob_cheker {
        display: flex;
    }
    .hero_part {
        background-position: 90% 50%;
    }
    .hero_part .container {
        min-height: 600px;
    }
    .about_us_section .title_section,
    .productsSection .title_section,
    .how_make_order .title_section {
        font-size: 22px;
    }
    .about_us_section .title_section:before {
        width: 158px;
        height: 51px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -30%;
    }
    .about_us_section {
        padding-top: 40px;
    }
    .about_us_section .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .container {
        max-width: 348px;
    }
    .about_us_section .flower1,
    .about_us_section .flower2,
    .productsSection .flower1,
    .productsSection .flower2,
    .how_make_order .image1,
    .how_make_order .image2,
    .orderSection .flower1,
    .orderSection .flower2 {
        display: none;
    }
    .about_us_section .title_section {
        margin-bottom: 32px;
    }
    .productsSection .title_section:before {
        width: 80px;
        height: 26px;
    }
    .productsSection {
        padding-top: 50px;
    }
    .about_us_section {
        padding-bottom: 50px;
    }
    .productsSection .list_categies {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        max-width: 1430px;
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .productsSection .list_categies ul {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
    }
    .productsSection .product {
        width: 100%;
        margin-right: 0;
    }
    .productsSection .list_categies ul li {
        padding: 8px 20px;
        font-size: 16px;
        margin-right: 8px;
    }
    .productsSection .wrap_products {
        margin-top: 40px;
    }
    .productsSection .bottom_part {
        flex-direction: column;
        margin-top: 10px;
    }
    .productsSection .bottom_part .show_all {
        margin-bottom: 16px;
    }
    .how_make_order {
        padding-top: 50px;
    }
    .how_make_order .title_section:before {
        width: 270px;
        height: 51px;
    }
    .how_make_order .krok_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .how_make_order .krok_item:last-child {
        margin-bottom: 0;
    }
    .how_make_order .krok_item .title {
        font-size: 24px;
    }
    .how_make_order .krok_item .text {
        font-size: 16px;
        max-width: 320px;
        margin: 0 auto;
    }
    .instagram .title_section {
        font-size: 24px;
    }
    .instagram .title_section:before {
        width: 130px;
        height: 31px;
    }
    .instagram .img {
        width: calc(100% / 2 - 5px);
    }
    .instagram {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .instagram .container-full {
        margin: 40px auto 0 auto;
        max-width: 100%;
    }
    .orderSection .title {
        font-size: 32px;
        width: 200px;
    }
    .orderSection .text {
        font-size: 24px;
    }
    .orderSection .left_part {
        width: 100%;
    }
    .orderSection .vidsotok {
        font-size: 76px;
        width: 105px;
    }
    .orderSection {
        padding-top: 50px;
    }
    .orderSection .left_part .bottom {
        display: none;
    }
    .orderSection .right_part {
        width: 100%;
        margin-top: 40px;
    }
    .contact_form_wrap {
        width: 100%;
        padding: 29px 20px;
    }
    .orderSection .text {
        font-size: 16px;
    }
    .contact_form_wrap .form_item input,
    .contact_form_wrap .form_item textarea {
        padding: 18px 21px;
        font-size: 16px;
    }
    .contact_form_wrap .form_item input[type="submit"] {
        font-size: 16px;
    }
    .orderSection .container {
        background-size: 100%;
        background-position-y: 96%;
        background: none;
    }
    .orderSection .for_mobile_after {
        display: flex;
        position: absolute;
        bottom: 0;
    }
    .orderSection .container {
        position: relative;
        z-index: 1;
    }
    footer .container {
        justify-content: center;
        flex-direction: column;
    }
    footer .logo {
        margin-bottom: 40px;
        text-align: center;
    }
    footer .menu_item {
        margin-right: 0;
        margin-bottom: 40px;
    }
    footer .menu_item .title {
        font-size: 24px;
        text-align: center;
    }
    footer .menu_item ul li {
        text-align: center;
        margin-bottom: 8px;
    }
    footer .menu_item ul li a {
        font-size: 16px;
    }
    footer .right_part {
        flex-direction: column;
    }
    footer .menu_item .top,
    footer .menu_item .bottom {
        text-align: center;
    }
    footer .menu_item ul {
        justify-content: center;
    }
    footer {
        padding-top: 40px;
    }
    footer .right_part {
        margin-bottom: 0px;
    }
    footer .bottom_footer {
        height: unset;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    footer .bottom_footer ul {
        justify-content: center;
        width: 100%;
    }
    footer .bottom_footer ul li.developer a {
        font-size: 12px;
        text-align: center;
    }
    footer .bottom_footer ul li {
        margin-bottom: 16px;
    }
    footer .bottom_footer ul li:last-child {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }
    footer .bottom_footer ul li.developer {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .open_mobile_menu {
        background: #fff;
        z-index: 1;
        transition: .3s;
    }
    .open_mobile_menu .container_mobile_menu {
        height: 100vh;
    }
    .container_mobile_menu {
        display: flex;
        flex-direction: column;
    }
    .open_mobile_menu .logo svg path,
    .open_mobile_menu .social li a svg path {
        fill: var(--dark-blue);
    }
    .open_mobile_menu #nav-icon1 span {
        background: var(--dark-blue);
    }
    .container_mobile_menu .menu-main-menu-container, 
    .container_mobile_menu .social, 
    .container_mobile_menu .phone_number {
        display: flex;
    }
}