@media only all and (max-width: 1445px) {
    /* Header*/
    .header {
        padding-left: 40px;
    }
    .catalog {
        padding: 0 50px 110px;
        background-color: #f8f4f0;
    }
    .header__list-item:first-child {
        padding-left: 5px;
    }
    .header__list {
        margin-right: 32px;
        padding-right: 5px;
    }
}
@media only all and (max-width: 1300px) {
    /*header*/
    .header__list-item:not(.header__list-item:first-child) {
        margin-left: 20px;
    }
    .header {
        padding-left: 20px;
    }
    /*Catalog*/
    .catalog {
        padding: 0 21px 110px;
    }
    .footer__logo {
        margin-left: 21px;
    }
}
@media only all and (max-width: 1190px) {
    .header .logo {
        margin-right: 65px;
    }
}
@media only all and (max-width: 975px) {
    /*header*/
    .header__list {
        display: none;
    }
    .header__logo {
        padding-left: 65px;
        border-bottom: none;
        margin-right: 4px;
    }
    img[src*="корзина(черн)"] {
        width: 31px;
        margin-bottom: 7px;
    }
    .header {
        padding-top: 0;
        position: fixed;
        justify-content: center;
        width: 100%;
        padding-left: 0px;
        border-bottom: solid 1px rgba(25, 141, 155, 0.3);
        background: rgba(248, 244, 240, 1);
    }
    .number-of-position {
        top: -32px;
        right: -18px;
    }
    /*burger*/
    .wrapper {
        display: block;
        margin-bottom: 15px;
    }
    .burger__body {
        height: 50px;
    }
    .burger__cross {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 4;
    }
    .burger__cross span {
        position: absolute;
        background-color: black;
        left: 0px;
        width: 40px;
        height: 3px;
        top: 3px;
    }
    .burger__cross:before,
    .burger__cross:after {
        content: "";
        background-color: black;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 0;
    }
    .burger__cross:before {
        top: -9px;
    }
    .burger__cross:after {
        bottom: 4px;
    }
    .burger__cross.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
    }
    .burger__cross.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .burger__cross.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .burger__menu {
        overflow: auto;
        position: fixed;
        top: -1000px;
        left: 0px;
        width: 100%;
        background-color: #f8f4f0;
        transition: all 0.7s ease-in-out;
    }
    .burger__menu.active {
        top: 137px;
        height: 100%;
    }
    .burger__list {
        flex-direction: column;
        align-items: center;
    }
    .burger__list li {
        margin-top: 50px;
        margin-left: 0;
    }
    .burger .header__list-item a {
        font-family: "Arkhip";
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
    }
    .burger .header__list-item {
        margin-top: 31px;
    }
    .burger .header__list-item:first-child {
        margin-top: 31px;
    }
    /*navigation*/
    .navigation {
        margin-top: 160px;
    }
    .breadcrumb {
        display: none;
    }
    /*footer*/
    .footer__logo svg {
        width: 100px;
    }
    .footer__list {
        display: none;
    }
    .footer__info {
        margin-top: 10px;
        justify-content: flex-start;
        margin-left: 20px;
    }
    .footer__contacts {
        padding-top: 0px;
    }
    .footer__logo {
        margin-left: 0px;
        margin-top: 34px;
        text-align: center;
    }
    .footer {
        flex-direction: column;
    }
    .address {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .telephone {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
@media only all and (max-width: 790px) {
    /*header*/
    .header {
        align-items: flex-end;
    }
    .header .logo {
        width: 100px;
    }
    /*burger*/
    .burger__cross {
        top: -6px;
    }
    .burger__menu.active {
        top: 136px;
    }
    /*catalog*/
    .catalog {
        padding: 0 5px 60px 15px;
    }
    .delivery__button {
        display: flex;
        justify-content: center;
    }
    .technical {
        right: -25px;
    }
    /*footer*/
}
@media only all and (max-width: 420px) {
    .header__logo {
        padding-left: 60px;
    }
    .header .logo {
        margin-right: 60px;
    }
}
