@font-face {
    font-family: SpectralSemiBold;
    src: url('../fonts/spectral/Spectral-SemiBold.ttf');
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

.rkz-page {
    padding-top: 0;
}

#rkz_header {
    z-index: 999;
}

body {
    color: #212121;
    font-family: Roboto, sans-serif;
    background: #F5F5F5;
}

.modal-body {
    padding: 40px;
}


ul,li {
    list-style: none;
}

ul, li, p {
    margin: 0;
}

.main-block-padding {
    padding-top: 86px;
    padding-bottom: 100px;
}

.pl-6 {
    padding-left: 6rem !important;
}
.pt-6 {
    padding-top: 6rem !important;
}
.pb-6 {
    padding-bottom: 6rem !important;
}

.franchise-big-btn, .franchise-big-btn:hover {
    display: inline-block;
    padding: 16px 30px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    background-color: #79001E;
    cursor: pointer;
    border: none;
}

.main-head {
    margin-top: 0;
    text-transform: uppercase;
    font-family: SpectralSemiBold, sans-serif;
    font-size: 45px;
}

@media all and (max-width: 575px) {
    .main-head {
        font-size: 26px;
    }
}

/**/

.franchise {
    height: 654px;
    background: url("../../static/img/franchise/slider.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.franchise .main-head,
.franchise .slider-list li {
    color: #fff;
    font-size: 28px;
}

.franchise .main-head {
    margin-bottom: 76px;
    font-size: 60px;
    /*text-transform: none;*/
}

.franchise .franchise-big-btn {
    color: #212121 !important;
    background-color: #F6CE88;
}

.franchise .slider-list {
    margin-top: 180px;
    margin-bottom: 50px;
}

.franchise .slider-list li {
    display: inline-block;
}
.franchise .slider-list li:nth-child(2) {
    margin-left: 100px;
    margin-right: 100px;
}

.franchise .slider-list li:nth-child(2):before,
.franchise .slider-list li:nth-child(2):after {
    content: '';
    position: absolute;
    left: -90px;
    top: 50%;
    width: 80px;
    height: 1px;
    background-color: #F6CE88;
}
.franchise .slider-list li:nth-child(2):after {
    right: -90px;
    left: auto;
}

@media all and (min-width: 361px) and (max-width: 870px) {
    .franchise .main-head {
        font-size: 41px;
    }
}

/**/

.hotel-wrap {
    min-height: 100%;
}

.hotel-wrap .header {
    margin-bottom: 36px;
    color: #79001E;
    font-size: 30px;
    text-transform: uppercase;
    font-family: RobotoLight, sans-serif;
}

.hotel-wrap div p+span {
    font-size: 14px;
}

.hotel-is-block p {
    font-size: 16px;
}

/**/

.map-block {
    min-height: 500px;
}

.map-hotels-list {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 448px;
    width: 100%;
}

/**/

.structure-block small {
    color: #666666;
    font-size: 12px;
}

.structure-block .border-left {
    border-left: 1px solid #F6CE88;
}

.structure-block .percent {
    font-size: 50px;
    line-height: 1;
}

.structure-block .percent-text {
    font-size: 14px;
}

@media all and (max-width: 735px) {
    .structure-block div[class^='col-']{
        margin-bottom: 50px;
    }
}

/**/

.result-block small {
    font-size: 12px;
}

.result-block .border {
    border-color: #CBCBCB !important;
}
.result-block .border-left {
    /*border-left: 1px solid #CBCBCB;*/
}
.result-block .border-bottom {
    /*border-bottom: 1px solid #CBCBCB;*/
}

.result-block .percent {
    color: #79001E;
    font-size: 30px;
}

.result-block .text {
    font-size: 22px;
    font-family: RobotoLight, sans-serif;
}

@media all and (max-width: 767px) {
    .result-block .border:nth-child(2) {
        border-right: 1px solid #CBCBCB !important;
    }
    .result-block .border:nth-child(3) {
        border-right: none !important;
    }.result-block .border:nth-child(4) {
        border-right: 1px solid #CBCBCB !important;
        border-bottom: none !important;
    }
}
@media all and (max-width: 575px) {
    .result-block .border:nth-child(1),
    .result-block .border:nth-child(3) {
        border-right: 1px solid #CBCBCB !important;
    }
}

/**/

.conditions-block {
    background: url("../../static/img/franchise/conditions.jpg") 0 0 no-repeat;
    background-size: cover;
}

.conditions-block .main-head {
    color: #fff;
}

.condit-wrap {
    align-items: center;
    /*height: 240px;*/
    background-color: rgba(246,206,136,.6);
}

.condit-wrap.condit-1 {
    background: url("../../static/img/franchise/condit-1.jpg") 0 0 no-repeat;
    background-size: cover;
}
.condit-wrap.condit-2 {
    background: url("../../static/img/franchise/condit-2.jpg") 0 0 no-repeat;
    background-size: cover;
}
.condit-wrap.condit-3 {
    background: url("../../static/img/franchise/condit-3.jpg") 0 0 no-repeat;
    background-size: cover;
}

.condit-wrap:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -17px;
    width: 2px;
    margin-top: -71px;
    height: 142px;
    background-color: #F6CE88;
}

.condit-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 2px;
    margin-top: -71px;
    height: 142px;
    background-color: #F6CE88;
}

.condit-wrap .icon {
    font-size: 200px;
    line-height: normal;
}

.condit-wrap .header {
    color: #212121;
    font-size: 45px;
    font-family: SpectralSemiBold, sans-serif;
    line-height: 1;
}

.condit-wrap .text {
    font-size: 20px;
}

@media all and (max-width: 850px) {
    .condit-wrap:before,
    .condit-wrap:after {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .condit-wrap .icon {
        font-size: 150px;
        line-height: normal;
    }
}

@media all and (max-width: 575px) {
    .condit-wrap .icon {
        font-size: 130px;
    }
    .condit-wrap .header,
    .condit-wrap .text {
        text-align: center;
    }
    .condit-wrap .header {
        font-size: 30px;
    }
}

/**/

.privilege-list {
    position: absolute;
    top: 110px;
    right: 70px;
}

.privilege-list li {
    font-size: 16px;
}

@media all and (max-width: 757px) {
    .privilege-block .privilege-img-wrap {
        text-align: center;
    }
    .privilege-list {
        position: relative;
        top: 0;
        right: 0;
    }
}

/**/

.invest-color-block {
    position: absolute;
    left: 90px;
    top: -30px;
    z-index: 1;
}

.invest-color-block-bg p, .benefits-block p {
    padding-bottom: 13px;
    font-weight: bold;
}

.invest-color-block-bg p:last-of-type, .benefits-block p:last-of-type {
    padding-bottom: 0;
}

.invest-color-block-bg {
    background-color: #F5F5F5;
}

.investment-block .text {
    margin-left: 92px;
    color: #212121;
}

.invest-to {
    font-family: RobotoLight, sans-serif;
    font-size: 50px;
    color: #79001E;
}

@media all and (max-width: 991px) {
    .invest-to {
        font-size: 34px;
    }
    .invest-color-block {
        position: relative;
        left: 0;
    }
    .investment-block .text {
        margin-left: 0;
    }
}

/**/

.concept-block .main-header,
.concept-block .point {
    font-size: 50px;
    color: #79001E;
}

.concept-list li,
.concept-help span,
.concept-business li,
.concept-business span {
    font-size: 16px;
}

.concept-list li:last-child,
.concept-business li:last-child {
    margin-bottom: 0;
}

.concept-list,
.concept-business {
    position: absolute;
    top: 30px;
    left: 15%;
    z-index: 1;
}

.concept-help {
    position: absolute;
    top: 46px;
    right: 96px;
    z-index: 1;
}

@media all and (max-width: 767px) {
    .concept-block .main-header,
    .concept-block .point {
        font-size: 40px;
    }
    .concept-block .text-right {
        text-align: center !important;
    }
    .concept-block .concept-img img {
        width: 50%;
    }
    .concept-block .concept-img {
        text-align: center;
    }
    .concept-list,
    .concept-business,
    .concept-help {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
    }
}

/**/

.requirements-block .border-left {
    height: 100%;
    border-left: 2px solid #79001E;
}

.requirements-block img {
    max-width: 78px;
}

@media all and (max-width: 575px) {
    .requirements-block img {
        max-width: 50px;
    }
}

/**/

.requirements-build-list:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 210px;
    background-color: #989898;
}

.requirements-build-list li * {
    font-family: RobotoLight, sans-serif;
    font-size: 16px;
}

@media all and (max-width: 991px) {
    .requirements-build-list {
        margin-bottom: 90px;
    }
    .map-hotels-list {
        position: initial;
    }
}

/**/

.steps-block .step {
    font-size: 50px;
    color: #79001E;
}

.steps-block img {
    max-width: 240px;
}

/**/

.bg-grey {
    background-color: #eaeaea;
}

.contacts-wrap {
    min-height: 607px;
    background-color: #F5F5F5;
}

.contacts-block .contacts {
    position: absolute;
    top: 230px;
    right: -9%;
}

.contacts-block .phone,
.contacts-block .mail {
    font-size: 24px;
    color: #79001E;
}

.concept-list li {
    font-size: 16px;
}

.concept-list .position {
    font-family: RobotoLight, sans-serif;
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .contacts-white-photo-wrap {
        /*min-height: 700px;*/
    }
}

@media all and (min-width: 991px) {
    .contacts-white-photo-wrap {
        /*min-height: 600px;*/
        padding-bottom: 325px !important;
    }
}

@media all and (max-width: 425px) {
    .main-block-padding {
        padding-top: 107px;
    }

    .contacts-block .phone,
    .contacts-block .mail {
        font-size: 15px;
        color: #79001E;
    }

    .franchise .slider-list li {
        font-size: 25px;
    }

    .franchise .main-head {
        font-size: 35px;
    }
}

@media all and (min-width: 426px) and (max-width: 767px) {
    .main-block-padding {
        padding-top: 50px;
    }
}

@media all and  (max-width: 767px) {

    .contacts-block.main-block-padding {
        padding: 50px 15px 50px !important;
    }
    .contacts-block .contacts {
        position: relative;
        top: 0;
        right: 0;
    }
    .contacts-block .contacts-img {
        text-align: center;
    }
    .contacts-block .contacts-img img {
        width: 50%;
    }
}


@media all and (max-width: 991px) {
    .contacts-block .contacts {
        right: 0;
    }
    .contacts-block .bg-white {
        background-color: transparent !important;
    }
}

@media all and (min-width: 1200px) and (max-width: 1439px) {
    .contacts-block .contacts {
        right: 0;
    }
}

@media all and (min-width: 991px) and (max-width: 1199px) {
    .contacts-block .contacts {
        left: 46.5%;
        right: 1%;
    }
}

@media all and (max-width: 991px) {
    .contacts-block .contacts {
        position: relative;
        top: 0;
    }
}

/**/

.modal label {
    font-family: RobotoLight, sans-serif;
    font-size: 16px;
}

.modal .form-control {
    border:1px solid #CBCBCB;
    background-color: #F5F5F5;
    border-radius: 0;
    height: 40px;
}

.modal-content {
    border-radius: 0;
}

.tooltip.tooltip-custom-filter {
    width: 400px;
    border-radius: 0;
}

.tooltip.tooltip-custom-filter .tooltip-inner {
    border-radius: 0;
    max-width: none;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.hotel-wrap li {
    display: inline-block;
}

.footer {
    position: initial;
    background-color: #212121;
}

.footer .footer-logo-fr {
    height: 40px;
}

#shadow {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .35);
}

#login-div {
    left: 70%;
}

#login-div-signup {
    left: 70%;
}

#login-div-passchange {
    left: 70%;
}

#rkz_header .selected {
    padding: 8px 0 0 10px;
}

.gray-block {
    margin-top: 2.7rem !important;
}