h1 {
  font-size: 1.4rem;
}
p {
  font-size: 1.1rem;
}
img {
  width: 100%;
  height: auto;
}
.content__current__club {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.content__current__club .club__logo {
  text-align: right;
  padding-right: 0;
}
.content__current__club .club__logo img {
  width: 55px;
}
.content__center__block .activity__block {
  display: flex;
  justify-content: center;
}
.content__center__block .activity__block .activity__block__item {
  text-align: center;
  color: #ff6200;
  margin: 0 3px 0 0;
  font-size: 1.2rem;
}
.content__center__block .activity__block .activity__block__item:nth-child(4) {
  margin-right: 0;
}
.content__center__block .activity__block .activity__block__item .name {
  background: #ff6200;
  color: #fff;
  padding: 5px 24px;
  border-radius: 5px 5px 0 0;
}
.content__center__block .activity__block .activity__block__item .value {
  background: #f3f3f3;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid #ff6200;
  border-bottom: 1px solid #ff6200;
  border-right: 1px solid #ff6200;
}
.content__right__block {
  padding-left: 0;
}
.content__right__block .data {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0 0 0;
}
.content__right__block .data .info__block {
  border-bottom: none;
}
.content__right__block .data .info__block .info__block__text a {
  color: #ff8940;
}
.content__right__block .data .info__block .info__block__text a:hover {
  color: #ff6200;
}
.content__right__block .data .btn__edit {
  text-align: center;
  margin: 3px 0 0 0;
  padding: 13px 0 12px 0;
}
.content__right__block .data .btn__edit a {
  border: 1px solid #ff6200;
  padding: 5px 25px;
  color: #ff8940;
  transition: all 0.2s;
  border-radius: 5px;
}
.content__right__block .data .btn__edit a:hover {
  background: #ff6200;
  color: #fff;
  transition: all 0.2s;
  text-decoration: none;
}
.content__right__block .data .btn__edit a:hover svg {
  fill: #fff;
  transition: all 0.2s;
}
.content__right__block .data .btn__edit a svg {
  width: 15px;
  height: auto;
  margin: -4px 0 0 0;
  transition: all 0.2s;
}
.like svg {
  fill: #ff894082;
  transition: all 0.2s;
}
.like svg:hover {
  fill: #ff6200;
  transition: all 0.2s;
  cursor: pointer;
}
.like .active {
  fill: #ff6200;
}
.dislike svg {
  fill: #878787;
  transition: all 0.2s;
}
.dislike svg:hover {
  fill: #000;
  transition: all 0.2s;
  cursor: pointer;
}
.dislike .active {
  fill: #000;
}
.django-ckeditor-widget div {
  width: 100% !important;
}
.item__content__small__text {
  color: #868686;
  font-size: 14px;
}
.link__svg__delete svg {
  fill: #000;
  transition: all 0.2s;
}
.link__svg__delete svg:hover {
  fill: red;
  transition: all 0.2s;
}
.link__svg__edit svg {
  fill: #000;
  transition: all 0.2s;
}
.link__svg__edit svg:hover {
  fill: #ff6200;
  transition: all 0.2s;
}
#preview__images__list img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.wrap__images img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.wrap__images .icon__delete {
  text-decoration: none;
  position: absolute;
  top: -8px;
  right: 0;
}
.wrap__images .icon__delete span {
  color: red;
  font-size: 23px;
}
/*крестик на картинке для удаления*/
.preview__image {
  position: relative;
}
.preview__image a span {
  color: red;
  font-size: 23px;
}
.preview__image a {
  text-decoration: none;
  position: absolute;
  top: -8px;
  right: 0;
}
.item__row {
  position: relative;
}
.item__row:after {
  content: '';
  width: 20px;
  height: 7px;
  top: 8px;
  background: red;
  position: absolute;
  right: -25px;
  cursor: pointer;
}
.item__row:nth-child(1):after {
  display: none;
}
.left__row div {
  margin-bottom: 7px;
}
.fishing_report {
  justify-content: center;
}
.fishing_report:hover {
  cursor: pointer;
}
.fishing_report div {
  background: #FF6200;
  color: #fff;
  padding: 5px 10px;
}
.icon__trophy img:hover {
  cursor: pointer;
}
.icon__trophy input {
  display: none;
}
.icon__photo__input {
  width: 0;
  height: 0;
}
.icon__photo__input:after {
  content: '';
  background: #000;
  width: 40px;
  height: 40px;
}
.icon__text img:hover {
  cursor: pointer;
}
.icon__photo img:hover {
  cursor: pointer;
}
.fishing__report__view .catch__item__wrap {
  margin-bottom: 10px;
}
.fishing__report__view .catch__item__wrap .catch__item {
  border-bottom: 1px solid #ff6200;
}
.fishing__report__view .info__current__likes__wrap {
  display: flex;
  justify-content: center;
  background: #ffa873;
}
.fishing__report__view .info__current__likes__wrap .info__current__likes {
  margin: 13px 10px 0 0;
}
.fishing__report__view .info__current__likes__wrap .info__current__likes .card-info-like {
  display: flex;
  padding: 5px 10px;
}
.fishing__report__view .info__current__likes__wrap .info__current__likes .card-info-like img {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
.fishing__report__view .info__current__likes__wrap .info__current__likes .card-info-like p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.fishing__report__view .info__current__likes__wrap .news-assessment {
  width: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.fishing__report__view .info__current__likes__wrap .news-assessment__like,
.fishing__report__view .info__current__likes__wrap .news-assessment__dis-like {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6200;
}
.fishing__report__view .info__current__likes__wrap .news-assessment__like .news_item_like img,
.fishing__report__view .info__current__likes__wrap .news-assessment__dis-like .news_item_like img,
.fishing__report__view .info__current__likes__wrap .news-assessment__like .news_item_dislike img,
.fishing__report__view .info__current__likes__wrap .news-assessment__dis-like .news_item_dislike img {
  cursor: pointer;
}
.fishing__report__view .info__current__likes__wrap .news-assessment__dis-like {
  background: #111111;
}
.register__club__form .form .club__name__wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 -60px 0;
}
.register__club__form .form .club__name__wrap .club__name {
  background: #ffa873;
  padding: 0 75px;
  border-radius: 15px;
}
.register__club__form .form .club__name__wrap .club__name .form__alert {
  margin: 20px 0 20px;
}
.register__club__form .form .club__name__wrap .club__name .form__alert .form__alert__text p {
  line-height: 0.3;
  letter-spacing: 0.3px;
  color: #a63f00;
  text-align: right;
  font-size: 20px;
}
.register__club__form .form .club__name__wrap .club__name .club__name__input label {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  line-height: 1.2;
}
.register__club__form .form .club__name__wrap .club__name .club__name__input input {
  margin: 11px 0 0 0;
}
.register__club__form .form .club__data__wrap {
  background: #ff8940;
  padding: 70px 0 0 0;
}
.register__club__form .form .club__data__wrap .club__data .club__data__detail p {
  color: #fff;
}
.register__club__form .form .club__data__wrap .club__data .club__data__detail .item div label {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  line-height: 1.2;
}
.register__club__form .form .club__data__wrap .club__data .scan__passport div label,
.register__club__form .form .club__data__wrap .club__data .scan__ogrn div label {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  line-height: 1.2;
}
.register__club__form .form .check__registration {
  background: #cccccc;
  padding: 15px 0 ;
}
.register__club__form .form .club__btn {
  background: #ffa873;
}
.register__club__form .form .club__btn div div div {
  text-align: center;
}
.register__club__form .form .club__btn button {
  background: #ff6200;
  text-transform: uppercase;
  border-color: #ff6200;
  margin: 30px 0;
}
.input__registration__club__required:after {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  color: #a63f00;
}
/* common people card lefts block*/
.card-members {
  width: 230px;
  max-height: 385px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: #ffffff;
}
.card-members__header {
  width: 100%;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff6200;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
.card-members__header p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.card-members__all-members {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.card-members__all-members p {
  margin: 0;
  font-size: 18px;
  color: #ff6200;
}
.card-members__name-block {
  width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card-members__name-block .full-name {
  width: 165px;
  height: 47px;
  border-bottom: 1px solid #cccccc;
}
.card-members__name-block .full-name p {
  margin: 0;
  padding-left: 5px;
  font-size: 16px;
  color: #111111;
}
.card-members__name-block .total-count {
  width: 65px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff8940;
  border-bottom: 1px solid #cccccc;
}
.card-members__name-block .total-count p {
  margin: 0;
  font-size: 16px;
  color: #111111;
}
.card-members__footer {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-members__footer .card-footer-button {
  width: 210px;
  height: 35px;
  background: #ff6200;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}
/*club-name*/
.club-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.club-info .club-back-arrow {
  width: 50px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.club-info .club-back-arrow__circle {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff8940;
  border-radius: 50%;
}
.club-info .club-back-arrow__circle .club-back-arrow__triangle {
  padding-left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.club-info .club-name {
  width: 404px;
  min-height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #cccccc;
  border-radius: 15px;
}
.club-info .club-name__description {
  margin: 0;
  color: #111111;
  font-size: 18px;
  letter-spacing: 13px;
  text-transform: uppercase;
}
.club-info .club-name__title {
  margin: 0;
  color: #ff6200;
  font-size: 30px;
  text-transform: uppercase;
}
.club-name__title {
  text-align: center;
}
.club-info .club-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.club-info .club-star__text {
  margin: 0;
  padding-right: 10px;
  height: 50px;
  color: #ff6200;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
}
.club-info .club-star__img {
  width: 50px;
  height: 50px;
}
/*club description*/
.club-all-description {
  margin-top: 90px;
  min-height: 570px;
}
.club-all-description .main-description {
  width: 100%;
  background-color: #ff8940;
}
.club-all-description .main-description .main-left-block {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.club-all-description .main-description .main-left-block__avatar {
  margin: 0 auto;
  padding: 0 10px;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff6200;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 5px 5px 0px 0px #ffa873;
  box-shadow: 5px 5px 0px 0px #ffa873;
  /* Параметры тени */
}
.club-all-description .main-description .main-left-block__avatar .avatar-text {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}
.club-all-description .main-description .main-left-block__avatar .avatar-logo {
  width: 85px;
  height: 95px;
}
.club-all-description .main-description .main-left-block__info .info-text {
  margin: -5px 0 15px 0;
  padding: 0;
  font-size: 18px;
  color: #111111;
  text-align: center;
}
.club-all-description .main-description .main-left-block__info ._id {
  margin-top: 15px;
  font-size: 26px;
  color: #ffffff;
}
.club-all-description .main-description .main-left-block__info span {
  font-size: 22px;
  color: #ffffff;
}
.club-all-description .main-description .main-right-block {
  margin-top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.club-all-description .main-description .main-right-block__description-club {
  padding: 0 10px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffa873;
  border-radius: 15px;
}
.club-all-description .main-description .main-right-block__description-club .block-description-title {
  font-size: 24px;
  color: #ffffff;
}
.club-all-description .main-description .main-right-block__description-club .block-description-text {
  font-size: 18px;
  color: #111111;
}
.club-all-description .main-description .main-right-block__statistic {
  margin-top: 40px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}
.club-all-description .main-description .main-right-block__statistic .block-statistic {
  width: 171px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.club-all-description .main-description .main-right-block__statistic .block-statistic__title,
.club-all-description .main-description .main-right-block__statistic .block-statistic__counter {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.club-all-description .main-description .main-right-block__statistic .block-statistic__title p,
.club-all-description .main-description .main-right-block__statistic .block-statistic__counter p {
  margin: 0;
  padding: 0;
}
.club-all-description .main-description .main-right-block__statistic .block-statistic__title {
  font-size: 22px;
  color: #ffffff;
  background: #ff6200;
}
.club-all-description .main-description .main-right-block__statistic .block-statistic__counter {
  font-size: 24px;
  color: #111111;
  background: #ffa873;
}
.club-all-description .main-description .main-right-block__statistic ._rating {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.club-all-description .main-description .main-right-block__statistic ._recommendations {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.club-all-description .main-description .main-right-block__tournaments {
  margin-top: 40px;
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff8940;
}
.club-all-description .main-description .main-right-block__tournaments .block-tournaments-title {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff6200;
}
.club-all-description .main-description .main-right-block__tournaments .block-tournaments-title__title-desc {
  padding-left: 90px;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
.club-all-description .main-description .main-right-block__tournaments .block-statistic-date {
  margin-top: 10px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.club-all-description .main-description .main-right-block__tournaments .block-statistic-date__text {
  padding-left: 40px;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.club-all-description .main-description .main-right-block__tournaments .block-statistic-date__text .statistic-date {
  font-size: 20px;
  color: #ffffff;
}
.club-all-description .main-description .main-right-block__tournaments .block-statistic-date__text .statistic-title {
  margin: 0;
  padding-left: 30px;
  font-size: 20px;
  color: #111111;
}
.club-all-description .main-description .main-right-block__trophies {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
}
.club-all-description .main-description .main-right-block__trophies .trophies-title {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff6200;
}
.club-all-description .main-description .main-right-block__trophies .trophies-title__title-desc {
  padding-left: 90px;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap {
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card {
  width: 150px;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__fish-name {
  width: 100%;
  height: 18px;
  text-align: center;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__fish-name p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__size {
  width: 100%;
  height: 20px;
  text-align: center;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__size p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #111111;
  text-transform: uppercase;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__icon {
  margin: 10px 0 0;
  width: 140px;
  height: 140px;
  background: #ff6200;
  border: 5px solid #ffffff;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__fisher-name {
  width: 100%;
  height: 35px;
  text-align: center;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__fisher-name p {
  margin: 0px;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__footer {
  margin-top: 30px;
  width: 140px;
  height: 30px;
  background: #ff8940;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__footer p {
  margin: 0;
  padding-left: 25px;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
}
.club-all-description .main-description .main-right-block__trophies .trophies-card-wrap .trophies-card__footer div {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* fishing-club-members */
.fishing-club-members {
  width: 100%;
  height: 200px;
  background: #ffa873;
}
.fishing-club-members .club-members-wrap-card {
  margin-top: 20px;
  width: 100%;
  height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*the card itself is described at the beginning*/
}
/* news */
.club__news {
  width: 100%;
  min-height: 690px;
  background-color: #cccccc;
}
.news__left-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news__left-block ._card-guide {
  margin-top: 220px;
}
.news__right-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__right-block .main-right-block-title {
  margin-top: -20px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff6200;
}
.news__right-block .main-right-block-title__title-desc {
  padding-left: 90px;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
.news__right-block .right-block-news-wrap {
  margin-top: 15px;
  width: 100%;
  min-height: 540px;
  background: transparent;
}
.news__right-block .right-block-news-wrap .news-card {
  width: 710px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news__right-block .right-block-news-wrap .news-card__left-block {
  margin-left: 15px;
  width: 150px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__right-block .right-block-news-wrap .news-card__left-block .left-block-icon {
  width: 140px;
  height: 140px;
  background: #ff8940;
  border: 5px solid #ffffff;
}
.news__right-block .right-block-news-wrap .news-card__left-block .left-block-date {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__right-block .right-block-news-wrap .news-card__left-block .left-block-date p {
  margin: 0;
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
}
.news__right-block .right-block-news-wrap .news-card__right-block {
  width: 525px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__right-block .right-block-news-wrap .news-card__right-block .right-block-title {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.news__right-block .right-block-news-wrap .news-card__right-block .right-block-title p {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}
.news__right-block .right-block-news-wrap .news-card__right-block .right-block-text {
  width: 100%;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ff8940;
}
.news__right-block .right-block-news-wrap .news-card__right-block .right-block-text p {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  color: #111111;
}
.news__right-block .right-block-news-wrap .news-card__right-block .right-block-author {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__right-block .right-block-news-wrap .news-card__right-block .right-block-author p {
  margin: 0 0 0 10px;
  font-size: 20px;
  color: #111111;
}
/*footer*/
.footer .quad-wrap {
  margin-top: -95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .quad-wrap .footer-quad {
  min-width: 190px;
  height: 190px;
}
.footer .quad-wrap ._quad-one,
.footer .quad-wrap ._quad-four {
  background: #ff6200;
}
.footer .quad-wrap ._quad-two,
.footer .quad-wrap ._quad-five {
  background: #ff8940;
}
.footer .quad-wrap ._quad-three {
  background: #ffa873;
}
.club__view .address {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
.club__view .address p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
.club__view__link__edit {
  margin: 20px 0 0 0;
}
.club__view__link__edit a {
  color: #fff;
  font-size: 21px;
  border: 1px solid #fff;
  padding: 3px 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 225px;
  margin: 0 auto;
}
.club__view__link__edit a:hover {
  text-decoration: none;
  background: #ff6200;
  color: #fff;
}
.club__edit .club-name {
  text-align: center;
  height: auto;
}
.club__edit__form {
  margin: 30px 0;
}
.club__edit__form button {
  color: #fff;
  font-size: 21px;
  border: 1px solid #fff;
  padding: 3px 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
  background: #ff8940;
  margin: 0 auto;
}
.club__edit__form button:hover {
  text-decoration: none;
  background: #ff6200;
  border: 1px solid #fff;
}
.news {
  background: #ff8940;
  margin-top: 80px;
}
.news .main__img {
  margin-top: 15px;
}
.news .news__title {
  background: #ff8940;
  margin: -47px 0 0 0;
  border-radius: 15px 15px 0 0;
  padding-left: 20px;
}
.news .news__title h1 {
  color: #fff;
  padding: 0;
  margin: 0;
}
.news .news__text {
  background: #fff;
  min-height: 145px;
  border-radius: 0 0 15px 15px;
}
.news .info__current__likes__wrap {
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  background: #ffa873;
}
.news .info__current__likes__wrap .info__current__likes {
  margin: 13px 10px 0 0;
}
.news .info__current__likes__wrap .info__current__likes .card-info-like {
  display: flex;
  padding: 5px 10px;
  width: 85px;
}
.news .info__current__likes__wrap .info__current__likes .card-info-like img {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
.news .info__current__likes__wrap .info__current__likes .card-info-like p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.news .info__current__likes__wrap .news-assessment {
  width: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.news .info__current__likes__wrap .news-assessment__like,
.news .info__current__likes__wrap .news-assessment__dis-like {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6200;
}
.news .info__current__likes__wrap .news-assessment__like .news_item_like img,
.news .info__current__likes__wrap .news-assessment__dis-like .news_item_like img,
.news .info__current__likes__wrap .news-assessment__like .news_item_dislike img,
.news .info__current__likes__wrap .news-assessment__dis-like .news_item_dislike img {
  cursor: pointer;
}
.news .info__current__likes__wrap .news-assessment__dis-like {
  background: #111111;
}
.news__clubs__city__list .news__item {
  border-bottom: 1px solid #ccc;
  padding: 0 0 9px 0;
}
.news__clubs__city__list .news__item .main__img img {
  width: 100%;
  height: auto;
}
.news__clubs__city__list .news__item .news__item__content__small__text {
  color: #868686;
  font-size: 14px;
}
.blog {
  margin: 45px 0 0 0;
}
.blog .blog__title h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog .blog__title div .link__page__blog__article {
  text-decoration: none;
  color: #000;
}
.blog__text {
  min-height: 200px;
}
.blog__article__view {
  padding: 0 0 60px 0;
}
/*cards info tournament and photo-report*/
.news-card {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  display: flex;
}
.news-card__left-block {
  margin-left: 15px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-card__left-block .left-block-icon {
  width: 140px;
  height: 140px;
  background: #ff8940;
  border: 5px solid #ffffff;
}
.news-card__right-block {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
}
.news-card__right-block .right-block-title {
  margin-left: 15px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  background: transparent;
}
.news-card__right-block .right-block-title p {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}
.news-card .right-block-text {
  width: 100%;
  height: 110px;
  display: flex;
  background: #ff8940;
}
.news-card .right-block-text p {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  color: #111111;
}
/*calendar title*/
.calendar-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-title__block {
  width: 404px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccc;
  border-radius: 15px;
}
.calendar-title__title-desc {
  color: #ff6200;
  font-size: 30px;
  text-transform: uppercase;
}
/*calendar subtitle*/
.calendar-subtitle {
  margin-top: 30px;
  background: #ffffff;
}
.calendar-subtitle__calendar {
  background: #ff6200;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.calendar-subtitle__tournament {
  background: #ff8940;
  display: flex;
}
.calendar-subtitle__tournament .block-tournament {
  margin-top: 20px;
  width: 250px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
.calendar-subtitle__tournament .block-tournament .card-tournament {
  margin-top: 5px;
  width: 100%;
  height: 45px;
  display: flex;
}
.calendar-subtitle__tournament .block-tournament .card-tournament:nth-child(3) .card-tournament__icon img {
  width: 65%;
}
.calendar-subtitle__tournament .block-tournament .card-tournament__icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6200;
  padding: 8px;
}
.calendar-subtitle__tournament .block-tournament .card-tournament__icon img {
  width: 100%;
  height: auto;
}
.calendar-subtitle__tournament .block-tournament .card-tournament__title {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.calendar-subtitle__tournament .block-tournament .card-tournament__title p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0px;
}
/*calendar info*/
.calendar-info {
  margin-top: 25px;
  width: 100%;
  min-height: 1500px;
  background: transparent;
}
.calendar-info__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-info__left .left-banner {
  width: 160px;
  height: 600px;
  background: #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-info__left .left-banner__icon {
  margin-top: 75px;
  width: 120px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-info__left .left-banner__icon img {
  width: 100%;
  height: 100%;
}
.calendar-info__left .left-banner__text {
  margin-top: 100px;
  width: 120px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-info__left .left-banner__text p {
  margin: 0;
  font-size: 48px;
  color: #ff6200;
  line-height: 50px;
}
.calendar-info__left .left-banner:nth-child(2) {
  margin-top: 25px;
}
.calendar-info__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffa873;
}
.calendar-info__right .info-right-block-tournament {
  margin-top: 20px;
  width: 100%;
  min-height: 400px;
  background: transparent;
}
.calendar-info__right .info-right-block-tournament .tournament-right-block-title {
  margin-top: 0px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background: #ff6200;
}
.calendar-info__right .info-right-block-tournament .tournament-right-block-title__title-desc {
  padding-left: 90px;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
.calendar-info__right .info-right-block-report {
  margin-top: 20px;
  width: 100%;
  min-height: 750px;
  background: transparent;
}
.calendar-info__right .info-right-block-report .report-right-block-title {
  margin-top: 0px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background: #ff6200;
}
.calendar-info__right .info-right-block-report .report-right-block-title__title-desc {
  padding-left: 90px;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
.calendar-info__right .info-right-block-report ._card-report {
  height: 225px;
  display: flex;
  flex-direction: column;
}
.calendar-info__right .info-right-block-report ._card-report .wrap-card-body {
  width: 100%;
  display: flex;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-left {
  width: 355px;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-left .left-footer-icon {
  width: 70px;
  height: 70px;
  background: #ff6200;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-left .left-footer-icon:nth-child(even) {
  background: #ff8940;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right {
  width: 216px;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right .right-footer-icon {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right .right-footer-icon .right-footer-icon__img {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right .right-footer-icon .right-footer-icon__img img {
  width: 100%;
  height: 100%;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right .right-footer-icon .right-footer__text {
  margin: 0;
  width: 40px;
  height: 25px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right .right-footer-icon ._vision-text {
  color: #111111;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right ._vision {
  background: #cccccc;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right ._fish {
  background: #ff6200;
}
.calendar-info__right .info-right-block-report ._card-report .news-card__footer-block .footer-block-right ._comments {
  background: #ff8940;
}
.calendar-info .footer {
  width: 100%;
  height: 305px;
  background: #ffffff;
}
.calendar-info .footer__right {
  width: 100%;
  height: 305px;
  background: #cccccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.calendar-info .footer__right .footer-calendar {
  width: 230px;
  height: 250px;
  background: #ff6200;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: column;
}
.calendar-info .footer__right .footer-calendar__header {
  width: 100%;
  height: 40px;
  background: #ff6200;
  border-top-left-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-info .footer__right .footer-calendar__header p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.calendar-info .footer__right .footer-calendar__header p span {
  font-size: 22px;
}
.calendar-info .footer__right .footer-calendar__body {
  width: 225px;
  height: 180px;
  background: #ffa873;
}
.calendar-info .footer__right .footer-calendar__body .body-date {
  margin-top: 5px;
  width: 225px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
.calendar-info .footer__right .footer-calendar__body .body-date__day {
  width: 150px;
  height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.calendar-info .footer__right .footer-calendar__body .body-date__day .day-number {
  margin-left: 3px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ff6200;
  transition: 0.3s;
}
.calendar-info .footer__right .footer-calendar__body .body-date__day .day-number:hover {
  background: #ff6200;
  color: #ffffff;
  cursor: pointer;
}
.calendar-info .footer__right .footer-calendar__body .body-date__day .day-number p {
  margin: 0;
  font-size: 16px;
  color: inherit;
}
.calendar-info .footer__right .footer-calendar__body .body-date__month {
  width: 70px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #ff6200;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.calendar-info .footer__right .footer-calendar__body .body-date__month p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.calendar-info .footer__right .footer-calendar__footer {
  width: 100%;
  height: 30px;
  background: #ff6200;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-info .footer__right .footer-calendar__footer .footer-block-wrapper {
  width: 170px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}
.calendar-info .footer__right .footer-calendar__footer .footer-block-wrapper .footer-icon-star,
.calendar-info .footer__right .footer-calendar__footer .footer-block-wrapper .footer-icon-like,
.calendar-info .footer__right .footer-calendar__footer .footer-block-wrapper .footer-icon-comments {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-info .footer__right .footer-calendar__footer .footer-block-wrapper .footer-icon-star img,
.calendar-info .footer__right .footer-calendar__footer .footer-block-wrapper .footer-icon-like img,
.calendar-info .footer__right .footer-calendar__footer .footer-block-wrapper .footer-icon-comments img {
  width: 28px;
  height: 28px;
}
.calendar-info .footer-banner {
  margin: 20px 0 50px -15px;
  width: 728px;
  height: 90px;
  display: flex;
  align-items: center;
  background-color: #cccccc;
}
.calendar-info .footer-banner__icon {
  margin-left: 20px;
  width: 120px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-info .footer-banner__icon img {
  width: 120px;
  height: 80px;
}
.calendar-info .footer-banner__text {
  margin-left: 100px;
  width: 420px;
  height: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-info .footer-banner__text p {
  margin: 0;
  color: #ff6200;
  font-size: 28px;
}
.calendar-info .footer-banner__text p:first-child {
  text-transform: uppercase;
  color: #ffffff;
}
#sidebar {
  position: fixed;
  width: 180px;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  right: -43px;
  top: 200px;
  text-align: left;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar ul li {
  margin-bottom: 5px;
}
#sidebar ul li img {
  width: 140px;
}
#sidebar ul li a {
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #a63f00 20px, #ff6200 180px);
}
#sidebar ul li a img {
  width: 40px;
  padding-right: 20px;
}
#sidebar ul .item__menu__edit {
  margin-bottom: 5px;
  position: relative;
  right: -10px;
}
#sidebar ul .item__menu {
  position: relative;
  right: -96px;
  transition: all 0.5s;
}
#sidebar ul .item__menu:hover {
  right: 0;
  transition: all 0.5s;
}
.first__fon {
  background: #ff8940;
  margin: 91px 0 0 0;
}
.first__fon .avatar {
  margin: 15px 0 0;
}
.first__fon .info__panel {
  margin: -60px 0 0 0;
}
.first__fon .trophy {
  margin: 40px 0 0 0;
}
.first__fon .edit__profile {
  margin: 15px 0;
  text-align: center;
}
.second__fon {
  background: #ffa873;
}
.second__fon .rybak__info {
  margin: 25px 0 0 0;
}
.second__fon .rybak__info__item {
  display: flex;
  font-size: 19px;
}
.second__fon .rybak__info__item .rybak__info__item__title {
  color: #a63f00;
  width: 100px;
  text-align: right;
  padding: 0 3px 0 0;
}
.second__fon .activity {
  padding: 40px 0 0 0;
}
/*крестик на картинке для удаления*/
.preview__image__avatar {
  position: relative;
}
.preview__image__avatar a {
  position: absolute;
  margin: -8px 0 0 6px;
}
.preview__image__avatar a span {
  color: red;
  font-size: 30px;
  font-weight: bold;
}
.trofey__item img {
  width: auto;
}
.user__profile__view__header {
  padding: 5px 0 20px 0;
}
.back-page-button {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ff8940;
  border-radius: 25px;
  position: relative;
}
.profile-header-name {
  background-color: #f3f3f3;
  border-radius: 15px;
  color: #ff6200;
  font-size: 30px;
  line-height: 28px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #ff6200;
  letter-spacing: 3px;
}
.back-page-button::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1;
  left: 12px;
  top: 14px;
  border-left: 1px solid transparent;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 20px solid #fff;
}
.subscribe-profile-link {
  font-size: 16px;
  line-height: 16px;
  color: #ff6200;
  text-decoration: none;
  height: 50px;
  background-image: url('/static/images/icons/account/subscribestar.png');
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  text-align: right;
  padding: 10px 55px 0px 0px;
}
.subscribe-profile-link:hover,
.subscribe-profile-link.active {
  color: #ff6200;
  text-decoration: none;
  background-position: right bottom;
}
.user__profile__view .first__fon {
  background: #ff8940;
}
.user__profile__view .first__fon .registration__club {
  margin: 0 0 20px 0;
}
.user__profile__view .first__fon a {
  color: #fff;
  font-size: 21px;
  border: 1px solid #fff;
  padding: 3px 20px;
  border-radius: 5px;
  display: block;
}
.user__profile__view .first__fon a:hover {
  text-decoration: none;
  background: #ff6200;
}
.user__profile__view .first__fon .log ul li .log__wrap {
  display: flex;
}
.user__profile__view .first__fon .log ul li .log__wrap a {
  border: none;
}
.user__profile__view .first__fon .log ul li .log__wrap a:hover {
  background: none;
}
.user__profile__view .first__fon .log ul li .log__wrap .form-check input {
  margin-top: 13px;
}
.user__profile__view .first__fon .log ul li .log__wrap .form-check label {
  padding: 2px 0 0 0;
  font-size: 20px;
}
.user__profile__view .info_panel {
  display: flex;
  justify-content: center;
  margin: -52px 0 0 0;
}
.user__profile__view .info_panel .info_panel__item {
  border-right: 2px solid #fff;
}
.user__profile__view .info_panel .info_panel__item:nth-child(1) .info_panel__item__title {
  border-radius: 10px 0 0 0;
}
.user__profile__view .info_panel .info_panel__item:nth-child(1) .info_panel__item__val {
  border-radius: 0 0 0 10px;
}
.user__profile__view .info_panel .info_panel__item:nth-child(4) {
  border-right: none;
}
.user__profile__view .info_panel .info_panel__item:nth-child(4) .info_panel__item__title {
  border-radius: 0 10px 0 0;
}
.user__profile__view .info_panel .info_panel__item:nth-child(4) .info_panel__item__val {
  border-radius: 0 0 10px 0;
}
.user__profile__view .info_panel .info_panel__item .info_panel__item__title {
  background: #ff8940;
  min-width: 179px;
}
.user__profile__view .info_panel .info_panel__item .info_panel__item__title p {
  color: #fff;
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 28px;
  text-align: center;
}
.user__profile__view .info_panel .info_panel__item .info_panel__item__val {
  background: #ffa873;
}
.user__profile__view .info_panel .info_panel__item .info_panel__item__val p {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 26px;
  text-align: center;
}
.user__profile__view .line__fon {
  background: #ff6200;
}
.user__profile__view .line__fon h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 3px 0 3px 65px;
  margin: 20px 0 0 0;
}
.user__profile__view .trofey__wrap .trofey__item {
  text-align: center;
}
.user__profile__view .trofey__wrap .trofey__item a {
  border: none;
  padding: 0;
  text-align: center;
}
.user__profile__view .trofey__wrap .trofey__item a:hover {
  background: none;
}
.user__profile__view .second__fon {
  background: #ffa873;
  padding: 15px 0px 15px 0px;
}
.user__profile__view .second__fon .prof-list {
  padding: 0px 5px 0px 0px;
  font-size: 20px;
  color: #a73f00;
}
.user__profile__view .second__fon .prof-list-num {
  padding: 0px 0px 0px 5px;
  font-size: 20px;
  color: #000;
}
.user__profile__view .second__fon .prof-list-num a {
  color: #ff6200;
  font-weight: 600;
}
.user__profile__view .second__fon .prof-list-num a:hover {
  text-decoration: none;
}
.user__profile__view .second__fon .active-list {
  padding: 15px 25px 15px 25px;
}
.user__profile__view .second__fon .al-name {
  color: #fff;
  font-size: 24px;
}
.user__profile__view .second__fon a.al-name {
  text-decoration: none;
}
.user__profile__view .second__fon a.al-name:hover {
  color: #fff;
  text-decoration: underline;
}
.user__profile__view .second__fon .al-num {
  font-size: 20px;
}
.user__profile__view .second__fon .al-title {
  color: #a73f00;
}
.edit__user__profile .title__page .title__page__text p {
  letter-spacing: 3px;
}
.edit__user__profile .first__fon {
  background: #ff8940;
  margin: 0;
  padding: 20px 0 15px 0;
}
.edit__user__profile .avatarka__wrap div .format__img {
  color: #3f3e3e;
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
}
.edit__user__profile .avatarka__wrap div .format__img b {
  color: #000;
}
.edit__user__profile .change__password a {
  color: #fff;
  font-size: 21px;
  border: 1px solid #fff;
  padding: 3px 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.edit__user__profile .change__password a:hover {
  text-decoration: none;
  background: #ff6200;
}
.edit__user__profile .preview__image a {
  right: -5px;
}
.edit__user__profile .preview__image a span {
  font-size: 30px;
}
.edit__user__profile button {
  color: #fff;
  font-size: 21px;
  border: 1px solid #fff;
  padding: 3px 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
  background: #ff8940;
  margin: 0 auto;
}
.edit__user__profile button:hover {
  text-decoration: none;
  background: #ff6200;
  border: 1px solid #fff;
}
.tournament__create #tournament-create-map {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.tournament__create .coordinates__wrap {
  display: none;
}
.tournament__create .address {
  margin-top: 45px;
}
#tournament-view-map {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.question__answer__item {
  border-radius: 20px 0 0 20px;
  display: flex;
  background: #ffa873;
  width: 500px;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.question__answer__item:nth-child(even) {
  margin: 15px 0 15px 25px;
}
.question__answer__item .title__text__wrap {
  padding: 0 0 0 20px;
  max-height: 105px;
  overflow: hidden;
}
.question__answer__item .title__text__wrap .question__answer__item__title h5 a {
  color: #000;
}
.question__answer__item .question__answer__item__comment__number {
  background: #ff8940;
  margin: 5px 0 -5px 0;
  padding: 5px 5px 0 5px;
}
.question__answer__item .question__answer__item__comment__number p {
  color: #fff;
  text-align: center;
}
.question__answer__wrap {
  margin: 0 0 15px 0;
}
.review .answer__wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
html,
body {
  height: 91%;
}
.adminka__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.adminka__content {
  flex: 1 0 auto;
}
.adminka__footer {
  flex: 0 0 auto;
  min-height: 50px;
  background: linear-gradient(45deg, #ff6200 0%, #fffb12 100%);
}
.adminka__btn div {
  text-align: center;
  padding: 15px 0;
}
.adminka__btn div button {
  background: #ffa873;
  border: 1px solid #ff6200;
  color: #000;
  width: 150px;
}
.adminka__btn div button:hover {
  background: #ff6200;
  border: 1px solid #ff6200;
}
.custom__admin__header {
  background: linear-gradient(45deg, #ff6200 0%, #fffb12 100%);
}
.custom__admin__header div {
  padding: 10px 0;
}
.custom__admin__header h2 {
  text-shadow: 4px 2px 6px;
  font-size: 2.5rem;
  letter-spacing: 4px;
  text-align: center;
  color: #000;
  font-style: italic;
}
.custom__admin__menu {
  background: #5E5E5D;
}
.custom__admin__menu .menu__title {
  color: #fff;
  font-size: 1.4rem;
}
.custom__admin__menu .menu__title p {
  color: #fff;
  letter-spacing: 2px;
}
.custom__admin__menu ul {
  padding-left: 0;
}
.custom__admin__menu ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.custom__admin__menu ul li i {
  color: #ff6200;
  margin-right: 10px;
}
.custom__admin__menu ul li a {
  color: #fff;
  letter-spacing: 2px;
}
.custom__admin__menu ul li a:hover {
  color: #ff6200;
  text-decoration: none;
  transition: all 0.3s;
}
.form-control:focus {
  border-color: #ff6200;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.6);
}
body {
  font-family: FiraSansExtraCondensed-Regular;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 16px Arial;
}
a {
  color: #ff8940;
}
a:hover {
  color: #ff6200;
}
.wrapper__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.content__base {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.alert-warning {
  color: #2e2e2e;
  background: transparent;
  border-color: #ff6200;
}
.content__menu {
  border-right: 1px solid #ff8940;
}
.content__menu .content__menu__title {
  border-bottom: 1px solid #ff8940;
  margin: 0 0 5px 0;
  padding: 0 0 6px 15px;
}
.content__menu .content__menu__title p {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
.content__menu .content__menu__item__wrap {
  border-bottom: 1px solid #ff6200;
  padding-bottom: 9px;
}
.content__menu .content__menu__item__wrap .content__menu__item {
  margin: 0 0 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__menu .content__menu__item__wrap .content__menu__item a {
  margin: 0 0 0 15px;
  padding: 8px 0 0 0;
  color: #434343;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content__menu .content__menu__item__wrap .content__menu__item a svg {
  height: 30px;
  width: auto;
  margin-right: 5px;
}
.content__menu .content__menu__item__wrap .content__menu__item a:hover {
  color: #ff6200;
}
.content__menu .content__menu__item__wrap .content__menu__item a:hover svg {
  fill: #ff6200;
}
.input__errors {
  margin-top: 5px;
  color: #be0000;
  font-weight: bold;
}
.input__errors .errorlist {
  padding-left: 5px;
}
.input__errors .errorlist li {
  list-style: none;
}
.wrapper__select2 .select2-selection__clear {
  color: red;
}
button {
  color: #fff;
  border: 1px solid #ff6200;
  border-radius: 5px;
  display: block;
  text-align: center;
  background: #ff8940;
  margin: 0 auto;
  font-weight: 400;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
button:hover {
  background: #ff6200;
}
button:focus {
  outline: none;
}
.content__nav .btn__back__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content__nav .btn__back__wrap .btn__back {
  margin-left: 10px;
}
.content__nav .btn__back__wrap .btn__back a {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  border: 1px solid #ff8940;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content__nav .btn__back__wrap .btn__back a:hover {
  background: #ff8940;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content__nav .btn__back__wrap .btn__back a:hover .icon svg {
  color: #fff;
}
.content__nav .btn__back__wrap .btn__back a .icon svg {
  width: 22px;
  color: #ff8940;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 2px 0 0 11px;
}
.content__nav .text {
  background-color: #fffff6;
  border-radius: 7px;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 10px 0;
  border: 1px solid #ff6200;
  letter-spacing: 2px;
  text-align: center;
}
.content__nav .btn__track__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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content__nav .btn__track__wrapper .btn__track a .btn__track__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 10px;
}
.content__nav .btn__track__wrapper .btn__track a .btn__track__wrap .btn__track__text {
  font-size: 17px;
  padding: 15px 5px 0 0;
  color: #ff8940;
  text-decoration: none;
  text-align: right;
}
.content__nav .btn__track__wrapper .btn__track a .btn__track__wrap .btn__track__star {
  width: 50px;
}
.content__nav .btn__track__wrapper .btn__track a .btn__track__wrap .btn__track__star svg {
  fill: #ff8940;
}
.content__nav .btn__track__wrapper .btn__track a .btn__track__wrap:hover .btn__track__text {
  color: #ff6200;
}
.content__nav .btn__track__wrapper .btn__track a .btn__track__wrap:hover .btn__track__star svg {
  fill: #ff6200;
}
.content__nav .btn__track__wrapper .btn__track a:hover {
  text-decoration: none;
}
.btn__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn__content__wrap .btn__content {
  border: 2px solid #ff6200;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  text-align: center;
}
.btn__content__wrap .btn__content a {
  color: #2e2e2e;
  font-size: 1.1rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  display: block;
  padding: 7px 30px;
  min-width: 215px;
}
.btn__content__wrap .btn__content:hover {
  background: #ff6200;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.btn__content__wrap .btn__content:hover a {
  color: #fff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.pagination .page-item .page-link {
  color: #000;
}
.pagination .page-item.active .page-link {
  background-color: #fffff6;
  border-color: #ff6200;
}
.content {
  border: 1px solid #ff8940;
  margin: 20px 0 65px 0;
  border-radius: 5px;
  padding: 10px;
}
.bg__plashka {
  background: #ff6200;
  padding: 6px 20px;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
}
.info__block {
  margin: 10px 0 0 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0;
}
.info__block .info__block__name {
  text-transform: uppercase;
  color: #ff6200;
}
.info__block .info__block__text {
  margin: 3px 0 0 0;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  overflow: scroll;
  max-height: 300px;
  position: absolute;
  border: none;
  z-index: 99;
  top: 100%;
  left: 15px;
  right: 0;
  overflow-x: hidden;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ff6200;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
