#map-container {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.block-title {
    font-size: 24px;
    padding: 20px 0;
    color: #107fc9;
}

.info-top {
    margin-left: -2%;
    margin-right: -2%;
    margin-top: 55px;
    margin-bottom: 20px;
}

.info-top__container {
    padding: 0 2% 0 2%;
    border-right: 1px #bbb solid;
    margin-bottom: 20px;
}

.info-top__container:last-child {
    border-right: none;
}

.info-top__container table {
    width: 100%;
}

.info-top__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 95px;
}

.info-top__content {
    font-size: 16px;
    line-height: 18px;
    color: #5d5d5d;
    text-align: left;
    padding-left: 95px;
}

.info-top__image {
    float: left;
}

.info-top__red_style a:active,
.info-top__red_style a:focus,
.info-top__red_style a:hover {
    text-decoration: none;
}

.info-top__red_style .info-top__title {
    color: #f00;
}

.info-top__red_style .info-top__content {
    color: #ff3300;
}

/* info bottom styles */

.info-bottom {
    margin-top: 30px;
    text-align: left;
}

.info-bottom__container {
    padding: 0 2% 0 2%;
    border-right: 1px #bbb solid;
    margin-bottom: 20px;
}

.info-bottom__container:last-child {
    border-right: none;
}

.info-bottom__container table {
    width: 100%;
}

.info-bottom__title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 8px;
}

.info-bottom__content {
    font-size: 16px;
    line-height: 25px;
    color: #5d5d5d;
    text-align: left
}

.info-bottom__image {
    float: left;
    margin-right: 10px;
}

.info-bottom__red_style a:active,
.info-bottom__red_style a:focus,
.info-bottom__red_style a:hover {
    text-decoration: none;
}

.info-bottom__red_style .info-bottom__title {
    color: #f00;
}

.info-bottom__red_style .info-bottom__content {
    color: #ff3300;
}

.info-bottom__social .info-bottom__content a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.info-bottom__contact {
    color: #4d4d4d;
    padding-left: 34px;
    display: block;
    position: relative;
}

.info-bottom__contact:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 21px;
    height: 25px;
}

.info-bottom__phone:before {
    background-image: url(images/info_bottom/phone.png);
}

.info-bottom__mail:before {
    background-image: url(images/info_bottom/mail.png);
}

.info-bottom__map img.info-bottom__map_image {
    max-width: 250px;
}
.denta-contacts{
    margin-top: 30px;
}
.denta-address-list {
    list-style-type: none;
}

.denta-address-icon {
    list-style-type: none;
    font-size: 20px;
    padding: 12px 0 12px 56px;
    position: relative;
}

.denta-address-icon a,
.denta-address-icon a:hover,
.denta-address-icon a:active,
.denta-address-icon a:focus{
    color: #000;
    text-decoration: none;
}

.denta-address-icon:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0px;
    background: url(/images/contacts_icon.png) 0 0 no-repeat;
    width: 39px;
    height: 39px;
    margin-top: -20px;
    border-radius: 50%;
}

.print-page:focus,
.print-page:active,
.print-page:hover,
.print-page{
    position: relative;
    display: block;
    width: 81px;
    text-align: center;
    padding-top: 85px;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.print-page:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    margin-left: -40px;
    background: url(/images/contacts_icon.png) 0 -208px no-repeat;
    width: 81px;
    height: 81px;
    border-radius: 50%;
}

.denta-address-icon.denta-address:before {
    background-position: 0 0;
}

.denta-address-icon.denta-worktime:before {
    background-position: 0 -40px;
}

.denta-address-icon.denta-phone:before {
    background-position: 0 -82px;
}

.denta-address-icon.denta-mail:before {
    background-position: 0 -122px;
}

.denta-address-icon.denta-web:before {
    background-position: 0 -164px;
}

@media (max-width: 991px) {
    .info-bottom__container {
        border-right: none;
    }
}

@media (max-width: 991px) {
    .info-top__container {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .info-top {
        margin-top: 30px;
    }

}