

/* Start:/bitrix/templates/travelline2/src/css/events/events.css?175222389810245*/

.product-intro__product-event-name {
    font-size: 58px;
    line-height: 71px;
    padding: 35px 0;
}
.product-intro__product-date {
    font-family: 'Roboto condensed';
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.events-title {
    font-size: 59px;
    padding-bottom: 54px;
}
.events-title-form {
    font-size: 41px;
    padding-bottom: 5px;
}
.event {
    background: #eef3f8;
    display: flex;
    margin-bottom: 50px;
}
.event:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(26,82,162,.5);
}
.event__block-date {
    position: relative;
    float: left;
    flex: 0 370px;
    color: #fff;
    padding: 10px 0;
    font-family: 'Roboto condensed';
    letter-spacing: 1.9px;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.event__desc-date:before, .event__desc-place:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
}
.event__desc-date:before {
    background: url('/bitrix/templates/travelline2/src/css/events/../../icons/events/clock.png') no-repeat;
}
.event__desc-place:before {
    background: url('/bitrix/templates/travelline2/src/css/events/../../icons/events/map.png') no-repeat;
}
.event__block-date-inner {
    position: absolute;
    top: 22%;
    left: 41%;
}

.event__block-date-inner .event__time {
    border-top: 1px #fff solid;
    margin: 10px auto 0;
    padding-top: 10px;
    max-width: 75px;
}

.event__block-date:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,71,167,.4);
    z-index: -1;
}
.event__block-date span {
    font-size: 70px;
    line-height: 70px;
    width: 100%;
    display: block;
    letter-spacing: normal;
}
.event__block-desc-shorttext {
    margin-bottom: 35px;
    line-height: 20px;
}
.event__block-desc {
    float: left;
    text-align: left;
    padding: 40px;
    flex: 1;
}
.event__block-desc-buttons {
    display: block;
}
.event__block-desc-buttons .button:not(:last-child) {
    margin-right: 40px;
}
.old-events .button:not(:last-child) {
    margin-right: 10px;
}
.event__block-desc-text {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
}
.event__block-desc-text.main {
    color: #b71b4a;
}
.event__block-desc-speaker {
    margin-bottom: 15px;
}
.event__block-desc-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.event__desc-date, .event__desc-place {
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.event__desc-place .center-content {
    margin: 0 auto;
}
.strip_type-old-events {
    background: #f5f6f9;
}
.card-item {
    outline: none;
}
.card-item__photo {
    height: 226px;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.card-item__link {
    color: #354f71;
    text-decoration: none;
    padding: 10px 0;
}
.card-item__link:hover {
    color: #354f71;
    text-decoration: underline;
}
.card-item__desc {
    border: 1px solid #dfe5ec;
    border-radius: 3px;
    background: #fff;
    padding: 20px;
    z-index: 2;
}
.card-item__inner-btn-block {
    position: absolute;
    width: 100%;
    top: 25%;
}
.old-events {
    margin-bottom: 40px;
}
.card-itrm__desc-place {
    margin-bottom: 10px;
}
.card-item__photo-title {
    background-color: rgba(32,48,64,.8);
    padding: 8px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
}
.card-item__photo:hover .card-item__content {
    height: 100%;
    top: 0;
    max-height: 360px;
    opacity: 1;
    background-color: rgba(32,48,64,.8);
}
.card-item__photo:hover .card-item__photo-title {
    opacity: 0;
}
.card-item__content {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 2;
    transition: all .3s;
    opacity: 0;
}
.card-item .hotel-btn-block {
    position: absolute;
    top: 45%;
    width: 100%;
}
.card-item .button_type-white-transparent {
    color: #fff;
}
.card-item .button_type-white-transparent:hover {
    color: #38516f;
}
.event__fulltext {
    font-size: 15px;
    text-align: left;
}
.event-video {
    position: relative;
    height: 550px;
}
.event-video-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.6);
    z-index: 1;
}
.icon_play7 {
    position: absolute;
    content: '';
    z-index: 2;
    top: 50%;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: url(/bitrix/templates/travelline2/src/icons/bt-play.png) center no-repeat;
}

.event__title {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 30px;
    font-weight: 200;
    margin: 40px 0;
}
.event__hr {
    width: 50%;
    border-bottom: 1px #dee4eb solid;
    margin-bottom: 20px;
}
.event__speakers_item-photo {
    position: relative;
}

.event__speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.event__speakers_item {
    width: 300px;
}
.event-map {
    padding: 0;
}
.event-video__preview-title {
    z-index: 2;
    color: #fff;
    position: absolute;
    top: 34%;
    font-family: 'Roboto condensed';
    font-size: 50px;
    left: 34%;
}
.slider_type-event {
    margin-top: 50px;
}

.event-progrsm {
    max-width: 800px;
    margin: 0 auto;
}

.event-progrsm__list {
    list-style: none;
    text-align: left;
    padding-left: 180px;
}
.event-progrsm__list li {
    position: relative;
    padding: 24px;
    color: #406080;
    font-weight: bold;
    cursor: pointer;
}
.event-progrsm__list li:before {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    content: "";
    left: -47px;
    transition: .3s ease-in-out;
    top: 27px;
}
.event-progrsm__list li:after {
    position: absolute;
    border-left: 2px solid #fff;
    width: 2px;
    bottom: -26px;
    content: "";
    left: -39px;
    top: 46px;
}
.event-progrsm__list li:hover:before{
    background: #0047a8;
    width: 22px;
    height: 22px;
    left: -50px;
    z-index: 1;
}
.event-progrsm__list li:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}


.event-progrsm__list li:last-child:after {
    content: none;
}

.event-progrsm__list li span {
    position: absolute;
    text-align: center;
    left: -180px;
}
.event-progrsm__item-speakers {
    font-weight: 400;
}
.event__speakers_item-fio {
    font-family: 'Roboto condensed';
    font-size: 22px;
    margin: 10px 0;
}
.event__speakers_item-position {
    max-width: 200px;
    margin: 0 auto 20px;
}
#tl-event-video {
    width: 100%;
    display: block;
}
.event-fullwidth-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
}
.event-preview__title {
    position: relative;
    display: block;
    color: #fff;
    top: 30%;
    max-width: 722px;
    margin: 0 auto;
    z-index: 1;
    font-size: 58px;
    font-family: 'Roboto condensed';
    text-align: center;
    line-height: 60px;
}
.event-preview__title-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.event-form .form-input {
    background: #eef3f8;
}

.event-form-note {
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

.event-form-controls {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}

.event-form .form-label-checkbox {
    margin: 15px 0;
}
.form-input-col-2 {
    display: inline-block;
    margin:0 20px;
}
.form-input-col-2.fullwidth {
    width: 100%;
    margin: 0;
}
.event-form-popup {
    text-align: left;
}
.event-form-popup .input-textarea,
.event-form .input-textarea {
    width: 1200px;
    max-width: 785px;
    height: 95px;
    resize: none;
    overflow: auto;
}

.event-form .controls {
    max-width: none;
}

.event-form-popup .form-input,
.event-form-popup .event-form-controls {
    width: 100%;
    max-width: none;
}
.not-to-show {
    display: none;
}
.event-small-text {
    font-size: 13px;
}
.similar-posts__item-image.finished {
    filter: grayscale(1);
}
@media (max-width: 1150px) {
    .event{
       flex-direction: column;
    }
    .event__block-date-inner {
        left: auto;
        width: 100%;
    }
    .event__block-date {
        flex: 0 220px;
    }
}

@media (max-width: 871px) {
    .event-form .input-textarea {
        max-width: 370px;
    }
}
@media (max-width: 770px) {
    .event__block-desc-buttons .button:not(:last-child){
        margin: 0 auto 20px;
        display: block;
    }
    .event__block-desc-buttons .button:last-child {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .event-form .input-textarea {
        max-width: 585px;
    }
}
@media (max-width: 670px) {
    .event-form .input-textarea {
        max-width: 270px;
    }
}

@media (max-width: 497px) {
    .event-detail .strip__title {
        font-size: 48px;
    }
    .events-title {
        font-size: 40px;
    }
    .product-intro__product-event-name {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .event-form .input-textarea {
        max-width: 180px;
    }
}

@media (max-width: 420px) {
    .event-progrsm__list li:before {
        display: none;
    }
    .event-progrsm__list li span {
        /*left: 30px;
        top: 0;*/
        left: 0;
        top: 0;
        position: relative;
        margin-bottom: 10px;
        display: block;
        text-align: left;
    }
    .event-progrsm__list {
        padding-left: 0;
    }
}
@media (max-width: 380px) {
    .event-form-controls {
        max-width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/travelline2/src/css/fix/about.css?1752223898867*/
.product-intro_section-about .icon_logo-tl {
    width: 116px;
    height: 86px;
}
.product-intro_section-about .icon_logo-tl:before {
    width: 116px;
    height: 86px;
}
.product-intro_section-about-title {
    padding: 40px 0 60px;
}

.strip_type-about-team {
    padding-bottom: 0;
}
.strip_type-about-team img {
    display: block;
    margin: 0 auto;
}

.strip_type-about-team__image-block {
    position: relative;
}

.strip .strip__title .white {
    color: #fff;
}
.strip .strip__title .white:hover{
    border-bottom: 1px solid #fff;
}
.strip_type-about-exhibition .logo_size-big {
    position: absolute;
    top: -27%;
    right: -26%;
    height: 350px;
}
.strip_type-about-exhibition .success-content__text {
    padding: 30px 0;
}
.strip_type-about-partners .clients-logos__slider {
    padding-bottom: 40px;
}
/* End */
/* /bitrix/templates/travelline2/src/css/events/events.css?175222389810245 */
/* /bitrix/templates/travelline2/src/css/fix/about.css?1752223898867 */
