@media(max-width: 1360px) {
    .container {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media(max-width: 1024px) {

    .product_content-five {
        background-size: cover;
    }

    .rew-item {
        width: 100%;
    }

    header {
        background-image: url(../images/headerBgMobile.png);
    }

    .header-inner {
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 38px;
    }

    .header-soc {
        order: 4;
        width: 100%;
        justify-content: space-around;
    }

    nav img {
        margin-right: 28px;
    }

    nav a:nth-of-type(1) {
        order: 4;
    }

    nav a:nth-of-type(2) {
        order: 1;
    }

    nav a:nth-of-type(3) {
        order: 2;
    }

    nav a:nth-of-type(4) {
        order: 3;
    }

    nav a:nth-of-type(5) {
        order: 5;
    }

    nav a:nth-of-type(6) {
        order: 6;
    }

    nav a:nth-of-type(7) {
        order: 7;
    }

    .menu-inner {
        justify-content: space-around;
    }

    .menu-inner a {
        padding-bottom: 14px;
    }

    .menu {
        background-image: url(../images/menuPinkMobile.png);
    }

    .catalog-item {
        width: 31%;
    }

    #elementLeft,
    #elementRight {
        width: 179px;
        height: 125px;
    }

    #lentLeft,
    #lentRight {
        display: none;
    }

    .catalog h1 {
        padding-top: 60px;
    }

    .item-left-image {
        height: 350px;
    }

    .item-right-images .imgWrap {
        flex-direction: column;
    }

    .input__file-button {
        margin-bottom: 24px;
    }

    .item-slide-photo {
        height: 103px;
    }

    #plushki {
        position: absolute;
        left: 0;
        top: -415px;
        z-index: 1;
        width: 80%;
    }

    .delivery-text-first {
        width: 100%;
    }

    #delivery {
        width: 25%;
    }
}

@media(max-width: 841px) {

    #videoMain {
        /* width: 198%; */
        width: auto !important;
        height: 99vh;
        position: absolute;
        top: -2px;
        right: 0;
    }

    #cartButton {
        background-image: url(../images/cartPink.png);
    }
    
    #likeButton {
        background-image: url(../images/likePink.png);
    }
    
    #profileButton {
        background-image: url(../images/profilePink.png);
    }

    #burgerButton {
        display: block;
    }

    .nav-item,
    .header-soc {
        display: none;
    }

    .header-inner {
        padding-bottom: 15px;
    }

    .menu {
        display: none;
    }

    .catalog-item {
        width: 47%;
    }

    #messageButton {
        display: none;
    }

    .catalog-desc {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .catalog-item-img {
        height: 205px;
    }

    #elementLeft, #elementRight {
        width: 94px;
        height: 76px;
    }

    #elementLeft {
        left: 10px;
    }

    #elementRight {
        right: 10px;
    }

    .catalog h1 {
        font-size: 36px;
    }

    .footer-inner {
        flex-direction: column;
        justify-content: center;
    }

    .footer-logo {
        margin-bottom: 60px;
        align-items: center;
    }

    .item-inner {
        flex-direction: column;
    }

    .item-right,
    .item-left {
        width: 100%;
    }

    .item-left .item-name,
    .item-left .item-price {
        display: block;
    }

    .item-right .item-name,
    .item-right .item-price {
        display: none;
    }

    .item-left-image {
        height: 523px;
    }

    .item-slide-photo {
        height: 150px;
    }

    .item-left-about-first {
        display: none;
    }

    .item-left {
        margin-bottom: 60px;
    }

    .item-right-imag__check img {
        width: 50%;
    }

    .item-right-imag__check img:nth-of-type(2),
    .item-right-imag__check img:nth-of-type(3) {
        display: inline;
    }

    .counter-inner div {
        display: flex;
    }

    .counter-inner {
        margin-bottom: 30px;
    }

    .item-size {
        margin-left: 0;
    }

    .item-right-flex {
        flex-direction: column;
        align-items: normal;
    }

    .item-forget-holder {
        flex-direction: column;
    }

    .item-forget-holder__item {
        width: 100%;
        margin-bottom: 15px;
    }

    .item-forget-holder__item div {
        margin-left: 14px;
    }

    .item {
        padding-bottom: 60px;
    }

    .item-forget-holder__item div button {
        padding: 8px 20px;
    }

    #itemLentTitle {
        top: 38px;
    }

    #itemFigure {
        display: none;
    }

    .item-right-form-items img {
        margin-right: 10px;
    }

    .delivery-text-first {
        font-size: 14px;
    }

    #delivery {
        width: 20%;
        top: 148px;
    }

    .steps div {
        font-size: 14px;
    }

    .steps {
        padding: 60px 0px;
    }

    .steps h2 {
        font-size: 20px;
    }

    #fishkaYellowLeft,
    #fishkaYellowRight {
        width: 50px;
    }

    .about {
        padding: 60px 0px;
        background-image: none;
    }

    .about-inner {
        flex-direction: column;
    }

    .about-inner p {
        width: 100%;
        margin-top: 30px;

        order: 2;
        font-size: 14px;
    }

    .about-inner img {
        width: 100%;
        order: 1;
    }

    .why {
        padding: 60px 0px 150px;
    }

    .why-inner {
        flex-direction: column;
    }

    .why-inner div {
        width: 100%;
    }

    .why-inner img {
        width: 80%;
    }

    .why-inner div:first-of-type {
        margin-bottom: 30px;
    }

    .why-inner div:last-of-type {
        margin-top: 30px;
    }

    .why-inner div p:first-of-type {
        margin-bottom: 20px;
    }

    .cart,
    #adressPop,
    #datePop {
        width: 99%;
    }

    .adress-two-inputs div input
     {
        min-width: 50px;
    }

    .date-input input {
        min-width: 20px !important;
    }

    .cart {
        padding: 15px;
    }

    .formSend {
        padding: 20px;
        width: 99%;
    }

    .congrat,
    .haveBeen,
    .cartEmprty {
        padding: 20px;
        width: 100%;
    }

    .congrat-buttons {
        flex-direction: column;
        justify-content: center;
    }

    .closeCon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .haveBeen h2 {
        font-size: 26px;
    }

    .catalog-i {
        width: 100%;
    }

    .profile-inner {
        overflow: scroll;
    }

    .cart-item2 img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    table td {
        padding: 5px;
    }

    .cart-item2 {
        padding: 9px;
    }

    .cart-item2,
    table td div {
        font-size: 12px;
    }

    .cart-item2 > img {
        display: none;
    }

    .profile-inner h2 {
        font-size: 15px;
    }

    .rew-item {
        flex-direction: column;
        justify-content: center;
    }

    .rew-about p {
        font-size: 14px;
    }

    .rew-item-bg {
        margin-right: 0;
        margin-bottom: 50px;
        min-width: auto;
    }

    .rew-item-bg img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    #callBack,
    .CallSend {
        width: 100%;
        padding: 10px;
    }

    .haveBeenLike,
    .congratLike,
    .yourLikes {
        width: 90%;
        padding: 20px;
    }
    
     #right1,
    #right2,
    #right3,
    #right4,
    #right5 {
        display: none !important;
    }

    #left3 {
        bottom: 264px;
    }

    .header-fon {
        background-position: 97%;
    }
}

@media(max-width: 450px) {
    #videoMain {
        height: 86vh;
    }
}


