main{
    font-family: sans-serif !important;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
}
h1{
    font-size: 36px;
  line-height: 46px;
  margin: 20px 0px;
    margin-bottom: 20px;
  text-align: center;
}
.main-img{
    max-width: 600px;
    width: 100%;
    margin: 10px auto 20px;
    display: block;
}
.blur{
    filter: blur(0px);
    cursor: pointer;
}
.blur.active{
    filter: blur(8px);
}

.alert {
  font-family: "Roboto", sans-serif;
  position: fixed;
  top: 80px;
  right: 10px;
  padding: 10px;
  max-width: 90%;
  background: #F7F7F7;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 400;
  font-size: 16px;
  line-height: 135%;
}
.alert__img {
  max-width: 65px;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
}
.alert--show {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
p, ul li, ol li, body .comment-bottom, td, body .comment-bottom * {
    font-size: 20px;
    line-height: initial;
}
.small-txt{
    font-size: 18px;
    line-height: initial;
}
.big-txt{
    font-size: 25px;
}
.red{
    color:red;
}
.bg-grey{
    background-color: #f3f3f3;
    padding: 10px;
}
.bg-green{
    background-color: #d9ead3;
    padding: 10px;
}
.bg-beige{
    background-color: #fff2cc;
    padding: 10px;
}
table,tr,td{
    border-color: #93c47d;
}
.table-box{
    max-width: 1000px;
}
table{
    border-collapse: collapse;
}
main ul{
    margin: 10px;
    padding: 0px;
}
main ul{
  padding-left: 20px;
}
main ul li{
    list-style: disc;
}
/*
main ul li::before{
    content: "- ";
} */
.border-red{
    border: 5px dashed red;
    padding: 0px 5px;
}
.otz{
    display: flex;
    justify-content: center;
}
.otz div{
    padding-left: 25px;  
}
.otz img{
    max-width: 350px;
}

.order__product {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .order__product img {
    vertical-align: middle;
    margin: 0 auto;
    display: block;
  }
  .order__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.19rem;
    height: 6.19rem;
    background: url(../fonts/discount-bg.svg) 50% 50% / contain no-repeat;
    position: absolute;
    top: 23px;
    right: 146px;
    z-index: 2;
  }
  .order__discount p {
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
  }
  .order__discount p > span {
    display: block;
    font-size: 1.31rem;
  }
  .order .price {
    max-width: 420px;
    margin: 0 auto 16px;
  }
  .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 16px 0;
    border-radius: 16px;
    border: 4px solid #b601ff;
    background: #fff url(../fonts/arrows.svg) 50% 50% / auto no-repeat;
  }
  .price div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    text-align: center;
  }
  .price div p {
    font-size: 18px;
    line-height: 1;
  }
  .price div p > span {
    white-space: nowrap;
  }
  .price__old {
    padding-right: 15px;
  }
  .price__old span, .price__new span, .price__old s {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    position: relative;
    z-index: 1;
  }
  .price__old span:before {
    left: 50%;
    top: 50%;
    width: 110%;
    height: 0;
    border-bottom: 3px solid #b500ff;
    -webkit-transform: rotate(-3.78deg) translate(-50%, -50%);
    transform: rotate(-3.78deg) translate(-50%, -50%);
  }
  .price__new text{
    color:  #b500ff;
  }
   
  .order__price p{
    margin: 0px;
  }
  .order__price text{
    margin-top: 10px;
    display: block;
  
  }
  .swiper-button-next:after,
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: unset;
  }
  .swiper-button-next,
  .swiper-button-prev {
    cursor: pointer;
    top: 300px;
  }
  .mk-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    background: linear-gradient( 93.06deg, #3277b9 8.35%, #6968ce 34.63%, #b500ff 83.13% );
    display: block;
    width: 100%;
    max-width: 270px;
    text-align: center;
    padding: 20px 40px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .form {
    max-width: 420px;
    padding: 0 16px;
    margin: 0 auto 20px;
  }
  .form select,
  .form input,
  .form label {
    display: block;
    width: 100%;
  }
  .form label {
    color: #232323;
    margin-bottom: 7px;
  }
  .form select,
  .form input {
    color: #000;
    padding: 10px 12px;
    border: 1px solid rgba(139, 140, 253, 0.6);
    margin-bottom: 16px;
    appearance: none;
   -webkit-appearance: none; 
  box-sizing: border-box;
  }
  .form__btn {
    display: block;
    margin: 20px auto;
  }
  .form ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver;
  }
  .form ::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver;
  }
  .form :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver;
  }
  .form ::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver;
  }
  .form ::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver;
  }
  .form select, .form input{
    font-size: 18px;
    line-height: inherit;
}
.user-info .user-text div a{
font-size: 16px;
}
.order__discount{
right: 28%;
height: 80px;
width: 80px;
}
@media (max-width:800px){
.order__discount{
    right: 150px;
}
}
@media (max-width:490px){
.order__discount{
    right: 40px;
}
}
@media (max-width:400px){
.order__discount{
    right: 20px;
}
}
#first-comment{
    display: none;
}
@media (max-width: 767px) {
    h1 {
      font-size: 28px;
      line-height: 38px;
    }
    .table-box {
        overflow-x: scroll;
    }
    .otz{
       flex-wrap: wrap;
       text-align: center;
    }
    .otz div{
        padding-left: 0px;  
    }
    .otz img{
        
    width: 100%;
    }
  }