

/* Start:/vracham/src/css/channel.css?17709849582217*/
.channel {
   width: 100%;
   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;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   margin: 0 0 32px;
   padding: 8px 20px;
   border-radius: 8px;
   background: -webkit-gradient(linear, left top, right top, from(#1164AC), color-stop(51.44%, #3687C4), to(#58C6AD)), #F6F6F6;
   background: -o-linear-gradient(left, #1164AC 0%, #3687C4 51.44%, #58C6AD 100%), #F6F6F6;
   background: linear-gradient(90deg, #1164AC 0%, #3687C4 51.44%, #58C6AD 100%), #F6F6F6;
}

.channel__content {
   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;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
}

.channel__logo {
   width: 40px;
   height: 40px;
}

.channel__description {
   color: #FFF;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
}

.channel__button {
   height: 32px;
   width: 195px;

   display: -webkit-box;

   display: -ms-flexbox;

   display: flex;
   padding: 4px 12px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 4px;

   border-radius: 12px;
   background: #FFF;
   text-decoration: none;
   cursor: pointer;
}

.button__text {
   color: #0080C9;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 1;
}

@media all and (max-width: 1023px) {
   .channel__description {
      font-size: 14px;
      line-height: 20px;
   }
}

@media all and (max-width: 767px) {
   .channel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 20px;
   }
}

/* End */
/* /vracham/src/css/channel.css?17709849582217 */
