

/* Start:/bitrix/templates/HOTEL_PAGE_NEW/css/preloader.css?15850424043608*/
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    overflow: hidden;
    animation-delay: 1s;
}
.preloader__item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #0f9bff;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.preloader__item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0f9bff;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}
.preloader__item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #0b74bf;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.preloader__item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0b74bf;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}
.preloader__item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #084d7f;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.preloader__item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #084d7f;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}
.preloader__item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #052f4d;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.preloader__item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #052f4d;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}
.preloader__item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #02101a;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.preloader__item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #02101a;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}
/* End */


/* Start:/bitrix/templates/HOTEL_PAGE_NEW/components/bitrix/news.list/hotels2/style.css?1505314389632*/
.hotels-block {
    overflow: hidden;
}
.hotel-item {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.hotel-item__title {
    text-align: center;
    margin-bottom: 10px;
}
.hotel-item__img-wrap {
    border: 2px solid #958565;
    margin-bottom: 10px;
    line-height: 0;
}
.hotel-item__img-wrap img {
     width: 100%;
}
.hotel-item__reviews {
    font-size: 12px;
}
.hotel-item__reviews span:first-child {
    background: #084d7f;
    display: inline-block;
    padding: 2px 3px;
    color: #fff;
    font-weight: bold;
}
@media (min-width: 992px) {
    .hotel-item {
        width: 25%;
    }
}

/* End */


/* Start:/bitrix/templates/HOTEL_PAGE_NEW/components/bitrix/news.list/courses/style.css?1664454883892*/
.courses {
    float: left;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 4px;
}
@media (min-width: 410px) {
    .courses {
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
    .header .desc {
        width: 44% !important;
    }
    .header .phone {
        float: right !important;
        width: 25% !important;
        font-size: 19px !important;
        line-height: 1.4 !important;
        padding-right: 0 !important;
        height: auto !important;
    }
    .courses {
        font-size: 13px;
        line-height: 1.4;
        margin: 0 0 0 10px;
    }
}
@media (min-width: 992px) {
    .header .phone {
        font-size: 22px !important;
    }
    .courses {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .header .phone {
        font-size: 24px !important;
    }
    .courses {
        font-size: 16px;
    }
}

/* End */


/* Start:/bitrix/templates/HOTEL_PAGE_NEW/components/bitrix/form.result.new/form-popup/style.css?15853357022382*/
.popup {
    overflow: hidden;
    display: none;
    width: 240px;
    min-height: 200px;
}
.popup__form-block {
    position: relative;
}
.popup__form-title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}
.popup-big .submit {font-size: 22px;}

.popup__input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px 0 38px;
    margin: 0 0 16px;
    color: #9a8f8a;
    font-size: 16px;
    outline: 0;
    border: 1px solid #d3d4d3;
    border-radius: 5px;
    box-sizing: border-box;
}

.popup__textarea {
    display: block;
    width: 100%;
    height: 88px;
    padding: 11px 20px 11px 38px;
    margin: 0 0 16px;
    color: #9a8f8a;
    font-size: 14px;
    outline: 0;
    resize: vertical;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    box-sizing: border-box;
    background: url('/bitrix/templates/HOTEL_PAGE_NEW/images/icons/form-icon2.png') 12px 15px no-repeat #fff;
}

.popup__checkbox {
    margin: 0 0 16px;
}
.popup__checkbox label {
    margin-left: 5px;
}

.button-holder {
    text-align: center;
}

.popup__input.error {
    color: rgb(255, 86, 71);
    background-color: rgb(255, 206, 202);
}
.popup__checkbox.error {
    color: rgb(255, 86, 71);
}
.popup__checkbox.error input {
    outline: 1px solid rgb(255, 86, 71);
}

.popup__text-success {
    text-align: center;
    font-size: 21px;
    color: #329000;
}

.popup__form-desc {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
}

input[name=form_text_40] {
    background: url('/bitrix/templates/HOTEL_PAGE_NEW/images/icons/form-icon4.png') 11px 11px no-repeat #fff;
}

input[name=form_text_41] {
    background: url('/bitrix/templates/HOTEL_PAGE_NEW/images/icons/form-icon1.png') 10px 11px no-repeat #fff;
}

input[name=form_text_42] {
    background: url('/bitrix/templates/HOTEL_PAGE_NEW/images/icons/form-icon3.png') 10px 14px no-repeat #fff;
}

textarea[name=form_textarea_44],
input[name=form_text_45],
textarea[name=form_textarea_46]{
    display: none;
}

@media (min-width: 375px) {
    .popup {
        width: 300px;
    }
}

@media (min-width: 480px) {
    .popup {
        width: 400px;
    }
}

@media (min-width: 768px) {
    .popup {
        width: 424px;
    }
    .popup-big {
        width: 484px;
    }
    .popup__form-block {
        padding: 17px 10px;
    }
}
/* End */
/* /bitrix/templates/HOTEL_PAGE_NEW/css/preloader.css?15850424043608 */
/* /bitrix/templates/HOTEL_PAGE_NEW/components/bitrix/news.list/hotels2/style.css?1505314389632 */
/* /bitrix/templates/HOTEL_PAGE_NEW/components/bitrix/news.list/courses/style.css?1664454883892 */
/* /bitrix/templates/HOTEL_PAGE_NEW/components/bitrix/form.result.new/form-popup/style.css?15853357022382 */
