.zoomi {
	position: absolute;
    top: 300rem;
    left: 170rem;
}

.contacts-page-feedback__left.contacts-page-feedback__left2 {
	display: block;
}

.header {
    color: white;
    width: 100%;
    z-index: 3;
}

.alx-feedb-error {
    margin-top: 20px;
    display: flex;
    padding: 0 20px;
}

.search-res-item__title {
    width: 75%;
}

.modals {
    transition: all 0.3s ease 0s;
    z-index: 3;
    overflow: auto;
    display: none;
}

.afbf_mess_ok .modal--thx {
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    max-width: 100%;
}

.alx_feed_back .field-file__placeholder {
    text-align: right!important;
}

.alx_feed_back .field-file__placeholder span{
    text-align: right!important;
}

.search-res-item b {
    color: #00C2FF;
}

.header-search-btn {
    margin-left: 45rem;
}

.btnMap {
	position: relative;
    cursor: pointer;
    font-size: 18rem;
    color: rgb(0, 72, 154);
    text-decoration: none;
    display: inline-block;
    line-height: 50rem;
    border-radius: 50rem;
    background-color: transparent;
    border: none;
    transition: all 0.4s ease 0s;
    height: 54rem;  
    width: 50rem;
}

.btnMap:hover {
	box-shadow: 0px 15px 60px 18px rgb(0 0 0 / 25%);
    border-radius: 100%;
}

.btnMap:after {
    content: "";
    position: absolute;
    width: 55rem;
    height: 55rem;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url(img/icons/minus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 0.3s ease 0s;
}

.btnMap2 {
	position: relative;
    cursor: pointer;
    font-size: 18rem;
    color: rgb(0, 72, 154);
    text-decoration: none;
    display: inline-block;
    line-height: 50rem;
    border-radius: 50rem;
    background-color: transparent;
    border: none;
    transition: all 0.4s ease 0s;
    height: 50rem;
    top: -60rem;
}

.btnMap2:hover {
	box-shadow: 0px 15px 60px 18px rgb(0 0 0 / 25%);
    border-radius: 100%;
}

.btnMap2:after {
    content: "";
    position: absolute;
    width: 55rem;
    height: 55rem;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url(img/icons/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 0.3s ease 0s;
}



@media (max-width: 768px) {
html.no-scroll {
    padding-right: 0;
}

.zoomi {
    position: absolute;
    top: 300rem;
    left: 0;
}
.modal__body{
    padding: 0px 20px;
}
}