@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --black-ap: #2B2B2B;
  --lightBlack: rgba(43, 43, 43, 0.8);
}

#artPremiumWrapper .openEditUploadedDocument {
  padding: 5px 8px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper .paging .numPages span.active {
  background: var(--black-ap);
  border-radius: 0;
}
#artPremiumWrapper .timerWrapper .timer .item .shadow {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1) !important;
}
#artPremiumWrapper .timerWrapper .timer .item svg circle {
  stroke: #2B2B2B;
}
#artPremiumWrapper .tooltipWrapper p {
  margin-bottom: 0 !important;
}
#artPremiumWrapper h2.head {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
#artPremiumWrapper h2.sectionTitle {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 45.5px */
}
#artPremiumWrapper h4.middleTitle {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
#artPremiumWrapper h4.smallTitle {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#artPremiumWrapper .tableD::-webkit-scrollbar-thumb, #artPremiumWrapper .lotBets::-webkit-scrollbar-thumb {
  background: gray;
  cursor: pointer;
}
#artPremiumWrapper .tableD thead tr th, #artPremiumWrapper .lotBets thead tr th {
  padding: 12px 10px;
  color: #2B2B2B;
  text-align: center;
  font-family: "Playfair Display" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #F5F5F7;
  border: 2px white solid;
}
#artPremiumWrapper .tableD .actionsCol, #artPremiumWrapper .lotBets .actionsCol {
  min-width: 20px !important;
  max-width: 20px !important;
  padding: 0;
  border: none;
}
#artPremiumWrapper .tableD .actionsCol .p-column-header-content, #artPremiumWrapper .lotBets .actionsCol .p-column-header-content {
  display: none;
}
#artPremiumWrapper .tableD tbody tr, #artPremiumWrapper .lotBets tbody tr {
  border-bottom: 1px rgba(43, 43, 43, 0.2) solid;
}
#artPremiumWrapper .tableD tbody tr td, #artPremiumWrapper .lotBets tbody tr td {
  color: rgba(43, 43, 43, 0.6) !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  padding: 10px;
}
#artPremiumWrapper .tableD tbody tr td .actions, #artPremiumWrapper .lotBets tbody tr td .actions {
  display: flex;
  align-items: center;
}
#artPremiumWrapper .tableD tbody tr td .actions button, #artPremiumWrapper .lotBets tbody tr td .actions button {
  visibility: hidden;
  position: relative;
  height: fit-content;
  padding: 0;
  display: inline-flex;
  align-items: center;
  font-size: 0 !important;
}
#artPremiumWrapper .tableD tbody tr td .actions button:after, #artPremiumWrapper .lotBets tbody tr td .actions button:after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("/images/artPremium/trash.svg");
  visibility: visible;
  display: flex;
}
#artPremiumWrapper .regSuccessWrap {
  margin-top: 60px;
}
#artPremiumWrapper .regSuccessWrap .regSuccess {
  padding: 70px 75px;
  border-radius: 0;
  border: none;
  gap: 10px;
}
#artPremiumWrapper .regSuccessWrap .regSuccess h2 {
  color: #2B2B2B;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
#artPremiumWrapper .regSuccessWrap .regSuccess h2 hr {
  display: none;
}
#artPremiumWrapper .regSuccessWrap .regSuccess p {
  color: rgba(43, 43, 43, 0.6);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#artPremiumWrapper .regSuccessWrap .regSuccess a {
  width: 100%;
  padding: 19px 0px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper .rangeWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#artPremiumWrapper .rangeWrapper .values {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 10px;
}
#artPremiumWrapper .rangeWrapper .values .field {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
#artPremiumWrapper .rangeWrapper .values .field input {
  color: rgb(43, 43, 43);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px 5px 10px;
  background: #F5F5F7 !important;
  border-bottom: none !important;
}
#artPremiumWrapper .rangeWrapper .values .field span {
  position: absolute;
  right: 5px;
  top: 0;
}
#artPremiumWrapper .autorizedUser .authBox .user .dropdown-content {
  padding: 16px;
  width: 100%;
  border: none;
  border-radius: 0;
}
#artPremiumWrapper .autorizedUser .authBox .user .dropdown-content .dropdown-content-item .iconWrap {
  width: 24px;
  height: 24px;
  background: var(--black-ap);
  display: flex;
  justify-content: center;
  align-items: center;
}
#artPremiumWrapper .autorizedUser .authBox .user .dropdown-content .dropdown-content-item .iconWrap svg path {
  fill: white;
}
#artPremiumWrapper .autorizedUser .authBox .user .dropdown-content .dropdown-content-item a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 0;
}
#artPremiumWrapper .autorizedUser .authBox .userNav a .notifCount {
  background: var(--black-ap);
}
#artPremiumWrapper .autorizedUser .authBox .userNav a svg path {
  fill: #2B2B2B;
}
#artPremiumWrapper .scrollButtons {
  display: flex;
  align-items: center;
  gap: 10px;
}
#artPremiumWrapper .scrollButtons button {
  transition: 0.5s;
}
#artPremiumWrapper .scrollButtons button:disabled {
  opacity: 0.5;
}
#artPremiumWrapper .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
#artPremiumWrapper .rc-slider {
  width: 90%;
  align-self: center;
}
#artPremiumWrapper .rc-slider-track {
  background-color: #2B2B2B;
}
#artPremiumWrapper .rc-slider-handle {
  border-color: rgba(43, 43, 43, 0.2);
  background-color: #fff;
  box-shadow: none;
}
#artPremiumWrapper .rc-slider-track-1 {
  background-color: rgba(43, 43, 43, 0.5);
}
#artPremiumWrapper .rc-slider-rail {
  background-color: rgba(43, 43, 43, 0.1);
}
#artPremiumWrapper .rc-slider-handle:hover {
  border-color: #388E3C;
}
#artPremiumWrapper .header {
  background: white;
}
#artPremiumWrapper .headerMenu {
  background: #F5F5F7;
  backdrop-filter: blur(2.7000000477px);
}
#artPremiumWrapper .passwordWrapper {
  display: flex;
  position: relative;
  width: 100%;
}
#artPremiumWrapper .passwordWrapper img {
  position: absolute;
  right: 0;
  width: 18px;
  cursor: pointer;
}
#artPremiumWrapper .blackButton, #artPremiumWrapper #blackButton {
  width: 100%;
  padding: 19px 0px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper .blackButton.disable, #artPremiumWrapper #blackButton.disable {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
#artPremiumWrapper .blackButtonS, #artPremiumWrapper #blackButtonS {
  padding: 5px 8px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper .blackButtonS.disable, #artPremiumWrapper #blackButtonS.disable {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
#artPremiumWrapper .blackButton, #artPremiumWrapper #blackButton, #artPremiumWrapper .blackButtonS, #artPremiumWrapper #blackButtonS {
  transition: 0.5s;
}
#artPremiumWrapper .blackButton:hover, #artPremiumWrapper #blackButton:hover, #artPremiumWrapper .blackButtonS:hover, #artPremiumWrapper #blackButtonS:hover {
  box-shadow: 0px 0px 2px 1px rgba(43, 43, 43, 0.5215686275);
}
#artPremiumWrapper .borderButton, #artPremiumWrapper #borderButton {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  width: 100%;
  padding: 19px 0px;
  border: 1px solid #2B2B2B;
  background: none;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper .borderButton.disable, #artPremiumWrapper #borderButton.disable {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
#artPremiumWrapper .borderButtonS, #artPremiumWrapper #borderButtonS {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  padding: 5px 8px;
  border: 1px solid #2B2B2B;
  background: none;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper .borderButtonS.disable, #artPremiumWrapper #borderButtonS.disable {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
#artPremiumWrapper .borderButton, #artPremiumWrapper #borderButton, #artPremiumWrapper .borderButtonS, #artPremiumWrapper #borderButtonS {
  transition: 0.5s;
}
#artPremiumWrapper .borderButton:hover, #artPremiumWrapper #borderButton:hover, #artPremiumWrapper .borderButtonS:hover, #artPremiumWrapper #borderButtonS:hover {
  box-shadow: 0px 0px 2px 1px rgba(43, 43, 43, 0.5215686275);
}
#artPremiumWrapper .input {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 0px 15px 0px;
  border-radius: 0;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px rgba(43, 43, 43, 0.2) solid !important;
  width: 100%;
}
#artPremiumWrapper input {
  background: none !important;
  border: none;
  outline: none;
}
#artPremiumWrapper .checkboxLabel {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: normal;
}
#artPremiumWrapper .invalidText {
  color: red;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: normal;
  margin-bottom: 0 !important;
  white-space: normal;
}
#artPremiumWrapper .inputWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#artPremiumWrapper .inputWrapper .editableActions button {
  padding: 5px 8px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper .inputWrapper .searchSelect .optionsList.open {
  z-index: 10;
}
#artPremiumWrapper .inputWrapper .searchSelect .optionsList .search {
  border: 1px solid rgba(43, 43, 43, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#artPremiumWrapper .inputWrapper .searchSelect .optionsList .search img {
  right: 15px;
  position: absolute;
}
#artPremiumWrapper .inputWrapper .searchSelect .optionsList .search input {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  padding: 16px 15px;
  border: none !important;
}
#artPremiumWrapper .inputWrapper .searchSelect .optionsList .other {
  padding-top: 10px;
}
#artPremiumWrapper .inputWrapper .searchSelect .optionsList .other input {
  padding-bottom: 5px;
}
#artPremiumWrapper .inputWrapper .radio, #artPremiumWrapper .inputWrapper .checkbox {
  gap: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#artPremiumWrapper .inputWrapper .radio p, #artPremiumWrapper .inputWrapper .checkbox p {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#artPremiumWrapper .inputWrapper .radio input[type=radio], #artPremiumWrapper .inputWrapper .radio input[type=checkbox], #artPremiumWrapper .inputWrapper .checkbox input[type=radio], #artPremiumWrapper .inputWrapper .checkbox input[type=checkbox] {
  width: 17px;
  visibility: hidden;
  position: relative;
  height: 17px;
}
#artPremiumWrapper .inputWrapper .radio input[type=radio]:checked::after, #artPremiumWrapper .inputWrapper .radio input[type=checkbox]:checked::after, #artPremiumWrapper .inputWrapper .checkbox input[type=radio]:checked::after, #artPremiumWrapper .inputWrapper .checkbox input[type=checkbox]:checked::after {
  background: #4b5563 !important;
}
#artPremiumWrapper .inputWrapper .radio input[type=radio]::after, #artPremiumWrapper .inputWrapper .radio input[type=checkbox]::after, #artPremiumWrapper .inputWrapper .checkbox input[type=radio]::after, #artPremiumWrapper .inputWrapper .checkbox input[type=checkbox]::after {
  content: "";
  background: none !important;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: visible;
  width: 17px;
  height: 17px;
  cursor: pointer;
  border: 1px solid rgba(43, 43, 43, 0.6);
}
#artPremiumWrapper .inputWrapper .radio p, #artPremiumWrapper .inputWrapper .checkbox p {
  margin-bottom: 0;
}
#artPremiumWrapper .inputWrapper > span:first-of-type {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#artPremiumWrapper .inputWrapper input, #artPremiumWrapper .inputWrapper textarea {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 0px 15px 0px;
  border-radius: 0;
  background: none;
  border: none !important;
  border-bottom: 1px rgba(43, 43, 43, 0.2) solid !important;
  width: 100%;
  background: none !important;
  outline: none;
}
#artPremiumWrapper .nice-select {
  border-bottom: 1px rgba(43, 43, 43, 0.2) solid;
  height: 35px;
}
#artPremiumWrapper .select {
  border-bottom: 1px rgba(43, 43, 43, 0.2) solid;
}
#artPremiumWrapper .select, #artPremiumWrapper .nice-select {
  border-radius: 0;
  background: none !important;
  padding: 0;
  padding-bottom: 15px;
  box-shadow: none;
}
#artPremiumWrapper .select:after, #artPremiumWrapper .nice-select:after {
  display: none;
}
#artPremiumWrapper .select.open .optionsList, #artPremiumWrapper .nice-select.open .optionsList {
  z-index: 10;
}
#artPremiumWrapper .select .optionsList, #artPremiumWrapper .select .list, #artPremiumWrapper .nice-select .optionsList, #artPremiumWrapper .nice-select .list {
  padding: 15px;
  gap: 0px;
  margin-bottom: 0;
  top: 35px;
}
#artPremiumWrapper .select .optionsList p, #artPremiumWrapper .select .optionsList li, #artPremiumWrapper .select .list p, #artPremiumWrapper .select .list li, #artPremiumWrapper .nice-select .optionsList p, #artPremiumWrapper .nice-select .optionsList li, #artPremiumWrapper .nice-select .list p, #artPremiumWrapper .nice-select .list li {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  line-height: 100%; /* 14px */
  padding: 0px 0px 5px 0px;
  margin-bottom: 0 !important;
  transition: 0.5s;
}
#artPremiumWrapper .select .optionsList p:hover, #artPremiumWrapper .select .optionsList li:hover, #artPremiumWrapper .select .list p:hover, #artPremiumWrapper .select .list li:hover, #artPremiumWrapper .nice-select .optionsList p:hover, #artPremiumWrapper .nice-select .optionsList li:hover, #artPremiumWrapper .nice-select .list p:hover, #artPremiumWrapper .nice-select .list li:hover {
  font-weight: 600;
}
#artPremiumWrapper .select .current, #artPremiumWrapper .nice-select .current {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#artPremiumWrapper .select .selectedOption, #artPremiumWrapper .select .current, #artPremiumWrapper .nice-select .selectedOption, #artPremiumWrapper .nice-select .current {
  padding: 0;
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  background: none;
  gap: 5px;
  box-shadow: none;
}
#artPremiumWrapper .select .selectedOption p, #artPremiumWrapper .select .current p, #artPremiumWrapper .nice-select .selectedOption p, #artPremiumWrapper .nice-select .current p {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 100%; /* 14px */
}
#artPremiumWrapper .select .selectedOption:before, #artPremiumWrapper .select .current:before, #artPremiumWrapper .nice-select .selectedOption:before, #artPremiumWrapper .nice-select .current:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../images/artPremium/selectArrow.svg");
  order: 1;
  visibility: visible;
}
#artPremiumWrapper .select .selectedOption svg, #artPremiumWrapper .select .current svg, #artPremiumWrapper .nice-select .selectedOption svg, #artPremiumWrapper .nice-select .current svg {
  display: none;
}
#artPremiumWrapper .authForm {
  gap: 20px;
}

@media screen and (max-width: 440px) {
  #artPremiumWrapper .borderButton, #artPremiumWrapper .blackButton {
    padding: 16px 0px;
    font-size: 14px;
  }
}
.lotItem {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.lotItem.nearestItem .lotInfo h2 {
  padding-bottom: 0 !important;
}
.lotItem img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.lotItem .lotInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lotItem .lotInfo a {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.lotItem .lotInfo h4 {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 21.6px */
}
.lotItem .lotInfo span {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.lotItem button {
  border: 1px solid #2B2B2B !important;
  margin-top: auto;
}

.catalog {
  display: grid;
  grid-template-columns: 285px 1fr;
  row-gap: 30px;
}
.catalog h1 {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
  width: 590px;
  grid-column: 1/span 2;
}
.catalog .left {
  display: flex;
  gap: 16px;
  align-items: center;
  grid-column: 1;
  grid-row: 2;
}
.catalog .left button {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: #2B2B2B;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 11px */
}
.catalog .left button:hover img {
  transform: scale(1.2);
  opacity: 1;
}
.catalog .left button * {
  transition: 0.5s;
}
.catalog .left button.active img {
  opacity: 1;
  transform: scale(1.2);
}
.catalog .left button img {
  width: fit-content;
  opacity: 0.7;
}
.catalog .right {
  display: flex;
  gap: 59px;
  align-items: center;
  grid-row: 2;
  grid-column: 2;
  justify-content: end;
}
.catalog .right .search {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 2px;
  border-bottom: 1px rgba(43, 43, 43, 0.2) solid;
}
.catalog .right .search img {
  width: fit-content;
}
.catalog .right .search input {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.catalog .right .search input::placeholder {
  opacity: 1;
  color: #2B2B2B;
}
.catalog .right .dropFilter .select {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.catalog .right .dropFilter .select .optionsList {
  right: 0;
  width: fit-content;
}
.catalog .right .dropFilter .select .optionsList p {
  width: max-content;
}
.catalog .filters {
  grid-column: 1;
  grid-row: 3;
}
.catalog .listLots {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: fit-content;
}
.catalog .filters {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.catalog .filters .filterActions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.catalog .filters .filterActions button {
  flex: 1;
}
.catalog .filters .filterActions button.off {
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}
.catalog .filters .filterWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px rgba(43, 43, 43, 0.2) solid;
  height: 34px;
  overflow-y: hidden;
  margin-bottom: 40px;
}
.catalog .filters .filterWrapper .inputFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.catalog .filters .filterWrapper .inputFilter input {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  padding: 15px;
  border: 1px solid rgba(43, 43, 43, 0.2) !important;
  width: 100%;
}
.catalog .filters .filterWrapper .inputFilter button {
  flex: 1;
}
.catalog .filters .filterWrapper .search {
  display: flex;
  align-items: center;
  position: relative;
}
.catalog .filters .filterWrapper .search img {
  position: absolute;
  right: 15px;
}
.catalog .filters .filterWrapper .search input {
  padding: 16px 15px;
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  width: 100%;
  border: 1px solid rgba(43, 43, 43, 0.2) !important;
}
.catalog .filters .filterWrapper .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog .filters .filterWrapper .list .showMore {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-left: 0;
  text-align: left;
}
.catalog .filters .filterWrapper .list .treeItem {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  transition: 0.5s;
  cursor: pointer;
  user-select: none;
}
.catalog .filters .filterWrapper .list .treeItem:hover {
  color: rgb(43, 43, 43);
}
.catalog .filters .filterWrapper.open {
  height: fit-content;
}
.catalog .filters .filterWrapper .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.catalog .filters .filterWrapper .title h4 {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.catalog .filters .filterWrapper .catWrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog .filters .filterWrapper .catWrap label.parentCat, .catalog .filters .filterWrapper .catWrap label.catLink {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  transition: 0.5s;
  cursor: pointer;
  user-select: none;
}
.catalog .filters .filterWrapper .catWrap label.parentCat:hover, .catalog .filters .filterWrapper .catWrap label.catLink:hover {
  color: rgb(43, 43, 43);
}
.catalog .paginateWrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  grid-column: 2;
}

@media screen and (max-width: 440px) {
  .helpBot {
    display: none !important;
  }
  #artPremiumWrapper .bannerFilters-mobile {
    display: none;
  }
  #artPremiumWrapper #catalogLots .catalog {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #artPremiumWrapper #catalogLots .catalog h1 {
    font-size: 22px;
    width: 100%;
    margin-bottom: 0;
  }
  #artPremiumWrapper #catalogLots .catalog .left {
    justify-content: space-between;
  }
  #artPremiumWrapper #catalogLots .catalog .right {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #artPremiumWrapper #catalogLots .catalog .right .search {
    width: 100%;
  }
  #artPremiumWrapper #catalogLots .catalog .right .search input {
    width: 100%;
  }
  #artPremiumWrapper #catalogLots .catalog .right .dropFilter {
    width: 100%;
  }
  #artPremiumWrapper #catalogLots .catalog .right .dropFilter .optionsList {
    width: 100%;
  }
  #artPremiumWrapper #catalogLots .catalog .paginateWrapper {
    order: 1;
  }
  #artPremiumWrapper #catalogLots .catalog .paginateWrapper .paging {
    padding-top: 0;
  }
  #artPremiumWrapper #catalogLots .catalog .listLots {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #artPremiumWrapper #catalogLots .catalog .filters {
    margin-right: 0;
  }
  #artPremiumWrapper #catalogLots .catalog .filters .filterActions {
    padding: 15px 20px;
    background: #2B2B2B;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    box-shadow: 0px -3px 20px 0px rgba(43, 43, 43, 0.7019607843);
    z-index: 5;
  }
  #artPremiumWrapper #catalogLots .catalog .filters .filterActions button {
    padding: 12px 0px;
  }
  #artPremiumWrapper #catalogLots .catalog .filters .filterActions button.blackButtonS {
    background: white;
    color: #2B2B2B;
  }
  #artPremiumWrapper #catalogLots .catalog .filters .filterActions button.borderButtonS {
    border-color: white;
    color: white;
  }
}
#artPremiumWrapper .lotEditor {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultHead {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultHead h4 {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultHead h4 hr {
  margin: 0;
  margin-top: 10px;
  border-width: 2px;
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultHead p {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultBody {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultBody .bodyRow {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultBody .bodyRow h5 {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultBody .bodyRow a {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#artPremiumWrapper .lotEditor .lotCreateResult .resultBody button {
  width: 100%;
  padding: 19px 0px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
#artPremiumWrapper .lotEditor h2 {
  color: #2B2B2B;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 44.2px */
  padding-bottom: 11px;
  text-align: center;
  flex-grow: 1;
}
#artPremiumWrapper .lotEditor .lotRow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#artPremiumWrapper .lotEditor .lotRow .full {
  flex-grow: 1;
  width: 100%;
}
#artPremiumWrapper .lotEditor .lotRow .rowItems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
#artPremiumWrapper .lotEditor .rowLists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#artPremiumWrapper .lotEditor .rowLists .columItems {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#artPremiumWrapper .lotEditor .inputWrapper.extended {
  grid-column: 1/span 2;
  width: 100%;
}
#artPremiumWrapper .lotEditor .inputWrapper.extended > span:first-of-type {
  width: 100%;
}
#artPremiumWrapper .lotEditor .inputName {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  align-self: start;
}
#artPremiumWrapper .lotEditor textarea {
  height: 100px;
}
#artPremiumWrapper .lotEditor .publicLotButtons {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-bottom: 120px;
}
#artPremiumWrapper .lotEditor .customSelectWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#artPremiumWrapper .lotEditor .listPicturesLoader .picturesList .pictureItem {
  border: 1px solid rgba(43, 43, 43, 0.2);
}
#artPremiumWrapper .lotEditor .listPicturesLoader .picturesList .pictureItem .actions .deletePicture {
  background: white;
  border-radius: 50%;
}
#artPremiumWrapper .lotEditor .listPicturesLoader .picturesList .pictureItem .actions .deletePicture::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/images/artPremium/closeIcon.png");
  background-size: 100%;
  display: block;
  cursor: pointer;
}
#artPremiumWrapper .lotEditor .listPicturesLoader .picturesList .pictureItem .actions .deletePicture svg {
  display: none;
}
#artPremiumWrapper .lotEditor .listPicturesLoader .picturesList .pictureItem .actions .makeGeneral {
  padding: 5px 8px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
#artPremiumWrapper .lotEditor .listPicturesLoader .picturesList .pictureItem .actions p {
  color: white;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 5px 10px 5px 10px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.53);
}
#artPremiumWrapper .lotEditor .uploadWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#artPremiumWrapper .lotEditor .uploadWrapper span.file {
  color: rgb(43, 43, 43);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
#artPremiumWrapper .lotEditor .uploadWrapper button.blackButtonS {
  width: fit-content;
}
#artPremiumWrapper .lotEditor .uploadWrapper h4 {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#artPremiumWrapper .lotEditor .uploadWrapper p {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
#artPremiumWrapper .lotEditor .defaultDropZoneButton {
  width: fit-content;
  padding: 0;
  border: none;
}

.lotPage .bets {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lotPage .reserveTimer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lotPage .reserveTimer h4 {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lotPage .lotHead .middle .lotGallery {
  gap: 10px;
}
.lotPage .lotHead .middle .lotGallery .activeImage {
  width: 590px;
  height: 370px;
  border-radius: 0;
}
.lotPage .lotHead .middle .lotGallery .activeImage img {
  border-radius: 0;
}
.lotPage .lotHead .middle .lotGallery .activeImage .scrollRight, .lotPage .lotHead .middle .lotGallery .activeImage .scrollLeft {
  display: none;
}
.lotPage .lotHead .middle .lotGallery .otherImagesContainer {
  width: 100%;
}
.lotPage .lotHead .middle .lotGallery .otherImagesContainer .otherImagesList {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.lotPage .lotHead .middle .lotGallery .otherImagesContainer .otherImagesList .imageItem {
  width: 140px;
  height: 88px;
  min-width: 140px;
  max-width: 140px;
  border-radius: 0;
}
.lotPage .lotHead .middle .lotGallery .otherImagesContainer .otherImagesList .imageItem img {
  border-radius: 0;
}
.lotPage .lotHead .middle .lotInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.lotPage .lotHead .middle .lotInfo .infoKeys .keys {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lotPage .lotHead .middle .lotInfo .infoKeys .keys .key {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px rgba(0, 0, 0, 0.0588235294) solid;
  gap: 20px;
}
.lotPage .lotHead .middle .lotInfo .infoKeys .keys .key h5 {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.lotPage .lotHead .middle .lotInfo .infoKeys .keys .key p {
  margin-bottom: 0 !important;
  color: #2B2B2B;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.lotPage .lotHead .middle .lotInfo .rowItem {
  padding-bottom: 20px;
  border-bottom: 1px rgba(43, 43, 43, 0.2) solid;
}
.lotPage .lotHead .middle .lotInfo .rowDocuments .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lotPage .lotHead .middle .lotInfo .title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lotPage .lotHead .middle .lotInfo .title h2 {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.lotPage .lotHead .middle .lotInfo .title p {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  width: 100%;
  margin-bottom: 0 !important;
  white-space: normal;
  word-break: break-all;
}
.lotPage .lotHead .middle .lotInfo .middleRow {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lotPage .lotHead .middle .lotInfo .middleRow .nums {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lotPage .lotHead .middle .lotInfo .middleRow .nums h4 {
  color: #2B2B2B;
  text-align: right;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lotPage .lotHead .middle .lotInfo .middleRow .nums h4 span {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lotPage .lotHead .middle .lotInfo .middleRow .actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.lotPage .lotHead .middle .lotInfo .middleRow .actions button.blackButton, .lotPage .lotHead .middle .lotInfo .middleRow .actions p {
  grid-column: 1/span 2;
  grid-row: 1;
}
.lotPage .lotHead .middle .lotInfo .rowDocuments {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lotPage .lotHead .middle .lotInfo .rowDocuments .docItem {
  display: flex;
  gap: 10px;
}
.lotPage .lotHead .middle .lotInfo .rowDocuments .docItem a {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.lotPage .lotHead .middle .lotInfo .rowDocuments .docItem span {
  margin-left: auto;
  color: rgba(43, 43, 43, 0.3);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 440px) {
  #artPremiumWrapper .lotPage .lotHead .middle .lotGallery .activeImage {
    width: 100%;
    height: 100%;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotGallery .activeImage img {
    width: 100%;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotGallery .otherImagesContainer {
    width: 100%;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotGallery .otherImagesContainer .otherImagesList {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotGallery .otherImagesContainer .otherImagesList .imageItem {
    width: 100%;
    max-width: 100%;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotInfo .title {
    gap: 5px;
    padding-bottom: 10px;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotInfo .middleRow {
    gap: 15px;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotInfo .middleRow .nums {
    gap: 5px;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotInfo .middleRow .nums h4 {
    font-size: 12px;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotInfo .middleRow .nums h4 span {
    font-size: 15px;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotInfo .middleRow .actions {
    display: flex;
    flex-direction: column;
  }
  #artPremiumWrapper .lotPage .lotHead .middle .lotInfo .middleRow .actions p {
    margin-bottom: 0;
  }
  #artPremiumWrapper .lotPage .bets {
    padding-top: 20px;
  }
  #artPremiumWrapper .lotPage .bets .lotBets {
    align-items: start;
  }
}
@font-face {
  font-family: "Bebas";
  src: url("../bebasneuecyrillic.ttf") format("truetype");
}
.mobileWarning {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  background: rgb(27, 27, 27);
  z-index: 5;
}
.mobileWarning h4 {
  color: white;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  width: 360px;
  text-align: center;
  line-height: 130%; /* 45.5px */
}

.mainContent {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.centerWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.receiptLink {
  color: rgb(43, 43, 43);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: normal;
  width: 100%;
  text-decoration: underline !important;
}

.header.artPremium .headerMenu a.link .stroke {
  background: #2B2B2B;
}
.header.artPremium .header-mobile {
  top: 0 !important;
}
.header.artPremium .header-mobile__container .hamburger .burgerStroke {
  background-image: none;
  background: #2B2B2B;
}
@keyframes burgerToCloseIcon1Prem {
  from {
    transform: rotate(0) translateY(0);
    background: #2B2B2B;
  }
  to {
    transform: translateY(9px) rotate(-45deg);
    background: white;
  }
}
@keyframes burgerToCloseIcon2Prem {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes burgerToCloseIcon3Prem {
  from {
    transform: rotate(0) translateY(0);
    background: #2B2B2B;
  }
  to {
    transform: translateY(-9px) rotate(45deg);
    background: white;
  }
}
@keyframes burgerToOpenIcon1Prem {
  from {
    transform: translateY(9px) rotate(-45deg);
    background: white;
  }
  to {
    transform: rotate(0) translateY(0);
    background: #2B2B2B;
  }
}
@keyframes burgerToOpenIcon2Prem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes burgerToOpenIcon3Prem {
  from {
    transform: translateY(-9px) rotate(45deg);
    background: white;
  }
  to {
    transform: rotate(0) translateY(0);
    background: #2B2B2B;
  }
}
.header.artPremium .header_top .mobile-menu .mobile-menu__container {
  gap: 20px;
}
.header.artPremium .header_top .mobile-menu .mobile-menu__container .headerMenu {
  background: none !important;
}
.header.artPremium .header_top .mobile-menu .mobile-menu__container .headerMenu .menuList {
  gap: 15px;
}
.header.artPremium .header_top .mobile-menu .mobile-menu__container .headerMenu .menuList a .stroke {
  background: white;
}
.header.artPremium .header_top .mobile-menu .mobile-menu__container .buttons {
  padding-top: 0;
}
.header.artPremium .header_top .mobile-menu .mobile-menu__container .buttons a.loginButton {
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 11px 30px;
  outline: 1px solid white;
  cursor: pointer;
  border-radius: 0;
  border: none;
  background: none;
}
.header.artPremium .header_top .mobile-menu .mobile-menu__container .buttons a.registerButton {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 11px 25px;
  background: white;
  outline: 1px solid #2B2B2B;
  cursor: pointer;
  border-radius: 0;
}
.header.artPremium .header_top .header_top-wrapper .header-right {
  align-items: center;
}
.header.artPremium .header_top .header_top-wrapper .header-right a.registerButton {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  padding: 11px 25px;
  background: #2B2B2B;
  outline: 1px solid #2B2B2B;
  cursor: pointer;
  border-radius: 0;
}
.header.artPremium .header_top .header_top-wrapper .header-right a.loginButton {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  padding: 11px 30px;
  outline: 1px solid #2B2B2B;
  cursor: pointer;
  border-radius: 0;
  border: none;
}

.baner {
  background-image: url("../../images/artPremium/Group 2087330544.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.baner .banerContent {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 940px;
  flex-direction: column;
}
.baner .banerContent h1 {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 100px */
  text-transform: uppercase;
}
.baner .banerContent h1 p {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
}
.baner .banerContent h5 {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  width: 800px;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}

.servicesWrapper, .whyUsWrapper {
  padding-top: 120px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.servicesWrapper h2, .whyUsWrapper h2 {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 45.5px */
}
.servicesWrapper .list, .whyUsWrapper .list {
  display: flex;
  flex-grow: 1;
  gap: 20px;
  align-items: center;
}
.servicesWrapper .list .item, .whyUsWrapper .list .item {
  display: flex;
  flex-direction: column;
  gap: 143px;
  padding: 15px;
  outline: 1px solid rgba(43, 43, 43, 0.2);
  transition: 0.5s;
  flex: 1;
}
.servicesWrapper .list .item:hover, .whyUsWrapper .list .item:hover {
  outline: none;
  background: #F5F5F7;
}
.servicesWrapper .list .item img, .whyUsWrapper .list .item img {
  width: fit-content;
}
.servicesWrapper .list .item h4, .whyUsWrapper .list .item h4 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 28.6px */
  text-transform: uppercase;
}
.servicesWrapper .list .item h4 p, .whyUsWrapper .list .item h4 p {
  color: rgba(43, 43, 43, 0.6);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: none;
}
.servicesWrapper h3, .whyUsWrapper h3 {
  align-self: center;
  text-align: center;
  color: #2B2B2B;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
  width: 804px;
}

.goalsWrapper {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.goalsWrapper h2 {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 45.5px */
}
.goalsWrapper .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px rgba(43, 43, 43, 0.2) solid;
}
.goalsWrapper .list .item {
  padding-top: 20px;
  border-top: 1px rgba(43, 43, 43, 0.2) solid;
  display: flex;
  align-items: center;
  gap: 80px;
}
.goalsWrapper .list .item h4 {
  opacity: 0.5;
  color: rgba(43, 43, 43, 0.1019607843);
  font-size: 100px;
  padding-right: 30px;
  font-family: auto;
  font-weight: 400;
}
.goalsWrapper .list .item img {
  width: fit-content;
}
.goalsWrapper .list .item p {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.footerBaner {
  padding: 120px 0px;
  background: #F5F5F7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 120px;
}
.footerBaner h2 {
  color: #2B2B2B;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 100px */
  text-transform: uppercase;
}
.footerBaner p {
  color: #2B2B2B;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
  width: 940px;
}

#artPremiumWrapper #popupWrapper .otherProjects, #artPremiumWrapper #logout-modal-premium .otherProjects {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
#artPremiumWrapper #popupWrapper .forgetPassword, #artPremiumWrapper #logout-modal-premium .forgetPassword {
  color: #2B2B2B;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background: none;
  border: none;
  padding: 0;
  padding-top: 10px;
}
#artPremiumWrapper #popupWrapper .forgetPassword, #artPremiumWrapper #logout-modal-premium .forgetPassword {
  color: #2B2B2B;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background: none;
  border: none;
  padding: 0;
  padding-top: 10px;
}
#artPremiumWrapper #popupWrapper .popupLayer, #artPremiumWrapper #logout-modal-premium .popupLayer {
  padding: 70px 75px;
  border-radius: 0;
  border: none;
  width: 500px;
  height: calc(var(--el-height) + 20px);
}
#artPremiumWrapper #popupWrapper .popupLayer .popupErrorMessage, #artPremiumWrapper #logout-modal-premium .popupLayer .popupErrorMessage {
  display: none !important;
}
#artPremiumWrapper #popupWrapper .popupLayer::-webkit-scrollbar-track, #artPremiumWrapper #logout-modal-premium .popupLayer::-webkit-scrollbar-track {
  background: white;
}
#artPremiumWrapper #popupWrapper .popupLayer::-webkit-scrollbar-thumb, #artPremiumWrapper #logout-modal-premium .popupLayer::-webkit-scrollbar-thumb {
  background: var(--black);
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .actionButtons button:first-child, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .actionButtons button:first-child {
  width: 100%;
  padding: 19px 0px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  background: #2B2B2B;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .actionButtons button:last-child, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .actionButtons button:last-child {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  width: 100%;
  padding: 19px 0px;
  border: 1px solid #2B2B2B;
  background: none;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .closePopup, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .closePopup {
  top: 20px;
  right: 20px;
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .closePopup svg, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .closePopup svg {
  display: none;
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .closePopup::before, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .closePopup::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  visibility: visible;
  right: 0;
  top: 0;
  background-image: url("../../images/artPremium/closeIcon.png");
  background-size: contain;
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .popupHead h4, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .popupHead h4 {
  color: #2B2B2B;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .popupHead h4 hr, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .popupHead h4 hr {
  display: none;
}
#artPremiumWrapper #popupWrapper .popupLayer .popup .popupHead p, #artPremiumWrapper #logout-modal-premium .popupLayer .popup .popupHead p {
  color: var(--lightBlack);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: normal;
  width: 100%;
}
#artPremiumWrapper .openList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 21px;
  overflow-y: hidden;
}
#artPremiumWrapper .openList.open {
  height: fit-content;
}
#artPremiumWrapper .openList.open img {
  transform: rotate(0) !important;
}
#artPremiumWrapper .openList .openListTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#artPremiumWrapper .openList .openListTitle h4 {
  color: #2B2B2B;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#artPremiumWrapper .openList .openListTitle img {
  width: fit-content;
  transform: rotate(180deg);
}

#artPremiumWrapper .regCont form h2 {
  color: #2B2B2B;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  text-transform: none;
}

#artPremiumWrapper .generalWrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 120px 10px;
}
#artPremiumWrapper .generalWrapper .center {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent {
  display: flex;
  align-items: center;
  padding-left: 120px;
  gap: 88px;
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent .left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .title h1 {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 58.5px */
  text-transform: uppercase;
  margin-bottom: 0;
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .title h2 {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 39px */
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .datePlace {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .datePlace .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .datePlace .item p {
  color: rgba(43, 43, 43, 0.7);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 0;
}
#artPremiumWrapper .generalWrapper .promoBaner .banerContent .left a {
  padding: 19.5px 62.5px;
  width: fit-content;
}
#artPremiumWrapper .generalWrapper .nearestLotsWrapper {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
#artPremiumWrapper .generalWrapper .nearestLotsWrapper .swiper .swiper-wrapper {
  height: 320px;
}
#artPremiumWrapper .generalWrapper .nearestLotsWrapper .lotItem .lotInfo a {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
#artPremiumWrapper .generalWrapper .nearestLotsWrapper h2 {
  padding-bottom: 10px;
}
#artPremiumWrapper .generalWrapper .catalogCatsSlider {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#artPremiumWrapper .generalWrapper .catalogCatsSlider h2 {
  padding-bottom: 10px;
}
#artPremiumWrapper .generalWrapper .catalogCatsSlider .list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 30px;
}
#artPremiumWrapper .generalWrapper .catalogCatsSlider .list .catalogCatSlide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 285px;
}
#artPremiumWrapper .generalWrapper .catalogCatsSlider .list .catalogCatSlide a {
  margin-top: 10px;
}
#artPremiumWrapper .generalWrapper .catalogCatsSlider .list .catalogCatSlide h4 {
  color: #170021;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
}
#artPremiumWrapper .generalWrapper .catalogCatsSlider .list .catalogCatSlide img {
  width: 100%;
  height: 100%;
}
#artPremiumWrapper .generalWrapper .aboutCloseSales {
  margin-top: 120px;
  display: flex;
  align-items: center;
}
#artPremiumWrapper .generalWrapper .aboutCloseSales .left {
  padding: 85px 70px 84px 77px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #F5F5F7;
}
#artPremiumWrapper .generalWrapper .aboutCloseSales .left p {
  color: #2B2B2B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 0 !important;
}
#artPremiumWrapper .generalWrapper .aboutCloseSales .left a {
  margin-top: 15px;
  padding: 19.5px 62.5px;
  width: fit-content;
}
#artPremiumWrapper .generalWrapper .aboutCloseSales .image {
  max-width: 600px;
  height: 360px;
}
#artPremiumWrapper .generalWrapper .aboutCloseSales .image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1240px) {
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent {
    gap: 0;
  }
}
@media screen and (max-width: 1140px) {
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent {
    padding-left: 0;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .image {
    max-width: 720px;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .image img {
    height: 100%;
    width: 100%;
  }
  #artPremiumWrapper .generalWrapper .aboutCloseSales .left {
    padding: 85px 28px 84px 31px;
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  #artPremiumWrapper .generalWrapper {
    display: flex;
    flex-direction: column;
    padding: 0 8px 120px 8px;
    gap: 42px;
  }
  #artPremiumWrapper .generalWrapper :is(.nearestLotsWrapper, .catalogCatsSlider, .aboutCloseSales) {
    padding-top: 0;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent {
    align-items: normal;
    flex-direction: column;
    padding: 0;
    gap: 22px;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left {
    order: 1;
  }
}
@media screen and (max-width: 626px) {
  #artPremiumWrapper .swiper .swiper-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #artPremiumWrapper .swiper .swiper-wrapper .swiper-slide {
    min-width: calc(50% - 4px);
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  #artPremiumWrapper .generalWrapper .aboutCloseSales {
    flex-wrap: wrap;
  }
  #artPremiumWrapper .generalWrapper .aboutCloseSales .left {
    width: 100%;
    height: auto;
  }
  #artPremiumWrapper .generalWrapper .aboutCloseSales .image {
    max-height: 360px;
    height: auto;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .title h1 {
    font-size: 40px;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .title h2 {
    font-size: 27px;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left a,
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left #artPremiumWrapper .generalWrapper .aboutCloseSales .left a {
    width: 100%;
  }
  #artPremiumWrapper .generalWrapper .aboutCloseSales .left a {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #artPremiumWrapper .swiper .swiper-wrapper .swiper-slide {
    min-width: 100%;
  }
  #artPremiumWrapper .generalWrapper .aboutCloseSales {
    flex-wrap: wrap;
  }
  #artPremiumWrapper .generalWrapper .aboutCloseSales .left {
    padding: 20px 9px 35px 9px;
  }
}
@media screen and (max-width: 430px) {
  #artPremiumWrapper h2.sectionTitle {
    font-size: 27px;
  }
  #artPremiumWrapper .generalWrapper {
    padding: 0 4px 120px 4px;
    gap: 28px;
  }
  #artPremiumWrapper .generalWrapper .aboutCloseSales {
    margin-top: 50px;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .title h1 {
    font-size: 28px;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left .title h2 {
    font-size: 23px;
  }
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left a,
  #artPremiumWrapper .generalWrapper .promoBaner .banerContent .left #artPremiumWrapper .generalWrapper .aboutCloseSales .left a {
    width: 100%;
  }
}