.page__contacts .page-content {
    padding: 30px 0 0;
}
.page__contacts .contacts__info_wrap {
    margin-top: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page__contacts .contacts__list img {
    float: right;
    width: 50%;
    margin-left: 10px;
}
.page__contacts .contacts__item {
    margin-bottom: 30px;
}
.page__contacts .contacts__item .contacts__item-icon {
    margin-right: 15px;
    font-size: 25px;
    color: var(--light-green);
}
.page__contacts .contacts__item .contacts__item-info {
    font-size: 18px;
}
.page__contacts .contacts__item .contacts__item-title {
    font-weight: 600;
    margin-bottom: 7px;
}
.page__contacts #map {
    width: 100%;
    height: 420px;
}
.page__contacts .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
}
.page__contacts .popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.page__contacts .popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0;
}
.page__contacts .popover .arrow:after {
    border-width: 10px;
    content: "";
}
.page__contacts .popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.page__contacts .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.page__contacts .popover-content {
    padding: 9px 14px;
}
.page__contacts h3 {
    font-size: 24.5px;
}
.page__contacts .popover .close {
    position: absolute;
    right: 5px;
    top: 1px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.page__contacts .btn {
    margin-top: 10px;
}