@media screen and (min-width: 1260px) {

    .sh-catalogtitle {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }

    .sh-catalogtitle-block1 {
        grid-row: 1;
        grid-column: 1 / 7;
    }

    .sh-catalogtitle-block2 {
        grid-row: 1;
        grid-column: 7 / 13;
        justify-content: flex-end;
    }



    #show-filter-link {
        display: none;
    }

    .intec-grid>.intec-grid-item-3 {
        /* -ms-flex: 0 0 33.33333%; */
        /* flex: 0 0 33.33333%; */
        flex: 0 0 288px;
        /* max-width: 33.33333%; */
    }

    .intec-content .intec-content-right {
        display: block;
        float: none;
        width: auto;
        margin-left: 290px;
    }

    .text-body {
        font-size: 16px;
    }

    .sh-textbody {
        font-size: 16px;
    }

    .text-sbody {
        font-size: 16px;
    }

    .grid12 {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(12, 1fr);
        gap: 1px 24px;
    }

    .photo-item {
        grid-column: span 3;
        padding-bottom: 20px;
    }

    .top2 {
        height: 94px;
    }

    .container {
        width: 1200px;
        margin: auto;
    }

    .top1k {
        display: block;
    }

    .top2m {
        display: none;
    }

    .top3-fp {
        display: block;
    }


    /* BOTTOM */

    .bottom-logo-f {
        display: block;
    }

    .bottom-logo-m {
        display: none;
    }

    .bottom-grid {
        padding-top: 40px;
        display: grid;
        grid-template-rows: auto;
        /* grid-template-columns: repeat(5, 1fr); */
        grid-template-columns: 1fr 1fr 1fr 150px 150px;
        gap: 24px;
        /* gap: clamp(10px, 2vw, 30px); */
        /* width: auto; */
    }

    .block-1 {
        grid-column: 1 / 2;
        grid-row: 1;
        width: auto;
        /* display: flex;
        flex-direction: column; */
        /* grid-row: span 2; */
    }

    .block-2 {
        grid-column: 1 / 2;
        grid-row: 1;
        margin-top: 50px;
        /* width: auto; */
        /* display: flex;
        flex-direction: column; */
        /* grid-row: span 2; */
    }

    /* связаться с нами*/
    .block-3 {
        grid-row: 1 / 2;
        grid-column: 2;
    }


    .block-4 {
        /* width: auto; */
        grid-column: 2;
        grid-row: 1;
        margin-top: 170px;
    }

    .block-5 {
        /* width: auto; */
        grid-column: 3;
        grid-row: 1 / 2;
    }

    .block-6 {
        /* width: auto; */
        grid-column: 4;
        grid-row: 1 / 2;
    }


    .block-7 {
        /* width: auto; */
        grid-column: 5;
        /* grid-row: 1 / 2; */
    }

    /* BOTTOM 2 */

    .bottom-grid2 {
        padding-top: 40px;
        display: grid;
        grid-template-rows: auto;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: repeat(12, 1fr);
        gap: 24px;
        padding-bottom: 40px;
    }

    .block-8 {
        font-size: 12px;
        grid-column: 1/10;
    }

    .block-8-copy {
        padding-top: 5px;
        color: #A6A8B2;
    }

    .block-9 {
        font-size: 12px;
        grid-column: 10/13;
        justify-content: flex-end;
    }

    .block-9 A {
        color: #000;
        font-size: 12px;
        text-decoration: underline;
        font-family: InterLight;
    }

    .block-9 A:hover {
        text-decoration: none;
    }

    .bottom-menus-title {
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 14px;
    }

    .bottom-menus-title SVG {
        display: none;
    }

    /* HELP BLOCK */
    .helpblock {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(12, 1fr);
        gap: 1px 24px;
    }

    .block-10 {
        /* grid-area: 1 / 3 / 2 / 6; */
        grid-column: 3/6;
        grid-row: 1;
    }

    .block-11 {
        grid-column: 6/11;
        grid-row: 1;
        /* grid-area: 1 / 6 / 2 / 11; */
    }


    .gr-company {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(12, 1fr);
        gap: 1px 24px;
    }

    .gr-company-h1 {
        grid-column: 1/13;
    }

    .gr-company-content {
        grid-column: 3/11;
    }

    .gr-company-photos {
        grid-column: 1/13;
    }

    .sh-bread {
        padding-top: 15px;
    }




    .gr-contacts {
        /* padding: 0px 20px 0px 20px; */
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(12, 1fr);
        gap: 1px 24px;
    }

    .gr-contacts-block1 {
        grid-column: 1/8;
    }

    .gr-contacts-block2 {
        grid-column: 8/13;
    }

    .container2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .contactsitem-img {
        display: none;
    }

    .contactsitem-time {
        display: none;
    }

    .contactsitem-phone {
        display: none;
    }

    .fullscreen-menu {
        display: none;
    }


    .gr-company-block1 {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(8, 1fr);
        gap: 24px 24px;
    }

    .gr-company-block1-text {
        grid-column: 1/5;
    }

    .gr-company-block1-pic {
        grid-column: 5/9;
    }


    .gr-company-block2 {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(8, 1fr);
        gap: 24px 24px;
    }

    .gr-company-block2-text {
        grid-column: 1/7;
        grid-row: span 2;
    }

    .gr-company-block2-pic1 {
        grid-column: 7/9;
    }

    .gr-company-block2-pic2 {
        grid-column: 7/9;
        /* grid-row: 7/9; */
    }


    .gr-company-block3 {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(8, 1fr) !important;
        gap: 24px 24px;
    }

    .gr-company-block3-pic1 {
        grid-column: 1/5;
    }

    .gr-company-block3-pic2 {
        grid-column: 5/9;
    }


    .gr-avtopark-block1 {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(8, 1fr) !important;
        gap: 24px 24px;
        padding: 20px 0px 24px 0px;
    }

    .gr-avtopark-block1-text {
        grid-column: 1/5;
    }

    .gr-avtopark-block1-pic {
        grid-column: 5/9;
    }

    /* */

    .gr-avtopark-block2 {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(8, 1fr) !important;
        gap: 24px 24px;
        padding: 20px 0px 24px 0px;
    }

    .gr-avtopark-block2-pic {
        grid-column: 1/5;
    }

    .gr-avtopark-block2-text {
        grid-column: 5/9;
    }

    /* */


    /* DETALKA TOGGLE */
    .detalka-menus-toggle {
        border-bottom: 1px solid #000;
        cursor: pointer;
    }

    .detalka-menus-title {
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;

    }

    .detalka-smenu {
        display: none;
        padding-bottom: 20px;
    }

    .detalka-smenu.open {
        display: block;
        max-height: 300px;
    }

    .v2shop-container {
        display: grid;
        /* border: 1px solid #000; */
        justify-content: space-between;
        grid-template-columns: repeat(12, 1fr);
        gap: 24px;
    }

    .v2shop-container-items {
        /* border: 1px solid #ffcc00; */
        grid-column: 1/9;
    }

    .v2shop-container-total {
        /* border: 1px solid #00ff15; */
        grid-column: 9/13;
    }

    .coupon-apply-btn {
        cursor: pointer;
        text-decoration: underline;
        background-color: #fff;
        padding-left: 14px;
        color: #383B47;
    }

    .sh-shop-order-block {
        width: 100%;
    }

    .sh-shop-order-btn {
        width: 100% !important;
    }

    .sh-shop-total-block {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #000;
        padding: 14px 0px 14px 0px;
        /* margin-top: 10px; */
    }

    .basket-price {
        padding-top: 33px;
    }

    .basket-item {
        display: grid;
        /* border: 1px solid #000; */
        justify-content: space-between;
        grid-template-columns: repeat(8, 1fr);
        gap: 5px 24px;
        margin-bottom: 20px;
    }


    .basket-item-name {
        grid-column: 3/6;
    }

    .basket-item-name H2 {
        padding: 0px;
    }

    .basket-item-price {
        grid-column: 6/9;
        /* border: 1px solid #000; */
        display: flex;
        justify-content: center;

    }

    .basket-item-kol {
        grid-row: 2;
        grid-column: 3/6;
    }

    .basket-item-del {
        grid-column: 6/9;
        /* border: 1px solid #000; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: #A6A8B2;
    }

    .korzina-kol-text {
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

    .basket-total-price {
        font-size: 14px;
        font-weight: 600;
    }

    .basket-item-price {
        font-size: 12px;
    }


    .sh-login {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 24px;
        padding-top: 80px;
        padding-bottom: 400px;
    }

    .sh-login-block {
        grid-column: 5/9;
    }

    .sh-login-h2 {
        text-align: center;
    }

    .sh-login-logininput,
    .sh-login-passinput {
        width: 100%;
        border: 1px solid #A6A8B2;
        padding: 15px;
        margin-bottom: 12px;
    }

    .sh-login-formdiv {
        width: 100%;
    }

    .sh-login-enterbtn {
        width: 100% !important;
        margin-top: 3px;
    }

    .sh-login-forgetlink {
        text-align: center;
        padding: 20px;
    }

    .sh-login-forgetlink A {
        font-size: 12px;
        color: #A6A8B2;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .sh-login-forgetlink A:hover {
        color: #000;
        text-decoration: none;
    }


    .sh-login-reglink {
        text-align: center;
        padding: 20px;
    }

    .sh-login-reglink A {
        font-size: 12px;
        color: #000;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .sh-login-reglink A:hover {
        text-decoration: none;
    }

    .sh-rega {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 24px;
        /* padding: 80px 24px 400px 24px; */
    }

    .sh-rega-block {
        grid-column: 5/9;
    }

    .sh-rega-h2 {
        text-align: center;
    }

    .sh-rega-backlink {
        padding-top: 25px;
    }

    .sh-rega-backlink A {
        color: #2B2C32;
    }

    .sh-rega-input {
        width: 100%;
        border: 1px solid #A6A8B2;
        padding: 15px;
        margin-bottom: 12px;
    }

    .sh-rega-agree {
        padding: 20px 0px;
    }

    .sh-rega-agree A {
        color: #2B2C32;
        text-decoration: underline;
    }

    .sh-rega-agree A:hover {
        text-decoration: none;
    }


    .gr-profile {
        /* padding: 0px 20px 0px 20px; */
        display: grid;
        /* grid-template-rows: 1fr; */
        grid-template-columns: repeat(12, 1fr);
        gap: 24px;
    }

    .gr-profile-menu {
        grid-column: 1/3;
    }

    /* .gr-profile-content {
        grid-column: 5/9;
    } */

    .sh-profile-leftmenu A {
        color: #CED0D9;
        padding: 15px 0px;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
    }

    .sh-profile-leftmenulink {
        border-bottom: 1px solid #CED0D9;
    }

    .sh-profile-leftmenu A:hover {
        color: #383B47;
        text-decoration: none;
        /* border-bottom: 1px solid #383B47; */
    }

    .sh-profile-leftmenu .active {
        border-bottom: 1px solid #383B47;
    }

    .sh-profile-leftmenu .active A {
        color: #383B47;
    }

    .sh-profile-savebtn {
        width: 100% !important;
    }


    .logotext {
        color: #2B2C32;
        font-size: 12px;
        padding-top: 15px;
    }


}