body {
    font-family: 'Poppins', sans-serif;
}

:focus {
	outline: 0;
	outline: none;
	-webkit-appearance: none;
}
/* Reset Select */
html,
.page_body{
    overflow-x: hidden;
}
/* General Style */
.container {
    padding: 0;
}
.wrraper_container {
    max-width: 926px;
    margin: 0 auto;
}
/* Header Style  */
.header_menu {
    height: 104px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
.header_menu_item li {
    margin-right: 80px;
}
.menu-toggle{
    display: none;
}
.header_menu_item.active {
    display: block;
    /*background: rgba(255, 255, 255, .8);
    padding-bottom: 20px;*/
}
.header_menu_item li:last-child {
    margin-right: 0;
}
.header_menu_item li a{
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.header_menu_item .icon {
    display: none;
}
/* Section Video Style */
.video_section {
    display: -ms-grid;
    display: grid;
    margin-top: 44px;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    margin-bottom: 100px;
    /*column-gap: 10px;*/
}
.video_section_left {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    padding-bottom: 100px;
}

.video_section_left p {
    width: 335px;
    font-size: 18px;
    line-height: 150%;
    color: #FD5D1A;
    margin-bottom: 25px;
}
.video_section_left h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #FD5D1A;
    font-size: 36px;
    line-height: 47px;
    text-transform: uppercase;
    margin-top: 25px;
}

/* Sale Section Style */
.section_sale_bg {
    background: #FD5D1A;
}
.section_sale {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    padding-bottom: 65px;
}
.section_sale_img {
    margin-top: -100px;
}
.section_sale_block {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
.section_sale_block h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.section_sale_block p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section_sale_time .sale_button {
    display: block;
    margin-left: auto;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 3px;
    background: #000000;
    border: 2px solid #FFFFFF;
    height: 50px;
    text-decoration: none;
    width: 217px;
}
.section_sale_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section_sale_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_sale_time_item {
    display: block;
    margin-right: 50px;
    text-align: center;
}
.section_sale_time .section_sale_time_item span {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
}
.section_sale_time .section_sale_time_item h6 {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

/*Section Gallery Images Style */
.gallery-images img {
    padding: 20px 10px;
}
/*Section youchoice Style */
.section_youchoice {
    margin-top: 100px;
}
.youchoice_item {
    width: calc(100% - 40%);
    margin: 0 auto;
}
.youchoice_item h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.youchoice_item p {
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FD5D1A;
}
.slider_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
}
.slider_card_block {
    min-width: 200px;
    width: 200px;
    margin: 0 auto;
}
.slider_card_block .multiple-items img {

}
.multiple-items .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-left: 10px;
}
.multiple-items .slick-dots li {
    margin-right: 5px;
}
@media (max-width: 768px) {
.multiple-items .slick-dots li {
    margin-right: 10px;
}
}
.multiple-items .slick-dots li .slick-active {
    background-color: red;
}
.multiple-items .slick-dots li button {
    background: #C4C4C4;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 0;
}
@media (max-width: 768px) { .multiple-items .slick-dots li button {
    background: #C4C4C4;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 0;
}
}

.slider_card_block p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 19px;
    /*line-height: 27px;*/
    color: #000000;
    margin-bottom: 5px;
}

@media (max-width: 768px) { .slider_card_block p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 23px;
    /*line-height: 27px;*/
    color: #000000;
    margin-bottom: 5px;
}}

.slider_card_block .price_old {
    font-size: 22px;
    line-height: 21px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #000000;
    margin-right: 5px;
}
.slider_card_block span {
    font-size: 35px;
    line-height: 27px;
    color: #FD5D1A;
}
.slider_button {
    width: auto;
    height: 50px;
    display: block;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #FD5D1A;
    font-size: 18px;
    color: #FD5D1A;
    text-decoration: none;
    margin-top: 50px;
}
.section_youchoice_bootom {
    width: calc(100% - 40%);
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.section_youchoice_bootom p {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #FD5D1A;
    padding: 0 10px;
}

/* Style Section Meprofil */

.section_meprofil_top {
    width: calc(100% - 40%);
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 150px;
}
.section_meprofil_top h2 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-transform: uppercase;
    color: #000000;
}
.section_meprofil_top p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FD5D1A;
    margin-top: 20px;
}
.section_meprofil_block {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (216px)[3];*/
    grid-template-columns: repeat(3,216px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 115px;
    margin-bottom: 150px;
}
.section_meprofil_content h5 {
    font-weight: bold;
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    padding-top: 35px;
    padding-bottom: 25px;
}
.section_meprofil_content p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

/* Style Section Cadou */
.section_cadou_top h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
}
.section_cadou_top p {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #FD5D1A;
    padding: 0 20px;
}
.section_cadou_block {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (216px)[4];*/
    grid-template-columns: repeat(4,216px);
    margin-top: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section_cadou_block_item {
    text-align: center;
    margin-bottom: 100px;
}
.section_cadou_block_item p {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin-top: 50px;
}
span.section_cadou_line {
    display: block;
    width: 216px;
    height: 1px;
    margin: 0 auto;
    background-color: #FD5D1A;;
}
.section_cadou_bootom {
    width: calc(100% - 40%);
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 150px;
}
.section_cadou_bootom p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FD5D1A;
    margin-bottom: 50px;
}
.cadou_bootom_button {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 216px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background: #FD5D1A;
    border: 2px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 auto;
}


/* Style Section Command */
.command_responsive {
    background: #FD5D1A;
}
.section_command {
    padding-top: 150px;
    padding-bottom: 150px;
}
.section_command_top {
    width: calc(100% - 40%);
    margin: 0 auto;
}
.section_command_top h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    color: #FFFFFF;

}
.section_command_block {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (262px)[3];*/
    grid-template-columns: repeat(3,262px);
    margin-top: 100px;
    margin-bottom: 131px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.section_command_block .section_command_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.section_command_item img {
    margin-right: 20px;
}
.section_command_item p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
.section_command_line {
    width: 216px;
    display: block;
    height: 1px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.section_command_bottom {
    width: calc(100% - 40%);
    margin: 0 auto;
    margin-top: 50px;
}
.rewiews_slider_width {
    width: 260px;
    margin: 0 auto;
}
.section_command_bottom p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px;
}

/* Reviews Section Style */
.section_reviews {
    padding-top: 150px;
}
.section_reviews h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 57px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.section_reviews_block {
    padding-top: 100px;
}
.section_reviews_block .slick-arrow {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FD5D1A;
}
.section_reviews_block .slick-prev {
    position: absolute;
    top: 55%;
    z-index: 1;
    left: 0;
}
.section_reviews_block .slick-next {
    position: absolute;
    top: 55%;
    right: 0;
}
.section_reviews_block .slick-arrow i {
    font-size: 15px;
    text-align: center;
    color: #FD5D1A;
}
.reviews_reting {
    padding: 20px 0;
}
.reviews_reting span {
    color: #FD5D1A;
    margin-right: 10px;
    font-size: 17px;
}
.reviesws_slider_item h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding-bottom: 10px;
}
.reviesws_slider_item p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
/* Section Style Oferte */
.section_oferte {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    margin-top: 150px;
    margin-bottom: 137px;
}
.section_oferte_block {
    width: calc(100% - 20%);
    margin: 0 auto;
}
.section_oferte_block h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-transform: uppercase;
    padding: 20px 0;
}
.section_oferte_block_sale {
    color: #FD5D1A;
}
.oferte_nav {
    margin-top: 44px;
    margin-left: -60px;
}
.oferte_nav li {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.oferte_nav li .num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: transparent;
    display: inline-block;
    color: #FD5D1A;
    line-height: 40px;
    border: 1px solid #FD5D1A;
    font-weight: bold;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
}

/*  FOOTER STYLE */
.footer_bg {
    background-color: black;
}
.footer_block {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (1fr)[3];*/
    grid-template-columns: repeat(3,1fr);
    padding: 100px 0;
}
.footer_block_item h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #666565;
}
.footer_nav li {
    padding-top: 20px;
}
.footer_nav li a {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
}
.footer_social {
    margin-top: 50px;
}
.footer_social  i {
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
}


/*   Thanky Page style  */
.thanky-page {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 10px 40%;
    grid-template-columns: 60% 40%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.thanky-page-content p {
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #FD5D1A;
    padding-right: 15%;
}

.thanky-page-product img {
    width: 100%;
    height: auto;
}
a.thanky-page-buutton {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    line-height: 50px;
    text-decoration: none;
    height: 50px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #FD5D1A;
    margin-top: 77px;
    border: 2px solid #000000;
}


.formulare {
    display: flex;
    justify-content: space-between;
}
.formulare .form_oferte {
    margin-left: 0;
}

/*FORMULARE STYLE*/
.form_oferte {
    width: 335px;
    margin-left: auto;
    background: #FFFFFF;
    border: 2px solid #FD5D1A;
    box-sizing: border-box;
    border-radius: 3px;
}
.form_oferte h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    display: block;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FD5D1A;
}
.form_oferte form {
    padding: 25px;
}
.oferte_form_time {
    display: flex;
    justify-content: center;
}
.form_time_item {
    margin-right: 18px;
    text-align: center;
    padding-top: 10px;
}
.oferte_form_time span {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.oferte_form_time p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-align: center;
}
.form_oferte input {
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 2px solid black;
    margin-top: 45px;
    padding: 7px 0;
    line-height: 27px;
}
select.form_select_option, .full-form select {
    width: 100%;
    border: none;
    border-bottom: 2px solid black;
    margin-top: 40px;
    padding: 5px 0;
    line-height: 27px;
    color: #666565;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url("../images/vector-form.png");
    background-repeat: no-repeat;
    background-position: right;
}
.form_oferte input[type=text], .form_oferte input[type=email], .form_oferte input[type=search] {
    color: #666565;
    font-size: 18px;
}
button.form_button_formular_1 {
    width: calc(100% - 40%);
    height: 40px;
    background: #FD5D1A;
    border: 2px solid #000000;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.form_oferte button.form_button_first, .full-form .next_button, .full-form .additional {
    width: 100%;
    height: 40px;
    background: #FD5D1A;
    border: 2px solid #000000;
    border-radius: 3px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.form_oferte button.form_button_two, .full-form .ego_form_buttons_container .prev_button {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #FD5D1A;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FD5D1A;
}
.form_button_desc_client,
.form_button_description, .full-form .subtitle {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding-top: 15px;
}
.form_button_there {
    width: 100%;
    height: 40px;
    background: #FD5D1A;
    border: 2px solid #000000;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.form_oferte .form_termeni {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}
.form_oferte .form_termeni a {
    text-decoration-line: underline;
    color: #FD5D1A;
}
html {scroll-behavior: smooth}
.d-none{display: none}
.form_oferte input[type=phone] {
    color: #666565;
    font-size: 18px;
}
.form_button_description {margin-bottom: 15px}
.activeOp {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    display: block;
    color: #FD5D1A;
}
.descriere {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.title_page {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
    line-height: 57px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.text_page p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding-bottom: 25px;
}
.text_page {margin-bottom: 20px}
.footer_nav li span {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
}
.multiple-items .slick-dots li button:focus,
select.form_select_option:focus,
.form_oferte input:focus,
.section_reviews_block .slick-arrow:focus { outline: none}

/*New Style*/
.video_section_right {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_section_right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Update style*/
.section_sale_img img { max-width: 335px }


.gallery-images {
    padding-right: 0;
    padding-left: 0;
}
.magnific__element:focus {
    outline: none
}
.mfp-bg,
.mfp-wrap,
.mfp-container {
    z-index: 9999999999;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 0;
}

.img-plata-md {
    margin: 80px 0 0 0;
    width: 80%;
}
.img-plata-mb {
    display: none;
}

/*Cookie*/
.cookie-law-info-bar {
    z-index: 999;
    min-height: 20px;
    padding: 10px 20px;
    /*background: rgba(0,0,0,0.6);*/
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.cookie-law-info-bar .container {
    background: white;
    border-radius: 5px;
}
.cookie-law-info-bar span,
.cookie-law-info-bar p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
}

#myCookieConsent .container {
    width: auto;
    max-width: max-content;
}

.cookie-law-info-bar a {
    color: #FD5D1A;
    margin-left: 5px;
}
.cookie-law-info-bar a#cookieButton {
    color: gray;
    margin-left: 10px;
}

#myCookieConsent a#cookieButton {
    /*width: auto;*/
    /*display: inline-block;*/
    /*border-radius: 3px;*/
    /*text-align: center;*/
    /*border: 2px solid #FD5D1A;*/
    /*font-size: 16px;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*margin-left: 30px;*/
    /*padding: 10px 20px;*/
    /*margin-top: 10px;*/
}


@media (max-width: 576px) {
    #myCookieConsent {
        position: unset;
        padding: 0 10px;
    }
    #myCookieConsent .container {
        padding: 0!important;
    }
    #myCookieConsent p {
        display: block;
        text-align: left;
        padding: 0;
        position: relative;
        width: calc(100% - 20px);
    }
    #cookieButton {
        position: absolute;
        right: -20px;
        top: 10px;
    }
    .cookie-law-info-bar span,
    .cookie-law-info-bar p {
        font-size: 10px;
    }
}

.block_404 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title_page_404 {
    margin-bottom: 100px;
    font-weight: bold;
    font-size: 36px;
    line-height: 57px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.decor {
    text-decoration: underline;
}

/* Responsive From all in formulare */
@media (max-width: 992px) {
    .formulare {
        flex-direction: column;
    }
    .formular_1, .formular_2, .form_oferte {
        width: 100%;
        margin-bottom: 50px;
    }
    .oferte_form_time .form_time_item {
        margin-right: 15px;
        margin-left: 15px;
    }

    /*New Style*/
    .footer_block {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .footer_block .footer_block_item:nth-child(3) { margin-bottom: 30px }
    .section_command_block {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .section_youchoice .section_youchoice_bootom { margin-bottom: 40px }
    .section_meprofil .section_meprofil_top,
    .section_meprofil_block { margin-top: 80px }
    .reviews_reponsive .section_reviews {
        padding-top: 80px;
    }
}
@media (max-width: 768px) {
    .title_page {
        margin-top: 100px;
        font-size: 24px;
    }

    /*404*/
    .block_404 {
        min-height: 100vh;
        height: auto;
        margin-top: 100px
    }
    .title_page_404 {
        margin-bottom: 60px;
        font-size: 24px;
    }

    /*New Style*/
    .reponsive_header {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 999999;
        background-color: #ffffff;
        height: 82px;
    }
    .section_oferte { margin-bottom: 50px !important }
    .section_sale_img img { max-width: 100% }

    .img-plata-md {
        display: none;
    }
    .img-plata-mb {
        margin: 30px 0 0 0;
        display: block;
        width: 300px;
    }

    .anpc {
        margin: 30px 0 0 0;
        display: block;
        width: 300px;
    }

    .header_menu {
        height: 80px;
    }

    /* Icon 1 */

    #nav-icon1 {
      width: 50px;
      height: 45px;
      position: relative;
      margin: 26px auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      outline: none;
      background: transparent;
    }

    #nav-icon1{-webkit-tap-highlight-color: rgba(0,0,0,0);}

    #nav-icon1 span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #000;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      overflow: hidden;
    }

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

    #nav-icon1 span:nth-child(2) {
        top: 15px;
        width: 70%;
        left: 30%;
        right: 0;
        outline: none;
    }

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

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

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

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

    #produsele_noastre,
    #pentru_cine_cadou,
    #recenzii {
        margin-top: -80px;
        padding-top: 80px;
    }
}
@media (max-width: 576px) {
    .block_404 {
        height: 100vh;
    }
    button.form_button_formular_1 {
        width: 100%!important;
        font-size: 20px;
    }
    .section-galery {
        margin-right: -15px;
        margin-left: -15px
    }

    .magnific__element {
        pointer-events: all
    }

    .footer_nav li span {
        line-height: 28px;
    }


    .img-plata-mb {
        margin: 30px auto 0;
        display: block;
        width: 100%;
    }

    #btn-gdpr {
        display: block;
        max-width: 100px;
        margin: 15px auto 10px;
    }
}

