

/* Start:/bitrix/templates/travelline2/src/css/fix/tg.css?17522238984750*/
.strip_type-landing-tg {
    position: relative;
    padding: 96px 0 180px;
    color: #fff;
    background-image: url('/upload/images/background-tg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.strip_type-landing-tg--contacts {
    padding: 96px 0 120px;
}
.strip_type-landing-tg--contacts .cards-with-img__item-text {
    font-size: 16px;
    line-height: 150%;
}


.strip_type-landing-tg .strip__title {
    padding-bottom: 16px;
}
.strip_type-landing-tg .strip__text {
    padding-bottom: 56px;
}

.cards-with-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    flex-wrap: wrap;
}
.cards-with-img__item {
    position: relative;
    width: calc(50% - 25px);
    padding: 56px 48px 48px;
    background: #fff;
    color: #2B3D56;
    box-shadow: 0 0 20px rgba(203, 229, 255, 0.5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: auto;
    cursor: pointer;
}

.cards-with-img__item:hover {
    box-shadow: 0 0 56px rgba(203, 229, 255, 0.5);
}

.cards-with-img__item:after {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cards-with-img__item.muted{
    opacity: .7;
}

.cards-with-img__item.item-1:after {
    content: '';
    position: absolute;
    width: 373px;
    height: 353px;
    background-image: url('/upload/images/tg-cat.png');
    background-repeat: no-repeat;
    background-position: -42px 11px;
    right: -152px;
    z-index: 2;
}

.cards-with-img__item.item-2:after {
    content: '';
    position: absolute;
    width: 415px;
    height: 325px;
    background-image: url('/upload/images/tg-cat.png');
    background-repeat: no-repeat;
    background-position: -426px -17px;
    right: -152px;
    z-index: 2;
}
.cards-with-img__item .button {
    align-self: baseline;
}
.cards-with-img__item h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 34px;
    padding-bottom: 32px;
}
.cards-with-img__item-text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 48px;
}
.cards-with-img__item .layer {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    border-radius: 10px;
}
@media (min-width: 1200px) {
    .cards-with-img__item.item-1:hover:after {
        transition: background-image 0.25s linear 0.1s;
        background-position: -42px -413px;
    }

    .cards-with-img__item.item-2:hover:after {
        transition: background-image 0.25s linear 0.1s;
        background-position: -426px -441px;
    }

}
@media (max-width: 1200px){
    .strip_type-landing-tg .strip__title,
    .strip_type-landing-tg .strip__text {
        text-align: left;
    }
    .cards-with-img__item {
        width: 100%;
        margin-bottom: 24px;
        padding: 24px 70px 32px 24px;
        box-shadow: 0px 0px 20px rgba(121, 171, 241, 0.5);
    }
    .cards-with-img__item-text {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }
    .cards-with-img__item h2 {
        line-height: 120%;
        padding-bottom: 8px;
    }
    .cards-with-img__item.item-1:after {
        width: 196px;
        height: 147px;
        right: -50px;
        background-position: center;
        background-image: url('/upload/images/tg-cat1-m.png');
    }

    .cards-with-img__item.item-2:after {
        width: 215px;
        height: 152px;
        right: -81px;
        background-position: center;
        background-image: url('/upload/images/tg-cat2-m.png');
    }
}
@media (max-width: 620px){
    .cards-with-img__item {
        width: 100%;
        margin-bottom: 24px;
    }

    .strip_type-landing-tg {
        position: relative;
        padding: 56px 0 56px;
    }

    .cards-with-img__item h2 {
        font-size: 24px;
        line-height: 140%;
    }
    .cards-with-img__item .button .desktop {
        display: none;
    }

    .strip_type-landing-tg .strip__title {
        font-size: 36px;
        line-height: 120%;
    }

    .strip_type-landing-tg .strip__text {
        padding-bottom: 40px;
    }
}

@media (max-width: 440px){
    .cards-with-img__item.item-2:after {
        width: 150px;
        height: 106px;
        right: -54px;
        background-size: contain;
    }
    .cards-with-img__item.item-1:after {
        width: 150px;
        height: 113px;
        right: -30px;
        background-size: contain;
    }
}

/* End */
/* /bitrix/templates/travelline2/src/css/fix/tg.css?17522238984750 */
