/* css */
/* style page */
body {
	overflow-x: hidden;
}
.container {
    max-width: 1408px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.header-box {
    position: relative;
    margin-bottom: 155px;
}
.header-box::before {
    position: absolute;
    content: "";
    background-image: url('img/bg-header.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    top: 0;
    left: 50%;
    margin-top: -220px;
    transform: translateX(-50%);
    display: block;
    width: 100vw;
    height: 100%;
    min-height: 460px;
}
.header-box .header__title {
    position: relative;
    margin-top: 65px;
    font-weight: bold;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.005em;
    color: #fff;
    z-index: 6;
}

.delivery {
    margin-bottom: 55px;
}
.delivery__tabs {
    margin: 0 auto;
    max-width: 62%;
    margin-bottom: 57px;
}
.tabs-btn__inner {
    display: flex;
    justify-content: space-between;
}
.tabs-btn__item {
    padding-bottom: 19px;
    border: none;
    border-bottom: 3px solid #c4c4c4;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
}
.tabs-btn__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.005em;
    color: #333;
}
.tabs-btn__item.btn-active .tabs-btn__title,
.tabs-btn__item:hover .tabs-btn__title {
    color: #000066;
}
.tabs-btn__item.btn-active,
.tabs-btn__item:hover {
    border-bottom: 3px solid #000066;
}
.tabs-btn--right {
    text-align: right;
}

.delivery__content {
    position: relative;
}
.delivery__step-wrapper {
    position: relative;
    min-height: 180px;
    margin-bottom: 75px;
}
.delivery__step-inner {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    margin-left: 50%;
    padding-bottom: 75px;
    transform: translate(-50%);
}
.delivery__step-inner.tab-active {
    opacity: 1;
}
.step-item-1 {
    opacity: 1;
}
.step-item-2 {
    opacity: 0;
}
.step-inner {
    position: relative;
    text-align: center;
    min-width: 164px;
}
.step-inner__box {
    position: relative;
    width: 96px;
    height: 96px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 19px;
}
.step-1 .step-inner__box svg {
    margin-left: -6px;
    margin-top: 3px;
}
.step-4 .ico-punkt svg {
    margin-left: 14px;
}
.step-inner .step-ico {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3px;
    right: -3px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000066;
    border-radius: 100%;
}
.step-inner+.step-inner {
    margin-left: 55px;
}
.delivery__step-inner::before {
    position: absolute;
    content: "";
    background-image: url('img/line-dashed.svg');
    width: 87%;
    height: 3px;
    top: 47px;
}

.delivery__content-item {
    display: none;
}
.delivery__content-item.content-active {
    display: block;
}
.delivery__description-wrapper {
    margin-bottom: 45px;
    color: #333333;
}
.delivery__description-item {
    width: 100%;
    min-height: 395px;
    display: flex;
    padding-left: 35px;
    justify-content: space-between;
    background: linear-gradient(93.67deg, rgba(235, 234, 234, 0.5) 0%, rgba(41, 146, 217, 0.15) 100%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.18);
    border-radius: 9px;
}
.delivery__description-item.delivery__cdek,
.delivery__description-item.delivery__pochta,
.delivery__description-item.delivery__cdek,
.delivery__description-item.delivery__cit,
.delivery__description-item.delivery__free,
.delivery__description-item.delivery__dpd {
    padding-left: 15px;
}
.delivery__description-item.delivery__cdek {
    background: linear-gradient(93.67deg, rgba(235, 234, 234, 0.5) 0%, rgba(182, 209, 105, 0.5) 100%);
}
.delivery__description-item.delivery__pochta {
    background: linear-gradient(93.67deg, rgba(235, 234, 234, 0.5) 0%, rgba(121, 125, 125, 0.5) 100%);
}
.delivery__description-item.delivery__boxberry {
    background: linear-gradient(93.67deg, rgba(235, 234, 234, 0.5) 0%, rgba(226, 24, 75, 0.33) 100%);
}
.delivery__description-item.delivery__cit {
    background: linear-gradient(93.67deg, rgba(235, 234, 234, 0.5) 0%, rgba(41, 146, 217, 0.135) 100%);
}
.delivery__description-item.delivery__free {
    background: linear-gradient(93.67deg, rgba(141, 369, 170, 10.5) 0%, rgba(41, 104, 217, 0.135) 100%);
}
.delivery__description-item.delivery__dpd {
    background: linear-gradient(93.67deg, rgba(169, 0, 55, 0.33) 0%, rgba(169, 0, 55, 0.15) 100%);
}

.delivery__description-item:not(:last-child) {
    margin-bottom: 80px;
}
.description-item__img {
    max-width: 380px;
    max-height: 394px;
    /*margin-left: 60px;*/
}
.description-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.delivery__cit .description-item__img,
.delivery__free .description-item__img,
.delivery__boxberry .description-item__img,
.delivery__pochta .description-item__img,
.delivery__cdek .description-item__img, 
.delivery__dpd .description-item__img{
    margin-top: 60px;
    max-width: 425px;
    max-height: 288px;
    /*margin-left: 25px;*/
}

.description-item__sale_dpd{
    letter-spacing: 0.005em;
    width: 236px;
    font-size: 18px;
    line-height: 25px;
}

.description-item__desc {
    display: flex;
    flex-direction: column;
    padding: 43px 15px 27px 10px;
    max-width: 508px;
}
.description-item__title {
    position: relative;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 40px;
}
.description-item__title a {
    color: #333333;
    transition: all 0.6s;
}
.description-item__title a:hover {
    color: #000066;
}
.delivery__cit .description-item__title,
.delivery__free .description-item__title,
.delivery__boxberry .description-item__title,
.delivery__cdek .description-item__title, 
.delivery__dpd .description-item__title{
    padding-left: 162px;
}
.delivery__pochta .description-item__title {
    padding-left: 135px;
}
.delivery__cit .description-item__title {
    padding-left: 90px;
}
.delivery__free .description-item__title {
    padding-left: 90px;
}
.delivery__cit .img-min,
.delivery__free  .img-min,
.delivery__boxberry .img-min,
.delivery__pochta .img-min,
.delivery__cdek .img-min,
.delivery__dpd .img-min {
    position: absolute;
    top: -2px;
    left: 0;
}
.delivery__boxberry .img-min {
    top: 0;
}
.delivery__pochta .img-min {
    top: -8px;
}
.delivery__cit .img-min {
    top: -6px;
}
.delivery__free .img-min {
    top: -6px;
}
.delivery__dpd .img-min {
    top: 0;
}
.description-item__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    margin-bottom: 65px;
}
.delivery__cdek .description-item__text {
    margin-bottom: 45px;
}
.delivery__cit .description-item__text,
.delivery__free .description-item__text,
.delivery__boxberry .description-item__text,
.delivery__pochta .description-item__text, 
.delivery__dpd .description-item__text,{
    margin-bottom: 15px;
}
.description-item__time {
    display: flex;
    justify-content: space-around;
    margin-top: auto;
    margin-bottom: 30px;
}
.description-item__sale {
    position: relative;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.005em;
    width: 236px;
}
.description-item__sale_dpd {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.005em;
    width: 236px;
}
.delivery__boxberry .description-item__sale,
.delivery__pochta .description-item__sale {
    font-size: 18px;
    line-height: 25px;
}
.description-item__sale::after {
    position: absolute;
    content: "";
    background-image: url('img/ico-line-2.svg');
    width: 237px;
    height: 35px;
    bottom: -35px;
    left: -18px;
}
.description-item__sale_dpd::after {
    position: absolute;
    content: "";
    background-image: url('img/ico-line-kce.svg');
    width: 237px;
    height: 35px;
    bottom: -35px;
    left: -18px;
}
.delivery__cdek .description-item__sale::after {
    background-image: url('img/ico-line-cdek.svg');
}
.delivery__pochta .description-item__sale::after {
    background-image: url('img/ico-line-pochta.svg');
}
.delivery__boxberry .description-item__sale::after {
    background-image: url('img/ico-line-boxberry.svg');
}
.delivery__cit .description-item__sale::after {
    background-image: url('img/ico-line-pochta.svg');
}
.delivery__free .description-item__sale::after {
    background-image: url('img/ico-line-pochta.svg');
}
.delivery__dpd .description-item__sale::after {
    background-image: url('img/ico-line-kse.svg');
}
.description-item__day {
    position: relative;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.005em;
}
.description-item__day span {
    margin-left: 45px;
}
.description-item__day::before {
    position: absolute;
    content: "";
    background-image: url('img/clock.svg');
    width: 33px;
    height: 33px;
    top: 5px;
    left: -3px;
}
.description-item__list {
    position: relative;
    padding: 50px 10px 0 20px;
    max-width: 308px;
}
.delivery__cdek .description-item__list,
.delivery__pochta .description-item__list,
.delivery__boxberry .description-item__list,
.delivery__cit .description-item__list,
.delivery__free .description-item__list,
.delivery__dpd .description-item__list{
    max-width: 322px;
}
.description-item__list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 215px;
    top: 23%;
    left: 0;
    background-color: rgba(71, 80, 84, 0.466);
}
.pickup-list__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.005em;
    margin-bottom: 25px;
}
.pickup-list__list li::before {
    display: none;
}
.pickup-list__list  {
    padding-left: 20px;
    list-style: none;
    list-style-image: url('img/li-marker.svg');
}
.pickup-list__list li {
    padding-left: 8px;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.005em;
    margin-bottom: 10px;
}
.pickup-list__list li span {
    font-weight: bold;
    font-style: normal;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 0.005em;
}
.sale-ru {
    position: relative;
}
.sale-ru::before {
    position: absolute;
    content: "";
    background-image: url('img/sale-ru.svg');
    width: 28px;
    height: 31px;
    top: 6px;
    left: 15px;
}
.delivery__boxberry .sale-ru::before,
.delivery__pochta .sale-ru::before {
    display: none;
}
.sale-express {
    margin-left: 10px;
}

.delivery__table {
    margin-bottom: 50px;
}
.table-mobile {
    display: none;
}
.delivery__table-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.005em;
    margin-bottom: 15px;
    text-align: center;
}
.delivery__table-text {
    margin: 0 auto;
    width: 70%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.005em;
    margin-bottom: 35px;
}

.table-wrapper {
    overflow-x: auto;
}
.delivery__table .table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
}
.delivery__table .table td {
    padding: 10px 10px;
    border: 1px solid #e6e6e6;
    color: #475054;
    text-align: center;
	vertical-align: middle;
}
.delivery__table .table>tr>td,
.delivery__table .table>tbody>tr>td {
    text-align: center;
	vertical-align: middle;
}
.delivery__table .table td {
    padding: 15px 10px;
}
.delivery__table .table-mobile .table td {
    padding: 10px 10px;
}
.delivery__table .table th {
    font-size: 14px;
}
.delivery__table .table td {
    font-size: 13px;
}
.delivery__table .table .table-tr td,
.delivery__table .table .table-td {
    background-color: rgba(221, 217, 217, 0.438);
}
.delivery__table .table td.table-tr-2 {
    text-align: left;
    background-color: rgba(221, 217, 217, 0.897);
}
.delivery__table .table .table-td {
    font-weight: bold;
    text-align: left;
}
.delivery__table .table td,
.delivery__table td.table-th-1 {width: 156px;}
.delivery__table td.table-th-2 {width: 144px;}
.delivery__table td.table-th-3 {width: 211px;}
.delivery__table td.table-th-4 {width: 211px;}
.delivery__table td.table-th-5 {width: 114px;}
.delivery__table td.table-th-6 {width: 234px;}
.delivery__table td.table-th-7 {width: 225px;}
.delivery__table td.table-th-8 {width: 276px;}
.delivery__table td.table-td-8 {
    text-align: left;
}
.delivery__table td.table-th-1 {font-weight: bold;}
.delivery__table td.table-th-2 {font-weight: bold;}
.delivery__table td.table-th-3 {font-weight: bold;}
.delivery__table td.table-th-4 {font-weight: bold;}
.delivery__table td.table-th-5 {font-weight: bold;}
.delivery__table td.table-th-6 {font-weight: bold;}
.delivery__table td.table-th-7 {font-weight: bold;}
.delivery__table td.table-th-8 {font-weight: bold;}
.delivery__table td.td-8-1 {
    text-align: center;
	font-weight: normal;
}
.td-1-1 {
    font-weight: bold;
}
.table-mobile .table {
    margin-bottom: 30px;
}

.rules-box {
    font-family: 'Roboto', sans-serif;
    display: flex!important;
    justify-content: space-between;
    align-items: center;   
    background-color: #0055a5;
    padding: 18px 20px;
    cursor: pointer;
}
.rules-box__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 25px;
}
.rules-box__btn {
    padding-right: 22px;
    padding-left: 25px;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.btn-down,
.btn-app {
    position: relative;
}
.btn-down::after,
.btn-app::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('img/arrow-btn-app.svg');
    top: 3px;
    right: 0;
}
.btn-down::after {
    background-image: url('img/arrow-btn-down.svg');
}
.rules-box__line {
    position: relative;
    flex-grow: 1;
}
.rules-box__line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}
.rules-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.rules-content.show {
    
}
.rules-content h2 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0.005em;
}
.rules-content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
}
.rules-content h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.delivery__btn-sale {
    margin-top: 55px;
    text-align: center;
}
.delivery__btn-sale .btn-sale {
    padding: 11px 20px;
    border: 1px solid #000066;
    border-radius: 3px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #000066;
    transition: all 0.6s;
}
.delivery__btn-sale .btn-sale:hover {
    color:#FFFFFF;
    background-color: #000066;
}

/* media */
@media screen and (max-width: 1300px) {
    .delivery__cdek .description-item__list, .delivery__pochta .description-item__list, .delivery__boxberry .description-item__list, .delivery__cit .description-item__list, .delivery__free .description-item__list {
        max-width: 280px;
    }
    .pickup-list__list li {
        font-size: 15px;
    }
    .description-item__title {
        font-size: 23px;
        margin-bottom: 35px;
    }
    .description-item__time {
        margin-bottom: 23px;
    }
    .description-item__desc {
        max-width: 450px;
    }
    .description-item__day {
        font-size: 26px;
    }
    .description-item__sale {
        font-size: 26px;
    }
    .delivery__cit .delivery__free .description-item__img, .delivery__boxberry .description-item__img, .delivery__pochta .description-item__img, .delivery__cdek .description-item__img {
        max-width: 330px;
        max-height: 240px;
    }
}
@media screen and (max-width: 1180px) {
    .header-box .header__title {
        font-size: 32px;
    	line-height: 43px;
    }
    .pickup-list__title {
        margin-bottom: 14px;
    }
    .step-inner+.step-inner {
        margin-left: 40px;
    }
    .delivery__description-item {
        min-height: 306px;
    }
    .description-item__list::before {
        top: 20%;
    }
    .delivery__step-inner::before {
        width: 109%;
    }
    .description-item__img {
        max-height: 305px;
    }
    .description-item__list {
        max-width: 230px;
        padding: 28px 10px 0 20px;
    }
    .delivery__cdek .description-item__list, .delivery__pochta .description-item__list, .delivery__boxberry .description-item__list, .delivery__cit .description-item__list, .delivery__free .description-item__list {
        max-width: 240px;
    }
    .description-item__desc {
        padding: 23px 15px 27px 10px;
    }
    .pickup-list__list li {
        font-size: 13px;
        line-height: 20px;
    }
    .description-item__title {
        font-size: 21px;
        margin-bottom: 13px;
    }
    .description-item__text {
        margin-bottom: 8px;
        font-size: 15px;
    }
    .description-item__desc {
        max-width: 415px;
    }
    .description-item__day {
        font-size: 23px;
    }
    .description-item__sale {
        font-size: 23px;
    }
    .delivery__cit .description-item__img, .delivery__free .description-item__img, .delivery__boxberry .description-item__img, .delivery__pochta .description-item__img, .delivery__cdek .description-item__img {
        max-width: 330px;
        max-height: 200px;
    }
    .delivery__cit .description-item__img, .delivery__free .description-item__img, .delivery__boxberry .description-item__img, .delivery__pochta .description-item__img, .delivery__cdek .description-item__img {
        margin-top: 88px;
    }
    .description-item__day span {
        margin-left: 0px;
    }
    .description-item__day::before {
        left: -48px;
    }
    .tabs-btn__title {
        font-size: 20px;
    }

}
@media screen and (max-width: 1024px) {
    .header-box .header__title {
        font-size: 24px;
    }
    .tabs-btn__title {
        font-size: 20px;
    }
    .step-inner__box {
        width: 80px;
        height: 80px;
    }
    .step-1 .step-inner__box svg {
        width: 45px;
    }
    .step-2 .step-inner__box svg {
        width: 35px;
    }
    .step-3 .step-inner__box svg {
        width: 38px;
    }
    .step-4 .step-inner__box svg {
        width: 45px;
    }
    .step-5 .step-inner__box svg {
        width: 35px;
    }
    .step-inner {
        min-width: 140px;
    }
    .step-inner .step-ico {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    .step-inner__text {
        font-size: 20px;
    }
    .step-inner__text {
        font-size: 14px;
    }
    .delivery__step-inner::before {
        width: 106%;
        top: 40px;
    }
    .pickup-list__list li {
        font-size: 13px;
        line-height: 21px;
    }
    .description-item__list,
    .delivery__cdek .description-item__list, 
    .delivery__pochta .description-item__list, 
    .delivery__boxberry .description-item__list, 
    .delivery__free .description-item__list, 
    .delivery__cit .description-item__list {
        display: none;
    }
    .img-min {
        display: none;
    }
    .delivery__pochta .description-item__title,
    .delivery__cit .description-item__title,.delivery__free .description-item__title, .delivery__boxberry .description-item__title, .delivery__cdek .description-item__title {
        padding-left: 0;
    }
    .description-item__title {
        margin-bottom: 20px;
    }
    .description-item__desc {
        padding: 19px 15px 27px 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .step-inner {
        min-width: 130px;
    }
    .step-inner+.step-inner {
        margin-left: 15px;
    }
    .delivery__step-inner::before {
        top: 41px;
    }
	.delivery__tabs {
		margin: 0 auto;
		max-width: 78%;
		margin-bottom: 57px;
	}
}
@media screen and (max-width: 767px) {
    .header {
        min-height: 181px;
        margin-bottom: 0;
    }
    .header-box::before {
        background-size: 183%;
		background-image: url('img/bg-header-mobile.png');
		background-size: cover;
    }
    .header-box .header__title {
        margin-top: 0px;
        font-size: 22px;
        line-height: 30px;
    }
    .delivery__tabs {
        min-width: 77%;
    }
    .tabs-btn__title {
        font-size: 19px;
    }
    .step-inner__box {
        width: 62px;
        height: 62px;
    }
    .step-1 .step-inner__box svg {
        width: 35px;
    }
    .step-2 .step-inner__box svg {
        width: 27px;
    }
    .step-3 .step-inner__box svg {
        width: 29px;
    }
    .step-4 .step-inner__box svg {
        width: 39px;
    }
    .step-5 .step-inner__box svg {
        width: 30px;
    }
    .step-inner .step-ico {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .step-inner {
        min-width: 130px;
    }
    .step-inner+.step-inner {
        margin-left: 17px;
    }
    .delivery__step-wrapper {
        margin-bottom: 20px;
    }
    .delivery__step-inner::before {
        top: 30px;
    }
    .description-item__img img {
        height: 85%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .description-item__title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 25px;
    }
    .description-item__text {
        font-size: 14px;
        line-height: 19px;
    }
    .delivery__description-item {
        padding-left: 5px;
        min-height: 297px;
    }
    .description-item__img img {
        height: 100%;
    }
    .description-item__day,
    .description-item__sale {
        font-size: 18px;
        line-height: 25px;
    }
    .description-item__day span {
        margin-right: 35px;
    }
    .description-item__day::before {
        top: -3px;
    }
    .description-item__sale::after {
        background-repeat: no-repeat;
        background-size: contain;
        width: 168px;
    }
    .description-item__day::before {
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        left: -35px;
        top: 1px;
    }
    .sale-ru::before {
        background-image: url('img/sale-ru.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        top: 0px;
        left: 15px;
    }
    .description-item__desc {
        max-width: 390px;
    }
    .delivery__cit .description-item__img, .delivery__free .description-item__img, .delivery__boxberry .description-item__img, .delivery__pochta .description-item__img, .delivery__cdek .description-item__img {
        margin-top: 25px;
    }
    .delivery__table-title {
        font-size: 18px;
        line-height: 25px;
    }
    .delivery__table-text {
        width: 80%;
        font-size: 14px;
        line-height: 19px;
    }
    .delivery__table-text {
        margin-bottom: 28px;
    }
    .rules-box {
        padding: 11px 20px;
    }
    .rules-content h2 {
        font-size: 20px;
    }
    .rules-content h3 {
        font-size: 17px;
    }
    .rules-content p {
        font-size: 15px;
    }

}
@media screen and (min-width: 320px) and (max-width: 374px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.header-box {
		margin-top: 204px;
		padding-top: 0px;
		margin-bottom: 47px;
	}
    .header-box .header__title {
        margin-top: 45px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .delivery__tabs {
        min-width: 100%;
    }
    .tabs-btn__inner {
        display: block;
        text-align: center;
    }
    .tabs-btn--right {
        text-align: center;
    }
    .tabs-btn__item {
        border-bottom: none;
    }
    .tabs-btn__item.btn-active, 
    .tabs-btn__item:hover {
        border-bottom: none;
    }
    .tabs-btn__item.btn-active .tabs-btn__title, 
    .tabs-btn__item:hover {
        text-decoration: underline;
    }
    .tabs-btn__item {
        padding-bottom: 0;
    }
    .delivery__step-wrapper {
        min-height: 520px;
    }
    .delivery__step-inner {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        margin-left: auto;
        padding-bottom: 75px;
        transform: none;
    }
    .step-inner {
        max-width: 50%;
        min-width: 50%;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .step-inner+.step-inner {
        margin-left: 0px;
    }
    .delivery__step-inner::before {
        display: none;
    }
    .step-inner.step-1,
    .step-inner.step-3,
    .step-inner.step-5 {
        margin-top: -40px;
        align-self: flex-start;
    }
    .step-inner.step-5 {
        margin-top: -70px;
        align-self: flex-start;
    }
    .step-inner.step-1 {
        margin-top: 0;
    }
    .step-inner.step-2,
    .step-inner.step-4 {
        align-self: flex-end;
        margin-top: 40px;
    }
    .step-inner__text {
        width: 130px;
        margin: 0 auto;
    }
    .delivery__description-item {
        margin: 0 auto;
        min-width: 290px;
        max-width: 450px;
        flex-direction: column;
        padding: 0 10px 10px;
    }
    .description-item__list,
    .description-item__desc,
    .description-item__img {
        margin: 0 auto;
    }
    .description-item__img img {
        height: 221px;
    }
    .description-item__title {
        text-align: center;
    }
    .description-item__text {
        margin-bottom: 50px;
    }
    .description-item__sale::after {
        left: -20px;
        top: 40px
    }
    .delivery__pickup .description-item__sale::after {
        left: -10px;
    }
    .description-item__day span {
        margin-right: 0px;
    }
    .description-item__sale {
        width: 50%;
    }
    .description-item__time {
        justify-content: space-between;
        margin-right: -10px;
    }
    .delivery__boxberry .description-item__sale, 
    .delivery__pochta .description-item__sale {
        font-size: 14px;
        line-height: 19px;
    }
    .delivery__boxberry .description-item__sale, 
    .delivery__pochta .description-item__sale {
        font-size: 13px;
        line-height: 19px;
    }
    .description-item__day, 
    .description-item__sale {
        font-size: 15px;
        line-height: 25px;
    }
    .rules-box__line {
        display: none;
    }
    .table-wrapper {
        overflow-x: unset;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
	.header-box {
		margin-top: 162px;
		padding-top: 87px;
	}
	.header-box::before {
		min-height: 460px;
		background-size: contain;
		left: 50%;
		margin-top: -177px;
		transform: translateX(-50%);
    }
	.header-box .header__title {
        margin-top: 15px;
        font-size: 20px;
    	line-height: 27px;
        text-align: center;
    }
	.tabs-btn__item.btn-active .tabs-btn__title, 
    .tabs-btn__item:hover {
		font-size: 24px;
    }
}
@media screen and (min-width: 375px) and (max-width: 500px) {
	.header-box .header__title {
        margin-top: 15px;
        font-size: 20px;
    	line-height: 27px;
		text-align: center;
    }
	.tabs-btn__item.btn-active .tabs-btn__title, 
    .tabs-btn__item:hover {
		font-size: 24px;
    }
	.header-box {
		margin-top: 195px;
		padding-top: 125px;
	}
}
@media screen and (min-width: 320px) and (max-width: 359px) {
	.header-box::before {
		min-height: 460px;
		background-size: contain;
		left: 50%;
		margin-top: -177px;
		transform: translateX(-50%);
    }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
	.header-box::before {
		min-height: 460px;
		background-size: contain;
		left: 50%;
		margin-top: -177px;
		transform: translateX(-50%);
    }
	.header-box .header__title {
        margin-top: 15px;
        font-size: 20px;
    	line-height: 27px;
		text-align: center;
    }
	.header-box {
		margin-top: 204px;
		padding-top: 0px;
		margin-bottom: 47px;
		padding-top: 2px;
	}
}
@media screen and (min-width: 375px) and (max-width: 540px) {
	.header-box::before {
		min-height: 460px;
		background-size: contain;
		left: 50%;
		margin-top: -177px;
		transform: translateX(-50%);
    }
	.header-box .header__title {
        margin-top: 15px;
        font-size: 20px;
    	line-height: 27px;
		text-align: center;
    }
	.header-box {
		margin-top: 204px;
		padding-top: 0px;
		margin-bottom: 47px;
		padding-top: 117px;
	}
}

@media screen and (min-width: 375px) and (max-width: 767px) {
    .delivery__tabs {
        min-width: 100%;
    }
    .tabs-btn__inner {
        display: block;
        text-align: center;
    }
    .tabs-btn--right {
        text-align: center;
    }
    .tabs-btn__item {
        border-bottom: none;
    }
    .tabs-btn__item.btn-active, 
    .tabs-btn__item:hover {
        border-bottom: none;
    }
    .tabs-btn__item.btn-active .tabs-btn__title, 
    .tabs-btn__item:hover {
        text-decoration: underline;
    }
    .tabs-btn__item {
        padding-bottom: 0;
    }
    .delivery__step-wrapper {
        min-height: 520px;
    }
    .delivery__step-inner {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        margin-left: auto;
        padding-bottom: 75px;
        transform: none;
    }
    .step-inner {
        max-width: 50%;
        min-width: 50%;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .step-inner+.step-inner {
        margin-left: 0px;
    }
    .delivery__step-inner::before {
        display: none;
    }
    .step-inner.step-1,
    .step-inner.step-3,
    .step-inner.step-5 {
        margin-top: -40px;
        align-self: flex-start;
    }
    .step-inner.step-5 {
        margin-top: -70px;
        align-self: flex-start;
    }
    .step-inner.step-1 {
        margin-top: 0;
    }
    .step-inner.step-2,
    .step-inner.step-4 {
        align-self: flex-end;
        margin-top: 40px;
    }
    .step-inner__text {
        width: 130px;
        margin: 0 auto;
    }
    .delivery__description-item {
        margin: 0 auto;
        min-width: 315px;
        max-width: 450px;
        flex-direction: column;
        padding: 0 10px 10px;
    }
    .description-item__list,
    .description-item__desc,
    .description-item__img {
        margin: 0 auto;
    }
    .description-item__img img {
        height: 221px;
    }
    .description-item__title {
        text-align: center;
    }
    .description-item__text {
        margin-bottom: 50px;
    }
    .description-item__sale::after {
        left: -20px;
        top: 40px
    }
    .delivery__pickup .description-item__sale::after {
        left: -10px;
    }
    .description-item__day span {
        margin-right: 0px;
    }
    .description-item__sale {
        width: 50%;
    }
    .description-item__time {
        justify-content: space-between;
        margin-right: -10px;
    }
    .delivery__boxberry .description-item__sale, 
    .delivery__pochta .description-item__sale {
        font-size: 14px;
        line-height: 19px;
    }
    .rules-box__line {
        display: none;
    }
    .rules-box__btn {
        padding-left: 0px;
    }
    .rules-box {
        padding: 11px 13px;
    }
    .table-wrapper {
        overflow-x: unset;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
}