.custom_contacts {
    display: flex;
    justify-content: space-between;
}
.custom_contacts_left {
    width: 38%;
}
.custom_contacts_right {
    width: 60%;
}
.custom_contacts_wrap {
    margin-bottom: 20px;
}
.custom_contacts_title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: 'Inter', Arial, sans-serif;
}
.custom_contacts_item {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    padding-left: 27px;
    font-family: 'Inter', Arial, sans-serif;
    margin-bottom: 5px;
}
.custom_contacts_item a {
    text-decoration: none !important;
    color: #000000 !important;
    font-family: 'Inter', Arial, sans-serif;
}
.custom_contacts_item a:hover {
    text-decoration: underline !important;
}
.custom_contacts_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.custom_contacts_adres::before {
    background-image: url('https://static.tildacdn.com/tild6136-6431-4261-b136-356536313263/map.svg');
}
.custom_contacts_time::before {
    background-image: url('https://static.tildacdn.com/tild3261-3532-4236-a464-383938353264/time.svg');
}
.custom_contacts_phone::before {
    background-image: url('https://static.tildacdn.com/tild6332-6635-4262-b932-316537633631/phone.svg');
}
.custom_contacts_email::before {
    background-image: url('https://static.tildacdn.com/tild3862-3431-4465-b635-316133303535/mail.svg');
}

.breadcrumbs-container {
    max-width: 1238px !important;
    width: 100% !important;
}

.table_custom {
    width: 100%;
    margin: 20px 0;
}
.table_custom table {
    width: 100%;
    border-collapse: collapse;
}
.table_custom th {
    padding: 15px 15px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #969ba5;
}
.table_custom td {
    padding: 10px 15px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #969ba5;
}

    .footer_nav-item{
        list-style-type:none;

    }
    .contacts_container li{
        display: flex;
        justify-content: start;
        align-items: center;
        
    }
    .footer_start img{
        margin-right: 15px;
    }
    .footer_start{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .footer_nav-second li::marker{
        font-size:25px;
        color: #FCCC12;
    }
    .footer_nav-second .__yellow_color:not(:first-child){
        margin: 25px 0 15px 0;
    }
    .custom_wrap{
        padding: 0 15px !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        font-family: 'Inter', Arial, sans-serif !important;
    }
    .footer_wrap{
        padding: 0 15px !important;
        max-width: 1464px !important;
        margin: 0 auto !important;
        font-family: 'Inter', Arial, sans-serif !important;
    }
    .__yellow_color{
        color: #FCCC12 !important;
    }
    .m-15px-tb{
        margin: 15px 0;
    }
    .footer_start li{
        margin: 15px 0;
    }
    .footer_start{
        display: flex;
        justify-content: space-between;
    }

    .footer_end .custom_wrap{
        display: flex;
        justify-content: space-between;
        
    }
    .footer_end a{
        color: #2E2E2E !important;
    }
    .footer_down-left{
        padding:8px 0;
    }
    .footer_down-right{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer_down-left a{
        text-decoration: underline !important;
    }
    .footer_down-left p{
        margin: 0;
    }
    .footer_nav-second-item,.contacts_container li,.contacts_container li a ,.footer_nav-second a{
        color:#fff !important;
    }
    .footer_nav-items a{
        color:#FCCC12 !important;
    }
    .contacts_container li a{
        text-decoration: none;
    }
    .uc-opacity_0{
        max-width: 0% !important;
    opacity: 0 !important;
    width: 0% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    }
    .uc-opacity_0 .t214__blockimg{
                max-width: 0% !important;
    opacity: 0 !important;
    width: 0% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    }
    .footer_start li:hover{
        text-decoration: underline;
    }
    
      @media (max-width: 990px) {
          .footer_start{
              margin: 0 auto;
    max-width: 320px;
    flex-direction: column;
          }}
      

@media (max-width:991px) {
    .custom_contacts {
        flex-direction: column;
    }
    .custom_contacts_left {
        width: 100%;
        margin-bottom: 15px;
    }
    .custom_contacts_right {
        width: 100%;
    }
    .table_custom th {
        padding: 10px 5px;
        font-size: 16px;
    }
    .table_custom td {
        padding: 10px 5px;
        font-size: 14px;
    }
}
@media (max-width:575px) {
    .table_custom th {
        font-size: 14px;
    }
    .table_custom td {
        font-size: 12px;
    }
}
@media (max-width:450px) {
    .custom_contacts_title {
        font-size: 18px;
    }
    .custom_contacts_item,
    .custom_contacts_item a {
        font-size: 15px;
    }
    .custom_contacts_item {
        padding-left: 22px;
    }
    .custom_contacts_item::before {
        width: 16px;
        height: 16px;
        top: 2px;
    }
}