/*------CONTACTS====*/
.contact_item {
    border-bottom: 1px dashed #dddede;
    padding-bottom: 27px;
}
.contact_item h2 {
    margin-bottom: 29px;
    margin-top: 32px;
    font-size: 26px;
}

.contact_row {
    margin-left: 26px;
}

.contact_col {
    padding: 0 20px 0 46px;
    font-size: 16px;
    float: left;
    background: none left 20px no-repeat;
}
.contact_col.addr_col {
    width: 29%;
    background-image: url('../img/common/contacts/addr_contact.png');
}
.contact_col.phone_col {
    width: 26%;
    background-image: url('../img/common/contacts/phone_contact.png');
}
.contact_col.sk_col {
    width: 23%;
    background-image: url('../img/common/contacts/addr_contact.png');
}
.contact_col.vk_col {
    width: 22%;
    padding: 20px 0 19px 40px;
    background-image: url('../img/common/contacts/vk_contact.png');
}
.contact_col.vk_col a {
    font-size: 14px;
}
.contact_col h4 {
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
}
.contact_col a {
    font-size: 18px;
    color: #1c78bd;
}

.hidden_contacts {
    display: none;
}

.more_contacts {
    display: inline-block;
    color: #1c78bd;
    padding-left: 21px;
    font-size: 18px;
    margin: 28px 70px 32px;
    background: url('../img/common/contacts/more_contacts.png') left center no-repeat;
}
.more_contacts .less {
    display: none;
}
.more_contacts.less {
    background-image: url('../img/common/contacts/less_contacts.png');
}
.more_contacts.less .more {
    display: none;
}
.more_contacts.less .less {
    display: block;
}

.map_contacts {

}

.pin_contact {
    width: 128px;
    height: 71px;
    background: url(../img/common/contacts/pin_contact.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    position: absolute;
    z-index: 200;
}

.map_bottom {
    height: 45px;
    background: -webkit-linear-gradient(90deg, #2188ec 0%, #44b0f7 100%) #2188ec;
    background: -moz-linear-gradient(90deg, #2188ec 0%, #44b0f7 100%) #2188ec;
    background: -o-linear-gradient(90deg, #2188ec 0%, #44b0f7 100%) #2188ec;
    background: linear-gradient(0deg, #2188ec 0%, #44b0f7 100%) #2188ec;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#44b0f7,endColorstr=#2188ec);
}

.feedback {
    width: 819px;
    height: 558px;
    background: url('../img/common/contacts/feedback_small.png') 0 0 no-repeat;
    position: relative;
    font-size: 14px;
    margin: auto;
}
.feedback form {
    position: absolute;
    left: 50px;
    top: 100px;
}
.feedback input {
    vertical-align: bottom;
    width: 240px;
    border: 1px solid transparent;
    border-bottom: 1px dashed #c8c8c8;
    background: transparent;
}
.feedback textarea {
    vertical-align: top;
    width: 240px;
    height: 105px;
    border: 1px solid #dddede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    resize: none;
    padding: 3px 10px;
    margin-top: 5px;
}
.feedback .button_wrap {
    display: inline-block;
    width: 240px;
}
.feedback .input_row {
    display: block;
    margin-bottom: 18px;
}
.feedback .textarea_row {
    padding-top: 6px;
    margin-bottom: 20px;
}
.feedback .legend {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 100px;
}

/*------END CONTACTS====*/