.products__block_box .quantity-btn-plus,.products__block_box .quantity-btn-minus,.products__block_gift .quantity-btn-plus,.products__block_gift .quantity-btn-minus{
    display: none!important;
}
.boxWrap_active.bordered,.goodWrap_active.bordered{
    border: 1px solid black;
}
.products__block_inactive.parent{
    display: none;
}
.products__block_box .products__delete,.products__block_gift .products__delete{
    display: none;
}
.hidden{
    display: none;
}
.goodsList{
    display: flex;
    flex-wrap: wrap;
}
.filling-scale__br{
    width: 0%;
    height: 10px;
    background-color: #665cff;
    border-radius: 50px;
    max-width: 100%;
}
.filling-scale__wrap{
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
    border-radius: 50px;
    margin-top: 5px;
    overflow: hidden;
}
.products__block_sizeError.bordered{
    border-color: red;
    display: none;
}
.activeGift.bordered{
    border-color: green;
}
.activeGift.hidden{
    display: none;
}
#presents{
    width: 500px;
    padding: 20px;
    display: none;
}
.fancybox-container .fancybox-bg{
    background: #fff;
    background-color: #1b1b1b!important;
    opacity: 1;
}
.custom-description{
    max-width: 100%;
    text-align: initial;
}
.custom-description li{
    text-align: initial;
}
.konstruktor-help_block {
    width: 393px!important;
    right: -13px!important;
}
/*Конструктор*/
.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.konstruktor-right {
  padding-left: 16px;
}

.konstruktor-right .basket-total-block {
  padding: 20px 29px;
  border: 1px solid #e2dfdf;
  border-radius: 3px;
  background: var(--card_bg_black);
  margin-top: 55px;
}

.konstruktor-right .parent {
  align-items: center;
}

.konstruktor-right__title,
.konstruktor-ordering__total {
  font-size: 1.2em;
  color: var(--white_text_black);
  font-weight: 700;
}

.konstruktor-right .basket-total-block {
  margin-bottom: 10px;
  max-height: 360px;
  overflow: auto;
}

.parent {
  display: flex;
  justify-content: space-between;
  /* height: 100%;*/
}

.parent-row {
  flex-direction: row;
}

.konstruktor-right__btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #b5b5b5;
}

.products__delete {
  cursor: pointer;
}

.konstruktor-right__btn svg,
.products__delete svg {
  margin: 0 0px 1px 8px;
  fill: #b5b5b5;
}

.konstruktor-right__btn {
  position: relative;
  float: right;
  padding: 5px 0px 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.products__block {
  margin: 20px 0;
}

.products__name {
  width: calc(50% - 14px);
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
  color: var(--fill_dark_light_ccc);
}

.products__price {
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
  color: var(--fill_dark_light_ccc);
}

.products__quantity {
  position: relative;
  display: flex;
  padding: 0 30px;
  justify-content: flex-end;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  max-width: 102px;
  min-width: 100px;
  background: #f8f8f8;
  margin: 0 5px;
}

.quantity-btn-minus {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 32px;
  cursor: pointer;
  background: 0 0;
  border: none;
  transition: 300ms all ease;
}

.quantity-btn-minus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 11px;
  height: 1px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.quantity-filed-block {
  position: relative;
  border: none;
}

.quantity-filed-block input {
  border: none;
  font-weight: 400;
  width: 100%;
  padding: 7px 0 7px;
  font-size: 13px;
  line-height: 13px;
  height: 32px;
  color: var(--white_text_black);
  text-align: center;
  background: 0 0;
}

.quantity-btn-plus {
  right: 0;
  left: auto;
  margin: 0;
  position: absolute;
  top: 0;
  width: 30px;
  height: 32px;
  cursor: pointer;
  background: 0 0;
  border: none;
  transition: 300ms all ease;
}

.quantity-btn-plus::before {
  margin-top: -6px;
  margin-left: 0px;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.quantity-btn-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 11px;
  height: 1px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

input.quantity-amount-filed {
  border: none !important;
}

.konstruktor-left__1 {
  margin-bottom: 30px;
}

.konstruktor-left__box {
  position: relative;
  display: flex;
  /*align-items: stretch;*/
  padding: 0;
}

.konstruktor-left__box:hover {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: var(--card_bg_hover_black);
}


.konstruktor-left__boxConteiner {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.konstruktor-left__boxConteiner img {
  max-width: 100%;
  max-height: 100%;
}

.konstruktor-left__name {
  margin: 20px 0;
}

.konstruktor-left__name a {
  font-weight: normal;
  font-size: 1em;
  color: var(--fill_dark_light_ccc);
  text-decoration: none;
}

.konstruktor-left__price {
  letter-spacing: -0.33px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: var(--white_text_black);
}

.konstruktor-btn__help {
  text-align: center;
  background: transparent;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
}

.konstruktor-btn__help::before {
  content: "?";
  font-weight: 700;
  color: #a4a4a4;
}

.konstruktor-btn {
  position: absolute;
  top: 3%;
  right: 3%;
  text-align: left;
}

.filter {
  padding: 13px 0px 14px;
}

.filling-scale {
  padding: 24px 29px;
  border: 1px solid #e2dfdf;
  background: var(--card_bg_black);
  margin-bottom: 10px;
}

.konstruktor-right_sticky {
  position: sticky;
  top: 60px;
}

.konstruktor-ordering {
  padding: 20px 29px;
  border: 1px solid #e2dfdf;
  border-radius: 3px;
  background: var(--card_bg_black);
}

.filling-scale__title,
.konstruktor-ordering__name {
  font-size: 1em;
  color: var(--white_text_black);
  font-weight: 700;
  position: relative;
}

.konstruktor-ordering__name {
  margin-left: 15px;
}

.konstruktor-ordering__name::after {
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -1px;
  margin-left: 0px;
  width: 11px;
  height: 1px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.konstruktor-ordering__name::before {
  margin-top: -6px;
  margin-left: -10px;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.konstruktor-ordering__title {
  margin-bottom: 22px;
}

.konstruktor-ordering__present {
  font-size: 13px;
  padding-top: 6px;
  margin-bottom: 22px;
}

.konstruktor-ordering_btn button {
  background-color: #de4657;
  border-color: #de4657;
  color: #FFF;
}

.konstruktor-ordering_btn {
  text-align: center;
}

/*.konstruktor h2 {
  margin-left: inherit;
}*/

.JustifyConten {
  display: flex;
  justify-content: center;
}

.konstruktor-left__oldPrice {
  margin-left: 10px;
  text-decoration: line-through;
}

.konstruktor-help_block {
  display: none;
  border: 1px solid #ececec;
  padding: 10px;
  width: 290px;
  background-color: #FFFFFF;
  z-index: 20;
  position: absolute;
  right: 0;
  color: var(--fill_dark_lite_ccc);
  max-height: 360px;
  overflow: auto;
}

.konstruktor-btn__help:hover .konstruktor-help_block {
  display: block;
}

.help_block__name {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .konstruktor-right .basket-total-block {
    max-height: 260px;
  }

  .products__block.parent {
    display: block;
  }

  .konstruktor-right .basket-total-block {
    padding: 20px 24px;
  }

  .products-block_min.parent {
    display: flex;
    justify-content: space-between;
  }

  .products__name {
    width: 100%;
    margin-bottom: 10px;
  }

  .products__quantity {
    margin: 0;
  }

  .filling-scale {
    padding: 20px 24px;
  }

  .konstruktor-ordering {
    padding: 20px 24px;
  }

  .konstruktor-ordering__name {
    font-size: 14px;
  }

  .konstruktor-right__title,
  .konstruktor-ordering__total {
    font-size: 16px;
  }

  .konstruktor-help_block {
    width: 250px;
  }
}

@media (max-width: 1199px) {
  .konstruktor-right .basket-total-block {
    margin-top: 85px;
  }

  .konstruktor-help_block {
    width: 300px;
  }

  /*.products .parent {
    display: block;
  }*/

  .konstruktor-ordering__name {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .konstruktor-help_block {
    width: 330px;
  }

  .konstruktor-left__boxConteiner img {
    max-width: 100px;
  }
  .konstruktor h2{
    font-size: 22px;
  }
  .konstruktor-right .basket-total-block {
    margin-top: 50px;
}
}
@media (max-width: 767px){
  .konstruktor>.parent{
    display: block;
  }
  .konstruktor-right{
    padding: 0;
  }
  .konstruktor-help_block {
    width: 260px;
}
.konstruktor-help_block {
  max-height: 200px;
}
}
@media (max-width: 575px){
  .konstruktor .col-12{
    width: 100%;
  }
/*анонс*/
	.colored_table h3 {
		margin: 0;}

	}

	.colored_table tr {
		border: 1px solid #ececec;
	}

	.colored_table td {
		border: 0;
	}

	.colored_table-overflow{
		overflow: auto;
		padding-bottom: 154px;
	}
	
	/*Конструктор*/
.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.konstruktor-right {
  padding-left: 16px;
}

.konstruktor-right .basket-total-block {
  padding: 20px 29px;
  border: 1px solid #e2dfdf;
  border-radius: 3px;
  background: var(--card_bg_black);
  margin-top: 55px;
}

.konstruktor-right .parent {
  align-items: center;
}

.konstruktor-right__title,
.konstruktor-ordering__total {
  font-size: 1.2em;
  color: var(--white_text_black);
  font-weight: 700;
}

.konstruktor-right .basket-total-block {
  margin-bottom: 10px;
  max-height: 360px;
  overflow: auto;
}

.parent {
  display: flex;
  justify-content: space-between;
  /* height: 100%;*/
}

.parent-row {
  flex-direction: row;
}

.konstruktor-right__btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #b5b5b5;
}

.products__delete {
  cursor: pointer;
}

.konstruktor-right__btn svg,
.products__delete svg {
  margin: 0 0px 1px 8px;
  fill: #b5b5b5;
}

.konstruktor-right__btn {
  position: relative;
  float: right;
  padding: 5px 0px 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.products__block {
  margin: 20px 0;
}

.products__name {
  width: calc(50% - 14px);
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
  color: var(--fill_dark_light_ccc);
}

.products__price {
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
  color: var(--fill_dark_light_ccc);
}

.products__quantity {
  position: relative;
  display: flex;
  padding: 0 30px;
  justify-content: flex-end;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  max-width: 102px;
  min-width: 100px;
  background: #f8f8f8;
  margin: 0 5px;
}

.quantity-btn-minus {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 32px;
  cursor: pointer;
  background: 0 0;
  border: none;
  transition: 300ms all ease;
}

.quantity-btn-minus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 11px;
  height: 1px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.quantity-filed-block {
  position: relative;
  border: none;
}

.quantity-filed-block input {
  border: none;
  font-weight: 400;
  width: 100%;
  padding: 7px 0 7px;
  font-size: 13px;
  line-height: 13px;
  height: 32px;
  color: var(--white_text_black);
  text-align: center;
  background: 0 0;
}

.quantity-btn-plus {
  right: 0;
  left: auto;
  margin: 0;
  position: absolute;
  top: 0;
  width: 30px;
  height: 32px;
  cursor: pointer;
  background: 0 0;
  border: none;
  transition: 300ms all ease;
}

.quantity-btn-plus::before {
  margin-top: -6px;
  margin-left: 0px;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.quantity-btn-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 11px;
  height: 1px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

input.quantity-amount-filed {
  border: none !important;
}

.konstruktor-left__1 {
  margin-bottom: 30px;
}

.konstruktor-left__box {
  position: relative;
  display: flex;
  /*align-items: stretch;*/
  padding: 0;
}

.konstruktor-left__box:hover {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: var(--card_bg_hover_black);
}


.konstruktor-left__boxConteiner {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.konstruktor-left__boxConteiner img {
  max-width: 100%;
  max-height: 100%;
}

.konstruktor-left__name {
  margin: 20px 0;
}

.konstruktor-left__name a {
  font-weight: normal;
  font-size: 1em;
  color: var(--fill_dark_light_ccc);
  text-decoration: none;
}

.konstruktor-left__price {
  letter-spacing: -0.33px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: var(--white_text_black);
}

.konstruktor-btn__help {
  text-align: center;
  background: transparent;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
}

.konstruktor-btn__help::before {
  content: "?";
  font-weight: 700;
  color: #a4a4a4;
}

.konstruktor-btn {
  position: absolute;
  top: 3%;
  right: 3%;
  text-align: left;
}

.filter {
  padding: 13px 0px 14px;
}

.filling-scale {
  padding: 24px 29px;
  border: 1px solid #e2dfdf;
  background: var(--card_bg_black);
  margin-bottom: 10px;
}

.konstruktor-right_sticky {
  position: sticky;
  top: 60px;
}

.konstruktor-ordering {
  padding: 20px 29px;
  border: 1px solid #e2dfdf;
  border-radius: 3px;
  background: var(--card_bg_black);
}

.filling-scale__title,
.konstruktor-ordering__name {
  font-size: 1em;
  color: var(--white_text_black);
  font-weight: 700;
  position: relative;
}

.konstruktor-ordering__name {
  margin-left: 15px;
}

.konstruktor-ordering__name::after {
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -1px;
  margin-left: 0px;
  width: 11px;
  height: 1px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.konstruktor-ordering__name::before {
  margin-top: -6px;
  margin-left: -10px;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.konstruktor-ordering__title {
  margin-bottom: 22px;
}

.konstruktor-ordering__present {
  font-size: 13px;
  padding-top: 6px;
  margin-bottom: 22px;
}

.konstruktor-ordering_btn button {
  background-color: #de4657;
  border-color: #de4657;
  color: #FFF;
}

.konstruktor-ordering_btn {
  text-align: center;
}

/*.konstruktor h2 {
  margin-left: inherit;
}*/

.JustifyConten {
  display: flex;
  justify-content: center;
}

.konstruktor-left__oldPrice {
  margin-left: 10px;
  text-decoration: line-through;
}

.konstruktor-help_block {
  display: none;
  border: 1px solid #ececec;
  padding: 10px;
  width: 290px;
  background-color: #FFFFFF;
  z-index: 20;
  position: absolute;
  right: 0;
  color: var(--fill_dark_lite_ccc);
  max-height: 360px;
  overflow: auto;
}

.konstruktor-btn__help:hover .konstruktor-help_block {
  display: block;
}

.help_block__name {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .konstruktor-right .basket-total-block {
    max-height: 260px;
  }

  .products__block.parent {
    display: block;
  }

  .konstruktor-right .basket-total-block {
    padding: 20px 24px;
  }

  .products-block_min.parent {
    display: flex;
    justify-content: space-between;
  }

  .products__name {
    width: 100%;
    margin-bottom: 10px;
  }

  .products__quantity {
    margin: 0;
  }

  .filling-scale {
    padding: 20px 24px;
  }

  .konstruktor-ordering {
    padding: 20px 24px;
  }

  .konstruktor-ordering__name {
    font-size: 14px;
  }

  .konstruktor-right__title,
  .konstruktor-ordering__total {
    font-size: 16px;
  }

  .konstruktor-help_block {
    width: 250px;
  }
}

@media (max-width: 1199px) {
  .konstruktor-right .basket-total-block {
    margin-top: 85px;
  }

  .konstruktor-help_block {
    width: 300px;
  }

  /*.products .parent {
    display: block;
  }*/

  .konstruktor-ordering__name {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .konstruktor-help_block {
    width: 330px;
  }

  .konstruktor-left__boxConteiner img {
    max-width: 100px;
  }
  .konstruktor h2{
    font-size: 22px;
  }
  .konstruktor-right .basket-total-block {
    margin-top: 50px;
}
}
@media (max-width: 767px){
  .konstruktor>.parent{
    display: block;
  }
  .konstruktor-right{
    padding: 0;
  }
  .konstruktor-help_block {
    width: 260px;
}
.konstruktor-help_block {
  max-height: 200px;
}
}
@media (max-width: 575px){
  .konstruktor .col-12{
    width: 100%;
  }
/*анонс*/
	.colored_table h3 {
		margin: 0;}

	}

	.colored_table tr {
		border: 1px solid #ececec;
	}

	.colored_table td {
		border: 0;
	}

	.colored_table-overflow{
		overflow: auto;
		padding-bottom: 154px;
	}
	.form-control input[type="text"],
.form-control input[type="password"],
.form-control input[type="email"],
.form-control input[type="tel"],
select,
textarea,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control {
  padding: 8px 13px 7px;
  width: 100%;
  height: 48px;
}