@media (min-width: 991px) and (max-width: 1199px) {
	.header_contact a, .header_phone a {
		font-size: 16px;
	}

	.logo_info p {
		font-size: 14px;
	}

	.logo_info .logo_text {
	    font-size: 28px;
	}

	.header_info_block li:not(:first-child) {
	    padding-left: 5px;
	}

	.header_logo > div:not(:last-child) {
		padding-right: 0
	}
}

@media (max-width: 1199px) {
	.header_info_block li a {
		width: 40px;
    	height: 40px;
	}

	.header_info_block li a i {
        font-size: 20px !important;
        float: none !important;
        padding: 0 !important;
        opacity: 1 !important;
	}

	.header_info_block li:not(:first-child) {
	    padding-left: 7px;
	}

	.header_contact a, .header_phone a {
		/*font-size: 18px;*/
	}
}

@media (min-width: 992px) {
	.bottom_header .btn_menu:hover + .dropdown-menu,
	.bottom_header .btn_menu + .dropdown-menu:hover {
	    display: block;
	}
}

@media (max-width: 991px) {
	header {
		border-bottom: var(--b-h-1);
	}

	.header_logo {
		padding: 0 15px;
	}

	.header-mobile_menu-btn {
	}

	.header-mobile_menu-btn a {
		display: block;
		width: auto;
		height: auto;
		text-decoration: none;
	}

	.category_filter {
		display: none;
	}

	.header_contact a span, .header_phone a span {
	    display: none;
	}

	.header_phone ul {
	    -webkit-box-orient: horizontal !important;
	    -webkit-box-direction: normal !important;
	    -webkit-flex-direction: row !important;
	            flex-direction: row !important;
	}

	.header_phone ul li {
	    /*padding: 0 15px*/
	}

	.header_contact i,
	.header-mobile_menu-btn i,
	.header_phone i {
	    font-size: 40px;
	    margin-right: 0;
	}

	.bottom_header .menu_container {
		position: fixed;
		left: -100vw;
		top: 0;
		bottom: 0;
		opacity: 0;
	}

	.bottom_header .menu_container .btn_menu, .bottom_header .menu_container .dropdown-menu {
	    display: block !important;
	    border: none;
	    /* color: var(--tt); */
	    /* font-size: 22px; */
	}

	.bottom_header .menu_bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	    background: rgba(0, 0, 0, .35);
	}

	.bottom_header .menu_container {
	    background: #fff;
	    z-index: 1001;
	    padding: 0;
	    border: none;
	    width: 260px;
	    min-width: 33%;
	}

	.bottom_header .menu_container .btn_menu {
	    color: var(--tt) !important;
	    background-color: #fff !important;
	    font-size: 20px;
	    border-bottom: var(--b-h-2);
	    border-top: var(--b-h-3);
	    padding-right: 0;
	}

	.bottom_header .menu_container .btn_menu i {
	    width: 60px;
	    height: 65px;
	    display: block;
	    color: var(--lt);
        padding: 0px 25px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	            align-items: center;
	}

	.menu_item.last_menu_item .menu_item-link {
	    border-bottom: 1px solid var(--mc);
	}

	.main_page .menu_container .dropdown>.dropdown-menu,
	.menu_container .dropdown>.dropdown-menu {
	    overflow-y: auto;
	    position: absolute;
	    top: 65px !important;
	    bottom: 0;
	}

	/*.main_page .menu_container .menu,
	.main_page .menu_container .dropdown {*/
	.menu_container .menu,
	.menu_container .dropdown {
	    height: 100%;
	}

	.category_container:not(.category_list) .category_item-block .hover-block {
	    -webkit-transform: translateY(0px) !important;
	            transform: translateY(0px) !important;
	    opacity: 1;
	    z-index: 10;
	    top: auto;
	    bottom: auto;
	    position: static;
	    margin: 0;
	    padding: 0;
	    border: none;
	}

	.category_item .hover-block .category_item-btn {
	    margin-top: 0px;
	}

	.category_container.category_list .category_item .hover-block .category_item-btn {
	    margin-top: 10px;
	}

	.category_container:not(.category_list) .category_item .category_item-info {
		/*display: block;*/
	}

	.category_container:not(.category_list) .category_item-block:hover {
	    border: var(--b-2) !important;
	}

	.category_item .hover-block .category_item-btn {
	    padding: 4px 10px;
        font-size: 12px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs {
		display: none;
	}

	.footer_logo-img {
	    text-align: center;
	}

	.main_bg, .main_bg .owl-carousel .item {
	    max-height: -webkit-calc(100vh - 88px);
	    max-height: calc(100vh - 88px);
	}

	.category_list .category_item .category_item-img {
	    width: 160px;
	}

	.top_navigation .owl-controls {
		/*top: -65px;*/
	}

	.blogs-title h3 {
		/*max-width: calc(100% - 90px);*/
		/*white-space: normal;*/
	}

	.top_navigation .owl-controls {
	    position: absolute;
	    top: 18%;
	    left: 10px;
	    right: 10px;
	}

	.top_navigation.owl-theme .owl-controls .owl-buttons {
	    display: flex;
	    justify-content: space-between;
		width: 100%;
	}

	.top_navigation.owl-theme .owl-controls .owl-buttons div {
	    background: var(--mc);
	    width: 50px;
	    height: 50px;
	    font-size: 16px;
	}

	.top_navigation.owl-theme .owl-controls .owl-buttons div:hover {
	    /*opacity: .8;*/
	    background-color: var(--dmc);
	    /*color: var(--tt);*/
	}

	.blogs .owl-carousel {
	    /*margin: 0 -5px;*/
	}

	.blogs .owl-item {
	    padding: 0 5px;
	    margin: 0;
	}

	.logo_block {
		padding: 5px 0;
	}

	.logo_block img {
	    /*max-width: 20vw;*/
	    width: 80px;
	    height: 80px;
	    padding: 0;
	}
}

@media (max-width: 575px) {
	.triggers {
		padding: 20px 0 !important;
	}

	.main_page .products,
	.main_page .blogs,
	.main_page .about {
		padding: 0 0 20px 0!important;
	}

	.triggers .trigger-item:nth-child(1) {
		margin-bottom: 15px;
	}

	.triggers .trigger-item {
		height: auto;
	}

	.main_bg .main_bg-title h1 {
	    font-size: 32px;
	    letter-spacing: .5px;
	}

	.footer-bottom, .footer-bottom a {
	    text-align: center;
	}

	.logo_block {
		display: block;
	}

	header {
		border-top: none;
	}

	.category_item .hover-block {
		width: 100%;
	}

	[data-sorter-container] {
		opacity: 0;
	}

	.product-info-text {
		display: none;
	}

    .footer_logo-block {
        margin-bottom: 15px;
    }

    .footer_logo-description {
        text-align: center;
    }
}

@media (max-width: 480px) {
	header [class*="col-"] {
		padding: 0 7px;
	}

	header [class*="col-"] [class*="col-"] {
		padding: 0 0;
	}

	header .logo_block,
	header .header_lang {
		margin: 0 12px;
	}

	.header_contact i,
	.header-mobile_menu-btn i,
	.header_phone i {
	    font-size: 32px;
	}

	.header_lang {
	    font-size: 10px;
	}

	.header_lang > span {
	    padding: 0px 8px !important;
	}

	.header_lang a {
	    padding: 0;
	}

	.top_navigation .owl-controls {
	    top: 20%;
	}
}

@media (max-width: 360px) {
	.header_logo {
		padding: 0 5px;
	}
	.logo_block img {
	    width: 65px;
	    height: 65px;
	}
}

@media (max-width: 320px) {

}
