@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600';
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre,
dd, dt, tbody, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

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

body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif !important;
	color:  #000;
	font-size: 13px;
	text-decoration: none;
	height: 100%;
	height: 100vh;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(128,0,131,1) 48%, rgba(96,1,90,1) 100%);
	/*background-image: url(../images/banner.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

.wrapper {
	width: 100%;
	margin: 0px auto;
}

.wrapper:after {
	clear: both;
    content: "";
    display: table;
}

.container_top_fix {
	width: 100%;
	margin: 0px auto;
	top: 0px;
	left: 0;
    right: 0;
	position: fixed;
}

.container_top_fix:after {
	clear: both;
    content: "";
    display: table;
}

.container {
	width: 1280px;
	margin: 0px auto;
}

.container:after {
	clear: both;
    content: "";
    display: table;
}

.container_full {
	width: 100%;
	margin: 0px auto;
}

.container_full:after {
	clear: both;
    content: "";
    display: table;
}

.telefon_left {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #FFFF;
	margin-top: 30px;
}

.telefon_left i {
	font-size: 15px;
	margin-right: 5px;
	color: #FFF;
	background-color: #000;
	padding: 10px 10px;
	border-radius: 50px;
	margin-top: -10px;
}

.telefon_left span {
	display: inline-block;
	margin-top: 20px;
}

.telefon_left span a {
	display: block;
	padding: 10px 20px;
	background-color: #FFF;
	margin-right: 0px;
	color: #000;
	font-size: 30px;
	font-weight: 600;
}

.pulse_btn {
  box-shadow: 0 0 0 0 rgba(255, 234, 0, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse_btn:hover {
	background-color: #F00;
	transition: all 1s ease 0s;
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);}}


.social_right {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 13px;
	color: #FFF;
	margin-bottom: 25px;
}

.social_right i {
	font-size: 40px;
}

.social_right a {
	color: #000;
}

.meniu {
	width: 100%;
	float: left;
	margin-top: 0px;
	padding: 10px 0px;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 6px rgba(232,206,191,1);
    box-shadow: 0 3px 6px rgba(232,206,191,1);
}

.meniu_part_1 {
	width: 500px;
	text-align: left;
	float: left;
}

.meniu_part_1 a {
	display: inline-block;
	padding: 5px 5px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin: 0px 5px;
	transition:all 1s ease 0s;
	text-transform: uppercase;
}

.meniu_part_1 a:hover {
	display: inline-block;
	color: #ffff98;
	background-color: #000;
	transition:all 1s ease 0s;
	border-radius: 3px;
	transform: rotate(360deg);
}

.meniu_part_2 {
	width: 500px;
	text-align: right;
	float: left;
}

.meniu_part_2 a {
	display: inline-block;
	padding: 5px 5px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin: 0px 5px;
	transition:all 1s ease 0s;
	text-transform: uppercase;
}

.meniu_part_2 a:hover {
	display: inline-block;
	color: #ffff98;
	background-color: #000;
	transition:all 1s ease 0s;
	border-radius: 3px;
	transform: rotate(360deg);
}

.logo_center {
	width: 280px;
	display: block;
	float: left;
}

.logo_container {
	width: 100%;
	margin: 0px auto;
}

.logo_container:after {
	clear: both;
    content: "";
    display: table;
}

.logo {
	position: absolute;
	margin-left: 40px;
	top: 10px;
	border-radius: 500px;
	-webkit-box-shadow: 0 3px 6px rgba(232,206,191,1);
    box-shadow: 0 3px 6px rgba(232,206,191,1);
	border: solid 3px #FFF;
	transition: width 1s, height 1s, transform 1s;
}

.logo:hover {
	transform: rotate(360deg);
}

.main_content {
	width: 100%;
	float: left;
	padding: 20px;
}

.titlu_pagina {
	width: 100%;
	float: left;
	text-align: center;
}

.titlu_pagina h1, h2 {
	font-size: 30px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #FFF;
}

.titlu_pagina h1 span, h2 span {
	font-size: 30px;
	font-weight: 300;
}

.linie_tittlu {
	width: 100%;
	margin: 5px 0px 25px 0px;
	height: 2px;
	background: rgb(40,95,98);
	background: linear-gradient(90deg, rgba(40,95,98,1) 0%, rgba(255,255,255,1) 50%, rgba(40,95,98,1) 100%);
}

.content {
	width: 100%;
	float: left;
	/*display: flex;
	justify-content: space-between;*/
	margin: 25px 0px;
}

.half_screen {
	width: 48%;
	float: left;
	margin: 0px 1%;
}

.text {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
}

.img_effect {
	border-radius: 300px 300px 0px 0px;
}


.tc {
	text-align: center;
}

.quarter_screen {
	width: 31.3333%;
	float: left;
	margin: 1%;
}

.round_image {
	width: 100%;
	float: left;
}

.round_image_container {
	width: 100%;
	margin: 0px auto;
	border: solid 2px #FFF;
	height: 350px;
	-webkit-box-shadow: 0 3px 6px rgba(232,206,191,1);
    box-shadow: 0 3px 6px rgba(232,206,191,1);
	background-position: 50% 50%;
	background-size: cover;
}

.round_image_container:after {
	clear: both;
    content: "";
    display: table;
}

.under_content {
	width: 100%;
	margin: 90px auto 0px auto;
	border-radius: 0px;
	/*-webkit-box-shadow: 0 1px 2px rgba(232,206,191,1);
    box-shadow: 0 1px 2px rgba(232,206,191,1);*/
	padding: 10px;
}

.under_content:after {
	clear: both;
    content: "";
    display: table;
}

.quarter_screen:hover .under_content {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,1);
    box-shadow: 0 3px 6px rgba(0,0,0,1);
	transition:all 1s ease 0s;
}

.titlu_uc {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;;
	font-weight: 300;
	margin-top: 20px;
	min-height: 50px;
	color: #FFF;
}

.btn_uc {
	width: 100%;
	float: left;
	text-align: center;
	display: none;
}

.btn_uc a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 13px;
	color: #333;
	border-radius: 5px;
	border: solid 1px #CCC;
}

.quarter_screen:hover .btn_uc a  {
	background-color:  #266150;
	color: #FFF;
	transition:all 1s ease 0s;
}

.btn_uc_tel {
	width: 100%;
	float: left;
	text-align: left;
}

.btn_uc_tel a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 15px;
	color: #FFF;
	border-radius: 5px;
	border: solid 1px #CCC;
	background-color:  #266150;
}

.formulart {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.formulart input {
	width: 100%;
	border: solid 1px #FFF;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
	padding: 15px 8px;
	margin-bottom: 10px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: rgb(2,0,36);
	color: #FFF;
	
}

.formulart textarea {
	width: 100%;
	border: solid 1px #FFF;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
	padding: 10px 8px;
	margin-bottom: 10px;
	height: 150px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: rgb(2,0,36);
	color: #FFF;
}

.submit {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	background-color: #266150;
	color: #FFF;
	cursor: pointer;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 2px rgba(232,206,191,1);
    box-shadow: 0 1px 2px rgba(232,206,191,1);
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #101010;
	color: #FFF;
}

.ml2p {
	margin-left: 2%;
}

.review {
	width: 100%;
	float: left;
	padding: 15px;
	-webkit-box-shadow: 0 1px 2px rgba(232,206,191,1);
    box-shadow: 0 1px 2px rgba(232,206,191,1);
	border: solid 1px #f4f4f4;
	border-radius: 5px;
}

.review:hover {
	-webkit-box-shadow: 0 3px 5px rgba(232,206,191,1);
    box-shadow: 0 3px 5px rgba(232,206,191,1);
	transition:all 1s ease 0s;
}

.review_stars {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.review_stars_content {
	width: 150px;
	margin: 0px auto;
}

.review_stars_content:after {
	clear: both;
    content: "";
    display: table;
}

.review_text {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	color: #FFF;
	min-height: 65px;
}

.review_text i {
	font-size: 20px;
}

.review_name {
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
}

.footer {
	width: 100%;
	margin: 20px auto 0px auto;
	background-color: #101010 ;
	padding: 20px 0px;
}

.footer:after {
	clear: both;
    content: "";
    display: table;
}

.copyright {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	padding: 10px 0px;
	font-size: 13px;
	color: #FFF;
	border-top: solid 1px #FFF;
}

.copyright:after {
	clear: both;
    content: "";
    display: table;
}

.footer_part {
	width: 30%;
	float: left;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
}

.footer_part p {
	color: #FFF !important;
}

.footer_part span {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	color: #FFF;
	border-bottom: solid 1px rgba(40,95,98,1);
}

.footer_part a  {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
}

.footer_part a i {
	font-size: 10px;
}

.preturi {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.preturi p {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
	font-size: 15px;
	font-weight: 300;
}

.pret_line {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
	font-size: 15px;
	font-weight: 300;
}

.pt_cf_4 {
	width: 55%;
	float: left;
	text-align: left;
}

.pt_cp_4 {
	width: 15%;
	float: left;
	text-align: right;
}

.pt_cf_2 {
	width: 70%;
	float: left;
	text-align: left;
}

.pt_cp_2 {
	width: 30%;
	float: left;
	text-align: right;
}

/*.preturi p span {
	display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    color: #FFF;
    border-radius: 5px;
    border: solid 1px #CCC;
    background-color: rgba(40,95,98,1);
	font-weight: 600;
	margin: 0px 10px 0px 5px;
}*/

.preturi p span {
	display: inline-block;
    font-size: 15px;
    color: #000;
	font-weight: 600;
	margin: 0px 10px 0px 5px;
}

.p_titlu {
	display: block !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	padding-bottom: 0px !important;
	border-bottom: none !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}
	
.review_left{float:left;width:58%;margin-right:2%}.review_right{float:left;width:40%;padding:9px;border:1px solid #DDD;border-radius:3px;background-color:#f7f7f7}.rr_btn,.rr_rating,.rr_slogan,.rr_tit{float:left;width:100%}.rr_tit{font-size:15px;font-weight:600;color:#000;margin-bottom:5px}.rl,.rr_slogan{font-weight:400}.rr_slogan{font-size:13px;color:#191919;margin-bottom:15px}.rr_btn a,.rr_btn a:hover{color:#FFF;text-decoration:none}.rr_rating{margin-bottom:10px}.rlhf,.rr_btn{margin-bottom:5px}.rr_btn a{padding:8px 15px;font-size:14px;background-color:#000;border-radius:3px}.rlh2,.rlhgg{padding:4px 0}.rlh2,.rlh2g{background-color:#eee;border-radius:2px;margin-top:4px;float:left}.rlh{width:50%;float:left}.rlhf{width:100%;float:left}.rlh1{width:30%;float:left;margin-right:3%;font-size:12px}.rlh1 i{font-size:11px;color:#f5bd23}.rl,.rlh3{font-size:12px}.rlh2{width:60%}.rlh3{width:7%;float:left}.rlh2g{width:60%}.rlhgg{float:left;background-color:#f5bd23}.question_af,.review{width:100%;padding-bottom:10px;float:left}.review{margin-bottom:10px;border-bottom:solid 1px #DDD}.question_af{margin-top:10px}.rl{width:20%;float:left;color:#000}.rl i{font-size:15px;color:#FFF;background-color:#000;padding:5px 8px;border-radius:50px; margin-right: 10px;}.rl span{display:inline;margin:7px 5px;font-size:14px;color:#000;font-weight:600}.rr{width:80%;float:left}.det_right_review span{text-decoration:underline}	

.form_content {
    width: 100%;;
    float: left;
    margin-bottom: 5px;
}

.form_content11, .form_content22 {
    width: 100%;
    text-align: left;
    float: left;
}

.textarea {
    height: 65px;
}

.input, .textarea {
    width: 90%;
    background: #FFF;
	border: solid 1px #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
	padding: 10px 8px;
	margin-bottom: 10px;
	font-family: "Open Sabns", Arial, Helvetica, sans-serif
}

.input {
    height: 25px;
}
.contact {
	width: 100%;
	float: left;
}

.contact p {
	display: block;
	margin-bottom: 5px;
}

.serv_content {
	width: 100%;
	float: left;
	margin: 20px 0px;
}

.serv_pp {
	width: 31%;
	float: left;
	margin: 1%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

}

.serv_pp_img {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.serv_pp_img img {
	width: 100%;
}

.oferta_pp {
	width: 31%;
	float: left;
	margin: 1%;
	padding: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}

.oferta_pp:hover {
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.8);
    box-shadow: 0px 3px 6px rgba(0,0,0,.8);
	transition:all 1s ease 0s;
}

.o_pp_poza {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}


.o_pp_titlu {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 600;
}

.o_pp_desc {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin: 15px 0px;
	text-align: left;
	line-height: 20px;
}

.o_pp_pret {
	width: 100%;
	float: left;
}

.o_pp_pret span {
	display: inline-block;
    padding: 2px 10px;
    font-size: 17px;
    color: #FFF;
    border-radius: 5px;
    border: solid 1px #CCC;
    background-color: #E8CEBF ;
    font-weight: 400;
	font-family: "Lobster", Arial, Helvetica, sans-serif
}

.o_pp_pret_pv {
	width: 100%;
	float: left;
	font-siza: 15px;
	font-weight: 300;
	color: #000;
	margin-bottom: 15px;
}

.o_pp_pret_pv span {
	display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
	margin-left: 10px;
}

.o_pp_disc {
	background-color: #E8CEBF;
	position: absolute;
	padding: 15px 15px;
	border-radius: 500px;
	font-size: 12px;
	font-weight: 400;
	margin-left: 295px;
	margin-top: -35px;
	color: #FFF;
	font-family: "Lobster", Arial, Helvetica, sans-serif
}

.o_pp_disc span {
	font-size: 18px;
	display: block;
}

.black_fryday {
	width: 100%;
	float: left;
	padding: 15px; 
	background-color: rgba(0,0,0,0.07);
}

.header_mobile {
	display: none;
}

#mmenu  {
	list-style: nonel;
}

#mmenu a {
	color: #FFF;
}

.footer_mobile {
    display: none;
}

.container_top_dektop {
	width: 100%;
	float: left;
	margin: 25px 0px;
}

.logo_left_top {
	width: 50%;
	float: left;
	text-align: left;
}

.logo_left_top img {
	width: 150px;
}

.contact_right_top {
	width: 50%;
	float: left;
	text-align: left;
	margin-top: 25px;
}

.meniu_all {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	border-top: solid 5px #FFF;
	padding: 10px 0px;
	background-color: #101010
}

.meniu_all a {
	display: inline-block;
	padding: 5px 5px;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	margin: 0px 5px;
	transition:all 1s ease 0s;
	text-transform: uppercase;
	border-bottom: solid 2px #101010;
}

.meniu_all a:hover {
	display: inline-block;
	transition:all 1s ease 0s;
	border-bottom: solid 2px #FFF;
}

.meniu_all span {
	display: inline-block;
	padding: 5px 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 5px;
	transition:all 1s ease 0s;
	text-transform: uppercase;
	border-bottom: solid 2px #101010;
	cursor: pointer;
}

.meniu_all span:hover {
	display: inline-block;
	transition:all 1s ease 0s;
	border-bottom: solid 2px #FFF;
}

.map {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.map iframe {
	width: 100%;
	height: 350px;
}

.contact_left_top {
	width: 100%;
	float: left;
}

.website_name {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Playball", cursive;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	font-size: 100px;
}

.logo_right_top {
	width: 500px;
	float: left;
	text-align: center;
}

.linie_telefon {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.left_slogan {
	width: 50%;
	float: left;
	font-size: 22px;
    color: #FFF;
	text-align: center;
	margin-top: 10px;
}

.left_slogan span {
    color: #FFC367;
}

.right_slogan {
	width: 50%;
	float: left;
	text-align: center;
}

.right_slogan a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d2004f;
    margin-right: 0px;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
	text-shadow: 1px 1px 1px #000;
}

.google_consent {
    display: block;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 35px 0px;
    bottom: 0;
    box-sizing: border-box;
    z-index: 9998;
	font-size: 15px;
	text-align: center;
	color: #FFF;
}

.google_consent p {
    display: block;
	margin-bottom: 10px;
}

.google_consent span {
    display: inline-block;
	cursor: pointer;
	padding: 3px 10px;
    cursor: pointer;
    background-color: #FFF;
    color: #000;
	font-weight: bold;
    text-decoration: none;
	border-radius: 3px;
}


.first_video {
	width: auto;
	height: 620px;
	margin: 0px auto;
}

.wrapper:after {
	clear: both;
    content: "";
    display: table;
}
	

@media screen and (max-width:800px){
	
.wrapper {
	background-position: top center;
	background-repeat: no-repeat;
}
	
.mdn {
	display: none;
	margin-top: 135px;
}

.mdnm {
	margin-top: 135px;
}

.container {
	width: 100%;
}

.main_content {
    width: 100%;
    float: left;
    padding: 2%;
}

.titlu_pagina h1, h2 {
    font-size: 20px;
}

.titlu_pagina h1 span, h2 span {
    font-size: 20px;
}

.content {
    display: block;
    margin: 15px 0px;
}

.half_screen {
    width: 100%;
	margin-bottom: 15px;
}

.quarter_screen {
    width: 46%;
    float: left;
	margin: 2%;
}
.round_image_container {
    width: 100%;
    height: 200px;;
}

.titlu_uc {
    font-size: 15px;
	min-height: 60px;
}

.footer {
    width: 100%;
    margin: 0px auto;
    padding: 15px 0px;
}

.footer_part {
    width: 100%;
    float: left;
	margin-bottom: 15px;
	padding: 0px 15px;
}

.copyright {
    width: 100%;
    padding: 10px 2%;
}

.oferta_pp {
    width: 98%;
    margin: 2% 1%;
}

.serv_pp {
    width: 46%;
    margin: 2%;
}

.img_effect {
    --s: 5px;
}

.tcm {
	text-align: center;
}

.tcm img {
	width: 50%;
}

#mmenu  {
	visibility: visible !important;
}

.header_mobile {
	display: block;
	position: fixed;
	width: 100%;
	background-color: #000;
	top: 0px;
	left: 0;
	box-shadow: 0 0 5px 0 #FFF;
	z-index: 2;
}

.left_menu_mobile {
	width: 100%;
	float: left;
}

.right_menu_mobile {
	width: 100%;
	float: left;
	text-align: center;
}

.right_menu_mobile a {
	color: #FFF;
	font-size: 22px;
	margin: 11px 5px;
	display: inline-block;
}

.center_menu_mobile {
	width: 20%;
	float: left;
}

.logo_container_mobile {
    width: 100%;
	float: left;
	font-family: "Playball";
	color: #FFF;
	font-size: 45px;
	padding: 5px;
	text-align: center
}

.logo_container_mobile a {
   color: #FFF;
}

.logo_container_mobile img {
	height: 50px;
}

.logo {
    position: absolute;
    margin-left: 0px;
    top: -10px;
    border-radius: 500px;
    -webkit-box-shadow: 0 3px 6px rgba(232,206,191,1);
    box-shadow: 0 3px 6px rgba(232,206,191,1);
    border: solid 2px #FFF;
    transition: width 1s, height 1s, transform 1s;
	width: 70px;
}

.btn_menu {
	float: left;
	width: 25px;
	margin: 12px 5px;
}

.btn_menu a {
	color: #000;
	font-size: 22px;
}

.logo_mobile {
	float: left;
	width: 120px;
	margin: 5px 0px;
}

.logo_mobile img {
	max-height: 35px
}

.tel_mobile {
    float: left;
    width: 90px;
    margin: 17px 5px;
    font-size: 12px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    background-color: rgba(40,95,98,1);
    border-radius: 3px;
    padding: 1px;
}

.tel_mobile a {
	color: #FFF;
}

.footer_mobile {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #FFF;
    bottom: 0;
    box-shadow: 0 0 10px 0 #343433;
    box-sizing: border-box;
    z-index: 9999;
}

.footer_mobile_part {
	width: 50%;
	float: left;
	text-align: center;
	padding: 5px 0px;
}

.footer_mobile_part a {
	display: block;
	color: #FFF;
	font-size: 15px;
}

.footer_mobile_part a span {
    font-size: 10px !important;
    margin-top: -5px !important;
}

.footer_mobile_part a:hover {
	color: #FFF;
	text-decoration: none;
}

.color_tel {
	background-color: #ff0000;
}

.color_em {
	background-color: #e0bba6;
}

.color_wa {
	background-color: #00e526;
}

.mmb45 {
	margin-bottom: 50px !important;
}

.review_left {
    float: left;
    width: 100%;
    margin-right: 0%;
	margin-bottom: 10px;
}

.review_right {
    float: left;
    width: 100%;
}

.pret_line {
	font-size: 14px;
}

.pt_cf_4 {
	width: 40%;
}

.pt_cp_4 {
	width: 20%;
}

.o_pp_disc {
	margin-left: 0;
	right: 10px;
	margin-top: -35px;
}

.o_pp_titlu {
	text-align: left;
}

.contact_left_top {
    width: 100%;
    float: left;
}

.logo_right_top {
    width: 100%
}

.website_name {
    font-size: 45px;
}

.meniu_all {
	display: none;
}

.google_consent {
		bottom: 50px;
		padding: 20px 0px;
		font-size: 13px;
	}
	
.left_slogan {
	width: 100%;
	margin-top: 0px;
}


.right_slogan {
	width: 100%;
}

}


