

/* Start:/local/templates/main/components/scid/simple/contacts__office/style.css?17292427231402*/
.main__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 380px;
    flex: 1 0 380px;
    margin-bottom: 50px;
}
.main__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}
.main__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.adress__link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 30px;
    margin-bottom: 17px;
}
.adress__link_text {
    display: block;
    max-width: 335px;
}
@media screen and (max-width:781px) {
    .main__col {
        width: 100%;
    }
    .main__wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/main/components/scid/simple/contacts__feedback-btn/style.css?1729242723222*/
.main__btn {
    margin-bottom: 50px;
}
.orange-btn {
    padding: 17px 75px;
    background-color: #feb900;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12px;
}
/* End */


/* Start:/local/templates/main/components/scid/simple/contacts__map/style.css?17292427234404*/
#map {
    width: 100%;
    height: 490px;
    opacity: 0.8;
}
.map {
    width: 100%;
    height: 490px;
    margin-top: 50px;
    margin-bottom: 100px;
    background-color: #272c4c;
    position: relative;
}
.map__yandex {
    overflow: hidden;
}
.map__adress {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 620px;
    height: 464px;
    background-color: #feb900;
}
.title_map {
    border-radius: 3px;
    width: 150px;
    height: 20px;
    background-color: #ffffff;
}
.place {
    padding: 80px;
    position: absolute;
    top: -20px;
    right: 20px;
    color: #fff;
    width: 620px;
    height: 463px;
    background-color: #272c4c;
}
.place__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.36px;
    padding-left: 50px;
    margin-bottom: 70px;
    border-left: 6px solid #feb900;
}
.place__title_mobile {
    display: none;
    visibility: hidden;
}
.place__link {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.18px;
    line-height: 30px;
    margin-bottom: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.place__link_text {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.place__link_text:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    content: '';
    margin-top: 3px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background-image: url(/local/templates/main/components/scid/simple/contacts__map/./images/sprite_icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 19px;
}
.place__link_href {
    display: block;
    position: relative;
    padding-left: 30px;
}
.place__link_href_phone:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    margin-top: 3px;
    margin-right: 10px;
    background-image: url(/local/templates/main/components/scid/simple/contacts__map/./images/sprite_icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 19px;
    background-position: 0 -49px;
}
.place__link_href_email:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    margin-top: 3px;
    margin-right: 10px;
    background-image: url(/local/templates/main/components/scid/simple/contacts__map/./images/sprite_icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 19px;
    background-position: 0 -20px;
}
@media screen and (max-width:1200px) {
    .map {
        /* height: 300px;   */
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .map__yandex {
        height: 250px;
        overflow: hidden;
    }
    .map__adress {
        width: 435px;
        height: 264px;
        top: 0;
    }.place {
         width: 435px;
         height: 264px;
         padding: 38px 0px 0px 35px;
     }
    .place__title {
        border-width: 4px;
        padding-left: 15px;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .place__link {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:951px) {
    .map {
        background-color: transparent;
        overflow: hidden;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .map__adress {
        position: static;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .place {
        position: static;
        width: 100%;
        margin: 0;
        padding: 30px 0px 10px 32px;
        border-bottom: 3px solid #feb900;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .place__title {
        display: none;
        visibility: hidden;
    }
    .place__title_mobile {
        margin: 0;
        margin-bottom: 22px;
        display: block;
        visibility: visible;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.22px;
    }
    .place__link {
        font-size: 14px;
        font-weight: 400;
    }
}
@media screen and (max-width:450px) {
    .place {
        padding: 10px;
    }
}
/* End */
/* /local/templates/main/components/scid/simple/contacts__office/style.css?17292427231402 */
/* /local/templates/main/components/scid/simple/contacts__feedback-btn/style.css?1729242723222 */
/* /local/templates/main/components/scid/simple/contacts__map/style.css?17292427234404 */
