* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper_body{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.track_zak {
  color: #747070;
  font: small/1.5 Arial, Helvetica, sans-serif;
  font-size: 17px;

}

@media (max-width: 768px){
  .track_zak {
  font-size: 14px;
}
.wrapper_body{
  padding-left: 15px;
  padding-right: 15px;
}
}

.track_zak .wrapper {
/*  border-left: solid 1px #00b050;
  padding-left: 7px;*/
}
.track_zak .wrapper .f-text {
  padding-top: 20px;
  font-weight: bold;
  color: #000;
}
.track_zak .wrapper .shipment {
  margin-bottom: 20px;
}
.track_zak .shipment span{

}
.track_zak .wrapper .tab_ppol {
  margin-bottom: 20px;
}
.track_zak .wrapper .tab_ppol ._green {
  color: #00b050;
}
.track_zak .wrapper .tab_ppol ._blue {
  color: #f457ac;
}
.track_zak a {
  text-decoration: none;
  color: #000;
}
.track_zak .mail_in{
  color: blue;
  text-decoration: underline;
}
.track_zak  ._span_gr {
  color: #34abfe;
/*  font-weight: bold;*/
}

._order{
  margin-top: 20px;
  margin-bottom: 20px;
}
._addres{
  margin-bottom: 20px;
}
.tab_ppol_item{
  margin-bottom: 20px;
}

.btn_bot{
  margin-top: 50px;
  display: flex;
}

.btn_bot a{
  width: auto;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #34abfe;
  border-radius: 5px;
  color: #34abfe;
  margin-right: 30px;
  transition: .5s;
}
.btn_bot a:hover{
  background: #34abfe;
  color: #fff;
}

@media (max-width:600px){
  .btn_bot{
    flex-direction: column;
  }
  .btn_bot a{
/*    width: 100%;*/
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#_coment_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 20px;
}
@media (max-width: 900px) {
  #_coment_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#_coment_block ._coment_block_item {
/*  max-width: 260px;*/
  width: 100%;
  margin-right: 40px;
}
#_coment_block ._coment_block_item:last-child {
  margin-right: 0;
}
@media (max-width: 900px) {
  #_coment_block ._coment_block_item {
    margin-right: 0;
    max-width: 500px;
    margin-bottom: 20px;
  }
}
#_coment_block ._coment_block_item_star {
  border-radius: 30px;
  border: solid 1px #A8A8A8;
  overflow: hidden;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_t {
  padding-top: 28px;
  padding-right: 34px;
  padding-left: 34px;
  padding-bottom: 34px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  color: #515151;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b{
  position: relative;
  width: 100%;
  height: 100%;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b .blur_star {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 73px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          overflow: hidden;
          transition: .5s;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b .blur_star_active {
  filter: blur(10px);
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b ._coment_block_item_star_wrap_b_blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  color: #515151;
  transition: .5s;
/*  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);*/
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b ._coment_block_item_star_wrap_b_blur_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b label {
  cursor: pointer;
  margin-left: 9px;
  margin-right: 9px;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b label:first-child {
  margin-left: 0;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b label:last-child {
  margin-left: 0;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b input {
  display: none;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b ._coment_block_item_star_wrap_b_star {
  cursor: pointer;
  margin-right: 9px;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b ._coment_block_item_star_wrap_b_star:last-child {
  margin-right: 0;
}
#_coment_block ._coment_block_item_star ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b ._coment_block_item_star_wrap_b_star svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#_coment_block ._coment_block_item_sklad ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b {
  background-color: #FF91AC;
}
#_coment_block ._coment_block_item_manedjer ._coment_block_item_star_wrap ._coment_block_item_star_wrap_b {
  background-color: #93E3FC;
}
#_coment_block ._coment_block_item_coment .last_step_form .last_step_form_top {
  color: #A8A8A8;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
#_coment_block ._coment_block_item_coment .last_step_form .last_step_form_inp {
  margin-bottom: 12px;
}
#_coment_block ._coment_block_item_coment .last_step_form .last_step_form_inp .textarea {
  resize: none;
  width: 100%;
  border: solid 1px #A8A8A8;
  border-radius: 10px;
  padding-top: 7px;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 7px;
}
#_coment_block ._coment_block_item_coment .last_step_form .last_step_form_sub input {
  background: #000;
  color: #fff;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 7px 13px;
  border-radius: 10px;
  cursor: pointer;
  transition: .5s;
      border: none;
      outline: none;
}
#_coment_block ._coment_block_item_coment .last_step_form .last_step_form_sub input:hover{
  background: #797979;
}
.blur_star > input:checked ~ label svg path,
.blur_star:not(:checked) > label:hover svg path,
.blur_star:not(:checked) > label:hover ~ label svg path {
  fill: #ffc700;
}

/* hover previous stars in list */
.blur_star > input:checked + label:hover svg path,
.blur_star > input:checked ~ label:hover svg path,
.blur_star > label:hover ~ input:checked ~ label svg path,
.blur_star > input:checked ~ label:hover ~ label svg path {
  fill: #ffc700;
}

#_coment_block ._coment_block_item_coment .last_step_form .last_step_form_sub .form_sub_active{
  background: #A8A8A8;
  color: #fff;
  border: none;
  cursor: unset;
}

#_coment_block .rating_false{
      border: solid 1px #ff0101;
}

.last_step_form_hide{
  opacity: 0;
  transition: .5s;
  
}

.last_step_form_hide textarea{
  cursor: default;
}

.last_step_form_hide_active textarea{
  cursor: auto;
}

.last_step_form_hide_active{
  opacity: 1;
}

.logo{
     
  position: absolute;
  right: 0;
  top: 20px;
}

.logo img{
  width: auto;
}

@media (max-width: 600px){
  .logo{
    margin-top: 20px;
    position: unset;
     display: flex;
    width: 100%;
    justify-content: center;
  }
}

#_coment_block ._coment_block_item_coment .last_step_form .last_step_form_inp .dis{
  color: #A8A8A8;
}