

/* Start:/bitrix/templates/travelline2/src/css/fix/partners.css?17522238987310*/
.header-boxes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    top: 0;
}
.header-boxes__box {
    text-align: center;
    padding: 70px 40px;
    max-width: 360px;
    color: #2B3D56;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(107, 136, 178, 0.25);
    border-radius: 8px;
}
.header-boxes__box-title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #2B3D56;
}
.indent-mb-24 {
    margin-bottom: 24px;
}

.image-description__image {
    padding: 40px 0 0;
    margin: 0 auto 50px;
    width: 100%;
}

.image-description__image img {
    margin: 0 auto;
    display: block;
}
.image-description__text {
    text-align: left;
    width: 50%;
    padding: 0 15px;
}

.header-boxes:before {
    position: absolute;
    content: '';
    background-image: url('/upload/images/partners/partners-main3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1039px;
    height: 537px;
    top: -535px;
    right: 75px;
}

.partner-api__features {
    background: linear-gradient(180deg, #0047A7 0%, #296DCB 100%), #296DCB;
    border-radius: 8px;
    color: #fff;
    padding: 72px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.partner-api__features__item {
    width: 25%;
    max-width: 230px;
    text-align: left;
}

.partner-api__features__item.title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}
.partner-api__features__item-title {
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 16px;
}
.partner-api__features__item-text {
    font-size: 16px;
    line-height: 24px;
}

.partners-channels {
    margin-bottom: 40px;
}
.strip_type-header-boxes {
   position: relative;
    background: #0047A7;
}
.strip_type-header-boxes:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background: #eef3f8;
}
.check-mark {
    background: url(/upload/images/products/tl-mini-hotel/check-mark.png) no-repeat;
    width: 12px;
    height: 13px;
    margin: 0 auto;
}
.partners-small-text {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.partner-api-components {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.partner-api-components__item {
    padding: 72px 20px;
    width: 25%;
    background: linear-gradient(180deg, rgba(203, 229, 255, .25), #FFFFFF 51.56%);
}
.partner-api-components:before {
    position: absolute;
    content: '';
    width: 75%;
    height: 9px;
    left: 0;
    top: 0;
    border-top: 2px solid #79ABF1;
    box-sizing: border-box;
    border-left: 2px solid #79ABF1;
    border-right: 2px solid #79ABF1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}
.partner-api-components:after {
    position: absolute;
    content: '';
    width: 75%;
    height: 9px;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    border-bottom: 2px solid #C979F1;
    border-left: 2px solid #C979F1;
    border-right: 2px solid #C979F1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.partner-api-components__item.to-rose {
    background: linear-gradient(180deg, rgba(203, 229, 255, .25), #FFFFFF 51.56%, rgba(237, 203, 255, .25));
}
.partner-api-components__item.rose {
    background: linear-gradient(180deg, #FFFFFF 51.56%, rgba(237, 203, 255, .25));
}
.partner-api-components__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}
.partner-api-components__text-top,
.partner-api-components__text-bottom {
    position: relative;
    width: 100%;
}
.partner-api-components__text-top {
    text-align: left;
    color: #296DCB;
    margin-bottom: 8px;
    padding-left: 24px;
}
.partner-api-components__text-bottom {
    text-align: right;
    color: #B24AE8;
    margin-top: 8px;
    padding-right: 24px;
}
.api-integration__item {
    display: none;
    cursor: default;
}
.api-integration__item img {
    margin-bottom: 72px;
}
.api-integration__item.active {
    display: block;
}
.api-integration-selector {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    border-radius: 5px;
    border: 1px #296DCB solid;
    max-width: 482px;
    margin: 0 auto 72px;
}
.api-integration-selector__item {
    width: 50%;
    padding: 8px 20px;
    color: #4989E1;
    cursor: pointer;
}
.api-integration-selector__item.active {
    background-color: #4989E1;
    color: #fff;
}

.api-integration-description {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.api-integration-description__col {
    width: calc(100% / 3 - 25px);
    text-align: left;
}

.api-integration-description__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}


@media (max-width: 1200px) {
    .header-boxes__box {
        width: 100%;
        max-width: 700px;
        margin: 0 15px 40px;
    }
    .header-boxes:before {
        background-size: contain;
        width: 700px;
        height: 50%;
        top: -429px;
        right: 50%;
        transform: translate(50%);
    }
    .partner-api__features {
        border-radius: 0;
    }
    .strip_type-header-boxes:after {
        height: 95%;
    }
}
@media (max-width: 1023px) {
    .partner-api__features__item-title {
        font-size: 38px;
    }
    .partner-api__features__item {
        width: 50%;
        max-width: initial;
    }
}
@media (max-width: 740px) {
    .header-boxes:before {
        display: none;
    }
    .image-description__image video {
        width: 100%;
    }
    .image-description__text {
        width: 100%;
    }

    .header-boxes__box {
        padding: 30px 20px;
    }
    .partner-api-components__item,
    .partner-api-components__item.to-rose,
    .partner-api-components__item.rose,
    .strip_type-partner-api-components {
        background: #ECF1F6;
    }
    .partner-api-components__text-top,
    .partner-api-components__text-bottom {
        display: none;
    }
    .partner-api-components:before,
    .partner-api-components:after {
        display: none;
    }
    .strip_type-partner-api-components,
    .strip_type-api-integration {
        padding: 64px 0 72px;
    }
    .partner-api-components__item {
        width: 50%;
    }
    .api-integration-description__col {
        width: 100%;
        margin-bottom: 24px;
    }
}
@media (max-width: 480px) {
    .api-integration__item {
        cursor: pointer;
    }
    .partner-api__features__item {
        width: 100%;
    }
    .partner-api-components__item {
        width: 100%;
        padding: 0 20px 48px;
    }
}
/* End */
/* /bitrix/templates/travelline2/src/css/fix/partners.css?17522238987310 */
