@media screen and (min-width: 1200px) {
    .t-col_12 {
    max-width: none  !important;
}

.t-container {
     max-width: 98%  !important;
         margin-left: 1%;
             margin-right: 1%;
}
}

.t794__arrow {
    color: #ff482c !important;
}

@media screen and (min-width: 481px) and (max-width: 800px) {
.t794__tooltip-menu.t794__tooltip-menu_show 
{    max-width: 400px !important; 
}
}

  @media screen and (max-width: 480px) {
      .t794__tooltip-menu.t794__tooltip-menu_show {
             max-width: 360px !important;
    top: 85px !important;
      }
  }
   
   @media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #fe482d !important;
   }
  }