@media (max-width: 1250px) {
  .container {
    padding: 0 20px;
  }

  /* licenses  */
  .licenses_title {
    font-size: 50px;
  }

  .licenses_text {
    top: 30%;
    left: 2%;
  }
  /* ./ licenses  */

  /* risks */
  .risks_title {
    max-width: 100%;
  }
  .risks_lists {
    max-width: 100%;
  }

  .risks_images img {
    display: none;
  }
  /* ./ risks */

  /* info key */
  .info_key-text {
    max-width: 100%;
  }

  .ifno_key-blocks img {
    display: none;
  }
  /*./ info key */

  /* types */
  .types_bg {
    display: none;
  }

  .types_info-text {
    max-width: 100%;
  }
  /* ./ types */

  /* advanteges */
  .advantages {
    margin: 50px;
  }

  .advantages_img {
    display: none;
  }

  .confirmation_check {
    flex-wrap: wrap;
    justify-content: center;
  }

  .oportunites_bg {
    display: none;
  }

  .oportunites_block {
    max-width: 100%;
    padding: 0;
  }
  /* ./ adbanteges */
}
@media (max-width: 980px) {
  /* licenses  */
  .comp {
    max-width: 260px;
    position: absolute;
    right: 0%;
    top: 40%;
    z-index: 2;
  }
  /* ./ licenses  */
}
@media (max-width: 768px) {
  .title {
    font-size: 26px;
  }

  /* header */
  .header_menu-search {
    display: none;
  }

  .mobile_heder {
    display: block;
    padding: 20px 0;
  }

  .header_proff svg {
    display: none;
  }

  .header_logo {
    display: none;
  }

  .burger {
    display: block;
  }
  /* ./header */

  /* original license */
  .carts {
    justify-content: center;
  }

  .cart_btn {
    color: #7d7d7e;
    background-color: transparent;
    border-right: 1px solid #c4c4c4;
  }
  /* ./ original license */

  /* reviews */
  .reviews {
    padding: 0;
  }
  /* ./ reviews */

  /* advantes */
  .confirmation_check-list img {
    max-width: 100%;
  }
  /* ./ advantes */

  /* footer */
  .subscribe_block {
    display: none;
  }

  .footer_colums {
    flex-wrap: wrap;
    gap: 20px;
  }
  /* ./ footer */
}
@media (max-width: 580px) {
  /* header */
  .cart_info {
    display: none;
  }

  .mobile_menu-list span {
    display: none;
  }
  /* ./ header */

  /* licenses  */
  .licenses {
    height: 381px;
  }

  .licenses_text {
    top: 20%;
  }
  .comp {
    right: 1%;
    top: 28%;
  }
  .licenses_title {
    font-size: 30px;
  }

  .licenses_text .licenses_title:last-of-type {
    margin: 0;
  }

  /* ./ licenses  */

  /* original license */
  .cart_content {
    flex-direction: row;
  }

  .cart_content img {
    max-width: 60px;
  }

  .cart_text {
    font-size: 12px;
  }

  .stock_star {
    margin-top: 4px;
  }

  /* info key  */
  .licenses-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  /* ./ info key  */

  /* ./ original license */

  /* footer */
  .footer_colums li:nth-child(2),
  .footer_colums li:nth-child(3) {
    display: none;
  }

  .subscribe_block {
    display: block;
  }
  /* ./ footer */
}
