.contacts_map{
    margin-bottom: 48px;
}
.contacts_item{
    background: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 32px 28px 28px;
}
.contacts_item h4.section_title{
    margin-bottom: 20px;
}
.contacts_item-link, .contacts__schedule{
    margin-bottom: 12px;
    display: flex;
    align-items: flex-end;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #282830;
    white-space: nowrap;
}
.contacts_item-link:hover{
    text-decoration: none;
    color: #FF0022;
}
.contacts_item-link svg, .contacts__schedule svg{
    margin-right: 10px;

}
.contacts_item svg {
    width: 18px;
    min-width: 18px;
}
.contacts__schedule{
    margin-bottom: 0;
    padding-left: 35px;
}
.contacts__schedule span {
    min-width: 50px;
    display: inline-block;
}
.contacts__schedule time {
    margin-left: 10px;
}
.contacts__schedule-top{
    margin-bottom: 12px;
    padding-left: 0;
}



.contacts_item-custom .contacts__schedule span{
    min-width: auto!important;
}
.contacts_item-custom .contacts__schedule-border{
    padding-left: 0px;
    margin-left: 15px;
}
.contacts_item-custom .contacts__schedule-border:before {
    border-left: 1px solid #D1D1D1;
    content: '';
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}




@media (max-width: 767.98px) {
    .contacts__schedule {
        margin-bottom: 0;
        padding-left: 30px;
    }
    .contacts_item-custom .contacts__schedule-border:before {
        border: none;
    }
    .contacts__schedule-top {
        width: 100%!important;
    }
}
/*.ico_address_red:before {*/
    /*height: 24px;*/
    /*background-image: url(../../../img/toyota/ico-address_red.6034ceb5.svg)*/
/*}*/

/*.ico_address_red:before, .ico_tel_red:before {*/
    /*margin-right: .9375rem;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain*/
/*}*/

/*.ico_tel_red:before {*/
    /*background-image: url(../../../img/toyota/ico-tel_red.deacdd54.svg)*/
/*}*/

/*.ico_mail_red:before {*/
    /*width: 19px;*/
    /*height: 13px;*/
    /*background-image: url(../../../img/toyota/ico-mail_red.fd96fc07.svg)*/
/*}*/

/*.ico_clock_red:before, .ico_mail_red:before {*/
    /*margin-right: .9375rem;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain*/
/*}*/

/*.ico_clock_red:before {*/
    /*width: 21px;*/
    /*height: 21px;*/
    /*margin-top: .1875rem;*/
    /*background-image: url(../../../img/toyota/ico-clock_red.baefd5d5.svg)*/
/*}*/

/*.contacts__address {*/
    /*margin-top: .625rem;*/
    /*font-weight: 600;*/
    /*color: #212121*/
/*}*/

/*@media (max-width: 1199.98px) {*/
    /*.contacts__address {*/
        /*margin-bottom: 0*/
    /*}*/
/*}*/

/*.contacts__box {*/
    /*padding-top: 2.1875rem*/
/*}*/

/*@media (max-width: 1199.98px) {*/
    /*.contacts__box {*/
        /*padding-top: 1.25rem*/
    /*}*/
/*}*/

/*.contacts__box h3 {*/
    /*width: 100%*/
/*}*/

/*.contacts__contact, .contacts__schedule {*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex*/
/*}*/

/*.contacts__contact {*/
    /*float: left;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column*/
/*}*/

/*@media (max-width: 767px) {*/
    /*.contacts__contact {*/
        /*float: inherit*/
    /*}*/
/*}*/

/*.contacts__contact a {*/
    /*padding-top: 1.125rem;*/
    /*font-weight: 100;*/
    /*color: inherit*/
/*}*/

/*.contacts__schedule {*/
    /*-webkit-box-align: start;*/
    /*-ms-flex-align: start;*/
    /*align-items: flex-start;*/
    /*float: right;*/
    /*padding-top: 1.125rem;*/
    /*padding-right: 2.8125rem*/
/*}*/

/*@media (max-width: 767px) {*/
    /*.contacts__schedule {*/
        /*float: inherit*/
    /*}*/
/*}*/

/*.contacts__schedule ul {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none*/
/*}*/

/*.contacts__schedule li {*/
    /*padding-top: .3125rem*/
/*}*/

/*.contacts__schedule li:first-child {*/
    /*padding-top: 0*/
/*}*/

/*.contacts__schedule span {*/
    /*display: inline-block;*/
    /*width: 54px;*/
    /*font-weight: 100*/
/*}*/

/*.contacts__schedule time {*/
    /*font-weight: 100;*/
    /*color: #212121*/
/*}*/

/*.contacts iframe {*/
    /*width: 100%;*/
    /*height: 300px;*/
    /*margin-top: 1.25rem*/
/*}*/

