
@media screen and (max-width: 1800px) {
	.one_img {
	    display: flex;
	    width: 800px;
	    position: absolute;
	    top: -12px;
	    left: 20px;
	}

	.one h3 {
	    font-weight: 400;
	    font-size: 24px;
	    line-height: 28px;
	    color: #fff;
	    position: absolute;
	    bottom: 77px;
	    right: 95px;
	    z-index: 1;
	}

	.one h3 span {
	    float: right;
	    margin: 0 -35px 0 0;
	}

	.one_banner {
	    display: flex;
	    height: 421px;
	}

	.one {
	    padding: 0px 0 10px 0;
	    overflow: hidden;
	}

	.flex-control-nav {
	    bottom: 20px !important;
	}
}



@media screen and (max-width: 1380px) {
	.basket {
	    padding: 38px 0px 0 0;
	}
}

@media screen and (max-width: 1250px){
	
}


/* стили для md-устройств */
@media screen and (max-width: 1200px) {

	.right-drawer.open{
		display: none;
	}
	.arrow_open {
		display: none;
	}
	.one_img {
        display: flex;
        width: 700px;
        position: absolute;
        top: -5px;
        left: 20px;
    }

    .one h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        position: absolute;
        bottom: 77px;
        right: 70px;
        z-index: 1;
    }

    .one h3 span {
        float: right;
        margin: 0 -31px 0 0;
    }

    .one_banner {
        display: flex;
        height: 390px;
    }

    .flex-direction-nav .flex-prev {
    	left: 15px !important;
    }

    .flex-direction-nav .flex-next {
    	right: 15px !important;
    }

    .header_nav ul li a {
	    padding: 9px 20px;
	    display: inline;
	    border-radius: 16px;
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 16px;
	    text-transform: uppercase;
	    color: #fff;
	    position: relative;
	}

	.header_nav ul li a span {
	    top: -1px;
	    right: 8px;
	}

	.two_flex {
		margin: -20px -7px 0 -7px;
	}

	.two_block {
		padding: 20px 7px 0 7px;
	}

	.three_title p {
	    max-width: 960px;
	    margin: 11px auto 20px auto;
	    font-size: 20px;
	    line-height: 24px;
	    text-align: center;
	    color: #858585;
	}

	.three_text h3 {
	    font-weight: 400;
	    font-size: 66px;
	    line-height: 61px;
	    text-transform: uppercase;
	    color: #858585;
	    margin: 0;
	}

	.three_text p {
	    margin: 12px 0 0 0;
	    font-size: 24px;
	    line-height: 28px;
	    color: #858585;
	}

	.footer_pd {
		padding: 0;
	}

	.footer_logo {
		padding: 0;
	}

	.footer_nav_block {
	    padding: 0 40px 0 0;
	}

	.catalog_flex_block {
		padding: 20px 7px 0 7px;
	}

	.catalog_flex {
		margin: 0 -7px;
	}

	.catalog_inner {
		margin: 0 -7px;
	}

	.catalog_inner_block {
		padding: 20px 7px 0 7px;
	}

	.catalog_inner_block_card {
		padding: 20px 7px 0 7px;
	}

	.catalog_inner_card {
		margin: 0 -7px 0 -7px;
	}

	.modal_basket {
		max-width: 100%;
		margin: 0 15px;
	}

	.modal_basket_img {
	    position: relative;
	    background: #F4F2F3;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 220px;
	    width: 300px;
	}

	.profile_pd {
	    padding: 60px 20px 0 20px;
	}
}	


@media screen and (max-width: 1050px) {
	

  
}


/* стили для sm-устройств */
@media screen and (max-width: 1024px) {
	.two_img {
	    display: flex;
	    height: 130px;
	}

	.two_title {
	    padding: 5px 0;
	}

	.title_flex h2 {
	    font-weight: 700;
	    font-size: 16px;
	    line-height: 19px;
	    color: #585858;
	    margin: -2px 16px 0 12px;
	}

	.title_small {
	    width: 8px;
	}

	.title_big {
	    width: 49px;
	}

	.four_restagle {
	    background: #000000;
	    height: 1px;
	    width: 120px;
	    margin: 4px 0 6px 0;
	}

	.four_img {
	    position: relative;
	    background: #F4F2F3;
	    /* height: 130px; */
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    overflow: hidden;
	    aspect-ratio: 1.48;
	}

	.four_basket button img {
		width: 20px;
	}

	.four_wrap {
		margin: 10px -7px 0 -7px;
	}

	.four_block {
		padding: 20px 7px 0 7px;
	}

	.catalog_inner_block,
    .catalog_flex_block {
        width: 25% !important;
    }

    .right_open {
    	position: absolute !important;
    	top: 0;
    	right: 0;
    	background: #fff;
    	z-index: 1;
    }

    .basket {
    	padding: 38px 0;
    }

    .arrow_open {
    	position: absolute !important;
    	top: 0;
    }

    .arrow_absolute {
	    z-index: 3;
	    display: flex;
	    align-items: center;
	    position: absolute;
	    top: 250px;
	    left: 57%;
	    transform: translate(-21%, 0);
	}

	.arrow_border {
	    background: #fff;
	    cursor: pointer;
	    border: 1px solid #3F3F3F;
	    border-radius: 5px 0 0 5px;
	    margin: 0 -1px 0 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 23px;
	    height: 46px;
	}

	.arrow_absolute.closed .arrow_border {
		background: none;
	}

	.setting_search_setting {
	    margin: 0;
	    padding: 0 0 0 10px;
	    display: flex;
	}

	.setting_search_input {
	    font-weight: 400;
	    font-size: 14px;
	    line-height: 16px;
	    color: #838383;
	    margin: 0 0 0 0;
	    width: 350px;
	    padding: 0 40px 0 20px;
	    height: 47px;
	    background: none;
	    border: 2px solid #838383;
	    border-radius: 16px;
	    box-sizing: border-box;
	}

	.category_banner {
		height: 280px !important;
	}

	.left_open.closed .category_img img {
		width: auto;
	}

	.card_inner {
		padding: 25px 0 0 0;
		display: flex;
	}

	.card_mr {
		border-bottom: none;
		width: 50%;
		margin: 0 30px 0 0;
	}

	.list_orders_flex {
	    padding: 0 10px;
	    display: flex;
	}

	.separate_button {
		display: flex;
		justify-content: flex-end;
	}

	.separate_flex {
	    padding: 0 10px 0 0;
	    display: flex;
	}

	.separate_block:nth-child(1) {
	    width: 10%;
	}

	.separate_block:nth-child(2) {
	    width: 27%;
	    padding: 0 10px 0 0;
	}

	.separate_inner h3 {
	    margin: 0 0 10px 14px;
	    font-size: 14px;
	    line-height: 16px;
	    font-weight: 400;
	}
  
}

/* стили для sm-устройств */
@media screen and (max-width: 992px) {
	.header_nav {
	    padding: 0 0 0 30px;
	}

	.header_btn {
	    padding: 0 0 0 30px;
	}
}

@media screen and (max-width: 991px) {
	.footer_nav {
		padding: 15px 0 0 0;
		justify-content: center;
	}

	.profile_banner_img {
		width: 340px;
		height: 208px;
		border-radius: 30px;
	}

	.profile_logo {
		width: 114px;
	}

	.profile_absolute {
    	position: absolute;
	    right: 24px;
	    bottom: 14px;
	}

	.profile_absolute_button button {
	    font-size: 10px;
	    line-height: 13px;
	    color: #fff;
	    position: relative;
	}

	.profile_absolute h3 {
	    font-weight: 600;
	    font-size: 19px;
	    line-height: 22px;
	    color: #fff;
	    position: relative;
	}

	.profile_absolute h3:before {
		background-size: 20px;
		width: 20px;
		height: 20px;
		left: -24px;
		bottom: 0;
	}

	.modal_sign {
		max-width: 100%;
		margin: 50px 15px 0 15px;
		padding: 40px 15px;
	}

	.modal_form {
	    max-width: 429px;
	    margin: 30px auto 0 auto;
	}
}


@media screen and (max-width: 900px) {
	


}


/* Ipad*/ 
@media screen and (max-width: 768px) {
	
	.order-panels{
		text-align:center;
	}
	.one_img {
        display: flex;
        width: 440px;
        position: absolute;
        top: 0;
        left: 20px;
    }

    .one h3 {
    	text-align: right;
    	max-width: 169px;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        position: absolute;
        bottom: 77px;
        right: 45px;
        z-index: 1;
    }

    .one h3 span {
    	margin: 0;
    	white-space: nowrap;
    }

    .one_banner {
        display: flex;
        height: 268px;
    }

    .flex-direction-nav {
    	display: none !important;
    }

    .flex-control-nav {
    	display: none !important;
    }

    .two_flex {
    	flex-wrap: wrap;
    }

    .two_block {
    	width: 33.3333333%;
    }

    .three {
    	padding: 20px 0 0 0;
    }

    .four_block {
    	width: 33.33333333%;
    }

    .four_wrap {
    	flex-wrap: wrap;
    	margin: 0 -7px;
    }

    .four {
    	padding: 30px 0 0 0;
    }

    .five {
    	padding: 40px 0 50px 0;
    }

    .catalog_inner_block, .catalog_flex_block {
    	width: 33.333333% !important;
    }

    .modal_basket_img {
    	width: 50%;
    	height: 170px;
    }

    .modal_basket_text {
    	width: 50%;
    }

    .modal_basket_text ul li p {
	    font-size: 12px;
	    line-height: 18px;
	    margin: 0;
	}

	.modal_basket_bottom {
		flex-wrap: wrap;
	}

	.modal_basket_bottom_block {
		width: 50%
	}

	.modal_basket_bottom_block:nth-child(1) {
		padding: 0;
	}

	.modal_basket_bottom_block:nth-child(2)  {
		padding: 0;
	}

	.modal_basket_bottom_block:nth-child(3) {
		padding: 0;
	}

	.modal_basket_bottom .card_button button {
		width: 100%;
	}

	.modal_basket_inner ul li {
		width: 50%;
		padding: 20px 5px 0 0;
	}

	.list_orders_hidden {
		display: none;
	}

	.list_orders_flex {
		flex-wrap: wrap;
	}

	.list_orders_block:nth-child(1) {
		width: 25%;
		order: 1;
	}

	.list_orders_block:nth-child(1) p {
		text-align: left;
	}

	.list_orders_block:nth-child(1) p span {
		display: inline-block;
	}

	.list_orders_block:nth-child(2) {
		order: 2;
		width: 50%;
	}

	.list_orders_block:nth-child(3) {
		order: 3;
		width: 25%;
	}

	.list_orders_block:nth-child(4) {
		padding: 7px 0 0 0;
		order: 4;
		width: 75%;
	}

	.list_orders_block:nth-child(4) p {
		text-align: left;
		
	}

	.list_orders_block:nth-child(5) {
		padding: 7px 0 0 0;
		width: 75%;
		order: 5;
	}

	.list_orders_block:nth-child(5) p {
		text-align: left;
	}

	.list_orders_block:nth-child(8) {
		order: 6;
		width: 25%;
		display: flex;
		justify-content: center;
	}

	.list_orders_block:nth-child(6) {
		padding: 26px 0 0 0;
		order: 7;
		width: 75%;
	}

	.list_orders_block:nth-child(6) p {
		text-align: left;
	}

	.list_orders_block:nth-child(7) {
		padding: 26px 0 0 0;
		width: 25%;
		order: 8;
	}

	.list_orders_block:nth-child(8) p {
		display: inline-block;
		padding: 3px 3px;
		color: #fff;
	}

	.list_orders_draft {
		background: #AC1517
	}

	.list_orders_progress {
		background: #AC15A9;
	}

	.list_orders_submitted {
		background: #35AC15;
	}

	.list_orders_mr {
		margin: -10px 0 0 0;
	}

	.list_orders_list li {
		padding: 20px 0;
	}

	.list_orders {
		padding: 20px 0 0 0;
	}

	.list_orders_pd {
		padding: 0;
	}

	.list_orders_list {
		padding: 0;
	}

	.list_orders_list li:nth-child(odd) {
		background: none;
	}

	.list_orders_list li:nth-child(2n) {
		background: #F4F2F3;
	}

	.four_list_orders {
		padding: 30px 0;
	}

	.separate_button {
		padding: 7px 0 0 0;
	}

	.separate_hidden {
		display: none;
	}

	.separate_pd {
		padding: 10px 0 0 0;
	}

	.separate_list .separate_flex {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.separate_block:nth-child(1) {
		order: 1;
		width: 22%;
	}

	.separate_block:nth-child(2) {
		width: 50%;
		order: 2;
	}

	.separate_block:nth-child(4) {
		order: 3;
		text-align: left;
		width: 28%;
	}

	.separate_block:nth-child(3) {
		order: 4;
		width: 72%;
		padding: 0 0 0 88px;
		text-align: left;
		margin: -15px 0 0 0;
	}

	.separate_block:nth-child(6) {
		order: 5;
		width: 28%;
		text-align: left;
		margin: -32px 0 0 0;
	}

	.separate_block:nth-child(8) {
		text-align: left;
		width: 72%;
		order: 6;
		padding: 0 0 0 88px;
	}

	.separate_block:nth-child(5) {
		text-align: left;
		order: 7;
		width: 28%;
		margin: -15px 0 0 0;
	}

	.separate_block:nth-child(7) {
		text-align: left;
		order: 8;
		width: 28%;
		margin: -23px 0 0 auto;
	}

	.separate_list li:nth-child(odd) {
	  background: none;
	}

	.separate_list li:nth-child(2n) {
	  background: #F4F2F3;
	}

	.separate_flex p span {
		display: inline-block;
	}

	.separate_progress_mobile {
	  color: #fff;
	  display: inline-block;
	  padding: 2px 3px;
	  background: #AC15A9;
	}

	.separate_list li {
		padding: 5px 0 10px 0;
	}

	.separate_status {
	    padding: 0 0 0 20px;
	}

	.profile_organizations_add {
	    padding: 0 0 0 20px;
	}

	.profile_organizations_list li {
		padding: 13px 13px;
		position: relative;
	}

	.profile_organizations_flex {
		flex-wrap: wrap;
	}

	.profile_organizations_left {
		width: 100%;
		flex-wrap: wrap;
	}

	.profile_organizations_left_block {
		width: 100% !important;
		margin: 0 0 3px 0;
	}

	.profile_organizations_left_block:last-child {
		margin: 0;
	}

	.profile_organizations_right {
		justify-content: flex-start;
		width: 100%;
	}

	.profile_organizations_button {
		padding: 9px 0 0 0;
	}

	.profile_organizations_delete {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 28px;
		z-index: 1;
	}

	.profile_organizations_pd {
		padding: 25px 9px 0 9px;
	}

	.profile_organizations_border {
		padding: 30px 30px 40px 30px;
	}

	.profile_pd {
		padding: 30px 20px 0 20px;
	}

	.four_profile {
		padding: 30px 0;
	}


}

@media screen and (max-width: 767px) {
	
	.empty-cart-container h2 {
		margin-top: 10px;
		font-size: 18px;
	}
	
	.basket.full .basket_button {
	    
	    margin: auto;
	}
	.cart-counter-big-button {
		opacity: 0.4;
	}
	
	.header_hidden {
		display: none;
	}

	/*Burger*/

	.burger {
	    display: flex !important;
	}

	.mt-munu-mb .header-navigation-wr {
	    display: block !important;
	}

	.header_right {
		padding: 0 50px 0 0;
	}

	.header_nav {
		padding: 0;
	}

	.header_nav ul {
		flex-wrap: wrap;
	}

	.header_nav ul li {
		width: 100%;
		justify-content: center;
	}

	.header_btn {
		text-align: center;
		padding: 20px 0 0 0;
	}

	.three_bg {
		padding: 16px 0 30px 0;
	}

	.three_bg .row .col-12 {
		padding: 0 0 60px 0;
	}

	.three_bg .row .col-12:last-child {
		padding: 0;
	}

	.mobile_fixed {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: url(../images/header.svg) 50% 0 no-repeat;
		background-size: cover;
		padding: 11px 0 36px 0;
		z-index: 5;
	}

	.mobile_fixed ul {
		display: flex;
		justify-content: center;
		margin: 0;
	}

	.mobile_fixed ul li {
		display: flex;
		padding: 0 36px 0 0;
	}

	.mobile_fixed ul li:last-child {
		padding: 0;
	}

	.mobile_fixed ul li a {
		display: flex;
		position: relative;
		align-items: flex-start;
	}

	.mobile_fixed ul li:nth-child(5) a img {
		width: 32px;
		height: 30px;
	}

	.mobile_fixed ul li:nth-child(5) a {
		margin: 0 0 0 0;
	}

	.mobile_fixed ul li a:hover {
		text-decoration: none;
	}

	.mobile_fixed ul li a .mobile_fixed_title {
		font-weight: 500;
		font-size: 9.24px;
		line-height: 11px;
		color: #fff;
		text-transform: uppercase;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -19px;
	}

	.mobile_fixed ul li:nth-child(5) a .mobile_fixed_title {
		transform: translateX(-40%);
	}

	.mobile_fixed ul li a .mobile_fixed_number {
	  top: -8px;
	  right: -9px;
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 15px;
	  height: 15px;
	  border-radius: 50%;
	  font-weight: 500;
	  font-size: 8px;
	  line-height: 7px;
	  color: #fff;
	  background: url(../images/header_nav.svg) 50% 50% no-repeat;
	}

	.footer {
	    background: url(../images/footer.svg) 50% 0 no-repeat;
	    background-size: cover;
	    padding: 30px 0 105px 0;
	}

	.setting_search_flex {
		justify-content: space-between;
	}

	.setting_search_search {
		display: none;
	}

	.setting_search_mobile {
		display: block;
	}

	.setting_search {
		padding: 20px 0 0 0;
	}

	.arrow_open {
		display: none !important;
	}

	.right_open {
		display: none !important;
	}

	.basket {
		padding: 38px 0;
		background: none;
	}

	.card_hidden {
		display: none;
	}

	.profile_banner {
		margin: 0 auto;
	}

	.profile_info {
		padding: 30px 0 0 0;
	}

	.profile_info h3 {
	    font-weight: 400;
	    font-size: 14px;
	    line-height: 16px;
	    margin: 0;
	}

	.profile_links {
		padding: 50px 0 0 0;
	}
}

/* Ipad mini*/ 
@media screen and (max-width: 640px) {

}

@media screen and (max-width: 575px) {
	
	
	
	.basket.full .basket_pd h3{
		font-size: 17px;
		padding: 4px 10px;
	}
	.basket.full .basket_pd ul li p {
		font-size: 15px;
    	line-height: 18px;
	}
	
	.basket_info_block:nth-child(3) {
	    width: 120px;
	}
	.basket.full .basket_info_block:nth-child(1){
		padding: 0 0 0 0;
	}
	
	.catalog_inner_block, .catalog_flex_block {
  		width: 50% !important;
  	}

  	.catalog_inner_block_card {
  		width: 50%;
  	}
  	
  	.one_img {
        display: flex;
        width: 440px;
        position: absolute;
        top: 0;
        left: -120px;
    }

    .one_relative {
    	overflow: hidden;
    }

    .four_block {
    	width: 50%;
    }

    .four_img {
        /* padding: 13px 30px; */
        position: relative;
        background: #F4F2F3;
        /* height: 130px; */
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .footer_logo a {
    	justify-content: center;
    }

    .footer_logo a img {
    	width: 95px;
    }

    .footer_button {
    	padding: 20px 0 0 0;
    	text-align: center;
    }

    .footer_button button {
	    font-size: 10px;
	    line-height: 100%;
	    color: #fff;
	    border: 2px solid #FFFFFF;
	    border-radius: 12px;
	    width: 142px;
	    height: 35px;
	}

	.footer_nav {
		flex-wrap: wrap;
	}

	.footer_nav_block {
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}

	.footer_nav ul li {
		justify-content: center;
	}

	.footer_text p {
		max-width: 330px;
		text-align: center;
		margin: 0 auto;
	}

	.footer_social {
		justify-content: center;
		padding: 30px 0 0 0;
	}

	.category_banner {
        height: 213px !important;
    }

    .category_img {
	    width: 203px;
	    display: flex;
	    position: absolute;
	    left: 0px;
	    top: -20px;
	}

	.card_button button {
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 16px;
	    color: #fff;
	    border-radius: 16px;
	    width: 220px;
	    height: 50px;
	    background: #333151;
	    border: 2px solid #333151;
	}

	.card_compound_img {
	    overflow: hidden;
	    background: #F4F2F3;
	    width: 58px;
	    height: 38px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.card_compound_img img {
		height: 100%;
		object-fit: cover;
	}

	.card_img {
		height: 337px;
	}

	.card_img img {
		object-fit: cover;
		height: 100%;
	}

	.separate_list .card_compound_img {
	    overflow: hidden;
	    background: #F4F2F3;
	    width: 72px;
	    height: 48px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}


}

/* Galaxy S8+*/ 
@media screen and (max-width: 480px) {
	
	.panel.order-panel {
    	width: 46%;
    	min-width: auto;
	}
	.container{
		padding-right: 10px !important; 
    	padding-left: 10px !important;
	}
	
  	.two_block {
  		width: 50%;
  	}

  	.catalog_inner_block, .catalog_flex_block {
  		width: 50% !important;
  	}

  	.catalog_inner_block_card {
  		width: 50%;
  	}

  	.card_mr h3 {
	    font-weight: 400;
	    font-size: 11px;
	    line-height: 13px;
	    color: #AEA8A8;
	    margin: 0;
	}

	.card_compound_text h4 {
	    font-weight: 400;
	    font-size: 9px;
	    line-height: 11px;
	    margin: 0;
	}

	.card_compound_text p {
	    margin: 2px 0 0 0;
	    font-size: 9px;
	    line-height: 11px;
	    color: #AEA8A8;
	}

	.modal_basket_img {
        width: 50%;
        height: 100px;
    }

    .modal_basket_text h4 {
	    font-weight: 400;
	    font-size: 10px;
	    line-height: 12px;
	    color: #AEA8A8;
	    margin: 0;
	}

	.modal_basket_text ul li p {
        font-size: 9px;
        line-height: 13px;
        margin: 0;
    }

    .list_orders .title_flex h2 {
    	font-size: 14px;
    }
}

/* Galaxy*/ 
@media screen and (max-width: 415px) {
	.panel.order-panel {
    	display: block ;
    	width: 100%;
    	height: auto;
	}
	
  	.basket_info_block:nth-child(1) {
	    padding: 0 10px 0 0;
	    width: 65%;
	}

	.basket_info_block:nth-child(3) {
	    width: 110px;
	    text-align: right;
	}

	.card_mr {
		margin: 0 10px 0 0;
	}

	.card_mr h3 {
        font-weight: 400;
        font-size: 9px;
        line-height: 11px;
        color: #AEA8A8;
        margin: 0;
    }

    .card_button button {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        border-radius: 16px;
        width: 130px;
        height: 50px;
        background: #333151;
        border: 2px solid #333151;
    }

    .profile_banner_img {
    	width: 100%;
    }

    .modal_form_flex {
    	flex-wrap: wrap;
    }

    .modal_form_link {
    	width: 100%;
    	display: flex;
    	justify-content: center;
    	order: 2;
    	padding: 15px 0 0 0;
    }

    .modal_form_button {
    	width: 100%;
    	order: 1;
    	text-align: center;
    }
}



/* Iphone 6.7.8 */ 
@media screen and (max-width: 375px) {
	
}

/* Iphone 5.5SE */ 
@media screen and (max-width: 320px) {
	
}