.category-btn{
  width: 100%;
  padding: 30px 5px 20px 5px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: block;
  color: $text_color_main;
  transition: 0.5s;
  &:hover{
    box-shadow: 0px 28px 29px 0 rgba(#374B55, 0.2);
    color: #2097F2;
  }
  .category-btn_img{
      img{
        display: block;
        max-width: 95%;
        height: 150px;
        margin: 0 auto;
      }
  }
  .category-btn_title{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: 0;
    span{
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
      line-height: 130%;
      display: block;
      text-align: center;
      font-weight: 500;
    }
  }
}

.title-box{
  padding: 50px 0 35px;
}

.filter-main{
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px;
  .btn{
    margin-top: 0;
  }
}

.slider-bordered.range-slider-box{
  border: 1px solid rgba(#2097F2, 0.3);
  border-radius: 5px;
  margin-right: 30px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  .irs-min,
  .irs-max{
    display: none;
  }
}

.mt-100px{
  margin-top: 100px;
}

.slider-main-box{
  margin-top: 80px;
  .slider-bordered.range-slider-box .irs-single{
    top: -20px;
  }
  .range-slider-box .irs-bar{
    top: 22px;
  }
  .range-slider-box .irs-line{
    top: 22px;
  }
  .range-slider-box .irs--round .irs-handle{
    top: 12px;
  }
}

.bg-gray-before{
  position: relative;
  &:before{
    content: '';
    height: 580px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    display: block;
    background: #D8E4EA;
    z-index: -1;
  }
}

.section-why-we{
  margin-top: 195px;
  margin-bottom: 100px;
}

.why-we-box{
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px;
  height: 305px;
}

.why-we-box_img{
  text-align: right;
  margin-top: -100px;
  margin-right: -40px;
  img{
    display: inline-block;
    width: 100%;
  }
}

.chk-round-box{
  width: 240px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  .chk-round{
    border-radius: 100px;
    background: #fff;
    width: 82px;
    min-width: 82px;
    height: 82px;
    position: relative;
    box-shadow: 0 28px 29px rgba(#374B55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  span{
    margin-left: 20px;
  }
  .icon-checkbox{
    width: 22px;
    height: 18px;
    display: inline-block;
    background: url('../img/assets/icon_checkbox-green.svg') no-repeat center / contain;
  }
}

.mt-50px{
  margin-top: 50px;
}

.mt-30px{
  margin-top: 30px;
}

.article-item{
  background: #fff;
  border-radius: 8px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #203045;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  span{
    display: block;
  }

  .article-item_img{
    width: 90%;
    overflow: hidden;
    border-radius: 0 0 10px 0;
    height: 170px;

    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: 0.3s;
    }
  }

  .article-item_meta{
    padding: 45px 80px 45px 40px;
    font-size: 15px;
    line-height: 140%;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    &:before{
      content: '';
      width: 32px;
      height: 32px;
      display: block;
      background: url('../img/assets/arrow-rect.svg') no-repeat center / contain;
      top: -16px;
      position: absolute;
      left: 40px;
      transition: 0.3s;
    }
  }
  &:hover{
    color: $text_color_accent;
    .article-item_meta:before{
      left: 50px;
    }
    .article-item_img img{
      transform: scale(1.1);
    }
  }
}

.section-home-banner{
  margin-bottom: 100px;
  .row{
    height: 100%;
  }
  .col-50p{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-box{
    background: #fff;
    height: 300px;
  }
}

.banner-box{
  p{
    font-size: 17px;
    line-height: 170%;
  }
}

.mb-20px{
  margin-bottom: 20px !important;
}
