.why_us {
  padding-top: 130px;
  overflow-x: hidden;
}
@media only screen and (max-width: 860px) {
  .why_us {
    padding-top: 70px;
  }
}
.why_us .container .h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 860px) {
  .why_us .container .h2 {
    margin-bottom: 0;
  }
}
.why_us .container .all_tabs {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .all_tabs {
    gap: 30px;
  }
}
.why_us .container .all_tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1400px;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .all_tabs .tabs {
    gap: 10px;
  }
}
.why_us .container .all_tabs .tabs .item {
  border-radius: 10px;
  padding: 20px;
  background: #f5f6f8;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #0e0e0e;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .all_tabs .tabs .item {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
  }
}
.why_us .container .all_tabs .tabs .item.black {
  background: #261f1f;
  color: #fff;
}
.why_us .container .price_list.first {
  margin-bottom: 70px;
}
@media only screen and (max-width: 860px) {
  .why_us .container .price_list.first {
    margin-bottom: 20px;
  }
}
.why_us .container .price_list .item {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px 40px 20px;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.3s;
}
.why_us .container .price_list .item:hover {
  background: #f5f6f8;
}
.why_us .container .price_list .item:hover .title_date_description .title_date .title {
  color: #016bff;
}
.why_us .container .price_list .item:hover .dop_inscription, .why_us .container .price_list .item:hover .description {
  opacity: 1 !important;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .price_list .item {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .why_us .container .price_list .item {
    padding: 20px 0;
  }
  .why_us .container .price_list .item .title_date_description .title_date .title {
    color: #016bff !important;
  }
  .why_us .container .price_list .item:hover {
    background: none;
  }
}
.why_us .container .price_list .item .title_date_description {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .price_list .item .title_date_description {
    gap: 20px;
    flex-direction: column;
  }
}
.why_us .container .price_list .item .title_date_description .title_date {
  width: 420px;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .price_list .item .title_date_description .title_date {
    width: 100%;
  }
}
.why_us .container .price_list .item .title_date_description .title_date .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0e0e0e;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 860px) {
  .why_us .container .price_list .item .title_date_description .title_date .title {
    font-size: 16px;
  }
}
.why_us .container .price_list .item .title_date_description .title_date .dop_inscription {
  margin-bottom: 10px;
  max-width: 340px;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .price_list .item .title_date_description .title_date .dop_inscription {
    max-width: none;
    opacity: 1;
  }
}
.why_us .container .price_list .item .title_date_description .title_date .date, .why_us .container .price_list .item .title_date_description .title_date .dop_inscription {
  font-weight: 500;
  font-size: 14px;
  color: #797979;
}
.why_us .container .price_list .item .title_date_description .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #0e0e0e;
  max-width: 800px;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1620px) {
  .why_us .container .price_list .item .title_date_description .description {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1400px) {
  .why_us .container .price_list .item .title_date_description .description {
    width: 100%;
    max-width: none;
    opacity: 1;
  }
}
@media only screen and (max-width: 860px) {
  .why_us .container .price_list .item .title_date_description .description {
    font-size: 14px;
  }
}
.why_us .container .price_list .item .price_button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.why_us .container .price_list .item .price_button .price {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: right;
  color: #0e0e0e;
  margin-bottom: 10px;
}
@media only screen and (max-width: 860px) {
  .why_us .container .price_list .item .price_button .price {
    font-size: 20px;
  }
}
.why_us .container .price_list .item .price_button .mini_bottom {
  font-family: MM;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: #378bff;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: 0.3s;
}
@media only screen and (max-width: 1400px) {
  .why_us .container .price_list .item .price_button .mini_bottom {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background: #378bff;
  }
  .why_us .container .price_list .item .price_button .mini_bottom:hover {
    background: #00388c;
  }
}
@media only screen and (max-width: 640px) {
  .why_us .container .price_list .item .price_button .mini_bottom {
    font-size: 14px;
  }
}/*# sourceMappingURL=why_us.css.map */