:root {}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.main-logo {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-top: 20vh;
  margin-bottom: 10vh;
}

.main-logo img {
  width: 100%;
}

.blok-text {
  border-top: 8px solid var(--color-primary);
  border-bottom: 8px solid var(--color-primary);
  padding-top: 25px;
  padding-bottom: 25px;
}

.blok-text h4 {
  font-size: 25px;
  font-weight: 300;
  text-align: justify;
  text-transform: uppercase;
  line-height: 170%;
  letter-spacing: 2px;
  letter-spacing: 0px;
  color: #111111;
}

.imz_blokzzz {}

.imz_blokzzz img {
  width: 100%;
}

.home_brand_block figure {
  height: 300px;
  margin-bottom: 0px;
}

.home_brand_block figure img {
  height: 100%;
  width: auto;
}

.service_list {
  margin-right: 100px;
}

.service_list ul {
  padding-left: 0px;
}

.service_list ul li {
  list-style: none;
}

.service_list ul li a {
  display: flex;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding: 8px 10px 8px 20px;
  color: #ffffff;
}

.service_list ul li a::before {
  position: absolute;
  content: '';
  left: 0px;
  width: 8px;
  height: 8px;
  border-left: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.ftr_linkz {
  display: flex;
}

.ftr_linkz ul {
  display: flex;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.ftr_linkz ul li {
  list-style: none;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.ftr_linkz ul li::after {
  position: absolute;
  content: '';
  height: 120%;
  width: 2px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #f04d2c;
}

.ftr_linkz ul li:last-child::after {
  display: none;
}

.ftr_linkz ul li a {
  font-size: 18px;
  color: #f04d2c;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.ftr_page {
  margin-top: -20px;
  border-radius: 30px;
  background-color: #f04d2c;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.back_service {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.back_service_bbl_ {
  position: absolute;
  z-index: 1;
}

.back_service_bbl_ img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.back_service_bbl_01 {
  width: 50vw;
  height: 50vw;
  right: -20vw;
  top: -44vh;
}

.back_service_bbl_01::after {
  position: absolute;
  content: '';
  width: 110%;
  height: 110%;
  border: 1px solid #f04d2c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.back_service_bbl_02 {
  width: 70vw;
  height: 70vw;
  left: -25vw;
  top: -35vw;
  z-index: 6;
}


.back_service_bbl_03 {
  width: 70vw;
  height: 70vw;
  right: -25vw;
  bottom: -35vw;
  z-index: 2;
}

.back_service_bbl_04 {
  width: 60vw;
  height: 60vw;
  left: -25vw;
  bottom: -35vw;
  z-index: 2;
}

.back_service_bbl_04::after {
  position: absolute;
  content: '';
  width: 110%;
  height: 110%;
  border: 1px solid #f04d2c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.back_service_a {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
  background-color: #f04d2ca2;
}

.back_service_b {
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}