/* Scss Document */
:root {
  --px: 20px;
  --font12: 12px;
  --font13: 13px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --font17: 17px;
  --font18: 18px;
  --font20: 20px;
  --font24: 24px;
  --font28: 28px;
  --font48: 48px;
}

.tar {
  text-align: right;
}

.fz12 {
  font-size: var(--font12);
}

.fz13 {
  font-size: var(--font13);
}

.fz14 {
  font-size: var(--font14);
}

.fz15 {
  font-size: var(--font15);
}

.fz16 {
  font-size: var(--font16);
}

.fz17 {
  font-size: var(--font17);
}

.fz18 {
  font-size: var(--font18);
}

.fz20 {
  font-size: var(--font20);
}

.fz24 {
  font-size: var(--font24);
}

.fz28 {
  font-size: var(--font28);
}

.fz48 {
  font-size: var(--font48);
}

.tetx-center {
  text-align: center;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.lh {
  line-height: 1;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-2 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-2 .col {
  width: calc(50% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid-3 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-3 .col {
  width: calc(33.3333333333% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid-4 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-4 .col {
  width: calc(25% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid-5 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-5 .col {
  width: calc(20% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.p-0 {
  padding-right: 0px;
}

.p-0 {
  padding: 0px;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.text-blue {
  color: #604CDD;
}

.text-black {
  color: #252525;
}

.text-gray {
  color: #999;
}

.cursor {
  cursor: pointer;
}

.page-name-section.page-1 {
  height: 260px;
}

.page-name-section.page-2 {
  height: 317px;
}

.page-name-section__name.fz160 {
  font-size: 160px;
}

.page-name-section__name.fz250 {
  font-size: 250px;
}

.list-8 {
  margin: -4px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-8 > * {
  margin: 4px;
}

.performers-tags {
  margin-bottom: 24px;
  margin-top: 12px;
}
.performers-tags ul {
  margin: -5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performers-tags li {
  display: block;
  margin: 5px;
}
.performers-tags a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  background-color: #F8F8F8;
  border-radius: 48px;
  color: #999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.performers-tags a:hover {
  background-color: #604CDD;
  color: #fff;
}

.performers-left {
  width: 258px;
  margin-right: 44px;
}

.filter-name {
  font-size: 16px;
  font-weight: 500;
}

.filter-box {
  margin-bottom: 24px;
}
.filter-box:last-child {
  margin-bottom: 0;
}
.filter-box ul {
  margin-bottom: 8px;
}
.filter-box ul:last-child {
  margin-bottom: 0;
}
.filter-box li {
  margin-bottom: 8px;
}
.filter-box li:last-child {
  margin-bottom: 0;
}

.checkbox input {
  display: none;
}
.checkbox input:checked + label:before {
  content: "";
  opacity: 0;
}
.checkbox input:checked + label:after {
  content: "";
  opacity: 1;
}
.checkbox label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  background-image: url(../images/check-def.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox label:after {
  content: "";
  background-image: url(../images/check-active.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox span {
  display: block;
  padding-top: 1px;
}

.radio input {
  display: none;
}
.radio input:checked + label:before {
  content: "";
  opacity: 0;
}
.radio input:checked + label:after {
  content: "";
  opacity: 1;
}
.radio label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.radio label:before {
  content: "";
  background-image: url(../images/radio-def.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.radio label:after {
  content: "";
  background-image: url(../images/radio-active.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.radio span {
  display: block;
  padding-top: 1px;
}

.show-all-li:hover {
  text-decoration: underline;
}

.price-filter-row div {
  margin-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.price-filter-row div:last-child {
  margin-right: 0;
}

.input {
  background-color: #F8F8F8;
  border-width: 0;
  border-radius: 30px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  color: #999;
  line-height: 1;
  padding: 16px;
  width: 100%;
}
.input::-webkit-input-placeholder {
  color: #999;
}
.input::-moz-placeholder {
  color: #999;
}
.input:-moz-placeholder {
  color: #999;
}
.input:-ms-input-placeholder {
  color: #999;
}

.search-filter {
  position: relative;
}

.btn-search {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #604CDD;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  border-width: 0;
  cursor: pointer;
}
.btn-search svg {
  display: block;
}

.reset-filter {
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  color: #604CDD;
  padding: 0;
  border-width: 0;
  font-family: Onest, sans-serif;
}
.reset-filter:hover {
  color: #000;
}

.performers-item {
  overflow: hidden;
  border-radius: 22px;
  background-color: #F8F8F8;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.performers-item .thumb {
  overflow: hidden;
  height: 139px;
}
.performers-item .thumb a {
  height: 100%;
  background-size: cover;
  display: block;
}
.performers-item .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.performers-item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.performers-item .title a {
  color: #252525;
  text-decoration: none;
}
.performers-item .title a:hover {
  color: #604CDD;
}
.performers-item .info {
  padding: 20px 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.performers-item .inner-row {
  margin-bottom: 16px;
}

.price-929 dl {
  margin-right: 40px;
}
.price-929 dl:last-child {
  margin-right: 0;
}
.price-929 dt {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #999999;
}
.price-929 dd {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
}

.autor {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #252525;
}
.autor .pic {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.autor .pic img {
  display: block;
  width: 22px;
  height: auto;
}

.rating {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.rating svg {
  margin-right: 2px;
}

.show-more {
  background-color: #604CDD;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 24px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 500;
}

.jq-selectbox li {
  padding: 12px 0;
  font-size: 16px;
  color: #999;
}
.jq-selectbox li:nth-child(1n+2) {
  border-top: 2px solid #F8F8F8;
}

.open-left-filter {
  display: none;
}

.box-2933 {
  display: none;
}

.tasks-item {
  padding: 24px;
  background-color: #F8F8F8;
  border-radius: 22px;
  margin-bottom: 24px;
}
.tasks-item .title {
  margin-bottom: 8px;
}
.tasks-item .title a {
  text-decoration: none;
  color: #252525;
}
.tasks-item .title a:hover {
  color: #604CDD;
}
.tasks-item .text {
  margin-bottom: 16px;
}

.tasks-left {
  margin-right: 80px;
}

.tasks-right {
  width: 254px;
}

.tasks-tags a {
  background-color: #fff;
  border-radius: 48px;
  display: block;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #999;
}
.tasks-tags a:hover {
  color: #fff;
  background-color: #604CDD;
}

.tasks-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tasks-filter-name {
  padding: 8px 8px 8px 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #F8F8F8;
  cursor: pointer;
  border-radius: 100px;
  background-color: #F8F8F8;
}
.tasks-filter-name.active {
  border-color: #252525;
  background-color: #fff;
}
.tasks-filter-name.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tasks-filter-name svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  margin-left: 4px;
}

.drop-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 320px;
  background-color: #fff;
  border-radius: 22px;
  border: 2px solid #252525;
  padding: 12px 0;
  display: none;
  z-index: 3;
}
.drop-list.active {
  display: block;
}
.drop-list ul {
  position: relative;
}
.drop-list li:hover .lvl-2-hide {
  display: block;
}
.drop-list li:hover > .lvl-1 {
  color: #252525;
}
.drop-list li:hover > .lvl-1 path {
  strroke: #252525;
}

.posr {
  position: relative;
}

.box-0202 {
  padding-top: 12px;
}

.lvl-1 {
  padding: 12px 24px;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #999;
}

.lvl-2-hide {
  position: absolute;
  top: -12px;
  left: 100%;
  width: 328px;
  display: none;
  min-height: 100%;
}
.lvl-2-hide .inner {
  padding-left: 8px;
}

.lvl-2-ul {
  border-radius: 22px;
  border: 2px solid #252525;
  padding: 24px;
  background-color: #fff;
}

.lvl-2-li {
  margin-bottom: 8px;
}
.lvl-2-li:last-child {
  margin-bottom: 0;
}

.apple {
  margin-top: 8px;
}

.btn {
  background-color: #604CDD;
  color: #fff;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
  border-width: 0;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  width: 100%;
}
.btn:hover {
  background-color: #4d37d9;
}

.btn-border {
  background-color: #fff;
  color: #252525;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
  border: 2px solid #252525;
  cursor: pointer;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
}
.btn-border:hover {
  background-color: #252525;
  color: #fff;
}

.btn-border {
  background-color: #fff;
  color: #252525;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
  border: 2px solid #604CDD;
  cursor: pointer;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
}
.btn-border:hover {
  background-color: #604CDD;
  color: #fff;
}

.tasks-search {
  width: 357px;
}

.page-sep {
  height: 184px;
}

.no-radius-top {
  border-radius: 0 0 56px 56px !important;
}

.title-page {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.1;
}

.user-form {
  max-width: 700px;
}

.user-form-item .input {
  color: #252525;
  padding: 32px 24px 12px 24px;
}
.user-form-item .input::-webkit-input-placeholder {
  color: #252525;
}
.user-form-item .input::-moz-placeholder {
  color: #252525;
}
.user-form-item .input:-moz-placeholder {
  color: #252525;
}
.user-form-item .input:-ms-input-placeholder {
  color: #252525;
}
.user-form-item textarea.input {
  padding: 32px 24px 8px 24px;
  height: 186px;
  line-height: 150%;
}

.item-name {
  position: absolute;
  top: 10px;
  left: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #A6A4AF;
  z-index: 2;
  pointer-events: none;
}

.user-form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
}

.user-form-col {
  width: calc(50% - 8px);
  margin-right: 8px;
}
.user-form-col:nth-child(1n+3) {
  margin-top: 8px;
}

.add-photo {
  cursor: pointer;
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 32px 16px;
}
.add-photo .name {
  font-size: 16px;
  color: #604CDD;
  margin-bottom: 8px;
}
.add-photo .name svg {
  display: block;
  margin-right: 8px;
}
.add-photo .txt {
  font-size: 12px;
  font-weight: 500;
  color: #A6A4AF;
  text-align: center;
}

.button-group .btn {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  padding: 16px;
  width: 145px;
}
.button-group .cancel {
  background-color: transparent;
  color: #999;
}
.button-group .cancel:hover {
  background-color: #999;
  color: #fff;
}

.user-choise-category .drop-list {
  width: 100%;
}
.user-choise-category .show {
  display: block;
}
.user-choise-category .lvl-2-li {
  border-bottom: 2px solid #F8F8F8;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.user-choise-category .lvl-2-li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.user-choise-category .lvl-2-li:nth-child(1n+2) {
  margin-top: 12px;
}
.user-choise-category .checkbox input:checked + label:after {
  content: "";
  opacity: 1;
}
.user-choise-category .checkbox label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
.user-choise-category .checkbox label:hover:after {
  content: "";
  opacity: 1;
}
.user-choise-category .checkbox label:before {
  display: none;
}
.user-choise-category .checkbox label:after {
  content: "";
  position: static;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.user-choise-category-name {
  background: #F8F8F8;
  border-radius: 32px;
  padding: 20px 24px;
  font-size: 16px;
  color: #252525;
  cursor: pointer;
}

.add-avatar {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
}

.box-99 {
  margin-bottom: 32px;
}
.box-99 .title-page {
  margin-bottom: 0;
}
.box-99 .rub {
  width: 58px;
  height: 58px;
}

.balance-button .btn {
  width: auto;
  padding: 16px 40px;
}
.balance-button .disabled {
  background-color: #999;
  color: #fff;
  cursor: text;
}

.modal_agreement_2 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 150%;
  text-align: center;
}
.modal_agreement_2 a {
  color: #604CDD;
}

#modal-balance .modal_body {
  max-width: 550px;
}

.modal_field_box {
  margin-bottom: 16px;
}

#modal-numb {
  border: 2px solid #252525;
  border-radius: 50px;
  padding: 15px 24px;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-right: 16px;
}

.rub {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #604CDD;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rub svg {
  display: block;
}

.balance-total .info {
  font-size: 16px;
  font-weight: 500;
  color: #999;
}

.balance-price {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  color: #604CDD;
}

.balance-message {
  font-size: 16px;
  margin-bottom: 32px;
  margin-top: -24px;
}

.reviews__tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.center {
  text-align: center;
}

.box-22 {
  border: 2px solid #252525;
  padding: 24px;
  border-radius: 22px;
  margin-bottom: 20px;
}

.inner-22 {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
}

.process__title_2 {
  max-width: 100% !important;
  width: 100%;
  margin-bottom: 28px !important;
}

.group-22 > * {
  padding: 14px 24px !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.group-22 .btn {
  width: auto;
}

.best-user {
  background-color: #fff;
  margin: 2px 0;
}
.best-user .site-section__title {
  max-width: 100%;
}

.best-user__slider-button {
  border: 2px solid #252525;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  cursor: pointer;
}

.best-user__slider-button.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.best-user__slider-button:hover {
  opacity: 0.5;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.reviews__item-header.vid-2 {
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.no-hi {
  min-height: 0 !important;
}

.best-user-slider {
  margin-bottom: 32px !important;
}
.best-user-slider .no-hi {
  height: auto;
}
.best-user-slider .col {
  margin-right: 20px;
}
.best-user-slider .slick-list {
  overflow: visible !important;
  height: auto !important;
}

.new-tasks-slider {
  margin-bottom: 32px !important;
}
.new-tasks-slider .col {
  margin-right: 20px;
}
.new-tasks-slider .slick-list {
  overflow: visible !important;
}

.new-tasks {
  background-color: #604CDD;
}
.new-tasks .site-section__title {
  color: #fff;
}

.new-tasks__slider-button {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  cursor: pointer;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.new-tasks__slider-button.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.new-tasks__slider-button:hover {
  opacity: 0.5;
}

.new-tasks-item {
  width: 400px;
    min-height: 262px;
  border: 2px solid #252525;
  border-radius: 22px;
  padding: 24px;
  background-color: #fff;
}



.task-title {
    min-height: 100px;
  margin-bottom: 8px;

}
.task-title a {
  color: #252525;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.task-tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.task-tags a,
.task-tags span {
  background: #F8F8F8;
  border-radius: 48px;
  display: block;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #999;
  border: 2px solid #F8F8F8;
}
.task-tags a:hover {
  border-color: #252525;
  color: #252525;
  background-color: #CBFC55;
}
.task-tags .active {
  border-color: #252525;
  color: #252525;
  background-color: #CBFC55;
}

.task-date {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}

.process-text {
  display: block;
    margin-bottom: 16px;
    margin-top: -20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda;
}
.slick-prev i,
.slick-next i {
  font-size: 30px;
}
.slick-prev:hover,
.slick-next:hover {
  color: #000;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li button {
  display: block;
  border: 0;
  background: #dcdcdc;
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background-color: #b99e7c;
}
.slick-dots li:hover button {
  background-color: #b99e7c;
}

/* Scss Document */
.hide {
  display: none;
}

.main-section-new {
    max-width: 1326px;
}


@media (max-width: 1320px) {
  .page-name-section__name.fz160 {
    font-size: 120px;
  }
  .page-name-section__name.fz250 {
    font-size: 180px;
  }
  .page-name-section.page-2 {
    height: 250px;
  }
}
@media (max-width: 1270px) {
  .user-form-item textarea.input {
    min-height: 220px;
  }
  .user-form {
    max-width: 600px;
  }
  .grid-3 .col {
    width: calc(50% - var(--px));
  }
  .tasks-left {
    margin-right: 32px;
  }
}
@media (max-width: 1023px) {
  .new-tasks-item {
    width: 325px;
  }
}
@media (max-width: 992px) {
  :root {
    --px: 16px;
  }
  .task-tags a,
.task-tags span {
    padding: 8px 12px;
  }
  .task-title a {
    font-size: 20px;
  }
  .best-user-slider .col {
    margin-right: 8px;
  }
  .new-tasks-slider .col {
    margin-right: 8px;
  }
  .title-page {
    font-size: 36px;
  }
  .page-sep {
    height: 93px;
  }
  .add-photo {
    padding: 25px 16px;
    margin-bottom: 32px !important;
  }
  .add-photo svg {
    width: auto;
    height: 16px;
  }
  .add-photo .name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .add-photo .txt {
    display: none;
  }
  .user-choise-category-name {
    padding: 16px 24px;
    font-size: 14px;
  }
  .user-form {
    max-width: 100%;
  }
  .user-form .fz16 {
    font-size: 14px;
  }
  .user-form .mb-32 {
    margin-bottom: 16px;
  }
  .user-form .item-name {
    top: 8px;
  }
  .user-form .input {
    padding: 29px 24px 9px 24px;
    font-size: 14px;
  }
  .box-mobile-292 .jq-selectbox__dropdown {
    right: auto;
    left: 0;
  }
  .box-mobile-292 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
  .tasks-item {
    display: block;
    position: relative;
    padding-bottom: 66px;
  }
  .tasks-item .time {
    text-align: left;
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
  .tasks-item .mb-24 {
    margin-bottom: 16px;
  }
  .tasks-item .box-292 {
    position: absolute;
    bottom: 48px;
    left: 24px;
  }
  .tasks-item .title {
    font-size: 20px;
  }
  .tasks-item .text {
    font-size: 14px;
  }
  .tasks-left {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .tasks-right {
    width: 100%;
  }
  .performers-item .info {
    padding: 16px;
  }
  .show-more {
    padding: 16px;
    font-size: 16px;
  }
  .performers-tags {
    margin-bottom: 16px;
    margin-top: 8px;
  }
  .performers-tags ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    overflow-x: auto;
  }
  .performers-tags li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 10px 0 0;
  }
  .performers-tags li:last-child {
    margin-right: 0;
  }
  .box-55 {
    display: none;
  }
  .box-92 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .box-92 select {
    display: none;
  }
  .box-2933 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }
  .page-name-section__name.fz160 {
    font-size: 75px;
  }
  .page-name-section.page-1 {
    height: 150px;
  }
  .performers-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .performers-left {
    width: 100%;
    margin-right: 0;
    display: none;
    background-color: #F8F8F8;
    padding: 24px;
    border-radius: 22px;
  }
  .open-filter {
    background-color: #F8F8F8;
    border-radius: 100px;
    cursor: pointer;
    padding: 8px 8px 8px 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .open-filter svg {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .open-filter.active svg {
    display: block;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .page-header__wrapper {
    border: 2px solid #252525 !important;
    border-radius: 64px !important;
  }
  .best-user__slider-controls {
    display: none;
  }
  .best-user-slider {
    margin-bottom: 16px !important;
  }
  .new-tasks__slider-controls {
    display: none;
  }
  .new-tasks-slider {
    margin-bottom: 16px !important;
  }
  .show_992 {
    display: block;
  }
  .hide_992 {
    display: none;
  }
}
@media (max-width: 767px) {
  .button-group {
    display: block;
  }
  .button-group button {
    width: 100% !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .show_767 {
    display: block;
  }
  .hide_767 {
    display: none;
  }
}
@media (max-width: 550px) {
  .group-22 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .process-text {
    display: block;
    margin-bottom: 16px;
    margin-top: -16px;
  }
  .process .site-section__title {
    text-align: left;
  }
  .box-22 svg {
    width: auto;
    height: 24px;
  }
  .box-22 .fz16 {
    font-size: 14px;
  }
  .fz24 {
    font-size: 20px;
  }
  .group-22 {
    margin-bottom: 16px !important;
    gap: 8px;
  }
  .group-22 > * {
    padding: 15px 20px !important;
    font-size: 14px !important;
    border-radius: 22px !important;
    margin: 0 !important;
  }
  .mb-64 {
    margin-bottom: 48px;
  }
  .fz28 {
    font-size: 20px;
  }
  .balance-button {
    display: block;
  }
  .balance-button > * {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 17px;
  }
  .balance-button > *:nth-child(1n+2) {
    margin-top: 8px;
  }
  .box-99 {
    display: block;
    margin-bottom: 24px;
  }
  .box-99 .title-page {
    margin-bottom: 32px;
  }
  .user-form-item textarea.input {
    min-height: 290px;
  }
  .grid-3 .col {
    width: calc(100% - var(--px));
  }
  .modal_agreement_2 {
    font-size: 14px;
  }
  #modal-balance .modal_header {
    font-size: 20px;
  }
  #modal-balance .rub {
    width: 56px;
    height: 56px;
  }
  #modal-numb {
    font-size: 14px;
    padding: 10px 24px;
    height: auto;
    margin-right: 8px;
  }
  .balance-message {
    display: none;
  }
  .show_550 {
    display: block;
  }
  .hide_550 {
    display: none;
  }
}
