body {
    margin: 0;
    padding: 0;
    background: #fff;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

body, body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    min-height: 70px;
    display: flex;
}

.container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    /*align-items: center;*/
}

.center {
    align-items: center;
}

.logo img {
    width: 180px;
    height: 26px;
    margin: 26px 0;
}

.block-title {
    display: flex;
    min-height: 170px;
    background: #EEF3F8 url("/assets/image/title-background.png") no-repeat 0 -155px;
    text-align: center;
}

.block-title .container {
    justify-content: center;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
}

.block-content {
    display: flex;
    height: auto;
    position: relative;
    top: -20px;
}

.block-style {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(107, 136, 178, 0.25);
    border-radius: 8px;
}

.block-title .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    color: #2B3D56;
}

.brif {
    display: flex;
    width: 100%;
    max-width: 730px;
    padding: 60px 80px 80px 80px;
    margin-right: 50px;
}

.contact, .contact * {
    display: flex;
}

.contact {
    width: 100%;
    padding: 60px;
    flex-direction: column;
    min-width: 420px;
    max-height: 370px;
}

.contact-text {
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
}

.contact-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #949EA9;
}

.name, .form-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    color: #2B3D56;
}

.block-info {
    margin-top: 20px;
    flex-direction: column;
}

.tel {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #2B3D56;
    font-size: 24px;
}

.mail {
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    text-decoration-line: underline;
    color: #296DC6;
}

.block-content .container {
    padding: 0 10px;
}

.b24-form {
    width: 100%;
    min-width: 570px;
}

.brif .b24-form-btn {
    background-color: #296DC9;
}

.brif .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none;
}

.brif .b24-form-progress-bar {
    stroke: #296DC9;
}

.block-name img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #00000061;
}

.block-name img.support {
    border-radius: 0;
}

.contact.block-style.start-contact {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    max-height: none;
    min-height: 338px;
}

.start-contact .block-name {
    width: 100%;
    max-width: 33%;
    padding-top: 60px;
    cursor: pointer;
}

.start-contact .block-name:hover {
    opacity: .5;
}

.block-messenger .link {
    width: 45px;
    height: 45px;
    background: url('/assets/image/messendger.png') no-repeat;
    margin-right: 10px;
}

.block-messenger .link.tg {
    background-position: -95px -39px;
}

.block-messenger .link.wapp {
    background-position: -173px -39px;
}

.block-messenger .link.vb {
    background-position: -21px -39px;
}

.block-messenger {
    margin-top: 25px;
}

.brif .b24-form-control-icon-after .b24-form-control, .brif .b24-form-control-icon-after .b24-form-control-label {
    white-space: normal;
}

#tab-form {
    width: 100%;
    padding: 60px;
    max-width: 400px;
    max-height: 200px;
    text-align: center;
    display: block;
    margin: 0 20px 20px 20px;
    cursor: pointer;
}

#product {
    padding: 20px;
    margin: 20px;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
}
/*#product:before {
    background-repeat: no-repeat;
    content: '';
    width: 25px;
    height: 25px;
    background-position: center;
    margin-right: 5px;
}
#product:before {
    background-image: url(https://www.travelline.ru/bitrix/templates/travelline2/src/icons/color-logo/TLHotellogo.svg);
}*/

#product:hover, #tab-form:hover {
    box-shadow: 0 4px 20px rgba(107, 136, 178, 0.94);
}

/*.tabs {
    display: flex;
}

.tab>input[type="radio"] {
    display: none;
}

.tab>input[type="radio"]:checked+label {
    box-shadow: 0 4px 20px rgba(107, 136, 178, 0.94);
}

#content-1, #content-2 {
    !* скрыть контент по умолчанию *!
    display: none;
}*/

.tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tabs__links {
    display: flex;
    justify-content: space-between;
}

.tabs__links > a:hover {
    box-shadow: 0 4px 20px rgba(107, 136, 178, 0.94);
}

.tabs > #content-1:target ~ .tabs__links > a[href="#content-1"],
.tabs > #content-1:target ~ .tabs__links > a[href="#content-2"],
.tabs > #content-2:target ~ .tabs__links > a[href="#content-1"],
.tabs > #content-2:target ~ .tabs__links > a[href="#content-2"] {
    box-shadow: 0 4px 20px rgba(107, 136, 178, 0.94);
    cursor: default;
    display: none;
}

.subtitle {
    display: none;
}

.title-product {
    display: none;
}

.tabs > #content-1:target ~ .tabs__links >  .subtitle,
.tabs > #content-2:target ~ .tabs__links >  .subtitle {
    display: block;
}

.tabs > #content-1:target ~ .tabs__links >  .subtitle,
.tabs > #content-2:target ~ .tabs__links >  .subtitle {
    display: block;
}

.tabs > #content-1:target ~ .tabs__links >  .title,
.tabs > #content-2:target ~ .tabs__links >  .title {
    display: none;
}

.tabs > div:not(.tabs__links) {
    display: none;
    order: 1;
}

.tabs > div:target {
    display: flex;
    flex-direction: column;
}


.form-checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 18px;
    top: 32%
}

.form-checkbox+.form-label-checkbox .box {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
    margin-right: 15px;
    border: 1px solid #688aad;
    border-radius: 3px
}

.form-checkbox:checked+.form-label-checkbox .check {
    width: 24px;
    height: 24px;
    background: url(https://www.travelline.ru/bitrix/templates/travelline2/src/icons/Check.svg) no-repeat;
    position: absolute;
    left: 4px;
    margin-top: 4px;
    cursor: pointer
}

.form-checkbox+.form-label-checkbox {
    padding: 20px;
    margin: 20px;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
}

.form_check-block {
    position: relative;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
}

.button_type-red {
    background-color: #f02759;
    color: #fff;
    border: 1px solid transparent;
}

.button_type-big {
    line-height: 48px;
    border-radius: 6px;
    padding: 0 25px;
    font-size: 16px;
}

.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
@media (max-width: 1250px) {
    .contact.block-style.start-contact {
        max-width: 100%;
    }

    .container, .block-content .container {
        padding: 0 30px;
    }

    .contact {
        min-width: auto;
        max-width: 35%;
    }

    .b24-form {
        min-width: auto;
    }

    .brif {
        padding: 40px;
        max-width: 70%;
    }

    .mail {
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .block-messenger {
        width: 100%;
        justify-content: center;
    }

    .start-contact .block-name {
        max-width: 50%;
    }

    .header {
        min-height: auto;
    }

    .logo img {
        margin: 10px 0;
    }

    .block-title {
        min-height: 120px;
    }

    .block-title .title {
        font-size: 34px;
    }

    .block-content {
        top: 20px;
    }

    .block-content .container {
        flex-direction: column;
    }

    .contact, .brif {
        max-width: 100%;
    }

    .contact {
        order: 1;
        align-items: center;
        margin-bottom: 20px;
        padding: 30px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mail, .block-info {
        margin-top: 0;
    }

    .block-info {
        margin-left: 60px;
    }

    .brif {
        order: 2;
        padding: 0;
    }

    .brif .b24-form-wrapper {
        max-width: none;
    }

    .products {
         margin-top: 0;
     }
}

@media (max-width: 670px) {
    .start-contact .block-name {
        max-width: 320px;
    }

    .start-contact .block-name img, .block-name img {
        width: 60px;
        height: 60px;
    }

    .start-contact .block-name .contact-title, .contact-title {
        font-size: 12px;
    }

    .start-contact .block-name .name, .name {
        font-size: 21px;
    }

    .contact {
        flex-direction: column;
        justify-content: center;
    }

    .mail {
        margin-top: 20px;
    }

    .block-info {
        margin-left: 0;
        margin-top: 20px;
    }

    .tel {
        font-size: 21px;
    }

    .tabs__links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .products {
        justify-content: center;
    }

    #tab-form {
        padding: 40px 25px;
    }
}
