.mobile_show {
    display: none;
    font-family: 'Manrope' !important;
}

.mobile_menu {
    display: none;
    padding: 0;
}
.podbor {
width: 30%;
}
.itog-podbor {
    width: 65%;
    position: relative;
    min-height: 650px;
    margin-left: 20px;
}
.swiper-wrapper {
    height: 650px !important;
}
.swiper1 {
    display: flex;
}

.dropdown2 > .drop {
   /* background: rgba(255, 222, 136, 1) !important; */
}
.bottom_link_podbor {
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 14px 0px;
}
.var-podbor {
    align-items: center !important;
}
.dropdown2 {
    width: 70%;
}
@media screen and (max-width: 1900px){
    .swiper-wrapper {
        height: 800px !important;
    }
    .itog-podbor {
        min-height: 800px;
    }
}
@media screen and (max-width: 1500px){
    .swiper-wrapper {
        height: 700px !important;
    }
    .itog-podbor {
        min-height: 700px;
    }
}
@media screen and (max-width: 1300px){
    .swiper-wrapper {
        height: 650px !important;
    }
    .itog-podbor {
        min-height: 650px;
    }
}
@media screen and (max-width: 800px){
    #categories h2 {
        line-height: 0;
        font-weight: 500;
        margin-bottom: 0;
    }
    .title {
        margin-bottom: 24px;
        font-size: 12px;
        font-weight: 500;
    }
    #categories > .mobile_show h2 {
        margin-bottom: 10px !important;
        line-height: 30px;
    }
    .dropdown2 {
        width: 100%;
    }
    .swiper-wrapper {
        height: auto !important;
    }
    .itog-podbor {
        width: 100%;
        min-height: 250px;
    }
    .podbor {
        display: none;
        }
    .mobile_show {
        display: block;
    }
    .mobile_menu {
    display: flex;
    font: 24px/32px Bureausans, Arial, sans-serif;
    margin: 0;
    }
    .podbor_sup {
        background-image: url('/static/theme/img/mobile_back_podbor.png');
    }
    .choise1 > .dropdown1, .dropdown2 {
        display: none;
    }
    #categories p {
        margin-bottom: 10px;
    }
    .bottom_link_podbor {
        width: 100%;
        text-align: center;
        padding: 12px;
        max-width: 100%;
    }
 }
 
 .line_colors {
    overflow: hidden;
    margin-bottom: 10px;
 }
  
  li.menu-item {
    margin-right: 32px;
    color: rgba(0, 0, 0, 1) !important;
    list-style-type: none;
    border: 1px solid rgba(255, 222, 136, 1);
    border-radius: 4px;
    padding: 7px 20px;
    flex-shrink: 0;
    font-size: 14px !important;
  }
  
  li.menu-item:last-child {
    margin-right: 0;
  }
  .menuLimiter {
    width: 100%;
    padding: 0 10px;
  
    /* Зададим возможность горизонтальной прокрутки */
    overflow-x: scroll;
  
    /* Для Сафари дополнительно зададим инерцию при прокрутке.
    С инерцией меню будет «оттягиваться» при попытке прокрутить
    его за его пределы. */
    -webkit-overflow-scrolling: touch;
    /* Добавим дополнительный нижнее поле
    элементу, в котором прокручивается меню */
    padding-bottom: 20px;

    /* С помощью отрицательного отступа
    компенсируем «нарощенное» поле  */
    margin-bottom: -20px;
    mask-image: linear-gradient(
      90deg,
      transparent 0, rgba(0, 0, 0, .25) 9px,
      #000 18px,
      #000 calc(100% - 18px),
      rgba(0, 0, 0, .25) calc(100% - 9px),
      transparent
    );
  }
  .menuWrapper {
    /* Спрячем всё, что выходит за границы родителя */
    overflow: hidden;
  }
  .dragscroll {
    cursor: grab;
    }
.button_filter {
    border: 1px solid rgba(255, 222, 136, 1);
    border-radius: 4px;
    padding: 7px 20px;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    margin-top: 10px;
}
.material_filter {
    background:  linear-gradient(to right, #FFE991, #FFE991, #FAEBAE, #FFE991, #FFE991);
    border-radius: 4px;
    padding: 7px 20px;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    margin-top: 10px;
}
.md-modal {
    font-family: 'Manrope' !important;
    margin: auto;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      height: 100%;
      z-index: 2000;
      visibility: hidden;
      background: white;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      padding: 0 20px;
}
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background-color: #e4f0e3;
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(#e4f0e3, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.apply {
    display: block;
    width: calc(100% + 2px);
    max-width: 150% !important;
    /* background:  linear-gradient(to right, rgba(249, 224, 122, 1), rgba(249, 224, 122, 1), rgba(255, 247, 217, 1), rgba(249, 224, 122, 1), rgba(249, 224, 122, 1)); */
    background:#FFDE88;
}
.close_modal {
    position: absolute;
    top: 20px;
    right: 20px;
}
.sub_categories {
    margin-top: 70px;
}
.sub_button, .sub_param {
    width: 100%;
    border: 1px solid rgba(255, 222, 136, 1);
    border-radius: 4px;
    padding: 7px 20px;
    text-align: center;
    margin-top: 10px;
}
.active_button {
    position: relative;
}
.sub_button.active_button::before {
    content: url('/static/theme/img/check_round.svg');
    position: absolute;
    left: 13px;
    top: 4px;
}
.modal_params {
    margin-top: 30px;
}
.param_50, .param_50_left {
    width: calc(50% - 4px);
    display: inline-block;
}
.param_50_left {
    margin-right: 4px;
}
.param_50.active_button, .param_50_left.active_button, .sub_param.active_button {
    background:  linear-gradient(to right, #FFE991, #FFE991, #FAEBAE, #FFE991, #FFE991);
}
.params_colors {
    overflow: hidden;
    margin-top: 20px;
}
.param_color {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-color: #FFDE88 !important;
    margin-right: 5px;
    border: 1px solid;
    position: relative;
}
.param_color img {
    width: 100%;
    height: 100%;
}
.hidden {
    display: none;
}
.mobile_show h2 {
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.param_color.check::before {
    content: url('/static/theme/img/check_round.svg');
    position: absolute;
    left: 13px;
    top: 13px;
}