/* FONTS START CODE */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@400;500;600;700&family=Inter:wght@200;300;400;500;600;700;800;900&family=Noto+Sans+Georgian:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@400;500;600;700&family=Rubik:wght@400;500;600;700;800&display=swap");

/* FONTS END CODE */

* {
  font-family: "Cormorant SC", serif;
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans Georgian", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

button {
  border: none;
  background: none;
}

html{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
}

body {
  width: 100%;
  max-width: 1920px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  position: relative;
  background: #fbfbfb;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

/* HEADER START CODE */

header {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  /* animation: slideInDown 2s; */
  position: relative;
}

header.sticky {
  position: fixed;
  z-index: 555;
  width: 100%;
  max-width: 1920px;
  transition: all 1s;
  top: 0;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: #212121;
}
body>section>div[class^="lazyblock-"]{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
}
.wp-block-columns{
	max-width:100%;
}
.menu-container {
  width: 90%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-menu-mobi{
	display:none;
}
header .footer-tel-a{
	display:inline;
	padding:0;
	border:none;
  color: #cc7a00;
	font-size: 13px;
}
header .footer-tel-a:before{
	font-size: 17px;
	margin-right: 0;
	margin: 0 5px 0 10px;
}
header .footer-tel-a:hover {
  background: none;
}
.logo-clock {
  width: 620px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 180px;
  height: 65px;
}

.logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.logo a img{
  width: 100%;
  height: 100%;
}

.city-clock {
  width: 410px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-content {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-content::before {
  content: "\f124";
  font-family: fontawesome;
  font-size: 16px;
  color: #cc7a00;
  transform: rotate(-90deg);
  margin-right: 5px;
}
.city-clock select {
  width: fit-content;
  background: #212121;
  display: flex;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  position: relative;
}

.clock {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clock p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  /* identical to box height */

  color: #ffffff;
}
.clock p::before {
  content: "\f017";
  font-family: fontawesome;
  font-size: 15px;
  color: #cc7a00;
  margin-right: 5px;
}
.mobil-menu-icon {
  width: fit-content;
  height: fit-content;
  display: none;
  align-items: center;
  justify-content: center;
}
.mobil-menu-icon #bar-icon {
  width: 47px;
height: 34px;
}

.close-icon{
  width: 20px;
  height: 25px;
  display: none;
}

.navbar {
  width: 800px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.menu-list {
  width: 499px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-list li {
  display: inline-block;
}

.menu-list li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
  transition: all 0.5s linear;
}
.menu-list li a.aktive {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #cc7a00;
}
.menu-list li a.aktive::after {
  content: "";
  border-bottom: 2px solid #cc7a00;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
  transition: all 0.5s linear;
}
.menu-list li a::after {
  content: "";
  border-bottom: 2px solid #cc7a00;
  width: 0%;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
  transition: all 0.5s linear;
}

.menu-list li a:hover {
  color: #cc7a00;
}
.menu-list li a:hover::after {
  width: 100%;
}

.tel-mail {
  width: 208px;
  height: 65px;
  border: 1.5px solid #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tel-mail .tel-a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.5s linear;
  position: relative;
  color: #cc7a00;
}
/* .tel-mail .tel-a::before {
  content: "\f095";
  font-family: fontawesome;
  font-size: 20px;
  color: #cc7a00;
  margin-right: 10px;
} */

.tel-mail .mail-a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  transition: all 0.5s linear;
  position: relative;

  color: #ffffff;
}
/* .tel-mail .mail-a::before {
  content: "\f658";
  font-family: fontawesome;
  font-size: 14px;
  color: #cc7a00;
  margin-right: 10px;
} */
.tel-mail .mail-a:hover {
  color: #cc7a00;
}
.tel-mail .tel-a:hover {
  color: #fff;
}

/* HEADER END CODE */

/* MODAL FORM START CODE */

.modal-form-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(106, 107, 100, 0.76);
  position: fixed;
  top: 0;
  left: -500%;
  transition: 0.5s ease;
  z-index: 9999;
}

.modal-form-container.aktive {
  top: 0;
  left: 0;
}

.modal-form-content {
  width: 100%;
max-width: 1100px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  position: relative;
  transition: .5s ease-in-out;
  padding: 30px 0;
}

.modal-form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #cc7a00;
  font-weight: 700;
  font-size: 35px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.modal-form-close:hover {
  font-size: 50px;
  transform: rotate(180deg);
}

.modal-form {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;


}

.modal-form-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.modal-form-text {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;


}

.modal-form-text h3 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 45px;
  color: #cc7a00;
}
.modal-form-text  p{
  font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
/* identical to box height, or 139% */


color: #212121;
}
.modal-form-box {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.modal-form-control {
  width: 48%;
  height: 60px;
  position: relative;
  margin-bottom: 25px;
}


.modal-form-control label {
  color: #212121;
}
.modal-form-control input {
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  border: 0;
  color: #CC7A00;
  font-size: 1rem;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}
.modal-form-control input ~ label {
  position: absolute;
  left: 0;
  top: 20%;
  pointer-events: none;
  padding: 0.5rem;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}


.modal-form-control input:focus ~ label,
.modal-form-control input:valid ~ label,
.modal-form-message textarea:focus ~ label,
.modal-form-message textarea:valid ~ label

 {
  top: -30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #cc7a00;
}


.modal-form-message{
  width: 100%;
  height: 120px;
  margin-bottom: 30px;

  }

  .modal-form-message textarea{
    width: 100%;
    height: 100%;
    resize: none;
    overflow:auto;
    resize:none;
    padding: 10px 20px;
    background: #FBFBFB;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  font-size: 1rem;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  color: #CC7A00;
  }


.submit{
  width: 100%;
}


.modal-form-control input[type="submit"] {
  width: 360px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  padding: 1rem 0rem;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.modal-form-control input[type="submit"]:hover {
  background: #212121;
  color: #fff;
}
.modal-form-end{
  width: 100%;
  height: fit-content;

}
.modal-form-end label{
  width: 100%;
  height: fit-content;
  display: flex;

}

.modal-form-end input[type="checkbox"]{
  width: 15px;
  height: 15px;
  margin-right: 10px;
}


.modal-form-end label p{
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #212121;
}

.modal-form-end label p a{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #CC7A00;
}


/* MODAL FORM END CODE */

/* BANNER START CODE */

.banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bannerbg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 120px 0;
  /* animation: slideInLeft 1.5s; */
	position:relative;
}

.banner-content {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-link {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.banner-menu-li {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  /* transition: all 0.5s linear; */
  cursor: pointer;
}
.banner-link-box {
  width: 250px;
  height: fit-content;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
  padding: 20px;
}

.banner-link-box img {
  width: fit-content;
  height: auto;
  margin-right: 16px;
}
.banner-link-box p a,
.banner-link-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

.banner-menu-li:hover {
  box-shadow: 0 10px 50px 0 rgba(228, 208, 26, 1);
  background: #fff;
  border-radius: 15px 15px 0px 0px;
}

.banner-menu-li:hover a,
.banner-menu-li:hover p {
  color: #212121;
}

.banner-form-text {
  width: 400px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.banner-form-text h1,
.banner-form-text h2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #ffffff;
}

.banner-form-text .banner-form-btn {
  width: 347px;
  height: 72px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.5s linear;
}

.banner-form-text .banner-form-btn:hover {
  color: #212121;
  background: #fff;
}

/* BANNER END CODE */

/* SERVICE START CODE */

.service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  animation: slideInRight 1.5s;

}

.service-content {
  width: 90%;
  height: fit-content;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap:15px;
}

.service-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 50px;
}

.service-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 20px;
  cursor: pointer;
}

.service-btn.aaa{
  background: #212121;
  color: #FFFFFF;
}
.service-btn:hover {
  color: #fff;
  background: #212121;
}




.digital-service-container>div,
.digital-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  animation: slideInLeft 1.5s;

}


.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8,
.content9,
.content10,
.content11,
.content12,
.content13,
.content14,
.content15

{
  display: none;
}









.digital-service-content {
	width: 90%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digital-service-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #CC7A00;
  margin-bottom: 40px;
}

.digital-service-item {
  width: 24%;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.digital-service-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.phone-box {
  width: 100%;
  height: 470px;
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  position: relative;
 padding: 15px;
}

.digital-img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:15px;
}
.digital-service-link-box {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
  gap: 10px;
 
}

.digital-service-links {
  width: fit-content;
  height: fit-content;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.5s linear;
}


.navigation-box {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
 padding: 15px;

}

.computer-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
 padding: 15px;
}

.projectors-box {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
 padding: 15px;
}
.monitor-box {
  width: 100%;
  height: 470px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
  padding: 15px;
}

.printer-box {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
 padding: 15px;
}

.ups-box {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
 padding: 15px;
}

.baby-monitor-box {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
  padding: 15px;
}

.digital-service-links:hover {
  background: #212121;
}
/* SERVICE END CODE */

/* COMMENT START CODE */

.comment-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  animation: slideInUp 1.5s;
display:none;

}

.comment-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.comment-content h2 {
  width: 100%;
  margin-bottom: 40px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
}

.comment-slider {
  width: 100%;
  height: fit-content;
}

.comment-item {
  width: 100%;
  height: fit-content;

}

.comment-slider .owl-dots {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.comment-slider .owl-dots .owl-dot {
  width: 25px;
  height: 6px;
  margin: 5px;
  background: #cc7a00;
}

.comment-slider .owl-dots .active {
  width: 25px;
  height: 8px;
  margin: 5px;
  background: #212121;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.comment-box {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
}

.star-date-box {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating {
  display: flex;
  flex-direction: row;
}

.star {
  font-size: 30px;
  color: #212121;
}

.date {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
}

.comment-text {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.comment-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #cc7a00;
}

.comment-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #212121;
  margin-top: 30px;
}

.comment-link {
  width: 166px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  transition: all 0.5s linear;
}

.comment-link:hover {
  color: #fff;
  background: #212121;
}

.all-comment-link {
  width: 275px;
  height: 60px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.5s linear;
  margin: 40px auto 0 auto;
}

.all-comment-link:hover {
  background: #212121;
}

/* COMMENT END CODE */

/* WORKING START CODE */

.working-container {
  width: 90%;
  height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 15px;
  margin-top: 90px;
  animation: slideInUp 1.5s;

}

.working-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.working-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 40px;
}

.working-item {
  width: 263px;
  height: 263px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.item-black {
  background: #212121;
  border-radius: 70px;
}
.item-white {
  background: #ffffff;
  border-radius: 100%;
}

.item-black p {
  width: 210px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

.item-white p {
  width: 210px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 15px;
}
/* WORKING END CODE */

/* PRICE START CODE */

.price-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  animation: slideInUp 1.5s;

}

.price-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 40px;
}

.price-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.price-btn{
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  cursor: pointer;
}

.price-btn.sss{
  background: #212121;
  color: #FFFFFF;
}

.price-btn:hover {
  color: #fff;
  background: #212121;
}

.price-link-table>div,
.price-link-table {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.price-table2,
.price-table3,
.price-table4,
.price-table5,
.price-table6,
.price-table7,
.price-table8,
.price-table9,
.price-table10,
.price-table11,
.price-table12,
.price-table13,
.price-table14{
  display: none;
}


.price-table-item {
  width: 24%;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  gap: 15px;
}

.price-table-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}

.price-table-item .price-form-btn {
  width: 126px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s linear;
}
.price-table-item .price-form-btn:hover {
  background: #212121;
  color: #fff;
}
/*  PRICE END CODE */

/* REKLAM BANNER START CODE */

.reklam-banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  /* animation: slideInUp 1.5s; */

}

.reklam-banner-content {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}

.reklam-banner-item{
  width: 49%;
  height: 450px;
  display: flex;
}

.reklam-content{
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(133.48deg, #CC7A00 8.37%, #FF9900 74.33%);
border-radius: 15px;
}



.reklam-text{
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 margin-left: 30px;
 gap: 30px;


}

.reklam-text h2{
  width: 80%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 55px;
color: #FFFFFF;
}

.reklam-content .reklam-text p{
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;  
  color: #FFFFFF;
}


.reklam-content .reklam-text span{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}


.reklam-text p{
 
  font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;

}

.reklam-img{
  width: 50%;
  height: 100%;

  display: flex;
 margin: 00px 20px 0 0;

}

.reklam-img img{
  width: 100%;
  height: 100%;
}





/* REKLAM BANNER END CODE */

/* PROPLEM START CODE */

.proplem-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}

.proplem-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.proplem-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
}

.proplem-button-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}

.proplem-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all.5s linear;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height, or 139% */

  color: #212121;
}
.proplem-btn.aktive {
  background: #212121;
  color: #fff;
}

.proplem-btn:hover {
  background: #212121;
  color: #fff;
}

.proplem-item>div,
.proplem-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 1%;
}

.drying,
.coffe,
.gas,
.conditioners2,
.drying-machines {
  display: none;
}

.proplem-box {
  width: 24%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 1%;
}

.proplem-box p {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height, or 139% */

  color: #212121;
}

.proplem-box .price-form-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 8px;
  transition: all 0.5s linear;
  cursor: pointer;
}

.proplem-top-box {
  width: 100%;
  height: 160px;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.proplem-btm-box {
  width: 100%;
  height: 160px;
  background: #212121;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.proplem-top-box .price-form-btn:hover {
  background: #212121;
  color: #fff;
}
.proplem-btm-box .price-form-btn:hover {
  background: #fff;
  color: #212121;
}
.proplem-top-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  margin-top: 15px;
}
.proplem-btm-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-top: 15px;
}

/* PROPLEM END CODE */

/* TEL-FORM START CODE */

.tel-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}

.tel-form-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 40px 60px 20px 60px;
  background: #e8e8e8;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.tel-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.tel-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #cc7a00;
}

.tel-form p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
  margin-top: 10px;
  text-align: center;
}

.tel-form-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

.tel-form-control {
  width: 33%;
  height: 60px;
  position: relative;
}

.tel-send {
  width: 26%;
  height: 60px;
}

.tel-form-control input {
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  color: #212121;
  font-size: 1rem;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  border: 1px solid #212121;
  border-radius: 10px;
}
.tel-form-control input ~ label,
.tel-form-control textarea ~ label {
  position: absolute;
  left: 0;
  top: 20%;
  pointer-events: none;
  padding: 0.5rem;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}

.tel-form-control input:focus ~ label,
.tel-form-control textarea:focus ~ label,
.tel-form-control input:valid ~ label,
.tel-form-control textarea:valid ~ label {
  top: -30px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #212121;
}

.tel-form-control input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  padding: 1rem 0rem;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  color: #ffffff;
}

.tel-form-control input[type="submit"]:hover {
  color: #fff;
  background: #212121;
}

.form-box-end {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 40px;
  background: transparent;
}

.form-box-end label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.form-box-end label #politic {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
}

.form-box-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  cursor: pointer;
  
}

.form-box-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;

  color: #cc7a00;
  transition: 0.5s;
}

.form-box-end label p a:hover {
  color: #ffbc13;
  font-size: 18px;
}

/* TEL-FORM END CODE */

/* ASK STAT CODE */
.ask-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}

.ask-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.ask-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}

.ask-text-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  margin-top: 50px;
}

.ask-item {
  width: 48%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 15px;
}

.ask-box {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}

.ask-text {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}

.ask-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}

.ask-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 15px;
  cursor: pointer;
}

.ask-open {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  transition: 0.5s ease;
}

.ask-close {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: #212121;
  border-radius: 15px;
  transition: 0.5s ease;
  cursor: pointer;
  display: none;
}

.ask-btn:hover {
  background: #212121;
}

.ask-btn:hover .ask-open {
  color: #fff;
}
.ask-btn:hover .ask-close {
  color: #fff;
  background: #cc7a00;
}
.ask-detay {
  width: 100%;
  height: fit-content;
  display: none;
  flex-direction: column;
  transition: 0.5s;
  margin-top: 30px;
}

.ask-detay p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}

.ask-detay a:hover {
  color: #b3bb60;
}

.ask-item.action .ask-open {
  display: none;
}
.ask-item.action .ask-close {
  display: flex;
}
.ask-item.action .ask-detay {
  display: flex;
}
/* ASK END CODE */

/* ABOUT START CODE */
.about-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}

.about-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.about-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
}

.about-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
  margin: 15px 0;
}
/* ABOUT END CODE */

/* FOOTER START CODE */

footer {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212121;
  padding: 100px 0;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}
.footer-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  width: 25%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-menu-list {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.footer-menu-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
  transition: all.5s linear;
}

.footer-menu-a:hover {
  background: #cc7a00;
  color: #fff;
}

.footer-service {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-top: 20px;
  height:200px;
  overflow:hidden;
}

.footer-service-links {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  transition: all.5s linear;
  margin-bottom: 10px;
}

.footer-service-links:hover {
  color: #cc7a00;
}
.footer-service-all{
	overflow:hidden;
}
.footer-service-all span{
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  transition: all.5s linear;
  margin-bottom: 10px;
  cursor:pointer;
  text-decoration:underline;
  float:right;
}
.footer-service-all span:hover {
  color: #cc7a00;
}
.site-map-policy {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.site-map,
.policy-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.5s linear;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  border-radius: 10px;
  margin-bottom: 15px;
}

.site-map:hover,
.policy-a:hover {
  background: #cc7a00;
  color: #fff;
}

.footer-contack {
  width: 35%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #212121;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 20px;
}

.footer-contack h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #cc7a00;
}

.footer-tel-mail-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}

.footer-tel-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.footer-tel-a::before {
  content: "\f232";
  font-family: fontawesome;
  font-size: 25px;
  color: #cc7a00;
  margin-right: 10px;
}

.footer-mail-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
.footer-mail-a::before {
  content: "\f658";
  font-family: fontawesome;
  font-size: 20px;
  color: #cc7a00;
  margin-right: 10px;
}
.footer-mail-a:hover,
.footer-tel-a:hover {
  background: #fff;
  color: #cc7a00;
}

.footer-work-time {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.footer-text {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}

.footer-text p,
.footer-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.footer-contack p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 15px;
}

.footer-contack .work-time-p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 35px;
}

.footer-contack span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-wp-map {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}

.map-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #cc7a00;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.map-a::before {
  content: "\f3c5";
  font-family: fontawesome;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.map-a:hover,
.map-a:hover::before {
  background: #fff;
  color: #cc7a00;
}

.copy-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  border-top: 1px solid #333;
}

.copy-container p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

/* FOOTER END CODE */

/* !COFFE PAGE START CODE */

/* PAGE LINK START CODE */

.page-link-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  animation: slideInUp 1.5s;

}

.page-link-content {
  width: 90%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.page-link-content .page-link-a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  position: relative;
  transition: all 0.5s linear;
}

.page-link-content .page-link-a::after {
  content: "\f061";
  font-family: fontawesome;
  font-size: 12px;
  color: #212121;
  margin-left: 10px;
}
.page-link-content .page-link-a:hover {
  color: #cc7a00;
}
.page-link-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  position: relative;
}

.page-link-content p::after{
  content: "";
  width: 100%;
  border-bottom: 1px solid #CC7A00;
  position: absolute;
top: 100%;
left: 0;
padding-top: 5px;
}

/* PAGE LINK END CODE */

/* COFFE CONTENT START CODE */

.coffe-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  animation: slideInUp 1.5s;

}

.coffe-content {
  width: 90%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin:0 auto;
}
.coffe-content h1, .coffe-content h2 {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}
.coffe-item-content {
  width: 90%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.coffe-item-content a {
  width: fit-content;
  height: fit-content;
  transition: all 0.5s linear;
}

.coffe-item {
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
}

.coffe-item:hover {
  box-shadow: 2px 2px 10px 4px #cc7a00;
}

.coffe-item img {
  width: 137px;
  height: 137px;
}

.coffe-item p {
  width: 170px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  margin-top: 20px;
}

.coffe-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.coffe-link-content-open,
.coffe-link-content a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all .5s linear;
  cursor:pointer;
}
.coffe-link-content{
	position:relative;
	padding-bottom:50px;
}
.coffe-link-content .block-hidden{
	position:relative;
	overflow:hidden;
	width: 100%;
	max-height:110px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 50px;
}
.coffe-link-content .block-hidden.active{
	height: fit-content;
	max-height: fit-content;
}
.coffe-link-content-open{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0;
}
.city-clock.mobi{display:none;}	
.coffe-link-content a:hover{
  color: #fff;
  background: #212121;
}

.coffe-container.block-top{
}
.coffe-container.block-top .detail-content{
	flex-direction: row;
  background-image: url(../img/fon-top-block.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius:12px;
  padding:36px;
}
.coffe-container.block-top .detail-content > div{
	width: 50%;
}
.coffe-container.block-top .detail-content .block-img img{
	max-height:427px;
	max-width:100%;
}

.coffe-container.block-top .block-img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.coffe-container.block-top .block-text{
	padding:14px 76px;
color:#fff;
}
.coffe-container.block-top .block-text h2{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 55px;
color:#fff;
max-width: 570px;
margin-bottom:30px;

}
.coffe-container.block-top .block-text h2+p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 37px;
	margin-bottom:9px;
}
.coffe-container.block-top .block-text li:before{
	content:"• ";
}
.coffe-container.block-top  .service-form-btn {
  width: 300px;
  height: 72px;
  background: #212121;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.coffe-container.block-top  .service-form-btn:hover {
  background: #cc7a00;
}
.coffe-container.block-top  ul{
	margin-bottom:7px;
}
.coffe-container.block-top  ul+p{
	margin-bottom:23px
}
.coffe-container.block-top  ul+p:before{
	content:"";
	display:inline-block;
  background-image: url(../img/clock-w.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  margin-right:10px;
}

/* COFFE CONTENT END CODE */

/* CLIENT FORM START CODE */

.client-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}
.client-form-content {
  width: 60%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 70px 40px 40px;
  background: linear-gradient(133.48deg, #cc7a00 8.37%, #ff9900 74.33%);
  border-radius: 15px;
}
.client-form-content>div{
  width: 100%;
	
}
.client-form-content>div>form{
	 width: 100%;
}

.client-form {
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.client-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  margin-top: 20px;
}

.client-form p {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
.client-form-control {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 30px;
}

.client-form-control input {
  padding: 0.5rem;
  width: 300px;
  height: 100%;
  background: transparent;
  border: 0;
  color: #212121;
  font-size: 1rem;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  border: 1px solid #212121;
  border-radius: 10px;
  background: #fff;
}
.client-form-control input ~ label,
.client-form-control textarea ~ label {
  position: absolute;
  left: 0;
  top: 20%;
  pointer-events: none;
  padding: 0.5rem;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}

.client-form-control input:focus ~ label,
.client-form-control input:valid ~ label {
  top: -30px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
}

.client-form-control input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  padding: 1rem 0rem;
  background: #212121;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.client-form-control input[type="submit"]:hover {
  color: #212121;
  background: #fff;
}

.client-form-end {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 40px;
  background: transparent;
}

.client-form-end label {
  width: 300px;
  height: 100%;
  display: flex;
}

.client-form-end label #client-pol {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.client-form-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  cursor: pointer;
}

.client-form-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  transition: 0.5s;
}

.client-form-end label p a:hover {
  color: #fff;
  font-size: 15px;
}

.client-form-img {
  width: 40%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}

.client-form-img img {
  width: 400px;
  height: 383px;
}

/* CLIENT FORM END CODE */

/* SERVICE PRICE START CODE */

.price-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  animation: slideInUp 1.5s;
}

.price-service-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.price-service-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
}

.price-service-content p {
  width: 750px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
}

.price-service-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}
.price-service-item>div{
	width: 24%;
	margin-right:1%;
}

.price-service-box {
  width: 24%;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box1 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
	background-size:cover!important;
}
.price-service-box2 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);

}
.price-service-box3 {
 background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);

}
.price-service-box4 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box5 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box6 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box7 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box8 {
 background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box9 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box10 {
 background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box11 {
  background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
}

.price-service-box12 {
   background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0.75),
      rgba(33, 33, 33, 0.75)
    ),
    url(../img/Rectangle\ 118.png);
} 

.price-service-box p {
  width: 85%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.price-service-box .service-form-btn {
  width: 125px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.price-service-box .service-form-btn:hover {
  background: #212121;
}

/* SERVICE PRICE END CODE */



/* SERVICE PROGRESS START CODE */

.service-progress-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}

.service-progress-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-progress-item {
  width: 24%;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 70px;
  padding: 20px;
  margin-bottom: 25px;
}

.progress-item {
  background: #212121;
}

.service-progress-item img {
  width: 60px;
}

.service-progress-item span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #cc7a00;
  margin-top: 20px;
}

.service-progress-item p {
  width: 220px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 10px;
}

.progress-item p {
  width: 220px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

/* SERVICE PROGRESS END CODE */

/* SERVICE ASK PRICE START */


.service-ask-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}


.service-ask-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-ask-content > div{
	width: 49%;
}

.service-ask-content h2{
  width: 100%;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #CC7A00;
  margin-bottom: 50px;

}

.service-ask-item{
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background: #E8E8E8;
border-radius: 15px;
margin-bottom: 25px;
}

.service-ask-item p{
  font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
color: #212121;
padding-right:10px;
}

.service-ask-item .service-form-btn {
  width: 125px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.service-ask-item .service-form-btn:hover {
  background: #212121;
}



/* SERVICE ASK PRICE END */


/* BRANDS START CODE */

.brands-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}

.brands-content{
  width: 90%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.brands-content h2{
  width: 100%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 45px;
color: #CC7A00;
margin-bottom: 50px;
}

.brands-item{
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.brands-item img{
	max-width:100%
}

/* BRANDS END CODE */
.price-service-content-text{
	width:90%;
	max-width:1752px;
	padding:20px;
	margin:0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
  text-align:justify;
}
.price-service-content-text p{
	margin:15px 0;
}
.price-service-content-text h4,
.price-service-content-text h3,
.price-service-content-text h2{
	margin:25px 0 5px;
}
.price-service-content-text ul{
	padding-left:40px;
}
.price-service-content-text li{
	list-style: disc outside;
	
}

.banner-container.item-menu{
	width: 100%;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0 70px 0;
	/* animation: slideInLeft 1.5s; */
	background: #212121;
}

.banner-link-box-dop-menu{
	position:absolute;
	top:100%;
	left:0;
	padding: 50px;
	z-index:99;
	transition: all 0.5s linear;
}
.banner-link li .banner-link-box-dop-menu{
	display:none;
}
.banner-link-box-dop-menu>div{
	padding-right:50px;
	width:359px;
}
.banner-link-box-dop-menu>div>p{
	margin-bottom:20px;
	color: #cc7a00;
	margin-top:30px;
}
.banner-link-box-dop-menu > div > p:first-child{
	margin-top:0;
}

.banner-menu-li:hover .banner-link-box-dop-menu p{
	color: #cc7a00;
}
.banner-link-box-dop-menu a{
	display:block;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #212121;
	margin-bottom:15px;
}
.banner-link-box-dop-menu a:hover{
	text-decoration:underline;
}
.banner-link-box-dop-menu div a:last-child{
	margin-bottom:0;
}
.banner-menu-li:hover .banner-link-box-dop-menu{
	display:flex;
	box-shadow: 0 10px 50px 0 rgba(228, 208, 26, 0.1);
	background: #fff;
	border-radius: 0px 15px 15px 15px;
}
/* SERVICE CENTER START  */

.service-center-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  animation: slideInUp 1.5s;

}

.service-center-content{
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.service-center-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 45px;
color: #CC7A00;
}

.service-center-content p{
  width: 700px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;

}
.service-center-content >h2+p{
	display:none;
}

.service-adress-link{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.service-adress-link a{
  width: 48%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #FFFFFF;
border-radius: 15px;
transition: all .5s linear;
}

.service-adress-link a:hover{
  background: #CC7A00;
}

.service-city{
   width: 100%;
   height:fit-content;
   display: flex;
   margin-top: 50px;

}

.service-city p{
  width: 100%;
  font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
color: #212121;
}



/* SERVICE CENTER END */

/* !COFFE PAGE END CODE */



/* !DETAIL PAGE START CODE */


/* DETAIL CONTENT START */

.detail-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  animation: slideInUp 1.5s;

}


.detail-content{
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.detail-content h1,
.detail-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 45px;
color: #CC7A00;
}
.detail-text-content-left{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 100px;

}

.detail-text-content-right{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;

}
.detail-item{
  width: 67%;
  height: fit-content;
  display: flex;
  justify-content: space-between;



}

.detail-img{
  width: 45%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-item img{
  width: 360px;
  height: 360px;
  border-radius: 15px;
}

.detail-text{
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}

.detail-text h3{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 40px;
color: #212121;
}

.detail-text p{
  font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
color: #212121;
margin-top: 30px;
}

/* DETAIL CONTENT END  */

/* !DETAIL PAGE END CODE */




/* !ABOUT PAGE START CODE */


/* ABOUT CONTENT START CODE */

.about-page-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  animation: slideInUp 1.5s;

}


.about-page-content{
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  
}


.about-page-content h2{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #CC7A00;
}


.about-item{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.about-text{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}


.about-text h3{

  font-family: 'Rubik';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 40px;
color: #CC7A00;
margin-top: 20px;


}

.about-text p{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
  margin-top: 20px;
}

.about-img{
  width: 100%;
  height:fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;

}

.about-img img{
  width: 300px;
  height: 250px;
  border-radius: 15px;
 
}


/* ABOUT CONTENT END CODE */

/* !ABOUT PAGE END CODE */




/* !CONTACK PAGE START CODE */

/* Contack content Start */

.contack-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  animation: slideInUp 1.5s;

}

.contack-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}


.contack-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 50px;
 }

.contack-wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contack-contack-box {
  width: 32%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border: 1px solid #212121;
  padding: 15px 0;
  background: #212121;
}

.contack-before-box {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ad-b::before {
  content: "\f3c5";
  color: #CC7A00;
  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.tel-b::before {
  content: "\e527";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.mail-b::before {
  content: "\f658";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.contack-contack-item {
  width: 70%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.contack-contack-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.contack-contack-box a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  transition: 0.5s;
  margin-top: 10px;
}

.contack-contack-box a:hover {
  color: #CC7A00;
}

/* FOem map start code */

.form-map-container {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
}

.contack-map-container {
  width: 50%;
  height: 100%;
}

.contack-map-container div {
  width: 100%;
  height: 100%;
}

.contack-form-container {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 40px;
}

.contack-page-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.form-row {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-item {
  width: 48%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.input-group {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
}

.input-group-addon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeaeae;
  border-right: none;
}

.form-inp {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  transition: 0.5s;
  border: 1px solid #aeaeae;
  padding-left: 10px;
}

.form-send {
  border: 1px solid #aeaeae;
  height: 40px;
  background: #CC7A00;
  cursor: pointer;
  transition: 0.5s;
}

.screen-reader-response{
	display:none;
}

.input-group{
	position:relative;
}
.input-group .wpcf7-not-valid-tip{
	position:absolute;
	bottom:-20px;
	left:37px;
	color:red;
}
.wpcf7-response-output{
	color:red;
	padding:10px;
}


.form-send:hover {
  background: #212121;
}

.site-button {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background: none;
  border: none;
}

/* Contack content end*/
.metro-content {
  width: 90%;
  height: fit-content;
  display: flex;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction:row;
}
.metro-content h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #CC7A00;
  margin:32px 0;
}
.metro-st-block{
	width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction:row;
}
.metro-st-block .metro-st-vt{
	display: flex;
	flex-direction: column;
	width: 24%;
	margin-right: 1%;
	margin-bottom:15px;
}
.metro-st-block .metro-vt-name{
	background: #E8E8E8;
	border-radius: 15px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #212121;
	padding:22px;
	cursor:pointer;
}
.metro-st-block .metro-vt-name img{
	margin-right:24px;
}
.metro-st-block .metro-vt-name.aktive,
.metro-st-block .metro-vt-name:hover{
	color: #fff;
	background: #212121;
}
.metro-st-block .metro-vt-st{
	padding:27px 10px 15px;
	display:none;
	/* background: #eee; */
}
.metro-st-block .metro-vt-st.aktive{
	display:block;
}
.metro-st-block .metro-vt-st p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
color: #212121;


}


/* !CONTACK PAGE END  CODE */
.chil-block{
	padding-left:15px;
	margin-bottom:15px;
	display:none;
}
.isset-chil{
	display:inline-block;
	position:relative;
	padding-right:0;
}
.banner-link-box-dop-menu a.isset-chil{font-weight:bolder;width:calc(100% - 30px);}
.isset-chil i{
	display:inline-block;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	width:10px;
	height:10px;
	position:absolute;
	top:5px;
	right:-22px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.isset-chil.active i{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.chil-block.active{
	display:block;
}
/* !MEDIA START CODE */


@media screen and (max-width: 1440px){

  /* -- HEADER START CODE  */



  .menu-container {
    width: 95%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  
  .logo {
    width: 150px;
    height: 55px;
    display: flex;
  }



  .city-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin-left:50px;
    
  }


  .select-content {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
header .footer-tel-a::before {
  font-size: 17px;
  margin-right: 0;
  margin: 0 5px 0 0;
}



  .navbar {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .menu-list {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 50px;
  }
  
  .menu-list li {
    display: inline-block;
    margin-left: 20px;
  }
  
  .menu-list li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    transition: all 0.5s linear;
  }



/* HEADER END CODE */



/* BANNER START CODE */

.banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bannerbg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0 70px 0;
}
.banner-content {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-form-text {
  width: 400px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.banner-form-text h1,
.banner-form-text h2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 47px;
  color: #ffffff;
}

.banner-form-text .banner-form-btn {
  width: 320px;
  height: 60px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.5s linear;
}



/* BANNER END CODE */


/* SERVICE START CODE */



.service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.service-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 50px;
}

.service-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 20px;
}

/* SERVICE END CODE */



/* DIGITAL SERVICE START CODE */

.digital-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8,
.content9,
.content10,
.content11,
.content12,
.content13,
.content14,
.content15

{
  display: none;
}



.digital-service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digital-service-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #CC7A00;
  margin-bottom: 40px;
}

.digital-service-item {
  width: 24%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.digital-service-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.phone-box {
  width: 100%;
  height: 60%;


}

.navigation-box {
  width: 100%;
  height: 36%;

}

.computer-box {
  width: 100%;
  height: 100%;

}

.projectors-box {
  width: 100%;
  height: 36%;

}
.monitor-box {
  width: 100%;
  height: 60%;
 
}

.printer-box {
  width: 100%;
  height: 32%;

}

.ups-box {
  width: 100%;
  height: 32%;

}

.baby-monitor-box {
  width: 100%;
  height: 32%;

}

.digital-service-link-box {
  width: 100%;
  
}

.digital-service-links {
  width: fit-content;
  height: fit-content;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.5s linear;
}


/* DIGITAL SERVICE END CODE */


/* COMMENT START CODE */

.comment-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.comment-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.comment-content h2 {
  width: 100%;
  margin-bottom: 40px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #cc7a00;
}



.comment-box {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
}

.comment-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #cc7a00;
}

.comment-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #212121;
  margin-top: 30px;
}

.comment-link {
  width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  transition: all 0.5s linear;
}

/* COMMENT END CODE */


/* WORKING START CODE */

.working-container {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 15px;
  padding: 50px 0;
  margin-top: 90px;
}

.working-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.working-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 40px;
}

.working-item {
  width: 263px;
  height: 263px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.item-black {
  background: #212121;
  border-radius: 70px;
}
.item-white {
  background: #ffffff;
  border-radius: 100%;
}

.item-black p {
  width: 210px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

.item-white p {
  width: 210px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 15px;
}
/* WORKING END CODE */


/* PRICE START CODE */

.price-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.price-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 40px;
}

.price-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.price-btn{
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
}



.price-link-table {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.6%;
  margin-top: 70px;
}

.price-table2,
.price-table3,
.price-table4,
.price-table5,
.price-table6,
.price-table7,
.price-table8,
.price-table9,
.price-table10,
.price-table11,
.price-table12,
.price-table13,
.price-table14{
  display: none;
}
.price-table-item {
  width: 23%;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  gap: 15px;
  margin-bottom: 30px;
}

.price-table-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}

.price-table-item .price-form-btn {
  width: 126px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s linear;
}

/*  PRICE END CODE */


/* REKLAM BANNER START CODE*/


.reklam-banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.reklam-banner-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}

.reklam-banner-item{
  width: 49%;
  height: 330px;
  display: flex;
}

.reklam-content{
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(133.48deg, #CC7A00 8.37%, #FF9900 74.33%);
border-radius: 15px;
}



.reklam-text{
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 margin-left: 20px;
 gap: 20px;


}

.reklam-text h2{
  width: 80%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 40px;
color: #FFFFFF;
}

.reklam-content .reklam-text p{
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;  
  color: #FFFFFF;
}


.reklam-content .reklam-text span{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}


.reklam-text p{
 
  font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;

}

.reklam-img{
  width: 50%;
  height: 100%;
  display: flex;
 margin: 0px 20px 0 0;

}

.reklam-img img{
  width: 100%;
  height: 100%;
}





/* REKLAM BANNER END CODE */






/* PROPLEM START CODE */

.proplem-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}

.proplem-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.proplem-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #cc7a00;
}

.proplem-button-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}

.proplem-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all.5s linear;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
}


.proplem-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  gap: 2%;
}

.drying,
.coffe,
.gas,
.conditioners2,
.drying-machines {
  display: none;
}

.proplem-box {
  width: 32%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
}

.proplem-box p {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height, or 139% */

  color: #212121;
}

.proplem-box .price-form-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 8px;
  transition: all 0.5s linear;
  cursor: pointer;
}

.proplem-top-box {
  width: 100%;
  height: 160px;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.proplem-btm-box {
  width: 100%;
  height: 160px;
  background: #212121;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.proplem-top-box .price-form-btn:hover {
  background: #212121;
  color: #fff;
}
.proplem-btm-box .price-form-btn:hover {
  background: #fff;
  color: #212121;
}
.proplem-top-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  margin-top: 15px;
}
.proplem-btm-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-top: 15px;
}

/* PROPLEM END CODE */


FORM START CODE */

.tel-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}

.tel-form-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 40px 60px 20px 60px;
  background: #e8e8e8;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.tel-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.tel-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #cc7a00;
}

.tel-form p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
  margin-top: 10px;
  text-align: center;
}


.form-box-end label #politic {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 8px;
  margin-top: 8px;
}


/* TEL-FORM END CODE */



/* ASK STAT CODE */
.ask-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.ask-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.ask-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}

.ask-text-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  margin-top: 50px;
}

.ask-item {
  width: 48%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 10px;
}

.ask-box {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}

.ask-text {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}

.ask-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
}

.ask-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 15px;
  cursor: pointer;
}

.ask-open {
  font-weight: 500;
  font-size: 35px;
  color: #fff;
  transition: 0.5s ease;
}

.ask-close {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background: #212121;
  border-radius: 15px;
  transition: 0.5s ease;
  cursor: pointer;
  display: none;
}



.ask-detay p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
/* ASK END CODE */


/* ABOUT START CODE */
.about-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.about-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.about-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #cc7a00;
}

.about-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
  margin-top: 30px;
}
/* ABOUT END CODE */



/* FOOTER START CODE */

footer {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212121;
  padding: 50px 0;
  margin-top: 100px;
}
.footer-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-menu-list {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.footer-menu-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
  transition: all.5s linear;
}

.footer-menu-a:hover {
  background: #cc7a00;
  color: #fff;
}

.footer-service {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-top: 20px;
}

.footer-service-links {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  transition: all.5s linear;
  margin-bottom: 10px;
}

.footer-service-links:hover {
  color: #cc7a00;
}

.site-map-policy {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  column-gap: 20px;
}
.site-map,
.policy-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.5s linear;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  border-radius: 10px;
  margin-bottom: 15px;
}


.footer-contack {
  width: 48%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #212121;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 20px;
  margin-top: 30px;
}

.footer-contack h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #cc7a00;
}

.footer-tel-mail-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}

.footer-tel-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.footer-tel-a::before {
  content: "\f232";
  font-family: fontawesome;
  font-size: 25px;
  color: #cc7a00;
  margin-right: 10px;
}

.footer-mail-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
.footer-mail-a::before {
  content: "\f658";
  font-family: fontawesome;
  font-size: 20px;
  color: #cc7a00;
  margin-right: 10px;
}
.footer-mail-a:hover,
.footer-tel-a:hover {
  background: #fff;
  color: #cc7a00;
}

.footer-work-time {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.footer-text {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}

.footer-text p,
.footer-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.footer-contack p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 15px;
}

.footer-contack .work-time-p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 35px;
}

.footer-contack span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-wp-map {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}

.map-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #cc7a00;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.map-a::before {
  content: "\f3c5";
  font-family: fontawesome;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.map-a:hover,
.map-a:hover::before {
  background: #fff;
  color: #cc7a00;
}

.copy-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  border-top: 1px solid #333;
}

.copy-container p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

/* FOOTER END CODE */


/* !COFFE PAGE START CODE */

/* PAGE LINK START CODE */

.page-link-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.page-link-content {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
}



/* COFFE CONTENT START CODE */

.coffe-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.coffe-content {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.coffe-content h1, .coffe-content h2 {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}
.coffe-item-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.coffe-item-content a {
  width: fit-content;
  height: fit-content;
  transition: all 0.5s linear;
}

.coffe-item {
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
}

.coffe-item:hover {
  box-shadow: 2px 2px 10px 4px #cc7a00;
}

.coffe-item img {
  width: 137px;
  height: 137px;
}

.coffe-item p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  text-align: center;
  margin-top: 20px;
}

.coffe-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;
}

.coffe-link-content a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all .5s linear;
}

.coffe-link-content a:hover{
  color: #fff;
  background: #212121;
}

/* COFFE CONTENT END CODE */



/* CLIENT FORM START CODE */

.client-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.client-form-content {
  width: 80%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 70px 40px 40px;
  background: linear-gradient(133.48deg, #cc7a00 8.37%, #ff9900 74.33%);
  border-radius: 15px;
}

.client-form {
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 
}

.client-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  margin-top: 20px;
}

.client-form p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.client-form-control {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 30px;
}



.client-form-control input[type="submit"]:hover {
  color: #212121;
  background: #fff;
}

.client-form-end {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 40px;
  background: transparent;
}

.client-form-end label {
  width: 300px;
  height: 100%;
  display: flex;
}

.client-form-end label #client-pol {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.client-form-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  cursor: pointer;
}

.client-form-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  transition: 0.5s;
}

.client-form-img {
  width: 400px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}

.client-form-img img {
  width: 100%;
  height: 383px;
}

/* CLIENT FORM END CODE */



/* SERVICE PRICE START CODE */

.price-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.price-service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.price-service-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #cc7a00;
}

.price-service-content p {
  width: 70%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
}

.price-service-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.price-service-box {
  width: 24%;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
 position: relative;
}


.price-service-box p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.price-service-box .service-form-btn {
  width: 125px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.price-service-box .service-form-btn:hover {
  background: #212121;
}

/* SERVICE PRICE END CODE */


/* SERVICE PROGRESS START CODE */

.service-progress-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.service-progress-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-progress-item {
  width: 24%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 60px;
  padding: 15px;
  margin-bottom: 25px;
}

.progress-item {
  background: #212121;
}

.service-progress-item img {
  width: 50px;
}

.service-progress-item span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #cc7a00;
  margin-top: 20px;
}

.service-progress-item p {
  width: 220px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 10px;
}

.progress-item p {
  width: 220px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

/* SERVICE PROGRESS END CODE */

/* SERVICE ASK PRICE START */


.service-ask-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}


.service-ask-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-ask-content h2{
  width: 100%;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #CC7A00;
  margin-bottom: 30px;

}

.service-ask-item{
  width: 48%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8E8E8;
border-radius: 15px;
margin-bottom: 25px;
padding: 0 20px;

}

.service-ask-item p{
  font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 25px;
color: #212121;
}

.service-ask-item .service-form-btn {
  width: 125px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.service-ask-item .service-form-btn:hover {
  background: #212121;
}



/* SERVICE ASK PRICE END */


/* BRANDS START CODE */

.brands-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.brands-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.brands-content h2{
  width: 100%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 35px;
color: #CC7A00;
margin-bottom: 30px;
}

.brands-item{
  width: 230px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}


/* BRANDS END CODE */


/* SERVICE CENTER START  */

.service-center-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}

.service-center-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.service-center-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 35px;
color: #CC7A00;
}

.service-center-content p{
  width: 55%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;

}

.service-adress-link{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.service-adress-link a{
  width: 48%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
border-radius: 15px;
transition: all .5s linear;
}

.service-adress-link a:hover{
  background: #CC7A00;
}

.service-city{
   width: 100%;
   height:fit-content;
   display: flex;
   margin-top: 50px;

}

.service-city p{
  width: 100%;
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #212121;
}



/* SERVICE CENTER END */


/* !COFFE PAGE END CODE */


/* !DETAIL PAGE START CODE */


/* DETAIL CONTENT START */

.detail-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}


.detail-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.detail-content h1,
.detail-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 45px;
color: #CC7A00;
}
.detail-text-content-left{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 70px;

}

.detail-text-content-right{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 70px;

}
.detail-item{
  width: 75%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  

}

.detail-img{
  width: 40%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-item img{
  width: 320px;
  height: 320px;
  border-radius: 15px;
}

.detail-text{
  width: 55%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}

.detail-text h3{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 35px;
color: #212121;
}

.detail-text p{
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #212121;
margin-top: 30px;
}

/* DETAIL CONTENT END  */

/* !DETAIL PAGE END CODE */



/* !ABOUT PAGE START CODE */


/* ABOUT CONTENT START CODE */

.about-page-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}


.about-page-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  
}


.about-page-content h2{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #CC7A00;
}


.about-item{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.about-text{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}


.about-text h3{

  font-family: 'Rubik';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 40px;
color: #CC7A00;
margin-top: 20px;


}

.about-text p{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
  margin-top: 20px;
}

.about-img{
  width: 100%;
  height:fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;

}

.about-img img{
  width: 250px;
  height: 250px;
  border-radius: 15px;
 
}


/* ABOUT CONTENT END CODE */

/* !ABOUT PAGE END CODE */




/* !CONTACK PAGE START CODE */

/* Contack content Start */

.contack-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.contack-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}



.contack-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #cc7a00;
  margin-bottom: 30px;
 }

.contack-wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contack-contack-box {
  width: 32%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border: 1px solid #212121;
  padding: 10px 0;
  background: #212121;
}

.contack-before-box {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ad-b::before {
  content: "\f3c5";
  color: #CC7A00;
  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.tel-b::before {
  content: "\e527";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.mail-b::before {
  content: "\f658";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.contack-contack-item {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.contack-contack-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.contack-contack-box a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  transition: 0.5s;
  margin-top: 10px;
}


/* FOem map start code */

.form-map-container {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
}

.contack-map-container {
  width: 40%;
  height: 100%;
}

.contack-map-container div {
  width: 100%;
  height: 100%;
}

.contack-form-container {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 40px;
}

.contack-page-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.form-row {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-item {
  width: 48%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.input-group {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
}

.input-group-addon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeaeae;
  border-right: none;
}

.form-inp {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  transition: 0.5s;
  border: 1px solid #aeaeae;
  padding-left: 10px;
}

.form-send {
  border: 1px solid #aeaeae;
  height: 40px;
  background: #CC7A00;
  cursor: pointer;
  transition: 0.5s;
}

.form-send:hover {
  background: #212121;
}

.site-button {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

/* Contack content end*/

/* !CONTACK PAGE END  CODE */



}



@media screen and (max-width: 1050px){

  /* -- HEADER START CODE  */



  .menu-container {
    width: 95%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  
  .logo {
    width: 130px;
    height: 45px;
    display: flex;
  }



  .city-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left:50px;
    
  }


  .select-content {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-right: 15px;
  }

  .select-content::before {
    content: "\f124";
    font-family: fontawesome;
    font-size: 14px;
    color: #cc7a00;
    transform: rotate(-90deg);
    margin-right: 5px;
  }
  .city-clock select {
    width: fit-content;
    background: #212121;
    display: flex;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    position: relative;
  }
  
  .clock {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .clock p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
  
    color: #ffffff;
  }
  .clock p::before {
    content: "\f017";
    font-family: fontawesome;
    font-size: 12px;
    color: #cc7a00;
    margin-right: 5px;
  }
  .mobil-menu-icon {
    width: fit-content;
    height: fit-content;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .mobil-menu-icon {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
  }
header .footer-tel-a{
	margin-left:10px;
}

  .navbar {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  
  .menu-list {
    width: 100%;


    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 0px;
    background: #212121;
    padding: 20px;
    position: absolute;
    top: -1000%;
    left: 0;
    z-index: 99;
    transition: all .5s linear;

  }

  .menu-list.ac{
    top: 100%;
    width: 100%;

  }
  
  .menu-list li {
    display: inline-block;
    margin-top: 20px;
  }
  
  .menu-list li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    transition: all 0.5s linear;
  }


  .tel-mail {
    width: fit-content;
    height: fit-content;
    border: 1.5px solid #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  
  .tel-mail .tel-a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s linear;
    position: relative;
    color: #cc7a00;
  }
  .tel-mail .tel-a::before {
    content: "\f095";
    font-family: fontawesome;
    font-size: 16px;
    color: #cc7a00;
    margin-right: 10px;
  }
  
  .tel-mail .mail-a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
    transition: all 0.5s linear;
    position: relative;
  
    color: #ffffff;
  }
  .tel-mail .mail-a::before {
    content: "\f658";
    font-family: fontawesome;
    font-size: 12px;
    color: #cc7a00;
    margin-right: 10px;
  }

/* HEADER END CODE */


/* MODAL FORM START CODE */

.modal-form-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(106, 107, 100, 0.76);
  position: fixed;
  top: 0;
  left: -500%;
  transition: 0.8s ease;
  z-index: 9999;
}

.modal-form-container.aktive {
  top: 0;
  left: 0;
}

.modal-form-content {
  width: 95%;
max-width: 1100px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  position: relative;
  transition: 1.3s ease-in-out;
  padding: 30px 0;
}

.modal-form {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;


}
/* BANNER START CODE */

.banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bannerbg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0 70px 0;
}
.banner-content {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-link {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.banner-link-box {
  width: 200px;
  height: fit-content;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
  padding: 10px;
 
}

.banner-link-box img {
  width: fit-content;
  height: auto;
  margin-right: 16px;
}

.banner-link-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
}

.banner-form-text {
  width: 360px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.banner-form-text h1,
.banner-form-text h2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 30px;
  color: #ffffff;
}

.banner-form-text .banner-form-btn {
  width: 260px;
  height: 50px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.5s linear;
}



/* BANNER END CODE */


/* SERVICE START CODE */



.service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.service-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  color: #cc7a00;
  margin-bottom: 30px;
}

.service-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 20px;
}

/* SERVICE END CODE */



/* DIGITAL SERVICE START CODE */

.digital-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8,
.content9,
.content10,
.content11,
.content12,
.content13,
.content14,
.content15

{
  display: none;
}


.digital-service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digital-service-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #CC7A00;
  margin-bottom: 30px;
}

.digital-service-item {
  width: 48%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}

.digital-service-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.phone-box {
  width: 100%;
  height: 60%;
 
}

.navigation-box {
  width: 100%;
  height: 36%;
 
}

.computer-box {
  width: 100%;
  height: 100%;

}

.projectors-box {
  width: 100%;
  height: 36%;

}
.monitor-box {
  width: 100%;
  height: 60%;

}

.printer-box {
  width: 100%;
  height: 32%;
 
}

.ups-box {
  width: 100%;
  height: 33%;

}

.baby-monitor-box {
  width: 100%;
  height: 32%;
 
}
.digital-img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  
}


.digital-service-links {
  width: fit-content;
  height: fit-content;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.5s linear;
}


/* DIGITAL SERVICE END CODE */


/* COMMENT START CODE */

.comment-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.comment-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.comment-content h2 {
  width: 100%;
  margin-bottom: 25px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #cc7a00;
}



.comment-box {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
}

.comment-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #cc7a00;
}

.comment-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #212121;
  margin-top: 20px;
}

.comment-link {
  width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  transition: all 0.5s linear;
}

.star {
  font-size: 22px;
  color: #212121;
}



.date p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
}

.all-comment-link {
  width: 230px;
  height: 50px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.5s linear;
  margin: 30px auto 0 auto;
}
/* COMMENT END CODE */


/* WORKING START CODE */

.working-container {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 15px;
  padding: 50px 0;
  margin-top: 90px;
}

.working-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.working-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #cc7a00;
  margin-bottom: 30px;
}

.working-item {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.item-black {
  background: #212121;
  border-radius: 70px;
}
.item-white {
  background: #ffffff;
  border-radius: 100%;
}

.item-black p {
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

.item-white p {
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 15px;
}
/* WORKING END CODE */


/* PRICE START CODE */

.price-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.price-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #cc7a00;
  margin-bottom: 30px;
}

.price-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.price-btn{
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
}



.price-link-table {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.6%;
  margin-top: 70px;
}

.price-table2,
.price-table3,
.price-table4,
.price-table5,
.price-table6,
.price-table7,
.price-table8,
.price-table9,
.price-table10,
.price-table11,
.price-table12,
.price-table13,
.price-table14{
  display: none;
}
.price-table-item {
  width: 23%;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  gap: 15px;
  margin-bottom: 30px;
}

.price-table-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
}

.price-table-item .price-form-btn {
  width: 126px;
  height: 40px;
  background: #cc7a00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s linear;
}

/*  PRICE END CODE */


/* REKLAM BANNER START CODE*/


.reklam-banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.reklam-banner-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.reklam-banner-item{
  width: 80%;
  height: 350px;
  display: flex;
  margin-bottom: 30px;
}

.reklam-content{
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(133.48deg, #CC7A00 8.37%, #FF9900 74.33%);
border-radius: 15px;
}



.reklam-text{
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 margin-left: 20px;
 gap: 20px;


}

.reklam-text h2{
  width: 80%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 30px;
color: #FFFFFF;
}

.reklam-content .reklam-text p{
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;  
  color: #FFFFFF;
}


.reklam-content .reklam-text span{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}


.reklam-text p{
 
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 18px;
color: #FFFFFF;

}

.reklam-img{
  width: 50%;
  height: 100%;
  display: flex;
 margin: 0px 20px 0 0;

}

.reklam-img img{
  width: 100%;
  height: 100%;
}





/* REKLAM BANNER END CODE */






/* PROPLEM START CODE */

.proplem-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.proplem-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.proplem-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  color: #cc7a00;
}

.proplem-button-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.proplem-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all.5s linear;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 139% */

  color: #212121;
}


.proplem-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  gap: 2%;
}

.drying,
.coffe,
.gas,
.conditioners2,
.drying-machines {
  display: none;
}

.proplem-box {
  width: 32%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
}

.proplem-box p {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 139% */

  color: #212121;
}

.proplem-box .price-form-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 8px;
  transition: all 0.5s linear;
  cursor: pointer;
}

.proplem-top-box {
  width: 100%;
  height: fit-content;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.proplem-btm-box {
  width: 100%;
  height: fit-content;
  background: #212121;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.proplem-top-box .price-form-btn:hover {
  background: #212121;
  color: #fff;
}
.proplem-btm-box .price-form-btn:hover {
  background: #fff;
  color: #212121;
}
.proplem-top-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  margin-top: 15px;
}
.proplem-btm-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin-top: 15px;
}

/* PROPLEM END CODE */


/*FORM START CODE */

.tel-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.tel-form-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding:20px 20px;
  background: #e8e8e8;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.tel-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.tel-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #cc7a00;
}

.tel-form p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  margin-top: 10px;
  text-align: center;
}

.tel-form-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.tel-form-control {
  width: 33%;
  height: 50px;
  position: relative;
}

.tel-send {
  width: 26%;
  height: 50px;
}


.form-box-end label #politic {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 8px;
  margin-top: 8px;
}


.form-box-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #212121;
  cursor: pointer;
  
}

.form-box-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;

  color: #cc7a00;
  transition: 0.5s;
}

/* TEL-FORM END CODE */



/* ASK STAT CODE */
.ask-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.ask-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.ask-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}

.ask-text-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  margin-top: 30px;
}

.ask-item {
  width: 49%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 5px 10px;
}

.ask-box {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}

.ask-text {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}

.ask-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #212121;
}

.ask-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 15px;
  cursor: pointer;
}

.ask-open {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  transition: 0.5s ease;
}

.ask-close {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: #212121;
  border-radius: 15px;
  transition: 0.5s ease;
  cursor: pointer;
  display: none;
}



.ask-detay p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}
/* ASK END CODE */


/* ABOUT START CODE */
.about-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.about-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.about-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #cc7a00;
}

.about-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  margin-top: 30px;
}
/* ABOUT END CODE */



/* FOOTER START CODE */

footer {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212121;
  padding: 50px 0;
  margin-top: 100px;
}
.footer-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-menu-list {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.footer-menu-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  transition: all.5s linear;
}

.footer-menu-a:hover {
  background: #cc7a00;
  color: #fff;
}

.footer-service {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-top: 20px;
}

.footer-service-links {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  transition: all.5s linear;
  margin-bottom: 10px;
}

.footer-service-links:hover {
  color: #cc7a00;
}

.site-map-policy {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  column-gap: 20px;
}
.site-map,
.policy-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.5s linear;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  border-radius: 10px;
  margin-bottom: 15px;
}


.footer-contack {
  width: 49%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #212121;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px;
  margin-top: 30px;
}

.footer-contack h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #cc7a00;
}

.footer-tel-mail-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}

.footer-tel-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

.footer-tel-a::before {
  content: "\f232";
  font-family: fontawesome;
  font-size: 15px;
  color: #cc7a00;
  margin-right: 10px;
}

.footer-mail-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.footer-mail-a::before {
  content: "\f658";
  font-family: fontawesome;
  font-size: 15px;
  color: #cc7a00;
  margin-right: 10px;
}
.footer-mail-a:hover,
.footer-tel-a:hover {
  background: #fff;
  color: #cc7a00;
}

.footer-work-time {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.footer-text {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}

.footer-text p,
.footer-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

.footer-contack p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-contack .work-time-p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 20px;
}

.footer-contack span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-wp-map {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}

.map-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #cc7a00;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

.map-a::before {
  content: "\f3c5";
  font-family: fontawesome;
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}
.map-a:hover,
.map-a:hover::before {
  background: #fff;
  color: #cc7a00;
}

.copy-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  border-top: 1px solid #333;
}

.copy-container p {
  width: 95%;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
}

/* FOOTER END CODE */




/* !COFFE PAGE START CODE */

/* PAGE LINK START CODE */

.page-link-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.page-link-content {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
}



/* COFFE CONTENT START CODE */

.coffe-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.coffe-content {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.coffe-content h1, .coffe-content h2 {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}
.coffe-item-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
}

.coffe-item-content a {
  width: fit-content;
  height: fit-content;
  transition: all 0.5s linear;
  margin-bottom: 25px;
}

.coffe-item {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
}

.coffe-item:hover {
  box-shadow: 2px 2px 10px 4px #cc7a00;
}

.coffe-item img {
  width: 137px;
  height: 137px;
}

.coffe-item p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #212121;
  text-align: center;
  margin-top: 20px;
}

.coffe-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px;
  margin-top: 50px;
}

.coffe-link-content a {
  width: 32%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all .5s linear;
  margin-bottom: 15px;
}

.coffe-link-content a:hover{
  color: #fff;
  background: #212121;
}

/* COFFE CONTENT END CODE */



/* CLIENT FORM START CODE */

.client-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.client-form-content {
  width: 90%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: linear-gradient(133.48deg, #cc7a00 8.37%, #ff9900 74.33%);
  border-radius: 15px;
}

.client-form {
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 
}

.client-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  margin-top: 20px;
}

.client-form p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.client-form-control {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 30px;
}



.client-form-control input[type="submit"]:hover {
  color: #212121;
  background: #fff;
}

.client-form-end {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 40px;
  background: transparent;
}

.client-form-end label {
  width: 300px;
  height: 100%;
  display: flex;
}

.client-form-end label #client-pol {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.client-form-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  cursor: pointer;
}

.client-form-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  transition: 0.5s;
}

.client-form-img {
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}

.client-form-img img {
  width: 100%;
  height: 100%;
}

/* CLIENT FORM END CODE */



/* SERVICE PRICE START CODE */

.price-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.price-service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.price-service-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #cc7a00;
}

.price-service-content p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.price-service-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.price-service-box {
  width: 24%;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
 position: relative;
}


.price-service-box p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.price-service-box .service-form-btn {
  width: 125px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.price-service-box .service-form-btn:hover {
  background: #212121;
}

/* SERVICE PRICE END CODE */


/* SERVICE PROGRESS START CODE */

.service-progress-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.service-progress-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2%;
}

.service-progress-item {
  width: 32%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 60px;
  padding: 15px;
  margin-bottom: 25px;
}

.progress-item {
  background: #212121;
  
}
.progress5{
order: 6;

}

.service-progress-item img {
  width: 40px;
}

.service-progress-item span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #cc7a00;
  margin-top: 20px;
}

.service-progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 10px;
}

.progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

/* SERVICE PROGRESS END CODE */

/* SERVICE ASK PRICE START */


.service-ask-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}


.service-ask-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-ask-content h2{
  width: 100%;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #CC7A00;
  margin-bottom: 30px;

}

.service-ask-item{
  width: 49%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8E8E8;
border-radius: 15px;
margin-bottom: 25px;
padding: 0 10px;

}

.service-ask-item p{
  font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 17px;
color: #212121;
}

.service-ask-item .service-form-btn {
  width: 100px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.service-ask-item .service-form-btn:hover {
  background: #212121;
}



/* SERVICE ASK PRICE END */


/* BRANDS START CODE */

.brands-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.brands-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.brands-content h2{
  width: 100%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 35px;
color: #CC7A00;
margin-bottom: 30px;
}

.brands-item{
  width: 230px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}


/* BRANDS END CODE */


/* SERVICE CENTER START  */

.service-center-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}

.service-center-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.service-center-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 35px;
color: #CC7A00;
}

.service-center-content p{
  width: 65%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;

}

.service-adress-link{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.service-adress-link a{
  width: 48%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
border-radius: 15px;
transition: all .5s linear;
}

.service-adress-link a:hover{
  background: #CC7A00;
}

.service-city{
   width: 100%;
   height:fit-content;
   display: flex;
   margin-top: 50px;

}

.service-city p{
  width: 100%;
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #212121;
}



/* SERVICE CENTER END */


/* !COFFE PAGE END CODE */



/* !DETAIL PAGE START CODE */


/* DETAIL CONTENT START */

.detail-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}


.detail-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.detail-content h1,
.detail-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 45px;
color: #CC7A00;
}
.detail-text-content-left{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 70px;

}

.detail-text-content-right{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 70px;

}
.detail-item{
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  

}
.detail-img{
  width: 45%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-item img{
  width: 300px;
  height: 300px;
  border-radius: 10px;
}

.detail-text{
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}

.detail-text h3{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 25px;
color: #212121;
}

.detail-text p{
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 17px;
color: #212121;
margin-top: 30px;
}

/* DETAIL CONTENT END  */

/* !DETAIL PAGE END CODE */



/* !ABOUT PAGE START CODE */


/* ABOUT CONTENT START CODE */

.about-page-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}


.about-page-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  
}


.about-page-content h2{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #CC7A00;
}


.about-item{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  column-gap: 35px;
}

.about-text{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}


.about-text h3{

  font-family: 'Rubik';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 35px;
color: #CC7A00;
margin-top: 20px;


}

.about-text p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  margin-top: 10px;
}

.about-img{
  width: 100%;
  height:fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;

}

.about-img img{
  width: 250px;
  height: 200px;
  border-radius: 10px;
 
}


/* ABOUT CONTENT END CODE */

/* !ABOUT PAGE END CODE */



/* !CONTACK PAGE START CODE */

/* Contack content Start */

.contack-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.contack-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}



.contack-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #cc7a00;
  margin-bottom: 30px;
 }

.contack-wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contack-contack-box {
  width: 48%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border: 1px solid #212121;
  padding: 10px 0;
  background: #212121;
}

.contack-before-box {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ad-b::before {
  content: "\f3c5";
  color: #CC7A00;
  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.tel-b::before {
  content: "\e527";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.mail-b::before {
  content: "\f658";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
}

.contack-contack-item {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.contack-contack-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.contack-contack-box a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  transition: 0.5s;
  margin-top: 10px;
}


/* FOem map start code */

.form-map-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}

.contack-map-container {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

.contack-map-container div {
  width: 100%;
  height: 100%;
}

.contack-form-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 40px;
}

.contack-page-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.form-row {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-item {
  width: 48%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.input-group {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
}

.input-group-addon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeaeae;
  border-right: none;
}

.form-inp {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  transition: 0.5s;
  border: 1px solid #aeaeae;
  padding-left: 10px;
}

.form-send {
  border: 1px solid #aeaeae;
  height: 40px;
  background: #CC7A00;
  cursor: pointer;
  transition: 0.5s;
}

.form-send:hover {
  background: #212121;
}

.site-button {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

/* Contack content end*/

/* !CONTACK PAGE END  CODE */

}


@media screen and (max-width: 768px){

  /* -- HEADER START CODE  */
  .coffe-container.block-top .block-text {
  padding: 14px 16px;
  color: #fff;
}
.coffe-container.block-top .block-text h2{
	font-size: 25px;
line-height: 27px;
}
.coffe-container.block-top .detail-content {
  padding: 10px;
}
.coffe-container.block-top .block-text h2 + p {
  font-size: 16px;
}


.coffe-container.block-top .service-form-btn {
  width: 220px;
}
	.banner-link-box-dop-menu{
		padding: 10px;
		border:2px solid #212121;
	}
	.banner-link-box-dop-menu>div{
		padding-right:20px;
		width:100%;
		margin-bottom:15px;
	}
	.banner-menu-li:hover .banner-link-box-dop-menu{
		display:none;
		border-radius:5px;
	}
	.banner-menu-li:hover {
	  box-shadow: none;
	  background: none;
	  border-radius:0;
	}
	.banner-menu-li:hover p {
	  color: #fff;
	}

	.banner-menu-li:hover .banner-link-box-dop-menu{
		border-radius: 0;
	}
  .menu-container {
    width: 95%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  
  .logo {
    width: 130px;
    height: 45px;
    display: flex;
  }



  .city-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left:50px;
    
  }


  .select-content {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-right: 15px;
  }

  .select-content::before {
    content: "\f124";
    font-family: fontawesome;
    font-size: 14px;
    color: #cc7a00;
    transform: rotate(-90deg);
    margin-right: 5px;
  }
  .city-clock select {
    width: fit-content;
    background: #212121;
    display: flex;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    position: relative;
  }
  
  .clock {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .clock p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
  
    color: #ffffff;
  }
  .clock p::before {
    content: "\f017";
    font-family: fontawesome;
    font-size: 12px;
    color: #cc7a00;
    margin-right: 5px;
  }
  .mobil-menu-icon {
    width: fit-content;
    height: fit-content;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .mobil-menu-icon {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
  }


  .navbar {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  
  .menu-list {
    width: 100%;

    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 0px;
    background: #212121;
    padding: 20px;
    position: absolute;
    top: -1000%;
    z-index: 99;
    transition: all .5s linear;

  }

  .menu-list.ac{
    top: 100%;
    width: 100%;


  }
  
  .menu-list li {
    display: inline-block;
    margin-top: 20px;
  }
  
  .menu-list li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    transition: all 0.5s linear;
  }


  .tel-mail {
    width: fit-content;
    height: fit-content;
    border: 1px solid #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
  }
  
  .tel-mail .tel-a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    transition: all 0.5s linear;
    position: relative;
    color: #cc7a00;
  }
  .tel-mail .tel-a::before {
    content: "\f095";
    font-family: fontawesome;
    font-size: 13px;
    color: #cc7a00;
    margin-right: 10px;
  }
  
  .tel-mail .mail-a {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    /* identical to box height */
    transition: all 0.5s linear;
    position: relative;
  
    color: #ffffff;
  }
  .tel-mail .mail-a::before {
    content: "\f658";
    font-family: fontawesome;
    font-size: 10px;
    color: #cc7a00;
    margin-right: 10px;
  }

/* HEADER END CODE */


/* MODAL FORM START CODE */

.modal-form-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(106, 107, 100, 0.76);
  position: fixed;
  top: 0;
  left: -500%;
  transition: 0.8s ease;
  z-index: 9999;
}

.modal-form-container.aktive {
  top: 0;
  left: 0;
}

.modal-form-content {
  width: 95%;
max-width: 1100px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  position: relative;
  transition: 1.3s ease-in-out;
  padding: 30px 0;
}

.modal-form {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;


}
/* BANNER START CODE */

.banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bannerbg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0 70px 0;
}
.banner-content {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-link {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.banner-link-box {
  width: 200px;
  height: fit-content;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
  padding: 10px;
 
}

.banner-link-box img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.banner-link-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
}

.banner-form-text {
  width: 360px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.banner-form-text h1,
.banner-form-text h2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.banner-form-text .banner-form-btn {
  width: 260px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s linear;
}



/* BANNER END CODE */


/* SERVICE START CODE */



.service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.service-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #cc7a00;
  margin-bottom: 20px;
}

.service-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 10px;
}

/* SERVICE END CODE */



/* DIGITAL SERVICE START CODE */

.digital-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8,
.content9,
.content10,
.content11,
.content12,
.content13,
.content14,
.content15

{
  display: none;
}


.digital-service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digital-service-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #CC7A00;
  margin-bottom: 30px;
}

.digital-service-item {
  width: 48%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}

.digital-service-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.phone-box {
  width: 100%;
  height: 60%;
 ;
}

.navigation-box {
  width: 100%;
  height: 36%;
 
}

.computer-box {
  width: 100%;
  height: 100%;
 
}

.projectors-box {
  width: 100%;
  height: 36%;

}
.monitor-box {
  width: 100%;
  height: 60%;
 
}

.printer-box {
  width: 100%;
  height: 32%;

}

.ups-box {
  width: 100%;
  height: 32%;

}

.baby-monitor-box {
  width: 100%;
  height: 32%;

}



.digital-service-links {
  width: fit-content;
  height: fit-content;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.5s linear;
}


/* DIGITAL SERVICE END CODE */


/* COMMENT START CODE */

.comment-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.comment-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.comment-content h2 {
  width: 100%;
  margin-bottom: 25px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #cc7a00;
}



.comment-box {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.comment-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #cc7a00;
}

.comment-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #212121;
  margin-top: 15px;
}

.comment-link {
  width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  transition: all 0.5s linear;
}

.star {
  font-size: 18px;
  color: #212121;
}



.date p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
}

.all-comment-link {
  width: 230px;
  height: 50px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.5s linear;
  margin: 30px auto 0 auto;
}
/* COMMENT END CODE */


/* WORKING START CODE */

.working-container {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 15px;
  padding: 50px 0;
  margin-top: 70px;
}

.working-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.working-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #cc7a00;
  margin-bottom: 20px;
}

.working-item {
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.working-item img{
  width: 45px;
  height: 45px;
}
.item-black {
  background: #212121;
  border-radius: 50px;
}
.item-white {
  background: #ffffff;
  border-radius: 100%;
}

.item-black p {
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

.item-white p {
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 15px;
}
/* WORKING END CODE */


/* PRICE START CODE */

.price-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.price-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #cc7a00;
  margin-bottom: 30px;
}

.price-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.price-btn{
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
}



.price-link-table {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 60px;
}

.price-table2,
.price-table3,
.price-table4,
.price-table5,
.price-table6,
.price-table7,
.price-table8,
.price-table9,
.price-table10,
.price-table11,
.price-table12,
.price-table13,
.price-table14{
  display: none;
}
.price-table-item {
  width: 32%;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  gap: 15px;
  margin-bottom: 15px;
}

.price-table-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
}

.price-table-item .price-form-btn {
  width: 126px;
  height: 40px;
  background: #cc7a00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s linear;
}

/*  PRICE END CODE */


/* REKLAM BANNER START CODE*/


.reklam-banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.reklam-banner-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
  align-items: center;
}

.reklam-banner-item{
  width: 90%;
  height: 300px;
  display: flex;
  margin-bottom: 30px;
}

.reklam-content{
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(133.48deg, #CC7A00 8.37%, #FF9900 74.33%);
border-radius: 15px;
}





.reklam-text{
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 margin-left: 20px;
 gap: 20px;


}

.reklam-text h2{
  width: 80%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 22px;
color: #FFFFFF;
}

.reklam-content .reklam-text p{
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;  
  color: #FFFFFF;
}


.reklam-content .reklam-text span{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}


.reklam-text p{
 
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 18px;
color: #FFFFFF;

}

.reklam-img{
  width: 50%;
  height: 100%;
  display: flex;
 margin: 0px 20px 0 0;

}

.reklam-img img{
  width: 100%;
  height: 100%;
}





/* REKLAM BANNER END CODE */






/* PROPLEM START CODE */

.proplem-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.proplem-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.proplem-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #cc7a00;
}

.proplem-button-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.proplem-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all.5s linear;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 139% */

  color: #212121;
}


.proplem-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  gap: 2%;
}

.drying,
.coffe,
.gas,
.conditioners2,
.drying-machines {
  display: none;
}

.proplem-box {
  width: 32%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 25px;
  gap: 15px;
}

.proplem-box p {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 139% */

  color: #212121;
}

.proplem-box .price-form-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  padding: 6px;
  transition: all 0.5s linear;
  cursor: pointer;
}

.proplem-top-box {
  width: 100%;
  height: fit-content;
  background: #ffffff;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.proplem-btm-box {
  width: 100%;
  height: fit-content;
  background: #212121;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.proplem-top-box .price-form-btn:hover {
  background: #212121;
  color: #fff;
}
.proplem-btm-box .price-form-btn:hover {
  background: #fff;
  color: #212121;
}
.proplem-top-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  margin-top: 10px;
}
.proplem-btm-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-top: 10px;
}

/* PROPLEM END CODE */


/*FORM START CODE */

.tel-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.tel-form-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding:20px 20px;
  background: #e8e8e8;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.tel-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.tel-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #cc7a00;
}

.tel-form p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  margin-top: 10px;
  text-align: center;
}

.tel-form-box {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.tel-form-control {
  width: 48%;
  height: 50px;
  position: relative;
}

.tel-send {
  width: 48%;
  height: 50px;
  margin-top: 20px;
}


.form-box-end label #politic {
  width: 11px;
  height: 11px;
  display: block;
  margin-right: 8px;
  margin-top: 8px;
}


.form-box-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #212121;
  cursor: pointer;
  
}

.form-box-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;

  color: #cc7a00;
  transition: 0.5s;
}

/* TEL-FORM END CODE */



/* ASK STAT CODE */
.ask-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.ask-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.ask-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}

.ask-text-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  margin-top: 20px;
}

.ask-item {
  width: 49%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 5px 10px;
}

.ask-box {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}

.ask-text {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}

.ask-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #212121;
}

.ask-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 15px;
  cursor: pointer;
}

.ask-open {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  transition: 0.5s ease;
}

.ask-close {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: #212121;
  border-radius: 15px;
  transition: 0.5s ease;
  cursor: pointer;
  display: none;
}



.ask-detay p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}
/* ASK END CODE */


/* ABOUT START CODE */
.about-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.about-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.about-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #cc7a00;
}

.about-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  margin-top: 30px;
}
/* ABOUT END CODE */



/* FOOTER START CODE */

footer {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212121;
  padding: 50px 0;
  margin-top: 100px;
}
.footer-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-menu-list {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.footer-menu-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  transition: all.5s linear;
}

.footer-menu-a:hover {
  background: #cc7a00;
  color: #fff;
}

.footer-service {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-top: 20px;
}

.footer-service-links {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  transition: all.5s linear;
  margin-bottom: 10px;
}

.footer-service-links:hover {
  color: #cc7a00;
}

.site-map-policy {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  column-gap: 20px;
}
.site-map,
.policy-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.5s linear;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  border-radius: 10px;
  margin-bottom: 15px;
}


.footer-contack {
  width: 49%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #212121;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
}

.footer-contack h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #cc7a00;
}

.footer-tel-mail-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}

.footer-tel-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
}

.footer-tel-a::before {
  content: "\f232";
  font-family: fontawesome;
  font-size: 12px;
  color: #cc7a00;
  margin-right: 10px;
}

.footer-mail-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
}
.footer-mail-a::before {
  content: "\f658";
  font-family: fontawesome;
  font-size: 12px;
  color: #cc7a00;
  margin-right: 10px;
}
.footer-mail-a:hover,
.footer-tel-a:hover {
  background: #fff;
  color: #cc7a00;
}

.footer-work-time {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.footer-text {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}

.footer-text p,
.footer-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
}

.footer-contack p {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-contack .work-time-p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 20px;
}

.footer-contack span {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-wp-map {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}

.map-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #cc7a00;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
}

.map-a::before {
  content: "\f3c5";
  font-family: fontawesome;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.map-a:hover,
.map-a:hover::before {
  background: #fff;
  color: #cc7a00;
}

.copy-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  border-top: 1px solid #333;
}

.copy-container p {
  width: 95%;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
}

/* FOOTER END CODE */





/* !COFFE PAGE START CODE */

/* PAGE LINK START CODE */

.page-link-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.page-link-content {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
}



/* COFFE CONTENT START CODE */

.coffe-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.coffe-content {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.coffe-content h1, .coffe-content h2 {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}
.coffe-item-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
}

.coffe-item-content a {
  width: fit-content;
  height: fit-content;
  transition: all 0.5s linear;
  margin-bottom: 25px;
}

.coffe-item {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
}

.coffe-item:hover {
  box-shadow: 2px 2px 10px 4px #cc7a00;
}

.coffe-item img {
  width: 137px;
  height: 137px;
}

.coffe-item p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #212121;
  text-align: center;
  margin-top: 20px;
}




.coffe-link-content a {
  width: 32%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all .5s linear;
  margin-bottom: 15px;
}

.coffe-link-content a:hover{
  color: #fff;
  background: #212121;
}

/* COFFE CONTENT END CODE */



/* CLIENT FORM START CODE */

.client-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.client-form-content {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background: linear-gradient(133.48deg, #cc7a00 8.37%, #ff9900 74.33%);
  border-radius: 15px;
}

.client-form {
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 
}

.client-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  margin-top: 10px;
}

.client-form p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.client-form-control {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 30px;
}



.client-form-control input[type="submit"]:hover {
  color: #212121;
  background: #fff;
}

.client-form-end {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 20px;
  background: transparent;
}

.client-form-end label {
  width: 300px;
  height: 100%;
  display: flex;
}

.client-form-end label #client-pol {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.client-form-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  cursor: pointer;
}

.client-form-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  transition: 0.5s;
}

.client-form-img {
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}

.client-form-img img {
  width: 100%;
  height: 100%;
}

/* CLIENT FORM END CODE */



/* SERVICE PRICE START CODE */

.price-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.price-service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.price-service-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;

  line-height: 35px;
  color: #cc7a00;
}

.price-service-content p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.price-service-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.price-service-box {
  width: 32%;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
 position: relative;
}


.price-service-box p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.price-service-box .service-form-btn {
  width: 125px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.price-service-box .service-form-btn:hover {
  background: #212121;
}

/* SERVICE PRICE END CODE */


/* SERVICE PROGRESS START CODE */

.service-progress-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.service-progress-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2%;
}

.service-progress-item {
  width: 32%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 50px;
  padding: 15px;
  margin-bottom: 25px;
}

.progress-item {
  background: #212121;
  
}
.progress5{
order: 6;

}

.service-progress-item img {
  width: 40px;
}

.service-progress-item span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #cc7a00;
  margin-top: 20px;
}

.service-progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 10px;
}

.progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

/* SERVICE PROGRESS END CODE */

/* SERVICE ASK PRICE START */


.service-ask-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}


.service-ask-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-ask-content h2{
  width: 100%;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;

  line-height: 35px;
  color: #CC7A00;
  margin-bottom: 30px;

}

.service-ask-item{
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8E8E8;
border-radius: 15px;
margin-bottom: 25px;
padding: 0 30px;

}

.service-ask-item p{
  font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 17px;
color: #212121;
}

.service-ask-item .service-form-btn {
  width: 100px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.service-ask-item .service-form-btn:hover {
  background: #212121;
}



/* SERVICE ASK PRICE END */


/* BRANDS START CODE */

.brands-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.brands-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.brands-content h2{
  width: 100%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 35px;
color: #CC7A00;
margin-bottom: 30px;
}

.brands-item{
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}


/* BRANDS END CODE */


/* SERVICE CENTER START  */

.service-center-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.service-center-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.service-center-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;

line-height: 35px;
color: #CC7A00;
}

.service-center-content p{
  width: 65%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;

}

.service-adress-link{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.service-adress-link a{
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
border-radius: 15px;
transition: all .5s linear;
margin-top: 20px;
}

.service-adress-link a:hover{
  background: #CC7A00;
}

.service-city{
   width: 100%;
   height:fit-content;
   display: flex;
   margin-top: 50px;

}

.service-city p{
  width: 100%;
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #212121;
}



/* SERVICE CENTER END */


/* !COFFE PAGE END CODE */



/* !DETAIL PAGE START CODE */


/* DETAIL CONTENT START */

.detail-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}


.detail-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.detail-content h1,
.detail-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 25px;
color: #CC7A00;
}
.detail-text-content-left{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;

}

.detail-text-content-right{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;

}
.detail-item{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  

}
.detail-img{
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-img img{
  width: 250px;
  height: 250px;
  border-radius: 10px;
}

.detail-text{
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}

.detail-text h3{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 18px;
color: #212121;
}

.detail-text p{
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #212121;
margin-top: 30px;
}

/* DETAIL CONTENT END  */

/* !DETAIL PAGE END CODE */


/* !ABOUT PAGE START CODE */


/* ABOUT CONTENT START CODE */

.about-page-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}


.about-page-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  
}


.about-page-content h2{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #CC7A00;
}


.about-item{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 35px;
}

.about-text{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}


.about-text h3{

  font-family: 'Rubik';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 35px;
color: #CC7A00;
margin-top: 20px;


}

.about-text p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  margin-top: 10px;
}

.about-img{
  width: 100%;
  height:fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;

}

.about-img img{
  width: 250px;
  height: 200px;
  border-radius: 10px;
 
}


/* ABOUT CONTENT END CODE */

/* !ABOUT PAGE END CODE */





}



@media screen and (max-width: 650px){

  /* -- HEADER START CODE  */

.coffe-container.block-top .detail-content {
  padding: 10px;
  display: block;
}
.coffe-container.block-top .detail-content > div {
  width: 100%;
}

	.button-menu-mobi{
		display:block;
		width: 208px;
		height: 40px;
		border: 1.5px solid #ffffff;
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		transition: all 0.5s linear;
		position: relative;
		color: #cc7a00;
	}

  .menu-container {
    width: 95%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  
  .logo {
    width: 100px;
    height: 35px;
    display: flex;
  }



  .city-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-left:20px;
    
  }


  .select-content {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-right: 0px;
  }

  .select-content::before {
    content: "\f124";
    font-family: fontawesome;
    font-size: 14px;
    color: #cc7a00;
    transform: rotate(-90deg);
    margin-right: 5px;
  }
  .city-clock select {
    width: fit-content;
    background: #212121;
    display: flex;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #ffffff;
    position: relative;
  }
  
  .clock {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .clock p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    /* identical to box height */
  
    color: #ffffff;
  }
  .clock p::before {
    content: "\f017";
    font-family: fontawesome;
    font-size: 12px;
    color: #cc7a00;
    margin-right: 5px;
  }
  .mobil-menu-icon {
    width: fit-content;
    height: fit-content;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .mobil-menu-icon {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
  }


  .navbar {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  
  .menu-list {
    width: 100%;
   
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 0px;
    background: #212121;
    padding: 20px;
    position: absolute;
    top: -1000%;
    z-index: 99;
    transition: all .5s linear;

  }

  .menu-list.ac{
    top: 100%;
    width: 100%;

  }
  
  .menu-list li {
    display: inline-block;
    margin-top: 20px;
  }
  
  .menu-list li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    transition: all 0.5s linear;
  }


  .tel-mail {
    width: fit-content;
    height: fit-content;
    border: 1px solid #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
  }
  
  .tel-mail .tel-a {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    transition: all 0.5s linear;
    position: relative;
    color: #cc7a00;
  }
  .tel-mail .tel-a::before {
    content: "\f095";
    font-family: fontawesome;
    font-size: 11px;
    color: #cc7a00;
    margin-right: 10px;
  }
  
  .tel-mail .mail-a {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 14px;
    /* identical to box height */
    transition: all 0.5s linear;
    position: relative;
  
    color: #ffffff;
  }
  .tel-mail .mail-a::before {
    content: "\f658";
    font-family: fontawesome;
    font-size: 10px;
    color: #cc7a00;
    margin-right: 10px;
  }

/* HEADER END CODE */


/* MODAL FORM START CODE */



.modal-form-container.aktive {
  top: 0;
  left: 0;
}

.modal-form-content {
  width: 95%;
max-width: 1100px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  position: relative;
  transition: .5s ease-in-out;
  padding: 20px 0;
}

.modal-form {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;


}


.modal-form-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.modal-form-text {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;


}

.modal-form-text h3 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #cc7a00;
}
.modal-form-text  p{
  font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 19px;
color: #212121;
}
.modal-form-box {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.modal-form-control {
  width: 100%;
  height: 55px;
  position: relative;
  margin-bottom: 25px;
}




/* BANNER START CODE */

.banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bannerbg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0 70px 0;
}
.banner-content {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.button-menu-mobi+.banner-content{
	display:none;
}

.banner-link {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.banner-menu-li {
  width: 48%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner-link-box {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
  padding: 10px;
 
}

.banner-link-box img {
  width: 25px;
  height: 30px;
  margin-right: 10px;
}

.banner-link-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
}

.banner-form-text {
  width: 360px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.banner-form-text h1,
.banner-form-text h2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.banner-form-text .banner-form-btn {
  width: 260px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s linear;
}



/* BANNER END CODE */


/* SERVICE START CODE */



.service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:0;
}



.service-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #cc7a00;
  margin-bottom: 20px;
}

.service-btn {
  width: 33%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 10px;
}

/* SERVICE END CODE */



/* DIGITAL SERVICE START CODE */

.digital-service-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8,
.content9,
.content10,
.content11,
.content12,
.content13,
.content14,
.content15

{
  display: none;
}


.digital-service-content {
  width: 95%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digital-service-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #CC7A00;
  margin-bottom: 30px;
}

.digital-service-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.digital-service-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.phone-box {
  width: 100%;
  height: 420px;
  margin-bottom: 20px;
 
}

.navigation-box {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;

}

.computer-box {
  width: 100%;
  height: 420px;
  margin-bottom: 20px;

}

.projectors-box {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;


}
.monitor-box {
  width: 100%;
  height: 420px;
  margin-bottom: 20px;
 

}

.printer-box {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
 

}

.ups-box {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  background: #212121;
}



.baby-monitor-box {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
 
}
.digital-service-link-box {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 2;
  gap: 10px;
 
}

.digital-service-links {
  width: fit-content;
  height: fit-content;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.5s linear;
}


/* DIGITAL SERVICE END CODE */


/* COMMENT START CODE */

.comment-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.comment-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.comment-content h2 {
  width: 100%;
  margin-bottom: 25px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #cc7a00;
}


.comment-slider .owl-dots .owl-dot {
  width: 15px;
  height: 6px;
  margin: 5px;
  background: #cc7a00;
}

.comment-slider .owl-dots .active {
  width: 15px;
  height: 8px;
  margin: 5px;
  background: #212121;
}

.comment-box {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.comment-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #cc7a00;
}

.comment-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #212121;
  margin-top: 15px;
}

.comment-link {
  width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  transition: all 0.5s linear;
}

.star {
  font-size: 18px;
  color: #212121;
}



.date p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
}

.all-comment-link {
  width: 230px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.5s linear;
  margin: 30px auto 0 auto;
}
/* COMMENT END CODE */


/* WORKING START CODE */

.working-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 15px;
  padding: 50px 0;
  margin-top: 70px;
}

.working-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.working-content h2 {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #cc7a00;
  margin-bottom: 20px;
}

.working-item {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.working-item img{
  width: 30px;
  height: 30px;
}
.item-black {
  background: #212121;
  border-radius: 50px;
}
.item-white {
  background: #ffffff;
  border-radius: 100%;
}

.item-black p {
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

.item-white p {
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 15px;
}
/* WORKING END CODE */


/* PRICE START CODE */

.price-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.price-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #cc7a00;
  margin-bottom: 30px;
}

.price-link-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}

.price-btn{
  width: 33%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 10px;
}



.price-link-table {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 60px;
}

.price-table2,
.price-table3,
.price-table4,
.price-table5,
.price-table6,
.price-table7,
.price-table8,
.price-table9,
.price-table10,
.price-table11,
.price-table12,
.price-table13,
.price-table14{
  display: none;
}
.price-table-item {
  width: 47%;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  gap: 15px;
  margin-bottom: 15px;
}

.price-table-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  padding:0 7px;
}

.price-table-item .price-form-btn {
  width: 126px;
  height: 40px;
  background: #cc7a00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  transition: all 0.5s linear;
}

/*  PRICE END CODE */


/* REKLAM BANNER START CODE*/


.reklam-banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.reklam-banner-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.reklam-banner-item{
  width: 90%;
  height: 230px;
  display: flex;
  margin-bottom: 30px;
}

.reklam-content{
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(133.48deg, #CC7A00 8.37%, #FF9900 74.33%);
border-radius: 15px;
}





.reklam-text{
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 margin-left: 20px;
 gap: 15px;


}

.reklam-text h2{
  width: 80%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 22px;
color: #FFFFFF;
}

.reklam-content .reklam-text p{
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;  
  color: #FFFFFF;
}


.reklam-content .reklam-text span{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}


.reklam-text p{
 
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;

}

.reklam-img{
  width: 50%;
  height: 100%;
  display: flex;
 margin: 0px 20px 0 0;
 align-items: flex-end;

}

.reklam-img img{
  width: 100%;
  height: 80%;
 
}





/* REKLAM BANNER END CODE */






/* PROPLEM START CODE */

.proplem-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.proplem-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.proplem-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #cc7a00;
}

.proplem-button-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  margin-top: 15px;
}

.proplem-btn {
  width: 33%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all.5s linear;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #212121;
  margin-bottom: 15px;
}


.proplem-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 2%;
}

.drying,
.coffe,
.gas,
.conditioners2,
.drying-machines {
  display: none;
}

.proplem-box {
  width: 48%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 25px;
  gap: 15px;
}

.proplem-box p {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 139% */

  color: #212121;
}

.proplem-box .price-form-btn {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  padding: 6px;
  transition: all 0.5s linear;
  cursor: pointer;
}

.proplem-top-box {
  width: 100%;
  height: fit-content;
  background: #ffffff;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.proplem-btm-box {
  width: 100%;
  height: fit-content;
  background: #212121;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.proplem-top-box .price-form-btn:hover {
  background: #212121;
  color: #fff;
}
.proplem-btm-box .price-form-btn:hover {
  background: #fff;
  color: #212121;
}
.proplem-top-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #212121;
  margin-top: 10px;
}
.proplem-btm-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  margin-top: 10px;
}

/* PROPLEM END CODE */


/*FORM START CODE */

.tel-form-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.tel-form-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding:20px 20px;
  background: #e8e8e8;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.tel-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.tel-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #cc7a00;
}

.tel-form p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  margin-top: 10px;
  text-align: center;
}

.tel-form-box {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.tel-form-control {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 20px;
}

.tel-send {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}

.form-box-end {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  background: transparent;
}

.form-box-end label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.form-box-end label #politic {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 0px;
  margin-top: -8px;
}


.form-box-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #212121;
  cursor: pointer;
  
}

.form-box-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;

  color: #cc7a00;
  transition: 0.5s;
}

/* TEL-FORM END CODE */



/* ASK STAT CODE */
.ask-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.ask-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.ask-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  /* identical to box height, or 112% */

  color: #cc7a00;
}

.ask-text-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  margin-top: 20px;
}

.ask-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 5px 10px;
}

.ask-box {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}

.ask-text {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}

.ask-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #212121;
}

.ask-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc7a00;
  border-radius: 15px;
  cursor: pointer;
}

.ask-open {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  transition: 0.5s ease;
}

.ask-close {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: #212121;
  border-radius: 15px;
  transition: 0.5s ease;
  cursor: pointer;
  display: none;
}



.ask-detay p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}
/* ASK END CODE */


/* ABOUT START CODE */
.about-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.about-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.about-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #cc7a00;
}

.about-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  margin-top: 30px;
}
/* ABOUT END CODE */



/* FOOTER START CODE */

footer {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212121;
  padding: 50px 0;
  margin-top: 100px;
}
.footer-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-menu-list {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.footer-menu-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  transition: all.5s linear;
}

.footer-menu-a:hover {
  background: #cc7a00;
  color: #fff;
}

.footer-service {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-top: 20px;
}

.footer-service-links {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  transition: all.5s linear;
  margin-bottom: 10px;
}

.footer-service-links:hover {
  color: #cc7a00;
}

.site-map-policy {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  column-gap: 20px;
}
.site-map,
.policy-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.5s linear;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #212121;
  border-radius: 10px;
  margin-bottom: 15px;
}


.footer-contack {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #212121;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
}

.footer-contack h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #cc7a00;
}

.footer-tel-mail-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}

.footer-tel-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}

.footer-tel-a::before {
  content: "\f232";
  font-family: fontawesome;
  font-size: 13px;
  color: #cc7a00;
  margin-right: 10px;
}

.footer-mail-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #212121;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}
.footer-mail-a::before {
  content: "\f658";
  font-family: fontawesome;
  font-size: 13px;
  color: #cc7a00;
  margin-right: 10px;
}
.footer-mail-a:hover,
.footer-tel-a:hover {
  background: #fff;
  color: #cc7a00;
}

.footer-work-time {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.footer-text {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}

.footer-text p,
.footer-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}

.footer-contack p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-contack .work-time-p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 20px;
}

.footer-contack span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.footer-wp-map {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}

.map-a {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #cc7a00;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}

.map-a::before {
  content: "\f3c5";
  font-family: fontawesome;
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}
.map-a:hover,
.map-a:hover::before {
  background: #fff;
  color: #cc7a00;
}

.copy-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  border-top: 1px solid #333;
}

.copy-container p {
  width: 95%;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
}

/* FOOTER END CODE */



/* !COFFE PAGE START CODE */




/* COFFE CONTENT START CODE */




.coffe-item-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
}

.coffe-item-content a {
  width: fit-content;
  height: fit-content;
  transition: all 0.5s linear;
  margin-bottom: 25px;
}

.coffe-item {
  width: 230px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
}

.coffe-item:hover {
  box-shadow: 2px 2px 10px 4px #cc7a00;
}

.coffe-item img {
  width: 137px;
  height: 137px;
}

.coffe-item p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #212121;
  text-align: center;
  margin-top: 20px;
}



.coffe-link-content a {
  width: 33%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all .5s linear;
  margin-bottom: 15px;
}

.coffe-link-content a:hover{
  color: #fff;
  background: #212121;
}

/* COFFE CONTENT END CODE */



/* CLIENT FORM START CODE */


.client-form-content {
  width: 90%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 25px;
  background: linear-gradient(133.48deg, #cc7a00 8.37%, #ff9900 74.33%);
  border-radius: 15px;
}

.client-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 
}

.client-form h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 10px;
}

.client-form p {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
}
.client-form-control {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 30px;
}



.client-form-control input[type="submit"]:hover {
  color: #212121;
  background: #fff;
}

.client-form-end {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 20px;
  background: transparent;
}

.client-form-end label {
  width: 300px;
  height: 100%;
  display: flex;
}

.client-form-end label #client-pol {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.client-form-end label p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  cursor: pointer;
}

.client-form-end label p a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  transition: 0.5s;
}

.client-form-img {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  margin-bottom: 30px;
}

.client-form-img img {
  width: 100%;
  height: 100%;
}

/* CLIENT FORM END CODE */



/* SERVICE PRICE START CODE */





.price-service-content p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.price-service-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.price-service-box {
  width: 48%;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
 position: relative;
}

.price-service-box p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}




/* SERVICE PRICE END CODE */


/* SERVICE PROGRESS START CODE */



.service-progress-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2%;
}

.service-progress-item {
  width: 48%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 50px;
  padding: 15px;
  margin-bottom: 25px;
}

.progress-item {
  background: #212121;
  
}
.progress5{
order: 0;

}

.service-progress-item img {
  width: 35px;
}

.service-progress-item span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #cc7a00;
  margin-top: 20px;
}

.service-progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 10px;
}

.progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

/* SERVICE PROGRESS END CODE */

/* SERVICE ASK PRICE START */




.service-ask-content h2{
  width: 100%;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;

  line-height: 35px;
  color: #CC7A00;
  margin-bottom: 30px;

}

.service-ask-item{
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8E8E8;
border-radius: 15px;
margin-bottom: 25px;
padding: 0 15px;

}

.service-ask-item p{
  font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 17px;
color: #212121;
}

.service-ask-item .service-form-btn {
  width: 110px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.service-ask-item .service-form-btn:hover {
  background: #212121;
}



/* SERVICE ASK PRICE END */


/* BRANDS START CODE */

.brands-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.brands-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.brands-content h2{
  width: 100%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 35px;
color: #CC7A00;
margin-bottom: 30px;
}

.brands-item{
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}


/* BRANDS END CODE */


/* SERVICE CENTER START  */

.service-center-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.service-center-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.service-center-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;

line-height: 35px;
color: #CC7A00;
}

.service-center-content p{
  width: 65%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;

}

.service-adress-link{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.service-adress-link a{
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
border-radius: 15px;
transition: all .5s linear;
margin-top: 20px;
}

.service-adress-link a:hover{
  background: #CC7A00;
}

.service-city{
   width: 100%;
   height:fit-content;
   display: flex;
   margin-top: 50px;

}

.service-city p{
  width: 100%;
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #212121;
}



/* SERVICE CENTER END */


/* !COFFE PAGE END CODE */

/* !DETAIL PAGE START CODE */


/* DETAIL CONTENT START */

.detail-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}


.detail-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.detail-content h1,
.detail-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 25px;
color: #CC7A00;
}
.detail-text-content-left{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;

}

.detail-text-content-right{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;

}
.detail-item{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  

}
.detail-img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  margin-top: 30px;
}

.detail-img img{
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.detail-text{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}

.detail-text h3{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 18px;
color: #212121;
}

.detail-text p{
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 18px;
color: #212121;
margin-top: 15px;
}

/* DETAIL CONTENT END  */

/* !DETAIL PAGE END CODE */



/* !ABOUT PAGE START CODE */


/* ABOUT CONTENT START CODE */

.about-page-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}


.about-page-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  
}


.about-page-content h2{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #CC7A00;
}


.about-item{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 35px;
}

.about-text{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;

}


.about-text h3{

  font-family: 'Rubik';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 35px;
color: #CC7A00;
margin-top: 20px;


}

.about-text p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  margin-top: 10px;
}

.about-img{
  width: 100%;
  height:fit-content;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;

}

.about-img img{
  width: 33%;
  height: auto;
  border-radius: 10px;
 
}


/* ABOUT CONTENT END CODE */

/* !ABOUT PAGE END CODE */



/* !CONTACK PAGE START CODE */

/* Contack content Start */

.contack-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.contack-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}



.contack-content h2 {
  width: 100%;
  height: fit-content;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #cc7a00;
  margin-bottom: 20px;
 }

.contack-wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contack-contack-box {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border: 1px solid #212121;
  padding: 10px 0;
  background: #212121;
}

.contack-before-box {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ad-b::before {
  content: "\f3c5";
  color: #CC7A00;
  position: absolute;
  font-family: fontawesome;
  font-size: 30px;
}

.tel-b::before {
  content: "\e527";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 30px;
}

.mail-b::before {
  content: "\f658";
  color: #CC7A00;

  position: absolute;
  font-family: fontawesome;
  font-size: 30px;
}

.contack-contack-item {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
 
}

.contack-contack-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.contack-contack-box a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  transition: 0.5s;
  margin-top: 10px;
}


/* FOem map start code */

.form-map-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}

.contack-map-container {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

.contack-map-container div {
  width: 100%;
  height: 100%;
}

.contack-form-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 20px;
}

.contack-page-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.form-row {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-item {
  width: 48%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.input-group {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
}

.input-group-addon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeaeae;
  border-right: none;
}

.form-inp {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  transition: 0.5s;
  border: 1px solid #aeaeae;
  padding-left: 10px;
}

.form-send {
  border: 1px solid #aeaeae;
  height: 40px;
  background: #CC7A00;
  cursor: pointer;
  transition: 0.5s;
}

.form-send:hover {
  background: #212121;
}

.site-button {
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

/* Contack content end*/

/* !CONTACK PAGE END  CODE */








}


@media screen and (max-width: 450px){

	.metro-content{
		display:none;
	}
	body.aktive{
		overflow:hidden;
	}
	.banner-link-box.aktive{
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 138px;
		z-index: 777777;
		display: flex;
		padding:25px 25px;
		flex-direction: column;
		align-items: stretch;
	}
	.banner-link-box.aktive img{
		margin: 10px 15px;
	}
	.banner-link-box.aktive p{
		color: #212121;
		font-size: 15px;
		max-width:160px;
	}
	.banner-link-box.aktive:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom:0;
		right:25px;
		width: 21px;
		height: 21px;
		background: url(../img/x-cloce.png) no-repeat 50% 50%/100%;
		margin:auto 0;
	}
	.banner-link li .banner-link-box-dop-menu.aktive{
		display: block;
		background: #fff;
		position: fixed;
		z-index: 777777;
		top:138px;
		left: 0;
		width: 100%;
		overflow: auto;
		height: 100%;
		border:none;
		padding: 0 25px 148px;
	}

  /* -- HEADER START CODE  */



  .menu-container {
    width: 95%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo-clock {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  
  .logo {
    width: 100px;
    height: 35px;
    display: flex;
  }



  .city-clock {
    width: fit-content;
    height: fit-content;
    display: none;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-left:15px;
    
  }
	.city-clock.mobi {
	  width: fit-content;
	  height: fit-content;
	  flex-direction: row;
		display: flex;
	  align-items: flex-start;
	  justify-content: flex-start;
	  margin-left: 0;
	}
.city-clock.mobi .select-content{
	margin-top:0;
	margin-right:15px;
}
.city-clock.mobi .clock{
	margin-top:2px;
}
.city-clock.mobi .clock p,
.city-clock.mobi select{
	font-size:14px;
}

  .select-content {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0px;
  }

  .select-content::before {
    content: "\f124";
    font-family: fontawesome;
    font-size: 14px;
    color: #cc7a00;
    transform: rotate(-90deg);
    margin-right: 5px;
  }
  .city-clock select {
    width: fit-content;
    background: #212121;
    display: flex;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 17px;
    color: #ffffff;
    position: relative;
  }
  
  .clock {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .clock p {
    font-style: normal;
    font-weight: 400;
    font-size: 7px;
    line-height: 14px;
    /* identical to box height */
  
    color: #ffffff;
  }
  .clock p::before {
    content: "\f017";
    font-family: fontawesome;
    font-size: 12px;
    color: #cc7a00;
    margin-right: 5px;
  }


  .mobil-menu-icon {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  .mobil-menu-icon #bar-icon{
    width: 40px;
    height: 25px;
  }


  .navbar {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
  
  .menu-list {
    width: 100%;

    height: fit-content;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 0px;
    background: #212121;
    padding: 20px;
    position: absolute;
    top: -2000%;
    z-index: 99;
    transition: all .5s linear;

  }

  .menu-list.ac{
    top: 100%;
    width: 100%;


  }
  
  .menu-list li {
    display: block;
    margin-top: 20px;
  }
  
  .menu-list li a {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    position: relative;
    transition: all 0.5s linear;
  }


  /* .tel-mail {
    width: fit-content;
    height: fit-content;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
  } */
  
  .tel-mail {
    width: fit-content;
    height: fit-content;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
  }
  
  .tel-mail .tel-a {
    font-style: normal;
	font-weight: 500;
	font-size: 9px;
	line-height: 14px;
	transition: all 0.5s linear;
	position: relative;
	color: #cc7a00;
	width: 21px;
	height: 23px;
	overflow: hidden;
	white-space: nowrap;
  }
  .tel-mail .tel-a::before {
    content: "\f095";
	font-family: fontawesome;
	font-size: 20px;
	color: #cc7a00;
	margin-right: 15px;
	line-height: 21px;
  }
  
  .tel-mail .mail-a {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 14px;
    /* identical to box height */
    transition: all 0.5s linear;
    position: relative;
  display:none;
    color: #ffffff;
  }
  .tel-mail .mail-a::before {
    content: "\f658";
    font-family: fontawesome;
    font-size: 10px;
    color: #cc7a00;
    margin-right: 10px;
  }

/* HEADER END CODE */


/* SERVICE START CODE */


.service-btn {
  width: 49%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 10px;
}


/* DIGITAL SERVICE STAT CODE */


.price-btn{
  width: 49%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all 0.5s linear;
  margin-bottom: 10px;
  margin-right:1%;
}

/* PROPLEM SERVICE START CODE */

.proplem-btn {
  width: 48%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all.5s linear;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #212121;
  margin-bottom: 15px;
  margin-right:1%;
}








/* !COFFE PAGE START CODE */


.page-link-content{
  gap: 10px;
}

/* COFFE CONTENT START CODE */




.coffe-item-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
}

.coffe-item-content a {
  width: fit-content;
  height: fit-content;
  transition: all 0.5s linear;
  margin-bottom: 25px;
}

.coffe-item {
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
}

.coffe-item:hover {
  box-shadow: 2px 2px 10px 4px #cc7a00;
}

.coffe-item img {
  width: 137px;
  height: 137px;
}

.coffe-item p {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #212121;
  text-align: center;
  margin-top: 20px;
}


.coffe-link-content a {
  width:100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #212121;
  transition: all .5s linear;
  margin-bottom: 15px;
}
.coffe-link-content a:hover{
  color: #fff;
  background: #212121;
}
.price-service-item > div{
	width: 49%;
}
.service-ask-content > div{
	width:100%;
}
/* COFFE CONTENT END CODE */




/* SERVICE PRICE START CODE */





.price-service-content p {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
}

.price-service-item {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.price-service-box {
  width: 49%;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
 position: relative;
}

.price-service-box p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}




/* SERVICE PRICE END CODE */


/* SERVICE PROGRESS START CODE */



.service-progress-content {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2%;
}

.service-progress-item {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 40px;
  padding: 15px;
  margin-bottom: 25px;
}

.progress-item {
  background: #212121;
  
}
.progress5{
order: 5;

}

.service-progress-item img {
  width: 45px;
}

.service-progress-item span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #cc7a00;
  margin-top: 20px;
}

.service-progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
  margin-top: 10px;
}

.progress-item p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

/* SERVICE PROGRESS END CODE */

/* SERVICE ASK PRICE START */




.service-ask-content h2{
  width: 100%;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;

  line-height: 35px;
  color: #CC7A00;
  margin-bottom: 30px;

}

.service-ask-item{
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8E8E8;
border-radius: 15px;
margin-bottom: 25px;
padding: 0 15px;

}

.service-ask-item p{
  font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 17px;
color: #212121;
}

.service-ask-item .service-form-btn {
  width: 110px;
  height: 45px;
  background: #cc7a00;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s linear;
}
.service-ask-item .service-form-btn:hover {
  background: #212121;
}



/* SERVICE ASK PRICE END */


/* BRANDS START CODE */

.brands-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.brands-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.brands-content h2{
  width: 100%;
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 35px;
color: #CC7A00;
margin-bottom: 20px;
}

.brands-item{
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.brands-item img{
  width: 95%;
}

/* BRANDS END CODE */


/* SERVICE CENTER START  */

.service-center-container{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}

.service-center-content{
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.service-center-content h2{
  font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 25px;

line-height: 35px;
color: #CC7A00;
}

.service-center-content p{
  width: 65%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;

}

.service-adress-link{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.service-adress-link a{
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
border-radius: 15px;
transition: all .5s linear;
margin-top: 20px;
}

.service-adress-link a:hover{
  background: #CC7A00;
}

.service-city{
   width: 100%;
   height:fit-content;
   display: flex;
   margin-top: 50px;

}

.service-city p{
  width: 100%;
  font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #212121;
}



/* SERVICE CENTER END */


/* !COFFE PAGE END CODE */


/* !CONTACK PAGE START CODE */


.contack-contack-item {
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
 
}
.contack-contack-box a {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  transition: 0.5s;
  margin-top: 10px;
}

.contack-form-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 20px;
}

.contack-page-form {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.form-row {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-item {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

}

/* !404 EROR PAGE START CODE */

.eror-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  padding: 50px 0;
  margin-top: 0px;
  animation: backInLeft 2s;
}
.eror-container .page-link-container {
  margin: 0;
}

.eror-content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.eror-item {
  width: 320px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.eror-item strong {
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  color: #CC7A00;
  display: flex;
  align-items: center;
}

.eror-item strong img {
  width: 70px;
  height: 70px;
}

.eror-item span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
}

.eror-item a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  transition: all 0.5s linear;
  background: #CC7A00;
  margin-top: 10px;
}
.eror-item a:hover {
  background: #000;
}

.top-border {
  width: 100%;
  position: relative;
  height: 15px;
  background-color: #ffbc13;
  background-image: url(../img/copy.png);
  background-repeat: repeat-x;
  background-position: center top;
}

.bottom-border {
  width: 100%;
  position: relative;
  height: 15px;
  background-color: #ffbc13;
  background-image: url(../img/copy.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.eror-item img {
  width: 100%;
  height: 270px;
}

/* !404 EROR PAGE START CODE */