@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;500&display=swap");
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  height: 21px;
  line-height: 19px;
  outline: none;
  padding-left: 0;
  padding-right: 12;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  padding-right: 16px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  content: url("/themes/custom/artkeratheme/img/arrow-down.svg");
  display: block;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-in-out;
  height: 21px;
}
.nice-select.open:after {
  transform: rotate(180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  padding: 4px 10px;
  margin-left: -10px;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 14px;
  height: 21px;
  line-height: 19px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 19px;
  min-height: 19px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 8px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px/2);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 300;
  line-height: 19px;
  list-style: none;
  min-height: 21px;
  outline: none;
  padding-left: 0;
  padding-right: 11;
  text-align: left;
  transition: all 0.2s;
  padding-bottom: 5px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #fff;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
*, ::after, ::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
body, div, p, h1, h2, h3, h4, h5, ul, li, a, form {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
}
button, input, textarea {
  outline: none !important;
  -webkit-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
  font-family: inherit;
}
input[type=text]:focus, input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, input:active, input.nice-select.open {
  outline: none !important;
}
::-webkit-input-placeholder {
  color: #222;
}
::-moz-placeholder {
  color: #222;
}
/* Firefox 19+ */
:-moz-placeholder {
  color: #222;
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: #222;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
svg, path {
  -webkit-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.125s;
  -o-transition: 0.125s;
  transition: 0.125s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
i {
  line-height: 100%;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: 0.125s;
  background-color: inherit;
}
.swiper-button-prev, .swiper-button-next {
  z-index: 2;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
html {
  width: 100%;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: #000;
}
body.fixed-body {
  overflow-y: hidden;
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
/*
video::-webkit-media-controls-panel {
   background-image: none !important;
   filter: brightness(0.1);
}
*/
h1 {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
.date {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 20px;
}
.basetext {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
}
.body-text p {
  line-height: inherit;
}
.body-text p:not(:last-child) {
  margin-bottom: 10px;
}
.mlist li {
  line-height: inherit;
  display: flex;
}
.mlist li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(8px);
  margin-right: 5px;
  flex-shrink: 0;
}
.mlist li:not(:last-child) {
  margin-bottom: 16px;
}
.m-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.225s;
  padding: 0;
}
.m-btn:focus {
  box-shadow: none;
}
.m-btn-gray {
  background: #ECEDEE;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
}
.m-btn-gray:hover {
  color: #828282;
}
.ui-dialog-titlebar-close.ui-button {
  border: none;
  background: transparent;
}
.ui-dialog-titlebar-close.ui-button .ui-icon {
  background-image: url("/themes/custom/artkeratheme/img/close.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  top: 7px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}
.ui-dialog-titlebar-close.ui-button:hover, .ui-dialog-titlebar-close.ui-button:active, .ui-dialog-titlebar-close.ui-button.nice-select.open, .ui-dialog-titlebar-close.ui-button:focus {
  border: none;
  background: transparent;
}
.ui-dialog-titlebar-close.ui-button:hover .ui-icon, .ui-dialog-titlebar-close.ui-button:active .ui-icon, .ui-dialog-titlebar-close.ui-button.nice-select.open .ui-icon, .ui-dialog-titlebar-close.ui-button:focus .ui-icon {
  background-image: url("/themes/custom/artkeratheme/img/close.svg");
  border: none;
}
form input[type=text] {
  height: 50px;
  border-radius: 0px;
  padding: 6px 16px 6px 16px;
  border: 1px solid #828282;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
}
form textarea {
  height: 110px;
  border-radius: 0px;
  padding: 6px 16px 6px 16px;
  border: 1px solid #828282;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
}
form select {
  height: 50px;
  border-radius: 0px;
  padding: 6px 16px 6px 16px;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  background: #F4F5F6;
  width: 100%;
  border: none;
}
form input.error, form textarea.error, form select.error {
  border: 1px solid darkred;
}
form select.error ~ .nice-select {
  border: 1px solid darkred;
}
form label, form p, form .description {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
form label.error {
  font-size: 12px;
  line-height: 16px;
  color: darkred;
}
form input[type=submit] {
  height: 40px;
  width: 108px;
  border-radius: 0px;
  padding: 0px 16px 0px 16px;
  background: #ECEDEE;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
form input[type=submit]:hover {
  color: #828282;
}
form .form-item-prirkepit-fayly label.form_feedback_upload {
  width: 22px;
  height: 22px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
form .form-item-prirkepit-fayly label.form_feedback_upload:before {
  content: url("/sites/default/files/icons/attached.svg");
  position: relative;
}
form .form-item-prirkepit-fayly label.form_feedback_upload:hover:before {
  content: url("/sites/default/files/icons/attached_hover.svg");
}
form .form-item-prirkepit-fayly div.form_feedback_upload {
  display: flex;
  gap: 7px;
  flex-direction: column;
}
form .form-item-prirkepit-fayly .description {
  display: none;
}
form .form-item-prirkepit-fayly input[type=submit] {
  width: 176px;
}
form #edit-brendy {
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  form #edit-brendy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  form #edit-brendy label.option {
    white-space: nowrap;
    max-width: 87px;
  }
  form #edit-brendy > div:nth-child(2) {
    padding-left: 15px;
  }
  form #edit-brendy > div:nth-child(5) {
    padding-left: 15px;
  }
}
.form-group {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
}
.form-group input {
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0 10px;
  height: 47px;
  width: 100%;
  font-size: 18px;
  background-color: transparent;
  color: #000;
}
.form-group input::placeholder {
  color: #000;
}
.form-group input:focus::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.check {
  position: relative;
}
.check input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.check input:checked + label::before {
  border: 3px solid #fff;
}
.check input:disabled + label {
  color: #AAAAAA;
  pointer-events: none;
}
.check label {
  padding-left: 40px;
  position: relative;
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.check label:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.45);
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s;
}
.file__link {
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.file__link__a {
  text-decoration: underline;
  display: block;
  line-height: 19px;
}
.file__link__a:hover {
  color: #828282;
  text-decoration: underline;
}
.file__link__date {
  display: block;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #828282;
  padding-top: 2px;
  min-height: 18px;
}
.file__link__img {
  width: 28px;
}
.file__link__img_w_date {
  width: 28px;
  padding-bottom: 8px;
  margin-top: -4px;
}
.file__links {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}
.spoiler {
  padding: 0 22.5px 0 16px;
  background: transparent;
  /*#F4F5F6;*/
}
.spoiler._active .spoiler__show img {
  transform: rotate(180deg);
}
.spoiler__show {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.spoiler__show img {
  transition: all 0.4s;
}
.spoiler__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-right: 10px;
}
.spoiler__hidden {
  padding: 4px 0 16px;
  display: none;
}
.spoiler__links {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}
.spoiler__link {
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
.spoiler__link:hover {
  color: #828282;
  text-decoration: underline;
}
.spoiler__link__img {
  width: 16px;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  background: #ECEDEE;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
}
.swiper-pagination-bullet-active {
  background: #000;
}
.mobilemenu {
  margin-bottom: 24px;
}
.breadcrumbs {
  padding: 16px 0;
}
.breadcrumbs__item {
  font-size: 12px;
  line-height: 16px;
  display: inline;
}
.breadcrumbs__item:not(:first-child):before {
  content: "/";
  margin-right: 3px;
}
.breadcrumbs a:hover {
  color: #828282;
}
.brand-card {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.brand-card__img {
  flex-grow: 1;
  max-width: calc(100% - 740px);
}
@media screen and (max-width: 1670px) {
  .brand-card__img {
    max-width: calc(100% - 445px);
  }
}
.brand-card__img img {
  width: 100%;
}
.brand-card__img__mob {
  display: none;
}
@media screen and (max-width: 1199px) {
  .brand-card__img__mob {
    display: block;
  }
  .brand-card__img__desk {
    display: none;
  }
}
.brand-card__content {
  max-width: 700px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1670px) {
  .brand-card__content {
    max-width: 405px;
  }
}
.brand-card__logo {
  display: block;
  margin: 0 auto;
}
.brand-card__text {
  font-size: 14px;
  line-height: 19px;
  margin-top: 16px;
  text-align: justify;
}
.brand-card__btn {
  margin: 16px 0 0 auto;
  width: 125px;
  height: 40px;
}
.brand-card:nth-child(even) {
  flex-direction: row-reverse;
}
.site-item-gutter {
  width: 3%;
}
@media screen and (max-width: 1100px) {
  .site-item-gutter {
    width: 5.1%;
  }
}
.catalog-card-wrapper {
  position: relative;
  width: 22.7%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .catalog-card-wrapper {
    width: 31.1%;
  }
}
@media screen and (max-width: 1100px) {
  .catalog-card-wrapper {
    width: 29.7%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-card-wrapper {
    width: 100%;
  }
}
.catalog-card-wrapper .flag {
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 23px;
  height: 35px;
}
.catalog-card-wrapper .flag a:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310.svg");
  width: 23px;
  height: 35px;
}
.catalog-card-wrapper .flag a:hover:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310_hover.svg");
}
.catalog-card-wrapper .action-unflag a:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310_active.svg");
}
.catalog-card {
  display: block;
}
.catalog-card:hover {
  color: #828282;
}
.catalog-card:hover .catalog-card__img:before {
  opacity: 1;
}
.catalog-card__img {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}
.catalog-card__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 94, 94, 0.2);
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.catalog-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-card__img .icon_new, .catalog-card__img .icon_hit, .catalog-card__img .icon_sale, .catalog-card__img .icon_academy {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 9px;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 5px 8px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  color: #000;
}
.catalog-card__title {
  font-size: 16px;
  line-height: 19px;
  margin-top: 16px;
}
.tile-card__img {
  cursor: pointer;
  /*min-height: 424px;*/
  padding-top: 25%;
  padding-bottom: 25%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}
.tile-card__img.vert {
  min-height: auto;
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
}
.tile-card__img.vert img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tile-card__img:hover {
  background-color: #F4F5F6;
}
.tile-card__img img {
  width: 100%;
}
.tile-card__img img.stroke {
  border: 1px solid #ECEDEE;
}
.tile-card .flag {
  /*position: absolute;
    	top: 16px;
    	right: 16px;*/
  width: 23px;
  height: 35px;
}
.tile-card .flag a:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310.svg");
  width: 23px;
  height: 35px;
}
.tile-card .flag a:hover:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310_hover.svg");
}
.tile-card .action-unflag a:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310_active.svg");
}
.tile-card .panno_height_x2 {
  min-height: 636px;
}
.tile-card .panno_height_x3 {
  min-height: 848px;
}
.tile-card .panno_height_x4 {
  min-height: 1060px;
}
.tile-card__sale-icon {
  position: absolute;
  right: 63px;
  font-size: 12px;
  border: none;
  letter-spacing: 0.05em;
  line-height: 9px;
  padding: 5px 7px;
  cursor: default;
  background: black;
  color: white;
  font-weight: bold;
}
.tile-card__face {
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
}
.tile-card__face:hover {
  text-decoration: underline;
  color: #828282;
}
.tile-card__face-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.tile-card__props {
  display: grid;
  grid-template-columns: 100%;
  gap: 5px;
  margin-top: 32px;
}
.tile-card__prop {
  display: grid;
  grid-template-columns: 115px auto;
  gap: 6px;
  font-size: 14px;
  line-height: 19px;
  align-items: end;
}
.tile-card__prop-desc {
  font-weight: 500;
}
.tile-card__info {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 100%;
  gap: 1px;
  background: #F4F5F6;
}
.tile-card__info .spoiler {
  border: none;
}
.tile-card__info .spoiler:first-child {
  border-bottom: 1px solid #ECEDEE;
}
.tile-card__info .tile-card__props {
  margin: 0;
}
.tile-card__info .tile-card__prop {
  grid-template-columns: 1fr 1fr;
}
.about-card {
  display: flex;
  height: 350px;
  background: #F4F5F6;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .about-card {
    height: 308px;
  }
}
.about-card__img {
  width: 100%;
  max-width: 500px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .about-card__img {
    max-width: 440px;
  }
}
.about-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-card__img__tablet {
  display: none;
}
.about-card__content {
  padding: 40px;
  width: calc(100% - 308px);
}
.about-card__title, .about-card__desc {
  font-size: 14px;
  line-height: 19px;
}
.about-card__title {
  font-weight: 500;
  text-transform: uppercase;
}
.about-card__desc {
  text-align: justify;
  margin-top: 20px;
}
.about-card__desc p {
  line-height: inherit;
}
.about-card__desc p:not(:last-child) {
  margin-bottom: 20px;
}
.about-card__desc a {
  text-decoration: underline;
}
.about-card__desc a:hover {
  text-decoration: underline;
  color: #828282;
}
.about-card:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .brand-card {
    gap: 24px;
  }
  .brand-card__img {
    max-width: calc(100% - 377px);
  }
  .brand-card__img-wrap {
    position: relative;
    padding-bottom: 70%;
  }
  .brand-card__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .brand-card__content {
    width: 353px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-card__title {
    margin-top: 17px;
  }
  .about-card {
    padding: 24px;
    overflow: unset;
    height: unset;
    flex-direction: column;
    gap: 20px;
  }
  .about-card__img {
    width: calc(100% + 48px);
    height: auto;
    margin-top: -24px;
    margin-left: -24px;
    max-width: none;
  }
  .about-card__content {
    padding: 0;
    width: 100%;
  }
  .about-card:nth-child(2n) {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .about-card__img__all {
    display: none;
  }
  .about-card__img__tablet {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .brand-card {
    display: block;
  }
  .brand-card__img {
    max-width: 100%;
    width: 100%;
  }
  .brand-card__img-wrap {
    padding-bottom: 70%;
  }
  .brand-card__content {
    width: 100%;
    margin-top: 16px;
    max-width: none;
  }
  .brand-card__logo {
    width: 110px;
  }
  .about-card {
    padding: 16px;
  }
  .about-card__desc {
    margin-top: 15px;
  }
  .about-card__desc p:not(:last-child) {
    margin-bottom: 15px;
  }
  .about-card__img {
    width: calc(100% + 32px);
    height: auto;
    margin-top: -16px;
    margin-left: -16px;
  }
}
.modal-backdrop.show {
  opacity: 0.7;
}
.ui-dialog {
  width: 300px !important;
  height: 200px !important;
  left: 50% !important;
  margin-left: -150px;
}
.ui-dialog * {
  background: #fff;
  border: none;
  border-radius: 0;
  text-align: center;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-content {
  height: calc(100% - 60px) !important;
  display: flex;
}
.ui-dialog .ui-dialog-content p {
  width: 100%;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
@keyframes smooth-appear {
  to {
    bottom: 0;
    opacity: 1;
  }
}
#klaro {
  position: fixed;
  right: 0;
  background: #000;
  color: #fff;
  z-index: 99;
  bottom: -100%;
  opacity: 0;
  animation: smooth-appear 1s ease forwards;
}
#klaro .cn-body {
  display: flex;
  padding: 31px 25px;
  max-width: 1118px;
  box-sizing: border-box;
  gap: 20px;
  align-items: center;
}
#klaro .cn-body p {
  font-family: Noto Sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
}
#klaro .cn-body p a {
  text-decoration: underline;
}
#klaro .cn-body .cn-decline {
  display: none;
}
#klaro .cn-body .cm-btn-success {
  background: #fff;
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 5%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 15px;
}
.header {
  top: 0;
  width: 100%;
  position: sticky;
  z-index: 100;
  background-color: #fff;
}
.header__top {
  border-bottom: 1px solid #ECEDEE;
}
.header__top-inner {
  padding: 16px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__logo {
  display: block;
  width: 193px;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__slogan {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 267.68px;
}
.header__slogan img {
  width: 100%;
}
.header__icons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 16px;
  display: flex;
  justify-content: right;
  gap: 16px;
}
.header__icons img {
  height: 100%;
}
.header__icons .fav-link {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.header__icons .fav-link:hover:before {
  content: url("/themes/custom/artkeratheme/img/favourite_202310_hover.svg");
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.header__icons .fav-link.active:before {
  content: url("/themes/custom/artkeratheme/img/favourite_202310_active.svg");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header__icons .feedback-link {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.header__icons .feedback-link:hover:before {
  content: url("/sites/default/files/icons/email_hover.svg");
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.header__icons .hh-link {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.header__icons .hh-link:hover:before {
  content: url("/sites/default/files/icons/career_hover.svg");
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.favbg {
  display: none;
}
.burger {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.nav {
  padding: 23px 0 18px;
  border-bottom: 1px solid #ECEDEE;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__link {
  margin: 0 20px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.nav__link:hover {
  color: #828282;
}
.nav__link._active {
  font-weight: 500;
}
.nav__link--hide {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__slogan {
    display: none;
  }
  .header__top-inner {
    padding: 24px 0 20px;
  }
  .header._open .nav {
    transform: translateX(0);
  }
  .header._open .burger {
    background-image: url("../img/burger2.svg");
  }
  .header._open .header__logo {
    opacity: 0;
  }
  .burger {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .nav {
    padding: 0 0 40px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.5s;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    background-color: #fff;
    border: none;
    z-index: 20;
  }
  .nav .container {
    padding: 0;
  }
  .nav__inner {
    display: block;
  }
  .nav__link {
    margin: 0;
    border-bottom: 1px solid #ECEDEE;
    height: 51px;
    display: flex;
    align-items: center;
    padding: 0 24px;
  }
  .nav__link--hide {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header__top-inner {
    padding: 16px 0;
  }
  .header__logo {
    width: 130px;
  }
  .nav {
    top: 67px;
    height: calc(100vh - 67px);
  }
  .nav__link {
    padding: 0 16px;
  }
}
.footer {
  padding: 40px 0;
  border-top: 1px solid #ECEDEE;
}
.footer__inner {
  padding-right: 62px;
  position: relative;
}
.footer__c, .footer__desc, .footer__conf {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .footer__desc {
    padding-top: 14px;
  }
}
.footer__c {
  font-weight: 500;
}
.footer__conf {
  text-decoration: underline;
}
.footer__conf:hover {
  color: #828282;
  text-decoration: underline;
}
.footer__social {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-content: space-between;
  gap: 16px;
}
.footer__social a div {
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__tg div {
  width: 18px;
  background-image: url("../img/telegram.svg");
}
.footer__tg div:hover {
  background-image: url("../img/telegram_hover.svg");
}
.footer__vk div {
  width: 24px;
  background-image: url("../img/vk.svg");
}
.footer__vk div:hover {
  background-image: url("../img/vk_hover.svg");
}
.footer__dzen div {
  width: 24px;
  background-image: url("../img/dzen.svg");
}
.footer__dzen div:hover {
  background-image: url("../img/dzen_hover.svg");
}
.footer__vkv div {
  width: 18px;
  background-image: url("../img/vkv.svg");
}
.footer__vkv div:hover {
  background-image: url("../img/vkv_hover.svg");
}
.footer__yt div {
  width: 26px;
  background-image: url("../img/yt.svg");
}
.footer__yt div:hover {
  background-image: url("../img/yt_hover.svg");
}
.footer__rt div {
  width: 18px;
  background-image: url("../img/rt.svg");
}
.footer__rt div:hover {
  background-image: url("../img/rt_hover.svg");
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 16px 0;
  }
  .footer__inner {
    padding-right: 26px;
  }
}
.main {
  margin-top: 48px;
}
.main .swiper-container {
  margin-left: -40px;
  width: calc(100% + 80px);
}
@media screen and (max-width: 1100px) {
  .main .swiper-container {
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}
@media screen and (max-width: 767px) {
  .main .swiper-container {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
.main__banner {
  display: block;
  padding-bottom: 41.7%;
  position: relative;
  overflow: hidden;
  /*
    &:hover{
      img{
        opacity: .8;
      }
    }
    */
}
.main__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.main__banner__mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .main__banner__mob {
    display: block;
  }
  .main__banner__desk {
    display: none;
  }
}
.main__banner__button-wrapper {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .main__banner__button-wrapper {
    bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main__banner__button-wrapper {
    bottom: 16px;
  }
}
.main__banner__button {
  padding: 15px 24px;
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-transform: uppercase;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main__banner__button {
    font-size: 14px;
    padding: 12px 13px;
  }
}
.main__banner__button:hover {
  border: 1px solid #828282;
  color: #828282;
}
.main .swiper-pagination {
  margin-top: 16px;
  position: static;
}
.brands {
  padding: 48px 0 75px;
}
.brands__group {
  display: grid;
  grid-template-columns: 100%;
  gap: 48px;
}
.brands__slogan {
  display: none;
}
@media screen and (max-width: 1199px) {
  .brands__slogan {
    display: block;
    width: 280px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .main__banner {
    padding-bottom: 64%;
  }
  .brands {
    padding: 24px 0 40px;
  }
  .brands__group {
    gap: 24px;
  }
  .brands__slogan {
    width: 220px;
  }
  .brands__group .brand-card:nth-child(5) .brand-card__logo {
    height: 20px;
    width: auto;
  }
}
.catalog {
  padding-bottom: 75px;
  transition: 400ms opacity;
  /*
  &__grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px 3%;
  }
  */
}
.catalog:after {
  opacity: 0;
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -70px;
  width: 140px;
  height: 140px;
  background: url("/themes/custom/artkeratheme/img/preloader.svg") no-repeat 0 0;
  transition: 400ms opacity;
}
.catalog .flex {
  display: flex;
}
.catalog .sticky_filter_wrapper {
  position: sticky;
  top: 90px;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .catalog .sticky_filter_wrapper {
    top: 45px;
  }
}
@media screen and (max-width: 576px) {
  .catalog .sticky_filter_wrapper {
    top: 12px;
  }
}
.catalog .filter {
  padding-top: 20px;
  padding-bottom: 26px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .catalog .filter {
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    /*2024-07-12*/
    padding-bottom: 21px;
  }
}
.catalog .filter .col {
  /*	width: 21.7%;*/
}
.catalog .filter .col:first-child {
  gap: 28px;
}
@media screen and (max-width: 576px) {
  .catalog .filter .col:first-child {
    order: 2;
    flex-direction: column;
    gap: 16px;
  }
}
.catalog .filter .filter_sort_wrapper {
  display: flex;
  align-items: center;
  gap: 67px;
}
@media screen and (max-width: 576px) {
  .catalog .filter .filter_sort_wrapper {
    order: 3;
  }
}
.catalog .filter .filter_sort_wrapper .alphabet_filter {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .catalog .filter .filter_sort_wrapper .alphabet_filter {
    display: none;
  }
}
.catalog .filter .filter_sort_wrapper .alphabet_filter input {
  display: none;
}
.catalog .filter .filter_sort_wrapper .alphabet_filter label {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}
.catalog .filter .filter_sort_wrapper .alphabet_filter label:hover {
  color: #828282;
}
.catalog .filter .filter_sort_wrapper .alphabet_filter label.active {
  font-weight: 500;
}
.catalog .filter .filter-link {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  cursor: pointer;
}
.catalog .filter .filter-link:hover {
  color: #828282;
}
.catalog .filter .filter-link:after {
  content: url("/themes/custom/artkeratheme/img/arrow-down.svg");
  padding-left: 8px;
  display: inline-block;
  transition: all 0.4s;
  height: 22px;
}
.catalog .filter .filter-link.active {
  font-weight: 500;
}
.catalog .filter .filter-link.active:after {
  content: url("/themes/custom/artkeratheme/img/arrow-down.svg");
  padding-right: 8px;
  padding-left: 0;
  display: inline-block;
  transform: rotate(180deg);
  transition: all 0.4s;
}
.catalog .filter .clear-filter {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  cursor: pointer;
}
.catalog .filter .clear-filter:hover {
  color: #828282;
}
.catalog .filter .clear-filter:after {
  content: url("/themes/custom/artkeratheme/img/close.svg");
  padding-left: 8px;
  display: inline-block;
  transition: all 0.4s;
  height: 22px;
  position: absolute;
  margin-top: -1px;
}
@media screen and (max-width: 576px) {
  .catalog .filter .search {
    order: 1;
    width: calc(100% - 20px);
  }
}
.catalog .filter .search:after {
  content: url("/themes/custom/artkeratheme/img/search.svg");
  padding-left: 4px;
  display: inline-block;
  transition: all 0.4s;
  height: 22px;
  position: absolute;
}
.catalog .filter input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #828282;
  text-align: center;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  background: none;
  height: 21px;
  margin: -2px 0;
  color: #828282;
  min-width: 180px;
}
.catalog .filter .sort {
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  min-width: 120px;
}
.catalog .more-filters {
  margin: 0;
  background: #fff;
  position: relative;
  border-radius: 5px;
  padding-top: 24px;
  padding-bottom: 45px;
  border-top: 1px solid #ECEDEE;
  display: none;
  /*
		.close {
			position: absolute;
			right: 20px;
			top: 20px;
			width: 12px;
			height: 12px;
			background: url('img/close.svg');
			&:hover {
				transform: rotate(180deg);
			}
		}
		*/
}
@media screen and (max-width: 576px) {
  .catalog .more-filters {
    padding-top: 16px;
  }
}
.catalog .more-filters .close {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("/themes/custom/artkeratheme/img/close_10x10.svg");
  right: 0;
  cursor: pointer;
  top: auto;
}
.catalog .more-filters #options {
  justify-content: space-between;
  /*gap: 80px;*/
  flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  .catalog .more-filters #options {
    justify-content: left;
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .catalog .more-filters #options {
    justify-content: left;
    flex-direction: column;
    gap: 24px;
  }
}
.catalog .more-filters .block p {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 7px;
}
@media screen and (max-width: 576px) {
  .catalog .more-filters .block p {
    font-size: 14px;
    line-height: 19px;
  }
}
.catalog .more-filters .block .checkbox {
  display: none;
}
.catalog .more-filters .block .checkbox + label {
  display: block;
  cursor: pointer;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 21px;
  background: url("/themes/custom/artkeratheme/img/checkbox.svg") no-repeat -1px 2px;
  margin-bottom: 7px;
}
@media screen and (max-width: 576px) {
  .catalog .more-filters .block .checkbox + label {
    font-size: 14px;
    line-height: 19px;
  }
}
.catalog .more-filters .block .checkbox + label:hover {
  background: url("/themes/custom/artkeratheme/img/checkbox_hover.svg") no-repeat 0 2px;
  color: #828282;
}
.catalog .more-filters .block .checkbox:checked + label {
  background: url("/themes/custom/artkeratheme/img/checkbox_checked.svg") no-repeat 0 2px;
}
.catalog .more-filters .block .checkbox:checked + label:hover {
  background: url("/themes/custom/artkeratheme/img/checkbox_checked_hover.svg") no-repeat 0 2px;
  color: #828282;
}
.catalog .more-filters .block .flex {
  width: auto;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .catalog .more-filters .block .flex {
    gap: 0;
    flex-direction: column;
  }
}
.catalog .more-filters-loading:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -70px 0 0 -70px;
  width: 140px;
  height: 140px;
  background: url("/themes/custom/artkeratheme/img/preloader.svg") no-repeat 0 0;
  transition: 400ms opacity;
}
.catalog .more-filters-loading:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.catalog.loading .catalog-card-wrapper {
  opacity: 0;
}
.catalog.loading:after {
  opacity: 1;
}
@media screen and (max-width: 1669px) {
  .catalog__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .catalog__grid {
    gap: 24px 45px;
  }
}
@media screen and (max-width: 767px) {
  .catalog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .catalog__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.collection__grid {
  /*margin-top: 32px;*/
  display: grid;
  grid-template-columns: 1125px calc(100% - 1165px);
  background: #F4F5F6;
  padding: 32px 40px;
  margin-left: -40px;
  width: calc(100% + 80px);
  gap: 40px;
}
@media screen and (max-width: 1670px) {
  .collection__grid {
    grid-template-columns: 895px calc(100% - 935px);
  }
}
@media screen and (max-width: 767px) {
  .collection__grid {
    margin-left: -16px;
    width: calc(100% + 32px);
    padding: 0 16px 32px 16px;
  }
}
.collection__content__fav {
  position: relative;
  margin-bottom: 24px;
  display: block;
  width: 100%;
  height: 16px;
}
@media screen and (max-width: 1670px) {
  .collection__content__fav {
    margin-bottom: -23px;
  }
}
.collection__content__fav .flag {
  position: absolute;
  right: 0;
  width: 23px;
  height: 35px;
}
.collection__content__fav .flag a:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310.svg");
  width: 20px;
  height: 31px;
}
.collection__content__fav .flag a:hover:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310_hover.svg");
}
.collection__content__fav .action-unflag a:before {
  content: url("/themes/custom/artkeratheme/img/favourite_action_202310_active.svg");
}
.collection__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.collection__subtitle {
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
}
.collection__subtitle b {
  font-weight: 500;
}
.collection__desc {
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
  text-align: justify;
}
.collection__info {
  margin-top: 40px;
  max-width: 425px;
}
@media screen and (min-width: 1671px) {
  .news_item .gallery {
    height: auto !important;
  }
}
.gallery {
  overflow: hidden;
}
@media screen and (min-width: 1671px) {
  .gallery {
    display: flex;
    height: 626px;
    flex-direction: row-reverse;
  }
}
.gallery .swiper {
  position: relative;
}
.gallery .swiper-wrapper {
  align-items: stretch;
}
.gallery .swiper-slide {
  height: auto;
  position: relative;
}
.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery .swiper-button {
  background: rgba(255, 255, 255, 0.7);
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  user-select: none;
}
.gallery .swiper-button-prev {
  left: 15px;
}
.gallery .swiper-button-next {
  right: 15px;
}
.gallery .swiper-pagination {
  display: none;
}
.gallery__big {
  width: 895px;
}
@media screen and (max-width: 1670px) {
  .gallery__big {
    width: auto;
  }
}
.gallery__big .video-slide {
  background-color: #000;
  /*
        img {
            display:none;
        }
        */
}
.gallery__big .video-slide video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.gallery__big .play-btn svg {
  width: 100px;
  height: auto;
}
.gallery__small {
  margin-top: 0;
  width: 200px;
}
@media screen and (max-width: 1670px) {
  .gallery__small {
    margin-top: 40px;
    width: auto;
  }
}
@media screen and (min-width: 1671px) {
  .gallery__small .swiper-button svg {
    transform: rotate(90deg);
  }
  .gallery__small .swiper-button-prev {
    top: 25px;
    left: 50%;
    right: auto;
    margin-left: -12px;
  }
  .gallery__small .swiper-button-next {
    top: auto;
    bottom: 25px;
    left: 50%;
    right: auto;
    margin-left: -12px;
  }
}
.gallery__small .swiper-slide {
  cursor: pointer;
}
.gallery__small .swiper-slide-thumb-active:before {
  background: #5e5e5e;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.2;
}
.gallery__small .swiper-slide-thumb-active img {
  opacity: 1;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.video_poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-slide {
  display: flex;
  align-items: center;
}
.carousel__slide.has-thumb {
  /* opacity: .5; */
}
.carousel__slide.has-thumb.has-html5video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/play.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.carousel__slide.has-thumb.is-nav-selected {
  opacity: 1;
}
.carousel__slide.has-thumb.is-nav-selected .fancybox__thumb:before {
  background: #5e5e5e;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.2;
  z-index: 9999;
  top: 0;
  left: 0;
}
.fancybox__thumb {
  border-radius: 0;
}
.fancybox__thumb:after {
  display: none;
}
._white-fancy .fancybox__backdrop {
  background-color: #fff;
}
._white-fancy .carousel__button {
  color: #000;
}
._white-fancy .fancybox__toolbar {
  background: none !important;
  color: #000;
}
._white-fancy .fancybox__thumb {
  border: 1px solid #e5e5e5;
}
._white-fancy .has-image[data-image-fit="contain"] .fancybox__image {
  object-fit: cover;
}
.fancybox__container {
  --carousel-button-svg-filter: none;
}
.fancybox__toolbar {
  text-shadow: none;
}
.tile {
  padding: 40px 0 75px;
}
.tile__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 2.5%;
}
@media screen and (max-width: 1670px) {
  .tile__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tile__grid.byrows {
  grid-template-columns: repeat(1, 1fr);
}
.tile__grid.byrows .row_wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
}
.tile__grid.byrows .row_wrapper .tile-card {
  max-width: 421px;
}
@media screen and (max-width: 767px) {
  .tile__grid.byrows .row_wrapper {
    flex-flow: column;
  }
  .tile__grid.byrows .row_wrapper .tile-card {
    max-width: 100%;
  }
}
.tile .section_title {
  background: #F4F5F6;
  padding: 18px 40px;
  margin-left: -40px;
  text-transform: uppercase;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 12px;
  width: calc(100% + 80px);
}
.grid3 .tile__grid {
  grid-template-columns: repeat(3, 1fr);
}
.grid3 .tile-card {
  max-width: 421px;
}
.grid2 .tile__grid {
  grid-template-columns: repeat(2, 1fr);
}
.grid2 .tile-card {
  max-width: 421px;
}
.grid1 .tile__grid {
  grid-template-columns: repeat(1, 1fr);
}
.grid1 .tile-card {
  max-width: 421px;
}
.tile-modal {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  padding: 190px 60px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.tile-modal._active {
  opacity: 1;
  pointer-events: unset;
}
.tile-modal__close {
  position: absolute;
  top: 60px;
  right: 60px;
}
.tile-modal .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  width: unset;
  font-size: 14px;
  line-height: 19px;
}
.tile-gallery {
  width: 1320px;
  margin: 0 auto;
  max-width: 100%;
  padding-right: 204px;
  height: 100%;
  position: relative;
}
.tile-gallery .swiper {
  height: 100%;
}
.tile-gallery .swiper-wrapper {
  align-items: stretch;
}
.tile-gallery .swiper-slide {
  height: auto;
}
@media screen and (max-width: 1199px) {
  .tile-gallery .swiper-slide {
    align-items: center;
    display: flex;
  }
}
.tile-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #646464;
}
@media screen and (max-width: 1199px) {
  .tile-gallery .swiper-slide img {
    height: auto;
    display: flex;
  }
}
.tile-gallery .swiper-button-prev {
  left: -36px;
}
.tile-gallery .swiper-button-next {
  right: -36px;
}
.tile-gallery__big {
  position: relative;
  height: 100%;
}
.tile-gallery__small {
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  max-height: 750px;
  width: 130px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
.tile-gallery__small .swiper {
  max-height: 350px;
}
.tile-gallery__small .swiper-button-prev, .tile-gallery__small .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.tile-gallery__small .swiper-button-prev {
  top: -36px;
}
.tile-gallery__small .swiper-button-next {
  top: unset;
  bottom: -36px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.face_slider .fancybox__image, .face_slider .fancybox__thumb {
  border: 1px solid #646464;
}
@media screen and (max-width: 1022px) {
  .carousel__button.is-prev, .carousel__button.is-next {
    top: calc(50% + 20px);
  }
  .carousel__button svg {
    color: #fff;
  }
  ._white-fancy .carousel__button svg {
    color: #000;
  }
}
@media screen and (max-width: 1200px) {
  .collection__grid {
    grid-template-columns: 100%;
    /*margin: 0;*/
  }
  .collection__content {
    padding: 0;
  }
  .collection__info {
    margin-top: 20px;
  }
  .tile__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .tile {
    padding: 64px 0 40px;
  }
  .tile__grid {
    grid-template-columns: 100%;
  }
  .tile .tile-card {
    max-width: 425px;
  }
  .tile-modal {
    padding: 60px 6px;
  }
  .tile-modal__close {
    top: 30px;
    right: 30px;
  }
  .tile-modal__close svg {
    width: 16px;
    height: auto;
  }
  .tile-gallery {
    padding: 0;
  }
  .tile-gallery__small {
    display: none;
  }
  .tile-gallery .swiper-pagination {
    display: none;
  }
  .tile-gallery .swiper-button {
    width: unset;
  }
  .tile-gallery .swiper-button svg {
    width: 12px;
    height: auto;
  }
  .tile-gallery .swiper-button-prev {
    left: 18px;
  }
  .tile-gallery .swiper-button-next {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .collection__grid {
    gap: 16px;
  }
  .collection__info {
    max-width: 100%;
  }
  .gallery .swiper-pagination {
    position: static;
    margin-top: 16px;
    display: flex;
  }
  .gallery__small {
    display: none;
  }
  .tile {
    padding-top: 48px;
  }
}
.Modal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  color: #fff;
}
.Modal .Modal_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.Modal .Close {
  position: absolute;
  top: 21px;
  right: 21px;
  z-index: 999;
  cursor: pointer;
}
.about {
  padding-bottom: 75px;
}
.about__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 42px;
}
@media screen and (max-width: 992px) {
  .about {
    padding-bottom: 40px;
  }
  .about__grid {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about__grid {
    gap: 16px;
  }
}
.contacts {
  padding-bottom: 75px;
}
.contacts__grid {
  margin-top: 3px;
  display: grid;
  grid-template-columns: 425px calc(100% - 448px);
  justify-content: space-between;
}
.contacts__mob-select {
  display: none;
}
.map {
  height: 706px;
  width: 100%;
  min-height: 100%;
}
#map > ymaps, #map > ymaps > ymaps {
  height: 100% !important;
}
.ymaps-2-1-79-balloon__close-button {
  opacity: 1 !important;
}
.ymaps-2-1-79-balloon__close-button:hover {
  opacity: 0.3 !important;
}
.ymaps-2-1-79-balloon__content {
  font-family: "Noto Sans", sans-serif !important;
}
.ymaps-2-1-79-balloon__content .contacts-select__item-title {
  font-weight: 500;
}
.ymaps-2-1-79-balloon__content .contacts-select__item-desc {
  font-weight: 300;
}
.contacts-select {
  padding: 0 22.5px 0 16px;
  background: #F4F5F6;
}
.contacts-select:not(:last-child) {
  border-bottom: 1px solid #ECEDEE;
}
.contacts-select._active .contacts-select__show img {
  transform: rotate(180deg);
}
.contacts-select__show {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.contacts-select__show img {
  transition: all 0.4s;
}
.contacts-select__hidden {
  padding: 4px 0 16px;
  display: none;
}
.contacts-select__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
.contacts-select__item {
  cursor: pointer;
}
.contacts-select__item-title, .contacts-select__item-desc {
  font-size: 14px;
  line-height: 19px;
}
.contacts-select__item-title {
  font-weight: 500;
}
.contacts-select__item-desc p {
  line-height: inherit;
}
@media screen and (max-width: 992px) {
  .contacts {
    padding-bottom: 40px;
  }
  .contacts__grid {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .contacts__left {
    position: relative;
  }
  .contacts__mob-select {
    display: block;
    padding: 0 22.5px 0 24px;
    background: #F4F5F6;
  }
  .contacts__mob-select .contacts-select__show img {
    transform: rotate(0deg);
  }
  .contacts__mob-select .contacts-select__hidden {
    display: block !important;
  }
  .contacts__mob-select._active {
    pointer-events: none;
  }
  .contacts__mob-select._active ~ .contacts__cities {
    opacity: 1;
    pointer-events: unset;
  }
  .contacts__mob-select._active .contacts-select__show img {
    transform: rotate(180deg);
  }
  .contacts__mob-select.__active .contacts-select__show img {
    transform: rotate(180deg);
  }
  .contacts__cities {
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .contacts__cities .contacts-select {
    padding: 0 22.5px 0 24px;
    background-color: #fff;
  }
  .contacts__cities .contacts-select__hidden {
    display: none !important;
  }
  .contacts__cities .contacts-select__show img {
    display: none;
  }
  .map {
    height: 488px;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .contacts__grid {
    gap: 16px;
  }
  .contacts__mob-select {
    padding: 0 16px;
  }
  .contacts__cities .contacts-select {
    padding: 0 16px;
  }
  .map {
    height: 760px;
  }
}
.policy {
  padding-bottom: 75px;
}
.policy__title {
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.policy__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 100%;
  gap: 28px;
}
.policy__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #F4F5F6;
  padding: 40px;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
}
.policy__row--full {
  display: block;
}
.policy__row p, .policy__row ul, .policy__row h3 {
  font-size: inherit;
  line-height: inherit;
}
.policy__row p:not(:last-child), .policy__row ul:not(:last-child), .policy__row h3:not(:last-child) {
  margin-bottom: 20px;
}
.policy__row b, .policy__row h3 {
  font-weight: 500;
}
.policy__row ul {
  padding-left: 9px;
}
.policy__row li {
  line-height: inherit;
  display: flex;
}
.policy__row li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  transform: translateY(9px);
  flex-shrink: 0;
}
.policy__row a {
  text-decoration: underline;
}
.policy__col {
  line-height: inherit;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  .policy {
    padding-bottom: 40px;
  }
  .policy__title {
    margin-top: 24px;
  }
  .policy__grid {
    margin-top: 24px;
    gap: 24px;
  }
  .policy__row {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .policy__title {
    margin-top: 16px;
  }
  .policy__grid {
    margin-top: 16px;
    gap: 16px;
  }
  .policy__row {
    padding: 16px;
    gap: 36px;
  }
  .policy__row p, .policy__row ul, .policy__row h3 {
    line-height: inherit;
  }
  .policy__row p:not(:last-child), .policy__row ul:not(:last-child), .policy__row h3:not(:last-child) {
    margin-bottom: 15px;
  }
}
.feedback {
  padding-bottom: 40px;
}
#edit-form-feedback-header p a {
  text-decoration: underline;
}
#edit-form-feedback-header p a:hover {
  color: #828282;
}
.form_feedback_wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  width: 100%;
  max-width: 540px;
  padding-top: 30px;
}
.form_feedback_wrapper > div {
  width: 100%;
}
.form_feedback_wrapper .nice-select {
  width: 100%;
  background: #F4F5F6;
  padding: 16px;
  height: 52px;
  color: #828282;
}
.form_feedback_wrapper .nice-select:after {
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.form_feedback_wrapper .nice-select.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.form_feedback_wrapper .nice-select .list {
  width: 100%;
  margin-left: 0;
}
.form_feedback_wrapper .nice-select .list li {
  padding: 16px;
}
.form_feedback_wrapper .nice-select .list li:not(:last-child) {
  border-bottom: 1px solid #ECEDEE;
}
.form_feedback_wrapper input[type=checkbox] {
  display: none;
}
.form_feedback_wrapper input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 17px;
  background: url("/themes/custom/artkeratheme/img/checkbox.svg") no-repeat -1px 3px;
  margin-bottom: 7px;
}
.form_feedback_wrapper input[type=checkbox] + label:hover {
  background: url("/themes/custom/artkeratheme/img/checkbox_hover.svg") no-repeat 0 3px;
  color: #828282;
}
.form_feedback_wrapper input[type=checkbox]:checked + label {
  background: url("/themes/custom/artkeratheme/img/checkbox_checked.svg") no-repeat 0 3px;
}
.form_feedback_wrapper input[type=checkbox]:checked + label:hover {
  background: url("/themes/custom/artkeratheme/img/checkbox_checked_hover.svg") no-repeat 0 3px;
  color: #828282;
}
.form_feedback_wrapper .webform-options-display-side-by-side > div:last-child {
  margin-right: 0;
}
.form_feedback_wrapper .form-type-webform-terms-of-service input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
.form_feedback_wrapper .form-type-webform-terms-of-service input[type=checkbox] + label {
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-indent: 0;
  text-align: justify;
  padding-left: 21px;
  cursor: default;
}
.form_feedback_wrapper .form-type-webform-terms-of-service input[type=checkbox] + label:hover {
  color: inherit;
}
.form_feedback_wrapper .form-type-webform-terms-of-service input[type=checkbox] + label a {
  text-decoration: underline;
  cursor: pointer;
}
.form_feedback_wrapper .form-type-webform-terms-of-service input[type=checkbox] + label a:hover {
  color: #828282;
}
.form_feedback_wrapper .form-type-webform-terms-of-service label, .form_feedback_wrapper .form-type-webform-terms-of-service p, .form_feedback_wrapper .form-type-webform-terms-of-service .description {
  display: inline;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justify;
}
.form_feedback_wrapper .form-type-webform-terms-of-service .description {
  display: inline;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
}
.form_feedback_wrapper .form-type-webform-terms-of-service .description a {
  text-decoration: underline;
}
.form_feedback_wrapper .form-type-webform-terms-of-service .description a:hover {
  color: #828282;
}
.form_feedback_wrapper .form-item-tema-obrascheniya {
  display: flex;
  flex-direction: column-reverse;
}
.form_feedback_wrapper .form-item-tema-obrascheniya select {
  display: block !important;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.form-item-url {
  /* ловушка honeypot */
  display: none;
}
.news .container, .academy .container {
  padding-bottom: 40px;
}
.news .catalog-card__img img, .academy .catalog-card__img img {
  border: 1px solid #ECEDEE;
}
.news_item .academy_item__grid {
  max-width: 720px;
}
.news_item .academy_item__grid .academy_img_wrapper {
  margin-bottom: 65px;
}
.news_item__grid {
  display: grid;
  grid-template-columns: 720px 720px;
  gap: 54px;
}
@media screen and (max-width: 1670px) {
  .news_item__grid {
    grid-template-columns: 653px 653px;
  }
}
@media screen and (max-width: 1439px) {
  .news_item__grid {
    grid-template-columns: 100%;
  }
}
.news_item__grid .text {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justify;
}
.news_item__grid .text p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_item__grid .text p img {
    width: 100%;
    height: auto;
  }
}
.news_item__grid img {
  max-width: 100%;
  border: 1px solid #ECEDEE;
}
.academy_item__grid {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.academy_item__grid .academy_video_wrapper {
  /*
	    grid-template-columns: 720px 720px;
	    gap: 54px;
	    @media screen and (max-width: 1670px) {
        	grid-template-columns: 653px 653px;
        }
	    @media screen and (max-width: 1439px) {
        	grid-template-columns: 100%;
        }
        */
  position: relative;
}
.academy_item__grid video {
  width: 100%;
  margin-bottom: 65px;
  margin-top: 20px;
}
.academy_item__grid .play-btn svg {
  width: 100px;
  height: 100px;
}
.academy_item__grid h1 {
  font-family: Noto Sans;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 5%;
  vertical-align: middle;
  text-transform: uppercase;
}
.academy_item__grid .text {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justify;
}
.academy_item__grid .text p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .academy_item__grid .text p img {
    width: 100%;
    height: auto;
  }
}
.academy_item__grid .text ul {
  list-style: disc;
  margin-left: 9px;
  padding-left: 5px;
}
.academy_item__grid .text ul li {
  font-family: Noto Sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: justify;
  padding-bottom: 19px;
}
.academy_item__grid img {
  max-width: 100%;
  border: 1px solid #ECEDEE;
}
.academy_header p {
  font-family: Noto Sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  padding-bottom: 40px;
  max-width: 890px;
}
#block-partneram, #block-3ddizayn, #block-akademiya {
  position: relative;
}
@media screen and (max-width: 768px) {
  #block-partneram, #block-3ddizayn, #block-akademiya {
    margin-bottom: 24px;
  }
}
#block-partneram ul, #block-3ddizayn ul, #block-akademiya ul {
  display: inline-flex;
  gap: 40px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 8px;
  border-bottom: 1px solid #ECEDEE;
  padding-bottom: 10px;
  max-width: 890px;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex: auto;
  margin-bottom: 56px;
}
#block-partneram ul .is-active, #block-3ddizayn ul .is-active, #block-akademiya ul .is-active {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  #block-partneram ul, #block-3ddizayn ul, #block-akademiya ul {
    flex-direction: column;
    gap: 0;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
  #block-partneram ul._active, #block-3ddizayn ul._active, #block-akademiya ul._active {
    opacity: 1;
    pointer-events: unset;
  }
  #block-partneram ul li, #block-3ddizayn ul li, #block-akademiya ul li {
    padding: 16px;
  }
  #block-partneram ul li.menu__item--active-trail, #block-3ddizayn ul li.menu__item--active-trail, #block-akademiya ul li.menu__item--active-trail {
    display: none;
  }
  #block-partneram ul li:not(:last-child), #block-3ddizayn ul li:not(:last-child), #block-akademiya ul li:not(:last-child) {
    border-bottom: 1px solid #ECEDEE;
  }
}
.academy__diplom_wrapper {
  max-width: 890px;
  padding-bottom: 40px;
}
.academy__diplom_wrapper p {
  font-family: Noto Sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: justify;
  padding-bottom: 40px;
  display: block;
}
.academy__diplom_wrapper img {
  margin-bottom: 40px;
  display: block;
}
.academy__diplom_wrapper button {
  background: #828282;
  color: white;
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 5%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 15px 64px;
  display: block;
}
.tab_catalog {
  padding-bottom: 40px;
}
.tab_catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 40px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .tab_catalog__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .tab_catalog__grid {
    grid-template-columns: 100%;
  }
}
.tab_catalog .catalog_item_img_wrapper {
  padding: 28px;
  text-align: center;
  background: #F4F5F6;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .tab_catalog .catalog_item_img_wrapper {
    padding-bottom: 70%;
  }
  .tab_catalog .catalog_item_img_wrapper img {
    height: calc(100% - 56px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28px;
  }
}
@media screen and (max-width: 992px) {
  .tab_catalog .catalog_item_img_wrapper {
    padding-bottom: 59%;
  }
  .tab_catalog .catalog_item_img_wrapper img {
    height: calc(100% - 28px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
  }
}
.tab_catalog .catalog_item_links_wapper {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.tab_catalog .catalog_item_links_wapper .catalog_item_links_download {
  position: relative;
}
.tab_catalog .catalog_item_links_wapper .catalog_item_links_download a:hover::before {
  content: url("/sites/default/files/icons/download_hover.svg");
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.tab_catalog .catalog_item_links_wapper a {
  position: relative;
  text-decoration: underline;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
}
@media screen and (max-width: 992px) {
  .tab_catalog .catalog_item_links_wapper a {
    font-size: 16px;
  }
}
.tab_catalog .catalog_item_links_wapper a:hover {
  color: #828282;
}
.content_download__img_demo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .content_download__img_demo {
    width: 100%;
  }
}
.content_download__tablewrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content_download__tablewrapper {
    overflow-x: scroll;
  }
}
.content_download__table {
  width: 100%;
  max-width: 786px;
  margin-bottom: 40px;
  border-collapse: collapse;
  min-width: 720px;
}
.content_download__table tbody {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.content_download__table tbody tr {
  background: #F4F5F6;
}
.content_download__table tbody tr:nth-child(2n) {
  background: #fff;
}
.content_download__table tbody tr td {
  padding: 6px 16px;
  border: none;
}
.content_download__table tbody tr td:nth-child(2) {
  border-left: 1px solid #ECEDEE;
}
.tab_lk p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
.tab_lk p a {
  text-decoration: underline;
}
.tab_lk p a:hover {
  color: #828282;
}
.tab_lk__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  max-width: 648px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tab_lk__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab_lk__grid__img_wrapper {
  display: flex;
  padding-bottom: 32px;
  padding-top: 32px;
  background: #F4F5F6;
  margin-bottom: 16px;
  justify-content: center;
}
.tab_lk__grid p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.tab_ceramicweb {
  padding-bottom: 40px;
}
.tab_ceramicweb p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 40px;
  max-width: 900px;
  text-align: justify;
}
.tab_ceramicweb__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 40px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .tab_ceramicweb__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .tab_ceramicweb__grid {
    grid-template-columns: 100%;
  }
}
.tab_ceramicweb__grid img {
  width: 100%;
}
.tab_ceramicweb .ceramicweb_item_img_wrapper {
  padding: 28px 0;
  text-align: center;
  background: #F4F5F6;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .tab_ceramicweb .ceramicweb_item_img_wrapper {
    padding-bottom: 70%;
  }
  .tab_ceramicweb .ceramicweb_item_img_wrapper img {
    height: calc(100% - 56px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28px;
  }
}
@media screen and (max-width: 992px) {
  .tab_ceramicweb .ceramicweb_item_img_wrapper {
    padding-bottom: 59%;
  }
  .tab_ceramicweb .ceramicweb_item_img_wrapper img {
    height: calc(100% - 28px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
  }
}
.tab_designers__alphabet {
  display: flex;
  width: 100%;
  max-width: 900px;
  justify-content: flex-end;
  gap: 8px;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 16px;
}
.tab_designers__alphabet .active {
  font-weight: 500;
}
.tab_designers__alphabet input {
  display: none;
}
.tab_designers__alphabet label {
  cursor: pointer;
}
.tab_designers__table {
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.tab_designers__table tbody {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.tab_designers__table tbody tr {
  transition: all 0.4s;
  background: #F4F5F6;
}
.tab_designers__table tbody tr:nth-child(2n) {
  background: #fff;
}
.tab_designers__table tbody tr td {
  padding: 16px 16px;
  border: none;
  width: 50%;
  position: relative;
}
.tab_designers__table tbody tr td:nth-child(2) {
  border-left: 1px solid #ECEDEE;
  width: 27%;
  padding-left: 7%;
}
.tab_designers__table tbody tr td:nth-child(3) {
  border-left: 1px solid #ECEDEE;
  text-align: center;
}
.tab_designers__table tbody tr td div {
  width: 14px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 11px;
  top: 15px;
}
.tab_designers__table tbody tr td div.ceram {
  background-image: url("/themes/custom/artkeratheme/img/foot.svg");
}
.tab_designers__table tbody tr td div.wall {
  background-image: url("/themes/custom/artkeratheme/img/hand.svg");
}
.tab_designers__table tbody tr td a {
  text-decoration: underline;
  position: relative;
  padding-left: 21px;
}
.tab_designers__table tbody tr td a:before {
  content: url("/sites/default/files/icons/download.svg");
  padding-right: 6px;
  position: absolute;
  left: 0;
  top: 1px;
}
.tab_designers__table tbody tr td a:hover {
  color: #828282;
  /*    письмо от 2023-04-25
        				    &:before {
                                content:url('/sites/default/files/icons/download_hover.svg');
        				    }
        				    */
}
.fav-menu {
  position: fixed;
  right: -350px;
  top: 0;
  background: #fff;
  width: 350px;
  z-index: 12;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.fav-menu::-webkit-scrollbar {
  width: 0px;
}
.fav-menu.opened {
  right: 0;
  z-index: 999;
  border-left: 1px solid #ECEDEE;
}
.fav-menu .close {
  background: url("/themes/custom/artkeratheme/img/close_15x15.svg") center no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  /*
		&:hover {
			transform: rotate(180deg);
		}
		*/
}
.fav-menu h2 {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 99px;
}
.fav-menu .top-links {
  margin-bottom: 30px;
}
.fav-menu .top-links a {
  font-size: 30px;
  color: #6d8292;
  margin-right: 75px;
}
.fav-menu .top-links a:hover {
  color: #009e90;
}
.fav-menu .top-links a:last-child {
  margin-right: 0;
}
.fav-menu input[type="text"] {
  width: 100%;
  height: 58px;
  font-size: 17px;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #d5dde3;
  margin-bottom: 30px;
}
.fav-menu .in-city {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  color: #009e90;
  letter-spacing: 0.06em;
}
.fav-menu .in-city.active .fa {
  transform: rotate(180deg);
}
.fav-menu .in-city .fa {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fav-menu .incity-list-wrapper {
  padding-bottom: 20px;
  color: #6d8292;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 17px;
}
.fav-menu .incity-list-wrapper .views-row + .views-row {
  margin: 30px 0 0;
}
.fav-menu .list p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.fav-menu .list .br {
  height: 40px;
}
.fav-menu .list .item__img {
  display: block;
  width: 180px;
  height: 126px;
  position: relative;
  margin-bottom: 8px;
}
.fav-menu .list .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 21;
}
.fav-menu .list .item__img .flag {
  z-index: 22;
  top: 0;
  right: -18px;
  position: absolute;
}
.fav-menu .list .item__img .flag a:before {
  content: url("/themes/custom/artkeratheme/img/close_10x10.svg");
  width: 10px;
  height: 10px;
  display: block;
}
.fav-menu .list .item__img .flag a:hover:before {
  content: url("/themes/custom/artkeratheme/img/close_10x10_hover.svg");
}
.fav-menu .list .item__txt {
  margin-bottom: 24px;
}
.fav-menu .list .item__txt a {
  text-decoration: none;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.fav-menu .list .item__txt a:hover {
  color: #828282;
}
.news .catalog, .academy .catalog {
  padding-bottom: 75px;
}
.news .catalog__grid, .academy .catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 3%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1669px) {
  .news .catalog__grid, .academy .catalog__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .news .catalog__grid, .academy .catalog__grid {
    gap: 24px 45px;
  }
}
@media screen and (max-width: 767px) {
  .news .catalog__grid, .academy .catalog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .news .catalog__grid, .academy .catalog__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
body.path-shops {
  height: 100%;
}
body.path-shops .dialog-off-canvas-main-canvas {
  height: 100%;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper {
  height: 100%;
}
@media screen and (max-width: 576px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper .footer {
    padding-top: 16px;
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main {
  height: calc(100% - 330px);
}
@media screen and (max-width: 576px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper main {
    padding-bottom: 30px;
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts {
  height: 100%;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container {
  height: 100%;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid {
  height: 100%;
  position: relative;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left {
  height: 100%;
  overflow: hidden;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .trigger_wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .trigger_wrapper {
    display: block;
    text-align: right;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-decoration: underline;
    margin-bottom: 30px;
    cursor: pointer;
    padding-right: 0;
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list {
  height: 100%;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops {
  overflow-y: scroll;
  height: calc(100% - 103px);
  opacity: 1;
  pointer-events: all;
  position: relative;
  top: auto;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops h3 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px;
  background: #F4F5F6;
  border-bottom: 1px solid #ECEDEE;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops h3:after {
  content: url("/themes/custom/artkeratheme/img/arrow-down.svg");
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops h3.active:after {
  transform: translateY(-50%) rotate(180deg);
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .russia {
  background: #fff;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .abroad {
  background: #fff;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper {
  display: none;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link {
  padding: 16px;
  border-bottom: 1px solid #ECEDEE;
  display: block;
  border-left: 1px solid #ECEDEE;
  border-right: 1px solid #ECEDEE;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link.firm {
  width: calc(100% + 16px);
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .firm_header {
  background-color: #828282;
  color: #fff;
  font-weight: bold;
  padding: 16px 12px 5px 16px;
  margin-left: -16px;
  margin-top: -16px;
  margin-bottom: 12px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .firm_header span {
  color: #fff;
  font-weight: bold;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link span {
  display: block;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .address {
  margin-bottom: 10px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .shop_brands {
  font-weight: 500;
  margin-bottom: 10px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .shop_type {
  padding: 10px 0;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .name img {
  margin-right: 3px;
  margin-bottom: -1px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .chevron {
  transition: all 0.3s;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_map_link .chevron.slide_down img {
  transform: rotate(180deg);
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_details {
  display: none;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .list .contacts__cities.shops .region_wrapper .shop_details .mode {
  display: block;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .search_wrapper {
  margin-bottom: 40px;
  width: calc(100% - 37px);
}
@media screen and (max-width: 767px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .search_wrapper {
    width: calc(100% - 22px);
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .search_wrapper:after {
  content: url("/themes/custom/artkeratheme/img/search.svg");
  padding-left: 4px;
  display: inline-block;
  transition: all 0.4s;
  height: 22px;
  position: absolute;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .search_wrapper input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #828282;
  text-align: center;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  background: none;
  height: 21px;
  margin: -2px 0;
  color: #828282;
  min-width: 180px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper, body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper {
  margin-bottom: 20px;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  gap: 4px;
  flex-flow: row wrap;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox, body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox {
  display: none;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox + label, body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox + label {
  cursor: pointer;
  padding-left: 17px;
  background: url("/themes/custom/artkeratheme/img/checkbox.svg") no-repeat -1px 2px;
  margin-bottom: 7px;
  white-space: nowrap;
  width: 27%;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox + label:hover, body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox + label:hover {
  background: url("/themes/custom/artkeratheme/img/checkbox_hover.svg") no-repeat 0 2px;
  color: #828282;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox + label:nth-child(4), body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox + label:nth-child(4) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox + label:nth-child(4), body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox + label:nth-child(4) {
    margin-left: 20px;
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox + label:nth-child(10), body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox + label:nth-child(10) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox + label:nth-child(10), body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox + label:nth-child(10) {
    margin-left: 20px;
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox:checked + label, body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox:checked + label {
  background: url("/themes/custom/artkeratheme/img/checkbox_checked.svg") no-repeat 0 2px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper .checkbox:checked + label:hover, body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper .checkbox:checked + label:hover {
  background: url("/themes/custom/artkeratheme/img/checkbox_checked_hover.svg") no-repeat 0 2px;
  color: #828282;
}
@media screen and (max-width: 767px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .brands_wrapper, body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__left .typeTT_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right {
  height: 100%;
}
@media screen and (max-width: 767px) {
  body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: calc(100% - 185px);
    visibility: hidden;
    z-index: 99;
  }
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map {
  height: 100%;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map > ymaps {
  height: 100%;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-balloon__content > ymaps {
  overflow: visible !important;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: -5px !important;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-b-cluster-content {
  position: relative;
  top: 0;
  /*width: calc(100% + 30px) !important;*/
  left: 0;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-b-cluster-tabs__section_type_content {
  position: relative;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-b-cluster-tabs__menu-item-text {
  color: #000 !important;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes {
  background: #828282 !important;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes .ymaps-2-1-79-b-cluster-tabs__menu-item-text {
  color: #fff !important;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes .ymaps-2-1-79-b-cluster-tabs__menu-item-text img {
  padding-right: 6px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .ymaps-2-1-79-b-cluster-content__body .firm {
  padding-top: 45px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .firm {
  padding-top: 60px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .firm .header_wrapper {
  background: #828282;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 10px 0;
  color: #fff;
  width: calc(100% + 30px);
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .info-block {
  max-width: 250px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .info-block p {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .info-block .name {
  font-weight: 500;
  display: flex;
  gap: 8px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .info-block .name img {
  margin-top: -2px;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .info-block .shop_type {
  padding: 10px 0;
  font-weight: 500 !important;
}
body.path-shops .dialog-off-canvas-main-canvas .wrapper main .contacts .container .contacts__grid .contacts__right .map .info-block .brands {
  padding: 0;
  font-weight: 500;
  margin-top: 6px;
}
.notfound_wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 9%;
}
.notfound_wrapper p {
  font-family: Noto Sans;
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 62px;
}
.notfound_wrapper p a {
  text-decoration: underline;
}
.code-404 #block-partneram ul, .code-404 #block-3ddizayn ul {
  display: none;
}
@media screen and (max-width: 767px) {
  .notfound_wrapper {
    margin-top: 30%;
  }
  .notfound_wrapper img {
    width: 80%;
  }
  .notfound_wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
  }
}
.page-node-type-plitka {
  background: #000;
}
.page-node-type-plitka .content {
  flex-grow: 1;
  display: flex;
  flex-direction: unset;
  align-items: center;
  align-content: center;
  height: 100%;
  display: none;
}
.page-node-type-plitka .plitka_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 1277px;
}
@media (max-width: 576px) {
  .page-node-type-plitka .plitka_grid {
    gap: 4px 4px;
    padding: 0 8px;
  }
}
.page-node-type-plitka .plitka_grid div {
  position: relative;
  display: grid;
  width: 100%;
}
.page-node-type-plitka .plitka_grid div img {
  position: relative;
  width: 100%;
  border: 1px solid #646464;
}
.page-node-type-plitka .close_wrapper {
  position: absolute;
  right: 19px;
  top: 23px;
  padding-right: 46px;
  cursor: pointer;
}
.page-node-type-plitka .fancybox__toolbar__items--right {
  padding-right: 46px;
}
.page-node-type-plitka .all_faces_button {
  position: absolute;
  bottom: 64px;
  right: 38px;
  padding: 10px 16px;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .page-node-type-plitka .all_faces_button {
    bottom: auto;
    right: 8px;
    padding: 10px 14px;
    border: 2px solid #fff;
    top: 50px;
  }
}
.page-node-type-plitka .fancybox__backdrop {
  background: #000;
}
.page-node-type-kollekciya .fancybox__backdrop {
  background: #000;
}
.career__top_wrapper {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .career__top_wrapper {
    gap: 24px;
    flex-direction: column;
    padding-bottom: 28px;
  }
}
.career__top_wrapper .career__top_photo {
  width: 890px;
}
@media screen and (max-width: 768px) {
  .career__top_wrapper .career__top_photo {
    width: 100%;
  }
}
.career__top_wrapper .career__top_photo .w1440 {
  display: none;
}
@media screen and (max-width: 1440px) {
  .career__top_wrapper .career__top_photo .w1920 {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .career__top_wrapper .career__top_photo .w1440 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .career__top_wrapper .career__top_photo img {
    width: 100%;
  }
}
.career__top_wrapper .career__top_text p, .career__top_wrapper .career__top_text a {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justify;
  padding-bottom: 14px;
}
.career__top_wrapper .career__top_text a {
  font-weight: 500;
  padding: 0;
}
.career__top_wrapper .career_button_wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.career__top_wrapper .career_button_wrapper .career_button {
  display: flex;
  background: #828282;
  width: 250px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.career__top_wrapper .career_button_wrapper .career_button .hover_icon {
  display: none;
}
.career__top_wrapper .career_button_wrapper .career_button .main_icon {
  display: flex;
}
.career__top_wrapper .career_button_wrapper .career_button:hover {
  color: #ECEDEE;
}
.career__top_wrapper .career_button_wrapper .career_button:hover .hover_icon {
  display: flex;
}
.career__top_wrapper .career_button_wrapper .career_button:hover .main_icon {
  display: none;
}
.career__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 40px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .career__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .career__grid {
    grid-template-columns: 100%;
  }
}
.career__grid div {
  position: relative;
}
.career__grid div img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */