.search-mobile-block{display: none;}
@media(max-width: 1820px){
	.header-right{flex: 0 0 50%;}
}

@media(max-width: 1220px){
	.navigation-links{display: none;}
	.navigation-left {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    justify-content: space-between;
    width: 100%;
    height: 40px;
	}

	.navigation-social{align-items: center;}
}

@media(max-width: 1040px){
	.navigation-email{display: none;}
}

.catalog-menu-mobile{
	display: none;
}

.catalog-menu-mobile.open{
	display: block;
}

#menu_mobile_content{
	width:320px;
}

@media(max-width: 800px){
    .search-mobile-block{
                display: flex;
        order: 2;
        position: relative;
    }

    .search-mobile-block input{
        height: 40px;
    border-radius: 8px;
    background: #f7f7f7;
    border-radius: 6px;
    border: none;
    width: 290px;
    margin-top: 30px;
    padding: 0 15px;
    font-family: 'Gilroy';
    position: relative;
    }

        .search__link2 {
        position: absolute;
        right: 10px;
        top: 39px;
    }
    .search__icon2{width:20px}
	body.not-home .catalog-search-items{
		display: none;
	}
	    .container-inner {
        margin: 0;
    }
	.navigation-phone{flex-wrap: wrap;}
	    .navigation-phone .navigation-phone__link {
        flex: 0 0 180px;
        column-gap: 10px;
    }
	.navigation-phone .navigation-phone__link:last-child{display: none}

	    .header-right {
        flex: 0 0 10%;
    }

    .header-left {
        flex: 0 0 74%;
        display: flex;
        align-items: center;
    }

    .mobile-menu {
        display: flex;
        flex: 0 0 95px;
        width: 95px;
    }

        .catalog-search-item__title {
        display: block;
        margin: 15px 0;
        color: #333;
        letter-spacing: 1px;
        flex: 0 0 100%;
    }

    #menu_mobile_content  .main-category{
    	width:100%;
    }

    #menu_mobile_content .main-category > a{
    	font-size:14px;
    }

    #menu_mobile_content .main-category.parent:after{
    	display: none;
    }

    #menu_mobile_content .mc > a.main {
    font-size: 16px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 600;
    padding: 15px 0 15px 15px;
    display: block;
    transition: all .3s ease-in;
    width: 77%;
	}

	.mc-plus{
	background: #afafaf2e;
        border-radius: 8px;
        color: #363636;
        font-size: 20px;
        text-decoration: none;
        width: 24px;
        height: 24px;
        display: block;
        text-align: center;
        font-weight: 600;
        margin-right: 15px;
	}

	.mc-darker{
		background: #b4b4b4;
        margin-right: 0;
        line-height: 25px;
        font-size: 20px;
        display: block;
        color: #222 !important;
	}

	.mcc-content{
		display: none;
	}

	.mcc-content.open{
		display: block;
	}

	.sib-content{
		display: none;
	}

	.sib-content.open{
		display: block;
		background: #e5e5e5;
        padding: 15px;
	}

	#menu_mobile_content .mc {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f1f1f1;
	}

	.mcc-content .pc-cat{
		display: block;
		background: #f1f1f1;
		
	}

	.sc-one{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:10px 15px;
	}

	.sc-one a{
		font-size: 16px;
        color: #111;
        text-decoration: none;
	}

	    .advantage-one {
        flex: 0 0 280px;
        margin-bottom: 20px;
    }

    .tabs-links__item{
    	display: block;
    }

    .tabs-links {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
	}

	.tabs-links__item {
        display: block;
        background: #f1f1f1;
        border-radius: 8px;
        padding: 8px 0;
        font-size: 18px;
        text-align: center;
    	}

    	    .tabs-links__item--active {
        display: block;
        text-align: center;
        width: 100%;
        background: #7d8a92;
        color:white;
    }

    .product-item__stock-country {
        font-size: 11px;
        display: none;
    }

        .product-item__stock-status {
        flex: 0 0 100px;
    }

    .footer-navigation-phones{
    	display: none;
    }

        footer .navigation-social {
        align-items: center;
        margin: 15px 0 0;
    	}

    	.footer-inner__contacts {
        flex-direction: column;
        margin-top: 0;
        row-gap: 0;
    	}

            .filter-box__mobilebutton {
        flex: 0 0 305px;
        color: white;
        font-weight: 500;
        background: #566772;
        height: 50px;
        line-height: 50px;
    }
    .product-item__like{
        display: none;
    }

        .filter-box.open {
        display: block;
        height: auto;
    }

    .filter-variants {
        display: flex;
        align-items: flex-start;
        column-gap: 0;
        flex-direction: column;
        padding: 20px;
        width: 290px;
    }

    .filter-block{
        display: none;
    }

    .filter-item {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    }

    .filter-item a {
    text-decoration: none;
    color: #434b51;
    font-weight: 600;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    }

    .filter-values.open {
    display: block;
    width: 100%;
    background: white;
    position: relative;
    top: 12px;
    left: 0;
    border-radius: 6px;
    z-index: 100;
    box-shadow: 1px 9px 11px 7px #0000000f;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
    }

    .filter-item > a:after {
    content: '';
    background: url(../img/arrow-down.svg);
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    }

    .filter-variants .filter-item:last-child{
        border:none;
    }


    .filter-block__element {
    border-right: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 43px;
    }

    .filter-block__view{
        display: none;
    }

    .filter-value a{
        padding:10px;
    }

    .pagination li a {
    color: #333;
    text-decoration: none;
    background: #f1f1f1;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
    display: block;
    font-size: 16px;
    }


    .pagination li.active a {
    color: #fff;
    text-decoration: none;
    background: #dd1313;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
    display: block;
    font-size: 16px;
    }

    .pagination li.disabled span {
    color: #333;
    text-decoration: none;
    background: #fafafa;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    text-align: center;
    line-height: 12px;
    display: block;
    font-size: 24px;
    }

    .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 50px 0 20px;
    padding: 0;
    }


    .product__photocontent{
        width: calc(100% - 10px);
        padding:5px;
    }

    .product-item__stock-country{
        display: none !important;
    }

    .product__like{
        display: none;
    }

        .product__add-to-cart {
        flex: 0 0 310px;
    }
    .product-item__add-to-cart {
    background: #ef1515;
    color: white;
    font-weight: 600;
    width: 100%;
    }

      .product__info  .product__tabname {
        border-radius: 4px;
        background: #f1f1f1;
        padding: 10px 14px;
        display: block;
        width: calc(100% - 24px);
        margin-bottom: 8px;
    }

     .product__info  .product__tabname--active {
        background: #7d8a92;
        color: white;
    }

        .product__photocontrols {
        order: 2;
        padding: 0 20px;
        margin: 15px 0 20px;
    }

    .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    flex-direction: column;
}

.breadcrumb__link {
    color: #3f3f3f;
    font-size: 14px;
    text-decoration: none;
}

    .breadcrumb__item {
        position: relative;
        margin-bottom: 8px;
        width: calc(100% - 20px);
    }

    .breadcrumb__list .breadcrumb__item:last-child{
        display: none;
    }

        .togggle input + label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        }
	    .cb-customer {
        flex: 0 0 248px;
        width: 278px;
    }

        .cb-customer .checkout-item input {
        width: calc(100% - 20px);
        border: none;
        background: #f1f1f1;
        border-radius: 4px;
        display: block;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    .checkout-block-content .input-block input {
    display: block;
    height: 40px;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    width: 248px;
    padding: 0 15px;
    font-family: 'Gilroy';
    font-size: 16px;
    margin: 10px 0 0;
    }

    .checkout-block-content .input-block span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
    }

    .checkout-block.cb-comment{
        width: 278px;
    }

        .cb-type {
        flex: 0 0 248px;
        width: 278px;
        }

            .checkout-right {
        flex: 0 0 290px;
        width: 320px;
    }

    .cb-customer .checkout-item .checkout-item-half > label input {
    width: 258px;
    }

    .checkout-item-half > label {
    flex: 0 0 240px;
    width: 240px;
}
}