.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin: 0;
}
body >.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.woocommerce-notices-wrapper {
    margin: 1px auto 1px;
}
.wpcf7 form .wpcf7-response-output {
    border-radius: 1px;
    padding: 8px!important;
    max-width: max-content;
}

.d-grid {
    display: grid;
}
.gallery__pagination {
    display: none;
}
.gallery__pagination span {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 5px;
    max-width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #DBDBE1;
}
.gallery__pagination span.span-active {
    background-color: #121418;
}
.gallery-images-link {
    cursor: pointer;
    transition: all .2s linear;
}

.gallery-images-link img {
    transform: scale(1);
    transition: all .5s linear;
}

.gallery-images-link:hover img {
    transform: scale(1.1);
}

.rodosvit-form .custom-checkbox span.wpcf7-form-control-wrap:before {
    display: none;
}

.events-checkboxes .form-field a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 5;
}
    /* Select 2 custom */
.woocommerce form .form-row .select2-container, .woocommerce-input-wrapper .select2-container,
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #DBDBE1;
    border-radius: 40px;
    height: 55px;
    display: flex;
    align-items: center;
}

.select2-container--open .select2-dropdown {
    top: 2px;
    padding: 5px;
}

.select2-dropdown {
    border-color: #DBDBE1;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.select2-container--open .select2-dropdown--below {
    background: #FFFFFF;
    box-shadow: 0 2px 7px rgba(164, 164, 164, 0.15), 10px 10px 35px rgba(164, 164, 164, 0.15);
    border-radius: 10px;
    border-top: 1px;
    border-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #DF3535;
}
.select2-container--default .select2-results__option:hover {
    background-color: #FFF7E4;
    color: #1F242D;
}
.select2-results__option[aria-selected] {
    border-radius: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #DBDBE1;
    border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px 25px;
    line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-bottom: 2px solid #121418;
    border-right: 2px solid #121418;
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.woocommerce .shipping-calculator-form .form-row {
    width: 100%;
    display: block;
}
.select2-results__option {
    padding: 10px;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #DBDBE1;
    border-radius: 10px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.woocommerce a.added_to_cart ,.added_to_cart {
    display: none;
}

.cart-custom-massage {
    display: grid;
    grid-template-columns: 1fr 30px;
    gap: 5px;
    position: absolute;
    width: max-content;
    padding: 15px;
    bottom: -100%;
    right: 0;
    background-color: #ffff;
    z-index: -1;
    opacity: 0;
    transform: translateY(-15px);
    transition: all .3s linear;
    border: 1px solid #DBDBE1;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 320px;
}

.cart-custom-massage a {
    border: none;
    width: 100%;
    height: auto;
    text-decoration: underline;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-custom-massage span {
    font-size: 12px;
    display: inline-flex;
    margin-right: 5px;
    color: #898a8c;
    text-transform: uppercase;
}
.cart-custom-massage a svg {
    fill: #121418;
}
.cart-custom-massage a:hover {
    background-color: transparent;
}
.cart-custom-massage a:hover svg {
    fill: #DF3535;
}
.cart-custom-massage.show {
    transform: translateY(0);
    opacity: 1;
    z-index: 7;
}

.form-field input[type="checkbox"] {
    height: 46px;
}

/* Register event */
.custom-popup-message .name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.custom-popup-message .about-register  {
    margin-top: 10px;
}

.post__sidebar-title {
    display: none;
}

.gallery-block {
    overflow: hidden;
    padding-top: 20px;
}
/* Custom loading */

.modal-overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    transition: all .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 991.98px) {
    .gallery__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery__pagination span:not(:last-child) {
        margin-right: 10px;
    }
    .custom-popup-application .custom-popup__content {
        max-height: 80vh;
        height: 100%;
        overflow-y: scroll;
    }
    .post__sidebar-title {
        display: flex;
        min-height:40px;
    }
    .post__info-content h1 {
        display: none;
    }
}
@media screen and (max-width: 766.98px){
    .post__sidebar-social-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        max-width: 178px;
    }
    .custom-popup-application .custom-checkbox .wpcf7-form-control-wrap {
        padding: 0;
        margin-bottom: 15px;
    }
    .custom-popup-application .custom-checkbox > span::before {
        display: none;
    }
    .rodosvit-event {
        margin-bottom: 30px;
    }

}

@media  screen and (max-width: 576px){
    .header-top {
        background-image: url("../img/mobile-header-bg.jpg");
    }
}
.events-page__items .rodoscvit-post-cat,
.events-page__items .teacher-text,
.events-page__items .places-text,
.events-page__items .category-prime{
  text-transform: uppercase;
  font-weight: 600;
}
.user-tab input:checked+span{
  background: #DF3535;
  color: #ffffff;
}
.link-list li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
}
/*.link-list li::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  background-color: #121418;*/
/*  width: 5px;*/
/*  height: 5px;*/
/*  border-radius: 50%;*/
/*  top: calc(50% - 2.5px);*/
/*  left: 0;*/
/*}*/
.link-list {
  font-size: 18px;
  
}
.link-list li a:hover{
  color: #DF3535;
}
.edit-account{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.edit-account>.sbm-btn,
.edit-account>fieldset {
  grid-column: 1/-1;
}

.edit-account>fieldset .form-row {
  margin-bottom: 20px;
}
.edit-account .clear,.edit-account .required {
  display: none;
}
.order-list__item{
  border-top: 1px solid #DBDBE180;
  border-bottom: 1px solid #DBDBE180;
  margin-bottom: 10px;
  padding: 15px;
}
.order-list__item .order-id{
  font-size: 18px;
  color: #DF3535;
  margin-bottom: 20px;
}
.order-list__item .product-item {
  margin-bottom: 15px;
}
.order-list__item .product-item .info{
  display: flex;
  align-items: center;
}
.order-list__item .product-item .quantity{
  margin-left: auto;
}
.order-list__item .product-item .img{
  max-width: 100px;
  display: block;
  margin-right: 15px;
}

.order-list__item .order-info{
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
}

.product-thumbnail,
.category-shops__item .thumbnail,
.rodosvit-post .thumbnail,
.rodosvit-product .thumbnail,
.offer__slider img{
  border-radius: 20px;
}
.pass__label{
  width:calc(50% - 40px);
  margin: 0 auto 25px;
  display: block;
}
@media (max-width: 767px) {
  .pass__label{
    width: 90%;
  }
}
.set_pass{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.enter-account__form input[type=checkbox]+span {
  padding: 10px 0 0 30px;
}
.enter-account__form input[type=checkbox]+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #DBDBE1;
  border-radius: 8px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.enter-account__form input[type=checkbox]:checked+span:before {
  background-color: #DF3535;
  border-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6979 0.290533C12.2957 -0.0969666 11.6426 -0.0967223 11.2398 0.290533L4.67723 6.60474L1.76045 3.79848C1.35769 3.41098 0.704826 3.41098 0.302068 3.79848C-0.100689 4.18598 -0.100689 4.81411 0.302068 5.20161L3.94789 8.70931C4.14914 8.90294 4.41303 9 4.67695 9C4.94087 9 5.20501 8.90319 5.40627 8.70931L12.6979 1.69364C13.1007 1.30641 13.1007 0.678009 12.6979 0.290533Z' fill='white'/%3E%3C/svg%3E%0A"); }
.header .desktop-menu li > a, .header__sticky-menu li > a {
  font-weight: 700;
}

.offer .swiper-button ,
.home-propose .swiper-button {
  position: static;
}
.offer .swiper-button::before  ,
.home-propose .swiper-button::before  {
  content: "";
  top: 0;
  width: 100%;;
  height: calc(100% - 25px);
  position: absolute;
  transform: none;
  z-index: 10;
  border: none;
  opacity: 0;
}
.home-propose__wrap:hover  .swiper-button::before,
.offer .offer__wrap:hover  .swiper-button::before  ,
.home-propose .offer__wrap:hover  .swiper-button::before  {
  opacity: 1;
}

.offer .swiper-button ,
.home-propose .swiper-button {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: end;
  z-index: 8;
  padding: 0 11px;
}
.offer .swiper-button.btn-prev  ,
.home-propose .swiper-button.btn-prev  {
  left: 15px;
  justify-content: start;
}
.offer .swiper-button.btn-next  ,
.home-propose .swiper-button.btn-next  {
  right: 15px;
  justify-content: end;
}
.offer .swiper-button.btn-prev::before  ,
.home-propose .swiper-button.btn-prev::before  {
  content: "";
  background-image:  url("../img/svg/left.svg"),linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background-repeat:no-repeat,no-repeat ;
  background-position: 10px center,center ;
  left: 0;
  border-radius: 20px 0 0 20px;
}
.offer .swiper-button.btn-next::before  ,
.home-propose .swiper-button.btn-next::before  {
  content: "";
  background-image:  url("../img/svg/right.svg"),linear-gradient(90deg, rgba(0,0,0,0) 0%,  rgba(0,0,0,0.2) 100%);
  background-repeat:no-repeat,no-repeat ;
  background-position: calc(100% - 10px) center,center ;
  right: 0;
  border-radius: 0 20px 20px 0;
}
.offer .swiper-pagination-bullets.swiper-pagination-horizontal ,
.home-propose .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: auto;
}
.offer .rodosvit-slider ,
.home-propose .rodosvit-slider {
  overflow: hidden;
  border-radius: 20px;
}

.offer .rodosvit-slider-manage ,
.home-propose .rodosvit-slider-manage {
  position: static;
}
 .default-page__top {
  padding: 0;
  background: none;
}
.default-page__top::before {
  height: 5px;
  border:1px solid #DBDBE1;
  border-left: 0;
  border-right: 0;
}
.default-page__top .default-page__item {
  padding: 0 15px;
  background: #ffffff;
}
.default-page__top .default-page__title {
  color: #000000;
}
.recently-video__items.section-items {
  margin-bottom: 30px;
}
.post__content--standart h1 {
  display: block;
}
.post__content--standart {
  grid-template-columns: minmax(550px, 800px) minmax(326px, 440px);
}
@media (max-width: 992px)  {
.post__content--standart {
    grid-template-columns: 1fr;
    display: block;
  }
}
.post__info--img {
  text-align: center;
  
}

.post__info--img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
  width: 100%;
}
.post__content .post__info  li,
.woocommerce-Tabs-panel.entry-content  li,
.woocommerce-Tabs-panel.entry-content p,
.post__content .post__info  p {
  color: #292a2f;
}
.woocommerce-Tabs-panel.entry-content p>iframe,
.post__content .post__info  p>iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}
@media (min-width: 767px)  {
  .post__info-content blockquote,
  .woocommerce-Tabs-panel.entry-content,
  .post__info-content {
    font-size: 18px;
  }
}
.header__sticky-menu > ul {
  justify-content: space-between;
}

.post__content--standart h1.post__title{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  grid-column:1/-1 ;
}
@media (max-width: 767px) {
  .post__content--standart h1.post__title{
    font-size: 18px;
  }
}
.post__sidebar-themes .rodosvit-page-menu li{
  font-size: 18px;
 }
.products .rodosvit-product{
  display: flex;
  flex-direction: column;
}
.products .rodosvit-product .options{
  margin-top: auto;
}
.woocommerce-Tabs-panel--description h2,
.post__info-content h2{
  font-size: 2em;
}
.woocommerce-Tabs-panel--description h3,
.post__info-content h3{
  font-size: 1.8em;
}
.attachment-full{
  height: auto;
}
.wp-block-image,.wp-block-buttons {
  margin-bottom: 1.5em;
}
.wp-block-button .wp-block-button__link::before {
  display: none;
}

.other-events__items .rodosvit-post-image {
    /*height: 250px;*/
    height: auto;
}
.post__info .wp-block-quote.reviews {
    position: relative;
    font-weight: 400;
    max-width: 100%;
    padding-bottom: 20px;
    margin: 20px 0;
}
.post__info .wp-block-quote.reviews::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    border-top: 1px solid #df3535;
    content: "";
}
.wp-block-quote.reviews:last-child:after {
    content: none;
}

.post__info .wp-block-media-text__content a, .woocommerce-Tabs-panel--description .wp-block-media-text__content a {
    color: #DF3535;
}
.post__info .wp-block-media-text__content a::before, .woocommerce-Tabs-panel--description .wp-block-media-text__content a::before {
    background-color: #DF3535;
}
.wp-block-separator{
    border-color: #dee2e6;
}

@media screen and (max-width: 767px){
    .other-events__items .rodosvit-post-image {
        margin: 0 auto 10px;
        /*height: 180px;*/
      height: auto;
    }
}
.category-terms_item{
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 35px 90px;
    margin-bottom: 50px;
}
.category-shops__item.term_item .link span:first-child{
    width: calc(100% - 40px);
    max-width: 100%;
    min-width: calc(100% - 40px);
}
.category-shops__item.term_item .link span{
    font-size: 24px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px){
    .category-shops__item.term_item .link span{
        font-size: 18px;
    }
}
.variations .reset_variations{
    display: none !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
    vertical-align: middle;
    display: block;
}
.woocommerce-tabs .entry-content{
    max-width: 1000px;
}
.footer .text {
    max-width: 500px;
}

@media (max-width: 767px) {
    .footer .text {
        margin-bottom: 50px;
    }
}

.brick {
    width: 300px; /* ширина блоку */
    border-style: solid;
    border-color: #ede3e3;
    padding: 15px;
    background-color: #f8fdf8;
    border-width: thin;
}

.brick img {
    width: 100%;
    height: auto;
    display: block;
}


.wp-block-details summary strong{
    color: #da2c4d;
    text-decoration: underline;
}
.grecaptcha-badge{
    display: none!important;
}




.post__info-content .ai-wrap { background-color: #ffffff; }
.post__info-content .ai-wrap .ai-volume-bar { border-right-color: #ffffff; }
.post__info-content .ai-wrap .ai-track-btn,
.post__info-content .ai-wrap .ai-track-control { border-left-color: #ffffff; }

.post__info-content .ai-wrap,
.post__info-content .ai-wrap .ai-btn,
.post__info-content .ai-wrap .ai-track-btn {
    color: #000000;
}

.post__info-content .ai-wrap .ai-btn svg,
.post__info-content .ai-wrap .ai-track-no-thumb svg,
.post__info-content .ai-wrap .ai-track-btn svg {
    fill: #000000;
}

.post__info-content .ai-wrap .ai-audio-control,
.post__info-content .ai-wrap .ai-audio-control:hover,
.post__info-content .ai-wrap .ai-audio-control:focus,
.post__info-content .ai-wrap .ai-track-progress,
.post__info-content .ai-wrap .ai-volume-bar.ai-volume-bar-active::before,
.post__info-content .ai-wrap .ai-track:hover,
.post__info-content .ai-wrap .ai-track.ai-track-active,
.post__info-content .ai-wrap .ai-btn.ai-btn-active,
.post__info-content .ai-wrap .ai-btn.ai-btn-active:hover,
.post__info-content .ai-wrap .ai-btn.ai-btn-active:focus {
    background-color: #da2c4d;
}

.post__info-content .ai-wrap .ai-scroll-wrap div:last-child div {
    background-color: #da2c4d !important;
}

.post__info-content .ai-wrap .ai-footer a,
.post__info-content .ai-wrap .ai-footer a:hover {
    color: #da2c4d;
}

.post__info-content .ai-wrap .ai-track-progress-bar,
.post__info-content .ai-wrap .ai-volume-bar,
.post__info-content .ai-wrap .ai-btn,
.post__info-content .ai-wrap .ai-btn:hover,
.post__info-content .ai-wrap .ai-btn:focus,
.post__info-content .ai-wrap .ai-track,
.post__info-content .ai-wrap .ai-track-no-thumb {
    background-color: rgba(0, 0, 0, 0.04);
}

.post__info-content .ai-wrap .ai-scroll-wrap &gt; div:last-child {
    background-color: rgba(0, 0, 0, 0.04);
}

.post__info-content .ai-wrap .ai-footer {
    border-top-color: rgba(0, 0, 0, 0.04);
}

.post__info-content .ai-wrap.ai-is-loading .ai-control-wrap-thumb::after,
.post__info-content .ai-wrap.ai-is-loading .ai-track-title::after,
.post__info-content .ai-wrap.ai-is-loading .ai-track-subtitle::after {
    background: rgba(0, 0, 0, 0.04);
}

