

/* Start:/local/templates/krubis/components/bitrix/catalog/places/style.css?17587026051282*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.filter--accordion-title {
	display: none!important;
}
.filter--box .filter-content {
	display: flex;
	--gap: 20px;
	--columns: 4;
	gap: var(--gap);
	flex-wrap: wrap;
	width: 100%;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

#map {width: 100%;height: 100%}
body .bx-filter-horizontal .bx-filter-popup-result {display: none !important;}
#map:not(.leaflet-container) {display: none}

.site--h1 h1 {
	text-align: left;
	text-transform: uppercase;
	display: none;
}
/* End */


/* Start:/local/templates/krubis/components/bitrix/catalog.element/places/style.css?175136252012954*/
.cruise--box {display: flex;gap:30px}
.cruise--map {flex:1;width: 60%}
.cruise--info {min-width: 350px;width: 40%;}

.cruise---row {margin-bottom: 20px}

*,
*::before,
*::after {
    box-sizing: border-box;
}
.site--h1 h1 {
    display: block;
}
.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%;}

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: 400px}
.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);}

.ships--box {display: flex;width: 100%;gap:40px}
.ships--item {display: flex;--gap: 10px;--columns: 4;gap: var(--gap);flex-wrap: wrap;border-top:1px solid rgba(0, 0, 0, 0.50)}
.ships--item:last-child{border-bottom:1px solid rgba(0, 0, 0, 0.50)}
.ships--col {width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));padding: 20px}
.ships--list {width: 50%}
.ships--map {width:50%;}
.ships--map-box {width: 100%;position: relative}
#ships--map {width: 100%;height: 100%}
#ships--map img{object-fit: cover;object-position: center;width: 100%;height: 100%;}

.app--download {margin-top: var(--gap-l);background-color: #EEE}
.app--download-box {height: 0;padding-top: 40%;position: relative;}
.app--download-text {position: absolute;top:90px;left:50%;transform: translateX(-50%);z-index: 5;width: 100%;text-align: center}
.app--download-back {position: absolute;top:0;left:50%;width: 100vw;height: 100%;transform: translateX(-50%);z-index: 3;background-color: #eee}
.app--download-back img {object-fit: contain;object-position: bottom;width: 100%;height: 100%;}
.app--download-title {color: rgba(0, 0, 0, 0.70);text-align: center;font-size: 55px;font-style: normal;font-weight: 600;line-height: 66px;margin-bottom: 40px;}
.app--download-btn.btn--fill {width: 250px;display: inline-flex}

.ships--desc {color: #000;font-size: 18px;font-style: normal;font-weight: 400;line-height: 21.6px;margin-bottom: 20px}

.cruises {margin: var(--big-gap) 0 70px 0}
.cruisesv-title {color: #000;font-size: 30px;font-style: normal;font-weight: 600;line-height: 36px;text-transform: uppercase;margin-bottom: 30px;}

.ships--col-link .btn--fill.js--album {
    width: 55px;
    padding: 0;
    background: #FF7537;
    border: 1px solid #FF7537;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ships--col-link .btn--fill.js--album:hover {
    background: #fff;
}
.ships--col-link .btn--fill.js--album:hover svg * {
    stroke: #32739D !important;
}
.ships--col-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.ships--col-link .btn--fill svg * {
    fill: #fff;
}

@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}

    .app--download-title {font-size: 35px;line-height: 45px}
}

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

    body h2 {font-size: 24px;line-height: 30px}
    .crew--slider .crew {width: 300px}
}

@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}

    .app--download-title {font-size: 24px;line-height: 30px}
    .app--download-text{top:60px}

    .cruises {margin-bottom: 30px}
}


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

@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;}

    .cruise--box,
    .ships--box
    {flex-wrap: wrap;}

    .ships--list, .ships--map, .cruise--info, .cruise--map {width: 100%}
    .app--download-box {padding-top: 40%}

}

@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%}

    .app--download-box {padding-top: 50%}
    .app--download-title {margin-bottom: 30px}
}

@media (max-width: 600px) {
    .app--download-box {padding-top: 60%}
    .ships--box.ships--box-stops .ships--col {
        padding: 20px 10px 20px 0!important;
        font-size: 15px!important;
    }
    .ships--col-link {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .list--detail {
        width: 55px;
    }
}


@media (max-width: 500px) {
    .app--download-text {top:30px}
    .app--download-title {
        font-size: 20px;
        line-height: 24px;
    }
    .app--download-box {padding-top: 0;height: 270px}
}

@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}






/* End */
/* /local/templates/krubis/components/bitrix/catalog/places/style.css?17587026051282 */
/* /local/templates/krubis/components/bitrix/catalog.element/places/style.css?175136252012954 */
