
.payment-installments{
  background: #fff;
  max-width: 500px;
  margin: 10px auto;
  padding: 50px;
  text-align: center;
}
.payment-installments__title{
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}
.payment-installments__title span{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.payment-installments .myclick{
  margin: 0 auto;
}
.payment-installments__img{
  width: 140px;
  height: 140px;
  background-image: url(/wp-content/themes/medkit/assets/images/payment-installments.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto 30px;
}

.no-scroll{
  overflow: hidden !important;
}

.top_menu__link{
  background-image: url(/wp-content/themes/medkit/assets/images/top-pay.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 30px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: absolute;
  left: calc(50% - 350px);
  padding: 10px 0 10px 40px;
  top: 13px;
}

.all_site_link img{
  margin-right: 5px;
}

.hide-content .mfp-close{
  display: none !important;
}

.modal__close{
  width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #000 !important;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    overflow: visible;
    cursor: pointer;
    background: transparent !important;
    border: 0;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}


.page-id-21723 .site-main .es_textbox_class{
  color: #000;
}

.page-id-21723 .site-main .es_form_container{
  max-width: 330px;
  margin: 0 auto;
}

.subscribe-discount{
  background: #fff;
  max-width: 400px;
  margin: 10px auto;
  padding: 40px;
  background-image: url(/wp-content/themes/medkit/assets/images/discount-bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px auto;
}
.subscribe-discount__title{
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
}
.subscribe-discount__sale{
  color: #F53030;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.subscribe-discount__sale b{
  font-size: 50px;
  line-height: 1;
}
.subscribe-discount__sale span{
  font-size: 20px;
  line-height: 1;
}
.subscribe-discount__text{
  font-size: 17px;
  margin-bottom: 30px;
}



@media only screen and (max-width:1800px){
  .top_menu__link{
    left: 530px;
  }
}
@media only screen and (max-width:1200px){
  .top_menu__link{
    top: 123px;
    left: calc(50% - 250px);
  }
}

@media only screen and (max-width:992px){
  .top_menu__link{
    left: calc(50% + 125px);
    top: 145px;
  }
}

@media only screen and (max-width:768px){
  .top_menu__link{
    left: 104px;
    top: 11px;
    z-index: 100000;
    font-size: 12px;
    background-size: 20px;
    padding-left: 26px;
  }
}



.block-move{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 300px;
}

.block-move .widget-product-title{
  margin-bottom: 10px;
  margin-top: 10px;
}

.block-move h4{
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs.block-move-wrap{
  position: relative;
  padding-left: 360px;
}
.block-move .price{
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.price__symbol span{
  display: none;
}

.currency-uah .price__symbol span:nth-child(1){
  display: inline;
}

.currency-usd .price__symbol span:nth-child(2){
  display: inline;
}

.currency-eur .price__symbol span:nth-child(3){
  display: inline;
}

@media only screen and (max-width:992px){
  .block-move{
    position: relative;
    order: 0;
    margin-bottom: 30px;
  }
  .woocommerce div.product .woocommerce-tabs.block-move-wrap{
    padding-left: 0;
    flex-direction: column;
    display: flex;
  }
  .woocommerce div.product .woocommerce-tabs.block-move-wrap .tabs.wc-tabs{
    order: 1;
  }
    .woocommerce div.product .woocommerce-tabs.block-move-wrap .woocommerce-Tabs-panel{
    order: 2;
  }
}