.reviews_path {
  padding-top: 100px;
}
@media only screen and (max-width: 860px) {
  .reviews_path {
    padding-top: 50px;
  }
}
.reviews_path .container .h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .h2 {
    margin-bottom: 20px;
  }
}
.reviews_path .container .bolt_text {
  font-family: "TTB", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #261f1f;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .bolt_text {
    font-size: 16px;
  }
}
.reviews_path .container .reviews_content {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: stretch;
}
@media only screen and (max-width: 1400px) {
  .reviews_path .container .reviews_content {
    flex-direction: column;
  }
}
.reviews_path .container .reviews_content .left {
  flex: 1;
  min-width: 0;
}
.reviews_path .container .reviews_content .left .reviews_slider .slick-list {
  overflow: hidden;
  border-radius: 21px;
}
.reviews_path .container .reviews_content .left .reviews_slider .item {
  border: 1.03px solid #d4d4d4;
  border-radius: 20px;
  background: #fff;
  padding: 46px 78px 46px 72px;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .reviews_content .left .reviews_slider .item {
    padding: 20px;
  }
}
.reviews_path .container .reviews_content .left .reviews_slider .item .logo_name_job {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 25px;
}
.reviews_path .container .reviews_content .left .reviews_slider .item .logo_name_job .logo {
  width: 60px;
  height: 60px;
}
.reviews_path .container .reviews_content .left .reviews_slider .item .logo_name_job .name_job .name {
  font-family: "MMB", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #261f1f;
  margin: 0;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .reviews_content .left .reviews_slider .item .logo_name_job .name_job .name {
    font-size: 14px;
  }
}
.reviews_path .container .reviews_content .left .reviews_slider .item .logo_name_job .name_job .job {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #d4d4d4;
  margin: 0;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .reviews_content .left .reviews_slider .item .logo_name_job .name_job .job {
    font-size: 12px;
  }
}
.reviews_path .container .reviews_content .left .reviews_slider .item .text {
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  color: #261f1f;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .reviews_path .container .reviews_content .left .reviews_slider .item .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .reviews_content .left .reviews_slider .item .text {
    font-size: 14px;
  }
}
.reviews_path .container .reviews_content .left .reviews_slider .item .date {
  font-weight: 500;
  font-size: 20px;
  color: #797979;
}
@media only screen and (max-width: 1100px) {
  .reviews_path .container .reviews_content .left .reviews_slider .item .date {
    font-size: 14px;
  }
}
.reviews_path .container .reviews_content .left .slider-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.reviews_path .container .reviews_content .left .slider-tabs .tab {
  width: 150px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.reviews_path .container .reviews_content .left .slider-tabs .tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #000;
  border-radius: 2px;
}
.reviews_path .container .reviews_content .left .slider-tabs .tab.active::before {
  transition: width 3s linear;
  width: 100%;
}
.reviews_path .container .reviews_content .right {
  width: 570px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f5f6f8;
  padding: 41px 60px 58px 41px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .reviews_path .container .reviews_content .right {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .reviews_content .right {
    padding: 20px;
  }
}
.reviews_path .container .reviews_content .right .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #261f1f;
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  .reviews_path .container .reviews_content .right .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .reviews_content .right .text {
    font-size: 14px;
  }
}
.reviews_path .container .reviews_content .right .price {
  font-family: "TTB", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #016bff;
}
@media only screen and (max-width: 1100px) {
  .reviews_path .container .reviews_content .right .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .reviews_content .right .price {
    font-size: 16px;
  }
}
.reviews_path .container .button {
  margin: 30px 0 22px auto;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .button {
    margin: 20px auto;
    width: 100%;
  }
}
.reviews_path .container .site_path {
  position: relative;
  width: 100%;
  margin-top: 45px;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .site_path {
    margin-top: 20px;
    margin-left: 30px;
    width: 90%;
  }
}
.reviews_path .container .site_path .line {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #016bff;
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .site_path .line {
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
  }
}
.reviews_path .container .site_path .track {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .site_path .track {
    flex-direction: column;
    gap: 40px;
  }
}
.reviews_path .container .site_path .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .site_path .item {
    flex-direction: row;
  }
}
.reviews_path .container .site_path .item:hover .dot {
  box-shadow: 0 0 0 26px rgba(55, 139, 255, 0.3);
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .site_path .item:hover .dot {
    box-shadow: 0 0 0 14px rgba(55, 139, 255, 0.3);
  }
}
.reviews_path .container .site_path .dot {
  width: 14px;
  height: 14px;
  background: #016bff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(55, 139, 255, 0.2);
  transition: box-shadow 0.25s ease;
}
.reviews_path .container .site_path span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #261f1f;
  margin-top: 25px;
}
@media only screen and (max-width: 860px) {
  .reviews_path .container .site_path span {
    font-size: 14px;
    margin-top: 0;
    margin-left: 30px;
  }
}/*# sourceMappingURL=reviews_path.css.map */