

/* Start:/local/sections/cookies/styles.css?17495413452306*/
.cookies-modal {
    box-sizing: border-box;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 40px;
    background-color: #0a2896;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    z-index: 50;
}

@media screen and (max-width: 1200px) {
    .cookies-modal {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
}

.cookies-modal.is-visible {
    display: flex;
}

.cookies-modal-text {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .cookies-modal-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 350px) {
    .cookies-modal-text {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


.cookies-modal-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1200px) {
    .cookies-modal-controls {
        width: 100%;
        gap: 10px;
    }
}

@media screen and (max-width: 350px) {
    .cookies-modal-controls {
        flex-direction: column;
        align-items: stretch;
    }
}

.cookies-modal-controls__link {
    margin-left: 46px;
}

@media screen and (max-width: 1200px) {
    .cookies-modal-controls__link {
        margin-left: auto;
    }
}

@media screen and (max-width: 350px) {
    .cookies-modal-controls__link {
        margin-right: auto;
    }
}

@media screen and (max-width: 1200px) {
    .cookies-modal__control {
        margin-right: 0;
    }
}

.modal-cookies-link {
    display: inline-block;
    padding-bottom: 3px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 1200px) {
    .modal-cookies-link {
        font-size: 14px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .modal-cookies-link:hover {
        border-color: transparent;
        color: #ffffff;
    }
}


.cookies-modal-control {
    padding: 9px 16px;
    line-height: 1;
    min-height: 38px;
}
/* End */


/* Start:/local/templates/main/styles.css?17593319823402*/
.map-zoom-control {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.map-zoom-control_zoom-in {
    background-image: url('/images/icons/map-zoom-in.png');
}

.map-zoom-control_zoom-out {
    background-image: url('/images/icons/map-zoom-out.png');
}
@media screen and (max-width: 1200px) {
    .map-zoom-control {
        width: 50px;
        height: 50px;
    }
}





/* fixed menu  */

.header .menu-fixed {
    display: none;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: top 0.3s ease; 
}
.header .menu-fixed.active {
    display: block;
    background-color: #0a2896;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .menu-fixed.active .header-contacts {
    margin-top: 1rem;
}
.header .menu-fixed.active .menu {
    margin-bottom: 1rem;
}
.header .menu-fixed.active .header-other {
    margin-top: 1rem;
    margin-bottom: 25px;
}
.header.main-page .menu-fixed.active .header-other {
  margin-bottom: 0;
}
.main-menu-mobile .header-contacts-modile {
    display: none;
}
.main-menu-mobile .header-contacts-modile {
    padding: 1.25rem 0 1.25rem 1.25rem;
    margin-bottom: 20px;
}
.header .header-contacts {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.header .header-contacts p {
    margin: 0;
}
.header .header-contacts p a {
    color: #fff;
    position: relative;
    padding-bottom: 2px;
    top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width: 1201px) {
    .header .menu-fixed.active .header-other {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header .header-contacts {
        display: none;
    }
    .menu-mobile-is-open {
        overflow: hidden;
    }
    .menu-mobile-is-open.from-mobile-fixed .main-menu-mobile.is-open {
        top: 77px !important;
        position: sticky;
        height: 100vh;
    }
    .main-menu-mobile .header-contacts-modile {
        display: block;
    }
}


.header-other .short-number-phone_header {
  color: #fff;
  margin-left: auto;
  margin-right: 20px;
  font-size: 26px;
  bottom: 9px;
  position: relative;
  display: block;
}

.header_narrow .header-other .short-number-phone_header {
  top: 3px;
  bottom: auto;
}

.header-other .short-number-phone_header::before {
    content: url(/images/phone.svg);
    position: absolute;
    width: 20px;
    left: -25px;
    top: 1px;
}

@media screen and (max-width: 405px) {
  .header-other .short-number-phone_header {
    margin-right: 13px;
  }
  .header-other .short-number-phone_header::before {
    width: 19px;
    left: -19px;
  }
}

@media screen and (max-width: 375px) {
  .header-other .short-number-phone_header {
    margin-right: 10px;
    bottom: 10px;
  }
  .header-other .maximiha, .header-other .maximiha svg {
    width: 170px;
  }
}

@media screen and (max-width: 330px) {
  .header-other .maximiha, .header-other .maximiha svg {
    width: 150px;
  }
}


.header-other .short-number-phone_header {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header-other .short-number-phone_header {
        display: block;
    }
}
/* End */
/* /local/sections/cookies/styles.css?17495413452306 */
/* /local/templates/main/styles.css?17593319823402 */
