
.page-contact .container {
    max-width: 74vw;
}
.page-contact .breadcrumb {
    display: flex;
    padding: 15px 46px 0;
}
.page-contact .breadcrumb li, .page-contact .breadcrumb a {
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #707070;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.page-contact .breadcrumb li:first-child a::after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #707070;
    border-radius: 100%;
    margin: 0 10px;
}


.information-contact .page-contact__block > .row {
    justify-content: space-between;
    gap: 0 140px;
}
.information-contact .page-contact__block > .row > .col-lg-5 {
    max-width: 455px;
}
.information-contact .page-contact__block > .row > .col-lg-6 {
    max-width: 615px;
    flex: 0 0 100%;
}
.page-contact__block {
    box-shadow: none;
    border: none;
    margin: 72px auto 0;
    padding: 0;
}
.page-contact__block .page-contact__title {
    padding: 0 0 30px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
}
.page-contact__block .page-contact__questions {
    padding: 0;
    background: none;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #626262;
}
.page-contact__block .page-contact__questions a {
    font-weight: 600;
    text-decoration: underline;
    color: #626262;
}
.page-contact__block .page-contact__list {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 220px;
    justify-content: space-between;
    gap: 45px 0px;
    margin: 30px 0 0;
    align-items: flex-end;
}
.page-contact__block .page-contact__list li.page-contact__box {
    display: flex;
    align-items: center;
    width: fit-content;
}
li.page-contact__box.page-contact__box_tel, li.page-contact__box.page-contact__box_time {
    margin-right: auto;
}
.page-contact__block .page-contact__list li.page-contact__box.page-contact__box_time {
    align-items: flex-start;
}
.page-contact__box .page-contact__item {
    font-size: 10px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    color: #626262;
    max-width: 150px;
    height: auto;
}
li.page-contact__box.page-contact__box_tel .page-contact__item, li.page-contact__box.page-contact__box_time .page-contact__item  {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.page-contact__box .page-contact__item span {
    font-size: 14px;
    line-height: 15px;
    color: #000;
    padding: 0 0 4px;
}
.page-contact__tel {
    color: #000;
    text-decoration: underline;
}
.page-contact__tel:first-child {
    padding-bottom: 7px;
}
.page-contact__item b {
    font-weight: 500;
    padding-bottom: 7px;
}
.footer-links__icon {
    margin: 0 11px 0 0;
    width: 24px;
}
li.page-contact__box.page-contact__box_time .footer-links__icon {
    margin: 6px 14px 0 0;
}
li.page-contact__box.page-contact__box_tel .footer-links__icon {
    width: 20px;
    margin: 0 14px 0 3px;
}


.page-contact__required {
    margin: 16px 0 10px;
}
.page-contact__required h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 4px;
}
.page-contact__required p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    color: #626262;
}
.page-contact__block #contact-form .form-control {
    border: 1px solid #000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 15px;
    width: 100%;
    background-color: transparent;
    color: #000;
    font-family: 'Roboto';
}
.page-contact__block #contact-form textarea.form-control {
    line-height: 18px;
}
.page-contact__block #contact-form .form-control::placeholder {
    color: #626262;
}
.page-contact__block .page-contact__btn {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    width: 220px;
    height: 50px;
    margin: 15px 0 0;
    transition: all .3s;
    display: block;
}
.page-contact__block .page-contact__btn:hover {
    background: #fff;
    color: #000;
}





.information-contact section.map-our-shop.main-page__container {
    flex-direction: row-reverse;
    width: calc(100% - 80px);
    margin: 50px auto 0;
    padding: 50px 0;
    border-top: 1px solid #B3B3B3;
    justify-content: center;
}
.information-contact .map-our-shop .map-our-shop__box-img, .information-contact .map-our-shop .map-our-shop__box {
    max-width: 472px;
}
.information-contact .map-our-shop .map-our-shop__box {
    padding: 15px 25px 0;
    background: transparent;
}
.information-contact .map-our-shop .map-our-shop__title {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 30px;
}
.information-contact .map-our-shop__box-info {
    margin: 0 0 22px;
}
.information-contact .map-our-shop__box-info:last-child {
    margin: 0;
}
.information-contact .map-our-shop__box-info .map-our-shop__descr {
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
    color: #000;
}
.information-contact .map-our-shop__box-info .map-our-shop__descr .map-our-shop__link {
    color: #959595;
}
.information-contact .map-our-shop__box-info a.map-our-shop__descr {
    text-decoration: underline;
}
.information-contact img.map-our-shop__icon {
    margin: 0 12px 0 0;
}
.information-contact .map-our-shop__box-info:last-child img.map-our-shop__icon {
    margin: 0px 10px 0px 0px;
}
.information-contact img.map-our-shop__img.main-page_desk {
    height: 244px;
    object-fit: cover;
}




@media (min-width: 992px) {
    .page-contact__block #contact-form > .row > * {
        padding: 0 10px;
    }
}


@media (max-width: 1600px) {
    .page-contact .container {
        max-width: 90vw;
    }
}

@media (max-width: 1350px) {
    .information-contact .page-contact__block > .row {
        gap: 0 30px;
    }
    .information-contact .page-contact__block > .row > .col-lg-6 {
        max-width: 53%;
    }
}
@media (max-width: 1000px) {
    .information-contact .page-contact__block > .row > .col-lg-5, .information-contact .page-contact__block > .row > .col-lg-6 {
        max-width: 100%;
    }
    .page-contact__block {
        margin: 50px auto 0;
    }
    .page-contact__block .page-contact__list {
        align-items: flex-start;
    }
    .page-contact__block form#contact-form {
        margin: 40px 0 0;
    }
    .page-contact__required {
        margin: 0px 0 20px;
    }
    .page-contact__block .page-contact__btn {
        margin: 10px auto 0;
    }
    
    
    .information-contact .map-our-shop__box-info .map-our-shop__descr {
        max-width: 208px;
    }
}



@media (max-width: 700px) {
    .page-contact .container {
        max-width: calc(100% - 30px);
    }
    .page-contact .breadcrumb {
        display: flex;
        padding: 6px 15px 6px;
        background: #FAFAFA;
    }
    .page-contact .breadcrumb li, .page-contact .breadcrumb a {
        font-size: 9px;
    }
    .page-contact__block {
        margin: 30px auto 0;
    }
    .page-contact__block .page-contact__title {
        padding: 0 0 30px;
        font-size: 20px;
        text-align: center;
    }
    .page-contact__block .page-contact__list {
        max-height: 100%;
        gap: 30px 0;
    }
    .page-contact__box .page-contact__item {
        max-width: 100%;
    }
    li.page-contact__box.page-contact__box_tel {
        margin-bottom: 10px;
    }
    .page-contact__item b {
        padding-bottom: 5px;
    }
    .page-contact__block #contact-form textarea.form-control {
        line-height: 16px;
        height: 121px;
    }
    .information-contact section.map-our-shop.main-page__container {
        flex-direction: column-reverse;
        width: 100%;
        border: none;
        padding: 50px 0 0;
    }
    .information-contact .map-our-shop .map-our-shop__box {
        padding: 33px 15px 0;
    }
    .information-contact .map-our-shop__box-info .map-our-shop__descr {
        font-size: 16px;
        max-width: 222px;
    }
    .information-contact img.map-our-shop__icon {
        margin: 2px 12px 0 0;
    }

}

























