.ox__gad * {
    box-sizing: border-box;
  }
  .ox__gad *:focus {
    outline: none;
  }
  .ox__none {
    display: none;
  }
  .ox__btn {
    cursor: pointer;
    border-radius: 6px;
    padding: 0.7rem 1.5rem 0.7rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    border: 0px solid transparent;
    line-height: 1;
    background: #3394e6;
    color: #fff;
    border: 1px solid #1c88e3;
    transition: all 250ms ease-out;
    white-space: normal;
  }
  .ox__btn:focus {
    box-shadow: 0px 0px transparent;
  }
  .ox__btn:hover {
    background: #60acec;
    color: #fff;
  }
  .ox__btn:active,
  .ox__btn:focus {
    background: #3394e6;
    color: #fff;
    border: 1px solid #1c88e3;
  }
  .ox__btn:active:hover,
  .ox__btn:focus:hover {
    background: #60acec;
    color: #fff;
  }
  .ox__gad {
    width: calc(100% - 2rem);
    margin: 1rem 1rem;
    padding: 10px;
    box-sizing: border-box;
  }
  .ox__title {
    width: 100%;
    text-align: left;
    margin: 15px 0;
    padding: 0;
  }
  .ox__title-big {
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
  }
  .ox__title-small {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 20px !important;
  }
  
  .cards__text {
      font-weight: 200;
  }
  
  .ox__date {
    margin: 1rem;
  }
  .ox__content {
    display: flex;
    justify-content: center;
  }
  .ox__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ox__cards.otclicked .ox__cards-item {
    cursor: default;
  }
  .ox__cards.otclicked .ox__cards-item:hover {
    margin-top: 10px;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  }
  .ox__cards-item {
    margin: 10px;
    width: 85px;
    height: 152px;
    background-image: url(img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 250ms ease-out;
    cursor: default;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    cursor: pointer;
  }
  .ox__cards-item:hover {
    margin-top: 0rem;
    box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.15);
  }
  .ox__cards-item.here {
    cursor: default;
    margin-top: 10px;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  }
  .ox__btns {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .ox__rezult {
    padding: 15px;
  }
  .goro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
  }
  .goro.clicked .goro__item {
    cursor: pointer;
  }
  .goro.clicked .goro__item:hover .goro__img img {
    filter: grayscale(0.5);
  }
  .goro.clicked .goro__item.active .goro__name {
    color: #e24c4b;
  }
  .goro.clicked .goro__item.active .goro__img img {
    filter: grayscale(0);
  }
  .goro.clicked .goro__item.active:hover .goro__name {
    color: #e24c4b;
  }
  .goro.clicked .goro__item.active:hover .goro__img img {
    filter: grayscale(0);
  }
  .goro__item {
    width: calc(16.66% - 1rem);
    margin-bottom: 1rem;
    text-align: center;
    cursor: default;
  }
  .goro__item.active .goro__name {
    color: #e24c4b;
  }
  .goro__item.active .goro__img img {
    filter: grayscale(0);
  }
  .goro__item.active:hover .goro__name {
    color: #e24c4b;
  }
  .goro__item.active:hover .goro__img img {
    filter: grayscale(0);
  }
  .goro__item:hover .goro__img img {
    filter: grayscale(1);
  }
  .goro__img {
    max-width: 55px;
    margin: 0 auto 0.25rem;
  }
  .goro__img img {
    display: block;
    width: 100%;
    filter: grayscale(1);
    transition: all 250ms ease-out;
  }
  .goro__name {
    transition: all 250ms ease-out;
  }
  .btns {
    text-align: center;
    margin: 20px auto;
    -ms-grid-column: span 3;
        grid-column: span 3;
  }
  #ox__rezult {
    display: none;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .rezult__tabs {
    display: flex;
  }
  .rezult__tabs-item {
    border: 1px solid #000;
    margin-left: -1px;
    cursor: pointer;
    padding: 0.25rem .5rem;
    background: #f2f2f2;
    transition: all 250ms ease-out;
  }
  .rezult__tabs-item:hover {
    background: #fff;
  }
  .rezult__tabs-item.active {
    background: #fff;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #fff;
  }
  .rezult__tabs-item:first-child {
    margin-left: 0;
  }
  .rezult__list {
    border: 1px solid #000;
    padding: 10px;
    margin-top: -1px;
    background: #fff;
  }
  .rezult__list-item {
    display: none;
  }
  .rezult__list-item.active {
    display: block;
  }
  .rezult__list-item.active:after {
    content: '';
    display: block;
    clear: both;
  }
  .rezult__img {
    float: left;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  }
  .rezult__title {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
    text-decoration: underline;
  }
  .rezult__sublilte {
    font-weight: bold;
  }
  .rezult__content {
    margin-top: 1rem;
  }
  @media (max-width: 991px) {
    .goro__item {
      width: calc(25% - 1rem);
    }
  }
  @media (max-width: 767px) {
    .goro__img {
      max-width: 50px;
    }
    .btns {
      -ms-grid-column: span 1;
      grid-column: span 1;
    }
  }
  @media (max-width: 560px) {
    .ox__title {
      font-size: 1.35rem;
    }
    .ox__title-big {
      font-size: 1.5rem;
    }
    .ox__date {
      width: calc(100% - 20px);
      margin: 1rem auto;
    }
    .ox__content {
      display: block;
    }
    .ox__cards-item {
      margin: 10px 5px;
      width: 55px;
      height: 98px;
    }
    .goro__item {
      width: calc(33.33% - 1rem);
    }
    .goro__name {
      font-size: 0.85rem;
    }
    .rezult__img {
      float: none;
      display: block;
      margin: 0.5rem auto;
    }
    .rezult__sublilte {
      text-align: center;
    }
  }
  