

/* Start:/local/templates/2018/components/iq/stylecomponent/contacts/style.css?17786812326035*/


.contact-map-holder {
    align-items: center;
}

.contact-map-holder h4 {
    margin: 5px 0;
    font-size: 15px;
}

.contact-office-map-content {
    margin-right: auto;
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}

.contact-map-holder h2 {
    font-size: 31px !important;
    line-height: 41px !important;
    margin: 30px 0 20px !important;
}

@media only screen and (max-width: 767px) {
    .contact-map-holder h2 {
        font-size: 22px !important;
        line-height: 27px !important;
        margin-bottom: 15px !important;
        margin-top: 40px !important;
    }
}

.contact-map-holder a {
    font-size: 13px;
    color: #ee1a23;
}

.contact-office-map-content a:hover {
    text-decoration: underline;
}


.contact-storage-tis-map-content {
    width: 100%;
    margin-top: 25px;
    padding: 30px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    border-radius: 15px;
}

.contact-map {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 53.75%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;

}

.contact-hz-stack-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-text-block-title {
    font-size: 18px;
}

.contact-column-content {
    display: flex;
    flex-direction: column;
}

.contact-dept-text-block {
    color: #424242;
    line-height: 2;
    max-width: 50%;
    width: calc(50% - 10px);
    background-color: #FBFBFB;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 20px
}

.metro {
    /*margin-top: 5px;*/
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.contact-dept-text-block.second-line {
    margin-top: 34px;
}

.contact-dept-text-block p {
    margin-bottom: 0;
    margin-top: 0;
}

.contact-floater.active {
    transform: translateX(0%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
    border-radius: 5px 0 0 5px;
}

.contact-red-text {
    font-size: 13px !important;
    margin-top: 5px !important;
    font-weight: 500;
    color: #888888;
    line-height: 1.4 !important;
}

.contact-hider {
    background: #ee1a23;
    border: none;
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    border-radius: 50% 0 0 50%;
    transition: background ease .3s;
}

.contact-hider svg {
    transform: rotate(0);
    transition: transform ease .3s;
}

.contact-hider:hover {
    background: #f13c44;
}

.contact-floater.active .contact-hider svg {
    transform: rotate(180deg);
}

.contact-storage-tis-map-content .contact-column-content {
    gap: 15px;
}

.contact-storage-tis-map-content .contact-tel-nubmers {
    margin-bottom: 28px;
}

.contact-dept-text-block {
    line-height: 19px;
}

.contact-dept-text-block div {
    line-height: 21px;
    font-size: calc(1em - 1px);
    margin-top: 15px;
}

.contact-tel-nubmers span {
    line-height: 21px;
    font-size: 13px;
}

#email-field {
    margin-top: 6px;
}

.metro-block img {
    transform: scale(0.85);
}

.metro-block {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: calc(var(--global-font-size) - 1px);
}

.tel-number {
    white-space: nowrap;
}

.contact-tel-nubmers {
    display: flex;
    flex-direction: column;
    font-size: calc(var(--global-font-size) - 1px);
}

.contact-tel-nubmers span {
    /* height: 23px; */
}

.contact-office-map-content a {
    color: #ee1a23;
}

.contact-map-tabs a {
    color: inherit;
}

.contact-map-tabs-content {
	display: none;
}

.contact-map-tabs a:hover {
    text-decoration: none;
}

.contact-map-tabs-content.active {
	display: block; /* или flex, в зависимости от вашего дизайна */
}

@media (max-width: 860px) {
    .contact-floater {
        position: static;
        width: unset;
        transform: unset;
    }

    .contact-hider {
        display: none;
    }

    .contact-floater .cntnt {
        display: flex;
    }

    .cntnt .col1, .cntnt .col2 {
        flex-grow: 1;
    }

    .cntnt .col2 {
        margin-left: 2em;
    }
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

@media (max-width: 768px) {

    .contact-dept-text-block {
        max-width: 100%;
        width: 100%;
    }

    .contact-floater .cntnt {
        display: flex;
        flex-direction: column;
    }

    .cntnt .col2 {
        margin-left: unset;
    }

    .metro-block {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .contact-hz-stack-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 28px;
    }

    .contact-column-content {
        display: contents;
    }

    .contact-storage-tis-map-content .contact-column-content {
        display: flex;
    }

    .contact-dept-text-block.second-line {
        margin-top: 0px;
    }

    .contact-dept-text-block div {
        margin-top: 15px;
    }

    .contact-office-map-content, .contact-storage-tis-map-content {
        padding: 0px;
    }

    .contact-column-content {
        padding: 15px;
    }


    .contact-dept-text-block .contact-tel-nubmers {
        margin-bottom: 10px;
    }

    .contact-storage-tis-map-content .contact-tel-nubmers {
        margin-bottom: 7px;
    }

    .contact-map-tabs-content {
        padding: 15px;
    }

    .contact-dept-text-block {
        padding: 15px;
    }

    .contact-map-holder,
    .contact-map-holder a,
    .contact-map-holder h4,
    .contact-red-text,
    .contact-tel-nubmers span {
        font-size: 13px !important;
    }

    .contact-map-holder {
        padding: 0;
    }


}

/* Rectangle 375 */

/*position: absolute;*/
/*width: 1169px;*/
/*height: 878px;*/
/*left: 398px;*/
/*top: 227px;*/

/*background: #FFFFFF;*/
/*box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);*/
/*border-radius: 5px;*/

/* End */
/* /local/templates/2018/components/iq/stylecomponent/contacts/style.css?17786812326035 */
