/*---Замена свойства цвет на указатель "Цена за группу/человека". Скрытие заголовка---*/
.product-card .details-colors .color-viewer-header {
    font-size: 14px;
    margin-bottom: 1px;
    display: none;
}
/*---Замена свойства цвет на указатель "Цена за группу/человека". Скрытие заголовка в мобильной версии---*/
.color-viewer-header,.sizes-viewer-header {
    display: none;
}
/*---Скрытие элемента под ценой товара для уменьшения отступа---*/
.product-card .details-availability {
    display: none;
}
/*---Уменьшение верхнего отступа между ценой и свойством Цена за группу/человека---*/
.product-card .details-payment {
    border: none;
    margin-top: 2px;
    padding: 0
}]

/*---Межстрочное расстояние блока характеристик над ценой товара---*/
.product-card .details-briefproperties {
    margin-bottom: 8px;
}

/*---Цвет заголовков вкладок в карточке товара---*/
.product-card .tabs .tabs-headers .tabs-header-item .tabs-header-item-link {
    color: #000000;
}
/*---Цвет текста хлебных крошек---*/
.breads-item .breads-item-link span {
    color: #8A8A8F;
}
.product-card .product-card-top .product-card-top-info .details-reviews a {
    color: #000000;
}
.product-card .details-payment .details-payment-block .details-payment-cell .details-payment-item .details-buy-one-click .link-dotted-invert {
    color: #000000;
}
.product-card .product-card-info .products-view-compare .compare-control {
    color: #a1a1a1;
}
.element.style {
    color: #00000;
}
.product-categories-module .product-categories-header-slim-title {
    color: #000000;
}
.cs-bg-6 {
    background-color: #da8500;
}

/*---Скрытие блока корзины в карточке товара---*/
.product-card .details-amount {
    display: none;
}

.cart-mini-count {
    display: none;
}

/*---Скрытие кнопки корзины, под ценой товара---*/
.details-payment-block .btn {
    display: none;
}

/*---Скрытие иконки корзины, справа от телефона---*/
.cart-mini {
    display: none;
}
/*---Скрытие нижнего меню в мобильной версии---*/
.bottom-panel {
    display:none;
}

/*---Скрытие блока корзины в мобильной версии в карточке товара---*/
.mobile-header__item.mobile-header__cart-block {
    display: none;
}

.products-view-mobile-modern-tile .mobile-product-view-item__btn-wrap {
    display: none;
}
.product__buttons {
    display: none;
}
.details-amount {
    display: none;
}
.details-sku {
    display:none;
}
.details-unit {
    display:none;
}
.product-card .product-card-top .product-card-top-info .details-sku {
    display:none;
}
.product-card .product-card-top {
 display:none;   
}

/*---Скрытие блока текста на страницах товаров и категорий ---*/
.expansion-body {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}
.expansion-hide {
    max-height: 45px;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
/*---Скрытие блока текста на вкладках Дополнительные экскурсии ---*/
.expansion-body1 {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}
.expansion-hide1 {
    max-height: 100px;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.tab-description-additional {
    margin: auto;
}
.btn_modal-box_form_shKNacIIm-mdQwjpLo5HQS-ya9hcW9Nh_0 {
    background-color: #da8500;
}


/*---Карточка товара - описание ---*/


/*Нижний блок с программой*/

.program-header-product {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0;
}

.program-header-product p {
    margin: 0;
    font-family: Verdana;
}

.putevaya-info-product {
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    margin-top: 10px;
}

.image-text-container-product {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;        
}
    
.text-left-product {
    max-width: 700px;
    margin-right: 20px;
    padding-right: 40px;
    font-family: Verdana;
}

    .text-right-product {
        max-width: 700px;
        padding-left: 40px;
        margin-left: 30px;
        font-family: Verdana;
    }
    
    .text-block-product {
        background-color: #f5f5f5;
        padding: 20px;
        border-radius: 5px;
        text-align: left;
        font-family: Verdana;
    }
    
    .title-product {
        font-size: 16px;
        font-weight: bold;
        font-family: Verdana;
        margin-bottom: 10px;
    }
    
    .description-product {
        font-size: 14px;
        line-height: 1.5;
        font-family: Verdana;
    }
    
    .image-text-container-product img {
        max-width: 300px;
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .text-dop {
    max-width: 700px;
    margin-right: 20px;
    padding-right: 40px;
    font-family: Verdana;
}

    /*Адаптивная верстка*/

@media (max-width: 768px) {
    
    .program-header-product {
        margin: 0 10px;
        padding: 10px;
    }
    
    .image-text-container-product {
        flex-direction: column;
    }    
    .text-left-product,
    .text-right-product {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        font-family: Verdana;
        }    
    .text-block-product {
        display: flex;
        flex-direction: column;
        }    
    .title-product {
        order: 1;
        margin-bottom: 20px;
        font-size: 20px;
        font-family: Verdana;
        }          
    .image-text-container-product img {
        order: 2;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 70%;
        }    
    .description-product {
        order: 3;
        }
    }
    
    
    
    
    /*Корректировка фотографии верстка*/
    
        /*Отзывы, выделение в цитату*/
}
.quote p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.quote cite {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #aaaaaa;
}
    

/*---Блока спойлера открытия и закрытия элемента---*/
details{
  display:block;
  background: #F5F5F5;
  width:95%;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow:hidden;
  margin-bottom: 1.5rem;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:block;
   padding: .3em 1em .3em .9em;
   border-bottom: 1px solid #ffffff;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
}
summary:before {  
  top: .4em;
  right: .4em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: scale(1,-1);
}
.summary ~ * {
   padding: 0 1em 10px 1.4em;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}

/*---Размер шрифта Верхнего меню---*/
.menu-general-root-link-text {
    font-size: 16px;
}
}