@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;900&display=swap');

:root {
  --main-black: #333333;
  --main-dark: #666666;
  --main-dark-green: #205A5E;
  --main-light-green: #C3DBDD;
  --main-light: #F3F3F3;
  --main-heading_1: 50px;
  --main-heading_2: 22px;
  --main-heading_1_adapt: 33px;
  --main-heading_2_adapt: 20px;
}

@media (max-width: 750px) {
  :root {
    --main-heading_1: 33px;
    --main-heading_2: 20px;
  }
}

body {
  font-size: 18px;
  line-height: normal;
  color: var(--main-black);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

.bg_lap {
  background: linear-gradient(0deg, #ffffff 10%, rgba(0, 0, 0, 0) 10%), url(/assets/lib/img/lap_bg.jpg);
  background-position: center;
  background-size: cover;
}
.choose_us {
  background-image: url(/assets/lib/img/devices_bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.heading_1 {
  font-size:var(--main-heading_1);
}
.heading_2 {
  font-size:var(--main-heading_2);
}
.dark_green {
  color: var(--main-dark-green);
}
.dark_green_bg {
  background-color: var(--main-dark-green);
}
.dark {
  color: var(--main-dark);
}
.design_light {
  color: var(--main-light);
}
.lap-button {
  background-color: var(--main-dark-green);
  border-color: var(--main-dark-green);
  border-radius: 0;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}

@keyframes blick{60%{left:100%}to{left:130%}}

.lap-button:before {
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg,rgba(255,255,255,0.1),rgba(255,255,255,0.6) 100%);
    width: 45px;
    transform: skewX(-22deg);
    left: -65%;
    animation-name: blick;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.button-wrapper-shadow {
  filter: drop-shadow(0px 10px 20px var(--main-dark-green));
  display: inline-block;
  transition: 0.1s all ease;
}
.button-wrapper-shadow:hover {
  filter: drop-shadow(0px 0px 0px var(--main-dark-green));
}
.notch {
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
}
.mt_100 {
  margin-top: 100px;
}
.pb_100 {
  padding-bottom: 100px;
}
.pt_100 {
  padding-top: 100px;
}
.professional {
    margin-top: -16px;
}
.text_block {
  position: relative;
  z-index: 1;
}
.bg_number {
  position: absolute;
  color: #e7e7e7;
  font-weight: 900;
  font-size: 80px;
  top: 0;
  z-index: -1;
  line-height: 70px;
}
.bg_number.pos_end {
  right: 0;
}
.bg_number.pos_start {
  left: 0;
}
.contact_us {
  background: linear-gradient(180deg, #F3F3F3 31.21%, rgba(243, 243, 243, 0) 100%);
  padding-top: 100px;
  padding-bottom: 20px;
}
.stats {
  padding-top: 80px;
  padding-bottom: 40px; 
  background-color: var(--main-dark-green);
  color: white;
  text-align: center;
}
.appliance_serviced {
  padding-top: 80px;
  padding-bottom: 80px;  
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F0F0F0 36.47%);
}
.reviews {
  padding-top: 80px;
  padding-bottom: 80px;  
  background-color: #F1F1F1;
}
.big_num {
  font-size: 100px;
  font-weight: 600;
  color: #205a5e;
  text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  position: relative;
}
.big_num:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #205a5e, transparent);
  mix-blend-mode: darken;
}
.big_num:after {
    content: '+';
}
.repair_card {
  background: #ffffff;
  min-height: 280px;
  width: 260px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
}
.img_wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call_us {
    background-image: url(/assets/lib/img/dude3_bg.jpg);
    min-height: 640px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    background-color: #f0f0f0;
}
.vendor_wrapper {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(0.9);
    transition: 0.3s all ease;
}
.vendor_wrapper:hover {
  filter: grayscale(0);
}
.notation {
    background: linear-gradient(90deg, #205a5e 50%, rgba(0, 0, 0, 0) 10%), #ffffff;
}
.strange_figure {
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
}
.list_i {
  position: relative;
}
.list_i:before {
    content: "";
    background-image: url(/assets/lib/img/list_item.png);
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.item.review_card {
    background: #ffffff;
    padding: 20px;
    margin: 0 20px;
    height: 430px;
    display: flex;
    flex-direction: column;
}
.review_text {
    height: 100%;
    line-height: 1.7rem;
}
.rating img {
  display: inline!important;
  width: auto!important;
}
.country {
  padding: 10px 10px 10px 30px;
  position: relative;

}
.country:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(/assets/lib/img/map_pin.png);
    background-repeat: no-repeat;
    background-position: center;
}
.areas {
    background-image: url(/assets/lib/img/map.png);
    background-position: 75% 50%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.let_us_help {
    background: linear-gradient(0deg, #ffffff 160px, rgba(0, 0, 0, 0) 10%), url(/assets/lib/img/dude6_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
}
.white_figure {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    background-color: #ffffff;
    padding: 60px 50px;
}
.white_figure-wrapper-shadow {
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.11));
  display: inline-block;
}
.payment_methods {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.hex {
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    width: 64px;
    height: 64px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hex_outer {
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    width: 70px;
    height: 70px;
    background: #C8C8C8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-arrow {
  clip-path: polygon(100% 65%, 100% 100%, 50% 35%, 0 100%, 0 65%, 50% 0);
  background-color: #C8C8C8;
  width: 26px;
  height: 14px;
}
#to_top:hover .hex {
  background: var(--main-dark-green);
}
#to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  width: 60px;
  height: 60px; 
  background: #C8C8C8;
  margin-top: 0px;
  position: absolute;
  top: calc(50% - 70px);
  display: inline-flex;
  align-items: center;
  justify-content: center;  
}
.owl-carousel .owl-nav button.owl-prev {
  left: -8px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -8px;
}
.owl-carousel .owl-nav button.owl-prev span.i_hex, .owl-carousel .owl-nav button.owl-next span.i_hex {
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  width: 56px;
  height: 56px;
  background: #F1F1F1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dir_p {
  clip-path: polygon(100% 0, 30% 50%, 100% 100%, 70% 100%, 0% 50%, 70% 0);
  background-color: #C8C8C8;
  width: 15px;
  height: 26px;  
}
.dir_n {
  clip-path: polygon(30% 0, 100% 50%, 30% 100%, 0 100%, 70% 50%, 0 0);
  background-color: #C8C8C8;
  width: 15px;
  height: 26px;  
}
.owl-carousel .owl-nav button.owl-prev:hover span.i_hex, .owl-carousel .owl-nav button.owl-next:hover span.i_hex {
  background: var(--main-dark-green);
}
.owl-theme .owl-dots .owl-dot span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0px;
}
.reviews .owl-theme .owl-dots .owl-dot.active span, .reviews .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-dark-green);
}
/*  @media only screen 
       and (device-width: 428px) 
       and (device-height: 926px) 
       and (-webkit-device-pixel-ratio: 3) { } */
/* @media (max-width: 768px)
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}    */     
        
@media (max-width: 750px)  {
  .top_bar .heading_2 {
    font-size: 16px;
  }
  .phone_btn {
    font-size: 14px;
  }
  .mt_100 {
  margin-top: 50px;
  }
  .pb_100 {
    padding-bottom: 50px;
  }
  .pt_100 {
    padding-top: 50px;
  }
  .fixed_menu {
    position: fixed;
    background: white;
    width: 100%;
    top: 0;
    z-index: 10;
    padding-bottom: 10px!important;
    box-shadow: 0px 10px 40px black;
    padding-right: 5px;
  }
  .professional {
    margin-top: 0%;
  }
  .choose_us {
    background-image: none;
  }
  .call_us {
    background-image: unset;
    min-height: unset;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-color: #ffffff;
    display: block;
  }
  .item.review_card {
    margin: 0;
    height: unset;
    min-height: 430px;
    justify-content: space-between;
  }
  .review_text {
    margin-bottom: 30px;
  }
  .country {
    padding: 10px 0px 10px 30px;
  }
  .let_us_help {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .white_figure {
    padding: 40px 30px;
  }
  .white_figure-wrapper-shadow {
    filter: unset;
  }
 .bg_number.pos_start {
    left: unset;
    right: 0;
  }  
}

@media (768px <= width <= 1199px) {
  .mt_100 {
    margin-top: 50px;
  }
  .pb_100 {
    padding-bottom: 50px;
  }
  .pt_100 {
    padding-top: 50px;
  }  
  .choose_us {
    background-image: none;
  }
  .bg_number.pos_start {
    left: unset;
    right: 0;
  }
  .big_num {
    font-size: 70px;
  }
  .call_us {
    background-image: unset;
    min-height: unset;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-color: #ffffff;
    display: block;
  }
  .item.review_card {
    margin: 0 10px;
    height: unset;
    min-height: 430px;
    justify-content: space-between;
  }
  .let_us_help {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 60px;
  }  
}


.as-5 {
  animation: 5s;
}









.test {}
