.paginationjs {
  display: flex;
  line-height: 1.6;
  font-family: "Marmelad", "Lucida Grande", "Arial", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 14px;
  box-sizing: initial;
}
.paginationjs:after {
  display: table;
  content: " ";
  clear: both;
}
.paginationjs .paginationjs-pages {
  float: left;
  margin-left: 10px;
}
.paginationjs .paginationjs-pages ul {
  float: left;
  margin: 0;
  padding: 0;
}
.paginationjs .paginationjs-pages li {
  float: left;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none;
}
.paginationjs .paginationjs-pages li > a {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.paginationjs .paginationjs-pages li > a:hover {
  background: #eee;
}
.paginationjs .paginationjs-pages li.active {
  border: none;
}
.paginationjs .paginationjs-pages li.active > a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  cursor: default;
}
.paginationjs .paginationjs-pages li.disabled > a {
  opacity: 0.3;
  cursor: default;
}
.paginationjs .paginationjs-pages li.disabled > a:hover {
  background: none;
}
.paginationjs .paginationjs-pages li:first-child {
  border-radius: 3px 0 0 3px;
}
.paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 3px 0 0 3px;
}
.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0;
}
.paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 0 3px 3px 0;
}
.paginationjs .paginationjs-size-changer {
  float: left;
  font-size: 14px;
  margin-left: 10px;
}
.paginationjs .paginationjs-size-changer > select {
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: none;
  box-shadow: none;
  box-sizing: initial;
}
.paginationjs .paginationjs-go-input {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.paginationjs .paginationjs-go-input > input[type="text"] {
  width: 30px;
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: none;
  box-shadow: none;
  box-sizing: initial;
}
.paginationjs .paginationjs-go-button {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.paginationjs .paginationjs-go-button > input[type="button"] {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  vertical-align: baseline;
  outline: none;
  box-shadow: none;
  color: #333;
  cursor: pointer;
}
.paginationjs .paginationjs-go-button > input[type="button"]:hover {
  background-color: #f8f8f8;
}
.paginationjs .paginationjs-nav {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.paginationjs.paginationjs-small {
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-pages li > a {
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
  height: 26px;
  line-height: 26px;
}
.paginationjs.paginationjs-small .paginationjs-size-changer {
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-size-changer > select {
  height: 24px;
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-input {
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-input > input[type="text"] {
  width: 26px;
  height: 24px;
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-button {
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-go-button > input[type="button"] {
  min-width: 30px;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px;
}
.paginationjs.paginationjs-small .paginationjs-nav {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.paginationjs.paginationjs-big {
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-pages li > a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
  height: 36px;
  line-height: 36px;
}
.paginationjs.paginationjs-big .paginationjs-size-changer {
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-size-changer > select {
  height: 34px;
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-input {
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-input > input[type="text"] {
  width: 36px;
  height: 34px;
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-button {
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-go-button > input[type="button"] {
  min-width: 50px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 16px;
}
.paginationjs.paginationjs-big .paginationjs-nav {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.paginationjs > :first-child {
  margin-left: 0;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border-color: #289DE9;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
  color: #289DE9;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
  background: #E9F4FC;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
  background: #289DE9;
  color: #fff;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
  background: none;
}
.paginationjs.paginationjs-theme-blue .paginationjs-size-changer > select {
  border-color: #289DE9;
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type="text"] {
  border-color: #289DE9;
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type="button"] {
  background: #289DE9;
  border-color: #289DE9;
  color: #fff;
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type="button"]:hover {
  background-color: #3CA5EA;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li {
  border-color: #449D44;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
  color: #449D44;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
  background: #EBF4EB;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
  background: #449D44;
  color: #fff;
}
.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
  background: none;
}
.paginationjs.paginationjs-theme-green .paginationjs-size-changer > select {
  border-color: #449D44;
}
.paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type="text"] {
  border-color: #449D44;
}
.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type="button"] {
  background: #449D44;
  border-color: #449D44;
  color: #fff;
}
.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type="button"]:hover {
  background-color: #55A555;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
  border-color: #EC971F;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
  color: #EC971F;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
  background: #FDF5E9;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
  background: #EC971F;
  color: #fff;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
  background: none;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-size-changer > select {
  border-color: #EC971F;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type="text"] {
  border-color: #EC971F;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type="button"] {
  background: #EC971F;
  border-color: #EC971F;
  color: #fff;
}
.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type="button"]:hover {
  background-color: #EEA135;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li {
  border-color: #C9302C;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
  color: #C9302C;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
  background: #FAEAEA;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
  background: #C9302C;
  color: #fff;
}
.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
  background: none;
}
.paginationjs.paginationjs-theme-red .paginationjs-size-changer > select {
  border-color: #C9302C;
}
.paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type="text"] {
  border-color: #C9302C;
}
.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type="button"] {
  background: #C9302C;
  border-color: #C9302C;
  color: #fff;
}
.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type="button"]:hover {
  background-color: #CE4541;
}
/* Hacks for IE 6~9 */
.paginationjs .paginationjs-pages li.paginationjs-next {
  *border-right: 1px solid #aaa;
  border-right: 1px solid #aaa \0;
}
.paginationjs .paginationjs-size-changer {
  *margin-left: 5px;
  margin-left: 5px\0;
}
.paginationjs .paginationjs-size-changer > select {
  *line-height: 28px;
  line-height: 28px\0;
  *vertical-align: middle;
  vertical-align: middle\0;
}
.paginationjs .paginationjs-go-input {
  *margin-left: 5px;
  margin-left: 5px\0;
}
.paginationjs .paginationjs-go-input > input[type="text"] {
  *line-height: 28px;
  line-height: 28px\0;
  *vertical-align: middle;
  vertical-align: middle\0;
}
.paginationjs .paginationjs-go-button {
  *margin-left: 5px;
  margin-left: 5px\0;
}
.paginationjs .paginationjs-go-button > input[type="button"] {
  *vertical-align: middle;
  vertical-align: middle\0;
}
.paginationjs.paginationjs-big .paginationjs-pages li > a {
  line-height: 36px\0;
}
.paginationjs.paginationjs-big .paginationjs-go-input > input[type="text"] {
  *height: 35px;
  height: 36px\0;
  *line-height: 36px;
  line-height: 36px\0;
}

.suggestions-nowrap {
  white-space: nowrap;
}
/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}
.suggestions-suggestion:hover {
  background: #f7f7f7;
}
/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px;
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: #777;
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
/**
 * Промо-блок
 */
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center;
}
.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}
.suggestions-promo a:hover {
  filter: grayscale(0);
}
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-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-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}: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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.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;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-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:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-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-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
address,
caption,
cite,
code,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
img,
svg {
  display: block;
  flex: none;
  width: 100%;
  max-width: 100%;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
input {
  border: none;
}
input::placeholder {
  opacity: 1;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
button {
  font-family: 'Mont', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: transparent;
  user-select: none;
  text-decoration: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"] {
  white-space: nowrap;
}
html {
  height: 100%;
}
body {
  font-family: 'Mont', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #222;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.body-lock {
  overflow: hidden;
}
.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.v-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.v-hidden--b-r {
  right: 0;
  bottom: 0;
}
.overflow-container {
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .overflow-container {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .overflow-container {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.overflow-container-with-padding {
  width: calc(100% + 2 * 24px);
  padding-inline: 24px;
  margin-left: -24px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .overflow-container-with-padding {
    width: calc(100% + 2 * 20px);
    padding-inline: 20px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .overflow-container-with-padding {
    width: calc(100% + 2 * 16px);
    padding-inline: 16px;
    margin-left: -16px;
  }
}
.panel {
  position: sticky;
  z-index: 100000;
  width: 100%;
}
.accessibility-link {
  transition: color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s;
}
.accord__body-block-text .accessibility-link {
  color: #222;
}
@media only screen and (min-width: 1025px) {
  .accessibility-link:hover {
    opacity: 0.8;
  }
}
.disable.accessibility-link:hover {
  opacity: unset;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .accessibility-link:active {
    color: rgba(34, 34, 34, 0.8);
  }
}
.disable.accessibility-link:active {
  opacity: unset;
  pointer-events: none;
}
.accessibility-link:focus-visible {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.2);
}
.disable.accessibility-link:focus-visible {
  box-shadow: unset;
}
.accessibility-link--bold {
  font-weight: 600;
}
.inherit-link {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}
.show {
  animation: smooth-show 0.2s linear forwards;
  display: 0.2s;
}
@keyframes smooth-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    backdrop-filter: blur(10px) opacity(0);
  }
  100% {
    backdrop-filter: blur(10px) opacity(1);
  }
}
@keyframes showBySlide {
  0% {
    transform: translateY(-100%);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    position: relative;
    display: block;
  }
  30% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    pointer-events: initial;
    visibility: visible;
    position: relative;
    display: block;
    opacity: 1;
  }
}
@keyframes hideBySlide {
  0% {
    transform: translateY(0);
    pointer-events: none;
    visibility: visible;
    display: block;
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  80% {
    display: none;
  }
  100% {
    transform: translateY(-100%);
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}
@keyframes hideByToggleBtn {
  0% {
    position: static;
    width: initial;
    height: initial;
    margin: initial;
    border: initial;
    padding: initial;
    clip: unset;
    overflow: visible;
    pointer-events: none;
    opacity: 1;
  }
  35% {
    opacity: 0;
    height: 0;
    grid-area: unset;
    visibility: hidden;
  }
  60% {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
@keyframes fog-to-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  50% {
    transform: translate3d(0, 100, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fog-to-up {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scrollLogo {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0%);
  }
  27% {
    transform: translateY(55%);
  }
  63% {
    transform: translateY(55%);
  }
  70% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollLogo-mobile {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0%);
  }
  27% {
    transform: translateY(60%);
  }
  63% {
    transform: translateY(60%);
  }
  70% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes transition-to-right {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes transition-to-left {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes transition-to-up {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Mont";
  src: local("Mont-Regular"), url(/assets-nd/fonts/Mont-Regular.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: local("Mont-Semibold"), url(/assets-nd/fonts/Mont-SemiBold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: local("Mont-Bold"), url(/assets-nd/fonts/Mont-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: local("Mont-Black"), url(/assets-nd/fonts/Mont-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
@media print {
  .media-print-none {
    display: none;
  }
}
.mt-60-32-32 {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .mt-60-32-32 {
    margin-top: 32px;
  }
}
.color-grey {
  color: #939393;
}
@media only screen and (max-width: 1024px) {
  .only-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .only-desktop-tablet {
    display: none !important;
  }
}
.uppercase {
  text-transform: uppercase;
}
.h80 {
  letter-spacing: -0.2px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .h80 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .h80 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
.h80--bottom-offset-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .h80--bottom-offset-40 {
    margin-bottom: 16px;
  }
}
.h80--bottom-offset-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .h80--bottom-offset-80 {
    margin-bottom: 50px;
  }
}
.h80--bottom-offset-32 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .h80--bottom-offset-32 {
    margin-bottom: 20px;
  }
}
.h80--short {
  max-width: 93%;
}
@media only screen and (max-width: 1024px) {
  .h80--short {
    max-width: 100%;
  }
}
.h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 1200px) {
  .h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .shell__col-el .h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
.h1--short-desktop {
  padding-right: 310px;
}
.h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .shell__block .h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--en .h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__block .h4 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.shell__item .h4 {
  font-weight: 700;
}
.h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}
.h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
.send-success,
.send-error {
  display: none;
  margin-bottom: 0;
}
.absolute-link {
  user-select: none;
  font-size: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
}
.arrow-top {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #eff1f1;
}
@media only screen and (max-width: 1024px) {
  .arrow-top {
    display: block;
    width: 32px;
    height: 32px;
    display: flex;
  }
  .arrow-top .icon {
    display: block;
    width: 24px;
    height: 24px;
  }
}
.accord {
  overflow: hidden;
  margin-bottom: 52px;
}
@media only screen and (max-width: 1024px) {
  .accord {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .accord {
    margin-bottom: 32px;
  }
}
.accord + .accord {
  border-top: 1px solid #dedede;
  margin-top: -52px;
}
@media only screen and (max-width: 1024px) {
  .accord + .accord {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 640px) {
  .accord + .accord {
    margin-top: -32px;
  }
}
.accord:last-child {
  margin-bottom: 0;
}
.accord__btn {
  font-size: 24px;
  line-height: 30px;
  color: #222;
  position: relative;
  white-space: initial;
  width: 100%;
  font-weight: 600;
  padding: 20px 32px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .accord__btn {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px 32px 12px 0;
  }
}
.accord__btn::before {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background-color: #222;
  content: '';
  right: 3px;
  width: 18px;
  height: 2px;
}
.active .accord__btn::before {
  transform: rotate(90deg);
  opacity: 0;
}
.accord__btn::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition: rotate 0.1s linear 0s;
  background-color: #222;
  transform-origin: top;
  content: '';
  right: 11px;
  width: 2px;
  height: 18px;
}
.active .accord__btn::after {
  rotate: 90deg;
}
.accord__body {
  display: none;
}
.active .accord__body {
  animation: showBySlide 0.3s forwards;
  display: block;
  padding-block: 8px 32px;
}
@media only screen and (max-width: 1024px) {
  .active .accord__body {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .active .accord__body {
    padding-block: 4px 16px;
  }
}
.accord__body ul li {
  display: block;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}
.accord__body ul li:last-child {
  margin-bottom: 0;
}
.accord__body ul li::before {
  width: 3px;
  height: 3px;
  border-radius: 100%;
  transform: translateY(calc(50% + 14px));
  content: '';
  position: absolute;
  left: 8px;
  background-color: #222;
}
.accord__body ol {
  counter-reset: list;
}
.accord__body ol li {
  display: block;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}
.accord__body ol li:last-child {
  margin-bottom: 0;
}
.accord__body ol li::before {
  counter-increment: list;
  content: counter(list) '.';
  position: absolute;
  left: 0;
}
.accord__body h5,
.accord__body p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .accord__body h5,
  .accord__body p {
    margin-bottom: 12px;
  }
}
.accord__body h5:last-child,
.accord__body p:last-child {
  margin-bottom: 0;
}
.accord__body h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .accord__body h5 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 16px;
  }
}
@media only screen and (max-width: 1024px) {
}
.accord__body img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-block: 40px;
}
@media only screen and (max-width: 1024px) {
  .accord__body img {
    margin-block: 24px;
  }
}
.accord__body img:first-child {
  margin-top: 0;
}
.accord__body img:last-child {
  margin-bottom: 0;
}
.animate-svg {
  flex: none;
}
.animate-svg .animate {
  stroke-width: 2;
  stroke: #222;
  fill: transparent;
  animation: dash 3s ease-in-out;
  animation-fill-mode: forwards;
}
.animate-svg--light-grey {
  fill: transparent;
}
.animate-svg--light-grey .animate {
  animation: grey-fill 3s ease-in-out forwards, dash 4s ease-in-out forwards;
  stroke: #e0e0e4;
}
@media only screen and (max-width: 1024px) {
  .animate-svg--light-grey .animate {
    animation: dark-fill 3s ease-in-out forwards, dash 4s ease-in-out forwards;
    stroke: #222;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes grey-fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: #e0e0e4;
  }
}
@keyframes dark-fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: #222;
  }
}
.btn {
  font-family: 'Mont', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  cursor: pointer;
  background: transparent;
  user-select: none;
  text-decoration: none;
  text-align: left;
  padding: 0;
  margin: 0;
  transition: background-color 0.1s linear 0s, border-color 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  display: inline-flex;
  background-clip: unset;
  background-color: transparent;
  color: inherit;
  border: none;
  white-space: nowrap;
}
.btn--primary,
.btn--secondary,
.btn--primary-inv,
.btn--secondary-inv {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  gap: 10px;
  padding: 12px 20px;
}
@media only screen and (max-width: 1024px) {
  .btn--primary,
  .btn--secondary,
  .btn--primary-inv,
  .btn--secondary-inv {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
.btn--primary:active,
.btn--secondary:active,
.btn--primary-inv:active,
.btn--secondary-inv:active,
.btn--primary:focus-visible,
.btn--secondary:focus-visible,
.btn--primary-inv:focus-visible,
.btn--secondary-inv:focus-visible {
  box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.2);
}
.btn--primary:disabled,
.btn--secondary:disabled,
.btn--primary-inv:disabled,
.btn--secondary-inv:disabled,
.btn--primary[disabled],
.btn--secondary[disabled],
.btn--primary-inv[disabled],
.btn--secondary-inv[disabled],
.btn--primary.disable,
.btn--secondary.disable,
.btn--primary-inv.disable,
.btn--secondary-inv.disable,
.btn--primary.disabled,
.btn--secondary.disabled,
.btn--primary-inv.disabled,
.btn--secondary-inv.disabled {
  pointer-events: none;
}
.btn--primary {
  background-color: #222;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn--primary:hover {
    opacity: 0.8;
  }
}
.btn--primary:disabled,
.btn--primary[disabled],
.btn--primary.disable,
.btn--primary.disabled {
  background-color: #eff1f1;
  color: #818592;
}
.btn--secondary {
  color: #222;
  border: 1px solid #222;
}
@media only screen and (max-width: 1024px) {
  .radio-btn .btn--secondary {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn--secondary:hover {
    border: 1px solid 80px;
    color: rgba(34, 34, 34, 0.8);
  }
}
.btn--secondary:disabled,
.btn--secondary[disabled],
.btn--secondary.disable,
.btn--secondary.disabled {
  border: 1px solid #aeb1b9;
  color: #aeb1b9;
}
.btn--primary-inv {
  background-color: #fff;
  color: #222;
}
@media only screen and (min-width: 1025px) {
  .btn--primary-inv:hover {
    background-color: #cdcfd4;
  }
}
.btn--primary-inv:disabled,
.btn--primary-inv[disabled],
.btn--primary-inv.disable,
.btn--primary-inv.disabled {
  background-color: rgba(255, 255, 255, 0.4);
  color: #aeb1b9;
}
.btn--secondary-inv {
  color: #fff;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1025px) {
  .btn--secondary-inv:hover {
    color: #e0e0e4;
    border: 1px solid #e0e0e4;
  }
}
.btn--secondary-inv:disabled,
.btn--secondary-inv[disabled],
.btn--secondary-inv.disable,
.btn--secondary-inv.disabled {
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn--close {
  width: 30px;
  height: 30px;
  max-width: 100%;
  position: relative;
}
.btn--close::before {
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #000;
  display: block;
  content: '';
}
.btn--close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  display: block;
  background-color: #000;
  content: '';
}
@media only screen and (min-width: 1025px) {
  .btn--close:hover {
    opacity: 0.7;
  }
}
.btn--go-back {
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .btn--go-back {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #222;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
}
.btn--center {
  display: flex;
  max-width: max-content;
  margin-inline: auto;
}
.btn--fluid {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.btn--active {
  background: #222;
  color: #fff;
}
.btn--active:hover {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .btn--tablet-fluid {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.breadcrumbs {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
}
.breadcrumbs__item::after {
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  right: 5px;
  left: unset;
  content: '';
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  border-bottom-right-radius: 1px;
}
.header__top--white .breadcrumbs__item::after {
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  right: 5px;
  left: unset;
  content: '';
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom-right-radius: 1px;
}
.breadcrumbs__item .breadcrumbs__link {
  padding-right: 26px;
  white-space: nowrap;
}
.breadcrumbs__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90ch;
  pointer-events: none;
}
.breadcrumbs__item:last-child::after {
  content: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  padding-right: 0;
}
.breadcrumbs__item:last-child a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90ch;
}
@media only screen and (min-width: 1025px) {
  .breadcrumbs__item:hover {
    opacity: 0.7;
  }
  .breadcrumbs__item:hover:last-child {
    opacity: 1;
  }
}
.radio-btn {
  display: block;
}
.checkbox__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: start;
  padding-left: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .checkbox__label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 26px;
  }
}
.checkbox__label--bold {
  font-weight: 700;
}
.checkbox__label input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.checkbox__input {
  display: none;
}
.radio-btn .checkbox__input:checked + .btn--secondary {
  background-color: #222;
  color: #fff;
}
.checkbox__text {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .checkbox__text {
    display: block;
  }
}
.project-list__checkbox .checkbox__text {
  white-space: nowrap;
}
.checkbox__text::before {
  transition: border-color 0.1s linear 0s;
  width: 19px;
  height: 19px;
  position: absolute;
  top: -1px;
  left: -28px;
  content: '';
  border: 1px solid #e0e0e4;
}
@media only screen and (max-width: 1024px) {
  .checkbox__text::before {
    width: 15px;
    height: 15px;
    top: -1px;
    left: -26px;
  }
}
.checkbox__input:checked + .checkbox__text::before {
  border: 1px solid #222;
}
.checkbox__input:focus-visible + .checkbox__text::before {
  box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.2);
}
.checkbox__text::after {
  width: 13px;
  height: 13px;
  transition: background-color 0.1s linear 0s;
  background-color: transparent;
  position: absolute;
  top: 3px;
  left: -24px;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .checkbox__text::after {
    width: 11px;
    height: 11px;
    top: 2px;
    left: -23px;
  }
}
.checkbox__input:checked + .checkbox__text::after {
  background-color: #222;
}
.detailed-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: max-content;
  position: relative;
  padding-left: 28px;
}
.detailed-link::after {
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  right: unset;
  left: 5px;
  content: '';
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  border-bottom-right-radius: 1px;
}
.detailed-link::before {
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.detailed-link--black {
  color: #222;
}
.detailed-link--black::after {
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  right: unset;
  left: 5px;
  content: '';
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom-right-radius: 1px;
}
.detailed-link--black::before {
  background: #222;
}
.detailed-link--go-back::after {
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  right: unset;
  left: 7px;
  content: '';
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom-right-radius: 1px;
}
.detailed-link--go-back::before {
  background: #222;
}
.header__top--white .detailed-link--go-back::before {
  background: #fff;
}
.header__top--white .detailed-link--go-back::after {
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  right: unset;
  left: 7px;
  content: '';
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  border-bottom-right-radius: 1px;
}
.detailed-link--go-back .detailed-link__text {
  white-space: nowrap;
}
.icon {
  flex-shrink: 0;
}
.icon--12 {
  width: 12px;
  height: 12px;
}
.icon--16 {
  width: 16px;
  height: 16px;
}
.icon--18 {
  width: 18px;
  height: 18px;
}
.icon--20 {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1024px) {
  .input__search-btn .icon--20 {
    width: 16px;
    height: 16px;
  }
}
.icon--24 {
  width: 24px;
  height: 24px;
}
.icon--30 {
  width: 30px;
  height: 30px;
}
.icon--32 {
  width: 32px;
  height: 32px;
}
.icon--34 {
  width: 34px;
  height: 34px;
}
.icon--36 {
  width: 36px;
  height: 36px;
}
.icon--48 {
  width: 48px;
  height: 48px;
}
.icon--64 {
  width: 64px;
  height: 64px;
}
.icon--80 {
  width: 80px;
  height: 80px;
}
.icon--90deg {
  rotate: 90deg;
}
.icon--180deg {
  rotate: 180deg;
}
.icon--270deg {
  rotate: 270deg;
}
.input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Mont', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  border: 1px solid #dedede;
  width: 100%;
  height: 100%;
  padding: 12px 48px 12px 24px;
}
@media only screen and (max-width: 1024px) {
  .input {
    padding: 12px 48px 12px 20px;
  }
}
.input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(34, 34, 34, 0.3);
}
@media only screen and (max-width: 1024px) {
  .input::placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
.input:focus-visible {
  border: 1px solid #222;
}
.input--search {
  padding-left: 44px;
}
@media only screen and (max-width: 1024px) {
  .input--search {
    padding-left: 40px;
  }
}
.input--date-picker::placeholder {
  color: #222;
}
.input__search-btn,
.input__erase-btn {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.input__search-btn:focus-visible,
.input__erase-btn:focus-visible {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #222;
}
.input__search-btn {
  left: 16px;
}
.input__search-btn::before {
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .input__search-btn-icon {
    width: 16px;
    height: 16px;
  }
}
.input__erase-btn {
  display: none;
  right: 16px;
}
.show.input__erase-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.input--textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.input__box {
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
}
.search-page__search-panel .input__box--search {
  width: 100%;
}
.select {
  position: relative;
  width: 100%;
  flex: none;
}
.select::after {
  transition: transform 0.1s linear 0s;
  transform: translateY(calc(50% - 8px));
  position: absolute;
  border: solid transparent;
  border-width: 6px 5px 0;
  border-top-color: inherit;
  transform-origin: 50% 0 0;
  top: calc(50% + 2px);
  right: 20px;
  content: '';
  color: #222;
  pointer-events: none;
}
.active.select::after {
  transform: rotate(180deg);
  color: #fff;
}
.select--secondary::after {
  color: #222;
}
.select__button {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #828282;
  border-left: none;
}
.select__current-btn-container {
  position: relative;
}
.catalog-aside__filters-select.required .select__current-btn-container::after {
  position: absolute;
  top: -13px;
  right: -3px;
  color: #ee0019;
  content: '*';
}
.error .select__current-btn-container::after {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  font-weight: 400;
  color: #ee0019;
  white-space: nowrap;
  position: absolute;
  bottom: -16px;
  left: 24px;
  content: 'Это обязательное поле для заполнения';
}
.select__current-btn {
  transition: border-color 0.1s linear 0s, background-color 0.1s linear 0s, color 0.1s linear 0s;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  justify-content: start;
  font-weight: 500;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: #222;
  background-color: transparent;
  border: 1px solid #dedede;
}
.catalog-aside__filter-shell .select__current-btn {
  border: 1px solid #222;
}
.contact-form .select__current-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: unset;
  display: block;
  text-align: left;
  padding-right: 40px;
}
@media only screen and (min-width: 1025px) {
  .select__current-btn:hover {
    background-color: inherit;
  }
}
.select__current-btn:disabled:active,
.select__current-btn[disabled]:active,
.select__current-btn.disable:active,
.select__current-btn:disabled:focus-visible,
.select__current-btn[disabled]:focus-visible,
.select__current-btn.disable:focus-visible {
  box-shadow: unset;
}
@media only screen and (min-width: 1025px) {
  .select__current-btn:disabled:hover,
  .select__current-btn[disabled]:hover,
  .select__current-btn.disable:hover {
    background-color: inherit;
    border-color: #dedede;
  }
}
.catalog-aside__filter-shell .select__current-btn:disabled,
.catalog-aside__filter-shell .select__current-btn[disabled],
.catalog-aside__filter-shell .select__current-btn.disable {
  border: 1px solid #dedede;
}
.select__current-btn:first-letter {
  text-transform: uppercase;
}
.search-panel__select .select__current-btn {
  min-width: 100%;
  justify-content: start;
}
.select.active .select__current-btn {
  background-color: #222;
  color: #fff;
}
.catalog-aside__filters--selects .select__current-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .catalog-aside__filters--selects .select__current-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.error .select__current-btn {
  color: #ee0019;
}
.select__current-text {
  display: block;
  width: max-content;
  position: relative;
  pointer-events: none;
}
.select__options {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 12px;
  display: none;
}
.select.active .select__options {
  animation: smooth-show 0.2s linear forwards;
  display: block;
}
.select__option {
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: unset;
  color: #222;
  width: 100%;
  height: 48px;
  padding: 8px;
}
.select__option:first-letter {
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .select__option:hover {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: 1;
  }
}
.catalog-aside__filters--selects .select__option {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .catalog-aside__filters--selects .select__option {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.select__native {
  width: 0px;
  height: 0px;
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}
.select__native:first-letter {
  text-transform: uppercase;
}
.spinner {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: block;
  border-top: 3px solid rgba(34, 34, 34, 0.8);
  border-right: 3px solid transparent;
  animation: rotation 1s linear infinite;
  flex: none;
  margin: auto;
}
.catalog .spinner {
  grid-column-end: 3;
  margin-block: 40px;
}
@media only screen and (max-width: 1200px) {
  .catalog .spinner {
    grid-column-end: -1;
    margin-inline: unset;
  }
}
@media only screen and (max-width: 640px) {
  .catalog .spinner {
    margin-inline: auto;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section {
  padding-block: 100px;
}
@media only screen and (max-width: 1024px) {
  .section {
    padding-block: 32px;
  }
}
.section--bg-gray {
  background-color: #f8f9f9;
}
@media only screen and (max-width: 1024px) {
  .section--bg-gray-tablet {
    background-color: #f8f9f9;
  }
}
.section--no-padding {
  padding-block: 0;
}
.section--no-top-padding {
  padding-block: 0 100px;
}
@media only screen and (max-width: 1024px) {
  .section--no-top-padding {
    padding-block: 0 32px;
  }
}
.section--no-bottom-padding {
  padding-block: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .section--no-bottom-padding {
    padding-block: 32px 0;
  }
}
.section--no-bottom-padding {
  padding-block: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .section--no-bottom-padding {
    padding-block: 32px 0;
  }
}
.section--no-padding-desktop {
  padding-block: 0;
}
@media only screen and (max-width: 1024px) {
  .section--no-padding-desktop {
    padding-block: 32px;
  }
}
.section__tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-left: 22px;
  min-width: 138px;
  position: relative;
  grid-area: tag;
}
.section__tag::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ee7f31;
  position: absolute;
  top: 6px;
  left: 6px;
  content: '';
}
.section__tag--white::before {
  background-color: #fff;
}
.section__tag--mb-12 {
  margin-bottom: 12px;
}
.section__tag--mb-24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .section__tag--mb-24 {
    margin-bottom: 12px;
  }
}
.section__tag--mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .section__tag--mb-40 {
    margin-bottom: 32px;
  }
}
.section__tag--sticky {
  align-self: start;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1024px) {
  .section__tag--sticky {
    position: relative;
    top: 0;
  }
}
.section__tag--to-mobile-sticky {
  align-self: start;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1024px) {
  .section__tag--to-mobile-sticky {
    top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .section__tag--to-mobile-sticky {
    position: relative;
    top: 0;
  }
}
.section__tag--to-xl-mobile-sticky {
  align-self: start;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1024px) {
  .section__tag--to-xl-mobile-sticky {
    top: 80px;
  }
}
@media only screen and (max-width: 720px) {
  .section__tag--to-xl-mobile-sticky {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section__btn--only-desk {
    display: none;
  }
}
.section__btn--tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .section__btn--tablet {
    display: flex;
  }
}
.section__btn--mt-24 {
  margin-top: 24px;
}
.section__btn--mt-32 {
  margin-top: 32px;
}
.section__btn--mt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .section__btn--mt-40 {
    margin-top: 32px;
  }
}
.section__btn--fluid {
  width: 100%;
}
.shell {
  position: relative;
}
.shell--flex {
  display: flex;
  align-items: center;
}
.shell--grid {
  display: grid;
}
.shell--2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .shell--2 {
    grid-template-columns: 1fr;
  }
}
.shell--2-to-mobile {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 640px) {
  .shell--2-to-mobile {
    grid-template-columns: 1fr;
  }
}
.shell--hard-width {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1400px) {
  .shell--hard-width {
    grid-template-columns: 1fr clamp(60%, 60%, 806px);
  }
}
@media only screen and (max-width: 1200px) {
  .shell--hard-width {
    grid-template-columns: 1fr;
  }
}
.shell--3 {
  grid-template-columns: 138px auto 50%;
  grid-template-areas: 'tag info .';
}
@media only screen and (max-width: 1024px) {
  .shell--3 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'tag info' 'tag .';
  }
}
@media only screen and (max-width: 640px) {
  .shell--3 {
    grid-template-columns: 1fr;
    grid-template-areas: 'tag' '.' 'info';
  }
}
.shell--3-large-tag {
  grid-template-columns: 295px auto 50%;
  grid-template-areas: 'tag info .';
}
@media only screen and (max-width: 1400px) {
  .shell--3-large-tag {
    grid-template-columns: 138px auto 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--3-large-tag {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'tag info' 'tag .';
  }
}
@media only screen and (max-width: 640px) {
  .shell--3-large-tag {
    grid-template-columns: 1fr;
    grid-template-areas: 'tag' '.' 'info';
  }
}
.shell--3-with-img {
  gap: 20px;
  grid-template-columns: 15.8% auto 50%;
  grid-template-areas: 'tag img .';
}
@media only screen and (max-width: 1240px) {
  .shell--3-with-img {
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'tag tag' 'img .';
  }
}
@media only screen and (max-width: 640px) {
  .shell--3-with-img {
    grid-template-columns: 1fr;
    grid-template-areas: 'tag' 'img' '.';
    gap: 16px;
  }
}
.shell--3-en {
  grid-template-areas: 'tag info . ' 'tag info en';
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--3-en {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'tag tag' 'info .' 'en en';
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--3-en {
    grid-template-columns: 1fr;
    grid-template-areas: 'tag' 'info' '.' 'en';
    gap: 0;
  }
}
.shell--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .shell--repeat-3 {
    display: flex;
  }
}
.shell--repeat-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1280px) {
  .shell--repeat-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .shell--repeat-4 {
    display: flex;
  }
}
.shell--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 640px) {
  .shell--5 {
    grid-template-columns: 1fr 1fr;
  }
}
.shell--6 {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 640px) {
  .shell--6 {
    grid-template-columns: 1fr 1fr;
  }
}
.shell--logos {
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
@media only screen and (max-width: 1024px) {
  .shell--logos {
    width: 100%;
    margin-left: unset;
  }
}
@media only screen and (max-width: 640px) {
  .shell--logos {
    width: 100%;
    margin-left: unset;
  }
}
.shell--partners-box {
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: end;
}
@media only screen and (max-width: 1024px) {
  .shell--partners-box {
    gap: 32px;
  }
}
.shell--main-partners {
  display: flex;
  transition-timing-function: linear !important;
}
@media only screen and (max-width: 1024px) {
  .shell--main-partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-right: 1px solid #dedede;
  }
}
@media only screen and (max-width: 640px) {
  .shell--main-partners {
    grid-template-columns: 1fr 1fr;
  }
}
.shell--world-partners {
  display: flex;
  transition-timing-function: linear !important;
}
@media only screen and (max-width: 1024px) {
  .shell--world-partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-right: 1px solid #dedede;
    box-shadow: 0 -1px #dedede;
  }
}
@media only screen and (max-width: 640px) {
  .shell--world-partners {
    grid-template-columns: 1fr 1fr;
    border-right: unset;
  }
}
.shell--columns-2 {
  column-count: 2;
  column-gap: 20px;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1024px) {
  .shell--columns-2 {
    margin-bottom: -32px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--columns-2 {
    display: flex;
    flex-direction: column;
    column-count: 1;
  }
}
.show.shell--with-hide {
  animation: unset;
}
.shell--with-hide-to-top {
  grid-template-columns: 138px auto 50%;
  grid-template-areas: 'tag info .' 'tag info hide-btn' 'tag info .';
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide-to-top {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'tag info' 'tag .' 'tag hide-btn';
  }
}
@media only screen and (max-width: 720px) {
  .shell--with-hide-to-top {
    grid-template-columns: 1fr;
    grid-template-areas: 'tag' 'info' '.' 'hide-btn';
  }
}
.shell--with-hide-pro-detail {
  grid-template-columns: 138px auto 50%;
  grid-template-areas: 'tag info .' 'tag info hide-btn' 'tag info .';
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide-pro-detail {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'info tag' 'info .' 'info hide-btn' 'info .';
  }
}
@media only screen and (max-width: 720px) {
  .shell--with-hide-pro-detail {
    grid-template-columns: 1fr;
    grid-template-areas: 'info' 'tag' '.' 'hide-btn';
  }
}
.shell--com-division {
  gap: 20px;
  grid-template-columns: max-content clamp(41%, 41%, 768px) 1fr;
  grid-template-areas: 'tag info shell';
}
@media only screen and (max-width: 1024px) {
  .shell--com-division {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'tag info' 'shell shell';
    column-gap: 16px;
    row-gap: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--com-division {
    row-gap: 12px;
    grid-template-columns: 1fr;
    grid-template-areas: 'tag' 'info' 'shell';
  }
}
.shell--with-hide-to-bottom {
  grid-template-columns: 138px auto 50%;
  grid-template-areas: 'tag info .' 'tag info hide-btn' 'tag info .';
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide-to-bottom {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'tag .' 'tag info' 'tag hide-btn';
  }
}
@media only screen and (max-width: 720px) {
  .shell--with-hide-to-bottom {
    grid-template-columns: 1fr;
    grid-template-areas: 'tag' '.' 'info' 'hide-btn';
  }
}
.shell--gap-2-2-32 {
  gap: 2px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-2-2-32 {
    gap: 2px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--gap-2-2-32 {
    gap: 32px;
  }
}
.shell--gap-16-8-8 {
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-16-8-8 {
    row-gap: 8px;
  }
}
.shell--gap-20-16 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-16 {
    gap: 16px;
  }
}
.shell--gap-20-16-8 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-16-8 {
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--gap-20-16-8 {
    gap: 8px;
  }
}
.shell--gap-20-16-0 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-16-0 {
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--gap-20-16-0 {
    gap: 0;
  }
}
.shell--gap-20-16-12 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-16-12 {
    column-gap: 16px;
    row-gap: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--gap-20-16-12 {
    gap: 12px;
  }
}
.shell--gap-20-16-20 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-16-20 {
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--gap-20-16-20 {
    gap: 20px;
  }
}
.shell--gap-20-16-24 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-16-24 {
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--gap-20-16-24 {
    gap: 24px;
  }
}
.shell--gap-20-16-32 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-16-32 {
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--gap-20-16-32 {
    gap: 32px;
  }
}
.shell--gap-20-32 {
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-20-32 {
    gap: 32px;
  }
}
.shell--gap-40-32 {
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .shell--gap-40-32 {
    gap: 32px;
  }
}
.shell--career {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .shell--career {
    margin-top: 32px;
  }
}
.shell--pro-detail {
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 24px;
}
@media only screen and (max-width: 1024px) {
  .shell--pro-detail {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-inline: 20px;
    padding-bottom: 40px;
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--pro-detail {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.shell--top-pro-detail {
  border-bottom: 1px solid #dedede;
  padding-bottom: 24px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .shell--top-pro-detail {
    padding-bottom: 20px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--top-pro-detail {
    padding-bottom: 16px;
  }
}
.shell--en {
  grid-area: en;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .shell--en {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--en {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.shell + .shell {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .shell + .shell {
    margin-top: 32px;
  }
}
.shell__title--mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .shell__title--mb40 {
    margin-bottom: 32px;
  }
}
.shell__title + .shell__subtitle {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .shell__title + .shell__subtitle {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell__title + .shell__subtitle {
    margin-top: 24px;
  }
}
.shell__info {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  grid-area: info;
  padding-right: 18%;
}
@media only screen and (max-width: 1024px) {
  .shell__info {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .shell__info {
    margin-top: 12px;
  }
}
.shell__info--title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .shell__info--title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__info--title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.shell__info--sticky {
  align-self: start;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1024px) {
  .shell__info--sticky {
    position: static;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--3-en .shell__info--sticky {
    align-self: stretch;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide-to-bottom .shell__info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide-to-bottom.hide .shell__info {
    animation: hideByToggleBtn 2s ease-in-out forwards;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide-to-bottom.show .shell__info {
    position: static;
    width: initial;
    height: initial;
    margin: initial;
    border: initial;
    padding: initial;
    clip: unset;
    overflow: visible;
    display: block;
  }
}
.shell__info--with-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide-to-bottom.show .shell__info--with-content {
    position: static;
    width: initial;
    height: initial;
    margin: initial;
    border: initial;
    padding: initial;
    clip: unset;
    overflow: visible;
    display: flex;
    gap: 16px;
  }
}
@media only screen and (max-width: 720px) {
  .shell--with-hide-pro-detail .shell__info {
    margin-bottom: 48px;
  }
}
.shell__info-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .shell__info-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
}
.shell__info-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  aspect-ratio: 1.62666667;
}
.shell__info-shell-img {
  position: relative;
  overflow: hidden;
}
.shell__info-shell-img--pro-detail {
  aspect-ratio: 1;
}
.shell__info-shell-img--en {
  padding-top: 112.78688525%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .shell__info-shell-img--en {
    padding-top: 63.33333333%;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .shell__info-shell-img--en {
    margin-bottom: 24px;
  }
}
.shell__info-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.shell__block--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding-top: 100%;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  position: relative;
  overflow: hidden;
  flex: none;
}
.shell--5 .shell__block--logo:last-child {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media only screen and (max-width: 640px) {
  .shell--5 .shell__block--logo:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
.shell--main-partners.shell--5 .shell__block--logo:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  grid-column-start: unset;
  grid-column-end: unset;
  grid-row-start: unset;
  grid-row-end: unset;
}
.shell__block--partners .shell__block--logo {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  max-width: 236px;
  max-height: 236px;
  padding-top: unset;
}
@media only screen and (max-width: 1024px) {
  .shell__block--partners .shell__block--logo {
    max-width: unset;
    max-height: unset;
  }
}
.shell__block--partners .shell__block--logo:last-child {
  border-right: 1px solid #dedede;
}
@media only screen and (max-width: 640px) {
  .shell__block--partners .shell__block--logo:last-child {
    border-right: unset;
  }
}
.shell--world-partners .shell__block--logo:nth-child(1) {
  padding-top: 66.66666667%;
  position: relative;
  overflow: hidden;
  border-top: unset;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.shell__block--partners .shell--world-partners .shell__block--logo:nth-child(1) {
  border-top: 1px solid #dedede;
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  max-width: 472px;
  max-height: 236px;
  padding-top: unset;
}
@media only screen and (max-width: 1024px) {
  .shell__block--partners .shell--world-partners .shell__block--logo:nth-child(1) {
    max-width: unset;
    max-height: unset;
  }
}
@media only screen and (max-width: 640px) {
  .shell__block--partners .shell--world-partners .shell__block--logo:nth-child(1) {
    aspect-ratio: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--world-partners .shell__block--logo:nth-child(1) {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
@media only screen and (max-width: 640px) {
  .shell--world-partners .shell__block--logo:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.shell--world-partners .shell__block--logo:nth-child(2) {
  border-top: unset;
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}
.shell__block--partners .shell--world-partners .shell__block--logo:nth-child(2) {
  border-top: 1px solid #dedede;
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  max-width: 472px;
  max-height: 236px;
  padding-top: unset;
}
@media only screen and (max-width: 1024px) {
  .shell__block--partners .shell--world-partners .shell__block--logo:nth-child(2) {
    max-width: unset;
    max-height: unset;
  }
}
@media only screen and (max-width: 640px) {
  .shell__block--partners .shell--world-partners .shell__block--logo:nth-child(2) {
    aspect-ratio: 1;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--world-partners .shell__block--logo:nth-child(2) {
    padding-top: 33.33333333%;
    position: relative;
    overflow: hidden;
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
@media only screen and (max-width: 640px) {
  .shell--world-partners .shell__block--logo:nth-child(2) {
    border-top: 1px solid #dedede;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}
.shell--world-partners .shell__block--logo:last-child {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 4;
  grid-row-end: 5;
}
.shell__block--partners .shell--world-partners .shell__block--logo:last-child {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  max-width: 472px;
  max-height: 236px;
  padding-top: unset;
}
@media only screen and (max-width: 1024px) {
  .shell__block--partners .shell--world-partners .shell__block--logo:last-child {
    max-width: unset;
    max-height: unset;
  }
}
@media only screen and (max-width: 640px) {
  .shell__block--partners .shell--world-partners .shell__block--logo:last-child {
    border-right: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--world-partners .shell__block--logo:last-child {
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media only screen and (max-width: 640px) {
  .shell--world-partners .shell__block--logo:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 7;
  }
}
.shell--3-with-img .shell__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .shell--3-with-img .shell__block {
    gap: 16px;
  }
}
.shell__block--grid-area {
  grid-area: shell;
}
@media only screen and (max-width: 1024px) {
  .shell__block--table-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell__block--table-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__block--world-partners {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  .show.shell__block--world-partners {
    position: static;
    width: initial;
    height: initial;
    margin: initial;
    border: initial;
    padding: initial;
    clip: unset;
    overflow: visible;
    animation: showBySlide ease-in-out 0.23s;
  }
}
.shell__block--sticky {
  align-self: start;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1024px) {
  .shell__block--sticky {
    position: static;
  }
}
.shell__block--to-mobile-sticky {
  align-self: start;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1024px) {
  .shell__block--to-mobile-sticky {
    top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .shell__block--to-mobile-sticky {
    position: static;
  }
}
.shell__block--to-l-tablet-sticky {
  align-self: start;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1200px) {
  .shell__block--to-l-tablet-sticky {
    position: static;
  }
}
.shell__block--grey-bg {
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: scale 0.1s linear 0s;
  align-items: start;
  justify-content: space-between;
  background-color: #f8f9f9;
  padding: 24px;
  min-height: 170px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .shell__block--grey-bg:hover {
    scale: 1.01;
  }
}
@media only screen and (max-width: 1024px) {
  .shell--pro-detail .shell__block--grey-bg {
    width: calc((100% - 40px) / 2);
    flex: none;
    min-height: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .shell--pro-detail .shell__block--grey-bg {
    width: 100%;
  }
}
.shell__block--partners {
  overflow: hidden;
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
  position: relative;
}
.shell__block--partners::after {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  content: '';
  background-color: #dedede;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.shell__block-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shell__block-logo--pts {
  display: block;
  width: 196px;
  height: 20px;
}
.shell__block-logo--svargo {
  display: block;
  width: 106px;
  height: 20px;
}
.shell__block-doc-img {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 23%;
  height: auto;
}
.shell--with-hide .shell__dock--with-hide-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}
@media only screen and (max-width: 1024px) {
  .shell--with-hide .shell__dock--with-hide-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}
.show.shell--with-hide .shell__dock--with-hide-info {
  max-height: 100000px;
  -webkit-line-clamp: unset;
  transition: max-height 0.1s cubic-bezier(1, 0, 1, 0);
}
.shell__dock--with-hide-info > * {
  margin-bottom: 16px;
}
.shell__dock--with-hide-info > *:last-child {
  margin-bottom: 0;
}
.shell__items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  counter-reset: counter;
}
@media only screen and (max-width: 640px) {
  .shell__items {
    gap: 8px;
  }
}
.shell__item {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: scale 0.1s linear 0s;
  background-color: #f8f9f9;
  width: 100%;
  position: relative;
  padding: 16px 60px 16px 16px;
}
@media only screen and (max-width: 1024px) {
  .shell__item {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    width: calc((100% - 16px) / 2);
    row-gap: 8px;
    padding: 20px 56px 20px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .shell__item {
    width: 100%;
  }
}
.shell__item::after {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #aeb1b9;
  position: absolute;
  top: 16px;
  right: 16px;
  content: counter(counter);
  counter-increment: counter;
}
@media only screen and (max-width: 1024px) {
  .shell__item::after {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    top: 20px;
    right: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .shell__item:hover {
    scale: 1.01;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__item:last-child:nth-child(odd) {
    width: 100%;
  }
}
.shell__col-el {
  border-top: 1px solid #dedede;
  display: grid;
  align-items: center;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  padding-block: 24px;
}
@media only screen and (max-width: 1024px) {
  .shell__col-el {
    padding-block: 16px 32px;
    grid-template-columns: 1fr;
  }
}
.shell__col-el--col-1 {
  gap: 16px;
  grid-template-columns: 1fr;
}
.shell__col-el--col-1:last-child {
  padding-bottom: 0;
}
.shell__col-el--no-border-top {
  border-top: unset;
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .shell__col-el--no-border-top {
    margin-top: -20px;
  }
}
.shell--com-division .shell__col-el:last-child {
  padding-bottom: 0;
}
.shell-links .shell__col-el {
  transition: scale 0.1s linear 0s;
  background-color: #f8f9f9;
  padding: 24px;
}
@media only screen and (max-width: 640px) {
  .shell-links .shell__col-el {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .shell-links .shell__col-el:hover {
    scale: 1.008;
  }
}
.shell--en .shell__col-el:first-child {
  border-top: unset;
}
@media only screen and (max-width: 1024px) {
  .shell--en .shell__col-el:first-child {
    border-top: 1px solid #dedede;
  }
}
@media only screen and (max-width: 640px) {
  .shell--en .shell__col-el:first-child {
    border-top: unset;
  }
}
.shell--en .shell__col-el:last-child {
  padding-bottom: 0;
}
.shell__col-el-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .shell__col-el-text {
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__col-el-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
  }
}
.shell__col-el-text--left-col {
  display: flex;
  gap: 8px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .shell__col-el-text--left-col {
    flex-direction: column;
  }
}
.shell__col-el-text--small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #818592;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .shell__col-el-text--small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.shell__col-el-small-title {
  margin-bottom: 4px;
}
.shell__col-el-small-title:last-child {
  margin-bottom: 0;
}
.shell__col-el-text-gray {
  color: #818592;
}
.shell__card {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-end;
  aspect-ratio: 1;
  position: relative;
  padding: 24px 20px;
}
@media only screen and (max-width: 1024px) {
  .shell__card {
    aspect-ratio: unset;
    align-self: stretch;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .shell__card {
    aspect-ratio: unset;
  }
}
.shell__card--with-qr {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #eff1f1;
}
@media only screen and (max-width: 1024px) {
  .shell__card--with-qr {
    background-color: #e0e0e4;
  }
}
.shell__card-img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .shell__card-img-wrap {
    aspect-ratio: 1;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .shell__card-img-wrap {
    aspect-ratio: 1.49565217;
  }
}
.shell__card-img-wrap::before {
  transition: background 0.2s linear 0s;
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.2), rgba(34, 34, 34, 0.2)), linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.6) 73.38%);
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .shell__card:hover .shell__card-img-wrap::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.1) 60%, rgba(34, 34, 34, 0.8) 100%);
  }
}
.shell--career .shell__card-img-wrap::before {
  content: unset;
}
.shell__card-img-wrap-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  max-width: 50%;
  max-height: 50%;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .shell__card-img-wrap-svg {
    max-width: 100%;
    max-height: unset;
    height: auto;
    aspect-ratio: 1;
  }
}
.shell__card-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.2s linear 0s;
}
.shell__card-img--svg {
  transform: unset;
  top: unset;
  left: unset;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .shell__card-img--svg {
    max-width: 70%;
    max-height: 70%;
  }
}
@media only screen and (min-width: 1025px) {
  .shell__card:hover .shell__card-img {
    scale: 1.01;
  }
}
.shell__card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  border-top: 1px solid #dedede;
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-right: 128px;
}
@media only screen and (max-width: 1024px) {
  .shell__card-info {
    flex: 1;
    padding-top: 8px;
    padding-right: 0;
    color: #222;
  }
}
.shell__card-info--career {
  transition: opacity 0.2s linear 0s;
  background-color: #f8f9f9;
  color: #222;
  border: unset;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 28px 16px;
}
@media only screen and (max-width: 1024px) {
  .shell__card-info--career {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    padding-top: 16px;
  }
}
.shell__card:hover .shell__card-info--career {
  opacity: 0.9;
}
.shell__card-tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1024px) {
  .shell__card-tag {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.8);
  }
}
.shell__card-tag::before {
  content: '#';
}
.shell__card-tag--dark {
  color: rgba(34, 34, 34, 0.8);
}
.shell__card-tag--no-hash::before {
  content: unset;
}
.shell__card-info-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-shell {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-shell--footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    justify-content: space-between;
    height: 100%;
  }
}
.shell__card-info-title-img {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-title-img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-title {
    text-transform: uppercase;
  }
}
.shell__card-info-title--uppercase {
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-subtitle {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
}
.shell__card-info-subtitle--bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-subtitle--bold {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
}
.shell__card-info-detailed-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-detailed-link {
    position: relative;
    margin-top: auto;
  }
  .shell__card-info-detailed-link::after {
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    right: unset;
    left: 5px;
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom-right-radius: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  .shell__card-info-detailed-link::before {
    background-color: #222;
  }
}
.shell__card-info--career .shell__card-info-detailed-link {
  position: relative;
  margin-top: auto;
}
.shell__logo-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto !important;
  max-width: 80%;
  max-height: 40%;
}
.shell--partners-box .shell__logo-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 100%;
  max-height: unset;
}
.shell__img-shell {
  aspect-ratio: 1.62365591;
  grid-area: img;
  position: relative;
  overflow: hidden;
  margin-right: 25%;
}
@media only screen and (max-width: 1240px) {
  .shell__img-shell {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .shell__img-shell {
    margin-top: 12px;
  }
}
.shell__img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shell__btn--toggle-hide {
  align-self: start;
  max-width: max-content;
  margin-top: 20px;
  grid-area: hide-btn;
}
@media only screen and (max-width: 1024px) {
  .shell__btn--toggle-hide {
    margin-top: 8px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .shell__btn--toggle-hide {
    margin-top: 12px;
  }
}
.shell__btn-partner {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .shell__btn-partner {
    display: flex;
  }
}
.shell__btn-text {
  display: flex;
}
.shell__btn-text--show {
  display: none;
}
.shell--with-hide .shell__btn-text--show,
.shell--with-hide.hide .shell__btn-text--show {
  display: flex;
}
.shell--with-hide.show .shell__btn-text--show {
  display: none;
}
.shell__btn-text--hide {
  display: none;
}
.shell__btn-text--hide .shell--with-hide,
.shell--with-hide.show .shell__btn-text--hide {
  display: flex;
}
.wrap {
  width: 100%;
  max-width: 1920px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .wrap {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .wrap {
    padding-inline: 16px;
  }
}
.wrap--overflow-hidden {
  overflow: hidden;
}
.swiper-buttons {
  display: flex;
  position: relative;
  gap: 8px;
  margin-right: 16px;
}
.swiper-nav {
  display: flex;
  align-items: center;
}
.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 0;
  position: static;
}
.swiper-button::after {
  content: unset;
}
.swiper-pagination {
  display: flex;
  position: static;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-pagination-bullet-active.swiper-pagination-bullet {
  background-color: #fff;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pagination {
    padding-top: 32px;
  }
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding-inline: 8px;
}
.pagination__item:hover,
.pagination__item--current,
.pagination__item.active {
  color: rgba(34, 34, 34, 0.3);
}
.pagination__item--disable {
  cursor: not-allowed;
  color: rgba(34, 34, 34, 0.3);
}
@media only screen and (max-width: 640px) {
  .pagination__item--next {
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .pagination__item--prev {
    margin-right: auto;
  }
}
.pagination__page-btn {
  padding: 4px;
  font-weight: 700;
}
.cookie-attention {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  animation: smooth-show 0.2s linear forwards;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 44px;
  z-index: 990;
  width: calc(100dvw - 2 * 24px);
  max-width: 1400px;
  padding: 16px 24px;
}
@media only screen and (max-width: 1024px) {
  .cookie-attention {
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 2 * 20px);
    bottom: 30px;
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cookie-attention {
    gap: 8px;
    width: calc(100% - 2 * 16px);
    padding: 16px;
    bottom: 20px;
  }
}
.cookie-attention__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .cookie-attention__text {
    align-self: start;
    padding-right: 28px;
  }
}
.cookie-attention__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .cookie-attention__btns {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .cookie-attention__btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .cookie-attention__btn-cancel {
    display: none;
  }
}
.cookie-attention__btn-close {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .cookie-attention__btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .cookie-attention__btn-close {
    top: 10px;
    right: 10px;
  }
}
.info {
  height: 100%;
  height: -webkit-fill-available;
  color: #fff;
  aspect-ratio: 1.97530864;
  position: relative;
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
  padding: 5.3% 24px;
  overflow: hidden;
  min-height: 768px;
}
@media only screen and (max-width: 1024px) {
  .info {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
    padding: 5.3% 20px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 640px) {
  .info {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.info--low-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.info--low-bottom-padding {
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .info--career {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  .info--detail {
    display: flex;
    flex-direction: column;
    gap: 0px;
    aspect-ratio: unset;
    min-height: 688px;
  }
}
@media only screen and (max-width: 1024px) {
  .info--small-height {
    min-height: 432px;
    aspect-ratio: 1.77777778;
  }
}
@media only screen and (max-width: 640px) {
  .info--small-height {
    min-height: 448px;
    aspect-ratio: 0.83705357;
  }
}
@media only screen and (max-width: 370px) {
  .info--small-height {
    aspect-ratio: 0.66346154;
  }
}
.info__box {
  height: 100%;
  height: -webkit-fill-available;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .info__box {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.info--detail .info__box {
  flex: 1;
  gap: 24px;
}
.info__bg-shell {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.info__bg-shell::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(39.82% 73.84% at 62.03% 65.76%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .info__bg-shell::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(360deg, rgba(56, 56, 56, 0) 37.67%, rgba(4, 4, 4, 0.81) 83.08%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
}
@media only screen and (max-width: 640px) {
  .info__bg-shell::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 18.08%, rgba(0, 0, 0, 0) 58.33%), radial-gradient(43.25% 43.25% at 50.13% 56.75%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.info__bg {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s linear 0s;
}
@media only screen and (min-width: 1025px) {
  .info:hover .info__bg {
    scale: 1.009;
  }
}
.info--career .info__bg {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  min-width: 100%;
  max-width: unset;
}
@media only screen and (max-width: 640px) {
  .info--career .info__bg {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
}
.info--career .info__bg--right {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .info--career .info__bg--right {
    left: unset;
  }
}
@media only screen and (max-width: 640px) {
  .info--career .info__bg--right {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
}
.info__shell {
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 100%;
  height: -webkit-fill-available;
  align-items: start;
  align-self: stretch;
}
.info__shell--tall {
  flex: 1;
  width: 100%;
}
.info__text {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 768px;
  align-items: start;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .info__text {
    max-width: 47%;
  }
}
@media only screen and (max-width: 640px) {
  .info__text {
    max-width: 100%;
  }
}
.info__text--fluid {
  max-width: 100%;
}
.info__text--tall {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .info--detail .info__text {
    margin-bottom: 0;
  }
}
.info__text ol {
  counter-reset: counter-ol;
}
.info__text ol li {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  padding-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .info__text ol li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 18px;
    margin-bottom: 12px;
  }
}
.info__text ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: counter-ol;
  content: counter(counter-ol) '.';
}
.info__text ul li {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  padding-left: 44px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .info__text ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 18px;
    margin-bottom: 8px;
  }
}
.info__text ul li:last-child {
  margin-bottom: 0;
}
.info__text ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: '';
  display: block;
  background-color: currentColor;
  position: absolute;
  left: 12px;
  top: 9px;
}
@media only screen and (max-width: 1024px) {
  .info__text ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 4px;
    top: 4px;
  }
}
.info__title {
  margin-bottom: 24px;
}
.info__title:last-child {
  margin-bottom: 0;
}
.info__title--uppercase {
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .info--career .info__title {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .info__text--tall .info__title {
    max-width: 47%;
  }
}
@media only screen and (max-width: 640px) {
  .info__text--tall .info__title {
    max-width: 100%;
  }
}
.info__subtitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .info__subtitle {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .info__text--tall .info__subtitle {
    max-width: 47%;
  }
}
@media only screen and (max-width: 640px) {
  .info__text--tall .info__subtitle {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .info__link {
    margin-top: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .info--career .info__link {
    order: 1;
    margin-block: 24px;
  }
}
.info__btn {
  margin-top: 16px;
}
@media only screen and (max-width: 1200px) {
  .info__btn {
    margin-top: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .info__btn {
    max-width: 100%;
    width: 100%;
  }
}
.info__btn--no-mb {
  margin-bottom: 0;
}
.info__footer {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: auto;
  padding-top: 24px;
  animation: transition-to-up 0.8s;
}
@media only screen and (max-width: 1024px) {
  .info__footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: unset;
    align-items: start;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 640px) {
}
.info__footer--no-grid {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .info__footer--tablet-mb {
    margin-bottom: 24px;
  }
}
.info__footer--detail {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  gap: 24px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .info__footer--detail {
    animation: unset;
    border-top: unset;
    flex: 1;
    padding-top: 0;
  }
}
.top-slider__slide .info__footer {
  grid-area: footer;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide .info__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 16px;
    animation: unset;
    gap: 12px;
  }
}
.info__footer-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .info__footer-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .info__footer-figure {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
.info__footer-top {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: calc(100% + 24px);
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .info__footer-top {
    position: static;
    flex-direction: column;
    gap: 24px;
  }
}
.info__footer-tags-shell {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .info__footer-tags-shell {
    gap: 12px;
  }
}
.info__footer-tags-img-shell {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .info__footer-tags-img-shell {
    width: 36px;
    height: 36px;
  }
}
.info__footer-tags-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info__footer-type-tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .info__footer-type-tag {
    margin-bottom: 0;
  }
}
.info__footer-type-tag:before {
  content: '#';
}
.info__footer-type-tag--no-hash::before {
  content: unset;
}
.info__footer-customer {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .info__footer-customer {
    gap: 12px;
    flex: none;
    margin-top: auto;
  }
}
.info__footer-customer-img-wrap {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
  overflow: hidden;
  flex: none;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .info__footer-customer-img-wrap {
    width: 36px;
    height: 36px;
  }
}
.info__footer-customer-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info__footer-customer-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .info__footer-customer-text {
    gap: 4px;
  }
}
.info__footer-customer-title {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1024px) {
  .info__footer-customer-title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.info__footer-props {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 67%;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .info__footer-props {
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
    min-width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .info__footer-props {
    align-items: start;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide .info__footer-props {
    border-top: unset;
    padding-top: 0;
    align-items: start;
  }
}
@media only screen and (max-width: 640px) {
  .top-slider__slide .info__footer-props {
    flex-direction: row-reverse;
  }
}
.info__footer-prop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .info__footer-prop {
    width: calc((100% - 16px) / 2);
    gap: 4px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .info__footer-prop {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .info__footer-prop-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .info__footer-prop-title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.top-slider__slide .info__footer-prop-title {
  white-space: nowrap;
}
.info__footer-prop-figure {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .info__footer-prop-figure {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1280px) {
  .top-slider__slide .info__footer-prop-figure {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide .info__footer-prop-figure {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.footer {
  border-top: 1px solid #dedede;
  padding-block: 48px;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-block: 40px;
  }
}
.footer__menu {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer__menu {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu {
    margin-bottom: 0;
  }
}
.footer__menu--en {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  align-items: start;
}
@media only screen and (max-width: 1024px) {
  .footer__menu--en {
    flex-direction: column;
  }
}
.footer__menu-shell {
  display: flex;
  align-items: start;
  gap: 24px;
}
@media only screen and (max-width: 1400px) {
  .footer__menu-shell {
    flex-direction: column;
    align-items: end;
    gap: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__menu-shell {
    align-items: start;
    gap: 8px;
  }
}
.footer__menu-logo-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .footer__menu-logo-shell {
    gap: 20px;
  }
}
.footer__menu-logo--pts {
  display: block;
  width: 268px;
  height: 28px;
}
@media only screen and (max-width: 640px) {
  .footer__menu-logo--pts {
    display: block;
    width: 196px;
    height: 20px;
  }
}
.footer__menu-logo--svargo {
  display: block;
  width: 148px;
  height: 28px;
}
@media only screen and (max-width: 640px) {
  .footer__menu-logo--svargo {
    display: block;
    width: 106px;
    height: 20px;
  }
}
.footer__menu-logo-sign {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: 86%;
  color: #363636;
}
@media only screen and (max-width: 1024px) {
  .footer__menu-logo-sign {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    width: 73%;
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu-logo-sign {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    width: 100%;
  }
}
.footer__menu-links {
  column-count: 2;
  column-gap: 20px;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1024px) {
  .footer__menu-links {
    column-gap: 16px;
    margin-bottom: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu-links {
    column-count: unset;
  }
}
.footer__menu-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .footer__menu-link {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__menu-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu-contacts {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu-contact {
    border-top: 1px solid #dedede;
    padding-block: 24px;
  }
}
.footer__menu-contact + .footer__menu-contact {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .footer__menu-contact + .footer__menu-contact {
    margin-top: 0;
  }
}
.footer__menu-contact-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .footer__menu-contact-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
.footer__menu-contact-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .footer__menu-contact-link {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.footer__menu-contact-link + .footer__menu-contact-link {
  margin-top: 12px;
}
.footer__rules-shell {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .footer__rules-shell {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .footer__rules-shell {
    margin-bottom: 24px;
  }
}
.footer__rules {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #6d6d6d;
  border-top: 1px solid #dedede;
  display: flex;
  padding-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .footer__rules {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    align-items: end;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer__rules {
    align-items: start;
    flex-direction: column;
    padding-top: 24px;
  }
}
.footer__rules-link--logo {
  display: flex;
  gap: 5px;
  align-items: baseline;
  white-space: nowrap;
  flex: none;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .footer__rules-link--logo {
    margin-left: 0;
  }
}
.footer__rules-synchro-logo {
  display: block;
  width: 103px;
  height: 14px;
  transition: scale 0.1s linear 0s;
}
@media only screen and (min-width: 1025px) {
  .footer__rules-synchro-logo:hover {
    scale: 1.01;
  }
}
.jobs {
  margin-top: 24px;
}
.jobs__shell {
  counter-reset: counter;
  display: none;
  margin-block: 24px;
}
.show.jobs__shell {
  animation: smooth-show 0.2s linear forwards;
  display: block;
  display: grid;
}
@media only screen and (max-width: 1024px) {
  .show.jobs__shell {
    display: flex;
    flex-wrap: wrap;
  }
}
.jobs__tabs-shell {
  margin-bottom: 40px;
}
.jobs__item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  background-color: #f8f9f9;
  padding: 24px 16px;
  min-height: 519px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .jobs__item {
    padding: 16px;
    min-height: unset;
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .jobs__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .jobs__item:last-child:nth-child(odd) {
    width: 100%;
  }
}
.jobs__item--horizontal {
  padding: 0;
  display: grid;
  align-items: start;
  grid-template-columns: 295px 1fr;
  gap: 20px;
  background-color: transparent;
  min-height: unset;
}
@media only screen and (max-width: 1024px) {
  .jobs__item--horizontal {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .jobs__item--doc {
    padding-left: 52px;
  }
}
.jobs__item-img-shell {
  transition: scale 0.1s linear 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  max-width: 310px;
  width: 71%;
  max-height: 310px;
  flex: none;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-img-shell {
    display: none;
  }
}
.jobs__item--horizontal .jobs__item-img-shell {
  max-width: 295px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .jobs__item--horizontal .jobs__item-img-shell {
    max-width: 115px;
    display: block;
    margin: 0;
  }
}
.jobs__item--doc .jobs__item-img-shell {
  max-width: 235px;
  max-height: 235px;
  margin-top: 52px;
}
@media only screen and (max-width: 1024px) {
  .jobs__item--doc .jobs__item-img-shell {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
    margin-top: unset;
  }
}
.jobs__item-img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-img-shell--with-img .jobs__item-img {
    display: none;
  }
}
.jobs__item-img-shell--with-img .animate-svg.jobs__item-img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-img-shell--with-img .animate-svg.jobs__item-img {
    display: block;
  }
}
.jobs__item--doc img.jobs__item-img {
  aspect-ratio: 0.70212766;
  width: auto;
  height: auto;
}
.jobs__item-footer {
  align-self: start;
  margin-top: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-footer {
    margin-top: unset;
  }
}
.jobs__item--horizontal .jobs__item-footer {
  margin-top: unset;
  align-self: auto;
}
.jobs__item-footer-title {
  margin-bottom: 6px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-footer-title {
    margin-bottom: 4px;
  }
}
.jobs__item-footer-title::after {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #aeb1b9;
  position: absolute;
  right: 0;
  top: 0;
  content: counter(counter);
  counter-increment: counter;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-footer-title::after {
    content: unset;
  }
}
.jobs__item--horizontal .jobs__item-footer-title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .jobs__item--horizontal .jobs__item-footer-title {
    margin-bottom: 8px;
  }
}
.jobs__item--horizontal .jobs__item-footer-title:after {
  content: unset;
}
.jobs__item-footer-title--no-count:after {
  content: unset;
}
.jobs__item-footer-descr {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-right: 24%;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-footer-descr {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding-right: 0;
  }
}
.jobs__item--horizontal .jobs__item-footer-descr {
  padding-right: 0;
}
.jobs__item-footer-btn {
  margin-top: 24px;
}
.jobs__item-footer-detailed-link {
  margin-top: 18px;
}
@media only screen and (max-width: 1024px) {
  .jobs__item-footer-detailed-link {
    margin-top: 12px;
  }
}
.header__top {
  display: flex;
  align-items: center;
  gap: clamp(8dvw, 14%, 164px);
  padding: 40px 0 80px;
}
@media only screen and (max-width: 1024px) {
  .header__top {
    padding: 40px 0 32px;
  }
}
.header__top--no-padding {
  padding-block: 0;
}
.media-slider {
  position: relative;
  padding-top: 76px;
  padding-bottom: 20px;
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
}
@media only screen and (max-width: 1024px) {
  .media-slider {
    padding-top: 24px;
    padding-bottom: 0;
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .media-slider {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.section:last-child .media-slider {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .section:last-child .media-slider {
    padding-bottom: 32px;
  }
}
.section--short-top-padding .media-slider {
  padding-block: 60px 100px;
}
@media only screen and (max-width: 1024px) {
  .section--short-top-padding .media-slider {
    padding-bottom: 32px;
  }
}
.media-slider__nav {
  color: #222;
  position: absolute;
  bottom: calc(100% + 24px);
  right: 24px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .media-slider__nav {
    display: none;
  }
}
.media-slider--with-thumbs .media-slider__nav {
  bottom: calc(100% + 40px);
}
@media only screen and (max-width: 1024px) {
  .media-slider__nav-btns {
    display: none;
  }
}
.media-slider__nav-btn {
  background-color: rgba(34, 34, 34, 0.2);
  color: #222;
}
.media-slider__nav-fraction {
  color: #222;
}
.media-slider__slider {
  position: relative;
  overflow: visible;
  padding-inline: 24px;
}
@media only screen and (max-width: 1024px) {
  .media-slider__slider {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .media-slider__slider {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .media-slider__slider--with-thumbs .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .media-slider__slider--with-thumbs .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.media-slider__slider .swiper-slide {
  width: 66.25%;
}
@media only screen and (max-width: 1024px) {
  .media-slider__slider .swiper-slide {
    width: 59%;
  }
}
@media only screen and (max-width: 640px) {
  .media-slider__slider .swiper-slide {
    width: 98%;
  }
}
@media only screen and (max-width: 1024px) {
  .media-slider__slider--with-thumbs.media-slider__slider .swiper-slide {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .media-slider__slider--with-thumbs.media-slider__slider .swiper-slide {
    width: 98%;
  }
}
.media-slider__slide {
  overflow: hidden;
  aspect-ratio: 1.42551675;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .media-slider__slide {
    aspect-ratio: 1.58928571;
  }
}
.media-slider__slide-descr {
  position: absolute;
  max-width: 44%;
  bottom: 16px;
  left: 16px;
  background-color: #f8f9f9;
  padding: 16px;
  cursor: initial;
}
@media only screen and (max-width: 1024px) {
  .media-slider__slide-descr {
    display: none;
  }
}
.media-slider--with-thumbs .media-slider__slide-descr {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .media-slider--with-thumbs .media-slider__slide-descr {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    background-color: unset;
    position: static;
    display: block;
    max-width: 100%;
    padding: 12px 0 0;
  }
}
.media-slider__slide-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: scale 0.2s linear 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .media-item:hover .media-slider__slide-img {
    scale: 1.01;
  }
}
.media-slider--fluid-slide .swiper-slide {
  width: 100%;
}
.media-slider--fluid-slide .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.media-thumbs {
  margin-bottom: 40px;
  margin-left: 0;
  max-width: calc(100% - 24px - 200px);
  padding-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .media-thumbs {
    display: none;
  }
}
.media-thumbs::after {
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  content: '';
  width: 40px;
  height: 100%;
  pointer-events: none;
}
.media-thumbs__slide {
  color: #aeb1b9;
  width: max-content;
  cursor: pointer;
}
.media-thumbs__slide:last-child {
  padding-right: 40px;
}
.swiper-slide-thumb-active.media-thumbs__slide {
  color: #222;
}
.news__shell {
  overflow: hidden;
  margin-block: 40px 60px;
}
@media only screen and (max-width: 1024px) {
  .news__shell {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
    margin-block: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .news__shell {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 60px;
  padding-bottom: 24px;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1200px) {
  .news__list {
    column-gap: 16px;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .news__list {
    display: flex;
    overflow: auto;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .news__list {
    column-gap: 8px;
    row-gap: 20px;
  }
}
.overlay {
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(34, 34, 34, 0.2);
  z-index: 1050;
  display: none;
}
.overlay.show {
  animation: smooth-show 0.2s linear forwards;
  display: flex;
  visibility: visible;
  animation: blur 0.7s ease forwards;
}
.overlay__close-button {
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 28px;
  right: 24px;
}
@media only screen and (max-width: 1024px) {
  .overlay__close-button {
    top: 16px;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .overlay__close-button {
    right: 16px;
  }
}
.overlay__item {
  align-items: center;
  justify-content: center;
  min-height: 100%;
  display: none;
}
.overlay__item.shown {
  display: flex;
  background-color: rgba(34, 34, 34, 0.2);
}
.pro {
  position: relative;
  margin-top: 40px;
}
.pro__nav {
  color: #222;
  position: absolute;
  top: -72px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .pro__nav {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pro__nav-btns {
    display: none;
  }
}
.pro__nav-btn {
  background-color: rgba(34, 34, 34, 0.2);
  color: #222;
}
.pro__nav-fraction {
  color: #222;
}
@media only screen and (max-width: 1024px) {
  .pro__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;
    row-gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .pro__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .pro__slider--no-disable .pro__wrapper {
    display: flex;
    gap: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pro__slide {
    width: auto;
  }
  .pro__slide:nth-child(n + 5) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pro__slider--no-disable .pro__slide {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .pro__slider--no-disable .pro__slide {
    width: 80%;
  }
}
.pro__btn-more {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pro__btn-more {
    display: flex;
    width: 100%;
    margin-top: 32px;
  }
}
.pro__btn-link {
  position: absolute;
  top: -84px;
  right: 149px;
}
@media only screen and (max-width: 1024px) {
  .pro__btn-link {
    position: static;
    width: 100%;
    margin-block: 32px;
  }
}
.tabs {
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .tabs {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .tabs {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.tabs__shell {
  display: flex;
  gap: 16px;
  overflow: auto;
  flex-wrap: nowrap;
  padding: 2px 24px 24px;
  margin-bottom: -22px;
}
@media only screen and (max-width: 1024px) {
  .tabs__shell {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .tabs__shell {
    padding-inline: 16px;
  }
}
.topline {
  background-color: #f8f9f9;
  position: sticky;
  width: 100dvw;
  top: 0;
  z-index: 1030;
}
@media print {
  .topline {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .topline.local {
    background-color: #fff;
  }
}
.topline.scroll {
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.08);
}
.topline.mobile {
  box-shadow: none;
}
.topline__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  .topline__container {
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .topline__container {
    height: 52px;
  }
}
.topline__logo-link-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 20px;
  align-items: end;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .topline__logo-link-shell {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 640px) {
  .topline__logo-link-shell {
    margin-top: -4px;
  }
}
.topline__logo-lines {
  width: 15px;
  height: 15px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 640px) {
  .topline__logo-lines {
    width: 12px;
    height: 12px;
  }
}
.topline__logo-shell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  animation: scrollLogo 9s infinite ease-in-out;
}
@media only screen and (max-width: 640px) {
  .topline__logo-shell {
    animation: scrollLogo-mobile 9s infinite ease-in-out;
    gap: 4px;
  }
}
.topline__logo--pts {
  display: block;
  width: 176px;
  height: 20px;
}
@media only screen and (max-width: 640px) {
  .topline__logo--pts {
    display: block;
    width: 141px;
    height: 17px;
  }
}
.topline__logo--svargo {
  display: block;
  width: 86px;
  height: 18px;
}
@media only screen and (max-width: 640px) {
  .topline__logo--svargo {
    display: block;
    width: 76px;
    height: 15px;
  }
}
.topline__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .topline__nav {
    gap: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__nav {
    display: none;
  }
  .topline__nav.show {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: start;
    background-color: #fff;
    justify-content: start;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100dvw;
    height: calc(100dvh - 60px);
    overflow: auto;
    box-shadow: unset;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .topline__nav.show {
    padding: 32px 16px;
  }
}
.topline__nav-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .topline__nav-item-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: start;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .topline__nav-item-container:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__nav-item-container::before {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dedede;
    content: '';
    width: calc(100dvw - 2 * 20px);
    height: 1px;
  }
}
@media only screen and (max-width: 640px) {
  .topline__nav-item-container::before {
    width: calc(100dvw - 2 * 16px);
  }
}
.topline__nav-item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 8px 10px;
}
@media only screen and (max-width: 1200px) {
  .topline__nav-item {
    padding: 8px 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__nav-item {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 24px 0;
    width: max-content;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__nav-item + .topline__nav-item::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dedede;
    content: '';
    width: calc(100dvw - 2 * 20px);
    height: 1px;
  }
}
@media only screen and (max-width: 640px) {
  .topline__nav-item + .topline__nav-item::before {
    width: calc(100dvw - 2 * 16px);
  }
}
.topline__nav-item--with-submenu {
  padding-right: 30px;
}
.topline__nav-item-link-shell .topline__nav-item {
  padding-right: 30px;
}
@media only screen and (min-width: 1025px) {
  .topline__nav-item-container:hover .topline__nav-item {
    opacity: 0.6;
  }
}
.topline__sub-nav-1 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  padding: 16px;
  clip: rect(0 0 0 0);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .topline__sub-nav-1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    content: '';
    width: 100%;
    height: calc(100% + 31px);
  }
}
.show.topline__sub-nav-1 {
  opacity: 1;
  clip: unset;
}
@media only screen and (max-width: 1024px) {
  .show.topline__sub-nav-1 {
    display: flex;
    position: initial;
    height: max-content;
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    width: 100%;
    min-width: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .topline__nav-item-container:hover .topline__sub-nav-1,
  .topline__nav-item--with-submenu:focus-visible + .topline__sub-nav-1 {
    opacity: 1;
    clip: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .topline__nav-item-container:hover .topline__sub-nav-1 {
    transition: opacity 0.1s linear 0s;
  }
}
.topline__sub-nav-1-tabs {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media only screen and (max-width: 1024px) {
  .topline__sub-nav-1-tabs {
    align-items: start;
    gap: 20px;
    width: 100%;
    padding-bottom: 24px;
  }
}
.topline__sub-nav-1-item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: #222;
  width: 100%;
  position: relative;
  padding: 12px;
}
@media only screen and (max-width: 1024px) {
  .topline__sub-nav-1-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    white-space: initial;
    padding: 0;
    width: max-content;
    min-width: max-content;
  }
}
@media only screen and (min-width: 1025px) {
  .topline__sub-nav-1-item:hover {
    background-color: #eff1f1;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__sub-nav-1-item--title {
    display: none;
  }
}
.topline__nav-item-open-btn {
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition: rotate 0.1s linear 0s;
  transform-origin: top center;
  right: 10px;
  pointer-events: none;
}
.topline__nav-item-open-btn::after {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  transform: translate(calc(-50% - 1px), calc(-50% - 1px)) rotate(45deg);
  content: '';
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  border-bottom-right-radius: 1px;
}
@media only screen and (max-width: 1024px) {
  .topline__nav-item-open-btn {
    position: absolute;
    top: 32px;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .topline__nav-item-container:hover .topline__nav-item-open-btn {
    opacity: 0.6;
    rotate: 180deg;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__nav-item-open-btn {
    pointer-events: all;
  }
  .topline__nav-item-open-btn.rotate {
    rotate: 180deg;
  }
}
.topline__lang-btns .topline__nav-item-open-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .topline__lang-btns .topline__nav-item-open-btn {
    top: unset;
    transform-origin: center center;
    transform: none;
    position: relative;
    display: flex;
  }
}
.topline__lang-btns {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  animation: unset;
  text-transform: uppercase;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .topline__lang-btns {
    margin-left: auto;
  }
}
.topline--with-lang .topline__lang-btns {
  display: flex;
}
.topline__lang-btn {
  color: rgba(34, 34, 34, 0.6);
  background-color: #f8f9f9;
}
@media only screen and (max-width: 1024px) {
  .topline__lang-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__lang-btns.show .topline__lang-btn {
    display: block;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.2);
    position: absolute;
    left: -8px;
    top: calc(100% + 8px);
    padding: 8px;
  }
}
.topline__lang-btn.active {
  color: #222;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .topline__lang-btns .topline__lang-btn.active {
    background-color: #f8f9f9;
    display: block;
    box-shadow: unset;
    position: static;
    padding: 0;
  }
}
.topline__burger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .topline__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 30px;
    height: 30px;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .local.topline .topline__burger {
    display: none;
  }
}
.topline--no-burger .topline__burger {
  display: none;
}
.topline__local-close-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .local.topline .topline__local-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-left: 12px;
  }
}
.btn-items {
  overflow: hidden;
  max-width: calc(100% + 2 * 24px);
  margin-inline: -24px;
}
@media only screen and (max-width: 1024px) {
  .btn-items {
    max-width: calc(100% + 2 * 20px);
    margin-inline: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .btn-items {
    max-width: calc(100% + 2 * 16px);
    margin-inline: -16px;
  }
}
.btn-items__inner {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 40px;
  margin-bottom: -40px;
  padding-inline: 24px;
}
@media only screen and (max-width: 1024px) {
  .btn-items__inner {
    gap: 8px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .btn-items__inner {
    padding-inline: 16px;
  }
}
.share-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #818592;
}
@media only screen and (max-width: 640px) {
  .share-link {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
}
.share-link__icon {
  display: block;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #f8f9f9;
}
.splitpic .splitpic-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.splitpic {
  aspect-ratio: 1.86268657;
  height: 100%;
}
.splitpic-image {
  height: 100%;
  overflow: hidden;
  margin-top: 0;
}
.splitpic-image__text {
  color: #fff;
  position: absolute;
  top: 24px;
}
@media only screen and (max-width: 1024px) {
  .splitpic-image__text {
    top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .splitpic-image__text {
    top: 16px;
  }
}
.splitpic-image__text--left {
  left: 24px;
}
@media only screen and (max-width: 1024px) {
  .splitpic-image__text--left {
    left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .splitpic-image__text--left {
    left: 16px;
  }
}
.splitpic-image__text--right {
  right: 24px;
}
@media only screen and (max-width: 1024px) {
  .splitpic-image__text--right {
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .splitpic-image__text--right {
    right: 16px;
  }
}
.splitpic-image__img-shell {
  height: 100%;
}
.splitpic-left-image .splitpic-image__img-shell::before {
  background-color: rgba(34, 34, 34, 0.3);
  content: '';
  position: absolute;
  inset: 0;
}
.splitpic-image__img {
  height: 100%;
  object-fit: cover;
}
.splitpic-left-image {
  position: absolute;
  top: 0;
  width: 100%;
}
.splitpic-info {
  top: 45%;
  width: 100%;
  font-size: 200%;
  color: white;
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.splitpic-bar {
  position: absolute;
  background-color: #fff;
}
.splitpic-horizontal {
  cursor: ew-resize;
}
.splitpic-horizontal .splitpic-bar {
  top: 0;
  width: 2px;
  height: 100%;
}
.splitpic-vertical {
  cursor: ns-resize;
}
.splitpic-vertical .splitpic-bar {
  left: 0;
  width: 100%;
  height: 5px;
}
.objects-slider__shell {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .objects-slider__shell {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .objects-slider__wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .objects-slider__slide {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .objects-slider__slide:first-child,
  .objects-slider__slide:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.objects-slider__nav {
  color: #222;
  position: absolute;
  top: -78px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .objects-slider__nav {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .objects-slider__nav-btns {
    display: none;
  }
}
.objects-slider__nav-btn {
  background-color: rgba(34, 34, 34, 0.2);
  color: #222;
}
.objects-slider__nav-fraction {
  color: #222;
}
.top-slider {
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
}
@media only screen and (max-width: 1024px) {
  .top-slider {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .top-slider {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.top-slider__slide {
  display: flex;
  flex-direction: column;
  gap: 0px;
  color: #fff;
  padding: 80px 24px 40px;
  overflow: hidden;
  align-self: stretch;
  min-height: 1005px;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide {
    height: 100%;
    height: -webkit-fill-available;
    min-height: 688px;
    padding: 40px 20px 78px;
  }
}
@media only screen and (max-width: 640px) {
  .top-slider__slide {
    padding: 40px 16px 68px;
  }
}
.top-slider__slide-title-shell {
  width: 706px;
  align-self: end;
  margin-right: 11.8%;
  margin-bottom: 10%;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-title-shell {
    width: 54%;
    align-self: start;
    margin-right: 0;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .top-slider__slide-title-shell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.swiper-slide-active .top-slider__slide-title-shell {
  animation: transition-to-right 1.1s;
}
@media only screen and (max-width: 1024px) {
  .swiper-slide-active .top-slider__slide-title-shell {
    animation: none;
  }
}
.top-slider__slide-title {
  letter-spacing: -0.2px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-title {
    margin-bottom: 8px;
  }
}
.top-slider__slide-subtitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-subtitle {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 640px) {
  .top-slider__slide-subtitle {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.top-slider__slide-img-shell {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-slider__slide-img-shell::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3)), linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 73.38%);
}
.top-slider__slide-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear 0s, scale 0.4s linear 0s;
}
@media only screen and (min-width: 1025px) {
  .top-slider__slide:hover .top-slider__slide-img {
    scale: 1.02;
  }
}
.top-slider__slide-info {
  display: grid;
  grid-template-columns: 453px 1fr;
  grid-template-areas: 'img text' 'footer footer';
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: auto;
  padding-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info {
    column-gap: 16px;
    row-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'img text' 'img footer' 'img .';
    padding-top: 0;
    border-top: none;
  }
}
@media only screen and (max-width: 640px) {
  .top-slider__slide-info {
    grid-template-columns: 1fr;
    grid-template-areas: 'img ' 'text' 'footer';
  }
}
.swiper-slide-active .top-slider__slide-info {
  animation: transition-to-up 0.8s;
}
@media only screen and (max-width: 1024px) {
  .swiper-slide-active .top-slider__slide-info {
    animation: none;
  }
}
@media only screen and (max-width: 640px) {
}
.top-slider__slide-info-img-shell {
  grid-area: img;
  max-width: 453px;
  position: relative;
  flex: 1;
}
.top-slider__slide-info-img-shell::before {
  background: #0000001a;
  position: absolute;
  inset: 0;
  content: '';
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .top-slider__slide-info-img-shell {
    max-width: 50%;
  }
}
.top-slider__slide-info-container {
  aspect-ratio: 1.79051383;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-container {
    aspect-ratio: unset;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .top-slider__slide-info-container {
    aspect-ratio: 1.50438596;
  }
}
.top-slider__slide-info-img-tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  top: -68px;
  left: calc(100% + 28px);
  white-space: nowrap;
  padding-left: 16px;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-img-tag {
    top: -30px;
    left: 6px;
  }
}
.top-slider__slide-info-img-tag::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ee7f31;
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
}
.top-slider__slide-info-img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-slider__slide-info-text-shell {
  grid-area: text;
  flex: 1;
  min-width: 66%;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-text-shell {
    gap: 8px;
    flex-direction: column;
    min-width: unset;
  }
}
.top-slider__slide-info-tags {
  width: calc((100% - 20px) / 2);
  max-width: 453px;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-tags {
    width: 100%;
    flex: none;
  }
}
.top-slider__slide-info-tag--place {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-tag--place {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.top-slider__slide-info-tag--place::before {
  content: '#';
}
.top-slider__slide-info-tag--name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-tag--name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1025px) {
  .top-slider__slide-info-tag--name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.top-slider__slide-info-about {
  width: calc((100% - 20px) / 2);
  max-width: 453px;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-about {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
}
.top-slider__slide-info-about-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.top-slider__slide-info-about-detailed-link {
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-about-detailed-link {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top-slider__slide-info-tags .top-slider__slide-info-about-detailed-link {
    display: none;
  }
}
.top-slider__nav {
  animation: smooth-show 1s linear forwards;
  display: flex;
  transition: transform 0.3s linear 0s;
  color: #fff;
  position: absolute;
  transform: translateY(-157px);
  left: calc(25% + 20px);
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .top-slider__nav {
    transform: translateY(-133px);
  }
}
@media only screen and (max-width: 1024px) {
  .top-slider__nav {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1024px) {
  .top-slider__nav-btns {
    display: none;
  }
}
.top-slider__nav-btn {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .top-slider__nav-fraction {
    display: none;
  }
}
.top-slider__pagination {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .top-slider__pagination {
    display: inline-block;
  }
}
.team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .team-item {
    padding: 32px;
  }
}
.team-item--border {
  border: 1px solid rgba(34, 34, 34, 0.2);
}
.card-list__grid .team-item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  border-right: 1px solid rgba(34, 34, 34, 0.2);
}
.team-item__wrap-img {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  display: block;
  width: 212px;
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  transition: filter 0.4s linear 0s, scale 0.1s linear 0s;
  filter: grayscale(100%);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .team-item__wrap-img {
    display: block;
    width: 164px;
    height: 164px;
    margin-bottom: 12px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .team-item:hover .team-item__wrap-img {
    filter: grayscale(0);
    scale: 1.03;
  }
}
.team-item__img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: scale 0.2s linear 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #efeff1;
}
.team-item__title {
  display: block;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .team-item__title {
    margin-bottom: 8px;
  }
}
.team-item__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  display: block;
}
.team-item__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  max-width: 320px;
}
@media only screen and (max-width: 1024px) {
  .team-item__text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    max-width: 260px;
  }
}
.card-list {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .card-list {
    padding-top: 16px;
  }
}
.card-list__grid {
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(34, 34, 34, 0.2);
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  margin-bottom: -1px;
}
@media only screen and (max-width: 1024px) {
  .card-list__grid {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .card-list__grid {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 1400px) {
  .card-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .card-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .card-list__grid {
    grid-template-columns: 1fr;
  }
}
.card-list__btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .card-list__btn {
    display: block;
    margin-top: 16px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 640px) {
  .card-list__btn {
    margin-top: 32px;
  }
}
.card-list__btn.hide {
  display: none;
}
.contact-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-block: 24px;
}
@media only screen and (max-width: 1280px) {
  .contact-page {
    display: flex;
    flex-direction: column-reverse;
    padding-block: 32px 0;
    gap: 32px;
  }
}
.contact-page__map {
  border: none;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .contact-page__map {
    height: 562px;
    width: calc(100% + 2 * 24px);
    margin-left: -24px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-page__map {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .contact-page__map {
    max-height: 50vh;
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.contact-page__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1281px) {
  .contact-page__content {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-page__content {
    gap: 24px;
  }
}
@media only screen and (min-width: 1281px) {
  .contact-page__content-item {
    padding-bottom: 4.67%;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-page__content-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #22222233;
  }
}
.contact-page__content-item:last-child {
  padding-bottom: 0;
  border: none;
}
@media only screen and (min-width: 1281px) {
  .contact-page__content-item--lash {
    border-top: 1px solid #22222233;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-page__content-item--lash {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .contact-page__title {
    margin-bottom: 4.32%;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-page__title {
    margin-bottom: 24px;
  }
}
.contact-page__subtitle {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1280px) {
  .contact-page__subtitle {
    margin-bottom: 8px;
  }
}
.contact-page__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .contact-page__text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.6);
  }
}
.contact-page__text + .contact-page__text {
  margin-top: 4px;
}
@media only screen and (max-width: 1280px) {
  .contact-page__text + .contact-page__text {
    margin-top: 12px;
  }
}
.contact-page__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media only screen and (max-width: 1280px) {
  .contact-page__items {
    display: block;
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  .contact-page__items {
    column-count: 1;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-page__items > div {
    margin-bottom: 24px;
  }
  .contact-page__items > div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .shell-links__logo {
    margin-bottom: 32px;
  }
}
.shell-links__logo--pts {
  display: block;
  width: 236px;
  height: 24px;
}
@media only screen and (max-width: 1024px) {
  .shell-links__logo--pts {
    display: block;
    width: 157px;
    height: 16px;
  }
}
.shell-links__logo--svargo {
  display: block;
  width: 127px;
  height: 24px;
}
@media only screen and (max-width: 1024px) {
  .shell-links__logo--svargo {
    display: block;
    width: 85px;
    height: 16px;
  }
}
.shell-links__link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ee7f31;
  text-decoration: underline;
}
.team {
  position: relative;
  margin-top: 40px;
}
.team__nav {
  color: #222;
  position: absolute;
  top: -72px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .team__nav {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .team__nav-btns {
    display: none;
  }
}
.team__nav-btn {
  background-color: rgba(34, 34, 34, 0.2);
  color: #222;
}
.team__nav-fraction {
  color: #222;
}
.team__slider {
  width: calc(100% + 2 * 24px);
  margin-left: -24px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
  padding-left: 3px;
}
@media only screen and (max-width: 1024px) {
  .team__slider {
    width: calc(100% + 2 * 20px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .team__slider {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 1024px) {
  .team__slider {
    border-top: unset;
    margin-bottom: 32px;
    padding-left: 0;
  }
}
.team__slider--no-mb {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .team__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;
    row-gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .team__wrapper {
    gap: 0;
  }
}
@media only screen and (max-width: 640px) {
  .team__wrapper {
    grid-template-columns: 1fr;
  }
}
.team__slide {
  align-self: stretch;
  position: relative;
}
.team__slide::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: -1px;
  left: -3px;
  background-color: #dedede;
}
@media only screen and (max-width: 1024px) {
  .team__slide::before {
    content: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .team__slide {
    border-top: 1px solid #dedede;
    width: auto !important;
  }
}
.team__slide:last-child {
  border-right: 1px solid #dedede;
}
@media only screen and (max-width: 1024px) {
  .team__slide:last-child {
    border-right: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .team__slide:nth-child(even) {
    border-left: 1px solid #dedede;
  }
}
@media only screen and (max-width: 640px) {
  .team__slide:nth-child(even) {
    border-left: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .team__slide:nth-child(n + 5) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .team__btn-link {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
}
.detail p,
.detail li,
.detail q,
.detail a {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 1400px) {
  .detail p,
  .detail li,
  .detail q,
  .detail a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .detail p,
  .detail li,
  .detail q,
  .detail a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.detail p .splitpic-images p,
.detail li .splitpic-images p,
.detail q .splitpic-images p,
.detail a .splitpic-images p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .detail p .splitpic-images p,
  .detail li .splitpic-images p,
  .detail q .splitpic-images p,
  .detail a .splitpic-images p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 640px) {
  .detail p .splitpic-images p,
  .detail li .splitpic-images p,
  .detail q .splitpic-images p,
  .detail a .splitpic-images p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
}
.detail a {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  transition: color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s;
  text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
  .detail a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .detail a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1025px) {
  .detail a:hover {
    opacity: 0.7;
  }
}
.disable.detail a:hover {
  opacity: unset;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .detail a:active {
    color: rgba(34, 34, 34, 0.8);
  }
}
.disable.detail a:active {
  opacity: unset;
  pointer-events: none;
}
.detail a:focus-visible {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.2);
}
.disable.detail a:focus-visible {
  box-shadow: unset;
}
.detail a i {
  font-style: normal;
}
.detail h1 {
  letter-spacing: -0.2px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .detail h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .detail h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
.detail h2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-top: 140px;
}
@media only screen and (max-width: 1200px) {
  .detail h2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0;
  }
}
.detail h2:first-child {
  margin-top: 0;
}
.detail h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .detail h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
}
.detail h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .detail h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.detail h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .detail h5 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
  }
}
.detail h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .detail h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}
.detail p,
.detail ul,
.detail ol,
.detail h1,
.detail h2,
.detail h3,
.detail h4,
.detail h5,
.detail h6,
.detail a,
.detail q {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .detail p,
  .detail ul,
  .detail ol,
  .detail h1,
  .detail h2,
  .detail h3,
  .detail h4,
  .detail h5,
  .detail h6,
  .detail a,
  .detail q {
    margin-bottom: 24px;
  }
}
.detail p:last-child,
.detail ul:last-child,
.detail ol:last-child,
.detail h1:last-child,
.detail h2:last-child,
.detail h3:last-child,
.detail h4:last-child,
.detail h5:last-child,
.detail h6:last-child,
.detail a:last-child,
.detail q:last-child {
  margin-bottom: 0;
}
.detail q {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  font-style: italic;
  background-color: #f8f9f9;
  color: #222;
  display: block;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .detail q {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px 16px;
  }
}
.detail ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: '';
  display: block;
  background-color: currentColor;
  position: absolute;
  left: 12px;
  top: 12px;
}
@media only screen and (max-width: 1024px) {
  .detail ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 4px;
    top: 4px;
  }
}
.detail ol {
  counter-reset: counter-ol;
}
.detail ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 800;
  counter-increment: counter-ol;
  content: counter(counter-ol) '.';
}
.detail li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .detail li {
    padding-left: 22px;
    margin-bottom: 8px;
  }
}
.detail li:last-child {
  margin-bottom: 0;
}
.detail .splitpic-images p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .detail .splitpic-images p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 640px) {
  .detail .splitpic-images p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.detail .section__tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.detail__shell {
  position: relative;
  display: grid;
  grid-template-columns: 15.1% 1fr 15.1%;
  grid-template-areas: '. content .';
  gap: 32px;
  margin-top: 100px;
}
@media only screen and (max-width: 1400px) {
  .detail__shell {
    grid-template-columns: 15.1% 1fr 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .detail__shell {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail__shell {
    grid-template-columns: 1fr;
    grid-template-areas: '.' 'content';
    gap: 16px;
  }
}
.detail__shell--low-offset {
  margin-block: 40px 100px;
}
.detail__content {
  grid-area: content;
}
.detail__box-img {
  gap: 2px;
  padding-block: 20px;
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .detail__box-img {
    margin-block: 64px 32px;
    padding-block: 0;
  }
}
.detail__box-img:first-child {
  margin-top: 0;
}
.detail__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .detail__bottom {
    margin-top: 24px;
  }
}
.detail__bottom-left {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #818592;
}
@media only screen and (max-width: 1024px) {
  .detail__bottom-left {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.detail__arrow-top {
  position: absolute;
  right: 46px;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .detail__arrow-top {
    position: unset;
  }
}
.detail__shell-img {
  position: relative;
  overflow: hidden;
}
.detail__shell-img--square {
  aspect-ratio: 1;
}
.detail__shell-img--fluid {
  aspect-ratio: 1.86268657;
  margin-block: 120px 20px;
}
@media only screen and (max-width: 1024px) {
  .detail__shell-img--fluid {
    margin-block: 64px 32px;
  }
}
.detail__img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.23s linear 0s;
}
@media only screen and (min-width: 1025px) {
  .detail__img:hover {
    scale: 1.009;
  }
}
.js-temp-share-link {
  display: none;
}
.media-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .news__list .media-item {
    flex: none;
    width: 355px;
  }
}
@media only screen and (max-width: 640px) {
  .news__list .media-item {
    width: 336px;
  }
}
.media-item__wrap-img {
  overflow: hidden;
  aspect-ratio: 1.79705882;
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .media-item__wrap-img {
    aspect-ratio: 1.58928571;
    margin-bottom: 12px;
  }
}
.media-item__img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: scale 0.2s linear 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .media-item:hover .media-item__img {
    scale: 1.01;
  }
}
.media-item__title {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.media-item__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .media-item__text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
}
.media-item__top {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #818592;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.media-item__hash {
  position: relative;
}
.media-item__hash:before {
  content: '#';
}
@media only screen and (max-width: 1024px) {
  .media-item--news {
    flex: none;
    width: 355px;
  }
}
@media only screen and (max-width: 640px) {
  .media-item--news {
    width: 336px;
  }
}
.media-list {
  padding-block: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .media-list {
    padding-block: 48px 0;
  }
}
.media-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media only screen and (max-width: 1024px) {
  .media-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .media-list__grid {
    grid-template-columns: 1fr;
    gap: 32px 16px;
  }
}
.media-list__btn {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .media-list__btn {
    margin-top: 32px;
    margin-inline: auto;
    width: 100%;
    text-align: center;
  }
}
.media-list__btn.hide {
  display: none;
}
.project-list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1400px) {
  .project-list__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.project-list__checkbox {
  display: flex;
  gap: 16px;
}
.project-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 2px;
  padding-block: 80px 100px;
}
@media only screen and (max-width: 1400px) {
  .project-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .project-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 2px;
    padding-block: 48px 32px;
  }
}
@media only screen and (max-width: 640px) {
  .project-list__grid {
    grid-template-columns: 1fr;
    gap: 32px 2px;
  }
}
.project-item {
  display: flex;
  flex-direction: column;
}
.project-item.hide {
  display: none;
}
.project-item__wrap-img {
  overflow: hidden;
  aspect-ratio: 0.87209302;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .project-item__wrap-img {
    aspect-ratio: 1.58928571;
    margin-bottom: 12px;
  }
}
.project-item__wrap-img--gallery {
  aspect-ratio: 1.59044369;
}
.project-item__badge {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  padding: 8px 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .project-item__badge {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 6px 12px;
  }
}
.project-item__img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: scale 0.2s linear 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .project-item:hover .project-item__img {
    scale: 1.01;
  }
}
.project-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 90%;
}
@media only screen and (max-width: 1024px) {
  .project-item__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
}
.project-item__hash {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
  color: rgba(34, 34, 34, 0.8);
}
@media only screen and (max-width: 1024px) {
  .project-item__hash {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.project-item__hash:before {
  content: '#';
}
@media only screen and (max-width: 1024px) {
  .project-item__hash:before {
    content: unset;
  }
}

