@import url('fonts.css');
@import url('system.css');
@import url('style.css');
:root {
  --font-family: "Lato", sans-serif;
  --second-family: "TT Norms", sans-serif;
  --third-family: "Cera Pro", sans-serif;
}
.rating_detail {
  background: #fafcff;
}
.rating_detail .inner {
  max-width: 1160px;
  padding: 0 20px;
}
.rating_detail .title {
  position: relative;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 40px;
  color: #1b1b1b;
  margin: 60px 0;
}
.rating_detail .sub_title {
  position: relative;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  color: #1b1b1b;
  margin: 40px 0 30px;
}
.rating_detail .list_member {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .rating_detail .list_member {
    display: flex;
    flex-wrap: wrap;
  }
}
.rating_detail .list_member .item {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.rating_detail .list_member .item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .rating_detail .list_member .item {
    width: 50%;
  }
}
.rating_detail .list_member .item .picture {
  position: relative;
  margin-right: 15px;
}
.rating_detail .list_member .item .picture img {
  width: 50px;
}
.rating_detail .list_member .item .info {
  position: relative;
}
.rating_detail .list_member .item .info .role {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #9d9d9d;
}
.rating_detail .list_member .item .info .role.capitan {
  color: #017bfd;
}
.rating_detail .list_member .item .info .name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1b1b1b;
}
body {
  overflow-x: hidden;
}
.body {
  position: relative;
}
.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.5);
  overflow: auto;
}
.modal .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal .close:hover svg circle {
  fill: #ff4f12;
}
@media screen and (max-width: 575px) {
  .modal {
    background: rgba(27, 27, 27, 0.5);
  }
}
.modal .modal__container {
  margin: 3rem auto;
  max-width: 400px;
  padding: 4rem 3rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 33px 48px rgba(101, 184, 223, 0.16);
  box-shadow: 0 33px 48px rgba(101, 184, 223, 0.16);
  position: relative;
}
@media screen and (min-width: 1280px) {
  .modal .modal__container.full {
    max-width: 72rem;
  }
}
.modal .modal__title {
  font-family: 'TT Norms', Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.modal .modal__btn {
  margin-top: 1.5rem;
}
.modal .modal__sign {
  margin-top: 2rem;
}
.modal .modal .checkbox {
  margin-top: 1.5rem;
}
.form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4rem 3rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.form__title {
  font-family: 'TT Norms', Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form__group {
  margin-bottom: 1rem;
}
.form__group.error {
  color: red;
}
.form__group.error .select2-container .select2-selection,
.form__group.error .form__field {
  border: 1px solid red;
}
.form__caption {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.form__field {
  font-size: 0.9375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0.9375em 1.25em;
  resize: none;
  color: #1b1b1b;
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.form__field::-webkit-input-placeholder {
  color: #9a9a9a;
}
.form__field:-ms-input-placeholder {
  color: #9a9a9a;
}
.form__field::-ms-input-placeholder {
  color: #9a9a9a;
}
.form__field::placeholder {
  color: #9a9a9a;
}
.form__box {
  margin-top: 5rem;
}
.form__sign {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 1rem;
}
.form__btn {
  width: 100%;
  margin-top: 2rem;
}
.form__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 2rem;
  padding: 1.3rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -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;
}
.form__file:hover {
  background: #ffbf08;
}
.form__hidden {
  display: none;
}
.form__add-file {
  font-size: 1.125em;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #646464;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__add-file svg {
  margin-left: 1rem;
  vertical-align: middle;
}
.form__group .select2-container .select2-selection {
  margin-bottom: 0.5rem;
  height: 50px;
}
.form__group .select2-container .select2-selection .select2-selection__rendered {
  line-height: 50px;
}
.form__group .select2-container .select2-selection .select2-selection__clear,
.form__group .select2-container .select2-selection .select2-selection__arrow {
  margin-top: 12px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 2.25em;
  height: 1.125em;
  margin: auto 5px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7800ff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 0.8em;
  width: 0.8em;
  left: 0.1625em;
  bottom: 0.1625em;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #ffbf08;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #ffbf08;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(1.125em);
  -ms-transform: translateX(1.125em);
  transform: translateX(1.125em);
}
.switch .slider.round {
  border-radius: 1.125em;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.structure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  padding-top: 90px;
  background-color: #ED8000;
  background-image: url(../images/registration-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .structure {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
  }
}
@media screen and (max-width: 1023px) {
  .structure {
    background-position-x: 90%;
  }
}
@media screen and (max-width: 575px) {
  .structure {
    background-image: none;
  }
}
.structure .inner_middle {
  max-width: 1240px;
  padding: 0;
}
.structure .h1_title {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 54px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.structure table {
  background-color: #FFF;
  width: 100%;
  border: none;
  border-spacing: unset;
  margin: 30px 0;
}
.structure table thead {
  background: #F9F9F9;
}
.structure table thead tr th {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #1B1B1B;
  padding: 25px 0;
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}
.structure table thead tr th:nth-last-child(1) {
  border-right: none;
}
.structure table tbody tr {
  cursor: pointer;
}
.structure table tbody tr td {
  padding: 25px;
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
}
.structure table tbody tr td:nth-last-child(1) {
  border-right: none;
}
.structure table tbody tr:hover {
  background-color: #7a3093;
}
.structure table tbody tr:hover td {
  color: #D7D7D7;
}
.structure table tbody tr:nth-last-child(1) td {
  border-bottom: none;
}
.structure .table__add-pers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 20px 40px;
  border-radius: 100px;
  color: #FFF;
  background-color: #7A3093;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
  text-decoration: none;
  margin: 30px auto;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.structure .table__add-pers:hover {
  background-color: #007dfe;
}
.structure .card_list .card_item {
  max-width: 320px;
  width: 100%;
  margin: 0.5em;
  padding: 1em;
  display: block;
  background: #FFF;
  border-radius: 0.5em;
  overflow-wrap: break-word;
}
@media (min-width: 640px) {
  .structure .card_list .card_item {
    width: calc(50% - 3em);
  }
}
@media (min-width: 1280px) {
  .structure .card_list .card_item {
    width: calc(25% - 3em);
  }
}
.structure .card_list .card_item .text {
  border-bottom: 1px solid #c0c0c0;
}
.structure .card_list .card_item .action {
  justify-content: center;
}
.structure .card_list .card_item:hover {
  -webkit-box-shadow: 0 16px 33px rgba(120, 0, 255, 0.2);
  box-shadow: 0 16px 33px rgba(120, 0, 255, 0.2);
}
.btn-style {
  padding: 10px 15px;
  border-radius: 100px;
  color: #FFF;
  background-color: #007dfe;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
  margin: 0 auto;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-block;
}
.btn-style:hover {
  background-color: #ed8001;
}
.change_type_view {
  background: #FFF;
  height: 3em;
  width: 3em;
  margin: 0 5px;
  justify-content: center;
  padding: 0.5em;
  border-radius: 0.25em;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.change_type_view.type_card span {
  width: calc(50% - 0.5em);
  height: calc(50% - 0.5em);
  margin: auto;
  border: 0.1em solid #7800ff;
  display: block;
}
.change_type_view.type_list span {
  border: 0.1em solid #7800ff;
  height: calc(25% - 0.5em);
  margin-bottom: 0.35em;
  width: calc(100% - 0.15em);
  display: block;
}
.change_type_view.active,
.change_type_view:hover {
  background: #7800ff;
}
.change_type_view.active span,
.change_type_view:hover span {
  border-color: #FFF;
}
.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: 0;
  padding: 1em 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 53px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 53px rgba(0, 0, 0, 0.15);
}
.header .header__inner {
  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;
}
@media screen and (max-width: 1600px) {
  .header .header__inner {
    padding: 0 1.25em;
  }
}
.header .header__pic {
  width: 93px;
  height: 50px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .header .header__pic {
    width: 182px;
    height: 98px;
  }
}
.header .header__btn {
  margin-left: 4rem;
}
@media screen and (max-width: 1600px) {
  .header .header__btn {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .header .header__btn {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__btn {
    margin-left: 0;
  }
}
.header .header__burger {
  position: relative;
  z-index: 99;
  left: 0;
  display: block;
  width: 45px;
  height: 4px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #000;
}
@media screen and (min-width: 1201px) {
  .header .header__burger {
    display: none;
  }
}
.header .header__burger:after,
.header .header__burger:before {
  position: absolute;
  display: block;
  width: 45px;
  height: 4px;
  content: '';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #000;
}
.header .header__burger:after {
  top: 12px;
}
.header .header__burger:before {
  top: -12px;
}
.header .header__burger.open {
  background: transparent;
}
.header .header__burger.open:before,
.header .header__burger.open:after {
  background: #FFF;
  top: 0;
}
.header .header__burger.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header__burger.open:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header__login {
  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;
  padding: 10px 21px;
  border-radius: 100px;
  color: #FFF;
  background-color: #7A3093;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
  text-decoration: none;
  margin: 0 10px;
}
.header .header__login:hover {
  background-color: #007DFE;
}
.header .header__login .header__login-pic {
  vertical-align: middle;
}
.header .header__login .header__login-text {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header .header__login {
    margin: 0;
    padding: 20px 42px;
  }
}
.header .nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .header .nav {
    margin: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header .nav .nav__list {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .header .nav .nav__list {
    display: block;
  }
}
.header .nav .nav__list .nav__item {
  margin-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
.header .nav .nav__list .nav__item .sub_menu {
  display: none;
}
@media (min-width: 1200px) {
  .header .nav .nav__list .nav__item {
    margin-left: 30px;
    margin-bottom: 0;
  }
  .header .nav .nav__list .nav__item:hover .sub_menu {
    display: block;
    margin-top: 5px;
  }
  .header .nav .nav__list .nav__item .sub_menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 1em;
    margin-left: -0.5em;
    list-style: none;
    width: 180%;
  }
  .header .nav .nav__list .nav__item .sub_menu .nav__item {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .header .nav .nav__list .nav__item {
    margin-left: 25px;
  }
}
.header .nav .nav__list .nav__item .nav__link {
  text-decoration: none;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
}
@media (min-width: 1200px) {
  .header .nav .nav__list .nav__item .nav__link {
    font-weight: 900;
    color: #1B1B1B;
  }
}
.header .nav .nav__list .nav__item .nav__link:before {
  position: absolute;
  left: 0;
  display: block;
  height: 4px;
  content: '';
  background: #7A3093;
  bottom: -5px;
  left: -9px;
  width: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .header .nav .nav__list .nav__item .nav__link:before {
    display: none;
  }
}
.header .nav .nav__list .nav__item .nav__link:hover:before {
  width: -webkit-calc(118%);
  width: calc(100% + 18px);
}
.header .nav .nav__list .nav__item .nav__link.active {
  color: #7A3093;
}
.header .header__box {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header .header__box {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    padding-top: 15px;
    background: #7A3093;
  }
}
@media screen and (max-width: 1023px) {
  .header .header__box {
    padding-top: 60px;
  }
}
.header .header__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header .header__control {
    padding: 30px;
    background-color: #FFF;
  }
}
@media screen and (max-width: 370px) {
  .header .header__control {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__control .header__login {
    margin-right: 3rem;
  }
}
.header .info_user {
  margin: 0 15px;
  text-decoration: none;
}
.header .info_user .user_pic {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #7a3093;
}
@media (min-width: 768px) {
  .header .info_user .user_pic {
    margin: 0 15px;
  }
}
.header .info_user .user_data .name {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #1B1B1B;
}
.banner {
  position: relative;
  background-color: #ed8001;
  background-repeat: no-repeat;
  background-image: url(../images/banner-bg-mobile.jpg);
  padding-bottom: 110%;
  background-position: bottom;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .banner {
    padding: 0;
    height: 700px;
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
  }
}
.banner:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: block;
  content: '';
  background-image: url(../images/photo-banner.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 70%;
  width: 100%;
  z-index: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 1023px) {
  .banner:after {
    right: -10px;
    width: 50%;
    height: 707px;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1600px) {
  .banner:after {
    right: 7%;
    width: 711px;
  }
}
@media screen and (min-width: 1900px) {
  .banner:after {
    right: 253px;
    width: 711px;
  }
}
.banner .banner__content {
  position: relative;
  color: #FFF;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 30px 20px;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.banner .banner__content:before {
  content: '';
  position: absolute;
  width: 82px;
  height: 34px;
  background-image: url(../icons/oco_logo.svg);
  z-index: 2;
  top: -35px;
}
@media (min-width: 768px) {
  .banner .banner__content {
    padding: 0;
    max-width: 600px;
    margin: 60px auto 0 5%;
  }
}
@media (min-width: 1208px) {
  .banner .banner__content {
    margin: 60px auto 0 20%;
  }
}
.banner .banner__content .banner__title {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 41px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 250px;
}
@media (min-width: 768px) {
  .banner .banner__content .banner__title {
    max-width: 535px;
    font-size: 72px;
    line-height: 79px;
  }
}
.banner .banner__content .banner_text {
  margin: 30px 0;
}
.banner .banner__content .banner__btn {
  display: inline-block;
  background-color: #7A3093;
  padding: 20px 42px;
  border-radius: 100px;
  color: #FFF;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
  border: 3px solid #7A3093;
  text-decoration: none;
}
.banner .banner__content .banner__btn:hover {
  background-color: #FFF;
  color: #7A3093;
}
.vantage_block {
  margin-top: 50px;
  padding-bottom: 50px;
}
.vantage_block .vantage__title {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7A3093;
  margin: 0 10px;
}
.vantage_block .vantage__list {
  margin-top: 50px;
  position: relative;
}
.vantage_block .vantage__list .vantage__item {
  margin: 0 auto;
  max-width: 325px;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 1023px) {
  .vantage_block .vantage__list .vantage__item {
    width: calc(100% / 3);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
  }
  .vantage_block .vantage__list .vantage__item:nth-of-type(3n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .vantage_block .vantage__list .vantage__item {
    margin-left: 0;
    margin-right: 40px;
  }
}
.vantage_block .vantage__list .vantage__item .vantage__pic {
  position: relative;
}
.vantage_block .vantage__list .vantage__item .vantage__caption {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #1B1B1B;
}
.vantage_block .vantage__list .vantage__item .vantage__text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1B1B1B;
}
.yellow_block {
  background-color: #ED8000;
  position: relative;
  min-height: 730px;
  margin-bottom: 30px;
  padding-bottom: 70%;
}
.yellow_block:after,
.yellow_block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
}
.yellow_block:before {
  left: 0;
  background-image: url('../images/yellow_before_el.png');
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .yellow_block:before {
    width: 50%;
  }
}
@media (min-width: 1023px) {
  .yellow_block:before {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .yellow_block:before {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .yellow_block {
    padding-bottom: 0;
  }
  .yellow_block:after,
  .yellow_block:before {
    top: 0;
    width: 50%;
    height: 100%;
  }
  .yellow_block:before {
    background-size: auto;
  }
  .yellow_block:after {
    right: 0;
    background-image: url('../icons/yellow_after_el.svg');
    background-position: right top;
  }
}
.yellow_block .content {
  position: relative;
  z-index: 1;
  color: #FFF;
  padding: 30px 20px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .yellow_block .content {
    padding: 0;
    width: 50%;
    margin: 60px 5% 0 auto;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .yellow_block .content {
    margin: 60px 10% 0 auto;
  }
}
@media (min-width: 1400px) {
  .yellow_block .content {
    margin: 60px 15% 0 auto;
  }
}
@media (min-width: 1900px) {
  .yellow_block .content {
    margin: 60px 25% 0 auto;
  }
}
.yellow_block .content .title {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFF;
}
@media (min-width: 1400px) {
  .yellow_block .content .title {
    color: #7A3093;
  }
}
.yellow_block .content .text {
  margin: 30px 0;
  position: relative;
}
.yellow_block .content .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yellow_block .content .text ul li {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 75px;
}
.yellow_block .content .text ul li:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background-color: #FFF;
  left: 22px;
  top: calc(50% - 22px);
}
@media (min-width: 768px) {
  .yellow_block .content .text ul li {
    padding-left: 150px;
  }
  .yellow_block .content .text ul li:before {
    width: 58px;
    height: 58px;
    left: 45px;
    top: calc(50% - 32px);
  }
}
.white_block {
  margin-bottom: 60px;
}
.white_block .title {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7A3093;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .white_block .title {
    padding: 0;
    font-size: 33px;
    line-height: 45px;
  }
}
.white_block .text {
  padding: 0 20px;
}
.white_block .video {
  overflow: hidden;
  border-radius: 15px;
  margin: 30px 0 30px 0;
}
.rules__bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.rules__bottom .title {
  order: 1;
  margin: auto;
}
@media (min-width: 768px) {
  .rules__bottom:before {
    position: relative;
    width: 40%;
    max-width: 360px;
    margin: auto;
    height: 2px;
    content: '';
    background: #007DFE;
    order: 2;
  }
}
.rules__bottom .rules__btn {
  text-decoration: none;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 400px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  letter-spacing: 0.07em;
  background: #007DFE;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
  border-radius: 100px;
  order: 3;
  margin: 15px;
  width: 100%;
  padding: 19px 0;
  text-align: center;
}
.rules__bottom .rules__btn:hover {
  background: #ED8000;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
}
@media (min-width: 768px) {
  .rules__bottom .rules__btn {
    margin: auto;
    width: auto;
    padding: 38px 156px;
  }
}
.vantage__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .vantage__item:nth-of-type(3n) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .vantage__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .vantage__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.video {
  position: relative;
  display: block;
}
.video .video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.25em;
  height: 6.25em;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.title_decore {
  margin-bottom: 40px;
  padding: 20px 0;
  padding-right: 50px;
  position: relative;
  color: #FFF;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
.title_decore:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -250px;
  display: block;
  width: 100%;
  width: -webkit-calc(350%);
  width: calc(100% + 250px);
  height: 100%;
  content: '';
  background: #017BFD;
}
.text {
  position: relative;
  font-family: 'Cera Pro';
  font-style: normal;
}
.text p {
  position: relative;
}
.text ul {
  margin-left: 1rem;
}
.marafon_page_list {
  justify-content: center;
}
.marafon_page_list .item {
  position: relative;
  width: 100%;
  margin: 0 0 5px 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .marafon_page_list .item {
    margin: 15px;
    width: 30%;
    max-width: 320px;
  }
}
.marafon_page_list .item:hover {
  -webkit-box-shadow: 0 16px 33px rgba(255, 79, 18, 0.2);
  box-shadow: 0 16px 33px rgba(255, 79, 18, 0.2);
}
.marafon_list .item {
  position: relative;
  width: 100%;
  margin: 15px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
@media (min-width: 768px) {
  .marafon_list .item {
    margin: 15px;
    max-width: 320px;
  }
}
.marafon_list .item .marafon_header {
  color: #FFF;
  font-size: 24px;
  line-height: 150%;
  padding: 15px 30px;
  text-transform: uppercase;
}
.marafon_list .item .marafon_header .marafon_title {
  text-decoration: none;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
}
.marafon_list .item .marafon_header .marafon_title:hover {
  border-color: #FFF;
}
.marafon_list .item .marafon_task_list {
  padding: 25px;
}
.marafon_list .item .marafon_task_list .task_header {
  font-weight: 900;
}
.marafon_list .item .marafon_task_list .task_item {
  padding: 5px 0;
}
.marafon_list .item .marafon_task_list .task_item_title {
  font-size: 16px;
  margin: auto 0;
}
.marafon_list .item .marafon_task_list .task_item_title {
  text-decoration: none;
  font-weight: 600;
}
.marafon_list .item .marafon_task_list .task_item_link {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: auto;
}
.marafon_list .item .marafon_task_list .task_item_link a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #017BFD;
}
.marafon_list .item .marafon_task_list .task_item_link a:hover {
  border-color: #017BFD;
}
.marafon_list .item .marafon_task_list .count,
.marafon_list .item .marafon_task_list .count_text {
  margin-left: auto;
}
.marafon_list .item .marafon_task_list .count {
  border-radius: 100px;
  width: 60px;
  line-height: 35px;
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-weight: 900;
}
.marafon_list .item .marafon_task_list .count_wait {
  text-decoration: none;
  font-weight: 600;
  padding: 1em 0 1em;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  letter-spacing: 0.07em;
  display: inline-block;
  border: 2px solid #000;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 0.25em auto;
  width: 100%;
  text-align: center;
}
.marafon_list .item .marafon_task_list .count_wait:hover {
  background-color: #000;
  color: #FFF;
}
.marafon_list .item .marafon_task_list .send_btn {
  font-size: 0.9375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0.9375em 1.25em;
  resize: none;
  color: #1b1b1b;
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.marafon_list .item .marafon_task_list .send_btn:hover {
  color: #FFF;
}
.marafon_list .item.color_1 .marafon_header,
.marafon_list .item.color_2 .marafon_header,
.marafon_list .item.color_3 .marafon_header,
.marafon_list .item.color_4 .marafon_header,
.marafon_list .item.color_5 .marafon_header,
.marafon_list .item.color_6 .marafon_header {
  background-color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 .task_item_title,
.marafon_list .item.color_2 .task_item_title,
.marafon_list .item.color_3 .task_item_title,
.marafon_list .item.color_4 .task_item_title,
.marafon_list .item.color_5 .task_item_title,
.marafon_list .item.color_6 .task_item_title,
.marafon_list .item.color_1 .task_item_link a,
.marafon_list .item.color_2 .task_item_link a,
.marafon_list .item.color_3 .task_item_link a,
.marafon_list .item.color_4 .task_item_link a,
.marafon_list .item.color_5 .task_item_link a,
.marafon_list .item.color_6 .task_item_link a {
  color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 .task_item_title:hover,
.marafon_list .item.color_2 .task_item_title:hover,
.marafon_list .item.color_3 .task_item_title:hover,
.marafon_list .item.color_4 .task_item_title:hover,
.marafon_list .item.color_5 .task_item_title:hover,
.marafon_list .item.color_6 .task_item_title:hover,
.marafon_list .item.color_1 .task_item_link a:hover,
.marafon_list .item.color_2 .task_item_link a:hover,
.marafon_list .item.color_3 .task_item_link a:hover,
.marafon_list .item.color_4 .task_item_link a:hover,
.marafon_list .item.color_5 .task_item_link a:hover,
.marafon_list .item.color_6 .task_item_link a:hover {
  border-color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 .count,
.marafon_list .item.color_2 .count,
.marafon_list .item.color_3 .count,
.marafon_list .item.color_4 .count,
.marafon_list .item.color_5 .count,
.marafon_list .item.color_6 .count {
  background-color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 .count_wait,
.marafon_list .item.color_2 .count_wait,
.marafon_list .item.color_3 .count_wait,
.marafon_list .item.color_4 .count_wait,
.marafon_list .item.color_5 .count_wait,
.marafon_list .item.color_6 .count_wait {
  color: var(--COLOR_BLOCK);
  border-color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 .count_wait:hover,
.marafon_list .item.color_2 .count_wait:hover,
.marafon_list .item.color_3 .count_wait:hover,
.marafon_list .item.color_4 .count_wait:hover,
.marafon_list .item.color_5 .count_wait:hover,
.marafon_list .item.color_6 .count_wait:hover {
  background-color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 .send_btn,
.marafon_list .item.color_2 .send_btn,
.marafon_list .item.color_3 .send_btn,
.marafon_list .item.color_4 .send_btn,
.marafon_list .item.color_5 .send_btn,
.marafon_list .item.color_6 .send_btn {
  color: var(--COLOR_BLOCK);
  border-color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 .send_btn:hover,
.marafon_list .item.color_2 .send_btn:hover,
.marafon_list .item.color_3 .send_btn:hover,
.marafon_list .item.color_4 .send_btn:hover,
.marafon_list .item.color_5 .send_btn:hover,
.marafon_list .item.color_6 .send_btn:hover {
  color: #FFF;
  background-color: var(--COLOR_BLOCK);
}
.marafon_list .item.color_1 {
  --COLOR_BLOCK: #EE1818;
}
.marafon_list .item.color_2 {
  --COLOR_BLOCK: #ED8000;
}
.marafon_list .item.color_3 {
  --COLOR_BLOCK: #7A3093;
}
.marafon_list .item.color_4 {
  --COLOR_BLOCK: #DC0A6B;
}
.marafon_list .item.color_5 {
  --COLOR_BLOCK: #4920C4;
}
.marafon_list .item.color_6 {
  --COLOR_BLOCK: #FF4F13;
}
.marafon_detail_page {
  position: relative;
  padding: 50px 0;
}
.marafon_detail_page .content_info {
  margin-bottom: 25px;
}
.marafon_detail_page .content_info .text,
.marafon_detail_page .content_info .video {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .marafon_detail_page .content_info .text,
  .marafon_detail_page .content_info .video {
    max-width: calc(50% - 25px);
  }
}
.marafon_detail_page .content_info .text {
  position: relative;
}
@media (min-width: 768px) {
  .marafon_detail_page .content_info .text {
    padding-right: 50px;
  }
}
.marafon_detail_page .task_list .item {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  border-width: 5px 5px 25px 5px;
  border-style: solid;
  border-color: #ffbf08;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
  font-size: 30px;
  line-height: 150%;
  min-width: 290px;
  min-height: 145px;
  margin: 0 auto 10px auto;
}
@media (min-width: 768px) {
  .marafon_detail_page .task_list .item {
    margin: 10px;
  }
}
.marafon_detail_page .task_list .item svg {
  position: absolute;
  bottom: -31px;
  left: -5px;
  width: calc(100% + 10px);
  height: 35px;
}
.marafon_detail_page .task_list .item:hover {
  border-width: 25px 5px 5px 5px;
}
.marafon_detail_page .task_list .item:hover svg {
  top: -31px;
}
.marafon_detail_page .task_list .status_answer {
  border: 1px solid #a4a4a4;
  padding: 0.9375em 1.25em;
}
.marafon_detail_page .task_list .send_btn {
  font-size: 0.9375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0.9375em 1.25em;
  resize: none;
  color: #1b1b1b;
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.marafon_detail_page .task_list .send_btn:hover {
  color: #FFF;
}
.marafon_detail_page.color_1 .title_decore:before {
  background-color: #017BFD;
}
.marafon_detail_page.color_1 .video .video__play svg path {
  fill: #017BFD;
}
.marafon_detail_page.color_1 .video:hover .video__play {
  background-color: rgba(1, 123, 253, 0.8);
  box-shadow: 0 0 15px #ffffff;
}
.marafon_detail_page.color_1 .video:hover .video__play svg path {
  fill: #FFF;
}
.marafon_detail_page.color_1 .task_list .item {
  color: #017BFD;
  border-color: #017BFD;
}
.marafon_detail_page.color_1 .task_list .send_btn {
  color: #017BFD;
  border-color: #017BFD;
}
.marafon_detail_page.color_1 .task_list .send_btn:hover {
  color: #FFF;
  background-color: #017BFD;
}
.marafon_detail_page.color_2 .title_decore:before {
  background-color: #ED8000;
}
.marafon_detail_page.color_2 .video .video__play svg path {
  fill: #ED8000;
}
.marafon_detail_page.color_2 .video:hover .video__play {
  background-color: rgba(237, 128, 0, 0.8);
  box-shadow: 0 0 15px #ffffff;
}
.marafon_detail_page.color_2 .video:hover .video__play svg path {
  fill: #FFF;
}
.marafon_detail_page.color_2 .task_list .item {
  color: #ED8000;
  border-color: #ED8000;
}
.marafon_detail_page.color_2 .task_list .send_btn {
  color: #ED8000;
  border-color: #ED8000;
}
.marafon_detail_page.color_2 .task_list .send_btn:hover {
  color: #FFF;
  background-color: #ED8000;
}
.marafon_detail_page.color_3 .title_decore:before {
  background-color: #7A3093;
}
.marafon_detail_page.color_3 .video .video__play svg path {
  fill: #7A3093;
}
.marafon_detail_page.color_3 .video:hover .video__play {
  background-color: rgba(122, 48, 147, 0.8);
  box-shadow: 0 0 15px #ffffff;
}
.marafon_detail_page.color_3 .video:hover .video__play svg path {
  fill: #FFF;
}
.marafon_detail_page.color_3 .task_list .item {
  color: #7A3093;
  border-color: #7A3093;
}
.marafon_detail_page.color_3 .task_list .send_btn {
  color: #7A3093;
  border-color: #7A3093;
}
.marafon_detail_page.color_3 .task_list .send_btn:hover {
  color: #FFF;
  background-color: #7A3093;
}
.marafon_detail_page.color_4 .title_decore:before {
  background-color: #DC0A6B;
}
.marafon_detail_page.color_4 .video .video__play svg path {
  fill: #DC0A6B;
}
.marafon_detail_page.color_4 .video:hover .video__play {
  background-color: rgba(220, 10, 107, 0.8);
  box-shadow: 0 0 15px #ffffff;
}
.marafon_detail_page.color_4 .video:hover .video__play svg path {
  fill: #FFF;
}
.marafon_detail_page.color_4 .task_list .item {
  color: #DC0A6B;
  border-color: #DC0A6B;
}
.marafon_detail_page.color_4 .task_list .send_btn {
  color: #DC0A6B;
  border-color: #DC0A6B;
}
.marafon_detail_page.color_4 .task_list .send_btn:hover {
  color: #FFF;
  background-color: #DC0A6B;
}
.marafon_detail_page.color_5 .title_decore:before {
  background-color: #4920C4;
}
.marafon_detail_page.color_5 .video .video__play svg path {
  fill: #4920C4;
}
.marafon_detail_page.color_5 .video:hover .video__play {
  background-color: rgba(73, 32, 196, 0.8);
  box-shadow: 0 0 15px #ffffff;
}
.marafon_detail_page.color_5 .video:hover .video__play svg path {
  fill: #FFF;
}
.marafon_detail_page.color_5 .task_list .item {
  color: #4920C4;
  border-color: #4920C4;
}
.marafon_detail_page.color_5 .task_list .send_btn {
  color: #4920C4;
  border-color: #4920C4;
}
.marafon_detail_page.color_5 .task_list .send_btn:hover {
  color: #FFF;
  background-color: #4920C4;
}
.marafon_detail_page.color_6 .title_decore:before {
  background-color: #5e0038;
}
.marafon_detail_page.color_6 .video .video__play svg path {
  fill: #5e0038;
}
.marafon_detail_page.color_6 .video:hover .video__play {
  background-color: rgba(94, 0, 56, 0.8);
  box-shadow: 0 0 15px #ffffff;
}
.marafon_detail_page.color_6 .video:hover .video__play svg path {
  fill: #FFF;
}
.marafon_detail_page.color_6 .task_list .item {
  color: #5e0038;
  border-color: #5e0038;
}
.marafon_detail_page.color_6 .task_list .send_btn {
  color: #5e0038;
  border-color: #5e0038;
}
.marafon_detail_page.color_6 .task_list .send_btn:hover {
  color: #FFF;
  background-color: #5e0038;
}
.moderator_page .nav {
  display: flex;
}
.moderator_page .nav li {
  margin-right: 0.5rem;
}
.moderator_page .nav li a {
  color: #FFF;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  background-color: #7A3093;
}
.moderator_page .nav li a.status_1 {
  background-color: #ffbf08;
}
.moderator_page .nav li a.status_2 {
  background-color: #ED8000;
}
.moderator_page .nav li a.status_3 {
  background-color: #EE1818;
}
.moderator_page .nav li a.active {
  background-color: #4920C4;
}
.moderator_page .nav li a:hover {
  background-color: #FF4F13;
}
.moderator_page table a {
  color: #000;
  border-bottom: 1px solid ;
}
.moderator_page table a:hover {
  color: #FF4F13;
}
.moderator_page table thead {
  border-top: 1px solid #c1c1c1;
  color: #FFF;
  background-color: #4920C4;
}
.moderator_page table td {
  padding: 1rem;
  border-left: 1px solid #c1c1c1;
}
.moderator_page table td:nth-last-child(1) {
  border-right: 1px solid #c1c1c1;
}
.moderator_page table th {
  font-weight: bold;
  padding: 1rem;
  border-left: 1px solid #c1c1c1;
  text-align: center;
}
.moderator_page table th:nth-last-child(1) {
  border-right: 1px solid #c1c1c1;
}
.moderator_page table th select {
  color: #FFF;
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  font-weight: bold;
}
.moderator_page table th select:hover {
  background-color: #FF4F13;
}
.moderator_page table tr {
  border-bottom: 1px solid #c1c1c1;
  font-weight: bold;
}
.moderator_page table tr.status_1 {
  background-color: #ffbf08;
}
.moderator_page table tr.status_2 {
  background-color: #ED8000;
}
.moderator_page table tr.status_3 {
  background-color: #EE1818;
}
.moderator_page table tr:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #FF4F13;
}
.moderator_page table tr:hover a {
  color: #FFF;
}
.footer {
  padding: 40px 0 50px 0;
  background: #7A3093;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer .footer__info {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
@media (min-width: 768px) {
  .footer .footer__info {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footer .footer__info {
    border: none;
    width: auto;
  }
}
.footer .footer__info .footer__caption {
  font-size: 18px;
}
.footer .footer__info .footer-nav__title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer .footer__info .help__info__caption {
  font-size: 18px;
  margin-bottom: 13px;
}
.footer .footer__info .footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer__info .footer-nav__list .footer-nav__item {
  position: relative;
  margin-bottom: 20px;
}
.footer .footer__info .footer-nav__list .footer-nav__item .footer-nav__link {
  text-decoration: none;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  position: relative;
}
.footer .footer__info .footer-nav__list .footer-nav__item .footer-nav__link:before {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  content: '';
  background: #FFFFFF;
  bottom: -5px;
  left: -9px;
  width: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .footer .footer__info .footer-nav__list .footer-nav__item .footer-nav__link:before {
    display: none;
  }
}
.footer .footer__info .footer-nav__list .footer-nav__item .footer-nav__link:hover:before {
  width: -webkit-calc(118%);
  width: calc(100% + 18px);
}
.lk {
  margin: 60px 0;
}
.lk .lk__inner {
  max-width: 1160px;
}
.lk .lk__info {
  margin-top: 7rem;
}
.lk .lk__head {
  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;
}
@media screen and (max-width: 1023px) {
  .lk .lk__head {
    display: block;
  }
}
.lk .lk__picture {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  padding: 10px;
  background-image: url(../icons/pattern-photo.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.lk .lk__picture .lk__pic {
  background: #FFF;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.lk .lk__picture .lk__pic img {
  max-width: 180px;
  max-height: 180px;
  height: 100%;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lk .lk__picture .lk__pic:hover::before {
  width: 149px;
  height: 149px;
  margin: 15px;
  border: 1px solid #7800ff;
  color: #7800ff;
  content: 'Заменить лого';
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  background: #FFF;
  border-radius: 100%;
}
.lk .lk__picture .lk__pic:hover img {
  opacity: 0;
}
.lk .lk__caption {
  font-family: 'TT Norms', Arial, Helvetica, sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  left: -50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(-85%);
  width: calc(100% - 185px);
  min-width: 70%;
  padding: 20px 40px 20px 80px;
  color: #fff;
  -webkit-border-top-right-radius: 100px;
  border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #7A3093;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .lk .lk__caption {
    left: -2rem;
    width: -webkit-calc(102%);
    width: calc(100% + 2rem);
  }
}
@media screen and (max-width: 575px) {
  .lk .lk__caption {
    font-size: 1.625em;
    line-height: 1.5;
    min-width: 100%;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .lk .lk__caption span {
    display: block;
  }
}
.lk .lk__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .lk .lk__body {
    display: block;
  }
}
.lk .lk__list {
  width: 50%;
  max-width: 380px;
  padding-bottom: 4rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f8f8f8;
}
@media screen and (max-width: 1023px) {
  .lk .lk__list {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 575px) {
  .lk .lk__list {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.lk .lk__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lk .lk__item_head {
  border-bottom: 1px solid #e9e9e9;
}
.lk .lk__name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 3rem 0;
  -webkit-flex-basis: -webkit-calc(100% / 2);
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
}
.lk .lk__hold {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem;
  -webkit-flex-basis: -webkit-calc(100% / 2);
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
}
.lk .lk__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lk .lk__btn {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  width: 100%;
  height: 100px;
  margin-bottom: 2rem;
  padding: 0 20px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  text-decoration: none;
}
.lk .lk__btn span {
  margin: auto;
}
.lk .lk__btn.lk__btn_type_1 {
  color: #7A3093;
  border-color: #7A3093;
}
.lk .lk__btn.lk__btn_type_1:hover {
  background: #7A3093;
}
.lk .lk__btn.lk__btn_type_2 {
  color: #017BFD;
  border-color: #017BFD;
}
.lk .lk__btn.lk__btn_type_2:hover {
  background: #017BFD;
}
.lk .lk__btn.lk__btn_type_3 {
  color: #ED8000;
  border-color: #ED8000;
}
.lk .lk__btn.lk__btn_type_3:hover {
  background: #ED8000;
}
.lk .lk__btn:hover {
  color: #fff;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
}
.rating {
  min-height: 50vh;
  background-color: #7A3093;
  padding: 60px 0;
  position: relative;
}
.rating .inner {
  position: relative;
  z-index: 1;
}
.rating:after,
.rating:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
}
.rating:before {
  left: 0;
  background-image: url('../icons/rating_before_el.svg');
  background-position: left bottom;
}
.rating:after {
  right: 0;
  background-image: url('../icons/rating_after_el.svg');
  background-position: right top;
}
.rating .title {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 54px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.rating .table {
  color: #1B1B1B;
  font-size: 16px;
  line-height: 18px;
  border-radius: 15px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .rating .table {
    background-color: transparent;
  }
}
.rating .table .th,
.rating .table .tr {
  text-decoration: none;
  display: flex;
}
.rating .table .th .td,
.rating .table .tr .td {
  display: flex;
  width: 100%;
  padding: 15px;
  border-right: 1px solid #D7D7D7;
  overflow: hidden;
}
.rating .table .th .td:nth-last-child(1),
.rating .table .tr .td:nth-last-child(1) {
  border: none;
}
@media (max-width: 767px) {
  .rating .table .th .td,
  .rating .table .tr .td {
    color: #1B1B1B;
    width: calc(100% - 30px);
    border: none;
    border-bottom: 1px solid #D7D7D7;
  }
  .rating .table .th .td span:nth-child(1),
  .rating .table .tr .td span:nth-child(1) {
    font-weight: 700;
  }
  .rating .table .th .td:nth-child(1),
  .rating .table .tr .td:nth-child(1),
  .rating .table .th .td:nth-child(2),
  .rating .table .tr .td:nth-child(2) {
    display: block;
  }
  .rating .table .th .td:nth-child(1) span,
  .rating .table .tr .td:nth-child(1) span,
  .rating .table .th .td:nth-child(2) span,
  .rating .table .tr .td:nth-child(2) span {
    display: block;
    font-size: 18px;
    line-height: 140%;
  }
  .rating .table .th .td:nth-child(1) span:nth-child(1),
  .rating .table .tr .td:nth-child(1) span:nth-child(1),
  .rating .table .th .td:nth-child(2) span:nth-child(1),
  .rating .table .tr .td:nth-child(2) span:nth-child(1) {
    font-weight: 700;
  }
  .rating .table .th .td:nth-child(1) span:nth-child(2),
  .rating .table .tr .td:nth-child(1) span:nth-child(2),
  .rating .table .th .td:nth-child(2) span:nth-child(2),
  .rating .table .tr .td:nth-child(2) span:nth-child(2) {
    font-weight: 400;
  }
  .rating .table .th .td:nth-last-child(1),
  .rating .table .tr .td:nth-last-child(1) {
    border-bottom: none;
  }
}
.rating .table .th {
  font-weight: 900;
  border-bottom: 1px solid #D7D7D7;
}
@media (max-width: 767px) {
  .rating .table .th {
    display: none;
  }
}
.rating .table .tr {
  cursor: pointer;
  border-bottom: 1px solid #D7D7D7;
}
.rating .table .tr:hover {
  color: #FFF;
  background-color: #2F045F;
}
@media (max-width: 767px) {
  .rating .table .tr {
    flex-flow: column;
    font-weight: 600;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .rating .table .tr .num {
    display: inline-block;
    width: 30%;
    text-align: center;
  }
}
.rating .table .tr .v-mobile {
  font-weight: 400;
  display: none;
}
@media (max-width: 767px) {
  .rating .table .tr .v-mobile {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .rating .table .tr:nth-last-child(1) {
    border-radius: 0 0 15px 15px;
  }
}
.rating .table .td:nth-last-child(1) {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  color: #DC0A6B;
  border-bottom: none;
}
.news_page_list {
  justify-content: center;
}
.news_page_list .item {
  position: relative;
  width: 100%;
  margin: 0 0 5px 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #2f045f;
  color: #FFF;
}
.news_page_list .item .news_title {
  padding: 0 10px 5px 10px;
  font-size: 1.375em;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 768px) {
  .news_page_list .item {
    margin: 15px;
    width: 30%;
    max-width: 320px;
  }
}
.news_page_list .item:hover {
  -webkit-box-shadow: 0 16px 33px rgba(255, 79, 18, 0.2);
  box-shadow: 0 16px 33px rgba(255, 79, 18, 0.2);
}
.checkbox {
  display: block;
  margin-top: 0.625em;
  cursor: pointer;
}
.checkbox__hidden {
  display: none;
}
.checkbox__hidden:checked + .checkbox__text:after {
  opacity: 1;
}
.checkbox__hidden:checked + .checkbox__text:before {
  opacity: 1;
}
.checkbox__hidden.error + .checkbox__text:before {
  border: 1px solid #ff4657;
}
.checkbox__text {
  font-size: 0.9375em;
  position: relative;
  padding-left: 30px;
}
.checkbox__text::before {
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.checkbox__text:hover::before {
  border-color: #2f045f;
}
.checkbox__text:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  background-image: url(../icons/icon-check--blue.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox__text u {
  display: block;
  padding-left: 30px;
}
.radio {
  display: block;
  cursor: pointer;
}
.radio__hidden {
  display: none;
}
.radio__hidden:checked + .radio__text:after {
  opacity: 1;
}
.radio__hidden:checked + .radio__text:before {
  border-color: #ff4f12;
}
.radio__text {
  font-size: 18px;
  position: relative;
  padding-right: 20px;
  padding-left: 40px;
}
.radio__text::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  content: '';
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 3px solid #ffbf08;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.radio__text:hover::before {
  border-color: #ffbf08;
}
.radio__text:after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  content: '';
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ff4f12;
}
.form__btn,
.modal__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 10px 21px;
  border-radius: 100px;
  color: #FFF;
  background-color: #7A3093;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
  text-decoration: none;
  margin: 20px auto 0 auto;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.form__btn:hover,
.modal__btn:hover {
  background: #ED8000;
  box-shadow: 0px 16px 33px rgba(120, 0, 255, 0.2);
}
.moderator_page {
  margin: 30px auto;
}
.moderator_page .nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.moderator_page .nav li {
  margin-right: 0.5rem;
}
.moderator_page .nav li a {
  color: #FFF;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  background-color: #65B8E0;
}
.moderator_page .nav li a.status_1 {
  background-color: #ffbf08;
}
.moderator_page .nav li a.status_2 {
  background-color: #57D9B7;
}
.moderator_page .nav li a.status_3 {
  background-color: #EE1818;
}
.moderator_page .nav li a.active {
  background-color: #7800FF;
}
.moderator_page .nav li a:hover {
  background-color: #FF4F13;
}
.moderator_page table a {
  color: #000;
  border-bottom: 1px solid ;
}
.moderator_page table a:hover {
  color: #FF4F13;
}
.moderator_page table thead {
  border-top: 1px solid #c1c1c1;
  color: #FFF;
  background-color: #7800FF;
}
.moderator_page table td {
  padding: 1rem;
  border-left: 1px solid #c1c1c1;
}
.moderator_page table td:nth-last-child(1) {
  border-right: 1px solid #c1c1c1;
}
.moderator_page table th {
  font-weight: bold;
  padding: 1rem;
  border-left: 1px solid #c1c1c1;
  text-align: center;
}
.moderator_page table th:nth-last-child(1) {
  border-right: 1px solid #c1c1c1;
}
.moderator_page table th select {
  color: #FFF;
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  font-weight: bold;
}
.moderator_page table th select:hover {
  background-color: #FF4F13;
}
.moderator_page table tr {
  border-bottom: 1px solid #c1c1c1;
  font-weight: bold;
}
.moderator_page table tr.status_1 {
  background-color: #ffbf08;
}
.moderator_page table tr.status_2 {
  background-color: #57D9B7;
}
.moderator_page table tr.status_3 {
  background-color: #EE1818;
}
.moderator_page table tr:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #FF4F13;
}
.moderator_page table tr:hover a {
  color: #FFF;
}
