/*------------------------popup------------------------*/
.bg {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .popup_producer {
    height: 480px;
  }
}

.popup_producer {
  width: 680px;
  margin: -224px 0 0 -350px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  padding: 15px 20px;
}

.popup_producer .close {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  background: url(/images/new/icon_close.png) no-repeat;
  z-index: 2;
  opacity: 0.4;
}

.popup.popup_producer form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: calc(100% - 20px);
  padding: 10px;
  overflow: auto;
}

.popup_producer #popularBrands {
  padding-bottom: 10px;
}

.popup_producer #popularBrandsMoreButton {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-family: 'Tilda Sans', sans-serif;
  text-decoration: underline;
}

.popup_producer .popular_brands {
  flex: 1 1 auto;
  overflow: auto;
  text-align: center;
}

.popup_producer .close:hover {
  opacity: 1;
}

.popup_producer .title,
.popup_producer .scroll {
  width: 100%;
  float: left;
  color: #000;
  margin-bottom: 20px;
}

.popup_producer .scroll {
  margin-bottom: 35px;
}

.popup_producer .brend {
  width: calc(20% - 20px);
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.popup_producer .brend input,
.popup_producer .brend .jq-checkbox {
  display: none !important;
}

.popup_producer .brend label {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.popup_producer .brend {
  height: 60px;
  margin-bottom: 5px;
}

.popup_producer .brend img {
  max-width: 125px;
  max-height: 50px;
}

.popup_producer .brend:hover {
  border-color: #e5e5e5;
}

.popup_producer .brend.active {
  border-color: #ccc;
}

.popup_producer .brend_other.popular_brand {
  font-weight: bold;
}

.popup_producer .brend_other {
  width: 150px;
  padding-right: 10px;
  float: left;
}

.popup_producer .brend_other label {
  color: #000;
  font-size: 14px;
  margin-bottom: 8px;
}

.popup_producer .brend_other .jq-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.popup_producer .brend_other .jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #8ea604;
}

.popup_producer .btn {
  float: left;
  color: #000;
  width: 100%;
}

.popup_producer .btn .select {
  float: left;
  margin-top: 7px;
}

.popup_producer .btn input {
  float: right;
  margin-left: 20px;
}

.popup_producer .btn input[type="reset"] {
  margin-top: 7px;
}

.form_box .right_form .size250.season label {
  margin-bottom: 5px;
}

.shini_replika {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}

.shini_replika .size120 {
  margin-right: 20px;
}

.form_box form.full .btn.replika {
  width: auto;
  float: none;
  margin: 26px 0 15px 420px;
}

.popup_call_back {
  width: 330px;
  height: 500px;
  margin: -196px 0 0 -155px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  padding: 0 40px;
}

.popup_call_back .title {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin: 11px 0 7px;
  text-align: center;
  font-family: 'Tilda Sans', sans-serif;
}

.popup_call_back p {
  font-size: 12px;
  line-height: 1.15em;
  text-align: center;
  margin: 17px 0;
}

.popup_call_back form {
  width: 303px;
  margin: 0 0 0 16px;
  float: left;
}

.popup_call_back form input {
  width: 274px;
  margin-bottom: 10px;
}

.popup_call_back form .code_input {
  float: left;
  margin-right: 7px;
  width: 18px;
}

.popup_call_back form .tel_input {
  float: left;
  width: 274px;
}

.popup_call_back form textarea {
  width: 274px;
  height: 68px;
  margin-bottom: 3px;
}

.popup_call_back form input[type="submit"] {
  width: 100%;
  padding: 7px 0;
}

.popup_call_back form p {
  color: #898989;
  font-size: 12px;
  text-align: justify;
  letter-spacing: -0.01em;
  margin: 3px 0;
}

.popup_call_back a.close {
  text-align: center;
  width: 100%;
  float: left;
  color: #464646;
  font-size: 12px;
}

.popup_calculation {
  width: 250px;
  height: 600px;
  border: 2px solid #c0c0c0;
  position: fixed;
  top: 50%;
  margin-top: -345px;
  right: 55px;
  z-index: 500;
  background: #fff;
  padding: 10px 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 16px;
  line-height: normal;
}

.popup_calculation a.close {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(/images/new/icon_close10.png) no-repeat;
  opacity: 0.67;
}

.popup_calculation a.close:hover {
  opacity: 1;
}

.popup_calculation span.price {
  color: #ca3c25;
  font-family: 'Tilda Sans', sans-serif;
}

.popup_calculation .red_line {
  background: #ca3c25;
  padding: 8px 13px;
  margin: 0 -13px;
  color: #fff;
}

.popup_calculation p {
  margin: 11px 0;
}

.popup_calculation .hr {
  width: 275px;
  margin: 0 -13px;
  float: left;
  height: 3px;
  background: #ca3c25;
}

.popup_calculation .center {
  width: 100%;
  float: left;
  text-align: center;
}

.popup_calculation .center p {
  margin: 15px 0;
}

.popup_calculation .center a.online_record {
  margin-top: 15px;
}

.popup_search {
  width: 880px;
  display: none;
  margin: 15% 0 0 -440px;
  top: 0;
  left: 50%;
  font-size: 16px;
  z-index: 101;
  position: absolute;
}

.popup_search .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  float: left;
  margin-bottom: 19px;
  font-family: 'Tilda Sans', sans-serif;
}

.popup_search .parent {
  background: #eef4d4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  padding: 0 20px 25px;
  float: left;
  width: 840px;
}

.popup_search .line {
  margin-right: -20px;
  width: 860px;
  margin-bottom: 30px;
  float: left;
}

.popup_search p {
  margin: 10px 0;
}

.popup_search section {
  width: 100%;
  float: left;
  margin-bottom: 2px;
}

.popup_search section .top {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.popup_search section .top a {
  color: #464646;
}

.popup_search section .top:after {
  content: url(/images/new/arrow_up.png);
  display: inline-block;
  margin-left: 12px;
}

.popup_search section .top.open:after {
  content: url(/images/new/arrow_down.png);
}

.popup_search section .top span {
  display: inline-block;
  padding: 0 12px;
}

.popup_search section label.small {
  width: 30px;
  display: inline-block;
  float: none;
}

.popup_search section input.small {
  width: 70px;
  padding: 9px 0;
  margin-right: 21px;
  text-align: center;
}

.popup_search section .box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.popup_search section .box .line_input {
  width: 100%;
  float: left;
}

.popup_search section .box .trackbar_line {
  width: 320px !important;
  background: #fff;
  float: left;
  position: relative;
  margin: 13px 0 9px;
}

.popup_search section .box .trackbar_line .ui-slider-range {
  width: 230px;
  height: 5px;
  background: #fff;
  position: relative;
}

.popup_search section .box .trackbar_line .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  background: #00aeef;
  display: block;
  position: absolute;
  top: -5px;
}

.popup_search section .box .trackbar_line .ui-slider-handle:hover {
  background: #009fdb;
}

.popup_search .quarter {
  width: 26%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.popup_search input[type="submit"] {
  float: right;
}

#addBoxForm {
  width: 540px;
}

#addBoxForm input {
  width: 40px;
}

/*------------------------popup bookmarks--------------*/
.popup_bookmarks {
  width: 100%;
  height: 60px;
  background: #ca3c25;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
}

.popup_bookmarks a.quastion {
  float: left;
  margin: 10px 0 0 30px;
  display: block;
  background: url(/images/new/icon_question2.png) no-repeat 13px 10px #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 9px 15px 8px 43px;
}

.popup_bookmarks a.quastion:hover {
  background: url(/images/new/icon_question2.png) no-repeat 13px 10px #e3e3e3;
}

.popup_bookmarks .links {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.popup_bookmarks .links section {
  float: left;
  margin-right: 40px;
  color: #fff;
  font-size: 18px;
}

.popup_bookmarks .links section img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.popup_bookmarks .links section a {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
}

/*------------------------bookmark---------------------*/
.text_bookmark {
  width: 100%;
  float: left;
  font-size: 18px;
  margin-bottom: 15px;
}

.container-slider {
  margin-top: 30px;
}

.container-slider .prod-cart__name {
  height: 50px;
}