@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Wix Madefor Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  background-color: #fff;
  /*****  загальні для Слайдер Slick *****/
}
body input,
body button,
body textarea {
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
}
body input:focus,
body button:focus,
body textarea:focus {
  outline: none;
}
body textarea {
  resize: none;
}
body input[type="number"]::-webkit-outer-spin-button,
body input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type="number"] {
  -moz-appearance: textfield;
}
body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body input:focus::-webkit-input-placeholder,
body textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body a {
  text-decoration: none;
  color: #000;
}
body a:focus,
body a:active {
  text-decoration: none;
}
body::after,
body::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
body ::-webkit-scrollbar-track {
  background: #272727;
  border-radius: 5px;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fecc39;
}
body svg,
body img {
  display: block;
}
body div,
body a,
body input,
body textarea,
body button,
body path,
body label,
body section,
body img,
body p,
body span,
body ::after,
body ::before,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Unbounded", serif;
}
body h1 {
  font-size: 80px;
  line-height: 90px;
}
body h2 {
  font-size: 60px;
  line-height: 70px;
}
body h3 {
  font-size: 50px;
  line-height: 60px;
}
body h4 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
body h5 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
body h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
body .slick-list {
  overflow: hidden;
}
body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.p2 {
  font-size: 14px;
  line-height: 20px;
}

.btn {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fecc39;
  color: #343434;
  padding: 12px;
}
.btn:hover {
  background-color: #fff;
}
.btn.tall {
  padding: 20px;
}
.btn.dark {
  background-color: #343434;
  color: #fecc39;
}
.btn.dark:hover {
  background-color: #fecc39;
  color: #343434;
}
.btn.white {
  background-color: #fff;
  color: #343434;
}
.btn.white:hover {
  background-color: #fecc39;
  color: #343434;
}

.bttn {
  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-color: #343434;
}
.bttn svg {
  fill: #fecc39;
  pointer-events: none;
}
.bttn:hover {
  background-color: #fecc39;
}
.bttn:hover svg {
  fill: #343434;
}
.bttn.yellow {
  background-color: #fecc39;
}
.bttn.yellow svg {
  fill: #343434;
}
.bttn.yellow:hover {
  background-color: #343434;
}
.bttn.yellow:hover svg {
  fill: #fecc39;
}

.btn_decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fecc39;
}
.btn_decor:hover {
  background-color: #fff;
}
.btn_decor p,
.btn_decor span {
  text-align: center;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #343434;
  width: calc(100% - 60px);
  padding: 0 12px;
}
.btn_decor div,
.btn_decor button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  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;
  border-left: 1px solid #343434;
}
.btn_decor div svg,
.btn_decor button svg {
  fill: #343434;
}
.btn_decor.white {
  background-color: #fff;
}
.btn_decor.white:hover {
  background-color: #fecc39;
}
.btn_decor.dark {
  background-color: #343434;
}
.btn_decor.dark p,
.btn_decor.dark span {
  color: #fecc39;
}
.btn_decor.dark div,
.btn_decor.dark button {
  border-left: 1px solid #fecc39;
}
.btn_decor.dark div svg,
.btn_decor.dark button svg {
  fill: #fecc39;
}
.btn_decor.dark:hover {
  background-color: #fecc39;
}
.btn_decor.dark:hover p,
.btn_decor.dark:hover span {
  color: #343434;
}
.btn_decor.dark:hover div,
.btn_decor.dark:hover button {
  border-left: 1px solid #343434;
}
.btn_decor.dark:hover div svg,
.btn_decor.dark:hover button svg {
  fill: #343434;
}
.btn_decor.left p,
.btn_decor.left span {
  text-align: left;
}

.art_change {
  width: 100%;
}
.art_change button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #343434;
  padding: 12px 18px 12px 12px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.art_change button svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #fff;
}
.art_change button:hover {
  color: #fecc39;
}
.art_change button:hover svg {
  fill: #fecc39;
}

.drop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  background-color: #414141;
}
.drop_menu a {
  padding: 12px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #343434;
  color: #fecc39;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.drop_menu a.on {
  background-color: #fecc39;
  color: #343434;
  pointer-events: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.drop_menu a:hover {
  background-color: #fecc39;
  color: #343434;
}

.input {
  position: relative;
}
.input p {
  color: #fff;
  margin-bottom: 4px;
}
.input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343434;
  position: relative;
}
.input > div input,
.input > div textarea {
  font-size: 18px;
  line-height: 24px;
  padding: 18px 12px;
  color: #fff;
  width: 100%;
}
.input > div input {
  border-left: 1px solid transparent;
}
.input > div input:focus {
  border-left: 1px solid #fecc39;
}
.input > div .eye,
.input > div .lens,
.input > div .delete {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 60px;
  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;
}
.input > div .eye {
  opacity: 0.5;
  background: url("../img/eye_visible.svg") no-repeat 50%;
}
.input > div .eye.on {
  background: url("../img/eye_hidden.svg") no-repeat 50%;
}
.input > div .eye:hover {
  opacity: 1;
}
.input > div .lens {
  background: url("../img/lens_yellow.svg") no-repeat 50%;
}
.input > div .lens:hover {
  background: url("../img/lens_white.svg") no-repeat 50%;
}
.input > div .delete {
  background: url("../img/x.svg") no-repeat 50%;
}
.input > div .delete:hover {
  background: url("../img/x_white.svg") no-repeat 50%;
}
.input > div .anon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  background: url("/img/anonim.gif") no-repeat 50%/100%;
}
.input.pass div input {
  width: calc(100% - 36px);
}
.input .help-block {
  color: #eb001b;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
}

.modal_fill {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 39, 39, 0.6);
  opacity: 0;
  pointer-events: none;
}
.modal::after {
  content: "";
  display: block;
  max-width: 600px;
  width: 100%;
  height: 10px;
  background: url("../img/modal_bottom_decor.gif") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal.on {
  opacity: 1;
  pointer-events: all;
  z-index: 1002;
}
.modal .modal_content {
  max-width: 600px;
  width: 100%;
  padding: 30px 30px 80px;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  background-color: #414141;
  overflow: auto;
  position: relative;
}
.modal .modal_content .head {
  border-bottom: 1px solid #343434;
  padding-bottom: 30px;
}
.modal .modal_content .head h6 {
  color: #fff;
  padding: 30px 0 0;
}
.modal .modal_content .head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.modal .modal_content .head .title h6 {
  padding: 0;
}
.modal .modal_content .head .title button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  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;
}
.modal .modal_content .head .title button svg {
  fill: #fecc39;
}
.modal .modal_content .head .title button:hover {
  background-color: #fecc39;
}
.modal .modal_content .head .title button:hover svg {
  fill: #343434;
}
.modal .modal_content .head .title button.close {
  margin-left: auto;
}
.modal .modal_content .body {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.modal .modal_content .body .switching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.modal .modal_content .body .switching button {
  color: #fff;
}
.modal .modal_content .body .switching button:hover,
.modal .modal_content .body .switching button.on {
  color: #fecc39;
}
.modal .modal_content .body .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-top: 12px;
}
.modal .modal_content .body .links a {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.modal .modal_content .body .links a:hover {
  color: #fecc39;
}
.modal .modal_content .body form.login_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.modal .modal_content .body form.login_form .forgot {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 20px;
  color: #fffcf5;
  margin-top: 12px;
}
.modal .modal_content .body form.login_form .forgot:hover {
  color: #fecc39;
}
.modal .modal_content .body form.login_form label.checkbox {
  margin-top: 26px;
}
.modal .modal_content .body form.login_form label.checkbox input {
  display: none;
}
.modal .modal_content .body form.login_form label.checkbox input + span {
  cursor: pointer;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fffcf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.modal .modal_content .body form.login_form label.checkbox input + span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.modal .modal_content .body form.login_form label.checkbox input:checked + span::before {
  background: url("../img/check.svg") no-repeat 50%;
  border: 1px solid transparent;
}
.modal .modal_content .body form.login_form label.checkbox:hover span {
  color: #fecc39;
}
.modal .modal_content .body form.login_form .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #343434;
}
.modal .modal_content .body form.login_form .file label {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.modal .modal_content .body form.login_form .file label .img {
  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: 48px;
  height: 48px;
  background: url("/img/upload.svg") no-repeat 50%;
}
.modal .modal_content .body form.login_form .file label input {
  display: none;
}
.modal .modal_content .body form.login_form .file label span {
  color: #fff;
}
.modal .modal_content .body form.login_form .file button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal .modal_content .body form.login_form .file button svg {
  fill: #fecc39;
}
.modal .modal_content .body form.login_form .file button:hover svg {
  fill: #fff;
}
.modal .modal_content .body form.login_form .file.on {
  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;
}
.modal .modal_content .body form.login_form .file.on label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.modal .modal_content .body form.login_form .file.on label .img {
  width: 24px;
  height: 24px;
  background: url("/img/file.svg") no-repeat 50%;
}
.modal .modal_content .body form.login_form .file.on button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal_content .body form.login_form button[type="submit"] {
  margin-top: 26px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 20px;
}
.modal .modal_content .body .donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.modal .modal_content .body .donate h6 {
  color: #fff;
  text-align: center;
}
.modal .modal_content .body .donate .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 12px 0;
}
.modal .modal_content .body .donate .btns button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal .modal_content .body .donate .name {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.modal .modal_content .body .donate .p1 {
  color: #fff;
}
.modal .modal_content .body .donate .p3 {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.modal .modal_content .body .donate .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .modal_content .body .donate .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #272727;
}
.modal .modal_content .body form.add_img .add_file {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #343434;
  border: 1px dashed #272727;
  position: relative;
}
.modal .modal_content .body form.add_img .add_file:hover {
  border: 1px dashed #fecc39;
}
.modal .modal_content .body form.add_img .add_file label {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.modal .modal_content .body form.add_img .add_file label input {
  display: none;
}
.modal .modal_content .body form.add_img .add_file label img {
  width: 24px;
}
.modal .modal_content .body form.add_img .add_file label p {
  color: #fff;
  text-align: center;
}
.modal .modal_content .body form.add_img .add_file .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  border: 2px solid #fecc39;
  background-color: #343434;
  opacity: 0;
  pointer-events: none;
}
.modal .modal_content .body form.add_img .add_file .img.on {
  opacity: 1;
  pointer-events: all;
}
.modal .modal_content .body form.add_img .add_file .img button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  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-color: #343434;
}
.modal .modal_content .body form.add_img .add_file .img button svg {
  fill: #fecc39;
}
.modal .modal_content .body form.add_img .add_file .img button:hover {
  background-color: #fecc39;
}
.modal .modal_content .body form.add_img .add_file .img button:hover svg {
  fill: #343434;
}
.modal .modal_content .body form.add_img .add_file .img .img_preview {
  width: 100%;
  height: 100%;
  background-color: #343434;
}
.modal .modal_content .body form.add_img .add_file .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal .modal_content .body form.add_img .add_catalog label {
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  border: 1px dashed #272727;
  position: relative;
}
.modal .modal_content .body form.add_img .add_catalog label:hover {
  border: 1px dashed #fecc39;
}
.modal .modal_content .body form.add_img .add_catalog .btn_decor {
  display: none;
}
.modal .modal_content .body form.add_img .add_catalog .btn_decor span {
  color: #fecc39;
}
.modal .modal_content .body form.add_img .add_catalog .btn_decor:hover {
  background-color: #343434;
}
.modal .modal_content .body form.add_img .add_catalog .btn_decor:hover button {
  background-color: #343434;
  border-left: 1px solid #fecc39;
}
.modal .modal_content .body form.add_img .add_catalog .btn_decor:hover button svg {
  fill: #fecc39;
}
.modal .modal_content .body form.add_img .add_catalog .btn_decor button:hover {
  background-color: #fecc39;
  border-left: 1px solid #343434;
}
.modal .modal_content .body form.add_img .add_catalog .btn_decor button:hover svg {
  fill: #343434;
}
.modal .modal_content .body form.add_img .add_catalog.on label {
  display: none;
}
.modal .modal_content .body form.add_img .add_catalog.on .btn_decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal_content .body form.add_img .ready_made {
  margin-top: 30px;
}
.modal .modal_content .body form.add_img .ready_made p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.modal .modal_content .body form.add_img .ready_made .imgs {
  max-width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 22px;
}
.modal .modal_content .body form.add_img .ready_made .imgs div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  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;
  border: 2px solid transparent;
  padding: 5px;
  background-color: #343434;
  cursor: pointer;
}
.modal .modal_content .body form.add_img .ready_made .imgs div:hover {
  border: 2px solid #fff;
}
.modal .modal_content .body form.add_img .ready_made .imgs div.on {
  border: 2px solid #fecc39;
}
.modal .modal_content .body form.add_img .ready_made .imgs div svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal .modal_content .body form.add_img .ready_made .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 100%;
  overflow: auto;
  margin-top: 12px;
  padding-bottom: 22px;
}
.modal .modal_content .body form.add_img .ready_made .colors button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  border: 1px solid transparent;
}
.modal .modal_content .body form.add_img .ready_made .colors button:hover {
  border: 1px solid #fff;
}
.modal .modal_content .body form.add_img .ready_made .colors button.on {
  border: 1px solid #fecc39;
}
.modal .modal_content .body form.add_img .ready_made .colors button span {
  display: block;
  width: 100%;
  height: 100%;
}
.modal .modal_content .body form.add_img .btn {
  display: block;
  width: 285px;
  margin: 46px auto 0;
  padding: 20px;
}
.modal .modal_content .body .license {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.modal .modal_content .foot {
  padding-top: 30px;
}
.modal .modal_content .foot .google {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  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;
  gap: 8px;
  color: #fff;
}
.modal .modal_content .foot .google:hover {
  color: #fecc39;
}
.modal .modal_content .foot .google::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/google.svg") no-repeat 50%;
}
.modal .modal_content#application .body form {
  gap: 30px;
}
.modal .modal_content#modal_donate .foot {
  padding-top: 12px;
  border-top: 1px solid #343434;
}
.modal .modal_content#modal_donate .foot p {
  color: #fff;
}
.modal .modal_content#modal_donate .foot .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 8px 0 30px;
}
.modal .modal_content#modal_donate .foot .btns button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal .modal_content#modal_donate .foot h6 {
  color: #fff;
  text-align: center;
}
.modal .modal_content#to_draft,
.modal .modal_content#add_catalog,
.modal .modal_content#add_cover,
.modal .modal_content#delete_teamConfirm,
.modal .modal_content#delete_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal .modal_content#to_draft .body p,
.modal .modal_content#add_catalog .body p,
.modal .modal_content#add_cover .body p,
.modal .modal_content#delete_teamConfirm .body p,
.modal .modal_content#delete_team .body p {
  color: #fff;
}
.modal .modal_content#to_draft .foot,
.modal .modal_content#add_catalog .foot,
.modal .modal_content#add_cover .foot,
.modal .modal_content#delete_teamConfirm .foot,
.modal .modal_content#delete_team .foot {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.modal .modal_content#to_draft .foot button,
.modal .modal_content#add_catalog .foot button,
.modal .modal_content#add_cover .foot button,
.modal .modal_content#delete_teamConfirm .foot button,
.modal .modal_content#delete_team .foot button {
  width: 100%;
}
.modal .modal_content#add_cover .body form.add_img {
  height: calc(100vh - 214px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.modal .modal_content#add_cover .body form.add_img .btn {
  margin: auto auto 0;
}
.modal .modal_content#delete_teamConfirm .foot,
.modal .modal_content#delete_team .foot {
  border-top: 1px solid #343434;
  margin-top: 0;
}
.modal .modal_content#to_draft .head,
.modal .modal_content#add_catalog .head,
.modal .modal_content#add_cover .head,
.modal .modal_content#delete_teamConfirm .head,
.modal .modal_content#delete_team .head,
.modal .modal_content#about_license .head {
  padding: 0;
  border: none;
}

@media (max-width: 600px) {
  .modal .modal_content {
    padding: 20px 20px 60px;
  }
}
.window {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 39, 39, 0.6);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.window.on {
  opacity: 1;
  pointer-events: all;
}
.window.on .fill {
  right: 0;
}
.window .fill {
  position: absolute;
  top: 0;
  right: -600px;
  max-width: 600px;
  width: 100%;
  padding: 30px 30px 80px;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  background-color: #414141;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}
.window .fill .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.window .fill .head h6 {
  padding: 0;
}
.window .fill .head .back {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  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;
}
.window .fill .head .back svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #fecc39;
}
.window .fill .head .back:hover {
  background-color: #fecc39;
}
.window .fill .head .back:hover svg {
  fill: #343434;
}
.window .fill .head .bttn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: #414141;
  margin-left: auto;
}
.window .fill .head .bttn:hover {
  background-color: #fecc39;
}
.window .fill .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.window .fill .foot {
  margin-top: auto;
}
.window .fill.period .body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 2px;
}
.window .fill.period .body .item p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.window .fill.period .body .item .input {
  width: calc((100% - 4px) / 3);
}
.window .fill.period .body .item .input p {
  text-align: left;
}
.window .fill.period .body hr {
  height: 1px;
  background-color: #343434;
}
.window .fill.period .foot .btn {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url("/img/check.svg") no-repeat 50% #fecc39;
}
.window .fill.period .foot .btn:hover {
  background: url("/img/check_yellow.svg") no-repeat 50% #343434;
}
.window .fill.stage_confirm .body label {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  border: 1px dashed #343434;
}
.window .fill.stage_confirm .body label:hover {
  border: 1px dashed #fecc39;
}
.window .fill.stage_confirm .body .choose_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.window .fill.stage_confirm .body .choose_imgs .item {
  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: 100px;
  height: 75px;
  position: relative;
  border: 1px solid #343434;
}
.window .fill.stage_confirm .body .choose_imgs .item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.window .fill.stage_confirm .body .choose_imgs .item button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("/img/x.svg") no-repeat 50% #343434;
}
.window .fill.stage_confirm .body .choose_imgs .item button:hover {
  background: url("/img/x_dark.svg") no-repeat 50% #fecc39;
}
.window .fill.stage_confirm .foot button {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 12px auto 0;
}
.window .fill.add_img .ready_made {
  margin-top: 30px;
}
.window .fill.add_img .ready_made p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.window .fill.add_img .ready_made .imgs {
  max-width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 22px;
}
.window .fill.add_img .ready_made .imgs div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  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;
  border: 2px solid transparent;
  padding: 5px;
  background-color: #343434;
  cursor: pointer;
}
.window .fill.add_img .ready_made .imgs div:hover {
  border: 2px solid #fff;
}
.window .fill.add_img .ready_made .imgs div.on {
  border: 2px solid #fecc39;
}
.window .fill.add_img .ready_made .imgs div svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.window .fill.add_img .ready_made .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 100%;
  overflow: auto;
  margin-top: 12px;
  padding-bottom: 22px;
}
.window .fill.add_img .ready_made .colors button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  border: 1px solid transparent;
}
.window .fill.add_img .ready_made .colors button:hover {
  border: 1px solid #fff;
}
.window .fill.add_img .ready_made .colors button.on {
  border: 1px solid #fecc39;
}
.window .fill.add_img .ready_made .colors button span {
  display: block;
  width: 100%;
  height: 100%;
}
.window .fill.add_img .btn {
  display: block;
  width: 285px;
  margin: 46px auto 0;
  padding: 20px;
}
.window .fill.choose_art_field .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-height: calc(100vh - 241px);
  overflow: auto;
}
.window .fill.choose_art_field .labels::-webkit-scrollbar {
  width: 0;
}
.window .fill.choose_art_field .labels div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
}
.window .fill.choose_art_field .labels div h6 {
  margin-bottom: 11px;
  color: #fecc39;
}
.window .fill.choose_art_field .another {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.window .fill.choose_art_field .another label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 17px 12px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.window .fill.choose_art_field .another .input {
  width: 100%;
}
.window .fill.project_status label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-left: 16px;
}
.window .fill.project_status label input {
  display: none;
}
.window .fill.project_status label input:checked ~ svg {
  fill: #fecc39;
}
.window .fill.project_status label input:checked ~ p {
  color: #fecc39;
}
.window .fill.project_status label svg {
  fill: #fff;
}
.window .fill.project_status label p {
  color: #fff;
}
.window .fill.request_letter .body .add_file {
  width: 100%;
  height: 200px;
}
.window .fill.request_letter .foot {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.window .fill.request_letter .foot .btn_decor {
  max-width: 225px;
  width: 100%;
}
.window .fill.request_letter .foot .btn {
  max-width: 285px;
  width: 100%;
}
.window .fill.add_block > .fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color: #414141;
  opacity: 0;
  pointer-events: none;
}
.window .fill.add_block > .fill.on {
  opacity: 1;
  pointer-events: all;
}
.window .fill.add_block > .fill .body .add_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.window .fill.add_block > .fill .body .add_imgs p {
  color: #fff;
}
.window .fill.add_block > .fill .body .add_imgs p:nth-child(3) {
  font-size: 14px;
  line-height: 20px;
}
.window .fill.add_block > .fill .body .add_imgs label {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  border: 1px dashed #343434;
}
.window .fill.add_block > .fill .body .add_imgs label:hover {
  border: 1px dashed #fecc39;
}
.window .fill.add_block > .fill .body .add_imgs .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item .img_preview {
  width: 100px;
  height: 75px;
  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;
  border: 1px solid #343434;
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item .img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item div {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item div button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 24px;
  background-color: #343434;
  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;
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item div button.to_left svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item div button.to_right svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item div button svg {
  fill: #fecc39;
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item div button:hover {
  background-color: #fecc39;
}
.window .fill.add_block > .fill .body .add_imgs .imgs .item div button:hover svg {
  fill: #343434;
}
.window .fill.add_block > .fill .body .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.window .fill.add_block > .fill .body .input p {
  margin: 0;
}
.window .fill.add_block > .fill .body .input .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 4px;
  background-color: transparent;
}
.window .fill.add_block > .fill .body .input .line div {
  background-color: #343434;
  width: 100%;
}
.window .fill.add_block > .fill .body .input .line .lang_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 48px;
  height: 60px;
  align-items: center;
}
.window .fill.add_block > .fill .foot {
  margin-top: auto;
}
.window .fill.add_block > .fill .foot button {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 20px;
}
.window .fill.delete_project .foot,
.window .fill.to_draft .foot {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.window .fill.delete_project .foot button,
.window .fill.to_draft .foot button {
  width: 100%;
}
.window .fill.add_catalog .foot button {
  display: block;
  width: 275px;
  margin: 0 auto;
}
.window .fill.donate_confirm .head h6 {
  text-align: left;
}
.window .fill.donate_confirm .body {
  gap: 12px;
}
.window .fill.donate_confirm .body .btn_decor {
  margin: 0;
}
.window .fill.donate_confirm .body .btn_decor span {
  text-align: left;
}
.window .fill.donate_confirm .body .btn_decor.score {
  margin: 12px 0;
}
.window .fill.donate_confirm .body .btn_decor.score span {
  text-align: center;
}
.window .fill.donate_confirm .body p {
  font-size: 14px;
  line-height: 20px;
}
.window .fill.donate_confirm .body .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.window .fill.donate_confirm .body .person img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 21px;
  border: 2px solid #343434;
}
.window .fill.donate_confirm .body .person p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .window .fill {
    padding: 20px 20px 80px;
  }
}
section {
  padding: 0 40px;
}

@media (max-width: 767px) {
  section {
    padding: 0 20px;
  }
}
.block {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .block {
    padding: 20px 0;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.social a {
  width: 30px;
  height: 30px;
  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;
}
.social a svg {
  fill: #fff;
}
.social a:hover svg {
  fill: #fecc39;
}

@media (max-width: 767px) {
  section {
    padding: 0 20px;
  }
}
.project_item {
  background-color: #343434;
  border: 1px solid transparent;
}
.project_item:hover {
  border: 1px solid #fecc39;
}
.project_item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.project_item .head img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #272727;
}
.project_item .head p {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.project_item .head.v2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid #414141;
}
.project_item .head.v2 h6 {
  color: #fff;
}
.project_item .head.v2 p {
  font-family: "Wix Madefor Display", serif;
  font-weight: 400;
  color: #fff;
}
.project_item .head.v2 a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.project_item .head.v2 a:hover {
  color: #fecc39;
}
.project_item .img {
  height: 346px;
  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;
}
.project_item .img.bordered {
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.project_item .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project_item .name {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 48px;
  color: #fff;
  border: 12px solid #343434;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project_item .amount {
  padding: 12px;
}
.project_item .amount .money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project_item .amount .money h4 {
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.project_item .amount .money h4 span {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-family: "Wix Madefor Display", serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.project_item .amount .money p {
  font-family: "Unbounded", serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fecc39;
  margin-bottom: 6px;
  white-space: nowrap;
}
.project_item .amount .line {
  height: 10px;
  border: 1px solid #272727;
  background-color: #272727;
  border-radius: 5px;
  margin: 8px 0;
}
.project_item .amount .line span {
  display: block;
  max-width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fecc39;
}
.project_item .amount .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  min-height: 20px;
}
.project_item .amount .people .donate {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding-left: 2px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fecc39;
}
.project_item .amount .people p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.project_item .amount .people .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
}
.project_item .amount .people .photos img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #272727;
  margin-right: -8px;
}
.project_item .amount .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding-top: 8px;
}
.project_item .amount .progress .pict {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  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;
}
.project_item .amount .progress .pict img {
  display: block;
  max-width: 100%;
}
.project_item .amount .progress .bar {
  width: 100%;
  padding: 1px;
  height: 20px;
  background: url("../img/project/progress.png") repeat-x 50%;
}
.project_item .amount .progress .bar span {
  display: block;
  height: 100%;
  max-width: 100%;
  background-color: #fecc39;
}
.project_item .amount .progress p {
  font-size: 14px;
  line-height: 20px;
  color: #fecc39;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.project_item .plug {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.project_item .plug p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.project_item .info {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.project_item .info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project_item .info div p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.project_item .soc {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid #414141;
}
.project_item .soc a {
  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: 44px;
  height: 44px;
}
.project_item .soc a svg {
  fill: #fecc39;
}
.project_item .soc a:hover {
  background-color: #fecc39;
}
.project_item .soc a:hover svg {
  fill: #343434;
}
.project_item.draft {
  background-color: #fff;
}
.project_item.draft .head p {
  color: #272727;
}
.project_item.draft .name {
  color: #272727;
  border: 12px solid #fff;
}
.project_item.draft .amount .money h4,
.project_item.draft .amount .money p {
  color: #272727;
}
.project_item.draft .info div p {
  color: #272727;
}

@media (max-width: 767px) {
  .project_item .amount .money h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.project_unit .img {
  position: relative;
}
.project_unit .img a {
  position: relative;
  z-index: 1;
}
.project_unit .img a::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  background:
    url("../../../img/bracket.svg") no-repeat 50%,
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background:
    url("../../../img/bracket.svg") no-repeat 50%,
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background:
    url("../../../img/bracket.svg") no-repeat 50%,
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.project_unit .img a:hover::before {
  opacity: 1;
}
.project_unit .img a img {
  width: 460px;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.project_unit .img .likes {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.project_unit .img .likes span {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.project_unit .img .close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  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: 44px;
  height: 44px;
  background-color: #343434;
}
.project_unit .img .close svg {
  fill: #fecc39;
}
.project_unit .img .close:hover {
  background-color: #fecc39;
}
.project_unit .img .close:hover svg {
  fill: #343434;
}
.project_unit .img .mark {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  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: 44px;
  height: 44px;
  background-color: #343434;
}
.project_unit .img .mark p {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 15px;
  background-color: #272727;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 200px;
  pointer-events: none;
  opacity: 0;
}
.project_unit .img .mark p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border: 7px solid transparent;
  border-bottom: 12px solid transparent;
  border-top: 12px solid #272727;
}
.project_unit .img .mark span {
  width: 20px;
  height: 20px;
  border: 1px solid #fffcf5;
  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;
}
.project_unit .img .mark span::before {
  content: "";
  width: 16px;
  height: 16px;
}
.project_unit .img .mark.on span {
  border: 1px solid #fecc39;
}
.project_unit .img .mark.on span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fecc39;
}
.project_unit .img .mark:hover p {
  opacity: 1;
}
.project_unit .img .mark:hover span {
  border: 1px solid #fecc39;
}
.project_unit .img .price {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 6px 12px;
  background-color: #fecc39;
}
.project_unit .img .sold {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100px;
  height: 50px;
  background: url("/img/sold.webp");
}
.project_unit h6 {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}
.project_unit .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.project_unit .person img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #272727;
}
.project_unit .person p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.project_unit .person:hover p {
  color: #fecc39;
}

.author_item {
  width: 100%;
}
.author_item.on .head .drop_btn {
  background-color: #fecc39;
}
.author_item.on .head .drop_btn svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  fill: #343434;
}
.author_item.on .drop {
  max-height: 314px;
}
.author_item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  border: 2px solid #272727;
  border-bottom: none;
  background-color: #272727;
}
.author_item .head > div {
  padding: 12px;
  background-color: #343434;
}
.author_item .head .name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.author_item .head .name > img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #fecc39;
}
.author_item .head .name > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.author_item .head .name > div a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.author_item .head .name > div a:hover {
  color: #fecc39;
}
.author_item .head .name > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.author_item .head .name > div div p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.author_item .head .tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.author_item .head .tags a {
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 2px 8px;
  background-color: #272727;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.author_item .head .tags a:hover {
  color: #fecc39;
}
.author_item .head .command {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author_item .head .command img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #272727;
  margin-left: -12px;
}
.author_item .head .command img:first-child {
  margin-left: 0;
}
.author_item .head .to_catalog {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 324px;
}
.author_item .head .to_catalog .btn_decor div svg {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.author_item .head .drop_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 84px;
  min-height: 84px;
}
.author_item .head .drop_btn button {
  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%;
  height: 100%;
}
.author_item .head .drop_btn button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #fecc39;
}
.author_item .drop {
  overflow: hidden;
  max-height: 0;
}
.author_item .slider {
  background-color: #272727;
  padding: 2px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.author_item .slider .project_unit .img a img {
  width: 400px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.author_item:hover .head {
  border-left: 2px solid #fecc39;
  border-right: 2px solid #fecc39;
}

@media (max-width: 1350px) {
  .author_item .head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author_item .head .name {
    width: calc(100% - 412px);
  }
  .author_item .head .tags {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .author_item.com .head .name {
    width: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 1150px) {
  .author_item .head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author_item .head .name {
    width: calc(100% - 194px);
  }
  .author_item .head .tags {
    width: calc(100% - 86px);
  }
  .author_item .head .to_catalog {
    width: 192px;
  }
  .author_item .head .drop_btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 650px) {
  .author_item.com .head .name {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
  .author_item.com .head .command {
    height: 84px;
    width: 100%;
  }
}
@media (max-width: 530px) {
  .author_item:not(.com) .head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author_item:not(.com) .head .name {
    width: 100%;
  }
  .author_item:not(.com) .head .tags {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .author_item:not(.com) .head .to_catalog {
    width: calc(100% - 86px);
  }
}
@media (max-width: 440px) {
  .author_item .project_unit .img a img {
    width: 100%;
    height: initial;
    aspect-ratio: 4/3;
  }
}
label {
  width: 100%;
  cursor: pointer;
  padding: 12px;
  background-color: #343434;
  display: block;
}
label.tall {
  padding: 18px 12px;
}
label input {
  display: none;
}
label input:checked + span {
  color: #fecc39;
}
label span {
  display: block;
  color: #fff;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
label span::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
label:hover span {
  color: #fecc39;
}
label.checkbox span::before {
  background: url("../../../img/check.svg") no-repeat 50% #414141;
}
label.checkbox input:checked + span::before {
  background: url("../../../img/check.svg") no-repeat 50% #fecc39;
}
label.checkbox:hover span::before {
  background: url("../../../img/check_yellow.svg") no-repeat 50% #414141;
}
label.radio span::before {
  border: 1px solid #fff;
}
label.radio input:checked + span::before {
  border: 1px solid #fecc39;
  background: url("../../../img/radio.svg") no-repeat 50%;
}
label.radio:hover span::before {
  border: 1px solid #fecc39;
}

.add_picture {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #343434;
  border: 1px dashed #272727;
  position: relative;
}
.add_picture:hover {
  border: 1px dashed #fecc39;
}
.add_picture label {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.add_picture label input {
  display: none;
}
.add_picture label img {
  width: 24px;
}
.add_picture label p {
  color: #fff;
  text-align: center;
}
.add_picture .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  border: 2px solid #fecc39;
  background-color: #343434;
  opacity: 0;
  pointer-events: none;
}
.add_picture .img.on {
  opacity: 1;
  pointer-events: all;
}
.add_picture .img button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  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-color: #343434;
}
.add_picture .img button svg {
  fill: #fecc39;
}
.add_picture .img button:hover {
  background-color: #fecc39;
}
.add_picture .img button:hover svg {
  fill: #343434;
}
.add_picture .img .img_preview {
  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%;
  height: 100%;
  background-color: #414141;
}
.add_picture .img .img_preview img,
.add_picture .img .img_preview svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.add_picture.circle {
  border: 2px solid #fecc39;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  aspect-ratio: initial;
  background-color: #414141;
}
.add_picture.circle label {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-left: auto;
  z-index: 2;
  background-color: #343434;
}
.add_picture.circle label svg {
  fill: #fecc39;
}
.add_picture.circle label:hover {
  background-color: #fecc39;
}
.add_picture.circle label:hover svg {
  fill: #343434;
}
.add_picture.circle .img {
  z-index: 1;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
}
.add_picture.circle .img button {
  display: none;
}
.add_picture.circle .img .img_preview img {
  max-width: initial;
  max-height: initial;
  -o-object-fit: cover;
  object-fit: cover;
}

.add_file label {
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  background-color: #343434;
  border: 1px dashed #272727;
  cursor: pointer;
}
.add_file label:hover {
  border: 1px dashed #fecc39;
}
.add_file label input {
  display: none;
}
.add_file label img {
  width: 24px;
}
.add_file label p {
  color: #fff;
  text-align: center;
}
.add_file .selected {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-color: #343434;
  padding-left: 12px;
}
.add_file .selected span {
  width: 100%;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fecc39;
}
.add_file .selected button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 61px;
  height: 60px;
  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;
  border-left: 1px solid #fecc39;
}
.add_file .selected button svg {
  fill: #fecc39;
}
.add_file .selected button:hover {
  background-color: #fecc39;
}
.add_file .selected button:hover svg {
  fill: #343434;
}
.add_file.on label {
  display: none;
}
.add_file.on .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toast {
  position: fixed;
  top: 104px;
  right: 30px;
  z-index: 9999;
  padding: 12px;
  border-bottom: 4px solid #000;
  min-width: 200px;
  max-width: 400px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-104px);
  -ms-transform: translateY(-104px);
  transform: translateY(-104px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
.toast.on {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.toast.red {
  background-color: #ff4433;
}
.toast.green {
  background-color: #43a96b;
}
.toast p {
  width: 100%;
}
.toast .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toast .head p {
  font-weight: 600;
}
.toast .head button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
}
.toast .head button svg {
  fill: #fecc39;
}
.toast .head button:hover {
  background-color: #343434;
}

.currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.currency label {
  width: clamp(91px, 100%, 125px);
  height: 60px;
  padding: 0;
  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;
  cursor: pointer;
}
.currency label svg {
  fill: #fecc39;
}
.currency label:hover {
  background-color: #fecc39;
}
.currency label:hover svg {
  fill: #343434;
}
.currency label:has(input:checked) {
  background-color: #fecc39;
}
.currency label:has(input:checked) svg {
  fill: #343434;
}
.currency label:has(input:disabled) {
  opacity: 0.5;
  pointer-events: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1001;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
header .logo > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Unbounded", serif;
  white-space: nowrap;
}
header .logo > a:hover {
  color: #fecc39;
}
header .logo button {
  width: 24px;
  height: 24px;
  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;
}
header .logo button svg {
  fill: #fff;
}
header .logo button:hover {
  background-color: #fecc39;
}
header .logo button:hover svg {
  fill: #343434;
}
header .logo button.on svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .logo .drop_menu {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
header .logo .drop_menu.on {
  opacity: 1;
  pointer-events: all;
}
header .mobile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 190px);
}
header .mobile .close {
  display: none;
}
header .mobile .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
header .mobile .links a {
  color: #fff;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
header .mobile .links a:hover {
  color: #fecc39;
}
header .mobile .links a.on {
  color: #fecc39;
}
header .mobile .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
header .mobile .lang a {
  color: #fff;
  opacity: 0.5;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  pointer-events: all;
}
header .mobile .lang a:hover {
  color: #fecc39;
}
header .mobile .lang a.on {
  opacity: 1;
  pointer-events: none;
}
header .mobile .another {
  display: none;
}
header .mobile .btn {
  display: block;
}
header .mobile .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .mobile .login span {
  display: none;
}
header .social {
  margin-left: auto;
}
header .btn {
  display: none;
}
header .burger {
  width: 44px;
  height: 44px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .burger span {
  width: 20px;
  height: 4px;
  background-color: #fecc39;
  position: relative;
}
header .burger span::before,
header .burger span::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #fecc39;
  position: absolute;
  left: 0;
}
header .burger span::before {
  top: -8px;
}
header .burger span::after {
  width: 12px;
  top: 8px;
}
header .burger:hover span {
  background-color: #fff;
}
header .burger:hover span::before,
header .burger:hover span::after {
  background-color: #fff;
}
header .login {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
header .login svg {
  fill: #fecc39;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
header .login:hover {
  background-color: #fecc39;
}
header .login:hover svg {
  fill: #343434;
}
header .logged {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
header .logged .new_project {
  position: relative;
}
header .logged .new_project a {
  width: 44px;
  height: 44px;
  background-color: #fecc39;
  border-radius: 22px;
  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;
}
header .logged .new_project a svg {
  fill: #343434;
}
header .logged .new_project a:hover {
  background-color: #343434;
}
header .logged .new_project a:hover svg {
  fill: #fecc39;
}
header .logged .new_project .cloud {
  position: absolute;
  top: calc(100% + 12px);
  right: 15px;
  padding: 12px;
  background-color: #272727;
  width: 200px;
  pointer-events: none;
  opacity: 0;
}
header .logged .new_project .cloud::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #272727;
  position: absolute;
  right: 0;
  top: -24px;
}
header .logged .new_project .cloud p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
header .logged .new_project .cloud div {
  width: 24px;
  height: 24px;
  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;
  margin: 12px 0 0 auto;
}
header .logged .new_project:hover .cloud {
  opacity: 1;
}
header .logged .person {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #fecc39;
  position: relative;
}
header .logged .person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 21px;
}
header .logged .person .indicator {
  position: absolute;
  top: calc(100% + 8px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-color: #343434;
  border-radius: 50%;
  -webkit-animation: 2s infinite blinking;
  animation: 2s infinite blinking;
  display: none;
}
header .logged .person .indicator.on {
  display: block;
}
header .logged .person:hover + .logged_modal {
  opacity: 1;
  pointer-events: all;
}
header .logged .logged_modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  background-color: #fffcf5;
  max-width: 360px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
header .logged .logged_modal:hover {
  opacity: 1;
  pointer-events: all;
}
header .logged .logged_modal .head {
  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;
  gap: 12px;
}
header .logged .logged_modal .head p {
  font-size: 14px;
  line-height: 20px;
}
header .logged .logged_modal .body {
  margin: 30px 0 12px;
}
header .logged .logged_modal .body a {
  display: block;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #343434;
  padding: 12px;
}
header .logged .logged_modal .body a:hover {
  background-color: #fecc39;
}
header .logged .logged_modal .body a.user {
  padding: 0 0 0 12px;
  color: #fecc39;
  background-color: #343434;
  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;
  gap: 12px;
  margin: 12px 0;
}
header .logged .logged_modal .body a.user span {
  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: 60px;
  height: 60px;
  border-left: 1px solid #fecc39;
}
header .logged .logged_modal .body a.user span svg {
  fill: #fecc39;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .logged .logged_modal .body a.user:hover {
  background-color: #fecc39;
  color: #343434;
}
header .logged .logged_modal .body a.user:hover span {
  border-left: 1px solid #343434;
}
header .logged .logged_modal .body a.user:hover span svg {
  fill: #343434;
}
header .logged .logged_modal .foot .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 12px 0;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  padding: 12px;
}
header .logged .logged_modal .foot .links a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #343434;
}
header .logged .logged_modal .foot .links a:hover {
  color: #fecc39;
}
header .logged .logged_modal .foot .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .logged .logged_modal .foot .social a svg {
  fill: #343434;
}
header .logged .logged_modal .foot .social a:hover svg {
  fill: #fecc39;
}

@media (max-width: 1300px) {
  header .logo {
    margin-right: auto;
  }
  header .mobile {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    background-color: #414141;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 20px 20px 80px;
  }
  header .mobile.on {
    pointer-events: all;
    opacity: 1;
  }
  header .mobile .btn {
    display: none;
  }
  header .mobile .close {
    display: block;
    padding-bottom: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  header .mobile .close button {
    width: 44px;
    height: 44px;
    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-color: transparent;
  }
  header .mobile .close button svg {
    fill: #fecc39;
  }
  header .mobile .close button:hover svg {
    fill: #fff;
  }
  header .mobile .login {
    width: 100%;
    height: 60px;
    background-color: #343434;
  }
  header .mobile .login span {
    display: block;
    font-family: "Unbounded", serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fecc39;
    width: calc(100% - 60px);
    line-height: 60px;
    border-right: 1px solid #fecc39;
  }
  header .mobile .login svg {
    margin: 0 20px;
  }
  header .mobile .login:hover svg {
    fill: #fecc39;
  }
  header .mobile .links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  header .mobile .links a {
    padding: 12px;
    background-color: #343434;
    color: #fecc39;
  }
  header .mobile .lang {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: auto auto 0;
  }
  header .mobile .another {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  header .mobile .another a {
    font-family: "Unbounded", serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
  }
  header .mobile .social {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0 auto;
  }
  header .btn {
    display: block;
  }
  header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  header .logged .logged_modal {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  header {
    padding: 20px;
  }
  header .login {
    display: none;
  }
  header .logged .new_project {
    display: none;
  }
  header .logged .logged_modal {
    max-width: 100%;
    padding: 20px;
  }
}
@-webkit-keyframes blinking {
  0% {
    background-color: #343434;
  }
  50% {
    background-color: #fecc39;
  }
  100% {
    background-color: #343434;
  }
}
@keyframes blinking {
  0% {
    background-color: #343434;
  }
  50% {
    background-color: #fecc39;
  }
  100% {
    background-color: #343434;
  }
}
.under_header {
  padding: 0 40px;
  position: relative;
  height: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.under_header.empty {
  background-color: #414141;
  height: 104px;
}
.under_header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.under_header h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .under_header {
    height: 144px;
  }
  .under_header h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.interest {
  background-color: #414141;
  border-top: 1px solid #343434;
}
.interest .block {
  padding: 80px 0;
}
.interest .block h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.interest .block .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.interest .block .cards .project_item {
  width: calc((100% - 60px) / 3);
}

@media (max-width: 1250px) {
  .interest .block {
    padding: 40px 0;
  }
  .interest .block .cards .project_item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .interest .block {
    padding: 20px 0;
  }
  .interest .block .cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .interest .block .cards .project_item {
    max-width: 460px;
    width: 100%;
  }
}
.advertising {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advertising .item {
  width: 50%;
  min-height: 500px;
  padding: 40px 40px 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.advertising .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.advertising .item img.black_and_white {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.advertising .item h4 {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
}
.advertising .item a {
  position: relative;
  z-index: 1;
  width: 300px;
}

@media (max-width: 1024px) {
  .advertising {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advertising .item {
    width: 100%;
    padding: 40px;
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .advertising .item {
    padding: 20px;
    gap: 20px;
  }
  .advertising .item h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .advertising .item a {
    width: 100%;
  }
}
.advertising2 {
  background-color: #fffcf5;
  border-bottom: 1px solid #343434;
}
.advertising2 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advertising2 .block > div {
  width: 50%;
  min-height: 400px;
  position: relative;
  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;
}
.advertising2 .block > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.advertising2 .block > div div {
  position: relative;
  z-index: 1;
  width: 83.3%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
.advertising2 .block > div div .btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin-top: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .advertising2 .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advertising2 .block > div {
    width: 100%;
  }
  .advertising2 .block > div:last-child {
    display: none;
  }
}
.current_news {
  width: 100%;
  background-color: #fff;
}
.current_news .block {
  padding: 80px 0;
}
.current_news .block .title {
  margin-bottom: 30px;
}
.current_news .block .title p {
  color: #fecc39;
}
.current_news .block .title h4 {
  margin: 10px 0 0;
}
.current_news .block .btn {
  display: block;
  margin: 30px auto 0;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.current_news .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.current_news .item {
  width: 30.5%;
  position: relative;
}
.current_news .item h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}
.current_news .item::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  opacity: 0;
  background:
    url("../../../img/bracket.svg") no-repeat 50%,
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background:
    url("../../../img/bracket.svg") no-repeat 50%,
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background:
    url("../../../img/bracket.svg") no-repeat 50%,
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.current_news .item:hover::before {
  opacity: 1;
}
.current_news .item:hover h6 {
  color: #fecc39;
}
.current_news .item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.current_news .item p {
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .current_news .block {
    padding: 40px 0;
  }
  .current_news .block .cont {
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
    gap: 30px;
  }
  .current_news .block .cont a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .current_news .block {
    padding: 20px 0;
  }
  .current_news .block h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pagin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}
.pagin .prev,
.pagin .next {
  width: 48px;
  height: 48px;
  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: url("../../../img/arrow.svg") no-repeat 50%;
}
.pagin .prev:hover,
.pagin .next:hover {
  background: url("../../../img/arrow.svg") no-repeat 100% 50%;
}
.pagin .prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pagin .dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagin .dots .slick-dots li {
  list-style: none;
}
.pagin .dots .slick-dots li button {
  width: 48px;
  height: 48px;
  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;
  font-size: 0;
}
.pagin .dots .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #343434;
}
.pagin .dots .slick-dots li.slick-active button::before {
  background-color: #343434;
}
.pagin.white .prev,
.pagin.white .next {
  background: url("../../../img/arrow_white.svg") no-repeat 50%;
}
.pagin.white .prev:hover,
.pagin.white .next:hover {
  background: url("../../../img/arrow_white.svg") no-repeat 100% 50%;
}
.pagin.white .dots .slick-dots li button::before {
  border: 1px solid #fff;
}
.pagin.white .dots .slick-dots li.slick-active button::before {
  background-color: #fff;
}

.project_description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}
.project_description .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.project_description .img {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #343434;
}
.project_description .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.project_description .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project_description .tags a {
  padding: 2px 8px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
}
.project_description .tags a:hover {
  background-color: #fecc39;
}

@media (max-width: 1024px) {
  .project_description .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project_description .block .project_item {
    width: 100%;
    position: relative;
    top: initial;
    margin-bottom: 20px;
  }
  .project_description .block .cont {
    max-width: 100%;
    margin-left: 0;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .project_description .block .cont {
    gap: 20px;
  }
}
footer {
  background-color: #fffcf5;
  padding: 0 40px;
}
footer .block {
  max-width: 1760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 80px 0;
}
footer .block .top .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #414141;
  padding: 30px;
}
footer .block .top .title h5 {
  color: #fff;
}
footer .block .top .title a {
  margin-right: auto;
}
footer .block .top .title a h5 {
  color: #fecc39;
}
footer .block .top .title a:hover h5 {
  color: #fff;
}
footer .block .top .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background-color: #fecc39;
}
footer .block .top .cont h6,
footer .block .top .cont p,
footer .block .top .cont a {
  text-align: center;
}
footer .block .top .cont > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
footer .block .top .cont > div div {
  width: 200px;
}
footer .block .top .cont > div div img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  margin: 0 auto 12px;
}
footer .block .top .cont > div div p {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
footer .block .top .cont button {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fecc39;
  background-color: #343434;
  padding: 20px;
  width: 300px;
  white-space: nowrap;
}
footer .block .top .cont button:hover {
  color: #343434;
  background-color: transparent;
}
footer .block .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 4px;
}
footer .block .middle div {
  padding: 30px;
  width: calc((100% - 8px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  background-color: #fffcf5;
}
footer .block .middle div a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
footer .block .middle div a h6 {
  color: #414141;
}
footer .block .middle div a:hover {
  color: #fecc39;
}
footer .block .middle div a:hover h6 {
  color: #fecc39;
}
footer .block .bottom .info {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 30px;
  padding: 30px;
}
footer .block .bottom .info p {
  font-size: 14px;
  line-height: 20px;
}
footer .block .bottom .info p:nth-child(1) {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
}
footer .block .bottom .info a {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
footer .block .bottom .info a:hover {
  color: #fecc39;
}
footer .block .bottom .info a:hover svg {
  fill: #fecc39;
}
footer .block .bottom .info a svg {
  fill: #000;
}
footer .block .bottom .info a svg + span {
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
footer .block .bottom .copyright {
  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;
  margin-top: 30px;
}
footer .block .bottom .copyright .social a svg {
  fill: #000;
}
footer .block .bottom .copyright .social a:hover svg {
  fill: #fecc39;
}
footer .block .bottom .copyright p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
footer .block .bottom .copyright p::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/copyright.svg") no-repeat 50%;
}

@media (max-width: 767px) {
  footer {
    padding: 0 20px;
  }
  footer .block {
    padding: 20px 0;
    gap: 20px;
  }
  footer .block .top .title {
    padding: 20px;
    gap: 12px;
  }
  footer .block .top .title h5 {
    font-size: 18px;
    line-height: 24px;
  }
  footer .block .top .cont {
    padding: 20px;
    gap: 12px;
  }
  footer .block .top .cont > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  footer .block .top .cont > div div {
    width: 100%;
  }
  footer .block .middle {
    padding: 4px;
  }
  footer .block .middle div {
    width: 100%;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  footer .block .middle div a:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
  footer .block .bottom .info {
    padding: 20px;
  }
  footer .block .bottom .copyright {
    margin-top: 20px;
  }
  footer .block .bottom .copyright .social {
    gap: 60px;
  }
}
.feats {
  background-color: #414141;
}
.feats .block {
  padding: 80px 0;
}
.feats .block h2 {
  color: #fff;
  margin-bottom: 30px;
}
.feats .block .wrap {
  max-width: 100%;
  overflow: auto;
  padding-bottom: 40px;
}
.feats .block .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  position: relative;
}
.feats .block .cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.feats .block .cont .item {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 430px;
  height: 600px;
  border-right: 30px solid #414141;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.feats .block .cont .item h5,
.feats .block .cont .item h6,
.feats .block .cont .item p {
  color: #fff;
}
.feats .block .cont .item h5 {
  margin-bottom: auto;
}
.feats .block .cont .item:last-child {
  border-right: none;
}

@media (max-width: 1024px) {
  .feats .block {
    padding-top: 40px;
  }
  .feats .block h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .feats .block .wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .feats .block {
    padding: 20px 0;
  }
  .feats .block h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .feats .block .wrap {
    padding-bottom: 20px;
  }
  .feats .block .wrap .cont {
    background-position: 40%;
  }
}
.invasion {
  background: url("../../../img/main/invasion.webp");
  background-size: cover;
}
.invasion .block {
  padding: 80px 0;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.invasion .block h5 {
  color: #fff;
}
.invasion .block h5:first-child {
  color: #414141;
  -webkit-filter: drop-shadow(0 0 5px #fff);
  filter: drop-shadow(0 0 5px #fff);
}
.invasion .block p {
  color: #fff;
}
.invasion .block p:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
}
.invasion .block img {
  width: 67px;
}

@media (max-width: 767px) {
  .invasion .block {
    padding: 20px 0;
    gap: 20px;
  }
  .invasion .block h5:not(:first-child) {
    font-size: 18px;
    line-height: 24px;
  }
}
.purpose {
  position: relative;
}
.purpose img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.purpose .block {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  min-height: 100vh;
}
.purpose .block h2 {
  margin-bottom: 10px;
}
.purpose .block h2,
.purpose .block h5,
.purpose .block p {
  max-width: 600px;
  width: 100%;
  text-align: right;
  color: #fff;
}

@media (max-width: 768px) {
  .purpose .block {
    padding: 40px 0;
  }
  .purpose .block h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 550px) {
  .purpose .block {
    padding: 20px 0;
    gap: 12px;
  }
  .purpose .block h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }
  .purpose .block h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.project_implementation {
  position: relative;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(65, 65, 65)),
    color-stop(25%, rgba(65, 65, 65, 0)),
    color-stop(75%, rgba(65, 65, 65, 0)),
    to(rgb(65, 65, 65))
  );
  background: -o-linear-gradient(
    bottom,
    rgb(65, 65, 65) 0%,
    rgba(65, 65, 65, 0) 25%,
    rgba(65, 65, 65, 0) 75%,
    rgb(65, 65, 65) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(65, 65, 65) 0%,
    rgba(65, 65, 65, 0) 25%,
    rgba(65, 65, 65, 0) 75%,
    rgb(65, 65, 65) 100%
  );
}
.project_implementation img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.project_implementation .block {
  padding: 80px 0;
}
.project_implementation .block h2,
.project_implementation .block h5,
.project_implementation .block p {
  color: #fff;
}
.project_implementation .block h2 {
  margin-bottom: 60px;
}
.project_implementation .block .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project_implementation .block .cont div {
  width: calc((100% - 120px) / 3);
}
.project_implementation .block .cont div h5 {
  margin-bottom: 12px;
}
.project_implementation .block .cont a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #fecc39;
  color: #343434;
  width: 300px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  margin: 0 auto;
}
.project_implementation .block .cont a:hover {
  background-color: #fff;
}

@media (max-width: 1024px) {
  .project_implementation .block {
    padding: 40px 0;
  }
  .project_implementation .block h2 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 60px;
  }
  .project_implementation .block .cont {
    gap: 30px;
  }
  .project_implementation .block .cont div {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 768px) {
  .project_implementation .block .cont div {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .project_implementation .block {
    padding: 20px 0;
  }
  .project_implementation .block h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }
  .project_implementation .block h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.result {
  background-color: #414141;
}
.result .block {
  padding: 280px 0 80px;
}
.result .block .cont {
  padding: 260px 60px 60px;
  background-color: #fff;
  position: relative;
}
.result .block .cont .img {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 2;
  max-width: 940px;
  width: 100%;
  height: 400px;
  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;
}
.result .block .cont .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.result .block .cont .img h2 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.result .block .cont .text {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.result .block .cont .text hr {
  width: 200px;
  height: 1px;
  background-color: #000;
}

@media (max-width: 1024px) {
  .result .block {
    padding: 40px 0;
  }
  .result .block .cont {
    padding: 0 40px 40px;
  }
  .result .block .cont .img {
    position: relative;
    top: initial;
    right: initial;
    width: calc(100% + 80px);
    margin: 0 0 40px -40px;
    height: 292px;
  }
  .result .block .cont .img h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .result .block {
    padding: 20px 0;
  }
  .result .block .cont {
    padding: 0 20px 20px;
  }
  .result .block .cont .img {
    width: calc(100% + 40px);
    margin: 0 0 20px -20px;
    height: 200px;
  }
  .result .block .cont .img h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .result .block .cont .text h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.idArtUa {
  position: relative;
}
.idArtUa > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.idArtUa .block {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.idArtUa .block .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.idArtUa .block .cont p,
.idArtUa .block .cont h3 {
  color: #fff;
}
.idArtUa .block .cont div {
  position: relative;
  width: calc((100% - 60px) / 2);
}
.idArtUa .block .cont div img {
  position: absolute;
  left: 0;
  bottom: calc(100% + 30px);
}
.idArtUa .block .cont div:last-child {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1024px) {
  .idArtUa {
    background-color: #000;
  }
  .idArtUa > img {
    position: relative;
    z-index: 1;
    height: initial;
    -o-object-fit: contain;
    object-fit: contain;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .idArtUa .block {
    padding: 0 0 80px;
    height: initial;
  }
  .idArtUa .block .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .idArtUa .block .cont div {
    width: 100%;
  }
  .idArtUa .block .cont div img {
    position: relative;
    left: 0;
    bottom: initial;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .idArtUa > img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .idArtUa .block {
    padding: 0 0 20px;
  }
  .idArtUa .block .cont {
    gap: 20px;
  }
  .idArtUa .block .cont div img {
    margin-bottom: 20px;
  }
  .idArtUa .block .cont div h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.main_events {
  position: relative;
}
.main_events > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.main_events .block {
  padding: 118px 0;
}
.main_events .block h6,
.main_events .block h2 {
  color: #fff;
  text-align: center;
}
.main_events .block h2 {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .main_events .block {
    padding: 40px 0;
  }
  .main_events .block h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 650px) {
  .main_events .block {
    padding: 20px 0;
  }
  .main_events .block h2 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
.main_project {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.main_project::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../../../img/main/cut_paper.webp") no-repeat 50% 100%;
  background-size: cover;
  z-index: 0;
}
.main_project > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.main_project .block {
  padding: 80px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.main_project .block img {
  -o-object-fit: cover;
  object-fit: cover;
}
.main_project .block .text {
  padding-left: 60px;
  border-left: 1px solid #fecc39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.main_project .block .text p,
.main_project .block .text h6 {
  color: #fff;
}

@media (max-width: 1024px) {
  .main_project .block {
    padding: 40px 0 80px;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_project .block img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .main_project .block .text {
    padding-left: 0;
    border-left: none;
    padding-top: 1px solid #fecc39;
  }
}
.artists_head {
  background-color: #414141;
}
.artists_head .title {
  position: relative;
}
.artists_head .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% + 80px);
  left: -40px;
  height: 60px;
  background: url("../../../img/main/cut_paper.webp") no-repeat 50% 100% #fff;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.artists_head .title .block {
  padding: 80px 0 160px;
  color: #fff;
  text-align: center;
}
.artists_head .title .block h4 {
  margin: 12px 0;
}
.artists_head.tall .block {
  padding: 184px 0 160px;
}

@media (max-width: 767px) {
  .artists_head .title::after {
    width: calc(100% + 40px);
    left: -20px;
  }
  .artists_head .title .block {
    padding: 40px 0 80px;
  }
  .artists_head.tall .block {
    padding: 144px 0 80px;
  }
}
@media (max-width: 650px) {
  .artists_head .title .block {
    padding: 20px 0 70px;
  }
  .artists_head .title .block h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .artists_head.tall .block {
    padding: 124px 0 70px;
  }
}
.artists ::-webkit-scrollbar {
  height: 0;
}
.artists .block {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
.artists .block .logos {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artists .block .logos div {
  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: 120px;
  height: 90px;
}
.artists .block .logos div img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.artists .block .logos h6 {
  width: 100%;
  text-align: center;
}
.artists .block .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.artists .block .item .top img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.artists .block .item .top a {
  width: 24px;
  height: 24px;
  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;
}
.artists .block .item .top a svg {
  fill: #000;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.artists .block .item .top a:hover h6 {
  color: #fecc39;
}
.artists .block .item .top a:hover svg {
  fill: #fecc39;
}
.artists .block .item .top a.exhibition {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: initial;
  gap: 25px;
  padding: 12px 0;
  margin: 12px 0;
}
.artists .block .item .top a.exhibition svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
.artists .block .item .top a.exhibition:hover svg {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.artists .block .item .museum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  overflow: auto;
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #d9dadd;
  border-bottom: 1px solid #d9dadd;
}
.artists .block .item .museum .unit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.artists .block .item .museum .unit .pict {
  width: 48px;
  height: 48px;
  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;
}
.artists .block .item .museum .unit .pict img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.artists .block .item .museum .unit .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.artists .block .item .museum .unit .text p:last-child {
  font-size: 14px;
  line-height: 20px;
}
.artists .block .item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.artists .block .item .cont.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.artists .block .item .cont div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.artists .block .item .cont div p {
  font-size: 14px;
  line-height: 20px;
}
.artists .block .item .cont div img {
  user-drag: none; /* Забороняє перетягування елементів */
  -webkit-user-drag: none;
}
.artists .block .btn {
  padding: 20px;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .artists .block {
    padding: 40px 0;
    gap: 40px;
  }
  .artists .block .logos {
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .artists .block {
    padding: 20px 0;
    gap: 20px;
  }
  .artists .block .logos {
    gap: 20px;
  }
  .artists .block .item .top {
    gap: 12px;
    margin-bottom: 20px;
  }
  .artists .block .item .top img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .artists .block .item .top div h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .artists .block .item .top div .exhibition {
    padding: 0;
  }
  .artists .block .item .museum {
    gap: 30px;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
.collected {
  background-color: #414141;
}
.collected .block {
  padding: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collected .block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.collected .block .title p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.collected .block .title h2 {
  color: #fecc39;
  font-size: 100px;
  line-height: 110px;
}
.collected .block .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  max-width: 600px;
}
.collected .block .total {
  max-width: 755px;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #fecc39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.collected .block .total p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.collected .block .graph {
  width: 100%;
  background-color: #343434;
  padding: 30px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid #fecc39;
}
.collected .block .graph .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collected .block .graph .buttons button {
  width: 44px;
  height: 44px;
  text-align: center;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fecc39;
}
.collected .block .graph .buttons button.active {
  color: #343434;
  background-color: #fecc39;
}
.collected .block .graph p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.collected .block .graph .chart_container {
  width: 100%;
  height: 248px;
}

@media (max-width: 1024px) {
  .collected .block {
    padding: 0 0 40px;
    gap: 30px;
  }
  .collected .block .title h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .collected .block .graph {
    overflow: auto;
  }
  .collected .block .graph .chart_container {
    width: 867px;
  }
  .collected .block .total {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .collected .block .total h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .collected .block {
    padding: 0 0 20px;
    gap: 20px;
  }
  .collected .block .title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .collected .block .graph {
    padding: 20px;
  }
  .collected .block .total h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.donate_page {
  background-color: #414141;
}
.donate_page .block {
  padding: 40px 0 80px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.donate_page .block p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.donate_page .block h6 {
  width: 100%;
  color: #fff;
  text-align: center;
}
.donate_page .block .crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.donate_page .block .crumbs a,
.donate_page .block .crumbs p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.donate_page .block .crumbs a:hover {
  color: #fecc39;
}
.donate_page .block .crumbs p {
  opacity: 0.5;
}
.donate_page .block .name h4 {
  color: #fff;
  margin-bottom: 12px;
}
.donate_page .block .progress {
  padding-top: 40px;
  border-top: 1px solid #fecc39;
}
.donate_page .block .progress p {
  text-transform: uppercase;
}
.donate_page .block .progress .money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 12px 0 22px;
}
.donate_page .block .progress .money h3 {
  color: #fff;
  position: relative;
}
.donate_page .block .progress .money h3 span {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "Wix Madefor Display", serif;
  font-weight: 400;
}
.donate_page .block .progress .money h5 {
  color: #fecc39;
  margin-bottom: 5px;
}
.donate_page .block .progress .bar {
  height: 20px;
  border-radius: 10px;
  border: 2px solid #272727;
  background-color: #272727;
}
.donate_page .block .progress .bar span {
  display: block;
  height: 100%;
  border-radius: 8px;
  background-color: #fecc39;
}
.donate_page .block .text_box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.donate_page .block .w400 {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto;
}
.donate_page .block .cell {
  padding-top: 40px;
  border-top: 1px solid #fecc39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.donate_page .block .cell .input {
  width: 100%;
}
.donate_page .block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.donate_page .block form .method .btn {
  width: 100%;
  padding: 20px;
}
.donate_page .block form .method hr {
  width: 100%;
  height: 1px;
  background-color: #272727;
}
.donate_page .block form .currency {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.donate_page .block form .btn {
  width: 100%;
  padding: 20px;
}
.donate_page .block form .btn.w3 {
  width: calc((100% - 24px) / 3);
}
.donate_page .block form .btn.w2 {
  width: calc((100% - 12px) / 2);
}
.donate_page .block form .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 28px 0 0;
}
.donate_page .block form .cards div {
  width: 48px;
  height: 24px;
  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-color: #fff;
}
.donate_page .block form .btn_decor {
  width: 100%;
  margin-top: 28px;
}
.donate_page .block form .btn_decor p {
  color: #343434;
}
.donate_page .block .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
}
.donate_page .block .soc a {
  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: 44px;
  height: 44px;
  background-color: #343434;
}
.donate_page .block .soc a svg {
  fill: #fecc39;
}
.donate_page .block .soc a:hover {
  background-color: #fecc39;
}
.donate_page .block .soc a:hover svg {
  fill: #343434;
}

@media (max-width: 650px) {
  .donate_page .block {
    padding: 20px 0;
    gap: 20px;
  }
  .donate_page .block .name h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .donate_page .block .progress {
    padding-top: 20px;
  }
  .donate_page .block .progress .money h3,
  .donate_page .block .progress .money h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .donate_page .block .progress .money h5 {
    margin: 0;
  }
  .donate_page .block .cell {
    padding-top: 20px;
  }
  .donate_page .block .w400 {
    max-width: 440px;
  }
  .donate_page .block form {
    gap: 20px;
  }
  .donate_page .block form .cards,
  .donate_page .block form .btn_decor {
    margin: 8px 0 0;
  }
}
.faq {
  background-color: #414141;
}
.faq .block {
  padding: 40px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.faq .block .title {
  width: 100%;
}
.faq .block .title p {
  color: #fecc39;
}
.faq .block .title h4 {
  color: #fff;
  margin-top: 10px;
}
.faq .block .side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: sticky;
  top: 12px;
}
.faq .block .side .item button {
  width: 100%;
  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;
  gap: 8px;
  padding: 12px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #343434;
  color: #fff;
  margin-bottom: 12px;
}
.faq .block .side .item button span {
  width: 20px;
  height: 20px;
  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;
}
.faq .block .side .item button span svg {
  fill: #fff;
}
.faq .block .side .item button:hover {
  background-color: #fecc39;
  color: #343434;
}
.faq .block .side .item button:hover span svg {
  fill: #343434;
}
.faq .block .side .item button.on span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .block .side .item .drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  max-height: 0;
  overflow: hidden;
}
.faq .block .side .item .drop.on {
  max-height: 500px;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.faq .block .cont {
  width: calc(100% - 330px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.faq .block .cont.w100 {
  width: 100%;
}
.faq .block .cont .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-left: 12px;
  border: 2px solid #272727;
}
.faq .block .cont .item .head div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 24px;
  height: 24px;
}
.faq .block .cont .item .head h6 {
  padding: 12px 0;
  width: 100%;
  color: #fff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.faq .block .cont .item .head button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: 2px solid #272727;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq .block .cont .item .head button span {
  width: 60px;
  height: 60px;
  background-color: #fecc39;
  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;
}
.faq .block .cont .item .head button span svg {
  fill: #343434;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .block .cont .item .head button.on span svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq .block .cont .item .drop {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.faq .block .cont .item .drop div {
  background-color: #272727;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
}
.faq .block .cont .item .drop.on {
  max-height: 100%;
}
.faq .btn {
  display: block;
  margin: -40px auto 0;
  max-width: 300px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq .block {
    padding: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq .block .side {
    position: relative;
    top: initial;
  }
  .faq .block .cont {
    width: 100%;
  }
  .faq .btn {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .faq .block {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq .block .title h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .faq .block .cont .item .drop div {
    padding: 12px;
  }
}
.hero {
  position: relative;
  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;
  height: 100vh;
  width: 100%;
}
.hero video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 1338px;
  width: 100%;
}

@media (max-width: 830px) {
  .hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.donates {
  background-color: #414141;
}
.donates .block {
  padding: 80px 0;
}
.donates .block .title {
  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;
  gap: 12px;
  padding: 12px;
  background-color: #343434;
}
.donates .block .title h6 {
  color: #fff;
}
.donates .block h2 {
  color: #fff;
  margin: 60px 0;
}
.donates .block .offer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
}
.donates .block .offer .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.donates .block .offer .text p {
  color: #fff;
}
.donates .block .offer .don {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.donates .block .offer .don .btn_decor {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
}
.donates .block .offer .don .cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.donates .block .offer .don .cards div {
  width: 48px;
  height: 24px;
  background-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;
  padding: 3px;
}
.donates .block .offer .don .cards div img {
  max-width: 100%;
  max-height: 100%;
}
.donates .block .offer .don .question {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.donates .block .offer .don .question p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.donates .block .offer .don .question a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.donates .block .offer .don .question a:hover {
  color: #fecc39;
}
.donates .block .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.donates .block .items .project_item {
  min-width: 460px;
  width: calc((100% - 60px) / 3);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.donates .block .btn {
  width: 300px;
  padding: 20px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

@media (max-width: 1350px) {
  .donates .block h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .donates .block .offer .don {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .donates .block {
    padding: 40px 0;
  }
  .donates .block .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .donates .block .title h6 {
    text-align: center;
  }
  .donates .block .title a {
    width: 100%;
  }
  .donates .block h2 {
    margin: 30px 0;
    font-size: 30px;
    line-height: 40px;
  }
  .donates .block .items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 40px;
  }
  .donates .block .items .project_item {
    min-width: initial;
    width: 100%;
    max-width: 440px;
  }
  .donates .block .offer {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .donates .block .items .project_item {
    width: calc(100vw - 40px);
  }
}
.partners {
  background-color: #414141;
}
.partners .block {
  padding: 80px 0;
  color: #fff;
}
.partners .block h2 {
  text-align: center;
  margin-bottom: 30px;
}
.partners .block .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow: auto;
  padding-bottom: 40px;
}
.partners .block .cont div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  height: 400px;
  background-color: #343434;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.partners .block .cont div img {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 100px;
  margin-bottom: auto;
}
.partners .block .cont div p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .partners .block {
    padding: 40px 0;
  }
  .partners .block h2 {
    text-align: left;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 650px) {
  .partners .block {
    padding: 20px 0;
  }
  .partners .block h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .partners .block .cont {
    padding-bottom: 30px;
  }
}
.profile {
  background-color: #414141;
}
.profile .block {
  padding: 40px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.profile .block .create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  color: #fff;
}
.profile .block .create .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.profile .block .create .text p {
  text-align: center;
}
.profile .block .create a {
  max-width: 300px;
  width: 100%;
}
.profile .block .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.profile .block .person .img img {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  border: 2px solid #fecc39;
}
.profile .block .person p {
  font-size: 14px;
  line-height: 20px;
}
.profile .block .person .another_projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .block .person .another_projects a div svg {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.profile .block .person .teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.profile .block .person .teams a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.profile .block .person .teams a img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.profile .block .person .teams a:hover {
  color: #fecc39;
}
.profile .block .person .white {
  max-width: 300px;
  width: 100%;
  margin-top: 28px;
}
.profile .block .person .white div svg {
  width: 20px;
}
.profile .block nav {
  padding-top: 30px;
  border-top: 1px solid #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .block nav a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.profile .block nav a:hover {
  color: #fecc39;
}
.profile .block nav a.on {
  pointer-events: none;
  color: #fecc39;
}
.profile .block nav a.submit::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  -webkit-animation: blinking 3s infinite;
  animation: blinking 3s infinite;
}
.profile .block .sort {
  padding: 18px 30px;
  background-color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.profile .block .sort .item {
  position: relative;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 12px;
  cursor: pointer;
}
.profile .block .sort .item svg {
  fill: #fff;
}
.profile .block .sort .item .drop_menu {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid transparent;
}
.profile .block .sort .item:hover {
  background-color: #fecc39;
  color: #343434;
}
.profile .block .sort .item:hover svg {
  fill: #343434;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile .block .sort .item:hover .drop_menu {
  opacity: 1;
  pointer-events: all;
}
.profile .block .sort .item:last-child .drop_menu {
  left: initial;
  right: 0;
}
.profile .block .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.profile .block .cards .project_item {
  width: calc((100% - 60px) / 3);
}
.profile .block .cards .project_unit {
  width: calc((100% - 60px) / 3);
}
.profile .block .cards .project_unit a img {
  width: 100%;
  height: initial;
  aspect-ratio: 460/316;
}
.profile .block .cards .author_item .project_unit {
  width: initial;
}
.profile .block .cards .author_item .project_unit .img a img {
  width: 400px;
  height: 300px;
}
.profile .block .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #343434;
}
.profile .block .soc a {
  min-width: 24px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 24px;
  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;
  gap: 6px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.profile .block .soc a svg {
  fill: #fecc39;
}
.profile .block .soc a:hover {
  color: #fecc39;
  background-color: #242424;
}
.profile .block .description_yourself {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}
.profile .block .description_yourself div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile .block .description_yourself div .name {
  font-size: 14px;
  line-height: 20px;
}
.profile .block .description_yourself div .btn {
  padding: 20px;
  width: 300px;
}
.profile .block .description_yourself div.title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  padding: 30px;
  background-color: #343434;
}
.profile .block .description_yourself div.title::before {
  content: "";
  width: 24px;
  height: 24px;
  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: url("../../../img/earth2.svg") no-repeat 50%;
}
.profile .block .supported_projects {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.profile .block .supported_projects label {
  padding: 20px 12px;
  width: 400px;
  margin: 0 auto;
}
.profile .block .supported_projects .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 30px;
  padding: 30px;
  background-color: #343434;
}
.profile .block .supported_projects .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.profile .block .supported_projects .item div:first-child {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.profile .block .supported_projects .item div:first-child a {
  color: #fff;
  width: 100%;
}
.profile .block .supported_projects .item div:first-child a:hover {
  color: #fecc39;
}
.profile .block .supported_projects .item div:first-child a:last-child {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 16px;
}
.profile .block .supported_projects .item div:first-child img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #272727;
}
.profile .block .supported_projects .item div:last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile .block .supported_projects .item div:last-child img {
  width: 24px;
  height: 24px;
}
.profile .block .supported_projects .item div:last-child button {
  width: 24px;
  height: 24px;
  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;
}
.profile .block .supported_projects .item div:last-child button svg {
  fill: #fff;
}
.profile .block .supported_projects .item div:last-child button:hover {
  background-color: #fecc39;
}
.profile .block .supported_projects .item.wait div h6 {
  opacity: 0.2;
}
.profile .block .notifications {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.profile .block .notifications .item {
  padding: 30px;
  background-color: #343434;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.profile .block .notifications .item.gold {
  background-color: #fecc39;
}
.profile .block .notifications .item.gold .proj .name a {
  color: #343434;
}
.profile .block .notifications .item.gold .proj .name a:hover {
  color: #fff;
}
.profile .block .notifications .item.gold .proj .disc {
  color: #343434;
}
.profile .block .notifications .item.gold .delete svg {
  fill: #343434;
}
.profile .block .notifications .item.gold .delete:hover {
  background-color: #fff;
}
.profile .block .notifications .item.new {
  border: 1px solid #fecc39;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.profile .block .notifications .item .tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
  padding: 2px;
}
.profile .block .notifications .item .tag img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile .block .notifications .item .delete {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
  margin-left: auto;
}
.profile .block .notifications .item .delete svg {
  fill: #fff;
}
.profile .block .notifications .item .delete:hover {
  background-color: #fecc39;
}
.profile .block .notifications .item .who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile .block .notifications .item .who img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #272727;
}
.profile .block .notifications .item .who a {
  color: #fff;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.profile .block .notifications .item .who a:hover {
  color: #fecc39;
}
.profile .block .notifications .item .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.profile .block .notifications .item .buttons button {
  margin: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.profile .block .notifications .item .proj {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  color: #fff;
}
.profile .block .notifications .item .proj .name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile .block .notifications .item .proj .name img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.profile .block .notifications .item .proj .name img.command {
  height: 200px;
  border-radius: 100px;
}
.profile .block .notifications .item .proj .name a {
  height: 40px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}
.profile .block .notifications .item .proj .name a:hover {
  color: #fecc39;
}
.profile .block .notifications .item .proj .disc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.profile .block .notifications .item .proj .disc p span {
  font-family: "Unbounded", serif;
  font-weight: 600;
}
.profile .block .notifications .item .proj .disc h4 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #fecc39;
  position: relative;
}
.profile .block .notifications .item .proj .disc h4 span {
  color: #fff;
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-family: "Wix Madefor Display", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.profile .block .notifications .item .proj .disc .money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.profile .block .notifications .item .proj .disc .money h4 {
  color: #fff;
}
.profile .block .notifications .item .proj .disc .money h6 {
  color: #fecc39;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.profile .block .notifications .item .proj .disc .bar {
  height: 10px;
  border: 1px solid #272727;
  background-color: #272727;
  border-radius: 5px;
  margin: 8px 0;
}
.profile .block .notifications .item .proj .disc .bar span {
  display: block;
  height: 100%;
  border-radius: 4px;
  background-color: #fecc39;
}
.profile .block .notifications .item .request {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.profile .block .notifications .item .request .title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.profile .block .notifications .messenger {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px;
  background-color: #343434;
}
.profile .block .notifications .messenger .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.profile .block .notifications .messenger .head img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile .block .notifications .messenger .head h6 {
  width: 100%;
  color: #fff;
}
.profile .block .notifications .messenger .head button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
}
.profile .block .notifications .messenger .head button.chat_enter {
  background: url("../../../img/enter.svg") no-repeat 50%;
}
.profile .block .notifications .messenger .head button.chat_enter:hover {
  background-color: #fecc39;
}
.profile .block .notifications .messenger .head button.chat_leave svg {
  fill: #fff;
}
.profile .block .notifications .messenger .head button.chat_leave:hover {
  background-color: #fecc39;
}
.profile .block .notifications .messenger form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  height: 84px;
  overflow: hidden;
}
.profile .block .notifications .messenger form.on {
  height: initial;
  overflow: initial;
}
.profile .block .notifications .messenger form .message {
  padding: 18px 12px;
  background-color: #272727;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
}
.profile .block .notifications .messenger form .message p {
  width: 100%;
}
.profile .block .notifications .messenger form .message span {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}
.profile .block .notifications .messenger form .message.admin::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../../../img/moder.svg") no-repeat 50%;
  background-size: 20px;
}
.profile .block .notifications .messenger form .message.user::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../../../img/check_yellow.svg") no-repeat 50%;
  background-size: 16px;
}
.profile .block .notifications .messenger form .message.user p {
  text-align: right;
}
.profile .block .notifications .messenger form .message.user img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #fecc39;
}
.profile .block .notifications .messenger form .message.user span {
  left: initial;
  right: 0;
}
.profile .block .notifications .messenger form label {
  padding: 18px 12px;
  background-color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.profile .block .notifications .messenger form label input {
  display: block;
  width: 100%;
  text-align: right;
  color: #fff;
}
.profile .block .notifications .messenger form label img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #fecc39;
}
.profile .block .empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.profile .block .empty .img {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 4/3;
  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;
  padding: 12px;
}
.profile .block .empty .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile .block .empty .btn_decor {
  max-width: 300px;
  width: 100%;
}
.profile .block .catalogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile .block .catalogs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.profile .block .catalogs .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background-color: #343434;
}
.profile .block .catalogs .item .name {
  width: 100%;
}
.profile .block .catalogs .item .name h6 {
  color: #fff;
}
.profile .block .catalogs .item .link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 324px;
}
.profile .block .catalogs .item .link a {
  width: 100%;
}
.profile .block .catalogs .item .link a div svg {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.profile .block .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.profile .block .services .item {
  width: calc(50% - 15px);
}
.profile .block .services .item .img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.profile .block .services .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.profile .block .services .item .img h6 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #fecc39;
  color: #000;
  padding: 38px 20px;
}
.profile .block .services .item h5 {
  border: 20px solid #343434;
  height: 120px;
  background-color: #343434;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile .block .services .item a {
  max-width: 100%;
}
.profile .block .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .block .team .item {
  width: calc(50% - 15px);
  aspect-ratio: 1;
  padding: 30px;
  background-color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}
.profile .block .team .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.profile .block .team .item .head img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.profile .block .team .item .head .name {
  font-family: "Unbounded", serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  width: 100%;
  color: #fff;
}
.profile .block .team .item .head .name:hover {
  color: #fecc39;
}
.profile .block .team .item .head .bttn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  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;
}
.profile .block .team .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-left: 60px;
}
.profile .block .team .item .members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 60px;
}
.profile .block .team .item .members a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.profile .block .team .item .members a img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #272727;
}
.profile .block .team .item .members a span {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.profile .block .team .item .members a:hover span {
  color: #fecc39;
}
.profile .block .team .item .members a.on {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.profile .block .team .item .members a.on img {
  border: 2px solid #fecc39;
}
.profile .block .yellow {
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
}
.profile .block .purchases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.profile .block .purchases .checkbox {
  max-width: 400px;
  width: 100%;
}
.profile .block .purchases .delete {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
}
.profile .block .purchases .delete svg {
  fill: #fff;
}
.profile .block .purchases .delete:hover {
  background-color: #fecc39;
}
.profile .block .purchases .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px;
  background-color: #343434;
}
.profile .block .purchases .item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  height: 150px;
  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-color: #272727;
}
.profile .block .purchases .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile .block .purchases .item .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.profile .block .purchases .item .info h6 {
  color: #fecc39;
}
.profile .block .purchases .item .info h6.title {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.profile .block .purchases .item .info p {
  font-size: 12px;
  line-height: 16px;
}
.profile .block .purchases .item .info p.date {
  font-size: 14px;
  line-height: 20px;
}
.profile .block .purchases .donate {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px;
  border: 1px solid #fecc39;
  color: #fff;
}
.profile .block .purchases .donate .cont {
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-right: auto;
}
.profile .block .purchases .donate .cont .checkbox {
  max-width: 600px;
}
.profile .block .purchases .donate .cont .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 12px 0;
}
.profile .block .purchases .donate .cont .buttons button {
  width: calc(50% - 6px);
}
.profile .block .purchases .donate .cont .box button {
  margin-top: 12px;
  width: 100%;
}
.profile .block .purchases .donate .cont .box button .break {
  word-break: break-all;
}
.profile .block .purchases .donate .cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.profile .block .purchases .donate .cont a img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #272727;
}
.profile .block .purchases .donate .cont a p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.profile .block .purchases .donate .cont a:hover p {
  color: #fecc39;
}
.profile .block .purchases .donate .cont hr {
  width: 100%;
  height: 1px;
  background-color: #343434;
}
.profile .block .purchases .donate .cont .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.profile .block .purchases .donate .cont .bottom p {
  width: 100%;
}
.profile .block .purchases .donate .cont .bottom button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
.profile .block .purchases .donate h6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

@media (max-width: 1550px) {
  .profile .block .cards .project_item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 1024px) {
  .profile .block {
    padding: 40px 0;
    gap: 30px;
  }
  .profile .block .cards .project_item .amount .money h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .profile .block .cards .project_item .amount .money p {
    margin: 0;
  }
  .profile .block .cards .project_unit {
    width: calc((100% - 30px) / 2);
  }
  .profile .block .services .item h5 {
    border: 12px solid #343434;
    font-size: 20px;
    line-height: 24px;
    height: 72px;
  }
  .profile .block .team .item {
    width: 100%;
    aspect-ratio: initial;
  }
}
@media (max-width: 768px) {
  .profile .block .purchases {
    gap: 20px;
  }
  .profile .block .purchases .item {
    padding: 20px;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile .block .purchases .item .img {
    margin-right: auto;
  }
  .profile .block .purchases .item .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .profile .block .purchases .donate {
    padding: 20px;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile .block .purchases .donate .cont {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .profile .block .purchases .donate .cont .buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile .block .purchases .donate .cont .buttons button {
    max-width: 294px;
    width: 100%;
  }
  .profile .block .purchases .donate h6 {
    margin-right: auto;
  }
}
@media (max-width: 720px) {
  .profile .block {
    padding: 20px 0;
    gap: 20px;
  }
  .profile .block .create {
    gap: 20px;
  }
  .profile .block .person .another_projects {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile .block .person .another_projects a {
    max-width: 440px;
    width: 100%;
  }
  .profile .block .person .white {
    margin-top: 8px;
  }
  .profile .block nav {
    padding-top: 20px;
  }
  .profile .block .sort {
    padding: 18px 20px;
  }
  .profile .block .cards .project_item {
    width: 100%;
  }
  .profile .block .cards .project_unit {
    width: 100%;
  }
  .profile .block .soc {
    padding: 20px;
    gap: 20px;
  }
  .profile .block .description_yourself {
    gap: 20px;
  }
  .profile .block .supported_projects {
    gap: 20px;
  }
  .profile .block .supported_projects .item {
    gap: 20px;
  }
  .profile .block .supported_projects .item div {
    gap: 20px;
  }
  .profile .block .supported_projects .item div:last-child button {
    display: none;
  }
  .profile .block .notifications {
    gap: 20px;
  }
  .profile .block .notifications .item {
    padding: 20px;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile .block .notifications .item .proj {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile .block .notifications .item .proj .name {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .profile .block .notifications .item .proj .name a {
    height: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
  }
  .profile .block .notifications .item .proj .disc .money h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .profile .block .notifications .item .request {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .profile .block .notifications .messenger {
    padding: 20px;
  }
  .profile .block .notifications .messenger .head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile .block .notifications .messenger .head h6 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .profile .block .notifications .messenger .head .chat_enter {
    margin-left: auto;
  }
  .profile .block .empty {
    gap: 20px;
  }
  .profile .block .catalogs .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile .block .catalogs .item .link {
    width: 100%;
  }
  .profile .block .services .item {
    width: 100%;
  }
  .profile .block .team {
    gap: 20px;
  }
  .profile .block .team .item {
    gap: 20px;
    padding: 20px;
  }
  .profile .block .team .item .head {
    gap: 14px;
  }
  .profile .block .team .item .head img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .profile .block .team .item .head .name {
    font-size: 18px;
    line-height: 30px;
  }
  .profile .block .team .item .head .bttn {
    width: 30px;
    height: 30px;
  }
  .profile .block .team .item .text {
    padding-left: 44px;
  }
  .profile .block .team .item .members {
    padding-left: 44px;
  }
}
.profile_myProjectEdit {
  background-color: #414141;
  position: relative;
}
.profile_myProjectEdit .block {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 80px;
}
.profile_myProjectEdit .block .input {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.profile_myProjectEdit .block .img_change {
  width: 100%;
}
.profile_myProjectEdit .block .img_change h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.profile_myProjectEdit .block .img_change .case {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0 auto;
  position: relative;
}
.profile_myProjectEdit .block .img_change .case label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  border: 1px dashed #343434;
}
.profile_myProjectEdit .block .img_change .case label:hover {
  border: 1px dashed #fecc39;
}
.profile_myProjectEdit .block .img_change .case label p {
  color: #fff;
}
.profile_myProjectEdit .block .img_change .case .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.profile_myProjectEdit .block .img_change .case .img.on {
  opacity: 1;
  pointer-events: all;
}
.profile_myProjectEdit .block .img_change .case .img button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  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-color: #343434;
}
.profile_myProjectEdit .block .img_change .case .img button svg {
  fill: #fecc39;
}
.profile_myProjectEdit .block .img_change .case .img button:hover {
  background-color: #fecc39;
}
.profile_myProjectEdit .block .img_change .case .img button:hover svg {
  fill: #343434;
}
.profile_myProjectEdit .block .img_change .case .img .img_preview {
  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;
}
.profile_myProjectEdit .block .img_change .case .img .img_preview img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile_myProjectEdit .block .slider_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile_myProjectEdit .block .slider_container h5 {
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.profile_myProjectEdit .block .slider_container .edit {
  width: 60px;
  height: 60px;
  background-color: #343434;
  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: 0;
  right: 0;
  z-index: 2;
}
.profile_myProjectEdit .block .slider_container .edit svg {
  fill: #fecc39;
}
.profile_myProjectEdit .block .slider_container .edit:hover {
  background-color: #fecc39;
}
.profile_myProjectEdit .block .slider_container .edit:hover svg {
  fill: #343434;
}
.profile_myProjectEdit .block .slider_container .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  max-width: 960px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.profile_myProjectEdit .block .slider_container .slider .imgs {
  width: 100%;
}
.profile_myProjectEdit .block .slider_container .slider .imgs iframe {
  width: 100%;
  aspect-ratio: 1000/562;
}
.profile_myProjectEdit .block .slider_container .slider .imgs .pict {
  width: 100%;
  aspect-ratio: 4/3;
  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: url("../../../img/main/main_project_bg.webp");
  background-size: cover;
}
.profile_myProjectEdit .block .slider_container .slider .imgs .pict img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile_myProjectEdit .block .slider_container .checkbox {
  max-width: 300px;
  width: 100%;
}
.profile_myProjectEdit .block .project_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 20px;
  padding-bottom: 220px;
}
.profile_myProjectEdit .block .project_img .img {
  background-color: #343434;
  aspect-ratio: 4/3;
  position: relative;
}
.profile_myProjectEdit .block .project_img .img button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  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-color: #343434;
}
.profile_myProjectEdit .block .project_img .img button svg {
  fill: #fecc39;
}
.profile_myProjectEdit .block .project_img .img button:hover {
  background-color: #fecc39;
}
.profile_myProjectEdit .block .project_img .img button:hover svg {
  fill: #343434;
}
.profile_myProjectEdit .block .project_img .img .img_preview {
  width: 100%;
  height: 100%;
  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;
}
.profile_myProjectEdit .block .project_img .img .img_preview img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile_myProjectEdit .block .project_img .input p {
  font-size: 14px;
  line-height: 20px;
}
.profile_myProjectEdit .block .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: calc(100% - 480px);
  margin-left: auto;
}
.profile_myProjectEdit .block .cont .more {
  width: 60px;
  height: 60px;
  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-color: #fecc39;
  margin: 0 auto;
}
.profile_myProjectEdit .block .cont .more svg {
  fill: #343434;
}
.profile_myProjectEdit .block .cont .more:hover {
  background-color: #fff;
}
.profile_myProjectEdit .block .cont .control {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 16.5px 12px;
  background-color: #343434;
}
.profile_myProjectEdit .block .cont .control button {
  width: 24px;
  height: 24px;
}
.profile_myProjectEdit .block .cont .control button.to_up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile_myProjectEdit .block .cont .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.profile_myProjectEdit .block .cont .status .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #343434;
  color: #fff;
}
.profile_myProjectEdit .block .cont .status .item p {
  font-size: 14px;
  line-height: 20px;
}
.profile_myProjectEdit .block .cont .status .item .pict {
  width: 20px;
  height: 20px;
  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;
}
.profile_myProjectEdit .block .cont .status .item .pict img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile_myProjectEdit .block .cont .status button.item {
  border: 1px solid transparent;
}
.profile_myProjectEdit .block .cont .status button.item:hover {
  border: 1px solid #fecc39;
}
.profile_myProjectEdit .block .cont .status button.item .pict:last-child {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.profile_myProjectEdit .block .cont .date {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.profile_myProjectEdit .block .cont .request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #343434;
}
.profile_myProjectEdit .block .cont .request h6 {
  color: #fecc39;
}
.profile_myProjectEdit .block .cont .request .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.profile_myProjectEdit .block .cont .request .name p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-left: 12px;
}
.profile_myProjectEdit .block .cont .request .name p:nth-child(1) {
  width: calc((100% - 106px) / 3 * 2);
}
.profile_myProjectEdit .block .cont .request .name p:nth-child(2) {
  width: calc((100% - 106px) / 3);
}
.profile_myProjectEdit .block .cont .request .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
}
.profile_myProjectEdit .block .cont .request .fields .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.profile_myProjectEdit .block .cont .request .fields .line .input:nth-child(1) {
  width: calc((100% - 106px) / 3 * 2);
}
.profile_myProjectEdit .block .cont .request .fields .line .input:nth-child(2) {
  width: calc((100% - 106px) / 3);
}
.profile_myProjectEdit .block .cont .stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.profile_myProjectEdit .block .cont .stages .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.profile_myProjectEdit .block .cont .stages .fields .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.profile_myProjectEdit .block .cont .stages .fields .head p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.profile_myProjectEdit .block .cont .stages .fields .head p:nth-child(1) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
}
.profile_myProjectEdit .block .cont .stages .fields .head p:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
}
.profile_myProjectEdit .block .cont .stages .fields .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.profile_myProjectEdit .block .cont .stages .fields .line .input {
  width: 100%;
}
.profile_myProjectEdit .block .cont .stages .fields .line .input:nth-child(1) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
}
.profile_myProjectEdit .block .cont .stages .fields .line .input:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
}
.profile_myProjectEdit .block .cont .stages .fields .line button {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile_myProjectEdit .block .cont .stages .fields .line button.on {
  display: block;
}
.profile_myProjectEdit .block .cont .stages .fields .line button.check {
  width: 60px;
  background: url("/img/check_yellow.svg") no-repeat 50% #343434;
}
.profile_myProjectEdit .block .cont .stages .fields .line button.check:hover {
  background: url("/img/check.svg") no-repeat 50% #fecc39;
}
.profile_myProjectEdit .block .cont .stages .warning {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.profile_myProjectEdit .block .cont #edit_requestLetter {
  width: 330px;
}
.profile_myProjectEdit .block .cont .edit_block {
  padding: 80px 0;
  border-top: 1px solid #272727;
}
.profile_myProjectEdit .block .cont .edit_block .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line .input {
  width: 100%;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line .input p {
  font-size: 14px;
  line-height: 20px;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line .input textarea {
  font-size: 14px;
  line-height: 20px;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line .img_preview {
  width: 100%;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line .img_preview input[type="file"] {
  display: none;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line .img_preview img {
  max-width: 100%;
}
.profile_myProjectEdit .block .cont .edit_block .fields .line .control {
  width: initial;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}
.profile_myProjectEdit .block .cont .edit_block .btn_decor {
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
}
.profile_myProjectEdit .block .cont.v2 {
  width: 100%;
}
.profile_myProjectEdit .block .cont.v2 .edit_block .fields {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.profile_myProjectEdit .block .bottom {
  width: 100%;
  padding: 40px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile_myProjectEdit .block .bottom.v2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile_myProjectEdit .block .bottom button {
  width: 300px;
}

@media (max-width: 1200px) {
  .profile_myProjectEdit .block {
    gap: 30px;
  }
  .profile_myProjectEdit .block .project_img {
    max-width: 688px;
    width: 100%;
    position: relative;
    top: 0;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .profile_myProjectEdit .block .cont {
    width: 100%;
  }
  .profile_myProjectEdit .block .cont .edit_block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .profile_myProjectEdit .block {
    padding: 20px 0 0;
    gap: 20px;
  }
  .profile_myProjectEdit .block .img_change h5 {
    margin-bottom: 20px;
  }
  .profile_myProjectEdit .block .cont {
    gap: 20px;
  }
  .profile_myProjectEdit .block .cont .request .name {
    display: none;
  }
  .profile_myProjectEdit .block .cont .request .fields {
    gap: 20px;
  }
  .profile_myProjectEdit .block .cont .request .fields .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .profile_myProjectEdit .block .cont .request .fields .line .input:nth-child(1),
  .profile_myProjectEdit .block .cont .request .fields .line .input:nth-child(2) {
    width: 100%;
  }
  .profile_myProjectEdit .block .cont .request .fields .line .control {
    gap: 12px;
  }
  .profile_myProjectEdit .block .cont .edit_block {
    padding: 20px 0;
  }
  .profile_myProjectEdit .block .cont .edit_block .fields {
    gap: 20px;
  }
  .profile_myProjectEdit .block .cont .edit_block .fields .line {
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .profile_myProjectEdit .block .cont .edit_block .fields .line .control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .profile_myProjectEdit .block .cont .edit_block .btn_decor {
    margin: 20px auto 0;
  }
  .profile_myProjectEdit .block .bottom {
    padding: 20px 0 40px;
    gap: 20px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.profile_newProject {
  background-color: #414141;
  padding: 0 40px;
}
.profile_newProject .block {
  padding: 0;
}
.profile_newProject .block .language_alert {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile_newProject .block .language_alert img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.profile_newProject .block .language_alert p {
  color: #fff;
}
.profile_newProject .block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
.profile_newProject .block .container .card {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.profile_newProject .block .container .card .photo {
  width: 100%;
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: #343434;
  padding: 30px;
}
.profile_newProject .block .container .card .photo button {
  width: 60px;
  height: 60px;
  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: 0;
  right: 0;
  z-index: 2;
  background-color: #343434;
}
.profile_newProject .block .container .card .photo button svg {
  fill: #fecc39;
}
.profile_newProject .block .container .card .photo button:hover {
  background-color: #fecc39;
}
.profile_newProject .block .container .card .photo button:hover svg {
  fill: #343434;
}
.profile_newProject .block .container .card .photo h6 {
  position: relative;
  z-index: 0;
  color: #fecc39;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: auto 0;
}
.profile_newProject .block .container .card .photo p {
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.profile_newProject .block .container .card .photo .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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-color: #343434;
}
.profile_newProject .block .container .card .photo .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile_newProject .block .container .card .input p {
  font-size: 14px;
  line-height: 20px;
}
.profile_newProject .block .container .card .input p a {
  color: #fecc39;
}
.profile_newProject .block .container .cont {
  width: calc(100% - 480px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.profile_newProject .block .container .cont hr {
  background-color: #343434;
  width: 100%;
  height: 1px;
}
.profile_newProject .block .container .cont h3 {
  color: #fff;
  opacity: 0.5;
  text-align: center;
}
.profile_newProject .block .container .cont .top_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 8px;
}
.profile_newProject .block .container .cont .top_part > div {
  width: 100%;
}
.profile_newProject .block .container .cont .top_part .item {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #343434;
  color: #fff;
}
.profile_newProject .block .container .cont .top_part .item p {
  font-size: 14px;
  line-height: 20px;
}
.profile_newProject .block .container .cont .top_part .item .pict {
  width: 20px;
  height: 20px;
  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;
}
.profile_newProject .block .container .cont .top_part .item .pict img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile_newProject .block .container .cont .top_part .date {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.profile_newProject .block .container .cont .top_part .date span {
  margin-left: 8px;
}
.profile_newProject .block .container .cont .project_owner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.profile_newProject .block .container .cont .project_owner p {
  color: #fff;
  width: 100%;
}
.profile_newProject .block .container .cont .project_owner .checkbox,
.profile_newProject .block .container .cont .project_owner .radio {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.profile_newProject .block .container .cont .project_owner .checkbox img,
.profile_newProject .block .container .cont .project_owner .radio img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.profile_newProject .block .container .cont .choose_art {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 12px;
  background-color: #343434;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.profile_newProject .block .container .cont .choose_art svg {
  fill: #fff;
}
.profile_newProject .block .container .cont .choose_art:hover {
  color: #fecc39;
}
.profile_newProject .block .container .cont .choose_art:hover svg {
  fill: #fecc39;
}
.profile_newProject .block .container .cont .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.profile_newProject .block .container .cont .status h6 {
  color: #fff;
}
.profile_newProject .block .container .cont .status p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.profile_newProject .block .container .cont .fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.profile_newProject .block .container .cont .fields p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.profile_newProject .block .container .cont .fields .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.profile_newProject .block .container .cont .fields .line .input {
  width: 100%;
}
.profile_newProject .block .container .cont .fields .line .input p {
  display: none;
}
.profile_newProject .block .container .cont .fields .line .input .lower {
  display: block;
  text-align: right;
  margin: 4px 0 0;
}
.profile_newProject .block .container .cont .fields .line .lang_icon {
  background-color: #343434;
  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: 48px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile_newProject .block .container .cont .fields .line:first-child .input p {
  display: block;
}
.profile_newProject .block .container .cont .fields .line:first-child .lang_icon {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
.profile_newProject .block .container .cont .fields .language {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.profile_newProject .block .container .cont .fields .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.profile_newProject .block .container .cont .fields .control {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 18px 12px;
  background-color: #343434;
}
.profile_newProject .block .container .cont .fields .control button {
  width: 24px;
  height: 24px;
}
.profile_newProject .block .container .cont .fields .control button.to_up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile_newProject .block .container .cont .fields .control.vertical {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 48px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
}
.profile_newProject .block .container .cont .fields .check {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: url("/img/check_yellow.svg") no-repeat 50% #343434;
}
.profile_newProject .block .container .cont .fields .check:hover {
  background: url("/img/check.svg") no-repeat 50% #fecc39;
}
.profile_newProject .block .container .cont .fields .save {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile_newProject .block .container .cont .fields .control,
.profile_newProject .block .container .cont .fields .save,
.profile_newProject .block .container .cont .fields .check {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  display: none;
  height: 60px;
}
.profile_newProject .block .container .cont .fields .control.on,
.profile_newProject .block .container .cont .fields .save.on,
.profile_newProject .block .container .cont .fields .check.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile_newProject .block .container .cont .more {
  width: 60px;
  height: 60px;
  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-color: #fecc39;
  margin: 0 auto;
}
.profile_newProject .block .container .cont .more svg {
  fill: #343434;
}
.profile_newProject .block .container .cont .more:hover {
  background-color: #fff;
}
.profile_newProject .block .container .cont .project_budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.profile_newProject .block .container .cont .project_budget h6 {
  color: #fecc39;
}
.profile_newProject .block .container .cont .project_budget .choose_currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile_newProject .block .container .cont .project_budget .choose_currency p {
  color: #fff;
}
.profile_newProject .block .container .cont .project_budget .choose_currency p:last-child {
  font-size: 14px;
  line-height: 20px;
}
.profile_newProject .block .container .cont .project_budget .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.profile_newProject .block .container .cont .project_budget .input p {
  margin: 0;
}
.profile_newProject .block .container .cont .stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.profile_newProject .block .container .cont .stages h6 {
  color: #fff;
}
.profile_newProject .block .container .cont .stages h6.yellow {
  color: #fecc39;
}
.profile_newProject .block .container .cont .stages .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile_newProject .block .container .cont .stages .text p {
  width: 100%;
  color: #fff;
}
.profile_newProject .block .container .cont .stages .impossible {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.profile_newProject .block .container .cont .request_letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}
.profile_newProject .block .container .cont .request_letter .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile_newProject .block .container .cont .request_letter button {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.profile_newProject .block .container .cont .project_description_edit {
  border-top: 1px solid #343434;
  padding-top: 40px;
}
.profile_newProject .block .container .cont .project_description_edit .stages {
  gap: 40px;
}
.profile_newProject .block .container .cont .project_description_edit .stages .fields {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.profile_newProject .block .container .cont .project_description_edit .stages .fields.title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.profile_newProject .block .container .cont .project_description_edit .stages .fields .language {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.profile_newProject .block .container .cont .project_description_edit .stages .fields .language .line {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.profile_newProject
  .block
  .container
  .cont
  .project_description_edit
  .stages
  .fields
  .language
  .line:first-child
  .lang_icon {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.profile_newProject .block .container .cont .project_description_edit .stages .fields .add_picture {
  aspect-ratio: 16/9;
}
.profile_newProject .block .container .cont .btn_decor {
  max-width: 300px;
  width: 100%;
  margin: 40px auto;
}
.profile_newProject .block .container .cont.v2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile_newProject .block .container .cont.v2 .top_part {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile_newProject .block .container .cont.v2 .top_part .choose_art {
  margin: 0 auto;
}
.profile_newProject .block .container .cont.v2 .project_owner {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile_newProject .block .container .cont.v2 .project_owner p {
  text-align: center;
}
.profile_newProject .block .container .cont.v2 .input {
  max-width: 1000px;
  width: 100%;
}
.profile_newProject .block .container .cont.v2 .add_picture {
  max-width: 400px;
}
.profile_newProject .block .container .cont.v2 .add_picture.video {
  max-width: 1000px;
  aspect-ratio: 1000/562;
}
.profile_newProject .block .container .cont.v2 .add_picture.video .img .img_preview iframe {
  width: 100%;
  height: 100%;
}
.profile_newProject .block .container .cont.v2 .stages {
  max-width: 1000px;
  width: 100%;
}
.profile_newProject .block .container .cont.v2 .btn_decor {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.profile_newProject .block .container .cont.v2 .sold {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
  border-top: 1px solid #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.profile_newProject .block .container .cont.v2 .sold p {
  text-align: center;
  color: #fff;
}
.profile_newProject .block .container .cont.v2 .sold .checkbox {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.profile_newProject .block .container .cont.v2 .sold .sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.profile_newProject .block .container .cont.v2 .sold .sum .input {
  width: 100%;
}
.profile_newProject .block .container .cont.v2 .sold .sum label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  cursor: pointer;
  padding: 0;
}
.profile_newProject .block .container .cont.v2 .sold .sum label input {
  display: none;
}
.profile_newProject .block .container .cont.v2 .sold .sum label input:checked + span {
  background-color: #fecc39;
}
.profile_newProject .block .container .cont.v2 .sold .sum label input:checked + span svg {
  fill: #343434;
}
.profile_newProject .block .container .cont.v2 .sold .sum label span {
  width: 100%;
  height: 60px;
  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-color: #343434;
}
.profile_newProject .block .container .cont.v2 .sold .sum label span::before {
  display: none;
}
.profile_newProject .block .container .cont.v2 .sold .sum label span svg {
  fill: #fecc39;
}
.profile_newProject .block .container .cont.v2 .sold hr {
  width: 100%;
  height: 1px;
  background-color: #343434;
}
.profile_newProject .block .container .cont.v2 .sold .license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.profile_newProject .block .container .cont.v2 .sold .license label {
  width: 300px;
}
.profile_newProject .block .container .cont.v2 .sold button {
  text-align: center;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.profile_newProject .block .container .cont.v2 .sold button:hover {
  color: #fecc39;
}
.profile_newProject .btns {
  width: calc(100% + 80px);
  padding: 80px 40px;
  background-color: #fffcf5;
  margin-left: -40px;
}
.profile_newProject .btns .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.profile_newProject .btns .box label {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 20px 12px;
}
.profile_newProject .btns .box p {
  width: 100%;
  text-align: right;
}
.profile_newProject .btns .box > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.profile_newProject .btns .box > div button {
  max-width: 300px;
  width: 100%;
}
.profile_newProject .btns .box > div button p {
  text-align: center;
}
.profile_newProject .btns.v2 .box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile_newProject .btns.v2 .box p {
  text-align: center;
}
.profile_newProject .btns.v2 .box > div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .profile_newProject .block .container {
    gap: 30px;
  }
  .profile_newProject .block .container .photo {
    margin: 0 auto;
  }
  .profile_newProject .block .container .cont {
    width: 100%;
  }
  .profile_newProject .add_block .box {
    max-width: 100%;
  }
  .profile_newProject .add_block .box button {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .profile_newProject {
    padding: 0 20px;
  }
  .profile_newProject .add_block {
    padding: 40px 0;
  }
  .profile_newProject .add_block .box button {
    margin: 0 auto;
  }
  .profile_newProject .btns {
    padding: 40px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (max-width: 700px) {
  .profile_newProject .block .container .cont h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .profile_newProject .block .container .cont .fields {
    gap: 12px;
  }
  .profile_newProject .block .container .cont.v2 .add_cover.video.on .img .img_preview iframe {
    width: 100%;
    height: 300px;
    aspect-ratio: initial;
  }
  .profile_newProject .block .container .cont.v2 .sold {
    padding: 20px 0 0;
    gap: 30px;
  }
  .profile_newProject .block .container .cont.v2 .sold .sum {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile_newProject .block .container .cont.v2 .sold .sum label {
    width: calc((100% - 24px) / 3);
  }
}
.profile_settings {
  background-color: #414141;
}
.profile_settings .block {
  padding: 40px 0 80px;
}
.profile_settings .block .complete {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 40px;
}
.profile_settings .block .complete p {
  color: #fff;
  text-align: center;
}
.profile_settings .block .complete .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.profile_settings .block .complete .language a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 18px 12px;
  background-color: #343434;
  border-bottom: 2px solid transparent;
}
.profile_settings .block .complete .language a img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.profile_settings .block .complete .language a p {
  color: rgba(255, 255, 255, 0.5);
}
.profile_settings .block .complete .language a.on {
  border-bottom: 2px solid #fecc39;
}
.profile_settings .block .complete .language a.on p {
  color: rgb(255, 255, 255);
}
.profile_settings .block .complete .language a:hover p {
  color: rgb(255, 255, 255);
}
.profile_settings .block .activate_full {
  display: block;
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 20px;
}
.profile_settings .block nav {
  padding: 30px;
  background-color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.profile_settings .block nav a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.profile_settings .block nav a:hover,
.profile_settings .block nav a.on {
  color: #fecc39;
}
.profile_settings .block form {
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}
.profile_settings .block form .add_picture {
  margin: 0 auto;
}
.profile_settings .block form .input p {
  font-size: 14px;
  line-height: 20px;
}
.profile_settings .block form hr {
  height: 1px;
  background-color: #fecc39;
}
.profile_settings .block form hr.dark {
  background-color: #343434;
}
.profile_settings .block form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile_settings .block form .currency label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.profile_settings .block form button[type="submit"] {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #fecc39;
  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;
}
.profile_settings .block form button[type="submit"] svg {
  fill: #272727;
}
.profile_settings .block form button[type="submit"]:hover {
  background-color: #fff;
}
.profile_settings .block form .profileDeleteBtn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.profile_settings .block form .btn {
  text-align: center;
}

@media (max-width: 767px) {
  .profile_settings .block {
    padding: 20px 0;
  }
  .profile_settings .block nav {
    padding: 20px;
    gap: 20px;
  }
  .profile_settings .block form {
    gap: 20px;
    margin: 20px auto 0;
  }
}
.sale_stroke {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  padding: 12px;
  background-color: #272727;
}
.sale_stroke .cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sale_stroke .cont h5 {
  color: #fecc39;
}
.sale_stroke .cont .btn_decor {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 650px) {
  .sale_stroke .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sale_stroke .cont h5 {
    width: 100%;
    text-align: center;
  }
}
.project {
  background-color: #414141;
  position: relative;
}
.project.moderation::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.project .project_item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
  position: sticky;
  top: 30px;
}
.project .likes {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343434;
  height: 60px;
}
.project .likes p {
  min-width: 60px;
  text-align: center;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fecc39;
}
.project .likes button {
  width: 60px;
  height: 60px;
  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;
  border-left: 1px solid #272727;
}
.project .likes button svg {
  fill: #fecc39;
}
.project .likes button:hover svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.project .likes button.on {
  background-color: #fecc39;
}
.project .likes button.on svg {
  fill: #343434;
}
.project .likes button.on:hover svg {
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}
.project .inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project .inform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background-color: #343434;
}
.project .inform div.moder {
  color: #fecc39;
  position: relative;
  z-index: 1;
}
.project .inform div.moder img {
  width: 20px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.project .inform div p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.project .buyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}
.project .buyer p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.project .buyer p.yellow {
  color: #fecc39;
}
.project .buyer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.project .buyer > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project .buyer > div div img {
  width: 20px;
  height: 20px;
}
.project .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
  padding: 40px 0 80px;
}
.project .block .slider_container {
  width: 100%;
  margin: 0 auto;
}
.project .block .slider_container .cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.project .block .slider_container .title h5 {
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.project .block .slider_container .title .inform {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.project .block .slider_container .submit_project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #fecc39;
  margin-top: 30px;
}
.project .block .slider_container .submit_project h6,
.project .block .slider_container .submit_project p {
  text-align: center;
}
.project .block .slider_container .submit_project button {
  max-width: 300px;
  width: 100%;
}
.project .block .slider_container .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.project .block .slider_container .slider .imgs {
  width: 100%;
}
.project .block .slider_container .slider .imgs iframe {
  width: 100%;
  aspect-ratio: 1000/562;
}
.project .block .slider_container .slider .imgs .pict {
  width: 100%;
  aspect-ratio: 4/3;
  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: url("../../../img/main/main_project_bg.webp");
  background-size: cover;
}
.project .block .slider_container .slider .imgs .pict img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.project .block .slider_container .slider .imgs_small {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow: auto;
}
.project .block .slider_container .slider .imgs_small::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.project .block .slider_container .slider .imgs_small .pict {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  border: 1px solid transparent;
  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-color: #343434;
  cursor: pointer;
}
.project .block .slider_container .slider .imgs_small .pict:hover {
  border: 1px dashed #fecc39;
}
.project .block .slider_container .slider .imgs_small .pict.on {
  border: 1px solid #fecc39;
}
.project .block .slider_container .slider .imgs_small .pict img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.project .block .slider_container .slider .another_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project .block .slider_container .slider .another_site a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.project .block .slider_container .slider .another_site a:hover {
  color: #fecc39;
}
.project .block .done {
  width: 100%;
}
.project .block .done .title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.project .block .done .title h5 {
  width: 100%;
  text-align: center;
}
.project .block .done .title > div {
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  background-color: #343434;
}
.project .block .done .title > div.yellow {
  color: #fecc39;
}
.project .block .done .title > div div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  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;
  padding: 2px;
}
.project .block .done .title > div div img {
  max-width: 100%;
  max-height: 100%;
}
.project .block .done form {
  max-width: 400px;
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}
.project .block .done form hr {
  height: 1px;
  background-color: #343434;
}
.project .block .done form .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.project .block .done form .btn {
  padding: 20px;
}
.project .block .sect {
  width: calc(100% - 480px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
.project .block .sect.v2 {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.project .block .composing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.project .block .composing.v1000 {
  max-width: 1000px;
  width: 100%;
}
.project .block .composing .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.project .block .composing .head img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #fecc39;
}
.project .block .composing .head .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.project .block .composing .head .text p {
  font-size: 14px;
  line-height: 20px;
}
.project .block .composing .head .text a {
  color: #fff;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.project .block .composing .head .text a:hover {
  color: #fecc39;
}
.project .block .composing .btn_decor {
  width: 300px;
}
.project .block .composing .date {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.project .block .composing .date span {
  margin-left: 8px;
}
.project .block .composing .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
}
.project .block .composing .characteristics h6 {
  margin-bottom: 12px;
  color: #fff;
}
.project .block .composing .characteristics div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  background-color: #343434;
}
.project .block .composing .characteristics div p {
  color: #fff;
}
.project .block .composing .characteristics div p:last-child {
  text-align: right;
}
.project .block .composing .characteristics div.desc {
  background-color: transparent;
  padding: 0 12px 12px;
}
.project .block .composing .characteristics div.desc p {
  font-size: 14px;
  line-height: 20px;
}
.project .block .composing .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.project .block .composing .table h6 {
  color: #fff;
}
.project .block .composing .table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.project .block .composing .table div p {
  padding: 18px 12px;
  color: #fff;
  background-color: #343434;
}
.project .block .composing .table div p:nth-child(1) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
}
.project .block .composing .table div p:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
}
.project .block .composing .table div p:nth-child(3) {
  width: calc(100% - 398px);
}
.project .block .composing .table div .imgs {
  gap: 12px;
  border: 1px solid #343434;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project .block .composing .table div .imgs img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project .block .composing .table div.desc p {
  padding: 8px 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
}
.project .block .composing .patrons {
  border-top: 1px solid #fecc39;
}
.project .block .composing .patrons .qty {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 30px 0 12px;
}
.project .block .composing .patrons .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  padding-right: 17px;
  max-height: 500px;
  overflow: auto;
}
.project .block .composing .patrons .cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #343434;
}
.project .block .composing .patrons .cont .item.himself .img {
  border: 2px solid #fecc39;
}
.project .block .composing .patrons .cont .item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #272727;
  overflow: hidden;
  background-color: #000;
}
.project .block .composing .patrons .cont .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project .block .composing .patrons .cont .item .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.project .block .composing .patrons .cont .item p {
  width: 100%;
  color: #fff;
}
.project .block .composing .patrons .cont .item .soc {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.project .block .composing .patrons .cont .item .soc a {
  width: 24px;
  height: 24px;
  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;
}
.project .block .composing .patrons .cont .item .soc a svg {
  fill: #fecc39;
}
.project .block .composing .patrons .cont .item .soc a:hover {
  background-color: #fecc39;
}
.project .block .composing .patrons .cont .item .soc a:hover svg {
  fill: #343434;
}
.project .block .composing .patrons .cont .item h6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}
.project .block .composing .comfortably {
  padding: 40px;
  background-color: #fecc39;
}
.project .block .composing .comfortably h6 {
  text-align: center;
  margin-bottom: 12px;
}
.project .block .composing .comfortably ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
}
.project .block .composing .comfortably ul li {
  padding: 12px;
  background-color: #fffcf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.project .block .composing .comfortably ul li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("/img/check_yellow.svg") no-repeat 50%;
}

@media (max-width: 1250px) {
  .project .block {
    gap: 40px;
  }
  .project .block .sect {
    width: calc(100% - 440px);
  }
}
@media (max-width: 1150px) {
  .project .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .project .block .project_item {
    position: relative;
    top: initial;
  }
  .project .block .sect {
    width: 100%;
    gap: 40px;
  }
  .project .block .sect.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project .block .composing {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .project .block {
    gap: 20px;
    padding: 20px 0;
  }
  .project .block .done form {
    margin: 20px auto;
    gap: 20px;
  }
  .project .block .composing {
    gap: 20px;
  }
  .project .block .composing .table div p:nth-child(1) {
    width: 130px;
  }
  .project .block .composing .table div p:nth-child(2) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
  }
  .project .block .composing .table div p:nth-child(3) {
    width: calc(100% - 238px);
  }
  .project .block .composing .patrons .cont .item .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project .block .composing .patrons .cont .item .text p {
    width: calc(75% - 16px);
  }
  .project .block .composing .patrons .cont .item .text .soc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .project .block .composing .patrons .cont .item .text h6 {
    width: 25%;
    margin-left: auto;
    text-align: right;
  }
  .project .block .composing .comfortably {
    padding: 20px;
  }
}
.contribution {
  border-top: 1px solid #fecc39;
}
.contribution .block {
  padding: 80px 0;
}
.contribution .block h5 {
  text-align: center;
}
.contribution .block h6 {
  text-align: center;
  margin: 20px 0;
}
.contribution .block a {
  width: 300px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .contribution .block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .contribution .block {
    padding: 20px 0;
  }
}
.projects {
  background-color: #414141;
}
.projects .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0 80px;
}
.projects .block .search {
  width: 100%;
  padding-top: 74px;
}
.projects .block .search .input {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.projects .block .title {
  width: 100%;
}
.projects .block .title p {
  color: #fecc39;
  margin-bottom: 10px;
}
.projects .block .title h4 {
  color: #fff;
}
.projects .block .search_result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projects .block .search_result p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.projects .block .search_result h5 {
  max-width: 790px;
  text-align: center;
  color: #fff;
}
.projects .block .side_panel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: sticky;
  top: 30px;
}
.projects .block .side_panel .top {
  display: none;
}
.projects .block .side_panel .unit {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #343434;
}
.projects .block .side_panel .unit:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.projects .block .side_panel .unit.on .head div {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.projects .block .side_panel .unit.on .box {
  max-height: 0;
}
.projects .block .side_panel .unit.on .box.diapason {
  max-height: 0;
}
.projects .block .side_panel .unit .head {
  background-color: #343434;
  color: #fff;
  padding: 12px;
  margin-bottom: 12px;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  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;
  cursor: pointer;
}
.projects .block .side_panel .unit .head div {
  width: 20px;
  height: 20px;
  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;
}
.projects .block .side_panel .unit .head div svg {
  fill: #fff;
}
.projects .block .side_panel .unit .head:hover {
  color: #fecc39;
}
.projects .block .side_panel .unit .head:hover svg {
  fill: #fecc39;
}
.projects .block .side_panel .unit .box {
  max-height: 325px;
  overflow: hidden;
}
.projects .block .side_panel .unit .box.diapason {
  max-height: 210px;
}
.projects .block .side_panel .unit .box .currency {
  margin-bottom: 12px;
}
.projects .block .side_panel .unit .box .currency label {
  width: 92px;
  height: 44px;
}
.projects .block .side_panel .unit .box .range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.projects .block .side_panel .unit .box .range .input:nth-child(1),
.projects .block .side_panel .unit .box .range .input:nth-child(2) {
  width: calc(50% - 6px);
}
.projects .block .side_panel .unit .box .range .input p {
  font-size: 14px;
  line-height: 20px;
}
.projects .block .side_panel .unit .box .range .slider_container {
  position: relative;
  width: 100%;
  padding: 25px 12px;
  background-color: #343434;
}
.projects .block .side_panel .unit .box .range .slider_container .slider {
  position: relative;
  height: 10px;
  border-radius: 5px;
  background-color: #272727;
}
.projects .block .side_panel .unit .box .range .slider_container .slider .track {
  position: absolute;
  height: 10px;
  background: #fecc39;
  border-radius: 5px;
  left: 0;
  right: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.projects .block .side_panel .unit .box .range .slider_container .slider input[type="range"] {
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  pointer-events: none;
  top: -5px;
}
.projects .block .side_panel .unit .box .range .slider_container .slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fecc39;
  pointer-events: auto;
  cursor: pointer;
}
.projects .block .side_panel .unit .box .range button {
  width: 60px;
  height: 60px;
  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-color: #fecc39;
}
.projects .block .side_panel .unit .box .range button svg {
  fill: #343434;
}
.projects .block .side_panel .unit .box .range button:hover {
  background-color: #fff;
}
.projects .block .side_panel .unit .box .chk {
  max-height: 325px;
  overflow: auto;
}
.projects .block .side_panel .unit .box .chk::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.projects .block .side_panel .unit .box .checkbox_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 12px;
}
.projects .block .side_panel .unit .box .checkbox_container p {
  font-size: 14px;
  line-height: 20px;
  color: #fecc39;
  margin-bottom: 11px;
}
.projects .block .side_panel .unit .box .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #343434;
  margin-top: 2px;
}
.projects .block .side_panel .unit .box .result p {
  font-size: 18px;
  line-height: 24px;
  padding: 18px 12px;
  color: #fff;
}
.projects .block .side_panel .unit .box .result p span {
  color: #fecc39;
}
.projects .block .side_panel .unit .box .result button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 60px;
}
.projects .block .sort_list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.projects .block .sort_list .button {
  padding: 10px;
  background-color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.projects .block .sort_list .button span {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.projects .block .sort_list .button div {
  width: 24px;
  height: 24px;
  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;
}
.projects .block .sort_list .button div svg {
  fill: #fff;
}
.projects .block .sort_list .button.on div {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.projects .block .sort_list .button:hover span {
  color: #fecc39;
}
.projects .block .sort_list .button:hover div svg {
  fill: #fecc39;
}
.projects .block .sort_list button {
  width: 44px;
  height: 44px;
  background:
    url("../../../img/triangle_top.svg") no-repeat 50% 35%,
    url("../../../img/triangle_yellow.svg") no-repeat 50% 65%/10px;
  background-color: #343434;
}
.projects .block .sort_list button:hover {
  background-color: #272727;
}
.projects .block .sort_list .drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  border-top: 1px solid #414141;
  background-color: #414141;
  max-height: 0;
  overflow: hidden;
}
.projects .block .sort_list .drop.on {
  max-height: 140px;
}
.projects .block .sort_list .drop a {
  padding: 12px;
  background-color: #343434;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.projects .block .sort_list .drop a:hover {
  color: #fecc39;
}
.projects .block .cont {
  width: calc(100% - 330px);
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.projects .block .cont .top {
  width: 100%;
  display: none;
}
.projects .block .cont .project_item {
  width: calc((100% - 60px) / 3);
}
.projects .block .cont .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.projects .block .cont .container.v2 {
  gap: 30px;
}
.projects .block .cont .container .project_unit {
  width: calc((100% - 60px) / 3);
}
.projects .block .cont .container .project_unit .img a img {
  width: 100%;
  height: initial;
  aspect-ratio: 4/3;
}
.projects .block .cont .container .services_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
  background-color: #343434;
  border: 1px solid #343434;
  color: #fff;
}
.projects .block .cont .container .services_item:hover {
  border-left: 1px solid #fecc39;
  border-right: 1px solid #fecc39;
}
.projects .block .cont .container .services_item > div {
  background-color: #414141;
}
.projects .block .cont .container .services_item .person {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.projects .block .cont .container .services_item .person img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #272727;
}
.projects .block .cont .container .services_item .person a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.projects .block .cont .container .services_item .person a:hover {
  color: #fecc39;
}
.projects .block .cont .container .services_item .name {
  width: calc(100% - 401px);
  padding: 20px 12px;
}
.projects .block .cont .container .services_item .img {
  width: 400px;
}
.projects .block .cont .container .services_item .img img {
  width: 100%;
}
.projects .block .cont .container .services_item .info {
  width: calc(100% - 401px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 30px;
}
.projects .block .cont .container .services_item .info .text {
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.projects .block .cont .container .services_item .info .bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projects .block .cont .container .services_item .info .bottom h6 {
  padding: 18px 12px;
  background-color: #fecc39;
  color: #000;
}
.projects .block .cont .container .services_item .info .bottom a {
  width: 60px;
  height: 60px;
}
.projects .block .cont .container .author_item .slider .project_unit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
}
.projects .block .current_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  background-color: transparent;
}
.projects .block .current_news .item {
  width: calc((100% - 90px) / 4);
  color: #fff;
}

@media (max-width: 1600px) {
  .projects .block .cont .project_item {
    width: calc((100% - 30px) / 2);
  }
  .projects .block .cont .container .project_unit {
    width: calc((100% - 30px) / 2);
  }
  .projects .block .current_news .item {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1300px) {
  .projects .block .cont .project_item {
    width: 100%;
  }
  .projects .block .cont .container .services_item .person,
  .projects .block .cont .container .services_item .name,
  .projects .block .cont .container .services_item .img,
  .projects .block .cont .container .services_item .info {
    width: 100%;
  }
  .projects .block .cont .container .services_item .img img {
    max-width: 100%;
    width: initial;
  }
  .projects .block .cont .container .services_item .name,
  .projects .block .cont .container .services_item .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1150px) {
  .projects .block .cont .container .project_unit {
    width: 100%;
  }
  .projects .block .current_news .item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 880px) {
  .projects .block .side_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #414141;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .projects .block .side_panel.on {
    pointer-events: all;
    opacity: 1;
    z-index: 1002;
  }
  .projects .block .side_panel .top {
    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: 20px;
  }
  .projects .block .side_panel .top button {
    width: 44px;
    height: 44px;
    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;
  }
  .projects .block .side_panel .top button svg {
    fill: #fecc39;
  }
  .projects .block .side_panel .top p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }
  .projects .block .side_panel .body {
    padding: 0 20px 80px;
    height: calc(100vh - 84px);
    overflow: auto;
  }
  .projects .block .side_panel .body::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .projects .block .cont {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .projects .block .cont .top {
    display: block;
  }
  .projects .block .cont .project_item {
    width: calc(50% - 15px);
  }
  .projects .block .cont .project_item .amount .money h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 650px) {
  .projects .block {
    padding: 20px 0;
  }
  .projects .block .cont {
    gap: 20px;
  }
  .projects .block .cont .project_item {
    width: 100%;
  }
  .projects .block .cont .container .services_item .img img {
    width: 100%;
  }
  .projects .block .cont .container .services_item .info {
    padding: 12px;
  }
  .projects .block .current_news .item {
    width: 100%;
  }
}
.pagination {
  background-color: #343434;
}
.pagination .block {
  max-width: 1760px;
  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;
  gap: 30px;
  padding: 30px 0;
  color: #fff;
}
.pagination .block .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .block .pages a {
  text-align: center;
  color: #fff;
}
.pagination .block .pages a:hover {
  color: #fecc39;
}
.pagination .block .pages .prev,
.pagination .block .pages .next {
  width: 24px;
  height: 24px;
  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;
}
.pagination .block .pages .prev svg,
.pagination .block .pages .next svg {
  fill: #fecc39;
}
.pagination .block .pages .prev:hover,
.pagination .block .pages .next:hover {
  background-color: #fecc39;
}
.pagination .block .pages .prev:hover svg,
.pagination .block .pages .next:hover svg {
  fill: #343434;
}
.pagination .block .pages .prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination .block .pages .next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .block .pages .plug {
  width: 48px;
  pointer-events: none;
}
.pagination .block .pages .page {
  width: 48px;
}
.pagination .block .pages .page.on {
  color: #fecc39;
  background-color: #272727;
}

@media (max-width: 767px) {
  .pagination .block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination .block p {
    display: none;
  }
}
.zero {
  background-color: #414141;
}
.zero .block {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: #fff;
  padding: 30px 0 80px;
}

@media (max-width: 1100px) {
  .zero .block {
    padding: 30px 0 40px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .zero .block {
    padding: 20px 0;
    gap: 20px;
  }
}
.reports {
  background-color: #414141;
}
.reports .block {
  padding: 0 0 80px;
}
.reports .block .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.reports .block .sort .item {
  background-color: #343434;
  position: relative;
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 12px;
  cursor: pointer;
}
.reports .block .sort .item svg {
  fill: #fff;
}
.reports .block .sort .item .drop_menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid transparent;
}
.reports .block .sort .item:hover {
  background-color: #fecc39;
  color: #343434;
}
.reports .block .sort .item:hover svg {
  fill: #343434;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reports .block .sort .item:hover .drop_menu {
  opacity: 1;
  pointer-events: all;
}
.reports .block .sort .item:last-child .drop_menu {
  left: initial;
  right: 0;
}
.reports .block .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  margin-top: 30px;
}
.reports .block .table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.reports .block .table .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  background-color: #343434;
  color: #fff;
}
.reports .block .table .item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
}
.reports .block .table .item .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reports .block .table .item .info {
  width: 100%;
  padding: 30px;
}
.reports .block .table .item .info a {
  font-size: 18px;
  line-height: 24px;
  font-family: "Unbounded", serif;
  font-weight: 700;
  color: #fff;
}
.reports .block .table .item .info a:hover {
  color: #fecc39;
}
.reports .block .table .item .info .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.reports .block .table .item .info .person img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #272727;
}
.reports .block .table .item .info .person a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.reports .block .table .item .info .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.reports .block .table .item .info .status div {
  width: 40px;
  height: 20px;
  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;
}
.reports .block .table .item .info .status p {
  font-size: 14px;
  line-height: 20px;
}
.reports .block .table .item .info .status p span {
  margin-left: 8px;
}
.reports .block .table .item .money {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 420px;
  padding: 30px;
}
.reports .block .table .item .money div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.reports .block .table .item .money div p {
  width: 150px;
}
.reports .block .table .item .money div h6 {
  position: relative;
}
.reports .block .table .item .money div h6 span {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Wix Madefor Display", serif;
}
.reports .block .table .item .money div:first-child h6 {
  color: #fecc39;
}
.reports .block .table .item .money div:first-child h6 span {
  color: #fff;
}

@media (max-width: 1100px) {
  .reports .block {
    padding: 0 0 40px;
  }
  .reports .block .table {
    gap: 12px;
  }
  .reports .block .table .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reports .block .table .item .info {
    width: calc(100% - 152px);
  }
  .reports .block .table .item .money {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reports .block .table .item .money div {
    gap: 12px;
  }
  .reports .block .table .item .money div p {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .reports .block .table .item .money div h6 {
    margin-right: 25px;
  }
}
@media (max-width: 650px) {
  .reports .block {
    padding: 0 0 20px;
  }
  .reports .block .table .item .img {
    display: none;
  }
  .reports .block .table .item .info {
    width: 100%;
    padding: 20px;
  }
  .reports .block .table .item .money {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reports .block .table .item .money div p {
    width: 80px;
  }
}
.terms {
  background-color: #414141;
}
.terms .block {
  padding: 40px 0 80px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}
.terms .block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.terms .block .box h5,
.terms .block .box h6 {
  margin-bottom: 8px;
}
.terms .block .box ol li,
.terms .block .box ul li {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .terms .block {
    padding: 40px 0;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .terms .block {
    padding: 20px 0;
    gap: 20px;
  }
}
.typesOfArt {
  background-color: #414141;
}
.typesOfArt .block {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.typesOfArt .block a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.typesOfArt .block a:hover {
  color: #fecc39;
}

@media (max-width: 767px) {
  .typesOfArt .block {
    padding: 20px 0;
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.about_platform {
  background-color: #fff;
}
.about_platform .block {
  padding: 80px 0;
}
.about_platform .block h4 {
  margin: 10px 0 30px;
}
.about_platform .block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_platform .block div h5,
.about_platform .block div p {
  width: 30.5%;
}

@media (max-width: 1024px) {
  .about_platform .block {
    padding: 40px 0;
  }
  .about_platform .block div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .about_platform .block div h5,
  .about_platform .block div p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about_platform .block {
    padding: 20px 0;
  }
  .about_platform .block div {
    gap: 20px;
  }
}
.motivation {
  background-color: #fecc39;
}
.motivation .block {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.motivation .block div {
  width: 30.5%;
}
.motivation .block div h6 {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .motivation .block {
    padding: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .motivation .block div {
    width: 100%;
  }
  .motivation .block div h6 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .motivation .block {
    padding: 20px 0;
    gap: 30px;
  }
  .motivation .block div h6 {
    margin-bottom: 10px;
  }
}
.best_works {
  background-color: #414141;
}
.best_works .block {
  padding: 80px 0;
}
.best_works .block .title {
  margin-bottom: 30px;
}
.best_works .block .title p {
  color: #fecc39;
  margin-bottom: 10px;
}
.best_works .block .title h4 {
  color: #fff;
}
.best_works .block .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
}
.best_works .block .tags a {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 16px;
  background-color: #272727;
  color: #fff;
}
.best_works .block .tags a:hover {
  color: #343434;
  background-color: #fecc39;
}
.best_works .block .slider {
  width: 100%;
}
.best_works .block .slider .project_unit {
  border: 1px solid #272727;
}
.best_works .block .slider .project_unit .img a img {
  width: 400px;
  height: 300px;
}
.best_works .block .btn {
  max-width: 300px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

@media (max-width: 1024px) {
  .best_works .block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .best_works .block {
    padding: 20px 0;
  }
  .best_works .block h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .best_works .block .tags {
    margin: 20px 0;
  }
  .best_works .block .slider .item {
    width: 300px;
    height: 225px;
  }
}
.catalogs {
  background-color: #414141;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.catalogs.yellow {
  background-color: #fecc39;
}
.catalogs.yellow .block .title p,
.catalogs.yellow .block .title h4 {
  color: #343434;
}
.catalogs .block {
  padding: 80px 0;
}
.catalogs .block .title {
  margin-bottom: 30px;
}
.catalogs .block .title p {
  color: #fecc39;
  margin-bottom: 10px;
}
.catalogs .block .title h4 {
  color: #fff;
}
.catalogs .block .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0;
}
.catalogs .block .tags a {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 16px;
  background-color: #272727;
  color: #fff;
}
.catalogs .block .tags a:hover {
  color: #343434;
  background-color: #fecc39;
}
.catalogs .block .cont {
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
}
.catalogs .block .btn {
  max-width: 300px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

@media (max-width: 1024px) {
  .catalogs .block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .catalogs .block {
    padding: 20px 0;
  }
  .catalogs .block .title h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .catalogs .block .cont {
    gap: 20px;
    padding-bottom: 20px;
  }
  .catalogs .block .cont .item a img {
    width: 300px;
    height: 225px;
  }
}
.personal_portfolios {
  background-color: #414141;
}
.personal_portfolios .title {
  color: #fff;
  margin-bottom: 30px;
}
.personal_portfolios .btn {
  max-width: 300px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

.support_artists {
  position: relative;
}
.support_artists img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support_artists .block {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support_artists .block h5 {
  color: #fff;
  text-align: center;
}
.support_artists .block a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Unbounded", serif;
  color: #fff;
  text-align: center;
}
.support_artists .block a:hover {
  color: #fecc39;
}

@media (max-width: 767px) {
  .support_artists .block {
    padding: 40px 0;
  }
}
.join_now {
  background-color: #fffcf5;
}
.join_now .block {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.join_now .block h4 {
  max-width: 900px;
  width: 100%;
  text-align: center;
}
.join_now .block .cont {
  max-width: 610px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.join_now .block .cont p {
  width: 90px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
}
.join_now .block .cont div img {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  margin: 0 auto;
}
.join_now .block .cont a span {
  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: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: #fecc39;
  margin: 0 auto;
}
.join_now .block .cont a:hover span {
  background-color: #fff;
}

@media (max-width: 767px) {
  .join_now .block {
    padding: 20px 0;
    gap: 20px;
  }
  .join_now .block h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .join_now .block .cont {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .join_now .block .cont div img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .join_now .block .cont a span {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
.news_article {
  background-color: #414141;
}
.news_article .block {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_article .block .picture {
  width: 50%;
}
.news_article .block .picture img {
  width: 100%;
  position: sticky;
  top: 0;
}
.news_article .block .desc {
  width: 50%;
  background-color: #fffcf5;
  padding: 40px clamp(20px, 4.5%, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.news_article .block .desc .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
.news_article .block .desc .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.news_article .block .desc .img img {
  max-width: 100%;
}
.news_article .block .links {
  width: 100%;
  padding: 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  background-color: #343434;
}
.news_article .block .links a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 44px;
  height: 44px;
}

@media (max-width: 1024px) {
  .news_article .block .picture {
    width: 100%;
  }
  .news_article .block .desc {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .news_article .block .desc {
    padding: 20px;
    gap: 20px;
  }
  .news_article .block .desc h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.services_item {
  background-color: #414141;
}
.services_item .block {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services_item .block .img {
  width: 50%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
}
.services_item .block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services_item .block .cont {
  width: 50%;
}
.services_item .block .cont .head {
  background-color: #fffcf5;
  padding: 40px 9% 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.services_item .block .cont .head div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.services_item .block .cont .head div p {
  font-size: 14px;
  line-height: 20px;
}
.services_item .block .cont .head div.text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.services_item .block .cont .head div.text p {
  font-size: 18px;
  line-height: 24px;
}
.services_item .block .cont .head h6 {
  padding: 12px;
  background-color: #fecc39;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
.services_item .block .cont form {
  padding: 40px 9% 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.services_item .block .cont form h6 {
  color: #fff;
}
.services_item .block .cont form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.services_item .block .cont form .btn_decor div svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 1024px) {
  .services_item .block .img {
    width: 100%;
    height: 450px;
    aspect-ratio: initial;
  }
  .services_item .block .cont {
    width: 100%;
  }
  .services_item .block .cont .head {
    padding: 40px;
  }
  .services_item .block .cont form {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .services_item .block .img {
    height: 350px;
  }
  .services_item .block .cont {
    width: 100%;
  }
  .services_item .block .cont .head {
    padding: 20px;
    gap: 20px;
  }
  .services_item .block .cont form {
    padding: 20px;
    gap: 20px;
  }
}
.services_new {
  background-color: #414141;
}
.services_new .block {
  padding: 40px 0 80px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.services_new .block .img_change {
  position: relative;
  width: 400px;
  height: 400px;
}
.services_new .block .img_change label {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  border: 1px dashed #272727;
}
.services_new .block .img_change label:hover {
  border: 1px dashed #fecc39;
}
.services_new .block .img_change .img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services_new .block .img_change .img.on {
  z-index: 2;
}
.services_new .block .img_change .img button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
}
.services_new .block .img_change .img .img_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.services_new .block .img_change .img .img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services_new .block .input {
  width: 100%;
}
.services_new .block .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.services_new .block .box .input {
  width: calc(50% - 6px);
}
.services_new .block .cost {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services_new .block .cost h6 {
  width: 100%;
}
.services_new .block .cost .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.services_new .block .cost .fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.services_new .block .cost .fields .currency {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  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;
  border: 1px solid transparent;
}
.services_new .block .cost .fields .currency svg {
  fill: #fecc39;
}
.services_new .block .cost .fields .currency:has(input:checked) {
  background-color: #fecc39;
}
.services_new .block .cost .fields .currency:has(input:checked) svg {
  fill: #343434;
}
.services_new .block .cost .fields .currency:hover {
  border: 1px solid #fecc39;
}
.services_new .block .cost .fields .input {
  width: 100%;
}
.services_new .block .cost p {
  width: 100%;
  text-align: center;
}
.services_new .block .options {
  width: 100%;
}
.services_new .block .options h6 {
  margin-bottom: 12px;
}
.services_new .block .options .fields {
  border: 1px solid #343434;
}
.services_new .block .options .fields .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.services_new .block .options .fields .add {
  width: 60px;
  height: 60px;
  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;
  margin: 12px auto;
}
.services_new .block .members {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.services_new .block .members .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-color: #343434;
  padding-left: 12px;
}
.services_new .block .members .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #272727;
  -o-object-fit: cover;
  object-fit: cover;
}
.services_new .block .members .item p {
  width: 100%;
}
.services_new .block .members .item button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 60px;
}
.services_new .block .members .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.services_new .block .members .cont .item button {
  background: url("../../../img/x.svg") no-repeat 50%;
}
.services_new .block .members .cont .item button:hover {
  background: url("../../../img/x_white.svg") no-repeat 50%;
}
.services_new .block .members .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.services_new .block .members .search .item button {
  background: url("../../../img/plus_yellow.svg") no-repeat 50%;
}
.services_new .block .members .search .item button:hover {
  background: url("../../../img/plus_white.svg") no-repeat 50%;
}
.services_new .block .btn_decor {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 767px) {
  .services_new .block {
    padding: 20px 0;
    gap: 20px;
  }
  .services_new .block .box {
    gap: 20px;
  }
  .services_new .block .box .input {
    width: 100%;
  }
  .services_new .block .cost .fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services_new .block .cost .fields .checkbox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .services_new .block .cost .fields .input {
    width: calc(100% - 98px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .services_new .block .cost .fields .currency {
    width: calc((100% - 24px) / 3);
  }
}
.error {
  background-color: #414141;
}
.error .cont {
  padding: 40px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.error .cont h3 {
  opacity: 0.5;
}
.error .cont p {
  max-width: 600px;
  width: 100%;
}
.error .cont img {
  max-width: 800px;
  width: 100%;
}
.error .cont a {
  font-family: "Unbounded", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.error .cont a:hover {
  color: #fecc39;
}

.buy {
  background-color: #414141;
}
.buy .block {
  padding: 40px 0 80px;
}
.buy form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(20px, 4.5%, 80px);
}
.buy form .left {
  position: sticky;
  top: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 400px;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.buy form .left .img {
  width: 100%;
  height: 300px;
  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: url("/img/main/main_project_bg.webp");
  background-size: cover;
}
.buy form .left .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.buy form .left h6 {
  padding: 18px 12px;
  background-color: #343434;
}
.buy form .left h6.name {
  color: #fffcf5;
  margin-bottom: 1px;
}
.buy form .left h6.price {
  color: #fecc39;
}
.buy form .left .btn_decor {
  width: 100%;
}
.buy form .left .preference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  border-top: 1px solid #343434;
  background-color: #343434;
}
.buy form .left .preference li {
  padding: 8px;
  background-color: #fffcf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
}
.buy form .left .preference li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("/img/check_yellow.svg") no-repeat 50%;
}
.buy form .left .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}
.buy form .left .cards div {
  width: 48px;
  height: 24px;
  background-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;
}
.buy form .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}
.buy form .right h6 {
  color: #fecc39;
}
.buy form .right .box {
  max-width: 300px;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.buy form .right .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 12px;
}
.buy form .right .fields .input {
  width: 100%;
}
.buy form .right .fields .input p {
  font-size: 14px;
  line-height: 20px;
}
.buy form .right .fields .input.w50 {
  width: calc(50% - 6px);
}
.buy form .right .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
}
.buy form .right .characteristics div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  gap: 12px;
  background-color: #343434;
}
.buy form .right .characteristics div p {
  width: calc(50% - 6px);
}
.buy form .right .characteristics div p:last-child {
  text-align: right;
}
.buy form .right .method h6 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.buy form .right .method .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy form .right .method .cont div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.buy form .right .method .cont div:first-child {
  padding-right: 12px;
  border-right: 1px solid #343434;
}
.buy form .right .method .cont div:last-child {
  padding-left: 12px;
}

@media (max-width: 1024px) {
  .buy form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .buy form .left {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .buy .block {
    padding: 20px 0;
  }
  .buy form {
    gap: 20px;
  }
  .buy form .right {
    gap: 20px;
  }
  .buy form .right .fields {
    gap: 30px;
  }
  .buy form .right .fields .input.w50 {
    width: 100%;
  }
  .buy form .right .method .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  .buy form .right .method .cont div {
    width: 100%;
  }
  .buy form .right .method .cont div:first-child {
    padding-right: 0;
    border-right: 0;
  }
  .buy form .right .method .cont div:last-child {
    padding-left: 0;
  }
}
