@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("fonts/EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Regular.woff2") format("woff2"), url("fonts/EuclidSquare-Regular.woff") format("woff"), url("fonts/EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("fonts/EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-SemiBold.woff2") format("woff2"), url("fonts/EuclidSquare-SemiBold.woff") format("woff"), url("fonts/EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
:root {
  font-size: 20px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #545491; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Euclid Square', sans-serif;
  font-size: 1rem;
  background: #f5f5f5; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #545491;
  border: 1px solid #545491;
  transition: .3s all;
  cursor: pointer;
  user-select: none; }
  .btn:hover {
    background: #545491;
    color: #fff; }

.artist-item {
  position: relative; }
  .artist-item__img {
    margin-bottom: 0.9rem; }
    .artist-item__img img {
      display: block;
      width: 100%;
      height: 17rem;
      object-fit: cover; }
  .artist-item__name {
    margin-bottom: 0.5rem; }
  .artist-item__works {
    margin-bottom: 1rem; }
  .artist-item .btn {
    width: 10rem;
    height: 2.25rem;
    position: relative;
    z-index: 3; }
  .artist-item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

input.error {
  color: red !important;
  border-color: red !important; }

.btnDisabled {
  pointer-events: none; }

.artists-wrap {
  display: flex;
  flex-wrap: wrap; }
  .artists-wrap .artist-item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3rem; }
    .artists-wrap .artist-item:nth-child(3n) {
      margin-right: 0; }

.artists .pagination {
  margin: 2rem 0 5rem; }

.pagination {
  display: flex;
  margin-top: 4rem;
  display: flex;
  color: #fff;
  justify-content: center; }
  .pagination .page-item {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #E2E2E2;
    background: #fff; }
    .pagination .page-item:last-child {
      border: none; }
    .pagination .page-item.active .page-link {
      background: #000;
      color: #fff; }
    .pagination .page-item.disabled {
      pointer-events: none;
      opacity: .7; }
  .pagination .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000; }
    .pagination .page-link:hover {
      background: #000;
      color: #fff; }
    .pagination .page-link svg {
      width: 1.2rem;
      height: 1.2rem; }

.categories {
  padding: 3rem 0; }
  .categories .container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
  .categories-item {
    display: block;
    width: calc(20% - .8rem);
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #f0eaea;
    padding: .4rem;
    padding-right: 0.6rem; }
    .categories-item:hover .categories-item__name {
      color: #545491; }
    .categories-item__img {
      width: 4.5rem;
      height: 4.5rem;
      overflow: hidden;
      flex-shrink: 0; }
      .categories-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s all; }
    .categories-item__name {
      color: #000;
      font-size: .85rem;
      padding-right: 1rem; }

.feedback .artist-subscribe__form input {
  margin-bottom: .5rem; }
.feedback .artist-subscribe__form .btn {
  margin-top: 1rem; }
.feedback .artist-subscribe__done {
  margin-top: 1rem; }

.footer-follow {
  display: flex;
  justify-content: center;
  background: #E2E2E2;
  padding: 1.1rem 0; }
  .footer-follow li {
    margin: 0 1.5rem;
    display: flex; }
    .footer-follow li a {
      display: block;
      height: 2.5rem;
      width: 2.5rem; }
      .footer-follow li a:hover {
        opacity: .7; }
      .footer-follow li a img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
.footer-main {
  padding: 3rem 0;
  display: flex;
  font-size: 1.3rem; }
  .footer-main > div {
    width: 30%; }
    .footer-main > div:first-child {
      width: 40%; }
    .footer-main > div a {
      display: flex;
      color: #000;
      margin-bottom: .7rem; }
.footer-logo {
  font-size: 2.1rem;
  margin-bottom: 1.2rem;
  width: 15rem; }
  .footer-logo img {
    width: 100%;
    display: block; }
.footer-links div {
  font-size: 1.1rem;
  margin-bottom: 1.1rem; }
.footer-links a {
  align-items: center; }
  .footer-links a img {
    width: 1.2rem;
    margin-right: 0.6rem; }
.footer-title {
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: #545491; }
.footer-copy {
  border-top: 1px solid #E2E2E2;
  padding: 1.5rem 0; }
  .footer-copy .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.header {
  background: #fff;
  padding: 1.2rem 0; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-logo a {
    display: block; }
  .header-logo img {
    width: 10rem;
    display: block; }
  .header-menu {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-size: 0.9rem; }
    .header-menu__item {
      margin: 0 1rem; }
    .header-menu__link {
      color: #000;
      border-bottom: .1rem solid transparent; }
      .header-menu__link.active {
        border-bottom: .1rem solid #000; }
      .header-menu__link:hover {
        border-bottom: .1rem solid #000; }
  .header-right {
    display: flex;
    align-items: center; }
  .header-search {
    position: relative;
    margin-right: 2rem; }
    .header-search__input {
      position: relative; }
      .header-search__input input {
        width: 14rem;
        outline: none;
        border-radius: .25rem;
        font-size: 0.9rem;
        border: .1rem solid #E2E2E2;
        padding: .4rem 2rem .4rem .6rem; }
      .header-search__input img {
        position: absolute;
        top: .4rem;
        right: .2rem;
        width: 1.5rem; }
    .header-search__result {
      position: absolute;
      z-index: 10;
      background: #fff;
      width: 100%;
      padding: 1rem 0;
      font-size: 0.8rem;
      border-radius: .2rem;
      box-shadow: 2px 0.6rem 0.5rem rgba(0, 0, 0, 0.15);
      display: none; }
      .header-search__result ul {
        max-height: 15rem;
        overflow: auto;
        padding: 0 1rem; }
        .header-search__result ul::-webkit-scrollbar {
          width: .4rem;
          border-radius: .2rem; }
        .header-search__result ul::-webkit-scrollbar-track {
          background: rgba(255, 255, 255, 0.05);
          border-radius: .4rem; }
        .header-search__result ul::-webkit-scrollbar-thumb {
          background: #555;
          border-radius: .4rem;
          width: .6rem; }
        .header-search__result ul li {
          padding: 0.6rem 0;
          border-bottom: 1px solid #E2E2E2; }
          .header-search__result ul li:last-child {
            border: none; }
      .header-search__result-name {
        color: #000;
        font-size: 1rem; }
      .header-search__result-date {
        color: #999595; }
      .header-search__result-no {
        display: none; }
  .header-lang {
    display: flex;
    position: relative;
    user-select: none;
    padding-bottom: 1rem;
    margin-bottom: -1rem; }
    .header-lang:hover .header-lang__list {
      display: block; }
    .header-lang__btn {
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 1rem;
      text-transform: capitalize; }
      .header-lang__btn img {
        margin-right: 0.2rem;
        width: 1rem; }
    .header-lang__list {
      border: .05rem solid #000;
      border-radius: .2rem;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 2rem;
      padding: .7rem 1.3rem;
      display: none;
      z-index: 10;
      background: #fff; }
      .header-lang__list span, .header-lang__list a {
        display: block;
        cursor: pointer;
        margin-bottom: 0.8rem;
        transition: .3s all;
        font-size: 1rem;
        color: #000;
        text-transform: capitalize; }
        .header-lang__list span:hover, .header-lang__list a:hover {
          color: var(--yellow); }
        .header-lang__list span:last-child, .header-lang__list a:last-child {
          margin-bottom: 0; }
    .header-lang li {
      cursor: pointer;
      font-size: 1rem; }
      .header-lang li:hover {
        opacity: .8; }
      .header-lang li img {
        width: 1.3rem; }
  .header-mobile {
    display: none; }
  .header__btn {
    background: #545491;
    color: #fff;
    height: 2.5rem;
    padding: 0 1rem;
    font-size: 0.8rem;
    gap: .5rem;
    border-radius: .5rem; }
    .header__btn svg {
      width: 1.2rem; }
    .header__btn:hover {
      color: #545491;
      background: #fff; }

.mobile-menu {
  display: none; }

.main-authors__author {
  margin-bottom: 4.5rem; }
.main-authors__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem; }
  .main-authors__title a {
    color: #545491; }
.main-authors__works {
  display: flex;
  margin-bottom: 3rem;
  gap: .5rem; }
  .main-authors__works .slider__item {
    height: auto;
    width: calc(20% - .4rem); }
.main-authors__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }
.main-authors__img {
  width: 100%;
  margin-bottom: 1rem; }
  .main-authors__img img {
    width: 100%;
    height: 23rem;
    object-fit: cover; }
.main-authors__name {
  font-size: 1.4rem;
  margin-bottom: 0.5rem; }
.main-authors__desc {
  color: #999595;
  margin-bottom: 0.6rem; }
.main-authors__btn {
  text-align: center; }
  .main-authors__btn .btn {
    width: 20rem;
    height: 3rem;
    border-radius: .5rem; }
.main-authors__all {
  text-align: right;
  margin-top: -2rem;
  margin-bottom: 3rem; }
  .main-authors__all a {
    color: #000; }
    .main-authors__all a:hover {
      text-decoration: underline; }

.main-carousel {
  position: relative;
  min-height: 12rem;
  padding: 1rem 0; }
  .main-carousel__wrap {
    border-radius: 2rem;
    background: #fff;
    overflow: hidden;
    position: relative; }
  .main-carousel__item {
    display: flex;
    height: 100%; }
  .main-carousel__img {
    height: 40rem;
    width: 40rem; }
    .main-carousel__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .main-carousel__content {
    width: calc(100% - 45vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem; }
  .main-carousel__name {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .main-carousel__text {
    max-width: 80%;
    color: #999595;
    margin-bottom: 2.5rem; }
  .main-carousel__btn {
    width: 15rem;
    height: 3.5rem;
    color: #fff !important;
    background: #545491;
    font-size: 1.1rem;
    border-radius: 1rem; }
    .main-carousel__btn:hover {
      background: transparent !important;
      color: #545491 !important; }
  .main-carousel__arrows {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 10; }
    .main-carousel__arrows span {
      cursor: pointer;
      margin-left: .7rem;
      transition: .3s all;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 3.5rem;
      height: 2.5rem;
      border-radius: 2rem;
      background: #545491;
      border: 1px solid #545491;
      user-select: none; }
      .main-carousel__arrows span svg {
        width: 1.5rem;
        height: 1.2rem; }
        .main-carousel__arrows span svg path {
          fill: #fff; }
      .main-carousel__arrows span:hover {
        background: #e2e2e2; }
        .main-carousel__arrows span:hover svg path {
          fill: #545491; }
  .main-carousel .swiper-slide {
    align-self: stretch;
    height: auto; }

.preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  user-select: none;
  height: 100%;
  background: #fff url(../img/preloader.jpg) center center no-repeat;
  background-size: cover; }
  .preloader-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .preloader-images img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 1s all;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0; }
    .preloader-images .active {
      opacity: 1; }
    .preloader-images__mobi {
      display: none; }
  .preloader__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22.5rem;
    z-index: 2; }
    .preloader__logo img {
      width: 100%;
      display: block; }
  .preloader-logo {
    font-size: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 5;
    font-family: sans-serif;
    user-select: none; }
    .preloader-logo::before, .preloader-logo::after {
      position: absolute;
      left: 13.6%;
      width: 74.5%;
      height: 0.15rem;
      background: #fff;
      content: ''; }
    .preloader-logo::before {
      top: -1rem; }
    .preloader-logo::after {
      bottom: -1rem; }

.main-about {
  padding: 3rem 0; }
  .main-about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem; }
  .main-about__content {
    width: 45%; }
  .main-about .slider__title {
    margin-bottom: 1.2rem; }
  .main-about__btn {
    margin-top: 2.5rem;
    background: #545491;
    color: #fff;
    width: 15rem;
    height: 3rem; }
  .main-about__img {
    width: 45%; }

.similar-artists {
  margin: 4rem 0 4rem; }
  .similar-artists__title {
    font-size: 1.7rem;
    color: #545491; }
  .similar-artists__wrap {
    display: flex;
    flex-wrap: wrap; }
  .similar-artists__item {
    width: 19%;
    margin-right: 1.25%;
    text-align: center;
    background: #e2e2e2;
    border-radius: .5rem;
    position: relative;
    overflow: hidden; }
    .similar-artists__item:nth-child(5n) {
      margin-right: 0; }
  .similar-artists__img img {
    height: 10rem;
    object-fit: cover;
    width: 100%; }
  .similar-artists__content {
    padding: 1rem 1.5rem 1.5rem; }
  .similar-artists__name {
    margin-bottom: 1.5rem; }
  .similar-artists__btn {
    font-size: 0.75rem;
    width: 9rem;
    height: 2.25rem;
    position: relative;
    z-index: 3; }
  .similar-artists__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.similar {
  padding: 3rem 0; }
  .similar-item {
    padding-bottom: 1.5rem;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    position: relative; }
    .similar-item__wrap {
      grid-row: 1 / -1;
      grid-column: 1; }
    .similar-item__img {
      margin-bottom: 0.3rem; }
      .similar-item__img img {
        width: 100%; }
    .similar-item__name {
      font-size: 1.3rem;
      margin-bottom: 0.5rem;
      line-height: 110%; }
    .similar-item__desc {
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
      line-height: 110%; }
    .similar-item__price {
      font-weight: bold;
      line-height: 110%; }
    .similar-item__link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
  .similar__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #545491; }
  .similar-wrap {
    column-count: 4;
    column-gap: 1.5rem; }

.slider {
  margin: 2rem 0 5rem; }
  .slider-main {
    position: relative; }
  .slider .owl-stage {
    display: flex; }
  .slider__title {
    font-size: 2rem;
    margin-bottom: 4rem;
    color: #545491; }
  .slider__item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem;
    border: 1px solid #eee;
    border-radius: .5rem;
    background: #fff; }
  .slider__logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem; }
    .slider__logo img {
      width: 5rem !important; }
  .slider__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .slider-arrows span {
    position: absolute;
    top: 40%;
    z-index: 20;
    cursor: pointer;
    transition: .3s all; }
    .slider-arrows span img {
      width: 2rem; }
    .slider-arrows span:hover {
      transform: scale(1.1); }
    .slider-arrows span:first-child {
      left: -3rem; }
    .slider-arrows span:last-child {
      right: -3rem; }
  .slider__img {
    width: 100%;
    height: 15rem;
    margin-bottom: 1.5rem;
    padding: 1rem; }
    .slider__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .slider__name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.2rem; }
  .slider__text {
    color: #999595;
    margin-bottom: 0.5rem;
    font-size: 0.9rem; }
  .slider-mobile {
    display: none; }
  .slider .swiper-wrapper {
    align-items: flex-end; }

.about {
  padding-top: 4rem;
  min-height: 55vh;
  margin-bottom: 7rem; }
  .about-content {
    max-width: 60rem;
    margin: 0 auto; }
  .about-info {
    display: flex; }
    .about-info__item {
      width: 30%;
      margin-right: 5%;
      text-align: center; }
      .about-info__item:last-child {
        margin-right: 0; }
      .about-info__item img {
        border-radius: 50%; }
    .about-info__wrap {
      margin-top: 1rem; }
    .about-info__name {
      font-size: 1.4rem;
      font-weight: 600; }
    .about-info__pos {
      margin: 0.2rem 0; }
    .about-info__link a {
      color: #5186bc; }
  .about__banner {
    margin-bottom: 3rem; }
    .about__banner img {
      display: block;
      width: 100%; }
  .about__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #545491; }
  .about__text {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    line-height: 1.5rem; }
    .about__text img {
      width: 100%;
      display: block; }
    .about__text p {
      margin-bottom: 1rem; }
  .about-images {
    display: flex;
    margin: 2rem 0;
    gap: 2rem; }
    .about-images img {
      width: calc(50% - 1rem); }
  .about__video {
    height: 30rem; }
    .about__video iframe {
      width: 100%;
      display: block;
      height: 100%;
      object-fit: cover; }

.artist {
  margin-top: 3rem; }
  .artist-info {
    padding: 2.5rem 0;
    background: #E2E2E2; }
    .artist-info .container {
      display: flex;
      align-items: center; }
    .artist-info__img {
      width: 8rem;
      height: 8rem;
      flex-shrink: 0;
      margin-right: 3rem;
      border-radius: 50%;
      overflow: hidden; }
      .artist-info__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .3s all; }
    .artist-info__wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .artist-info__name {
      font-size: 1.8rem;
      margin-bottom: 0.5rem; }
    .artist-info__date {
      font-size: 1.3rem;
      color: #838383; }
    .artist-info .btn {
      font-size: 1.4rem;
      width: 14rem;
      height: 2.5rem;
      color: #fff;
      background: #545491; }
      .artist-info .btn:hover {
        background: transparent;
        color: #545491; }
  .artist-bio {
    background: #E2E2E2; }
    .artist-bio .container {
      padding: 4rem 10vw; }
    .artist-bio__title {
      font-size: 1.6rem;
      margin-bottom: 1.5rem; }
    .artist-bio__text {
      font-size: 1.3rem;
      color: #838383;
      position: relative; }
      .artist-bio__text p, .artist-bio__text span {
        font-size: 1rem;
        color: #838383;
        line-height: 150%; }
      .artist-bio__text p {
        margin-bottom: .4rem; }
      .artist-bio__text ul {
        padding-left: 1rem; }
      .artist-bio__text li {
        display: list-item; }
      .artist-bio__text.hidden {
        max-height: 9rem;
        overflow: hidden; }
        .artist-bio__text.hidden::after {
          position: absolute;
          height: 2rem;
          width: 100%;
          left: 0;
          bottom: 0;
          content: '';
          background: linear-gradient(0deg, #E2E2E2, rgba(226, 226, 226, 0));
          pointer-events: none; }
    .artist-bio__more {
      text-align: center;
      margin-top: 2rem;
      display: none; }
      .artist-bio__more span {
        cursor: pointer;
        font-size: 1.2rem;
        border-bottom: 1px solid #000; }
  .artist-subscribe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    display: none; }
    .artist-subscribe__content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 2.5rem;
      border-radius: 1rem;
      background: #fff;
      width: 25.2rem;
      text-align: center; }
      .artist-subscribe__content input {
        width: 100%;
        padding: 0.6rem;
        border: 1px solid #E2E2E2;
        border-radius: 0;
        outline: none; }
      .artist-subscribe__content .btn {
        width: 100%;
        background: #545491;
        color: #fff;
        height: 2.5rem; }
        .artist-subscribe__content .btn:hover {
          background: transparent;
          color: #545491; }
    .artist-subscribe__close {
      position: absolute;
      cursor: pointer;
      right: 1.5rem;
      top: 1rem; }
      .artist-subscribe__close svg {
        width: .7rem;
        height: .7rem; }
    .artist-subscribe__logo {
      margin-bottom: 1rem; }
      .artist-subscribe__logo img {
        width: 8rem; }
    .artist-subscribe__text {
      margin-bottom: 1.5rem; }
    .artist-subscribe__choose {
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 0.9rem;
      margin-bottom: 1rem;
      text-align: left;
      justify-content: center; }
      .artist-subscribe__choose label {
        cursor: pointer;
        display: flex;
        align-items: center;
        user-select: none;
        white-space: nowrap;
        gap: .2rem; }
        .artist-subscribe__choose label input {
          margin-bottom: 0 !important; }
    .artist-subscribe__payment {
      font-size: 0.8rem;
      font-family: Arial, Helvetica, sans-serif; }
      .artist-subscribe__payment p {
        margin-bottom: 0.5rem;
        font-weight: 700; }
    .artist-subscribe__title {
      margin: 0.5rem 0; }
    .artist-subscribe__done {
      display: none; }

.telegram-channel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  display: none; }
  .telegram-channel__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2.5rem;
    border-radius: 1rem;
    background: #fff;
    width: 25.2rem;
    text-align: center; }
  .telegram-channel__btn {
    width: 100%;
    background: #545491;
    color: #fff;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #545491; }
    .telegram-channel__btn:hover {
      background: transparent;
      color: #545491; }
  .telegram-channel__close {
    position: absolute;
    cursor: pointer;
    right: 1.5rem;
    top: 1rem; }
    .telegram-channel__close svg {
      width: .7rem;
      height: .7rem; }
  .telegram-channel__logo {
    margin-bottom: 1rem; }
    .telegram-channel__logo img {
      width: 8rem; }
  .telegram-channel__text {
    margin-bottom: 2rem; }

.artists__title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 2rem 0; }
.artists-carousel {
  margin-bottom: 4rem; }
.artists-list {
  column-count: 4;
  margin-bottom: 7rem; }
  .artists-list li {
    margin-bottom: .5rem; }
    .artists-list li a {
      color: #000; }
      .artists-list li a:hover {
        text-decoration: underline; }

.artwork {
  padding-top: 3rem; }
  .artwork-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
  .artwork-zoom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    z-index: 9999;
    display: none; }
    .artwork-zoom__close {
      position: absolute;
      right: 3rem;
      top: 3rem;
      cursor: pointer; }
      .artwork-zoom__close svg {
        width: 1.2rem;
        height: 1.2rem; }
        .artwork-zoom__close svg path {
          fill: #fff; }
    .artwork-zoom img {
      width: 80%;
      height: 80%;
      object-fit: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .artwork__img {
    width: 50%;
    display: flex; }
    .artwork__img-main {
      width: 100%; }
      .artwork__img-main img {
        width: 100%;
        max-height: 60vh;
        object-fit: contain;
        cursor: pointer; }
  .artwork__thumbs {
    flex-shrink: 0;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .artwork__thumbs img {
      width: 4.5rem;
      height: 4.5rem;
      display: block;
      object-fit: cover;
      padding: 0.3rem;
      margin: .4rem 0;
      cursor: pointer;
      transition: .4s all;
      border: .15rem solid transparent; }
      .artwork__thumbs img:hover {
        opacity: .7; }
    .artwork__thumbs .current {
      border-color: #545491; }
  .artwork-info {
    width: 37%; }
    .artwork-info__link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem; }
      .artwork-info__link-artist {
        display: flex;
        align-items: center;
        color: #000; }
      .artwork-info__link-date {
        color: #838383;
        font-size: 0.85rem;
        margin-top: 0.2rem; }
      .artwork-info__link .btn {
        padding: 0.3rem 1rem;
        font-size: 0.8rem;
        margin-left: 1rem; }
      .artwork-info__link-img {
        width: 4rem;
        height: 4rem;
        margin-right: 1rem;
        flex-shrink: 0; }
        .artwork-info__link-img img {
          border-radius: 50%;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .artwork-info__wrap {
      position: relative;
      padding: 1.5rem;
      background: #fff;
      margin-top: 2rem; }
    .artwork-info__name {
      font-size: 2.2rem;
      color: #545491;
      margin-bottom: 1rem; }
    .artwork-info__model {
      font-weight: 700; }
      .artwork-info__model p {
        color: #ffc107; }
    .artwork-info__info {
      font-size: 1.1rem;
      margin-bottom: 1rem; }
      .artwork-info__info div {
        margin-bottom: 0.3rem; }
    .artwork-info__price {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem; }
    .artwork-info__more {
      margin-bottom: 3rem; }
      .artwork-info__more div {
        display: flex;
        align-items: center;
        gap: .5rem;
        margin-bottom: 1rem; }
        .artwork-info__more div img {
          width: 1.5rem;
          flex-shrink: 0; }
    .artwork-info__feedback {
      text-align: center; }
      .artwork-info__feedback .btn {
        min-width: 13rem;
        padding: 0 1.5rem;
        height: 2.5rem;
        background: #545491;
        color: #fff; }
        .artwork-info__feedback .btn:hover {
          background: transparent;
          color: #545491; }
      .artwork-info__feedback-flex {
        display: flex;
        justify-content: space-between; }
        .artwork-info__feedback-flex .btn {
          width: 40%; }
        .artwork-info__feedback-flex .btn-white {
          width: 56%;
          background: transparent;
          color: #545491; }
          .artwork-info__feedback-flex .btn-white:hover {
            background: #545491;
            color: #fff; }
  .artwork-model {
    margin-top: 1rem; }
    .artwork-model__title {
      font-weight: 700;
      margin-bottom: 0.3rem; }
    .artwork-model__list {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem; }
      .artwork-model__list li {
        height: 1.5rem;
        padding: 0 1rem;
        background: #545491;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none; }
        .artwork-model__list li.active {
          background: #ed6c72; }
  .artwork-prices .artwork-info__price {
    display: none; }
    .artwork-prices .artwork-info__price:first-child {
      display: block; }
  .artwork-desc {
    text-align: center;
    max-width: 52rem;
    margin: 0 auto;
    padding-top: 2rem; }
    .artwork-desc .similar__title {
      margin-bottom: 1.5rem; }
    .artwork-desc__text {
      text-align: justify;
      color: #838383; }

.product-info__item {
  display: none; }
  .product-info__item:first-child {
    display: block; }
.product-info__head {
  display: inline-flex;
  font-size: 1rem;
  border-radius: .5rem .5rem 0 0;
  overflow: hidden;
  border: 1px solid #545491;
  border-bottom: none; }
  .product-info__head li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    background: #FCFBFB;
    height: 2.5rem;
    width: 10rem; }
    .product-info__head li.active {
      background: #545491;
      color: #fff; }
.product-info__tabs {
  padding: 2rem 0;
  border-top: 1px solid #545491;
  font-size: 0.9rem;
  line-height: 1.5; }
.product-info__tab {
  max-width: 65rem;
  display: none; }
  .product-info__tab table {
    font-size: 0.8rem;
    text-align: center;
    min-width: 80%; }
    .product-info__tab table th, .product-info__tab table td {
      padding: 0.3rem .5rem;
      border: 1px solid #999; }
      .product-info__tab table th:first-child, .product-info__tab table td:first-child {
        white-space: nowrap; }
    .product-info__tab table th {
      background: #545491;
      color: #fff; }
  .product-info__tab .table {
    margin-left: 0;
    margin-right: 0; }
  .product-info__tab ul, .product-info__tab ol {
    padding-left: 1rem; }
  .product-info__tab li {
    display: list-item; }
  .product-info__tab a {
    color: #545491;
    border-bottom: 1px solid transparent; }
    .product-info__tab a:hover {
      border-color: #545491; }
  .product-info__tab.active {
    display: block; }

.artworks {
  padding-top: 5rem;
  margin-bottom: 5rem; }
  .artworks .contacts__title {
    margin-top: 0; }
  .artworks-filter {
    width: 20%;
    top: .75rem;
    flex-shrink: 0; }
    .artworks-filter .header-search__input input {
      width: 100%; }
    .artworks-filter__show {
      display: none; }
    .artworks-filter__close {
      display: none; }
      .artworks-filter__close span {
        text-decoration: underline; }
      .artworks-filter__close svg {
        margin-top: 3rem;
        width: 1.5rem;
        height: 1.5rem; }
    .artworks-filter__result-btn {
      margin-top: 1rem;
      font-size: 1.2rem;
      cursor: pointer;
      width: 100%;
      height: 3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #000;
      color: #fff;
      transition: .6s all; }
      .artworks-filter__result-btn:hover {
        background: #222; }
    .artworks-filter > div {
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: .75rem; }
      .artworks-filter > div:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    .artworks-filter label {
      display: flex;
      align-items: center;
      color: #555;
      font-size: .9rem;
      margin-bottom: .4rem;
      user-select: none;
      cursor: pointer;
      position: relative; }
      .artworks-filter label input {
        border: 1px solid #dcdbdb;
        width: .8rem;
        height: .8rem;
        margin-right: .4rem;
        appearance: none; }
        .artworks-filter label input:checked::before {
          color: #e0218e;
          content: "\2713";
          height: .8rem;
          width: .8rem;
          font-size: .8rem;
          display: block;
          line-height: 1;
          position: absolute; }
      .artworks-filter label span {
        user-select: none; }
    .artworks-filter__title {
      margin: .75rem 0 .5rem; }
    .artworks-filter__list {
      margin-top: .85rem;
      max-height: 15rem;
      overflow: auto; }
      .artworks-filter__list::-webkit-scrollbar {
        width: .4rem;
        border-radius: .2rem; }
      .artworks-filter__list::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: .4rem; }
      .artworks-filter__list::-webkit-scrollbar-thumb {
        background: #555;
        border-radius: .4rem;
        width: .6rem; }
    .artworks-filter__category-list {
      max-height: 15rem;
      overflow: auto; }
      .artworks-filter__category-list::-webkit-scrollbar {
        width: .4rem;
        border-radius: .2rem; }
      .artworks-filter__category-list::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: .4rem; }
      .artworks-filter__category-list::-webkit-scrollbar-thumb {
        background: #555;
        border-radius: .4rem;
        width: .6rem; }
    .artworks-filter__categories > li {
      padding: 0.5rem .3rem;
      font-size: 0.75rem;
      user-select: none; }
      .artworks-filter__categories > li div {
        display: flex;
        align-items: center;
        gap: .5rem;
        justify-content: space-between; }
        .artworks-filter__categories > li div span {
          display: flex;
          align-items: center;
          gap: .5rem; }
        .artworks-filter__categories > li div img {
          width: 1.2rem;
          flex-shrink: 0; }
      .artworks-filter__categories > li a {
        color: #000; }
        .artworks-filter__categories > li a:hover {
          color: #545491; }
      .artworks-filter__categories > li.active {
        background: rgba(84, 84, 145, 0.1);
        border-radius: .2rem; }
        .artworks-filter__categories > li.active > div a {
          color: #545491;
          font-weight: 600; }
      .artworks-filter__categories > li.opened svg {
        transform: rotate(180deg); }
      .artworks-filter__categories > li svg {
        fill: #545491;
        cursor: pointer;
        width: 1.5rem;
        padding: 0.5rem; }
      .artworks-filter__categories > li .submenu {
        padding: .6rem 1.7rem;
        display: none; }
        .artworks-filter__categories > li .submenu li {
          margin-bottom: 0.5rem;
          border-bottom: 1px solid rgba(84, 84, 145, 0.3);
          padding-bottom: .5rem; }
          .artworks-filter__categories > li .submenu li:last-child {
            margin-bottom: 0; }
          .artworks-filter__categories > li .submenu li a.active {
            font-weight: 700;
            color: #545491; }
    .artworks-filter__price-form {
      font-size: .95rem;
      color: #555; }
      .artworks-filter__price-form input {
        width: 30%;
        font-size: 0.85rem;
        border: 1px solid #E2E2E2;
        padding: .2rem .4rem;
        outline: none;
        border-radius: .2rem;
        margin-right: .5rem;
        margin-left: 0.5rem; }
        .artworks-filter__price-form input:last-child {
          margin-right: 0; }
    .artworks-filter__more {
      cursor: pointer;
      margin-top: .7rem;
      color: #23448d;
      user-select: none;
      display: none; }
      .artworks-filter__more:hover {
        text-decoration: underline; }
  .artworks-main {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: flex-start; }
    .artworks-main__wrap {
      width: 80%;
      display: flex;
      gap: .5rem;
      flex-wrap: wrap; }
    .artworks-main .slider__item {
      width: calc(25% - .375rem);
      height: auto; }
    .artworks-main__more {
      text-align: center;
      margin-top: 4rem; }
      .artworks-main__more .btn {
        width: 14rem;
        height: 3rem;
        background: #545491;
        color: #fff; }
        .artworks-main__more .btn:hover {
          color: #545491;
          background: transparent; }
    .artworks-main__empty {
      text-align: center;
      font-size: 2rem;
      margin-top: 5rem;
      width: 100%; }

.contacts {
  padding: 5rem 0 7rem;
  min-height: 55vh; }
  .contacts__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    margin-top: -4rem;
    color: #545491; }
  .contacts-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7vw; }
  .contacts-flex {
    display: flex;
    gap: 2rem; }
  .contacts-info__item {
    display: flex;
    margin-bottom: 2rem;
    align-items: center; }
  .contacts-info__img {
    width: 1.3rem;
    margin-right: .7rem; }
    .contacts-info__img img {
      width: 100%; }
  .contacts-info__title {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-weight: 700; }
    .contacts-info__title span {
      font-size: 0.8em; }
  .contacts-info a {
    font-size: .9rem;
    color: #000; }
  .contacts-feedback {
    background: #545491;
    color: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    width: 42%;
    transition: .5s all;
    box-shadow: 2px 0.6rem 1rem rgba(0, 0, 0, 0.25), 0.4rem 0.8rem 2rem rgba(0, 0, 0, 0.15); }
    .contacts-feedback .artist-subscribe__form {
      display: flex;
      flex-direction: column; }
      .contacts-feedback .artist-subscribe__form input, .contacts-feedback .artist-subscribe__form textarea {
        width: 100%;
        background: transparent;
        color: #fff;
        outline: none;
        border: none;
        border-bottom: 0.1rem solid #fff;
        padding: 0.5rem;
        display: block;
        margin-bottom: 1rem;
        font-size: 1rem; }
        .contacts-feedback .artist-subscribe__form input::placeholder, .contacts-feedback .artist-subscribe__form textarea::placeholder {
          color: rgba(255, 255, 255, 0.8); }
      .contacts-feedback .artist-subscribe__form textarea {
        height: 7rem;
        resize: none; }
      .contacts-feedback .artist-subscribe__form .btn {
        background: #fff;
        height: 3rem; }
        .contacts-feedback .artist-subscribe__form .btn:hover {
          color: #545491; }
    .contacts-feedback__title {
      font-size: 1.4rem;
      margin-bottom: 2rem; }

.blog {
  padding: 4rem 0 7rem; }
  .blog__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #545491; }
  .blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem; }
    .blog-head .slider__title {
      margin-bottom: 0; }
    .blog-head__link {
      color: #000; }
      .blog-head__link:hover {
        text-decoration: underline; }
  .blog-main {
    margin-bottom: 7rem; }
    .blog-main__wrap {
      display: flex;
      align-items: flex-start;
      gap: 1.5rem; }
    .blog-main__flex {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem; }
      .blog-main__flex .blog-main__item {
        width: calc(50% - .75rem); }
    .blog-main__item {
      position: relative; }
    .blog-main__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .blog-main__img {
      width: 100%;
      height: 15rem;
      margin-bottom: 1rem; }
      .blog-main__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .blog-main__category {
      font-size: 0.65rem;
      margin-bottom: 0.2rem; }
    .blog-main__name {
      font-size: 1.2rem;
      font-weight: 700;
      color: #545491;
      line-height: 1.6rem;
      max-height: 4.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      margin-bottom: 0.5rem; }
    .blog-main__date {
      color: #707070;
      font-size: 0.8rem; }
    .blog-main__big {
      width: 50%; }
      .blog-main__big .blog-main__img {
        height: 35rem; }
      .blog-main__big .blog-main__name {
        font-size: 1.7rem;
        line-height: 2.4rem; }
      .blog-main__big .blog-main__date {
        font-size: 1rem; }
  .blog-item {
    position: relative;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem; }
    .blog-item:last-child {
      margin-bottom: 0; }
    .blog-item__wrap {
      width: 50%; }
    .blog-item__img {
      width: 50%;
      height: 30vw; }
      .blog-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .blog-item__date {
      font-size: 0.7rem;
      margin-bottom: 1rem; }
    .blog-item__name {
      font-size: 2rem;
      line-height: 120%;
      margin-bottom: 1rem;
      font-weight: 700; }
    .blog-item__category {
      font-size: 1.2rem;
      color: #707070;
      margin-bottom: 1rem; }
    .blog-item__share {
      position: relative;
      z-index: 2;
      display: flex; }
      .blog-item__share li {
        margin-right: .7rem;
        display: flex; }
        .blog-item__share li:last-child {
          margin-right: 0; }
        .blog-item__share li a {
          display: flex; }
          .blog-item__share li a img {
            display: block;
            width: 1.5rem; }
    .blog-item__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .blog-single {
    padding: 4rem 0 7rem; }
    .blog-single .container {
      display: flex;
      align-items: flex-start; }
    .blog-single__main {
      width: calc(100% - 20rem - 10vw); }
    .blog-single__category {
      color: #707070;
      margin-bottom: 0.5rem; }
    .blog-single__name {
      font-size: 3rem;
      line-height: 110%;
      margin-bottom: 1rem;
      color: #545491; }
    .blog-single__wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1.5rem; }
    .blog-single__date {
      font-size: 0.9rem; }
    .blog-single__img {
      margin-bottom: 2rem; }
      .blog-single__img img {
        width: 100%;
        display: block; }
    .blog-single__content img {
      display: inline-block;
      margin-bottom: 2rem; }
    .blog-single__content iframe {
      width: 100%;
      height: 30rem;
      margin-bottom: 2rem;
      display: block; }
    .blog-single__views {
      display: flex;
      align-items: center;
      gap: .3rem;
      color: #707070;
      margin-top: 1.5rem; }
      .blog-single__views img {
        width: 1.2rem; }
  .blog-side {
    width: 20rem;
    margin-left: 10vw;
    position: sticky;
    top: 2rem; }
    .blog-side__title {
      font-size: 1.4rem;
      margin-bottom: 1.5rem;
      font-weight: 700;
      color: #545491; }
    .blog-side__item {
      display: flex;
      position: relative;
      margin-bottom: 1rem; }
    .blog-side__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .blog-side__img {
      width: 7rem;
      height: 5rem;
      margin-right: 1rem;
      flex-shrink: 0; }
      .blog-side__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .blog-side__name {
      font-size: 0.9rem;
      margin-bottom: 0.5rem; }
    .blog-side__category {
      font-size: 0.8rem;
      color: #707070; }

.page404 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  position: relative;
  overflow: hidden; }
  .page404__content {
    text-align: center; }
    .page404__content div {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 2rem; }
    .page404__content img {
      position: absolute;
      right: 10vw;
      top: 20vh;
      transform: rotate(-10deg);
      pointer-events: none;
      width: 20rem;
      z-index: -1; }
  .page404 .btn {
    width: 13rem;
    height: 2.5rem;
    background: #545491;
    color: #fff; }
    .page404 .btn:hover {
      background: transparent;
      color: #545491; }

.partners {
  padding-bottom: 6rem; }
  .partners .slider__title {
    margin-bottom: 3rem; }
  .partners-item {
    margin-right: 1rem;
    width: 16rem;
    height: 10rem;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem; }
    .partners-item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }

.branches {
  padding-bottom: 6rem; }
  .branches-item {
    height: 20rem;
    position: relative;
    color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .branches-item__img {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .branches-item__img::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        z-index: 1; }
      .branches-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .branches-item__name {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.2rem; }
    .branches-item__link {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2; }
    .branches-item__desc {
      font-size: 0.9rem; }

.projects {
  padding-bottom: 6rem; }
  .projects-page {
    padding-top: 3rem; }
  .projects .slider__title {
    margin-bottom: 2rem; }
  .projects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem; }
  .projects-item {
    width: calc(25% - .75rem);
    background: #fff;
    padding: 0.5rem;
    border-radius: 1rem;
    position: relative; }
    .projects-item__city {
      position: absolute;
      z-index: 1;
      left: 1rem;
      top: 1rem;
      background: #545491;
      color: #fff;
      padding: 0.2rem 0.5rem;
      min-width: 4rem;
      display: inline-flex;
      justify-content: center;
      align-items: baseline;
      border-radius: 1rem;
      font-size: 0.7rem; }
    .projects-item__img {
      height: 17rem; }
      .projects-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: .75rem; }
    .projects-item__wrap {
      padding: 1rem 1rem 1.5rem; }
    .projects-item__name {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.4rem; }
    .projects-item__desc {
      font-size: 0.9rem; }
  .projects-all {
    text-align: center; }
    .projects-all .btn {
      background: #545491;
      color: #fff;
      border-radius: .5rem;
      height: 3rem;
      width: 15rem; }

@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700px) {
  :root {
    font-size: 18px; }

  .artist-item__img img {
    height: 15rem; }

  .main-authors__img img {
    height: 20rem; } }
@media (max-width: 1550px) {
  .slider-arrows span:first-child {
    left: -2rem; }
  .slider-arrows span:last-child {
    right: -2rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 17px; }

  .artwork-info__link-img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem; }

  .main-carousel__name {
    font-size: 1.6rem; }

  .artworks-filter {
    top: 1rem; }
    .artworks-filter__title {
      margin: 0.7rem 0; }
    .artworks-filter label {
      font-size: 0.95rem;
      margin-bottom: 0.25rem; }
    .artworks-filter__more {
      margin-top: 0.5rem; } }
@media (max-width: 1499px) {
  .slider-arrows span:first-child {
    left: -3rem; }
  .slider-arrows span:last-child {
    right: -3rem; }

  .categories-item {
    width: calc(25% - .75rem); }

  .similar-artists .categories-item:nth-child(5) {
    display: none; }

  .artworks-filter {
    width: 25%; }
  .artworks-main__wrap {
    width: 75%; }
  .artworks-main .slider__item {
    width: calc(33.3333% - .3333rem); } }
@media (max-width: 1365px) {
  .main-authors__works .slider__item {
    height: auto;
    width: calc(25% - .375rem); }
  .main-authors .main-authors__works .slider__item:nth-child(5) {
    display: none; } }
@media (max-width: 1350px) {
  .slider-arrows span:first-child {
    left: -2rem; }
  .slider-arrows span:last-child {
    right: -2rem; }

  .slider {
    margin-top: 0; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 15px; }

  .artwork-info__feedback .btn {
    font-size: 1.2rem; }

  .artwork-info {
    width: 40%; }

  .similar-artists__item {
    width: 23.5%;
    margin-right: 2%; }

  .similar-artists__item:nth-child(4n) {
    margin-right: 0; }

  .similar-artists__item:nth-child(5n) {
    margin-right: 2%; }

  .similar-artists__item:nth-child(5n) {
    display: none; }

  .blog-single__main {
    width: calc(100% - 25rem); }
  .blog-side {
    margin-left: 5rem; } }
@media (max-width: 1200px) {
  .header-menu {
    font-size: .8rem; }
    .header-menu__item {
      margin: 0 .5rem; }

  .header-search {
    margin-right: 1rem; } }
@media (max-width: 1050px) {
  .slider-arrows {
    display: none; } }
@media (max-width: 992px) {
  body {
    padding-top: 4rem; }

  .artworks-filter {
    width: 30%;
    top: 5rem; }
  .artworks-main__wrap {
    width: 70%; }
    .artworks-main__wrap .slider__item {
      width: calc(50% - .25rem); }

  .artwork__img {
    width: 49%;
    flex-direction: column-reverse;
    align-self: center; }
  .artwork__thumbs {
    flex-direction: row;
    margin-top: .8rem;
    margin-right: 0;
    justify-content: flex-start;
    gap: .5rem; }
    .artwork__thumbs img {
      width: calc(20% - .4rem); }
  .artwork-info {
    width: 49%; }
    .artwork-info__link-name {
      font-size: 0.9rem; }
  .artwork-zoom__close {
    top: 1rem;
    right: 1rem; }
  .artwork-zoom img {
    width: 95%; }

  .page404__content div {
    font-size: 2rem; }
  .page404__content img {
    right: -10rem; }

  .artist {
    margin-top: 0; }
    .artist-info {
      padding-top: 3rem; }
      .artist-info__name {
        font-size: 1.6rem; }
      .artist-info__date {
        font-size: 1.3rem;
        margin-bottom: 1rem; }

  .slider__title {
    margin-bottom: 2rem; }

  .artists-wrap {
    justify-content: space-between; }
    .artists-wrap .artist-item {
      width: 48%;
      margin-right: 0; }

  .categories-item {
    width: calc(33.3333% - .66666rem); }

  .artists-list {
    column-count: 3;
    margin-bottom: 5rem; }

  .header {
    border-bottom: 1px solid #e2e2e2;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; }
    .header-menu, .header-lang {
      display: none; }
    .header-right {
      width: 55%;
      margin: 0 1rem; }
    .header-search {
      margin: 0;
      width: 100%; }
      .header-search input {
        width: 100%;
        font-size: 16px;
        padding: 0.3rem 2rem 0.3rem 0.6rem; }
    .header-mobile {
      display: flex;
      width: 2rem;
      position: relative;
      flex-direction: column;
      justify-content: space-between;
      height: 1.4rem;
      cursor: pointer; }
      .header-mobile span {
        width: 100%;
        display: block;
        height: .17rem;
        background: #000;
        border-radius: 4px;
        transition: .4s all; }
      .header-mobile span:nth-child(2) {
        width: 80%; }
      .header-mobile__open span:nth-child(2) {
        display: none; }
      .header-mobile__open span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .header-mobile__open span:first-child {
          transform: translateY(-50%) rotate(45deg); }
        .header-mobile__open span:last-child {
          transform: translateY(-50%) rotate(-45deg); }
    .header__btn {
      display: none; }

  .mobile-menu {
    position: fixed;
    top: 4.2rem;
    left: -100vw;
    transition: .6s all;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    color: #fff;
    text-align: center;
    display: block;
    overflow: auto; }
    .mobile-menu-open {
      left: 0; }
    .mobile-menu .header-menu {
      display: block;
      padding-top: 10vh;
      font-size: 1.3rem;
      margin-right: 0; }
      .mobile-menu .header-menu__item {
        margin-bottom: 1.5rem; }
    .mobile-menu .header__btn {
      display: inline-flex; }
    .mobile-menu .header-lang {
      display: flex;
      justify-content: center;
      margin-top: 7vh; }
      .mobile-menu .header-lang li, .mobile-menu .header-lang a {
        margin: 0 .5rem;
        color: #000;
        text-transform: capitalize; }
        .mobile-menu .header-lang li img, .mobile-menu .header-lang a img {
          width: 2rem; }

  .main-authors__img img {
    height: 15rem; }

  .main-authors__works .slider__item {
    width: calc(33.333% - .3333rem); }
  .main-authors .main-authors__works .slider__item:nth-child(4) {
    display: none; }

  .main-carousel__item {
    flex-direction: column; }
  .main-carousel__img {
    width: 100%;
    height: auto; }
  .main-carousel__name {
    font-size: 1.5rem; }
  .main-carousel__content {
    padding: 2rem 2rem 3rem;
    width: 100%; }
  .main-carousel__text {
    font-size: 1.1rem; }
  .main-carousel__arrows {
    bottom: 1rem; }

  .preloader-images__desc {
    display: none; }

  .preloader-images__mobi {
    display: block; }

  .similar-artists {
    margin: 3rem 0 2rem; }
    .similar-artists__wrap {
      justify-content: space-between; }
    .similar-artists__item {
      margin-right: 0;
      width: 49%;
      margin-bottom: 1rem; }

  .similar-wrap {
    column-count: 3;
    column-gap: 1rem; }
  .similar .main-authors__works {
    flex-wrap: wrap;
    justify-content: center; }

  .about-content {
    display: block; }
  .about .container {
    padding: 0 5vw; }
  .about-info__item {
    width: 32%;
    margin-right: 2%; }
  .about__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem; }

  .contacts-wrap {
    padding: 0; }
  .contacts-feedback {
    width: 50%; }

  .blog-head {
    margin-bottom: 2rem; }
  .blog-item__name {
    font-size: 2rem; }
  .blog-main__wrap {
    display: block; }
  .blog-main__big {
    width: 100%;
    margin-bottom: 3rem; }
  .blog-main__flex {
    width: 100%; }
  .blog-single .container {
    display: block; }
  .blog-single__main {
    width: 100%; }
  .blog-side {
    margin-left: 0;
    width: 100%;
    position: static; }
    .blog-side__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .blog-side__item {
      width: calc(50% - .5rem); }

  .main-about .container {
    flex-direction: column;
    gap: 3rem; }
  .main-about__img, .main-about__content {
    width: 100%; }

  .projects-item {
    width: calc(33.3333% - .66666rem); }
  .projects-list-main .projects-item:nth-child(4) {
    display: none; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 15px; }

  body {
    font-size: 1rem; }

  .preloader__logo {
    width: 17rem; }

  .contacts {
    height: auto;
    padding: 3rem 0 5rem; }
    .contacts__title {
      margin-top: 0;
      margin-bottom: 2rem; }
    .contacts-wrap {
      display: block;
      padding: 0; }
    .contacts-feedback {
      width: 100%;
      margin-top: 3rem; }
    .contacts-flex {
      flex-direction: column;
      gap: 0; }
    .contacts-info a {
      font-size: 1rem; }

  .artwork__img {
    width: 100%;
    margin-bottom: 1rem; }
  .artwork-info {
    width: 100%; }
  .artwork-info__feedback .btn {
    font-size: 1.1rem; }
  .artwork-desc {
    padding-top: 0; }

  .product-info__head {
    width: 100%;
    overflow: auto; }
    .product-info__head li {
      flex-shrink: 0; }
    .product-info__head::-webkit-scrollbar {
      display: none; }
  .product-info__tab .table {
    width: 100%;
    overflow: auto; }
    .product-info__tab .table img {
      min-width: 15rem; }

  .artworks {
    margin: 2rem 0;
    padding-top: 1rem; }
    .artworks .container {
      display: block; }
    .artworks-filter {
      width: 100%;
      margin-bottom: 1rem;
      z-index: 10000;
      top: 0;
      position: fixed;
      background: #fff;
      left: 0;
      height: 100%;
      padding: 1rem 15px;
      transition: .6s all;
      transform: translateX(-100vw); }
      .artworks-filter__show {
        display: inline-flex;
        align-items: center;
        border: 1px solid #555;
        padding: .5rem 1rem;
        color: #555; }
        .artworks-filter__show img {
          width: 1.5rem;
          margin-left: 1rem; }
      .artworks-filter__close {
        text-align: center;
        display: block; }
      .artworks-filter__categories {
        padding-top: 2rem; }
        .artworks-filter__categories a {
          font-size: 0.9rem; }
          .artworks-filter__categories a img {
            width: 1.5rem; }
      .artworks-filter label {
        width: 48%;
        font-size: 0.9rem; }
      .artworks-filter__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .artworks-filter__more {
        width: 100%;
        margin-top: .5rem; }
      .artworks-filter__category-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: 15rem; }
      .artworks-filter-open {
        transform: none; }
    .artworks-main {
      width: 100%;
      padding-left: 0;
      margin-top: 2rem; }
      .artworks-main__wrap {
        width: 100%; }
    .artworks .contacts__title {
      font-size: 1.8rem; }

  .artists-list {
    column-count: 2;
    margin-bottom: 4rem; }

  .artist-info .container {
    display: block; }
  .artist-info__img {
    margin: 0 auto 1rem; }
  .artist-info__wrap {
    text-align: center;
    display: block; }
  .artist-subscribe__content {
    width: 94vw; }
  .artist-bio {
    margin-bottom: 2rem; }
    .artist-bio__text {
      font-size: 1.2rem; }
    .artist-bio__more {
      font-size: 1.4rem; }
    .artist-bio .container {
      padding: 2rem 15px; }

  .telegram-channel__content {
    width: 94vw; }

  .about {
    padding-top: 2rem; }
    .about__title {
      margin-bottom: 1rem; }
    .about .container {
      padding: 0 20px; }
    .about-info {
      display: block; }
      .about-info__item {
        width: 100%;
        margin-bottom: 2rem; }
        .about-info__item img {
          width: 80%; }
    .about__banner {
      margin-bottom: 2rem; }
      .about__banner img {
        height: 15rem;
        object-fit: cover; }
    .about-images {
      flex-direction: column;
      gap: 1rem; }
      .about-images img {
        width: 100%; }
    .about__video {
      height: 20rem; }

  .artists-carousel {
    margin-left: -20px;
    width: calc(100% + 40px); }

  .artists-wrap .artist-item__img img {
    height: 10rem; }

  .categories {
    padding-bottom: 5rem; }

  .categories .container {
    justify-content: space-between;
    gap: .5rem; }

  .categories-item {
    width: 100%;
    gap: 1rem; }
    .categories-item__name {
      font-size: 1rem; }
    .categories-item__img {
      width: 4rem;
      height: 4rem; }

  .footer-follow li {
    margin: 0 1rem; }
  .footer-main {
    flex-wrap: wrap;
    padding: 2rem 0; }
    .footer-main > div {
      width: 50%; }
      .footer-main > div:first-child {
        width: 100%; }

  .main-authors__author {
    margin-bottom: 2.5rem; }
  .main-authors__works {
    margin-bottom: 1rem;
    flex-wrap: wrap; }
    .main-authors__works .slider__item {
      width: calc(50% - .25rem); }
      .main-authors__works .slider__item:nth-child(3) {
        display: none; }
  .main-authors .main-authors__works .slider__item:nth-child(3) {
    display: none; }
  .main-authors__img img {
    height: 17rem; }
  .main-authors__btn .btn {
    width: 100%; }
  .main-authors__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem; }
  .main-authors__all {
    margin-top: -1rem; }

  .main-carousel__wrap {
    border-radius: 1.5rem; }
  .main-carousel__content {
    padding: 2rem 1rem 5rem;
    width: 100%; }
  .main-carousel__name {
    margin-bottom: 1.2rem;
    font-size: 1.5rem; }
  .main-carousel__item {
    display: block; }
  .main-carousel__text {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1rem; }
  .main-carousel__btn {
    font-size: 1.2rem;
    height: 2.6rem;
    border-radius: .5rem; }
  .main-carousel__arrows {
    right: 1.5rem;
    bottom: 1.5rem; }
    .main-carousel__arrows span {
      width: 3rem;
      height: 2rem; }
      .main-carousel__arrows span svg {
        height: 1.2rem; }

  .similar-artists {
    margin: 0 0 1rem; }
    .similar-artists__item {
      padding: 1rem; }
    .similar-artists__btn {
      width: 100%; }
    .similar-artists__name {
      margin-bottom: .7rem;
      font-size: 1rem;
      line-height: 1rem;
      min-height: 2rem; }

  .similar__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
  .similar-wrap {
    column-count: 2;
    column-gap: 1rem; }
  .similar-item {
    margin-bottom: 0; }
    .similar-item__name {
      font-size: 1.2rem; }
    .similar-item__desc {
      font-size: 0.9rem; }

  .slider {
    margin-bottom: 3rem; }
    .slider__name, .slider__text {
      line-height: 110%; }
    .slider__img {
      height: 11rem;
      margin-bottom: 1rem;
      padding: 0.5rem; }
    .slider__name {
      font-size: 0.9rem; }

  .blog {
    padding: 2rem 0 5rem; }
    .blog-main {
      margin-bottom: 4rem; }
      .blog-main__category {
        font-size: 0.8rem; }
      .blog-main__big .blog-main__img {
        height: 20rem; }
      .blog-main__flex {
        gap: 1rem; }
        .blog-main__flex .blog-main__item {
          width: calc(50% - .5rem); }
      .blog-main__img {
        height: 10rem;
        margin-bottom: 0.5rem; }
    .blog-item {
      flex-direction: column-reverse; }
      .blog-item__img {
        width: 100%;
        height: 18rem; }
      .blog-item__date {
        font-size: 0.9rem; }
      .blog-item__name {
        font-size: 1.7rem;
        margin-bottom: .5rem; }
      .blog-item__wrap {
        width: 100%; }
    .blog-single {
      padding: 2rem 0 3rem; }
      .blog-single__name {
        font-size: 2rem; }
      .blog-single__img {
        margin-bottom: 1.5rem; }
      .blog-single__content p {
        line-height: 150%; }
      .blog-single__content img {
        margin-bottom: 1.5rem; }
      .blog-single__content iframe {
        margin-bottom: 1.5rem;
        height: 18rem; }
    .blog-side__item {
      display: block; }
    .blog-side__img {
      width: 100%;
      height: 7rem;
      margin-bottom: 1rem; }

  .main-about {
    padding-top: 0; }

  .branches-item {
    height: 15rem; }

  .projects {
    padding-bottom: 4rem; }
    .projects-item {
      width: 100%; }
      .projects-item__img {
        height: calc(100vw - 5rem); }

  .partners-item {
    width: 14rem;
    height: 9rem;
    padding: 1.2rem; } }
@media (max-width: 576px) {
  .header-logo img {
    width: 7rem; }
  .header-search__input img {
    top: 0.4rem; }

  .mobile-menu {
    top: 3.8rem; } }
@media (max-width: 507.98px) {
  .artwork__thumbs img {
    height: 15vw; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }

/*# sourceMappingURL=main.css.map */
