

/* Start:/local/templates/tmp2022/css/contacts.css?16970945054187*/
.contact-page {
    color: #333;
    text-align: left;
}
.contact-page__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    font-size: 0;
    line-height: 0;
}
.contact-page .contact-page__list li {
    display: block;
    min-width: 30%;
    width: 30%;
    margin: 0 0 70px 5%;
    padding-left: 0;
    padding-top: 30px;
}
.contact-page__list li:before {
    display: none;
}
.contact-page__list li:nth-child(3n+1) {
    margin-left: 0;
}
.contact-page__list-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-weight: 600;
}
.contact-page__list-text {
    padding-top: 10px;
}
.contact-page__phone {
    display: block;
    margin-bottom: 15px;
}
.contact-page__phone a {
    font-size: 36px;
    line-height: 54px;
    font-weight: 600;
    color: #249291;
}
.contact-page__phone span {
    font-size: 16px;
    line-height: 19px;
    color: #6C6C6C;
}

.contact-page__table {
    margin-bottom: 90px;
}
.contact-page__table-row {
    display: flex;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #C1C2C6;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.contact-page__table-row:first-child {
    border-top: 1px solid #C1C2C6;
}
.contact-page__table-text {
    width: 100%;
}
.contact-page__table-val {
    min-width: 420px;
    padding-left: 40px;
}
.contact-page__table-val a {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 33px;
}
.contact-page__table-val a:after {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    border-bottom: solid 1px #dadadc;
    z-index: -1;
    content: "";
}
.contact-page__table-val span {
    display: inline-block;
    margin-top: 15px;
}

.contact-page__hotels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 80px;
    margin-bottom: 50px;
    background: #F3F6F8;
    font-size: 16px;
    line-height: 19px;
    color: #6c6c6c;
}
.contact-page__hotels-title {
    font-size: 36px;
    line-height: normal;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-page__hotels-for {
    padding-right: 90px;
}
.contact-page__hotels-btn {
    padding: 19px 40px;
    color: #249291;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border: solid 1px #249291;
}
.contact-page__hotels-btn:hover {
    color: #fff;
    background: #249291;
}

@media(max-width: 1440px) {
    .contact-page__list li {
        min-width: 48%;
        margin-left: 0;
    }
    .contact-page__hotels-for {
        padding-right: 50px;
    }
    .contact-page__phone a {
        font-size: 30px;
        line-height: 42px;
    }
}
@media(max-width: 1024px) {
    .contact-page__list {
        margin-left: -25px;
        margin-right: -25px;
    }

    .contact-page .contact-page__list li {
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .contact-page__list li:nth-child(odd) {
        background: #fcfcfc;
    }

    .contact-page__table-val {
        min-width: 40%;
    }

    .contact-page__table-val a {
        font-size: 18px;
        line-height: 26px;
    }

    .contact-page__hotels {
        flex-wrap: wrap;
        padding-left: 40px;
        padding-right: 40px;
    }

    .contact-page__hotels > div {
        width: 100%;
    }

    .contact-page__hotels-btn {
        margin-top: 30px;
    }
}
@media(max-width: 768px) {
    .contact-page__phone a {
        font-size: 22px;
        line-height: 32px;
    }
    .contact-page__table {
        margin-left: -25px;
        margin-right: -25px;
    }
    .contact-page__table-row {
        flex-wrap: wrap;
        padding-left: 25px;
        padding-right: 25px;
    }
    .contact-page__table-text {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-page__table-val {
        min-width: 100%;
        padding-left: 0;
    }
    .contact-page__hotels-title {
        font-size: 26px;
    }
    .contact-page__hotels-btn {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/tmp2022/css/contacts.css?16970945054187 */
