@media (max-width: 1200px) {
	header .callback {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	#top-menu li a {
		margin-right: 20px;
	}
	#prodcarousel0 .owl-item,
	#latestcarusel1 .owl-item {
		padding: 40px 10px 50px;
	}
	#prodcarousel0 .owl-item h4 {
		/*height: 40px;*/
	}
	#prodcarousel0 .owl-item h4 a,
	#latestcarusel1 .owl-item h4 a {
		font-size: 20px;
	}
	#prodcarousel0 .owl-item table,
	#latestcarusel1 .owl-item table {
		font-size: 13px;
		min-height: 200px;
	}
	#prodcarousel0 .owl-item .button-gruop.buy-gruop,
	#latestcarusel1 .owl-item .button-gruop.buy-gruop {
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	#prodcarousel0 .owl-item .more-link,
	#latestcarusel1 .owl-item .more-link {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#prodcarousel0 .owl-item .btn-fastorder,
	#latestcarusel1 .owl-item .btn-fastorder {
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding: 0;
		font-size: 14px;
	}

	#latestcarusel0 .owl-item,
	#latestcarusel1 .owl-item {
		margin: 0;
		background: #fff;
	}

	#attainment #easy-slider-2 .mySlides .slide-item {
		padding: 0 5px;
	}
	#attainment #easy-slider-2 .mySlides .item-text {
		font-size: 14px;
	}
	#attainment a.prev {
		left: calc(10% - 30px);
	}
	#attainment a.next {
		left: calc(10% + 50px);
	}
	#customer-reviews .swiper-container .swiper-slide {
		padding: 30px 30px 20px;
	}
	#customer-reviews .swiper-container .swiper-slide::before {
		left: -60px;
	}
	#customer-reviews .swiper-container .swiper-slide .review-text {
		font-size: 14px;
	}
	#customer-reviews .swiper-container .swiper-slide .review-text {
		max-height: 200px;
		overflow-y: scroll;
	}
	.product-grid table {
		font-size: 12px;
	}
}
@media (max-width: 992px) {
	body {
		/* padding-top: 50px; */
	}
	#top {
		display: none;
	}
	#top-menu {
		display: none;
	}
	header .logo {
		display: none;
	}
	footer .footer-navigation {
		display: none;
	}
	#mobile-top {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/* position: fixed; */
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		/*background-color: rgba(124, 191, 42, .9);*/
		background-color: #fff;
		z-index: 100;
	}
	#mobile-top .mobmenu-toggle {
		position: absolute;
		top: 0;
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
		padding: 0;
		margin: 0;
		background-image: none;
		background-color: transparent;
		border: none;
		/*color: #fff;*/
		color: #00384f;
		font-size: 30px;
		line-height: 50px;
	}
	#mobile-top .mobmenu-toggle:focus {
		outline: none;
	}
	#mobile-top #mob-social {
		padding: 10px 20px;
		height: 50px;
	}
	#mobile-top #mob-social a {
		display: inline-block;
		height: 30px;
		font-size: 24px;
		line-height: 30px;
		padding: 0 5px;
		color: #fff;
	}
	#mobile-top #mob-social a:first-of-type {
		margin-right: 5px;
	}
	#mob-menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: 40vh;
		overflow: auto;
		border-top: 2px solid rgba(255, 255, 255, 0.9);
		border-bottom: 2px solid rgba(255, 255, 255, 0.9);
		background-color: rgba(124, 191, 42, 0.9);
		padding: 10px 20px;
		list-style: none;
		transform: translateY(-100vh);
		opacity: 0;
		z-index: -1;
		transition: all 0.5s;
	}
	#mob-menu.active {
		transform: translateY(0);
		opacity: 1;
		top: 60px;
		z-index: 99999;
	}

	.close_menu {
		padding: 10px;
		color: #fff;
		font-size: 22px;
		position: absolute;
		top: 0;
		right: 0;
	}
	#mob-menu .menu-item {
		position: relative;
		padding: 5px 0;
		font-size: 17px;
		line-height: 20px;
	}
	#mob-menu .menu-item a,
	#mob-menu .menu-item span {
		position: relative;
		color: #fff;
		cursor: pointer;
	}
	#mob-menu .menu-item.has-children > a:after {
		content: "";
		position: absolute;
		/*display: block;*/
		display: none;
		top: 10px;
		left: calc(100% + 15px);
		border: 8px solid transparent;
		border-top-color: #fff;
		transition: all 0.3s;
	}
	#mob-menu .menu-item.has-children.open > a:after {
		top: 2px;
		border-top-color: transparent;
		border-bottom-color: #fff;
	}
	#mob-menu .menu-item .sub-menu {
		display: none;
		padding: 10px 0 10px 40px;
		list-style: none;
	}
	#mob-menu .menu-item .sub-menu li {
		padding: 5px 0;
		font-size: 17px;
		line-height: 20px;
	}
	#mobile-top .phones .phones-link {
		color: #3a3f44;
	}
	header .container {
		align-items: center;
		margin: 10px auto;
		height: 40px;
	}
	header .callback {
		/*position: absolute;*/
		top: 6px;
		right: 0;
		/*    position: absolute;
    top: 0;
    left: calc(50% - 100px);*/
		display: block;
	}
	#how-take .section-content button.order {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	#home-top #easy-slider-1 .slides-wrapper h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	#home-top #easy-slider-1 .slides-wrapper h3 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	#home-top #easy-slider-1 .slides-wrapper h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#home-top #easy-slider-1 .text-drive {
		width: 320px;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
	#home-top #easy-slider-1 {
		max-width: 96%;
		margin: auto;
		padding-bottom: 150px;
	}
	#attainment {
		padding: 100px 0 80px;
	}
	#attainment .text-content h4 {
		font-size: 30px;
	}
	#attainment a.prev {
		top: auto;
		bottom: -12px;
		left: calc(50% - 120px);
	}
	#attainment a.next {
		top: auto;
		bottom: -12px;
		left: calc(50% + 60px);
	}
	#attainment #easy-slider-2 {
		width: 96%;
		margin: auto;
	}
	#attainment #easy-slider-2 .dots-wrap {
		left: 0;
	}
	#how-take {
		padding: 80px 0 40px;
	}
	#best-choice {
		padding: 150px 0 170px;
	}
	#best-choice #easy-slider-3 {
		width: 96%;
		margin: auto;
	}
	#best-choice #easy-slider-3 .dots-wrap {
		right: auto;
	}
	#best-choice a.prev {
		top: auto;
		right: calc(50% + 60px);
		bottom: -13px;
	}
	#best-choice a.next {
		top: auto;
		right: calc(50% + -110px);
		bottom: -13px;
	}
	#certificate {
		padding: 100px 0;
	}
	#certificate h4 {
		font-size: 30px;
	}
	#certificate p .big-text {
		font-size: 26px;
	}
	#customer-reviews .swiper-container .swiper-slide .review-text {
		font-size: 12px;
	}
	#customer-reviews .swiper-container .swiper-slide .review-author img {
		width: 50px;
		height: 50px;
	}
	#customer-reviews .swiper-container .swiper-slide .review-author .author-name {
		font-size: 14px;
	}
	#customer-reviews .swiper-container .swiper-slide-active {
		zoom: 1.2;
	}

	body[class^="product-category"] h1 {
		font-size: 30px;
	}

	.product-page .price-n-cart {
		flex-direction: column;
	}
	.price-n-cart h2 {
		margin-right: 0;
	}

	body[class^="product-category"] .ocfilter-option:not(:first-of-type) .option-values label {
		min-width: 87%;
	}
}

@media (max-width: 768px) {
	#home-top #easy-slider-1 .slides-wrapper {
		margin-top: 80px;
	}
	#home-top #easy-slider-1 .slides-wrapper h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#home-top #easy-slider-1 .slides-wrapper h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#home-top #easy-slider-1 .slides-wrapper h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	#attainment #easy-slider-2 .mySlides .icon img {
		width: 80px;
		height: 80px;
	}

	#best-choice {
		padding: 130px 0 110px;
	}
	#best-choice #easy-slider-3 {
		height: 330px;
		min-height: 330px;
	}
	#best-choice #easy-slider-3 .slides-wrapper {
		height: 250px;
	}
	#best-choice #easy-slider-3 .mySlides .icon {
		margin: 50px auto 40px;
	}
	#best-choice #easy-slider-3 .mySlides .icon img {
		width: 80px;
		height: 80px;
	}

	#how-take .content-wrapper {
		flex-direction: column-reverse;
		margin-top: 50px;
	}
	#how-take .section-image {
		max-width: 80%;
		margin: auto;
		padding: 0 20px;
	}
	#how-take .section-content {
		max-width: 100%;
		padding-bottom: 50px;
	}
	#how-take .section-content button.order {
		left: calc(50% - 100px);
		right: auto;
		bottom: 0;
		top: auto;
	}

	footer .footer-form form .left-column,
	footer .footer-form form .right-column {
		width: 100%;
	}
	footer .footer-form form .left-column .item-wrapper {
		margin-bottom: 20px;
	}
	footer .footer-form form .left-column .item-wrapper:nth-of-type(2) {
		margin-top: 0;
	}

	#content #home-top + .container h3 {
		font-size: 26px;
	}
	#attainment .text-content h4 {
		font-size: 26px;
	}
	#attainment .text-content p {
		font-size: 16px;
	}
	#how-take h3 {
		font-size: 26px;
	}
	#best-choice h4 {
		font-size: 26px;
	}
	#customer-reviews h4 {
		font-size: 26px;
	}
	#certificate h4 {
		font-size: 26px;
	}
	#certificate p {
		font-size: 16px;
	}

	#customer-reviews .swiper-container .swiper-slide {
		min-height: 0;
		opacity: 0;
	}
	#customer-reviews .swiper-container .swiper-slide-active {
		left: -25vw;
		width: 80vw !important;
		background: #fff;
		opacity: 1;
		zoom: 1;
	}
	#customer-reviews .swiper-container .swiper-slide::before {
		top: -30px;
		left: 10px;
	}

	#how-take .section-content ol li:not(:first-of-type)::before {
		background-size: cover;
	}

	.product-grid table {
		font-size: 14px;
	}

	ul.breadcrumb a {
		font-size: 12px;
	}

	#ocfilter-mobile .navbar {
		border-color: #7bbe28;
		background-color: #fff;
		padding: 0 10px;
		border-radius: 30px;
	}
	#ocfilter-mobile .navbar .navbar-brand {
		color: #7bbe28;
	}
	#ocfilter-mobile .navbar .navbar-toggle {
		border: none;
		color: #7bbe28;
		background-color: #fff;
		font-size: 16px;
		padding: 5px 10px;
	}
	#ocfilter-mobile #navbar-ocfilter {
		padding-top: 15px;
		border-color: #7bbe28;
	}
	#ocfilter-mobile .panel {
		border: none;
		box-shadow: 0 7px 30px -3px #bbb;
	}
	#ocfilter-mobile .panel > .list-group .list-group-item {
		border: none;
	}
	#ocfilter-mobile .panel > .list-group .list-group-item:not(:first-of-type) {
		border-top: 1px solid #7bbe28;
	}
	#ocfilter-mobile .ocfilter-option label a {
		color: #88dc20;
	}
	#ocfilter-mobile .ocfilter-option label a:hover {
		color: #88dc20;
		text-decoration: underline;
	}
	#ocfilter-mobile .noUi-connect {
		background-color: #88dc20;
	}

	.product-thumb .miniatures {
		max-width: 400px;
		margin: auto;
	}
	.product-grid {
		padding-bottom: 30px;
		margin-bottom: 10px;
	}

	#delivery-page .toggle-content {
		flex-direction: column;
		align-items: center;
	}
	#delivery-page .toggle-content li {
		max-width: 90%;
		min-height: 40px;
		margin: 10px auto;
	}

	.popup-callback {
		top: -150vh;
	}
	.popup-callback .form-wrap {
		padding: 10px 0;
	}
	.popup-callback .form-wrap .close-popup {
		font-size: 20px;
		line-height: 20px;
	}
	.popup-callback form input[type="text"],
	.popup-callback form input[type="tel"],
	.popup-callback form textarea {
		padding: 7px;
		padding-left: 35px;
		border-radius: 20px;
		font-size: 14px;
	}
	.popup-callback form .icon {
		font-size: 18px;
		line-height: 18px;
		left: 11px;
		top: 8px;
	}
	.popup-callback .item-wrapper {
		margin: 10px 0;
	}
	.popup-callback form input[type="submit"] {
		height: 40px;
		max-width: 70%;
		margin: 15px auto 0;
		border-radius: 30px;
		box-shadow: 0 10px 20px -3px #bbb;
		font-size: 16px;
	}
	.product-list .photos,
	.product-list .attr-wrap {
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.product-page .price-n-cart {
		align-items: flex-start;
	}

	#latestcarusel0 .owl-pagination,
	#latestcarusel1 .owl-pagination {
		top: -28px;
	}

	#prodcarousel0 .owl-pagination,
	#prodcarousel1 .owl-pagination {
		top: -30px;
	}
}

@media screen and (max-width: 767px) {
	#home-top .video-bg {
		background-image: url(/image/catalog/banner1.jpg);
		background-position: center;
	}
	#input-search {
		width: 100%;
	}

	#button-search {
		margin-top: 15px;
	}

	.product-page .price-n-cart {
		align-items: center;
	}

	.mobile-visible {
		display: block;
	}

	.mobile-visible .list-unstyled {
		text-align: center;
	}

	.mobile-hidden {
		display: none;
	}

	.product-page .mobile-visible .form-group input[type="text"],
	.product-page .form-group input[type="number"],
	.product-page .form-group textarea {
		padding-left: 4px;
		text-indent: 51px;
	}

	.product-page .col-sm-8 {
		padding-right: 0;
	}

	body[class^="product"] .media-gallery {
		padding-right: 0;
	}

	.siza-chart {
		padding: 0;
	}

	body[class^="account"] .container .col-sm-9 {
		padding: 0 10px;
	}

	body[class^="product-category"] .ocfilter-option:not(:first-of-type) .option-values label {
		width: 96%;
	}

	body[class^="account"] .container .form-group {
		padding: 5px 20px;
	}

	body[class^="product"] .media-gallery .video-gallery {
		padding-left: 10px;
		flex-direction: row;
		top: 0;
		left: 0;
	}
	body[class^="product-category"] h1 {
		font-size: 20px;
	}

	.modal-fastorder .modal-content .modal-header h1 {
		font-size: 20px;
	}

	.modal-fastorder .image_product img {
		max-width: 60%;
	}
}

@media screen and (max-width: 577px) {
	.menu-buttons i {
		font-size: 15px;
		line-height: 20px;
	}

	.menu-buttons #cart .btn {
		font-size: 15px;
		line-height: 20px;
		padding-right: 0;
	}
}

@media screen and (max-width: 521px) {
	header .callback {
		max-width: 160px;
		width: 132px;
		font-size: 13px;
		top: 3px;
	}
}

@media (max-width: 500px) {
	body[class^="product-category"] .ocfilter-option:not(:first-of-type) .option-values label {
		width: 93%;
	}

	#customer-reviews .swiper-container .swiper-slide-active {
		width: 90vw !important;
		left: -30vw;
	}

	#mobile-top .logo img {
		/*max-width: 70%;*/
		margin-left: 8px;
		/*margin-top: 8px;*/
	}

	header .container {
		/*height: 90px;
    padding-bottom: 50px;*/
		height: 68px;
		padding-bottom: 35px;
	}

	#mobile-top .phones .phones-link {
		font-size: 14px;
		color: #3a3f44;
	}

	header .callback {
		/*top: -5px ;*/
		bottom: 10px;
	}

	#home-top #easy-slider-1 {
		min-height: 0;
		padding-bottom: 80px;
	}
	#home-top #easy-slider-1 .dots-wrap {
		bottom: 20px;
	}
	#home-top #easy-slider-1 .slides-wrapper h2 {
		font-size: 26px;
		margin-bottom: 25px;
	}
	#home-top #easy-slider-1 .slides-wrapper h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#home-top #easy-slider-1 .slides-wrapper h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#home-top #easy-slider-1 .text-drive {
		width: 260px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}

	#content .slideshow-container .dot,
	#content #prodcarousel0 .owl-pagination .owl-page span {
		width: 10px;
		height: 10px;
	}

	#home-top {
		/* margin-bottom: 50px; */
	}
	#home-top .scroll-down {
		width: 35px;
		height: 35px;
		/* left: calc(50% - 20px); */
		font-size: 20px;
		line-height: 35px;
	}
	#home-content-top {
		margin: 50px auto;
	}
	#prodcarousel0 {
		margin: 20px auto;
	}
	#prodcarousel0 .owl-item table {
		min-height: 150px;
		height: 150px;
	}
	#prodcarousel0 .owl-pagination {
		margin-top: 0;
	}
	#home-content-top .show-all {
		top: 20px;
		width: 220px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	#prodcarousel0 .owl-buttons div {
		/*width: 30px;
    height: 30px;*/
		/*font-size: 16px;
    line-height: 30px;*/
		bottom: -25px;
	}
	#prodcarousel0 .owl-buttons .owl-next {
		bottom: -25px;
		right: calc(44% - 85px);
		/*padding: 2px;*/
	}
	#prodcarousel0 .owl-buttons .owl-prev {
		bottom: -25px;
		left: calc(41% - 85px);
		/*padding: 2px;*/
	}

	#prodcarousel0 .owl-carousel .owl-buttons div i {
		font-size: 20px;
	}

	#attainment {
		padding: 40px 0 30px;
	}
	#attainment .text-content h4 {
		font-size: 22px;
	}
	#attainment .text-content p {
		font-size: 14px;
	}
	#attainment a.prev {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		left: calc(50% - 90px);
		bottom: -3px;
	}
	#attainment a.next {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		bottom: -3px;
	}

	#attainment #easy-slider-2 {
		height: 350px;
		min-height: 350px;
	}
	#attainment #easy-slider-2 .mySlides {
		flex-direction: column;
	}
	#attainment #easy-slider-2 .mySlides .slide-item {
		height: 30%;
		width: 96%;
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#attainment #easy-slider-2 .mySlides .icon {
		margin: 35px auto 40px;
	}
	#attainment #easy-slider-2 .mySlides .icon img {
		width: 60px;
		height: 60px;
		box-shadow: 0 0 30px 10px rgba(220, 220, 220, 0.7);
	}
	#attainment #easy-slider-2 .mySlides .item-text {
		font-size: 10px;
		line-height: 12px;
		width: calc(100% - 100px);
	}

	#how-take {
		padding: 40px 0 0px;
	}
	#how-take h3 {
		font-size: 22px;
	}
	#how-take .content-wrapper {
		margin-top: 30px;
	}
	#how-take .section-content ol li {
		/*height: 70px;*/
	}
	#how-take .section-content ol li .num {
		width: 40px;
		height: 40px;
		min-width: 40px;
		font-size: 24px;
		line-height: 40px;
	}
	#how-take .section-content ol li .text-content {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 0;
	}

	#best-choice {
		padding: 90px 0 60px;
	}
	#best-choice h4 {
		font-size: 22px;
	}
	#best-choice #easy-slider-3 {
		height: 350px;
	}
	#best-choice #easy-slider-3 .slides-wrapper {
		height: 300px;
	}
	#best-choice #easy-slider-3 .mySlides {
		flex-direction: column;
	}
	#best-choice #easy-slider-3 .mySlides .slide-item {
		height: 30%;
		width: 96%;
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#best-choice #easy-slider-3 .mySlides .icon {
		margin: 0 20px;
	}
	#best-choice #easy-slider-3 .mySlides .icon img {
		width: 60px;
		height: 60px;
		box-shadow: 0 0 20px 5px rgba(124, 190, 40, 0.7), 0 0 0 13px rgba(255, 255, 255, 0.4);
	}
	#best-choice #easy-slider-3 .mySlides .item-text {
		font-size: 14px;
		width: calc(100% - 100px);
		line-height: 16px;
	}
	#best-choice a.next {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		bottom: -3px;
		right: calc(50% + -80px);
	}
	#best-choice a.prev {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		bottom: -3px;
		left: calc(50% + -80px);
	}

	#customer-reviews {
		padding: 20px 0 50px;
	}
	#customer-reviews .swiper-container {
		margin: 0 auto 20px;
	}
	#customer-reviews .swiper-container .swiper-slide-active {
		transform: translateY(-15px);
		margin-top: 50px;
	}
	#customer-reviews .add-review {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	#certificate {
		padding: 40px 0 50px;
	}
	#certificate .text-content {
		max-width: 96%;
		margin: auto;
	}
	#certificate h4 {
		font-size: 22px;
	}
	#certificate p {
		font-size: 14px;
	}
	#certificate p .big-text {
		font-size: 20px;
	}
	#certificate p br {
		display: none;
	}
	#certificate .form-wrapper {
		min-height: 240px;
		padding: 40px 0;
	}
	#certificate form input[type="text"],
	#certificate form input[type="tel"] {
		padding: 10px;
		padding-left: 50px;
		font-size: 14px;
	}
	#certificate form .icon {
		top: 10px;
		font-size: 20px;
		line-height: 20px;
	}
	#certificate form .item-wrapper:nth-of-type(2) {
		margin-top: 20px;
	}
	#certificate form input[type="submit"] {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 20px;
	}

	footer .footer-form {
		padding: 40px 0;
	}
	footer .footer-form h4 {
		margin: 0 auto 30px;
		font-size: 20px;
	}

	footer .footer-form .form-wrapper {
		min-height: 300px;
		padding: 30px 0;
	}
	footer .footer-form form input[type="text"],
	footer .footer-form form input[type="tel"],
	footer .footer-form form textarea {
		padding: 10px;
		padding-left: 50px;
		font-size: 14px;
	}
	footer .footer-form form .icon {
		top: 10px;
		font-size: 20px;
		line-height: 20px;
	}
	footer .footer-form form input[type="submit"] {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.popup-callback .form-wrap {
		min-height: 300px;
		padding: 30px 0;
	}
	.popup-callback form input[type="text"],
	.popup-callback form input[type="tel"],
	.popup-callback form textarea {
		padding: 10px;
		padding-left: 50px;
		font-size: 14px;
	}
	.popup-callback form .icon {
		top: 10px;
		font-size: 20px;
		line-height: 20px;
	}
	.popup-callback form input[type="submit"] {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.product-grid table {
		font-size: 12px;
	}

	body[class^="product-category"] #content .row:first-of-type .col-xs-6 {
		width: 400px;
		max-width: 96%;
		float: none;
		margin: 10px auto;
	}

	ul.breadcrumb {
		display: none;
	}

	body.information-contact #content iframe {
		max-height: 350px;
	}
}

@media screen and (max-width: 450px) {
	header .callback {
		top: -5px;
		height: 22px;
		line-height: 1;
	}
	header .container {
		margin: 0 auto;
	}

	#mob-menu {
		top: 50px !important;
		z-index: 10;
	}

	.menu-buttons {
		display: flex;
		/*flex-direction: column;*/
		align-items: center;
		max-height: 39px;
		margin-bottom: 13px;
	}
}

@media screen and (max-width: 375px) {
	body[class^="product-category"] .ocfilter-option:not(:first-of-type) .option-values label {
		width: 90%;
	}
}

/*Выбор языка*/

#mobile-top #form-language .btn,
#mobile-top #form-currency .btn {
	padding: 1.5px 10px;
	text-align: left;
}

/*YOUTUBE LINK*/
.youtube-link {
	display: none;
}
