

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
	.wrapper_slider {
		overflow: hidden;
	}
	.dws_display_none {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.catalog_category_section {
		justify-content: space-evenly;
	}
	.catalog_category_item {
		width: 280px;

	}
}
@media only screen and (max-width: 1050px) {
	.hdr_profile {
		padding: 15px 0 15px;
	}
	.box_header {
		background: var(--cl-000000);
		margin-bottom: 25px;
	}
	nav.box_header,
	.hdr_search_car .hdr_heading {
		display: none;
	}
	.wrapp-search {
		margin-left: 30px;
		position: relative;
	}
	.wrapp-search form.search {
		position: absolute;
		margin-right: 0;
		bottom: -42px;
		width: 100%;
	}
	.hdr_search_car {
		margin-bottom: 20px;
	}
	ul.list_lang {
		background: var(--cl-000000);
	}
	.list_lang li:hover {
		background: var(--cl-515153);
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.wrapp-search {
		margin-left: 0;
	}
	.right_site_bar_hom {
		display: none;
	}
	.catalog_category_item {
		margin-left: 15px;
		margin-right: 15px;
	}
	.catalog_category_item {
		width: 45%;
	}
	.wrapper_catalog .line_full,
	.wrapper_order_costume .line_full {
		background-size: cover;
	}
	.sl_item_img {
		height: auto;
	}
	.our_guarantees .container-fixed .row-flex {
		margin-left: 0;
		margin-right: 0;
	}
	.mob_detail_sidebar_none {
		display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.wrapper_slider img {
		/*width: 170%;*/
	}
	.wrapper_catalog .line_full {
		height: 55px;
		background-size: 165% 55px;
	}
	.line_full h3 {
		font-size: 30px;
		padding-top: 12px;
	}
	.display_yes {
		display: none;
	}
	.sl_item_img {
		height: auto;
	}
	.box_flex_item {
		margin-right: 0;
	}
	.sl_item_container {
		margin-right: 5%;
		margin-left: 5%;
		max-width: 90%;
		height: auto;
	}
	.box_flex_item .slick-prev {
		left: -5px;
	}
	.box_flex_item .slick-next {
		right: -1px;
	}
	.item_button {
		width: 100%;
	}
	.line_full {
		background-size: contain;
	}
	.wrapper_order_costume .line_full {
		height: 60px;
	}
	.wrapper_order_costume .line_full h3 {
		padding-top: 13px;
	}
	.wrapper_order_costume .line_full h3 a {
		font-size: 25px;
	}
	.wrapper_order_costume .line_full h3 a::after {
		height: 2px;
	}
	a.container_news {
		margin-top: 15px;
		display: block;
	}
	.row-flex.media_button_none {
		display: none;
	}
	.our_guarantees {
		height: auto;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 25px;
	}
	.item_guarantees {
		justify-content: center;
		margin-bottom: 20px;
	}
	.item_gar_text h4 {
		font-family: 'Exo2-Regular', sans-serif;
	}
	.right_choice h3 {
		font-size: 30px;
	}
	.display_none {
		display: table-row;
	}
	.equipment_button {
		border: none;
	}
	.equipment_button h3 {
		font-size: 34px;
	}
	.interview h3 {
		font-size: 30px;
	}
	.video_flex_item .slick-list.draggable {
		margin-left: 30px;
		margin-right: 30px;
	}
	.video_flex_item .slick-prev {
		left: 0;
	}
	.video_flex_item .slick-next {
		right: 0;
	}
	.video_flex_item .slick-slide img {
		width: 95%;
		margin: 0 auto;
	}
	.interview {
		height: auto;
		background-position: 50% 0;
	}
	.learn_more h3 {
		font-size: 30px;
		margin-right: 0;
	}
	.learn_more h3 a {
		font-size: 60px;
		margin-top: 20px;
	}
	.learn_more h3 a.underline::after {
		height: 4px;
		bottom: -26px;
	}
	#footer {
		margin-top: 20px;
	}
	.footer_contact.fc_mobil {
		display: block;
	}
	.footer_social ul {
		width: 300px;
		margin: 0 auto;
	}
	.footer_social p {
		text-align: center;
		margin: 20px 0;
	}
	.footer_contact {
		text-align: center;
		margin: 10px auto;
	}
	.footer_payment {
		justify-content: center;
	}
	.footer_contact .wrapp_cont {
		justify-content: center;
	}
	img.img_response {
		width: 100%;
		display: inline-block;
	}

	/* Мобильное меню */
	nav.box_header {
		display: block;
	}
	.mob_icon {
		position: fixed;
		background: var(--cl-000000);
		padding: 2px 5px;
		top: 25px;
		left: 20px;
		transform: translate(-50%,-50%);
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 99999;
	}
	.mob_icon .hamburger {
		width: 30px;
		height: 4px;
		background-color: var(--cl-base);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		box-shadow: 0 3px 5px rgba(0,0,0,.3);
		transition: .3s;
	}
	.mob_icon .hamburger::before {
		content: '';
		position: absolute;
		width: 30px;
		height: 4px;
		top: 9px;
		background-color: var(--cl-base);
		box-shadow: 0 3px 5px rgba(0,0,0,.3);
		transition: .5s;
	}
	.mob_icon .hamburger::after {
		content: '';
		position: absolute;
		width: 30px;
		height: 4px;
		top: -9px;
		background-color: var(--cl-base);
		box-shadow: 0 3px 5px rgba(0,0,0,.3);
		transition: .5s;
	}
	.mob_icon.active .hamburger {
		background-color: transparent;
		box-shadow: 0 3px 5px rgba(0,0,0,0);
	}
	.mob_icon.active .hamburger::before {
		top: 0;
		transform: rotate(135deg);
	}
	.mob_icon.active .hamburger::after {
		top: 0;
		transform: rotate(215deg);
	}

	.nav_menu.menu_mobile {
		overflow: scroll;
		transition: 1s;
		display: block;
		transform: translateX(-100%);
		padding-top: 50px;
		background: var(--cl-4c5c65);
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 1600;
	}
	.nav_menu.open_menu {
		transition: 1s;
		transform: translateX(0);
	}
	.nav_menu.menu_mobile li {
		position: relative;
		padding: 0;
	}
	.nav_menu.menu_mobile li a {
		color: #fff;
		vertical-align: middle;
		line-height: 48px;
		height: 48px;
		font-size: 14px;
		display: block;
		border-bottom: 1px solid var(--cl-3d4b53);
		padding-left: 15px;
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.nav_menu.menu_mobile li a .nav_sub_menu li a {
		font-size: 16px;
	}
	.nav_menu.menu_mobile i.arrow {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 6px;
		width: 46px;
		height: 34px;
		text-align: center;
		border-left: 1px solid var(--cl-5a6971);
		z-index: 200;
	}
	.nav_menu.menu_mobile i.arrow img {
		margin-top: 10px;
		transition: 0.5s;
		transform: rotate(90deg);
	}
	.nav_menu.menu_mobile li.active i.arrow img {
		transform: rotate(0deg);
	}
	.nav_menu.menu_mobile .nav_sub_menu {
		position: initial;
		padding-bottom: 0;
	}
	.nav_menu.menu_mobile li.active {
		background: var(--cl-44535C);
	}
	.nav_menu.menu_mobile li.active .nav_sub_menu,
	.nav_menu.menu_mobile li:hover .nav_sub_menu {
		display: none;
		height: 0;
		overflow: hidden;
	}
	.nav_menu.menu_mobile li.active .nav_sub_menu.in {
		background: var(--cl-44535C);
		display: block;
		height: auto;
		overflow: initial;
	}
	.nav_menu.menu_mobile .nav_sub_menu li a {
		width: 100%;
		padding-left: 30px;
	}
	/* Мобильное меню END */

	.product_item_detail_text {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.row-flex.price_ml .em-5 {
		margin-left: 15px;
		width: calc(100% - 30px);
	}
	.product_item_detail_price {
		margin-top: 20px;
		padding: 8px 10px
	}
	.product_item_detail_info_container {
		margin-bottom: 20px;
	}
	.nav_tabs .nav_item {
		width: 50%;
	}
	.catalog_item_wrap {
		height: auto;
	}
	.news_item_detail_content img {
		width: 100%;
		height: 100%;
	}
	.product-item-detail-price-old {
		display: block;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 630px) {
	.catalog_category_item {
		margin-left: 0;
		margin-right: 0;
	}
	.h4.item_heading {
		margin-top: 10px;
	}
	.box_flex_item .slick-prev {
		left: -5px;
	}
	.box_flex_item .slick-next {
		right: -1px;
	}
	.tab_content {
		overflow: hidden;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 620px) {
	.wrapp-search form.search {
		bottom: -23px
	}
	.wrapp_cont {
		min-width: 172px;
	}
	.hdr_img img {
		width: 30px;
	}
	.img_logo img {
		width: 150px;
	}
	ul.hdr_tel li {
		font-size: 14px;
	}
	input.form-search {
		padding: 2px 10% 2px 2%;
		border-radius: 3px 3px 3px 3px;
	}
	.submit {
		width: 32px;
		height: 25px;
	}
	.submit img {
		width: 19px;
	}
	.div_cart img {
		width: 25px;
	}
	.div_cart a span {
		width: 12px;
	}
	.cart_count_wrapper {
		width: 16px;
		height: 16px;
	}
	.cart_count {
		font-size: 10px;
	}
	.wrapper_catalog .catalog_full {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.box_header {
		margin-bottom: 10px;
	}
	.hdr_search_car {
		margin-bottom: 0;
	}
	.div_cart a span {
		margin-left: 0;
	}
	.wrapper_slider img {
		/*width: 165%;*/
	}
	.wrapper_catalog .line_full {
		background-size: 165% 45px;
		height: 38px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.line_full h1 {
		font-size: 24px;
		padding-top: 5px;
	}
	.wrapper_catalog .catalog_full {
		margin-top: 15px;
		background-size: cover;
		height: auto;
		padding-bottom: 5px;
	}
	.wrapper_catalog .catalog_full h1 {
		font-size: 22px;
		line-height: 26px;
	}
	.catalog_category_section {
		margin-top: 10px;
		justify-content: space-between;
	}
	.catalog_category_item {
		width: 48%;
	}
	.wrapper_sale_leaders {
		border-top: none;
	}
	h3.sale_leaders {
		font-size: 22px;
		margin: 30px 0;
	}
	.wrapper_order_costume .line_full {
		height: 45px;
		margin-top: 10px;
		background-position: 50% 100%;
		margin-bottom: 20px;
	}
	.wrapper_order_costume .line_full h3 {
		padding-top: 5px;
	}
	.wrapper_order_costume .line_full h3 a {
		font-size: 20px;
	}
	.wrapper_order_costume .line_full h3 a::after {
		bottom: -2px;
	}
	h4.main_news {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	h4.main_news a {
		font-size: 20px;
	}
	h4.main_news a::after {
		margin-top: 3px;
	}
	.our_guarantees {
		margin-top: 40px;
	}
	.our_guarantees h3 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.right_choice h3 {
		font-size: 22px;
	}
	.th_1, .th_2, .th_3, .th_4{
		padding: 1em 2px;
	}
	.mini_logo {
		margin: 0 40px 0 0;
	}
	.equipment_button h3 {
		font-size: 20px;
	}
	.interview h3 {
		font-size: 25px;
	}
	.interview {
		background-position: 50% -120px;
	}
	.learn_more h3 {
		font-size: 24px;
		margin-top: 36px;
	}
	.learn_more h3 a {
		font-size: 46px;
		margin-top: 8px;
	}
	.learn_more {
		height: 200px;
		background-size: cover;
		background-position: 65% 0;
	}
	.learn_more h3 a.underline::after {
		height: 2px;
		bottom: -15px;
	}
	.product_item_container .product_item_info_container.product_item_hidden {
		display: block;
		opacity: 1;
	}
	.personal_item_h {
		margin-top: 15px;
	}
	.personal_item_h h4 {
		font-size: 20px;
	}
	a.product_item_image_wrapper img {
		height: auto;
	}
	.thumb-wrap {
		width: 100%;
		overflow: auto;
	}
	.pagination_arrow {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 440px) {
	ul.hdr_tel li {
		font-size: 12px;
	}
	.div_cart a span {
		font-size: 11px;
	}
	.catalog_category_item {
		width: 100%;
	}
	.line_full h3 {
		font-size: 20px;
		padding-top: 6px;
	}
	.submit {
		width: 25px;
		height: 25px;
	}
	button.submit img {
		margin-top: 3px;
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width: 400px) {
	.img_logo img {
		width: 155px;
	}
}

	/* Extra Small Devices, Phones */
@media only screen and (max-width: 380px) {
	.wrapp_cont {
		min-width: auto;
	}
	.img_logo img {
		width: 130px;
	}
	.hdr_img img {
		width: 25px;
	}
	.hdr_search_car .em-xm-7 {
		width: calc(58.33333333333333% - 23px);
		margin: 0 6px;
	}
	.sl_item_container {
		margin-right: 2%;
		margin-left: 2%;
		max-width: 96%;
	}
	.wrapper_order_costume .line_full {
		height: 40px
	}
	.wrapper_order_costume .line_full h3 a {
		font-size: 18px;
	}
	.wrapper_order_costume .line_full h3 a::after {
		bottom: 0;
	}
	.item_gar_img {
		flex-basis: 130px;
		margin-right: 20px;
	}
	.item_gar_img img {
		width: 100%;
	}
	.item_gar_text p {
		font-size: 14px;
	}
	.th_1, .th_2, .th_3, .th_4 {
		padding: 10px 0;
		font-size: 14px;
	}
	.mini_logo {
		margin: 0 25px 0 0;
	}
	.equipment_button h3 {
		font-size: 16px;
	}
	ul.hdr_tel li a {
		font-size: 12px;
	}
	.dws_pagination a,
	.pagination_pages,
	.pagination_label,
	.pagination_pages_list, .pagination_arrow {
		font-size: 9px;
	}
}

@media only screen and (max-width: 370px) {
	.img_logo img {
		width: 120px;
	}
	ul.hdr_tel li {
		font-size: 11px;
	}
	.hdr_img {
		display: none;
	}
	.right_choice {
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.footer_social ul {
		width: auto;
	}
	.wrapper_catalog .catalog_full h1 {
		font-size: 20px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 320px) {
	.nav_tabs .nav_item {
		min-width: 145px;
	}
	.nav_tabs .nav_link {
		font-size: 13px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 240px) {

}


@media only screen and (max-width: 768px) {
	.basket-items-list-item-container .basket-item-actions-remove:not(.visible-xs) {
		display: none;
	}
	.basket-items-list-item-container .basket-items-list-item-price-for-one {
		order: 1;
	}
	.basket-items-list-item-container .basket-items-list-item-price-for-one .basket-item-block-price {
		margin-bottom: 16px;
	}
	.basket-items-list-item-container .basket-item-block-price {
		padding-top: 4px;
	}
	.basket-items-list-item-container .basket-items-list-item-amount {
		padding-bottom: 0;
	}
	.basket-items-list-item-container .basket-items-list-item-price-for-one {
		min-width: 100%;
	}
	.basket-items-list-item-container .basket-items-list-item-amount,
	.basket-items-list-item-container .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
		max-width: 50%;
		min-width: 50%;
	}
}
