.deliveryPage__container img {
  margin-left: 0;
}

.deliveryPage__container {
    padding: 0 30px 90px;
}
.deliveryPage__container h1 {
    margin-top: 25px;
    margin-bottom: 42px;
}
.deliveryPage__container .h1 {
    margin-top: 0;
    margin-bottom: 30px;
}
.deliveryPage__container h1,
.deliveryPage__container .h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.02em;

    color: #000000;
}
.customTabs__navs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.customTabs__navs-item {
    padding: 19px 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    background-color: transparent;
    border-radius: 5px 5px 0px 0px;
    color: #434750;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.customTabs__navs-item.active {
    color: #C13032;
    background: #E7E8EB;
}
.customTabs__navs-item:hover {
    color: #C13032;
}
.customTabs__row {
    padding: 30px;
    background-color: #E7E8EB;
}
.customTabs__row:last-child {
    border-radius: 0 0 5px 5px;
}
.customTabs__row:nth-child(even) {
    background-color: #DADADA;
}
.customTabs__item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 23px;
}
.customTabs__item-header img {
    margin-right: 5px;
}
.customTabs__item-header span {
    display: inline-block;
    margin-left: 5px;
    color: #C13032;
}
.customTabs__item-body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.customTabs__info:not(:last-child) {
    margin-right: 30px;
}
.customTabs__info-header {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;

    color: #000000;
    margin-bottom: 10px;
}
.customTabs__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.customTabs__list ul li {
    position: relative;
    padding-left: 18px;
}
.customTabs__list ul li::before {
    content: '' !important;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url("img/li.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 !important;
}
.customTabs__row.customTabs__details {
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #434750;
}
.customTabs__block-big .customTabs__item-header {
    margin-top: 25px;
}
.customTabs__block-big .customTabs__row.customTabs__details {
    padding-top: 0;
    background-color: #E7E8EB;
}
.customTabs__row.customTabs__details div:not(:last-child) {
    margin-bottom: 7px;
}
.customTabs__block {
    display: none;
}
.customTabs__block.active {
    display: block;
}
.customTabs__container {
    margin-bottom: 20px;
}
.customTeaser__item {
    padding: 25px 30px;
    background-color: #E7E8EB;
}
.customTeaser__item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.customTeaser__title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;

    color: #000000;
}
.customTeaser__img {
    margin-right: 14px;
}
.customTeaser__title a {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #C13032;
    transition: all .25s ease-in-out;
    color: #C13032;
    width: max-content;
}
.customTeaser__title a:hover {
    border-color: transparent;
}
.deliveryPage__container .customTeaser__container {
    margin-bottom: 45px;
}
.customText__title.customText__with-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 25px;
}
.customText__title.customText__with-img img {
    margin-right: 13px;
}
.customText__detail {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #434750;
}
.customText__detail p {
    margin-bottom: 20px;
    color: #434750;
}
.customText__container {
    margin-bottom: 48px;
}
.customText__detail b {
    display: block;
    width: max-content;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000000;
}
.customText__banner {
    padding: 30px;
    background-color: #E7E8EB;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #434750;
    margin: 27px 0;
}
.customSide__notification {
    position: relative;
    padding: 25px 30px;
    background: #E7E8EB;
}
.customSide__notification:not(:last-child) {
    margin-bottom: 10px;
}
.customSide__notification-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #434750;
}
.customSide__notification.notification-red {
    background-color: #C13032;
}
.customSide__notification.notification-red .customSide__notification-title {
    color: white;
}
.customSide__notification img {
    position: absolute;
    right: 9px;
    bottom: 0;
}
.customSide__notification-body {
    margin-top: 22px;
}
.customSide__notification-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.customSide__notification-contact:not(:last-child) {
    margin-bottom: 10px;
}
.customSide__notification-contact img {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
}
._popUpBlock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
._popUpBlock ._popUpIcon {
    margin-left: 7px;
    cursor: pointer;
}
._popUpBlock ._popUpBubble {
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
    position: absolute;
    padding: 20px;
    background-color: white;
    font-size: 14px;
    font-weight: normal;
    width: 470px;
    z-index: 9;
    bottom: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.13);
}
._popUpBlock.active ._popUpBubble {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}
._popUpBlock ._popUpBubble::after {
    content: '';
    position: absolute;
    left: 73px;
    bottom: -7px;
    width: 20px;
    height: 20px;
    background-color: white;
    transform: rotate(45deg);
}
.customSide__container {
    width: 100%;
}

@media(max-width: 1199px) {
    .customTabs__navs-item {
        font-size: 19px;
    }
    .customTabs__info:not(:last-child) {
        margin-right: 15px;
    }
    .customTabs__item-header,
    .customTabs__info-header,
    .customTabs__item {
        font-size: 15px;
    }
    .customSide__notification-title {
        font-size: 20px;
    }
    .deliveryPage__container {
        padding: 0 15px 90px;
    }
}
@media(max-width: 991px) {
    .customTabs__navs-item {
        font-size: 18px;
        /*padding: 19px 8px;*/
        /*width: aut;*/
    }
    .customSide__container {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin: 0 -15px;
    }
    .customSide__notification {
        width: 50%;
        margin: 0 15px;
        min-height: 178px;
    }
    .customSide__notification:not(:last-child) {
        margin-bottom: 0;
    }
    .deliveryPage__container h1 {
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    .customTabs__navs-wrap {
        overflow: auto;
    }
    .customTabs__navs-wrap::-webkit-scrollbar {
        display: block;
        height: 4px;
    }
    .customTabs__navs-wrap::-webkit-scrollbar-track {
      background: rgba(0,0,0,0.03);
    }
    .customTabs__navs-wrap::-webkit-scrollbar-thumb {
        background-color: #c12f32;
        border-radius: 6px;
    }
    .customTabs__navs {
        width: max-content;
    }
    .customTabs__navs-item {
        padding: 14px 20px;
    }
    .customTabs__row {
        padding: 20px 15px 40px;
    }
    .customTabs__info:not(:last-child) {
        margin-right: 20px;
    }
    .customTabs__row .col-xs-12:not(:last-child) .customTabs__item {
        margin-bottom: 25px;
    }
    .customTabs__item-header {
        margin-bottom: 18px;
    }
    .deliveryPage__container .customTeaser__container {
        margin-bottom: 35px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .deliveryPage__container .customTeaser__container .customTeaser__item {
        margin-bottom: 10px;
        padding: 20px 15px;
    }
    .customText__title.customText__with-img {
        flex-direction: column;
        align-items: flex-start;
    }
    .customText__title.customText__with-img img {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .deliveryPage__container {
        overflow: hidden;
    }
    .customTabs__container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .customText__banner {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px;
    }
    .customSide__container {
        flex-wrap: wrap;
    }
    .customSide__notification {
        width: 100%;
        min-height: auto;
    }
    .customSide__notification:not(:last-child) {
        margin-bottom: 10px;
    }
}
