

/* Start:/local/templates/krubis/components/bitrix/catalog/.default/style.css?1749034391188*/
.filter-content {
  display: flex;
  --gap: 20px;
  --columns: 4;
  gap: var(--gap);
  flex-wrap: wrap;
  width: 100%;
}
.site--h1 h1 {display:none; left;text-transform: uppercase}
/* End */


/* Start:/local/templates/krubis/components/bitrix/catalog.element/.default/style.css?174738035613862*/
.timeline-button {
    position: fixed;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}

.timeline-button.visible {
    opacity: 1;
    pointer-events: auto;
}

.timeline-button.at-bottom {
    position: fixed;
    top: calc(100% - 50px);
    right: 50%;
    transform: translateX(50%);
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.timeline-button .btn--fill svg * {
    fill: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.js--album-show.hidden {
    opacity: 0;
    pointer-events: none;
}
.js--album-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.4s ease;
}


.element--share-box {display: flex;gap:50px;margin-top: 20px;align-items: center}
.element--share {margin-bottom:20px;margin-top:20px;display: inline-flex;position: relative;gap:10px;border-radius: 5px;border: 1px solid var(--fill_dark_light_hover);align-items: center;cursor: pointer;transition: .4s;width: 230px;}
.element--share-icon{color:#fff}
.element--share-icon svg .cls-1{fill:#fff;transition: .4s}
.element--share-icon:hover svg .cls-1{fill: var(--main);}

.element--share-elements {min-width: 50px;position: absolute;top:calc(var(--height) + 10px);left: 0;width: auto;height: auto;padding: 10px;background-color: #fff;display: flex;-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);border-radius: 5px;gap:5px;opacity: 0;visibility: hidden;transition: .4s;z-index: 3}
.element--share.--opened .element--share-elements{opacity: 1;visibility: visible;z-index: 3;}
.element--payment {display: flex;gap:10px;align-items: center}
.element--payment img, .element--payment svg{width: 30px;height: 30px;}
.element--payment span{font-size: 13px;line-height: 14px;}
.element--share-elements a {display: flex;width: 30px;min-width: 30px;height: 30px;align-items: center;justify-content: center;border-radius: 5px;border:1px solid transparent;transition: .4s}
.element--share-elements a:hover {border:1px solid var(--main);}
.element--share-elements a svg {fill:var(--main);width: 20px;height: 20px;}
.site--h1 h1 {
    display: block;
}
.cruise--box {display: flex;gap:30px}
.cruise--map {flex:1}
.cruise--info {min-width: 350px;width: 350px;}
.site--h1 h1 {
    display: block;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

.stop--image {width: 310px;height: 310px;}
.stop--image img{object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
    margin-top: 20px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.round--top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    border: 4px solid #fff;
    z-index: 3;
}

.round--bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    border: 4px solid #fff;
    z-index: 3;
}

.stop--item {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.stop--item.left {left: 0;display: flex;justify-content: flex-end;padding-right: 50px;}

.stop--item.right {
    left: 50%;display: flex;justify-content: flex-start;padding-left: 50px;
}

.stop--item::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    z-index: 1;

    width: 24px;
    height: 24px;
    right: -12px;
    background: #000;
    border: 4px solid #fff;
    border-radius: 16px;
}

.stop--item.right::after {
    left: -12px;
}

.stop--item .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    z-index: 1;
}

.stop--item.left .date {
    right: 0;
    transform: translate(100%, -50%);
    padding-left: 50px;
    text-align: left;
}

.stop--item.right .date {
    left: 0;
    transform: translate(-100%, -50%);
    padding-right: 50px;
    text-align: right;
}

.stop--item .content {
    position: relative;
    border-radius: 10px;overflow:hidden ;
}

.stop--item .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #006E51;
}

.stop--item .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .stop--item {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .stop--item.right {
        left: 0%;
    }

    .stop--item.left::after,
    .stop--item.right::after {
        left: 82px;
    }

    .stop--item.left::before,
    .stop--item.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }

    .stop--item.left .date,
    .stop--item.right .date {
        right: auto;
        left: 15px;
    }

    .stop--item.left .content,
    .stop--item.right .content {
        padding: 30px 30px 30px 90px;
    }
}

.site--h1 h1{text-align: left}

:root{
    --big-gap:150px
}

.cruise--box {display: flex;gap:40px;margin-bottom: var(--big-gap)}
.cruise--map {flex:1}
.cruise--info {min-width: 350px}
.cruise--info .btn--fill{width: 230px;}
.cruise--info .btn--fill svg *{fill: #fff;}
.cruise--info .btn--fill:hover svg *{fill:var(--main);}

.cruise--info-title {font-size: 18px;font-style: normal;font-weight: 400;line-height: 120%;color: rgba(0, 0, 0, 0.70);margin-bottom: 5px;}
.cruise--stops {color: #000; /* Текст 2 */font-size: 18px;font-style: normal;font-weight: 600;line-height: 21.6px;margin-bottom: 20px;}
.cruise--prop {margin-bottom: 4px}
.cruise--prop .name {color: #000;font-size: 18px;font-style: normal;font-weight: 400;line-height: 21.6px}
.cruise--prop .value {color: #000;font-size: 18px;font-style: normal;font-weight: 600;line-height: 120%;margin-left: 5px}

body h2 {color: #000;font-size: 30px;font-style: normal;font-weight: 600;line-height: 36px;text-transform: uppercase;margin-bottom: 30px;}

.ship--box {display: flex;gap:40px;margin-bottom: var(--big-gap)}
.ship--img {flex:1}
.ship--info {min-width: 460px;width: 460px}

.ship--row {margin-bottom: 10px;}
.ship--row .name, .ship--desc .name
{color: rgba(0, 0, 0, 0.70);font-size: 18px;font-style: normal;font-weight: 400;line-height: 21.6px;}
.ship--row .value {color: #000;font-size: 18px;font-style: normal;font-weight: 600;line-height: 22px;}
.ship--desc .name {display: block;margin-bottom: 10px}
.ship--desc .value {color: #000;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px; }
.ship--img-box {height: 0;padding-top: 44.75%;position: relative;border-radius: 10px;overflow: hidden}
.ship--img-box img{position:absolute;top:0;left:0;object-fit: cover;object-position: center;width: 100%;height: 100%;}

.crew--box {display: flex;gap:40px;margin-bottom: var(--big-gap)}
.crew--info {min-width: 460px;width: 460px}

.crew--slider {position: relative}
.crew--slider .swiper{width: 50vw;left:0;margin:0}
.crew--slider .crew {width: calc(33.33333% - 10px)}
.crew-image {margin-bottom: 10px}
.crew-image img{object-fit: cover;object-position: center;width: 100%;height: 100%;}
.crew--info {color: #000;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;}
.crew--name {margin-bottom: 5px;color: #000;font-size: 18px;font-style: normal;font-weight: 700;line-height: 21.6px; }
.crew--position {color: rgba(0, 0, 0, 0.70);font-size: 16px;font-style: normal;font-weight: 400;line-height: 19.2px;}

.stops {position: relative;margin-bottom: var(--big-gap)}
.stop--info {position: absolute;top:0;left:0;}
.stop--info .btn--fill{margin-top: 20px;padding: 0 45px;display: inline-flex}
.stop--durability-name {color: rgba(0, 0, 0, 0.70);font-size: 18px;font-style: normal;font-weight: 400;line-height: 21.6px;margin-bottom: 5px;}
.stop--durability {color: #000;font-size: 18px;font-style: normal;font-weight: 600;line-height: 21.6px;}

.stop--start {text-align: center}
.stop--finish {text-align: center;margin-top: 20px}
.stop--title {color: #000;font-size: 25px;font-style: normal;font-weight: 600;line-height: 30px;text-transform: unset}

.stop--start .stop--durability,
.timeline .stop--durability {color: #000;font-size: 18px;font-style: normal;font-weight: 400;line-height: 21.6px;}

.cruise--zakaz {
    padding: 100px;
    background-color: #eee;
}
.cruise--zakaz .btn--fill{
    max-width: 360px;margin: 0 auto;
}

.cruise--zakaz .btn--fill svg *{fill: #fff;}
.cruise--zakaz .btn--fill:hover svg *{fill:var(--main);}

.cruise--btn-box {display: flex;flex-direction: column;gap:20px}

.js--show-qr {position: relative}
.js--show-qr.--opened .footer--popup {
    display: block;
    opacity: 1;
    visibility: visible;
}
.cruise--box .cruise--info .footer--popup .btn--fill {width: 100%}
.cruise--box .cruise--info .footer--popup .popup--qr-title {font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;color:#000;text-transform: none}
.js--show-qr .footer--popup {
    top:0;
    right: 0;
    bottom:auto;
    left:auto;
    -webkit-transform: translate(calc(100% + 10px), 0);
    -ms-transform: translate(calc(100% + 10px), 0);
    -o-transform: translate(calc(100% + 10px), 0);
    transform: translate(calc(100% + 10px), 0);
    background-color: #fff;
    text-align: center;
    width: 226px;
}

.js--show-qr.--opened .footer--popup {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1111
}

@media (max-width: 1620px) {
    .cruise--info-title,
    .ship--row .name,
    .ship--row .value,
    .ship--desc .name,
    .ship--desc .value,
    .crew--info,
    .crew--name,
    .stop--durability-name,
    .stop--durability,
    .timeline .stop--durability,
    .stop--start .stop--durability,
    .cruise--stops {font-size: 16px;line-height: 20px}

    .stop--title {font-size: 22px;line-height: 28px}

    body h2 {font-size: 26px;line-height: 32px}
}

@media (max-width: 1480px) {
    :root{
        --big-gap:100px
    }

    body h2 {font-size: 24px;line-height: 30px}

}

@media (max-width: 1400px) {

}

@media (max-width: 1280px) {
    :root{
        --big-gap:70px
    }

    body h2 {font-size: 20px;line-height: 26px}

    .cruise--info-title,
    .ship--row .name,
    .ship--row .value,
    .ship--desc .name,
    .ship--desc .value,
    .crew--info,
    .crew--name,
    .stop--durability-name,
    .stop--durability,
    .timeline .stop--durability,
    .stop--start .stop--durability,
    .cruise--stops {font-size: 14px;line-height: 18px}

    .stop--title {font-size: 20px;line-height: 26px}
    .stop--info {position: relative;left: auto;top:auto;max-width: 350px;margin-bottom: 40px}
}

@media (max-width: 1152px) {
    :root{
        --big-gap:50px
    }
    .crew--slider .crew {width: 200px}
}

@media (max-width: 1024px) {
    .ship--box, .crew--box {flex-wrap: wrap}
    .ship--box > div,
    .crew--box > div {width:100%;}
    .ship--img {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
    .ship--info {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}

    .crew--slider .swiper {width: 100%;left: auto;overflow: visible}
    .crew--slider .swiper .swiper-wrapper{flex-direction: column}
    .crew--slider .crew {width: 100%}
    .crew-image {float: left;margin-right: 10px;width: 140px;height: 140px}
    .crew--info {width: 100%;min-width: 100%}
    .crew--name {margin-top: 50px}

}

@media (max-width: 767px) {
    .timeline::after {left:10px}
    .stop--item.left {justify-content: flex-start;padding-right: 0;padding-left: 30px}
    .stop--item.left::after, .stop--item.right::after {left:-2px;}
    .stop--item.left .content, .stop--item.right .content {padding: 30px 30px 30px 0;margin-top: 10px}
    .stop--item.right {padding-left: 30px}
    .stop--item.left .date,.stop--item.right .date {left:auto;transform: unset;top: 30px;padding-left: 0;padding-right: 0}
    .round--bottom, .round--top {left:10px;}
    .stop--finish, .stop--start, .stop--item.right .date {text-align: left}
    .stop--item.left, .stop--item.right {padding-top: 50px;padding-bottom: 20px}
    .ship--info {min-width: unset}
    .cruise--zakaz {padding: 50px 30px;}

    .cruise--zakaz .btn--fill {font-size: 16px;height: auto;padding: 10px 30px}
    .stop--image {width: 250px;min-width: 250px;height: 250px}

    .cruise--box {flex-wrap: wrap}
    .cruise--info {width: 100%}
    .cruise--map {width: 100%}

    .js--show-qr .footer--popup {
        top:calc(100% + 10px);
        right: auto;
        bottom:auto;
        left:50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: #fff;
        text-align: center;
        width: 226px;
    }
}

@media (max-width: 550px) {
    .crew-image {width: 60px;height: 60px}
    .crew--name {margin-top: 10px}
}

@media (max-width: 400px) {
    .stop--item.left, .stop--item.right {padding-top: 30px;}
    .stop--item.left .date, .stop--item.right .date {top:0;}
    .stop--item.left .content, .stop--item.right .content {padding-right: 0}
}

#map {height:400px;width: 100%}
.leaflet-bottom.leaflet-right {display: none}

.cruise--box .cruise--info .btn--fill[disabled] {color: rgba(0, 0, 0, 0.50);background-color: #EEE;border: 1px solid #EEE;pointer-events: none !important;opacity: .5;user-select: none}





/* End */
/* /local/templates/krubis/components/bitrix/catalog/.default/style.css?1749034391188 */
/* /local/templates/krubis/components/bitrix/catalog.element/.default/style.css?174738035613862 */
