@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@700&family=Roboto:wght@400;700&display=swap');

:root {
  --text-size: 19px;
  --text-button: 23px;
  --text-h3: 26px;
  --text-h1: 96px;
  --static-h1: 96px;
  --main-black: #55586B;
  --main-orange: #F4871F;
  --main-darkblue: #262E6A;
  --main-lightblue: #F7F4FF;
  --main-dirtyblue: #55586B;
  --title-font: "Alumni Sans", sans-serif;
  --check-img: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImJpIGJpLWNoZWNrLWxnIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xMi43MzYgMy45N2EuNzMzLjczMyAwIDAgMSAxLjA0NyAwYy4yODYuMjg5LjI5Ljc1Ni4wMSAxLjA1TDcuODggMTIuMDFhLjczMy43MzMgMCAwIDEtMS4wNjUuMDJMMy4yMTcgOC4zODRhLjc1Ny43NTcgMCAwIDEgMC0xLjA2LjczMy43MzMgMCAwIDEgMS4wNDcgMGwzLjA1MiAzLjA5MyA1LjQtNi40MjV6Ii8+Cjwvc3ZnPg==');
  --arrowr-img: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImJpIGJpLWFycm93LXJpZ2h0IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEgOGEuNS41IDAgMCAxIC41LS41aDExLjc5M2wtMy4xNDctMy4xNDZhLjUuNSAwIDAgMSAuNzA4LS43MDhsNCA0YS41LjUgMCAwIDEgMCAuNzA4bC00IDRhLjUuNSAwIDAgMS0uNzA4LS43MDhMMTMuMjkzIDguNUgxLjVBLjUuNSAwIDAgMSAxIDgiLz4KPC9zdmc+');
  --phone-img: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMDAwMCIgY2xhc3M9ImJpIGJpLXRlbGVwaG9uZS1maWxsIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuODg1LjUxMWExLjc0NSAxLjc0NSAwIDAgMSAyLjYxLjE2M0w2LjI5IDIuOThjLjMyOS40MjMuNDQ1Ljk3NC4zMTUgMS40OTRsLS41NDcgMi4xOWEuNjguNjggMCAwIDAgLjE3OC42NDNsMi40NTcgMi40NTdhLjY4LjY4IDAgMCAwIC42NDQuMTc4bDIuMTg5LS41NDdhMS43NSAxLjc1IDAgMCAxIDEuNDk0LjMxNWwyLjMwNiAxLjc5NGMuODI5LjY0NS45MDUgMS44Ny4xNjMgMi42MTFsLTEuMDM0IDEuMDM0Yy0uNzQuNzQtMS44NDYgMS4wNjUtMi44NzcuNzAyYTE4LjYgMTguNiAwIDAgMS03LjAxLTQuNDIgMTguNiAxOC42IDAgMCAxLTQuNDItNy4wMDljLS4zNjItMS4wMy0uMDM3LTIuMTM3LjcwMy0yLjg3N3oiLz4KPC9zdmc+');
}

@media (max-width: 992px) {
  :root {
    --text-size: 16px;
    --text-h3: 20px;
    --text-h1: 45px;
  }
}

html {
  font-size: var(--text-size);
}

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

.darker-05 {
  filter: brightness(0.5);
}

.text-h3 {
  font-size: var(--text-h3);
}

.bg-lightblue {
  background-color: var(--main-lightblue);
}
.bg-darkblue {
  background-color: var(--main-darkblue);
}

.text-dirtyblue {
  color: var(--main-dirtyblue);
}
.text-darkblue {
  color: var(--main-darkblue);
}
.text-orange {
  color: var(--main-orange);
}
.icon-shadow {
    filter: drop-shadow(2px 4px 6px currentColor);  
}

.lap-button {
    background: #F36A21;
    background: linear-gradient(0deg, rgba(243,106,33,1) 16%, rgba(255,167,32,1) 68%);
    font-family: var(--title-font);
    font-size: var(--text-button);
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
    -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;
    &:hover {
      background: linear-gradient(0deg, rgba(204,90,29,1) 16%, rgba(218,143,28,1) 68%);
      -webkit-box-shadow: 4px 4px 8px #ccc;
      -moz-box-shadow: 4px 4px 8px #ccc;
      box-shadow: 4px 4px 8px #ccc;
    }    
}
.button-arrow {
    background-image: var(--arrowr-img);
    width: 20px;
    height: 13px;
    display: inline-block;
    background-position: center;
    background-size: cover;
}


.title-h1 {
  font-size: var(--text-h1);
  font-family: var(--title-font);
  font-weight: bold;
  color: #000;
  line-height: 0.8em;
  text-wrap: balance;
  .accent {
    color: var(--main-orange);
  }
  .num_accent {
      color: #fff;
      background-color: var(--main-darkblue);
      border-radius: 10px;
      padding: 5px 10px;
      display: inline-block;
      transform: rotate(-10deg);
  }
}

.text-static-h1 {
  font-size: var(--static-h1);
}

.start {
    background-image: url(/assets/lib/orange/img/bg-person-1.png);
    background-repeat: no-repeat;
    background-position: bottom right calc(50% - 300px);
    background-size: auto calc(100% - 110px);
}

.check-icon {
    background-image: var(--check-img);
    background-color: var(--main-orange);
    width: 26px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    display: inline-block;
}

.phone-btn {
    display: inline-flex;
    align-items: center;  
    font-weight: bold;
    color: #000;
}

.phone-icon {
    background-image: var(--phone-img);
    width: 26px;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.rating-link {
    text-decoration: none;
    background: white;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 16px;
    box-shadow: 4px 4px 8px 0px #00000050;
}

.why_us.py-5 {
    background-image: url(/assets/lib/orange/img/why-bg.png);
    background-repeat: no-repeat;
    background-position: bottom 50px left calc(50% - 350px - 210px);
    background-size: 700px;
}


.contact_us {
    background-image: url(/assets/lib/orange/img/bg-person-2.png);
    background-repeat: no-repeat;
    background-position: bottom right calc(50% - 300px - 50px);
    background-size: auto calc(100% - 50px);
}
.advantages-nums:before {
    content: '';
    position: absolute;
    right: -36px;
    top: 0;
    height: 100%;
    width: 25%;
    background-position: center right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(/assets/lib/orange/img/advantages.png);
}
.repair_card {
    background: white;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: 4px 4px 20px #00000050;
    font-size: 0.9rem;
}
.appliance_serviced {
    background-image: url(/assets/lib/orange/img/tools-bag-bg.png);
    background-repeat: no-repeat;
    background-position: bottom 20% left calc(50% - 225px - 250px);
    background-size: 450px;
}
.vendor_wrapper {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(0.9);
    transition: 0.3s all ease;
    padding: 0 10px;
}
.vendor_wrapper:hover {
    filter: grayscale(0);
}
.repair_problems {
    background-image: url(/assets/lib/orange/img/bg-devices-2.png);
    background-repeat: no-repeat;
    background-position: bottom 50px center;
}
.item.review_card {
    background: #ffffff;
    padding: 30px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 1px 18px 20px 0px #00000060;
}
.review_card_wrapper {
    padding: 15px 0px 40px 0px;
    position: relative;
}
.review_card_wrapper:before {
    content:'';
    display: block;
    position: absolute;
    top: 0px;
    right: 50px;
    width: 45px;
    height: 35px;
    background-image: url(/assets/lib/orange/img/quote2.png);
}
.review_text {
    height: 100%;
    line-height: 1.7rem;
    margin-bottom: 20px;
}
.item.review_card .rating img {
    display: inline!important;
    width: auto!important;
}
.f-invert {
  -ms-filter: invert(1);
  filter: invert(1);
}
.areas {
    background-image: url(/assets/lib/orange/img/map.png);
    background-repeat: no-repeat;
    background-position: top 20px right calc(50% - 25%);
    background-size: auto calc(100% - 20px);
}
.payment_methods {
    display: flex;
}

#to_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 8px #8f8f8f;
}

.hex_outer {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: white;
    width: 30px;
    height: 15px;
    display: block;
}

@media (max-width: 768px)  {
  body {
    font-size: var(--text-size);
  }
  .advantages-nums:before {
    right: 0;
  }  
  .contact_us {
    background-image: unset;
  }

  .start {
      background-image: linear-gradient(178deg, #ffffff00, #f8f3ff), url(/assets/lib/orange/img/bg-person-1.png);
      background-repeat: no-repeat;
      background-position: bottom center, bottom right -100px;
      background-size: 100% 300px, 100% auto;
  }
  .why_us.py-5 {
      background-image: unset;
  }  
  .appliance_serviced {
      background-position: bottom 50px right;
      background-size: 50% auto;
  } 
  .vendor_wrapper {
      min-height: 80px;
  }
  .repair_problems {
      background-image: unset;
  }
  .areas {
      background-position: bottom center;
      background-size: 100% auto;
      padding-bottom: 150px;
  }  
}

@media (768px <= width <= 1199px)  {
  body {
    font-size: var(--text-size);
  }
  .advantages-nums:before {
    right: 0;
  }  
  .contact_us {
    background-image: unset;
  }

  .start {
      background-image: linear-gradient(178deg, #ffffff00, #f8f3ff), url(/assets/lib/orange/img/bg-person-1.png);
      background-repeat: no-repeat;
      background-position: bottom center, bottom right calc(50% - 300px);
      background-size: 100% 300px, auto calc(100% - 210px)      
      
  }
  .why_us.py-5 {
      background-image: unset;
  }  

  .contact_us {
    background-image: url(/assets/lib/orange/img/bg-person-2.png);
    background-position: bottom right calc(50% - 200px);
    background-size: auto calc(100% - 150px);
  }  
  
  .appliance_serviced {
      background-position: bottom 50px right;
      background-size: 50% auto;
  } 
  .vendor_wrapper {
      min-height: 80px;
  }
  .repair_problems {
      background-image: unset;
  }
  .areas {
    background-position: bottom right;
    background-size: auto 90%;
    padding-bottom: 150px;
  }  
}

.as-5 {
  animation: 5s;
}


.logo {
    max-height: 100px;
}

.x-small {
    font-size: 0.8rem;
}


.link_text {
    text-decoration: none;
}





.test {}
