.print {
    color: rgb(0,195,194);
    font-size: 14px;
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    padding-left: 29px;
    padding-top: 4px;
    height: 22px;
    background: url("/images/new_bg/print.png") 0px 5px no-repeat;
    cursor: pointer;
}

.img-cont-block img {
    width: 100%;
}

.contacts-block {
    padding: 15px 0;
}

.text-cont-block h2 {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    margin: 0px;
}

.text-cont-block p {
    font-size: 12px;
    padding: 7px 0px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}

.address {
    display: block;
    background: url(/images/new_bg/home_map.png) no-repeat 0px 5px;
    padding: 0px 0px 8px 32px;
}

.tel-cont {
    display: block;
    background: url(/images/new_bg/tel_map.png) no-repeat 0px 8px;
    padding: 0px 0px 8px 32px;
}

/*.skype {
    display: block !important;
    background: url(/images/new_bg/skype_map.png) no-repeat 0px 1px !important;
    padding: 0px 0px 8px 32px !important;
    margin-right: 15px !important;
}*/

.email {
    display: block;
    background: url(/images/new_bg/mail_map.png) no-repeat 0px 5px;
    padding: 0px 0px 8px 32px;
    margin-right: 15px;
}

.address2 {
    display: block;
    background: url(/images/new_bg/maps.png) no-repeat 0px 5px;
    padding: 0px 0px 8px 32px;
    margin-right: 15px;
}

.pointer {
    cursor: pointer;
}

.address2 .show_scheme {
    color: #23b6bc;
}

.maps {
    padding-top: 25px;
    overflow: hidden;
    height: 20px;
}

.maps iframe {
    width: 100%;
    height: 350px;
}

.form-contacts {
    height: auto;
}

.form-contacts input {
    margin-bottom: 15px;
    color: #555;
}

.form-contacts textarea {
    height: 180px;
    color: #555;
}

.form-contacts .orange {
    float: right;
    max-width: 240px;
    margin-top: 14px;
}

.maps_active {
    height: 375px !important;
}

.maps_inactive {
    height: inherit !important;
}
@media (max-width: 768px) {
    .text-cont-block h2{
        margin-top: 8px;
    }
}