/* @group Page Header
------------------------------------ */
.page-header { margin: 0 0 23.7rem; }
.page-header .sound { display: none!important; }
@media only screen
and (min-width : 961px) {
    .page-header { margin: 0 0 17.6rem; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 961px)
and (max-width : 1890px) {
    .page-header h1 { font-size: 12em; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1298px) {
    .page-header h1 { font-size: 9em; }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {    
    
}

/* @group HR Page
------------------------------------ */
.summary {
    color: var(--title-light);
    margin: 0 0 13.7rem;
}
.summary p {
    margin-bottom: 3.5rem;
}
@media only screen
and (min-width : 961px) {
    .summary {
        margin: 0 0 8.6rem;
    }
    .summary p {
        margin-bottom: 5.5rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */



/* @group Booking
------------------------------------ */
.hr-form { background-color: #ffffff; padding: 6rem 0 8rem; }
.hr-form h1 { color: #56565C; font-size: 4em; font-style: italic; letter-spacing: 6.4px; line-height: 1.1em; margin: 0 0 1rem; }
.hr-form p { color: #56565C; margin: 0 0 2.5rem; }

.hr-form .wpcf7-form-control-wrap { margin: 0 0 1rem; }
.hr-form .check { margin: 1rem 0 2rem; }
.hr-form .wpcf7-form-control-wrap[data-name="comment"] { margin: 0 0 2.7rem; }
.hr-form input[type="text"], .hr-form input[type="email"], .hr-form input[type="number"], .hr-form input[type="url"], .hr-form input[type="tel"], .hr-form input[type="password"], .hr-form input[type="search"], .hr-form input[type="file"], .hr-form select, .hr-form textarea { color: var(--place-color); border-radius: .8rem; font-size: 1.4em; text-transform: uppercase; }
.hr-form label span:first-child { color: var(--place-color); font-size: 1.4em; letter-spacing: 2.24px; line-height: 1.429em; margin-right: 4rem; text-transform: uppercase; }
.hr-form .check span:first-child { color: var(--place-color); font-size: 1.4em; letter-spacing: 2.24px; line-height: 1.429em; margin-right: 4rem; text-transform: uppercase; margin-right: 1.4rem; }
.hr-form textarea { height: 9.9rem; }
.hr-form .wpcf7-acceptance label { width: 100%; }
.hr-form .wpcf7-acceptance input[type="checkbox"] { background: rgba(43,41,41,1); border: .6rem solid rgba(43,41,41,1); height: 1.9rem; width: 1.9rem; border-radius: 100%; }
.hr-form .wpcf7-acceptance input[type="checkbox"]:checked { background: var(--bg-white); }
.hr-form .wpcf7-acceptance .wpcf7-list-item-label { color: var(--timeline-text); font-size: 1.2em; letter-spacing: 1.92px; line-height: 1.667em; margin-left: 2rem; width: auto; }
.hr-form .date-wrapper input { background: var(--bg-visit); border: 0.05rem solid var(--br-fakeSelect); box-shadow: 0px 0.3rem 0.6rem var(--shadow-fakeSelect); color: var(--colorOn-fakeSelect); padding: 0 4.9rem 0 2.8rem; border-radius: 3.2rem; font-size: 1.8rem; width: 18.4rem; }
.hr-form .date-wrapper i { top: 0.5rem; right: 3rem; }
.hr-form .wpcf7 form .wpcf7-response-output {
    color: rgba(84, 142, 147, 1);
    font: 400 2.4em / 1.429em var(--bilo-font); letter-spacing: 2.24px;
    top: auto;
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
    margin: 1.7rem 0 0;
    padding: 0;
    text-transform: uppercase;
    left: auto;
}
.hr-form .wpcf7 form.sent .bttn { color: rgba(138, 147, 149, 1); background: none; box-shadow: 0px 1px 3px rgba(68, 93, 108, 0.48); }

.hr-form .bttn { 
    box-shadow: 0px 1px 3px #445D6C7A;
    border: 2px solid #8A9395; 
}

@media only screen
and (min-width : 961px) {

    .hr-form { padding: 7.5rem 0 15.3rem; }
    .hr-form h1 { font-size: 7em; letter-spacing: 11.2px; line-height: 1em; margin: 0 0 1.2rem; }
    .hr-form p { font-size: 2em; line-height: 1.400em; }

    .hr-form form { display: flex; flex-direction: row; flex-wrap: wrap; width: calc(100% + 2.3rem); position: relative; left: -1.25rem; }
    .hr-form label,
    .hr-form .wpcf7-form-control-wrap { width: 50%; margin: 0 0 2.4rem; padding: 0 1.25rem; }
    .hr-form label { width: 25%; display: flex; align-items: center; }
    .hr-form .check { width: 50%; display: flex; align-items: center; justify-content: center; padding: 0 1.25rem; } 
    .hr-form [data-name="Nationality"] + label span { margin-left: .5rem; } 
    
    .hr-form label .wpcf7-form-control-wrap, 
    .hr-form .check .wpcf7-form-control-wrap { width: auto; padding: 0; margin: 0; }
    .hr-form .wpcf7-form-control-wrap[data-name="comment"],
    .hr-form .wpcf7-form-control-wrap[data-name="acceptance-725"] { width: 100%; }
    .hr-form .bttn { margin-left: auto; width: 21.4rem; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .hr-form .wpcf7-form-control-wrap { margin: 0 0 2rem; }
    .hr-form .wpcf7-acceptance label { display: flex; align-items: center; }
    .hr-form .check span:first-child { display: block; margin: 0 0 1rem; }
    .hr-form .check { margin: 0 0 3rem; }
    .hr-form textarea { height: 15rem; }
    .hr-form .wpcf7 form .wpcf7-response-output { text-align: center; margin: 2.7rem 2rem 0; width: auto; }
}

/* @end */




/* @group upload-input
------------------------------------ */
.upload-input-container {
    position: relative;
    display: block;
    width: 100%;
}
.upload-input-container button {
    font-weight: 400;
    line-height: 1.556em;
    height: 4.2rem;
    padding: 0 2.3rem;
    width: 100%;
    border: 0.1rem solid var(--br-color);
    color: var(--place-color);
    border-radius: 3.2rem;
    font-size: 1.2em;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    max-width: 39.7rem;
}
.upload-input-container .file-name { font-size: 1.4em; color: #46b450; margin: 0 0 0 1rem; }
.upload-input-container .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.upload-input-container .wpcf7-form-control-wrap input {
    opacity: 0;
}
.upload-input-container input.wpcf7-not-valid {
    border-color: var(--bg-error)!important;
} 
.upload-input-container .wpcf7-not-valid-tip {
    color: var(--bg-error)!important;
    margin: .6rem 0;
    font-size: 1.2rem;
    display: block!important;
}
.upload-input-description {
    margin-top: 3.2rem;
}
.upload-input-description p {
    font-weight: 400;
    width: 100%;
    color: var(--place-color);
    font-size: 1.2em;
    line-height: 1.556em;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    max-width: 41.5rem;
}

@media only screen
and (min-width : 961px) {
    .upload-input-container button {
        font-size: 1.4em;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */



/* @group Site Footer
------------------------------------ */
.hr-footer { position: relative; padding: 6rem 0; }
.hr-footer::before {
    content: "";
    width: 100%;
    height: 38.6rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #17172700 0%, #171727 100%) 0% 0% no-repeat padding-box;
    top: -37rem;
    pointer-events: none;
    z-index: 1;
}
.hr-footer address { font-style: normal; }
.hr-footer aside { margin-top: 9rem; margin-bottom: 7.4rem; }
.hr-footer h3 { font-size: 3.6em; font-weight: 300; letter-spacing: 5.76px; line-height: 1.167em; margin: 0 0 2.7rem; text-transform: uppercase; margin: 0 0 2.9rem; color: rgba(200, 213, 219, 1); }
.hr-footer p { color: rgba(138, 147, 149, 1); font-size: 1.2em; font-weight: 400;  line-height: 1.400em; margin: 0 0 2.9rem; }
.hr-footer p a { color: rgba(138, 147, 149, 1); }
.hr-footer aside p,
.hr-footer address p { font-size: 2em; }
.hr-footer aside img { display: inline-block; margin: 0 4rem 2rem 0; max-width: 9rem; height: auto; vertical-align: middle; }
.hr-footer .social-networks li { font-size: 2.6em; margin-right: 5.1rem; display: inline-block; }
.hr-footer .social-networks li a { color: #C8D5DB; }

.hr-footer .txt-link {
    font: 400 2em / 1.4em var(--main-font);
    margin: 0 0 4.9rem;
    display: inline-block;
    color: #C8D5DB;
}

.hr-footer .developed-by p {
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: 2.08px;
        line-height: 1.542em;
        text-transform: uppercase;
        margin: 0 0 6rem;
    }
    .hr-footer .developed-by p a {
        font-weight: 500;
        text-decoration: underline;
    }

@media only screen
and (min-width : 961px) {
    .hr-footer { padding-bottom: 15.6rem; }
    .hr-footer aside p { margin: 0 0 1.7rem; max-width: 88.2rem; font-size: 2em; }
    .hr-footer p {font-size: 2em; }
    .hr-footer aside img { margin: 0 3.5rem 0 0; height: auto; max-width: 11.5rem; }

    .Explorer .hr-footer a:hover,
    .Mozilla.v11 .hr-footer a:hover { color: var(--text-hover); }
    @media (hover: hover) {
        .hr-footer a:hover { color: var(--text-hover); }
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .hr-footer address {
        order: -1;
    }
}

/* @end */
