h1 {
font-weight: 500;
font-size: 36px;
}
.breads__container {
    padding-bottom: 0px;
}
.inform_dostavka_i_oplata {
    max-width: 1100px;
    margin: 20px auto;
}
.tab-cont {
    display: none;
}
.tab-cont.active {
    display: block;
}

.tabs-ct .tab-cont-in .content {
    width: 100%;
    margin-left: 0px;
}
.tabs-el {
    display: flex;
    justify-content: center;
}
.tabs-el .tab{
    padding: 12px 24px;
    margin: 0 10px;
    text-align: center;
    color: #1E1E1E;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    border-radius: 40px;
    border: solid 1px #f6f6f6;
}

.tabs-el .active { 
    background-color: #F4F8FA;
    border: solid 1px #89B5C5;
    color: #89B5C5;
    border-radius: 40px;
}

.tab-cont.active {
    display: block;
    padding: 50px 10px 0px 10px;
    max-width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
.tabs-el {
    display: block;
}

.tabs-el .tab {
    margin: 10px 10px;
}

}

.dp_item_text {
    padding: 0 24px;
    position: relative;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition: 0.4s;
}
.pressed .dp_item_text {
    padding: 24px;
    opacity: 1;
    height: auto;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition: 0.4s;
}
.dp_item_text:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #D5D8DA99;
    width: 100%;
    left: 0;
    top: 0;
}

.dp_item {
    border: 1px solid #D5D8DA99;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    background: white;
}
.dp_item_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.dp_item_text b{
    font-weight: 500;
}
.dp_item_tit_num {
    display: flex;
    align-items: center;
}
.dp_item_num {
    width: 28px;
    height: 28px;
    margin-right: 15px;

}
.dp_item_hti {
    color: #0a1a2f;
    font-size: 18px;
    font-weight: 500;
}
.dp_it_img {

}
.dp_it_img img {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition: 0.4s;
}

.pressed .dp_it_img img {
    transform: rotate(180deg);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition: 0.4s;
}


.act_nab_t_opl_dos b {
    font-size: 21px;
    padding-bottom: 13px;
    color: #FF837C;
    display: block;
    font-weight: 500;
}


.act_nab_t_opl_dos {
    padding: 10px 10px 0;
}