.breadcrumbs a.breadcrumbs__item, .breadcrumbs span{
    font-size: 15px;
    line-height: 18px;
    font-family: Gilroy;
    text-decoration: none;
}
.breadcrumbs a.breadcrumbs__item{
    color: #181818;
}
.breadcrumbs .breadcrumbs__item.breadcrumbs__item--span span{
    color: #C8C8C8;
}
.page, .page *{
    font-family: Gilroy;
}
.page{
    margin-bottom: 80px;
}
h1.title-bordered{
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    color: #181818;
    margin-bottom: 45px;
    border: none;
    font-family: Gilroy;
    float: left;
}
.page-title,
.page-title h1{
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #181818;
    position: relative;
    display: inline-block;
}

.flex-block_text .strong.colorst, .strong.colorst{
    color: #787878;
}
.hint-text{
    background: url("/images/1828749_1.png") no-repeat;
    position: absolute;
    width: 34px;
    height: 34px;
    right: -50px;
    top: 0px;
    cursor: pointer;
}
.hint-descr{
    display: none;
    position: absolute;
    box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 30px;
    background: #fff;
    width: 730px;
    top: 50px;
}
.hint-descr__text{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}
.hint-descr__text:nth-child(1){
    color: #787878;
}
.hint-descr__text:nth-child(2), .hint-descr__text:nth-child(3){
    color: #181818;
}
.hint-descr__text:nth-child(2){
    font-weight: bold;
}
.hint-text:hover{
    background: url("/images/1828749_2.png") no-repeat;
}
.hint-text:hover + .hint-descr{
    display: block;
}
.h1-text{
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    color: #181818;
    /* margin-bottom: 45px; */
    border: none;
    font-family: Gilroy;

}


.tabs-text > div{
    display: none;
}
.tabs-text > div.active-tab{
    display: block;
}
.page p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #787878;
}
.mb-4{
    margin-bottom: 40px;
}

.flex-block_info {
    display: flex;
}

.flex-block_text .strong{
    color: #181818;
}

.flex-block_text {
    padding: 28px 40px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
    color: #787878;
    width: 100%;

}
.flex-block_text.text_p0 {
    padding: 0;
}
.flex-block_text.border_text {
    border: 1px solid #E1E1E1;
    border-radius: 7px;

}
.flex-block_item:first-child{
    margin-right: 25px;
}
.info-regions{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.info-regions__item{
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    padding: 30px 40px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    color: #181818;
    /* width: calc(33% - 20px); */
}
.info-regions__item:nth-child(1){
    width: calc(25% - 10px);
}
.info-regions__item:nth-child(2), .info-regions__item:nth-child(3){
    width: calc(37% - 10px);
}
.prices{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.city-price{
    background: #F3F3F3;
    border: 1px solid #FFFFFF;
    border-radius: 7px 0 0 7px;
    padding: 30px; 
    box-sizing: border-box;
    max-width: 335px;
    width: 100%;

}
.city-price:nth-child(1){
    margin-right: 5px;
}
.city-price:nth-child(2){
    border-radius: 0px 7px 7px 0px;
    margin-right: 50px;
}
.price-info__text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #181818;
}
.price-info__text p:nth-child(1){
    margin-bottom: 25px;
}
.price-info__text a{
    font-weight: bold;
    text-decoration: none;
    border: none;
}
.price-info__text p .strong{
    color: #181818;
}
.price-info__text p.colorinfo{
    color: #787878;
}
.city-price__item{
    display: flex;
    justify-content: space-between;
}
.city-price__name{
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #787878;
}
.city-price__price{
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    color: #181818;
}
.notes-block{
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.notes-block__img{
    margin-bottom: 15px;
}
.notes-block__text{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #181818;
    width: 50%;
}
.tabs-deliv_custom h1 {
    line-height: 0;
    margin-bottom: 0;
}
.tabs-deliv_custom {
    margin-top: 26px;
    margin-bottom: 48px;
    display: flex;
}
.tabs-deliv_custom > div {
    border-radius: 7px;
    border: 1px solid #E1E1E1;
    padding: 16px 20px; 
    margin-right: 18px;
    cursor: pointer;
}
.tabs-deliv_custom > div.active-tab {
   border: 2px solid #399;  
}

.tabs-deliv_custom > div.active-tab > p,
.tabs-deliv_custom .span,
.tabs-deliv_custom > div{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    
}
.tabs-deliv_custom > div.active-tab > p,
.tabs-deliv_custom div.active-tab .span {
    color: #399;
}
.tabs-deliv_custom .span {
    display: inline;
    

}
.flex-block_info.mb-28 {
    margin-bottom: 28px;

}
.text.background_car {
    background: url('/images/delivery_car.png') no-repeat;
    background-position: right 34% bottom;

}
.tabs-deliv_custom.krasnodar-tab > div,
.tabs-deliv_custom.krasnodar-tab p {
    display: inline;
    margin-right: 7px;
    margin-left: 0;
}
.deliv_page .linck a {
    margin-bottom: 6px;
    display: block;
}
.deliv_page .linck a,
.flex-block_info_krasnodar .flex-block_item a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #339999;
    border-bottom: none;
}
.deliv_page .linck{
    margin-bottom: 48px;
    margin-top: 16px;
}
.flex-block_info_krasnodar .flex-block_item {
    width: 40%;
}
.tabs-deliv_custom .regions-link {
    margin-left: 0;

}
@media (max-width:1277px){
    .text.background_car{
        background-position: right 20% bottom;
    }

}
@media (max-width:1287px){
    .text.background_car{
        background-position: right 10% bottom;
    }
    .flex-block_info_krasnodar .flex-block_item {
      width: auto;
    }

}
@media (max-width:973px){
    .text.background_car{
        background-position: right bottom;
    }

}

@media (max-width: 1180px){
    .prices{
        flex-wrap: wrap;
    }
    .price-info{
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .city-price:nth-child(2){
        margin-right: 0px;
    }
    .city-price{
        max-width: 100%;
        width: calc(50% - 10px);
    }
    .info-regions__item:nth-child(1), .info-regions__item:nth-child(2), .info-regions__item:nth-child(3){
        width: calc(33% - 10px);
    }
}

@media (max-width: 900px){
    .text.background_car{
        background:none;
    }
    .flex-block_info{
        flex-direction: column;
    }
    .flex-block_item.mb-4{
        margin-bottom: 16px;
    }
    .flex-block_item:first-child {
        margin-right: 0;
    }
    .info_map .flex-block_item:first-child {
        margin-bottom: 10px;
    }
    .flex-block_info {
        margin-bottom: 40px
    }
    .info_map .flex-block_item:first-child .flex-block_text.text_p0 br{
        display: none;
    }
    .deliv_page .mb-4{
        margin-bottom: 10px
    }
    .deliv_page .text {
        margin-bottom: 40px;
    }
    .info_map .flex-block_info.mb-28{
        margin-bottom: 20px

    }
}
@media (max-width: 800px){
    .info-regions{
        flex-direction: column;
    }
    .info-regions__item:nth-child(1), .info-regions__item:nth-child(2), .info-regions__item:nth-child(3){
        width: 100%;
    }
    .info-regions__item{
        margin-bottom: 20px;
    }
    .info-regions__item:last-child{
        margin-bottom: 0px;
    }

    .tabs-deliv_custom{
        flex-direction: column;
    }
    .tabs-deliv_custom > div {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .tabs-deliv_custom .regions-link {
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .hint-descr{
        width: 500px;
    }
    .prices{
        align-items: initial;
    }
    .notes-block__text{
        width: 100%;
    }
}
@media (max-width: 700px){
    .prices{
        flex-direction: column;
    }
    .city-price{
        width: 100%;
        border-radius: 7px 7px 0 0px;
    }
    .city-price:nth-child(1){
        margin-right: 0px;
    }
    .city-price:nth-child(2){
        border-radius: 0px 0px 7px 7px;
    }
}
@media (max-width: 600px){

    .deliv_page .text br{
        display: none;

    }

    .page-title{
        font-size: 20px;
    }
    .page{
        margin-bottom: 50px;
    }
    .hint-descr{
        font-size: 14px;
        width: 400px;
    }
}
@media (max-width: 500px){
    .tabs-deliv_custom.krasnodar-tab .flex-block_text.border_text {
        font-size: 16px;
    }
    .tabs-deliv_custom.krasnodar-tab .piter_linck {
        display: block;
    }
    .deliv_page .linck a {
      font-size: 16px;
      line-height: 20px;
    }
    .info_map .flex-block_item .flex-block_text{
        line-height: 28px;
    }
    .deliv_page .text p {
        font-size: 15px;
    }
    .deliv_page .page-title {
        font-size: 24px;
        margin-bottom: 20px
    }
    .tabs-deliv_custom > div {
        display: block;
    }
    .tabs-deliv_custom {
        margin-bottom: 20px;
    }
    .hint-descr{
        width: 300px;
        padding: 10px;
    }
    .h1-text{
        margin-bottom: 20px;
    }
    .city-price__price, .city-price__name{
        font-size: 16px;
    }
}