#order3 li img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
  }

/* Моб меню */
.modal-body {
    background-image: radial-gradient(
            circle at 50% 50%,
            #f5e688 0,
            #f6db79 16.67%,
            #f5cf6a 33.33%,
            #f5c25b 50%,
            #f5b54d 66.67%,
            #f5a742 83.33%,
            #f69a39 100%
    );
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX(-5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX(-5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
  }

  .modal-block {
    padding: 0;
  }

  .modal-block li {
    text-align: right;
    padding: 0 10px;
    border-bottom: 1px solid;
    display: block;
    height: 47.5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
  }

  .modal-block li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 47.5px;
    line-height: 47.5px;
  }

  .modal-body.show-menu {
    opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX(0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;
  }

  header {
    width: 100%;
    height: 80px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
  }

  header.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background-image: radial-gradient(
            circle at 50% 50%,
            #f5e688 0,
            #f6db79 16.67%,
            #f5cf6a 33.33%,
            #f5c25b 50%,
            #f5b54d 66.67%,
            #f5a742 83.33%,
            #f69a39 100%
    );
  }

  header a.logo svg {
    width: 100px;
    margin: 0 0;
  }

  header a.logo {
    width: 100px;
    height: 60px;
    transition: 0.6s;
    position: absolute;
    left: 190px;
  }

  header a.logo:hover {
    opacity: 0.7;
  }

  svg.nav-button {
    width: 45px;
    transition: 0.6s;
    cursor: pointer;
    position: absolute;
    left: 410px;
  }

  svg.nav-button:hover {
    opacity: 0.7;
  }

  .show-li:nth-child(1) {
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
  }
  .show-li:nth-child(2) {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
  }
  .show-li:nth-child(3) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  .show-li:nth-child(4) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }
  .show-li:nth-child(5) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
  .show-li:nth-child(6) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }

  .modal-block li svg {
    width: 36px;
    fill: #fff;
  }

  section.sect99 {
    padding: 40px 0 0 0;
  }
  .offer_section-top {
    border-top: 80px solid #4f41a2;
  }

  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  b {
    font-weight: 700;
  }

  /* Моб меню */

  /* Таймер */

  .offer_section.offer3 .timer_block {
    padding: 2px 20px 2px 20px;
    background: #4f41a2;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f5e688 0,
            #f6db79 16.67%,
            #f5cf6a 33.33%,
            #f5c25b 50%,
            #f5b54d 66.67%,
            #f5a742 83.33%,
            #f69a39 100%
    );
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .offer_section.offer3 .timer_block p {
    float: left;
    margin: 10px 0;
    padding: 0 0 0 40px;
    width: 170px;
    
    font-size: 14px;
    line-height: 16px;
  }

  .offer_section.offer3 .timer {
    float: right;
    margin: 10px 0;
  }

  .offer_section.offer3 .timer_item {
    float: left;
    width: 60px;
    text-align: center;
  }

  .offer_section.offer3 .timer_item .text {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 12px;
  }

  .offer_section.offer3 .timer_item .count {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    position: relative;
  }

  .offer_section.offer3 .timer_item .count:before {
    display: block;
    content: ":";
    width: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: -5px;
  }

  /* Таймер */

  /*  Блок  b1   */

  .b1 {
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }

  .b1 h3 {
    text-align: center;
    margin: 20px auto 0;
    font-size: 17px;
    text-transform: uppercase;
  }

  .b1 .alert {
    position: relative;

    color: #fff;
    font-size: 17px;
    text-align: justify;
    text-align-last: center;
    padding: 10px 8px 0;
    margin: 0px 20px 0;
  }

  .b1 .list-v1 {
    padding-bottom: 30px;
  }
  /*  Блок  b1   */
  /* Блок  b2   */

  .b2 {
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }

  .b2 {
    padding-top: 25px;
  }

  .b2.pat:before {
    margin-bottom: 10px;
  }

  .b2 a.button {
    margin-top: 40px;
  }

  /*  Блок b2   */

  /*  Блок b3   */

  .b3 h2.title {
    margin-bottom: 15px;
  }

  .b3 .alert {
    position: relative;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
    font-size: 19px;
    text-align: center;
    padding: 30px 10px 20px;
    margin: 20px 30px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }

  .b3 .alert:before {
    position: absolute;
    left: 50%;
    top: -23px;
    margin-left: -23px;
    display: block;
    width: 45px;
    height: 45px;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
    content: "";
  }

  /*  Блок b3   */

  /*  Блок b4   */

  .b4 {
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }

  .b4 h2.title {
    margin-bottom: 20px;
  }

  .b4 .image {
    display: block;
    margin-bottom: 30px;
  }

  .b4 .char-list {
    padding-bottom: 25px;
  }

  .char-list li {
    padding: 8px 30px;
    color: #fff;
  }

  .char-list li:nth-child(even) {
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }

  .char-list li b {
    display: block;
    float: left;
    width: 150px;
  }

  .char-list li span {
    display: block;
    margin-left: 167px;
  }

  /*  Блок b4   */

  /*   Про наш магазин  */

  .container {
    display: flex;
    align-items: center;
  }

  .photo {
    margin-right: 20px;
  }
  .small-font {
    font-size: 15px;
    margin-right: 20px;
  }
  .image-with-margin {
    margin-right: 20px;
    margin-left: 20px;
  }

  /*   Про наш магазин  */

  /*   Як замовити   */

  .order-info h2.title {
    padding: 0 30px;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }

  .order-list {
    padding: 0 30px;
  }

  .order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }

  .order-list li:last-child {
    margin-bottom: 0;
  }

  .order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }

  .order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
  }

  /*   Як замовити   */

  /*   Відгуки  */
  .reviews_section {
    padding: 30px 20px;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }
  .reviews_section h2 {
    margin: 0 0 30px;
  }
  .wtsp_item {
    max-width: 410px;
    min-height: 710px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #f3a642;
    box-shadow: 1px 2px 20px 0px #f3a642;
  }
  .wtsp_item .info {
    background-color: #fff;
    padding: 16px 110px 13px 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
    border-radius: 20px 20px 0px 0px;
    text-align: left;
  }
  .wtsp_item .info > img {
    float: left;
    border-radius: 50%;
    width: 42px;
    border: 1px solid #0f3a33;
  }
  .wtsp_item .info .text {
    overflow: hidden;
    padding-left: 8px;
    color: #333;
  }
  .wtsp_item .info .text > p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }

  .wtsp_item .info .text > small {
    font-size: 13px;
    line-height: 18px;
    display: block;
  }

  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .wtsp_item .date {
    text-align: center;
    margin-top: 10px;
  }
  .wtsp_item .date > span {
    display: inline-block;
    vertical-align: top;
    background: #d4ebf3;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    color: #3f5250;
    padding: 0 8px;
    border-radius: 7px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .wtsp_item .message_container {
    margin-top: 10px;
    padding: 0 12px;
  }
  .wtsp_item .message {
    display: inline-block;
    max-width: 295px;
    min-width: 70px;
    padding: 6px 10px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .wtsp_item .message.client {
    background: #fff;
    border-radius: 0 6px 6px 6px;
  }
  .wtsp_item .message.client:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -6px;
  }
  .wtsp_item .message > p {
    margin-bottom: 5px;
    text-align: left;
  }
  .wtsp_item .message > img {
    display: block;
    margin: 6px auto;
    border-radius: 4px;
  }
  .wtsp_item .message .time {
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    color: #989898;
    padding: 0 5px;
  }
  .wtsp_item .message:last-child {
    margin-bottom: 0;
  }
  .wtsp_item .message.author {
    background: #c8e2fd;
    border-radius: 10px 0 10px 10px;
    padding: 6px 10px;
    float: right;
  }
  .wtsp_item .message.author:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #c8e2fd transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -6px;
  }
  .wtsp_item .message.author .time {
    padding: 0;
  }
  .wtsp_item .message.author .time:after {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
  }
  .wtsp_item:after {
    content: "";
    width: 404px;
    height: 57px;
    position: absolute;
    left: 50%;
    margin-left: -202px;
    bottom: 7px;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block;
    position: relative;
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .wtsp_rev .owl-prev,
  .wtsp_rev .owl-next {
    width: 47px;
    height: 47px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
  }
  .wtsp_rev .owl-prev {
    background-position: left center;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    left: -20px;
  }
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .wtsp_rev .owl-next {
    background-position: right center;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    right: -20px;
  }
  /*   Відгуки  */

  /*   Футер телеграм  */

  .footer-subscribe-messenger {
    border-top: 1px dashed #ccc;
    background: #fcfcfc;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
  }

  .footer-subscribe-messenger.on-thanks {
    border-bottom: 1px dashed #ccc;
    background: #dbeaec;
    padding: 20px;
  }
  .footer-subscribe-messenger.on-thanks p {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
  }
  .footer-subscribe-messenger.on-thanks .text {
    font-size: 18px;
    text-transform: uppercase;
  }
  .footer-subscribe-messenger.on-thanks .icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .single .footer-subscribe-messenger {
    width: 480px;
  }
  .footer-subscribe-messenger a {
    text-decoration: none;
  }
  .footer-subscribe-messenger p {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin: 0;
  }

  .footer-subscribe-messenger .subscribe-button {
    all: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .footer-subscribe-messenger .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .footer-subscribe-messenger .text {
    padding: 7px 20px;
    border-radius: 5px;
    background: #42ade6;
    color: #fff;
    font-size: 12px;
  }

  /*   Футер телеграм  */

  /*   Рамка для фото   */
  .img-text {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 2%;
    border: 2px solid #f3a642;
    border-radius: 15px;
    box-shadow: 1px 2px 20px 0px #f3a642;
  }
  /*   Рамка для фото  */

  /*   Бігуща строка  */

  @keyframes marqueeAnimation {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .marquee-container {
    overflow: hidden;
  }

  .marquee-text {
    animation: marqueeAnimation 10s linear infinite;
    white-space: nowrap;
    font-size: 16px;
  }

  /* Адаптация для мобильных устройств */
  @media (max-width: 480px) {
    .marquee-text {
      font-size: 12px;
      animation-duration: 10s; /* Уменьшим длительность анимации для более быстрой прокрутки */
    }
  }

  /*   Бігуща строка  */

  /*   Головні стилі  */

  .button {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    height: 83px;
    width: 100%;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: radial-gradient(
            circle at 50% 50%,
            #ffd069 0,
            #febd57 25%,
            #f3a641 50%,
            #e78f2c 75%,
            #df7b1d 100%
    );
    font-weight: 400;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #f3a642;
    box-shadow: 1px 2px 20px 0px #f3a642;
  }

  .pat {
    position: relative;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }

  .offer_section.offer3 .benefits_list {
    padding: 12px 0 12px 18px;
    background: #4f41a2;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #f3a642;
    box-shadow: 1px 2px 20px 0px #f3a642;
  }

  .slick-dots {
    height: 23px;
    text-align: center;
    margin-top: 25px;
  }

  .slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
  }

  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
  }

  .offer {
    padding: 0;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
  }

  .offer .box {
    position: relative;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
    height: 600px;
  }

  .offer .main-title {
    font-family: "Acrom", Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px;
  }

  .offer .sub-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
  }

  .offer .sale {
    width: 209px;
    height: 113px;
    margin-left: 267px;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-top: 143px;
    position: absolute;
  }

  .offer .sale span {
    display: inline-block;
    transform: rotate(-7deg);
    padding-top: 9px;
  }

  .offer .sale b {
    display: block;
    font-size: 50px;
  }

  .offer .bullet {
    font-size: 0;
    padding: 0 10px 20px;
  }

  .offer .bullet li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    text-align: center;
  }

  .offer .bullet .pic {
    position: relative;
    margin-bottom: 15px;
  }

  .offer .bullet .pic:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
  }

  .offer .bullet img {
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .offer .bullet p {
    padding: 0 5px;
    color: #f5f5f5;
  }

  .offer.bottom .price {
    position: relative;
    margin-bottom: -55px;
    z-index: 5;
  }

  .offer.bottom .timer {
    margin-top: 30px;
  }

  .order_form .form-txt {
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
  }

  .order_form .pat {
    color: #fff;
  }

  .order_form .form-txt h4 {
    font-size: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #fff;
  }

  .order_form .form-txt p {
    font-size: 18px;
    padding: 0 75px;
    color: #fff;
  }

  .benef2 {
    padding: 0 30px 30px;
  }
  .benef2 > li {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
  }
  .benef2 > li:not(:last-child):after {
    content: "";
    width: 180px;
    height: 3px;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
  }
  .benef2 > li:nth-child(2n):after {
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20px;
    right: 120px;
  }
  .benef2 > li:last-child {
    margin-bottom: 0;
  }
  .benef2 > li .img {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
  }
  .benef2 > li .img > img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
  }
  .benef2 > li > p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
  }
  .benef2 > li > p > span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
  }
  .benef2 > li:nth-child(2n) > p {
    padding: 0 26px 0 0;
    text-align: right;
  }

  .bottom .order_form {
    padding-top: 80px;
  }

  .offer_text {
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.1px;
    margin-left: 10px;
    height: 25px;
    top: -101px;
    color: #393d46;
    margin: 0 auto;
    text-align: center;
    background: #fbb83b;
  }

  .offer_text > span {
    padding-left: 12px;
    padding-right: 12px;
  }

  .offer_section.offer3 .benefits_list {
    padding: 12px 0 12px 18px;
    background: #4f41a2;
    background-image: radial-gradient(
            circle at 50% 50%,
            #f6d875 0,
            #f5cd68 25%,
            #f5c25b 50%,
            #f5b64f 75%,
            #f5ab45 100%
    );
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
  }

  .offer_section.offer3 .benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 31%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    color: #fff;
  }

  .offer_section.offer3 .benefits_list .benefit_item:before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
  }

  .offer_section.offer3 .price_block {
    display: flex;
  }

  .offer_section.offer3 .price_item {
    float: left;
    padding: 20px 0 0;
    width: 50%;
    height: 90px;
    /* border-right: 1px solid #e6e6e6; */
    text-align: center;
  }

  .offer_section.offer3 .price_item:last-child {
    border: none;
  }

  .offer_section.offer3 .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
  }

  .offer_section.offer3 .price_item.new .text {
    margin: 0 0 8px;
  }

  .offer_section.offer3 .price_item.new .text span {
    padding: 2px 5px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: radial-gradient(
            circle at 50% 50%,
            #ffd069 0,
            #febd57 25%,
            #f3a641 50%,
            #e78f2c 75%,
            #df7b1d 100%
    );
    color: #fff;
  }

  .offer_section.offer3 .price_item.old .value {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-decoration: line-through;
    color: #fff;
  }

  .offer_section.offer3 .price_item.new .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
  }

  .products_count {
    margin: 20px 0 0;
    text-align: center;
    color: #fff;
  }

  .offer_section.offer1 .products_count {
    color: #fff;
  }

  .products_count b {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #f3a642;
  }

  /*   Головні стилі  */

  .text-block {
    margin-bottom: 10px; /* Додавання відступу між стопчиками */
  }

  .colortext {
    color: white; /* Красный цвет выделения */
  }
  body.swal2-shown:not(.swal2-no-backdrop) {
    overflow-y: hidden;
  }

  body.swal2-toast-shown {
    overflow-y: auto;
  }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.swal2-toast-shown.swal2-has-input
  > .swal2-container
  > .swal2-toast
  .swal2-icon {
    margin: 0 0 15px;
  }
  body.swal2-toast-shown.swal2-has-input
  > .swal2-container
  > .swal2-toast
  .swal2-buttonswrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  body.swal2-toast-shown.swal2-has-input
  > .swal2-container
  > .swal2-toast
  .swal2-loading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.swal2-toast-shown.swal2-has-input
  > .swal2-container
  > .swal2-toast
  .swal2-input {
    height: 32px;
    font-size: 14px;
    margin: 5px auto;
  }
  body.swal2-toast-shown > .swal2-container {
    position: fixed;
    background-color: transparent;
  }
  body.swal2-toast-shown > .swal2-container.swal2-shown {
    background-color: transparent;
  }
  body.swal2-toast-shown > .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body.swal2-toast-shown > .swal2-container.swal2-top-right {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
  }
  body.swal2-toast-shown > .swal2-container.swal2-top-left {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
  }
  body.swal2-toast-shown > .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.swal2-toast-shown > .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body.swal2-toast-shown > .swal2-container.swal2-center-right {
    top: 50%;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
  }
  body.swal2-toast-shown > .swal2-container.swal2-bottom {
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }

  body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
  }

  body.swal2-no-backdrop > .swal2-shown {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
  }
  body.swal2-no-backdrop > .swal2-shown > .swal2-modal {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-top-left {
    top: 0;
    left: 0;
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-top-right {
    top: 0;
    right: 0;
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-bottom-left {
    bottom: 0;
    left: 0;
  }
  body.swal2-no-backdrop > .swal2-shown.swal2-bottom-right {
    bottom: 0;
    right: 0;
  }

  .swal2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1060;
  }
  .swal2-container.swal2-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .swal2-container.swal2-top-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .swal2-container.swal2-top-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .swal2-container.swal2-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swal2-container.swal2-center-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .swal2-container.swal2-center-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .swal2-container.swal2-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .swal2-container.swal2-bottom-left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .swal2-container.swal2-bottom-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .swal2-container.swal2-grow-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swal2-container.swal2-grow-column.swal2-top,
  .swal2-container.swal2-grow-column.swal2-center,
  .swal2-container.swal2-grow-column.swal2-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swal2-container.swal2-grow-column.swal2-top-left,
  .swal2-container.swal2-grow-column.swal2-center-left,
  .swal2-container.swal2-grow-column.swal2-bottom-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .swal2-container.swal2-grow-column.swal2-top-right,
  .swal2-container.swal2-grow-column.swal2-center-right,
  .swal2-container.swal2-grow-column.swal2-bottom-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .swal2-container.swal2-grow-column > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(
      .swal2-top-right
    ):not(.swal2-center-left):not(.swal2-center-right):not(
      .swal2-bottom
    ):not(.swal2-bottom-left):not(.swal2-bottom-right)
  > .swal2-modal {
    margin: auto;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important;
    }
  }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
  }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .swal2-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
  }
  .swal2-popup.swal2-toast {
    width: 300px;
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px #d9d9d9;
    box-shadow: 0 0 10px #d9d9d9;
  }
  .swal2-popup.swal2-toast .swal2-title {
    max-width: 300px;
    font-size: 16px;
    text-align: left;
  }
  .swal2-popup.swal2-toast .swal2-content {
    font-size: 14px;
    text-align: left;
  }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 32px;
    height: 32px;
    margin: 0 15px 0 0;
  }
  .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 32px;
    height: 32px;
  }
  .swal2-popup.swal2-toast .swal2-icon.swal2-info,
  .swal2-popup.swal2-toast .swal2-icon.swal2-warning,
  .swal2-popup.swal2-toast .swal2-icon.swal2-question {
    font-size: 26px;
    line-height: 32px;
  }
  .swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"] {
    top: 14px;
    width: 22px;
  }
  .swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
    left: 5px;
  }
  .swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
    right: 5px;
  }
  .swal2-popup.swal2-toast .swal2-buttonswrapper {
    margin: 0 0 0 5px;
  }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0 0 5px;
    padding: 5px 10px;
  }
  .swal2-popup.swal2-toast .swal2-styled:focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
  }
  .swal2-popup.swal2-toast .swal2-validationerror {
    width: 100%;
    margin: 5px -20px;
  }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
  }
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"] {
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
    border-radius: 64px 0 0 64px;
    top: -4px;
    left: -15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
  }
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
    border-radius: 0 64px 64px 0;
    top: -5px;
    left: 14px;
    -webkit-transform-origin: 0 32px;
    transform-origin: 0 32px;
  }
  .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 32px;
    height: 32px;
  }
  .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    left: 28px;
    top: 8px;
  }
  .swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
    height: 5px;
  }
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
    width: 12px;
    left: 3px;
    top: 18px;
  }
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
    width: 22px;
    right: 3px;
    top: 15px;
  }
  .swal2-popup.swal2-toast .swal2-animate-success-line-tip {
    -webkit-animation: animate-toast-success-tip 0.75s;
    animation: animate-toast-success-tip 0.75s;
  }
  .swal2-popup.swal2-toast .swal2-animate-success-line-long {
    -webkit-animation: animate-toast-success-long 0.75s;
    animation: animate-toast-success-long 0.75s;
  }
  .swal2-popup:focus {
    outline: none;
  }
  .swal2-popup.swal2-loading {
    overflow-y: hidden;
  }
  .swal2-popup .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
  }
  .swal2-popup .swal2-buttonswrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
  .swal2-popup
  .swal2-buttonswrapper:not(.swal2-loading)
  .swal2-styled[disabled] {
    opacity: 0.4;
    cursor: no-drop;
  }
  .swal2-popup
  .swal2-buttonswrapper.swal2-loading
  .swal2-styled.swal2-confirm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7.5px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .swal2-popup
  .swal2-buttonswrapper.swal2-loading
  .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px;
  }
  .swal2-popup
  .swal2-buttonswrapper.swal2-loading
  :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    border: 3px solid #999999;
    -webkit-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
  }
  .swal2-popup .swal2-styled {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
  }
  .swal2-popup .swal2-styled:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  }
  .swal2-popup .swal2-image {
    margin: 20px auto;
    max-width: 100%;
  }
  .swal2-popup .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
  }
  .swal2-popup .swal2-close:hover {
    color: #d55;
  }
  .swal2-popup > .swal2-input,
  .swal2-popup > .swal2-file,
  .swal2-popup > .swal2-textarea,
  .swal2-popup > .swal2-select,
  .swal2-popup > .swal2-radio,
  .swal2-popup > .swal2-checkbox {
    display: none;
  }
  .swal2-popup .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
  }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea,
  .swal2-popup .swal2-select,
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    margin: 20px auto;
  }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .swal2-popup .swal2-input.swal2-inputerror,
  .swal2-popup .swal2-file.swal2-inputerror,
  .swal2-popup .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    -webkit-box-shadow: 0 0 2px #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
  }
  .swal2-popup .swal2-input:focus,
  .swal2-popup .swal2-file:focus,
  .swal2-popup .swal2-textarea:focus {
    outline: none;
    border: 1px solid #b4dbed;
    -webkit-box-shadow: 0 0 3px #c4e6f5;
    box-shadow: 0 0 3px #c4e6f5;
  }
  .swal2-popup .swal2-input::-webkit-input-placeholder,
  .swal2-popup .swal2-file::-webkit-input-placeholder,
  .swal2-popup .swal2-textarea::-webkit-input-placeholder {
    color: #cccccc;
  }
  .swal2-popup .swal2-input:-ms-input-placeholder,
  .swal2-popup .swal2-file:-ms-input-placeholder,
  .swal2-popup .swal2-textarea:-ms-input-placeholder {
    color: #cccccc;
  }
  .swal2-popup .swal2-input::-ms-input-placeholder,
  .swal2-popup .swal2-file::-ms-input-placeholder,
  .swal2-popup .swal2-textarea::-ms-input-placeholder {
    color: #cccccc;
  }
  .swal2-popup .swal2-input::placeholder,
  .swal2-popup .swal2-file::placeholder,
  .swal2-popup .swal2-textarea::placeholder {
    color: #cccccc;
  }
  .swal2-popup .swal2-range input {
    float: left;
    width: 80%;
  }
  .swal2-popup .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .swal2-popup .swal2-range input,
  .swal2-popup .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0;
  }
  .swal2-popup .swal2-input {
    height: 43px;
    padding: 0 12px;
  }
  .swal2-popup .swal2-input[type="number"] {
    max-width: 150px;
  }
  .swal2-popup .swal2-file {
    font-size: 20px;
  }
  .swal2-popup .swal2-textarea {
    height: 108px;
    padding: 12px;
  }
  .swal2-popup .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
  }
  .swal2-popup .swal2-radio {
    border: 0;
  }
  .swal2-popup .swal2-radio label:not(:first-child) {
    margin-left: 20px;
  }
  .swal2-popup .swal2-radio input,
  .swal2-popup .swal2-radio span {
    vertical-align: middle;
  }
  .swal2-popup .swal2-radio input {
    margin: 0 3px 0 0;
  }
  .swal2-popup .swal2-checkbox {
    color: #545454;
  }
  .swal2-popup .swal2-checkbox input,
  .swal2-popup .swal2-checkbox span {
    vertical-align: middle;
  }
  .swal2-popup .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none;
  }
  .swal2-popup .swal2-validationerror::before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
  }

  @supports (-ms-accelerator: true) {
    .swal2-range input {
      width: 100% !important;
    }
    .swal2-range output {
      display: none;
    }
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
      width: 100% !important;
    }
    .swal2-range output {
      display: none;
    }
  }

  .swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .swal2-icon.swal2-error {
    border-color: #f27474;
  }
  .swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block;
  }
  .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
  }
  .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
  }
  .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
  }
  .swal2-icon.swal2-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
  }
  .swal2-icon.swal2-info {
    font-family: "Open Sans", sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
  }
  .swal2-icon.swal2-question {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
  }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
  }
  .swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
  }
  .swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
  }
  .swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
  }
  .swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .swal2-icon.swal2-success [class^="swal2-success-line"] {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
  }
  .swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
  }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative;
  }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20;
  }
  .swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
  }
  .swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
  }
  .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
  }
  .swal2-progresssteps
  .swal2-progresscircle.swal2-activeprogressstep
  ~ .swal2-progresscircle {
    background: #add8e6;
  }
  .swal2-progresssteps
  .swal2-progresscircle.swal2-activeprogressstep
  ~ .swal2-progressline {
    background: #add8e6;
  }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: 0.4em;
    margin: 0 -1px;
    z-index: 10;
  }

  [class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
  }

  @-webkit-keyframes showSweetToast {
    0% {
      -webkit-transform: translateY(-10px) rotateZ(2deg);
      transform: translateY(-10px) rotateZ(2deg);
      opacity: 0;
    }
    33% {
      -webkit-transform: translateY(0) rotateZ(-2deg);
      transform: translateY(0) rotateZ(-2deg);
      opacity: 0.5;
    }
    66% {
      -webkit-transform: translateY(5px) rotateZ(2deg);
      transform: translateY(5px) rotateZ(2deg);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translateY(0) rotateZ(0);
      transform: translateY(0) rotateZ(0);
      opacity: 1;
    }
  }

  @keyframes showSweetToast {
    0% {
      -webkit-transform: translateY(-10px) rotateZ(2deg);
      transform: translateY(-10px) rotateZ(2deg);
      opacity: 0;
    }
    33% {
      -webkit-transform: translateY(0) rotateZ(-2deg);
      transform: translateY(0) rotateZ(-2deg);
      opacity: 0.5;
    }
    66% {
      -webkit-transform: translateY(5px) rotateZ(2deg);
      transform: translateY(5px) rotateZ(2deg);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translateY(0) rotateZ(0);
      transform: translateY(0) rotateZ(0);
      opacity: 1;
    }
  }

  @-webkit-keyframes hideSweetToast {
    0% {
      opacity: 1;
    }
    33% {
      opacity: 0.5;
    }
    100% {
      -webkit-transform: rotateZ(1deg);
      transform: rotateZ(1deg);
      opacity: 0;
    }
  }

  @keyframes hideSweetToast {
    0% {
      opacity: 1;
    }
    33% {
      opacity: 0.5;
    }
    100% {
      -webkit-transform: rotateZ(1deg);
      transform: rotateZ(1deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes showSweetAlert {
    0% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    42% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    80% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes showSweetAlert {
    0% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    42% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    80% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @-webkit-keyframes hideSweetAlert {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }
  }

  @keyframes hideSweetAlert {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }
  }

  .swal2-show {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
  }
  .swal2-show.swal2-toast {
    -webkit-animation: showSweetToast 0.5s;
    animation: showSweetToast 0.5s;
  }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
  }

  .swal2-hide {
    -webkit-animation: hideSweetAlert 0.15s forwards;
    animation: hideSweetAlert 0.15s forwards;
  }
  .swal2-hide.swal2-toast {
    -webkit-animation: hideSweetToast 0.2s forwards;
    animation: hideSweetToast 0.2s forwards;
  }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
  }

  @-webkit-keyframes animate-success-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }

  @keyframes animate-success-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }

  @-webkit-keyframes animate-success-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }

  @keyframes animate-success-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }

  @-webkit-keyframes animate-toast-success-tip {
    0% {
      width: 0;
      left: 1px;
      top: 9px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 9px;
    }
    70% {
      width: 24px;
      left: -4px;
      top: 17px;
    }
    84% {
      width: 8px;
      left: 10px;
      top: 20px;
    }
    100% {
      width: 12px;
      left: 3px;
      top: 18px;
    }
  }

  @keyframes animate-toast-success-tip {
    0% {
      width: 0;
      left: 1px;
      top: 9px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 9px;
    }
    70% {
      width: 24px;
      left: -4px;
      top: 17px;
    }
    84% {
      width: 8px;
      left: 10px;
      top: 20px;
    }
    100% {
      width: 12px;
      left: 3px;
      top: 18px;
    }
  }

  @-webkit-keyframes animate-toast-success-long {
    0% {
      width: 0;
      right: 22px;
      top: 26px;
    }
    65% {
      width: 0;
      right: 22px;
      top: 26px;
    }
    84% {
      width: 26px;
      right: 0;
      top: 15px;
    }
    100% {
      width: 22px;
      right: 3px;
      top: 15px;
    }
  }

  @keyframes animate-toast-success-long {
    0% {
      width: 0;
      right: 22px;
      top: 26px;
    }
    65% {
      width: 0;
      right: 22px;
      top: 26px;
    }
    84% {
      width: 26px;
      right: 0;
      top: 15px;
    }
    100% {
      width: 22px;
      right: 3px;
      top: 15px;
    }
  }

  @-webkit-keyframes rotatePlaceholder {
    0% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    5% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    12% {
      -webkit-transform: rotate(-405deg);
      transform: rotate(-405deg);
    }
    100% {
      -webkit-transform: rotate(-405deg);
      transform: rotate(-405deg);
    }
  }

  @keyframes rotatePlaceholder {
    0% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    5% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    12% {
      -webkit-transform: rotate(-405deg);
      transform: rotate(-405deg);
    }
    100% {
      -webkit-transform: rotate(-405deg);
      transform: rotate(-405deg);
    }
  }

  .swal2-animate-success-line-tip {
    -webkit-animation: animate-success-tip 0.75s;
    animation: animate-success-tip 0.75s;
  }

  .swal2-animate-success-line-long {
    -webkit-animation: animate-success-long 0.75s;
    animation: animate-success-long 0.75s;
  }

  .swal2-success.swal2-animate-success-icon
  .swal2-success-circular-line-right {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
  }

  @-webkit-keyframes animate-error-icon {
    0% {
      -webkit-transform: rotateX(100deg);
      transform: rotateX(100deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1;
    }
  }

  @keyframes animate-error-icon {
    0% {
      -webkit-transform: rotateX(100deg);
      transform: rotateX(100deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1;
    }
  }

  .swal2-animate-error-icon {
    -webkit-animation: animate-error-icon 0.5s;
    animation: animate-error-icon 0.5s;
  }

  @-webkit-keyframes animate-x-mark {
    0% {
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
      margin-top: 26px;
      opacity: 0;
    }
    50% {
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
      margin-top: 26px;
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
      margin-top: -6px;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      margin-top: 0;
      opacity: 1;
    }
  }

  @keyframes animate-x-mark {
    0% {
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
      margin-top: 26px;
      opacity: 0;
    }
    50% {
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
      margin-top: 26px;
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
      margin-top: -6px;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      margin-top: 0;
      opacity: 1;
    }
  }

  .swal2-animate-x-mark {
    -webkit-animation: animate-x-mark 0.5s;
    animation: animate-x-mark 0.5s;
  }

  @-webkit-keyframes rotate-loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotate-loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }