@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/*foter style*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');



body {
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
  	
	background-color: #fff;
	color: #000;
	font-family: "Nunito Sans", sans-serif;
}




/*Cap*/


.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #ffffff; /* Culoare de fundal a header-ului */
  font-family: 'Roboto Condensed', sans-serif;
}

.intro_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* Lățimea completă a containerului */
  max-width: 1200px; /* Lățime maximă pentru conținut */
  padding: 0 20px; /* Spațiere la marginea interioară a header-ului */
  box-sizing: border-box; /* Asigură includerea padding-ului în dimensiunile totale */
}

.logo_img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 3px; /* Poziționează în partea de sus a ecranului */
  left: 10px; /* Poziționează în partea stângă a ecranului */
}

.link_page {
  display: flex;
  align-items: center;
}

.header_link {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.header_link:hover {
  color: #10D89C; /* Culoare la hover */
}

.btn2, .btn4 {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 15px 30px;
  margin-left: 20px; /* Spațiere între butoane */
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn2:hover, .btn4:hover {
  background-color: #10D89C; /* Culoare la hover */
  color: #000;
  box-shadow: 0 0 5px #10D89C, 0 0 25px #03e9f4, 0 0 50px #10D89C, 0 0 200px #03e9f4;
}

.solicitare, .foto_see {
  display: flex;
  align-items: center;
}

.burger {
  display: none;
  background: none;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
}

.burger__item {
  display: block;
  width: 28px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  color: transparent;
  position: relative;
}

.burger__item:before,
.burger__item:after {
  content: "";
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  z-index: 1;
}

.burger__item:before {
  width: 30px;
  top: -8px;
}

.burger__item:after {
  width: 26px;
  bottom: -8px;
}



/*Body blok*/


.first_blok {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* Așezare a blocurilor pe întreaga lățime a conținutului */
  align-items: center; /* Aliniere verticală a conținutului */
  padding-left: 20px;
  padding-right: 20px;
  height: 350px;
  background-color: #F8F9FD;
}

/*.blok_fir {
  flex: 1; /* Blocuri flexibile, împărțite în mod egal */
 /* height: auto;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center; /* Aliniere orizontală a conținutului în interiorul blocului */
  /*align-items: center; /* Aliniere verticală a conținutului în interiorul blocului */




.btn1{
  font-weight: bold;
  padding: 25px 30px;
  background-color: #269E6B;
  color: #000;
  font-weight: bold;
  border: 1px;
  border-color: #bbb;
  border-radius: 8px;
  letter-spacing: 2px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}

.btn1:hover{
  border: none;
    background: #10D89C;;
    color: #000;
    box-shadow: 0 0 5px #10D89C,
                0 0 25px #03e9f4,
                0 0 50px #10D89C,
                0 0 200px #03e9f4;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}


.blok_fir:nth-child(1) {
  max-width: 450px;
  flex-direction: column;
  align-content: start;
  text-align: left;
}

.blok_fir:nth-child(2){
  position: relative;
  padding-left: 140px;
  width: 49%;
  max-width:1400px;
  left:-100px;
  height: auto;
}

.blok_fir:nth-child(3) {
  transform: rotate(-90deg); /* Rotirea textului și plasarea în partea de jos */

}



/* cheange foto w-h */



.cheange_foto{
  width: 760px;
  height: 314px;
}



.blok_fir_text {
  position: relative;
  font-size: 45px;
  text-transform: uppercase;
  background-color: #5390d9;
  background-image: linear-gradient(45deg, #269E6B, #10D89C, #8f8181, #03e9f4, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  transform: translateY(80px);
}

.start{
  font-size: 100px;
}

.paragraf_first {
  text-align: left;
}


#blok_fir_text{
  opacity: 0;
  transition: opacity 2s ease;
}


#blok_fir_text:fade-in-t{
  opacity: 1;
}

.blok_fir_text {
  animation: fadeInAnimationT 2s ease forwards;
}


@keyframes fadeInAnimationT {
  from {
    opacity: 0;
    transform: translateZ(100px);
    transform: translateY(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
    transform: translateY(0);
    transform: translateX(0);
  }
}











 /* Blok Second */

 .second_blok{
  height: 100%;
  width: auto;
  background-color: #F8F9FD;

 }

 .title_second_blok{
  text-align: center;
 }

 .second_content{
  display: flex;
  flex-direction: row;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
 }

.content_blok_second{
  width: 25%;
  align-content: center;
}



.img_second_blok {
  border-radius: 20%;
  width: 250px;
  height: 250px;
}

.text_second_blok {
  display: inline-block; /* Afișează ca bloc în linie pentru a adapta dimensiunea la conținut */
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  color: #269E6B;
  font-weight: bold;
  padding: 10px 20px; /* Padding pentru a separa textul de border */
  border: 1px solid transparent; /* Borderul inițial transparent */
  border-radius: 25px;
  transition: border-color 0.5s, color 0.5s, background-color 0.5s; /* Tranzitie pentru proprietățile afectate la hover */
}

.content_blok_second:hover .text_second_blok {
  color: #000;
  background-color: #10D89C;
  border-color: #269E6B; /* Schimbă culoarea borderului la hover */
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 26px;
  margin-left: 15px;
  margin-right:15px;
}

.content_blok_second:hover .img_second_blok {
  border-radius: 25%; /* Modifică border-radius-ul imaginii la hover */
}






/*  Three blok  */
/* Stiluri generale pentru blocul de trei conținut */


  .three_blok {
  position: relative;
  height: auto;
}


.title_three_blok {
  text-align: center;
  position: relative; /
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 10px;

}

/* Stilizare pentru paragrafele three_blok */
.three_content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#three_blok {
  opacity: 0;
  transition: opacity 1s ease;
}

#three_blok.fade-in {
  opacity: 1;
}

.content_blok_three {
  flex-direction:row;
  width: 25%;
  margin: 0 25px;
  opacity: 0;
}




/* Animatie pentru fiecare bloc individual */
.content_blok_three:nth-child(1) {
  animation: fadeInAnimation 0.3s ease forwards;
}

.content_blok_three:nth-child(2) {
  animation: fadeInAnimation 0.3s ease forwards;
}

.content_blok_three:nth-child(3) {
  animation: fadeInAnimation 0.3s ease forwards;
}

.content_blok_three:nth-child(4) {
  animation: fadeInAnimation 0.3s ease forwards;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
    transform: translateY(500px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*Blok Four*/

.four_blok {
  position: relative;
  height: auto;
}

.title_four_blok {
 text-align: center;
  position: relative; /
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 10px;
}

.content_blok_four {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;

}


.name_coment {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px; /* Spațiere de jos pentru nume */
}

.text_coment {
  font-size: 16px;
  margin-bottom: 10px; /* Spațiere de jos pentru text */
}

.rating {
  color: #03e9f4;
  font-size: x-large;

}


#four_blok {
  opacity: 0;
  transition: opacity 2s ease;
}

#four_blok.fade-in-z {
  opacity: 1;
}

.coment_blok {
  flex-direction:row;
  width: 30%;
  margin: 0 25px;
  opacity: 0;
}

/* Animatie pentru fiecare bloc individual */
.coment_blok:nth-child(1) {
  animation: fadeInAnimationZ 0.8s ease forwards;
}

.coment_blok:nth-child(2) {
  animation: fadeInAnimationZ 1.5s ease forwards;
}

.coment_blok:nth-child(3) {
  animation: fadeInAnimationZ 2s ease forwards;
}

@keyframes fadeInAnimationZ {
  from {
    opacity: 0;
    transform: translateZ(150px);
    transform: translateY(150px);
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
    transform: translateY(0);
    transform: translateX(0);
  }
}



/* Form */

.div_form{
  background: #ecf0f3;
  text-align: center;
}

.title_form{
  text-align: center;
  margin-top: 20px;
}

.form{
  display: flex;
  flex-direction: row;
  text-align: center;
  /*position: relative;*/
  width: auto;
  height: auto;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  background: #ecf0f3;
  box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}

.blok_form {
  width: 33%;
  text-align: center;
  margin: 20px;
  ma
}

.label, .input {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.label {
  margin-bottom: 4px;
  color: #000;
  font-weight:bold;
}

.label:nth-of-type(2) {
  margin-top: 12px;
}

.input::placeholder {
  color: gray;
}

.input {
  background: #ecf0f3;
  padding: 2px;
  padding-left: 10px;
  height: 50px;
  font-size: 14px;
  border-radius: 25px;
  box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}


.select{
  background: #ecf0f3;
  width: 150px;
  height: 50px;
  font-size: 14px;
  border-radius: 50px;
  box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

.option{
  color: gray;
}

.btn3{
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px 30px;
  font-weight: bold;
  background-color: #269E6B;
  color: #000;
  font-weight: bold;
  border: 1px;
  border-color: #bbb;
  border-radius: 25px;
  letter-spacing: 2px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}

.btn3:hover{
  border: none;
    background: #10D89C;
    color: #000;
    box-shadow: 0 0 5px #10D89C,
                0 0 25px #03e9f4,
                0 0 50px #10D89C,
                0 0 200px #03e9f4;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}






/*/   Podval Footer  /*/





.footer {
 /* align-items: center;
  text-align: center;*/
  background-color: rgba(0, 181, 245, 0.05); 
  font-family: 'Roboto Condensed', sans-serif;
  width: auto;
  height: 200px;
}

.content_footer {
  display: flex;
  flex-direction: row;
  justify-content: center; /* Aliniază conținutul pe orizontală la centru */
  margin: 20px;
}

.content_blok_footer {
  width: 20%;
  font-weight: bold;
   
  display: inline-block;
}

.footer_img_logo {
  width: 180px;
  height: 180px;
  position: relative;
  left: 15px;
  margin-left: 15px;
  margin-right: 30px;
}

.adres_text {
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  padding-top: 10px;
  background-image: linear-gradient(275deg, #004BA7 0 30%, #000 54% 85%, #137A4C 88% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  
}

.telefon_text {
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background-image: linear-gradient(275deg, #004BA7 0 30%, #000 54% 85%, #137A4C 88% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.email_text {
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  padding-top: 10px;
  background-image: linear-gradient(275deg, #004BA7 0 30%, #000 54% 85%, #137A4C 88% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}



.title_social{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-image: linear-gradient(275deg, #004BA7 0 30%, #000 54% 85%, #137A4C 88% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;

}







@media all and  (max-width: 375px)  and (min-width: 1px) {
  /* Header */
  .header {
    height: 80px;
  }
  .intro_header {
    flex-direction: column;
    padding: 10px;
  }
  .logo_img {
    width: 60px;
    height: 60px;
    left: 5px;
    top: 5px;
  }

  .btn2, .btn4 {
    padding: 10px 20px;
    margin-left: 10px;
  }

  .btn1 {
    padding: 5px 5px;
  }

  .link_page {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: none;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    z-index: 1000;
  }

  .link_page.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 80px;
  }

  .header_link {
    width: 50%;
    padding: 9px auto;
    background-color: rgba(38,158,107, 1.0);
    font-size: 15px;
    border: none;
    border-radius: 5px;
    margin: 0;
    color: #000;
  }

  .burger {
    display: block;
    top: 15px;
    right: 17px;
    position: absolute;
  }

  .burger__item:hover {
    background-color: rgba(234, 186, 50, 1.0);
  }

  .burger__item:before {
    background-color: rgba(214, 57, 57, 1.0);
  }

  .burger__item:after {
    background-color: rgba(41, 196, 244, 0.9);
  }


  /* First Block */
  .first_blok {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }
  .blok_fir:nth-child(2) {
    display: none;
  }
  .blok_fir:nth-child(1) {
    max-width: 100%;
    text-align: center;
  }


  .paragraf_first{
    text-align: center;
  }

  .blok_fir:nth-child(3) {
  transform: none; /* Rotirea textului și plasarea în partea de jos */
  padding-top: 0;
  text-align: center;

}


  .cheange_foto {
    width: 80%;
    height: auto;
    text-align: left;
    padding-left: 50px;
  }

  /* Second Block */
  .second_content {
    flex-direction: column;
  }
  .content_blok_second {
    width: 100%;
    margin: 10px 0;
  }
  .img_second_blok {
    width: 100%;
    height: auto;
    padding: 2% 13%;
  }
  .text_second_blok {
    font-size: 14px;
    padding: 5px 10px;
  }

  /* Three Block */


  #three_blok{
    opacity: 1;
  }



  .three_content {
    flex-direction: column;
    text-align: center;
  }
  .content_blok_three {
    width: 100%;
    margin: 10px 0;
    opacity: 1;
  }

  /* Four Block */

  #four_blok{
    opacity: 1;
  }


  .content_blok_four {
    flex-direction: column;
  }
  .coment_blok {
    width: 100%;
    margin: 10px 0;
  }

  /* Form */
  .form {
    flex-direction: column;
    padding: 20px;
  }
  .blok_form {
    width: 100%;
    margin: 10px 0;
  }
  .input, .select {
    height: 40px;
    font-size: 12px;
  }
  .btn3 {
    padding: 15px 20px;
  }

  /* Footer */

  .footer{
    background-color: rgba(242,251,254, 1.0);
  }


  .content_footer {
    flex-direction: column;
    height: auto;
    background-color: rgba(242,251,254, 1.0);
  }
  .content_blok_footer {
    width: 100%;
    margin: 10px 0;
  }
  .footer_img_logo {
    width: 120px;
    height: 120px;
    left: 28%;
  }
  .adres_text, .telefon_text, .email_text {
    font-size: 16px;
  }
}






@media all and  (max-width: 768px)  and (min-width: 376px) {
  /* Header */
 .header {
    height: 80px;
  }
  .intro_header {
    flex-direction: column;
    padding: 10px;
  }
  .logo_img {
    width: 60px;
    height: 60px;
    left: 5px;
    top: 5px;
  }

  .btn2, .btn4 {
    padding: 10px 20px;
    margin-left: 10px;
  }

  .btn1 {
    padding: 5px 5px;
  }

  .link_page {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: none;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    z-index: 1000;
  }

  .link_page.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 80px;
  }

  .header_link {
    width: 50%;
    padding: 9px auto;
    background-color: rgba(38,158,107, 1.0);
    font-size: 15px;
    border: none;
    border-radius: 5px;
    margin: 0;
    color: #000;
  }

  .burger {
    display: block;
    top: 15px;
    right: 17px;
    position: absolute;
  }

  .burger__item:hover {
    background-color: rgba(234, 186, 50, 1.0);
  }

  .burger__item:before {
    background-color: rgba(214, 57, 57, 1.0);
  }

  .burger__item:after {
    background-color: rgba(41, 196, 244, 0.9);
  }


  /* First Block */
  .first_blok {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }
  .blok_fir:nth-child(2) {
    display: none;
  }
  .blok_fir:nth-child(1) {
    max-width: 100%;
    text-align: center;
  }


  .paragraf_first{
    text-align: center;
  }

  .blok_fir:nth-child(3) {
  transform: none; /* Rotirea textului și plasarea în partea de jos */
  padding-top: 0;
  text-align: center;

}


  .cheange_foto {
    width: 80%;
    height: auto;
    text-align: left;
    padding-left: 50px;
  }

  /* Second Block */
  .second_content {
    flex-direction: column;
  }
  .content_blok_second {
    width: 100%;
    margin: 10px 0;
  }
  .img_second_blok {
    width: 100%;
    height: auto;
    padding: 2% 13%;
  }
  .text_second_blok {
    font-size: 14px;
    padding: 5px 10px;
  }

  /* Three Block */


  #three_blok{
    opacity: 1;
  }



  .three_content {
    flex-direction: column;
    text-align: center;
  }
  .content_blok_three {
    width: 100%;
    margin: 10px 0;
    opacity: 1;
  }

  /* Four Block */

  #four_blok{
    opacity: 1;
  }


  .content_blok_four {
    flex-direction: column;
  }
  .coment_blok {
    width: 100%;
    margin: 10px 0;
  }

  /* Form */
  .form {
    flex-direction: column;
    padding: 20px;
  }
  .blok_form {
    width: 100%;
    margin: 10px 0;
  }
  .input, .select {
    height: 40px;
    font-size: 12px;
  }
  .btn3 {
    padding: 15px 20px;
  }

  /* Footer */

  .footer{
    background-color: rgba(242,251,254, 1.0);
  }


  .content_footer {
    flex-direction: column;
    height: auto;
    background-color: rgba(242,251,254, 1.0);
  }
  .content_blok_footer {
    width: 100%;
    margin: 10px 0;
  }
  .footer_img_logo {
    width: 120px;
    height: 120px;
    left: 28%;
  }
  .adres_text, .telefon_text, .email_text {
    font-size: 16px;
  }
}





@media all and  (max-width: 1024px)  and (min-width: 769px) {

   .header {
    height: 80px;
  }
  .intro_header {
    flex-direction: column;
    padding: 10px;
  }
  .logo_img {
    width: 60px;
    height: 60px;
    left: 5px;
    top: 5px;
  }

  .btn2, .btn4 {
    padding: 10px 20px;
    margin-left: 10px;
  }

  .btn1 {
    padding: 5px 5px;
  }

  .link_page {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: none;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    z-index: 1000;
  }

  .link_page.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 80px;
  }

  .header_link {
    width: 50%;
    padding: 9px auto;
    background-color: rgba(38,158,107, 1.0);
    font-size: 15px;
    border: none;
    border-radius: 5px;
    margin: 0;
    color: #000;
  }

  .burger {
    display: block;
    top: 15px;
    right: 17px;
    position: absolute;
  }

  .burger__item:hover {
    background-color: rgba(234, 186, 50, 1.0);
  }

  .burger__item:before {
    background-color: rgba(214, 57, 57, 1.0);
  }

  .burger__item:after {
    background-color: rgba(41, 196, 244, 0.9);
  }


  /* First Block */
  .first_blok {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }
  .blok_fir:nth-child(2) {
    display: none;
  }
  .blok_fir:nth-child(1) {
    max-width: 100%;
    text-align: center;
  }


  .paragraf_first{
    text-align: center;
  }

  .blok_fir:nth-child(3) {
  transform: none; /* Rotirea textului și plasarea în partea de jos */
  padding-top: 0;
  text-align: center;

}


  .cheange_foto {
    width: 80%;
    height: auto;
    text-align: left;
    padding-left: 50px;
  }

  /* Second Block */
  .second_content {
    flex-direction: column;
  }
  .content_blok_second {
    width: 100%;
    margin: 10px 0;
  }
  .img_second_blok {
    width: 100%;
    height: auto;
    padding: 2% 13%;
  }
  .text_second_blok {
    font-size: 14px;
    padding: 5px 10px;
  }

  /* Three Block */


  #three_blok{
    opacity: 1;
  }



  .three_content {
    flex-direction: column;
    text-align: center;
  }
  .content_blok_three {
    width: 100%;
    margin: 10px 0;
    opacity: 1;
  }

  /* Four Block */

  #four_blok{
    opacity: 1;
  }


  .content_blok_four {
    flex-direction: column;
  }
  .coment_blok {
    width: 100%;
    margin: 10px 0;
  }

  /* Form */
  .form {
    flex-direction: column;
    padding: 20px;
  }
  .blok_form {
    width: 100%;
    margin: 10px 0;
  }
  .input, .select {
    height: 40px;
    font-size: 12px;
  }
  .btn3 {
    padding: 15px 20px;
  }

  /* Footer */

  .footer{
    background-color: rgba(242,251,254, 1.0);
  }


  .content_footer {
    flex-direction: column;
    height: auto;
    background-color: rgba(242,251,254, 1.0);
  }
  .content_blok_footer {
    width: 100%;
    margin: 10px 0;
  }
  .footer_img_logo {
    width: 120px;
    height: 120px;
    left: 28%;
  }
  .adres_text, .telefon_text, .email_text {
    font-size: 16px;
  }
}

