/* === DESKTOP FIRST === */
/* xl <= Extra extra large (xxl) */
/* lg <= Extra large (xl) */
@media (max-width: 1200px) {
  .hero_left {
    width: 650px;
  }
  .advantages {
    width: auto;
  }
  .viber-cards {
    width: 600px;
  }
  .viber-card {
    width: 285px;
  }
  .hero_right {
    width: 590px;
  }
}
/* md <= Large (lg) */
@media (max-width: 992px) {
  .phrase {
    padding: 10px 15px;
  }
  .phrase_icon {
    font-size: 30px;
  }
  .hero_content {
    align-items: flex-start;
  }
  .hero_left {
    width: 500px;
  }
  .hero_text {
    width: 100%;
  }
  .advantage {
    width: 240px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .viber-cards {
    width: 100%;
  }
  .viber-card {
    width: 235px;
  }
  .hero_right {
    width: 520px;
  }
}
@media (max-width: 935px) {
  .advantage {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    align-items: center;
  }
  .viber-card {
    width: 100%;
    margin-right: 0;
  }
}
/* sm <= Medium (md) */
@media (max-width: 768px) {
  .hero_content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .hero_right {
    width: 100%;
    height: 475px;
    margin-right: 0;
  }
  .hero_right img {
    object-fit: contain;
  }
  .hero_left {
    width: 500px;
    margin-top: 25px;
  }
  .hero_title {
    font-size: 32px;
    text-align: center;
  }
  .hero_text {
    text-align: center;
  }
  .advantages {
    width: 430px;
    margin: 10px auto;
  }
  .decor_item-1 {
    width: 450px;
    height: 450px;
    top: -281px;
    left: -281px;
  }
  .decor_item-3 {
    width: 650px;
    height: 650px;
    bottom: -337px;
    left: -324px;
  }
  .checkout_content {
    flex-direction: column;
  }
  .checkout-title {
    font-size: 32px;
  }
  .checkout_block_title {
    margin-top: 20px;
  }
  .woocommerce-billing-fields .form-row {
    margin-top: 10px;
  }
  .checkout_left {
    margin: 0 auto;
    margin-right: 0;
  }
  .checkout_right {
    width: 380px;
    margin: 0 auto;
  }
}
/* xs <= Small (sm) */
@media (max-width: 576px) {
  .phrase {
    display: none;
  }
  .hero_title {
    font-size: 22px;
  }
  .advantages {
    width: 330px;
  }
  .viber-cards {
    align-items: center;
    justify-content: center;
  }
  .viber-card {
    width: 375px;
  }
  .hero_right {
    height: 450px;
    margin-top: -70px;
  }
  .hero_left {
    width: 100%;
  }
  .footer_content {
    flex-direction: column;
  }
  .footer_separator {
    display: none;
  }
  .footer {
    font-size: 14px;
  }
  .footer_developing-info {
    font-size: 14px;
    margin-top: 5px;
  }
  .decor_item-2 {
    width: 228px;
    height: 228px;
    top: -93px;
    right: -130px;
  }
  .decor_item-1 {
    width: 228px;
    height: 228px;
    top: 647px;
    left: -174px;
  }
  .decor_item-3 {
    width: 228px;
    height: 228px;
    left: -67px;
    bottom: -28px;
  }
  .decor_item-4 {
    width: 228px;
    height: 228px;
    background: rgba(111, 67, 142, 0.09);
    filter: blur(35.5px);
    position: absolute;
    top: 1063px;
    right: -130px;
  }
}
@media (max-width: 375px) {
  .hero {
    padding-bottom: 30px;
  }
  .hero_right {
    height: auto;
  }
  .advantages {
    width: 100%;
  }
  .viber-card {
    width: 100%;
  }
}/*# sourceMappingURL=media.css.map */