

/* Start:/local/templates/komtorgtranse/css/contacts.css?17864507012032*/
.contacts-new .contacts-list__contact-phones {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contacts-new .contacts-list__contact-phones-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contacts-new .double-wrap-map {
    display: flex;
    flex-wrap:nowrap;
}

.contacts-new .contacts-list{
    display: flex;
    justify-content: space-between;
    flex-wrap:nowrap;
}

.contacts-new .contacts__map{
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
}

.contacts-new .contacts__item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap:wrap;
    width: 100%;
}
.contacts-new .map__content{
    margin-left: 0px;
    margin-right: 0px;
}

.contacts-new .contacts__item .map{
    width: 100%;
    height: 300px;
}

.contacts-new .contacts__item .map__content{
    width: 100%;
    height: 300px;
}
.contacts-new .contacts__item .btn{
    margin-bottom: 20px;
}
@media (min-width: 1025px) {
    .contacts-new .right-container  .link-img{
        margin-right: 20px;
    }
    .contacts-new .contacts-list__item{
        min-width: 300px;
    }
    .contacts-new .right-container{
        width: 620px;
    }
    .contacts-new .left-container{
        width: 520px;

    }
    .contacts-new .contacts__item .double-wrap-map .map{
        width: 50%;
    }
    .contacts-new .link-img img{
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1024px) {
    .contacts-new .contacts-list, .contacts-new .double-wrap-map{
        flex-direction: column;
    }
    .contacts-new .contacts__item{
        flex-direction: column;
        align-content: space-around;
    }
    .contacts-new .link-img img{
        width: 100%;

    }

    .contacts-new .contacts__item .map{
        width: 100%;
        height: 300px;
    }
    .contacts-new .contacts__item .map__content{
        width: 100%;
        height: 300px;
    }
}
/* End */
/* /local/templates/komtorgtranse/css/contacts.css?17864507012032 */
