

/* Start:/contacts/index.css?1566832547879*/
.contacts__box { }

.contacts {
    margin: 0 auto;
    max-width: 1000px;
}

.contacts__item:nth-of-type(1) { margin-top: 100px; }

.contacts__item { padding-bottom: 30px; }

.contacts__item-caption {
    display: inline-block;
    color: #333;
    min-width: 120px
}

.contacts__item-value {
    display: inline-block;
    font-weight: 600;
}

.contacts__map {
    position: relative;
    background: #F4EDD7;
}

.contacts__map-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    animation: mapframe 2s ease-in-out;
}

.contacts__map-iframe {
    position: relative;
    display: block;
}

@keyframes mapframe {
    100% { opacity: 0; }
}

.contacts__map-scheme {
    background: #F4EDD7;
    padding: 30px;
}

.contacts__buplic-transport {
    text-align: center;
}

.contacts-subway {
    text-align: center;
}





/* End */
/* /contacts/index.css?1566832547879 */
