body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #4d545b; 
  position: relative;
}
.container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.main_bg {
  padding: 0px 0 10px;
}
.logo {
    margin: 0;
    background: #fecf03;
    padding: 30px 0;
    margin-bottom: 40px;
}
.logo a {
  display: block;
  width: 365px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 0;
}
.logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.block_1 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0 0 30px 0;
}
.block_1 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.block_2 {
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  position: relative;
}
.block_2 > p {
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.block_2 ul {
  padding: 0;
  margin: 0;
}
.block_2 ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style: none;
  position: relative;
}
.block_2 ul li span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  flex-shrink: 0;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.block_2 ul li p {
  display: inline-block;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0;
}
.btn_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #038c6a;
  color: #fff;
  transition: all 0.3s;
  flex-wrap: wrap;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;
  position: relative;
}
.btn_1 b {
  display: block;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  align-self: flex-end;
}
.btn_1_2 b {
  align-self: center;
}
.btn_1 span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  align-self: flex-start;
  margin: 5px 0 0 0;
}
.btn_1:hover {
    background: rgb(1 174 189);
}
.block_2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(73, 80, 87);
  background: -moz-linear-gradient(
    left,
    rgba(73, 80, 87, 0.01) 0%,
    rgba(73, 80, 87, 0.5) 50%,
    rgba(73, 80, 87, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(73, 80, 87, 0.01) 0%,
    rgba(73, 80, 87, 0.5) 50%,
    rgba(73, 80, 87, 0.01) 100%
  );
  background: linear-gradient(
    to right,
    rgba(73, 80, 87, 0.01) 0%,
    rgba(73, 80, 87, 0.5) 50%,
    rgba(73, 80, 87, 0.01) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.btn_2 {
    background: #eca1c6ba;
    color: #fff;
}
.btn_2:hover {
  background: #FE5CB0;
}

.telegram,.telegram:hover{
    background: #2DA5E0;
    color: #fff;    
}

.telegram:hover,.instagram:hover{
    opacity: 0.7;
}
.instagram,.instagram:hover{
     background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

    color: #fff;    
}
.block_show_inner {
  margin: 0 0 15px 0;
}
.block_show_top {
  padding: 5px 0 5px 30px;
  position: relative;
  cursor: pointer;
}
.block_show_top p {
  font-size: 17px;
  margin: 0;
}
.ic_plus {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s;
}
.ic_plus::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #038c6a;
  transition: all 0.3s;
}
.ic_plus::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #038c6a;
  transition: all 0.3s;
}
.block_show_top_visb .ic_plus {
  transform: rotate(180deg);
}
.block_show_top_visb .ic_plus::after {
  background: transparent;
}
.block_show_bot {
  display: none;
  padding: 10px 0 0 30px;
}
.block_show_bot p {
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.block_show_bot ul {
  padding: 0;
  margin: 0;
}
.block_show_bot ul li {
  padding: 0;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 3px 0;
}
 
.btn_wht {
  background: #55cd6c;
  color: #fff;
}
.btn_wht:hover {
  background: rgba(85 205 108 / 70%);
}
.btn_tlg .fa {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #fff;
  font-size: 34px;
}
.btn_vk .fa {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 36px;
}
.btn_tlg .fa {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #fff;
  font-size: 33px;
}
.btn_wht .fa {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #fff;
  font-size: 40px;
}
.cat_search {
  margin: 0 0 20px 0;
}
.cat_search_inpt input {
  display: flex;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 5px 15px;
}
.cat_nav {
  position: relative;
  margin: 0 0 30px 0;
}
.cat_nav_slider {
  width: 100%;
}
.cat_nav_slider_inner_in {
  padding: 0 10px 0 0;
}
.cat_nav_slider_inner_in a {
  display: inline-block;
  padding: 10px 15px;
  background: rgb(211 212 214 / 50%);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
.cat_nav_slider_inner_in .cat_act {
  background: #303030;
  color: #fff;
}
.cat_nav::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.cat_prod_main {
  padding: 0 0 20px 0;
}
.cat_prod {
  margin: 0 -10px;
}
.cat_prod_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cat_prod_flex_in {
  width: 260px;
  margin: 0 10px 30px;
  position: relative;
}
.cat_prod_flex_in > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cat_prod_flex_in_img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 0;
}
.cat_prod_flex_in_img img {
  display: block;
  width: 100%;
  height: auto;
}
.cat_prod_flex_in_img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.cat_prod_flex_in:hover .cat_prod_flex_in_img::after {
  opacity: 1;
}
.cat_prod_flex_in_txt {
  margin: 0 0 10px 0;
}
.cat_prod_flex_in_txt p {
  line-height: 1.4em;
  font-size: 15px;
  margin: 0;
}
.cat_prod_flex_in_prc {
  font-size: 15px;
  margin: 0;
  color: #000;
}
.card_prod {
  padding: 0 0 120px 0;
}
.card_prod_img {
  margin: 0 0 20px 0;
}
.card_prod_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 550px;
    margin: 0 auto;
}

.card_prod_desc iframe,.card_prod_desc object{
    width: 100%;
    
}



.fa-trash{
    margin-left: 10px;
}
.card_prod_name p {
  font-weight: 500;
  font-size: 25px;
  color: #343a40;
  margin: 0 0 15px 0;
  line-height: 1.4em;
}
.card_prod_prc {
  margin: 0 0 15px 0;
}
.card_prod_prc p {
  font-size: 18px;
  color: #a94442;
  line-height: 1.4em;
  margin: 0;
}
.card_prod_desc p {
  font-size: 17px;
  line-height: 1.4em;
  margin: 0 0 15px 0;
}
.card_prod_desc ol {
  margin: 0;
  padding: 0px 0 0 20px;
}
.card_prod_desc ol li {
  font-size: 17px;
  line-height: 1.4em;
  margin: 0 0 0px 0;
}
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 15px 0;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_back_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 46px;
  background: #f3f3f3;
  font-size: 18px;
  text-decoration: none;
  color: rgba(0 0 0 / 70%);
  transition: all 0.3s;
  border-radius: 2px;
}
.btn_back_cat:hover {
  color: rgba(0 0 0 / 100%);
}
.btn_buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 46px;
  background: #01aec1;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s;
  border-radius: 2px;
      border: 0;    
}
.btn_buy:hover {
  background: #05727e;
}
.btn_corz {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 46px;
  background: #f3f3f3;
  font-size: 18px;
  text-decoration: none;
  color: rgba(0 0 0 / 70%);
  transition: all 0.3s;
  border-radius: 2px;
}
.btn_corz i {
  position: relative;
}
.btn_corz i span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  background: #f15e48;
  position: absolute;
  top: -10px;
  right: -15px;
}
.btn_corz:hover {
  color: rgba(0 0 0 / 100%);
}
.popap_added {
  width: 650px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -340px;
  display: none;
  padding: 40px 40px;
}
.popap_added_in_inner1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 40px 0;
}
.popap_added_in_inner1 span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../img/chech_ic.svg) center no-repeat;
  background-size: contain;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.popap_added_in_inner1 p {
  font-size: 25px;
  margin: 0 0 0 0;
}
.popap_added_in .btn_buy {
  width: 100%;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.popap_added_in .btn_back_cat {
  width: 100%;
  font-size: 18px;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}
.footer_flex2 .btn_back_cat {
  width: 49%;
}
.footer_flex2 .btn_back_cat i {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer_flex2 .btn_buy {
  width: 49%;
}
.corzine_page {
  height: 100%;
  padding: 0 0 120px 0;
}
.corzine_page_top {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 2px solid #868e96;
  margin: 0 0 30px 0;
}
.corzine_page_top p {
  width: 50%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-right: 2px solid #868e96;
  color: #868e96;
  margin: 0;
}
.corzine_page_top p:last-child {
  border: none;
}
p.corzine_page_top_act {
  background: #868e96;
  color: #fff;
}

.corzine_page_mid_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 14px 100px 14px 14px;
  position: relative;
  background: #fff;
}
.corzine_page_mid_inner_img {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.corzine_page_mid_inner_img img {
  display: block;
  width: 100%;
  height: auto;
}
.corzine_page_mid_inner_img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.corzine_page_mid_inner_img:hover {
  opacity: 1;
}
.corzine_page_mid_inner_name {
  max-width: 460px;
  width: 100%;
}
.corzine_page_mid_inner_name p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 20px 0 0;
}
.corzine_page_mid_inner_name p a {
  text-decoration: none;
  color: #000;
}
.btn_count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  flex-shrink: 0;
}
.btn_count > span {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #ededed;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
}
.btn_count > input {
  display: block;
  width: 60px;
  background: #f2f2f2;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  height: 28px;
  border: none;
  text-align: center;
}
.corzine_page_mid_inner_prc {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -10px;
}

.del_prod {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/del_prod_ic.svg);
    background-position: center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
}

.corzine_page_mid_inner_promo {
  max-width: 460px;
  width: 100%;
}
.corzine_page_mid_inner_promo p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
}
.corzine_page_mid_inner_promo a {
  font-size: 12px;
  color: #000;
  opacity: 0.7;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.fa_percent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  color: #bfbfbf;
  font-size: 20px;
}
.popap_promo {
  width: 650px;
  padding: 30px 0 20px;
  display: none;
}
.popap_promo_in1 {
  padding: 0 30px;
}
.popap_promo_in1 p {
  font-size: 24px;
  margin: 0 0 30px 0;
}
.popap_promo_in2 {
  padding: 15px 20px;
  background: #ededed;
  margin: 0 0 20px 0;
}
.popap_promo_in2 input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #000;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  text-transform: uppercase;
}
.popap_promo_in3 {
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
}
.popap_promo_in3 button {
  width: 100px;
  height: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border: none;
  background: #0a0a0a;
  color: #fff;
  border-radius: 2px;
}
.ordering {
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  color: #000;
}
.ordering .cat_search_inpt {
  margin: 0 0 20px 0;
}
.cat_search_inpt p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.ordering_comm {
  margin: 0 0 20px 0;
}
.ordering_comm p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.ordering_comm textarea {
  display: block;
  width: 100%;
  height: 110px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 5px 15px;
  resize: none;
}
.call_write p {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.rad_bt input {
  display: none;
}

.rad_bt {
}
.rad_bt label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  margin: 0 0 10px 0;
}
.rad_bt label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  box-sizing: border-box;
  transition: all 0.2s;
  margin: 0 10px 0 0;
}
.rad_bt input:checked + label::before {
  border: 6px solid rgba(0, 0, 0, 0.2);
}
.corzine_page_mid_inner_tot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 15px 14px 14px;
  background: #fff;
}
.corzine_page_mid_inner_tot p {
  margin: 0;
  font-size: 17px;
}
.txt_count {
  width: 100px;
}
.txt_count p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 0 0;
  color: #000;
}
.corzine_page_mid_inner_data span {
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
.payment_main {
  padding: 120px 0 120px 0;
}
.payment {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.payment_in1 {
  padding: 20px 20px;
}
.payment_in1_ic {
  width: 48px;
  height: 48px;
  background: url(../img/tot_ic.png) center no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}
.payment_in1_txt1 {
  margin: 0 0 20px 0;
}
.payment_in1_txt1 p {
  text-align: center;
  font-size: 18px;
  margin: 0px;
}
.payment_in1_txt2 p {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.payment_in2 {
  padding: 25px 20px;
  background: #f7fafc;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.payment_in2_in1 {
  margin: 0 0 15px 0;
}
.payment_in2_in1 p {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.payment_in2_in2 p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.payment_in3_flex {
  display: flex;
  justify-content: space-between;
}
.payment_in3_flex a {
  display: block;
  width: 25%;
  height: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.payment_in3_flex a:last-child {
  border: none;
}
.payment_in3_flex a span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.ic_sp1 {
  background: url(../img/pay_ic1.png) center no-repeat;
  background-size: 120px;
}
.payment_in3_flex a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(252 248 227 / 100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.payment_in3_flex a:hover:after {
  opacity: 1;
}
.block_2_1 ul {
  margin: 0 0 20px 0;
}
.block_2_1 ul li {
  margin: 0 0 5px 0;
}

.tableView table {
    width: 100%;
    border: 1px solid #e5e5e5;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
}

table * {
    font-size: 14px;
    line-height: 1.3;
    vertical-align: middle;
}

.tableView table th {
    padding: 1.5rem 2rem; 
    color: #444;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    background: #f2f2f2;
}

.tableView table td {
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #ddd; 
    color: #444;
    vertical-align: middle;
}


