.main-container-wrap {
    border-top: none !important;
}

.funky_text .about-info {
	/*max-width: 1260px !important;*/
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.funky_text .about-info .about-info-title {
	/*width: 35% !important;*/
    width: 250px;
    font-size: 23px;
}

.funky_text .about-info .about-info-text {
    /*width: 65% !important;*/
    width: calc(100% - 250px);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
}

@media screen and (max-width: 1185px) {
	.no-mobile {
		display: none !important;
	}
}

@media (max-width: 900px) {
    body .btn.show_filter{
    	display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 550px) {
    body header .header-city_wrap{
    	display: none;
    }
}

@media screen and (min-width: 1340px) {


	/*body .product-info .offer {
		width: 65px;
		margin-left: 0;
		margin-right: 8.4px;
	}*/


	/*.product-info .offer:first-child, .product-info .offer:nth-child(7),  .product-info .offer:nth-child(13), .product-info .offer:nth-child(19) {
		margin-left: 0px !important;
	}*/
}

/*@media screen and (min-width: 1300px) {
.rekvizits {
    padding-right: 220px;
}*/

@media screen and (min-width: 451px) {
    .product-btn:first-child {
        width: 100%;
    }
}

@media screen and (min-width: 1680px) {
.caption .padding.container {
    padding-left: 311px;
    padding-right: 311px;
    padding: 0 10px;
    text-align: center;
}
}

@media screen and (max-width: 1100px) {
.caption .padding.container {
    /* padding-left: 215px;
    padding-right: 215px; */
    padding: 0 10px;
    text-align: center;
}
}

.caption .padding.container {
    text-align: center;
}

.pereiti:before {
    width: 10px;
    height: 5px;
    content: '';
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-ransform: rotate(-45deg);
    -moz-ransform: rotate(-45deg);
    -ms-ransform: rotate(-45deg);
    -o-ransform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-flex;
    position: relative;
    right: 8px;
    top: -6px;
}

.add-cart-pred .pereiti:before {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.pereiti u {
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
}

.add-cart-pred .pereiti u {
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 530px) {
.header-button {
    margin-top: 0px !important;
}
}
@media(max-width: 450px){
    .order-div .info{
        width: 100%;
    }
}



/*********************-WIDGET-***********************/
.custom_widget_dis_all{
    position: fixed;
    bottom: 30px;
    right: 46px;
    z-index: 9999;
}
.custom_widget_dis_all .share_dis, .custom_widget_dis_all .share_dis:before, .custom_widget_dis_all .share_dis:after, .custom_widget_dis_all .fab_dis {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  will-change: animation;
}

.custom_widget_dis_all .share_dis {
  position: relative;
}
.custom_widget_dis_all .share_dis:not(.active){
    animation: radial-pulse 2s infinite;
}
.custom_widget_dis_all .share_dis:before, .custom_widget_dis_all .share_dis:after {
  content: '';
  will-change: transform;
}
.custom_widget_dis_all .share_dis:before {
  /*background: url(https://cbwconline.com/IMG/Codepen/Plus-Light-Blue.svg) center/28px no-repeat;*/
  background: url(/assets/images/widget_dis/telephone_widget.svg) center/28px no-repeat;
  animation-name: dis_img_swar;
  animation-duration: 2.5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate-reverse;
  z-index: 5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.custom_widget_dis_all .share_dis:after {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: -1;
  /*transition: 0.5s;*/
}
.custom_widget_dis_all .share_dis.active:before {
   animation-name: none;
   -webkit-transform: rotate(135deg);
   -moz-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   -o-transform: rotate(135deg);
   transform: rotate(135deg);
   background: url(/assets/images/widget_dis/cross_widget.svg) center/28px no-repeat;
}
.custom_widget_dis_all .share_dis.active:after {
    /*transition: 0.5s;*/
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    right: 0;

}

.custom_widget_dis_all .fab_dis {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: 0.3s down forwards;
   -moz-animation: 0.3s down forwards;
   -ms-animation: 0.3s down forwards;
   -o-animation: 0.3s down forwards;
      animation: 0.3s down forwards;
  opacity: 0;
  /*will-change: animation;*/
}
.custom_widget_dis_all .fab_dis:nth-child(1) {
  background-size: 120%;
  background-position: center;
}
.custom_widget_dis_all .fab_dis:nth-child(2) {
  background-size: 120%;
  background-position: center;
}
.custom_widget_dis_all .fab_dis:nth-child(3) {
  background-size: 120%;
  background-position: center;
}
.custom_widget_dis_all .fab_dis:nth-child(4) {
  background-size: 103%;
  background-position: center;
}
.custom_widget_dis_all .fab_dis:nth-child(5) {
  background-size: 100%;
  background-position: center;
}
.custom_widget_dis_all .fab_dis:nth-child(6) {
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #21b7e6;
}
.custom_widget_dis_all .fab_dis.active {
  -webkit-animation: 0.48s up forwards;
  -moz-animation: 0.48s up forwards;
  -ms-animation: 0.48s up forwards;
  -o-animation: 0.48s up forwards;
          animation: 0.48s up forwards;
}
.custom_widget_dis_all .fab_dis.active:nth-child(1) {
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.custom_widget_dis_all .fab_dis.active:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.custom_widget_dis_all .fab_dis.no {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
          animation: none;
          display: none;
}

@-webkit-keyframes up {
  50% {
    -webkit-transform: translateY(-170%);
    -moz-transform: translateY(-170%);
    -ms-transform: translateY(-170%);
    -o-transform: translateY(-170%);
            transform: translateY(-170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -o-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}

@keyframes up {
  50% {
    -webkit-transform: translateY(-170%);
    -moz-transform: translateY(-170%);
    -ms-transform: translateY(-170%);
    -o-transform: translateY(-170%);
            transform: translateY(-170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -o-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}
@-webkit-keyframes down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -o-transform: translateY(-130%);
            transform: translateY(-130%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
}
@keyframes down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -o-transform: translateY(-130%);
            transform: translateY(-130%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
}
@-webkit-keyframes radial-pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    }

    100% {
      -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
      -ms-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
      -o-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
      box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
    }
}
@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
  }
}

@keyframes dis_img_swar {
    0% {
        background-image: url(/assets/images/widget_dis/chat_widget.svg);
    }
    40% {
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
    54%{
        background-image: url(/assets/images/widget_dis/chat_widget.svg);
        opacity: 0;
    }
    55%{
        background-image: url(/assets/images/widget_dis/telephone_widget.svg);
        opacity: 0;
    }
    60%{
        opacity: 0.5;
    }
    70% {

        opacity: 1;
    }
    100% {
        background-image: url(/assets/images/widget_dis/telephone_widget.svg);
    }
}

.consultant-icon, body .mango-callback .widget-wrapper.selected-dynamic.mng-wgt.common-window .button-widget-open, .globalClass_ET .label_39{
    display: none !important;
}
body .globalClass_ET ._orinationRight_25{
    bottom: 174px;
    right: 13px;
    opacity: 0;
    display: none;
}
body .globalClass_ET ._orinationRight_25 .button_1O{
    margin-right: 0;
    margin-bottom: 0;
}
body .mango-callback .widget-wrapper.widget-show{
    bottom: 80px !important;
    right: 126px !important;
}
@media screen and (max-width: 1000px){
    .custom_widget_dis_all{
        right: 11px;
        bottom: 15px;
    }
}
@media screen and (max-width: 450px){
    body .retailcrm-consultant-app .window{
        position: fixed;
        width: 90%;
    }
}
/*********************-/WIDGET-***********************/


/*********************-order_was_paid-***********************/
.order_was_paid{
    display: block;
    width: 100%;
    text-align: center;
    padding: 150px 0;
}
.order_was_paid span{
    font: 24px/1.2 'Effra', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.order_was_paid a{
    text-align: center;
    display: inline;
    padding: 15px 20px;
    background: #5371E0;
    color: #fff;
    text-transform: uppercase;
    font: 12px/1.2 'Effra', sans-serif;
    font-weight: 400;
    border-radius: 100px;
}
.order_was_paid a:hover{
    background: #000;
}
/*********************-/order_was_paid-***********************/


/*pay_BUTTON*/
#payButton{
  width: 100%;
  background-color: #000;
  font: 18px/1 'Effra', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  height: 51px;
  display: block;
  color: white;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 10px auto;
  outline: none;
  border: none;
}
.order-btn #payButton{
  width: 50%;
  margin: 0;
}
#result{
  display: none !important;
}

/*lydforce*/
.lydforce-button{
    display: block;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 10px auto 50px;
}
.lydforce-button img{
   width: auto;
   height: auto;
   max-width: 600px;
   display: inline-block;
}

#� + label{
   display: none;
}

.product4 {
   width: 25% !important;
   margin: unset;
}

.custom_widget_dis_all .fab_dis:nth-last-of-type(6) {
	top: -385px;
}
.custom_widget_dis_all .fab_dis:nth-last-of-type(5) {
	top: -305px;
}
.custom_widget_dis_all .fab_dis:nth-last-of-type(4) {
	top: -225px;
}
.custom_widget_dis_all .fab_dis:nth-last-of-type(3) {
	top: -145px;
}
.custom_widget_dis_all .fab_dis:nth-last-of-type(2) {
	top: -65px;
}
.custom_widget_dis_all .fab_dis:nth-last-of-type(1) {
	top: 15px;
}
