@media (min-width: 481px) {
  .block_body_item_card {
    position: relative;
  }
}

.s-all-rews .all-rews__content .all-rews__item {
  height: auto;
}

.block_favorite_lk .no_fav {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 80px 15px;
}

.block_favorite_lk .no_fav_ttl {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #081D38;
}

.block_favorite_lk .no_fav_txt {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #081D38;
  margin-top: 16px;
}

.block_favorite_lk .no_fav_txt a {
  color: #1C529D;
}

.block_favorite_lk .no_fav_btns {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.block_favorite_lk .no_fav_btns .no_fav_btns_btn {
  display: inline-block;
  padding: 16px;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #184078;
  border: 1px solid #184078;
  border-radius: 5px;
  background-color: #fff;
  margin: 6px;
  min-width: 181px;
}

.block_favorite_lk .no_fav_btns .no_fav_btns_btn.nfb_blue {
  color: #FFFFFF;
  background-color: #184078;
}

@media (max-width: 767px) {
  .block_favorite_lk .no_fav {
    padding: 25px 15px;
    margin-bottom: 15px;
  }

  .block_favorite_lk .no_fav_ttl {
    font-size: 24px;
    line-height: 1.1;
  }

  .block_favorite_lk .no_fav_txt {
    font-size: 14px;
  }

  .block_favorite_lk .no_fav_btns {
    flex-direction: column;
  }
}

#popmechanic-container-69789 #popmechanic-form-69789 {
  background-color: #00417C;
  border-radius: 12px;
}

#popmechanic-container-69789.popmechanic-mobile #popmechanic-form-69789 .popmechanic-inputs {
  max-width: 100% !important;
}

.absoluteCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  flex-direction: column
}

.topWindowInner .forgetPass a {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s
}

.topWindowOuter {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.topWindowInner {
  background-color: #fff;
  padding: 40px 40px;
  position: relative;
  min-width: 320px;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  border-radius: 5px
}

.topWindowInner h2 {
  font-family: 'Roboto Condensed', Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 14px;
  text-align: left
}

.topWindowInner .formClose {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #E31D23;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer
}

.topWindowInner .formClose .svgBox {
  margin-top: 3px;
}

.topWindowInner .formClose svg {
  width: 8px;
  height: 8px;
  fill: #fff;
  stroke: #fff;
}

.topWindowInner .formClose:hover {
  background-color: #d21a20
}

.topWindowInner input[type="text"],
.topWindowInner input[type="password"],
.topWindowInner textarea {
  width: 100%;
  display: block;
  border: 1px solid #b7b7b7;
  font-family: Roboto, Verdana, sans-serif;
  padding: 5px 13px;
  font-size: 14px;
}

.topWindowInner input[type="text"],
.topWindowInner input[type="password"] {
  margin-bottom: 16px;
  position: relative;
}

.topWindowInner input[type="text"].error,
.topWindowInner input[type="password"].error {
  color: #d21a20;
  border: 1px solid #d21a20;
}

.topWindowInner input[type="checkbox"] {
  display: none
}

.topWindowInner label {
  width: 100%;
  font-family: Roboto, Verdana, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #2d2d2d;
  margin-bottom: 4px;
  border-bottom: 1px solid transparent
}

.topWindowInner .orderPolitika {
  padding-top: 10px
}

.topWindowInner .orderPolitika a {
  color: #428bca
}

.topWindowInner .orderPolitika a:hover {
  color: #3b9ac3;
  border-bottom: 1px dotted #3b9ac3
}

.topWindowInner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.topWindowInner .col-xs-6,
.topWindowInner .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.topWindowInner a {
  color: #e62d19
}

.topWindowInner p {
  color: #333333;
  font-family: Verdana, Sans-serif;
  font-size: 12px
}

.topWindowInner hr {
  margin: 10px 0;
}

.topWindowInner input[type="submit"] {
  font-weight: 400;
  font-family: "UbuntuBold";
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px;
  background-color: #7776ba;
  outline: 0;
  box-shadow: none;
  color: #fff;
  border: none;
  border-radius: 3px;
}

.topWindowInner input[type="submit"]:hover {
  background-color: #3b9ac3;
}

.topWindowInner input,
.topWindowInner a,
.topWindowInner textarea {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s
}

.topWindowInner .sRegSubmit {
  padding: 15px 0;
  text-align: center
}

.topWindowInner .forgetPass {
  text-align: right;
  font-size: 12px;
  margin-top: 20px
}

.topWindowInner .forgetPass a {
  color: #428bca;
  border-bottom: 1px dotted #428bca
}

.topWindowInner .forgetPass a:hover {
  border-bottom: 1px dotted transparent
}

.topWindowInner .input-text {
  border: 1px solid #ebebeb;
  border-radius: 3px
}

.topWindowInner .input-text:hover,
.topWindowInner .input-text:focus {
  max-width: 100%;
}

.topWindowInner .input-text:hover,
.topWindowInner .input-text:focus {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px 3px #b9e9fa;
  box-shadow: 0 0 10px 3px #b9e9fa
}

.topWindowInner .input-text:focus::placeholder {
  color: #dfdede;
}

.topWindowInner .input-text::-webkit-input-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: 'PT Sans Regular', Verdana;
}

.topWindowInner .input-text:focus::-webkit-input-placeholder {
  color: #dfdede;
}

/* Firefox < 19 */
.topWindowInner .input-text:-moz-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: 'PT Sans Regular', Verdana;
}

.topWindowInner .input-text:focus:-moz-placeholder {
  color: #dfdede;
}

/* Firefox > 19 */
.topWindowInner .input-text::-moz-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: 'PT Sans Regular', Verdana;
}

.topWindowInner .input-text:focus::-moz-placeholder {
  color: #dfdede;
}

/* Internet Explorer 10 */
.topWindowInner .input-text:-ms-input-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: 'PT Sans Regular', Verdana;
}

.topWindowInner .input-text:focus:-ms-input-placeholder {
  color: #dfdede;
}


.js-formDiv {
  display: none
}

.js-formDiv.active {
  display: block
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  fill: #85cceb
}

.modal-close:hover {
  fill: #15628d
}

.modal-close svg {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s
}

@media all and (max-width: 545px) {
  .topWindowInner {
    min-width: 320px;
    max-width: 320px;
    padding: 40px 20px 40px 20px;
  }

  .footer-top.grid div:nth-child(5) {
    margin-top: 27px;
  }
}

.req {
  color: #d15959
}

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.check:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0) translateY(3px);
  transition: all 0.2s ease;
}

.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.check:hover:before {
  opacity: 1;
}

.check:hover svg {
  stroke: #85cceb;
}

#cbx:checked+.check svg,
#o0:checked+.check svg,
#o1:checked+.check svg,
#o2:checked+.check svg,
#o3:checked+.check svg,
#o4:checked+.check svg,
#o5:checked+.check svg,
#o6:checked+.check svg,
#o7:checked+.check svg {
  stroke: #85cceb;
}

#cbx:checked+.check svg path,
#o0:checked+.check svg path,
#o1:checked+.check svg path,
#o2:checked+.check svg path,
#o3:checked+.check svg path,
#o4:checked+.check svg path,
#o5:checked+.check svg path,
#o6:checked+.check svg path,
#o7:checked+.check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline,
#o0:checked+.check svg polyline,
#o1:checked+.check svg polyline,
#o2:checked+.check svg polyline,
#o3:checked+.check svg polyline,
#o4:checked+.check svg polyline,
#o5:checked+.check svg polyline,
#o6:checked+.check svg polyline,
#o7:checked+.check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.regForm>.row>.col-xs-6:nth-child(4) {
  display: none
}

.regForm #PHONE {
  width: 100%
}

.js-recovery-form>.row>.col-xs-6:nth-child(1) {
  display: none
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.alignCenter {
  text-align: center
}

.categoriesList p {
  margin-bottom: 10px
}

.snoska {
  font-size: 12px;
  color: #828282
}

.orderPolitika label {
  display: table
}

/*.js-login-form > .row > .col-xs-12:nth-child(1){display: none}*/
.js-question-form .input-row:nth-child(3) {
  display: none
}

label[for="soa-property-53"],
label[for="soa-property-54"] {
  display: none !important;
}
.how-item:hover {
transform: scale(1.01);
}
.moderate-mess{
    padding-bottom: 100px;
}
.sum-limit-err, .sum-limit-delivery-err{
  padding: 5px 15px;
  text-align: right;
  color: #913243;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
	margin: 0;
}

#mobile-search-bg {
  display: none;
}

@media (max-width: 767px) {
  #mobile-search-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000033;
    width: 100%;
    display: none;
    z-index: 10;
  }
}

#title-search-mod {
  width: fit-content;
  position: absolute;
  transform: translateX(-100%);
}



#title-search-mod_mobile {
  display: none;
}
.biorepair-special-slider-wrap.pink .biorepair-special-slider-text{
    max-width: 470px;
}
.biorepair-special-slider-wrap .biorepair-special-slider-link{
    margin-top: 80px;
}
.biorepair-special-slider-wrap.pink .biorepair-special-slider .biorepair-special-slider-header{
    padding: 61px 0 10px;
}
.biorepair-special-block.first{
    background: #FEF7FB;
}
.specail h2{
    font-weight: 600 !important;
}
.biorepair-special-zubioz-wrapper .special-center.special-imgs-second{
    margin: -60px auto;
}
.biorepair-special-zubioz-wrapper{
    padding: 30px 30px 30px 30px;
}
.content .biorepair-special-slider-wrap.pink .biorepair-special-slider{
    padding: 20px 20px;
}

@media (max-width: 991px) {
    #chat-24-widget-container {
        width: 80px !important;
        bottom: 70px !important;
        right: 12px !important;
        left: auto !important;
    }
}

.biorepair-special-block.first .special-center.special-imgs img{
    padding: 10% 14% 0% 14%;
}
/*.specail h2{
    margin: 0px !important;
}*/
.catalog-prod__item .add-favorite svg{
    margin-top: 4px;
}
.catalog-prod__item .add {
    top: 4px;
    right: 4px;
}
.specail h2{
    position:relative;
    margin: 0 0 0px;
}
.biorepair-special-slider-wrap.pink{
    
}

.biorepair-special__item-first-bg{
    position: absolute;
    left: 0px;
    z-index: 1;
    display: none;
}
.biorepair-special__item-second-bg{
    position: absolute;
    left: 0px;
    z-index: 1;
    display: none;
}
.biorepair-special__item-img-block, .biorepair-special__item-text-block{
    z-index: 9;
}
@media (max-width: 1300px) {
    .biorepair-special__item-first-bg, .biorepair-special__item-second-bg{
        display: block;
    }
}

.catalog-prod__item {
  /*border: 1px solid grey;*/
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 65, 124, 0.32);
          box-shadow: 0px 6px 24px rgba(0, 65, 124, 0.32);
}
.catalog-prod__item {
	box-shadow: none;
}

