

/* Start:/bitrix/templates/portal-inner/components/bitrix/news/routesExcursions/bitrix/news.detail/.default/style.css?16348872484962*/
.howtoget-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 49% 2% 49%;
        grid-template: auto minmax(400px, auto) auto / 49% 49%;
    margin-bottom: 50px;
    grid-column-gap: 2%;
}
.howtoget-right{
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}
.descBlock-name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #032539;
    margin-bottom: 15px;
}

.descBlock-howtoget {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #032539;
    margin-bottom: 15px;
}

.descBlock-description {
    color: #032539;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 40px;
}

.howtoget-item {
    position: relative;
}

.photo-item-counter {
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 400px;
    left: 75%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
}

.photo-item {
    height: 400px !important;
}

.photo-item img {
    margin: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}

.howtoget-item-photoBlock {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.howtoget-item-descBlock {
    display: -ms-grid;
    display: grid;
    grid-template-rows: auto -webkit-max-content;
    -ms-grid-rows: auto -webkit-max-content;
    -ms-grid-rows: auto max-content;
    grid-template-rows: auto max-content;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
}
.descBlock-contacts{
    -ms-grid-row: 2;
}
.contact-item {
    font-size: 18px;
    line-height: 21px;
    color: #032539;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.contact-item:last-child {
    margin-bottom: 0px;
}

.contact-item img {
    padding-right: 10px;
}

.contact-item a,
.contact-item a:focus,
.contact-item a:hover,
.contact-item a:visited,
.contact-item a:active {
    text-decoration: none;
    color: #032539;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    word-break: break-all;
}

.howtoget-map {
    margin-top: 30px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
}

.bx-yandex-map,
ymaps.ymaps-glass-pane.ymaps-events-pane,
div#BX_YMAP_MAP_YANDEX_VIEW_5_23_1063301597,
ymaps.ymaps-map.ymaps-i-ua_js_yes {
    width: 100% !important;
}
.photo-item.photo-item-.slick-slide.slick-cloned.fancybox-content {
    margin: auto;
    float: none;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

.youtube-video-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin-top: 30px;
    width: 100%;
}

.youtube-video-wrapper iframe {
    width: 85% !important;
    height: 500px !important;
}

/*форма бронирования*/
.howtoget-form {
    padding: 30px 100px;
    background-color: #064D86;
    color: white;
    margin: 30px auto 0;
    width: 80%;
    border-radius: 2px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

.form-grid-wrapper {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.form-grid-wrapper-item {
    width: 230px;
}

.form-grid-wrapper-item input,
textarea#comment {
    width: 100%;
    outline: none !important;
    border: none !important;
    padding: 0 5px !important;
}

textarea#comment {
    margin-bottom: 15px;
    max-height: 170px
}

.hostelform-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.hostelform-name {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
#sendExcursionsReservationBtn{
    padding: 10px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 15px;
    background: #fff;
    border: none;
    color: #064D86;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.loading-btnHostel {
    display: none;
    width: 185px;
    height: 48px;
    margin: auto;
    margin-top: 10px;
    background: #fff url(/bitrix/templates/portal/image/loading.gif) no-repeat center center;
    background-size: 30px;
}

/* End */
/* /bitrix/templates/portal-inner/components/bitrix/news/routesExcursions/bitrix/news.detail/.default/style.css?16348872484962 */
