

/* Start:/local/templates/templ_main/scripts_scss/scss/dependencies/modal.css?16854365653123*/
.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(23, 27, 28, 0);
  transition: height 0s 0.3s ease-out, z-index 0s 0.3s ease-out, background-color 0.3s 0s ease-out;
  will-change: height, background-color, contents;
  position: fixed;
  z-index: -77777;
  transform: translate3d(0, 0, 0);
}
.modal__scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  position: absolute;
}
.modal__scroll::-webkit-scrollbar {
  width: 0;
}
.modal__scroll::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal__box {
  margin: 50px auto;
  will-change: contents, transform, opacity;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1.2), opacity 0.2s ease-out;
  opacity: 0;
  z-index: 1;
  position: relative;
  background-color: var(--primaryColor);
  text-align: left;
  overflow: hidden;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  display: inline-block;
}
.modal__box.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.modal.upline-modal-city-search .modal__scroll:before {
  content: none;
}
.modal__iframe {
  width: 1024px;
  max-width: 100%;
  max-height: 100vh;
  border: 0;
  display: inline-block;
}
.modal__caption {
  margin: 10px 0 10px 10px;
  font-size: 20px;
}
.modal__title {
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
.modal__subtitle {
  padding: 0 0 30px 0;
  line-height: 20px;
}
.modal__notice {
  padding: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--primaryColor-500);
}
.modal__prompt {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.modal__promptLink {
  right: 0;
  position: absolute;
}
.modal__close {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  opacity: 0.7;
  background-color: var(--primaryColor);
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 3;
}
.modal__close:hover {
  opacity: 1;
}
.modal__close:active {
  transform: translateY(2px);
}
.modal__close::after, .modal__close::before {
  content: "";
  top: 19px;
  left: 5px;
  width: 30px;
  height: 2px;
  background-color: var(--primaryColor-900);
  position: absolute;
}
.modal__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal.open {
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background-color: rgba(23, 27, 28, 0.6);
  transition: height 0s 0s ease-out, z-index 0s 0s ease-out, background-color 0.3s 0s ease-out;
  z-index: 77777;
}

@media (min-width: 1024px) {
  .modal__box {
    border-radius: 11px;
  }
}
@media (max-width: 1024px) {
  .modal__box {
    margin: 0 auto;
  }
  .modal__title {
    padding-right: 50px;
  }
}
/* End */


/* Start:/local/templates/templ_main/scripts_scss/scss/dependencies/uplineModal.css?16854365653175*/
.upline-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(23, 27, 28, 0);
  transition: height 0s 0.3s ease-out, z-index 0s 0.3s ease-out, background-color 0.3s 0s ease-out;
  will-change: height, background-color, contents;
  position: fixed;
  z-index: -77777;
  transform: translate3d(0, 0, 0);
}
.upline-modal__scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  position: absolute;
}
.upline-modal__scroll::-webkit-scrollbar {
  width: 0;
}
.upline-modal__scroll::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.upline-modal__box {
  margin: 50px auto;
  will-change: contents, transform, opacity;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1.2), opacity 0.2s ease-out;
  opacity: 0;
  z-index: 1;
  position: relative;
  background-color: var(--primaryColor);
  text-align: left;
  overflow: hidden;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  display: inline-block;
}
.upline-modal__box.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.upline-modal__iframe {
  width: 1024px;
  max-width: 100%;
  max-height: 100vh;
  border: 0;
  display: inline-block;
}
.upline-modal__caption {
  margin: 10px 0 10px 10px;
  font-size: 20px;
}
.upline-modal__title {
  padding: 0 0 24px 0;
  font-size: 24px;
  font-weight: 700;
}
.upline-modal__subtitle {
  padding: 0 0 30px 0;
  line-height: 20px;
}
.upline-modal__notice {
  padding: 11px 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
}
.upline-modal__link {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.7);
}
.upline-modal__prompt {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.upline-modal__promptLink {
  right: 0;
  position: absolute;
}
.upline-modal__close {
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 3px;
  opacity: 0.7;
  background-color: var(--primaryColor);
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 3;
}
.upline-modal__close:hover {
  opacity: 1;
}
.upline-modal__close:active {
  transform: translateY(2px);
}
.upline-modal__close::after, .upline-modal__close::before {
  content: "";
  top: 6px;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: var(--primaryColor-900);
  position: absolute;
}
.upline-modal__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.upline-modal__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.upline-modal.open {
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background-color: rgba(23, 27, 28, 0.6);
  transition: height 0s 0s ease-out, z-index 0s 0s ease-out, background-color 0.3s 0s ease-out;
  z-index: 77777;
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/additional.css?168836801419605*/
.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(23, 27, 28, 0);
  transition: height 0s 0.3s ease-out, z-index 0s 0.3s ease-out, background-color 0.3s 0s ease-out;
  will-change: height, background-color, contents;
  position: fixed;
  z-index: -77777;
  transform: translate3d(0, 0, 0);
}
.modal__scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  position: absolute;
}
.modal__scroll::-webkit-scrollbar {
  width: 0;
}
.modal__scroll::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal__box {
  margin: 50px auto;
  will-change: contents, transform, opacity;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1.2), opacity 0.2s ease-out;
  opacity: 0;
  z-index: 1;
  position: relative;
  background-color: var(--primaryColor);
  text-align: left;
  overflow: hidden;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  display: inline-block;
}
.modal__box.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.modal.upline-modal-city-search .modal__scroll:before {
  content: none;
}
.modal__iframe {
  width: 1024px;
  max-width: 100%;
  max-height: 100vh;
  border: 0;
  display: inline-block;
}
.modal__caption {
  margin: 10px 0 10px 10px;
  font-size: 20px;
}
.modal__title {
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
.modal__subtitle {
  padding: 0 0 30px 0;
  line-height: 20px;
}
.modal__notice {
  padding: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--primaryColor-500);
}
.modal__prompt {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.modal__promptLink {
  right: 0;
  position: absolute;
}
.modal__close {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  opacity: 0.7;
  background-color: var(--primaryColor);
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 3;
}
.modal__close:hover {
  opacity: 1;
}
.modal__close:active {
  transform: translateY(2px);
}
.modal__close::after, .modal__close::before {
  content: "";
  top: 19px;
  left: 5px;
  width: 30px;
  height: 2px;
  background-color: var(--primaryColor-900);
  position: absolute;
}
.modal__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal.open {
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background-color: rgba(23, 27, 28, 0.6);
  transition: height 0s 0s ease-out, z-index 0s 0s ease-out, background-color 0.3s 0s ease-out;
  z-index: 77777;
}

@media (min-width: 1024px) {
  .modal__box {
    border-radius: 11px;
  }
}
@media (max-width: 1024px) {
  .modal__box {
    margin: 0 auto;
  }
  .modal__title {
    padding-right: 50px;
  }
}
.upline-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(23, 27, 28, 0);
  transition: height 0s 0.3s ease-out, z-index 0s 0.3s ease-out, background-color 0.3s 0s ease-out;
  will-change: height, background-color, contents;
  position: fixed;
  z-index: -77777;
  transform: translate3d(0, 0, 0);
}
.upline-modal__scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  position: absolute;
}
.upline-modal__scroll::-webkit-scrollbar {
  width: 0;
}
.upline-modal__scroll::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.upline-modal__box {
  margin: 50px auto;
  will-change: contents, transform, opacity;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1.2), opacity 0.2s ease-out;
  opacity: 0;
  z-index: 1;
  position: relative;
  background-color: var(--primaryColor);
  text-align: left;
  overflow: hidden;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  display: inline-block;
}
.upline-modal__box.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.upline-modal__iframe {
  width: 1024px;
  max-width: 100%;
  max-height: 100vh;
  border: 0;
  display: inline-block;
}
.upline-modal__caption {
  margin: 10px 0 10px 10px;
  font-size: 20px;
}
.upline-modal__title {
  padding: 0 0 24px 0;
  font-size: 24px;
  font-weight: 700;
}
.upline-modal__subtitle {
  padding: 0 0 30px 0;
  line-height: 20px;
}
.upline-modal__notice {
  padding: 11px 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
}
.upline-modal__link {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.7);
}
.upline-modal__prompt {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.upline-modal__promptLink {
  right: 0;
  position: absolute;
}
.upline-modal__close {
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 3px;
  opacity: 0.7;
  background-color: var(--primaryColor);
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 3;
}
.upline-modal__close:hover {
  opacity: 1;
}
.upline-modal__close:active {
  transform: translateY(2px);
}
.upline-modal__close::after, .upline-modal__close::before {
  content: "";
  top: 6px;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: var(--primaryColor-900);
  position: absolute;
}
.upline-modal__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.upline-modal__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.upline-modal.open {
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background-color: rgba(23, 27, 28, 0.6);
  transition: height 0s 0s ease-out, z-index 0s 0s ease-out, background-color 0.3s 0s ease-out;
  z-index: 77777;
}

.notify {
  right: 0;
  bottom: 0;
  width: 100%;
  will-change: contents;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  display: inline-block;
  position: fixed;
  z-index: 90000;
}
.notify__item {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, margin-top 0.3s ease, opacity 0.7s ease, transform 0.3s ease;
  will-change: transform, contents;
  transform: translate3d(0, 100%, 0);
  position: relative;
}
.notify__item--success {
  background-color: var(--primaryColor);
  /*color: var(--primaryColor);*/
  border: 1px solid #ffbf3e;
}
.notify__item--info {
  background-color: var(--infoColor);
  color: var(--primaryColor);
}
.notify__item--error {
  background-color: var(--errorColor);
  color: var(--primaryColor);
}
.notify__item.show {
  max-height: 200px;
  margin-top: 2px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.notify__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 50px 14px 15px;
  position: relative;
}
.notify__title {
  margin: 0 0 10px 0;
  font-size: 22px;
}
.notify__text {
  width: 100%;
  line-height: 1.4;
  /*text-shadow: 1px 1px rgba(0, 0, 0, 0.25);*/
  vertical-align: top;
  display: inline-block;
}
.notify__close {
  top: 12px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
}
.notify__close::after, .notify__close::before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primaryColor);
  position: absolute;
}
.notify__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.notify__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notify__close:active {
  transform: translateY(2px);
}
.notify__close-link {
  display: block;
  padding: 5px 0px;
  border: 1px solid #fff;
  width: 105px;
  text-align: center;
  margin: 10px auto 0px;
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1024px) {
  .notify {
    right: 15px;
    bottom: 15px;
    width: auto;
  }
  .notify__item {
    max-width: 400px;
    border-radius: 5px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .notify__item.show {
    margin-top: 15px;
  }
}
.viewBox {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(23, 27, 28, 0);
  transition: height 0s 0.3s ease-out, z-index 0s 0.3s ease-out, background-color 0.3s 0s ease-out;
  will-change: height, background-color, contents;
  position: fixed;
  transform: translate3d(0, 0, 0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: -77777;
  user-select: none;
}
.viewBox__inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  will-change: contents, transform, opacity;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1.2), opacity 0.2s ease-out;
  position: absolute;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
.viewBox__inner.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
.viewBox__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.viewBox__img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 90vw;
  min-width: 100px;
  min-height: 100px;
  max-height: 90vh;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  opacity: 1;
  user-select: none;
  transition: transform 0.25s ease, opacity 0.25s ease, max-width 0.35s ease, max-height 0.35s ease, margin-top 0.35s ease, margin-left 0.35s ease;
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.viewBox__img.reloading {
  transition: transform 0.15s ease, opacity 0.15s ease, max-width 0.35s ease, max-height 0.35s ease, margin-top 0.35s ease, margin-left 0.35s ease;
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
}
.viewBox__img.draggable {
  max-width: 4000px;
  max-height: 4000px;
  transition: opacity 0.15s ease, max-width 0.35s ease, max-height 0.35s ease, margin-top 0.35s ease, margin-left 0.35s ease;
  cursor: grab;
}
.viewBox__nav {
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity 0.1s linear;
  position: fixed;
  z-index: 9;
  pointer-events: none;
}
.viewBox__navBtn {
  top: 0;
  width: 15%;
  min-width: 40px;
  height: 100vh;
  border: 0;
  background-color: transparent;
  transition: background-color 0.2s ease-out;
  position: absolute;
}
.viewBox__navBtn::before {
  content: "";
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 3px;
  background-color: #17181a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.viewBox__navBtn--left {
  left: 0;
}
.viewBox__navBtn--left::before {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M15 1L2 13L15 25'%3E%3C/path%3E%3C/svg%3E");
}
.viewBox__navBtn--right {
  right: 0;
}
.viewBox__navBtn--right::before {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M1 1l13 12L1 25'%3E%3C/path%3E%3C/svg%3E");
}
.viewBox__navBtn:hover::before {
  opacity: 1;
}
.viewBox__navBtn:active::before {
  transform: translateY(2px);
}
.viewBox__nav.show {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  pointer-events: auto;
}
.viewBox__controls {
  top: 10px;
  right: 10px;
  will-change: transform, opacity;
  transform: translate3d(80px, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1), opacity 0.2s ease-out;
  opacity: 0;
  position: fixed;
  z-index: 10;
}
.viewBox__controls.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.viewBox__close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  opacity: 0.7;
  background-color: #17181a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 329 329'%3E%3Cpath fill='%23fff' d='M194.8 164.8L323 36.6a21.3 21.3 0 10-30.2-30.2L164.6 134.6 36.4 6.4A21.3 21.3 0 106.3 36.6l128.2 128.2L6.3 293A21.3 21.3 0 1036.4 323L164.6 195l128.2 128.2a21.3 21.3 0 0030.2 0 21.3 21.3 0 000-30.1zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 21px;
  transition: opacity 0.2s ease;
}
.viewBox__close:hover {
  opacity: 1;
}
.viewBox__close:active {
  transform: translateY(2px);
}
.viewBox__copyLink {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 0;
  border-radius: 3px;
  opacity: 0.7;
  background-color: #17181a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 469 469'%3E%3Cpath fill='%23fff' d='M330.7 0h-256C51 0 32 19 32 42.7v298.6h42.7V42.7h256V0z'/%3E%3Cpath fill='%23fff' d='M394.7 85.3H160c-23.6 0-42.7 19.1-42.7 42.7v298.7c0 23.5 19.1 42.6 42.7 42.6h234.7c23.5 0 42.6-19 42.6-42.6V128c0-23.6-19-42.7-42.6-42.7zm0 341.4H160V128h234.7v298.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 21px;
  transition: opacity 0.2s ease;
}
.viewBox__copyLink:hover {
  opacity: 1;
}
.viewBox__copyLink:active {
  transform: translateY(2px);
}
.viewBox__zoom {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 0;
  border-radius: 3px;
  opacity: 0.7;
  background-color: #17181a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  transition: opacity 0.2s ease;
}
.viewBox__zoom--in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M386.3 336.2a211.9 211.9 0 10-44.8 47.3L466 508l46.1-46-125.7-125.7zm-174.4 46A166.4 166.4 0 0145.6 216c0-91.7 74.6-166.3 166.3-166.3S378 124.3 378 216 303.5 382.2 212 382.2z'/%3E%3Cpath fill='%23fff' d='M234.7 196.4v-81.5h-45.6v81.5h-81.5v45.7h81.5v81.4h45.6v-81.4h81.5v-45.7z'/%3E%3C/svg%3E");
}
.viewBox__zoom--out {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M386.3 336.2a211.9 211.9 0 10-44.8 47.3L466 508l46.1-46-125.7-125.7zm-174.4 46A166.4 166.4 0 0145.6 216c0-91.7 74.6-166.3 166.3-166.3S378 124.3 378 216 303.5 382.2 212 382.2z'/%3E%3Cpath fill='%23fff' d='M107.6 196.4h208.6V242H107.6z'/%3E%3C/svg%3E");
}
.viewBox__zoom:hover {
  opacity: 1;
}
.viewBox__zoom:active {
  transform: translateY(2px);
}
.viewBox__zoom[disabled] {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.viewBox.open {
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background-color: rgba(23, 27, 28, 0.75);
  transition: height 0s 0s ease-out, z-index 0s 0s ease-out, background-color 0.3s 0s ease-out;
  z-index: 77777;
}

@media (min-width: 1024px) {
  .viewBox__navBtn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 1024px) {
  .viewBox__nav {
    bottom: 50px;
    will-change: transform, opacity;
    transform: translate3d(0, 60px, 0);
    transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1), opacity 0.2s ease-out;
  }
  .viewBox__navBtn {
    width: 50%;
    height: 40px;
  }
  .viewBox__nav.show {
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s cubic-bezier(0.4, 0.7, 0.6, 1), opacity 0.2s ease-out;
    opacity: 1;
  }
}
.tooltip {
  width: 16px;
  height: 16px;
  margin: 3px 0 0 3px;
  vertical-align: top;
  display: inline-block;
  cursor: help;
}

[data-tooltip]:hover::before,
[data-tooltip]:focus::before,
[data-tooltip]:active::before {
  content: attr(data-tooltip);
  min-width: 50px;
  max-width: 400px;
  margin-top: 30px;
  padding: 10px 20px;
  line-height: 1.5;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  border-radius: 3px;
  position: absolute;
  will-change: transform, contents;
  transform: translate3d(0, 0, 0);
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
  animation: zoomInMini 0.2s ease;
  z-index: 100;
}

.ripple {
  width: 4px;
  height: 4px;
  opacity: 0;
  background: #adaeaf;
  border-radius: 50%;
  position: fixed;
  z-index: 77778;
  pointer-events: none;
  user-select: none;
  transform: translate3d(0, 0, 0);
  animation: rippleAnimation 0.35s cubic-bezier(0, 0.1, 0.3, 1);
}

@keyframes rippleAnimation {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(16);
    opacity: 0;
  }
}
.jphoto {
  display: flex;
  background: #fff;
}

.slider_jphoto {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 60%;
}

.jvideo {
  min-width: 40%;
  padding-left: 10%;
}

.jparent-container {
  width: 320px;
  height: 229px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -160px;
}

.jvideo-container {
  width: 320px;
  height: 240px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.jimg-container {
  width: 80px;
  height: 98px;
  overflow: hidden;
  position: absolute;
  bottom: 55%;
  left: 30%;
  z-index: 10;
}

.img_vid {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.jvid {
  max-height: 150px;
  filter: brightness(40%);
}

.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
  align-items: center;
}

.slider__jitem {
  flex: 0 0 32%;
  max-width: 32%;
  display: flex;
  margin: 0px 5px;
  justify-content: center;
}

.slider__jimage {
  max-width: 100%;
  object-fit: cover;
}

.jslider__control {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  bottom: 0;
  background: #fff;
}

.jslider__control:hover,
.jslider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.jslider__control_left {
  left: 0;
}

.jslider__control_right {
  right: 0;
}

.jslider__control_left::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tLWFycm93IiB3aWR0aD0iMTYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xIDFsMTMgMTJMMSAyNSI+PC9wYXRoPjwvc3ZnPg==");
}

.jslider__control_right::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tLWFycm93IiB3aWR0aD0iMTYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xIDFsMTMgMTJMMSAyNSI+PC9wYXRoPjwvc3ZnPg==");
}

.slider__jitem > div {
  line-height: 250px;
  font-size: 100px;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .jphoto {
    display: flex;
    flex-direction: column;
  }
  .slider__jitem {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 2px;
  }
  .slider_jphoto {
    padding-bottom: 5px;
  }
  .jvideo {
    padding-left: 0;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/dependencies/notify.css?16883680142372*/
.notify {
  right: 0;
  bottom: 0;
  width: 100%;
  will-change: contents;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  display: inline-block;
  position: fixed;
  z-index: 90000;
}
.notify__item {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, margin-top 0.3s ease, opacity 0.7s ease, transform 0.3s ease;
  will-change: transform, contents;
  transform: translate3d(0, 100%, 0);
  position: relative;
}
.notify__item--success {
  background-color: var(--primaryColor);
  /*color: var(--primaryColor);*/
  border: 1px solid #ffbf3e;
}
.notify__item--info {
  background-color: var(--infoColor);
  color: var(--primaryColor);
}
.notify__item--error {
  background-color: var(--errorColor);
  color: var(--primaryColor);
}
.notify__item.show {
  max-height: 200px;
  margin-top: 2px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.notify__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 50px 14px 15px;
  position: relative;
}
.notify__title {
  margin: 0 0 10px 0;
  font-size: 22px;
}
.notify__text {
  width: 100%;
  line-height: 1.4;
  /*text-shadow: 1px 1px rgba(0, 0, 0, 0.25);*/
  vertical-align: top;
  display: inline-block;
}
.notify__close {
  top: 12px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
}
.notify__close::after, .notify__close::before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primaryColor);
  position: absolute;
}
.notify__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.notify__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notify__close:active {
  transform: translateY(2px);
}
.notify__close-link {
  display: block;
  padding: 5px 0px;
  border: 1px solid #fff;
  width: 105px;
  text-align: center;
  margin: 10px auto 0px;
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1024px) {
  .notify {
    right: 15px;
    bottom: 15px;
    width: auto;
  }
  .notify__item {
    max-width: 400px;
    border-radius: 5px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .notify__item.show {
    margin-top: 15px;
  }
}
/* End */


/* Start:/local/templates/templ_main/fonts/opensans/ui.font.opensans.min.css?16854365651861*/
@font-face{font-family:'Open Sans';src:url('/bitrix/js/ui/fonts/opensans/opensans-regular.eot');src:local('Open Sans'),url('/bitrix/js/ui/fonts/opensans/opensans-regular.woff') format('woff'),url('/bitrix/js/ui/fonts/opensans/opensans-regular.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'OpenSans';src:url('/bitrix/js/ui/fonts/opensans/opensans-regular.eot');src:local('Open Sans'),url('/bitrix/js/ui/fonts/opensans/opensans-regular.woff') format('woff'),url('/bitrix/js/ui/fonts/opensans/opensans-regular.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'OpenSans-Regular';src:url('/bitrix/js/ui/fonts/opensans/opensans-regular.eot');src:local('Open Sans'),url('/bitrix/js/ui/fonts/opensans/opensans-regular.woff') format('woff'),url('/bitrix/js/ui/fonts/opensans/opensans-regular.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'OpenSans-Light';src:url('/bitrix/js/ui/fonts/opensans/opensans-light.eot');src:local('Open Sans Light'),url('/bitrix/js/ui/fonts/opensans/opensans-light.woff') format('woff'),url('/bitrix/js/ui/fonts/opensans/opensans-light.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'OpenSans-Semibold';src:url('/bitrix/js/ui/fonts/opensans/opensans-semibold.eot');src:local('Open Sans Semibold'),url('/bitrix/js/ui/fonts/opensans/opensans-semibold.woff') format('woff'),url('/bitrix/js/ui/fonts/opensans/opensans-semibold.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'OpenSans-Bold';src:url('/bitrix/js/ui/fonts/opensans/opensans-bold.eot');src:local('Open Sans Bold'),url('/bitrix/js/ui/fonts/opensans/opensans-bold.woff') format('woff'),url('/bitrix/js/ui/fonts/opensans/opensans-bold.ttf') format('truetype');font-weight:normal;font-style:normal}
/* End */


/* Start:/local/templates/templ_main/main.css?169053222641536*/
@charset "UTF-8";
@media (min-width: 768px) {
  @font-face {
    font-family: "SuisseIntl";
    font-display: swap;
    src: local("SuisseIntl"), local("SuisseIntl Regular"), local("SuisseIntl-Regular"), url("/ui/v2/f/SuisseIntl-Regular-WebM.woff2") format("woff2"), url("/ui/v2/f/SuisseIntl-Regular-WebM.woff") format("woff"), url("/ui/v2/f/SuisseIntl-Regular-WebM.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "SuisseIntl";
    font-display: swap;
    src: local("SuisseIntl Light"), local("SuisseIntl-Light"), url("/ui/v2/f/SuisseIntl-Light-WebM.woff2") format("woff2"), url("/ui/v2/f/SuisseIntl-Light-WebM.woff") format("woff"), url("/ui/v2/f/SuisseIntl-Light-WebM.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "SuisseIntl";
    font-display: swap;
    src: local("SuisseIntl Medium"), local("SuisseIntl-Medium"), url("/ui/v2/f/SuisseIntl-Medium-WebM.woff2") format("woff2"), url("/ui/v2/f/SuisseIntl-Medium-WebM.woff") format("woff"), url("/ui/v2/f/SuisseIntl-Medium-WebM.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  /*
    @font-face {
        font-family: 'SuisseIntl';
        font-display: swap;
        src: local('SuisseIntl Bold'), local('SuisseIntl-Bold'),
            url('/ui/v2/f/SuisseIntl-Bold-WebM.woff2') format('woff2'),
            url('/ui/v2/f/SuisseIntl-Bold-WebM.woff') format('woff'),
            url('/ui/v2/f/SuisseIntl-Bold-WebM.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
    }
    */
}
[data-theme=dark]:root {
  --mainColor-50: rgba(196, 243, 255, 0.1);
  --mainColor-200: #bfdce5;
  --mainColor-300: #bfdce5;
  --mainColor: #b5dde9;
  --mainColor-700: #fcfeff;
  --primaryColor: #2a343a;
  --primaryColor-25: #2c363c;
  --primaryColor-50: #2c363c;
  --primaryColor-100: #2e383e;
  --primaryColor-150: #313c42;
  --primaryColor-200: #374248;
  --primaryColor-250: #39434a;
  --primaryColor-300: #596369;
  --primaryColor-350: #545f65;
  --primaryColor-400: #829199;
  --primaryColor-500: #a7b5bc;
  --primaryColor-700: #f8f9fb;
  --primaryColor-900: #fff;
  --cancelColor-300: #ffaaa9;
  --cancelColor: #ff8d8b;
  --focusColor: #cdd4d8;
  --successColor: rgba(172, 214, 225, 0.95);
  --infoColor: rgba(255, 255, 255, 0.95);
  --errorColor: rgba(255, 165, 165, 0.95);
  --unloadBg: rgba(42, 52, 58, 0.7);
}

[data-theme=default]:root {
  --mainColor-50: rgba(154, 234, 255, 0.1);
  --mainColor-200: #538999;
  --mainColor-300: #405c64;
  --mainColor: #1f5869;
  --mainColor-700: #083a48;
  --primaryColor: #fff;
  --primaryColor-25: #fafbfc;
  --primaryColor-50: #f8f9fb;
  --primaryColor-100: #f2f3f5;
  --primaryColor-150: #eaedef;
  --primaryColor-200: #efefef;
  --primaryColor-250: #e5e5e5;
  --primaryColor-300: #b0b6b7;
  --primaryColor-350: #aeaeaf;
  --primaryColor-400: #7b7b7b;
  --primaryColor-500: #747575;
  --primaryColor-700: #303030;
  --primaryColor-900: #121213;
  --cancelColor-300: #a96868;
  --cancelColor: #a14532;
  --focusColor: #595f53;
  --successColor: rgba(0, 69, 88, 0.95);
  --infoColor: rgba(41, 94, 144, 0.95);
  --errorColor: rgba(191, 15, 66, 0.95);
  --unloadBg: rgba(255, 255, 255, 0.95);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
details,
main {
  display: block;
}

a {
  color: inherit;
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}
a[href*="tel:"] {
  white-space: nowrap;
}

svg:not(:root) {
  overflow: hidden;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

summary {
  outline: 0;
  list-style-type: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::-moz-list-bullet {
  list-style-type: none;
}

input,
textarea {
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
}

button {
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  background-color: transparent;
  user-select: none;
}
button::-moz-focus-inner {
  border: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button:focus {
  outline: 0;
}

html {
  font-size: 16px;
  font-family: "SuisseIntl", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-rendering: optimizeSpeed;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  /*
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "pnum";
    font-feature-settings: "pnum";
    font-variant-numeric: proportional-nums;
    */
  line-height: 1.15;
  position: relative;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
}
body.disable-scroll {
  overflow: hidden;
}

::selection {
  background: var(--primaryColor-900);
  color: var(--primaryColor);
}

::-moz-selection {
  background: var(--primaryColor-900);
  color: var(--primaryColor);
}

::-webkit-input-placeholder {
  color: var(--primaryColor-400);
}

:-ms-input-placeholder {
  color: var(--primaryColor-400);
}

::placeholder {
  color: var(--primaryColor-400);
}

[data-custom-scroll] {
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

[hidden],
.hidden {
  display: none !important;
}

.focused {
  box-shadow: 0 0 0 5px rgba(19, 194, 220, 0.7) !important;
  z-index: 10;
}

.app {
  width: 100%;
  min-width: 320px;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.main {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  flex: 1 0 auto;
  z-index: 2;
  transition: opacity 0.15s ease;
  animation-fill-mode: both;
  animation-duration: 0.35s;
  animation-name: fadeIn;
}

.separator {
  height: 2px;
  margin: 20px 0;
  background: var(--primaryColor-200);
}
.separator--big {
  margin: 40px 0;
}

.upline-separator .separator {
  margin: 0;
}

.paragraph {
  margin: 0 0 20px 0;
  line-height: 22px;
}

.unload {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--unloadBg);
  position: fixed;
  z-index: 770;
}

.loadingCover::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--unloadBg);
  position: fixed;
  z-index: 10;
  display: block;
}

.waiting::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--unloadBg);
  position: absolute;
  z-index: 10;
  display: block;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  animation-name: fadeIn;
}

.unload,
.loading,
.waiting::before,
.loadingCover::before {
  background-size: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23bcbfc1' d='M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z' transform='rotate(337.711 25 25)'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
}

.color--main {
  color: var(--mainColor);
}

.text--nowrap {
  white-space: nowrap;
}
.text--uppercase {
  text-transform: uppercase;
}

.disableScroll {
  overflow-y: scroll;
}
.disableScroll .app {
  overflow: hidden;
}

details [data-details-content] {
  animation-fill-mode: both;
  animation-duration: 0.25s;
  animation-name: slideUp;
  display: none !important;
}
details[data-open] [data-details-content], details[open] [data-details-content] {
  display: block !important;
  z-index: 10;
}

/*
.cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #111;
    position: fixed;
    opacity: 0;
    transition: opacity 0.2s 0s ease-out, height 0s 0.2s linear;
    z-index: -1;
}
*/
@media (min-width: 1024px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  [data-custom-scroll]::-webkit-scrollbar {
    width: 8px;
    border-radius: 3px;
  }
  [data-custom-scroll]::-webkit-scrollbar-thumb {
    width: 8px;
    height: 80px;
    max-height: 80px;
    background-color: #dbe0e0;
    border-radius: 3px;
  }
  [data-custom-scroll]::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
  [data-custom-scroll]::-webkit-scrollbar-track {
    background: var(--primaryColor);
    border-radius: 3px;
  }
  [data-custom-scroll]::-webkit-scrollbar-corner {
    background: 0 0;
  }
  [data-custom-scroll]::-webkit-scrollbar-thumb:hover {
    background-color: #c7cccc;
  }
}
.hideOff--mobile {
  display: none !important;
}

@media (max-width: 768px) {
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  .hideOn--mobile {
    display: none !important;
  }
  .hideOff--mobile {
    display: block !important;
  }
  .separator {
    margin: 0;
  }
  .separator--big {
    margin: 20px 0;
  }
}
.form {
  position: relative;
}
.form__cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  position: absolute;
  z-index: 10;
}

.visible--block {
  display: block !important;
}
.visible--iBlock {
  display: inline-block !important;
}

@media (max-width: 1024px) {
  .show__until--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .show__until--tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .scrollTop {
    left: 20px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    background-color: var(--mainColor-200);
    border: 0;
    border-radius: 50%;
    opacity: 0;
    will-change: opacity, transform, bottom;
    transform: translate3d(0, 80px, 0);
    transition: opacity 0.2s 0s ease-out, transform 0.3s 0s ease-out, bottom 0s 0.3s linear;
    position: fixed;
    z-index: 10;
  }
  .scrollTop:hover {
    opacity: 1;
  }
  .scrollTop__icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    position: absolute;
    pointer-events: none;
  }
  .scrollTop.show {
    bottom: 20px;
    opacity: 0.6;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s 0s cubic-bezier(0, 1, 0.3, 1.15), transform 0.3s 0s cubic-bezier(0, 1, 0.3, 1.15), bottom 0s 0s linear;
  }
}
@media (max-width: 768px) {
  .scrollTop {
    display: none;
  }
}
.icon--search path {
  fill: var(--mainColor);
  stroke: var(--mainColor);
}
.icon--basket path {
  fill: var(--primaryColor-700);
}
.icon--salons path {
  fill: var(--mainColor);
  stroke: var(--mainColor);
}
.icon--scrollTop path {
  fill: var(--primaryColor-100);
}
.icon--arrow path {
  stroke: var(--primaryColor-700);
  stroke-width: 2;
}
.icon--filter path {
  fill: var(--mainColor);
}
.icon--help path {
  fill: var(--mainColor);
}
.icon--social path {
  fill: #007DDC;
}
.icon--info path {
  fill: var(--mainColor);
}
.icon--link path {
  fill: var(--mainColor);
}
.icon--default path {
  fill: #007DDC;
}
.icon--default circle {
  fill: #007DDC;
}

.btn {
  min-height: 34px;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  color: var(--mainColor);
  border: solid 1px var(--mainColor);
  border-radius: 3px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  position: relative;
  vertical-align: top;
  display: inline-block;
  transition: color 0.2s ease, border-color 0.2s ease-out;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:active {
  transform: translate3d(0, 2px, 0);
}
.btn--full {
  width: 100%;
}
.btn--filled {
  color: var(--primaryColor);
  background-color: var(--mainColor);
}
.btn--light {
  color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.btn svg {
  transition: opacity 0.2s ease;
}
.btn.loading {
  background-size: 28px;
  color: transparent;
  cursor: wait;
  pointer-events: none;
}
.btn.loading svg {
  opacity: 0;
}
.btn.btn_yellow {
  color: var(--primaryColor-900);
  border: solid 1px #ffbf3e;
}
.btn_yellow.btn--filled {
  color: var(--primaryColor-900);
  background-color: #ffbf3e;
}

@media (min-width: 768px) {
  .btn::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--mainColor);
    transition: background-color 0.25s cubic-bezier(0.21, 0.61, 0.35, 1) 0s, height 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0s;
    will-change: height;
    z-index: -1;
    display: block;
    position: absolute;
  }
  .btn.btn_yellow::before {
    background-color: #ffbf3e;
  }
  .btn:hover {
    color: var(--primaryColor);
  }
  .btn:hover::before {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  .btn--filled::before {
    background-color: var(--mainColor-700);
  }
  .btn--filled:hover::before {
    background-color: var(--mainColor-700);
  }
  .btn--filled.btn_yellow:hover::before {
    background-color: #f7ad2c;
  }
  .btn--light::before {
    background-color: var(--primaryColor);
  }
  .btn--light:hover {
    color: var(--primaryColor-900);
  }
}
.link {
  color: #007DDC;
  text-decoration: none;
  border: 0;
  border-bottom: solid 1px transparent;
  transition: border-bottom-color 0.2s ease;
  z-index: 1;
  cursor: pointer;
}
.link--styled {
  border-bottom-color: #007DDC;
}
.link:hover {
  border-bottom-color: var(--mainColor-200);
}
.link:active {
  transform: translateY(2px);
}

.checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.checkbox__icon {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  transition: background-color 0.2s ease-out, border-color 0.3s ease-out;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__icon::before {
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mainColor);
  border: solid 3px var(--primaryColor);
  opacity: 0;
  transition: opacity ease 0.2s;
  position: absolute;
  z-index: 1;
}
.checkbox:active .checkbox__icon {
  transform: translate3d(0, 0, 0) scale(0.9);
}
.checkbox__input {
  top: 20px;
  left: 10px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  position: absolute;
  z-index: -777;
}
.checkbox__input:checked + .checkbox__icon {
  background: var(--mainColor);
  border-color: var(--mainColor);
}
.checkbox__input:checked + .checkbox__icon::before {
  opacity: 1;
}
.checkbox__text {
  padding: 2px 0 0 34px;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input {
  width: 100%;
  margin: 0 0 20px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.input__label {
  width: 100%;
  font-weight: 500;
  vertical-align: top;
  display: inline-block;
}
.input__label.required::after {
  content: "*";
  margin: 0 0 0 2px;
  font-size: 80%;
  font-weight: 600;
  color: #d41f5f;
  vertical-align: top;
  display: inline-block;
}
.input__text {
  width: 100%;
  padding: 10px 0;
  border: 0;
  outline: 0;
  color: var(--primaryColor-900);
  background-color: transparent;
  border-bottom: solid 1px var(--primaryColor-300);
  transition: border-bottom-color 0.2s ease-out;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
}
.input__text:hover {
  border-bottom-color: var(--primaryColor-500);
}
.input__text:focus {
  border-bottom-color: var(--primaryColor-700);
}
.input__text.invalid {
  border-bottom-color: var(--cancelColor);
}
.input__text.invalid:focus {
  border-bottom-color: var(--primaryColor-300);
}
.input__notice {
  width: 100%;
  margin: 5px 0;
  font-size: 14px;
  color: var(--mainColor);
  vertical-align: top;
  display: inline-block;
}

.upline-input {
  width: 100%;
  margin: 0 0 20px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.upline-input__label {
  width: 100%;
  font-weight: 500;
  vertical-align: top;
  display: inline-block;
}
.upline-input__label.required::after {
  content: "*";
  margin: 0 0 0 2px;
  font-size: 80%;
  font-weight: 600;
  color: #d41f5f;
  vertical-align: top;
  display: inline-block;
}
.upline-input__text {
  width: 100%;
  padding: 10px;
  outline: 0;
  color: var(--primaryColor-900);
  background-color: transparent;
  transition: border-color 0.2s ease-out;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.upline-input__text:hover {
  border-color: rgba(0, 0, 0, 0.7);
}
.upline-input__text:focus {
  border-color: rgba(0, 0, 0, 0.7);
}
.upline-input__text.invalid {
  border-bottom-color: var(--cancelColor);
}
.upline-input__text.invalid:focus {
  border-bottom-color: var(--primaryColor-300);
}
.upline-input__notice {
  width: 100%;
  margin: 5px 0;
  font-size: 14px;
  color: var(--mainColor);
  vertical-align: top;
  display: inline-block;
}

.select {
  width: 100%;
  margin: 0 0 20px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.select__label {
  width: 100%;
  font-weight: 500;
  vertical-align: top;
  display: inline-block;
}
.select__box {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.select__box::after {
  content: " ";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--primaryColor-500);
  border-right: 2px solid var(--primaryColor-500);
  position: absolute;
  transition: transform 0.15s ease-out;
  -ms-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translate3d(0, -50%, 0) rotate(135deg);
  pointer-events: none;
  z-index: 1;
}
.select__text {
  width: 100%;
  height: 40px;
  padding: 10px 30px 10px 0;
  border: 0;
  border-bottom: solid 2px var(--primaryColor-300);
  color: var(--primaryColor-900);
  background-color: transparent;
  transition: border-bottom-color 0.2s ease-out;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  vertical-align: top;
  display: inline-block;
}
.select__text::-ms-expand {
  display: none;
}
.select__text:hover {
  border-bottom-color: var(--primaryColor-500);
}
.select__text.invalid {
  border-color: var(--cancelColor);
}
.select__text.invalid:focus {
  border-bottom-color: var(--primaryColor-700);
}
.select__text option {
  background-color: var(--primaryColor);
}
.select__notice {
  width: 100%;
  margin: 5px 0;
  font-size: 14px;
  color: var(--mainColor);
  vertical-align: top;
  display: inline-block;
}

.rating {
  max-width: 198px;
  height: 38px;
  margin: 0 0 20px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.rating label {
  width: 38px;
  height: 38px;
  position: relative;
  float: right;
  cursor: pointer;
}
.rating label:not(:first-of-type) {
  padding-right: 2px;
}
.rating label::before {
  content: "★";
  font-size: 40px;
  color: var(--primaryColor-300);
  line-height: 1;
}
.rating input {
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  position: absolute;
}
.rating input:checked ~ label::before, .rating:not(:checked) > label:hover::before, .rating:not(:checked) > label:hover ~ label::before {
  color: var(--mainColor);
}

.selectSalon {
  width: 100%;
  margin: 5px 0 25px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.selectSalon.invalid {
  border: 1px solid var(--cancelColor);
  padding: 5px;
}
.selectSalon.invalid .selectSalon__icon {
  top: 4px;
  left: 6px;
}
.selectSalon__icon {
  top: -2px;
  left: 0;
  position: absolute;
}
.selectSalon__icon path {
  fill: var(--primaryColor-900);
}
.selectSalon__btn {
  margin: 0 0 0 30px;
  padding: 0 0 2px 0;
  border: 0;
  color: var(--primaryColor-900);
  border-bottom: solid 1px transparent;
  transition: border-bottom-color 0.2s ease;
}
.selectSalon__btn:hover {
  border-bottom-color: var(--primaryColor-350);
}
.selectSalon__btn:active {
  transform: translateY(2px);
}

.textarea {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.textarea__text {
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
  border: 0;
  outline: 0;
  border-bottom: solid 1px var(--primaryColor-300);
  transition: border-bottom-color 0.2s ease-out;
  color: var(--primaryColor-900);
  background-color: transparent;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
}
.textarea__text:hover {
  border-bottom-color: var(--primaryColor-500);
}
.textarea__text:focus {
  border-bottom-color: var(--primaryColor-700);
}
.textarea__textinvalid {
  border-bottom-color: var(--cancelColor);
}
.textarea__textinvalid:focus {
  border-bottom-color: var(--primaryColor-700);
}

.section {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.section__title {
  margin: 30px 0;
  line-height: 44px;
  font-size: 36px;
  font-weight: 600;
  text-overflow: ellipsis;
  position: relative;
}
.section__title--light {
  color: var(--primaryColor);
}
.section__title--box {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}
.section__title--big {
  font-size: 52px;
  margin: 40px 0;
}
.section__title--zeroTop {
  margin-top: 0 !important;
}
.section__title:hover::after {
  opacity: 1;
}
.section__desc {
  margin: 30px 0;
  line-height: 24px;
  position: relative;
}
.section__desc--light {
  color: var(--primaryColor);
}
.section__desc--box {
  width: 50%;
  margin-bottom: 60px;
  vertical-align: top;
  display: inline-block;
}
.section__mediumTitle {
  width: 100%;
  margin: 30px 0;
  line-height: 32px;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}
.section__mediumTitle--light {
  color: var(--primaryColor);
}
.section__mediumTitle--zeroTop {
  margin-top: 0;
}
.section__subtitle {
  width: 100%;
  margin: 15px 0;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.section__subtitle--light {
  color: var(--primaryColor);
}
.section__btn--action:active {
  transform: translateY(2px);
}
.section__content {
  position: relative;
}
.section--bigIndent {
  padding-bottom: 70px;
}

@media (min-width: 1024px) {
  .section__title::after {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 15px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23b1b3b7' d='M2.211 19.096c-2.948 2.948-2.948 7.746 0 10.694s7.746 2.947 10.694 0l5.347-5.347a1.193 1.193 0 1 0-1.687-1.687l-5.347 5.347c-2.041 2.041-5.275 2.041-7.317 0s-2.041-5.275 0-7.317l5.91-5.91a5.137 5.137 0 0 1 7.317 0 1.193 1.193 0 1 0 1.687-1.687c-2.948-2.948-7.746-2.948-10.694 0l-5.91 5.91zM13.687 7.619a1.2 1.2 0 0 0 .06 1.69 1.2 1.2 0 0 0 1.312.211c.143-.065.271-.158.378-.274l5.347-5.347c2.041-2.041 5.275-2.041 7.317 0s2.041 5.275 0 7.317l-5.91 5.91a5.137 5.137 0 0 1-7.317 0 1.19 1.19 0 0 0-.848-.36 1.194 1.194 0 0 0-.841 2.049c2.948 2.948 7.746 2.948 10.694 0l5.91-5.91c2.947-2.948 2.947-7.746 0-10.694s-7.746-2.948-10.694 0l-5.347 5.347c-.021.02-.042.04-.062.062z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    vertical-align: middle;
    display: inline-block;
    user-select: none;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .section__btn {
    top: -74px;
    right: 0;
    position: absolute;
  }
  .btn-2.section__btn {
    top: -74px;
    right: 0;
    position: absolute;
  }
  .section__btn--action {
    top: -54px;
    border: 0;
    font-size: 16px;
    color: var(--primaryColor-300);
    transition: color 0.2s ease;
  }
  .section__btn--action:hover {
    color: var(--primaryColor-700);
  }
  .section__title--zeroTopAfterMobile {
    margin-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .section__title {
    margin: 20px 0;
    font-size: 28px;
  }
  .section__title--big {
    margin: 30px 0;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 22px;
    line-height: 32px;
  }
  .section__title--box {
    width: 100%;
  }
  .section__title--big {
    font-size: 36px;
  }
  .section__desc {
    margin-top: 0;
  }
  .section__desc--box {
    width: 100%;
    margin-bottom: 30px;
  }
  .section__content--withoutBtn {
    padding-bottom: 30px;
  }
  .section__mediumTitle {
    font-size: 20px;
    line-height: 26px;
  }
  .section__btn {
    top: 0;
    width: 100%;
    margin: 25px 0;
    position: relative;
  }
  .section__btn--action {
    border: 0;
    font-size: 16px;
    color: var(--primaryColor-500);
  }
  .section--bigIndent {
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .section__title--big {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .section__title {
    animation-fill-mode: both;
    animation-duration: 0.7s;
    animation-name: fadeIn;
  }
  .section__desc {
    animation-fill-mode: both;
    animation-duration: 0.7s;
    animation-delay: 0.2s;
    animation-name: fadeIn;
  }
  .section__text {
    animation-fill-mode: both;
    animation-duration: 0.7s;
    animation-delay: 0.3s;
    animation-name: fadeIn;
  }
}
.tile {
  width: 100%;
  max-width: 33.3333333%;
  min-width: 180px;
  padding: 0 15px 30px 15px;
  text-decoration: none;
  white-space: normal;
  position: relative;
  vertical-align: top;
  display: inline-block;
  display: flex;
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  /*
    &__info {
        width: 100%;
        vertical-align: top;
        display: inline-block;
    }
    */
}
.tile__inner {
  width: 100%;
  max-width: 390px;
  text-align: left;
  position: relative;
  vertical-align: top;
  display: inline-block;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tile__thumbnail {
  max-width: 400px;
  padding: 58.728% 0 0 0;
  text-decoration: none;
  background-color: var(--primaryColor-100);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tile__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-height: 100%;
  margin: auto;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-in-out;
  display: block;
  z-index: 1;
}
.tile__colors {
  margin-left: -5px;
  margin-right: -5px;
  flex: 1 0 auto;
}
.tile__color {
  width: 32px;
  height: 32px;
  margin: 10px 1.5px 0 5px;
  border: solid 1px var(--primaryColor-350);
  transition: border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
}
.tile__color:hover {
  border-color: var(--mainColor);
}
.tile__color:active {
  transform: translateY(2px);
}
.tile__cols {
  width: 100%;
  display: table;
}
.tile__col {
  display: table-cell;
}
.tile__name {
  width: 100%;
  padding: 5% 0 1% 0;
  font-size: 20px;
  color: var(--primaryColor-500);
  vertical-align: top;
  display: inline-block;
}
.tile__topic {
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: top;
  display: inline-block;
}
.tile__category {
  padding: 20px 5px 0 0;
  color: var(--primaryColor-500);
}
.tile__date {
  padding: 20px 0 0 5px;
  color: var(--primaryColor-500);
  text-align: right;
}
.tile__price {
  margin: 0 0 6px 0;
  position: relative;
}
.tile__priceFrom {
  font-size: 18px;
  font-weight: 600;
}
.tile__priceValue {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 7px;
}
.tile__priceCurrency {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.tile__priceQuantity {
  font-size: 18px;
  font-weight: 600;
}
.tile__type {
  width: 100%;
  padding: 20px 0 10px 0;
  color: var(--primaryColor-900);
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
}
.tile__title {
  width: 100%;
  color: #007DDC;
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
}
.tile__subtitle {
  width: 100%;
  padding: 20px 0 10px 0;
  color: var(--primaryColor-900);
  vertical-align: top;
  display: inline-block;
}
.tile__detailLink {
  right: 0;
  bottom: 4px;
  padding: 4px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-color: var(--mainColor-200);
  position: absolute;
}
.tile__badge {
  top: 10px;
  right: 10px;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.tile__badge::before {
  content: attr(data-text);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  position: absolute;
  display: block;
}
.tile__badge--new {
  font-size: 14px;
  color: #fff;
  background-color: rgba(35, 167, 187, 0.85);
}
.tile__badge--sale {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #a94c4c;
}
.tile__badge--supersale {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #ffbf3e;
}
.tile__badge--supersale::before {
  content: attr(data-text);
  top: 12px;
  line-height: 20px;
}
.tile__badge--hit {
  font-size: 24px;
  font-weight: 600;
  color: #26210a;
  background-color: #d1e33b;
}
.tile__badge--stock {
  font-size: 18px;
  font-weight: 600;
  color: #26210a;
  background-color: #5aa94c;
}
.tile__badge--cpg {
  top: unset;
  bottom: 0;
  right: unset;
  left: 0;
  width: 100%;
  background-image: url(/ui/v2/i/badge_cpg.png);
  height: 95px;
  background-position: bottom;
  border-radius: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tile__badge--cpg-big {
  top: unset;
  bottom: 0;
  right: unset;
  left: 0;
  width: 100%;
  background-image: url(/ui/v2/i/badge_cpg_big.png);
  height: 125px;
  background-position: bottom;
  border-radius: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tile__control {
  top: 5px;
  right: 5px;
  position: absolute;
  z-index: 1;
}
.tile__controlBtn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  background-color: var(--primaryColor);
  opacity: 0.7;
  transition: opacity 0.2s ease;
  position: relative;
}
.tile__controlBtnIcon {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  pointer-events: none;
}
.tile__controlBtn:hover {
  opacity: 1;
}
.tile__controlBtn:active {
  transform: translateY(2px);
}
.tile--carousel {
  max-width: 31.333333%;
  margin-right: 3%;
  padding: 0;
  flex: 0 0 31.3333333%;
}

@media (min-width: 1024px) {
  .tile__thumbnail:hover .tile__img {
    transform: translate3d(0, 0, 0) scale(1.07);
  }
  .tile__thumbnail:active .tile__img {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (max-width: 1024px) {
  .tile__type {
    font-size: 14px;
  }
  .tile__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .tile {
    max-width: 50%;
    min-width: 270px;
    flex: 0 0 50%;
    /*
        &__price {
            font-size: 16px;

            &Value {
                font-size: 18px;
                padding: 0 2px 0 6px;
            }

            &Currency {
                font-size: 18px;
            }
        }
        */
  }
  .tile__title {
    font-size: 18px;
  }
  .tile__topic {
    font-size: 18px;
  }
  .tile--carousel {
    min-width: auto;
    margin-right: 4%;
    max-width: 48%;
    flex: 0 0 48%;
  }
  .tile--carousel:last-child {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .tile {
    max-width: 100%;
    min-width: auto;
    flex: 0 0 100%;
  }
  .tile:last-child {
    margin-bottom: 0;
  }
}
.animated {
  animation-fill-mode: both;
  animation-duration: 1s;
}

.animated-infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutQuick {
  to {
    opacity: 0;
  }
}
.fadeOutQuick {
  animation-name: fadeOutQuick;
  animation-delay: 0s;
  animation-duration: 0.15s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomOut {
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomInMini {
  0% {
    opacity: 0;
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
.zoomInMini {
  animation-name: zoomInMini;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideUp {
  animation-name: slideUp;
}

@keyframes slideOut {
  to {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
}
.slideOut {
  animation-name: slideOut;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

.upline-base-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.upline-base-button_type_favorite {
  color: #C0C0C0;
}
.upline-base-button_type_favorite:hover {
  color: #ffbf3e;
}
.upline-base-button_type_primary {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #ffbf3e;
}
.upline-base-button_type_primary:hover {
  background-color: #f7ad2c;
}
.upline-base-button_type_secondary {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  background-color: #F0F0F0;
  border-radius: 4px;
}
.upline-base-button_type_secondary:hover {
  background-color: #bdbdbd;
}
.upline-base-button_type_shadow {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(180deg, #FFEB3E 0%, #FFC03E 100%);
  box-shadow: 0 4px 9px rgba(240, 175, 45, 0.39);
  border-radius: 4px;
}
.upline-base-button_type_shadow:hover {
  box-shadow: 0 4px 9px rgba(240, 175, 45, 0.39) inset;
}
.upline-base-button_type_additional {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #FFEB3E;
  border-radius: 4px;
}
.upline-base-button_type_additional:hover {
  border-color: #FFC13E;
}

.upline-base-checkbox {
  --border: #D7D7D7;
  --focus: #FFBF3E;
  --active: #FFBF3E;
  --disabled: #f6f8ff;
  --border-hover: #FFBF3E;
  --check-mark: #fff;
  --width: 28px;
  --height: 28px;
  --radius: 4px;
  display: inline-flex;
  grid-gap: 8px;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.upline-base-checkbox input[type=checkbox] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
  width: var(--width);
  height: var(--height);
  margin: 0;
  border: 1px solid var(--bc, var(--border));
  border-radius: var(--radius);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.upline-base-checkbox input[type=checkbox]:focus {
  outline-color: var(--focus);
}
.upline-base-checkbox input[type=checkbox]:focus::placeholder {
  opacity: 0.7;
}
.upline-base-checkbox input[type=checkbox]::after {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  content: "";
}
.upline-base-checkbox input[type=checkbox]:checked {
  --border: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.upline-base-checkbox input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.upline-base-checkbox input[type=checkbox]:hover:not(:disabled) {
  --bc: var(--border-hover);
}
.upline-base-checkbox input[type=checkbox]::after {
  top: 4px;
  left: 10px;
  width: 8px;
  height: 13px;
  border: 3px solid var(--check-mark);
  border-top: 0;
  border-left: 0;
  border-radius: 1px;
  transform: rotate(var(--r, 20deg));
}
.upline-base-checkbox input[type=checkbox]:checked {
  background-color: var(--active);
  --r: 43deg;
}
.upline-base-checkbox.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.upline-base-details {
  --angle: 45deg;
  --rotate: -90deg;
  font-size: 14px;
  color: #000;
}
.upline-base-details__summary {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  font-weight: 600;
  transition: opacity 0.3s;
  cursor: pointer;
}
.upline-base-details__summary:hover {
  opacity: 0.8;
}
.upline-base-details__summary::after {
  position: absolute;
  top: 4px;
  right: 0;
  border: 4px solid transparent;
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  transform: rotate(var(--angle));
  transition: 0.3s;
  content: "";
}
.upline-base-details_type_secondary {
  --angle: -45deg;
  --rotate: 90deg;
  position: relative;
}
.upline-base-details_type_secondary .upline-base-details__summary {
  padding: 11px 36px 11px 20px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
.upline-base-details_type_secondary .upline-base-details__summary::after {
  top: 13px;
  right: 10px;
}
.upline-base-details_type_secondary .catalog__sortItem {
  padding: 5px 20px;
  font-weight: 400;
}
.upline-base-details_type_secondary .catalog__sortItem--active {
  font-weight: 700;
}
.upline-base-details_type_secondary .catalog__sortItem:hover {
  font-weight: 700;
}
.upline-base-details[open] > .upline-base-details__summary::after {
  transform: rotate(calc(var(--angle) + var(--rotate)));
}
.upline-base-details__container {
  display: grid;
  grid-gap: 10px;
  padding-top: 17px;
}
.upline-base-details__container_pos_right, .upline-base-details__container_pos_center {
  z-index: 2;
  position: absolute;
  right: 0;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}
.upline-base-details__container_pos_center {
  left: 0;
}
.upline-base-details__item {
  display: inline-flex;
}
.upline-base-details__more {
  display: inline-block;
  margin-top: 17px;
  color: #016abd;
  border-bottom: 1px dashed #007DDC;
}
.upline-base-details__more:hover {
  color: #014e8a;
  border-color: #0060a9;
}
@media screen and (max-width: 768px) {
  .upline-base-details_type_secondary .upline-base-details__summary {
    border-radius: 5px;
  }
}

.upline-base-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
}

.upline-base-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .upline-anchors__menu {
    padding: 28px 9px;
  }
}
.upline-base-typography p {
  margin: 24px 0;
  line-height: 1.5;
}
.upline-base-typography p:first-child {
  margin-top: 0;
}
.upline-base-typography p:last-child {
  margin-bottom: 0;
}

.gtm {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}

.ym {
  left: -9999px;
  position: absolute;
  display: inline-block;
}

@media (min-width: 1024px) {
  .upline-modal-3d {
    max-width: 1150px;
    max-height: 580px;
    min-height: 424px;
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
    background-image: url("/local/templates/templ_main/ui/modal/3d.jpg");
    background-size: contain;
  }
  .upline-modal-3d__form {
    margin-right: 440px;
  }
}
@media (max-width: 1024px) {
  .upline-modal-3d {
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    box-shadow: none;
    background-color: var(--primaryColor);
    background-image: none;
  }
  .upline-modal-3d__form {
    margin: 0 auto;
    padding: 10% 25px;
  }
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineHeader.css?172295512016719*/
.upline-container {
  box-sizing: border-box;
  max-width: 1438px;
  margin: 0 auto;
  padding: 0 15px;
  /*display: grid;*/
  /*grid-gap: 60px;*/
}
@media screen and (max-width: 768px) {
  .upline-container_mobile_reset-padding {
    padding: 0;
  }
  .upline-container {
    /*grid-gap:30px;*/
    /*margin-bottom:30px*/
  }
}

.upline-reset-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.upline-header__top .upline-reset-link {
  white-space: nowrap;
}

.upline-base-title {
  margin: 0;
  padding: 0;
  font-size: 31px;
  line-height: 1.16;
  color: #000000;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .upline-base-title {
    font-size: 18px;
  }
}

.upline-base-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 14px;
  padding: 11px 21px;
}
.upline-base-button_type_primary {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #ffbf3e;
}
.upline-base-button_type_primary:hover {
  background-color: #f7ad2c;
}

.upline-header__top {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #000000;
}
.upline-header__top-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 5fr 3fr;
  align-items: center;
}
.upline-header__geoCity {
  padding: 4px 0 4px 18px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #a1a1a1;
  border: 0;
  transition: opacity 0.2s ease;
  position: relative;
}
.upline-header__geoCity:hover {
  opacity: 0.7;
}
.upline-header__geoCity::before {
  content: "";
  display: block;
  background-image: url(/ui/v2/i/placeholder-filled-point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 20px;
  width: 15px;
  left: 0;
  top: 2px;
}
.upline-header__phone {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.upline-header__phone::selection {
  background-color: #f2f2f2;
  color: #000;
}
.upline-header__phone_type_desktop {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #ffffff;
}
.upline-header__phone_type_desktop::before {
  content: "";
  display: block;
  background-image: url(/ui/v2/i/icon_header_phone_white.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0;
  top: 1px;
}
.upline-header__phone_type_mobile {
  display: none;
}
.upline-header__phone:hover {
  border-color: #fff;
}
.upline-header__call {
  margin-left: 20px;
  padding: 6px 7px;
  line-height: 0.75;
  font-size: 13px;
  color: #f0af2d;
  background-color: #2e2e2e;
  border-radius: 5px;
  border: none;
  transition: color 0.3s;
}
.upline-header__call:hover {
  color: #fff;
}
.upline-header__list {
  display: flex;
  grid-gap: 6px;
  align-items: center;
  justify-content: space-between;
}
.upline-header__menu {
  margin-left: 22px;
}
.upline-header__menu-item {
  color: #ffffff;
  font-size: 13px;
  list-style-type: none;
}
.upline-header__menu-item-link {
  transition: color 0.3s;
}
.upline-header__menu-item-link:hover {
  color: #f0af2d;
}
.upline-header__submenu {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background: #000;
  width: 240px;
}
.upline-header__submenu li {
  display: block;
  padding: 10px 5px 10px 15px;
  color: #fff;
}
.upline-header__submenu li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.upline-header__menu-button {
  --color: #fff;
  color: var(--color);
  font-size: 13px;
  border: none;
  font-family: inherit;
  position: relative;
  border-bottom: 1px dashed #b1b1b1;
  margin-right: 12px;
  white-space: nowrap;
  transition: color 0.3s;
}
.upline-header__menu-button::after {
  position: absolute;
  top: 4px;
  right: -10px;
  display: inline-block;
  padding: 2px;
  border: solid var(--color);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: rotate 0.3s;
  content: "";
}
.upline-header__menu-button:hover {
  --color: #f0af2d;
}
.upline-header__menu-button.active::after {
  transform: rotate(225deg);
}
.upline-header__menu-button.active + .upline-header__submenu {
  display: block;
}
.upline-header__inner {
  position: relative;
}
.upline-header__center {
  display: flex;
  height: 94px;
  position: relative;
}
.upline-header__content {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 5fr 3fr;
  align-items: center;
  width: 100%;
}
.upline-header__menuBtn {
  position: relative;
  top: -5px;
  display: none;
}
.upline-header__menuBurger {
  width: 20px;
  height: 2px;
  background: var(--primaryColor-500);
  display: inline-block;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}
.upline-header__menuBurger::after, .upline-header__menuBurger::before {
  content: "";
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--primaryColor-500);
  transition: transform 0.2s ease-out, color 0.2s ease-out, width 0.2s ease-out;
  position: absolute;
}
.upline-header__menuBurger::before {
  bottom: 8px;
}
.upline-header__menuBurger::after {
  top: 8px;
}
.upline-header__brand-wrapper {
  z-index: 4;
  width: 100%;
}
.upline-header__brand {
  display: inline-block;
  transition: opacity 0.2s ease;
  position: relative;
}
.upline-header__brand:hover {
  opacity: 0.7;
}
.upline-header__brand:active {
  transform: translateY(2px);
}
.upline-header__logo {
  max-width: 225px;
  height: auto;
}
@media (max-width: 768px) {
  .upline-header__logo {
    width: 100%;
  }
}
.upline-header__search {
  position: relative;
  display: inline-block;
}
.upline-header__searchContent {
  width: 100%;
  max-width: 1280px;
}
.upline-header__searchInput {
  width: 100%;
  padding: 12px;
  border: 0;
  outline: 0;
  color: #929292;
  font-size: 13px;
  background-color: #f2f2f2;
  transition: border-bottom-color 0.2s ease-out;
  border-radius: 12px;
}
.upline-header__searchInput:hover {
  border-bottom-color: var(--primaryColor-400);
}
.upline-header__searchInput:focus {
  border-bottom-color: var(--mainColor);
}
.upline-header__search--expanded {
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 240px;
  position: absolute;
  z-index: 4;
}
.upline-header__search--expanded .upline-header__searchContent {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.upline-header__search--expanded + .upline-header__basket-wrapper {
  display: none;
}
.upline-header__search--expanded .upline-header__searchInput {
  display: block;
}
.upline-header__searchTiles {
  min-height: 100px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 20px 0 150px 0;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 0.1s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.upline-header__searchTiles h1 {
  width: 100%;
}
.upline-header__searchNotFound {
  margin: 1.5%;
  font-size: 18px;
  vertical-align: top;
  display: inline-block;
}
.upline-header__searchForm {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.upline-header__searchSubmit {
  display: none;
  border: none;
  background-color: #000;
}
.upline-header__searchCollapse {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: var(--primaryColor);
  position: relative;
}
.upline-header__searchCollapse::after, .upline-header__searchCollapse::before {
  content: "";
  top: 50%;
  left: 7px;
  width: 26px;
  height: 2px;
  transition: background-color 0.2s ease;
  background-color: var(--primaryColor-500);
  position: absolute;
}
.upline-header__searchCollapse::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.upline-header__searchCollapse::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.upline-header__searchCollapse:hover::before, .upline-header__searchCollapse:hover::after {
  background-color: var(--primaryColor-900);
}
.upline-header__searchResult {
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  position: fixed;
  will-change: height, background-color;
  z-index: -1;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.upline-header__searchResult--open {
  z-index: 3;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  padding-top: 91px;
  background-color: var(--primaryColor);
}
.upline-header__searchResult--open .upline-header__searchContent {
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.upline-header__basket-wrapper {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.upline-header__navBadge {
  margin-left: 20px;
  padding: 8px 14px;
  font-size: 13px;
  color: #000000;
  background-color: #ffbf3e;
  border-radius: 10px;
  position: relative;
  display: flex;
  grid-gap: 4px;
  align-items: center;
  transition: background-color 0.3s;
}
.upline-header__navBadge:hover {
  background-color: #f7ad2c;
}
.upline-header__navIcon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.upline-header__navIcon img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.upline-header__navText {
  margin-top: 4px;
}
.upline-header__basketBtn,
.upline-header__favoriteBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #000;
}
.upline-header__basketCounter,
.upline-header__favoriteCounter {
  top: 0;
  right: -6px;
  min-width: 19px;
  padding: 4px 5px 3px 5px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  font-weight: 500;
  color: #000;
  background-color: #f0af2d;
  border-radius: 50%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  position: absolute;
  display: block;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: zoomIn;
}
.upline-header__favoriteBtn {
  background-color: white;
  color: #C4C4C4;
  margin-left: auto;
}
.upline-header__favoriteBtn svg {
  width: 30px;
  height: 30px;
}
.upline-header__favoriteBtn path {
  fill: #C4C4C4;
}
.upline-header__favoriteBtn:hover path {
  fill: #FFBF3E;
}

.header__mobile-phone {
  padding: 20px 0 20px;
  text-align: left;
  border-top: solid 1px var(--primaryColor-250);
}
.header__mobile-phone a {
  color: #1f5869;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.header__mobile-phone a.without_icon::before {
  display: none;
}
.header__mobile-phone a::before {
  content: "";
  display: block;
  background-image: url(/ui/v2/i/icon_header_phone.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 16px;
  width: 16px;
  left: 6px;
  top: 1px;
}

.header__top-geo-dialog {
  margin: 14px 0 0 0;
  padding: 15px;
  background: #fff;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  min-width: 285px;
}

.header__top-geo-dialog::before {
  content: "";
  top: -6px;
  left: 16px;
  width: 10px;
  height: 10px;
  background: white;
  border-top: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__top-geo-dialog-title {
  padding: 0 0 10px 0;
  font-size: 16px;
}

.header__top-geo-dialog-btn--ok,
.header__top-geo-dialog-btn--cancel,
.header__top-geo-dialog-btn--close {
  margin-right: 10px;
  padding: 4px 17px;
  min-height: 20px;
}

.header__top-geo-dialog-btn--close {
  margin-right: 0px;
}

@media (max-width: 1280px) {
  .upline-header__top-inner, .upline-header__content {
    grid-template-columns: 2fr 4fr 3fr;
  }
}
@media (max-width: 1219px ) {
    .upline-header__phone-wrapper {
        text-align: center;
        min-width: 514px;
    }
}
@media (max-width: 1024px) {
  .free-design-project {
    margin-top: 8px;
  }
  .upline-header__phone-wrapper {
    min-width: auto;
  }
  .upline-header__top-inner {
    grid-gap: 10px;
    grid-template-columns: 1fr 3fr 3fr;
  }
  .upline-header__phone_type_desktop {
    font-size: 14px;
  }
  .upline-header__list {
    font-size: 12px;
  }
  .upline-header__content {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .upline-header__inner {
    z-index: 4;
    background-color: #000;
  }
  .upline-header__center {
    height: 60px;
  }
  .upline-header__content {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    grid-template-columns: 1fr;
  }
  .upline-header__brand-wrapper {
    margin-right: 10px;
  }
  .upline-header__menuBtn {
    display: block;
  }
  .upline-header__search {
    margin-right: 0;
  }
  .upline-header__search--expanded {
    padding-left: 0;
  }
  .upline-header__searchForm {
    background-color: #000;
  }
  .upline-header__searchCollapse {
    background-color: #000;
  }
  .upline-header__searchInput {
    display: none;
  }
  .upline-header__searchSubmit {
    display: block;
    width: 20px;
    height: 20px;
  }
  .upline-header__searchSubmit img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .upline-header__top, .upline-header__navLinkText {
    display: none;
  }
  .upline-header__phone_type_mobile {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .upline-header__phone_type_mobile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .upline-header__basketCounter {
    top: -13px;
    right: -11px;
  }
  .upline-header__basketBtn {
    width: 20px;
    height: 20px;
    margin-left: auto;
  }
  .upline-header__basketBtn img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .upline-header__favoriteBtn {
    display: none;
  }
}
.menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 3;
  display: none;
}
.menu__content {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  padding: 120px 0;
  background-color: var(--primaryColor);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  opacity: 0.5;
  transform: translate3d(0, -100%, 0);
  transition: left 0s 0.3s linear, transform 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), opacity 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), background-color 0.2s 0s cubic-bezier(0, 0, 0.35, 0.85);
  -webkit-overflow-scrolling: touch;
}
.menu__list {
  margin-bottom: 30px;
}
.menu__item {
  width: 100%;
  padding: 10px 0;
  color: var(--primaryColor-900);
  border-top: solid 1px var(--primaryColor-250);
  line-height: 32px;
  text-decoration: none;
  transition: background ease-out 0.15s;
  vertical-align: top;
  display: inline-block;
}
.menu__itemBadge {
  margin: 5px 0 0 10px;
  padding: 2px 8px;
  background-color: var(--mainColor);
  font-size: 14px;
  line-height: 17px;
  border-radius: 20px;
  color: var(--primaryColor);
  position: relative;
}
.menu__itemBadge::before {
  content: "";
  top: 2px;
  left: -4px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 10px solid var(--mainColor);
  position: absolute;
  display: block;
}
.menu__item:hover {
  color: var(--mainColor);
}
.menu__item.sale__menu {
  color: var(--mainColor);
  font-weight: bold;
}

#menuToggle:checked ~ .menu .menu__content {
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: left 0s 0s linear, transform 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), opacity 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85);
}
#menuToggle:checked ~ .header__inner .header__menuBurger {
  background: transparent;
}
#menuToggle:checked ~ .header__inner .header__menuBurger::before {
  top: -9px;
  bottom: 9px;
  width: 25px;
  background: var(--cancelColor-300);
  transform-origin: 0 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#menuToggle:checked ~ .header__inner .header__menuBurger::after {
  top: 9px;
  width: 25px;
  background: var(--cancelColor-300);
  transform-origin: 0 50%;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media (max-width: 1024px) {
  .menu {
    display: block;
  }
}
.upline-container.margin-top-35 { margin-top: 35px; }

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineMobileMenu.css?16911417805006*/
.upline-mobile-menu {
  --accent-color: #f0af2d;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: none;
}
.upline-mobile-menu__container {
  width: 100%;
  padding: 0 25px;
}
.upline-mobile-menu__content {
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  min-height: 100%;
  padding: 100px 0;
  background-color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  opacity: 0.5;
  transform: translate3d(-100%, 0, 0);
  transition: left 0s 0.3s linear, transform 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), opacity 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), background-color 0.2s 0s cubic-bezier(0, 0, 0.35, 0.85);
  -webkit-overflow-scrolling: touch;
}
.upline-mobile-menu__list-wrapper {
  position: relative;
}
.upline-mobile-menu__list {
  border-bottom: 4px solid #292929;
  color: #f6f6f6;
}
.upline-mobile-menu__list_type_additional {
  color: #acacac;
}
.upline-mobile-menu__sublist {
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  transform: translate3d(-110%, 0, 0);
  transition: left 0s 0.3s linear, transform 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), opacity 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), background-color 0.2s 0s cubic-bezier(0, 0, 0.35, 0.85);
  -webkit-overflow-scrolling: touch;
}
.upline-mobile-menu__toggle-catalog:checked ~ .upline-mobile-menu__sublist_type_catalog, .upline-mobile-menu__toggle-ceramic-tile:checked ~ .upline-mobile-menu__sublist_type_ceramic-tile, .upline-mobile-menu__toggle-room:checked ~ .upline-mobile-menu__sublist_type_room {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.upline-mobile-menu__catalog-btn {
  position: relative;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  color: var(--accent-color);
}
.upline-mobile-menu__catalog-btn:after {
  position: absolute;
  right: 0;
  border: 6px solid transparent;
  border-left: 6px solid var(--accent-color);
  content: "";
}
.upline-mobile-menu__back-btn {
  position: relative;
  padding-left: 18px;
}
.upline-mobile-menu__back-btn::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.upline-mobile-menu__back-btn_color_darken {
  color: #6d6d6d;
}
.upline-mobile-menu__burger {
  position: relative;
  width: 16px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}
.upline-mobile-menu__burger::after, .upline-mobile-menu__burger::before {
  content: "";
  left: 0;
  right: 0;
  width: 16px;
  height: 2px;
  margin: 0 auto;
  background: var(--accent-color);
  position: absolute;
}
.upline-mobile-menu__burger::before {
  bottom: 5px;
}
.upline-mobile-menu__burger::after {
  top: 5px;
}
.upline-mobile-menu__item {
  width: 100%;
  padding: 25px 0 20px;
  list-style-type: none;
  font-size: 14px;
  border-bottom: solid 1px #292929;
}
.upline-mobile-menu__item_type_accent {
  color: var(--accent-color);
  font-weight: 700;
}
.upline-mobile-menu__item_type_icon {
  padding-top: 16px;
  padding-bottom: 16px;
}
.upline-mobile-menu__button {
  border: none;
  color: inherit;
  font-family: inherit;
}
.upline-mobile-menu__next-btn {
  position: relative;
  display: flex;
  grid-gap: 15px;
  align-items: center;
  color: #f6f6f6;
}
.upline-mobile-menu__next-btn:after {
  position: absolute;
  right: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}
.upline-mobile-menu__next-btn svg {
  color: #a2a2a2;
}
.upline-mobile-menu__contacts {
  display: grid;
  grid-gap: 12px;
  margin-top: 20px;
  font-size: 19px;
  color: #f6f6f6;
  list-style-type: none;
}

#menuToggle:checked ~ .upline-mobile-menu {
  pointer-events: auto;
}
#menuToggle:checked ~ .upline-mobile-menu .upline-mobile-menu__content {
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: left 0s 0s linear, transform 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), opacity 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85);
}
#menuToggle:checked ~ .upline-header__inner .upline-header__menuBurger {
  background: transparent;
}
#menuToggle:checked ~ .upline-header__inner .upline-header__menuBurger::before {
  top: -9px;
  bottom: 9px;
  width: 25px;
  background: #fff;
  transform-origin: 0 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#menuToggle:checked ~ .upline-header__inner .upline-header__menuBurger::after {
  top: 9px;
  width: 25px;
  background: #fff;
  transform-origin: 0 50%;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media (max-width: 768px) {
  .upline-mobile-menu {
    display: block;
    pointer-events: none;
  }
}

.upline-mobile-menu-favorive {
  position: relative;
  top: -5px;
  left: 5px;
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineMenu.css?16854365654054*/
.upline-menu__catalog {
  position: relative;
  z-index: 4;
  display: none;
  background-color: #fff;
  border-bottom: 3px solid #757575;
}
.upline-menu__inner {
  position: relative;
}
.upline-menu__inner::after, .upline-menu__inner::before {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  content: "";
}
.upline-menu__inner::after {
  top: 0;
}
.upline-menu__inner::before {
  bottom: 0;
}
.upline-menu.active .upline-menu__catalog {
  display: block;
}
.upline-menu.active::after {
  position: absolute;
  top: -140px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #000;
  opacity: 0.3;
  z-index: 3;
}
.upline-menu__nav {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.upline-menu__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 13px;
  font-size: 14px;
  list-style-type: none;
}
.upline-menu__item {
  padding: 20px 40px;
  text-align: center;
}
.upline-menu__item_type_accent {
  display: flex;
  background-color: #ffbf3e;
}
.upline-menu__item-link {
  transition: color 0.3s;
}
.upline-menu__item-link:hover {
  color: #ffbf3e;
}
.upline-menu__catalog-btn, .upline-menu__order-btn {
  display: inline-flex;
  grid-gap: 12px;
  align-items: center;
  padding: 20px 30px;
  font-size: 14px;
  border: none;
  background-color: #ffbf3e;
  transition: background-color 0.3s;
}
.upline-menu__catalog-btn:hover, .upline-menu__order-btn:hover {
  background-color: #f7ad2c;
}
.upline-menu__order-btn {
  font-weight: 700;
}
.upline-menu__catalog-btn-icon {
  position: relative;
  width: 16px;
  height: 2px;
  flex-shrink: 0;
  background-color: #000;
}
.upline-menu__catalog-btn-icon::after, .upline-menu__catalog-btn-icon::before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: inherit;
  content: "";
}
.upline-menu__catalog-btn-icon::after {
  top: -6px;
}
.upline-menu__catalog-btn-icon::before {
  bottom: -6px;
}
.upline-menu__catalog-btn.active {
  z-index: 4;
  background-color: #fff;
}
.upline-menu__catalog-btn.active .upline-menu__catalog-btn-icon {
  height: 0;
  transition: transform 0.3s;
}
.upline-menu__catalog-btn.active .upline-menu__catalog-btn-icon::after {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.upline-menu__catalog-btn.active .upline-menu__catalog-btn-icon::before {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.upline-menu__catalog-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.upline-menu__tabs {
  display: grid;
  margin-left: -15px;
  padding: 30px 0;
  list-style-type: none;
}
.upline-menu__tab {
  display: flex;
  grid-gap: 14px;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-family: inherit;
  font-size: 14px;
  color: #000000;
  border: none;
  transition: color 0.3s;
}
.upline-menu__tab[aria-selected=true] {
  background-color: #f1f1f1;
  border-radius: 4px 0 0 4px;
  font-weight: 700;
  color: #ffbf3e;
}
.upline-menu__panel-wrapper {
  border-left: 1px solid #e0e0e0;
}
.upline-menu__panel {
  padding: 50px;
  column-count: 4;
  column-gap: 70px;
  row-gap: 40px;
}
.upline-menu__panel-col {
  display: grid;
  grid-gap: 23px;
  font-size: 14px;
  break-inside: avoid;
}
.upline-menu__panel-col:not(:first-child) {
  margin-top: 40px;
}
.upline-menu__panel-name {
  font-weight: 700;
}
.upline-menu__panel-items {
  list-style-type: none;
  display: grid;
  grid-gap: 15px;
}
.upline-menu__panel-link {
  transition: color 0.3s;
}
.upline-menu__panel-link:hover {
  color: #ffbf3e;
}
@media screen and (max-width: 1220px) {
  .upline-menu__panel {
    padding: 30px;
    column-count: 3;
    column-gap: 20px;
  }
}
@media screen and (max-width: 880px) {
  .upline-menu__panel {
    column-count: 2;
  }
}
@media screen and (max-width: 1024px) {
  .upline-menu__items {
    grid-gap: 0;
    font-size: 12px;
  }
  .upline-menu__item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .upline-menu {
    display: none;
  }
}
/* End */


/* Start:/local/templates/templ_main/footer.css?16854365657759*/
.glossary--hint {
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}

.glossary--hint .popupHint {
  display: none;
  position: absolute;
  width: 350px;
  height: auto;
  left: 0;
  top: 22px;
  background: #fff;
  color: black;
  padding: 15px 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-size: 15px;
  z-index: 999;
  cursor: default;
}

.glossary--hint .popupHint span {
  display: block;
  margin-bottom: 10px;
}

.glossary--hint:hover .popupHint {
  display: block;
}

.footer {
  width: 100%;
  position: relative;
  vertical-align: top;
  display: inline-block;
  flex-shrink: 0;
}
.footer__top {
  min-height: 30px;
  padding: 35px 0 0 0;
  border-top: 2px solid var(--primaryColor-200);
}
.footer__middle {
  padding: 35px 0;
  min-height: 220px;
}
.footer__column {
  height: inherit;
  vertical-align: top;
  display: inline-block;
}
.footer__column--nav {
  width: 20%;
}
.footer__column--info {
  width: 20%;
}
.footer__column--feedback {
  width: 40%;
}
.footer__navItem {
  width: 100%;
  margin: 0 0 15px 0;
  vertical-align: top;
  display: inline-block;
}
.footer__navLink {
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  transition: color 0.2s ease-out, border-bottom-color 0.2s ease-out;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  display: inline-block;
  z-index: 1;
}
.footer__navLink:hover {
  color: var(--mainColor);
  border-bottom-color: var(--mainColor-200);
}
.footer__navLink:active {
  transform: translate3d(0, 2px, 0);
}
.footer__phone {
  margin-bottom: 15px;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
.footer__link {
  padding-bottom: 5px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-color: var(--mainColor-200);
  margin-bottom: 10px;
}
.footer__link.director__link {
  top: 125px;
}
.footer__subs {
  /*
  &Checkbox {
    margin: 15px 0 0 0;
  }
  */
}
.footer__subsTitle {
  margin-bottom: 23px;
  display: block;
}
.footer__subsInputWrapper {
  position: relative;
}
.footer__subsInput {
  width: 100%;
  padding: 15px 180px 15px 20px;
  height: 52px;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  border: solid 1px var(--primaryColor-350);
  transition: border-color 0.2s ease-out;
  border-right: 0;
  outline: 0;
  display: block;
}
.footer__subsInput:focus {
  border-color: var(--mainColor-200);
}
.footer__subsNotice {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--primaryColor-500);
}
.footer__subsPublic {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: var(--primaryColor-500);
}
.footer__subsBtn {
  top: 0;
  right: 0;
  height: 52px;
  padding: 17px 25px;
  border: 0;
  text-align: center;
  color: var(--primaryColor);
  background-color: var(--mainColor);
  transition: background-color 0.2s ease-out;
  position: absolute;
  user-select: none;
}
.footer__subsBtnIcon {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  stroke: var(--primaryColor);
  position: absolute;
  display: none;
}
.footer__subsBtn:hover {
  background-color: var(--mainColor-700);
}
.footer__subsBtn:active {
  opacity: 0.7;
}
.footer__social {
  margin: -9px 10px 30px 30px;
  vertical-align: top;
  display: inline-block;
  float: right;
}
.footer__bottom {
  width: 100%;
  min-height: 60px;
  vertical-align: top;
  display: inline-block;
}
.footer__privacy {
  margin: 0 25px 0 0;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  border-bottom: solid 1px var(--primaryColor-400);
  transition: color 0.2s ease-out, border-bottom-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
  z-index: 1;
}
.footer__privacy:hover {
  color: var(--mainColor);
  border-bottom-color: var(--mainColor-200);
}
.footer__privacy:active {
  transform: translateY(2px);
}
.footer__copyright {
  float: right;
}
.footer__darkTheme {
  padding: 0 0 0 50px;
  border: 0;
  color: var(--primaryColor-700);
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.footer__darkTheme::before {
  content: "";
  top: -1px;
  left: 18px;
  width: 20px;
  height: 20px;
  margin-left: -18px;
  border-radius: 20px;
  transition: left 0.3s ease;
  border: solid 2px var(--mainColor);
  background-color: var(--primaryColor);
  display: block;
  position: absolute;
  z-index: 1;
}
.footer__darkTheme::after {
  content: "";
  top: 5px;
  left: 0;
  width: 30px;
  height: 8px;
  margin: 0 20px 0 0;
  border-radius: 10px;
  background-color: var(--primaryColor-250);
  display: block;
  position: absolute;
}
.footer__darkTheme:hover::before {
  background-color: var(--primaryColor-200);
}
.footer__darkTheme.active::before {
  left: 35px;
}
.footer__phone-block {
  padding: 20px 0 20px;
  text-align: left;
  margin-left: -6px;
}
.footer__phone-block a {
  color: #1f5869;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.footer__phone-block a.without_icon::before {
  display: none;
}
.footer__phone-block a::before {
  content: "";
  display: block;
  background-image: url(/ui/v2/i/icon_header_phone.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 16px;
  width: 16px;
  left: 6px;
  top: 1px;
}

.sigUpSalon {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  position: fixed;
  left: 8px;
  bottom: 5px;
  z-indeX: 10;
  width: 257px;
  height: 87px;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 0;
  border: none;
}

/** Jivo chat .... */
#jivo_chat_widget {
  display: none;
}

#jivo_custom_widget {
  position: fixed;
  width: 87px;
  z-index: 300000;
  cursor: pointer;
  height: 87px;
  background-image: url(/ui/v2/i/jivo_desktop.svg);
  right: 8px;
  bottom: 15px;
}

#jivo_custom_widget::before {
  content: " ";
  display: none;
  position: fixed;
  width: 157px;
  z-index: 300000;
  cursor: pointer;
  height: 58px;
  background-image: url(/ui/v2/i/jivo_hover.png);
  background-color: #fff;
  right: 105px;
  bottom: 32px;
  border-radius: 12px;
}

#jivo_custom_widget:hover::before {
  display: block;
}

#jivo_custom_widget.jivo_online {
  background-image: url(/ui/v2/i/jivo_desktop.svg);
}

/** Jivo chat .... */
@media (max-width: 1024px) {
  .footer__column--nav {
    width: 40%;
    margin-bottom: 20px;
  }
  .footer__column--info {
    width: 20%;
  }
  .footer__column--feedback {
    width: 100%;
  }
  .footer__social {
    width: 100%;
    margin: 20px 0 30px 0;
    float: none;
  }
}
@media (max-width: 768px) {
  .footer__column--nav {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__column--info {
    width: 100%;
  }
  .footer__column--feedback {
    width: 100%;
  }
  .footer__phone {
    margin: 15px 0 30px 0;
  }
  .footer__link {
    top: 96px;
    right: 15px;
    position: absolute;
  }
  .footer__privacy {
    margin: 0 25px 25px 0;
  }
  .footer__copyright {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    float: none;
  }
  .footer__darkTheme {
    margin: 0 0 30px 0;
  }
  .footer__phone-block {
    top: 20px;
    right: 15px;
    position: absolute;
  }
  #jivo_custom_widget {
    background-image: url(/ui/v2/i/jivo_mobile.svg);
    width: 74px;
    height: 74px;
    bottom: 11px;
  }
  #jivo_custom_widget.jivo_online {
    background-image: url(/ui/v2/i/jivo_mobile.svg);
  }
  #jivo_custom_widget::before {
    right: 90px;
    bottom: 22px;
  }
}
@media (max-width: 425px) {
  .footer__logo {
    width: 50%;
  }
  .footer__subsInput {
    width: 100%;
    padding-right: 70px;
  }
  .footer__subsBtnText {
    display: none;
  }
  .footer__subsBtnIcon {
    display: block;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineSocial.css?1708509791424*/
.upline-social {
  display: flex;
  grid-gap: 11px; }
  .upline-social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background-color: #464646;
    border-radius: 50%; }
    .upline-social__item.foxdev-custom-icon img {
      max-width: 21px;
      width: 100%;
      height: auto; }

/*# sourceMappingURL=uplineSocial.css.map */

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineFooter.css?17085211026075*/
.glossary--hint {
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}

.glossary--hint .popupHint {
  display: none;
  position: absolute;
  width: 350px;
  height: auto;
  left: 0;
  top: 22px;
  background: #fff;
  color: black;
  padding: 15px 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-size: 15px;
  z-index: 999;
  cursor: default;
}

.glossary--hint .popupHint span {
  display: block;
  margin-bottom: 10px;
}

.glossary--hint:hover .popupHint {
  display: block;
}

.upline-footer__top {
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  background-color: #000;
}
.upline-footer__container {
  box-sizing: border-box;
  max-width: 1300px;
}
.upline-footer__top-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 0;
}
.upline-footer__col {
  display: flex;
  grid-gap: 83px;
}


/*.upline-footer__col_last {*/
/*  position: relative;*/
/*  display: grid;*/
/*  grid-row-gap: 0;*/
/*  grid-column-gap: 40px;*/
/*  grid-template-columns: 2fr 3fr;*/
/*  grid-template-areas: "tel1 time" "tel2 call" "mail call";*/
/*}*/

.upline-footer__col_last {
    position: relative;
    display: grid;
    grid-row-gap: 0;
    grid-column-gap: 40px;
    grid-template-columns: 2fr 3fr;
    grid-template-areas:
            "tel1 time"
            "tel2 time"
            "tel3 time"
            "mail time"
            "call design"
;
}

.upline-footer__col_last::after {
  position: absolute;
  left: -80px;
  border-left: 1px solid #545454;
  height: 100%;
  content: "";
}
.upline-footer__nav-link:hover {
  text-decoration: underline;
}
.upline-footer__last-item.upline-footer__nav-link {
  font-size: 17px;
  margin-bottom: 5px;
}

.upline-footer__last-item_tel1 {
    grid-area: tel1;
}
.upline-footer__last-item_tel2 {
    grid-area: tel2;
}
.upline-footer__last-item_tel3 {
    grid-area: tel3;
}
.upline-footer__last-item_mail {
    grid-area: mail;
}
.upline-footer__last-item_time {
    grid-area: time;
}
.upline-footer__last-item_call {
    grid-area: call;
}
.upline-footer__last-item_design {
    grid-area: design;
}

/*.upline-footer__last-item:nth-child(1) {*/
/*  grid-area: tel1;*/
/*}*/
/*.upline-footer__last-item:nth-child(2) {*/
/*  grid-area: tel2;*/
/*}*/
/*.upline-footer__last-item:nth-child(3) {*/
/*  grid-area: mail;*/
/*}*/
/*.upline-footer__last-item:nth-child(4) {*/
/*  grid-area: time;*/
/*  grid-row: span 2;*/
/*}*/
.upline-footer__nav {
  list-style-type: none;
}
.upline-footer__nav li:not(:last-child) {
  margin-bottom: 15px;
}
.upline-footer__call {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-color: #414141;
  transition: color 0.3s;
  grid-area: call;
}
.upline-footer__call:hover {
  color: #c1c8c7;
}
.upline-footer__bottom {
  background-color: #1c1c1c;
}
.upline-footer__bottom-inner {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.upline-footer__logo {
  max-width: 172px;
  height: auto;
}
.upline-footer__legacy {
  max-width: 420px;
  margin-right: 20px;
  margin-left: 110px;
  font-size: 12px;
  color: #ffffff;
}
.upline-footer__info {
  color: #5b5b5b;
}
.upline-footer__socials {
  margin-left: auto;
}
.upline-footer__socials rect {
  fill: #464646;
}
@media screen and (max-width: 1200px) {
  .upline-footer__top-inner {
    grid-gap: 10px;
    grid-template-columns: 2fr 2fr 3fr;
  }
  .upline-footer__col {
    grid-gap: 20px;
  }
  .upline-footer__col:last-child::after {
    content: none;
  }
  .upline-footer__legacy {
    margin-left: 60px;
  }
}
@media screen and (max-width: 880px) {
  .upline-footer__col {
    display: grid;
    padding: 30px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .upline-footer__col:not(:last-child) {
    border-bottom: 1px solid #545454;
  }
  .upline-footer__col_last {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "tel1 tel2" "mail time" "call call";
    padding-left: 70px;
    border-left: 1px solid #545454;
  }
  .upline-footer__col:last-child {
    padding-left: 0;
    border-left: none;
  }
  .upline-footer__top-inner {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .upline-footer__last-item.upline-footer__nav-link {
    font-size: 14px;
  }
  .upline-footer__last-item:nth-child(4) {
    grid-row: span 1;
  }
  .upline-footer__call-wrapper {
    grid-column: span 2;
  }
  .upline-footer__bottom-inner {
    grid-gap: 30px;
    flex-direction: column-reverse;
  }
  .upline-footer__legacy, .upline-footer__socials {
    margin: 0;
    text-align: center;
  }
  .upline-footer__socials svg {
    width: 30px;
    height: 30px;
  }
}

.sigUpSalon {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  position: fixed;
  left: 8px;
  bottom: 5px;
  z-indeX: 1000;
  width: 257px;
  height: 87px;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 0;
  border: none;
}
.sigUpSalon img {
  filter: drop-shadow(5px 5px 5px rgba(255,255,255,0.3));
}

/** Jivo chat .... */
#jivo_chat_widget {
  display: none;
}

#jivo_custom_widget {
  position: fixed;
  width: 87px;
  z-index: 300000;
  cursor: pointer;
  height: 87px;
  background-image: url(/ui/v2/i/jivo_desktop.svg);
  right: 8px;
  bottom: 15px;
}

#jivo_custom_widget::before {
  content: " ";
  display: none;
  position: fixed;
  width: 157px;
  z-index: 300000;
  cursor: pointer;
  height: 58px;
  background-image: url(/ui/v2/i/jivo_hover.png);
  background-color: #fff;
  right: 105px;
  bottom: 32px;
  border-radius: 12px;
}

#jivo_custom_widget:hover::before {
  display: block;
}

#jivo_custom_widget.jivo_online {
  background-image: url(/ui/v2/i/jivo_desktop.svg);
}

/** Jivo chat .... */
@media (max-width: 768px) {
  #jivo_custom_widget {
    background-image: url(/ui/v2/i/jivo_mobile.svg);
    width: 74px;
    height: 74px;
    bottom: 11px;
  }
  #jivo_custom_widget.jivo_online {
    background-image: url(/ui/v2/i/jivo_mobile.svg);
  }
  #jivo_custom_widget::before {
    right: 90px;
    bottom: 22px;
  }
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/signUpSalon.css?17255281753057*/
.widget__cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    display: none;
    z-index: 8887;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

.widget {
    width: 400px;
    height: 100vh;
    left: -450px;
    top: 0;
    background: #f7f7f5;
    transition: left .5s cubic-bezier(.25, .7, .5, 1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 8888;
}

.widget--open {
    left: 0;
    transition: left .5s cubic-bezier(.02, .69, .5, 1);
}

.widget__close {
    top: 0;
    left: 400px;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.widget__close::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 13px 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NjkuOCA0NjkuOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI4NS40IDIzNC43bDE3NC0xNzRBMzUuNSAzNS41IDAgMSAwIDQwOSAxMC40bC0xNzQgMTc0LTE3NC0xNzRhMzUuNSAzNS41IDAgMSAwLTUwLjMgNTAuM2wxNzQgMTc0TDEwLjQgNDA5YTM1LjUgMzUuNSAwIDEgMCA1MC4zIDUwLjNMMjM1LjEgMjg1bDE3NCAxNzRhMzUuNSAzNS41IDAgMSAwIDUwLjMtNTAuM2wtMTc0LTE3NHoiLz48L3N2Zz4=);
    cursor: pointer;
    display: block;
    position: absolute;
}

.widget__close::after {
    content: '';
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.66);
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: -1;
}

.widget__close:hover::after {
    background: #c14e3f;
}

.widget__box {
    width: 100%;
    height: inherit;
    border: 0;
}

.widget-button {
    left: 5px;
    /*bottom: 5px;*/
    bottom: 82px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f6feff;
    background: linear-gradient(to bottom, #e7f4f6 30%, #fff 100%);
    text-align: center;
    color: #000;
    border: solid 2px #ffbf3e;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 500;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    z-index: 10;
    position: fixed;
    cursor: pointer;
}

/* * 
.sigUpSalon0427 {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  position: fixed;
  left: 308px;
  bottom: 5px;
  z-indeX: 1000;
  width: 257px;
  height: 87px;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 0;
  border: none;
}
.sigUpSalon0427 img {
  filter: drop-shadow(5px 5px 5px rgba(255,255,255,0.3));
}
*/
/**/
div.visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

div.invisible, div.visible {
  transition: all .2s ease-in;
}
div.invisible {
  opacity: 0;
  transform: translateX(-30px);
  transform-origin: top center;
  pointer-events: none;
}
/* End */


/* Start:/local/templates/templ_main/jscss/uplineLink.css?1685436565139*/
.upline-link {
  text-decoration: none;
  color: #007DDC;
  transition: 0.3s;
  cursor: pointer;
}
.upline-link:hover {
  color: #014681;
}
/* End */


/* Start:/local/templates/templ_main/jscss/uplineInput.css?16854365651298*/
.upline-input {
  width: 100%;
  margin: 0 0 20px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.upline-input__label {
  width: 100%;
  font-weight: 500;
  vertical-align: top;
  display: inline-block;
}
.upline-input__label.required::after {
  content: "*";
  margin: 0 0 0 2px;
  font-size: 80%;
  font-weight: 600;
  color: #d41f5f;
  vertical-align: top;
  display: inline-block;
}
.upline-input__text {
  width: 100%;
  padding: 10px;
  outline: 0;
  color: var(--primaryColor-900);
  background-color: transparent;
  transition: border-color 0.2s ease-out;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.upline-input__text:hover {
  border-color: rgba(0, 0, 0, 0.7);
}
.upline-input__text:focus {
  border-color: rgba(0, 0, 0, 0.7);
}
.upline-input__text.invalid {
  border-color: #DF5E5E;
}
.upline-input__text.invalid:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
.upline-input__text::placeholder {
  color: #888;
}
.upline-input__notice {
  width: 100%;
  margin: 5px 0;
  font-size: 14px;
  color: var(--mainColor);
  vertical-align: top;
  display: inline-block;
}
.upline-input_size_md .upline-input__text {
  padding: 22px 16px;
  font-size: 16px;
}
/* End */


/* Start:/local/templates/templ_main/styles.css?1708606728616*/
body .display-none,
body .meta-data{
	display:none
}

.btn-1, .btn-2 {
	min-height: 34px;
	padding: 12px 25px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.15;
	position: relative;
	vertical-align: top;
	display: inline-block;
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #121212;
	border: solid 1px #F0AF2D;
}
.btn-1 {
	background-color: #F0AF2D;
}
.btn-1:hover, .btn-2:hover {
	color: #FFFFFF;
	background-color: #F7AD2C;
}

/* End */


/* Start:/local/templates/templ_main/template_styles.css?17086067281761*/
.flex-column {
	display: flex;
	flex-direction: column;
}
.flex-order-1 { order: 1; }
.flex-order-2 { order: 2; }
.flex-order-3 { order: 3; }
.flex-order-4 { order: 4; }
.flex-order-5 { order: 5; }

.notFound {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.notFound__status {
  color: var(--primaryColor-500);
  text-transform: uppercase;
}
.notFound__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 56px;
  color: var(--mainColor);
}
.notFound__desc {
  font-size: 18px;
  line-height: 24px;
}
.notFound__links {
  margin: 25px 0;
}
.notFound__link {
  margin: 5px 30px 5px 0;
  padding: 0 0 5px 0;
  font-size: 18px;
  color: var(--mainColor);
  position: relative;
}
.notFound__link:last-child {
  margin-right: 0;
}
.notFound__link:not(:last-child)::after {
  content: "/";
  top: 0;
  right: -18px;
  pointer-events: none;
  position: absolute;
}

@media (max-width: 768px) {
  .notFound__title {
    font-size: 36px;
    line-height: 42px;
  }
  .notFound__link {
    font-size: 16px;
  }
  .notFound__desc {
    font-size: 16px;
  }
}

.btn-1, .btn-2 {
    min-height: 34px;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    position: relative;
    vertical-align: top;
    display: inline-block;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #121212;
    border: solid 1px #F0AF2D;
}
.btn-1 {
    background-color: #F0AF2D;
}
.btn-1:hover, .btn-2:hover {
    color: #FFFFFF;
    background-color: #F7AD2C;
}
/* End */
/* /local/templates/templ_main/scripts_scss/scss/dependencies/modal.css?16854365653123 */
/* /local/templates/templ_main/scripts_scss/scss/dependencies/uplineModal.css?16854365653175 */
/* /local/templates/templ_main/sections_inc/additional.css?168836801419605 */
/* /local/templates/templ_main/sections_inc/dependencies/notify.css?16883680142372 */
/* /local/templates/templ_main/fonts/opensans/ui.font.opensans.min.css?16854365651861 */
/* /local/templates/templ_main/main.css?169053222641536 */
/* /local/templates/templ_main/sections_inc/uplineHeader.css?172295512016719 */
/* /local/templates/templ_main/sections_inc/uplineMobileMenu.css?16911417805006 */
/* /local/templates/templ_main/sections_inc/uplineMenu.css?16854365654054 */
/* /local/templates/templ_main/footer.css?16854365657759 */
/* /local/templates/templ_main/sections_inc/uplineSocial.css?1708509791424 */
/* /local/templates/templ_main/sections_inc/uplineFooter.css?17085211026075 */
/* /local/templates/templ_main/sections_inc/signUpSalon.css?17255281753057 */
/* /local/templates/templ_main/jscss/uplineLink.css?1685436565139 */
/* /local/templates/templ_main/jscss/uplineInput.css?16854365651298 */
/* /local/templates/templ_main/styles.css?1708606728616 */
/* /local/templates/templ_main/template_styles.css?17086067281761 */
