@charset "UTF-8";
/* display: none */
nav,
.calendar-desktop,
.dropdown-menu,
.header-right-section,
.calendar-desktop-carousel {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  background: #303030;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

nav .header-logo,
header .header-logo {
  width: 140px;
  height: 70px;
}

header .header-container {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1% 0;
}

header .header-container .hamburger {
  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;
}

.mobile-menu {
  min-height: 100vh;
  width: 100vw;
  overflow: auto !important;
  background: #303030;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 10009;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.mobile-menu-top {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu-top-logo {
  margin: 0 !important;
}

.mobile-menu-top svg {
  color: rgba(255, 255, 255, 0.7) !important;
  position: relative;
  z-index: 1;
}

.mobile-menu form {
  width: 80%;
  position: relative;
  z-index: 1;
  margin: 15px 0 20px 0;
}

.mobile-menu form .searchbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #6c6c6c;
  outline: none;
}

.mobile-menu form .edit-button {
  position: absolute;
  right: 0;
  top: 0;
  border: solid 5px #6c6c6c;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  padding: 0;
  background: white;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  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;
}

.mobile-menu-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-menu-nav .offer-menu {
  display: none;
}

.mobile-menu-nav .visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.mobile-menu-nav a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  justify-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin: 1.6vh 0;
}

.mobile-menu-nav a .icon {
  margin-right: 20px;
  height: 20px;
}

.mobile-menu-nav a .text {
  height: 13px;
}

.mobile-menu .img-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 0;
}

.ad-img {
  display: block;
  height: auto;
}

.spons0r-text {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (orientation: landscape) {
  .mobile-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: start;
  }
  .mobile-menu-top {
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mobile-menu-nav {
    margin: 0 0 auto 10%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
    height: calc(90vh - 70px);
  }
  .mobile-menu-nav a {
    margin: 2.2vh 0;
  }
  .mobile-menu form {
    margin: 0 10% auto 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }
  .mobile-menu .img-wrapper img {
    left: 30%;
    width: 70%;
  }
}

@media (min-height: 600px) and (orientation: landscape) {
  .mobile-menu-nav {
    margin: 40px 0 auto 10%;
  }
  .mobile-menu-nav a {
    margin: 3vh 0;
  }
  .mobile-menu form {
    margin-top: 40px;
  }
}

@media (min-width: 1000px) {
  .mobile-menu form {
    margin-top: 50px;
  }
  .mobile-menu form .searchbox {
    height: 70px;
    border-radius: 35px;
    padding-left: 35px;
    font-size: 22px;
  }
  .mobile-menu form .edit-button {
    position: absolute;
    right: 0;
    top: 0;
    border: solid 7px #6c6c6c;
    border-radius: 35px;
    height: 70px;
    width: 70px;
  }
  .mobile-menu form .edit-button .search-icon {
    width: 22px;
    height: 22px;
  }
  .mobile-menu-nav {
    margin-top: 40px;
  }
  .mobile-menu-nav a .icon {
    width: 30px;
    height: 30px;
    margin-right: 40px;
  }
  .mobile-menu-nav a .icon svg {
    width: 30px;
    height: 30px;
  }
  .mobile-menu-nav a .text {
    font-size: 24px;
    height: 25px;
  }
}

/* nowy kalendarz w headerze */
@media (min-width: 1200px) {
  header .header-container .calendar-desktop .tooltip-h {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 2.5%;
    padding: 10px;
    top: 100%;
    box-shadow: 0 2px 5px #000;
    background-color: #2a2a2a;
  }
  header .header-container .calendar-desktop .tooltip-h a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    margin: 5px 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
  }
  header .header-container .calendar-desktop .cta-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    padding: 8px 16px;
    color: white;
    background-color: transparent;
    margin: 0 10px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
    text-transform: uppercase;
  }
  header .header-container .calendar-desktop .cta-button img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  header .header-container .calendar-desktop a {
    display: flex;
  }
  header .header-container .calendar-desktop .cta-button:hover {
    background: #474747;
  }
  header .header-container .calendar-desktop .tooltip-h a:hover {
    color: rgb(41, 128, 255);
    background-color: #242323;
  }
  header .header-container .calendar-desktop .tooltip-h a svg,
  header .header-container .calendar-desktop .cta-button svg {
    width: 20px;
    height: 20px;
    fill: rgb(41, 128, 255);
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  header .header-container .calendar-desktop .cta-button {
    gap: 13px;
    font-size: 22px;
    padding: 12px 26px;
    margin: 0 0 0 16px;
  }
  header .header-container .calendar-desktop .tooltip-h a svg,
  header .header-container .calendar-desktop .cta-button svg {
    width: 25px;
    height: 25px;
  }
  header .header-container .calendar-desktop .tooltip-h a {
    gap: 13px;
    font-size: 22px;
    margin: 10px 10px;
    padding: 16px 26px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  header .header-container .calendar-desktop .cta-button {
    gap: 18px;
    font-size: 32px;
    padding: 18px 38px;
    margin: 0 0 0 50px;
  }
  header .header-container .calendar-desktop .tooltip-h a svg,
  header .header-container .calendar-desktop .cta-button svg {
    width: 40px;
    height: 40px;
  }
  header .header-container .calendar-desktop .tooltip-h a {
    gap: 18px;
    font-size: 32px;
    padding: 21px 38px;
    margin: 16px 15px;
  }
}

/* nowy header */
@media (min-width: 1200px) {
  .hamburger,
  .mobile-menu {
    display: none !important;
  }
  header {
    background-color: #2a2a2a;
    padding-left: 180px;
    width: calc(100% - 180px);
  }
  header .header-container {
    height: 100%;
    width: 95%;
    /* max-width: 1600px; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header .header-container .calendar-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    /*the container must be positioned relative:*/
    /*style the arrow inside the select element:*/
    /*point the arrow upwards when the select box is open (active):*/
    /*style the items (options), including the selected item:*/
    /*style items (options):*/
    /*hide the items when the select box is closed:*/
  }
  header .header-container .calendar-desktop-title,
  header .header-container .calendar-desktop-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .header-container .calendar-desktop .custom-select {
    position: relative;
    font-family: Arial;
  }
  header .header-container .calendar-desktop .custom-select select {
    display: none;
    /*hide original SELECT element:*/
  }
  header .header-container .calendar-desktop .select-selected {
    background-color: transparent;
  }
  header .header-container .calendar-desktop .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  header
    .header-container
    .calendar-desktop
    .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  header .header-container .calendar-desktop .select-items div,
  header .header-container .calendar-desktop .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header .header-container .calendar-desktop .select-items {
    position: absolute;
    background-color: #262626;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: scroll;
    max-height: 108px;
  }
  header .header-container .calendar-desktop .select-hide {
    display: none;
  }
  header .header-container .calendar-desktop .select-items div:hover,
  header .header-container .calendar-desktop .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header .header-container .calendar-desktop-carousel {
    display: block;
    max-width: 200px;
    min-width: 200px;
    margin-left: 50px;
  }
  header .header-container .calendar-desktop-carousel .visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .header-container .calendar-desktop-carousel .event-dropdown {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 125%;
    left: -85%;
    width: 175%;
    padding: 10%;
    background: #262626;
    color: #fff;
    border-radius: 8px;
  }
  header
    .header-container
    .calendar-desktop-carousel
    .event-dropdown
    .close-svg {
    width: 24px;
    height: 24px;
    margin-left: auto;
    cursor: pointer;
  }
  header
    .header-container
    .calendar-desktop-carousel
    .event-dropdown
    .event-item {
    padding: 15px 0;
  }
  header
    .header-container
    .calendar-desktop-carousel
    .event-dropdown
    .event-item
    .event-title:hover {
    text-decoration: underline;
  }
  header .header-container .calendar-desktop-carousel .event-dropdown h4 {
    margin: 0;
  }
  header
    .header-container
    .calendar-desktop-carousel
    .event-dropdown
    .event-date {
    color: #2980ff;
    margin-bottom: 3%;
  }
  header
    .header-container
    .calendar-desktop-carousel
    .event-dropdown
    .event-time {
    display: block;
    padding: 0;
    margin-top: 3%;
    color: rgba(255, 255, 255, 0.5);
  }
  header .header-container .calendar-desktop-carousel .event-dropdown .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  header
    .header-container
    .calendar-desktop-carousel
    .event-dropdown
    .header
    .title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 19px;
  }
  header .header-container .calendar-desktop-carousel span {
    padding: 0 10px;
  }
  header .header-container .calendar-desktop-carousel .owl-dots {
    display: none;
  }
  header .header-container .calendar-desktop-carousel .item {
    width: 40px;
    height: 50px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 5px;
    cursor: pointer;
  }
  header .header-container .calendar-desktop-carousel .item .day-name {
    text-align: center;
    margin: 0 0 10% 0;
    color: rgba(255, 255, 255, 0.5);
  }
  header .header-container .calendar-desktop-carousel .item .day-number {
    text-align: center;
    margin: 0;
  }
  header .header-container .calendar-desktop-carousel .item:hover {
    background-color: #3d3d3d;
  }
  header .header-container .calendar-desktop-carousel .today {
    background-color: #3d3d3d;
  }
  header .header-container .calendar-desktop-carousel .today .day-number {
    color: #2980ff;
  }
  header .header-container .calendar-desktop-carousel .today:hover {
    background-color: #575757;
  }
  header .header-container .calendar-desktop-carousel .selected {
    background-color: #3d3d3d;
  }
  header .header-container .calendar-desktop-carousel .selected:hover {
    background-color: #575757;
  }
  header .header-container .calendar-desktop-carousel .full .day-number {
    color: #2980ff;
  }
  header .header-container nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
  }
  header .header-container nav .cta-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    padding: 8px 16px;
    margin: 0 10px;
    color: white;
    background-color: transparent;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
    text-transform: uppercase;
  }
  header .header-container nav .cta-button:hover {
    color: white;
    background: #474747;
  }
  header .header-container nav .cta-button svg {
    width: 20px;
    height: 20px;
  }
  .vl {
    border-left: 2px solid #5b5b5c;
    height: 40px;
  }
  header .header-container nav .red {
    background-color: #ff3326;
    border: 2px solid #ff3326;
  }
  header .header-container nav .search-wrapper {
    display: none;
  }
  .dropdown-menu {
    position: fixed;
    border-radius: 0;
    top: 0;
    width: 100%;
    font-size: 11px;
    height: 40px;
    background: #2a2a2a;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    z-index: 9999;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-menu-container {
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .dropdown-menu-container a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
  }
  .dropdown-menu-container a:hover {
    color: #0148ff;
  }
}

@media (min-width: 1600px) {
  header .header-container nav .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
  header .header-container nav .search-wrapper form .search-input {
    color: white;
  }
}

/* nowy header */
@media (min-width: 2500px) and (min-height: 1400px) {
  header {
    padding-left: 160px;
    width: calc(100% - 160px);
  }
  /* header .header-container {
    max-width: 2200px;
  } */
  nav .header-logo,
  header .header-container .header-logo {
    width: 220px;
    height: auto;
  }
  header .header-container nav .search-icon {
    width: 25px;
    height: 25px;
  }
  header .header-container nav .search-wrapper {
    height: 44px;
    padding: 5.5px 15px;
    border-radius: 29px;
  }
  header .header-container nav .cta-button {
    gap: 13px;
    font-size: 22px;
    padding: 12px 26px;
  }
  header .header-container nav .cta-button svg {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  header {
    padding-left: 230px;
    width: calc(100% - 230px);
  }
  /* header .header-container {
    max-width: 3249px;
  } */
  nav .header-logo,
  header .header-container .header-logo {
    width: 320px;
    height: auto;
  }
  header .header-container nav .search-icon {
    width: 40px;
    height: 40px;
  }
  header .header-container nav .search-wrapper {
    height: 71px;
    border-radius: 50px;
    padding: 10px 25.5px;
  }
  header .header-container nav .search-wrapper form .search-input {
    width: 0px;
  }
  header .header-container nav .cta-button {
    gap: 18px;
    font-size: 32px;
    padding: 18px 38px;
  }
  header .header-container nav .cta-button svg {
    width: 40px;
    height: 40px;
  }
}

footer {
  width: 100%;
  border-top: solid 5px #262626;
}

footer .container {
  margin: 40px auto;
  width: 90%;
  max-width: 400px;
}

footer .container nav {
  display: flex;
}

footer .container nav div h5 {
  text-align: left;
}

footer .container .btns {
  display: none;
}

footer .container .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
}

footer .container .icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 0 0;
}

footer .container .icons a span {
  display: none;
}

footer .container .icons a:nth-child(5) {
  width: 33%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

footer .container .icons a:nth-child(5) img {
  height: 50px;
}

footer .container .icons a:nth-child(6) {
  width: 33%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

footer .container .icons a:nth-child(6) img {
  height: 60px;
}

footer .container .icons a:nth-child(7) {
  width: 33%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

footer .container .icons a:nth-child(7) img {
  height: 60px;
}

footer .bottom-strip {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: #262626;
  line-height: 180%;
  padding: 25px 10px;
  text-align: center;
  font-size: 12px;
}

footer .bottom-strip p {
  margin: 0;
}

footer .bottom-strip a {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .bottom-strip a img {
  width: 120px;
}

@media (min-width: 650px) {
  footer .bottom-strip {
    flex-direction: row;
    gap: 5px;
  }

  footer .bottom-strip a img {
    width: 80px;
  }
}

@media (min-width: 1200px) {
  footer {
    width: calc(100vw - 180px);
    margin-left: 180px;
    border-top: solid 5px #262626;
  }
  footer .container {
    margin: 40px auto 20px auto;
    width: 95%;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  footer .container nav {
    width: 50%;
    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;
  }
  footer .container nav div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 30%;
  }
  footer .container nav div h5 {
    -ms-grid-column-align: start;
    justify-self: start;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 20px;
  }
  footer .container nav div a {
    font-size: 14px;
    text-decoration: none;
    color: #6c6c6c;
    margin: 4px 0 0 0;
  }
  footer .container nav div:nth-child(2) {
    width: 33%;
  }
  footer .container nav div:nth-child(3) {
    width: 37%;
  }
  footer .container .btns {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  footer .container .btns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    padding: 7px 20px;
    text-decoration: none;
    color: #fff;
    border: solid 2px #fff;
    margin-left: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  footer .container .btns a:nth-child(1) {
    border: 0px;
    background-color: rgb(41, 128, 255);
    padding: 9px 20px;
    -webkit-transition: none;
    transition: none;
  }
  footer .container .icons {
    width: 100%;
    margin: 3% 0 0 0;
  }
  footer .container .icons a {
    width: auto !important;
    font-size: 14px;
    text-decoration: none;
    color: #6c6c6c;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .container .icons a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    color: #6c6c6c;
  }
  footer .container .icons a:nth-child(5) {
    margin-left: 100px;
  }
  footer .bottom-strip {
    background: #262626;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
  }
  footer .bottom-strip a img {
    width: 100px;
  }
}

@media (min-width: 1366px) {
  footer .container nav div h5 {
    font-size: 24px;
  }
}

@media (min-width: 1900px) {
  footer .container .btns a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 12px 24px;
  }
  footer .container .btns a:nth-child(1) {
    padding: 14px 26px;
  }
  footer .container nav div a {
    margin: 8px 0 0 0;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  footer {
    width: calc(100vw - 160px);
    margin-left: 160px;
  }
  footer .container {
    max-width: 2200px;
  }
  footer .container nav div h5 {
    font-size: 28px;
  }
  footer .container nav div a {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  footer .container .btns a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    padding: 12px 24px;
  }
  footer .container .btns a:nth-child(1) {
    padding: 14px 26px;
  }
  footer .container .icons a svg {
    width: 30px;
    height: 30px;
  }
  footer .container .icons a span {
    font-size: 18px;
    margin: 0 18px;
  }
  footer .container .icons a:nth-child(5) {
    margin-left: 150px;
  }
  footer .container .icons a:nth-child(5) img {
    height: 80px;
    width: 107.8px;
  }
  footer .container .icons a:nth-child(6) img {
    height: 80px;
    width: 133.28px;
  }
  footer .container .icons a:nth-child(7) img {
    height: 80px;
    width: 129.33px;
  }
  footer .bottom-strip {
    padding: 25px 0;
    font-size: 16px;
  }
  footer .bottom-strip a img {
    width: 121.56px;
    height: 20px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  footer {
    width: calc(100vw - 230px);
    margin-left: 230px;
  }
  footer .container {
    max-width: 3249px;
    margin: 70px auto 40px auto;
  }
  footer .container nav div h5 {
    font-size: 50px;
  }
  footer .container nav div a {
    font-size: 30px;
    margin: 20px 0 0 0;
  }
  footer .container .btns a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 32px;
    padding: 24px 38px;
    margin-left: 60px;
  }
  footer .container .btns a:nth-child(1) {
    padding: 26px 40px;
  }
  footer .container .icons a svg {
    width: 55px;
    height: 55px;
  }
  footer .container .icons a span {
    font-size: 32px;
    margin: 0 80px 0 35px;
  }
  footer .container .icons a:nth-child(5) {
    margin-left: 250px;
  }
  footer .container .icons a:nth-child(5) img {
    height: 150px;
    width: 202.125px;
  }
  footer .container .icons a:nth-child(6) img {
    height: 150px;
    width: 249.9px;
  }
  footer .container .icons a:nth-child(7) img {
    height: 150px;
    width: 242.5px;
  }
  footer .bottom-strip {
    padding: 35px 0;
    gap: 15px;
    font-size: 26px;
  }
  footer .bottom-strip a img {
    width: 182.36px;
    height: 30px;
  }
}

@media (max-width: 1200px) {
  footer .bottom-strip {
    padding-bottom: 40px;
  }
}

.animate-adshoot {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.animate-adshoot:hover {
  -webkit-transform: translateX(10px) scale(1.1);
  transform: translateX(10px) scale(1.1);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 100vh;
  min-height: 500px;
  background-color: #303030;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
aside nav {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
aside nav .tooltipbox {
  position: relative;
}
aside nav .tooltipbox .tooltip {
  visibility: hidden;
  text-align: center;
  padding: 8px;
  position: absolute;
  z-index: 1;
  left: 100%;
  bottom: -35%;
  font-size: 20px;
  width: auto;
  box-shadow: 0 2px 5px #000;
  background: #2a2a2a;
}
aside nav .tooltipbox .tooltip a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-direction: row;
  width: auto;
  text-align: left;
  align-items: center;
  width: 300px;
  font-size: 15px;
  padding: 0 16px;
  margin: 8px 5px;
  text-transform: uppercase;
  transition: 0.2s;
}
aside nav .tooltipbox .tooltip a:hover {
  color: rgb(41, 128, 255);
  background-color: #242323;
}
aside nav .tooltipbox .tooltip a svg {
  width: 20px;
  height: 20px;
  fill: rgb(41, 128, 255);
}
aside nav .tooltipbox:hover .tooltip {
  visibility: visible;
}
aside nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: inherit;
  text-align: center;
  margin-bottom: 20px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
aside nav .container:hover {
  cursor: pointer;
}
aside nav .container:hover .icon-wrapper svg {
  height: 30px;
  width: 30px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
aside nav .container .icon-wrapper {
  height: 35px;
  width: 35px;
  border: solid 1px #303030;
  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;
}
aside nav .container .icon-wrapper svg {
  width: 20px;
  height: 20px;
}
aside nav .container span {
  font-size: 12px;
  margin-top: 11px;
}
aside nav .internal-item {
  display: none;
  height: 42vh;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  width: 0px;
  background-color: #303030;
  position: absolute;
  right: -200px;
  top: -16vh;
  -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;
  overflow: hidden;
  z-index: -1;
  padding: 10 0;
  -webkit-box-shadow: 2px 4px 3px 0 rgba(0, 0, 0, 0.3),
    2px -4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 3px 0 rgba(0, 0, 0, 0.3), 2px -4px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1366px) {
  aside nav {
    height: 75%;
  }
  aside nav .container:hover .icon-wrapper svg {
    height: 35px;
    width: 35px;
  }
  aside nav .container .icon-wrapper {
    height: 50px;
    width: 50px;
  }
  aside nav .container .icon-wrapper svg {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 1900px) {
  aside {
    width: 95px;
  }
  aside nav {
    height: 75%;
  }
  aside nav .container {
    margin-bottom: 26px;
  }
  aside nav .container:hover .icon-wrapper svg {
    height: 40px;
    width: 40px;
  }
  aside nav .container .icon-wrapper {
    height: 60px;
    width: 60px;
    border: solid 2px #303030;
  }
  aside nav .container .icon-wrapper svg {
    width: 32px;
    height: 32px;
  }
  aside nav .container span {
    font-size: 13px;
    margin-top: 13px;
  }
  aside nav .container .tooltip a {
    height: 50px;
    width: 400px;
    font-size: 16px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  aside {
    width: 160px;
  }
  aside nav {
    height: 85%;
  }
  aside nav .container {
    margin-bottom: 36px;
  }
  aside nav .container:hover .icon-wrapper svg {
    height: 64px;
    width: 64px;
  }
  aside nav .container .icon-wrapper {
    height: 100px;
    width: 100px;
    border: solid 3px #303030;
  }
  aside nav .container .icon-wrapper svg {
    width: 44px;
    height: 44px;
  }
  aside nav .container span {
    font-size: 18px;
    margin-top: 18px;
  }
  aside nav .tooltipbox .tooltip a {
    gap: 13px;
    margin: 14px 10px;
    padding: 0 26px;
  }
  aside nav .tooltipbox .tooltip a svg {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  aside {
    width: 230px;
  }
  aside nav {
    height: 80%;
  }
  aside nav .container {
    margin-bottom: 50px;
  }
  aside nav .container:hover .icon-wrapper svg {
    height: 100px;
    width: 100px;
  }
  aside nav .container .icon-wrapper {
    height: 140px;
    width: 140px;
    border: solid 5px #303030;
  }
  aside nav .container .icon-wrapper svg {
    width: 70px;
    height: 70px;
  }
  aside nav .container span {
    font-size: 26px;
    margin-top: 26px;
  }
  aside nav .tooltipbox .tooltip a {
    gap: 18px;
  }
  aside nav .container .tooltip a {
    height: 110px;
    width: 600px;
    font-size: 35px;
    padding: 0 38px;
    margin: 20px 15px;
  }
  aside nav .tooltipbox .tooltip a svg {
    width: 40px;
    height: 40px;
  }
}

.calendar-nav {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  bottom: 0;
  height: 100%;
  z-index: 10000;
  background-color: #2a2a2a;
  width: 100%;
  color: #262626;
  overflow-y: scroll;
}
.calendar-nav-cnt {
  width: 90%;
  height: 80%;
  min-height: 500px;
  margin: 40px auto 100px auto;
}
.calendar-nav-cnt .table.table-bordered thead tr th {
  cursor: pointer;
}
.calendar-nav-cnt .table.table-bordered thead tr th.nav-right {
  width: 100%;
}
.calendar-nav-cnt .table.table-bordered thead tr th.nav-right svg {
  width: 40px;
  height: 40px;
}
.calendar-nav-cnt .table.table-bordered thead tr th.nav-left {
  width: 100%;
}
.calendar-nav-cnt .table.table-bordered thead tr th.nav-left svg {
  width: 40px;
  height: 40px;
}
.calendar-nav-cnt .month {
  font-size: 25px;
  color: #fff;
}
.calendar-nav-cnt .days-wrapper {
  height: 85%;
  width: 100%;
  margin: 5% 0 0 0;
}
.calendar-nav-cnt .days-wrapper thead tr th {
  width: 14.28%;
  color: #2980ff;
  font-size: 16px;
  padding-bottom: 30px;
}
.calendar-nav-cnt .days-wrapper tbody tr td {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
  background-color: #262626;
  border-radius: 10px;
}
.calendar-nav-cnt .days-wrapper tbody tr td.actual-day {
  color: #2980ff;
  font-weight: 700;
}
.calendar-nav-cnt .days-wrapper tbody tr td.actual-day:active {
  text-shadow: 0 0 10px #2980ff;
}
.calendar-nav-cnt .days-wrapper tbody tr td:active {
  font-weight: 600;
  text-shadow: 0 0 5px #fff;
}
.calendar-nav-cnt .days-wrapper tbody tr td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50%;
  font-size: 12px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .bottom-nav {
    position: fixed;
    bottom: 0;
    height: 65px;
    z-index: 10001;
    background-color: #262626;
    width: 100%;
    -webkit-box-shadow: 0px -3px 10px black;
    box-shadow: 0px -3px 10px black;
  }
  .bottom-nav a {
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .bottom-nav-container {
    width: 95%;
    max-width: 500px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto auto;
  }
  .bottom-nav-item {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 20%;
    font-size: 11px !important;
  }
  .bottom-nav-item svg {
    margin: 0 0 5px 0;
  }
  .bottom-nav-item:nth-child(3) {
    position: relative;
    width: 80px;
    height: 80px;
    bottom: 20px;
    background: #262626;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0 5px black;
    box-shadow: 0px 0 5px black;
  }
  .user-nav {
    position: fixed;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    bottom: 0;
    height: 100vh;
    z-index: 10000;
    background-color: #2a2a2a;
    width: 100%;
    color: #3c3c3c;
    overflow-y: scroll;
  }
  .user-nav-cnt {
    margin: 5% auto 0 auto;
    width: 90%;
    height: 120%;
    min-height: 500px;
    margin-top: 5%;
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .user-nav-cnt a {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 48%;
    height: 32%;
    margin-bottom: 4%;
    background-color: #303030;
    -webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
  }
  .user-nav-cnt a svg {
    width: 25%;
    height: 25%;
    margin-bottom: 10%;
    fill: #2980ff;
  }
  .user-nav-cnt a span {
    font-size: 120%;
  }
}

@media (min-width: 700px) {
  .user-nav-cnt {
    margin-bottom: 190px;
  }
  .user-nav-cnt a {
    -webkit-box-shadow: 3px 3px 6px #000;
    box-shadow: 3px 3px 6px #000;
  }
  .user-nav-cnt a span {
    font-size: 180%;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-right {
    width: 100%;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-right svg {
    width: 60px;
    height: 60px;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-left {
    width: 100%;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-left svg {
    width: 60px;
    height: 60px;
  }
  .calendar-nav-cnt .month {
    font-size: 36px;
    color: #fff;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td {
    font-size: 20px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td span {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-right svg {
    width: 70px;
    height: 70px;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-left svg {
    width: 70px;
    height: 70px;
  }
  .calendar-nav-cnt .month {
    font-size: 48px;
  }
  .calendar-nav-cnt .days-wrapper {
    height: 90%;
    width: 100%;
    margin: 2% 0 15% 0;
  }
  .calendar-nav-cnt .days-wrapper thead tr th {
    font-size: 24px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td {
    color: #fff;
    font-size: 24px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td span {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .bottom-nav {
    display: none;
  }
  .user-nav {
    display: none !important;
  }
  .calendar-nav {
    overflow: hidden;
  }
  .calendar-nav-cnt {
    margin-top: 100px;
  }
  .calendar-nav-cnt .month {
    font-size: 32px;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-left svg,
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-right svg {
    width: 50px;
    height: 50px;
  }
  .calendar-nav-cnt .days-wrapper thead tr th {
    font-size: 18px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td {
    font-size: 16px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td span {
    font-size: 14px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td .td-center {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

@media (min-width: 1560px) {
  .calendar-nav-cnt .month {
    font-size: 42px;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-left svg,
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-right svg {
    width: 60px;
    height: 60px;
  }
  .calendar-nav-cnt .days-wrapper thead tr th {
    font-size: 24px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td {
    font-size: 22px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td span {
    font-size: 20px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td .td-center {
    gap: 15px;
  }
}

@media (min-width: 2500px) {
  .calendar-nav-cnt {
    margin-top: 160px;
  }
  .calendar-nav-cnt .month {
    font-size: 62px;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-left svg,
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-right svg {
    width: 100px;
    height: 100px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td .td-center {
    gap: 20px;
  }
}
@media (min-width: 3800px) {
  .calendar-nav-cnt {
    margin-top: 250px;
  }
  .calendar-nav-cnt .month {
    font-size: 75px;
  }
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-left svg,
  .calendar-nav-cnt .table.table-bordered thead tr th.nav-right svg {
    width: 120px;
    height: 120px;
  }
  .calendar-nav-cnt .days-wrapper thead tr th {
    font-size: 42px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td {
    font-size: 40px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td span {
    font-size: 35px;
  }
  .calendar-nav-cnt .days-wrapper tbody tr td .td-center {
    gap: 25px;
  }
}

.calendar-nav-cnt .days-wrapper tbody tr td.gray {
  opacity: 0.3;
}

.my-acc::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}

.my-acc::-webkit-scrollbar-track {
  background: #6c6c6c;
  /* color of the tracking area */
}

.my-acc::-webkit-scrollbar-thumb {
  background-color: #303030;
  /* color of the scroll thumb */
}

.my-acc {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9000;
  background-color: #2a2a2a;
  width: 0;
  height: inherit;
  height: calc(100vh - 70px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #303030 #6c6c6c;
}

.my-acc-nav-cnt {
  color: #fff;
  margin: 10% 0 0 0;
  width: 100%;
}

.my-acc-nav-cnt h5 {
  color: #fff;
  width: 80%;
  margin: 5vh auto;
}

.my-acc-nav-cnt ul {
  width: 80%;
  margin: 0 auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0;
}

.my-acc-nav-cnt ul li:last-child {
  border-bottom: none;
}

.my-acc-nav-cnt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  margin: 5px 0;
}

.my-acc-nav-cnt ul li svg {
  margin: 0 25px 0 0;
}

.my-acc-nav-cnt ul li:hover {
  cursor: pointer;
}

.my-acc-nav-cnt ul li:hover {
  background-color: #303030;
}

.my-acc-nav-cnt ul .sub-list {
  display: none;
}

.my-acc-nav-cnt ul .sub-list li {
  color: #fff;
  padding: 15px 1.5vw 15px 4vw;
  background-color: #303030;
  border-color: #6c6c6c;
}

.my-acc-nav-cnt .header-wrapper {
  margin: 20px auto;
  width: 80%;
  background-color: #303030;
  padding: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-acc-nav-cnt .header-wrapper svg {
  width: 40px;
  height: 40px;
}

.my-acc-nav-cnt .header-wrapper .nickname {
  width: 75%;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .my-acc {
    width: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-item {
    position: relative;
  }
  .main-item .arrow {
    position: absolute;
    right: 0px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .my-acc {
    height: calc(100vh - 113px);
  }
  .my-acc-nav-cnt ul li {
    padding: 30px 1vw;
  }
  .my-acc-nav-cnt ul li svg {
    width: 30px;
    height: 30px;
  }
  .my-acc-nav-cnt ul .sub-list li {
    padding: 30px 1vw;
  }
  .my-acc-nav-cnt .header-wrapper {
    padding: 30px 1vw;
  }
  .my-acc-nav-cnt .header-wrapper .nickname {
    font-size: 22px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .my-acc {
    height: calc(100vh - 163px);
  }
  .my-acc-nav-cnt ul li {
    padding: 45px 1.5vw 45px 1.5vw;
    border-bottom: dashed 2px #303030;
  }
  .my-acc-nav-cnt ul li svg {
    width: 40px;
    height: 40px;
  }
  .my-acc-nav-cnt ul .sub-list li {
    padding: 45px 1.5vw 45px 1.5vw;
    border-bottom: dashed 2px #6c6c6c;
  }
  .my-acc-nav-cnt .header-wrapper {
    padding: 45px 1.5vw 45px 1.5vw;
  }
  .my-acc-nav-cnt .header-wrapper .nickname {
    font-size: 32px;
  }
}

.user-panel-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.user-panel-mobile-menu .active {
  background: #353535;
  color: #fff;
}

.user-panel-mobile-menu .active .icon svg {
  fill: #2980ff;
}

.user-panel-mobile-menu-item {
  padding: 15px 0;
  width: 33%;
  background: #2a2a2a;
  cursor: pointer;
}

.user-panel-mobile-menu-item .icon {
  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;
}

.user-panel-mobile-menu-item .icon svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.user-panel-mobile-menu-item .text {
  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;
  font-size: 11px;
  margin-top: 5%;
  text-align: center;
}

.user-panel-mobile-menu .w-25 {
  width: 25% !important;
}

@media (min-width: 600px) {
  .user-panel-mobile-menu-item {
    width: 16.66%;
  }
}

@media (min-width: 900px) {
  .user-panel-mobile-menu-item {
    padding: 25px 0;
  }
  .user-panel-mobile-menu-item .text {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .user-panel-mobile-menu {
    display: none;
  }
  .calendar-nav {
    z-index: 2;
  }
}

.platforma-sec {
  width: 100%;
}

.platforma-sec-cnt-img {
  width: 100%;
}

.platforma-sec-cnt-img h1,
.platforma-sec-cnt-img h2,
.platforma-sec-cnt-img p {
  max-width: 500px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* .platforma-sec-cnt-img h1 {
  margin-bottom: 12px;
} */

.platforma-sec-cnt-img img {
  max-height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .platforma-sec-cnt-img img {
    margin-top: 40px !important;
  }
}

@media (min-width: 200px) {
  .index-sec01-mobile {
    width: 100%;
    margin: 0 auto 30px;
  }
  .index-sec01-mobile-wrapper .owl-carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }
  .index-sec01-mobile-wrapper .owl-carousel .item img {
    top: 0;
    z-index: -1;
  }
  .index-sec01-mobile-wrapper .owl-carousel .item .owl-text {
    position: flex;
    width: calc(100% - 40px);
    padding: 20px;
    padding-top: 0;
  }
  .index-sec01-mobile-wrapper .owl-carousel .item .owl-text span {
    color: #2980ff;
  }
  .index-sec01-mobile-wrapper .owl-carousel .item .owl-text p {
    margin: 0;
  }
  .index-sec01-mobile-wrapper .owl-carousel .owl-dots {
    margin-left: 15px;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index-sec01-mobile-wrapper .owl-carousel .owl-dots .span-dot {
    background-color: red;
  }
  .index-sec01 {
    display: none;
  }
  .platforma-sec {
    padding: 50px 0;
  }
}

@media (min-width: 600px) {
  .index-sec01-mobile-wrapper .owl-carousel .item img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0 48%);
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0 48%);
  }
}

@media (min-width: 600px) and (orientation: portrait) {
  .platforma-sec-cnt-img h1,
  .platforma-sec-cnt-img h2,
  .platforma-sec-cnt-img p {
    max-width: none;
  }
  .platforma-sec-cnt-img img {
    max-height: 30vh;
  }
}

@media (min-width: 600px) and (orientation: landscape) {
  .platforma-sec-cnt-img h1,
  .platforma-sec-cnt-img p {
    max-width: none;
  }
  .platforma-sec-cnt-img img {
    max-height: 50vh;
  }
}

@media (min-width: 600px) {
  /* .index-sec01-mobile-wrapper .owl-carousel .item {
    height: 45vh;
  } */
  .index-sec01-mobile-wrapper .owl-carousel .item .owl-text {
    position: absolute;
    padding: 20px;
    top: 70%;
  }
  .index-sec01-mobile-wrapper .owl-carousel .owl-dots {
    width: 25%;
  }
}

@media (min-width: 900px) {
  .index-sec01-mobile {
    display: none;
  }
  .index-sec01 {
    display: block;
    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;
  }
  .index-sec01-wrapper {
    padding: 50px 0;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 70vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index-sec01-wrapper .box-bottom,
  .index-sec01-wrapper .box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box,
  .index-sec01-wrapper .box-top .index-sec01-box {
    background-size: cover;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-shadow: 2px 2px 4px black,
      inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 2px 2px 4px black, inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box h3,
  .index-sec01-wrapper .box-top .index-sec01-box h3 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box p,
  .index-sec01-wrapper .box-top .index-sec01-box p {
    margin-left: 0;
    margin-top: 10px;
  }
  .index-sec01-wrapper .box-bottom .first,
  .index-sec01-wrapper .box-top .first {
    width: 98%;
    height: 53%;
    background: url("../img/homepage/bg-4.webp");
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .index-sec01-wrapper .box-bottom .second,
  .index-sec01-wrapper .box-top .second {
    width: 98%;
    height: 43%;
    background: url("../img/homepage/bg-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .index-sec01-wrapper .box-bottom .third,
  .index-sec01-wrapper .box-top .third {
    width: 98%;
    height: 43%;
    background: url("../img/homepage/bg-3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .index-sec01-wrapper .box-bottom .forth,
  .index-sec01-wrapper .box-top .forth {
    width: 98%;
    height: 53%;
    background: url("../img/homepage/bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .index-sec01-wrapper {
    height: 77vh;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box,
  .index-sec01-wrapper .box-top .index-sec01-box {
    -webkit-box-shadow: 3px 3px 6px black,
      inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 3px 3px 6px black, inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box h3,
  .index-sec01-wrapper .box-top .index-sec01-box h3 {
    font-size: 28px;
  }
  .platforma-sec-cnt-img {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #262626;
    -webkit-box-shadow: 3px 3px 6px black;
    box-shadow: 3px 3px 6px black;
    overflow: hidden;
  }
  .platforma-sec-cnt-img-text {
    width: 60%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .platforma-sec-cnt-img-text h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
  }
  .platforma-sec-cnt-img-wrapper {
    width: 40%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .platforma-sec-cnt-img-wrapper img {
    max-height: none;
  }
}

@media (min-width: 1600px) {
  .index-sec01-wrapper {
    height: 82vh;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box h3,
  .index-sec01-wrapper .box-top .index-sec01-box h3 {
    font-size: 32px;
  }
  .platforma-sec-cnt-img-text h1 {
    font-size: 32px;
  }
}

@media (min-width: 1900px) {
  .index-sec01-wrapper .box-bottom .index-sec01-box,
  .index-sec01-wrapper .box-top .index-sec01-box {
    -webkit-box-shadow: 4px 4px 8px black,
      inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 4px 4px 8px black, inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
  }
  .platforma-sec-cnt-img {
    -webkit-box-shadow: 4px 4px 8px black;
    box-shadow: 4px 4px 8px black;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .platforma-sec-cnt-img {
    -webkit-box-shadow: 6px 6px 10px black;
    box-shadow: 6px 6px 10px black;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box,
  .index-sec01-wrapper .box-top .index-sec01-box {
    -webkit-box-shadow: 6px 6px 10px black,
      inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 6px 6px 10px black,
      inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
  }

  .index-sec01-wrapper .box-bottom .index-sec01-box h3,
  .index-sec01-wrapper .box-top .index-sec01-box h3 {
    font-size: 45px;
  }

  .platforma-sec-cnt-img-text h1 {
    font-size: 42px;
  }

  .platforma-sec {
    padding: 100px 0;
  }

  .ad-img {
    height: 40vh;
  }

  .spons0r-text {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .platforma-sec-cnt-img {
    -webkit-box-shadow: 10px 10px 16px black;
    box-shadow: 10px 10px 16px black;
  }
  .index-sec01-wrapper .box-bottom .index-sec01-box,
  .index-sec01-wrapper .box-top .index-sec01-box {
    -webkit-box-shadow: 10px 10px 16px black,
      inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 10px 10px 16px black,
      inset 0px -100px 35px 22px rgba(0, 0, 0, 0.7) !important;
  }

  .index-sec01-wrapper .box-bottom .index-sec01-box h3,
  .index-sec01-wrapper .box-top .index-sec01-box h3 {
    font-size: 65px;
  }

  .platforma-sec-cnt-img-text h1 {
    font-size: 60px;
  }

  .platforma-sec {
    padding: 150px 0;
  }

  .spons0r-text {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  p.extra-text-des {
    text-align: left;
    font-size: 16px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1600px) {
  p.extra-text-des {
    font-size: 18px;
    padding-bottom: 32px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  p.extra-text-des {
    font-size: 28px;
    padding-bottom: 45px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  p.extra-text-des {
    font-size: 40px;
    padding-bottom: 60px;
  }
}

.title {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.org-sec-01 {
  width: 100%;
  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;
}

.org-sec-01-cnt {
  width: 90%;
  background-color: #262626;
  margin-top: 140px;
  box-shadow: 4px 4px 8px black;
}

.org-sec-01-cnt .camera-img {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.org-sec-01-cnt .camera-img img {
  width: 100%;
  max-width: 324px;
  height: auto;
}

.org-sec-01-cnt .content {
  width: 90%;
  margin: 0 auto;
}

.org-sec-01-cnt .content a {
  padding: 12px 18px;
  background-color: rgb(41, 128, 255);
  color: white;
  display: table;
  margin: 0 auto 16px auto;
  font-weight: 700;
}

.org-sec-02 {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #262626;
}

.org-sec-02-cnt {
  width: 90%;
  border-radius: 20px;
}

.org-sec-02-cnt .item-wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 500px) {
  .org-sec-02-cnt .item-wrapper {
    flex-direction: column;
  }

  .org-sec-02-cnt .item-wrapper-text {
    margin: 0 !important;
  }
}

.org-sec-02-cnt .item-wrapper img {
  width: 85px;
  height: 85px;
  margin: 32px 0 0 0;
}

.org-sec-02-cnt .item-wrapper-text {
  margin: 0 0 0 10%;
  text-align: start;
}

.org-sec-02-cnt .item-wrapper-text h5 {
  text-align: left;
  margin-bottom: 12px;
}

.org-sec-02-cnt .item-wrapper:last-child {
  margin-bottom: 32px;
}

.org-sec-03 {
  margin: 50px 0;
  width: 100%;
  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;
}

.org-sec-03-cnt {
  width: 90%;
  background-color: #e3e3e3;
  border-radius: 20px;
  color: #262626;
}

.org-sec-03-cnt .content {
  width: 90%;
  margin: 0 auto;
}

.org-sec-03-cnt .content p {
  padding: 0 0 16px 0;
}

.org-sec-04 {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 16px;
  background-color: #262626;
  padding: 32px 0;
}

.org-sec-04-cnt {
  width: 80%;
  background-color: #2a2a2a;
  color: white;
  box-shadow: 1px 1px 10px black;
}

.org-sec-04-cnt .form-wrapper {
  width: 90%;
  margin: 0 auto;
}

.org-sec-04-cnt .form-wrapper h5 {
  margin: 22px 0;
  font-size: 22px;
}

.org-sec-04-cnt .form-wrapper form {
  width: 100%;
  margin: 0 auto;
}

.org-sec-04-cnt .form-wrapper form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #262626;
  height: 40px;
  margin: 8px 0;
  color: white;
  border: none;
  border-left: 5px solid rgb(41, 128, 255);
}

.org-sec-04-cnt .form-wrapper form input:focus {
  outline: 0;
}

.org-sec-04-cnt .form-wrapper form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.org-sec-04-cnt .form-wrapper form .row .ssmall {
  width: 48%;
}

.org-sec-04-cnt .form-wrapper form .submit-btn {
  padding: 12px 18px;
  background-color: rgb(41, 128, 255);
  color: white;
  display: table;
  margin: 16px auto 24px auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 600px) {
  .org-sec-04-cnt .form-wrapper form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .org-sec-04-cnt .form-wrapper form .row .small {
    width: 48%;
  }
}

@media (min-width: 900px) {
  .org-sec-01-cnt {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .org-sec-01-cnt .camera-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
    height: inherit;
    max-height: 365px;
  }
  .org-sec-01-cnt .camera-img img {
    width: 470px;
    max-width: none;
  }
  .org-sec-01-cnt .content {
    width: 45%;
    margin: 0 5%;
  }
  .org-sec-01-cnt .content a {
    margin: 16px auto 16px 0;
  }
  .org-sec-02-cnt .item-wrapper-text {
    margin: 0 0 0 5%;
  }
  .org-sec-02-cnt .item-wrapper h1 {
    color: rgb(41, 128, 255);
    font-size: 45px;
  }
  .org-sec-04 {
    margin-bottom: 32px;
  }
  .org-sec-04-cnt .form-wrapper h5 {
    margin: 25px 0;
    font-size: 25px;
  }
  .org-sec-04-cnt .form-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .org-sec-04-cnt .form-wrapper form .form-sec-01 {
    width: 47%;
  }
  .org-sec-04-cnt .form-wrapper form .form-sec-01 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .org-sec-04-cnt .form-wrapper form .form-sec-01 .row .ssmall {
    width: 100%;
  }
  .org-sec-04-cnt .form-wrapper form .form-sec-01 .row .small {
    width: 100%;
  }
  .org-sec-04-cnt .form-wrapper form .form-sec-02 {
    width: 47%;
  }
  .org-sec-04-cnt .form-wrapper form .form-sec-02 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .org-sec-04-cnt .form-wrapper form .form-sec-02 .row .ssmall {
    width: 48%;
  }
  .org-sec-04-cnt .form-wrapper form .submit-btn {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .title {
    max-width: none;
    margin-bottom: 24px;
  }
  .org-sec-01-cnt .camera-img {
    max-height: 405px;
  }
  .org-sec-01-cnt .camera-img img {
    width: 580px;
    max-width: none;
  }
  .org-sec-01-cnt .content a {
    margin: 16px auto 32px 0;
    font-size: 18px;
  }
  .org-sec-02 {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 50px 0;
  }
  .org-sec-02-cnt {
    width: 90%;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
  .org-sec-02-cnt .item-wrapper {
    width: 30%;
    margin: 0;
    text-align: center;
  }
  .org-sec-02-cnt .item-wrapper h1 {
    font-size: 85px;
  }
  .org-sec-02-cnt .item-wrapper img {
    width: 85px;
    height: 85px;
    margin: 32px 0 0 0;
  }
  .org-sec-02-cnt .item-wrapper:last-child {
    margin-bottom: 0;
  }
  .org-sec-03 {
    margin: 100px 0;
    width: 100%;
    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;
  }
  .org-sec-03-cnt {
    width: 90%;
    background-color: #e3e3e3;
    border-radius: 20px;
    color: #262626;
  }
  .org-sec-03-cnt .content {
    width: 90%;
    margin: 0 auto;
  }
  .org-sec-03-cnt .content p {
    padding: 0 0 16px 0;
  }
  .org-sec-04 {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 16px;
    padding: 100px 0;
  }
  .org-sec-04 .title {
    padding-top: 0;
    margin-top: 0;
  }
  .org-sec-04-cnt {
    width: 80%;
    background-color: #2a2a2a;
    color: white;
    box-shadow: 1px 1px 10px black;
  }
  .org-sec-04-cnt .form-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .org-sec-04-cnt .form-wrapper form {
    width: 100%;
    margin: 0 auto;
  }
  .org-sec-04-cnt .form-wrapper form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #262626;
    height: 40px;
    margin: 8px 0;
    color: white;
  }
  .org-sec-04-cnt .form-wrapper form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .org-sec-04-cnt .form-wrapper form .row .ssmall {
    width: 48%;
  }
}

@media (min-width: 1600px) {
  .title {
    padding: 70px 0 0 0;
  }
  .org-sec-01-cnt .camera-img {
    max-height: 451px;
  }
  .org-sec-01-cnt .camera-img img {
    width: 760px;
  }
  .org-sec-01-cnt .content h3 {
    margin-bottom: 0;
  }
  .org-sec-01-cnt .content p {
    margin-top: 18px;
  }
  .org-sec-02 {
    padding-top: 0;
  }
  .org-sec-02 p {
    margin-top: 12px;
  }
  .org-sec-03 {
    margin: 120px 0;
  }
  .org-sec-04-cnt .form-wrapper h5 {
    margin: 30px 0;
    font-size: 28px;
  }
  .org-sec-04-cnt .form-wrapper form input {
    height: 50px;
  }
  .org-sec-04-cnt .form-wrapper form .submit-btn {
    margin: 22px 0 30px auto;
  }
}

@media (min-width: 1900px) {
  .org-sec-01-cnt .camera-img {
    width: 47%;
    max-height: 483px;
  }
  .org-sec-01-cnt .camera-img img {
    width: 890px;
  }
  .org-sec-01-cnt .content {
    width: 43%;
  }
  .org-sec-01-cnt .content h3 {
    margin: 60px 0 0 0;
  }
  .org-sec-01-cnt .content p {
    margin-top: 26px;
  }
  .org-sec-01-cnt .content a {
    margin: 28px auto 60px 0;
  }
  .org-sec-02-cnt .item-wrapper {
    width: 26%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .org-sec-02-cnt .item-wrapper img {
    width: 140px;
    height: 140px;
    margin: 32px 0 0 0;
  }
  .org-sec-02-cnt .item-wrapper:last-child {
    margin-bottom: 0;
  }
  .org-sec-03 {
    margin: 150px 0;
  }
  .org-sec-04 {
    padding: 120px 0;
  }
  .org-sec-04-cnt .form-wrapper form .submit-btn {
    padding: 16px 22px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .title {
    margin-bottom: 44px;
    padding: 90px 0 0 0;
  }
  .org-sec-01-cnt .camera-img {
    width: 52%;
    max-height: 660px;
  }
  .org-sec-01-cnt .camera-img img {
    width: 1200px;
  }
  .org-sec-01-cnt .content {
    width: 43%;
    margin: 0 0 0 5%;
  }
  .org-sec-01-cnt .content h3 {
    margin: 80px 0 0 0;
  }
  .org-sec-01-cnt .content p {
    margin-top: 36px;
  }
  .org-sec-01-cnt .content a {
    margin: 32px auto 80px 0;
    padding: 24px 36px;
    font-size: 27px;
  }
  .org-sec-02 {
    padding-bottom: 100px;
    margin-top: 220px;
  }
  .org-sec-02-cnt .item-wrapper {
    width: 27%;
  }
  .org-sec-02-cnt .item-wrapper h1 {
    font-size: 110px;
  }
  .org-sec-02-cnt .item-wrapper img {
    width: 180px;
    height: 180px;
    margin: 32px 0 0 0;
  }
  .org-sec-02-cnt .item-wrapper:last-child {
    margin-bottom: 0;
  }
  .org-sec-03 {
    margin: 220px 0;
  }
  .org-sec-04-cnt .form-wrapper h5 {
    font-size: 35px;
    margin: 50px 0;
  }
  .org-sec-04-cnt .form-wrapper form input {
    height: 70px;
    padding-left: 4%;
  }
  .org-sec-04-cnt .form-wrapper form .submit-btn {
    margin: 30px 0 38px auto;
    font-size: 22px;
    padding: 22px 28px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .title {
    margin-bottom: 66px;
    padding: 130px 0 0 0;
  }
  .org-sec-01-cnt .camera-img {
    width: 52%;
    max-height: 1019px;
  }
  .org-sec-01-cnt .camera-img img {
    width: 1689px;
  }
  .org-sec-01-cnt .content {
    width: 43%;
    margin: 0 0 0 5%;
  }
  .org-sec-01-cnt .content h3 {
    margin: 120px 0 0 0;
  }
  .org-sec-01-cnt .content p {
    margin-top: 70px;
  }
  .org-sec-01-cnt .content a {
    margin: 70px auto 120px 0;
    padding: 30px 48px;
    font-size: 32px;
  }
  .org-sec-02 {
    padding-bottom: 100px;
    margin-top: 320px;
  }
  .org-sec-02-cnt .item-wrapper {
    width: 27%;
  }
  .org-sec-02-cnt .item-wrapper img {
    width: 240px;
    height: 240px;
    margin: 32px 0 0 0;
  }
  .org-sec-02-cnt .item-wrapper:last-child {
    margin-bottom: 0;
  }
  .org-sec-03 {
    margin: 320px 0;
  }
  .org-sec-04 {
    padding: 160px 0;
  }
  .org-sec-04-cnt .form-wrapper h5 {
    margin: 80px 0;
    font-size: 52px;
  }
  .org-sec-04-cnt .form-wrapper form input {
    height: 100px;
    padding-left: 3%;
    margin: 16px 0;
  }
  .org-sec-04-cnt .form-wrapper form .submit-btn {
    margin: 50px 0 58px auto;
    padding: 35px 42px;
    font-size: 32px;
  }
}

.form-sec {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 60vh;
}

.form-sec .h-wrapper {
  width: 85%;
  max-width: 500px;
  margin: 0 auto 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-sec .h-wrapper h1 {
  margin: 0;
  font-size: 32px;
}

.form-sec .h-wrapper a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.form-sec .login-form {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-sec .login-form input {
  width: 100%;
  height: 40px;
  margin: 5px 0;
}

.form-sec .login-form input:nth-child(3) {
  width: 20px;
  height: 20px;
  margin: 10px 10px 10px 0;
}

.form-sec .login-form .btn-wrapper {
  width: 100%;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.form-sec .login-form .btn-wrapper a {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 15px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .form-sec .h-wrapper {
    max-width: 700px;
  }
  .form-sec .h-wrapper a:hover {
    text-decoration: underline;
  }
  .form-sec .login-form {
    max-width: 700px;
  }
  .form-sec .login-form .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0 0 0;
  }
  .form-sec .login-form .btn-wrapper a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 20px 0 0;
  }
  .form-sec .login-form .btn-wrapper a:hover {
    text-decoration: underline;
  }
  .form-sec .login-form .btn-wrapper input {
    max-width: 150px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    background-color: rgb(41, 128, 255);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: none;
    transition: none;
  }
}

.form-sec .h-wrapper h1 {
  font-size: 32px;
}

.form-sec .h-wrapper a {
  text-align: end;
}

.form-sec .register-form {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-sec .register-form input {
  width: 100%;
  height: 40px;
  margin: 5px 0;
}

.form-sec .register-form span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-sec .register-form span input {
  width: 20px;
  height: 20px;
  margin: 10px 10px 10px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-sec .register-form span a {
  color: #fff;
  text-decoration: none;
}

.form-sec .register-form .btn-wrapper {
  width: 100%;
  margin: 10px auto 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.form-sec .register-form .btn-wrapper input {
  max-width: 150px;
  padding: 0;
  border: solid 2px #0148ff;
  background-color: rgb(41, 128, 255);
  -webkit-box-shadow: 0 0 10px #0148ff;
  box-shadow: 0 0 10px #0148ff;
  font-size: 16px;
  font-weight: 700;
}

.form-sec .register-form .btn-wrapper input:hover {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .form-sec .h-wrapper {
    max-width: 700px;
  }
  .form-sec .h-wrapper a:hover {
    text-decoration: underline;
  }
  .form-sec .register-form {
    max-width: 700px;
  }
  .form-sec .register-form .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0 0 0;
  }
  .form-sec .register-form .btn-wrapper a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 20px 0 0;
  }
  .form-sec .register-form .btn-wrapper a:hover {
    text-decoration: underline;
  }
  .form-sec .register-form .btn-wrapper input {
    max-width: 150px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    border: solid 2px #0148ff;
    background-color: rgb(41, 128, 255);
    -webkit-box-shadow: 0 0 10px #0148ff;
    box-shadow: 0 0 10px #0148ff;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: none;
    transition: none;
  }
  .form-sec .register-form .btn-wrapper input:hover {
    cursor: pointer;
    background: transparent;
    color: #0148ff;
  }
}

.information {
  width: 100%;
  padding: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 200px) {
  a {
    text-decoration: none;
    color: white;
  }
  .contact-sec01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-sec01-wrapper {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
  }
  .contact-sec01-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 50px;
    font-size: 4vw;
    width: 100%;
    height: 96%;
  }
  .contact-sec01-box h1 {
    font-size: 32px !important;
    margin: 3% 0 0 0;
    text-align: start;
  }
  .contact-sec01-box p {
    margin: 3vw 0;
  }
  .contact-sec01-box form {
    margin-top: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-sec01-box input[type="text"],
  .contact-sec01-box input[type="email"],
  .contact-sec01-box textarea {
    padding: 0 3%;
    color: #fff;
    margin-top: 2%;
    height: 40px;
    border: 2px solid white;
    font-size: 14px !important;
  }
  .contact-sec01-box textarea {
    padding: 15px 3%;
  }
  .contact-sec01-box label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-sec01-box label input {
    width: 20px;
    height: 20px;
    margin: 10px 10px 10px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .contact-sec01-box label span {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .contact-sec01-box input[type="submit"] {
    margin-top: 15px;
    height: 40px;
  }
  .contact-sec01-box .long {
    height: 20vw;
    font-family: "Inter", sans-serif;
    color: #fff;
    background: transparent;
    outline: none;
    resize: none;
  }
  .contact-sec01-box .long::-webkit-input-placeholder {
    text-align: left;
    align-self: flex-start;
  }
  .contact-sec01-box .long:-ms-input-placeholder {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contact-sec01-box .long::-ms-input-placeholder {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contact-sec01-box .long::placeholder {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contact-sec01-box .submit-cta {
    padding: 6px 8px;
  }
  .contact-sec01-box .submit-cta:hover {
    background: transparent;
    color: #0148ff;
  }
  .contact-sec01-box .contact-se01-text:nth-child(4) {
    display: none;
  }
  .contact-sec01-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .contact-sec01-icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-sec01-icons span {
    display: none;
    margin-left: 1vw;
  }
}

@media (min-width: 600px) {
  .contact-sec01-box {
    font-size: 2.5vw;
  }
  .contact-sec01-box h1 {
    margin: 3% 0 0 0;
  }
  .contact-sec01-icons span {
    display: block !important;
  }
}

@media (min-width: 900px) {
  .contact-sec01 .submit-cta {
    padding: 10px 15px !important;
  }
}

@media (min-width: 1200px) {
  .contact-sec01 {
    max-width: 2000px;
  }
  .contact-sec01-box {
    padding-bottom: 4%;
    font-size: 2vw;
  }
  .contact-sec01-box span {
    font-size: 1.3vw;
  }
  .contact-sec01-box h1 {
    font-size: 30px !important;
    margin: 8% 0 0 0;
  }
  .contact-sec01-box .contact-se01-text {
    font-size: 20px;
  }
  .contact-sec01-box .contact-se01-text:nth-child(4) {
    display: block;
  }
  .contact-sec01-box .contact-se01-text:nth-child(4) h1 {
    margin-bottom: 10px;
  }
  .contact-sec01-wrapper {
    max-width: 1600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-sec01-wrapper .submit-cta {
    padding: 0 22px !important;
    height: 40px;
    max-width: 40%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .contact-sec01-icons {
    width: 85%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-sec01-icons span {
    margin-top: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .contact-sec01 .long {
    height: 9vw !important;
  }
}

@media (min-width: 1600px) {
  .contact-sec01 {
    max-width: 2500px;
  }
  .contact-sec01-wrapper {
    max-width: 2000px;
  }
  .contact-sec01-box {
    font-size: 28px;
  }
  .contact-sec01-box h1 {
    margin: 8% 0 0 0;
  }
}

@media (min-width: 200px) {
  .ofert-sec01 {
    min-height: 60vh;
    width: 100%;
    padding: 5vh 0;
    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;
  }
  .ofert-sec01-wrapper {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
  }
  .ofert-sec01-wrapper .submit-cta {
    width: 80%;
    padding: 8px 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 30px;
  }
  .ofert-sec01-wrapper h1 {
    margin: 0;
  }
  .ofert-sec01-wrapper-box {
    margin-top: 20px;
    color: white;
    background-color: #2a2a2a;
    box-shadow: 4px 4px 8px black;
    width: 100%;
  }
  .ofert-sec01-wrapper-box .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ofert-sec01-wrapper-box .right {
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ofert-sec01-wrapper-box .right span {
    line-height: 1.5rem;
  }
  .ofert-sec01-wrapper-box .right h5 {
    text-align: left;
  }
  .ofert-sec01-wrapper-box .right .footer {
    background-color: #262626;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ofert-sec01-wrapper-box .right .footer h5 {
    font-weight: 500;
  }
  .ofert-sec01-pkt {
    margin: 1.5% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ofert-sec01 .nr {
    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;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid white;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .ofert-sec01-wrapper {
    width: 80%;
  }
  .ofert-sec01-wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ofert-sec01-wrapper-box .left,
  .ofert-sec01-wrapper-box .right {
    width: 50%;
  }
  .ofert-sec01-wrapper-box .right {
    padding: 5%;
  }
}

@media (min-width: 1366px) {
  .ofert-sec01-wrapper .submit-cta {
    padding: 16px 8px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .ofert-sec01-wrapper-box .right span {
    font-size: 26px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .ofert-sec01-wrapper-box .right span {
    font-size: 34px;
  }
}

@media (min-width: 200px) {
  .about-us-sec01 {
    background-image: url("../img/o-nas.webp");
    min-height: 0 !important;
    max-height: 50vh !important;
  }
  .about-us-sec02 {
    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;
  }
  .about-us-sec02-wrapper {
    max-width: 400px;
    width: 80%;
  }
  .about-us-sec02-wrapper h1 {
    margin: 0;
  }
  .about-us-sec04 {
    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;
    background-color: black;
    margin: 100px 0px;
    height: 40vh;
  }
}

@media (min-width: 600px) {
  .about-us-sec02-wrapper {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .about-us-sec01 {
    height: 80vh !important;
    min-height: 600px !important;
    max-height: 800px !important;
  }
  .about-us-sec02-wrapper {
    max-width: 1500px;
  }
}

@media (min-width: 200px) {
  .reali-sec01 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reali-sec01-wrapper {
    max-width: 400px;
    width: 80%;
  }
  .reali-sec01-fullwrapper {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reali-sec01-fullwrapper .reali-sec01-img {
    background: url("https://blustreamtv.pl/transmisja/wp-content/uploads/2021/08/unnamed.webp");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
  }
  .reali-sec01-fullwrapper .reali-sec01-box {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
  }
  .reali-sec01-fullwrapper .reali-sec01-box h3 {
    font-weight: 500;
  }
  .reali-sec01-fullwrapper .reali-sec01-box .submit-cta {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 50%;
    padding: 10px 6px;
    margin: 10% 0 17% 0;
  }
  .reali-sec02 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reali-sec02-wrapper {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reali-sec02-wrapper .reali-sec02-box {
    width: 80%;
    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-align: flex=start;
    -ms-flex-align: flex=start;
    align-items: flex=start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reali-sec02-wrapper .reali-sec02-box .submit-cta {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 50%;
    padding: 10px 6px;
    margin: 10% 0 17% 0;
  }
  .reali-sec02-wrapper .reali-sec02-box h3 {
    font-weight: 500;
    margin-bottom: 0;
  }
  .reali-sec02-wrapper .reali-sec02-img {
    background: url("https://blustreamtv.pl/transmisja/wp-content/uploads/2021/08/unnamed.webp");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
  }
  .reali-sec02:nth-child(odd) {
    background: #2a2a2a;
  }
}

@media (min-width: 600px) {
  .reali-sec01-wrapper {
    max-width: 800px;
  }
  .reali-sec01-fullwrapper .reali-sec01-img {
    width: 70%;
  }
  .reali-sec02-wrapper {
    max-width: 800px;
  }
  .reali-sec02-wrapper .reali-sec02-img {
    width: 70%;
  }
}

@media (min-width: 900px) {
  .reali-sec01-fullwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 45vh;
  }
  .reali-sec01-fullwrapper .reali-sec01-img {
    width: 40%;
    height: 100%;
  }
  .reali-sec01-fullwrapper .reali-sec01-box {
    width: 40%;
    padding: 0 10%;
    height: 100%;
  }
  .reali-sec01-fullwrapper .reali-sec01-box p {
    margin: 8% 0;
  }
  .reali-sec01-fullwrapper .reali-sec01-box h2 {
    margin: 0;
  }
  .reali-sec01-fullwrapper .reali-sec01-box h3 {
    margin: 0 0 10px 0;
  }
  .reali-sec01-fullwrapper .reali-sec01-box .submit-cta {
    margin: 0;
  }
  main .reali-sec02-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 45vw;
    width: 80%;
  }
  main .reali-sec02-wrapper .reali-sec02-box {
    padding: 0 5% 0 0;
    width: 95%;
    height: 100%;
  }
  main .reali-sec02-wrapper .reali-sec02-box .submit-cta {
    margin: 0;
  }
  main .reali-sec02-wrapper .reali-sec02-box p {
    margin: 3% 0 6% 0;
  }
  main .reali-sec02-wrapper .reali-sec02-box p:nth-child(2) {
    margin: 0;
  }
  main .reali-sec02-wrapper .reali-sec02-box h2 {
    margin: 25px 0 0 0;
  }
  main .reali-sec02-wrapper .reali-sec02-box h3 {
    margin: 0;
  }
  main .reali-sec02-wrapper .reali-sec02-img {
    height: 80%;
    padding: 0 5% 0 0;
    width: 95%;
  }
  main .reali-sec02:nth-child(odd) .reali-sec02-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 45vw;
    width: 80%;
  }
  main .reali-sec02:nth-child(odd) .reali-sec02-wrapper .reali-sec02-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0 0 5%;
    width: 95%;
    height: 100%;
  }
  main
    .reali-sec02:nth-child(odd)
    .reali-sec02-wrapper
    .reali-sec02-box
    .submit-cta {
    margin: 0;
  }
  main .reali-sec02:nth-child(odd) .reali-sec02-wrapper .reali-sec02-box p {
    margin: 3% 0 6% 0;
  }
  main
    .reali-sec02:nth-child(odd)
    .reali-sec02-wrapper
    .reali-sec02-box
    p:nth-child(2) {
    margin: 0;
  }
  main .reali-sec02:nth-child(odd) .reali-sec02-wrapper .reali-sec02-box h2 {
    margin: 25px 0 0 0;
  }
  main .reali-sec02:nth-child(odd) .reali-sec02-wrapper .reali-sec02-box h3 {
    margin: 0;
  }
  main .reali-sec02:nth-child(odd) .reali-sec02-wrapper .reali-sec02-img {
    height: 80%;
    padding: 0 5% 0 0;
    width: 95%;
  }
}

@media (min-width: 1200px) {
  .reali-sec01 {
    max-height: 1000px;
  }
  .reali-sec01-wrapper {
    max-width: 1500px;
  }
  .reali-sec01-fullwrapper {
    min-height: 700px;
    height: 65vh;
  }
  .reali-sec01-fullwrapper .reali-sec01-box .submit-cta {
    padding: 14px 8px;
    width: 40%;
  }
  .reali-sec02-wrapper {
    max-width: 1500px;
  }
  .reali-sec02-wrapper .reali-sec02-box .submit-cta {
    padding: 14px 8px;
    width: 40%;
  }
}

@media (min-width: 1600px) {
  .reali-sec01 {
    max-height: 1200px;
  }
  .reali-sec01-fullwrapper {
    max-width: 2000px;
  }
  .reali-sec01-fullwrapper .reali-sec01-box .submit-cta {
    padding: 14px 8px;
    width: 30%;
  }
  main .reali-sec02 {
    max-height: 1200px;
  }
  main .reali-sec02-wrapper .reali-sec02-box .submit-cta {
    padding: 14px 8px;
    width: 30%;
  }
}

@media (min-width: 200px) {
  .channels-nav-sec .dropbtn {
    color: white;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
  }
  .channels-nav-sec .dropdown {
    position: relative;
    display: inline-block;
  }
  .channels-nav-sec .dropdown button {
    margin: 10px 0;
  }
  .channels-nav-sec .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    background-color: #2a2a2a;
    border: 1px solid #fff;
  }
  .channels-nav-sec .dropdown-content .active {
    font-weight: 600;
  }
  .channels-nav-sec .dropdown-content a {
    padding: 9px 6px;
    border: 0;
    text-decoration: none;
    font-size: 13px;
  }
  .channels-nav-sec .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .channels-nav-sec-container {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .video-container-center-channels {
    font-size: 28px;
    line-height: 45px;
  }
  .plus-add-video {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #dedfe0 !important;
    padding-top: 20px !important;
  }
  .video-sec-container .video-wrapper .video-container-center-channels span {
    color: #9d9d9d;
    font-size: 18px;
  }
  .add-new-video {
    text-align: center;
    font-size: inherit !important;
    font-weight: 600 !important;
    color: #dedfe0 !important;
    padding-bottom: 20px !important;
  }
  @media (max-width: 600px) {
    .addNewChannel {
      padding: 20px 0;
    }
    .channels-nav-sec-container .channel-search {
      width: 100%;
    }
  }
  @media (min-width: 1560px) {
    .video-container-center-channels {
      font-size: 36px;
      line-height: 60px;
    }
    .plus-add-video {
      font-size: 45px !important;
    }
  }
  @media (min-width: 2560px) {
    .video-container-center-channels {
      font-size: 45px;
      line-height: 70px;
    }
    .plus-add-video {
      font-size: 60px !important;
    }
    .video-sec-container .video-wrapper h5.channels {
      font-size: 35px !important;
    }
  }
  @media (min-width: 3800px) {
    .video-container-center-channels {
      font-size: 60px;
      line-height: 90px;
    }
    .plus-add-video {
      font-size: 85px !important;
    }
    .video-sec-container .video-wrapper h5.channels {
      font-size: 45px !important;
    }
  }
  .video-sec-container .span-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .video-sec-container .span-video span {
    color: #dedfe0;
  }
  .video-sec-container .span-video span.active {
    color: #ff3326;
  }
  .video-sec-container .white {
    color: white;
  }
  .video-sec-container .author {
    text-decoration: underline;
  }
  .video-sec-container .img-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .video-sec-container .img-wrapper .live-object {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .video-sec-container .img-wrapper .live-btn {
    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: 45px;
    height: 25px;
    background: #ff3326;
    color: #fff;
    border-radius: 0 20% 0 0;
  }
  .video-sec-container .img-wrapper .triangle {
    width: 0;
    position: absolute;
    height: 0;
    margin-left: 15px;
    margin-bottom: 15px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
  }
  .video-sec-container .img-wrapper .triangle.active {
    border-left: 12px solid #ff3326;
  }
  .video-sec-container .live-active .live-btn {
    color: #ff002e;
  }
  .video-sec-container .live-active h5 {
    color: #ff002e;
  }
  .video-sec-container .live-active .triangle {
    border-left: 60px solid #ff002e;
  }
  .video-sec-container .live-active img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #ff002e;
  }
}

.adsContainerTransmission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .channels-nav-sec-container {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 900px) {
  .adsContainerTransmission {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    width: 90%;
  }
}

.trans-mobile-video-container {
  width: 90%;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 2.5px 2.5px 5px black;
  box-shadow: 2.5px 2.5px 5px black;
}

.trans-mobile-video-container img {
  position: absolute;
}
.trans-mobile-video-container
  .trans-sec01-cnt-video-wrapper
  .chosen-stream-sec02-wrapper {
  height: 100%;
}
.trans-mobile-video-container
  .trans-sec01-cnt-video-wrapper
  .chosen-stream-sec02-wrapper
  .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.685);
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trans-mobile-video-container
  .trans-sec01-cnt-video-wrapper
  .chosen-stream-sec02-wrapper
  .video-bg
  h5 {
  margin: 0;
}

.trans-mobile-video-container
  .trans-sec01-cnt-video-wrapper
  .chosen-stream-sec02-wrapper
  .video-bg
  .submit-cta {
  margin-top: 15px;
}

.trans-sec01 {
  width: 100%;
}

.trans-sec01 .trans-sec02-cnt-text {
  display: none;
}

.trans-sec01-cnt {
  width: 90%;
  margin: 20px auto;
}

.trans-sec01-cnt-video {
  display: none;
}

.trans-sec01-cnt-text {
  background-color: #262626;
  padding: 23px 5%;
  border-radius: 25px;
  -webkit-box-shadow: 2.5px 2.5px 5px black;
  box-shadow: 2.5px 2.5px 5px black;
}

.trans-sec01-cnt-text h3 {
  margin-bottom: 0;
  margin: 0;
}

.trans-sec01-cnt-text .channel-name {
  color: rgba(255, 255, 255, 0.7);
  margin: 7px 0;
  display: block;
}

.trans-sec01-cnt-text .date-time .date,
.trans-sec01-cnt-text .date-time .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.trans-sec01-cnt-text .date-time .time {
  color: #ff3326;
  margin-left: 10px;
}

.trans-sec01-cnt-text p {
  color: rgba(255, 255, 255, 0.7);
}

.trans-sec01-cnt-gallery {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 0;
}

.trans-sec01-cnt-gallery h3 {
  width: 100%;
}

.trans-sec01-cnt-gallery .img-item {
  width: 48.5%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 2.5px 2.5px 5px black;
  box-shadow: 2.5px 2.5px 5px black;
}

.trans-sec01-cnt-gallery .img-item-wrapper {
  width: 100%;
  position: relative;
}

.trans-sec01-cnt-gallery .img-item-wrapper img {
  position: absolute;
}

@media (min-width: 900px) {
  .trans-sec01-cnt-gallery .img-item {
    margin-bottom: 25px;
  }
}

.trans-mobile-video-container {
  display: none;
}
.trans-sec01 {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.trans-sec01-cnt {
  width: 100%;
  margin: 30px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.trans-sec01-cnt-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2.5px 2.5px 5px black;
  box-shadow: 2.5px 2.5px 5px black;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trans-sec01 .channel-name {
  font-size: 20px;
  display: flex;
  color: #bdbdbd;
}
.trans-sec01-cnt-video .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.685);
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.trans-sec01-cnt-video .video-bg h5 {
  margin: 0;
}
.trans-sec01-cnt-video .video-bg .submit-cta {
  margin-top: 15px;
  font-size: x-large;
  background-color: red;
  padding: 2%;
}
.trans-sec01-cnt-video-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
}
.trans-sec01-cnt-video-wrapper .chosen-stream-sec02-wrapper {
  height: 100%;
}
.trans-sec01-cnt-video-wrapper .chosen-stream-sec02-wrapper #vid1 {
  height: 100%;
  padding: 0;
}
.trans-sec01-cnt-video-wrapper img {
  position: absolute;
}
.trans-sec01-cnt-text {
  display: none;
}
.trans-sec01-cnt-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.trans-sec01-cnt-gallery h3 {
  width: 100%;
  margin: 0 0 5px 0;
}
.trans-sec01-cnt-gallery .date-time .time,
.trans-sec01-cnt-gallery .date-time .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.trans-sec01-cnt-gallery .date-time .time {
  margin-left: 10px;
}
.trans-sec01 .trans-sec02-cnt-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #262626;
  padding: 2% 3% 0 3%;
  margin: 30px 0 50px 0;
  line-height: 30px;
  font-size: large;
  -webkit-box-shadow: 2.5px 2.5px 5px black;
  box-shadow: 2.5px 2.5px 5px black;
}
.trans-sec01 .trans-sec02-cnt-text h3 {
  margin-bottom: 0;
  margin: 0;
}
.trans-sec01 .trans-sec02-cnt-text .channel-name {
  color: #c9c9c9;
  margin: 7px 0;
  display: block;
}
.trans-sec01 .trans-sec02-cnt-text p {
  color: #c9c9c9;
}

@media (max-width: 1200px) {
  .trans-sec01 .trans-sec02-cnt-text {
    width: 100%;
  }

  .trans-sec01 {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .trans-sec01-cnt {
    width: 70%;
  }
}

@media (min-width: 1900px) {
  .trans-sec01 .channel-name {
    margin: 10px 0 16px 0 !important;
  }
  .trans-sec01 .date-time {
    font-size: 18px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .trans-sec01 {
    max-width: 2200px;
  }
  .trans-sec01-cnt-video {
    height: 700px;
  }
  .trans-sec01 .channel-name {
    font-size: 28px;
    margin: 24px 0 22px 0 !important;
  }
  .trans-sec01 .date-time {
    font-size: 25px;
  }
  .trans-sec01 .date-time .time {
    margin-left: 24px !important;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .trans-sec01 .channel-name {
    font-size: 32px;
    margin: 24px 0 32px 0 !important;
  }
  .trans-sec01 .date-time {
    font-size: 36px;
  }
  .trans-sec01 .date-time .time {
    margin-left: 36px !important;
  }
}

.chosen-post-sec01-cnt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #262626;
}

.chosen-post-sec01-cnt-wrapper-text {
  padding: 0 20px 0;
}

.chosen-post-sec01-cnt-wrapper-text p {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chosen-post-sec01-cnt-wrapper-text p img {
  max-width: 90%;
  max-height: 60vh;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

.chosen-post-sec01 {
  padding: 20px 0;
}

.chosen-post-sec01 .chosen-post-sec01-cnt {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.chosen-post-sec01 .chosen-post-sec01-cnt-header {
  margin: 0 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.chosen-post-sec01 .chosen-post-sec01-cnt-header h1 {
  margin: 0 0 8px 0;
}

.chosen-post-sec01 .chosen-post-sec01-cnt-header .date {
  color: rgba(255, 255, 255, 0.7);
}

.chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-img img {
  width: inherit;
} */

.chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-text p img {
  margin: 5% 0;
}

.chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-text figure img {
  width: 100%;
}

.chosen-post-sec01-cnt-wrapper-text::-webkit-scrollbar {
  width: 7px;
  /* width of the entire scrollbar */
}

.chosen-post-sec01-cnt-wrapper-text::-webkit-scrollbar-track {
  background: #464646;
  /* color of the tracking area */
}

.chosen-post-sec01-cnt-wrapper-text::-webkit-scrollbar-thumb {
  background-color: #969696;
  /* color of the scroll thumb */
}

@media (min-width: 900px) {
  .chosen-post-sec01 {
    padding: 30px 0;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-header {
    margin: 0 0 10px 0;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-header h1 {
    margin: 0 0 10px 0;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-header .date {
    margin-bottom: 12px;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-img {
    width: 76% !important;
    margin: 5px auto 10px;
    max-height: 60vh !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-img img {
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-text {
    width: 76% !important;
    margin: 10px auto 20px;
  }
  .chosen-post-sec01
    .chosen-post-sec01-cnt-wrapper
    .chosen-post-sec01-cnt-wrapper-text {
    width: 60%;
    background: #262626;
  }
  .chosen-post-sec01
    .chosen-post-sec01-cnt-wrapper
    .chosen-post-sec01-cnt-wrapper-text
    p {
    margin: 5% 5% 5% 5%;
  }
  .chosen-post-sec01
    .chosen-post-sec01-cnt-wrapper
    .chosen-post-sec01-cnt-wrapper-text
    p
    img {
    width: 100%;
    height: auto;
    max-height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .chosen-post-sec01
    .chosen-post-sec01-cnt-wrapper
    .chosen-post-sec01-cnt-wrapper-text
    figure
    img {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .chosen-post-sec01 .chosen-post-sec01-cnt-header .date {
    margin-bottom: 8px;
  }
}

@media (min-width: 1900px) {
  .chosen-post-sec01 {
    padding: 60px 0;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-header .date {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-img {
    width: 50%;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-text {
    width: 50%;
  }
}

@media (min-width: 3800px) {
  .chosen-post-sec01 {
    padding: 100px 0;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-header .date {
    margin-bottom: 36px;
    font-size: 44px;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-img {
    width: 50%;
  }
  .chosen-post-sec01 .chosen-post-sec01-cnt-wrapper-text {
    width: 50%;
  }
}

@media (min-width: 200px) {
  .main-header-tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .main-header-tickets h1 {
    margin: 15px auto 15px auto;
    font-size: 25px;
  }
  .tickets-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2a2a2a;
  }
  .tickets-header span {
    display: none;
  }
  .tickets-header form {
    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: 260px;
    height: 40px !important;
    margin: 7px 0 20px 0;
    background-color: #6c6c6c;
    border-radius: 23px;
  }
  .tickets-header form input {
    height: 100%;
    width: 100%;
    padding-left: 20px;
    outline: none;
    border: none;
    color: white;
  }
  .tickets-header form svg {
    width: 15px;
    height: 15px;
    font-weight: 600;
    color: #6c6c6c;
  }
  .tickets-header form button {
    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: 40px;
    height: 85%;
    background-color: white;
    border: none;
    border-radius: 23px;
    margin: 4px 4px;
  }
  .tickets-sec01 {
    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;
    background-color: white;
    color: #262626;
    width: 100%;
  }
  .tickets-sec01-wrapper {
    width: 100%;
  }
  .tickets-sec01-wrapper svg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tickets-sec01-wrapper .active {
    font-weight: bold;
  }
  .tickets-sec01-wrapper .active a {
    font-style: normal !important;
  }
  .tickets-sec01-wrapper .active svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tickets-sec01-wrapper .active .caret {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .tickets-sec01-wrapper .slide {
    cursor: pointer;
  }
  .tickets-sec01-wrapper .slide-inside {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tickets-sec01-wrapper .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 0;
  }
  .tickets-sec01-wrapper .row svg {
    width: 15px;
    margin: 0 10px;
  }
  .tickets-sec01-wrapper .row span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tickets-sec01-wrapper .row span.title {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 15px;
    padding: 0;
    width: 90%;
  }
  .tickets-sec01-wrapper .row .quantity {
    margin-top: 20px;
  }
  .tickets-sec01-wrapper .row a {
    color: #2980ff;
    font-style: italic;
    text-decoration: underline;
    margin: 20px 0 10px 0;
  }
  .tickets-sec02 {
    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;
    border-bottom: 1px solid #6c6c6c;
  }
  .tickets-sec02 .hide {
    display: none;
  }
  .tickets-sec02-wrapper {
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tickets-sec02-wrapper .tickets-sec02-box {
    width: 80%;
    padding: 7% 5%;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    overflow: auto;
  }
  .tickets-sec02-wrapper .tickets-sec02-box p {
    margin-top: 0;
    font-size: 15px;
  }
  .tickets-sec02-wrapper .ticket-price {
    font-weight: 700;
    color: #ff3326;
    margin-bottom: 1rem;
  }
}

@media (min-width: 600px) {
  .tickets-sec01-wrapper .row a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tickets-sec02-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
  }
  .tickets-sec02-wrapper .tickets-sec02-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 200px;
    padding: 0 0 0 5%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: gainsboro #a0a0a0;
  }
  .tickets-sec02-wrapper .tickets-sec02-box p {
    padding-right: 20px;
  }
  .tickets-sec02-wrapper img {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .tickets-sec02-wrapper .ticket-price {
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  .main-header-tickets {
    width: 90%;
    margin: 5px auto;
  }
  .main-header-tickets h1 {
    margin: 30px 0;
    font-size: 35px;
  }
  .tickets-header {
    margin: auto;
    background-color: red;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    padding: 0 20px 0 47px;
    border-radius: 8px 8px 0 0;
  }
  .tickets-header-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
  }
  .tickets-header svg {
    width: 12px;
  }
  .tickets-header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
  }
  .tickets-header span.title {
    margin: 0;
    padding: 0;
    width: 55%;
  }
  :is(.tickets-header span.date, .tickets-header span.time) {
    width: 20%;
  }
  .tickets-header form {
    width: 250px;
    height: 30px !important;
    margin: 15px 0 15px 0;
    border: 2px solid white;
    background-color: transparent;
  }
  .tickets-header form svg {
    fill: white;
  }
  .tickets-header form button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
  }
  .tickets-sec01 {
    width: 90%;
    border-radius: 8px;
  }
  .tickets-sec01-wrapper {
    width: 100%;
  }
  .tickets-sec01-wrapper .active svg {
    padding: 0 15px 0 0;
  }
  .tickets-sec01-wrapper .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  .tickets-sec01-wrapper .row .slide-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
  }
  .tickets-sec01-wrapper .row svg {
    width: 12px;
    padding: 20px 10px 20px 10px;
  }
  .tickets-sec01-wrapper .row span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .tickets-sec01-wrapper .row span.title {
    margin: 0;
    padding: 0;
    width: 55%;
  }
  :is(
      .tickets-sec01-wrapper .row span.date,
      .tickets-sec01-wrapper .row span.time
    ) {
    width: 20%;
  }
  .tickets-sec01-wrapper .row a {
    margin-left: auto;
  }
  .tickets-sec02-wrapper img {
    border-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .tickets-header-inside {
    width: 700px;
  }
  .tickets-header span {
    font-size: 20px;
  }
  .tickets-sec01-wrapper .row .slide-inside {
    width: 700px;
  }
  .tickets-sec02-wrapper .tickets-sec02-box {
    width: 40%;
    height: 250px;
    padding: 0 0 0 3%;
  }
  .tickets-sec02-wrapper img {
    width: 350px;
    height: 250px;
  }
}

@media (min-width: 1400px) {
  .tickets-header {
    border-radius: 10px 10px 0 0;
  }
  .tickets-header-inside {
    width: 850px;
  }
  .tickets-header form {
    border: 2px solid white;
  }
  .tickets-header span.title {
    width: 70%;
  }
  :is(.tickets-header span.date, .tickets-header span.time) {
    width: 15%;
  }
  .tickets-sec01-wrapper {
    border-radius: 10px;
  }
  .tickets-sec01-wrapper .row .slide-inside {
    width: 850px;
  }
  .tickets-sec01-wrapper .row span {
    font-size: 15px;
  }
  .tickets-sec01-wrapper .row span.title {
    width: 70%;
  }
  :is(
      .tickets-sec01-wrapper .row span.date,
      .tickets-sec01-wrapper .row span.time
    ) {
    width: 15%;
  }
  .tickets-sec02-wrapper img {
    border-radius: 10px;
  }
}

@media (min-width: 1600px) {
  .tickets-header-inside {
    width: 1000px;
  }
  .tickets-header span.title {
    width: 70%;
  }
  :is(.tickets-header span.date, .tickets-header span.time) {
    width: 15%;
  }
  .tickets-sec01-wrapper .row .slide-inside {
    width: 1000px;
  }
  .tickets-sec01-wrapper .row span.title {
    width: 70%;
  }
  :is(
      .tickets-sec01-wrapper .row span.date,
      .tickets-sec01-wrapper .row span.time
    ) {
    width: 15%;
  }
}

@media (min-width: 1900px) {
  .main-header-tickets {
    max-width: 1600px;
  }
  .main-header-tickets h1 {
    font-size: 45px;
  }
  .tickets-header-inside {
    width: 1200px;
  }
  .tickets-sec01 {
    max-width: 1600px;
  }
  .tickets-sec01-wrapper .row .slide-inside {
    width: 1200px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .main-header-tickets {
    max-width: 2200px;
  }
  .main-header-tickets h1 {
    margin: 20px 0;
    font-size: 50px;
  }
  .tickets-header {
    border-radius: 15px 15px 0 0;
  }
  .tickets-header-inside {
    width: 1700px;
  }
  .tickets-header span {
    font-size: 30px;
  }
  .tickets-header form {
    width: 350px;
    height: 40px !important;
    border: 3px solid white;
    margin: 20px 0 20px 0;
  }
  .tickets-header form svg {
    width: 25px;
    height: 25px;
  }
  .tickets-sec01 {
    max-width: 2200px;
    border-radius: 15px;
  }
  .tickets-sec01-wrapper .row {
    padding: 15px 20px;
  }
  .tickets-sec01-wrapper .row .slide-inside {
    width: 1700px;
  }
  .tickets-sec01-wrapper .row span {
    font-size: 20px;
  }
  .tickets-sec01-wrapper .row svg {
    width: 16px;
    padding: 15px 10px 20px 10px;
  }
  .tickets-sec01-wrapper a {
    font-size: 20px;
  }
  .tickets-sec02-wrapper .tickets-sec02-box {
    width: 40%;
    height: 300px;
    padding: 0 0 0 3%;
  }
  .tickets-sec02-wrapper .tickets-sec02-box p {
    font-size: 22px;
  }
  .tickets-sec02-wrapper img {
    width: 500px;
    height: 300px;
    border-radius: 15px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .main-header-tickets {
    max-width: 3249px;
  }
  .main-header-tickets h1 {
    margin: 25px 0;
    font-size: 80px;
  }
  .tickets-header {
    padding: 0 20px 0 67px;
    border-radius: 25px 25px 0 0;
  }
  .tickets-header-inside {
    width: 2500px;
  }
  .tickets-header span {
    font-size: 45px;
  }
  .tickets-header form {
    width: 500px;
    height: 60px !important;
    border: 5px solid white;
    border-radius: 50px;
    margin: 25px 0 25px 0;
  }
  .tickets-header form button {
    width: 100px;
  }
  .tickets-header form svg {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
  .tickets-sec01 {
    max-width: 3249px;
    border-radius: 25px;
  }
  .tickets-sec01-wrapper .row {
    padding: 25px 25px;
  }
  .tickets-sec01-wrapper .row .slide-inside {
    width: 2500px;
  }
  .tickets-sec01-wrapper .row span {
    font-size: 32px;
  }
  .tickets-sec01-wrapper .row svg {
    width: 30px;
    padding: 20px 10px 20px 10px;
  }
  .tickets-sec01-wrapper a {
    font-size: 26px;
  }
  .tickets-sec02-wrapper .tickets-sec02-box {
    width: 40%;
    height: 400px;
    padding: 0 0 0 2%;
  }
  .tickets-sec02-wrapper .tickets-sec02-box p {
    font-size: 30px;
  }
  .tickets-sec02-wrapper img {
    width: 700px;
    height: 400px;
    border-radius: 25px;
  }
}

.videos-sec .video-sec-container .video-wrapper .description {
  white-space: pre-wrap;
  max-height: 60px;
  height: 60px;
  color: #dedfe0;
}

.chosen-post-sec01-cnt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #262626;
}

.chosen-post-sec01-cnt-wrapper-text {
  padding: 0 20px 0;
}

.chosen-post-sec01-cnt-wrapper-text p img {
  max-width: 90%;
  max-height: 60vh;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 900px) {
  .chosen-post-sec01-cnt-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .chosen-post-sec01-cnt-wrapper-img {
    width: 76% !important;
    margin: 5px auto 10px;
    max-height: 60vh !important;
  }
  .chosen-post-sec01-cnt-wrapper-img img {
    width: 100%;
  }
  .chosen-post-sec01-cnt-wrapper-text {
    width: 76% !important;
    margin: 10px auto 20px;
  }
}

@media (min-width: 1200px) {
  .videos-sec .video-sec-container .video-wrapper .description {
    max-height: 72px;
    height: 72px;
  }
}

@media (min-width: 1600px) {
  .videos-sec .video-sec-container .video-wrapper .description {
    max-height: 81px;
    height: 81px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .videos-sec .video-sec-container .video-wrapper .description {
    max-height: 105px;
    height: 105px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .videos-sec .video-sec-container .video-wrapper .description {
    max-height: 164px;
    height: 164px;
  }
}

.act-acc-sec-01 {
  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;
  height: 70vh;
  padding: 30px 0 !important;
}

.act-acc-sec-01 .sec-container {
  width: 85%;
  max-width: 500px;
  text-align: center;
}

.act-acc-sec-01 .sec-container h1 {
  margin-top: 0;
  font-size: 32px;
}

.act-acc-sec-01 .sec-container form {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.act-acc-sec-01 .sec-container form input {
  height: 40px;
}

.act-acc-sec-01 .sec-container form .submit-cta {
  width: 100%;
  height: 40px;
  color: #fff;
  margin: 20px 0;
}

.act-acc-sec-01 .sec-container form .submit-cta:hover {
  color: #0148ff;
}

@media (min-width: 1200px) {
  .act-acc-sec-01 {
    padding: 60px 0 !important;
  }
  .act-acc-sec-01 .sec-container {
    text-align: start;
    max-width: 700px;
  }
  .act-acc-sec-01 .sec-container h1 {
    margin: 0;
  }
  .act-acc-sec-01 .sec-container p {
    margin: 20px 0;
    font-size: 16px;
  }
  .act-acc-sec-01 .sec-container form .submit-cta {
    max-width: 200px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 200px) {
  .channel-sec01-bg {
    width: 100%;
    height: 25vh;
  }
  .channel-sec02 {
    border-bottom: 1px solid #6c6c6c;
    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;
  }
  .channel-sec02 .channel-sec-background {
    width: 100%;
    max-width: 100%;
    background-color: #262626;
    margin: 0 0 30px 0;
  }
  .channel-sec02 .channel-sec-background a.nav-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 34px !important;
    margin: 5px 0 20px 0;
    background-color: #262626;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px 0 20px;
  }
  .channel-sec02 .channel-sec-background a.nav-sub:hover {
    -webkit-box-shadow: 0 0 0.4rem #2980ff;
    box-shadow: 0 0 0.4rem #2980ff;
    text-shadow: 0 0 0.1rem #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .channel-sec02 .channel-sec-background a.active {
    width: 150px;
    border: solid 2px #2980ff;
    background-color: #262626;
    color: white;
  }
  .channel-sec02 .channel-sec-background a.active:hover {
    text-shadow: 0 0 0.1rem #2980ff;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .channel-sec02-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .channel-sec02-wrapper-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    padding: 3% 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .channel-sec02-wrapper-text .category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 75px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .channel-sec02-wrapper-text .category-container a {
    margin: auto;
  }
  .channel-sec02-wrapper-text h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 5px;
    color: white;
    text-align: center;
    max-width: 90%;
    word-wrap: anywhere;
  }
  .channel-sec02-wrapper-text .icon {
    color: #0148ff;
    margin-left: 15px;
  }
  .channel-sec02-wrapper-text span {
    color: #6c6c6c;
  }
  .channel-sec02-wrapper-text span.category {
    width: 100px;
    text-decoration: underline;
    font-size: 16px;
    line-height: 35px;
  }
  .channel-sec02-wrapper-text p {
    color: #6c6c6c;
    text-decoration: none;
    text-align: center;
    max-width: 90%;
  }
  .channel-sec02-wrapper-channel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img img {
    max-width: 225px;
    height: 150px;
    padding: 30px 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-desc {
    padding: 30px 0 30px 0;
    display: none;
    width: 100%;
    color: white;
    line-height: 26px;
  }
  .channel-sec02-container .channel-sec02-wrapper-desc {
  }
  .channel-sec02-container .channel-sec02-wrapper-desc p {
    margin: 0;
    padding: 0;
  }
  .videos-sec .padding {
    padding: 100px 0;
  }
  .channels-nav-sec-container .nav-center.channel .nav.channel {
    width: 48%;
  }
}

@media (min-width: 600px) {
  .channel-sec02-wrapper-text .category-container {
    margin-top: 90px;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img img {
    max-width: 320px;
    height: 180px;
  }
}

.all-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 90%;
  margin: auto;
}
.all-channels a {
  color: #959595;
  margin: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px !important;
  width: auto;
}

@media (min-width: 900px) {
  .channel-sec01-bg {
    height: 30vh;
    object-fit: cover;
  }
  .channel-sec02 {
    border-bottom: 1px solid #6c6c6c;
    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;
  }
  .channel-sec02 .channel-sec-background {
    padding: 25px;
    width: 90%;
    background-color: #262626;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
  }
  .channel-sec02-container .channel-sec02-wrapper-desc p {
    padding: 0;
  }
  .channel-sec02-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .channel-sec02-wrapper-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .channel-sec02-wrapper-text .category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .channel-sec02-wrapper-text h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    color: white;
    text-align: start;
  }
  .channel-sec02-wrapper-channel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img img {
    position: relative;
    top: 0;
    max-width: 100%;
    height: auto;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-desc {
    padding: 0;
    margin: 15px 30px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 14px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    line-height: 26px;
  }
  .channels-nav-sec-container .nav-center.channel {
    width: 60%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .channels-nav-sec-container .nav-center.channel .nav.channel {
    width: 15%;
    margin: 0 10px 0 10px;
  }
}

@media (min-width: 1200px) {
  .channel-sec02 .channel-sec-background {
    -webkit-box-shadow: 3px 3px 6px #000;
    box-shadow: 3px 3px 6px #000;
  }
}

@media (min-width: 1400px) {
  .channel-sec02 .channel-sec-background {
    padding: 40px;
    -webkit-box-shadow: 4px 4px 8px #000;
    box-shadow: 4px 4px 8px #000;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img img {
    max-width: 80%;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-desc {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img img {
    max-width: 90%;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-desc {
    font-size: 18px;
    line-height: 33px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .all-channels a {
    margin: 60px 0 60px 0;
    font-size: 28px !important;
  }
  .channel-sec02 .channel-sec-background {
    margin: 0 0 60px 0;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px 10px #000;
    box-shadow: 6px 6px 10px #000;
  }
  .channel-sec02 .channel-sec-background a.nav-sub {
    width: 160px;
    height: 45px !important;
    font-size: 22px;
  }
  .channel-sec02 .channel-sec-background a.active {
    width: 220px;
  }
  .channel-sec02-wrapper-text .category-container {
    width: 170px;
  }
  .channel-sec02-wrapper-text span.category {
    font-size: 22px !important;
  }
  .channel-sec02-wrapper-text h1 {
    margin-top: 15px;
  }
  .channel-sec02-wrapper-text p {
    margin: 15px 0;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img img {
    max-width: 85%;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-desc {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .all-channels a {
    margin: 100px 0 100px 0;
    font-size: 50px !important;
  }
  .channel-sec02 .channel-sec-background {
    padding: 90px;
    -webkit-box-shadow: 10px 10px 16px #000;
    box-shadow: 10px 10px 16px #000;
  }
  .channel-sec02 .channel-sec-background a.nav-sub {
    width: 280px;
    height: 70px !important;
    font-size: 34px;
  }
  .channel-sec02 .channel-sec-background a.active {
    width: 320px;
  }
  .channel-sec02-wrapper-text .category-container {
    width: 170px;
  }
  .channel-sec02-wrapper-text span.category {
    margin-right: 40px;
    font-size: 38px !important;
  }
  .channel-sec02-wrapper-text h1 {
    margin-top: 40px;
  }
  .channel-sec02-wrapper-text p {
    font-size: 38px;
    margin: 38px 0;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-img img {
    max-width: 90%;
  }
  .channel-sec02-wrapper-channel .channel-sec02-wrapper-desc {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (min-width: 200px) {
  .order-sec01 {
    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;
  }
  .order-sec01-wrapper {
    width: 85%;
  }
  .order-sec01-wrapper h1 {
    margin-top: 0;
  }
  .order-sec01-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .order-sec01-wrapper form ::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .order-sec01-wrapper form input[type="text"],
  .order-sec01-wrapper form input[type="date"],
  .order-sec01-wrapper form input[type="time"],
  .order-sec01-wrapper form input[type="email"],
  .order-sec01-wrapper form input[type="tel"],
  .order-sec01-wrapper form input[type="number"] {
    padding: 4% 3%;
    margin-top: 2%;
    width: 100%;
  }
  .order-sec01-wrapper form .order-sec01-wrapper-left,
  .order-sec01-wrapper form .order-sec01-wrapper-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-sec01-wrapper form .order-sec01-wrapper-button {
    margin-top: 25px;
    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;
  }
}

@media (min-width: 600px) {
  .order-sec01-wrapper form .order-sec01-wrapper-left .small,
  .order-sec01-wrapper form .order-sec01-wrapper-right .small {
    width: 42% !important;
  }
  .order-sec01-wrapper form .order-sec01-wrapper-left .ssmall,
  .order-sec01-wrapper form .order-sec01-wrapper-right .ssmall {
    width: 18% !important;
  }
  .order-sec01-wrapper form .order-sec01-wrapper-left h5,
  .order-sec01-wrapper form .order-sec01-wrapper-right h5 {
    padding: 0 30% 0 0;
  }
}

@media (min-width: 900px) {
  .order-sec01-wrapper {
    width: 85%;
  }
  .order-sec01-wrapper form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .order-sec01-wrapper form input[type="text"],
  .order-sec01-wrapper form input[type="date"],
  .order-sec01-wrapper form input[type="time"] {
    padding: 4% 3%;
    margin-top: 2%;
    width: 100%;
  }
  .order-sec01-wrapper form .order-sec01-wrapper-left,
  .order-sec01-wrapper form .order-sec01-wrapper-right {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-sec01-wrapper form .order-sec01-wrapper-button {
    margin-top: 25px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .order-sec01-wrapper form .submit-cta {
    padding: 14px 12px;
  }
}

.logout-sec-01 {
  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;
  height: 70vh;
  padding: 30px 0 !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.logout-sec-01 .sec-container {
  width: 85%;
  max-width: 500px;
  text-align: center;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2a2a2a;
  color: white;
  box-shadow: 1px 1px 10px black;
}

.logout-sec-01 .sec-container h3 {
  margin: 0 auto;
}

.logout-sec-01 .sec-container a,
.logout-sec-01 .sec-container p {
  font-size: large;
}

@media (min-width: 200px) {
  .lost-sec01 {
    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;
  }
  .lost-sec01-wrapper {
    width: 85%;
  }
  .lost-sec01-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lost-sec01-wrapper form input {
    margin-top: 3%;
    padding: 4% 3%;
    width: 94%;
  }
  .lost-sec01-wrapper form .submit-cta {
    margin-top: 12%;
  }
}

@media (min-width: 900px) {
  .lost-sec01-wrapper {
    width: 50%;
  }
  .lost-sec01-wrapper form {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lost-sec01-wrapper form input {
    margin-top: 3%;
  }
  .lost-sec01-wrapper form .submit-cta {
    margin-top: 12%;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 65vh;
}

main .faq-sec-01 {
  padding-bottom: 3%;
}

main .faq-sec-01 .title {
  width: 90%;
  margin: 0 auto 1% auto;
}

main .faq-sec-01 .faq-sec-cnt {
  width: 90%;
  margin: 0 auto;
}

main .faq-sec-01 .faq-sec-cnt h3 {
  margin-top: 0;
}

main .faq-sec-01 .faq-sec-cnt h5 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  main .faq-sec-01 .title {
    width: 50%;
  }
  main .faq-sec-01 .faq-sec-cnt {
    width: 50%;
    margin: 0 auto;
  }
}

@media (min-width: 200px) {
  .cart-sec01 {
    padding: 20px 0;
    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;
  }
  .cart-sec01 .hidden {
    display: none;
  }
  .cart-sec01-wrapper {
    width: 90%;
  }
  .cart-sec01-wrapper .cart-sec01-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #262626;
    padding: 20px;
  }
  .cart-sec01-wrapper .cart-sec01-product-date {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-sec01-wrapper .cart-sec01-product-date p {
    margin: 0;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 14px;
  }
  .cart-sec01-wrapper .cart-sec01-product-date h4 {
    margin: 0 0 10px 0;
  }
  .cart-sec01-wrapper .cart-sec01-product-img {
    background: url(https://blustreamtv.pl/transmisja/wp-content/uploads/2021/08/unnamed.webp);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px;
    height: 100px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc {
    margin-top: 20px;
    width: 100%;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .quantity .left {
    border-radius: 25px 0 0 25px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .quantity .right {
    border-radius: 0 25px 25px 0;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .hidden {
    display: none !important;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt {
    color: black;
    background-color: white;
    font-size: 15px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .box,
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt {
    border: 1px solid white;
    width: 30px;
    height: 30px;
    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;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .box svg,
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt svg {
    width: 14px;
    height: 14px;
  }
  .cart-sec02 {
    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;
  }
  .cart-sec02-wrapper {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px 0;
  }
  .cart-sec02-wrapper h4 {
    margin: 0 40px;
  }
  .cart-sec03-wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .cart-sec03-wrapper a {
    font-size: 16px;
    color: #0148ff;
  }
}

@media (min-width: 600px) {
  .cart-sec01-wrapper .cart-sec01-product-date {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .cart-sec01-wrapper .cart-sec01-product {
    padding: 20px 50px 20px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cart-sec01-wrapper .cart-sec01-product-img {
    width: 100px;
    height: 100px;
    margin-right: 3%;
  }
  .cart-sec01-wrapper .cart-sec01-product-date {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-sec01-wrapper .cart-sec01-product-date h4 {
    margin: 0 3vw 0 0;
  }
  .cart-sec01-wrapper .cart-sec01-product-date p {
    margin-right: 2%;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    margin-left: auto;
    margin-top: 0;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .title p {
    margin: 0px 0px 50px 0px;
    font-size: 16px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .cart-sec01-wrapper .cart-sec01-product-img {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1600px) {
  .cart-sec01-wrapper .cart-sec01-product {
    padding: 20px 50px 20px 20px;
  }
  .cart-sec01-wrapper .cart-sec01-product-img {
    margin-right: 3%;
  }
  .cart-sec01-wrapper .cart-sec01-product-date h4 {
    margin: 0 3vw 0 0;
    font-size: 20px;
  }
  .cart-sec01-wrapper .cart-sec01-product-date p {
    margin-right: 2%;
    font-size: 16px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .title p {
    margin: 0px 0px 50px 0px;
    font-size: 16px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    width: 250px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .cart-sec01-wrapper .cart-sec01-product {
    padding: 40px 60px 40px 40px;
  }
  .cart-sec01-wrapper .cart-sec01-product-img {
    margin-right: 3%;
    width: 200px;
    height: 200px;
  }
  .cart-sec01-wrapper .cart-sec01-product-date h4 {
    margin: 0 3vw 0 0;
    font-size: 32px;
  }
  .cart-sec01-wrapper .cart-sec01-product-date p {
    margin-right: 2%;
    font-size: 28px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .title p {
    margin: 0px 0px 50px 0px;
    font-size: 16px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    width: 450px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .hidden {
    display: none !important;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt {
    color: black;
    background-color: white;
    font-size: 28px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .box,
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt {
    border: 1px solid white;
    width: 60px;
    height: 60px;
    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;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .box svg,
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt svg {
    width: 28px;
    height: 28px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del svg {
    width: 32px;
    height: 32px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del span b {
    font-size: 28px;
  }
  .cart-sec02-wrapper h4 {
    font-size: 32px;
  }
  .cart-sec02-wrapper .cta-small {
    font-size: 26px;
    border-radius: 40px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .cart-sec01-wrapper .cart-sec01-product {
    padding: 50px 70px 50px 50px;
  }
  .cart-sec01-wrapper .cart-sec01-product-img {
    margin-right: 3%;
    width: 300px;
    height: 300px;
  }
  .cart-sec01-wrapper .cart-sec01-product-date h4 {
    margin: 0 3vw 0 0;
    font-size: 48px;
  }
  .cart-sec01-wrapper .cart-sec01-product-date p {
    margin-right: 2%;
    font-size: 36px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    width: 650px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .hidden {
    display: none !important;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt {
    color: black;
    background-color: white;
    font-size: 48px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .box,
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt {
    border: 1px solid white;
    width: 80px;
    height: 80px;
    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;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del .box svg,
  .cart-sec01-wrapper .cart-sec01-product-desc .del .qt svg {
    width: 38px;
    height: 38px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del svg {
    width: 42px;
    height: 42px;
  }
  .cart-sec01-wrapper .cart-sec01-product-desc .del span b {
    font-size: 46px;
  }
  .cart-sec02-wrapper h4 {
    font-size: 48px;
  }
  .cart-sec02-wrapper .cta-small {
    font-size: 36px;
    border-radius: 50px;
  }
}

.priv-pol-sec-01 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.priv-pol-sec-01 h1 {
  margin: 0;
}

.priv-pol-sec-01 h1 span {
  color: #2980ff;
}

.priv-pol-sec-01 .priv-pol-sec-cnt {
  width: 90%;
}

.priv-pol-sec-01 .priv-pol-sec-cnt a,
.priv-pol-sec-01 .priv-pol-sec-cnt span,
.priv-pol-sec-01 .priv-pol-sec-cnt b {
  color: #2980ff !important;
  font-size: inherit;
}

.priv-pol-sec-01 .priv-pol-sec-cnt ol li {
  margin: 0 0 20px 0;
}

.priv-pol-sec-01 .priv-pol-sec-cnt ol li ol {
  padding-left: 15px;
  margin: 10px 0 0 0;
}

.priv-pol-sec-01 .priv-pol-sec-cnt ol li ol ul {
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .priv-pol-sec-01 {
    padding-bottom: 100px;
  }
  .priv-pol-sec-01 .title {
    width: 50%;
    margin: 0 auto;
  }
  .priv-pol-sec-01 .priv-pol-sec-cnt {
    width: 50%;
    margin: 0 auto;
  }
}

.e-404-sec-01 .e-404-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10% 0;
}

.e-404-sec-01 .e-404-cnt h1,
.e-404-sec-01 .e-404-cnt p {
  margin: 0;
}

.e-404-sec-01 .e-404-cnt img {
  max-width: 500px;
}

.sell-tickets-sec-01 {
  padding: 5% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sell-tickets-sec-01 .sec-container {
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: inset -9px -9px 18px #bcbcbc, inset 9px 9px 18px #ffffff,
    2.5px 2.5px 5px black;
  box-shadow: inset -9px -9px 18px #bcbcbc, inset 9px 9px 18px #ffffff,
    2.5px 2.5px 5px black;
  background-color: #e3e3e3;
  color: #262626;
}

.sell-tickets-sec-01 .sec-container h3 {
  width: 80%;
  text-align: center;
  margin: 0 auto 5%;
  padding-top: 5%;
}

.sell-tickets-sec-01 .sec-container form {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 5% 10% 5%;
}

.sell-tickets-sec-01 .sec-container form label,
.sell-tickets-sec-01 .sec-container form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sell-tickets-sec-01
  .sec-container
  form
  input:not(:where([type="submit"], [type="button"])) {
  height: 40px;
  border: none;
  -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
  box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
  margin: 7px 0;
}

.sell-tickets-sec-01 .sec-container form .submit-cta {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .sell-tickets-sec-01 {
    padding: 10% 0;
  }
  .sell-tickets-sec-01 .sec-container {
    width: 80%;
  }
  .sell-tickets-sec-01 .sec-container form .address-wrapper-numbers {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sell-tickets-sec-01 .sec-container form .address-wrapper-numbers-building,
  .sell-tickets-sec-01 .sec-container form .address-wrapper-numbers-apartment {
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .sell-tickets-sec-01 {
    padding: 5% 0;
  }
  .sell-tickets-sec-01 .sec-container {
    width: 90%;
    max-width: 1000px;
  }
  .sell-tickets-sec-01 .sec-container h3 {
    margin-bottom: 0;
  }
  .sell-tickets-sec-01 .sec-container form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5%;
  }
  .sell-tickets-sec-01 .sec-container form .main-data-wrapper,
  .sell-tickets-sec-01 .sec-container form .address-wrapper {
    width: 49%;
  }
  .sell-tickets-sec-01
    .sec-container
    form
    input:not(:where([type="submit"], [type="button"])) {
    margin: 8px 0;
  }
  .sell-tickets-sec-01 .sec-container form .submit-cta {
    width: 30%;
    margin-left: auto;
  }
}

@media (min-width: 1600px) {
  .sell-tickets-sec-01 {
    padding: 8% 0;
    min-height: calc(100vh - 70px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 1900px) {
  .sell-tickets-sec-01 {
    padding: 12% 0;
    min-height: calc(100vh - 70px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.blur-sec {
  background: none !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../dist/img/blur-bg.webp");
  padding: 100px 0;
}

.blur-sec-cnt {
  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;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 85%;
  max-width: 900px;
}

.blur-sec-cnt h1 {
  font-size: 32px;
  margin-bottom: 0;
}

.blur-sec-cnt .submit-cta {
  padding: 10px 20px;
  margin: 10px 0 55px 0;
}

.blur-sec-icons {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #3c3c3c54;
}

.blur-sec-icons h1 {
  font-size: 32px;
}

.blur-sec-icons-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.blur-sec-icons-cnt .icons-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}

.blur-sec-icons-cnt .icons-wrapper img {
  width: 160px;
}

.blur-sec-icons-cnt .icons-wrapper h3 {
  font-size: 22px;
}

.blur-sec-icons-cnt .icons-wrapper p {
  margin-top: 0;
  width: 85%;
}

@media (min-width: 1200px) {
  .blur-sec-cnt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80%;
    max-width: 1600px;
  }
  .blur-sec-cnt h1 {
    font-size: 44px;
  }
  .blur-sec-cnt .submit-cta {
    padding: 10px 20px;
    margin: 10px 0 55px 0;
  }
  .blur-sec-icons h1 {
    font-size: 44px;
  }
  .blur-sec-icons-cnt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 80%;
    max-width: 1600px;
  }
  .blur-sec-icons-cnt .icons-wrapper {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .blur-sec-icons-cnt .icons-wrapper img {
    height: 160px;
    width: auto;
  }
  .blur-sec-icons-cnt .icons-wrapper h3 {
    font-size: 24px;
  }
  .blur-sec-icons-cnt .icons-wrapper p {
    font-size: 16px;
  }
}

.reset-pass {
  height: 55vh;
}

.reset-pass-container {
  background-color: #303030;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 2px 2px 10px black;
}

.reset-pass-container span .validation-tooltip {
  position: absolute;
  top: -20px;
  background: red;
  padding: 5px;
  color: white;
  font-size: 0.8rem;
  border-radius: 0;
  display: none;
  max-width: 70%;
  text-align: center;
}

.reset-pass-container span .visible {
  display: block !important;
}

.reset-pass-container input:not([type="submit"]) {
  padding: 10px 15px;
  height: 40px;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #404040;
  border-left: 5px solid rgb(41, 128, 255);
  width: 100%;
  height: 40px;
  outline: none;
  margin: 8px 0;
  color: white;
}

.reset-pass-container .btn-wrapper {
  margin: 15px 0 0 0;
}

.reset-pass-container .btn-wrapper input {
  width: 100%;
}

@media (min-width: 600px) {
  .reset-pass-container .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reset-pass-container .btn-wrapper input {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .reset-pass-container {
    padding: 20px 50px 50px 50px;
  }
  .reset-pass-container .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reset-pass-container .btn-wrapper input {
    width: 40%;
  }
}

@media (min-width: 200px) {
  .fade-out {
    opacity: 0;
    top: -100px;
  }
  .acc-sec01 {
    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;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    background: #262626;
  }
  .acc-sec01 .acc-sec-change {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: white;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #262626;
  }
  .acc-sec01-wrapper {
    width: 80%;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0;
  }
  .acc-sec01-wrapper h2 {
    text-align: center;
  }
  .acc-sec01-wrapper-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .acc-sec01-wrapper-input .edit-button {
    position: absolute;
    right: 0px;
    height: 40px;
    width: 40px;
    color: white;
    background-color: #0148ff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    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;
  }
  .acc-sec01-wrapper-input .password-wrapper {
    width: 100%;
  }
  .acc-sec01-wrapper-input .password-wrapper input {
    width: 100%;
  }
  .acc-sec01-wrapper-input [data-tip] {
    position: relative;
  }
  .acc-sec01-wrapper-input [data-tip]:before {
    content: "";
    /* hides the tooltip when not hovered */
    display: none;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: calc(105% - 5px);
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .acc-sec01-wrapper-input [data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 105%;
    max-width: 60%;
    left: 0px;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    line-height: 18px;
    border-radius: 3px;
    word-wrap: normal;
  }
  .acc-sec01-wrapper-input [data-tip]:hover:before,
  .acc-sec01-wrapper-input [data-tip]:hover:after {
    display: block;
  }
  .acc-sec01-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .acc-sec01-wrapper form input:not([type="button"]) {
    height: 40px;
    margin: 10px 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #2a2a2a;
    border-left: solid 5px rgb(41, 128, 255);
    height: 40px;
    margin: 8px 0;
    color: white;
    padding: 10px;
  }
  .acc-sec01-wrapper form .submit-cta {
    margin-top: 20px;
    width: 50%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: large;
  }
}

@media (min-width: 600px) {
  .acc-sec01-wrapper form .submit-cta {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .acc-sec01::-webkit-scrollbar {
    width: 1rem;
    /* width of the entire scrollbar */
  }
  .acc-sec01::-webkit-scrollbar-track {
    background: #464646;
    /* color of the tracking area */
  }
  .acc-sec01::-webkit-scrollbar-thumb {
    background-color: #969696;
    /* color of the scroll thumb */
  }
  .acc-sec01 {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.6) rgba(255, 255, 255, 0.1);
    width: 80vw;
    margin: 0;
    height: calc(100vh - 70px);
  }
  .acc-sec01 .acc-sec-change {
    width: 100%;
    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;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    top: 0;
    overflow-x: hidden;
  }
  .acc-sec01-wrapper {
    text-align: center;
    padding: 5vh 0;
  }
  .acc-sec01-wrapper-input {
    position: relative;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .acc-sec01-wrapper-input input:not([type="button"]) {
    width: 70%;
  }
  .acc-sec01-wrapper-input label {
    width: 20%;
    text-align: start;
    margin-right: auto;
  }
  .acc-sec01-wrapper-input .edit-button {
    right: 0;
    height: 40px;
    width: 40px;
    color: white;
    background-color: #0148ff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .acc-sec01-wrapper-input .password-wrapper {
    width: 70%;
  }
  .acc-sec01-wrapper-input .password-wrapper input {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .acc-sec01-wrapper {
    max-width: 1400px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .acc-sec01 {
    height: calc(100vh - 113px);
  }
  .acc-sec01-wrapper {
    max-width: 2000px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input input:not([type="button"]) {
    height: 80px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .edit-button {
    height: 80px;
    width: 80px;
    bottom: 12px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .edit-button svg {
    width: 25px;
    height: 25px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .password-wrapper:after {
    font-size: 1.1em;
    line-height: 25px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .password-wrapper:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1a1a1a;
    top: calc(105% - 10px);
  }
  .acc-sec01-wrapper form .submit-cta {
    font-size: 22px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .acc-sec01 {
    height: calc(100vh - 163px);
  }
  .acc-sec01-wrapper {
    max-width: 2500px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input label {
    font-size: 32px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input input:not([type="button"]) {
    width: 80%;
    height: 98px;
    margin: 15px 0;
    padding-left: 70px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .edit-button {
    height: 98px;
    width: 98px;
    bottom: 15px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .edit-button svg {
    width: 35px;
    height: 35px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .password-wrapper {
    width: 80%;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .password-wrapper input {
    width: 100%;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .password-wrapper:after {
    font-size: 1.7em;
    line-height: 45px;
  }
  .acc-sec01-wrapper form .acc-sec01-wrapper-input .password-wrapper:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1a1a1a;
    top: calc(105% - 10px);
  }
  .acc-sec01-wrapper form .submit-cta {
    font-size: 32px;
  }
}

.transakcje-wrapper td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.transakcje-wrapper td .green-font {
  color: #35eb52;
}

.transakcje-wrapper td .green {
  background-color: #35eb52;
}

.transakcje-wrapper td .green:hover {
  background-color: #1be43c;
}

.transakcje-wrapper td .light-green {
  background-color: #bbf441;
}

.transakcje-wrapper td .light-green:hover {
  background-color: #acfc00;
}

.transakcje-wrapper td .red {
  background-color: #fe4f4f;
}

.transakcje-wrapper td .red:hover {
  background-color: #fc2828;
}

.transakcje-wrapper td .orange {
  background-color: #ffa826;
}

.transakcje-wrapper td .orange:hover {
  background-color: #ff9b06;
}

.transakcje-wrapper td .yellow {
  background-color: #ffd645;
}

.transakcje-wrapper td .yellow:hover {
  background-color: #f5c721;
}

.transakcje-wrapper td .blue {
  background-color: #5bd8ff;
}

.transakcje-wrapper td .blue:hover {
  background-color: #1cc4f7;
}

.transakcje-wrapper td .purple {
  background-color: #9c9aff;
}

.transakcje-wrapper td .purple:hover {
  background-color: #706dfd;
}

.transakcje-wrapper td label svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.transakcje-wrapper td img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.transakcje-wrapper td .button-container {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.transakcje-wrapper td .button-container svg {
  margin: auto;
  width: inherit;
  height: inherit;
  color: white;
  pointer-events: none;
}

.transakcje-wrapper td .button-container a {
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.transakcje-wrapper td .button-container:first-child {
  margin-left: 0;
}

.transakcje-wrapper .buttoncell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 200px) and (max-width: 900px) {
  /* Force table to not be like tables anymore */
  .transakcje-wrapper {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .transakcje-wrapper table,
  .transakcje-wrapper thead,
  .transakcje-wrapper tbody,
  .transakcje-wrapper th,
  .transakcje-wrapper td,
  .transakcje-wrapper tr {
    font-size: 12px;
    display: block;
  }
  .transakcje-wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .transakcje-wrapper tr {
    margin: 0 0 1rem 0;
  }
  .transakcje-wrapper tr:nth-child(odd) {
    background: #ccc;
  }
  .transakcje-wrapper td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%;
  }
  .transakcje-wrapper td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
  .lista-transakcji td:nth-of-type(1):before {
    content: "ID";
  }
  .lista-transakcji td:nth-of-type(2):before {
    content: "Nazwa";
  }
  .lista-transakcji td:nth-of-type(3):before {
    content: "Data";
  }
  .lista-transakcji td:nth-of-type(4):before {
    content: "Produkt";
  }
  .lista-transakcji td:nth-of-type(5):before {
    content: "Kwota";
  }
  .lista-transakcji td:nth-of-type(6):before {
    content: "Status";
  }
  .lista-transakcji td:nth-of-type(7):before {
    content: "Akcje";
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr {
    margin-top: 20px;
    padding: 30px 15px 10px 15px;
    background: #2a2a2a;
    width: 85vw;
    max-width: 500px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr td {
    margin-top: 20px;
    font-size: 130%;
    padding-bottom: 10px;
  }
}

[data-tooltip] {
  position: relative;
  text-decoration: none;
  width: auto;
  height: auto;
}

[data-tooltip]:hover:before,
[data-tooltip]:focus:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-tooltip]:hover:after,
[data-tooltip]:focus:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px) rotate(45deg);
  transform: translate(-50%, -10px) rotate(45deg);
}

[data-tooltip]:before {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  content: attr(data-tooltip);
  bottom: 100%;
  left: 50%;
  padding: 0.25em 0.5em;
  font-size: 0.7em;
  line-height: 1.7em;
  background-color: white;
  color: white;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  font-size: large;
  font-size: 600;
}

[data-tooltip]:after {
  position: absolute;
  z-index: 3;
  display: block;
  bottom: 100%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(41, 128, 255);
  margin-bottom: -4px;
  color: white;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip].break:before {
  white-space: normal;
  width: 360px;
}

@media (min-width: 900px) {
  .buttoncell {
    margin-top: 0 !important;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table {
    font-size: 12px;
    width: 65vw;
    max-width: 70vw;
    border-collapse: separate;
    border-spacing: 0 15px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th {
    padding: 15px;
    text-align: left;
    margin-top: 15px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr {
    background: #2a2a2a;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th {
    background-color: #262626;
    color: white;
    border: solid 3px #474747;
    border-radius: 0;
    background: #2a2a2a;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label svg {
    margin-left: 10px;
    width: 14px;
    height: 14px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label span {
    margin-left: 10px;
    width: 14px;
    height: 14px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th:first-child {
    border-radius: 0;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th:last-child {
    border-radius: 0;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td:first-child {
    border-radius: 0;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td:last-child {
    border-radius: 0;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .acc-sec01 .acc-sec-change .transakcje-wrapper table {
    font-size: 22px;
    border-spacing: 0 25px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th {
    padding: 25px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td .button-container,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th .button-container {
    width: 33px;
    height: 33px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td .button-container a,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th .button-container a {
    width: 23px;
    height: 23px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label svg {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label span {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .acc-sec01 .acc-sec-change .transakcje-wrapper table {
    font-size: 32px;
    border-spacing: 0 45px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th {
    padding: 45px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td .button-container,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th .button-container {
    width: 38px;
    height: 38px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td .button-container a,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th .button-container a {
    width: 28px;
    height: 28px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td label {
    font-size: 32px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label svg,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td label svg {
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label span,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td label span {
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 200px) {
  .acc-sec01 {
    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;
  }
  .acc-sec01 .acc-sec-change .acc-sec03-wrapper {
    padding: 5%;
    border-radius: 0;
    max-width: none;
    width: 100%;
    margin-top: 0;
    background: #262626;
  }
  .acc-sec01 .acc-sec02-wrapper {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    padding: 20px;
    border-radius: 15px;
  }
  .acc-sec01 .acc-sec02-wrapper-form {
    width: 100%;
    color: #262626 !important;
    margin: 0 auto;
    max-width: 500px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create-left {
    width: 100%;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create-left
    .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 20px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create-left
    .categories
    select {
    border: none;
    border-radius: 16px;
    height: 40px;
    padding-left: 10px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create-left
    .categories
    h5 {
    margin: 15px 0 5px 0;
    text-align: start;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create-left
    .categories
    label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create-left
    .categories
    label
    input[type="checkbox"] {
    margin: 0 20px 0 5px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input[type="text"],
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input[type="email"] {
    margin-bottom: 10px;
    border: none;
    border-left: solid 5px rgb(41, 128, 255);
    background-color: #2a2a2a;
    color: white;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input[type="checkbox"] {
    margin-right: 20px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .footer label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 20px 0;
    color: white;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .footer
    label
    input {
    margin: 0 20px 0 5px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input[type="file"] {
    display: none;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .photo {
    width: 100%;
    padding: 28% 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    text-align: center;
    color: #6c6c6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-left: solid 5px rgb(41, 128, 255);
    color: white;
    background-color: #2a2a2a;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .bg-photo {
    padding: 15% 5%;
    border: none;
    border-left: solid 5px rgb(41, 128, 255);
    color: white;
    background-color: #2a2a2a;
    cursor: pointer;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .desc {
    padding-top: 20px;
    height: 180px;
    margin: 0 0 10px 0;
    border: none;
    border-left: solid 5px rgb(41, 128, 255);
    color: white;
    background-color: #2a2a2a;
    font-size: 18px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .desc:focus {
    outline: 0;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-right,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input:not([type="button"]) {
    height: 40px;
    font-size: 18px;
    cursor: pointer;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input:not([type="button"]):focus {
    outline: 0;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .submit-cta {
    width: 50%;
    margin-left: 15px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown
    .dropbtn {
    width: calc(100% - 21px);
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .dropbtn {
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: gray;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .dropdown {
    position: relative;
    display: inline-block;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content {
    display: none;
    position: absolute;
    width: calc(100% - 3px);
    overflow: auto;
    z-index: 1;
    background-color: #2a2a2a;
    border: 1px solid #fff;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content
    .active {
    font-weight: 600;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content
    a {
    cursor: pointer;
    padding: 9px 15px;
    border: 0;
    text-decoration: none;
    font-size: 13px !important;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 600px) {
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .bg-photo {
    padding: 15% 10%;
  }
}

@media (min-width: 1200px) {
  .acc-sec01 .acc-sec-change .acc-sec03-wrapper {
    min-height: calc(100vh - 70px);
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .acc-sec01 .acc-sec02-wrapper {
    max-width: none;
    width: 80%;
  }
  .acc-sec01 .acc-sec02-wrapper-form {
    margin: 0 auto;
    max-width: 90%;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    input {
    margin-bottom: 15px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .mail,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .name,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .categories,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    textarea {
    width: 100%;
    font-size: 16px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .categories,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    textarea {
    margin-bottom: 0;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .categories
    h5,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    textarea
    h5 {
    margin-top: 0;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .photo {
    width: 38%;
    padding: 0vmax 0;
    margin-bottom: 0;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .bg-photo {
    width: 100%;
    padding: 5% 0;
    margin: 1.5% 0;
    font-size: larger;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .footer label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .footer
    .submit-cta {
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .mail,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .name,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .categories,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    textarea {
    width: 100%;
  }
}

@media (min-width: 1900px) {
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .mail,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .name,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    .categories,
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .acc-sec02-wrapper-create-left
    textarea {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .tooltip-video-login {
    display: none;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create-left
    .categories
    label {
    margin: 0;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input[type="file"] {
    display: none;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .photo {
    font-size: 15px;
    height: inherit;
    text-align: center;
    color: #6c6c6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .desc {
    padding-top: 20px;
    height: 200px;
    margin-top: 0;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input:not([type="button"]) {
    height: 40px;
    font-size: 28px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create input {
    margin: 0;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .submit-cta {
    width: 30%;
    margin-left: 15px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown
    .dropbtn {
    color: gray;
    width: calc(100% - 21px);
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .dropbtn {
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .dropdown {
    position: relative;
    display: inline-block;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content {
    display: none;
    position: absolute;
    width: calc(100% - 3px);
    overflow: auto;
    z-index: 1;
    background-color: #2a2a2a;
    border: 1px solid #fff;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content
    .active {
    font-weight: 600;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content
    a {
    cursor: pointer;
    padding: 9px 15px;
    border: 0;
    text-decoration: none;
    font-size: 13px !important;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input[type="checkbox"] {
    width: 30px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .mail {
    margin-bottom: 20px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .footer label {
    font-size: 32px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create textarea,
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .photo {
    font-size: 32px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input[type="file"] {
    display: none;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .photo {
    font-size: 32px;
    text-align: center;
    color: #6c6c6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .photo-bg {
    padding: 10% 0;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .desc {
    padding-top: 20px;
    height: 418px;
    margin-top: 0;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    input:not([type="button"]) {
    height: 80px;
    font-size: 32px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create input {
    font-size: 32px;
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .submit-cta {
    width: 30%;
    margin-left: 15px;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown
    .dropbtn {
    color: gray;
    width: calc(100% - 21px);
  }
  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .dropbtn {
    font-size: 16px;
    font-weight: 600;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content {
    width: calc(100% - 3px);
    background-color: #2a2a2a;
    border: 1px solid #fff;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content
    .active {
    font-weight: 600;
  }
  .acc-sec01
    .acc-sec02-wrapper-form
    .acc-sec02-wrapper-create
    .dropdown-content
    a {
    padding: 9px 15px;
    font-size: 32px !important;
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  /* Force table to not be like tables anymore */
  /*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
  .moje-produkty td:nth-of-type(1) {
    display: none;
  }
  .moje-produkty td:nth-of-type(2):before {
    content: "Nazwa";
  }
  .moje-produkty td:nth-of-type(3):before {
    content: "Typ";
  }
  .moje-produkty td:nth-of-type(4):before {
    content: "Data";
  }
  .moje-produkty td:nth-of-type(5):before {
    content: "Godzina";
  }
  .moje-produkty td:nth-of-type(6):before {
    content: "Ilość";
  }
  .moje-produkty td:nth-of-type(7):before {
    content: "Status";
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr {
    margin-top: 20px;
    padding: 30px 15px 10px 15px;
    background: #2a2a2a;
    width: 85vw;
    max-width: 500px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr td {
    margin-top: 20px;
    font-size: 130%;
    padding-bottom: 10px;
  }
}

.my-products-hd {
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.product-item {
  font-size: 14px;
  padding: 4vh 0;
  border-bottom: solid 1px #0148ff;
}

.product-item-sec01 {
  width: 100%;
  padding: 0 0 3vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-item-sec01 .img-wrapper {
  width: 100px;
  height: 100px;
  border: solid 1px;
  float: left;
  margin: 0 20px 0 0;
  background: #262626;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-item-sec01 .content-wrapper {
  text-align: start;
}

.product-item-sec01 .content-wrapper h3 {
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-item-sec01 .content-wrapper p {
  margin: 1vh 0 0 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-item-sec02 {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item-sec02 .product-item-row {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  margin: 1% 0;
}

.product-item-sec02 .product-item-row span:last-child {
  font-weight: 200;
}

.product-item:nth-of-type(1) {
  border-top: 1px solid #0148ff;
}

@media (min-width: 900px) {
  .my-products-wrapper {
    max-width: none;
  }
  .product-item {
    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;
  }
  .product-item-sec01 {
    padding: 0;
    padding-left: 20px;
    width: 50%;
  }
  .product-item-sec01 .img-wrapper {
    margin: 0 15% 0 0;
  }
  .product-item-sec01 .content-wrapper h3 {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .product-item-sec02 {
    padding-right: 20px;
    width: 40%;
    margin: 0 0 0 10%;
  }
}

@media (min-width: 1200px) {
  .product-item-sec01 {
    width: 60%;
  }
  .product-item-sec02 {
    width: 30%;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  td img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  td img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 200px) {
  .acc-sec01 .acc-sec03-wrapper {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fffcfc),
      color-stop(47.4%, #f5f5f5),
      to(#ececec)
    );
    background: linear-gradient(
      180deg,
      #fffcfc 0%,
      #f5f5f5 47.4%,
      #ececec 100%
    );
    border-radius: 15px;
    width: 90%;
    text-align: center;
  }
  .acc-sec01 .acc-sec03-wrapper-form {
    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;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create
    input:not([type="button"]) {
    height: 40px;
    font-size: 15px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left label,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right label {
    margin-top: 20px;
    -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    border: none !important;
    border-radius: 16px;
  }
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create-left
    input[type="file"],
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create-right
    input[type="file"] {
    display: none;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left textarea,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    margin-top: 20px;
    -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    border: none !important;
    border-radius: 16px;
  }
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create-left
    input[type="date"],
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create-left
    input[type="time"],
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create-right
    input[type="date"],
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create-right
    input[type="time"] {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 17px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .small,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .small {
    width: 100%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .xsmall,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .xsmall {
    width: 40%;
    color: #6c6c6c;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .desc,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .desc {
    height: 250px;
    padding-top: 20px;
    font-size: 17px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .photo,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .photo {
    height: 200px;
    font-size: 15px;
    font-size: 15px;
    line-height: 200px;
    text-align: center;
    color: #6c6c6c;
    padding: 0;
    width: 100%;
    border: solid 2px #979797;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create .cta-small {
    margin-top: 20px;
    width: 66%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create .ticket-view {
    width: 47%;
    margin-top: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 700;
    padding: 14px 14px;
    border: solid 2px #2980ff;
    border-radius: 25px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fffcfc),
      color-stop(47.4%, whitesmoke),
      to(#ececec)
    );
    background-image: linear-gradient(
      #fffcfc 0%,
      whitesmoke 47.4%,
      #ececec 100%
    );
  }
}

@media (min-width: 600px) {
  .acc-sec01 .acc-sec03-wrapper {
    width: 80%;
    max-width: 550px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left textarea,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right textarea {
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .small,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .small {
    width: 44%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .xsmall,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .xsmall {
    width: 19%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .desc,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .desc {
    height: 250px;
    padding-top: 20px;
    font-size: 17px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .photo,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .photo {
    height: 200px;
    font-size: 15px;
    font-size: 15px;
    line-height: 200px;
    text-align: center;
    color: #6c6c6c;
    padding: 0;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create .cta-small {
    margin-top: 40px;
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .acc-sec01 .acc-sec03-wrapper {
    -webkit-box-shadow: 0px 1px 2px rgba(20, 51, 80, 0.13),
      0px -3px 4px rgba(255, 255, 255, 0.85), 0px 3px 6px rgba(65, 92, 98, 0.17);
    box-shadow: 0px 1px 2px rgba(20, 51, 80, 0.13),
      0px -3px 4px rgba(255, 255, 255, 0.85), 0px 3px 6px rgba(65, 92, 98, 0.17);
    margin-top: 5vh;
    padding: 50px;
    max-width: 1000px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right {
    height: 450px;
    width: 49%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left label,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right label {
    margin-top: 0;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left textarea,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right textarea {
    width: 99%;
    margin-top: 0px;
    height: 7%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .small,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .small {
    width: 45%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .xsmall,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .xsmall {
    width: 19%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .desc,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .desc {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    font-size: 17px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .photo,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .photo {
    width: 48%;
    height: auto;
    font-size: 15px;
    font-size: 15px;
    text-align: center;
    color: #6c6c6c;
    padding: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right {
    width: 48% !important;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create .submit-cta {
    width: 17%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 2%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create .ticket-view {
    width: 14%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    font-weight: 700;
    padding: 14px 14px;
    border: solid 2px #2980ff;
    border-radius: 25px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fffcfc),
      color-stop(47.4%, whitesmoke),
      to(#ececec)
    );
    background-image: linear-gradient(
      #fffcfc 0%,
      whitesmoke 47.4%,
      #ececec 100%
    );
    cursor: pointer;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .acc-sec01 .acc-sec03-wrapper {
    -webkit-box-shadow: 0px 1px 2px rgba(20, 51, 80, 0.13),
      0px -3px 4px rgba(255, 255, 255, 0.85), 0px 3px 6px rgba(65, 92, 98, 0.17);
    box-shadow: 0px 1px 2px rgba(20, 51, 80, 0.13),
      0px -3px 4px rgba(255, 255, 255, 0.85), 0px 3px 6px rgba(65, 92, 98, 0.17);
    margin-top: 5vh;
    padding: 50px;
    max-width: 1000px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right {
    width: 49%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left textarea,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right textarea {
    width: 99%;
    margin-top: 0px;
    margin-bottom: 0;
    height: 10%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .small,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .small {
    width: 43%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .xsmall,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .xsmall {
    width: 19%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .desc,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .desc {
    height: 511px;
    padding-top: 20px;
    font-size: 17px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .photo,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .photo {
    height: 25%;
    font-size: 15px;
    font-size: 15px;
    line-height: 110px;
    margin: 0;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .acc-sec01 .acc-sec03-wrapper {
    max-width: 1600px;
  }
  .acc-sec01 .acc-sec03-wrapper-form {
    font-size: 32px;
    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;
  }
  .acc-sec01
    .acc-sec03-wrapper-form
    .acc-sec03-wrapper-create
    input:not([type="button"]) {
    height: 10%;
    font-size: 32px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create .cta-small {
    margin-top: 40px;
    width: 40%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right {
    height: 950px;
    width: 49%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left textarea,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right input,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right textarea {
    width: 99%;
    margin-top: 0px;
    margin-bottom: 0;
    height: 10%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .small,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .small {
    width: 46%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .xsmall,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .xsmall {
    width: 19%;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .desc,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .desc {
    height: 900px;
    padding-top: 20px;
    font-size: 32px;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-left .photo,
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right .photo {
    height: 21%;
    font-size: 32px;
    line-height: 190px;
    margin: 0;
  }
  .acc-sec01 .acc-sec03-wrapper-form .acc-sec03-wrapper-create-right {
    height: 900px;
  }
}

.statistics-wrapper {
  width: 90%;
  max-width: none;
  margin: 0 auto;
  padding-top: 5%;
}

.statistics-wrapper h2 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.statistics-wrapper .filters-wrapper {
  width: 100%;
}

.statistics-wrapper .filters-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .statistics-wrapper .filters-wrapper form span {
  display: none;
} */

.statistics-wrapper .filters-wrapper form input {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.statistics-wrapper .filters-wrapper form input:focus {
  outline: 0;
}

.statistics-wrapper .filters-wrapper form .dropdown {
  width: 49%;
}

.statistics-wrapper .filters-wrapper form .dropdown .dropbtn {
  width: 100%;
  margin-top: 0;
  text-align: center;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
}

.statistics-wrapper .filters-wrapper form .dropdown .dropdown-content {
  display: none;
}

.statistics-wrapper .filters-wrapper form .cta-small {
  width: 49%;
  height: 40px;
  padding: 0;
  margin: 0;
  color: #fff;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.statistics-wrapper .filters-wrapper form .cta-small:hover {
  color: #0148ff;
}

.statistics-wrapper .chart {
  margin: 20px 0;
  height: 300px;
  width: 100%;
  background-color: white;
}

.statistics-wrapper .chart canvas {
  stroke: #2a2a2a;
}

.statistics-wrapper .data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.statistics-wrapper .data-wrapper div {
  width: 100%;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1000px) {
  .statistics-wrapper {
    max-width: 90% !important;
    margin: 0 auto;
  }
  /* .statistics-wrapper .filters-wrapper {
    max-width: 900px;
  } */
  .statistics-wrapper .filters-wrapper form span {
    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;
    text-align: center;
    font-weight: 600;
  }
  .statistics-wrapper .filters-wrapper form input {
    width: 20%;
  }
  .statistics-wrapper .filters-wrapper form .dropdown {
    width: 20%;
  }
  .statistics-wrapper .filters-wrapper form .dropdown .dropbtn {
    margin: 10px 0;
  }
  .statistics-wrapper .filters-wrapper form .cta-small {
    width: 12%;
    margin: 10px 0;
  }
  .statistics-wrapper .chart {
    height: 350px;
  }
  .statistics-wrapper .data-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .statistics-wrapper .data-wrapper div {
    width: 45%;
  }
}

@media (min-width: 1600px) {
  .statistics-wrapper .filters-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .statistics-wrapper .chart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: 450px;
  }
  .statistics-wrapper .data-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .statistics-wrapper .data-wrapper div {
    width: auto;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .statistics-wrapper .data-wrapper div span {
    margin-left: 20px;
  }
}

@media (min-width: 1900px) {
  .statistics-wrapper .filters-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .statistics-wrapper .chart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: 450px;
  }
  .statistics-wrapper .data-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .statistics-wrapper .data-wrapper div {
    width: auto;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .statistics-wrapper .data-wrapper div span {
    margin-left: 20px;
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  /* Force table to not be like tables anymore */
  /*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
  .moje-produkty td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .moje-produkty td:nth-of-type(2):before {
    content: "Data";
  }
  .moje-produkty td:nth-of-type(3):before {
    content: "Godzina";
  }
  .moje-produkty td:nth-of-type(4):before {
    content: "Miejsce";
  }
  .moje-produkty td:nth-of-type(5):before {
    content: "Status";
  }
  .moje-produkty td:nth-of-type(6):before {
    content: "Cena";
  }
  .moje-produkty td:nth-of-type(7):before {
    content: "Dostępne";
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr {
    margin-top: 20px;
    padding: 30px 15px 10px 15px;
    background: #2a2a2a;
    width: 85vw;
    max-width: 500px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr td {
    margin-top: 20px;
    font-size: 130%;
    padding-bottom: 10px;
  }
}

.my-products-hd {
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.product-item {
  font-size: 14px;
  padding: 4vh 0;
  border-bottom: solid 1px #0148ff;
}

.product-item-sec01 {
  width: 100%;
  padding: 0 0 3vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-item-sec01 .img-wrapper {
  width: 100px;
  height: 100px;
  border: solid 1px;
  float: left;
  margin: 0 20px 0 0;
  background: #262626;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-item-sec01 .content-wrapper {
  text-align: start;
}

.product-item-sec01 .content-wrapper h3 {
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-item-sec01 .content-wrapper p {
  margin: 1vh 0 0 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-item-sec02 {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item-sec02 .product-item-row {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  margin: 1% 0;
}

.product-item-sec02 .product-item-row span:last-child {
  font-weight: 200;
}

.product-item:nth-of-type(1) {
  border-top: 1px solid #0148ff;
}

@media (min-width: 900px) {
  .my-products-wrapper {
    max-width: none;
  }
  .product-item {
    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;
  }
  .product-item-sec01 {
    padding: 0;
    padding-left: 20px;
    width: 50%;
  }
  .product-item-sec01 .img-wrapper {
    margin: 0 15% 0 0;
  }
  .product-item-sec01 .content-wrapper h3 {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .product-item-sec02 {
    padding-right: 20px;
    width: 40%;
    margin: 0 0 0 10%;
  }
}

@media (min-width: 1200px) {
  .product-item-sec01 {
    width: 60%;
  }
  .product-item-sec02 {
    width: 30%;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  td img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  td img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-uzytkownikow td:nth-of-type(1):before {
    content: "Imię";
  }
  .lista-uzytkownikow td:nth-of-type(2):before {
    content: "Nazwisko";
  }
  .lista-uzytkownikow td:nth-of-type(3):before {
    content: "Login";
  }
  .lista-uzytkownikow td:nth-of-type(4):before {
    content: "E-mail";
  }
  .lista-uzytkownikow td:nth-of-type(5):before {
    content: "Telefon";
  }
  .lista-uzytkownikow td:nth-of-type(6):before {
    content: "Status";
  }
  .lista-uzytkownikow td:nth-of-type(7):before {
    content: "Akcje";
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr {
    margin-top: 20px;
    padding: 30px 15px 10px 15px;
    background: #2a2a2a;
    width: 85vw;
    max-width: 500px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tbody tr td {
    margin-top: 20px;
    font-size: 130%;
    padding-bottom: 10px;
  }
}

.my-acc-nav-cnt div {
  width: 80%;
  margin: auto;
  font-weight: 600;
}

@media (min-width: 900px) {
  .acc-sec01 .acc-sec-change .transakcje-wrapper table {
    width: 65vw;
    max-width: 70vw;
    border-collapse: separate;
    border-spacing: 0 15px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th {
    padding: 15px;
    text-align: left;
    margin-top: 15px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr {
    background: #2a2a2a;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th {
    color: white;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label svg {
    margin-left: 10px;
    width: 14px;
    height: 14px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label span {
    margin-left: 10px;
    width: 14px;
    height: 14px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th:first-child {
    border-radius: 0;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th:last-child {
    border-radius: 0;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td:first-child {
    border-radius: 0;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td:last-child {
    border-radius: 0;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .acc-sec01 .acc-sec-change .transakcje-wrapper table {
    font-size: 22px;
    border-spacing: 0 25px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th {
    padding: 25px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label svg {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label span {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .acc-sec01 .acc-sec-change .transakcje-wrapper table {
    font-size: 32px;
    border-spacing: 0 45px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table td,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table th {
    padding: 45px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td label {
    font-size: 32px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label svg,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td label svg {
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr th label span,
  .acc-sec01 .acc-sec-change .transakcje-wrapper table tr td label span {
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-kanalow td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .lista-kanalow td:nth-of-type(2):before {
    content: "Kategoria";
  }
  .lista-kanalow td:nth-of-type(3):before {
    content: "Data założenia";
  }
  .lista-kanalow td:nth-of-type(4):before {
    content: "Subskrybcje";
  }
  .lista-kanalow td:nth-of-type(5):before {
    content: "Twórca";
  }
  .lista-kanalow td:nth-of-type(6):before {
    content: "Status";
  }
  .lista-kanalow td:nth-of-type(7):before {
    content: "Akcje";
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-transmisji-admin td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .lista-transmisji-admin td:nth-of-type(2):before {
    content: "Od";
  }
  .lista-transmisji-admin td:nth-of-type(3):before {
    content: "Do";
  }
  .lista-transmisji-admin td:nth-of-type(4):before {
    content: "Ile sprzedanych";
  }
  .lista-transmisji-admin td:nth-of-type(5):before {
    content: "Status";
  }
  .lista-transmisji-admin td:nth-of-type(6):before {
    content: "Kanał";
  }
  .lista-transmisji-admin td:nth-of-type(7):before {
    content: "Cena";
  }
  .lista-transmisji-admin td:nth-of-type(8):before {
    content: "Akcje";
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-wydarzen td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .lista-wydarzen td:nth-of-type(2):before {
    content: "Data";
  }
  .lista-wydarzen td:nth-of-type(3):before {
    content: "Godzina";
  }
  .lista-wydarzen td:nth-of-type(4):before {
    content: "Status";
  }
  .lista-wydarzen td:nth-of-type(5):before {
    content: "Link";
  }
  .lista-wydarzen td:nth-of-type(6):before {
    content: "Kto dodał";
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-biletow-admin td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .lista-biletow-admin td:nth-of-type(2):before {
    content: "Data";
  }
  .lista-biletow-admin td:nth-of-type(3):before {
    content: "Godzina";
  }
  .lista-biletow-admin td:nth-of-type(4):before {
    content: "Miejsce";
  }
  .lista-biletow-admin td:nth-of-type(5):before {
    content: "Ile sprzedanych";
  }
  .lista-biletow-admin td:nth-of-type(6):before {
    content: "Status";
  }
  .lista-biletow-admin td:nth-of-type(7):before {
    content: "Cena";
  }
  .lista-biletow-admin td:nth-of-type(8):before {
    content: "Organizator";
  }
  .lista-biletow-admin td:nth-of-type(9):before {
    content: "Akcje";
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-artykulow-admin td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .lista-artykulow-admin td:nth-of-type(2):before {
    content: "Data dodania";
  }
  .lista-artykulow-admin td:nth-of-type(3):before {
    content: "Autor";
  }
  .lista-artykulow-admin td:nth-of-type(4):before {
    content: "Kategoria";
  }
  .lista-artykulow-admin td:nth-of-type(5):before {
    content: "Status";
  }
  .lista-artykulow-admin td:nth-of-type(6):before {
    content: "Wyświetlenia";
  }
  .lista-artykulow-admin td:nth-of-type(7):before {
    content: "Akcje";
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-organizatorow td:nth-of-type(1):before {
    content: "Nazwa firmy";
  }
  .lista-organizatorow td:nth-of-type(2):before {
    content: "NIP";
  }
  .lista-organizatorow td:nth-of-type(3):before {
    content: "Telefon";
  }
  .lista-organizatorow td:nth-of-type(4):before {
    content: "Miejscowość";
  }
  .lista-organizatorow td:nth-of-type(5):before {
    content: "Status";
  }
  .lista-organizatorow td:nth-of-type(6):before {
    content: "Akcje";
  }
}

@media (min-width: 200px) {
  iframe#basic-example_ifr {
    background-color: #ffffff2b !important;
  }
  .mce-content-body {
    color: white !important;
  }
  .panel-channel-sec01 {
    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;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    background: #262626;
  }
  .panel-channel-sec01 .panel-channel-sec-change {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .panel-channel-sec01 .panel-channel-sec-change .panel-channel-sec01-wrapper {
    width: 90%;
    padding-top: 5%;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper
    h2 {
    text-align: center;
    font-size: 38px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper
    h4 {
    margin-bottom: 5px;
    margin-top: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 280px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-color
    span {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-color
    input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-color
    input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-color
    input[type="color"]::-webkit-color-swatch {
    border: none;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-background {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30%;
    overflow: hidden;
    background-color: #2a2a2a;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-background
    img {
    width: auto;
    height: -webkit-fill-available;
    position: absolute;
    max-width: none;
    cursor: pointer;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-background
    .edit-button {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #262626;
    color: #e3e3e3;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    right: 0px;
    top: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config
    .panel-channel-sec01-wrapper-container {
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-img {
    position: absolute;
    max-width: none;
    cursor: pointer;
    width: 100%;
    height: inherit;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config
    .edit-button {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #262626;
    color: #e3e3e3;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    right: 0px;
    top: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-text
    h1 {
    margin: 0 auto 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-text
    h1
    .edit-button {
    position: relative;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-text
    input {
    width: 100%;
    height: 40px;
    border: none;
    border-left: solid 5px rgb(41, 128, 255);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2a2a2a;
    color: white;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-text
    input:focus {
    outline: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-categories {
    width: 100%;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-categories
    .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-categories
    .categories
    select {
    height: 40px !important;
    padding-left: 12px !important;
    margin-bottom: 10px;
    border: none;
    -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    border-radius: 16px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-categories
    .categories
    h4 {
    margin-bottom: 5px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-categories
    .categories
    label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-categories
    .categories
    label
    input {
    margin: 0 20px 0 5px;
    height: 40px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-description {
    margin-top: 20px;
    width: 100%;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-description
    p {
    width: 85%;
    margin: 0 auto 0 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-description
    textarea {
    width: 100%;
    border: none;
    border-left: solid 5px rgb(41, 128, 255);
    color: white;
    background-color: #2a2a2a;
    padding: 12px;
    min-height: 170px;
    font-size: 16px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-description
    textarea:focus {
    outline: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper
    .saveButton {
    width: 100%;
    height: 50px;
    border: none;
    padding: 12px;
    background-color: rgb(41, 128, 255);
    color: #e3e3e3;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    cursor: pointer;
  }
  .panel-channel-sec01 .panel-channel-sec-change .create-transmision-wrapper {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5%;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    h2 {
    text-align: center;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input:not([type="button"], [type="radio"]),
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    textarea {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-left: solid 5px rgb(41, 128, 255);
    color: white;
    background-color: #2a2a2a;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input:not([type="button"], [type="radio"]):focus,
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    textarea:focus {
    outline: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="file"] {
    display: none;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    label {
    width: 100%;
    min-height: 100px;
    text-align: center;
    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;
    margin-bottom: 10px;
    background-color: #2a2a2a;
    border-left: solid 5px rgb(41, 128, 255);
    font-size: large;
    cursor: pointer;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    p {
    margin: 5px 0;
    font-weight: 600;
    font-size: larger;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    textarea {
    padding-top: 10px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="text"],
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="number"],
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="file"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="date"],
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="time"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="button"] {
    height: 40px;
    margin-left: auto;
    padding: 0 25px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .create-transmision-wrapper
    form
    input[type="radio"] {
    margin: 0;
    cursor: pointer;
  }
  .panel-channel-sec02-wrapper {
    width: 100%;
    margin-top: 50px;
    background-color: #262626;
    border-top: 2px solid #6c6c6c;
    border-bottom: 2px solid #6c6c6c;
    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;
  }
  .panel-channel-sec02-wrapper-transmisions {
    width: 85%;
  }
  .panel-channel-sec02-wrapper-transmisions .panel-channel-sec02-videosec {
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create {
    height: 250px;
    width: 100%;
    max-width: 300px;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create-box {
    border: 1px solid white;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create-box
    span {
    width: 70%;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create-box
    span:nth-of-type(2) {
    color: #ff3326;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .video-box {
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 350px;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .video-box-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
    max-width: 300px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .video-box
    h4 {
    margin: 10px 0;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .video-box
    span {
    color: #6c6c6c;
    font-size: 15px;
  }
  .panel-channel-sec03 {
    width: 100%;
    background-color: #262626;
    border-bottom: 2px solid #6c6c6c;
    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;
  }
  .panel-channel-sec03-wrapper {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel-channel-sec03-wrapper label {
    margin-bottom: 15px;
  }
  .panel-channel-sec03-wrapper textarea {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    padding-top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #262626;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 14px;
    padding: 16px;
    font-family: Verdana, Geneva, sans-serif;
  }
}

@media (min-width: 600px) {
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-color {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 430px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-color
    span {
    width: 42%;
  }
  .panel-channel-sec02-wrapper-transmisions .panel-channel-sec02-videosec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create {
    margin-left: 10px;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .video-box {
    margin-left: 10px;
  }
}

@media (min-width: 900px) {
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config
    h4 {
    width: 100%;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config
    .panel-channel-sec01-wrapper-container {
    width: 47%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config
    .config-text-wrapper {
    width: 47%;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config
    .config-text-wrapper
    .panel-channel-sec01-wrapper-config-text {
    margin-left: 0;
    width: 100%;
  }
  .panel-channel-sec02-wrapper-transmisions .panel-channel-sec02-videosec {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create {
    height: 350px;
    width: 32%;
    max-width: 300px;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create-box {
    border: 1px solid white;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .create-box
    span {
    width: 70%;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .video-box {
    width: 32%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 350px;
  }
  .panel-channel-sec02-wrapper-transmisions
    .panel-channel-sec02-videosec
    .video-box-img {
    height: 200px;
    width: 100%;
    max-width: 300px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .panel-channel-sec03-wrapper {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
  }
  ::-webkit-scrollbar-track {
    background: #464646;
    /* color of the tracking area */
  }
  ::-webkit-scrollbar-thumb {
    background-color: #969696;
    /* color of the scroll thumb */
  }
  .panel-channel-sec01 {
    max-height: calc(99vh - 290px);
    min-height: calc(99vh - 290px);
    width: 80vw;
    margin: 0;
    height: inherit;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
  }
  .panel-channel-sec01 .panel-channel-sec-change {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    top: 0;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-config-text {
    width: 60%;
  }
  .panel-channel-sec01 .panel-channel-sec-change .create-transmision-wrapper {
    width: 70%;
    max-width: none;
  }
  .fade-out {
    opacity: 0 !important;
    top: -100px !important;
  }
}

@media (min-width: 1600px) {
  .panel-channel-sec01 .panel-channel-sec-change .panel-channel-sec01-wrapper {
    max-width: 1200px;
  }
}

@media (min-width: 200px) {
  .panel-channel-sec01 {
    background: #262626;
    min-height: calc(100vh - 70px);
    color: white;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper
    form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-regulamin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-regulamin
    .tox-editor-container {
    -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    border: none;
    border-radius: 16px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-regulamin
    input,
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-regulamin
    textarea {
    height: 40px;
    -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
    border: none;
    border-radius: 16px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-regulamin
    label {
    margin-bottom: 10px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-regulamin
    textarea {
    height: 250px;
    padding-top: 15px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper
    .cta-small {
    margin-top: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 15px 0;
    font-size: 12px;
    font-style: italic;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-footer
    .panel-channel-sec01-wrapper-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper-footer
    .cta-small {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 0;
  }
}

.create-transmision-wrapper form select {
  font-size: large;
  height: 40px;
  border: none;
  border-left: solid 5px rgb(41, 128, 255);
  width: 100%;
  padding-left: 10px;
  color: white;
  background-color: #2a2a2a;
}
.create-transmision-wrapper form select:focus {
  outline: 0;
}

@media (min-width: 200px) {
  .panel-channel-sec01
    .panel-channel-sec-change
    .panel-channel-sec01-wrapper
    .informacyjna
    textarea {
    height: 400px;
    padding-top: 15px;
  }
}

.filters-wrapper form .dropdown select {
  background-color: #2a2a2a;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  height: 40px;
  border: none;
  font-size: 14px !important;
  border-left: solid 5px rgb(41, 128, 255);
  color: white;
  text-align: left !important;
  padding: 8px 8px 8px !important;
}

.filters-wrapper form .dropdown select:focus {
  outline: none;
}

@media (min-width: 200px) and (max-width: 900px) {
  /* Force table to not be like tables anymore */
  /*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
  .lista-transmisji td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .lista-transmisji td:nth-of-type(2):before {
    content: "Od";
  }
  .lista-transmisji td:nth-of-type(3):before {
    content: "Do";
  }
  .lista-transmisji td:nth-of-type(4):before {
    content: "Ilość sprzedanych";
  }
  .lista-transmisji td:nth-of-type(5):before {
    content: "Status";
  }
  .lista-transmisji td:nth-of-type(6):before {
    content: "Cena";
  }
  .lista-transmisji td:nth-of-type(7):before {
    content: "RTMP Key";
  }
  .lista-transmisji td:nth-of-type(8):before {
    content: "Akcje";
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tbody
    tr {
    margin-top: 20px;
    padding: 30px 15px 10px 15px;
    background: #2a2a2a;
    width: 85vw;
    max-width: 500px;
    box-shadow: 0px 1px 2px black;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tbody
    tr
    td {
    margin-top: 20px;
    font-size: 130%;
    padding-bottom: 10px;
  }
}

[data-tooltip] {
  position: relative;
  text-decoration: none;
  width: auto;
  height: auto;
}

[data-tooltip]:hover:before,
[data-tooltip]:focus:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-tooltip]:hover:after,
[data-tooltip]:focus:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px) rotate(45deg);
  transform: translate(-50%, -10px) rotate(45deg);
}

[data-tooltip]:before {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  content: attr(data-tooltip);
  bottom: 100%;
  left: 50%;
  padding: 0.25em 0.5em;
  font-size: 0.7em;
  line-height: 1.7em;
  background-color: rgb(41, 128, 255);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  font-size: large;
  font-size: 600;
}

[data-tooltip]:after {
  position: absolute;
  z-index: 3;
  display: block;
  bottom: 100%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(41, 128, 255);
  margin-bottom: -4px;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip].break:before {
  white-space: normal;
  width: 360px;
}

@media (min-width: 900px) {
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table {
    width: 65vw;
    max-width: 70vw;
    border-collapse: separate;
    border-spacing: 0 15px;
  }
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table td,
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table th {
    padding: 15px;
    text-align: left;
    margin-top: 15px;
  }
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table tr {
    background: #2a2a2a;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th {
    background-color: #242424;
    color: white;
    border: 0;
    border: solid 3px #474747;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label
    svg {
    margin-left: 10px;
    width: 14px;
    height: 14px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label
    span {
    margin-left: 10px;
    width: 14px;
    height: 14px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th:first-child {
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th:last-child {
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    td:first-child {
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    td:last-child {
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table {
    font-size: 22px;
    border-spacing: 0 25px;
  }
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table td,
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table th {
    padding: 25px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label
    svg {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label
    span {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table {
    font-size: 32px;
    border-spacing: 0 45px;
  }
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table td,
  .panel-channel-sec01 .panel-channel-sec-change .transakcje-wrapper table th {
    padding: 45px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label,
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    td
    label {
    font-size: 32px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label
    svg,
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    td
    label
    svg {
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    th
    label
    span,
  .panel-channel-sec01
    .panel-channel-sec-change
    .transakcje-wrapper
    table
    tr
    td
    label
    span {
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }
}

.copywriter-panel-create-news {
  width: 90%;
  max-width: 600px;
  padding: 5% 0 10% 0;
  margin: 0 auto;
}

.copywriter-panel-create-news h2 {
  text-align: center;
  margin-bottom: 50px;
}

.copywriter-panel-create-news form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.copywriter-panel-create-news form h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.copywriter-panel-create-news form input:not([type="radio"], [type="button"]),
.copywriter-panel-create-news form label,
.copywriter-panel-create-news form .tox-editor-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
  border-left: solid 5px rgb(41, 128, 255);
  background-color: #2a2a2a;
  color: white;
}

.copywriter-panel-create-news
  form
  input:not([type="radio"], [type="button"]):focus {
  outline: 0;
}

.blog-form {
  display: flex;
}

.radio-templates {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.radio-template-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.radioButton {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  appearance: none;
  border: 0.2rem solid #fff;
  background-color: gray;
  border-radius: 50%;
}

.radioButton:focus-visible {
  outline-offset: 0;
}

.radioButton {
  outline: 3px solid gray;
}

.radioButton:hover {
  outline-color: red;
}

.radioButton:checked {
  outline-color: red;
  background-color: red;

  animation: outline-checked;
  animation-duration: 0.1s;
  animation-iteration-count: 4;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes outline-checked {
  0% {
    outline-offset: 0;
  }

  100% {
    outline-offset: -0.4rem;
  }
}

.copywriter-panel-create-news form .news-title {
  height: 40px;
}

.copywriter-panel-create-news form .news-main-photo-input {
  display: none;
}

.copywriter-panel-create-news form .news-main-photo-label {
  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;
  height: 100px;
}

.copywriter-panel-create-news form .tox {
  width: 100%;
  border: none;
}

.copywriter-panel-create-news form .news-content {
  padding-top: 10px;
}

.copywriter-panel-create-news form .submit-cta {
  margin-top: 25px;
}

.copywriter-panel-create-news form select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding-left: 20px;
  margin: 1rem 0;
  border: none;
  border-left: solid 5px rgb(41, 128, 255);
  color: white;
  background-color: #2a2a2a;
  font-size: large;
}

.copywriter-panel-create-news form select:focus {
  outline: 0;
}

@media (min-width: 1200px) {
  .copywriter-panel-create-news h2 {
    text-align: center;
  }
  .copywriter-panel-create-news form .submit-cta {
    width: 25%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 1900px) {
  .copywriter-panel-create-news {
    max-width: 900px;
  }
  .copywriter-panel-create-news form input:not([type="submit"]),
  .copywriter-panel-create-news form label,
  .copywriter-panel-create-news form .tox-editor-container {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.copywriter-panel-create-event {
  width: 90%;
  max-width: 600px;
  padding: 5% 0 10% 0;
  margin: 0 auto;
}

.copywriter-panel-create-event h2 {
  text-align: center;
}

.copywriter-panel-create-event form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.addplaycheck {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

.addplaycheck input {
  border: 0;
  border-left: solid 5px rgb(41, 128, 255);
  outline: 0;
  color: white;
  background-color: #2a2a2a;
  margin-bottom: 20px;
  padding: 3px 8px;
}

.addplaycheck input:focus {
  outline: 0;
}

.addplaycheck label {
  justify-content: flex-start;
  margin-bottom: 2%;
}

.acc-sec01-wrapper form input:not([type="button"]):focus {
  outline: 0;
}

.copywriter-panel-create-event form input:not([type="button"]) {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0 0 !important;
  border: none;
  border-left: solid 5px rgb(41, 128, 255);
  color: white;
  background-color: #2a2a2a;
}

.copywriter-panel-create-event form input:not([type="button"]):focus {
  outline: 0;
}

.copywriter-panel-create-event form .date-time-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copywriter-panel-create-event form .date-time-wrapper input {
  width: 48%;
}

.copywriter-panel-create-event form .submit-cta {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .copywriter-panel-create-event h2 {
    text-align: center;
  }
  .copywriter-panel-create-event form .submit-cta {
    width: 33%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .copywriter-panel-create-event form .date-time-wrapper input {
    width: 49%;
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .lista-aktualnosci-copywriter td:nth-of-type(1):before {
    content: "Nazwa";
  }
  .lista-aktualnosci-copywriter td:nth-of-type(2):before {
    content: "Data dodania";
  }
  .lista-aktualnosci-copywriter td:nth-of-type(3):before {
    content: "Kategoria";
  }
  .lista-aktualnosci-copywriter td:nth-of-type(4):before {
    content: "Status";
  }
  .lista-aktualnosci-copywriter td:nth-of-type(5):before {
    content: "Wyświetlenia";
  }
  .lista-aktualnosci-copywriter td:nth-of-type(6):before {
    content: "Akcje";
  }
}

.modal .calendar-modal {
  width: 90%;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal .calendar-modal .close-svg {
  width: 26px;
  height: 26px;
}

.modal .calendar-modal-inside {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: 80%;
  padding-bottom: 50px;
}

.modal .calendar-modal-inside-header {
  width: 100%;
  border-bottom: 1px solid #2a2a2a;
}

.modal .calendar-modal-inside-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .calendar-modal-inside-body svg {
  width: 15%;
  height: auto;
  fill: #2980ff;
}

.modal .calendar-modal-inside-body .wydarzenie {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
}

.modal .calendar-modal-inside-body .wydarzenie .time {
  font-weight: 300;
}

@media (min-width: 800px) {
  .modal .calendar-modal h3 {
    font-size: 30px;
  }
  .modal .calendar-modal-inside-body {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  #myCalendar {
    display: none;
  }
}

.modal .green {
  background-color: #35eb52;
}

.modal .green:hover {
  background-color: #1be43c;
}

.modal .light-green {
  background-color: #bbf441;
}

.modal .light-green:hover {
  background-color: #acfc00;
}

.modal .red {
  background-color: #fe4f4f;
}

.modal .red:hover {
  background-color: #fc2828;
}

.modal .orange {
  background-color: #ffa826;
}

.modal .orange:hover {
  background-color: #ff9b06;
}

.modal .yellow {
  background-color: #ffd645;
}

.modal .yellow:hover {
  background-color: #f5c721;
}

.modal .blue {
  background-color: #5bd8ff;
}

.modal .blue:hover {
  background-color: #1cc4f7;
}

.modal .purple {
  background-color: #9c9aff;
}

.modal .purple:hover {
  background-color: #706dfd;
}

.modal .button-container {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin-left: 5px;
}

.modal .button-container svg {
  margin: auto;
  width: inherit;
  height: inherit;
  color: white;
  pointer-events: none;
}

.modal .button-container a {
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.modal .button-container:first-child {
  margin-left: 0;
}

.modal .edit-kanal {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25%;
}

.modal .edit-kanal .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}

.modal .edit-kanal .inside .close-svg {
  height: 26px;
  width: 26px;
  margin-left: auto;
  cursor: pointer;
}

.modal .edit-kanal .inside h2 {
  text-align: center;
}

.modal .edit-kanal .inside input:focus {
  outline: none;
}

.modal .edit-kanal .inside input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: none;
  border-left: 5px solid rgb(41, 128, 255);
  background-color: #2a2a2a;
  color: white;
  width: 100%;
  padding: 3px 8px;
}

.modal .edit-kanal .inside textarea {
  color: white;
  background-color: #2a2a2a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-left: 5px solid rgb(41, 128, 255);
  padding: 3px 8px;
  padding-top: 6px;
  width: 100%;
  resize: vertical;
  height: auto;
  border-radius: 0;
  resize: none;
  height: 160px;
}

.modal .edit-kanal .inside textarea:focus {
  outline: 0;
}

.modal .edit-kanal .inside .box_for_boxes {
  width: 100%;
}

.modal .edit-kanal .inside .box_for_boxes .box_for_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal .edit-kanal .inside .box_for_boxes .box_for_date input {
  width: 48%;
}

@media (min-width: 1200px) {
  .modal .edit-kanal {
    padding: 40px;
    margin-bottom: 15%;
  }
  .modal .edit-kanal button {
    width: auto;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .modal .button-container {
    width: 33px;
    height: 33px;
  }
  .modal .button-container a {
    width: 23px;
    height: 23px;
  }
  .modal .edit-kanal .inside {
    font-size: 20px;
  }
  .modal .edit-kanal .inside .close-svg {
    height: 35px;
    width: 35px;
  }
  .modal .edit-kanal .inside .header .tr {
    margin-top: 20px;
  }
  .modal .edit-kanal .inside .channels,
  .modal .edit-kanal .inside .transmissions {
    max-height: 72px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .modal .button-container {
    width: 38px;
    height: 38px;
  }
  .modal .button-container a {
    width: 28px;
    height: 28px;
  }
  .modal .edit-kanal {
    padding: 40px;
  }
  .modal .edit-kanal .inside {
    font-size: 25px;
  }
  .modal .edit-kanal .inside .close-svg {
    height: 45px;
    width: 45px;
  }
  .modal .edit-kanal .inside .header .tr {
    margin-top: 30px;
  }
  .modal .edit-kanal .inside .channels,
  .modal .edit-kanal .inside .transmissions {
    max-height: 90px;
  }
}

.modal .green {
  background-color: #35eb52;
}

.modal .green:hover {
  background-color: #1be43c;
}

.modal .light-green {
  background-color: #bbf441;
}

.modal .light-green:hover {
  background-color: #acfc00;
}

.modal .red {
  background-color: #fe4f4f;
}

.modal .red:hover {
  background-color: #fc2828;
}

.modal .orange {
  background-color: #ffa826;
}

.modal .orange:hover {
  background-color: #ff9b06;
}

.modal .yellow {
  background-color: #ffd645;
}

.modal .yellow:hover {
  background-color: #f5c721;
}

.modal .blue {
  background-color: #5bd8ff;
}

.modal .blue:hover {
  background-color: #1cc4f7;
}

.modal .purple {
  background-color: #9c9aff;
}

.modal .purple:hover {
  background-color: #706dfd;
}

.modal .button-container {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin-left: 5px;
}

.modal .button-container svg {
  margin: auto;
  width: inherit;
  height: inherit;
  color: white;
  pointer-events: none;
}

.modal .button-container a {
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.modal .button-container:first-child {
  margin-left: 0;
}

.modal .lista {
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.modal .lista .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}

.modal .lista .inside .close-svg {
  height: 26px;
  width: 26px;
  margin-left: auto;
  cursor: pointer;
}

.modal .lista .inside h5 {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .lista .inside h5 .arrows {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.modal .lista .inside .header {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal .lista .inside .header .box {
  border-bottom: 1px solid black;
  padding-bottom: 3%;
}

.modal .lista .inside .header .tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 10px;
  overflow-wrap: anywhere;
}

.modal .lista .inside .header .tr .left {
  width: 40%;
}

.modal .lista .inside .header .tr .right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .lista .inside .header .tr .right svg {
  width: 7px;
  height: 7px;
  margin-right: 7px;
}

.modal .lista .inside .header .tr .confirmed {
  color: #4ede61;
}

.modal .lista .inside .header .tr .pending {
  color: #e7993f;
}

.modal .lista .inside .header .tr .error {
  color: #ff3326;
}

.modal .lista .inside .slide {
  display: none;
}

.modal .lista .inside .channels,
.modal .lista .inside .transmissions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 51px;
  overflow-y: scroll;
}

@media (min-width: 900px) {
  .modal .lista {
    width: 60%;
  }
}

@media (min-width: 1600px) {
  .modal .lista {
    width: 40%;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .modal .button-container {
    width: 33px;
    height: 33px;
  }
  .modal .button-container a {
    width: 23px;
    height: 23px;
  }
  .modal .lista .inside {
    font-size: 20px;
  }
  .modal .lista .inside .close-svg {
    height: 35px;
    width: 35px;
  }
  .modal .lista .inside .header .tr {
    margin-top: 20px;
  }
  .modal .lista .inside .header .tr .right svg {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .modal .lista .inside .channels,
  .modal .lista .inside .transmissions {
    max-height: 72px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .modal .button-container {
    width: 38px;
    height: 38px;
  }
  .modal .button-container a {
    width: 28px;
    height: 28px;
  }
  .modal .lista {
    padding: 40px;
  }
  .modal .lista .inside {
    font-size: 25px;
  }
  .modal .lista .inside .close-svg {
    height: 45px;
    width: 45px;
  }
  .modal .lista .inside .header .tr {
    margin-top: 30px;
  }
  .modal .lista .inside .header .tr .right svg {
    width: 13px;
    height: 13px;
    margin-right: 13px;
  }
  .modal .lista .inside .channels,
  .modal .lista .inside .transmissions {
    max-height: 90px;
  }
}

.modal .close-svg {
  height: 26px;
  width: 26px;
  margin-left: auto;
  cursor: pointer;
}

.modal .green {
  background-color: #35eb52;
}

.modal .green:hover {
  background-color: #1be43c;
}

.modal .light-green {
  background-color: #bbf441;
}

.modal .light-green:hover {
  background-color: #acfc00;
}

.modal .red {
  background-color: #fe4f4f;
}

.modal .red:hover {
  background-color: #fc2828;
}

.modal .orange {
  background-color: #ffa826;
}

.modal .orange:hover {
  background-color: #ff9b06;
}

.modal .yellow {
  background-color: #ffd645;
}

.modal .yellow:hover {
  background-color: #f5c721;
}

.modal .blue {
  background-color: #5bd8ff;
}

.modal .blue:hover {
  background-color: #1cc4f7;
}

.modal .purple {
  background-color: #9c9aff;
}

.modal .purple:hover {
  background-color: #706dfd;
}

.modal .button-container {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin-left: 5px;
}

.modal .button-container svg {
  margin: auto;
  width: inherit;
  height: inherit;
  color: white;
  pointer-events: none;
}

.modal .button-container a {
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.modal .button-container:first-child {
  margin-left: 0;
}

.modal .podglad {
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.modal .podglad a {
  color: #1e79ff !important;
  cursor: pointer;
}

.modal .podglad .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}

.modal .podglad .inside h5 {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .podglad .inside h5 .arrows {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.modal .podglad .inside .header {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal .podglad .inside .header .tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 10px;
  overflow-wrap: anywhere;
}

.modal .podglad .inside .header .tr .left {
  width: 40%;
}

.modal .podglad .inside .header .tr .right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .podglad .inside h5 {
  cursor: pointer;
}

.modal .podglad .inside .slide {
  display: none;
}

.modal .podglad .inside .channels,
.modal .podglad .inside .transmissions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 87px;
  overflow-y: scroll;
}

.modal .podglad .inside .channels span,
.modal .podglad .inside .transmissions span {
  margin-top: 5px;
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .modal .close-svg {
    height: 35px;
    width: 35px;
  }
  .modal .button-container {
    width: 33px;
    height: 33px;
  }
  .modal .button-container a {
    width: 23px;
    height: 23px;
  }
  .modal .podglad .inside {
    font-size: 20px;
  }
  .modal .podglad .inside .header .tr {
    margin-top: 20px;
  }
  .modal .podglad .inside .channels,
  .modal .podglad .inside .transmissions {
    max-height: 136px;
  }
  .modal .podglad .inside .channels span,
  .modal .podglad .inside .transmissions span {
    margin-top: 10px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .modal .close-svg {
    height: 45px;
    width: 45px;
  }
  .modal .button-container {
    width: 38px;
    height: 38px;
  }
  .modal .button-container a {
    width: 28px;
    height: 28px;
  }
  .modal .podglad {
    padding: 40px;
  }
  .modal .podglad .inside {
    font-size: 25px;
  }
  .modal .podglad .inside .header .tr {
    margin-top: 30px;
  }
  .modal .podglad .inside .channels,
  .modal .podglad .inside .transmissions {
    max-height: 180px;
  }
  .modal .podglad .inside .channels span,
  .modal .podglad .inside .transmissions span {
    margin-top: 15px;
  }
}

.modal .statystyki {
  padding: 20px;
  width: 90%;
  margin-bottom: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal .statystyki h3 {
  margin-top: 0;
}

.modal .statystyki .filters-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.modal .statystyki .filters-wrapper form input {
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2a2a2a;
  height: 40px;
  margin: 8px 0;
  border: none;
  outline: 0;
  color: white;
  border-left: 5px solid rgb(41, 128, 255);
}

.modal .statystyki .filters-wrapper form input:active {
  outline: 0;
}

.modal .statystyki .filters-wrapper form .dropdown {
  width: 48%;
}

.modal .statystyki .filters-wrapper form .dropdown select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 0 !important;
}

.modal .statystyki .filters-wrapper form button {
  max-height: 40px;
  margin: 8px 0;
  width: 48%;
}

.modal .statystyki .data-wrapper div {
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal .statystyki #myChart {
  min-height: 40vh !important;
}

@media (min-width: 900px) {
  .modal .statystyki {
    width: 60%;
  }
  .modal .statystyki #myChart {
    min-height: 0;
  }
}

@media (min-width: 1200px) {
  .modal .statystyki {
    padding: 40px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .modal .statystyki {
    width: 50%;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .modal .statystyki {
    width: 40%;
  }
}

#edit-news {
  width: 100%;
}

#edit-news h2 {
  text-align: center;
}

#edit-news form input:not([type="button"]) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
  box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
  border: none;
  margin-bottom: 1rem;
}

#edit-news form .news-main-photo-input {
  display: none;
}

#edit-news form label img {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

#edit-news form .tox {
  border: none;
}

#edit-news form .tox-editor-container {
  -webkit-box-shadow: #bfbfbf 7px 7px 12px 0px inset,
    white -7px -7px 12px 0px inset;
  box-shadow: #bfbfbf 7px 7px 12px 0px inset, white -7px -7px 12px 0px inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
  border-radius: 16px;
}

#edit-news form select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  -webkit-box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
  box-shadow: inset 7px 7px 12px #bfbfbf, inset -7px -7px 12px #ffffff;
  border: none;
  margin-bottom: 1rem;
  padding-left: 20px;
}

#edit-news form .submit-cta {
  margin-left: auto;
  display: block;
}

.transakcje-wrapper .searching form {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 0;
}

.transakcje-wrapper .searching form svg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  right: 20px;
  fill: #979797;
}

.transakcje-wrapper .searching form input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  border: 2px solid rgb(41, 128, 255);
  color: white;
}

.transakcje-wrapper .searching form input:focus {
  outline: none;
}

.close-svg {
  display: block;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .transakcje-wrapper .searching form {
    width: 30%;
  }
  .transakcje-wrapper .searching form input {
    width: 100%;
  }
}

input [type="button"] {
  color: white !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
  padding-right: 15px;
}

input,
textarea {
  font-family: "Inter", sans-serif;
  padding-left: 15px;
  background: transparent;
  border: solid 2px #979797;
}

textarea {
  resize: none;
}

main {
  position: relative;
}

button {
  font-family: "Inter", sans-serif;
}

button:hover {
  cursor: pointer;
}

body {
  background: #202020;
  margin: 80px 0 65px 0;
  /* margin-top == sticky-header.height  and  margin-bottom == sticky-bottom-bar.height */
  padding: 0;
  overflow-x: hidden;
  color: #fff;
}

body h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

body h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

body h5,
body .adv-contact {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
}

body h5 {
  text-align: center;
}

body p,
body input {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

body ul,
body li {
  font-size: 14px;
}

body a {
  font-size: 13px;
  text-decoration: none;
}

section {
  width: 100%;
  margin: 0 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

li.active {
  font-weight: 500;
  color: #2980ff;
  background-color: #262626;
}

.owl-dot span {
  background: #2980ff !important;
}

.owl-dot.active span {
  background: white !important;
}

.owl-nav {
  position: absolute;
  z-index: 100;
  /* background-color: red; */
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-nav .prev-slide {
  position: absolute;
  left: -25px;
}

.owl-nav .next-slide {
  position: absolute;
  right: -25px;
}

.paddingClass {
  padding-top: 30px;
}

.slider-sec,
.slider-sec-desktop {
  margin-bottom: 30px;
}

.slider-sec-container,
.slider-sec-desktop-container {
  width: 90%;
  margin: 0 auto;
}

.slider-sec-container {
  margin-bottom: 30px;
}

.slider-sec-container a,
.slider-sec-desktop-container a {
  color: #0148ff;
}

.slider-sec-container .row {
  margin-top: 20px;
}

.slider-sec-container .row .item,
.slider-sec-desktop-container .row .item {
  background-color: white;
  color: black;
  width: 100%;
  height: 350px;
  -webkit-box-shadow: 3px 3px 6px black;
  box-shadow: 3px 3px 6px black;
  background-color: #262626 !important;
}

.slider-sec-container .row .item h5,
.slider-sec-desktop-container .row .item h5 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #dedfe0;
  font-size: initial;
}

@media (max-width: 1200px) {
  .extra-text-des {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.slider-sec-container .row .item p,
.slider-sec-desktop-container .row .item p {
  margin-top: 0;
}

.slider-sec-container .row .item .desc,
.slider-sec-desktop-container .row .item .desc {
  margin: 0;
  overflow: hidden;
  width: 100%;
  color: #dedfe0;
}

.slider-sec-container .row .item .category,
.slider-sec-container .row .item .date,
.slider-sec-desktop-container .row .item .category,
.slider-sec-desktop-container .row .item .date {
  color: #c9c9c9 !important;
  margin-bottom: 0;
  margin-left: 0;
}

.slider-sec-container .row .item img,
.slider-sec-desktop-container .row .item img {
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-sec-container .row .item .slider-text,
.slider-sec-desktop-container .row .item .slider-text {
  height: 50%;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px;
}

.slider-sec-container .row .item .slider-box-mobile,
.slider-sec-desktop-container .row .item .slider-box-mobile {
  width: 45%;
}

.slider-sec-container .row .owl-dots,
.slider-sec-desktop-container .row .owl-dots {
  margin-bottom: 36px;
}

.slider-sec-container .row .mobile-flex,
.slider-sec-desktop-container .row .mobile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slider-sec-mobile {
  margin: 10px 0;
}

.slider-sec-mobile-container {
  width: 90%;
  margin: 0 auto;
}

.slider-sec-mobile-container h1 {
  margin-bottom: 10px;
}

.slider-sec-mobile-container .row {
  margin-top: 20px;
}

.slider-sec-mobile-container .row .item {
  color: white;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
}

.slider-sec-mobile-container .row .item h5 {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  max-height: 51px;
}

.slider-sec-mobile-container .row .item p {
  font-size: 11px;
  margin-top: 0;
}

.slider-sec-mobile-container .row .item .desc {
  margin: 0;
  line-height: 0.9rem;
  overflow: hidden;
  height: 3.7rem;
}

.slider-sec-mobile-container .row .item .date {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 12px;
  margin-top: 10px;
}

.slider-sec-mobile-container .row .item span {
  font-size: 16px;
}

.slider-sec-mobile-container .row .item img {
  height: 15vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 2px 2px 4px black;
  box-shadow: 2px 2px 4px black;
}

.slider-sec-mobile-container .row .item .slider-text {
  height: 45%;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0;
}

.slider-sec-mobile-container .row .item .slider-box-mobile {
  width: 49%;
}

.slider-sec-mobile-container .row .owl-dots {
  margin-bottom: 26px;
}

.slider-sec-desktop {
  display: none;
}

.category-sec {
  width: 90%;
}

.category-sec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 40vh;
}

@media (max-width: 1200px) {
  .category-sec .row {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.category-sec .row .item {
  -webkit-box-shadow: 2px 2px 4px black;
  box-shadow: 2px 2px 4px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 47%;
  height: 47%;
  color: #fff;
  text-decoration: none;
}

.category-sec .row .item h5 {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .category-sec .row .item h5 {
    font-size: initial;
  }
}

.register-wrapper {
  margin-bottom: 15% !important;
}

.blur-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.grey-sec {
  padding: 20px 0;
}

.grey-sec-cnt {
  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;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 85%;
  max-width: 900px;
}

.grey-sec-cnt h1 {
  font-size: 32px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.result-list {
  display: none;
  position: absolute;
  right: 10px;
  top: -15px;
  width: 250px;
  height: 50vh;
  font-size: 16px;
  -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;
}

.result-list .result {
  width: 100%;
  height: 65px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
}

.result-list .result .success {
  background-color: #4ede61;
}

.result-list .result .error {
  background-color: #ea4343;
}

.result-list .result span {
  min-height: 40px;
  width: calc(100% - 20px);
  color: #2a2a2a;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  background-color: #0148ff;
}

.result-list .result-bar {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  height: 5px;
  -webkit-transition: linear 5s;
  transition: linear 5s;
}

.result-list .hidden {
  width: 0;
}

.nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 25%;
}

.nav-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 25%;
}

.channels-nav-sec {
  width: 100%;
  margin: 20px auto;
  /* max-width: 2000px; */
  max-height: 300px !important;
}

.channels-nav-sec-container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.channels-nav-sec-container .nav,
.channels-nav-sec-container select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  height: 35px !important;
  margin: 5px 0 5px 0;
  border: solid 2px rgb(41, 128, 255);
  color: white;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.channels-nav-sec-container select {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  text-align: center;
}

.channels-nav-sec-container form {
  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: 100%;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 10px 0;
  border: 2px solid rgb(41, 128, 255);
}

.channels-nav-sec-container form input {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  outline: none;
  border: none;
  color: #fff;
}

.channels-nav-sec-container form button {
  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: 50px;
  height: 100%;
  background-color: transparent;
  border: none;
}

.video-sec {
  width: 100%;
}

.video-sec-container {
  width: 90%;
  margin: 0 auto;
}

.video-sec-container .video-container {
  display: flex;
  width: 100%;
}

.video-sec-container .video-container .video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.video-sec-container
  .video-container
  .video-wrapper
  .new-channel-container
  .plus-add-video {
  font-size: 24px !important;
  text-align: center !important;
}

@media (min-width: 200px) {
  .video-sec-container
    .video-container
    .video-wrapper
    .new-channel-container
    p {
    font-weight: 600;
  }
}

@media (min-width: 600px) {
  .video-sec-container .video-container {
    width: 43.5vw;
  }

  .video-sec-container
    .video-container
    .video-wrapper
    .new-channel-container
    p.plus-add-video {
    font-size: 32px !important;
  }

  .video-sec-container
    .video-container
    .video-wrapper
    .new-channel-container
    p.add-new-video {
    font-size: 24px !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 900px) {
  .video-sec-container .video-container {
    width: 31.5%;
  }
}

@media (min-width: 1200px) {
  .video-sec-container .video-container {
    width: 24%;
  }

  .video-sec-container
    .video-container
    .video-wrapper
    .new-channel-container
    p.plus-add-video {
    font-size: 38px !important;
  }

  .video-sec-container
    .video-container
    .video-wrapper
    .new-channel-container
    p.add-new-video {
    font-size: 30px !important;
    line-height: 2.5rem !important;
  }
}

.addNewChannel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-weight: 600;
  background-color: #404040 !important;
}
.addNewChannel:hover {
  cursor: pointer;
  outline: 1px solid rgb(41, 128, 255);
}

.video-sec-container .video-wrapper {
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #262626;
}

.video-sec-container .video-wrapper a {
  color: #6c6c6c;
}

.video-sec-container .video-wrapper a.nav-sub,
.video-sec-container .video-wrapper a select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px !important;
  margin: 5px 0 5px 0;
  background-color: #2980ff;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10%;
}

.video-sec-container .video-wrapper a.nav-sub:hover,
.video-sec-container .video-wrapper a select:hover {
  -webkit-box-shadow: 0 0 0.4rem #2980ff;
  box-shadow: 0 0 0.4rem #2980ff;
  text-shadow: 0 0 0.1rem #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.video-sec-container .video-wrapper a.active {
  width: 55%;
  border: solid 2px #2980ff;
  background-color: #fff;
  color: #2980ff;
}

.video-sec-container .video-wrapper a.active:hover {
  text-shadow: 0 0 0.1rem #2980ff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.video-sec-container .video-wrapper a .span-video {
  color: black;
  font-size: 10px;
  padding: 2px 0 15px 0;
}

.video-sec-container .video-wrapper a .span-video-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4% 0 4% 0;
  text-decoration: underline;
}

.video-sec-container .video-wrapper a .span-video-channels.my-channels {
  padding: 0 0 5% 0;
}

.video-sec-container .video-wrapper a .span-video span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-sec-container .video-wrapper a .span-video span.grey {
  color: #c9c9c9 !important;
  font-weight: 600;
}

.video-sec-container .video-wrapper a .span-video span.category {
  color: #c9c9c9 !important;
  font-weight: 500;
  text-decoration: underline;
}

.video-sec-container-event .video-wrapper-event .img-wrapper-channels,
.video-sec-container .video-wrapper a .img-wrapper-channels {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-sec-container-event .video-wrapper-event .img-wrapper-channels img,
.video-sec-container .video-wrapper a .img-wrapper-channels img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-sec-container .video-wrapper .img-wrapper {
  position: relative;
  width: 100%;
  height: calc(85vw / 1.77);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #2a2a2a;
}

.video-sec-container .video-wrapper .img-wrapper object {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
}

.video-sec-container .video-wrapper .img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.video-sec-container .video-wrapper .img-wrapper .sub-btn {
  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: 120px;
  height: 40px;
  background: #fff;
  color: #fff;
}

.video-sec-container .video-wrapper .img-wrapper .active-sub {
  background: #ff3326;
  color: #fff;
  font-size: 20px;
  width: 40px;
}

.video-sec-container .video-wrapper .video-container-center {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
}

.video-sec-container .video-wrapper .video-container-center-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}

.video-sec-container
  .video-wrapper
  .video-container-center-channels.my-channels {
  padding: 15% 0 19% 0;
}

.video-sec-container .video-wrapper .video-container-center-channels a {
  text-align: center;
}

.video-sec-container
  .video-wrapper
  .video-container-center-channels
  a
  span.subs {
  color: #2a2a2a;
  display: block;
  margin: 2% 0 5% 0;
}

.video-sec-container .video-wrapper h5 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 2% 0 2% 0;
  color: #dedfe0;
}

.video-sec-container .video-wrapper h5.news {
  margin: 7% 0 0 0;
  color: #dedfe0;
  text-align: left;
}

.video-sec-container .video-wrapper h5.channels {
  font-size: 20px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #dedfe0;
}

.video-sec-container .video-wrapper h5.my-subs {
  margin: 6% 0 5% 0;
}

.video-sec-container .video-wrapper p {
  width: 100%;
  overflow: hidden;
  color: black;
}

.video-sec-container .video-wrapper p.white {
  align-items: center;
  gap: 15px;
  padding-top: 6px;
  color: #9d9d9d;
}

.video-sec-container .video-wrapper p.category {
  color: #6c6c6c !important;
  text-decoration: underline;
}

.video-sec-container .video-wrapper p.description {
  font-weight: 500;
}

.video-sec-container .video-wrapper i {
  font-size: 15px;
}

.video-sec-container .search-box {
  width: auto;
  font-weight: 600;
  height: auto;
}

.video-sec-container .cloned {
  opacity: 0;
  cursor: context-menu;
}

.adv-sec-01 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 50px 0;
  background: #262626;
}

.adv-prop {
  padding: 80px 8%;
  background: #262626;
  width: 100%;
  margin: 30px 0 30px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.adv-contact {
  color: #2980ff;
}

.adv-sec-02 {
  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;
  height: 300px;
  background: rgba(255, 255, 255, 0.5);
}

.adv-sec-03 {
  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;
  height: 500px;
  background: rgba(255, 255, 255, 0.5);
}

.pkt {
  margin: 1.5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nr {
  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;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.submit-cta {
  background-color: rgb(41, 128, 255);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: none;
  transition: none;
  border: none;
  color: white;
}

.submit-cta:hover {
  cursor: pointer;
}

.new-main-header {
  text-align: center;
  padding: 0.5% 0;
}

.big-brand-sec {
  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;
  position: relative;
  min-height: 554px;
  padding: 0 !important;
  border-bottom: solid 5px #262626;
}

.big-brand-sec .left-img {
  position: absolute;
  left: 0;
  z-index: 0;
}

.big-brand-sec .camera-img {
  display: none;
}

.big-brand-sec-cont {
  position: absolute;
  z-index: 1;
}

.big-brand-sec-cont h1 {
  font-size: 32px;
}

.big-brand-sec-cont .big-brand-btn {
  padding: 10px 0;
  margin: 20px 0 0 0;
  width: 269px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.modal {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 12vh;
  /* Location of the box */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.664);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: rgb(48, 48, 48);
  margin: auto;
  padding: 20px;
  border: 5px solid #262626;
  width: 90%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white !important;
  box-shadow: 2px 2px 20px black;
}

.modal-content-header-new {
  width: 100%;
}

.modal-content-header {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.modal-content-header h1 {
  margin: 0 0 10px 0;
}

.modal-content-header a {
  color: #ff3326;
  font-size: 14px;
}

.modal-content p {
  margin: 15px auto 15px auto;
  width: 80%;
}

.modal-content .login {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-content .login .validation-tooltip {
  margin-top: 4%;
  position: relative;
  background: red;
  padding: 5px;
  color: white;
  font-size: 0.8rem;
  display: none;
  max-width: 70%;
  text-align: center;
}

.modal-content .login .visible {
  display: block !important;
}

.modal-content .login-input-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.modal-content .login-input-wrapper .visible {
  display: block !important;
}

.modal-content .login-input-wrapper .validation-tooltip {
  position: absolute;
  left: 10%;
  margin-top: 0;
  background: red;
  padding: 5px;
  color: white;
  font-size: 0.8rem;
  display: none;
}

.modal-content .login input[type="text"],
.modal-content .login input[type="password"],
.modal-content .login input[type="mail"],
.modal-content .login input[type="number"],
.modal-content .login input[type="tel"] {
  color: white;
  padding: 5px 15px;
  height: 40px;
  font-size: 16px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #262626;
  border: none;
  color: #262626;
  width: 80%;
  border-left: 5px solid rgb(41, 128, 255);
}

.modal-content .login input[type="text"]:focus,
.modal-content .login input[type="password"]:focus,
.modal-content .login input[type="mail"]:focus,
.modal-content .login input[type="tel"]:focus {
  outline: none;
}

.modal-content .login .modal-content-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
  width: 80%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-content .login .modal-content-checkbox label {
  margin-left: 6px;
}

.modal-content .login .modal-content-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}

.modal-content .login .modal-content-submit a {
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
}

.modal-content .login .modal-content-submit input[type="button"],
.modal-content .login .modal-content-submit input[type="submit"] {
  padding: 8px 25px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1e79ff),
    to(#0148ff)
  );
  background: linear-gradient(to right, #1e79ff, #0148ff);
  color: white;
  border: 0;
  margin-left: 20px;
  display: table;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.modal-content .login .modal-content-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin-top: 30px;
}

.modal-content .login .modal-content-login span {
  color: #2a2a2a;
  font-weight: 600;
  margin-right: 20px;
}

.modal-content .login .modal-content-login svg {
  width: 25px;
  height: 25px;
  background-color: white;
  padding: 5px;
  cursor: pointer;
  margin-left: 10px;
}

.modal-content .register {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-content .register-input-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.modal-content .register-input-wrapper .validation-tooltip {
  position: absolute;
  left: 10%;
  background: red;
  padding: 5px;
  color: white;
  font-size: 0.8rem;
  display: none;
}

.modal-content .register-input-wrapper .visible {
  display: block;
}

.modal-content .register-input-wrapper select,
.modal-content .register-input-wrapper input[type="text"],
.modal-content .register-input-wrapper input[type="password"],
.modal-content .register-input-wrapper input[type="mail"],
.modal-content .register-input-wrapper input[type="number"],
.modal-content .register-input-wrapper input[type="tel"] {
  color: #5b5b5c;
  padding: 5px 15px;
  height: 40px;
  font-size: 16px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #262626;
  border: none;
  color: #262626;
  width: 80%;
  border-left: 5px solid rgb(41, 128, 255);
}

.modal-content .register-input-wrapper select:focus,
.modal-content .register-input-wrapper input[type="text"]:focus,
.modal-content .register-input-wrapper input[type="password"]:focus,
.modal-content .register-input-wrapper input[type="mail"]:focus,
.modal-content .register-input-wrapper input[type="number"]:focus,
.modal-content .register-input-wrapper input[type="tel"]:focus {
  outline: none;
}

.modal-content .register .modal-content-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
  color: #6c6c6c;
  width: 80%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-content .register .modal-content-checkbox label {
  margin-left: 6px;
  color: white;
}

.modal-content .register .modal-content-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}

.modal-content .register .modal-content-submit a {
  color: #6c6c6c;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
}

.modal-content .register .modal-content-submit input[type="button"] {
  padding: 8px 25px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1e79ff),
    to(#0148ff)
  );
  background: linear-gradient(to right, #1e79ff, #0148ff);
  color: white;
  border: 0;
  display: table;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.modal-content .register .modal-content-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin-top: 30px;
}

.modal-content .register .modal-content-login span {
  color: #2a2a2a;
  font-weight: 600;
  margin-right: 20px;
}

.modal-content .register .modal-content-login svg {
  width: 25px;
  height: 25px;
  background-color: white;
  padding: 5px;
  cursor: pointer;
  margin-left: 10px;
}

.modal-content .register .password-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.modal-content .register .password-wrapper input {
  margin: 0;
  width: 100%;
}

.modal-content .register .password-wrapper svg {
  position: absolute;
}

.modal-content .register [data-tip] {
  position: relative;
}

.modal-content .register [data-tip]:before {
  content: "";
  /* hides the tooltip when not hovered */
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a;
  position: absolute;
  top: calc(105% - 5px);
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.modal-content .register [data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: 105%;
  max-width: 60%;
  left: 0px;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: 0.75em;
  line-height: 18px;
  word-wrap: normal;
}

.modal-content .register [data-tip]:hover:before,
.modal-content .register [data-tip]:hover:after {
  display: block;
}

@media (min-width: 200px) {
  .wrapper {
    max-width: 600px;
  }
  .cta-small {
    padding: 12px 12px;
    color: white;
  }
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0 auto;
    width: 90%;
  }
  .main-header h1 {
    margin: 20px auto 0 auto;
  }
  .main-header h1.our-projects {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .channels-nav-sec-container {
    max-width: none;
  }
  .channels-nav-sec-container .nav-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .channels-nav-sec-container .nav-center.my-channels {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .channels-nav-sec-container .nav-center.my-channels p {
    font-size: 16px;
  }
  .channels-nav-sec-container .nav-center.my-channels svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .channels-nav-sec-container .nav {
    width: 48%;
  }
  .channels-nav-sec-container .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .channels-nav-sec-container .nav-right-channels,
  .channels-nav-sec-container .nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .channels-nav-sec-container form {
    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: 100%;
    height: 42px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 7px 0;
    border: 2px solid rgb(41, 128, 255);
  }
  .channels-nav-sec-container form svg {
    width: 20px;
    height: 20px;
  }
  .channels-nav-sec-container form button {
    width: 70px;
  }
  .channels-nav-sec-container .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    border: solid 2px rgb(41, 128, 255);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 7px 0;
    cursor: pointer;
    transition: 0.2s;
  }
  .channels-nav-sec-container .dropdown:hover {
    background-color: #1a1a1a;
  }
  .channels-nav-sec-container .dropdown .dropbtn {
    width: 100%;
  }
  .channels-nav-sec-container .dropdown .dropdown-content {
    width: calc(100% + 4px);
    border: inherit;
    top: -2px;
    left: -2px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    font-size: inherit;
  }
  .channels-nav-sec-container .dropdown .dropdown-content a {
    font-size: inherit;
    transition: 0.2s;
  }
  .channels-nav-sec-container .dropdown .dropdown-content a:hover {
    background-color: #1a1a1a;
  }
  .channels-nav-sec .channels-nav-sec-container .nav-center-channel {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .video-sec-container {
    max-width: none;
  }
  .video-sec-container .video-wrapper {
    -webkit-box-shadow: 2px 2px 4px black;
    box-shadow: 2px 2px 4px black;
    margin-bottom: 22.5px;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.nav-sub {
    width: 43%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.active {
    padding: 0 25% 0 25%;
  }
  .video-sec-container .video-wrapper .span-video {
    color: black;
    font-size: 10px;
    padding: 8px 0 15px 0;
  }
  .video-sec-container .video-wrapper .span-video span.category {
    font-size: 15px;
  }
  .video-sec-container .video-wrapper .span-video span.grey.our-projects {
    font-size: 12px;
  }
  .video-sec-container .video-wrapper .span-video span.active {
    color: #ff3326;
  }
}

@media (min-width: 600px) {
  .modal-content .register-input-wrapper .validation-tooltip {
    left: 10%;
  }
  .slider-sec-mobile-container .row .item img {
    height: 20vh;
  }
  .slider-sec-mobile-container .row .item h5 {
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
    max-height: 60px;
  }
  .slider-sec-mobile-container .row .item .date {
    font-size: 14px;
  }
  .channels-nav-sec-container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .channels-nav-sec-container .nav-left {
    width: 49%;
  }
  .channels-nav-sec-container .nav-right-channels {
    width: 100%;
  }
  .channels-nav-sec-container .nav-left.my-channels,
  .channels-nav-sec-container .nav-right-channels.my-channels,
  .channels-nav-sec-container .nav-right.my-channels {
    width: 100%;
  }
  .channels-nav-sec-container .nav-center .nav {
    width: 24%;
  }
  .channels-nav-sec .channels-nav-sec-container .nav-center-channel {
    width: 50%;
  }
  .video-sec-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 3vw;
    column-gap: 3vw;
  }
  .video-sec-container .video-wrapper {
    width: 43.5vw;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.nav-sub {
    width: 45%;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.active {
    width: 55%;
  }
  .video-sec-container .video-wrapper h5.channels {
    font-size: 20px;
    width: 100%;
    margin: 0;
  }
  .video-sec-container .video-wrapper .img-wrapper {
    width: 100%;
    height: calc(40vw / 1.77);
  }
  .grey-sec {
    padding: 40px 0;
  }
  .category-sec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 50vh;
  }
  .modal-content {
    width: 80%;
  }
}

@media (min-width: 900px) {
  .main-header {
    margin: 40px auto 0 auto;
    width: 90%;
    /* max-width: 1600px; */
  }
  .main-header h1 {
    margin: 30px 0 0 0;
  }
  .video-sec-container {
    -webkit-column-gap: 2.75%;
    column-gap: 2.75%;
  }
  .video-sec-container .nav-center {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .video-sec-container .video-wrapper {
    width: 31.5%;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.active {
    padding: 0 30% 0 30%;
  }
  .video-sec-container .video-wrapper .img-wrapper {
    width: 100%;
    height: calc(26vw / 1.77);
  }
  .channels-nav-sec {
    margin: 40px auto;
  }
  .channels-nav-sec-container .nav-center {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .channels-nav-sec-container .nav-center.my-channels {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 65%;
  }
  .channels-nav-sec-container .nav-center.my-channels p {
    font-size: 18px;
  }
  .channels-nav-sec-container .nav-center.my-channels svg {
    height: 40px;
    width: 40px;
  }
  .channels-nav-sec-container .nav {
    width: 20% !important;
  }
  .channels-nav-sec-container .nav-left {
    width: 20%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .channels-nav-sec-container .nav-right-channels,
  .channels-nav-sec-container .nav-right {
    width: 30%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .channels-nav-sec-container .nav-right-channels.my-channels,
  .channels-nav-sec-container .nav-right.my-channels {
    width: 32%;
  }
  .channels-nav-sec-container .dropdown {
    height: 35px;
    margin-right: auto;
  }
  .channels-nav-sec-container .dropdown button {
    margin: 3px auto;
  }
  .channels-nav-sec-container .dropdown .dropdown-content {
    top: -2px;
    left: -2px;
  }
  .channels-nav-sec-container .dropdown .dropdown-content a {
    font-size: inherit;
  }
  .channels-nav-sec-container form {
    height: 31px !important;
    margin-left: auto;
  }
  .channels-nav-sec-container form button {
    width: 30px;
  }
  .wrapper {
    max-width: 1080px;
  }
  .slider-sec-desktop {
    display: block;
  }
  .slider-sec-desktop-container .row .item .desc {
    height: 60px;
    line-height: 20px;
  }
  .slider-sec-mobile {
    display: none;
  }
  .modal {
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    padding-top: 20vh;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.664);
    /* Black w/ opacity */
  }
  /* Modal Content */
  .modal-content {
    padding: 40px;
    width: 40%;
  }
  .modal-content-header {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal-content-header h1 {
    margin: 0;
  }
  .modal-content-header a {
    font-size: 18px;
    cursor: pointer;
  }
  .modal-content p {
    width: 100%;
  }
  .modal-content .login {
    margin-top: 30px;
  }
  .modal-content .login .validation-tooltip {
    margin-top: 0;
  }
  .modal-content .login-input-wrapper .validation-tooltip {
    left: 0;
    top: 0;
  }
  .modal-content .login input[type="text"],
  .modal-content .login input[type="password"],
  .modal-content .login input[type="mail"],
  .modal-content .login input[type="number"],
  .modal-content .login input[type="tel"] {
    color: white;
    padding: 5px 25px;
    height: 40px;
    font-size: 16px;
    margin-top: 16px;
    width: 100%;
  }
  .modal-content .login .modal-content-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
  }
  .modal-content .login .modal-content-checkbox label {
    margin-left: 15px;
  }
  .modal-content .login .modal-content-submit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal-content .login .modal-content-submit a {
    font-size: 16px;
  }
  .modal-content .login .modal-content-submit input[type="button"] {
    padding: 8px 18px;
    margin-left: 15px;
    font-size: 16px;
    width: 30%;
  }
  .modal-content .login .modal-content-login {
    width: 100%;
    margin-top: 30px;
  }
  .modal-content .login .modal-content-login span {
    color: #2a2a2a;
    font-weight: 600;
    margin-right: 20px;
  }
  .modal-content .login .modal-content-login svg {
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 10px;
  }
  .modal-content .register {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
  .modal-content .register-input-wrapper {
    width: 50%;
  }
  .modal-content .register-input-wrapper .validation-tooltip {
    left: 5%;
  }
  .modal-content .register-input-wrapper .password-wrapper {
    width: 90%;
  }
  .modal-content .register-input-wrapper select,
  .modal-content .register-input-wrapper input[type="text"],
  .modal-content .register-input-wrapper input[type="password"],
  .modal-content .register-input-wrapper input[type="mail"],
  .modal-content .register-input-wrapper input[type="number"],
  .modal-content .register-input-wrapper input[type="tel"] {
    color: #5b5b5c;
    padding: 5px 25px;
    height: 40px;
    font-size: 16px;
    margin-top: 20px;
    width: 90%;
  }
  .modal-content .register .modal-content-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
  }
  .modal-content .register .modal-content-checkbox label {
    margin-left: 15px;
  }
  .modal-content .register .modal-content-submit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal-content .register .modal-content-submit a {
    font-size: 16px;
  }
  .modal-content .register .modal-content-submit input[type="button"] {
    padding: 8px 18px;
    margin-left: 15px;
    font-size: 16px;
  }
  .modal-content .register .modal-content-login {
    width: 100%;
    margin-top: 30px;
  }
  .modal-content .register .modal-content-login span {
    color: #2a2a2a;
    font-weight: 600;
    margin-right: 20px;
  }
  .modal-content .register .modal-content-login svg {
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 10px;
  }
  .modal-content .register .password-wrapper input {
    margin: 0;
    width: 100%;
  }
  .register-wrapper {
    width: 70%;
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) and (orientation: landscape) {
  body {
    margin: 90px 0 70px 0;
    /* margin-top == sticky-header.height  and  margin-bottom == sticky-bottom-bar.height */
  }
  .hero-sec {
    min-height: 260px;
  }
}

@media (min-width: 1200px) {
  .slider-sec-desktop-container .row .item {
    -webkit-box-shadow: 3px 3px 6px black;
    box-shadow: 3px 3px 6px black;
  }
  .paddingClass {
    padding-top: 0;
  }
  .adsContainer {
    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;
    gap: 20px !important;
  }
  .adsContainer a {
    height: 50vh;
    display: block;
    width: auto;
  }
  .paddingClass {
    padding-top: none;
  }
  .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 30px;
    padding: 4px 9px;
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.7);
  }
  .search-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-wrapper form .search-input {
    display: none;
    border: 0;
    outline: 0;
    width: 0px;
  }
  .search-wrapper form .search-icon {
    cursor: pointer;
  }
  .modal-content-header {
    width: 100%;
  }
  .wrapper {
    max-width: 1600px;
  }
  main {
    margin-left: 180px;
    margin-top: 70px;
  }
  body {
    margin-bottom: 0;
  }
  body h1 {
    font-size: 24px;
    line-height: 46px;
    font-weight: 700;
  }
  body h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
  body h5,
  body .adv-contact {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  body p,
  body input {
    font-size: 14px;
    line-height: 24px;
  }
  body section {
    width: 100%;
    margin: 0 auto;
  }
  body section .read-more-cta {
    color: #0148ff;
    text-decoration: none;
    margin-bottom: 40px;
  }
  body section .read-more-cta:hover {
    text-decoration: underline;
  }
  .wrapper {
    max-width: 1500px;
  }
  .hero-sec {
    height: 80vh;
    min-height: 600px;
    max-height: 800px;
  }
  .hero-sec h1,
  .hero-sec p {
    width: 55%;
    max-width: 1000px;
  }
  .hero-sec h1 {
    font-size: 85px;
  }
  .hero-sec p {
    font-size: 36px;
    font-weight: 700;
  }
  .cta-small {
    padding: 14px 14px;
  }
  .category-sec .row {
    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: 100%;
    height: 50vh;
    max-width: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .category-sec .row .usluga {
    width: 32% !important;
  }
  .category-sec .row .item {
    width: 24%;
    height: 90%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-box-shadow: 3px 3px 6px black;
    box-shadow: 3px 3px 6px black;
  }
  .category-sec .row .item h5 {
    padding: 20px 0;
    padding-left: 10%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    text-align: left;
  }
  .channels-nav-sec-container .nav,
  .channels-nav-sec-container select {
    width: 16% !important;
  }
  .channels-nav-sec-container .nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .channels-nav-sec-container .nav-center.my-channels {
    width: 70%;
  }
  .channels-nav-sec-container .nav-center.my-channels p {
    font-size: 20px;
  }
  .channels-nav-sec-container .nav-center.my-channels svg {
    width: 45px;
    height: 45px;
  }
  .channels-nav-sec-container select {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 14px;
    width: 11% !important;
  }
  .channels-nav-sec-container .nav-left {
    width: 15%;
  }
  .channels-nav-sec-container .nav-right-channels,
  .channels-nav-sec-container .nav-right {
    width: 25%;
    margin-left: 0;
  }
  .channels-nav-sec-container .nav-right-channels.my-channels,
  .channels-nav-sec-container .nav-right.my-channels {
    width: 25%;
  }
  .channels-nav-sec-container form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .channels-nav-sec-container form button {
    width: 55px;
  }
  .video-sec-container {
    -webkit-column-gap: 1.33%;
    column-gap: 1.33%;
  }
  .video-sec-container .video-wrapper {
    width: 24%;
    -webkit-box-shadow: 3px 3px 6px black;
    box-shadow: 3px 3px 6px black;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.active {
    padding: 0 30% 0 30%;
  }
  .video-sec-container .video-wrapper .img-wrapper {
    width: 100%;
    height: calc(20vw / 1.77);
    max-height: 219px;
  }
  .video-sec-container .video-wrapper a .span-video {
    font-size: 16px;
  }
  .video-sec-container .video-wrapper .img-wrapper .triangle {
    margin-left: 20px;
    margin-bottom: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
  }
  .new-main-header {
    width: 85%;
    max-width: 1600px;
    margin: auto auto;
    padding: 2% 0;
    text-align: start;
  }
  .big-brand-sec {
    min-height: 650px;
  }
  .big-brand-sec .camera-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
  }
  .big-brand-sec-cont {
    width: 80%;
    max-width: 1600px;
  }
  .big-brand-sec-cont h1 {
    font-size: 44px;
  }
  .big-brand-sec-cont .big-brand-btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .grey-sec-cnt {
    width: 80%;
    max-width: 1600px;
  }
  .grey-sec-cnt h1 {
    font-size: 44px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  span.grey.our-projects {
    font-size: 12px !important;
  }
}

@media (min-width: 1366px) {
  .slider-sec-desktop-container .row .item:hover {
    cursor: pointer;
  }
  .slider-sec-desktop-container .row .owl-dots {
    margin: 20px 0 56px 0 !important;
  }
  .grey-sec {
    padding: 80px 0;
  }
  .grey-sec .container {
    width: 80%;
    margin: 0 auto;
  }
  .grey-sec p {
    margin-bottom: 50px;
  }
  .blur-sec .container {
    width: 80%;
    margin: 0 auto;
  }
  .blur-sec .container h1 {
    margin: 0;
  }
  .blur-sec .container p {
    margin: 50px 0;
  }
  .sm-cta-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 20px 40px;
    font-size: 22px;
    font-weight: 700;
    background-color: rgb(41, 128, 255);
    color: #fff;
    text-decoration: none;
    border: solid 2px #0148ff;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-box-shadow: 0px 0px 20px #0148ff;
    box-shadow: 0px 0px 20px #0148ff;
  }
  .sm-cta-btn:hover {
    background: transparent;
    color: #0148ff;
  }
  .adv-sec-02 {
    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;
    height: 600px;
    background: #262626;
  }
  .adv-sec-03 {
    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;
    height: 600px;
    background: #262626;
    width: 100%;
  }
  .channels-nav-sec-container .nav-right-channels.my-channels,
  .channels-nav-sec-container .nav-right.my-channels {
    width: 28%;
  }
}

@media (min-width: 1600px) {
  .register-wrapper {
    width: 40%;
  }
  .wrapper {
    max-width: inherit;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.nav-sub {
    width: 40%;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.active {
    padding: 0 23% 0 23%;
  }
  .video-sec-container .video-wrapper span.category {
    font-size: 17px;
  }
  .video-sec-container .video-wrapper h5.news {
    margin: 5% 0 0 0;
  }
  .video-sec-container .video-wrapper h5.channels {
    font-size: 25px;
    width: 100%;
    margin: 0;
  }
  body h1 {
    font-size: 32px;
    line-height: 58px;
    font-weight: 700;
  }
  body h3 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
  }
  body h5 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
  }
  body p,
  body input {
    font-size: 16px;
    line-height: 27px;
  }
  body ul,
  body li {
    font-size: 16px;
  }
  .channels-nav-sec-container .nav-center {
    width: 35%;
  }
  .channels-nav-sec-container .nav-center.my-channels {
    width: 73%;
  }
  .channels-nav-sec-container .nav-center.my-channels svg {
    width: 50px;
    height: 50px;
  }
  .channels-nav-sec-container .nav {
    width: 18% !important;
  }
  .channels-nav-sec-container .nav-left {
    width: 13%;
    margin-right: 0;
  }
  .channels-nav-sec-container .nav-right-channels,
  .channels-nav-sec-container .nav-right {
    width: 25%;
  }
  .channels-nav-sec-container .nav-right-channels.my-channels,
  .channels-nav-sec-container .nav-right.my-channels {
    width: 25%;
  }
  .channels-nav-sec-container select {
    width: 9% !important;
  }
  .channels-nav-sec-container .dropdown {
    margin-right: auto;
  }
  .channels-nav-sec-container form {
    width: 100%;
    margin-left: auto;
  }
  .channels-nav-sec-container form button {
    width: 50px;
  }
  .slider-sec-desktop-container .row .item {
    height: 500px;
  }
  .slider-sec-desktop-container .row .item .desc {
    height: 110px;
    line-height: 27px;
  }
}

@media (min-width: 1900px) {
  main {
    margin-left: 95px;
    margin-top: 70px;
  }
  .slider-sec-desktop-container .row .item {
    -webkit-box-shadow: 4px 4px 8px black;
    box-shadow: 4px 4px 8px black;
  }
  .video-sec-container .video-wrapper {
    -webkit-box-shadow: 4px 4px 8px black;
    box-shadow: 4px 4px 8px black;
  }
  .category-sec .row .item {
    -webkit-box-shadow: 4px 4px 8px black;
    box-shadow: 4px 4px 8px black;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .category-sec .row .item {
    -webkit-box-shadow: 6px 6px 10px black;
    box-shadow: 6px 6px 10px black;
  }
  .cta-small {
    padding: 10px 30px;
  }
  .modal {
    padding-top: 25vh;
    /* Location of the box */
  }
  .modal-content {
    padding: 60px;
    width: 40%;
  }
  .modal-content-header {
    width: 100%;
  }
  .modal-content-header h1 {
    margin: 0;
  }
  .modal-content-header a {
    font-size: 26px;
  }
  .modal-content .login {
    margin-top: 30px;
  }
  .modal-content .login input[type="text"],
  .modal-content .login input[type="password"],
  .modal-content .login input[type="mail"],
  .modal-content .login input[type="number"],
  .modal-content .login input[type="tel"] {
    color: white;
    padding: 5px 25px;
    height: 60px;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
  }
  .modal-content .login .modal-content-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .login .modal-content-checkbox label {
    margin-left: 15px;
    font-size: 24px;
  }
  .modal-content .login .modal-content-checkbox input[type="checkbox"] {
    margin: 0;
    width: 22px;
    height: 22px;
  }
  .modal-content .login .modal-content-submit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal-content .login .modal-content-submit a {
    font-size: 22px;
    margin-top: 0;
  }
  .modal-content .login .modal-content-submit input[type="button"] {
    padding: 8px 18px;
    margin-left: 15px;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    width: 30%;
  }
  .modal-content .login .modal-content-login {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .login .modal-content-login span {
    color: #2a2a2a;
    font-weight: 600;
    margin-right: 20px;
    font-size: 22px;
  }
  .modal-content .login .modal-content-login svg {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 15px;
  }
  .modal-content .register {
    margin-top: 30px;
  }
  .modal-content .register input[type="text"],
  .modal-content .register input[type="password"],
  .modal-content .register input[type="mail"],
  .modal-content .register input[type="number"],
  .modal-content .register input[type="tel"] {
    color: #5b5b5c;
    padding: 5px 25px;
    height: 60px;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .modal-content .register .modal-content-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .register .modal-content-checkbox label {
    margin-left: 15px;
    font-size: 24px;
  }
  .modal-content .register .modal-content-checkbox input[type="checkbox"] {
    margin: 0;
    width: 22px;
    height: 22px;
  }
  .modal-content .register .modal-content-submit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal-content .register .modal-content-submit a {
    font-size: 22px;
    margin-top: 0;
  }
  .modal-content .register .modal-content-submit input[type="button"] {
    padding: 8px 18px;
    margin-left: 15px;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    width: 30%;
  }
  .modal-content .register .modal-content-login {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .register .modal-content-login span {
    color: #2a2a2a;
    font-weight: 600;
    margin-right: 20px;
    font-size: 22px;
  }
  .modal-content .register .modal-content-login svg {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 15px;
  }
  .modal-content .register .password-wrapper {
    height: 60px;
  }
  .modal-content .register .password-wrapper input {
    margin-top: 0;
  }
  .modal-content .register .password-wrapper:after {
    font-size: 1.1em;
    line-height: 25px;
  }
  .modal-content .register .password-wrapper:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1a1a1a;
    top: calc(105% - 10px);
  }
  .main-header {
    /* max-width: 2900px; */
    margin-top: 50px;
  }
  .main-header h1 {
    margin-top: 60px;
  }
  .adsContainer {
    padding: 100px 0;
  }
  main {
    margin-left: 160px;
    margin-top: 113px;
  }
  body .channels-nav-sec-container .nav-center {
    width: 40%;
  }
  body h1 {
    font-size: 40px;
    line-height: 77px;
    font-weight: 700;
  }
  body h3 {
    font-size: 36px;
    line-height: 59px;
    font-weight: 600;
  }
  body h5,
  body .adv-contact {
    font-size: 29px;
    line-height: 43px;
    font-weight: 600;
  }
  body p,
  body input,
  body label {
    font-size: 22px;
    line-height: 35px;
    margin: 35px 0;
  }
  body ul,
  body li {
    font-size: 22px;
  }
  .slider-sec-desktop-container .row .item {
    height: 600px;
    -webkit-box-shadow: 6px 6px 10px black;
    box-shadow: 6px 6px 10px black;
  }
  .slider-sec-desktop-container .row .item .desc {
    height: 140px;
  }
  .channels-nav-sec {
    width: 100%;
    /* max-width: 3220px; */
  }
  .channels-nav-sec-container .dropdown {
    width: 100%;
    height: 68px !important;
    font-size: 35px;
  }
  .channels-nav-sec-container .dropdown button {
    font-size: 30px !important;
    margin: 5px auto;
  }
  .channels-nav-sec-container .dropdown-content {
    min-width: 240px;
    background-color: #2a2a2a;
    font-size: inherit !important;
  }
  .channels-nav-sec-container .dropdown-content a {
    padding: 9px 6px;
    font-size: 30px !important;
  }
  .channels-nav-sec-container .dropdown-content .active {
    font-weight: 600;
  }
  .channels-nav-sec-container .nav-center {
    width: 50% !important;
  }
  .channels-nav-sec-container .nav-center.my-channels {
    width: 70% !important;
  }
  .channels-nav-sec-container .nav-center.my-channels p {
    font-size: 40px;
  }
  .channels-nav-sec-container .nav-center.my-channels svg {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .channels-nav-sec-container .nav-right-channels,
  .channels-nav-sec-container .nav-right {
    width: 30%;
  }
  .channels-nav-sec-container .nav-right-channels.my-channels,
  .channels-nav-sec-container .nav-right.my-channels {
    width: 30%;
  }
  .channels-nav-sec-container .nav-right-channels svg,
  .channels-nav-sec-container .nav-right svg {
    width: 35px;
    height: 35px;
  }
  .channels-nav-sec-container .nav-right-channels form,
  .channels-nav-sec-container .nav-right form {
    width: 600px;
  }
  .channels-nav-sec-container .nav,
  .channels-nav-sec-container select {
    width: 18% !important;
    height: 68px !important;
    margin: 1% 0 1% 0;
    font-size: 30px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .channels-nav-sec-container form {
    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: 80%;
    height: 64px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0;
    border: 2px solid rgb(41, 128, 255);
    margin-left: auto;
  }
  .channels-nav-sec-container form button {
    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: 90px;
    height: 100%;
  }
  span.grey {
    font-size: 22px;
  }
  span.grey.our-projects {
    font-size: 18px !important;
  }
  span.category {
    font-size: 28px !important;
  }
  span.subs {
    font-size: 22px;
  }
  .video-sec-container .video-wrapper {
    margin-bottom: 25px;
    -webkit-box-shadow: 6px 6px 10px black;
    box-shadow: 6px 6px 10px black;
  }
  .video-sec-container .video-wrapper h5.news {
    font-size: 35px;
    margin: 8% 0 0 0;
  }
  .video-sec-container .video-wrapper h5.channels {
    font-size: 35px;
  }
  .video-sec-container .video-wrapper a {
    color: #6c6c6c;
  }
  .video-sec-container .video-wrapper a .span-video {
    color: black;
    font-size: 24px;
    padding: 30px 0 35px 0;
  }
  .video-sec-container .video-wrapper .img-wrapper {
    position: relative;
    max-height: calc(700px / 1.77);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #2a2a2a;
  }
  .video-sec-container .video-wrapper .img-wrapper .live-btn {
    width: 105px;
    height: 65px;
    border-radius: 0 20% 0 0;
    font-size: 30px;
  }
  .video-sec-container .video-wrapper .img-wrapper .triangle {
    margin-left: 25px;
    margin-bottom: 25px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #fff;
  }
  .video-sec-container .video-wrapper .img-wrapper object {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
  }
  .video-sec-container .video-wrapper .img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
  }
  .video-sec-container .video-wrapper .img-wrapper .sub-btn {
    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: 120px;
    height: 40px;
    background: #fff;
    color: #fff;
  }
  .video-sec-container .video-wrapper .img-wrapper .active-sub {
    background: #ff3326;
    color: #fff;
    font-size: 40px;
    width: 80px;
    height: 70px;
  }
  .video-sec-container .video-wrapper .video-container-center-channels {
    margin-left: auto;
    margin-right: auto;
    width: 87%;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.nav-sub {
    width: 200px;
    height: 60px !important;
    font-size: 25px;
  }
  .video-sec-container
    .video-wrapper
    .video-container-center-channels
    a.active {
    border-width: 3px;
    width: 230px;
    padding: 0 20% 0 20%;
  }
  .video-sec-container .video-wrapper h5 {
    font-size: 29px;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 2% 0 2% 0;
    color: #dedfe0;
  }
  .video-sec-container .video-wrapper p {
    width: 100%;
    overflow: hidden;
    max-height: 2.8em;
    color: black;
  }
  .video-sec-container .video-wrapper p.white {
    color: #9d9d9d;
  }
  .video-sec-container .video-wrapper p.description {
    padding-top: 28px;
    font-weight: 500;
  }
  .adsContainer a {
    height: 40vh;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .cta-small {
    padding: 25px 40px;
  }
  main {
    margin-left: 230px;
    margin-top: 163px;
  }
  .category-sec .row .item {
    -webkit-box-shadow: 10px 10px 16px black;
    box-shadow: 10px 10px 16px black;
  }
  body h1 {
    font-size: 54px;
    line-height: 116px;
    font-weight: 700;
  }
  body h3 {
    font-size: 50px;
    line-height: 90px;
    font-weight: 600;
  }
  body h5,
  body .adv-contact {
    font-size: 44px;
    line-height: 66px;
    font-weight: 600;
  }
  body p,
  body input {
    font-size: 32px;
    line-height: 54px;
    margin: 50px 0;
  }
  body ul,
  body li {
    font-size: 32px;
  }
  input,
  textarea {
    padding-left: 45px;
  }
  .slider-sec-desktop-container .row .item {
    height: 920px;
    -webkit-box-shadow: 10px 10px 16px black;
    box-shadow: 10px 10px 16px black;
  }
  .slider-sec-desktop-container .row .item .desc {
    height: 225px;
  }
  .video-sec-container .video-wrapper {
    width: 24%;
    margin-bottom: 60px;
    max-width: none;
    -webkit-box-shadow: 10px 10px 16px black;
    box-shadow: 10px 10px 16px black;
  }
  .video-sec-container .video-wrapper h5.news {
    font-size: 45px;
  }
  .video-sec-container .video-wrapper h5.channels {
    font-size: 45px;
  }
  .video-sec-container .video-wrapper p.description {
    font-size: 36px;
  }
  .video-sec-container .video-wrapper span.grey {
    font-size: 26px;
  }
  .video-sec-container .video-wrapper span.grey.our-projects {
    font-size: 28px !important;
  }
  .video-sec-container .video-wrapper span.category {
    font-size: 35px !important;
  }
  .video-sec-container .video-wrapper span.subs {
    font-size: 30px;
  }
  .video-sec-container .video-wrapper .img-wrapper {
    width: 100%;
    max-width: none;
  }
  .video-sec-container
    .video-wrapper
    .img-wrapper
    .video-container-center-channels
    a.nav-sub {
    width: 320px !important;
    height: 80px !important;
    font-size: 35px;
  }
  .channels-nav-sec-container .nav-center.my-channels {
    width: 80% !important;
  }
  .channels-nav-sec-container .nav-center.my-channels p {
    font-size: 50px;
  }
  .channels-nav-sec-container .nav-center.my-channels svg {
    width: 100px;
    height: 100px;
    margin-right: 25px;
  }
  .channels-nav-sec-container .nav-right-channels.my-channels,
  .channels-nav-sec-container .nav-right.my-channels {
    width: 20%;
  }
  .channels-nav-sec-container .nav-right-channels.my-channels form,
  .channels-nav-sec-container .nav-right.my-channels form {
    width: 600px;
  }
  .modal-content {
    padding: 80px;
    width: 30%;
  }
  .modal-content-header {
    width: 100%;
  }
  .modal-content-header h1 {
    margin: 0;
  }
  .modal-content-header a {
    font-size: 32px;
  }
  .modal-content .login {
    margin-top: 30px;
  }
  .modal-content .login input[type="text"],
  .modal-content .login input[type="password"],
  .modal-content .login input[type="mail"],
  .modal-content .login input[type="number"],
  .modal-content .login input[type="tel"] {
    color: white;
    padding: 10px 25px;
    height: 80px;
    font-size: 32px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .modal-content .login .modal-content-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .login .modal-content-checkbox label {
    margin-left: 15px;
    font-size: 32px;
  }
  .modal-content .login .modal-content-checkbox input[type="checkbox"] {
    margin: 0;
    width: 26px;
    height: 26px;
  }
  .modal-content .login .modal-content-submit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal-content .login .modal-content-submit a {
    font-size: 32px;
    margin-top: 0;
  }
  .modal-content .login .modal-content-submit input[type="button"] {
    padding: 8px 18px;
    margin-left: 15px;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    width: 30%;
  }
  .modal-content .login .modal-content-login {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .login .modal-content-login span {
    color: #2a2a2a;
    font-weight: 600;
    margin-right: 20px;
    font-size: 32px;
  }
  .modal-content .login .modal-content-login svg {
    width: 45px;
    height: 45px;
    padding: 5px;
    margin-left: 15px;
  }
  .modal-content .register {
    margin-top: 30px;
  }
  .modal-content .register input[type="text"],
  .modal-content .register input[type="password"],
  .modal-content .register input[type="mail"],
  .modal-content .register input[type="number"],
  .modal-content .register input[type="tel"] {
    color: #5b5b5c;
    padding: 10px 25px;
    height: 80px;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .modal-content .register .modal-content-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .register .modal-content-checkbox label {
    margin-left: 15px;
    font-size: 32px;
  }
  .modal-content .register .modal-content-checkbox input[type="checkbox"] {
    margin: 0;
    width: 26px;
    height: 26px;
  }
  .modal-content .register .modal-content-submit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .modal-content .register .modal-content-submit a {
    font-size: 32px;
    margin-top: 0;
  }
  .modal-content .register .modal-content-submit input[type="button"] {
    padding: 8px 18px;
    margin-left: 15px;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    width: 30%;
  }
  .modal-content .register .modal-content-login {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-content .register .modal-content-login span {
    color: #2a2a2a;
    font-weight: 600;
    margin-right: 20px;
    font-size: 32px;
  }
  .modal-content .register .modal-content-login svg {
    width: 45px;
    height: 45px;
    padding: 5px;
    margin-left: 15px;
  }
  .modal-content .register .password-wrapper {
    font-size: 60px;
    height: 80px;
  }
  .modal-content .register .password-wrapper input {
    margin-top: 0;
    height: 80px;
  }
  .modal-content .register .password-wrapper:after {
    font-size: 0.6em;
    line-height: 45px;
  }
  .modal-content .register .password-wrapper:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1a1a1a;
    top: calc(105% - 10px);
  }
}

@media (min-width: 200px) {
  section.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0;
  }

  section.contact .contact-container {
    display: flex;
    flex-direction: column;
    width: calc(90% - 120px);
    box-shadow: 1px 1px 10px black;
    padding: 40px 50px;
    background-color: #262626;
  }

  section.contact .contact-container .form-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  section.contact .contact-container .form-container h1 {
    margin: 0;
  }

  section.contact .contact-container .form-container form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  section.contact .contact-container .form-container form textarea,
  section.contact .contact-container .form-container form input {
    outline: none;
    border: none;
    border-left: 5px solid rgb(41, 128, 255);
    color: white;
    background-color: #262626;
    margin: 0;
    margin-bottom: 15px;
    padding: 5px 10px;
    background-color: #2a2a2a;
  }

  section.contact .contact-container .form-container form textarea {
    font-size: 14px;
  }

  section.contact .contact-container .form-container form label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  section.contact .contact-container .form-container form label input {
    width: auto;
  }

  section.contact
    .contact-container
    .form-container
    form
    label
    input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }

  section.contact
    .contact-container
    .form-container
    form
    label
    input[type="checkbox"]:hover {
    cursor: pointer;
  }

  section.contact .contact-container .inf-container {
    display: flex;
    gap: 30%;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
  }

  .adderrr a,
  .adderrr {
    font-size: 18px !important;
  }

  .contact-box-need {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 16px;
  }

  .contact-box-need p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }

  section.contact .contact-container .inf-container .contact-text a {
    font-size: 14px;
  }

  section.contact .contact-container .inf-container .contact-text,
  section.contact .contact-container .inf-container .contact-text h1 {
    margin: 0;
  }

  section.contact .contact-container .form-container h1,
  section.contact .contact-container .inf-container .contact-text h1 {
    font-size: 20px;
  }

  section.contact .contact-container .form-container h1 {
    margin-bottom: 20px;
  }

  section.contact .contact-container .form-container form input[type="submit"] {
    color: white;
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px 0;
    background-color: rgb(41, 128, 255);
    border: 0;
  }
}

@media (min-width: 1200px) {
  section.contact {
    padding: 10px 0 40px 0;
  }

  section.contact .contact-container {
    flex-direction: column;
    padding: 40px 60px;
  }

  .contact h1.contact-h {
    width: 90%;
  }

  section.contact .contact-container .inf-container {
    width: 100%;
    margin-bottom: 0;
  }

  section.contact .contact-container .form-container {
    width: 100%;
  }

  section.contact .contact-container .inf-container .contact-text,
  section.contact .contact-container .inf-container .contact-text h1 {
    text-align: left;
    font-size: 28px;
  }

  section.contact .contact-container .inf-container .contact-text a {
    font-size: 18px;
  }

  section.contact .contact-container .form-container form label,
  section.contact .contact-container .form-container form textarea {
    font-size: 16px;
  }

  section.contact .contact-container .form-container form textarea {
    padding: 8px 15px;
  }

  section.contact
    .contact-container
    .form-container
    form
    label
    input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }

  section.contact .contact-container .form-container h1 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  section.contact .contact-container .form-container form input {
    margin-bottom: 25px;
    padding: 8px 15px;
  }

  section.contact .contact-container .form-container form input[type="submit"] {
    width: fit-content;
    padding: 10px 20px;
    margin-left: auto;
  }

  section.contact .contact-container .form-container form label {
    margin-top: 10px;
  }
}

@media (min-width: 2500px) {
  section.contact {
    padding: 100px 0;
  }

  section.contact .contact-container {
    padding: 90px 100px;
  }

  section.contact .contact-container .inf-container .contact-text,
  section.contact .contact-container .inf-container .contact-text h1 {
    font-size: 40px;
  }

  section.contact .contact-container .inf-container .contact-text a {
    font-size: 28px;
  }

  section.contact .contact-container .form-container form label,
  section.contact .contact-container .form-container form textarea {
    font-size: 24px;
  }

  section.contact .contact-container .form-container form textarea {
    padding-left: 45px;
  }

  section.contact
    .contact-container
    .form-container
    form
    label
    input[type="checkbox"] {
    width: 24px;
    height: 24px;
  }

  section.contact .contact-container .form-container h1 {
    font-size: 40px;
    margin-bottom: 46px;
  }

  section.contact .contact-container .form-container form input {
    margin-bottom: 35px;
    padding-left: 45px;
  }

  section.contact .contact-container .form-container form input[type="submit"] {
    padding: 20px 30px;
    font-size: 24px;
  }

  section.contact .contact-container .form-container form label {
    margin-top: 20px;
  }
}

.ad-modal-background {
  position: fixed;
  z-index: 999999;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 12vh;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.664);
}

.ad-modal-background .ad-modal-sec {
  display: flex;
  flex-direction: column;
  padding: 0 13px;
  width: max-content;
  margin: auto;
  background-color: #2a2a2a;
  border: 5px solid #262626;
  box-shadow: 2px 2px 20px black;
  animation-name: fadeinmodal;
  animation-duration: 1s;
}

.ad-modal-background .ad-modal-sec svg {
  position: relative;
  left: 2%;
  width: 10%;
}

@media (max-width: 1600px) {
  .ad-modal-background .ad-modal-sec img {
    height: 30rem;
  }
}

@media (max-width: 800px) {
  .ad-modal-background .ad-modal-sec {
    border: none;
    padding: 0;
    width: 90%;
    overflow: hidden;
    box-shadow: none;
  }

  .box-ad-info {
    width: calc(100% - 20px) !important;
    padding: 5px 10px !important;
  }

  .ad-modal-background {
    z-index: 99999;
  }

  .ad-modal-background .ad-modal-sec svg {
    width: 50px;
  }

  .ad-modal-background .ad-modal-sec img {
    width: 95%;
    height: auto;
  }
}

@media (min-width: 420px) and (max-width: 800px) {
  .ad-modal-background .ad-modal-sec img {
    width: 95%;
  }

  .ad-modal-background .ad-modal-sec {
    display: flex;
    align-items: center;
  }
}

.ad-modal-background .ad-modal-sec a {
  display: flex;
  justify-content: center;
}

@media (min-width: 600px) and (max-width: 800px) {
  .ad-modal-background .ad-modal-sec img {
    width: 100%;
  }

  .ad-modal-background .ad-modal-sec a {
    width: 90%;
  }

  .box-ad-info {
    width: 90% !important;
  }

  .ad-modal-background .ad-modal-sec {
    height: auto;
    width: 80%;
  }

  .ad-modal-background {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1200px) {
  .box-ad-info h1 {
    margin: 10px 0;
  }

  .ad-modal-background {
    padding-top: 8vh !important;
  }
}

@keyframes fadeinmodal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 200px) {
  .modal .modal-container {
    background-color: #2a2a2a;
    margin: auto;
    border: 3px solid #1a1a1a;
    width: 90%;
    display: none;
    color: white !important;
    box-shadow: 2px 2px 20px black;
    flex-direction: row;
    cursor: default;
  }

  .modal .modal-container .left-side-modal-reg,
  .modal .modal-container .left-side-modal {
    background-image: url("../img/homepage/cameraman.webp");
    background-size: cover;
    background-position: center;
    width: 40%;
    display: none;
  }

  .modal .modal-container .left-side-modal-reg {
    background-image: url("../img/organizacja-transmisji/player.webp");
  }

  .modal .modal-container .right-side-modal {
    width: 100%;
    padding: 30px;
  }

  .modal .modal-container .right-side-modal .modal-container-header {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }

  .modal .modal-container .right-side-modal .modal-container-header a,
  .modal .modal-container .right-side-modal .modal-container-header span {
    width: 50%;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    background-color: #1a1a1a;
  }

  .modal .modal-container .right-side-modal .modal-container-header a.active,
  .modal
    .modal-container
    .right-side-modal
    .modal-container-header
    span.active {
    font-weight: 600;
    background-color: rgb(41, 128, 255);
  }

  .modal .modal-container .right-side-modal form .register-input-wrapper,
  .modal .modal-container .right-side-modal form .login-input-wrapper {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
  }

  .modal .modal-container .right-side-modal form .register-input-wrapper select,
  .modal .modal-container .right-side-modal form .register-input-wrapper input,
  .modal .modal-container .right-side-modal form .login-input-wrapper input {
    border: 0;
    outline: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 5px solid rgb(41, 128, 255);
    background-color: #262626;
    color: white;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .register-input-wrapper
    select:focus,
  .modal
    .modal-container
    .right-side-modal
    form
    .register-input-wrapper
    input:focus,
  .modal
    .modal-container
    .right-side-modal
    form
    .login-input-wrapper
    input:focus {
    outline: 0;
  }

  .modal .modal-container .right-side-modal form .container-passwords {
    width: 100%;
    display: flex;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox,
  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-submit {
    width: 50%;
    display: flex;
  }

  .modal .modal-container .right-side-modal form .modal-content-checkbox {
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox
    input[type="checkbox"] {
    width: auto;
    cursor: pointer;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox {
    font-weight: 600;
    width: 100%;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-submit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-submit
    a,
  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox
    label {
    font-size: 16px;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox
    label {
    margin-left: 8px;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-submit
    a {
    cursor: pointer;
  }

  .modal .modal-container .right-side-modal form .container-passwords input {
    width: 100%;
  }

  .modal .modal-container .right-side-modal form input[type="button"] {
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    color: white;
    background-color: rgb(41, 128, 255);
    padding: 10px 0;
    border: 0;
    outline: 0;
    font-size: 18px;
    margin-top: 40px;
    cursor: pointer;
  }
}

@media (min-width: 600px) {
  .modal .modal-container {
    width: 80%;
  }
}

@media (min-width: 900px) {
  .modal .modal-container .left-side-modal-reg,
  .modal .modal-container .left-side-modal {
    display: block;
  }

  .modal .modal-container .right-side-modal {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .modal .modal-container {
    width: 60%;
  }

  .modal .modal-container .right-side-modal form .container-passwords {
    margin-top: 25px;
  }
}

@media (min-width: 2500px) {
  .modal .modal-container .right-side-modal form .register-input-wrapper select,
  .modal .modal-container .right-side-modal form .register-input-wrapper input,
  .modal .modal-container .right-side-modal form .login-input-wrapper input {
    margin: 10px 0;
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .modal .modal-container .right-side-modal .modal-container-header a,
  .modal .modal-container .right-side-modal .modal-container-header span {
    font-size: 28px;
  }

  .modal .modal-container .right-side-modal form .modal-content-checkbox label,
  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-submit
    a,
  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox
    label {
    font-size: 26px;
  }

  .modal .modal-container .right-side-modal form .modal-content-checkbox a {
    font-size: 23px;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .modal-content-checkbox
    input[type="checkbox"],
  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox
    input[type="checkbox"] {
    width: 22px;
    height: 22px;
  }

  .modal
    .modal-container
    .right-side-modal
    form
    .container-passwords
    .modal-content-checkbox
    label {
    margin-left: 15px;
  }

  .modal .modal-container .right-side-modal form input[type="button"] {
    font-size: 28px;
    padding: 20px 0;
  }

  .modal .modal-container .right-side-modal form .container-passwords {
    margin-top: 50px;
  }
}

.video-sec-container .video-wrapper .container-icons-channel {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding-bottom: 10px;
}

.video-sec-container .video-wrapper .container-icons-channel a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  background-color: #2b2b2b;
  box-shadow: 0 0 3px black;
  transition: 0.2s;
  border-radius: 8px;
}

.video-sec-container .video-wrapper .container-icons-channel a:hover {
  background-color: rgb(41, 128, 255);
}

.video-sec-container .video-wrapper .container-icons-channel i {
  font-size: 20px;
  color: #dedfe0;
}

@media (min-width: 2500px) {
  .video-sec-container .video-wrapper .container-icons-channel a {
    padding: 15px;
    border-radius: 12px;
  }

  .video-sec-container .video-wrapper .container-icons-channel i {
    font-size: 32px;
  }
}

.no-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 160%;
  margin: 50px 0;
  padding: 0 15px;
  max-height: 10vh;
}

.no-number p {
  font-size: 110%;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 0;
  margin-top: 100px;
}

.no-number a {
  transition: 0.2s;
  color: white;
  font-weight: 800;
  text-decoration: underline;
}

.no-number a:hover {
  color: rgb(41, 128, 255);
}

input#newNumber,
input#sms {
  width: -webkit-fill-available;
  color: white;
  background-color: #262626;
  border: 0;
  outline: 0;
  margin: 0;
  border-left: 5px solid rgb(41, 128, 255);
  padding-top: 5px;
  padding-bottom: 5px;
}

input#newNumber:focus,
input#sms:focus {
  outline: 0;
}

.kliknij-tutaj-number {
  text-decoration: underline;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}

.kliknij-tutaj-number:hover {
  color: rgb(41, 128, 255);
}

button.sms-button {
  background-color: rgb(41, 128, 255);
  border: 0;
  outline: 0;
  color: white;
  font-size: 110%;
  padding: 0 10px;
  font-weight: 600;
  display: flex;
}

.trans-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 50px 0;
  background-color: #262626;
}

.trans-container h1 {
  margin-top: 0;
  width: 90%;
}

.trans-container .create-transmision-wrapper {
  display: flex;
  justify-content: center;
  width: 90%;
  background-color: #2a2a2a;
  color: white;
  padding: 40px 0;
  box-shadow: 1px 1px 10px black;
}

.trans-container .create-transmision-wrapper form {
  display: flex;
  flex-direction: column;
  width: 95%;
}

.trans-container .create-transmision-wrapper form select,
.trans-container .create-transmision-wrapper form textarea,
.trans-container .create-transmision-wrapper form input[type="text"],
.trans-container .create-transmision-wrapper form input[type="date"],
.trans-container .create-transmision-wrapper form input[type="time"],
.trans-container .create-transmision-wrapper form input[type="file"],
.trans-container .create-transmision-wrapper form label,
.trans-container .create-transmision-wrapper form input[type="number"] {
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border-left: 5px solid rgb(41, 128, 255);
  color: white;
  background-color: #262626;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: inherit;
  margin-bottom: 20px;
  cursor: pointer;
  height: auto;
}

.trans-container .create-transmision-wrapper form input[type="date"],
.trans-container .create-transmision-wrapper form select {
  padding-top: 10px;
  padding-bottom: 10px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.trans-container .create-transmision-wrapper form input#price {
  background: url("../img/money-icon.webp") no-repeat scroll 10px;
  padding-left: 60px;
  background-size: contain;
  background-color: #262626;
}

.statement {
  font-size: large;
  margin-top: 30px;
  color: red;
}

.trans-container .create-transmision-wrapper form p {
  margin: 20px 0 10px 0;
  font-size: 120%;
  font-weight: 600;
}

.trans-container .create-transmision-wrapper form label {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 50px 0;
  font-size: 110%;
  border: 4px dashed #666666;
  font-weight: 600;
  max-height: 150px;
}

.pay-box,
.trans-container .create-transmision-wrapper form .pay-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
  margin-bottom: 15px;
}

.pay-box input,
.trans-container .create-transmision-wrapper form .pay-box input {
  cursor: pointer;
  margin: 0;
  width: 20px;
  height: 20px;
}

.custom-radio {
  appearance: none;
  border: 0.2rem solid #fff;
  background-color: #e8e8e8;
  border-radius: 50%;
}

.custom-radio:focus-visible {
  outline-offset: 0;
}

.custom-radio {
  outline: 3px solid #999;
}

.custom-radio:hover {
  outline-color: rgb(41, 128, 255);
}

.custom-radio:checked {
  outline-color: rgb(41, 128, 255);
  background-color: rgb(41, 128, 255);
  animation: outline-checked;
  animation-duration: 0.2s;
  animation-iteration-count: 4;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes outline-checked {
  0% {
    outline-offset: 0;
  }

  100% {
    outline-offset: -0.4rem;
  }
}

.pay-box p,
.trans-container .create-transmision-wrapper form .pay-box p {
  margin: 0;
  font-size: 110%;
}

@media (max-width: 1366px) {
  .pay-box p,
  .trans-container .create-transmision-wrapper form .pay-box p {
    width: 80%;
  }
}

.trans-container .create-transmision-wrapper form input[type="number"] {
  margin: 10px 0;
}

.trans-container .create-transmision-wrapper form input[type="button"] {
  padding: 12px 15px;
  font-size: 120%;
}

@media (min-width: 2500px) {
  .trans-container .create-transmision-wrapper form select,
  .trans-container .create-transmision-wrapper form textarea,
  .trans-container .create-transmision-wrapper form input[type="text"],
  .trans-container .create-transmision-wrapper form input[type="date"],
  .trans-container .create-transmision-wrapper form input[type="time"],
  .trans-container .create-transmision-wrapper form input[type="file"],
  .trans-container .create-transmision-wrapper form label,
  .trans-container .create-transmision-wrapper form input[type="number"] {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }

  .trans-container .create-transmision-wrapper form label {
    padding: 40px 0;
  }

  .trans-container .create-transmision-wrapper form input#price {
    padding-left: 90px;
  }

  .statement {
    font-size: xx-large;
  }

  .trans-container .create-transmision-wrapper form p {
    margin-bottom: 0;
    font-size: 32px;
  }

  .pay-box,
  .trans-container .create-transmision-wrapper form .pay-box {
    margin: 20px 0;
    gap: 30px;
  }

  .pay-box input,
  .trans-container .create-transmision-wrapper form .pay-box input {
    width: 40px;
    height: 40px;
  }

  .pay-box p,
  .trans-container .create-transmision-wrapper form .pay-box p {
    font-size: 28px;
  }

  .trans-container .create-transmision-wrapper form input[type="button"] {
    padding: 15px 25px;
    font-size: 28px;
  }
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: xx-large;
  font-weight: 600;
  text-shadow: 0 0 30px black;
}

.report-button {
  background-color: #484848;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  font-size: large;
}

@media (max-width: 900px) {
  .vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: large;
  }
}

.container-number-box {
  display: flex;
  flex-direction: column;
  padding: 0 60px;
}

.container-number-box .number-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container-number-box .number-box p {
  width: 100%;
}

@media (min-width: 900px) {
  .container-number-box {
    padding: 0;
  }
}

@media (min-width: 1550px) {
  .container-number-box {
    gap: 10px;
  }
}

.create-transmission-choice {
  display: flex;
  justify-content: center;
  width: 100%;
}

.create-transmission-choice .buttons-create-transmission {
  display: flex;
  height: 500px;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
  padding: 100px 0;
  width: 70%;
}

.create-transmission-choice .buttons-create-transmission div#zaplanuj,
.create-transmission-choice .buttons-create-transmission a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -webkit-fill-available;
  background-color: #2a2a2a;
  color: white;
  box-shadow: 1px 1px 10px black;
  cursor: pointer;
  height: fit-content;
  gap: 40px;
  padding: 30px 0;
  transition: 0.2s;
  border-color: rgb(41, 128, 255);
}

.create-transmission-choice .buttons-create-transmission div#zaplanuj:hover,
.create-transmission-choice .buttons-create-transmission a:hover {
  transform: translateY(-2%);
  border: solid 1px rgb(41, 128, 255);
}

.create-transmission-choice .buttons-create-transmission a svg {
  width: 100px;
  height: 100px;
}

.create-transmission-choice .buttons-create-transmission div#zaplanuj img,
.create-transmission-choice .buttons-create-transmission a img {
  width: 30%;
  height: auto;
}

.create-transmission-choice .buttons-create-transmission div#zaplanuj p,
.create-transmission-choice .buttons-create-transmission a p {
  font-size: 150%;
  text-align: center;
  padding: 0 30px;
  font-weight: 600;
  color: white;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 900px) {
  .create-transmission-choice .buttons-create-transmission a svg {
    width: 90px;
    height: 90px;
  }

  .create-transmission-choice .buttons-create-transmission div#zaplanuj img,
  .create-transmission-choice .buttons-create-transmission a img {
    width: 20%;
  }

  .create-transmission-choice .buttons-create-transmission {
    width: 100%;
    flex-direction: column;
    padding: 150px 20px;
  }
}

@media (max-width: 1350px) {
  .create-transmission-choice .buttons-create-transmission {
    width: 100%;
    padding: 150px 40px;
  }
}

@media (min-width: 1350px) {
  .create-transmission-choice .buttons-create-transmission div#zaplanuj p,
  .create-transmission-choice .buttons-create-transmission a p {
    font-size: 26px;
  }
}

@media (min-width: 2500px) {
  .create-transmission-choice .buttons-create-transmission {
    gap: 100px;
  }

  .create-transmission-choice .buttons-create-transmission div#zaplanuj p,
  .create-transmission-choice .buttons-create-transmission a p {
    padding: 0 50px;
    font-size: 32px;
  }
}

.report-transmission-p {
  font-size: 20px;
}

form.report-form-transmission {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

form.report-form-transmission input#userReason {
  border: 0;
  outline: 0;
  border-left: 5px solid rgb(41, 128, 255);
  padding: 5px 8px;
  color: white;
  background: #262626;
  margin-top: 10px;
  width: 50%;
}

form.report-form-transmission input[type="radio"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

form.report-form-transmission input#userReason:focus {
  outline: 0;
}

form.report-form-transmission label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

form.report-form-transmission label input {
  margin: 0;
}

form.report-form-transmission button {
  width: fit-content;
  border: 0;
  outline: 0;
  background-color: rgb(41, 128, 255);
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: large;
  color: white;
}

@media (min-width: 2500px) {
  form.report-form-transmission input,
  form.report-form-transmission label {
    margin: 0;
  }

  .report-transmission-p {
    font-size: 30px;
  }

  form.report-form-transmission {
    gap: 15px;
  }

  form.report-form-transmission label {
    font-size: 28px;
    gap: 15px;
  }

  form.report-form-transmission button {
    font-size: xx-large;
  }

  form.report-form-transmission input[type="radio"] {
    width: 22px;
    height: 22px;
  }

  .trans-sec01 .trans-sec02-cnt-text,
  .report-button {
    font-size: xx-large;
  }

  .report-button {
    padding: 20px 30px;
  }

  .trans-sec01 .trans-sec02-cnt-text {
    line-height: 50px;
  }

  .trans-sec01-cnt-video .video-bg .submit-cta {
    font-size: xx-large;
  }
}

.channels-nav-sec-container .nav-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.channels-nav-sec-container .nav-center label {
  font-size: 24px;
  font-weight: 600;
}

.channels-nav-sec-container .nav-center select {
  font-size: 18px;
  font-weight: 600;
  width: 50% !important;
}

.channels-nav-sec-container .nav-center select option {
  font-size: 10px;
  background-color: transparent;
  cursor: pointer;
}

.channels-nav-sec-container .nav,
.channels-nav-sec-container select,
.channels-nav-sec-container .nav:hover,
.channels-nav-sec-container select:hover {
  border: solid 2px rgb(41, 128, 255);
  background-color: #2a2a2a;
  font-size: 18px;
  cursor: pointer;
  outline: 0;
}

.channels-nav-sec-container .nav-center select:hover {
  background-color: #1a1a1a;
}

.channels-nav-sec-container .nav-center select:hover,
.channels-nav-sec-container .nav-center select:active {
  outline: 0;
  border: solid 2px rgb(41, 128, 255);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .channels-nav-sec-container .nav-center select option {
    font-size: 18px;
  }
}

@media (min-width: 2500px) {
  .channels-nav-sec-container .nav-center select {
    font-size: 30px !important;
  }

  .channels-nav-sec-container .nav-center label {
    font-size: 32px !important;
  }
}

@media (min-width: 1200px) {
  .triangle-tooltip-video-login {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #1e79ff;
    bottom: 246px;
  }

  .tooltip-video-login {
    display: none;
    position: absolute;
    background-color: rgb(41, 128, 255);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 120%;
    cursor: default;
    bottom: 183px;
  }

  .tooltip-transmission-show {
    display: block !important;
  }
}

@media (min-width: 2050px) {
  .triangle-tooltip-video-login {
    bottom: 345px;
  }

  .tooltip-video-login {
    bottom: 280px;
  }
}

@media (min-width: 2500px) {
  .triangle-tooltip-video-login {
    bottom: 320px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #1e79ff;
  }

  .tooltip-video-login {
    bottom: 235px;
    font-size: 150%;
  }
}

label {
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 300px;
}

label img,
label #added-image {
  height: 100%;
}

@media (min-width: 200px) {
  .trans-sec01-cnt-video {
    height: 400px;
  }
}

@media (min-width: 900px) {
  .trans-sec01-cnt-video {
    height: 600px;
  }
}

@media (min-width: 2050px) {
  .trans-sec01-cnt-video {
    height: 800px;
  }
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 50px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 50px);
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

@media (max-width: 1200px) {
  .acc-sec01-wrapper-input {
    align-items: flex-start;
  }

  .acc-sec01-wrapper-input label {
    font-size: 140%;
  }

  .acc-sec01-wrapper form input:not([type="button"]) {
    width: 100%;
    margin-bottom: 30px;
  }

  .acc-sec01-wrapper form input:not([type="button"])#market {
    margin: 5px 0;
  }

  .acc-sec01 .acc-sec02-wrapper-form .acc-sec02-wrapper-create .footer label {
    justify-content: flex-start;
  }
}

[aria-current="page"] {
  pointer-events: none;
  background-color: #242323;
  color: #9e9e9e;
}

#cta-button-login {
  border: 0;
}

#cta-button-login:hover {
  border: 0;
  background-color: transparent;
  color: rgb(41, 128, 255);
}

#cta-button-register {
  border: solid 2px rgb(41, 128, 255);
  background-color: rgb(41, 128, 255);
}

#cta-button-register:hover {
  color: #dedede;
  background-color: #025de0;
  border: solid 2px #025de0;
}

/* .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  perspective: 80rem;
  padding-top: 140px;
  padding-bottom: 140px;
}

.carousel__cards {
  position: relative;
  width: 33rem;
  height: 14rem;
  transform-style: preserve-3d;
  transform: translateZ(-15rem);
  transition: transform 0.3s ease-in;
}

.carousel__img {
  display: inline-block;
  height: 100%;
}

.carousel__card {
  display: flex;
  height: 100%;
  box-shadow: 0 0 20px black;
  position: absolute;
  font-size: 3em;
  font-weight: 700;
}

.carousel__box {
  width: 150px;
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 8px;
  background-color: #262626;
}

.carousel__box .information-container {
  display: flex;
  gap: 7px;
  align-items:center;
}

.carousel__box .information-container img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.carousel__box .information-container .carousel-title-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.carousel__box .information-container .carousel-title-container span,
.carousel__box .information-container .carousel-title-container a {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  text-decoration: none;
  color: #bfbfbf;
  transition: .2s;
}
.carousel__box .information-container .carousel-title-container .viewers {
  font-size: 8px !important;
}

.carousel__box .information-container .carousel-title-container a:hover {
  opacity: .6;
}

.carousel__box .information-container .carousel-title-container a.nick {
  color: white;
  max-width: 100px;
}

.carousel__box p {
  font-size: 9px;
  font-weight: 400;
  line-height: .8rem;
  line-break: auto;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.05rem * 9);
  margin:0;
}

.carousel__card:nth-child(1) {
  transform: rotateY(0deg) translateZ(44rem);
}

.carousel__card:nth-child(2) {
  transform: rotateY(45deg) translateZ(44rem);
}

.carousel__card:nth-child(3) {
  transform: rotateY(90deg) translateZ(44rem);
}

.carousel__card:nth-child(4) {
  transform: rotateY(135deg) translateZ(44rem);
}

.carousel__card:nth-child(5) {
  transform: rotateY(180deg) translateZ(44rem);
}

.carousel__card:nth-child(6) {
  transform: rotateY(225deg) translateZ(44rem);
}

.carousel__card:nth-child(7) {
  transform: rotateY(270deg) translateZ(44rem);
}

.carousel__card:nth-child(8) {
  transform: rotateY(315deg) translateZ(44rem);
}

.carousel__control .carousel__btn {
  outline: none;
  border: none;
  background: transparent;
  transition: .1s;
  padding: .6rem .4rem .3rem .4rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

.carousel__control .carousel__btn img {
  width: 3rem;
  height: 3rem;
}

.carousel__control .carousel__btn:hover {
  box-shadow: 0 0 20px black;
}

.carousel__control-two,
.carousel__control {
  display: flex;
  position: absolute;
  width: 1500px;
  pointer-events: auto;
  justify-content: space-between;
}

.carousel__control-two {
  position: absolute;
  pointer-events: none;
  justify-content: center;
  gap: 60rem;
}

.carousel__control-two .carousel__inv {
  width: 20rem;
  height: 25rem;
  filter: blur(70px);
  background-color: #202020;
}

@media (max-width: 1900px) {
  .carousel__control-two,
  .carousel__control {
    width: 1400px;
  }
}

@media (max-width: 1700px) {
  .carousel__control-two,
  .carousel__control {
    width: 1200px;
  }
}

@media (max-width: 1600px) {
  .carousel {
    perspective: 70rem;
  }
  .carousel__cards {
    width: 33rem;
    height: 14rem;
  }

  .carousel__control-two,
  .carousel__control {
    width: 1100px;
  }
}

@media (max-width: 1366px) {
  .carousel__cards {
    width: 25rem;
    height: 9rem;
  }
  .carousel__box .information-container img {
    width: 2rem;
    height: 2rem;
  }
  .carousel__box {
    gap: 10px;
  }
  .carousel__box .information-container .carousel-title-container span,
  .carousel__box .information-container .carousel-title-container a {
    font-size: 10px;
  }

  .carousel__control-two,
  .carousel__control {
    width: 900px;
  }
}

@media (max-width: 1200px) {
  .carousel {
    padding-top: 280px;
    perspective: 45rem;
    padding-bottom: 350px;
  }

  .carousel__cards {
    width: 20rem;
    height: 11.5rem;
  }

  .carousel__card {
    flex-direction: column;
  }

  .carousel__control .carousel__btn img {
    width: 4rem;
    height: 4rem;
  }

  .carousel__img {
    width: 100%;
  }

  .carousel__box {
    width: calc(100% - 16px);
    gap: 5px;
  }

  .carousel__box .information-container .carousel-title-container span,
  .carousel__box .information-container .carousel-title-container a {
    font-size: 8px;
  }

  .carousel__box p {
    font-size: 6px;
    height: 28px;
  }

  .carousel__box .information-container img {
    width: 1.7rem;
    height: 1.7rem;
  }

  .carousel__control-two,
  .carousel__control {
    width: 1100px;
  }
}

@media (max-width: 1100px) {
  .carousel__control-two,
  .carousel__control {
    width: 900px;
  }
} */

.trans-sec01-cnt-video-wrapper video {
  width: 100%;
  height: 100%;
}

.new-category-sec {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #262626;
}

.new-category-sec h1 {
  text-align: left;
  width: 90%;
}

.new-category-sec .row {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  gap: 2%;
}

.new-category-sec .row a.item {
  display: flex;
  width: calc(14.15% - 1.6%);
  flex-direction: column;
  transition: 0.1s;
  padding-bottom: 35px;
}

.new-category-sec .row a.item:hover {
  transform: scale(1.05);
}

.new-category-sec .row a.item:hover h5 {
  background-color: #202020;
  padding-left: 15px;
}

.new-category-sec .row a.item h5 {
  margin: 0;
  padding: 15px 0;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.2s;
}

.new-category-sec .row a.item h5:hover {
  color: rgb(41, 128, 255);
}

.new-category-sec .row a.item img {
  width: 100%;
  transition: 0.2s;
  box-shadow: 0 0 15px black;
  z-index: 1;
}

.new-category-sec .row a.item img:hover {
  outline: solid 5px rgb(41, 128, 255);
}

@media (max-width: 1600px) {
  .new-category-sec .row a.item h5 {
    font-size: 15px;
    padding: 15px 0;
  }
}

@media (max-width: 1200px) {
  .new-category-sec .row a.item {
    width: calc(25% - 1.5%);
  }

  .new-category-sec .row a.item h5 {
    padding: 30px 0;
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .new-category-sec .row a.item {
    width: calc(50% - 1%);
  }
}

@media (max-width: 500px) {
  .new-category-sec h1 {
    font-size: 1.5em;
    text-align: center;
  }
  .new-category-sec .row a.item h5 {
    padding: 20px 0;
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .new-category-sec h1 {
    font-size: 1em;
  }
  .new-category-sec .row a.item h5 {
    font-size: 12px;
  }
}

.user-profil {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(90% - 60px);
  margin-top: 60px;
  background-color: #161616;
  padding: 30px;
  box-shadow: 4px 4px 8px black;
}

.user-profil .user-profil-container {
  display: flex;
  gap: 20px;
}

.user-profil .user-profil-container img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.user-profil .user-profil-container .user-profil-information {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.trans-box-nick-avatar button.delete,
.trans-box-nick-avatar button,
.transmission-title-box button.delete,
.transmission-title-box button,
.user-profil button.delete,
.user-profil button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: solid 2px rgb(41, 128, 255);
  outline: 0;
  font-size: 16px;
  padding: 8px 16px;
  background-color: rgb(41, 128, 255);
  color: white;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
  text-transform: uppercase;
}

.trans-box-nick-avatar button.delete svg,
.trans-box-nick-avatar button svg,
.transmission-title-box button.delete svg,
.transmission-title-box button svg,
.user-profil button.delete svg,
.user-profil button svg {
  fill: white;
  width: 16px;
  transition: 0.2s;
}

.trans-box-nick-avatar button.delete svg,
.transmission-title-box button.delete svg,
.user-profil button.delete svg {
  fill: red;
  transform: scale(1.3);
}

.transmission-title-box button:hover svg,
.user-profil button:hover svg {
  fill: red;
  transform: scale(1.3);
}

.trans-box-nick-avatar button.delete:hover svg,
.transmission-title-box button.delete:hover svg,
.user-profil button.delete:hover svg {
  fill: white;
  transform: scale(1);
}

.trans-box-nick-avatar button.delete,
.transmission-title-box button.delete,
.user-profil button.delete {
  background-color: rgb(98 98 98);
  border: solid 2px rgb(98 98 98);
}

.transmission-title-box button:hover,
.user-profil button:hover {
  color: #dedede;
  background-color: #025de0;
  border: solid 2px #025de0;
}

.trans-box-nick-avatar button.delete:hover,
.transmission-title-box button.delete:hover,
.user-profil button.delete:hover {
  background-color: rgb(82 82 82);
  border: solid 2px rgb(82 82 82);
}

.user-profil
  .user-profil-container
  .user-profil-information
  .user-profil-title {
  display: flex;
  gap: 15px;
  align-items: center;
}

.user-profil
  .user-profil-container
  .user-profil-information
  .user-profil-title
  .online {
  display: flex;
  color: red;
  height: fit-content;
  border-radius: 5px;
  color: white;
  background-color: red;
  padding: 2px 4px;
  align-items: center;
  text-transform: uppercase;
}

.user-profil .user-profil-container .user-profil-information .nickname {
  font-size: 26px;
  font-weight: 600;
}

.user-profil .user-profil-container .user-profil-information .follow {
  font-size: 18px;
  color: #a9a9a9;
}

@media (max-width: 1000px) {
  .user-profil {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .user-profil .user-profil-container {
    flex-direction: column;
    align-items: center;
  }

  .user-profil
    .user-profil-container
    .user-profil-information
    .user-profil-title {
    justify-content: center;
    gap: 0;
  }
}

.profil-buttonss {
  display: flex;
  gap: 20px;
}

@media (max-width: 550px) {
  .profil-buttonss {
    flex-direction: column;
  }
}

#logo-desktop-show {
  display: none;
}

@media (min-width: 1200px) {
  .edit-kanal {
    width: 50%;
    margin: auto 11%;
  }
  #logo-desktop-show {
    display: flex;
  }
  #logo-mobile-show {
    display: none;
  }
}

.hamburger,
.mobile-menu {
  display: none !important;
}

aside {
  width: 180px;
  overflow: hidden;
  overflow-y: auto;
}

aside nav {
  justify-content: flex-start;
  margin: 0;
  gap: 5px;
  margin-top: 25px;
  padding: 10px;
}
aside nav #menu-form {
  display: flex;
  align-items: center;
  width: 100%;
}
aside nav img#zwin-menu {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  opacity: 0.5;
  transition: 0.2s;
}

aside nav #rozwin-menu {
  opacity: 0.5;
  transition: 0.2s;
}

aside nav #rozwin-menu:hover,
aside nav img#zwin-menu:hover {
  cursor: pointer;
  opacity: 1;
}
aside nav #menu-form input {
  width: inherit;
  outline: 0;
  border: 0;
  border-right: none;
  color: white;
  background-color: #202020;
  margin: 0;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
aside nav #menu-form button {
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: initial;
  border: 0;
  border-left: 0px;
  background-color: #202020;
  color: #5a5a5a;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
aside nav input:outline {
  outline: 0;
}

aside nav .container span {
  display: block;
  text-align: left;
  margin: 0;
  transition: 0.2s;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  aside nav .container span {
    max-width: 120px;
  }
}

aside nav .container {
  display: flex;
  gap: 8px;
  margin: 0;
  flex-direction: row;
  padding: 4px 0;
  transition: 0.2s;
}

aside nav #container-mainer {
  padding: 8px 0;
}

aside nav .container svg {
  transition: 0.2s;
}

aside nav .container .icon-wrapper img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: 0.2s;
}

aside nav .container svg#special-svg-menu {
  transform: translate(0);
}

aside nav .container:hover img,
aside nav .container:hover svg,
aside nav .container:hover span {
  transform: translate(5px);
}

aside nav .container:hover {
  background-color: #474747;
}

aside nav .container .icon-wrapper {
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

aside nav .dropdown-content {
  display: none;
  gap: 3px;
  flex-direction: column;
  width: 100%;
}

aside nav .dropdown-content .container .icon-wrapper svg {
  padding-left: 13px;
}

aside nav .container .icon-wrapper svg,
aside nav .container:hover .icon-wrapper svg {
  width: 15px;
  height: 15px;
}

@media (min-width: 1366px) {
  aside {
    width: 240px;
  }
  header {
    padding-left: 240px;
    width: calc(100% - 240px);
  }
  main {
    margin-left: 240px;
  }
  header .header-container nav .cta-button {
    font-size: 16px;
  }
  header .header-container .calendar-desktop .cta-button {
    font-size: 16px;
  }
  aside nav .container .icon-wrapper {
    padding-left: 7px;
  }
  aside nav .container span {
    font-size: 15px;
    max-width: 100px;
  }
  aside nav {
    gap: 8px;
    margin-top: 15px;
  }
  aside nav .dropdown-content {
    gap: 6px;
  }
  footer {
    width: calc(100vw - 240px);
    margin-left: 240px;
  }
  aside nav #menu-form button {
    font-size: large;
  }
  aside nav img#zwin-menu {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  aside nav .container .icon-wrapper img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
  }
}

@media (min-width: 1900px) {
  aside {
    width: 270px;
  }
  header {
    width: calc(100% - 270px);
    padding-left: 270px;
  }

  main {
    margin-left: 270px;
  }

  aside nav .container .icon-wrapper svg,
  aside nav .container:hover .icon-wrapper svg {
    width: 20px;
    height: 20px;
  }

  footer {
    width: calc(100vw - 270px);
    margin-left: 270px;
  }

  aside nav .dropdown-content {
    gap: 8px;
  }

  aside nav .container span {
    max-width: 130px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  aside nav .container span,
  header .header-container .calendar-desktop .cta-button,
  header .header-container nav .cta-button {
    font-size: 22px;
  }

  aside {
    width: 380px;
  }

  header {
    width: calc(100% - 380px);
    padding-left: 380px;
  }

  main {
    margin-left: 380px;
  }

  footer {
    width: calc(100vw - 380px);
    margin-left: 380px;
  }

  aside nav .container {
    padding: 8px 0;
    gap: 20px;
  }

  aside nav #container-mainer {
    padding: 12px 0;
  }

  aside nav .dropdown-content {
    gap: 10px;
  }

  aside nav .container .icon-wrapper svg,
  aside nav .container:hover .icon-wrapper svg {
    width: 30px;
    height: 30px;
  }

  aside nav .container .icon-wrapper {
    padding-left: 20px;
  }

  aside nav {
    margin-top: 50px;
  }
  aside nav .container .icon-wrapper img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  aside nav img#zwin-menu {
    width: 25px;
    height: 25px;
    margin-left: 20px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  aside nav .container span,
  header .header-container .calendar-desktop .cta-button,
  header .header-container nav .cta-button {
    font-size: 32px;
  }

  aside {
    width: 680px;
  }

  header {
    width: calc(100% - 680px);
    padding-left: 680px;
  }

  main {
    margin-left: 680px;
  }

  footer {
    width: calc(100vw - 680px);
    margin-left: 680px;
  }

  aside nav {
    margin-top: 70px;
  }

  aside nav,
  aside nav .dropdown-content {
    gap: 22px;
  }

  aside nav .container .icon-wrapper svg,
  aside nav .container:hover .icon-wrapper svg {
    width: 50px;
    height: 50px;
  }

  aside nav .container {
    padding: 12px 0;
    gap: 30px;
  }

  aside nav #container-mainer {
    padding: 15px 0;
  }

  aside nav .container .icon-wrapper {
    padding-left: 30px;
  }

  aside nav #menu-form button {
    width: 5rem;
    font-size: xx-large;
  }
  aside nav .container .icon-wrapper img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  aside nav img#zwin-menu {
    width: 40px;
    height: 40px;
    margin-left: 30px;
  }
}

@media (max-width: 1200px) {
  aside {
    z-index: 10002;
    width: 0;
    transition: width 0.5s;
    visibility: hidden;
  }
  aside nav {
    margin-top: 0;
  }
  aside nav .dropdown-content {
    gap: 6px;
  }
  header .header-container {
    width: 90%;
  }
  header .header-container .hamburger {
    display: flex !important;
  }
  aside nav img#zwin-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  aside nav {
    padding-top: 0;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .img-slider-mobile {
    width: 2.8rem !important;
    height: 2.8rem !important;
    border-radius: 50% !important;
  }

  .container-text-slider-mobile h5 a {
    font-size: large;
    margin-bottom: 5px;
  }

  .container-text-slider-mobile p a {
    font-size: initial;
  }

  .container-text-slider-mobile {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 600px) {
  .img-slider-mobile {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .container-text-slider-mobile h5 a {
    font-size: initial;
  }

  .container-text-slider-mobile p a {
    font-size: revert;
  }
}

@media (max-width: 500px) {
  .slider-sec-mobile-container .row .item .date {
    font-size: 10px;
  }
  .container-text-slider-mobile h5 a {
    font-size: small;
  }
  .img-slider-mobile {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}

@media (max-width: 450px) {
  .container-text-slider-mobile {
    max-width: 80px;
  }
}

@media (max-width: 350px) {
  .container-text-slider-mobile {
    max-width: 60px;
  }
}

.ogladaj-live {
  background-color: red;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  animation: blink-live 1.5s infinite;
}

@keyframes blink-live {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

svg.heart-menu {
  fill: white;
  width: 12px;
  transition: 0.2s;
}

svg.heart-menu,
span.viewers-menu {
  transform: translate(0) !important;
}

aside nav .container:hover svg.heart-menu {
  transform: scale(1.2) !important;
  fill: red;
}

.title-side-menu {
  margin-right: auto;
  color: #c5c5c5;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 4px;
}

.channel-sec02-container .channel-sec02-wrapper-desc p a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.channel-sec02-container .channel-sec02-wrapper-desc p a {
  display: flex;
  align-items: center;
  padding-top: 5%;
  gap: 15px;
  font-size: 20px;
  color: #b3b3b3;
}

.channel-sec02-container {
  width: 70%;
}

.channel-sec02-wrapper-channel {
  width: 30%;
}

.followed-profiles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
  background-color: #202020;
}

.followed-profiles-container a {
  display: flex;
  gap: 15px;
  align-items: center;
}

.followed-profiles-container .profile-box {
  display: flex;
  background-color: #2a2a2a;
  padding: 10px;
  border-radius: 120px;
  gap: 20px;
}

.followed-profiles-container .profile-box button {
  padding: 10px;
  fill: white;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.followed-profiles-container .profile-box button svg {
  width: 40px;
  height: auto;
  fill: white;
}

.followed-profiles-container a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.followed-profiles-container a span {
  font-size: 18px;
}

@media (min-width: 900px) {
  .channel-sec02-container .channel-sec02-wrapper-desc p a {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .title-side-menu {
    font-size: 11px;
  }
}

@media (min-width: 1366px) {
  .ogladaj-live {
    height: 16px;
    width: 16px;
  }
  svg.heart-menu {
    width: 14px;
  }
  aside nav .container:hover svg.heart-menu {
    transform: scale(1.3) !important;
  }
  .title-side-menu {
    font-size: 16px;
  }
  header .header-container .calendar-desktop .cta-button img {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .ogladaj-live {
    height: 20px;
    width: 20px;
  }
  svg.heart-menu {
    width: 20px;
  }
  .title-side-menu {
    font-size: 20px;
  }
  .channel-sec02-container .channel-sec02-wrapper-desc p a img {
    width: 70px;
    height: 70px;
  }

  .channel-sec02-container .channel-sec02-wrapper-desc p a {
    gap: 25px;
    font-size: 28px;
  }
  header .header-container .calendar-desktop .cta-button img {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 3800px) and (min-height: 2100px) {
  .ogladaj-live {
    height: 30px;
    width: 30px;
  }
  svg.heart-menu {
    width: 36px;
  }
  .title-side-menu {
    font-size: 32px;
  }
  .channel-sec02-container .channel-sec02-wrapper-desc p a img {
    width: 110px;
    height: 110px;
  }
  .channel-sec02-container .channel-sec02-wrapper-desc p a {
    gap: 35px;
    font-size: 42px;
  }
  header .header-container .calendar-desktop .cta-button img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 200px) {
  .acc-sec01-wrapper .acc-profil-user {
    display: flex;
    gap: 30px;
  }

  .acc-sec01-wrapper .acc-profil-user p {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
  }

  .acc-sec01-wrapper .acc-profil-user .avatar-user {
    display: flex;
    flex-direction: column;
  }

  .acc-sec01-wrapper .acc-profil-user .avatar-user img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    transition: 0.2s;
  }

  .acc-sec01-wrapper .save-button-avatar {
    color: white;
    background-color: rgb(41, 128, 255);
    outline: 0;
    border: 0;
    padding: 12px 24px;
    margin-left: auto;
    font-size: large;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .save-button-avatar {
    color: white;
    background-color: rgb(41, 128, 255);
    outline: 0;
    border: 0;
    padding: 12px 24px;
    margin-left: auto;
    font-size: large;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    transition: 0.2s;
  }

  .save-button-avatar:hover {
    background-color: rgb(0, 82, 203);
  }
}

@media (min-width: 1200px) {
  .acc-sec01-wrapper .acc-profil-user .avatar-user img {
    width: 5rem;
    height: 5rem;
  }
}

.profil-searcher {
  display: flex;
  gap: 20px;
}

.profil-searcher img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.profil-searcher .user-profil-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.profil-searcher .user-profil-title .nickname {
  font-size: 26px;
  font-weight: 600;
  transition: 0.2s;
}

.profil-searcher .user-profil-title .follow {
  font-size: 18px;
  color: #a9a9a9;
}

.profil-searcher:hover .user-profil-title .nickname {
  color: rgb(41, 128, 255);
}

/* @media (max-width: 1366px) {
  .carousel__img {
    padding-top: 36% !important;
  }
}

@media (max-width: 1200px) {
  .carousel__img {
    padding-top: 56% !important;
  }
}

@media (min-width: 1366px) {
  .carousel__img {
    padding-top: 42.5% !important;
  }
}

@media (min-width: 1600px) {
  .carousel__img {
    padding-top: 42% !important;
  }
}

@media (min-width: 900px) {
  .carousel__btn--next,
  .carousel__btn--back {
    position: absolute;
    width: 90px;
    height: 90px;
    background: transparent;
    border: 0;
    outline: 0;
    right: 160%;
    top: 15%;
  }

  .carousel__btn--next:hover,
  .carousel__btn--back:hover {
    box-shadow: 0 0 20px black;
  }

  .carousel__btn--back img,
  .carousel__btn--next img {
    width: 100%;
    height: 100%;
  }

  .carousel__btn--next {
    left: 160%;
  }
}

@media (min-width: 1200px) {
  .carousel__btn--next,
  .carousel__btn--back {
    width: 70px;
    height: 70px;
    right: 160%;
    top: auto;
  }

  .carousel__btn--next {
    left: 160%;
  }
}

@media (min-width: 1366px) {
  .carousel__btn--next,
  .carousel__btn--back {
    right: 145%;
  }

  .carousel__btn--next {
    left: 145%;
  }
}

@media (min-width: 1600px) {
  .carousel__btn--next,
  .carousel__btn--back {
    right: 165%;
  }

  .carousel__btn--next {
    left: 165%;
  }
}

@media (min-width: 1900px) {
  .carousel__btn--next,
  .carousel__btn--back {
    right: 190%;
  }

  .carousel__btn--next {
    left: 190%;
  }
} */

.announcement-number-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  position: fixed;
  background-color: #e87000;
  opacity: 0.9;
  padding: 8px 0;
  z-index: 100000;
}

@media (min-width: 700px) {
  .announcement-number-confirm {
    top: 90px;
    width: 600px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .announcement-number-confirm {
    top: 65px;
  }
}

@media (min-width: 1600px) {
  .announcement-number-confirm {
    top: 70px;
  }
}

@media (min-width: 1900px) {
  .announcement-number-confirm {
    top: 75px;
  }
}

@media (min-width: 2500px) {
  .announcement-number-confirm {
    top: 100px;
  }
}

.announcement-number-confirm svg {
  margin-left: auto;
  margin-right: 1%;
  transition: 0.2s;
  cursor: pointer;
}

.announcement-number-confirm a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.announcement-number-confirm p {
  line-height: inherit;
  margin: 0;
  transition: 0.2s;
  font-size: 12px;
  margin-left: auto;
}

@media (min-width: 900px) {
  .announcement-number-confirm p {
    font-size: 16px;
  }
}

@media (min-width: 400px) {
  .announcement-number-confirm p {
    font-size: 16px;
  }
}

.announcement-number-confirm p:hover {
  color: #e8e8e8;
}

.announcement-number-confirm svg:hover {
  fill: #e8e8e8;
}

.announcement-number-confirm #info-icon-box {
  width: 60px;
  height: auto;
}

@media (max-width: 1200px) {
  .announcement-number-confirm #info-icon-box {
    width: 100px;
  }
}

.announcement-number-confirm #info-icon-box-i {
  width: 40px;
}

@media (max-width: 800px) {
  .announcement-number-confirm #info-icon-box-i {
    width: 50px;
  }
  .announcement-number-confirm #info-icon-box {
    width: 80px;
  }
}

@media (max-width: 600px) {
  .announcement-number-confirm #info-icon-box-i {
    width: 60px;
  }
  .announcement-number-confirm #info-icon-box {
    width: 100px;
  }
}

@media (max-width: 400px) {
  .announcement-number-confirm #info-icon-box-i {
    width: 80px;
  }
  .announcement-number-confirm #info-icon-box {
    width: 120px;
  }
}

.panel-transmisji-text-2 {
  display: flex;
  order: 4;
  width: 90%;
  border-radius: 0;
  box-shadow: none;
}

.panel-transmisji-edit-button {
  margin: 20px 0;
  border: 0;
  outline: 0;
  background-color: rgb(41, 128, 255);
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  order: 1;
  font-size: 110%;
}

.panel-transmisji-chat {
  display: none;
}

.video-panel-transmisji-box {
  display: flex;
  align-items: flex-start;
}

.panel-transmisji-desc {
  display: none;
}

.panel-transmisji-inputs {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  margin: 30px auto 50px auto;
}

@media (min-width: 1200px) {
  .panel-transmisji-text-2 {
    display: none;
  }

  .panel-transmisji-chat {
    display: flex;
    width: 20%;
    margin: 30px auto 50px auto;
    border-radius: 0;
    padding: 30px 40px;
  }

  .video-panel-transmisji-box {
    width: 30%;
  }

  .panel-transmisji-desc {
    display: flex;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.create-trans-miniaturka {
  display: flex;
  flex-direction: column;
  width: 100%;
}

a#create-trans-select {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.2s;
}

a#create-trans-select:hover {
  color: rgb(41, 128, 255);
}

.create-trans-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.create-trans-form-top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.create-trans-form-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.create-trans-form-left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.create-trans-form-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.create-trans-button-create-mobile {
  display: flex;
  justify-content: center;
}

.create-trans-button-create-desktop {
  display: none;
}

@media (min-width: 900px) {
  .trans-container .create-transmision-wrapper form {
    display: flex;
    gap: 30px;
    flex-direction: row;
  }

  .create-trans-miniaturka {
    width: 25%;
  }

  .create-trans-form {
    width: 75%;
  }

  .create-trans-form-top {
    flex-direction: row;
    gap: 0;
  }

  .create-trans-form-bottom {
    flex-direction: row;
    gap: 40px;
  }

  .create-trans-form-left {
    width: 60%;
  }

  .create-trans-form-right {
    width: 40%;
  }

  .create-trans-button-create-mobile {
    display: none;
  }

  .create-trans-button-create-desktop {
    display: flex;
    justify-content: center;
  }
}

#loading-accu {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#loading-accu div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: loading-accu 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

#loading-accu div:nth-child(1) {
  left: 8px;
  animation-delay: -0.2s;
}

#loading-accu div:nth-child(2) {
  left: 32px;
  animation-delay: -0.1s;
}

#loading-accu div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes loading-accu {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

aside nav #rozwin-menu2 {
  transition: 0.2s;
}

aside nav #rozwin-menu2:hover {
  color: rgb(41, 128, 255);
}

.img-icon-avatar-boxx {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media (min-width: 2500px) and (min-height: 1400px) {
  .img-icon-avatar-boxx {
    width: 40px;
    height: 40px;
  }
}

.trans-box-nick-avatar a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 10px 0;
}

.trans-box-nick-avatar a img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@media (max-width: 900px) {
  .trans-box-nick-avatar button {
    margin: 0 !important;
  }

  .trans-sec01-cnt-gallery {
    padding: 20px 0 !important;
    width: 100% !important;
  }

  .box-date-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: flex-start !important;
    gap: 10px;
  }
}

.text-main-menu,
.fav-channels-menu {
  max-width: 140px !important;
}

@media (min-width: 1200px) {
  .text-main-menu,
  .fav-channels-menu {
    max-width: 110px !important;
  }
}

@media (min-width: 1366px) {
  .text-main-menu,
  .fav-channels-menu {
    max-width: 150px !important;
  }
}

@media (min-width: 1900px) {
  .text-main-menu,
  .fav-channels-menu {
    max-width: 160px !important;
  }
}

.video-sec-container-event {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}

.video-wrapper-event {
  width: 100%;
  transition: 0.1s;
}

.event-button-my {
  transition: 0.1s;
  padding: 0;
  background-color: rgb(41, 128, 255) !important;
}

.event-button-my:hover {
  outline: 0;
  border: 0;
  background-color: rgb(30, 106, 217) !important;
}

.new-event-box {
  display: flex;
  flex-direction: row !important;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  background: #404040;
  box-shadow: 2px 2px 4px black;
}

.video-wrapper-event:hover {
  outline: 5px solid rgb(30, 106, 217);
}

.new-event-box .container-event-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 12px 6px;
  color: white;
  background-color: rgb(41, 128, 255);
}

.new-event-box .container-event-data svg {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}

.new-event-box .container-event-data p {
  color: white;
  white-space: nowrap;
  text-align: center;
  margin: 0 !important;
}

.new-event-box .container-event-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 12px 8px;
  text-align: left;
  gap: 6px;
}

.new-event-box .container-event-title h5 {
  margin: 0;
  color: #428fff;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.new-event-box .container-event-title p {
  display: flex;
  align-items: center;
  margin: 0;
  text-align: left;
  width: 100%;
}

.new-event-box .container-event-title p span {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-event-box .container-event-title p svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media (min-width: 350px) {
  .new-event-box .container-event-title h5 {
    max-width: 200px;
  }

  .new-event-box .container-event-title p span {
    max-width: 170px;
  }
}

@media (min-width: 450px) {
  .new-event-box .container-event-title h5 {
    max-width: 250px;
  }

  .new-event-box .container-event-title p span {
    max-width: 220px;
  }
}

@media (min-width: 600px) {
  .video-wrapper-event {
    width: calc(50% - 10px);
  }

  .video-sec-container-event {
    gap: 20px;
  }

  .new-event-box .container-event-title h5 {
    max-width: 150px;
  }

  .new-event-box .container-event-title p span {
    max-width: 130px;
  }
}

@media (min-width: 750px) {
  .new-event-box .container-event-title h5 {
    max-width: 220px;
  }

  .new-event-box .container-event-title p span {
    max-width: 190px;
  }
}

@media (min-width: 900px) {
  .video-wrapper-event {
    width: calc(33% - 11px);
  }

  .video-sec-container-event {
    gap: 20px;
  }

  .new-event-box .container-event-title h5 {
    max-width: 150px;
  }

  .new-event-box .container-event-title p span {
    max-width: 130px;
  }
}

@media (min-width: 1050px) {
  .new-event-box .container-event-title h5 {
    max-width: 220px;
  }

  .new-event-box .container-event-title p span {
    max-width: 190px;
  }
}

@media (min-width: 1200px) {
  .new-event-box .container-event-title h5 {
    max-width: 90%;
  }

  .new-event-box .container-event-title p span {
    max-width: 80%;
  }

  .event-button-my {
    width: 32.1% !important;
  }

  .new-event-box {
    box-shadow: 4px 4px 8px black;
  }
}

.tickets-padding p {
  margin-bottom: 0;
}

.icon-event-button {
  display: flex;
  cursor: pointer;
  padding: 10px;
  background-color: #2b2b2b;
  box-shadow: 0 0 3px black;
  transition: 0.2s;
  border-radius: 8px;
}

.icon-event-button:hover {
  background-color: rgb(41, 128, 255);
}

#lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
#lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
#lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
#lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
#lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
#lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
#lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
#lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
#lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
#lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
#lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
#lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
#lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
#lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
#lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
#lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
#lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
#lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

input.toggle-switch[type="checkbox"] {
  height: 0 !important;
  width: 0 !important;
  visibility: hidden;
  position: absolute;
}

label.toggle-switch {
  text-indent: -9999px;
  width: 70px;
  height: 30px !important;
  background: red !important;
  display: block;
  position: relative;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  cursor: pointer;
  border-radius: 15px !important;
}

label.toggle-switch:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 20px;
  background: #fff;
  transition: 0.2s;
  border-radius: 15px !important;
}

input.toggle-switch:checked + label.toggle-switch {
  background: lime !important;
}

input.toggle-switch:checked + label.toggle-switch:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label.toggle-switch:active:after {
  width: 30px;
}

.event-panel-container {
  margin: 0 auto;
  width: 90%;
  margin-top: 30px;
}

.event-panel-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.event-panel-title p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-panel-title p svg {
  width: 25px;
  height: 25px;
}

.event-panel-title h1 {
  margin: 0;
  text-transform: none;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-panel-title h2 {
  text-transform: uppercase;
}

.event-panel-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.event-panel-box button,
.event-panel-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  background-color: #303030;
  padding: 50px 0;
  outline: 0;
  color: white;
  border: 0;
  transition: 0.1s;
}

.event-panel-box button:hover,
.event-panel-box a:hover {
  outline: 5px solid rgb(30, 106, 217);
}

.event-panel-box button h2,
.event-panel-box a h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.event-panel-box button svg,
.event-panel-box a svg {
  width: 40px;
  height: 40px;
  fill: rgb(41, 128, 255) !important;
}

@media (min-width: 600px) {
  .event-panel-box button,
  .event-panel-box a {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .event-panel-box button,
  .event-panel-box a {
    width: calc(33% - 12px);
  }

  .event-panel-box button h2,
  .event-panel-box a h2 {
    font-size: 16px;
  }

  .event-panel-box button svg,
  .event-panel-box a svg {
    width: 35px;
    height: 35px;
  }

  .event-panel-title p,
  .event-panel-title h1 {
    max-width: 50%;
  }
}

@media (min-width: 1366px) {
  .event-panel-box button,
  .event-panel-box a {
    width: calc(25% - 16px);
  }
}

@media (min-width: 1600px) {
  .event-panel-box button,
  .event-panel-box a {
    width: calc(20% - 17px);
  }
}

.no-tickets-event {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.no-tickets-event p {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #e87000;
  margin: 0;
}

.title-events-ticket {
  margin-top: 8px;
  margin-bottom: 8px;
}

.no-tickets-event p svg {
  width: 20px;
  height: 20px;
  fill: white;
  margin: 0;
}

@media (max-width: 900px) {
  .no-tickets-event p {
    flex-direction: column;
  }

  .no-tickets-event p svg {
    width: 30px;
    height: 30px;
  }
}

.number-input-color:focus,
.number-input-color {
  background-color: #202020;
  color: white;
  padding: 6px 12px;
  border: none;
  outline: 0;
  border-left: 5px solid rgb(41, 128, 255);
}

.check-ticket-event input[type="text"]:focus,
.check-ticket-event input[type="text"] {
  border: 0;
  outline: 0;
  border-left: 5px solid rgb(41, 128, 255);
  padding: 6px 12px;
  background-color: #303030;
  color: white;
}

.check-ticket-event .scanQRbutton {
  border: 0 !important;
  border: 2px solid rgb(41, 128, 255) !important;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .scanQRbutton {
    display: none !important;
  }
}

.edit-event-panel {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 25px;
}

.edit-event-panel p {
  margin: 20px 0 10px 0;
  font-size: 120%;
  font-weight: 600;
}

.edit-event-panel textarea,
.edit-event-panel textarea:focus,
.edit-event-panel input:focus,
.edit-event-panel input {
  color: white;
  outline: 0;
  border: 0;
  background-color: #262626;
  border-left: 5px solid rgb(41, 128, 255);
  padding: 6px 12px;
  font-size: inherit;
}

.edit-event-panel textarea,
.edit-event-panel input {
  margin-bottom: 10px;
}

.edit-event-panel-logo {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edit-event-panel-center {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.edit-event-panel-right {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.button-edit-event span {
  margin-left: 20px;
}

@media (max-width: 900px) {
  .channel-sec02-wrapper-channel {
    width: auto;
  }

  .edit-event-panel {
    flex-direction: column;
  }

  .edit-event-panel-logo,
  .edit-event-panel-center,
  .edit-event-panel-right {
    width: 100%;
  }

  .button-edit-event {
    display: flex;
    flex-direction: column;
  }

  .button-edit-event span {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .modal-content {
    padding: 10px;
  }

  .container-number-box {
    padding: 0 30px;
  }
}

@media (max-width: 550px) {
  .modal .modal-container .right-side-modal form .container-passwords {
    flex-direction: column;
    gap: 20px;
  }

  .modal .modal-container .right-side-modal {
    padding: 10px;
  }
}

.ticket-generator {
  background-color: white !important;
  height: 80px !important;
  padding: 0 !important;
  gap: 8px !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  transition: 0.2s !important;
}

.ticket-generator:hover {
  outline: 0 !important;
  border: 0 !important;
  background-color: #d1d1d1 !important;
}

.ticket-generator:hover .dashed-ticket {
  border-left: 2px solid #262626;
}

.ticket-generator p {
  color: black;
  margin: 0;
  font-weight: 600;
}

.left-border-ticket {
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  width: 20px;
  height: 60%;
  background-color: #262626;
}

.right-border-ticket {
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  width: 20px;
  height: 60%;
  background-color: #262626;
  margin-left: auto;
}

.dashed-ticket {
  border-left: 2px dashed #262626;
  height: 100%;
  margin-left: auto;
  padding-right: 10px;
}

.ticket-title-generator {
  font-weight: 600;
  font-size: 150%;
  width: 65vw;
}

.title-ticket-name {
  display: block;
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1800px) {
  .left-border-ticket,
  .right-border-ticket {
    width: 20px;
  }

  .title-ticket-name {
    width: 120px;
  }
}

@media (max-width: 1366px) {
  .title-ticket-name {
    width: 150px;
  }
}

@media (max-width: 1200px) {
  .ticket-title-generator {
    width: 95%;
  }

  .title-ticket-name {
    width: 250px;
  }

  .left-border-ticket,
  .right-border-ticket {
    width: 30px;
  }
}

@media (max-width: 800px) {
  .title-ticket-name {
    width: 150px;
  }
}

.data-wrapper p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.stats-event-panel {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.stats-event-panel input:focus,
.stats-event-panel input {
  border: 0;
  outline: 0;
  border-left: 5px solid rgb(41, 128, 255);
  background-color: #303030;
  padding: 6px 12px;
  color: white;
  width: 20%;
}

@media (max-width: 900px) {
  .stats-event-panel {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-event-panel input:focus,
  .stats-event-panel input {
    width: 150px;
  }
}

.event-show-img {
  width: 50%;
}

.event-show-text {
  width: 50%;
}

.event-box-mobile h1 {
  width: 35vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.event-return {
  margin: 10px auto 0 auto;
}

@media (max-width: 900px) {
  .event-box-mobile p {
    padding: 0 !important;
  }

  .event-box-mobile a {
    padding-top: 10px !important;
  }

  .event-box-mobile h1 {
    text-align: left !important;
    width: 80vw;
  }

  .event-return {
    margin: 10px;
    margin-bottom: 0;
  }

  .event-show-text {
    width: 100%;
  }

  .event-box-mobile .channel-sec02-wrapper-text {
    align-items: flex-start !important;
  }

  .event-show-img {
    width: 100%;
    height: 35vh;
  }
}

.panel-transmisji-inputs {
  padding: 30px 40px !important;
}

.panel-transmisji-inputs select,
.panel-transmisji-inputs textarea,
.panel-transmisji-inputs input {
  border-radius: 0;
  border: 0;
  outline: 0;
  border-left: 5px solid rgb(41, 128, 255);
  background-color: #202020;
  color: white;
  padding: 6px 12px;
  font-size: inherit;
}

.panel-transmisji-inputs textarea {
  padding-top: 12px;
}

.video-panel-transmisji-box .vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: large !important;
}

img.panel-channel-sec01-wrapper-config-img {
  cursor: crosshair;
  transition: 0.2s;
}

img.panel-channel-sec01-wrapper-config-img:after {
  content: "XD";
}

img.panel-channel-sec01-wrapper-config-img:hover {
  opacity: 0.6;
}

/* .trans-sec01-cnt-video .video-js .vjs-big-play-button {
  top: calc(50% - 0px) !important;
  left: calc(50% - 0px) !important;
} */

.buttons-menu-panel-trans {
  width: 100%;
  display: flex;
  gap: 20px;
}

.buttons-menu-panel-trans button {
  width: 150px;
  padding: 12px 0;
  margin: 0;
  outline: 0;
  border: 0;
  background-color: #262626;
  border: 3px solid #1e1e1e;
  font-size: 18px;
  color: white;
  box-shadow: 0 0 8px #101010;
  transition: 0.2s;
}

.buttons-menu-panel-trans button:hover {
  cursor: pointer;
  border: 3px solid rgb(41, 128, 255) !important;
  background-color: #1e1e1e;
}

@media (max-width: 1200px) {
  .panel-transmisji-mobile {
    display: flex;
    flex-direction: column;
  }

  .panel-transmisji-mobile .trans-sec01-cnt-video {
    height: 600px !important;
  }

  .panel-transmisji-inputs {
    width: calc(100% - 60px);
    margin: 0;
    padding: 0 !important;
    padding: 30px !important;
  }

  .video-panel-transmisji-box {
    margin: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
  .panel-transmisji-mobile {
    width: 100% !important;
  }

  .panel-transmisji-inputs {
    width: calc(100% - 60px);
    max-width: none;
  }

  .mobile-widok-trans {
    width: calc(100% - 40px);
  }

  .panel-transmisji-mobile .trans-sec01-cnt-video {
    height: 400px !important;
  }

  .video-panel-transmisji-box {
    max-width: none !important;
  }
}

@media (max-width: 600px) {
  .panel-channel-sec01-wrapper-container img {
    width: 70% !important;
  }

  .input-mobile-panel-trans {
    justify-content: flex-start !important;
  }

  .mobile-cateories-panel {
    flex-direction: column !important;
    gap: 20px;
  }

  .mobile-cateories-panel .transmission-date {
    width: 100% !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 750px) {
  .slider-sec-mobile-container .row .item .date {
    max-width: 200px !important;
  }
}

@media (max-width: 650px) {
  .slider-sec-mobile-container .row .item .description-slide-mobile {
    display: none !important;
  }
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: xx-large !important;
}

.input-chat-mode {
  border: 0;
  background-color: #2e2e2e;
  border-radius: 5px;
  padding: 8px 12px;
  color: white;
  transition: 0.2s;
  outline-color: transparent;
}

.input-chat-mode:hover {
  outline: 2px solid #424242;
}

.input-chat-mode:focus {
  outline: 2px solid rgb(41, 128, 255);
  background-color: black;
}

.message-content-profil {
  display: flex;
  align-items: center;
}

.message-content-profil img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}

.message-content-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 2px;
  height: fit-content;
  background-color: red;
  border-radius: 5px;
  cursor: pointer;
}

.message-content-icon svg {
  width: 17px;
  height: 17px;
  fill: white;
}

.message-content {
  display: flex;
  align-items: flex-start;
}

.message-content p {
  margin: 0;
  padding: 0;
  margin: 5px 0;
}

@media (max-width: 900px) {
  .trans-box-nick-avatar a {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .trans-box-nick-avatar {
    margin-bottom: 30px;
  }
}

.ticket-evento,
.calendar-evento {
  padding: 22px;
}

.calendar-evento p {
  margin: 0;
}

.background-top-evento {
  padding-left: 60px;
  padding-bottom: 50px;
  border-bottom: 3px solid #2c2c2c;
}

.background-top-evento h1 {
  margin-bottom: 0;
  overflow-wrap: break-word;
}

.background-top-evento p {
  margin-top: 0;
}

.ticket-evento button {
  margin: 0 !important;
}

.container-evento {
  display: flex;
  width: 100%;
  background-color: #242424;
}

.player-evento,
.desc-evento {
  display: flex;
  width: 50%;
  padding: 22px;
}

.desc-evento {
  border-right: 3px solid #2c2c2c;
}

.desc-evento p {
  margin: 0;
  overflow-wrap: anywhere;
}

.player-evento {
  justify-content: center;
}

.videos-evento {
  border-top: 3px solid #2c2c2c;
}

@media (max-width: 900px) {
  .channel-type-mobile {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .channel-type-mobile .channel-sec02-wrapper-text {
    align-items: flex-start;
  }
}

.event-stats-button {
  font-size: initial;
  color: white;
  background-color: #303030;
  padding: 7px 14px;
  border: 0;
  outline: 0;
  transition: 0.2s;
  font-weight: 600;
}

.event-stats-button:hover {
  background-color: #4d4c4c;
}

#mainStatistic {
  border: 4px solid #303030;
  padding: 0 20px;
}

#mainStatistic p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.one-block-chat {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.one-block-chat #emotki {
  display: flex;
  position: absolute;
  padding: 0 15px;
}

.one-block-chat #message {
  width: calc(100% - 23px);
}

.one-block-chat button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}

#lista-emotek {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  margin-top: -80px;
  right: 0;
  width: 250px;
  background-color: #242424;
}

#lista-emotek span {
  cursor: pointer;
  transition: 0.2s;
}

#lista-emotek span:hover {
  background-color: #424242;
}

.one-block-chat button svg {
  fill: #646464;
  transition: 0.2s;
  width: 20px;
  height: 20px;
}

.one-block-chat button:hover svg {
  fill: rgb(41, 128, 255);
}

@media (max-width: 1200px) {
  #chat {
    max-height: none !important;
    height: calc(50vw - 40px) !important;
  }
}

@media (max-width: 900px) {
  #chat {
    height: calc(393px - 40px) !important;
  }
}

.button-adds-header {
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0 !important;
}

.button-adds-header svg {
  fill: white !important;
  transition: 0.2s !important;
  width: 30px !important;
  height: 30px !important;
}

.button-adds-header:hover svg {
  fill: rgb(41, 128, 255) !important;
}

@media (max-width: 700px) {
  .announcement-number-confirm {
    top: 0;
  }
}

@media (max-width: 1200px) {
  .event-box-transss {
    width: 60% !important;
  }
}

@media (max-width: 900px) {
  .event-box-transss {
    width: 80% !important;
  }
}

@media (max-width: 600px) {
  .container-evento {
    flex-direction: column !important;
  }

  .player-evento,
  .desc-evento {
    width: calc(100% - 44px) !important;
  }

  .event-box-transss {
    width: 100% !important;
  }

  .buttons-eventooo {
    flex-direction: column;
  }
}

.please-register {
  width: calc(100% - 72px);
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 0;
  background-color: white;
  z-index: 10002;
  gap: 16px;
  padding: 0 36px;
}

.please-register img {
  height: 60px;
}

.please-register-p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  color: black;
}

.please-register #register-footer {
  cursor: pointer;
  background-color: rgb(41, 128, 255);
  color: white;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: inherit;
  transition: 0.2s;
}

.please-register #register-footer:hover {
  background-color: rgb(0, 104, 255);
}

@media (max-width: 1200px) {
  .please-register {
    display: none;
  }
}

@media (max-width: 1700px) {
  section.contact .contact-container .inf-container {
    gap: 15%;
  }
}

@media (max-width: 1600px) {
  section.contact .contact-container .inf-container .contact-text,
  section.contact .contact-container .inf-container .contact-text h1 {
    font-size: 24px;
  }

  section.contact .contact-container .form-container h1 {
    font-size: 24px;
  }
}

@media (max-width: 1400px) {
  section.contact .contact-container .inf-container {
    gap: 0;
  }
}

@media (max-width: 1200px) {
  .contact-box-need {
    width: 100%;
  }

  section.contact .contact-container .inf-container .contact-text,
  section.contact .contact-container .inf-container .contact-text h1 {
    font-size: 20px;
  }

  section.contact .contact-container .form-container h1 {
    font-size: 20px;
  }

  section.contact .contact-container .inf-container {
    gap: 28px;
  }

  .contact-div-margin {
    margin: 0 !important;
    margin-top: 20px !important;
  }

  .contact h1.contact-h {
    width: 88%;
  }
}

@media (max-width: 900px) {
  section.contact .contact-container .inf-container {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  section.contact .contact-container .inf-container .contact-text,
  section.contact .contact-container .inf-container .contact-text h1 {
    font-size: 16px;
  }

  section.contact .contact-container .form-container h1 {
    font-size: 16px;
  }

  .adderrr a,
  .adderrr {
    font-size: 14px !important;
  }

  section.contact .contact-container {
    width: calc(95% - 40px);
    padding: 20px;
  }

  .contact h1.contact-h {
    width: 95%;
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-top: 2px solid #3a3a3a;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  font-size: larger;
  position: relative;
}

.faq-question::before {
  content: "\25B6";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .faq-question::before {
    content: "";
  }
}

.faq-question.active::before {
  transform: rotate(270deg);
  display: flex;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, transform 0.4s ease-out;
  transform-origin: top;
  color: #c9c9c9;
}

.faq-answer.active {
  max-height: 500px;
  transition: max-height 0.8s ease-in, transform 0.8s ease-in;
  transform-origin: top;
  transform: translateY(0);
}

.platnosci-admin-select {
  margin: 40px 0 20px 0;
  display: flex;
  width: 100%;
  gap: 28px;
}

.platnosci-admin-select-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.container-platnosci-fraza {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.container-platnosci-fraza input {
  padding: 4px 0 4px 12px;
  border: 0;
  outline: 0;
  background-color: #2a2a2a;
  color: white;
  border-left: 5px solid rgb(41, 128, 255);
}

.platnosci-pages button,
.container-platnosci-fraza button {
  color: white;
  background-color: rgb(41, 128, 255);
  border: 0;
  outline: 0;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 600;
}

.platnosci-pages {
  display: flex;
  align-items: center;
  gap: 12px;
}

.platnosci-statystyki {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
  font-size: 18px;
}

.platnosci-pages #strony {
  margin-right: 20px;
  font-size: 18px;
}

.blog-left-sidee {
  display: flex;
  align-items: center;
  gap: 18px;
}

.blog-left-sidee button {
  font-size: 16px !important;
  padding: 8px 12px;
}

.admin-searching-pages {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.admin-searching-pages #strony {
  font-size: 18px;
  margin-right: 12px;
}

.admin-searching-pages button {
  font-size: 16px !important;
  padding: 8px 12px;
  color: white;
  font-weight: 600;
  outline: 0;
  border: 0;
  background-color: rgb(41, 128, 255);
}

/* .carousel__card .video-js, .carousel__card video {
  width: 365px !important;
  background: black;
}

@media (max-width: 1366px) {
  .carousel__card .video-js, .carousel__card video {
    width: 240px !important;
  }
}

@media (max-width: 1200px) {
  .carousel__card .video-js, .carousel__card video {
    width: 320px !important;
  }
} */

.play-button-carousell {
  background: transparent;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(48, 48, 48, 0.5);
  border: 2px solid white;
  border-radius: 12px;
  padding: 4px 18px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px !important;
}

@media (max-width: 1199px) {
  .ofert-sec01-wrapper-box .left img {
    height: 300px !important;
  }
}

@media (max-width: 600px) {
  .owl-carousel .owl-stage {
    padding-bottom: 20px !important;
  }
}

.trans-sec01-cnt-comments {
  order: 3;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  width: calc(100% - 60px);
}

.comments-header {
  color: white;
  font-size: 20px;
}

.my-comment-box {
  display: flex;
  gap: 12px;
  width: calc(100% - 20px);
  margin-bottom: 40px;
  background: #242424;
  padding: 10px;
}

.my-comment-box .avatar {
  display: flex;
  margin-bottom: auto;
}

.my-comment-box .avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.input-comments {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-comments input {
  width: 100%;
  border: 0;
  outline: 0;
  color: white;
  border-bottom: 1px solid #b3b3b3;
  padding: 0;
  padding-bottom: 2px;
  margin: 0;
  margin-bottom: 12px;
}

.add-comment-input {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.add-comment-input button.comm {
  background-color: rgb(41, 128, 255);
  border: 0;
  outline: 0;
  color: white;
  font-weight: 600;
  padding: 8px 16px;
  font-size: inherit;
  transition: 0.2s;
}

.add-comment-input button.comm:hover {
  background-color: rgb(0, 82, 203);
}

.add-comment-input button.anull {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: white;
  font-weight: 600;
  font-size: inherit;
  transition: 0.2s;
}

.add-comment-input button.anull:hover {
  color: rgb(41, 128, 255);
}

.input-comments p {
  margin: 0;
}

.del-comm {
  font-size: 16px;
  width: 250px;
  padding: 8px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}

.header-chatt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #383838;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .header-chatt button {
    display: none !important;
  }
}

.header-chatt button {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

.icon-show-chatt {
  width: 20px;
  height: 20px;
  fill: white;
  opacity: 0.5;
  transform: rotate(180deg);
  transition: 0.2s;
}

.button-icon-show-chatt {
  display: none;
  position: absolute;
  right: 1%;
  top: 4%;
  z-index: 1;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 2;
}

.button-icon-show-chatt:hover .icon-show-chatt {
  opacity: 1;
}

.header-chatt button svg {
  fill: white;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.header-chatt button:hover svg {
  opacity: 1;
}

.header-chatt span {
  text-transform: uppercase;
  margin: auto;
}

/* @media (min-width: 1200px) {
  .carousel__btn--back {
    right: 155%;
  }

  .carousel__btn--next {
    left: 155%;
  }
}

@media (min-width: 1300px) {
  .carousel__btn--back {
    right: 170%;
  }

  .carousel__btn--next {
    left: 170%;
  }
}

@media (min-width: 1366px) {
  .carousel__btn--back {
    right: 140%;
  }

  .carousel__btn--next {
    left: 140%;
  }
}

@media (min-width: 1400px) {
  .carousel__btn--back {
    right: 145%;
  }

  .carousel__btn--next {
    left: 145%;
  }
}

@media (min-width: 1500px) {
  .carousel__btn--back {
    right: 155%;
  }

  .carousel__btn--next {
    left: 155%;
  }
}

@media (min-width: 1600px) {
  .carousel__btn--back {
    right: 165%;
  }

  .carousel__btn--next {
    left: 165%;
  }
}

@media (min-width: 1700px) {
  .carousel__btn--back {
    right: 175%;
  }

  .carousel__btn--next {
    left: 175%;
  }
}

@media (min-width: 1800px) {
  .carousel__btn--back {
    right: 185%;
  }

  .carousel__btn--next {
    left: 185%;
  }
}

@media (min-width: 1900px) {
  .carousel__btn--back {
    right: 190%;
  }

  .carousel__btn--next {
    left: 190%;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .carousel__card {
    width: 100%;
  }
} */

.category-subpage {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.category-subpage-namebox {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.category-subpage-namebox img {
  width: 180px;
}

.category-subpage-namebox-des {
  display: flex;
  flex-direction: column;
}

.category-subpage-namebox-des p {
  line-height: inherit;
}

.category-subpage-namebox-des h1 {
  margin: 0;
  font-size: 38px;
  line-height: inherit;
}

.category-subpage-search {
  display: flex;
  gap: 42px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
}

.category-subpage-search button {
  border: 0;
  outline: 0;
  color: white;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  padding-bottom: 5px;
  transition: all 0.1s ease-out;
}

.category-subpage-search button.activee {
  border-bottom: 3px solid rgb(41, 128, 255);
  color: rgb(41, 128, 255);
}

.select-category-subpage {
  display: none;
  flex-direction: column;
}

.select-category-subpage .channels-nav-sec-container {
  margin: 0 auto 0 5%;
  width: max-content;
  margin-bottom: 20px;
}

.select-category-subpage .main-header {
  margin: 0 auto;
  width: 90%;
}

.activee {
  display: flex;
}

@media (max-width: 900px) {
  .category-subpage-search button {
    font-size: inherit;
  }
}

@media (max-width: 700px) {
  .category-subpage-search {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .category-subpage-namebox {
    flex-direction: column;
    align-items: center;
  }

  .select-category-subpage .channels-nav-sec-container {
    width: auto;
    margin: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  footer .container nav div h5 {
    margin: 0;
    margin-bottom: 15px;
  }

  footer .container nav div {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  footer .container nav div a {
    font-size: inherit;
    color: #6c6c6c;
  }

  footer .container {
    max-width: 700px;
  }

  footer .container nav {
    justify-content: space-between;
  }
}

@media (max-width: 700px) {
  footer .container nav {
    flex-direction: column;
    gap: 60px;
  }
}

.center-button-playerr .vjs-big-play-button,
div.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
}

.submit-cta:disabled {
  background-color: rgb(84 84 84) !important;
  color: rgb(171 171 171) !important;
  white-space: normal !important;
}

.modal .statystyki #myChart {
  background-color: white;
}

.transmission-title-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.transmission-title-box a {
  transition: 0.1s;
}

.left-inside-title-transmission-container svg:hover,
.transmission-title-box a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.transmission-title-box img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 3px black;
}

.transmission-title-box-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.transmission-title-box-container .channel-name,
.transmission-title-box-container p {
  margin: 0 !important;
}

.nick-adm-transmission {
  font-size: 20px;
  font-weight: 600;
}

.left-inside-title-transmission {
  margin-left: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.left-inside-title-transmission-container {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.left-inside-title-transmission-container svg {
  width: 20px;
  height: 20px;
  fill: white;
  transition: 0.1s;
}

@media (max-width: 900px) {
  .transmission-title-box {
    flex-direction: column;
    align-items: center;
  }

  .transmission-title-box-container {
    align-items: center;
  }

  .transmission-title-box-container p {
    margin-bottom: 12px !important;
  }

  .transmission-title-box {
    padding: 12px;
    width: calc(100% - 24px);
  }

  .trans-sec01-cnt-gallery #opis {
    padding: 12px;
  }
}

@media (max-width: 1200px) {
  .trans-sec01 {
    margin-top: 40px;
  }
}

#ping-check-id {
  animation: fadeOut 1s linear 3s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 400px) {
  .blog-left-sidee button {
    font-size: 11px !important;
  }
}

@media (max-width: 500px) {
  .followed-profiles-container .profile-box {
    gap: 0;
    padding: 5px;
  }

  .followed-profiles-container a {
    gap: 8px;
  }

  .followed-profiles-container a img {
    width: 20px;
    height: 20px;
  }

  .followed-profiles-container a span {
    font-size: 12px;
  }

  .followed-profiles-container .profile-box button svg {
    width: 20px;
  }

  .followed-profiles-container .profile-box button {
    padding: 6px;
  }

  .followed-profiles-container {
    padding: 10px;
  }
}

.select-category-subpage .channels-nav-sec-container form {
  width: 45vh;
}

.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 40px;
}

.carousel-inner {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.carousel-item {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.background-carousel-item {
  filter: blur(8px);
}

.carousel-progress-background {
  display: flex;
  width: 100%;
  height: 10px;
  background-color: rgb(41, 128, 255);
  margin-top: 30px;
}

.carousel-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  background-color: #ffffff;
  transition: width 0.5s ease;
}

.carousel-navigation {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dots {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgb(41, 128, 255);
  cursor: pointer;
}

.dot.active {
  background-color: #ffffff;
}

.thumbnails {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.thumbnails img {
  width: 120px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.3;
}

.thumbnails img.active {
  opacity: 1;
}

.carousel-maincontainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  height: 100%;
}

.carousel-description {
  display: flex;
  flex-direction: column;
  width: calc(40% - 50px);
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}

.nick-item-caroo {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
}

.nick-item-caroo img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: 0.2s;
}

.carousel-description p {
  margin-top: 30px;
}

.nick-item-caroo p {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin: 0;
  transition: 0.2s;
}

.nick-item-caroo:hover p {
  color: #b1b1b1;
}

.nick-item-caroo:hover img {
  opacity: 0.7;
}

.carousel-description h1 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-description .titlecaro {
  margin: 10px 0;
  transition: 0.2s;
}

.carousel-description .titlecaro:hover {
  opacity: 0.7;
}

.carousel-description span.categoryy {
  display: flex;
  padding: 2px 10px;
  border-radius: 18px;
  background: rgb(41, 128, 255);
  width: max-content;
  font-size: 15px;
  transition: 0.2s;
}

.carousel-description span.categoryy:hover {
  background-color: rgb(0 87 213);
}

.carousel-description p.txtt {
  max-height: 8.5em;
  overflow: hidden;
  line-height: 1.7em;
}

.carousel-description .linktranss {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: max-content;
  background: red;
  border-radius: 20px;
  margin-top: 30px;
  transition: 0.05s;
  outline: solid 0 white;
}

.carousel-description .linktranss:hover {
  outline: solid 2px white;
}

.carousel-description .linktranss span {
  padding: 0 8px;
}

.carousel-description .linktranss svg {
  background-color: #a90000;
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
  padding: 6px;
  border-radius: 20px;
}

#indexCarouselBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .carousel-maincontainer {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .carousel {
    height: 130vh;
  }

  .carousel-description {
    width: calc(90% - 50px);
  }

  .thumbnails {
    display: none;
  }

  .dots {
    gap: 15px;
  }

  .dot {
    width: 18px;
    height: 18px;
  }

  .carousel-maincontainer {
    gap: 5%;
  }
}

@media (max-width: 700px) {
  .carousel {
    height: 122vh;
  }
}

@media (max-width: 550px) {
  .carousel-description {
    width: calc(100% - 50px);
  }

  .carousel {
    height: 122vh;
  }

  .carousel-maincontainer {
    margin-top: 0;
  }

  .nis2 {
    height: 200px !important;
    overflow: hidden !important;
  }

  .nis2 img {
    max-height: 250px !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 450px) {
  .carousel {
    height: 122vh;
  }

  .carousel-description {
    width: calc(100% - 50px);
  }
}

/*# sourceMappingURL=main.css.map */

.nis2 img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 2rem;
}

.main_hero {
  position: relative;
  padding: 0px 2rem 3rem;
  background-image: url("/dist/img/ppv-hero-clean.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}

.main_hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.main_hero h1 span {
  margin: 1rem 0;
  padding: 0.5rem 2rem;
  display: inline-block;
  background-color: #be0100;
  font-weight: 700;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.main_hero h2 {
  margin: 0;
  text-transform: uppercase;
}

.main_hero h2 span {
  display: inline-block;
  color: #be0100;
  font-weight: 800;
}

.main_hero h2:first-of-type {
  margin-top: 2rem;
  font-weight: 800;
}

.main_hero h2:last-of-type {
  font-weight: 400;
}

.main_hero p {
  margin: 1rem 0 0;
  max-width: 50%;
}

.main_hero h1,
.main_hero h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .main_hero {
    /* padding-top: 150px; */
  }

  .main_hero p {
    max-width: 80%;
  }

  .nis2 {
    margin-top: -80px;
    height: 250px;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .main_hero {
    padding-top: 30px;
    
  }
  .main_hero h1,
  .main_hero h2 {
    font-size: 1.5rem;
  }
  .main_hero p {
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .main_hero::after {
    content: ""; 
    position: absolute; /* Pozycjonowanie absolutne względem najbliższego przodka z pozycją inną niż static */
    bottom: 0; /* Wyrównanie do dołu kontenera */
    right: 0; /* Wyrównanie do prawej strony kontenera */
    width: 300px; /* Przykładowa szerokość ozdobnika */
    height: 300px; /* Przykładowa wysokość ozdobnika */
    background-image: url("/dist/img/ozdobnik.png");
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(35%, 35%);
  }
}