a {
    color: #008def;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.share .ya-share2__item {
    margin-right: 8px !important;
}

.share .ya-share2__badge {
    border-radius: 50% !important;
}

.project_info .inform .val a:after {
    content: ',';
    display: inline;
    margin-right: 5px;
}

.project_info .inform .val a:last-of-type:after {
    content: none;
}


header .booking
{
    position: relative;

    padding-left: 31px;
    padding-right: 31px;
}

header .booking:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1px;
    height: 45px;
    margin-top: -23px;

    content: '';

    background: #e4e4e4;
}

.booking_link
{
    color: #fff;
    line-height: 33px;

    display: inline-block;

    min-height: 33px;
    padding: 0 20px;

    transition: .2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 17px;
    background: #ffa425;
    max-width: 200px;
    text-align: center;
}

.contacts_info .info .val {
    line-height: 22px;
}

.contacts_info .info .val.how_get {
    font-size: 16px;
}

.project_info .inform .name {
    width: 80px;
    color: #979797;
}

.project_info .inform .val {
    width: calc(100% - 80px);
}

.project_info .inform .val .active {
    color: #008def;
}

.project_info .inform .val span {
    font-size: 14px;
}

.text_block .feedback {
    width: 100%;
    padding: 35px 50px 45px;
    border: 5px solid #f2f2f2;
    background: #f2f2f2;
}

.text_block table .feedback {
    padding: 0;
}

.text_block table .feedback .submit .agree {
    max-width: 100%;
    margin-bottom: 10px;
}

.text_block table td {
    padding: 15px;
}


.service .img {
    position: relative;
    overflow: hidden;

    width: 200px;
    max-width: 100%;
    padding: 12px;

    border: 2px solid #ffa425;
    border-radius: 50%;
}

.service .img img {
    display: block;
    width: 100%;
    border-radius: 50%;
}