

/* Start:/local/modules/ml.cookie/css/styles.css?17446345279499*/
/*!*cookies*!*/

/*!*:root {*!*/
/*!*  --transition-duration: 0.3s;*!*/
/*!*  --biege-color: #d6b469;*!*/
/*!*  --biege-dark-color: #cba655;*!*/
/*!*  --biege-light-color: #d0aa65;*!*/
/*!*  --biege-grey-color: #787878;*!*/
/*!*  --black-color: #343a40;*!*/
/*!*  --white-color: #fff;*!*/
/*!*}*!*/



/*.cookies-btn {*/
/*  min-width: 160px;*/
/*  padding: 20px;*/
/*  text-align: center;*/
/*  color: var(--white-color);*/
/*  cursor: pointer;*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 100%;*/
/*  letter-spacing: 0.42px;*/
/*  text-transform: uppercase;*/
/*  border: 1px solid;*/
/*  border-radius: 2px;*/
/*  transition: color var(--transition-duration) ease-in-out,*/
/*    border-color var(--transition-duration) ease-in-out,*/
/*    background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-btn--biege {*/
/*  background-color: var(--biege-color);*/
/*  color: var(--white-color);*/
/*  border-color: var(--biege-color);*/
/*}*/

/*.cookies-btn--biege-dark {*/
/*  background-color: var(--biege-dark-color);*/
/*  border-color: var(--white-color);*/
/*  color: var(--white-color);*/
/*}*/

/*.cookies-link {*/
/*  margin-left: 20px;*/
/*  padding: 0;*/
/*  border: none;*/
/*  text-align: left;*/
/*  font-size: 16px;*/
/*  line-height: 120%;*/
/*  color: inherit;*/
/*  text-decoration: underline;*/
/*  text-decoration-style: solid;*/
/*  text-decoration-skip-ink: none;*/
/*  text-decoration-thickness: 1px;*/
/*  text-underline-offset: auto;*/
/*  text-underline-position: from-font;*/
/*  cursor: pointer;*/
/*}*/

/*.cookies-btn--white-border {*/
/*  border-radius: 0;*/
/*  border: 1px solid var(--white-color);*/
/*  background-color: var(--biege-light-color);*/
/*}*/

/*.cookies-btn--biege-border {*/
/*  border: 1px solid var(--biege-light-color);*/
/*  background-color: var(--white-color);*/
/*  color: var(--biege-color);*/
/*}*/

/*.cookies-start {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  padding-block: 32px 47px;*/
/*  background-color: var(--biege-color);*/
/*  color: var(--white-color);*/
/*  transition: opacity var(--transition-duration) ease-in-out;*/
/*  z-index: 1;*/
/*}*/

/*.cookies-start__container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 40px;*/
/*  max-width: 1308px;*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*  padding-inline: 20px;*/
/*}*/

/*.cookies-start__text {*/
/*  max-width: 630px;*/
/*  font-size: 16px;*/
/*  line-height: 120%;*/
/*}*/

/*.cookies-start__buttons {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*}*/

/*.cookies-start:not(.show-modal) {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-color: rgba(0, 0, 0, 0.3);*/
/*  color: var(--black-color);*/
/*  z-index: 10000;*/
/*  transition: opacity var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies:not(.show-modal) {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies:not(.show-modal) .cookies__wrapper {*/
/*  transform: translateY(100%);*/
/*}*/

/*.cookies__wrapper {*/
/*  width: 100%;*/
/*  max-width: 596px;*/
/*  max-height: calc(100% - 100px);*/
/*  padding: 36px 40px 42px;*/
/*  background-color: var(--white-color);*/
/*  overflow: auto;*/
/*  transition: transform var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__head {*/
/*  margin-bottom: 6px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: flex-start;*/
/*  gap: 20px;*/
/*}*/

/*.cookies__title {*/
/*  align-self: center;*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  text-transform: uppercase;*/
/*}*/

/*.cookies-close {*/
/*  padding: 0;*/
/*  border: none;*/
/*  transition: color var(--transition-duration) ease-in-out;*/
/*  cursor: pointer;*/
/*}*/

/*.cookies-close__icon {*/
/*  display: block;*/
/*  width: 24px;*/
/*  height: auto;*/
/*  aspect-ratio: 1/1;*/
/*}*/

/*.cookies-dropdown:not(:last-child) {*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/

/*.cookies-dropdown__head {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 12px;*/
/*  padding-block: 20px;*/
/*  cursor: pointer;*/
/*  transition: color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-dropdown__title {*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies-dropdown__icon {*/
/*  display: block;*/
/*  width: 16px;*/
/*  height: auto;*/
/*  aspect-ratio: 1/1;*/
/*  margin: 0 4px 0 auto;*/
/*  color: #393836;*/
/*  transition: transform var(--transition-duration) ease-in-out;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies-dropdown__body {*/
/*  display: grid;*/
/*  grid-template-rows: 0fr;*/
/*  overflow: hidden;*/
/*  opacity: 0;*/
/*  transition: all var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-dropdown__body-inner {*/
/*  min-height: 0;*/
/*  transition: all var(--transition-time) ease-in-out;*/
/*}*/

/*.cookies-dropdown.is-active .cookies-dropdown__icon {*/
/*  transform: rotateX(180deg);*/
/*}*/

/*.cookies-dropdown.is-active .cookies-dropdown__body {*/
/*  grid-template-rows: 1fr;*/
/*  opacity: 1;*/
/*}*/

/*.cookies__check_text {*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  padding-bottom: 14px;*/
/*}*/

/*.cookies__info {*/
/*  font-size: 13px;*/
/*  line-height: 139%;*/
/*}*/

/*.cookies__check_text,*/
/*.cookies__info {*/
/*  max-width: 469px;*/
/*}*/

/*.cookies__info a {*/
/*  text-decoration: underline;*/
/*  text-decoration-style: solid;*/
/*  text-decoration-skip-ink: none;*/
/*  text-decoration-thickness: 1px;*/
/*  text-underline-offset: auto;*/
/*  text-underline-position: from-font;*/
/*}*/

/*.cookies-buttons {*/
/*  margin-top: 40px;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  gap: 16px;*/
/*}*/

/*.cookies__check {*/
/*  cursor: pointer;*/
/*}*/

/*.cookies__check_inp {*/
/*  display: none;*/
/*}*/

/*.cookies__check_sq.disabled{*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 16px;*/
/*  aspect-ratio: 1/1;*/
/*  border: 1px solid var(--biege-grey-color);*/
/*  transition: background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__check_sq {*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 16px;*/
/*  aspect-ratio: 1/1;*/
/*  border: 1px solid var(--biege-light-color);*/
/*  transition: background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__check_sq::after {*/
/*  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 7.72803L6.65685 10.3849L12.385 4.65674" stroke="white" stroke-width="1.6" stroke-linecap="round"/></svg>');*/
/*  position: absolute;*/
/*  left: -1px;*/
/*  top: -1px;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  scale: 0;*/
/*  transition: scale var(--transition-duration) ease-in-out;*/
/*  transform-origin: center;*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq.disabled {*/
/*  background-color: var(--biege-grey-color);*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq {*/
/*  background-color: var(--biege-light-color);*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq::after {*/
/*  scale: 1;*/
/*}*/

/*@media (hover: hover) and (pointer: fine) {*/
/*  .cookies-btn--biege:hover {*/
/*    border-color: var(--white-color);*/
/*  }*/

/*  .cookies-btn--biege-dark:hover {*/
/*    background-color: var(--white-color);*/
/*    color: var(--biege-dark-color);*/
/*  }*/

/*  .cookies-link:hover,*/
/*  .cookies__info a:hover {*/
/*    text-decoration: none;*/
/*  }*/

/*  .cookies-close:hover {*/
/*    color: var(--biege-color);*/
/*  }*/

/*  .cookies-btn--white-border:hover {*/
/*    border-color: var(--biege-light-color);*/
/*    background-color: var(--white-color);*/
/*    color: var(--biege-light-color);*/
/*  }*/

/*  .cookies-btn--biege-border:hover {*/
/*    background-color: var(--biege-light-color);*/
/*    color: var(--white-color);*/
/*  }*/

/*  .cookies-dropdown__head:hover {*/
/*    color: var(--biege-color);*/
/*  }*/

/*  .cookies__check:hover .cookies__check_sq {*/
/*    background-color: var(--biege-color);*/
/*  }*/
/*}*/

/*@media (max-width: 1280px) {*/
/*  .cookies-start {*/
/*    padding-block: 30px;*/
/*  }*/

/*  .cookies-start__container {*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*  }*/

/*  .cookies-start__text {*/
/*    max-width: 100%;*/
/*  }*/

/*  .cookies-start__buttons {*/
/*    gap: 20px;*/
/*  }*/

/*  .cookies-btn {*/
/*    padding: 17px;*/
/*  }*/

/*  .cookies-link {*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

/*@media (max-width: 500px) {*/
/*  .cookies-start {*/
/*    padding-block: 20px;*/
/*  }*/

/*  .cookies-start__text {*/
/*    font-size: 15px;*/
/*    line-height: 130%;*/
/*  }*/

/*  .cookies-start__buttons {*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    align-items: stretch;*/
/*    gap: 10px;*/
/*  }*/

/*  .cookies-btn {*/
/*    padding: 13px;*/
/*    font-size: 12px;*/
/*  }*/

/*  .cookies-link {*/
/*    font-size: 15px;*/
/*    margin-top: 10px;*/
/*    text-align: center;*/
/*  }*/

/*  .cookies__wrapper {*/
/*    min-height: 100%;*/
/*    padding-inline: 20px;*/
/*  }*/

/*  .cookies-buttons {*/
/*    grid-template-columns: 1fr;*/
/*    gap: 10px;*/
/*  }*/
/*}*/

/* End */


/* Start:/local/templates/a-100art/libs/venobox.min.css?174463061615369*/
.vbox-overlay{--vbox-tools-color:#fff;--vbox-title-background:#101010;--vbox-title-width:'auto';--vbox-title-radius:0;--vbox-share-background:#101010;--vbox-share-width:'auto';--vbox-share-radius:0;--vbox-padding:0;--vbox-max-width:100%}.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-share,.vbox-title{line-height:1;position:fixed;z-index:98;text-align:center;margin:0 auto;color:var(--vbox-tools-color)}.vbox-title{font-size:12px;background-color:var(--vbox-title-background);width:var(--vbox-title-width);border-radius:var(--vbox-title-radius);padding:12px 54px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.vbox-share{font-size:24px;padding:0 .35em;background-color:var(--vbox-share-background);width:var(--vbox-share-width);border-radius:var(--vbox-share-radius)}.vbox-link-btn,button.vbox-link-btn,button.vbox-link-btn:active,button.vbox-link-btn:focus,button.vbox-link-btn:hover{border:none!important;background:0 0!important;box-shadow:none!important;color:inherit!important;padding:6px 12px;outline:0;display:inline-block;cursor:pointer}.vbox-share a{color:inherit!important;padding:6px 12px;display:inline-block}.vbox-share svg{z-index:10;vertical-align:middle}.vbox-close{cursor:pointer;position:fixed;top:0;right:0;z-index:99;padding:6px 15px;color:#000;color:var(--vbox-tools-color);border:0;font-size:24px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.vbox-close:hover{opacity:1}.vbox-left-corner{cursor:pointer;position:fixed;left:0;top:0;overflow:hidden;line-height:1;font-size:12px;z-index:99;display:flex;align-items:center;color:var(--vbox-tools-color)}.vbox-num{display:inline-block;padding:12px 15px}.vbox-left{left:0}.vbox-right{right:0}.vbox-top{top:0}.vbox-bottom{bottom:0}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99;opacity:.8;transition:opacity .2s}.vbox-next:hover,.vbox-prev:hover{opacity:1}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:var(--vbox-tools-color);border-right-color:var(--vbox-tools-color);text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-inline,.venoratio{position:relative;width:100%;margin:0 auto}.venoratio::before{display:block;padding-top:var(--vb-aspect-ratio);content:""}.venoratio>*{position:absolute;top:0;left:0;width:100%;height:100%;padding:var(--vbox-padding)}.venoratio-1x1{--vb-aspect-ratio:100%;max-width:calc(min(var(--vbox-max-width),(100vh - 60px)))}.venoratio-4x3.vbox-child.venoratio{--vb-aspect-ratio:calc(3 / 4 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 4 / 3))}.venoratio-16x9.vbox-child.venoratio{--vb-aspect-ratio:calc(9 / 16 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 16 / 9))}.venoratio-21x9.vbox-child.venoratio{--vb-aspect-ratio:calc(9 / 21 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 21 / 9))}.venoratio-full{--vb-aspect-ratio:calc(100vh - 60px)}.vbox-child.vbox-inline,.vbox-child.venoratio{max-width:100%}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%;padding:30px 0}.vbox-content{opacity:0;text-align:center;width:100%;position:relative;overflow:hidden;padding:0 4%;display:flex;align-items:center;justify-content:center;min-height:100%}.vbox-container img{max-width:100%;height:auto}.vbox-child{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:var(--vbox-max-width);text-align:initial;padding:var(--vbox-padding)}.vbox-child img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:block}.vbox-fit .vbox-child img,.vbox-fit .vbox-child.venoratio{max-height:calc(100vh - 60px)}.vbox-grab .vbox-child img{cursor:grab}.vbox-child>iframe{border:none!important}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-preloader{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.vbox-preloader .vbox-preloader-inner{opacity:1;transition:opacity .2s}.vbox-hidden{display:none}.vbox-preloader.vbox-hidden .vbox-preloader-inner{opacity:0}.vbox-backdrop{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:translateZ(-1px);-moz-transform:translateZ(-1px);-o-transform:translateZ(-1px);transform:translateZ(-1px);z-index:0}.vbox-tooltip{position:relative;display:inline-block}.vbox-tooltip .vbox-tooltip-text{visibility:hidden;color:#fff;text-align:center;padding:0;position:absolute;z-index:1;bottom:100%;left:0;opacity:0;transition:opacity .3s;margin-bottom:2px;font-family:sans-serif}.vbox-top .vbox-tooltip .vbox-tooltip-text{bottom:auto;top:100%;margin-bottom:0;margin-top:2px}.vbox-tooltip-inner{padding:5px 10px;background-color:rgba(0,0,0,.9);border-radius:6px;font-size:10px}.vbox-tooltip:hover .vbox-tooltip-text{visibility:visible;opacity:1}.vbox-overlay{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);animation:sk-plane 1.2s infinite ease-in-out}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:'';display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{100%{transform:rotate(360deg)}}@keyframes sk-chase-dot{100%,80%{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,100%{transform:scale(1)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s infinite cubic-bezier(.455,.03,.515,.955)}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;animation:sk-wave 1.2s infinite ease-in-out}.sk-wave-rect:nth-child(1){animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-.9s}.sk-wave-rect:nth-child(5){animation-delay:-.8s}@keyframes sk-wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s infinite cubic-bezier(.455,.03,.515,.955)}@keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size) * 1.3);height:calc(var(--sk-size) * 1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both}.sk-flow-dot:nth-child(1){animation-delay:-.3s}.sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,100%,80%{transform:scale(.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-swing 1.8s infinite linear}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;animation:sk-swing-dot 2s infinite ease-in-out}.sk-swing-dot:nth-child(2){top:auto;bottom:0;animation-delay:-1s}@keyframes sk-swing{100%{transform:rotate(360deg)}}@keyframes sk-swing-dot{0%,100%{transform:scale(.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle 1.2s infinite ease-in-out both}.sk-circle-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle-fade 1.2s infinite ease-in-out both}.sk-circle-fade-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle-fade{0%,100%,39%{opacity:0;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s infinite ease-in-out}.sk-grid-cube:nth-child(1){animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,100%,70%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotateZ(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);animation:sk-fold 2.4s infinite linear both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotateZ(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotateZ(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotateZ(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}100%,90%{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance:calc(var(--sk-size) * 0.75);animation:sk-wander 2s ease-in-out -2s infinite both}.sk-wander-cube:nth-child(2){animation-delay:-.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)}100%{transform:rotate(-360deg)}}

/* End */


/* Start:/local/templates/a-100art/libs/swiper-bundle.min.css?174463061613872*/
/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/a-100art/css/critical.css?174600185686846*/
@font-face {
  font-family: "Clear Sans";
  src: url("/local/templates/a-100art/css/./../files/ClearSans-Bold.woff2") format("woff2"), url("/local/templates/a-100art/css/./../files/ClearSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/local/templates/a-100art/css/./../files/ClearSans-Regular.woff2") format("woff2"), url("/local/templates/a-100art/css/./../files/ClearSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gabarito;
  src: url("/local/templates/a-100art/css/./../files/Gabarito-ExtraBold.woff") format("woff"), url("/local/templates/a-100art/css/./../files/Gabarito-ExtraBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/local/templates/a-100art/css/./../files/CormorantGaramond-BoldItalic.woff") format("woff"), url("/local/templates/a-100art/css/./../files/CormorantGaramond-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
:root {
  --dark: #232425;
  --light: #f6f5f8;
  --orange: #c06802;
  --yellow: #ffba6a;
  --color-black-text-icon-primary: #f6f5f8;
  --p: max(32px, calc(50vw - 760rem));
  font-size: 0.0520833333vw;
}
@media screen and (max-width: 1600px) {
  :root {
    font-size: 0.0572916667vw;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --p: 32px;
    font-size: 0.0625vw;
  }
}
@media screen and (max-width: 1180px) {
  :root {
    font-size: 0.0677083333vw;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    font-size: 1px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --p: 20px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --p: 16px;
  }
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  display: inline-block;
  background-color: transparent; /* 1 */
  text-decoration: none;
  -webkit-text-decoration-skip: objects; /* 2 */
}

span {
  display: inline-block;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  background: initial;
  border: 0;
  border-radius: 0;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style: none;
}

p {
  margin: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

.auto-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(80px, 4.2vw);
  padding: min(150px, 8vw) 0;
}
@media screen and (max-width: 1024px) {
  .auto-slider {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider {
    gap: 32px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .auto-slider {
    padding-bottom: 80px;
  }
}
.auto-slider.tight {
  gap: min(64px, 3.4vw);
}
@media screen and (max-width: 600px) {
  .auto-slider.tight {
    gap: 12px;
  }
}
.auto-slider.tight .swiper-slide {
  width: min(800px, 42vw);
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .swiper-slide {
    width: 78vw;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .swiper-slide img {
    height: 68vw;
  }
}
.auto-slider.tight .auto-slider__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 0 var(--p);
}
@media screen and (max-width: 1024px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.42px;
  }
}
.auto-slider .auto-slider__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 4vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .auto-slider .auto-slider__title {
    text-align: left;
    width: 100%;
    font-size: 28px;
    letter-spacing: 0.42px;
    padding: 0 var(--p);
  }
}
.auto-slider .auto-slider__wrap {
  width: 100%;
  overflow: hidden;
}
.auto-slider .swiper-slide {
  width: min(1000px, 53vw);
}
@media screen and (max-width: 600px) {
  .auto-slider .swiper-slide {
    width: 78vw;
  }
}
.auto-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 36vw;
  min-height: 196px;
}
@media screen and (max-width: 600px) {
  .auto-slider .swiper-slide img {
    height: 55vw;
  }
}
.auto-slider .swiper-slide .auto-slider__text {
  margin-top: 12px;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

html {
  font-family: "Clear Sans";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.moz {
  scrollbar-width: none;
}
.moz body,
.moz .vbox-container {
  scrollbar-width: none;
}

#canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #canvas {
    display: none;
  }
}

body {
  min-height: 100vh;
  overflow-x: clip;
  display: flex;
  font-family: "Clear Sans";
  flex-direction: column;
  align-items: stretch;
  background: var(--dark);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0%;
  background: transparent;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}

.main {
  flex-grow: 1;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
}

.container {
  padding-left: var(--p);
  padding-right: var(--p);
}

.moz .table-wrap,
.moz .events-p__control_inner,
.moz .calendar-wrap__years {
  scrollbar-width: thin;
  scrollbar-color: #c06802 #383838;
}

a,
button,
input,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.swiper-notification {
  position: absolute;
}

.btn {
  display: flex;
  align-items: center;
  gap: 8rem;
  cursor: pointer;
  padding: 14rem 32rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  border-radius: 1000px;
  border: 1px solid var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1rem;
  text-transform: uppercase;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 14px 32px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 8px 20px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
.btn.sm {
  font-size: 18rem;
  padding: 8rem 20rem 10rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1366px) {
  .btn.sm {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .btn.sm {
    font-size: 18px;
  }
}
.btn path {
  transition: 0.3s;
}
@media screen and (hover: hover) {
  .btn:hover {
    color: #ffba6a;
    border-color: #ffba6a;
  }
  .btn:hover .icon {
    stroke: #ffba6a;
  }
}
.btn .icon {
  display: block;
  width: 16rem;
  height: 16rem;
  object-fit: contain;
  object-position: center;
  stroke: var(--color-black-text-icon-primary, #f6f5f8);
}
.btn.orange {
  color: #c06802;
  border-color: #c06802;
}
.btn.orange .icon {
  stroke: #c06802;
}
@media screen and (hover: hover) {
  .btn.orange:hover {
    color: #ffba6a;
    border-color: #ffba6a;
  }
  .btn.orange:hover .icon {
    stroke: #ffba6a;
  }
  .btn.orange:hover path {
    stroke: var(--yellow);
  }
}
.btn.fill {
  background: var(--orange);
  color: var(--light);
  border: unset;
  transition: background 0.3s;
}
@media screen and (hover: hover) {
  .btn.fill:hover {
    color: var(--light);
    background-color: var(--yellow);
  }
}
.btn.fill-white {
  background: var(--light);
  color: var(--dark);
  border: unset;
  transition: background 0.3s, color 0.3s;
}
@media screen and (hover: hover) {
  .btn.fill-white:hover {
    color: var(--yellow);
    background-color: var(--light);
  }
}

.btn-text {
  padding: 14px 0;
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 600px) {
  .btn-text {
    font-size: 18px;
    padding: 8px 0 10px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
@media screen and (hover: hover) {
  .btn-text:hover {
    color: #ffba6a;
  }
}
.btn-text.white {
  color: var(--light);
}
@media screen and (hover: hover) {
  .btn-text.white:hover {
    color: #ffba6a;
  }
}

.link {
  color: var(--light);
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .link:hover {
    color: var(--yellow);
  }
}

.form {
  padding-top: 194rem;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 86rem;
}
@media screen and (max-width: 1024px) {
  .form {
    padding: 150px var(--p) 86rem;
  }
}
@media screen and (max-width: 450px) {
  .form {
    padding-top: 120px;
  }
}
.form .form__title {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 50rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 60rem;
}
@media screen and (max-width: 1024px) {
  .form .form__title {
    font-size: min(40px, 4vw);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .form .form__title {
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0.36px;
    margin-bottom: 40px;
  }
}
.form .form__row {
  display: flex;
  gap: 0 32rem;
}
@media screen and (max-width: 1024px) {
  .form .form__row {
    flex-wrap: wrap;
  }
}
.form .form__row.checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form .form__row.checks {
    margin-bottom: 24px;
  }
}
.form .form__row.checks .label {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.form .input-wrap {
  width: 100%;
  margin-bottom: 40rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .form .input-wrap {
    margin-bottom: 24px;
  }
}
.form .input-wrap ::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.form .input-wrap._err [type=date]::-webkit-datetime-edit {
  color: var(--color-black-text-icon-primary, #f6f5f8);
}
.form .input-wrap._err textarea {
  border-color: #e02d3c;
}
.form .input-wrap [type=date] {
  max-height: 36px;
}
.form .input-wrap [type=date]::-webkit-datetime-edit {
  color: #737374;
}
.form .input-wrap [type=date]:focus::-webkit-datetime-edit {
  color: var(--color-black-text-icon-primary, #f6f5f8);
}
.form .input-wrap [type=date].success::-webkit-datetime-edit {
  color: var(--color-black-text-icon-primary, #f6f5f8);
}
.form .input-wrap [data-type=tel]._success, .form .input-wrap [data-type=tel]._online {
  color: var(--color-black-text-icon-primary, #f6f5f8);
}
.form .input-wrap.sm {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .form .input-wrap.sm {
    width: calc(50% - 16rem);
  }
}
@media screen and (max-width: 600px) {
  .form .input-wrap.sm {
    width: 100%;
  }
}
.form .input-wrap input {
  color: var(--light);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 5px;
  border: unset;
  border-bottom: 1px solid #737374;
  transition: border 0.3s;
}
@media screen and (hover: hover) {
  .form .input-wrap input:hover {
    border-color: var(--light);
  }
}
.form .input-wrap input:focus {
  border-color: var(--orange);
}
.form .input-wrap input::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}
.form .input-wrap textarea {
  height: 120px;
  color: var(--light);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 5px;
  border-bottom: 1px solid #737374;
  transition: border 0.3s;
  resize: unset;
}
@media screen and (max-width: 600px) {
  .form .input-wrap textarea {
    height: 200px;
  }
}
@media screen and (hover: hover) {
  .form .input-wrap textarea:hover {
    border-color: var(--light);
  }
}
.form .input-wrap textarea:focus {
  border-color: var(--orange);
}
.form .input-wrap textarea::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}
.form .input-wrap textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #2b2c2e;
}
.form .input-wrap textarea::-webkit-scrollbar-thumb {
  background: #c06802;
  border-radius: 6px;
}
.form .input-wrap textarea::-webkit-scrollbar-corner {
  background: transparent;
}
.form .multi-amount {
  display: inline;
}
.form .multi-amount.red {
  color: #e02d3c;
}
.form .input-file {
  position: relative;
}
.form .input-file._err .input-file__text {
  color: #e02d3c;
}
.form .input-file .file {
  position: relative;
  max-width: max-content;
  margin-top: 10rem;
}
.form .input-file .file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form .input-file .file input input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.form .input-file .file .inp-text {
  padding: 8rem 16rem;
  padding-right: 56rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-radius: 8rem;
  background: var(--Color-Black-Background-Light, #2b2c2e);
  max-width: min(400px, 100%);
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .input-file .file .empty-text__btn-del {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16rem;
  height: 19rem;
  position: absolute;
  right: 16rem;
  top: 10rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.5 3.5L3.5 12.5M12.5 12.5L3.5 3.5' stroke='%23C06802' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form .input-file .input-file__container {
  position: relative;
  max-width: max-content;
  margin-top: 4rem;
}
.form .input-file .input-file__container input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form .input-file .input-file__text {
  color: var(--Color-Black-Primary-Main, #c06802);
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media screen and (hover: hover) {
  .form .input-file .input-file__text:hover {
    color: var(--yellow);
  }
}
.form .input-file .input-file__text::before {
  content: "";
  display: block;
  min-width: 16rem;
  width: 16rem;
  height: 17rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M4.8748 9.5H11.8748C12.14 9.5 12.3944 9.39464 12.5819 9.20711C12.7694 9.01957 12.8748 8.76522 12.8748 8.5C12.8748 8.23478 12.7694 7.98043 12.5819 7.79289C12.3944 7.60536 12.14 7.5 11.8748 7.5H2.8748C1.7998 7.5 0.924805 8.39375 0.924805 9.5C0.924805 10.6063 1.7998 11.5 2.8748 11.5H11.9998C12.7955 11.5 13.5585 11.1839 14.1211 10.6213C14.6837 10.0587 14.9998 9.29565 14.9998 8.5C14.9998 7.70435 14.6837 6.94129 14.1211 6.37868C13.5585 5.81607 12.7955 5.5 11.9998 5.5H4.9998' stroke='%23C06802' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form .input-file .empty-text.filled {
  margin-top: 20rem;
  padding: 8rem 16rem;
  padding-right: 56rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-radius: 8rem;
  background: var(--Color-Black-Background-Light, #2b2c2e);
  max-width: min(400px, 100%);
  width: max-content;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .input-file .empty-text__btn-del {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16rem;
  height: 19rem;
  position: absolute;
  right: 16rem;
  top: 10rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.5 3.5L3.5 12.5M12.5 12.5L3.5 3.5' stroke='%23C06802' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form .checkbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.form .checkbox__sq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #bababa;
  transform: translateY(4px);
}
.form .checkbox__sq::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M0.363636 0H7.63636C7.83719 0 8 0.162806 8 0.363636V7.63636C8 7.83719 7.83719 8 7.63636 8H0.363636C0.162806 8 0 7.83719 0 7.63636V0.363636C0 0.162806 0.162806 0 0.363636 0Z' fill='%23C06802'/%3E%3C/svg%3E");
  opacity: 0;
  transition: opacity 0.3s;
}
.form .checkbox__text {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.form .checkbox__text a {
  color: var(--orange);
  text-decoration: underline;
  display: inline;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .form .checkbox__text a:hover {
    color: var(--yellow);
  }
}
.form .form__btn {
  margin-top: 56px;
}
@media screen and (max-width: 600px) {
  .form .form__btn {
    margin-top: 32px;
  }
}
.form input[data-type=tel] {
  color: rgb(145, 145, 145);
}
.form ._err input {
  box-shadow: unset;
  border-color: #e02d3c;
}
.form ._err .checkbox__sq {
  border-color: #e02d3c;
}
.form .checkbox input:checked ~ .checkbox__sq::before {
  opacity: 1;
}
.form input {
  border: 1px solid #e2e2e2;
  transition: border 0.3s;
}
@media screen and (hover: hover) {
  .form input:hover {
    border-color: var(--Primary-Dark-Hover, #134216);
  }
}
.form input:focus {
  border-color: var(--Primary-Main, #315e34);
}
.form input::placeholder {
  color: rgb(145, 145, 145);
}

.open-burger .header.colored {
  border-color: transparent;
  background: transparent;
  border-bottom: 1px solid var(--color-black-stroke-line-secondary, #383838);
}
@media screen and (max-width: 1600px) {
  .open-burger .header.colored {
    background: var(--dark);
  }
}
.open-burger .header.hide {
  transform: translateY(0);
}
.open-burger .burger {
  transform: translateY(0);
}
.open-burger .burger .burger__links,
.open-burger .burger .burger__img {
  opacity: 1;
}
.open-burger .header__burger::after {
  content: attr(data-close);
}
@media screen and (hover: hover) {
  .open-burger .header__burger:hover line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
  }
}
.open-burger .header__burger svg line:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.open-burger .header__burger svg line:nth-child(2) {
  transform: translateY(0px) rotate(-45deg);
}

.burger {
  position: fixed;
  left: 0;
  top: 0;
  max-height: 100%;
  height: max-content;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s ease-in-out;
  background: var(--dark);
  transform: translateY(-100%);
  overflow: auto;
}
.burger.hovered .burger__main_img.active {
  opacity: 1;
}
.burger.hovered .burger__main_img.default {
  opacity: 0;
}
.burger .btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .burger .btn {
    display: block;
  }
}
.burger .burger__inner {
  padding: 184rem var(--p) 56rem;
  min-height: max-content;
  display: grid;
  grid-gap: 52rem;
  grid-template-columns: 1fr 28.1%;
}
@media screen and (max-width: 1366px) {
  .burger .burger__inner {
    padding: 160rem var(--p) 56rem;
  }
}
@media screen and (max-width: 1024px) {
  .burger .burger__inner {
    padding: 160px var(--p) 56px;
    gap: 24px;
    grid-template-columns: 1fr 36%;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__inner {
    padding: 120px var(--p) 56px;
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .burger .burger__inner {
    height: var(--h, 100vh);
    max-height: var(--h, 100vh);
    overflow-y: auto;
    align-items: center;
    padding-top: 100px;
  }
  .burger .burger__inner::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #2b2c2e;
  }
  .burger .burger__inner::-webkit-scrollbar-thumb {
    background: #c06802;
    border-radius: 6px;
  }
  .burger .burger__inner::-webkit-scrollbar-corner {
    background: transparent;
  }
}
.burger .burger__img {
  transition: opacity 0.4s;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .burger .burger__img {
    display: none;
  }
}
.burger .burger__img img {
  display: block;
  width: 100%;
  object-position: center;
  object-fit: cover;
  aspect-ratio: 1/0.47;
}
.burger .burger__links_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .burger .burger__links_col {
    gap: min(24px, 2.6vw);
  }
}
@media screen and (max-width: 450px) {
  .burger .burger__links_col {
    gap: 24px;
    align-items: center;
  }
}
.burger .burger__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32rem 150rem;
  transition: opacity 0.4s;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .burger .burger__links {
    grid-gap: 24px min(80px, 8vw);
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .burger .burger__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.burger .burger__links .burger__link {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .burger .burger__links .burger__link {
    font-size: min(24px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__links .burger__link {
    font-size: 18px;
  }
}
@media screen and (hover: hover) {
  .burger .burger__links .burger__link:hover {
    color: var(--yellow);
  }
}

.header {
  padding: 32rem var(--p);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 124rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  transition: background 0.3s, border 0.3s, transform 0.5s;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-family: "Clear Sans";
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1366px) {
  .header {
    font-size: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 12px var(--p);
    height: 75px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    background: #232425;
    border-color: #7b7c7c;
    gap: 32px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
    padding: 25px 16px;
    gap: unset;
    justify-content: space-between;
  }
}
.header.colored {
  background: rgba(35, 36, 37, 0.5);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
@media screen and (max-width: 600px) {
  .header.colored {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    background: #232425;
  }
}
.header.hide {
  transform: translateY(-110%);
}
@media screen and (max-width: 768px) {
  .header .btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .btn-back {
    display: flex;
  }
}
@media screen and (max-width: 450px) {
  .header .btn-back {
    font-size: 16px;
    padding: 6rem 14rem 6rem;
  }
}
@media screen and (max-width: 600px) {
  .header .btn-back .desk {
    display: none;
  }
}
.header .btn-back .mob {
  display: none;
}
@media screen and (max-width: 600px) {
  .header .btn-back .mob {
    display: block;
  }
}
.header__search, .header__burger {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .header__search:hover, .header__burger:hover {
    color: #ffba6a;
  }
  .header__search:hover svg, .header__burger:hover svg {
    stroke: #ffba6a;
  }
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .header__logos {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .header__logos {
    gap: 8px;
  }
}
.header .header__logo {
  width: 112rem;
  height: 50rem;
}
@media screen and (max-width: 1024px) {
  .header .header__logo {
    width: 80px;
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo {
    width: min(57px, 15.83vw);
    height: min(25px, 6.94vw);
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.header .header__logo2 {
  display: flex;
  align-items: center;
  gap: 16rem;
  color: var(--light);
  font-family: "Clear Sans";
  font-size: 32rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header .header__logo2 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo2 {
    font-size: min(18rem, 5vw);
    gap: min(8px, 2.22vw);
  }
}
.header .header__logo2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  width: 60rem;
  height: 60rem;
}
@media screen and (max-width: 1024px) {
  .header .header__logo2 img {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo2 img {
    width: min(30px, 8.33vw);
    height: min(30px, 8.33vw);
  }
}
.header .header__logos_separator {
  width: 24rem;
  height: 24rem;
}
@media screen and (max-width: 1024px) {
  .header .header__logos_separator {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logos_separator {
    width: 12px;
    height: 12px;
  }
}
.header .header__logos_separator img,
.header .header__logos_separator svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  stroke: #b4b3b6;
  stroke-width: 1.5;
}
.header__burger {
  min-width: 370rem;
}
@media screen and (max-width: 1024px) {
  .header__burger {
    min-width: 132px;
  }
}
@media screen and (max-width: 600px) {
  .header__burger {
    min-width: 119px;
  }
}
@media screen and (max-width: 450px) {
  .header__burger {
    order: 3;
    min-width: unset;
  }
}
.header__burger::after {
  content: attr(data-default);
}
@media screen and (hover: hover) {
  .header__burger:hover line {
    stroke: #ffba6a;
  }
  .header__burger:hover line:nth-child(1) {
    transform: translate(-5px, -3px);
  }
}
.header__burger svg {
  display: block;
  object-fit: contain;
  width: 24px;
  height: 24px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .header__burger svg {
    width: 24px;
    height: 24px;
  }
}
.header__burger svg line {
  transition: stroke 0.3s, transform 0.3s;
  transform-origin: center;
}
.header__burger svg line:nth-child(1) {
  transform: translateY(-3px);
}
.header__burger svg line:nth-child(2) {
  transform: translateY(3px);
}

.footer {
  position: relative;
  z-index: 2;
  width: 100%;
}

.footer__bottom {
  width: 100%;
  position: absolute;
  padding: 0 var(--p) 50rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32rem;
  color: var(--light);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1366px) {
  .footer__bottom {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    font-size: 16px;
    gap: min(24px, 2.4vw);
    padding-bottom: min(44px, 4.4vw);
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    gap: 24x;
    flex-direction: column;
    align-items: flex-start;
    color: var(--color-black-text-icon-primary, #f6f5f8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
.footer__bottom a {
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .footer__bottom a:hover {
    color: var(--yellow);
  }
}

.intro {
  position: relative;
  width: 100%;
  height: min(860rem, 45vw);
}
@media screen and (max-width: 1024px) {
  .intro {
    height: 560px;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    height: 576px;
  }
}
.intro .intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro .intro__bg::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(180deg, #232425 0%, rgba(35, 36, 37, 0) 17.17%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro .intro__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.intro .intro__content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 50rem var(--p);
}
@media screen and (max-width: 600px) {
  .intro .intro__content {
    padding-bottom: 32px;
  }
}
.intro .intro__content_inner {
  display: flex;
  align-items: center;
  gap: 50rem;
}
.intro .intro__content_inner .icon {
  width: 100rem;
  height: 240rem;
  display: block;
  fill: rgb(246, 245, 248);
}
@media screen and (max-width: 600px) {
  .intro .intro__content_inner .icon {
    display: none;
  }
}
.intro .intro__title {
  color: var(--light);
  font-size: 117rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.34rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .intro .intro__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .intro .intro__title {
    font-size: 42px;
    letter-spacing: 0.84px;
  }
}
.intro .intro__title i {
  display: block;
  color: var(--light);
  font-family: "Cormorant Garamond";
  font-size: 128rem;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.56rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .intro .intro__title i {
    font-size: 66px;
  }
}
@media screen and (max-width: 600px) {
  .intro .intro__title i {
    font-size: 50px;
    letter-spacing: 1px;
  }
}

.about {
  padding-top: 100rem;
  padding-bottom: 150rem;
}
@media screen and (max-width: 1024px) {
  .about {
    padding-top: 80px;
    padding-bottom: min(120px, 12vw);
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 80px;
  }
}
.about .about__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .about .about__type {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .about .about__type {
    font-size: 20px;
  }
}
.about .about__title {
  margin-top: 40rem;
  color: var(--light);
  font-size: 50rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .about .about__title {
    margin-top: 32px;
    font-size: min(40px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  .about .about__title {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.36px;
  }
}
.about .about__title i {
  font-family: "Cormorant Garamond";
  font-size: 53rem;
  font-style: italic;
  line-height: 130%;
  letter-spacing: 0.795rem;
}
@media screen and (max-width: 1024px) {
  .about .about__title i {
    font-size: min(42px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .about .about__title i {
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.39px;
  }
}
.about .about__imgs {
  margin-top: 100rem;
  display: grid;
  grid-gap: 80rem;
  grid-template-columns: 41.2% 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .about .about__imgs {
    margin-top: min(80px, 8vw);
    grid-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about .about__imgs {
    margin-top: 40px;
    gap: 56px 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .about .about__imgs {
    flex-direction: column;
    display: flex;
  }
}
.about .about__img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24rem;
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .about .about__img {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .about .about__img {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .about .about__img {
    font-size: 20px;
    gap: 16px;
  }
}
.about .about__img:nth-child(3) {
  justify-content: flex-end;
}
.about .about__img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .about .about__img img {
    aspect-ratio: 1/1.3;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 600px) {
  .about .about__img img {
    aspect-ratio: 1/0.7;
  }
}
@media screen and (max-width: 450px) {
  .about .about__img img {
    aspect-ratio: 1/0.915;
  }
}

.swiping-blocks {
  position: relative;
  width: 100%;
}
.swiping-blocks .swiping-block {
  position: sticky;
  top: 0;
  width: 100%;
  margin-top: calc(var(--h, 100vh) * -1);
}
.swiping-blocks .swiping-block:nth-child(1) {
  margin-top: 0;
}
.swiping-blocks .swiping-block__inner {
  width: 100%;
  height: var(--h, 100vh);
  position: relative;
}
.swiping-blocks .swiping-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiping-blocks .swiping-block__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.swiping-blocks .swiping-block__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.swiping-blocks .swiping-block__holder {
  display: block;
  height: var(--h, 100vh);
}
.swiping-blocks .swiping-block__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60rem;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: min(250rem, 28vh);
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .swiping-blocks .swiping-block__content {
    font-size: min(34px, 3.4vw);
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .swiping-blocks .swiping-block__content {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .swiping-blocks .swiping-block__content {
    justify-content: flex-start;
    padding: 80px var(--p);
  }
}
.swiping-blocks .swiping-block__content p {
  max-width: 1150rem;
}
.swiping-blocks .swiping-block__content i {
  font-family: "Cormorant Garamond";
  font-size: 43rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.645rem;
}
@media screen and (max-width: 1024px) {
  .swiping-blocks .swiping-block__content i {
    font-size: min(37px, 3.7vw);
  }
}
@media screen and (max-width: 768px) {
  .swiping-blocks .swiping-block__content i {
    font-size: 22px;
  }
}

.mission {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--h, 100vh) * -1);
  padding-top: 150rem;
  padding-bottom: 150rem;
  display: flex;
  align-items: center;
  gap: 150rem;
}
@media screen and (max-width: 1024px) {
  .mission {
    gap: min(40px, 4vw);
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mission {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
}
.mission__img {
  width: 490rem;
  min-width: 490rem;
  height: 480rem;
}
@media screen and (max-width: 1024px) {
  .mission__img {
    width: 30vw;
    min-width: 30vw;
    height: 28vw;
  }
}
@media screen and (max-width: 600px) {
  .mission__img {
    display: none;
  }
}
.mission__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.mission .mission__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40rem;
}
@media screen and (max-width: 1024px) {
  .mission .mission__content {
    gap: min(24px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__content {
    gap: 32px;
  }
}
.mission .mission__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .mission .mission__type {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__type {
    font-size: 20px;
  }
}
.mission .mission__title {
  color: var(--light);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .mission .mission__title {
    font-size: min(24px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.mission .mission__text {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24rem;
}
@media screen and (max-width: 768px) {
  .mission .mission__text {
    gap: 24px;
  }
}
.mission .mission__text li {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .mission .mission__text li {
    font-size: min(18px, 2.2vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__text li {
    font-size: 18px;
  }
}

.separator {
  width: 100%;
  height: 650rem;
}
@media screen and (max-width: 1024px) {
  .separator {
    height: min(500px, 50vw);
  }
}
@media screen and (max-width: 768px) {
  .separator {
    min-height: 300px;
  }
}
.separator.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .separator.mobile {
    display: block;
  }
}
.separator img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.description {
  padding-top: 100rem;
  padding-bottom: 150rem;
}
@media screen and (max-width: 1024px) {
  .description {
    padding-top: 80px;
    padding-bottom: min(120px, 12vw);
  }
}
@media screen and (max-width: 768px) {
  .description {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.description .description__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .description__type {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__type {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.description .description__title {
  max-width: 1300rem;
  margin-top: 40rem;
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .description__title {
    margin-top: min(32px, 3.2vw);
    font-size: min(34px, 3.4vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__title {
    margin-top: 32px;
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.description .description__title i {
  font-family: "Cormorant Garamond";
  font-size: 43rem;
  font-style: italic;
  line-height: 120%;
  letter-spacing: 0.645rem;
}
@media screen and (max-width: 1024px) {
  .description .description__title i {
    font-size: min(36px, 3.6vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__title i {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.36px;
  }
}
.description .description__contest {
  margin-top: 100rem;
  margin-bottom: 100rem;
}
@media screen and (max-width: 1024px) {
  .description .description__contest {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .description .description__contest {
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.description .description__contest_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24rem;
  flex-wrap: wrap;
  margin-bottom: 32rem;
}
@media screen and (max-width: 768px) {
  .description .description__contest_top {
    margin-bottom: 48px;
  }
}
.description .description__contest_cols {
  display: grid;
  grid-gap: 80rem;
  grid-template-columns: 1fr 1fr 41.2%;
}
@media screen and (max-width: 1024px) {
  .description .description__contest_cols {
    grid-gap: min(40px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_cols {
    display: flex;
    gap: 56px 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .description .description__contest_cols {
    display: flex;
    flex-direction: column;
  }
}
.description .description__contest_col {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .description .description__contest_col {
    flex-grow: 1;
    width: calc(50% - 8px);
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .description .description__contest_col {
    width: 100%;
  }
}
.description .description__contest_col img {
  display: block;
  width: 100%;
  height: 323rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .description .description__contest_col img {
    height: min(300px, 30vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_col img {
    height: unset;
    aspect-ratio: 1/0.7;
  }
}
@media screen and (max-width: 450px) {
  .description .description__contest_col img {
    aspect-ratio: 1/0.92;
  }
}
.description .description__contest_title {
  margin-top: 8rem;
  color: var(--light);
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .description__contest_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.description .description__contest_text {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .description .description__contest_text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .description .description__contest_text {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_text {
    font-size: 18px;
  }
}
.description .reward {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 8rem;
  background: var(--Color-Black-Background-Light, #2b2c2e);
}
@media screen and (max-width: 768px) {
  .description .reward {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.description .reward__left {
  padding: 50rem 60rem;
  border-right: 1px solid var(--color-black-stroke-line-secondary, #383838);
}
@media screen and (max-width: 1024px) {
  .description .reward__left {
    padding: min(44px, 4.3vw) min(50px, 4.9vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__left {
    padding: 32px 16px 40px;
    border-bottom: 1px solid var(--color-black-stroke-line-secondary, #383838);
    border-right: unset;
  }
}
.description .reward__right {
  padding: 50rem 60rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-height: 431rem;
}
@media screen and (max-width: 1024px) {
  .description .reward__right {
    padding: min(44px, 4.3vw) min(50px, 4.9vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__right {
    padding: 40px 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    min-height: unset;
  }
}
@media screen and (max-width: 450px) {
  .description .reward__right {
    padding-bottom: 20px;
  }
}
.description .reward__right .btn {
  margin-top: 50rem;
}
@media screen and (max-width: 768px) {
  .description .reward__right .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .description .reward__right .btn {
    margin-top: 46px;
  }
}
.description .reward__right img {
  position: absolute;
  bottom: 26rem;
  right: 84rem;
  height: 256rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .description .reward__right img {
    bottom: min(26px, 2.5vw);
    right: min(40px, 3.9vw);
    height: min(250px, 25vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__right img {
    position: static;
    margin-top: 10px;
    min-height: 140px;
  }
}
@media screen and (max-width: 450px) {
  .description .reward__right img {
    min-height: 104px;
  }
}
@media screen and (max-width: 768px) {
  .description .reward__right .reward__title {
    font-size: 22px;
    letter-spacing: 0.33px;
    width: 100%;
  }
}
.description .reward__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .reward__title {
    font-size: min(30px, 3vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__title {
    font-size: 24px;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 600px) {
  .description .reward__title {
    margin-bottom: -8px;
  }
}
.description .reward__item {
  margin-top: 40rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
}
@media screen and (max-width: 1024px) {
  .description .reward__item {
    margin-top: min(24px, 2.4vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__item {
    margin-top: 24px;
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .description .reward__item {
    margin-top: 32px;
  }
}
.description .reward__item_price {
  color: var(--light);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .reward__item_price {
    font-size: min(28px, 2.7vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__item_price {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.description .reward__item_text {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .description .reward__item_text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .description .reward__item_text {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__item_text {
    font-size: 18px;
  }
}

.order {
  position: relative;
}
.order .order__bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.order .order__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.order .order__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.order .order__content {
  position: relative;
  z-index: 2;
  padding-top: 215rem;
  padding-bottom: 215rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .order .order__content {
    padding-top: min(200px, 20vw);
    padding-bottom: min(200px, 20vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__content {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 24px;
  }
}
.order .order__title {
  max-width: 1190rem;
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .order .order__title {
    font-size: min(34px, 3.4vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__title {
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.order .order__title i {
  font-family: "Cormorant Garamond";
  font-size: 43rem;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.645rem;
}
@media screen and (max-width: 1024px) {
  .order .order__title i {
    font-size: min(37px, 3.6vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__title i {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.36px;
  }
}
.order .order__date {
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .order .order__date {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__date {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.order .btn {
  margin-top: 38rem;
}
@media screen and (max-width: 768px) {
  .order .btn {
    margin-top: 16px;
  }
}

.organizers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70rem;
  padding-top: 100rem;
  padding-bottom: 150rem;
}
@media screen and (max-width: 1024px) {
  .organizers {
    padding-top: 80px;
    padding-bottom: min(120px, 12vw);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .organizers {
    padding-bottom: 80px;
    gap: 32px;
  }
}
.organizers .organizers__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  text-align: center;
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .organizers .organizers__type {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizers__type {
    font-size: 20px;
  }
}
.organizers .organizers__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 120rem;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .organizers .organizers__wrap {
    grid-gap: 36rem;
  }
}
@media screen and (max-width: 600px) {
  .organizers .organizers__wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.organizers .organizer__more {
  display: none;
}
@media screen and (max-width: 768px) {
  .organizers .organizer__more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Color-Black-Primary-Main, #c06802);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer__more::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M11 7.35986L8 10.3599L5 7.35986' stroke='%23C06802' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 16px;
    min-width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 17px;
  }
}
.organizers .organizer {
  height: 806rem;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .organizers .organizer {
    height: 840rem;
  }
}
@media screen and (max-width: 1024px) {
  .organizers .organizer {
    height: 640px;
    max-height: 63vw;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 40px 16px;
    max-height: unset;
    background: var(--Color-Black-Background-Light, #2b2c2e);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer.drop {
    min-height: max-content;
  }
  .organizers .organizer.drop .organizer__more::after {
    transform: scale(1, -1);
  }
  .organizers .organizer.drop .back .organizer__text {
    max-height: 300vh;
  }
}
.organizers .organizer:hover .front {
  transform: perspective(550px) rotateY(-180deg);
}
@media screen and (max-width: 768px) {
  .organizers .organizer:hover .front {
    transform: unset;
  }
}
.organizers .organizer:hover .back {
  transform: perspective(550px) rotateY(0deg);
}
@media screen and (max-width: 768px) {
  .organizers .organizer:hover .back {
    transform: unset;
  }
}
.organizers .organizer .front,
.organizers .organizer .back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  padding: 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
  background: var(--Color-Black-Background-Light, #2b2c2e);
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front,
  .organizers .organizer .back {
    padding: 40px 16px;
    gap: min(24px, 2.4vw);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front,
  .organizers .organizer .back {
    padding: 0;
    position: static;
    transform: unset;
    height: auto;
    background: unset;
    gap: 16px;
  }
}
.organizers .organizer .front picture,
.organizers .organizer .back picture {
  height: auto;
}
.organizers .organizer .front img,
.organizers .organizer .back img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front img,
  .organizers .organizer .back img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .organizers .organizer .front img,
  .organizers .organizer .back img {
    margin: 8px 0;
  }
}
.organizers .organizer .front .organizer__title,
.organizers .organizer .back .organizer__title {
  color: var(--light);
  text-align: center;
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__title,
  .organizers .organizer .back .organizer__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__title,
  .organizers .organizer .back .organizer__title {
    font-size: min(28px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front .organizer__title,
  .organizers .organizer .back .organizer__title {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.33px;
  }
}
.organizers .organizer .front .organizer__descr,
.organizers .organizer .back .organizer__descr {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  text-align: center;
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__descr,
  .organizers .organizer .back .organizer__descr {
    font-size: min(20px, 1.96vw);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front .organizer__descr,
  .organizers .organizer .back .organizer__descr {
    flex-grow: 1;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.organizers .organizer .front .organizer__text,
.organizers .organizer .back .organizer__text {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media screen and (max-width: 1366px) {
  .organizers .organizer .front .organizer__text,
  .organizers .organizer .back .organizer__text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__text,
  .organizers .organizer .back .organizer__text {
    font-size: 14px;
    gap: 16px;
    max-height: 55vw;
    overflow-y: auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front .organizer__text,
  .organizers .organizer .back .organizer__text {
    max-height: 0px;
    padding: 0;
  }
}
.organizers .organizer .front .organizer__text::-webkit-scrollbar,
.organizers .organizer .back .organizer__text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #2b2c2e;
  border-radius: 6px;
}
.organizers .organizer .front .organizer__text::-webkit-scrollbar-thumb,
.organizers .organizer .back .organizer__text::-webkit-scrollbar-thumb {
  background: #c06802;
  border-radius: 6px;
}
.organizers .organizer .front .organizer__text::-webkit-scrollbar-corner,
.organizers .organizer .back .organizer__text::-webkit-scrollbar-corner {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front {
    flex-grow: 1;
    min-height: var(--fr);
  }
}
.organizers .organizer .back {
  transform: rotateY(-180deg);
}
@media screen and (max-width: 768px) {
  .organizers .organizer .back {
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .back .organizer__title {
    display: none;
  }
}

.calendar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60rem;
  padding-top: 100rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .calendar {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .calendar {
    gap: 32px;
  }
}
.calendar .calendar__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  padding: 0 var(--p);
}
@media screen and (max-width: 1024px) {
  .calendar .calendar__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .calendar .calendar__title {
    font-size: 22px;
  }
}
.calendar .calendar__slider {
  padding: 0 var(--p);
  width: 100%;
  cursor: grab;
}
.calendar .calendar__slider .swiper-wrapper {
  background: rgba(255, 255, 255, 0.03);
  width: max-content;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-wrapper {
    transform: unset !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    width: 100%;
    background: unset;
  }
}
@media screen and (max-width: 600px) {
  .calendar .calendar__slider .swiper-wrapper {
    flex-direction: column;
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 450px) {
  .calendar .calendar__slider .swiper-wrapper {
    align-items: stretch;
  }
}
.calendar .calendar__slider .swiper-slide {
  max-width: max-content;
  padding: 0 10rem 20rem 7rem;
  margin: 32rem 0 54rem;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .calendar .calendar__slider .swiper-slide {
    max-width: unset;
  }
}
.calendar .calendar__slider .swiper-slide::after {
  content: "";
  position: absolute;
  height: calc(100% - 60rem);
  width: 1px;
  top: 60rem;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(90deg, #232425 0.96%, #c06802 14.65%, #232425 100%);
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide::after {
    content: none;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(1) {
  padding-left: 32rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(1) {
    padding-left: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(1)::after {
  content: none;
}
.calendar .calendar__slider .swiper-slide:nth-child(1) .calendar__text {
  margin-top: 44rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(1) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(2) .calendar__text {
  margin-top: 96rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(2) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(3) .calendar__text {
  margin-top: 148rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(3) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(4) .calendar__text {
  margin-top: 200rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(4) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(5) .calendar__text {
  margin-top: 252rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(5) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(6) .calendar__text {
  margin-top: 304rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(6) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(7) .calendar__text {
  margin-top: 356rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(7) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(8) .calendar__text {
  margin-top: 408rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(8) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(9) .calendar__text {
  margin-top: 460rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(9) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(10) .calendar__text {
  margin-top: 512rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(10) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(11) .calendar__text {
  margin-top: 564rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(11) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(12) .calendar__text {
  margin-top: 616rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(12) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(13) .calendar__text {
  margin-top: 668rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(13) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(14) .calendar__text {
  margin-top: 720rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(14) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(15) .calendar__text {
  margin-top: 772rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(15) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(16) .calendar__text {
  margin-top: 824rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(16) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(17) .calendar__text {
  margin-top: 876rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(17) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(18) .calendar__text {
  margin-top: 928rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(18) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(19) .calendar__text {
  margin-top: 980rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(19) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(20) .calendar__text {
  margin-top: 1032rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(20) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide .calendar__date {
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  margin-bottom: 28rem;
}
@media screen and (max-width: 1024px) {
  .calendar .calendar__slider .swiper-slide .calendar__date {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide .calendar__date {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.calendar .calendar__slider .swiper-slide .calendar__text {
  padding: 12rem 10rem;
  color: var(--light);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 16rem 2rem;
  background: linear-gradient(90deg, #c06802 0.29%, #2a2b2c 99.71%);
}
@media screen and (max-width: 1366px) {
  .calendar .calendar__slider .swiper-slide .calendar__text {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .calendar .calendar__slider .swiper-slide .calendar__text {
    font-size: 16px;
  }
}

.program {
  margin-top: 120rem;
  display: grid;
  grid-gap: 190rem;
  grid-template-columns: 1fr 54.5%;
}
@media screen and (max-width: 1024px) {
  .program {
    margin-top: 80px;
    grid-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .program {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.program .program__left {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
@media screen and (max-width: 768px) {
  .program .program__left {
    gap: 8px;
  }
}
.program .program__left .program__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .program .program__left .program__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .program .program__left .program__title {
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.program .program__left .program__date {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .program .program__left .program__date {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .program .program__left .program__date {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.program .program__left .program__text {
  margin-top: 24rem;
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .program .program__left .program__text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .program .program__left .program__text {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .program .program__left .program__text {
    margin-top: 16px;
    font-size: 18px;
  }
}
.program .program__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .program .program__list {
    margin-top: 0;
    gap: 32px;
  }
}
.program .program__list li {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .program .program__list li {
    color: var(--color-black-text-icon-primary, #f6f5f8);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: unset;
  }
}

.speakers {
  margin-top: 120rem;
  margin-bottom: 150rem;
  display: grid;
  grid-gap: 190rem;
  grid-template-columns: 1fr 54.5%;
}
@media screen and (max-width: 1024px) {
  .speakers {
    margin-top: 80px;
    margin-bottom: min(120px, 12vw);
    grid-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .speakers {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    gap: 40px;
  }
}
.speakers .speakers__left {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.speakers .speakers__left .speakers__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__left .speakers__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .speakers .speakers__left .speakers__title {
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.speakers .speakers__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24rem 40rem;
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .speakers .speakers__list {
    gap: 32px;
  }
}
.speakers .speakers__list li {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8rem;
}
.speakers .speakers__list .speaker__name {
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__list .speaker__name {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .speakers .speakers__list .speaker__name {
    font-size: 22px;
  }
}
.speakers .speakers__list .speaker__position {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1366px) {
  .speakers .speakers__list .speaker__position {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__list .speaker__position {
    font-size: 16px;
  }
}

.contacts {
  position: relative;
}
.contacts .contacts__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contacts .contacts__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.contacts .contacts__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 86.39%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}
.contacts .contacts__content {
  min-height: var(--h, 100vh);
  position: relative;
  z-index: 2;
  padding: 207rem var(--p);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .contacts .contacts__content {
    padding: 64px 20px 160px;
    min-height: unset;
  }
}
@media screen and (max-width: 600px) {
  .contacts .contacts__content {
    padding-bottom: 180px;
  }
}
.contacts .contacts__dark {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--Color-Black-Background-Primary, #232425);
}
@media screen and (max-width: 600px) {
  .contacts .contacts__dark {
    display: flex;
    flex-direction: column;
  }
}
.contacts .contacts__content_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40rem;
  padding: 50rem;
  border-right: 1px solid var(--color-black-stroke-line-secondary, #383838);
  max-width: 500rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__content_left {
    padding: min(44px, 4.4vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__content_left {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contacts .contacts__content_left {
    padding: 32px 24px 40px;
  }
}
.contacts .contacts__content_right {
  padding: 50rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40rem;
  max-width: 500rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__content_right {
    padding: min(44px, 4.4vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__content_right {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contacts .contacts__content_right {
    padding: 40px 24px;
  }
}
.contacts .contacts__title {
  color: var(--light);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__title {
    font-size: min(28px, 2.9vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.contacts .contacts__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__list {
    gap: min(28px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__list {
    gap: 32px;
  }
}
.contacts .contacts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
}
.contacts .contacts__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem 32rem;
}
.contacts .contacts__grey {
  color: var(--color-black-text-icon-tetriary, #737374);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .contacts .contacts__grey {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__grey {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__grey {
    font-size: 18px;
  }
}
.contacts .contacts__link {
  display: flex;
  gap: 8rem;
  align-items: center;
  color: var(--light);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s;
}
@media screen and (max-width: 1366px) {
  .contacts .contacts__link {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__link {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__link {
    font-size: 18px;
    text-decoration: underline;
  }
}
@media screen and (hover: hover) {
  .contacts .contacts__link:hover {
    color: var(--yellow);
  }
}
.contacts .contacts__link img,
.contacts .contacts__link svg {
  width: 32rem;
  height: 32rem;
  display: block;
  object-fit: contain;
  object-position: center;
}
.contacts .contacts__address {
  color: var(--light);
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__address {
    font-size: min(20px, 2.2vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__address {
    font-size: 18px;
    gap: 12px;
  }
}
.contacts .contacts__address .btn {
  margin-top: 32rem;
}
@media screen and (max-width: 768px) {
  .contacts .contacts__address .btn {
    margin-top: 36px;
  }
}
.contacts .contacts__address_link {
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .contacts .contacts__address_link {
    text-decoration: underline;
  }
}
@media screen and (hover: hover) {
  .contacts .contacts__address_link:hover {
    color: var(--yellow);
  }
}

.vbox-content {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .vbox-content {
    padding: 70px 0 40px;
  }
}

.vbox-container {
  padding: 0;
}
.vbox-container::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background: transparent;
}
.vbox-container::-webkit-scrollbar-thumb {
  border-radius: 0%;
  background: transparent;
}
.vbox-container::-webkit-scrollbar-corner {
  background: transparent;
}

.vbox-backdrop {
  background: rgba(35, 36, 37, 0.6) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.vbox-inline {
  background: unset !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: static;
}

.vbox-close {
  display: none;
}

.modal__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.modal__close {
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-top: 14rem;
}
@media screen and (max-width: 1180px) {
  .modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  transform: translateY(2px);
}

.vbox-child {
  box-shadow: unset;
  width: max-content;
}

.vbox-open {
  padding-right: var(--scr);
}
.vbox-open .header {
  padding-right: var(--scr);
}
.vbox-open .header__green {
  padding-right: calc(var(--scr) + 14px);
}

.moz {
  scrollbar-width: thin;
  scrollbar-color: var(--green-hover-pressed) transparent;
}
.moz .modal,
.moz .organizer__text,
.moz .burger__inner,
.moz textarea {
  scrollbar-width: thin;
  scrollbar-color: #c06802 #2b2c2e;
}

.modal {
  position: relative;
  padding: 60rem;
  border: 1px solid var(--color-black-stroke-line-primary, #7b7c7c);
  background: var(--Color-Black-Background-Primary, #232425);
  width: min(700px, 100vw - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .modal {
    max-height: calc(var(--h) - 110px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .modal {
    padding: 40px var(--p);
    gap: 24px;
  }
}
.modal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #2b2c2e;
}
.modal::-webkit-scrollbar-thumb {
  background: #c06802;
  border-radius: 6px;
}
.modal::-webkit-scrollbar-corner {
  background: transparent;
}
.modal .modal__block {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
}
.modal .modal__block_title {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1600px) {
  .modal .modal__block_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 1366px) {
  .modal .modal__block_title {
    font-size: 27rem;
  }
}
@media screen and (max-width: 1180px) {
  .modal .modal__block_title {
    font-size: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .modal .modal__block_title {
    font-size: 22px;
  }
}
.modal .modal__block_date {
  margin-bottom: 12rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .modal .modal__block_date {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .modal .modal__block_date {
    font-size: 18px;
  }
}
.modal.modal-text {
  width: min(824px, 100vw - 40px);
}
.modal.modal-text .modal__content {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  display: flex;
  flex-direction: column;
  gap: 40rem;
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .modal.modal-text .modal__content {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .modal.modal-text .modal__content {
    font-size: 18px;
  }
}

.modal__title {
  width: 100%;
  color: var(--light);
  text-align: center;
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  padding-left: 32rem;
}
@media screen and (max-width: 1600px) {
  .modal__title {
    font-size: 44rem;
  }
}
@media screen and (max-width: 1366px) {
  .modal__title {
    font-size: 46rem;
  }
}
@media screen and (max-width: 1180px) {
  .modal__title {
    font-size: 48rem;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 26px;
  }
}
/* End */


/* Start:/local/templates/a-100art/css/cookies.css?174600185613226*/
.cookies,
.cookies-start {
  --coockie-dark: #58585b;
}

.cookies-start {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  bottom: 78rem;
  right: 50rem;
  z-index: 100;
  width: 390rem;
  height: auto;
  max-width: calc(100% - 40px);
  border-radius: 0px;
  border: 1px solid var(--color-black-stroke-line-primary, #7b7c7c);
  background: var(--Color-Black-Background-Primary, #232425);
}
@media screen and (max-width: 600px) {
  .cookies-start {
    right: 20px;
    bottom: 20px;
  }
}
.cookies-start .btn {
  font-size: 18rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5rem;
  padding: 8rem 20rem 10rem;
}
@media screen and (max-width: 1366px) {
  .cookies-start .btn {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies-start .btn {
    font-size: 18px;
  }
}
.cookies-start .btn-cookies {
  font-size: 18rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5rem;
  padding: 8rem 0 10rem;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 8rem;
  transition: color 0.3s;
}
@media screen and (max-width: 1366px) {
  .cookies-start .btn-cookies {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies-start .btn-cookies {
    font-size: 18px;
  }
}
@media screen and (hover: hover) {
  .cookies-start .btn-cookies:hover {
    color: var(--yellow);
  }
  .cookies-start .btn-cookies:hover path {
    stroke: var(--yellow);
  }
}
.cookies-start .btn-cookies svg {
  pointer-events: none;
}
.cookies-start .btn-cookies path {
  transition: 0.3s;
}
.cookies-start .btn-cookies span {
  pointer-events: none;
}

.cookies-start.show-modal {
  opacity: 1;
}

.cookies-start .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24rem;
  gap: 20rem;
  width: 100%;
  text-align: left;
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1366px) {
  .cookies-start .form {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies-start .form {
    font-size: 16px;
  }
}

.cookies-start .popup-text-info__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem 16rem;
  align-items: center;
  justify-content: center;
}

.btn-cookies::before {
  content: "";
  position: absolute;
  background: var(--theme-color3);
  width: 100%;
  max-width: 0px;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.cookies-start .popup-text-info__title {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 8rem;
}

.cookies-start .popup-text-info__text {
  padding: 0;
  margin: 0;
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1366px) {
  .cookies-start .popup-text-info__text {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies-start .popup-text-info__text {
    font-size: 16px;
  }
}

.cookies-start .popup-text-info__text a {
  color: var(--orange);
  text-decoration: underline;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline;
}

.cookies-start .popup-text-info__text a:hover {
  transition: color 0.3s;
  color: var(--yellow);
}

.cookies {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: rgba(35, 36, 37, 0.6) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: 0.3s;
}

.show-modal {
  opacity: 1;
}

.moz {
  scrollbar-width: thin;
  scrollbar-color: var(--green-hover-pressed) transparent;
}
.moz .cookies__wrapper {
  scrollbar-width: thin;
  scrollbar-color: #c06802 #2b2c2e;
}

.cookies__inner {
  background: var(--dark);
  border: 1px solid var(--color-black-stroke-line-primary, #7b7c7c);
  position: relative;
  padding: 60rem;
  padding-right: 30rem;
  width: 1000rem;
  max-width: calc(100% - 32px);
}

.cookies__wrapper {
  max-height: min(800rem, 66dvh);
  overflow-y: auto;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .cookies__wrapper {
    max-height: min(800rem, 74dvh);
  }
}
.cookies__wrapper::-webkit-scrollbar {
  width: 6rem;
  height: 6rem;
  background: #2b2c2e;
}
.cookies__wrapper::-webkit-scrollbar-thumb {
  background: #c06802;
  border-radius: 6rem;
}
.cookies__wrapper::-webkit-scrollbar-corner {
  background: transparent;
}

.cookies__title {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  margin-bottom: 24rem;
}

.footer-btn-cookies {
  line-height: 1.23;
  display: inline-block;
  margin-top: 10rem;
  color: #bebec2 !important;
  font-weight: 400 !important;
}

.footer-btn-cookies:hover {
  color: white !important;
}

.cookies-text {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

.cookies-text,
.cookies-text p {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .cookies-text,
  .cookies-text p {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies-text,
  .cookies-text p {
    font-size: 18px;
  }
}

.cookies__inner .cookies-text a {
  color: var(--orange);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
@media screen and (hover: hover) {
  .cookies__inner .cookies-text a:hover {
    color: var(--yellow);
    text-decoration: underline;
  }
}

.cookies-text p:nth-last-child(1) {
  margin-bottom: 0;
}

.cookies__checkboxes {
  margin-top: 32rem;
}

.cookies__check {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cookies__check label {
  display: flex;
  align-items: center;
}

.cookies__check input {
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
  position: absolute;
}

.cookies__check_sq {
  width: 18rem;
  min-width: 18rem;
  height: 18rem;
  margin: 3rem;
  display: block;
  border-radius: 4rem;
  transition: all ease 0.3s;
  cursor: pointer;
  margin-right: 10rem;
  position: relative;
  background: transparent;
  background-position: center;
  background-size: 14rem 11rem;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: 2px solid var(--coockie-dark);
  transform: translateY(1px);
}

.cookies input:checked ~ .cookies__check_sq {
  box-sizing: border-box;
  border-color: var(--orange);
  background-color: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M12.9864 0.719067C13.2785 1.01116 13.2785 1.48473 12.9864 1.77682L4.51527 10.2479L0.919345 6.65202C0.627146 6.35982 0.627145 5.88607 0.919345 5.59387C1.21129 5.30192 1.68454 5.30163 1.97684 5.59322L4.51527 8.12544L11.9289 0.718817C12.221 0.426963 12.6944 0.427075 12.9864 0.719067Z' fill='white'/%3E%3C/svg%3E");
}

.cookies input:disabled ~ .cookies__check_sq {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.cookies input:checked ~ .cookies__check_title {
  color: var(--orange);
}

.cookies input:disabled ~ .cookies__check_title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.cookies__check_title {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
}

.cookies__check_text {
  margin-bottom: 0;
  width: 100%;
  margin-top: 12rem;
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .cookies__check_text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies__check_text {
    font-size: 18px;
  }
}
.cookies__check_text a {
  color: var(--orange);
  transition: color 0.3s;
  text-decoration: underline;
}
@media screen and (hover: hover) {
  .cookies__check_text a:hover {
    color: var(--yellow);
  }
}

.cookies__check-wrap {
  margin-bottom: 40rem;
}
.cookies__check-wrap:nth-child(1) {
  margin-top: 32rem;
}

.cookies__checkboxes .cookies__check-wrap:nth-child(1) {
  border-top: unset;
  padding-top: 0;
}

.cookies-close {
  display: flex;
  align-items: center;
  gap: 8rem;
  padding: 12rem 0;
  top: 100rem;
  right: 100rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
  position: fixed;
}
@media screen and (max-width: 1600px) {
  .cookies-close {
    top: 24rem;
    right: 24rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies-close {
    top: 20rem;
    right: 20rem;
    font-size: 22rem;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .cookies-close {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
@media screen and (hover: hover) {
  .cookies-close:hover {
    color: var(--yellow);
  }
  .cookies-close:hover path {
    stroke: var(--yellow);
  }
}
.cookies-close span {
  pointer-events: none;
}
.cookies-close svg {
  min-width: 24rem;
  width: 24rem;
  height: 24rem;
  display: block;
  pointer-events: none;
}
.cookies-close svg path {
  transition: 0.3s;
}

.cookies__bottom {
  margin-top: 16rem;
  color: var(--coockie-dark);
  font-size: 16rem;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .cookies__bottom {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies__bottom {
    font-size: 16px;
  }
}

.cookies .cookies__bottom p {
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #58585b;
}
@media screen and (max-width: 1366px) {
  .cookies .cookies__bottom p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .cookies .cookies__bottom p {
    font-size: 16px;
  }
}

.cookies .cookies__bottom a {
  color: var(--orange);
  text-decoration: underline;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.cookies__bottom a:hover {
  color: var(--orange);
  text-decoration: unset;
}

.cookies-close:hover::before,
.cookies-close:hover::after {
  background: var(--orange);
}

.cookies-text a {
  color: var(--orange);
  text-decoration: underline;
  position: relative;
  max-width: max-content;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.cookies-text a:hover {
  color: var(--orange);
  text-decoration: unset;
}

.cookies--hidden {
  opacity: 0;
  pointer-events: none;
}

.cookies__notification {
  display: flex;
  align-items: flex-start;
  padding: 16rem 10rem;
  border-radius: 10rem;
  background: #fbeff1;
}

.cookies__notification p {
  margin-bottom: 0;
}

.cookies__notification::before {
  content: "";
  display: block;
  min-width: 18rem;
  margin-right: 12rem;
  margin-top: 3rem;
  width: 18rem;
  height: 18rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-linecap='square' stroke-width='1.3' d='M6 12l4 4 8-8'/%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E02020'/%3E%3Cpath d='M14 7h5l-1 12h-3zm1 15h3v3h-3z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.cookies ol li,
.cookies ul li {
  position: relative;
  padding-left: 25rem;
  font-size: 1.125rem;
  color: #404040;
  letter-spacing: 0.02em;
  width: 100%;
  text-align: left;
}

.cookies ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .cookies__wrapper {
    padding-right: 20px;
  }
  .cookies-start .form {
    flex-direction: column;
  }
  .cookies__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
  }
  .cookies__inner {
    padding: 24px 16px;
  }
  .cookies__check_sq {
    margin-right: 8px;
  }
  .cookies__check_text {
    margin-top: 12px;
  }
  .cookies__checkboxes {
    margin-top: 4px;
  }
  .cookies__bottom {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .cookies-start .popup-text-info__btn {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
  }
  .cookies__check_title {
    font-size: 18px;
  }
}
/* End */


/* Start:/local/templates/a-100art/css/custom.css?17472095702009*/
.show-modal{
    display: flex;
}

.sm48{
    font-size: 48px!important;
}
.sm44{
    font-size: 44px!important;
}
.sm38{
    font-size: 38px!important;
}

.callback__success, .callback__err{
    color: var(--light);
    font-size: 28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
}

.form .input-file .file{
    max-width: min(400px, 100%);
    width: max-content;
}

.btn.fill-white.loading {
    position: relative;
    pointer-events: none;
    cursor: default;
    background: #C3C3C3;
    color: #8B8B8B;
}
.btn.fill-white.loading svg {
    fill: #8B8B8B;
}
.btn.fill-white.loading::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    border: 3px solid white;
    border-right: 3px solid transparent;
    top: calc(50% - 12px);
    left: 10px;
    transform-origin: center;
    animation: rotate 1s infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.input-wrapper {
    position: relative;
    margin-bottom: 30px;
}

input.invalid, textarea.invalid {
    border: 1px solid red;
}

.tooltip {
    width: min-content;
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 10;
    display: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.input-wrap,
.input-wrapper
{
    position: relative; /* ключевой момент */
}

.mission-program{
    margin-top: 50rem;
    display: grid;
    grid-gap: 0rem;
    grid-template-columns: 1fr 54.5%;
    justify-items: end;
    align-items: center;
}

.program .program__left .program__title {
    font-size: 25rem;
}

.news-video{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/* End */
/* /local/modules/ml.cookie/css/styles.css?17446345279499 */
/* /local/templates/a-100art/libs/venobox.min.css?174463061615369 */
/* /local/templates/a-100art/libs/swiper-bundle.min.css?174463061613872 */
/* /local/templates/a-100art/css/critical.css?174600185686846 */
/* /local/templates/a-100art/css/cookies.css?174600185613226 */
/* /local/templates/a-100art/css/custom.css?17472095702009 */
