.main .first__section {
  margin-bottom: 20px; }
.main .main__info__account {
  margin-top: 40px; }
  @media (max-width: 576px) {
    .main .main__info__account {
      margin-top: 5px; } }
.main .main__sticker__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 576px) {
    .main .main__sticker__wrap {
      display: none; } }
  .main .main__sticker__wrap .main__stickers {
    margin: 0 auto; }

.info__citites .block-cities {
  width: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  background: #ff8940;
  border-radius: 5px; }
  .info__citites .block-cities__header .city-icon img {
    width: 100%;
    height: auto; }
  .info__citites .block-cities__header .city-search {
    margin-top: 5px;
    width: 250px;
    height: 45px;
    display: flex; }
    .info__citites .block-cities__header .city-search__input {
      padding-right: 5px;
      width: 199px;
      height: 41.5px;
      border: 1px solid #111111;
      font-size: 20px;
      font-weight: 500;
      text-align: right; }
    .info__citites .block-cities__header .city-search__button {
      padding: 0;
      width: 50px;
      height: 40px;
      border: none; }
  .info__citites .block-cities .block-cities__body {
    padding: 10px 0 0 0; }
    .info__citites .block-cities .block-cities__body .country {
      text-align: center; }
      .info__citites .block-cities .block-cities__body .country p {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 25px; }
    .info__citites .block-cities .block-cities__body .view-city {
      text-align: center; }
      .info__citites .block-cities .block-cities__body .view-city__text {
        margin: 0 0 10px 0;
        color: #fff;
        font-size: 18px; }
      .info__citites .block-cities .block-cities__body .view-city .city__name {
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 8px 0; }
      .info__citites .block-cities .block-cities__body .view-city .change__city {
        margin: 0 10px; }
        .info__citites .block-cities .block-cities__body .view-city .change__city a:hover {
          color: #fff; }
      .info__citites .block-cities .block-cities__body .view-city__list {
        margin: 0;
        padding: 0;
        list-style: none; }
        .info__citites .block-cities .block-cities__body .view-city__list li {
          margin: 0;
          padding: 0;
          height: 25px; }
          .info__citites .block-cities .block-cities__body .view-city__list li a {
            font-size: 20px;
            color: #111111;
            text-decoration: none;
            text-transform: uppercase; }
  .info__citites .block-cities .block-cities__footer {
    margin: 12px auto 0; }
    .info__citites .block-cities .block-cities__footer .fish-control {
      width: 215px;
      height: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #ff6200;
      border-radius: 15px; }
      .info__citites .block-cities .block-cities__footer .fish-control__title {
        margin: 0;
        font-size: 28px;
        color: #fff; }
      .info__citites .block-cities .block-cities__footer .fish-control__area {
        width: 200px;
        height: 60px;
        background: #ffffff;
        border-radius: 15px; }

.main .content__item {
  color: #000;
  height: 100%;
  padding: 10px;
  border: 1px solid #ff6200;
  border-radius: 10px; }
  .main .content__item .content__item__title {
    border-bottom: 1px solid #ff6200;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center; }
    .main .content__item .content__item__title .content__item__title__icon {
      width: 30px;
      margin-right: 5px; }
      .main .content__item .content__item__title .content__item__title__icon svg {
        fill: #ff6200; }
    .main .content__item .content__item__title h4 {
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
  .main .content__item .content__item__not__city {
    padding-bottom: 5px; }
    .main .content__item .content__item__not__city p {
      font-size: 14px; }
  .main .content__item .content__item__text__wrap p {
    color: #2e2e2e; }
  .main .content__item .btn__all__list {
    display: flex;
    padding: 10px 15px;
    justify-content: end; }
    .main .content__item .btn__all__list a {
      color: #686868;
      letter-spacing: 0.5px; }
      .main .content__item .btn__all__list a:hover {
        color: #ff6200; }
.main .fishing__report__item__wrap .fishing__report__item__data .fishing__report__item__content .water p, .main .fishing__report__item__wrap .fishing__report__item__data .fishing__report__item__content .tackle p, .main .fishing__report__item__wrap .fishing__report__item__data .fishing__report__item__content .catch p {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1rem; }
.main .news__club__item {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc; }
  .main .news__club__item:hover {
    border-bottom: 1px solid #ff6200; }
  .main .news__club__item .item__image__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .main .news__club__item .item__image__wrap .item__image img {
      width: 75px;
      height: 75px;
      object-fit: cover; }
  .main .news__club__item .item__title h3 {
    font-size: 1.4rem; }
    .main .news__club__item .item__title h3 a {
      color: #2e2e2e;
      font-size: 18px; }
      .main .news__club__item .item__title h3 a:hover {
        text-decoration: underline; }
  .main .news__club__item .item__info p {
    color: #2e2e2e;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px; }
    .main .news__club__item .item__info p a {
      font-weight: bold;
      color: #000;
      font-size: 14px; }
  .main .news__club__item .item__text {
    padding-bottom: 5px; }
    .main .news__club__item .item__text p {
      margin: 0;
      padding: 0;
      color: #000;
      text-align: justify;
      font-size: 16px; }
  .main .news__club__item .user__activity {
    display: flex;
    justify-content: flex-end; }
    .main .news__club__item .user__activity .item {
      display: flex; }
      .main .news__club__item .user__activity .item p {
        margin: 0;
        padding: 0;
        line-height: 1.4; }
      .main .news__club__item .user__activity .item img {
        margin-right: 5px; }
    .main .news__club__item .user__activity .likes {
      margin-right: 5px; }
      .main .news__club__item .user__activity .likes svg {
        width: 25px;
        margin-right: 5px; }
.main .fishing__tour__item {
  border-bottom: 1px solid #ccc; }
  .main .fishing__tour__item:hover {
    border-bottom: 1px solid #ff6200; }
  .main .fishing__tour__item a {
    color: #000;
    text-decoration: none; }
    .main .fishing__tour__item a .date__start, .main .fishing__tour__item a .date__end {
      font-size: 14px; }
      .main .fishing__tour__item a .date__start span, .main .fishing__tour__item a .date__end span {
        color: #686868; }

.second__section .fishing__report__item__wrap {
  border-bottom: 1px solid #ccc; }
  .second__section .fishing__report__item__wrap:hover {
    border-bottom: 1px solid #ff6200; }
  .second__section .fishing__report__item__wrap .fishing__report__add__info {
    text-align: end;
    font-size: 12px; }
    .second__section .fishing__report__item__wrap .fishing__report__add__info a {
      color: #000;
      font-weight: bold;
      font-size: 12px; }
  .second__section .fishing__report__item__wrap .fishing__report__item__data a {
    display: flex; }
    .second__section .fishing__report__item__wrap .fishing__report__item__data a:hover {
      text-decoration: none; }
    .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content {
      border-radius: 5px;
      background: #fff; }
      .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .water {
        display: flex;
        align-items: center; }
        .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .water .water__icon {
          margin-right: 5px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .water .water__icon img {
            width: 20px;
            height: auto; }
        .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .water .water__name p {
          font-size: 14px;
          color: #000; }
      .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .fr__detail div {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .fr__detail div .icon {
          margin: 0 auto; }
        .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .fr__detail div p {
          font-size: 14px; }
      .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .fr__detail .fish img {
        width: 30px;
        height: auto; }
      .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .fr__detail .tackle img {
        width: 30px;
        height: auto; }
      .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .photo {
        text-align: center; }
        .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .photo img {
          width: 35px; }
      .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .comment__wrap {
        display: flex;
        justify-content: center; }
        .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .comment__wrap .comment .comment__icon svg {
          fill: #ff6200;
          width: 40px; }
        .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .comment__wrap .comment .comment__count {
          margin: -30px 0 0 0; }
          .second__section .fishing__report__item__wrap .fishing__report__item__data a .fishing__report__item__content .comment__wrap .comment .comment__count p {
            font-size: 12px;
            margin: 0;
            padding: 0;
            text-align: center; }

.news-section {
  padding: 0 0 15px 0;
  margin-top: 10px;
  width: 100%;
  background: #bf6930; }
  .news-section .news-left-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .news-section .news-left-block__report {
      margin-top: 15px;
      width: 271px;
      height: 440px;
      background-image: url("/static/images/icons/news/report-phone.png");
      display: flex;
      flex-direction: column;
      align-items: center; }
      .news-section .news-left-block__report .left-btn-group {
        width: 90px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .news-section .news-left-block__report .left-btn-group button {
          margin-left: 15px;
          padding: 0;
          width: 20px;
          height: 20px;
          background: transparent;
          border: none; }
      .news-section .news-left-block__report .left-title {
        margin: 10px 0 0;
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase; }
      .news-section .news-left-block__report .left-card-record-wrap {
        margin-top: 10px;
        width: 245px;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .news-section .news-left-block__report .left-card-record-wrap p {
          margin: 0 auto;
          color: #fff; }
        .news-section .news-left-block__report .left-card-record-wrap .left-card-record {
          margin-top: 10px;
          display: flex;
          flex-direction: column; }
          .news-section .news-left-block__report .left-card-record-wrap .left-card-record__name {
            margin: 0;
            padding: 0 10px 0 0;
            width: 100%;
            height: 15px;
            font-size: 12px;
            text-align: right; }
          .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link {
            display: flex;
            width: 230px;
            height: 60px;
            background: #ffffff;
            border-radius: 10px;
            text-decoration: none;
            color: #111111; }
            .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: space-between; }
              .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__left {
                margin-top: -5px;
                margin-left: -15px;
                width: 40px;
                height: 40px; }
              .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center {
                width: 175px;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between; }
                .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center {
                  width: 100%;
                  height: 20px;
                  /* styles for third rows*/ }
                  .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__water-date {
                    width: 100%;
                    height: 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__water-date .center-water {
                      width: 90px;
                      height: 20px;
                      display: flex;
                      justify-content: space-between;
                      align-items: center; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__water-date .center-water img {
                        width: 20px;
                        height: 20px; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__water-date .center-water p {
                        color: #000;
                        margin: 0;
                        font-size: 10px;
                        text-transform: uppercase; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__water-date .center-date {
                      width: 50px;
                      height: 20px;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      background: #ff6200;
                      border-bottom-left-radius: 5px;
                      border-bottom-right-radius: 5px; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__water-date .center-date p {
                        margin: 0;
                        color: #ffffff;
                        font-size: 12px; }
                  .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count {
                    width: 175px;
                    height: 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-one,
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-two {
                      width: 45px;
                      height: 20px;
                      display: flex;
                      justify-content: space-between;
                      align-items: center; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-one img,
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-two img {
                        width: 30px;
                        height: 18px; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-one p,
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-two p {
                        color: #000;
                        margin: 0;
                        font-size: 14px; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-two {
                      width: 40px; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-two img {
                        width: 25px; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-bait {
                      width: 20px;
                      height: 20px;
                      display: flex;
                      justify-content: center;
                      align-items: center; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-bait img {
                        width: 20px;
                        height: 20px; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-time {
                      width: 60px;
                      height: 20px;
                      display: flex;
                      justify-content: flex-end;
                      align-items: center; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center__fish-count .center-fish-time p {
                        color: #000;
                        margin: 0;
                        font-size: 10px; }
                  .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center ._third-row {
                    margin-left: -15px;
                    width: 190px; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center ._third-row .center-fish-details {
                      width: 25px;
                      height: 12px; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center ._third-row .center-fish-details button {
                        width: 25px;
                        height: 12px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border: none;
                        background: transparent; }
                        .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center ._third-row .center-fish-details button img {
                          margin-top: -1px;
                          width: 25px;
                          height: 12px; }
                    .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center ._third-row .center-fish-like {
                      width: 50px;
                      height: 20px;
                      display: flex;
                      align-items: center;
                      justify-content: space-around;
                      background: #ff6200;
                      border-top-left-radius: 5px;
                      border-top-right-radius: 5px; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center ._third-row .center-fish-like img {
                        width: 18px;
                        height: 18px; }
                      .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__center .info-center ._third-row .center-fish-like p {
                        margin: 0;
                        font-size: 14px;
                        color: #ffffff; }
              .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__right {
                width: 30px;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-around; }
                .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__right .right-top {
                  width: 25px;
                  height: 20px;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__right .right-bottom {
                  width: 28px;
                  height: 22px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  background-image: url(/static/images/icons/news/comment-icon.png); }
                  .news-section .news-left-block__report .left-card-record-wrap .left-card-record__link .record-item-info__right .right-bottom p {
                    margin-top: -3px;
                    color: #ffffff;
                    font-size: 12px; }
    .news-section .news-left-block__fish-guide-and-active {
      margin-top: 30px;
      width: 315px;
      height: 210px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #ff6200;
      border-radius: 15px; }
      .news-section .news-left-block__fish-guide-and-active .fish-active-title {
        margin-top: 5px;
        width: 315px;
        height: 30px;
        display: flex;
        justify-content: space-around;
        align-items: center; }
        .news-section .news-left-block__fish-guide-and-active .fish-active-title h3 {
          margin: 0;
          font-size: 24px;
          font-weight: 400;
          color: #ffffff;
          text-align: center; }
        .news-section .news-left-block__fish-guide-and-active .fish-active-title img {
          width: 40px; }
      .news-section .news-left-block__fish-guide-and-active .fish-active-body {
        width: 295px;
        height: 155px;
        background: #ff6200;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end; }
        .news-section .news-left-block__fish-guide-and-active .fish-active-body p {
          color: #fff;
          margin: 10px auto 0; }
        .news-section .news-left-block__fish-guide-and-active .fish-active-body .card-link {
          color: #111111;
          font-size: 12px;
          text-transform: uppercase;
          display: flex;
          width: 100%;
          height: 100%; }
        .news-section .news-left-block__fish-guide-and-active .fish-active-body__card {
          width: 100%;
          height: 50px;
          display: flex;
          justify-content: space-between;
          background: #ffffff; }
          .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-name-icon {
            width: 230px;
            height: 50px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background: transparent; }
            .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-name-icon__icon {
              margin-left: 10px;
              width: 40px;
              height: 40px; }
            .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-name-icon__name {
              margin-left: 10px;
              width: 170px;
              height: 50px;
              display: flex;
              align-items: center; }
              .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-name-icon__name p {
                margin: 0;
                font-size: 16px;
                line-height: 18px; }
          .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-result {
            width: 65px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #ffa873; }
            .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-result__count {
              width: 40px;
              height: 45px;
              display: flex;
              flex-direction: column;
              align-items: center; }
              .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-result__count .card-result-icon {
                width: 40px;
                height: 45px;
                display: flex;
                flex-direction: column;
                align-items: center; }
                .news-section .news-left-block__fish-guide-and-active .fish-active-body__card .body-card-result__count .card-result-icon p {
                  margin-top: -18px;
                  font-size: 14px; }
        .news-section .news-left-block__fish-guide-and-active .fish-active-body__card:first-child {
          border-top-left-radius: 15px;
          border-top-right-radius: 15px; }
          .news-section .news-left-block__fish-guide-and-active .fish-active-body__card:first-child .body-card-result {
            border-top-right-radius: 15px; }
        .news-section .news-left-block__fish-guide-and-active .fish-active-body__card:last-child {
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px; }
          .news-section .news-left-block__fish-guide-and-active .fish-active-body__card:last-child .body-card-result {
            border-bottom-right-radius: 15px; }
  .news-section .news-right-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .news-section .news-right-block p {
      color: #ffff;
      margin: 10px auto 0; }
    .news-section .news-right-block__header {
      width: 100%;
      height: 55px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .news-section .news-right-block__header .news-header-icon {
        z-index: 5;
        margin-top: 100px;
        width: 110px;
        height: 120px; }
      .news-section .news-right-block__header .news-header-title {
        margin: 0;
        font-size: 28px;
        font-weight: 400;
        color: #ffffff;
        text-transform: uppercase; }
      .news-section .news-right-block__header .news-header-button-group {
        width: 75px;
        height: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent; }
        .news-section .news-right-block__header .news-header-button-group button {
          padding: 0;
          background: transparent;
          border: none; }
    .news-section .news-right-block__body {
      width: 590px;
      min-height: 100px;
      display: flex;
      flex-direction: column; }
      .news-section .news-right-block__body .news-fish-card {
        width: 100%;
        height: 110px;
        display: flex;
        flex-direction: column; }
        .news-section .news-right-block__body .news-fish-card__link {
          text-decoration: none; }
        .news-section .news-right-block__body .news-fish-card__header {
          width: 590px;
          height: 25px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #ffffff;
          border-top-right-radius: 15px; }
        .news-section .news-right-block__body .news-fish-card__title {
          padding-left: 20px;
          height: 100%;
          display: flex;
          align-items: center; }
          .news-section .news-right-block__body .news-fish-card__title h3 {
            margin: 0;
            font-size: 20px;
            color: #ff8940; }
        .news-section .news-right-block__body .news-fish-card__info {
          width: 180px;
          height: 100%;
          display: flex;
          justify-content: space-around; }
          .news-section .news-right-block__body .news-fish-card__info .card-info-like {
            width: 60px;
            height: 100%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            background: #ff6200; }
            .news-section .news-right-block__body .news-fish-card__info .card-info-like img {
              width: 18px;
              height: 18px; }
            .news-section .news-right-block__body .news-fish-card__info .card-info-like p {
              margin: 0;
              font-size: 18px;
              color: #ffffff; }
          .news-section .news-right-block__body .news-fish-card__info .card-info-comment {
            width: 50px;
            height: 100%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            background: transparent; }
            .news-section .news-right-block__body .news-fish-card__info .card-info-comment img {
              width: 28px;
              height: 23px; }
            .news-section .news-right-block__body .news-fish-card__info .card-info-comment p {
              margin: 0;
              font-size: 18px;
              color: #111111; }
          .news-section .news-right-block__body .news-fish-card__info .card-info-view {
            width: 60px;
            height: 100%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            background: transparent; }
            .news-section .news-right-block__body .news-fish-card__info .card-info-view img {
              width: 28px;
              height: 23px; }
            .news-section .news-right-block__body .news-fish-card__info .card-info-view p {
              margin: 0;
              font-size: 18px;
              color: #111111; }
        .news-section .news-right-block__body .news-fish-card__body {
          width: 100%;
          height: 91px;
          display: flex;
          background: #ffa873; }
          .news-section .news-right-block__body .news-fish-card__body .fish-body-icon {
            width: 149px;
            height: 85px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden; }
            .news-section .news-right-block__body .news-fish-card__body .fish-body-icon img {
              width: auto;
              height: 100px; }
          .news-section .news-right-block__body .news-fish-card__body .fish-body-info {
            width: 441px;
            height: 85px;
            display: flex;
            flex-direction: column;
            background: transparent; }
            .news-section .news-right-block__body .news-fish-card__body .fish-body-info__title {
              width: 100%;
              height: 17px;
              background: #a63f00; }
              .news-section .news-right-block__body .news-fish-card__body .fish-body-info__title h3 {
                margin: 0;
                padding-left: 10px;
                font-size: 14px;
                color: #ffffff; }
            .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body {
              width: 100%;
              height: 68px;
              display: flex; }
              .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-information {
                width: 405px;
                height: 100%; }
                .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-information p {
                  margin: 0;
                  padding-left: 5px;
                  font-size: 14px;
                  color: #111111; }
              .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment {
                width: 36px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-end;
                position: relative; }
                .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment__like, .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment__dis-like {
                  width: 34px;
                  height: 34px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  background: #ff6200; }
                .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment__like .news_item_like img, .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment__like .news_item_dislike img, .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment__dis-like .news_item_like img, .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment__dis-like .news_item_dislike img {
                  cursor: pointer; }
                .news-section .news-right-block__body .news-fish-card__body .fish-body-info__body .news-assessment__dis-like {
                  position: absolute;
                  bottom: 0;
                  background: #111111; }
    .news-section .news-right-block__shops-address {
      margin-top: 50px;
      width: 100%;
      height: 390px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .news-section .news-right-block__shops-address .fisher-icon {
        width: 213px;
        height: 366px; }
      .news-section .news-right-block__shops-address .shop-addres-list {
        width: 415px;
        height: 380px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ff8940;
        border-radius: 15px; }
        .news-section .news-right-block__shops-address .shop-addres-list__header {
          width: 100%;
          height: 45px;
          display: flex;
          background: transparent; }
          .news-section .news-right-block__shops-address .shop-addres-list__header .title-shop {
            width: 305px;
            height: 100%; }
            .news-section .news-right-block__shops-address .shop-addres-list__header .title-shop h3 {
              margin: 0;
              padding-left: 80px;
              text-align: center;
              font-size: 20px;
              color: #ffffff; }
          .news-section .news-right-block__shops-address .shop-addres-list__header .btn-group-shop {
            width: 85px;
            height: 25px;
            display: flex;
            justify-content: space-around;
            align-items: center; }
            .news-section .news-right-block__shops-address .shop-addres-list__header .btn-group-shop button {
              padding: 0;
              background: transparent;
              border: none; }
        .news-section .news-right-block__shops-address .shop-addres-list__body {
          margin-top: 5px;
          width: 395px;
          height: 320px;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          background: #ffffff;
          border-radius: 15px; }
          .news-section .news-right-block__shops-address .shop-addres-list__body .no-shop {
            color: #000; }
          .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list {
            margin-top: 5px;
            display: flex;
            flex-direction: column;
            width: 380px;
            height: 270px;
            background: transparent; }
            .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item {
              margin: 5px 0 2px;
              width: 370px;
              height: 50px;
              display: flex;
              align-items: center; }
              .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item .item-number {
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #ff6200;
                border-radius: 50%; }
                .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item .item-number p {
                  margin: 0;
                  font-size: 20px;
                  color: #ffffff; }
              .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item img {
                margin-left: 10px;
                width: 50px;
                height: 50px; }
              .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item .item-shop-address {
                margin-left: 10px;
                width: 270px;
                height: 50px;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                align-items: flex-start; }
                .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item .item-shop-address__name, .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item .item-shop-address__adress,
                .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item .item-shop-address a {
                  margin: 0;
                  font-size: 14px;
                  color: #ff6200; }
                .news-section .news-right-block__shops-address .shop-addres-list__body .shop-list__item .item-shop-address__adress {
                  color: #111111; }
          .news-section .news-right-block__shops-address .shop-addres-list__body .shop-view-all-link {
            margin-top: 15px;
            width: 100%;
            height: 27px;
            display: flex;
            justify-content: flex-end;
            background: transparent; }
            .news-section .news-right-block__shops-address .shop-addres-list__body .shop-view-all-link__link {
              margin-top: 6px;
              width: 175px;
              height: 25px;
              color: #ffffff;
              background: #ff6200;
              border-top-left-radius: 15px;
              border-bottom-right-radius: 15px;
              text-align: center;
              text-decoration: none; }

.tournament__item__wrap .tournament__item {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
  padding-bottom: 5px; }
  .tournament__item__wrap .tournament__item:hover {
    text-decoration: none;
    border-bottom: 1px solid #ff6200; }
  .tournament__item__wrap .tournament__item .title {
    margin-bottom: 2px; }
  .tournament__item__wrap .tournament__item .date__time {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 14px; }
    .tournament__item__wrap .tournament__item .date__time span {
      margin: 0 10px; }

.shop__item__wrap .item {
  color: #ff8940;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 2px;
  padding-bottom: 5px; }
  .shop__item__wrap .item:hover {
    text-decoration: none;
    border-bottom: 1px solid #ff6200;
    color: #ff6200; }

.video-section {
  width: 100%;
  background: #ffffff; }
  .video-section__advertising {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .video-section__advertising .advertising-big,
    .video-section__advertising .advertising-small {
      width: 728px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      background: #cccccc; }
      .video-section__advertising .advertising-big img,
      .video-section__advertising .advertising-small img {
        width: 55px; }
      .video-section__advertising .advertising-big h3,
      .video-section__advertising .advertising-small h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 300;
        color: #ffffff;
        text-transform: uppercase; }
      .video-section__advertising .advertising-big p,
      .video-section__advertising .advertising-small p {
        margin: 0;
        font-size: 22px;
        font-weight: 500;
        color: #ff6200; }
    .video-section__advertising .advertising-small {
      width: 200px;
      height: 90px; }
  .video-section__video {
    width: 100%;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    background: #cccccc; }
    .video-section__video .video-broadcast {
      margin-top: 25px;
      width: 100%;
      height: 375px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .video-section__video .video-broadcast__description {
        width: 340px;
        min-height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: #ffffff;
        padding: 0 0 10px 0;
        margin: 65px 0 0 0; }
        .video-section__video .video-broadcast__description .broadcast-title {
          margin: 0;
          padding-left: 10px;
          font-size: 22px;
          color: #ff6200; }
        .video-section__video .video-broadcast__description .broadcast-user {
          margin-top: 15px;
          padding-left: 10px;
          width: 250px;
          height: 40px;
          display: flex;
          align-items: center; }
          .video-section__video .video-broadcast__description .broadcast-user img {
            width: 40px;
            height: 40px; }
          .video-section__video .video-broadcast__description .broadcast-user p {
            margin: 0 0 0 10px;
            line-height: 20px;
            font-size: 20px;
            color: #111111; }
        .video-section__video .video-broadcast__description .broadcast-date {
          margin-top: 10px;
          width: 100%;
          height: 25px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .video-section__video .video-broadcast__description .broadcast-date p {
            margin: 0;
            width: 90px;
            height: 25px;
            display: block;
            background: #ff6200;
            border-radius: 5px;
            color: #ffffff;
            text-align: center; }
        .video-section__video .video-broadcast__description .broadcast-test {
          padding: 10px;
          width: 100%;
          display: flex; }
          .video-section__video .video-broadcast__description .broadcast-test p {
            margin: 0;
            width: 100%;
            font-size: 14px;
            line-height: 14px; }
        .video-section__video .video-broadcast__description .broadcast-like-comment {
          margin-top: 20px;
          width: 100%;
          height: 32px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .video-section__video .video-broadcast__description .broadcast-like-comment__wrap {
            width: 125px;
            height: 32px;
            display: flex;
            justify-content: space-between;
            align-items: center; }
          .video-section__video .video-broadcast__description .broadcast-like-comment__like {
            width: 70px;
            height: 30px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            background: #ff6200;
            border-radius: 10px;
            text-decoration: none; }
            .video-section__video .video-broadcast__description .broadcast-like-comment__like div {
              display: flex;
              justify-content: space-around;
              align-items: center; }
              .video-section__video .video-broadcast__description .broadcast-like-comment__like div img {
                width: 26px;
                height: 25px; }
            .video-section__video .video-broadcast__description .broadcast-like-comment__like p {
              margin: 0;
              font-size: 20px;
              color: #ffffff; }
          .video-section__video .video-broadcast__description .broadcast-like-comment__comment {
            width: 28px;
            height: 23px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: url(/static/images/icons/news/comment-icon.png); }
            .video-section__video .video-broadcast__description .broadcast-like-comment__comment p {
              margin: -3px 0 0;
              color: #ffffff;
              font-size: 14px; }
        .video-section__video .video-broadcast__description .loadcast-link {
          margin-top: 20px;
          width: 100%;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .video-section__video .video-broadcast__description .loadcast-link a {
            width: 300px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #ff6200;
            border-radius: 10px;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none; }
      .video-section__video .video-broadcast__video {
        width: 645px;
        height: 375px;
        display: flex;
        justify-content: center; }
        .video-section__video .video-broadcast__video .video-btn-group {
          margin-top: 60px;
          width: 32px;
          height: 66px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .video-section__video .video-broadcast__video .video-btn-group button {
            width: 32px;
            height: 33px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #ff6200;
            border: none; }
            .video-section__video .video-broadcast__video .video-btn-group button:first-child {
              border-top-left-radius: 10px; }
            .video-section__video .video-broadcast__video .video-btn-group button:last-child {
              background: #111111;
              border-bottom-left-radius: 10px; }
        .video-section__video .video-broadcast__video .video-link {
          width: 613px;
          height: 375px;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #ff6200;
          border-radius: 15px; }
          .video-section__video .video-broadcast__video .video-link__container {
            width: 570px;
            height: 325px;
            border: 5px solid #111111; }
  .video-section__list {
    margin-top: -60px;
    width: 100%;
    height: 200px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .video-section__list .video-section-card {
      width: 315px;
      height: 245px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .video-section__list .video-section-card__title {
        margin-top: 10px;
        width: 250px;
        height: 15px;
        display: flex;
        justify-content: space-around;
        align-items: center; }
        .video-section__list .video-section-card__title p {
          margin: 0;
          font-size: 14px;
          font-weight: 600;
          background: transparent; }
        .video-section__list .video-section-card__title div {
          width: 70px;
          height: 20px;
          background: #ff6200;
          border-top-left-radius: 7px;
          border-top-right-radius: 7px; }
          .video-section__list .video-section-card__title div p {
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
            color: #ffffff; }
      .video-section__list .video-section-card__broadcast {
        width: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff6200;
        border: 5px solid #ff6200; }
      .video-section__list .video-section-card__footer {
        width: 315px;
        height: 110px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #cccccc;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .video-section__list .video-section-card__footer .footer-broadcast-title {
          margin-top: 5px;
          width: 100%;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .video-section__list .video-section-card__footer .footer-broadcast-title p {
            margin: 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 18px;
            text-align: center;
            color: #ff6200; }
        .video-section__list .video-section-card__footer .footer-broadcast-user {
          width: 100%;
          height: 60px;
          display: flex;
          justify-content: space-between; }
          .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-name {
            margin-left: 10px;
            display: flex;
            align-items: center; }
            .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-name img {
              width: 40px;
              height: 40px; }
            .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-name p {
              margin: 0 0 0 10px;
              font-size: 20px;
              color: #111111;
              line-height: 20px; }
          .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-date-like {
            margin-right: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center; }
            .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-date-like .user-date {
              height: 25px;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #ff6200;
              border-radius: 5px; }
              .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-date-like .user-date p {
                margin: 0;
                color: #ffffff;
                font-size: 18px; }
            .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-date-like .user-like {
              width: 60px;
              height: 25px;
              display: flex;
              justify-content: space-around;
              align-items: center;
              background: #ff6200; }
              .video-section__list .video-section-card__footer .footer-broadcast-user .footer-user-date-like .user-like p {
                margin: 0;
                color: #ffffff;
                font-size: 18px; }

.statistic__wrap {
  text-align: center; }
  .statistic__wrap .title__block__wrap {
    background: #ff6200; }
    .statistic__wrap .title__block__wrap .title__block {
      display: flex; }
      .statistic__wrap .title__block__wrap .title__block .img {
        margin: -5px 20px -5px 0; }
        .statistic__wrap .title__block__wrap .title__block .img img {
          width: 50px;
          height: auto; }
      .statistic__wrap .title__block__wrap .title__block .name {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .statistic__wrap .title__block__wrap .title__block .name h4 {
          text-transform: uppercase;
          margin: 0;
          padding: 0; }

.paid__water__chat {
  background: linear-gradient(90deg, #ff8940 50%, #bf6930 50%);
  min-height: 150px;
  padding: 20px 0; }
  .paid__water__chat .title__wrap {
    display: flex; }
    .paid__water__chat .title__wrap .paid__water__title {
      display: flex;
      flex-basis: 50%;
      justify-content: center;
      background: #ff6200;
      height: 40px; }
      .paid__water__chat .title__wrap .paid__water__title .money__img {
        margin: -5px 5px 0 0; }
      .paid__water__chat .title__wrap .paid__water__title .title {
        color: #fff;
        text-transform: uppercase; }
    .paid__water__chat .title__wrap .chat__title {
      display: flex;
      flex-basis: 50%;
      justify-content: center;
      background: #ff8940;
      height: 40px; }
      .paid__water__chat .title__wrap .chat__title .fish__img {
        margin: -15px 5px 0 0; }
      .paid__water__chat .title__wrap .chat__title .title {
        color: #fff;
        text-transform: uppercase; }
  .paid__water__chat .content__wrap {
    display: flex; }
    .paid__water__chat .content__wrap .paid__water__content {
      flex-basis: 50%; }
      .paid__water__chat .content__wrap .paid__water__content .content .content__bg {
        display: flex;
        justify-content: flex-end;
        padding: 0 52px 0 0; }
      .paid__water__chat .content__wrap .paid__water__content .content__item__wrap {
        margin: -300px 0 300px 0; }
        .paid__water__chat .content__wrap .paid__water__content .content__item__wrap .no-content {
          display: flex;
          justify-content: flex-end;
          padding: 0 28% 0 0; }
          .paid__water__chat .content__wrap .paid__water__content .content__item__wrap .no-content p {
            color: #fff;
            font-size: 22px; }
    .paid__water__chat .content__wrap .chat__content {
      flex-basis: 50%;
      padding: 20px 0 0 0; }
      .paid__water__chat .content__wrap .chat__content .content {
        padding: 20px 0 0 30px; }
        .paid__water__chat .content__wrap .chat__content .content .no__question a {
          color: #fff;
          font-size: 22px; }
        .paid__water__chat .content__wrap .chat__content .content .all__question {
          margin: 10px 0 0 0; }
          .paid__water__chat .content__wrap .chat__content .content .all__question a {
            color: #fff;
            font-size: 20px; }
        .paid__water__chat .content__wrap .chat__content .content .chat__item__wrap {
          display: flex; }
          .paid__water__chat .content__wrap .chat__content .content .chat__item__wrap:nth-child(even) {
            margin: 15px 0 15px 25px; }
          .paid__water__chat .content__wrap .chat__content .content .chat__item__wrap .chat__item {
            border-radius: 20px 0 0 20px;
            display: flex;
            background: #ffa873;
            width: 500px;
            justify-content: space-between; }
            .paid__water__chat .content__wrap .chat__content .content .chat__item__wrap .chat__item .title__text__wrap {
              padding: 0 0 0 20px;
              max-height: 105px;
              overflow: hidden; }
              .paid__water__chat .content__wrap .chat__content .content .chat__item__wrap .chat__item .title__text__wrap .chat__item__title h5 a {
                color: #000; }
            .paid__water__chat .content__wrap .chat__content .content .chat__item__wrap .chat__item .chat__item__comment_number {
              background: #ff8940;
              margin: 5px 0 -5px 0;
              padding: 5px 5px 0 5px; }
              .paid__water__chat .content__wrap .chat__content .content .chat__item__wrap .chat__item .chat__item__comment_number p {
                color: #fff;
                text-align: center; }

.fishing__clubs__wrap {
  min-height: 180px;
  padding: 25px 0 60px; }
  .fishing__clubs__wrap .fishing__clubs .fishing__clubs__title {
    display: flex;
    justify-content: center;
    background: #ff6200;
    height: 40px; }
    @media (max-width: 576px) {
      .fishing__clubs__wrap .fishing__clubs .fishing__clubs__title {
        height: auto; } }
    .fishing__clubs__wrap .fishing__clubs .fishing__clubs__title h3 {
      margin: 2px 0 0 0;
      color: #fff;
      text-transform: uppercase;
      text-align: center; }
    .fishing__clubs__wrap .fishing__clubs .fishing__clubs__title img {
      width: 61px;
      height: 71px;
      margin: -15px 0 0 0; }
    .fishing__clubs__wrap .fishing__clubs .fishing__clubs__title svg {
      width: 80px;
      height: 80px;
      margin: -15px 0 0 0; }
      @media (max-width: 576px) {
        .fishing__clubs__wrap .fishing__clubs .fishing__clubs__title svg {
          margin: 0; } }
  .fishing__clubs__wrap .not__club__list {
    margin-top: 20px; }
    .fishing__clubs__wrap .not__club__list p {
      color: #fff;
      font-size: 22px;
      text-align: center; }
  .fishing__clubs__wrap .club-card-wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ff6200;
    border-radius: 10px;
    padding: 10px 5px; }
    .fishing__clubs__wrap .club-card-wrap .club-card-title {
      margin: 0 0 5px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .fishing__clubs__wrap .club-card-wrap .club-card-title h3 {
        margin: 0;
        font-size: 22px;
        line-height: 20px;
        color: #ffffff;
        text-align: center; }
        .fishing__clubs__wrap .club-card-wrap .club-card-title h3 a {
          color: #fff; }
    .fishing__clubs__wrap .club-card-wrap .club-card-description {
      margin-top: 5px;
      height: 145px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ffffff;
      border-radius: 10px;
      padding: 0 13px; }
      .fishing__clubs__wrap .club-card-wrap .club-card-description__logo-and-number {
        height: 130px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; }
        .fishing__clubs__wrap .club-card-wrap .club-card-description__logo-and-number .desc-logo {
          height: 100px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .fishing__clubs__wrap .club-card-wrap .club-card-description__logo-and-number .desc-logo img {
            width: 80%;
            height: auto; }
        .fishing__clubs__wrap .club-card-wrap .club-card-description__logo-and-number .desc-number {
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 7px; }
          .fishing__clubs__wrap .club-card-wrap .club-card-description__logo-and-number .desc-number p {
            margin: 0;
            font-size: 20px;
            color: #ff6200; }
      .fishing__clubs__wrap .club-card-wrap .club-card-description__address {
        height: 130px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; }
        .fishing__clubs__wrap .club-card-wrap .club-card-description__address .desc-address {
          width: 165px;
          height: 100px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: space-between; }
          .fishing__clubs__wrap .club-card-wrap .club-card-description__address .desc-address p,
          .fishing__clubs__wrap .club-card-wrap .club-card-description__address .desc-address a {
            margin: 0 0 0 10px;
            font-size: 12px;
            font-weight: 500;
            color: #111111; }
          .fishing__clubs__wrap .club-card-wrap .club-card-description__address .desc-address a {
            font-size: 14px;
            text-decoration: none;
            color: #ff6200; }
        .fishing__clubs__wrap .club-card-wrap .club-card-description__address .desc-raiting {
          width: 165px;
          height: 30px;
          display: flex;
          justify-content: space-around;
          align-items: center;
          background: #ff8940;
          border-radius: 10px;
          margin: 0 7px; }
          .fishing__clubs__wrap .club-card-wrap .club-card-description__address .desc-raiting img {
            width: 30px; }
          .fishing__clubs__wrap .club-card-wrap .club-card-description__address .desc-raiting p {
            margin: 0;
            font-size: 14px;
            font-weight: 500;
            color: #111111; }

/*# sourceMappingURL=index.css.map */
