/*   
Theme Name: Academy
Version: 1.0
Author: den
*/

.container {
    max-width: 1223px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .news__item-wrapper {
    border-radius: 5px;
  }

  .news {
      padding: 0;
      margin-top: -50px;
  }

  .news__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }


  .news__slider {
    position: relative;
    overflow: visible;
    padding: 0 60px;
  }

  .swiper {
    overflow: visible;
    margin-left: -300px;
  }

  .swiper-wrapper {
    align-items: stretch;
    gap: 10px;
  }

  .swiper-slide {
    background: #fff;
    border-radius: 12px;
    transition: all 0.4s ease;
    opacity: 0.1;
    transform: scale(0.9);
    height: auto;
    min-width: 400px;
    margin: 5px 0 5px !important;
  }

  .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
  }

  .swiper-slide-next,
  .swiper-slide-prev {
    opacity: 0.8;
    transform: scale(0.95);
  }


  .news__item {
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
  }

  .news__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(27, 80, 101, 0.2);
  }

  .news__item-wrapper {
    overflow: hidden;
  }

  .news__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
    border-bottom: 6px solid #270000;
  }

  .news__item:hover .news__item-img {
    transform: scale(1.05);
  }

  .news__item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news__item-date {
    font-size: 14px;
    color: #8e9495;
    font-weight: 400;
  }

  /* Навігаційні стрілки у стилі court.deness.art */
  .news-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    color: #000;
    border: 1.5px solid #000;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .news-arrow:hover {
    background: #da0032;
    color: #fff;
    border: 1.5px solid #fff;
  }

  .news-arrow--prev {
    top: 43%;
    left: -100px;
  }

  .news-arrow--next {
    top: 43%;
    right: -100px;
  }

  .news-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transition: all 0.3s ease;
  }

  .news-arrow:hover.news-arrow::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .news-arrow--prev::before {
    transform: rotate(225deg);
    margin-left: 5.5px;
  }

  .news-arrow--next::before {
    transform: rotate(45deg);
    margin-right: 5.5px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .header {
    overflow: visible;
}
.post__texts img {
    border-radius: 8px;
    margin: 20px 0;
}
.breadcrumbs {
    margin-bottom: 13px;
}
.breadcrumbs a.breadcrumbs__link span {
    color: #730010;
    text-align: center;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: inline-block;
}
.header__market-content.header__about-content .breadcrumbs a.breadcrumbs__link span {
color: #fff
}
.header__market-content.header__about-content .breadcrumbs span {
    color: #fff
}
.header__market-content.header__about-content .breadcrumbs span.breadcrumbs__current {
    color: #fff;
    opacity: 0.6;
}
.header__market-content {
    overflow: hidden;
}
.news__item_block img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 8px;
}
.news__item_block {
    position: relative;
}
.news__item_block .news_frame {
    position: absolute;
    left: 0px;
    top: 18.5px;
    color: #fff;
    font-family: Geologica;
    font-size: 16px;
    font-weight: 400;
    background: #730010;
    padding: 5px 18px;
    line-height: 150%;
    text-transform: capitalize;
}
.news__item-wrapper img {
    width: 100%;
    border-radius: 5px;
    background: lightgray 50% / cover no-repeat;
    max-height: 265px;
    height: 265px;
    object-fit: cover;
}
.buttons_wrap_slider {
    display: flex;
        align-items: center;
}
.title_buttons_wrap.active {
    color: #000;
    font-family: Geologica;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 1;
}
.title_buttons_wrap {
    color: rgba(218, 0, 50, 0.75);
    font-family: Geologica;
    font-size: 36px;
    opacity: 0.5;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin-left: 21px;
    cursor: pointer;
}
.title_buttons_wrap.events_button {
    margin-left: 20px;
}
.events__slider {
    position: relative;
    overflow: visible;
    padding: 0 60px;
    display: none;
}
.upcoming__img-wrapper img {
    width: 100%;
    max-width: 296px;
    object-fit: cover;
}
.jalinga__wrapper.listing_block_page_events {
    padding: 45px 0px;
    padding-bottom: 20px;
    margin-bottom: 70px;
}
#checkoutModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 63%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
#simpleModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 63%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.modal-content {
  position: relative;
  background: #FDFDFD;
  padding: 65px 90px;
  border-radius: 15px;
}
.modal_title {
  font-size: 25px;
  font-weight: 600;
  max-width: 490px;
  margin-bottom: 30px;
  line-height: 1.3;
  text-transform: uppercase;
}
.close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 45px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 100px;
  display: flex
  ;
      align-items: center;
      justify-content: center;
}
#quickOrderForm {
    display: flex;
    flex-direction: column;
}
#quickOrderForm input[type="text"], #quickOrderForm input[type="tel"], #quickOrderForm input[type="email"] {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  outline: none;
  margin-bottom: 15px;
  font-size: 18px;
}
#quickOrderForm input::placeholder {
color: #000;font-weight: 400;
}
#quickOrderForm button[type="submit"] {
    background: #a20521;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    width: 196px;
    height: 54px;
    background: #DA0032;
    border-radius: 60px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s;
}
#quickOrderForm button[type="submit"]:hover {
  background: #a20521;
}
#quickOrderForm textarea {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 20px;
  outline: none;
  margin-bottom: 15px;
  resize: none;
  padding-top: 8px;
  padding-right: 20px;
  font-size: 18px;
  padding-left: 0;
}
#quickOrderForm textarea::placeholder {
  color: #000;font-weight: 400;
}

.simple_modal_form {
  display: flex;
  flex-direction: column;
}
.simple_modal_form input[type="text"], .simple_modal_form input[type="tel"], .simple_modal_form input[type="email"] {
width: 100%;
height: 45px;
border-bottom: 1px solid #000;
border-radius: 0;
padding-left: 0;
outline: none;
margin-bottom: 15px;
font-size: 18px;
}
.simple_modal_form input::placeholder {
color: #000;font-weight: 400;
}
.simple_modal_form button[type="submit"] {
  background: #a20521;
  color: #fff;
  border-radius: 8px;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  width: 196px;
  height: 54px;
  background: #DA0032;
  border-radius: 60px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
}
.simple_modal_form button[type="submit"]:hover {
background: #a20521;
}
.simple_modal_form textarea {
width: 100%;
height: 45px;
border: none;
border-bottom: 1px solid #000;
border-radius: 0;
padding-left: 20px;
outline: none;
margin-bottom: 15px;
resize: none;
padding-top: 8px;
padding-right: 20px;
font-size: 18px;
padding-left: 0;
}
.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}
.wpcf7-not-valid-tip {
  display: none!important;
}
.professional__select option {

}
.reset_filter {
  border: 1px solid rgba(218, 0, 50, 0.25);
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  padding: 7px 15px;
  border-radius: 100px;
  transition: 0.5s;
}
.audit {
  margin-top: 35px;
  margin-bottom: 35px;
}
.reset_filter:hover {
background: rgba(218, 0, 50, 0.25);
}
.simple_modal_form textarea::placeholder {
color: #000;font-weight: 400;
}
.simple_modal_form .checkout_wrap {
  margin-top: 25px;
}
.wpcf7 form .wpcf7-response-output {
  max-width: 500px;
}
.feedbacks__img-wrapper {
  width: 36%;
}
.feedbacks__content {
  width: 60%;
}
body:not(.home) .how {
  margin-bottom: 70px;
}
.feedbacks__img-wrapper iframe {
  width: 100%
}
.questions .wpcf7-response-output {
  background: #fff;
}
.feedbacks__img-wrapper img {
  width: 100%
}
.price_checout {
  margin-top: 22px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.checkout_wrap {
  display: flex;
      align-items: center;
}
.checout_text {
  max-width: 374px;
    margin-left: 15px;
}
.logo_modal_checout {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.close-modal:after {
  content: " ";
  background: url(images/close_modal.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
}
.header__logo {
  min-width: 196px;
  margin-right: 50px;
}
.link_more_site {
  text-align: center;
  margin-top: 7px;
}
.link_more_site a {
  text-align: center;
  color: #fff;
  font-size: 9px;
  opacity: 0.4;
  transition: 0.5s;
}
.link_more_site a:hover {
  opacity: 1;
}
.time_product {
  position: absolute;
  color: #fff;
  font-family: 'Geologica';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  padding: 0 9px;
  background: #4f0006;
  top: 15px;
  right: 0;
  z-index: 5;
}
.audit__inner.audit__inner-reverse img {
  width: 100%;
  max-width: 50%;
  object-fit: cover;
  max-width: 360px;
}
.audit__inner img {
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
}
.single-product .audit__inner.audit__inner-reverse img {
  max-width: 50%;;
}
.single-product .audit__inner img {
  max-width: 50%;
}
#not_found {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(/wp-content/themes/academy/images/marketplace-bg.png) no-repeat;
  background-size: cover;
  margin-bottom: -5px;
}
.not_found_text {

}
.not_found_text h1 {
  font-size: 58px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
}
.not_found_text .back {
  color: #fff;
}
.not_found_text .back a {
  color: #da0032;
  border-bottom: 1px solid;
  transition: 0.5s
}
.not_found_text .back a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.woocommerce-checkout .woocommerce {
  max-width: 1147px;
    margin: 50px auto;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  display: flex
;
  justify-content: center;
  text-align: center;
}
.woocommerce-order-details__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
.woocommerce-order {
    margin: 115px 0px;
    margin-top: 70px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #a20521 !important;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    padding: 10px 20px;
    width: 100%;
    line-height: 1.5;
    border-radius: 10px;
	max-width: 572px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 10px;
}
#footer_sub p {
	color: green;
}
.checout_text a {
	display: inline;
    border-bottom: 1px solid #a20521;
    color: #a20521;
	transition: 0.5s
}
.checout_text a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.order-again {
	display: none !important;
}

  @media (max-width: 1200px) {

    .news-arrow--prev {
      top: 43%;
      left: 0px;
    }

    .news-arrow--next {
      top: 43%;
      right: 0px;
    }

    .swiper {
      margin-left: auto;
    }

    .news__slider {
      padding: 0 50px;
    }

    .news__title {
      font-size: 40px;
    }

    .news__item {
      max-width: 250px !important;
    }
  }

  @media (max-width: 768px) {
    .news-arrow {
      background: #da0032;
      color: #fff;
      border: 1.5px solid #fff;
    }
    .news-arrow::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
    .swiper-wrapper {
      gap: auto;
    }

    .swiper-slide {
      min-width: auto;
    }

    .news__item-wrapper {
      max-width: 100%;
    }

    .news__slider {
      padding: 0 40px;
    }

    .news__title {
      font-size: 32px;
    }

    .news__top {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }

    .news-arrow {
      width: 40px;
      height: 40px;
    }
  }

  @media (max-width: 480px) {
    .news__slider {
      padding: 0 30px;
    }

    .news {
      padding: 0;
    }
  }

  .custom-dropdowns {
    display: flex;
    gap: 62px;
    flex-wrap: wrap;
  }
  html[lang="kk"] .custom-dropdowns {
    gap: 39px;
  }

  .dropdown {
    position: relative;
    transition: opacity .3s;
  }

  .dropdown-button {
    display: flex;
    align-content: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-family: Geologica;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    transition: all .3s;
  }

  .dropdown-button:hover {
    color: #da0032;
  }


  .dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -2;
    opacity: 0;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-width: 100%;
    transition: opacity .4s;
  }


  .dropdown-options a {
    text-wrap: nowrap;
    position: relative;
    padding: 10px 14px;
    text-decoration: none;
    color: black;
    display: block;
    border-radius: 6px;
    transition: all .3s;
  }

  .dropdown-options a::after {
    content: '';
    position: absolute;
    background: #c5c5c5;
    height: 0.3px;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .dropdown-options a:last-child::after {
    display: none;
  }

  .dropdown-button img {
    transition: all .4s;
  }

  .dropdown:hover {
    transition: opacity .4s;

  }

  .dropdown:hover .dropdown-options {
    opacity: 1;
    z-index: 10;
  }

  .dropdown:hover .dropdown-button img {
    transform: rotate(-180deg);
  }

  @media screen and (max-width:567px) {
    .header__top > .container.header__container {
        margin-left: 0;
    }
    .upcoming__img-wrapper img {
        max-width: inherit;
    }
    .feedbacks__img-wrapper {
        margin-bottom: 20px;
    }
    .header__buttons {
      flex-wrap: wrap;
  }
  .header__market-content {
    height: auto;
}
.main__items-page {
  flex-wrap: wrap;
}
.feedbacks__content {
  width: 100%;
}
.feedbacks__img-wrapper {
  width: 100%;
}
.buttons_wrap_slider {
  flex-wrap: wrap;
}
.title_buttons_wrap {
  margin-left: 0;
}
.title_buttons_wrap.events_button {
  margin-left: 0;
}
.news {
  padding: 0;
  margin-top: 0;
}
.title_buttons_wrap {
  font-size: 24px;
}
.title_buttons_wrap.events_button {
  margin-left: 20px;
}
.title_buttons_wrap.active {
  font-size: 24px;
}
.jalinga__item-img {
  display: block;
}
.jalinga__item {
  background-image: none;
  margin-bottom: 0;
  max-height: none;
  padding-bottom: 0;
}
.jalinga__wrapper.listing_block_page_events {
  padding: 45px 0px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.modal-content {
  padding: 70px 33px;
  width: 100%;
  padding-bottom: 25px;
}
.modal_title {
  font-size: 17px;
  margin-bottom: 13px;
  }
  .checkout_wrap {
    flex-wrap: wrap;
}
.checout_text {
  max-width: 100%;
  margin-left: 0;
  margin-top: 17px;
}
.logo_modal_checout {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 11px;
}
.logo_modal_checout img {
  margin: 10px
}

.audit__inner.audit__inner-reverse img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.not_found_text h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 15px;
}


}

@media screen and (min-width: 1440px) {
  .news .swiper-slide {
    min-width: 370px;
}
}