

/* Start:/local/templates/main/components/bitrix/news.detail/main_title/style.css?1778578839942*/
.main-title__span {
    /* display:block; 
    text-align:left; */
    font-size: 42px;
}

section.Buy-ticket {
    background-position: 100% 30%;
}

@media (max-width: 1740px) {
    .main-title__span {
        /* display:inline;  */
        font-size: 30px;
    }
}


@media (max-width: 1180px) {
    .main-title__span {
        /* display:inline;  */
        font-size: 26px;
    }
}

@media (max-width: 745px) {
    section.Buy-ticket {
        background-size: 100% 50%;
        background-position: 100% 0%;
    }

    .Buy-ticket.Buy-ticket {
        padding-top: 20px;
    }

     .main-title__span {
        /* display:inline;  */
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    section.Buy-ticket {
        background-size: 120% 50%;
        background-position: 100% 0%;
    }
}

@media (max-width: 480px) {
    section.Buy-ticket {
        background-size: 140% 50%;
        background-position: 100% 0%;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/buy-ticket-advantages/style.css?1778578839441*/
.Buy-ticket-advantages__item {
    width: 33.33%;
}

.Buy-ticket-wrapper .Buy-ticket-advantages {
    align-items: baseline;
}

.Buy-ticket-advantages__link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

section.Buy-ticket {
    background-image: url("/local/templates/main/images/Buy-ticket-bgg.jpg");
}

.Buy-ticket-advantages__item p {
    text-align: center;
}





/* End */


/* Start:/local/templates/main/components/bitrix/news.list/rates-block-grid/style.css?17785788392353*/
section.Travel-destinations_grid {
    padding-top: 60px;
}

.Travel-destinations-heading {
    margin-bottom: 20px;
}

.Travel-destinations_grid {
    padding-bottom: 100px;
}

.routes-grid {
    display: grid;
    gap: 20px;
    /* padding: 20px; */
    grid-template-columns: repeat(3, 1fr); /* по умолчанию — 1 карточка */
}
  
.route-card {
    position: relative;
    display: block;
    overflow: hidden;
    /* border-radius: 12px; */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}
  
.route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
  
.route-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
  
.route-card:hover img {
    transform: scale(1.05);
}
  
.route-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
  
.route-info h3 {
    margin: 0;
    font-size: 1.25rem;
}

.route-info p {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 5px 0 0;
    font-size: 0.9rem;
}
  
.clock-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #fff;
    opacity: 0.8;
}

  
@media (max-width: 1180px) {
    .routes-grid {
      grid-template-columns: repeat(2, 1fr); /* планшеты */
    }
}

@media (max-width: 745px) {
    .Tabs-buttons-wrapper .Travel-destinations-buttons.Tabs-buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .Travel-destinations-heading .Tabs-buttons-wrapper {
        overflow-x: unset;
    }

    .Travel-destinations-heading {
        margin-bottom: 0;
    }

    .Travel-destinations-heading .Tabs-buttons-wrapper-2 {
        height: auto;
    }
}
  
@media (max-width: 600px) {
    .routes-grid {
      grid-template-columns: repeat(1, 1fr); /* десктоп */
    }


}

@media (max-width: 480px) {
    .route-info h3 {
        font-size: 1rem;
    }
    
    .route-info p {
        font-size: 0.7rem;
    }
}
  
  
  
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/table-rates-and-price/style.css?177857883966*/
.Table-th__new.Table-th__new {
	padding: 20px 20px 20px 20px;
}



/* End */


/* Start:/local/templates/main/components/bitrix/news.list/Table-body/style.css?17785788398129*/

.Route-schedule-table-new {
    border-collapse: collapse;
}

.Table-thead-border {
    border-bottom: 2px solid #b2284f;
}

/* .Route-schedule-td__span-nameShip {
	font-size: 20px;
} */

.Route-schedule-td__span {
    color: #5C5C5C;
    font-size: 18px;
    font-weight: 600;
}

.Table-thead-new {
    width: 100%;
    background: #962344;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.Table-th__new {
    padding: 15px 30px;
}

.Table-td__new {
    padding: 15px 30px;
}

.Table-th__left-new {
    width: 340px;
}

.Route-schedule-td__r {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    word-spacing: 19px;
}

.Route-schedule-td__route-new {
    padding: 30px 20px;
}

.Route-schedule-td__route-new p:first-child{
    font-size: 20px;
    font-weight: 500;
}

.Route-schedule-td__route-new p:last-child {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 400;
}

.Route-schedule-td__route-new-right {
    padding: 20px 20px 20px 20px;
}


/* .Route-schedule-td__route-new-right p:first-child{
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400;
} */

/* .Route-schedule-td__route-new-right p:last-child {
    font-size: 18px;
    font-weight: 500;
} */

.Route-schedule-td_mobile {
    display: none;
}


.Route-schedule-tr-body:nth-child(odd) {
 background-color: #f5f5f5;
}


.acor-radio {
    display: none;
}

.table-arrow-img {
    display: none;
}

.Route-schedule-table-span-big {
    font-size: 20px;
}

.Route-schedule-td__text-span {
    font-size: 16px;
    font-weight: 500;
    color: #151719;
}

.Route-schedule-td__text-p {
    font-size: 14px;
    font-weight: 400;
    color: #5C5C5C;
    white-space: nowrap;
    margin-bottom: 12px;
}

.Route-schedule-td__text-p:last-child {
    margin-bottom: 0px;
}


@media (max-width: 1180px) {
    .mobile__hidden {
        display: none;
    }

    .mobile__tr {
        display: none;
    }

    /* .Table-th__new.Table-th__new {
        padding: 17px 30px 33px 30px;
    } */

    .Route-schedule-tr-body {
        display: grid;
        grid-template-areas:
            "A A A A A A A A"
            "B0 B0 B0 B0 B0 B0 B0 B0"
            "B1 B1 B1 B1 B3 B3 B3 B3"
            "B B B B D D D D"
            "DA DA DA DA DA DA DA DA"
            "DB DB DB DB DC DC DC DC"
            "D1 D1 D1 D1 D2 D2 D2 D2";
    }
    
    .Route-schedule-tr-body-daily {
        display: grid;
        grid-template-areas:
            "A A A A A A"
            "B0 B0 B0 B0 B0 B0"
            "B1 B1 B1 B1 B1 B1"
            "B B B B B B"
            "DA DA DA DA DA DA"
            "DB DB DB DC DC DC" 
            "D1 D1 D1 D2 D2 D2";
    }
    
    .Route-schedule-tr-body  td {
        display: block;
        height: 0;
        overflow: hidden;
    }

    .Route-schedule-td_mobile {
        display: block;
    }

    .Route-schedule-tr-body:has(.acor-radio:checked) .acor-headerDA {
        margin-top: 30px;
        
    }

    .acor-header {
        grid-area: A;
    }
    
    .acor-headerB0 {
        /* padding-bottom: 15px; */
        padding-left: 110px;
        grid-area: B0;
    }

    .acor-headerB1 {
        /* padding-bottom: 15px; */
        padding-left: 110px;
        grid-area: B1;
    }

    /* .acor-headerB2 {
        grid-area: B2;
    } */
    
    .acor-headerB3 {
        grid-area: B3;
        /* padding-left: 110px; */
    }

    /* .acor-headerB4 {
        grid-area: B4;
    } */

    .acor-headerB{
        padding-left: 110px;
        grid-area: B;
    }

    /* .acor-headerC{
        grid-area: C;
    } */

    .acor-headerD {
        grid-area: D;
        /* padding-left: 110px; */
    }

    /* .acor-headerE {
        grid-area: E;
    } */

    .acor-headerDA{
        /* padding-top: 50px;
        padding-bottom: 15px; */
        padding-left: 110px;
        grid-area: DA;
    }

    .acor-headerDB{
        /* padding-bottom: 15px; */
        padding-left: 110px;
        grid-area: DB;
    }

    .acor-headerDC{
        /* padding-bottom: 15px; */
        grid-area: DC;
        padding-left: 28px;
    }

    .acor-headerD1, .acor-headerD2, .acor-headerD3, .acor-headerD4, .acor-headerD5, .acor-headerD6 {
        padding-top: 0px;
    }

    .acor-headerD1{
        grid-area: D1;
    }

    .acor-headerD2{
        grid-area: D2;
    }

    /* .acor-headerD3{
        grid-area: D3;
    }

    .acor-headerD4{
        grid-area: D4;
    }

    .acor-headerD5{
        grid-area: D5;
    }

    .acor-headerD6{
        grid-area: D6;
    } */

    .Route-schedule-td__route-new-right {
        padding: 0px 30px;
    }

    .Route-schedule-tr-body  td.acor-header {
        height: auto;
        transition: .5s All;
    }

    .Route-schedule-tr-body:has(.acor-radio:checked) td {
        height: auto;
        margin-bottom: 10px;
        transition: margin-bottom .5s;
    }
    
    .Route-schedule-td__route-new {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .table-arrow-img {
        display: block;
    }

    .acor-header input:checked + label img {
        transition: transform .35s;
        transform: rotate(90deg);
    }

    .Route-schedule-td_rates.acor-headerD1 {
        padding-left: 83px;
    }

    .Route-schedule-td__r {
        padding-left: 0px;
    }

    .Route-schedule-td__text-p {
        white-space: pre-wrap;
    }
}


@media (max-width: 745px) {

    .container.container {
        padding: 0 10px;
    }
    
    .Route-schedule-tr-body {
        display: grid;
        grid-template-areas:
            "A A A A A A A A "
            "B0 B0 B0 B0 B0 B0 B0 B0"
            "B1 B1 B1 B1 B3 B3 B3 B3"
            "B B B B D D D D"
            "DA DA DA DA DA DA DA DA"
            "DB DB DB DB DC DC DC DC" 
            "D1 D1 D1 D1 D2 D2 D2 D2"
    }

    .Route-schedule-tr-body-daily {
        display: grid;
        grid-template-areas:
            "A A A A A A"
            "B0 B0 B0 B0 B0 B0"
            "B1 B1 B1 B1 B1 B1"
            "B B B B B B"
            "DA DA DA DA DA DA"
            "DB DB DB DB DB DB" 
            "D1 D1 D1 D1 D1 D1"
            "DC DC DC DC DC DC"
            "D2 D2 D2 D2 D2 D2";
    }

    .Route-schedule-tr-body:has(.acor-radio:checked) .acor-headerDA {
       margin-top: 10px;
       transition: margin-top 0.5s;
    }

    .Route-schedule-tr-body:has(.acor-radio:checked) {
        margin-bottom: 25px;
        
    }
    
    .Route-schedule-td__route-new {
        gap: 20px;
    }

    .Route-schedule-td__route-new {
        padding: 10px 10px;
    }

    .acor-headerB0 {
        padding-left: 70px;
        grid-area: B0;
    }

    .acor-headerB1 {
        padding-left: 70px;
        grid-area: B1;
    }

    /* .acor-headerB2 {
        grid-area: B2;
    } */

    .acor-headerB{
        padding-left: 70px;
        grid-area: B;
    }

    /* .acor-headerC{
        grid-area: C;
    } */

    .acor-headerD {
        padding-left: 70px;
    }

    .acor-headerB3 {
        padding-left: 70px;
    }

    .acor-headerDA{
        padding-left: 70px;
        grid-area: DA;
    }

    .acor-headerDC {
        grid-area: DC;
    }
    .acor-headerDB {
        grid-area: DB;
    }

    .acor-headerDB, .acor-headerDC{
        padding-left: 70px;
        
    }

    .Route-schedule-td_rates.acor-headerD1, .Route-schedule-td_rates.acor-headerD2 {
        padding-left: 70px;
    }

    .Route-schedule-td__route-new-right {
        padding: 0px 0px;
    }

    .Route-schedule-td__r {
        word-spacing: 5px;
    }


}

@media (max-width: 488px) {
    .Route-schedule-td__text-p {
        font-size: 12px;
    }
    
    .acor-headerD, .acor-headerE {
        margin-right: 20px;
    }

}








/* End */


/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?17785788392053*/
/* ==========================================
   FAQ / Аккордеон
========================================== */

.Questions-asked {
  position: relative;
  overflow: hidden;
}

.Questions-asked-item {
  border-bottom: 1px solid #e5e7eb;   /* серенькая граница */
  overflow: hidden;
}

.Questions-asked-item:last-child {
  border-bottom: none;
}

.Questions-asked-item__heading {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.18s ease;
  position: relative;
}

.Questions-asked-item__heading:hover {
  background: rgba(243, 244, 280, 0.4);   /* очень лёгкий ховер */
}

/* Стрелка */
.Questions-asked__svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}

.Questions-asked-item--active .Questions-asked__svg {
  transform: rotate(180deg);
}

/* Контент */
.Questions-asked-item__content {
  max-height: 0;
  overflow: hidden;
  transition: 
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding-block 0.4s ease;
  padding: 0 70px 50px 70px;           /* выравнивание под текст вопроса */
  color: #4b5563;
  line-height: 1.55;
}

.Questions-asked-item--active .Questions-asked-item__content {
  max-height: 800px;
  padding: 0 36px 2rem 36px;
}

/* Плавность появления текста (опционально, но красиво) */
.Questions-asked-item__content > div {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease 0.1s, transform 0.35s ease 0.1s;
}

.Questions-asked-item--active .Questions-asked-item__content > div {
  opacity: 1;
  transform: translateY(0);
}

/* Адаптив */
@media (max-width: 640px) {
  /* .Questions-asked {
    padding: 60px 0;
  }
  .Questions-asked-item__heading {
    padding: 1.2rem 0;
  }
  .Questions-asked-item__content {
    padding-left: 28px;
  } */
  .Questions-asked-item--active .Questions-asked-item__content {
    padding: 0 28px 1.8rem 28px;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/main_title/style.css?1778578839942 */
/* /local/templates/main/components/bitrix/news.list/buy-ticket-advantages/style.css?1778578839441 */
/* /local/templates/main/components/bitrix/news.list/rates-block-grid/style.css?17785788392353 */
/* /local/templates/main/components/bitrix/news.list/table-rates-and-price/style.css?177857883966 */
/* /local/templates/main/components/bitrix/news.list/Table-body/style.css?17785788398129 */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?17785788392053 */
