.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,
ol ul,
ul ol {
  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: 'Inter', 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;
}
button:focus-visible {
  outline: 2px solid transparent;
}
@media only screen and (min-width: 1024px) {
  button:hover {
    background-color: transparent;
  }
}
button:active {
  background-color: transparent;
}
* {
  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;
}
.bx-component-opener img,
.bx-admin-prefix img,
.bx-core-dialog-overlay img,
.bxmedialib img,
.editor_dialog img,
.bxml-dialog img,
.bx-component-opener svg,
.bx-admin-prefix svg,
.bx-core-dialog-overlay svg,
.bxmedialib svg,
.editor_dialog svg,
.bxml-dialog svg {
  display: inline;
  flex: none;
  width: auto;
}
.bx-component-opener a,
.bx-admin-prefix a,
.bx-core-dialog-overlay a,
.bxmedialib a,
.editor_dialog a,
.bxml-dialog a {
  display: inline;
  color: initial;
  text-decoration: initial;
}
html {
  height: 100%;
}
body {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #001016;
  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;
  position: relative;
}
.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;
}
@media only screen and (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .only-tablet {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .only-mobile {
    display: none;
  }
}
.accessibility-link {
  transition: color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.disable.accessibility-link:hover {
  opacity: unset;
  pointer-events: none;
}
.disable.accessibility-link:active {
  opacity: unset;
  pointer-events: none;
}
.accessibility-link:focus-visible {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 0 1px #111;
}
.disable.accessibility-link:focus-visible {
  box-shadow: unset;
}
.params__accord--contacts .accessibility-link {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .accessibility-link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .accessibility-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.accessibility-link:hover,
.accessibility-link--m-44:hover,
.accessibility-link--xs-24-black:hover,
.accessibility-link--xs-24-blue:hover {
  color: #33b2e1;
}
.accessibility-link:active,
.accessibility-link--m-44:active,
.accessibility-link--xs-24-black:active,
.accessibility-link--xs-24-blue:active {
  color: #007fae;
}
.accessibility-link:focus-visible,
.accessibility-link--m-44:focus-visible,
.accessibility-link--xs-24-black:focus-visible,
.accessibility-link--xs-24-blue:focus-visible {
  color: #007fae;
}
.accessibility-link--xs-24-blue {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.accessibility-link--blue {
  color: #009fda;
}
.accessibility-link--with-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.accessibility-link:disabled,
.accessibility-link[disabled],
.accessibility-link.disable {
  color: #909294;
}
.inherit-link {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}
.no-events-link {
  pointer-events: none;
}
.show {
  animation: smooth-show 0.2s linear forwards;
  display: 0.2s;
}
.show.topline__block--menu {
  animation: none;
}
@keyframes smooth-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    backdrop-filter: blur(10px) opacity(0);
  }
  100% {
    backdrop-filter: blur(10px) opacity(0.7);
  }
}
@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 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: "Jeko";
  src: local("Jeko-Regular"), url(/assets/fonts/Jeko-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jeko";
  src: local("Jeko-Semibold"), url(/assets/fonts/Jeko-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jeko";
  src: local("Jeko-Bold"), url(/assets/fonts/Jeko-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter-Regular"), url(/assets/fonts/Inter-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter-Medium"), url(/assets/fonts/Inter-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter-SemiBold"), url(/assets/fonts/Inter-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media print {
  .media-print-none {
    display: none;
  }
}
.mt-50-40 {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .mt-50-40 {
    margin-top: 40px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-64-40 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .mb-64-40 {
    margin-bottom: 40px;
  }
}
.mb-50-40 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .mb-50-40 {
    margin-bottom: 40px;
  }
}
.mb-100-40 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb-100-40 {
    margin-bottom: 40px;
  }
}
.fluid {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .tablet-fluid {
    width: 100%;
    max-width: 100%;
  }
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.color-grey {
  color: #4d4f53;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8,
.h9 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
}
.h1 {
  font-size: 88px;
  line-height: 72px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .h1 {
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
  }
}
.h2 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
  }
}
.h3 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }
}
.h4 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.h7 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .h7 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .h7 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.h8 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.h9 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.p1,
.p2,
.p3 {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
}
.send-success,
.send-error {
  display: none;
  margin-bottom: 0;
}
.align-center {
  display: block;
  max-width: max-content;
  margin-inline: auto;
  text-align: center;
}
.inter {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
}
.jeko {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
}
.accord {
  overflow: hidden;
}
.accord__btn {
  position: relative;
  white-space: initial;
  width: 100%;
  font-weight: 600;
}
.accord__btn::before {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #001016;
  content: "";
  right: 14px;
  width: 16px;
  height: 2px;
}
.active .accord__btn::before {
  transform: rotate(90deg);
  opacity: 0;
}
.params__accord .accord__btn::before {
  right: 25px;
}
@media only screen and (max-width: 1024px) {
  .params__accord .accord__btn::before {
    right: 14px;
  }
}
.accord__btn::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition: rotate 0.1s linear 0s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #001016;
  transform-origin: top;
  content: "";
  right: 21px;
  width: 2px;
  height: 16px;
}
.active .accord__btn::after {
  rotate: 90deg;
}
.params__accord .accord__btn::after {
  right: 32px;
}
@media only screen and (max-width: 1024px) {
  .params__accord .accord__btn::after {
    right: 21px;
  }
}
.accord__btn-icon {
  transition: rotate 0.1s linear 0s;
  rotate: -180deg;
}
.accord.active .accord__btn-icon,
.accord.show .accord__btn-icon {
  rotate: 0deg;
}
.accord__body {
  display: none;
}
.show .accord__body {
  display: block;
}
.active .accord__body {
  animation: showBySlide 0.3s forwards;
  display: block;
}
.absolute-link {
  user-select: none;
  font-size: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
}
.btn {
  font-family: 'Inter', 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, background 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: inline-flex;
  background-clip: unset;
  background-color: transparent;
  color: inherit;
  border: none;
  white-space: nowrap;
  padding: 13px 16px;
}
.btn:focus-visible {
  outline: 2px solid transparent;
}
@media only screen and (min-width: 1024px) {
  .btn:hover {
    background-color: transparent;
  }
}
.btn:active {
  background-color: transparent;
}
.btn:disabled,
.btn[disabled],
.btn.disable {
  background-color: #f5f6f6;
  color: #909294;
  pointer-events: none;
}
.btn:disabled:active,
.btn[disabled]:active,
.btn.disable:active,
.btn:disabled:focus-visible,
.btn[disabled]:focus-visible,
.btn.disable:focus-visible {
  box-shadow: unset;
}
.btn--primary {
  background-color: #009fda;
  color: #ffffff;
}
.btn--primary:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .btn--primary:hover {
    background-color: #33b2e1;
  }
}
.detail .btn--primary:hover {
  color: #fff;
}
.btn--primary:active {
  background-color: #007fae;
}
.btn--primary-inv {
  background-color: #ffffff;
  color: #001016;
}
.btn--primary-inv:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .btn--primary-inv:hover {
    background-color: #f0f9fd;
  }
}
.btn--primary-inv:active {
  background-color: #ccecf8;
}
.btn--secondary {
  background-color: #ffffff;
  color: #001016;
  border: 1px solid #e4e5e6;
}
.btn--secondary:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .btn--secondary:hover {
    border: 1px solid #33b2e1;
  }
}
.btn--secondary:active {
  border: 1px solid #007fae;
}
.btn--s-size {
  padding: 9px 16px;
}
.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;
}
@media only screen and (max-width: 1024px) {
  .btn--square .icon--24 {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .btn--square .icon--24 {
    width: 18px;
    height: 18px;
  }
}
.icon--26 {
  width: 26px;
  height: 26px;
}
.icon--28 {
  width: 28px;
  height: 28px;
}
.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--40 {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  .btn--download .icon--40 {
    width: 32px;
    height: 32px;
  }
}
.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 {
  transition: border 0.1s linear 0s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  background-color: transparent;
  color: #001016;
  border: 1px solid #e4e5e6;
  width: 100%;
  height: 100%;
  padding: 13px 44px 13px 16px;
}
.input::placeholder {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.input:hover {
  border: 1px solid #33b2e1;
}
.input:focus-visible {
  border: 1px solid #007fae;
}
.input--search {
  padding-left: 48px;
}
@media only screen and (max-width: 1024px) {
  .input--search {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .topline__block-search-box .input {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    height: 68px;
  }
}
.input__placeholder {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none;
  max-width: unset;
  color: #909294;
  left: 16px;
  pointer-events: none;
}
.input__box--search .input__placeholder {
  max-width: calc(100% - 60px);
  left: 48px;
}
@media only screen and (max-width: 1024px) {
  .input__box--search .input__placeholder {
    left: 40px;
  }
}
.input__placeholder.hide {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .catalog__filters .input__placeholder {
    font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
.input__search-btn,
.input__erase-btn {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  transition: color 0.1s linear 0s;
  flex: none;
  left: 16px;
}
.input__search-btn::before,
.input__erase-btn::before {
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
}
.input__search-btn:focus-visible,
.input__erase-btn:focus-visible {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #111;
}
.input__search-btn:hover,
.input__erase-btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .input__search-btn-icon {
    width: 16px;
    height: 16px;
  }
}
.input__erase-btn {
  left: unset;
  display: none;
  right: 16px;
}
.show.input__erase-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.input--textarea {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  font-weight: 500;
}
.input__box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #fff;
  height: 48px;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
}
.input__box.error-phone:after,
.input__box.error:after,
.input__box.error-pass:after {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  position: absolute;
  top: 100%;
  left: 0;
  color: #ed4c34;
}
.input__box.error-phone:after {
  content: 'введите Цифры';
}
.input__box.error:after {
  content: 'Заполните поле';
}
.input__box.error-pass:after {
  content: 'Неверный логин или пароль';
}
.picture {
  overflow: hidden;
  position: relative;
}
.picture--vertical {
  padding-top: 135.34482759%;
  position: relative;
  overflow: hidden;
}
.picture__img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.2s linear 0s;
}
@media only screen and (min-width: 1024px) {
  .picture--scale:hover .picture__img {
    scale: 1.006;
  }
}
.paginationjs {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.paginationjs:after {
  display: table;
  content: ' ';
  clear: both;
}
.paginationjs ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.paginationjs-go-button {
  display: none !important;
  grid-area: btn;
  margin: 0 !important;
  width: max-content !important;
  position: relative;
  padding: 3px;
}
.paginationjs-go-button::after {
  content: 'Перейти';
  display: block !important;
}
.show.paginationjs-go-button {
  animation: smooth-show 0.2s linear forwards !important;
  display: block !important;
}
.paginationjs-go-button input {
  background: transparent !important;
  color: transparent !important;
  position: absolute;
  width: 100% !important;
  inset: 0;
  border: unset !important;
}
.paginationjs-go-input {
  display: none !important;
  grid-area: input;
  align-self: center !important;
  margin-inline: 0 !important;
  width: max-content !important;
}
.show.paginationjs-go-input {
  animation: smooth-show 0.2s linear forwards !important;
  display: block !important;
}
.paginationjs-go-input input {
  color: #111 !important;
}
.paginationjs .paginationjs-pages li:first-child.disabled,
.paginationjs .paginationjs-pages li:first-child a.disabled,
.paginationjs .paginationjs-pages li:last-child.disabled,
.paginationjs .paginationjs-pages li:last-child a.disabled {
  pointer-events: none;
}
.paginationjs-prev,
.paginationjs-next,
.paginationjs-page {
  border: none !important;
  display: inline-block;
  width: max-content;
  position: relative;
  padding: 0;
}
.paginationjs-prev a,
.paginationjs-next a,
.paginationjs-page a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0px !important;
  transition: background-color 0.1s linear 0s;
  background-color: #f0f9fd !important;
  color: #111 !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 4px !important;
}
.paginationjs-prev a:focus-visible,
.paginationjs-next a:focus-visible,
.paginationjs-page a:focus-visible {
  outline: 2px solid #66c5e9 !important;
}
@media only screen and (min-width: 1024px) {
  .paginationjs-prev a:hover,
  .paginationjs-next a:hover,
  .paginationjs-page a:hover {
    background-color: #b2e2f4 !important;
  }
}
.paginationjs-prev a:active,
.paginationjs-next a:active,
.paginationjs-page a:active {
  background-color: #007fae !important;
}
.active.paginationjs-prev a,
.active.paginationjs-next a,
.active.paginationjs-page a {
  background: #009fda !important;
  color: #fff !important;
}
.paginationjs-ellipsis {
  border: none !important;
}
.paginationjs-ellipsis.disabled > a {
  cursor: pointer !important;
}
.ya-share2__list {
  display: flex;
  flex-direction: row !important;
}
.ya-share2__list .ya-share2__item {
  transition: scale 0.1s linear 0s, color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s, color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s !important;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0px !important;
  background-color: #f0f9fd;
  margin: 0 !important;
}
.disable.ya-share2__list .ya-share2__item:hover {
  opacity: unset !important;
  pointer-events: none !important;
}
.disable.ya-share2__list .ya-share2__item:active {
  opacity: unset !important;
  pointer-events: none !important;
}
.ya-share2__list .ya-share2__item:focus-visible {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  box-shadow: 0 0 0 1px #111 !important;
}
.disable.ya-share2__list .ya-share2__item:focus-visible {
  box-shadow: unset !important;
}
.params__accord--contacts .ya-share2__list .ya-share2__item {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .ya-share2__list .ya-share2__item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .ya-share2__list .ya-share2__item {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.ya-share2__list .ya-share2__item:hover,
.ya-share2__list .ya-share2__item--m-44:hover,
.ya-share2__list .ya-share2__item--xs-24-black:hover,
.ya-share2__list .ya-share2__item--xs-24-blue:hover {
  color: #33b2e1 !important;
}
.ya-share2__list .ya-share2__item:active,
.ya-share2__list .ya-share2__item--m-44:active,
.ya-share2__list .ya-share2__item--xs-24-black:active,
.ya-share2__list .ya-share2__item--xs-24-blue:active {
  color: #007fae !important;
}
.ya-share2__list .ya-share2__item:focus-visible,
.ya-share2__list .ya-share2__item--m-44:focus-visible,
.ya-share2__list .ya-share2__item--xs-24-black:focus-visible,
.ya-share2__list .ya-share2__item--xs-24-blue:focus-visible {
  color: #007fae !important;
}
.ya-share2__list .ya-share2__item--xs-24-blue {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
}
.ya-share2__list .ya-share2__item--blue {
  color: #009fda !important;
}
.ya-share2__list .ya-share2__item--with-arrow {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.ya-share2__list .ya-share2__item:disabled,
.ya-share2__list .ya-share2__item[disabled],
.ya-share2__list .ya-share2__item.disable {
  color: #909294 !important;
}
.disable.ya-share2__list .ya-share2__item:hover {
  opacity: unset !important;
  pointer-events: none !important;
}
.disable.ya-share2__list .ya-share2__item:active {
  opacity: unset !important;
  pointer-events: none !important;
}
.ya-share2__list .ya-share2__item:focus-visible {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  box-shadow: 0 0 0 1px #111 !important;
}
.disable.ya-share2__list .ya-share2__item:focus-visible {
  box-shadow: unset !important;
}
.params__accord--contacts .ya-share2__list .ya-share2__item {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .ya-share2__list .ya-share2__item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .ya-share2__list .ya-share2__item {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.ya-share2__list .ya-share2__item::before {
  content: "";
}
.ya-share2__list .ya-share2__item:hover {
  scale: 1.04;
}
.ya-share2__list .ya-share2__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.ya-share2__list .ya-share2__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: transparent !important;
}
.ya-share2__list .ya-share2__icon {
  background-size: 26px 26px !important;
}
.ya-share2__list .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url('/assets/svg/icons/socials/tg.svg') !important;
}
.ya-share2__list .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url('/assets/svg/icons/socials/vk.svg') !important;
}
.ya-share2__list .ya-share2__item:hover .ya-share2__icon {
  opacity: 0.6;
}
.select {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  position: relative;
  width: 100%;
  flex: none;
}
.select.disabled,
.select.disable {
  pointer-events: none;
}
.select__current-btn-container {
  position: relative;
}
.select__current-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  transition: border-color 0.1s linear 0s, background-color 0.1s linear 0s, color 0.1s linear 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none;
  max-width: unset;
  border: 1px solid #e4e5e6;
  width: 100%;
  position: relative;
  padding: 12px 16px;
  height: 48px;
}
.select__current-btn::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  transition: rotate 0.1s linear 0s;
  right: 16px;
  content: "";
  transform-origin: top center;
  background: url("/assets/svg/icons/arrow-down.svg") center center / 20px 20px no-repeat;
}
.select__current-btn:hover {
  border: 1px solid #33b2e1;
}
.select.open .select__current-btn:after {
  rotate: -180deg;
}
.select.disable .select__current-btn,
.select.disabled .select__current-btn {
  background-color: #f5f6f6;
  color: #909294;
  border-color: transparent;
}
.select.disable .select__current-btn::after,
.select.disabled .select__current-btn::after {
  opacity: 0.4;
}
@media only screen and (max-width: 1280px) {
  .catalog__filters .select__current-btn {
    font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
.select__options {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e4e5e6;
  box-shadow: 0 4px 15px 0 #0000001A;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 8px;
  max-height: 204px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .select__options::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .select__options::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
  }
  .select__options::-webkit-scrollbar-track {
    background: transparent;
  }
  .select__options::-webkit-scrollbar-button {
    display: none;
  }
}
.select.open .select__options {
  animation: smooth-show 0.2s linear forwards;
  display: block;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.select__options-title {
  padding: 10px 16px;
}
.select__option {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  transition: background-color 0.1s linear 0s, background 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
  background-color: #ffffff;
  color: #001016;
  flex: none;
  padding: 9px;
}
.select__option:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .select__option:hover {
    background-color: #f0f9fd;
  }
}
.select__option:active {
  background-color: #ccecf8;
}
.select__native {
  width: 0px;
  height: 0px;
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}
.spinner {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: block;
  border-top: 3px solid #009fda;
  border-right: 3px solid transparent;
  animation: rotation 1s linear infinite;
  flex: none;
  margin: auto;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 1070;
  display: none;
}
.overlay.show {
  animation: smooth-show 0.2s linear forwards;
  display: block;
  visibility: visible;
  background-color: rgba(0, 16, 22, 0.7);
}
.overlay__item {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
}
.overlay__item.show {
  display: block;
}
.overlay__close-btn {
  width: 24px;
  height: 24px;
  transition: opacity 0.1s linear 0s;
  position: absolute;
  top: 16px;
  right: 16px;
}
.overlay__close-btn::before {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #001016;
  rotate: 45deg;
  content: "";
  right: 4px;
  width: 16px;
  height: 2px;
}
.overlay__close-btn::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #001016;
  transform-origin: top;
  rotate: -135deg;
  content: "";
  right: 10px;
  width: 2px;
  height: 16px;
}
.overlay__close-btn:hover {
  opacity: 0.7;
}
.call__form-shell {
  background-color: #fff;
  width: calc(100dvw - 140px);
  text-align: center;
  max-width: 520px;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .call__form-shell {
    width: calc(100vw - 2 * 16px);
    max-width: none;
  }
}
.call-sec .call__form-shell {
  background-color: transparent;
  text-align: left;
  width: 100%;
  max-width: 469px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .call-sec .call__form-shell {
    max-width: 100%;
  }
}
.call__form {
  display: none;
}
.call__form.show {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.call__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .call__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.call__subtitle {
  margin-bottom: 40px;
}
.call__inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 24px;
}
.call__descr {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #909294;
  margin-top: 16px;
}
.call__descr-link {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #009fda;
}
.call__form-success {
  display: none;
}
.call__form-success.show {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.call__form-error {
  display: none;
}
.call__form-error.show {
  display: block;
}
.gallery-lay.show {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-inline: auto;
  width: 75dvw;
  max-width: 1200px;
  height: 80dvh;
  max-height: 950px;
}
.gallery-lay__close-btn {
  right: -40px;
}
.gallery-lay__close-btn::before,
.gallery-lay__close-btn::after {
  background-color: #fff;
}
.gallery-lay__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
@media only screen and (max-width: 640px) {
  .gallery-lay__slider {
    width: 75dvw;
  }
}
.gallery-lay__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  height: 80dvh;
  max-height: 950px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .gallery-lay__slide {
    flex-direction: column;
  }
}
.gallery-lay__slide-img {
  flex: 1 1;
  max-height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .gallery-lay__slide-img {
    width: min-content;
  }
}
.gallery-lay__slide-descr {
  color: #fff;
  align-self: flex-start;
  flex: none;
  max-width: 40%;
}
@media only screen and (max-width: 1024px) {
  .gallery-lay__slide-descr {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-lay__slide-descr {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}
.gallery-lay__slider-nav {
  position: absolute;
  left: calc(100% + 12px);
  bottom: -24px;
}
@media only screen and (max-width: 1024px) {
  .gallery-lay__slider-nav {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-lay__slider-nav-btns {
    display: none !important;
  }
}
.gallery-lay__slider-pagination {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .gallery-lay__slider-pagination {
    display: flex;
    width: max-content !important;
    margin-inline: auto;
  }
}
.videos-lay {
  max-width: 1400px;
  width: 100dvw;
  max-height: 80dvh;
  pointer-events: none;
}
.videos-lay.show {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.videos-lay__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 100%;
  max-width: 80%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}
.videos-lay__item-video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  pointer-events: all;
}
iframe.videos-lay__item-video {
  width: 100%;
  aspect-ratio: 1.77777778;
}
.videos-lay__close-btn {
  pointer-events: all;
  top: -40px;
  right: 40px;
}
.videos-lay__close-btn::before,
.videos-lay__close-btn::after {
  background-color: #fff;
}
.section {
  padding-block: 100px 50px;
}
@media only screen and (max-width: 1024px) {
  .section {
    padding-block: 40px;
  }
}
.section--no-padding {
  padding-block: 0;
}
.section--no-top-padding {
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .section--no-mobile-top-padding {
    padding-top: 0;
  }
}
.section--no-bottom-padding {
  padding-block: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .section--no-bottom-padding {
    padding-block: 40px 0;
  }
}
.section--small-padding {
  padding-block: 50px;
}
@media only screen and (max-width: 1024px) {
  .section--small-padding {
    padding-block: 40px;
  }
}
.section--special-padding {
  padding-block: 100px 50px;
}
@media only screen and (max-width: 1024px) {
  .section--special-padding {
    padding-block: 40px;
  }
}
.section--low-padding {
  padding-block: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .section--low-padding {
    padding-bottom: 0 40px;
  }
}
.section--top-padding {
  padding-block: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .section--top-padding {
    padding-bottom: 40px 0;
  }
}
.section--top {
  padding-block: 0 40px;
}
.section--sticky {
  position: sticky;
  top: 68px;
  z-index: 1020;
  padding-block: 0;
}
@media only screen and (max-width: 1024px) {
  .section--sticky {
    top: 56px;
  }
}
.section__shell {
  display: grid;
  grid-template-areas: 'title title btn' 'content content content';
  row-gap: 64px;
}
@media only screen and (max-width: 1024px) {
  .section__shell {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.section__shell--top-title {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__shell--top-title-with-link {
  display: grid;
  gap: 16px;
  grid-template-areas: 'title' 'btn' 'content';
}
.section__title-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  grid-area: title;
}
@media only screen and (max-width: 1024px) {
  .section__title-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}
.section__title-shell--top-title {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .section__title-shell--top-title {
    gap: 24px;
  }
}
.section__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .section__title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 370px) {
  .section__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.section__title--short {
  max-width: 821px;
}
@media only screen and (max-width: 1024px) {
  .section__title--short {
    max-width: 100%;
  }
}
.section__title.h1 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 88px;
  line-height: 72px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .section__title.h1 {
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 370px) {
  .section__title.h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }
}
.section__title.h3 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .section__title.h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }
}
.section__title.h4 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .section__title.h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.section__subtitle {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #4d4f53;
  width: 345px;
  margin-inline: 20px 10%;
}
@media only screen and (max-width: 1200px) {
  .section__subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1024px) {
  .section__subtitle {
    font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    margin-left: 0;
  }
}
.section__shell--top-title .section__subtitle {
  width: calc(50% - 6px);
  margin-inline: auto 0;
}
@media only screen and (max-width: 1024px) {
  .section__shell--top-title .section__subtitle {
    width: 100%;
    margin-left: 0;
  }
}
.section__subtitle-link {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #111;
}
@media only screen and (max-width: 1024px) {
  .topline .section__subtitle-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.section__content {
  grid-area: content;
}
.section__link-btn {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  align-self: flex-end;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #009fda;
  grid-area: btn;
}
@media only screen and (max-width: 1024px) {
  .section__link-btn {
    font-family: 'Inter', 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, background 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: inline-flex;
    background-clip: unset;
    background-color: transparent;
    color: inherit;
    border: none;
    white-space: nowrap;
    padding: 13px 16px;
    background-color: #ffffff;
    color: #001016;
    border: 1px solid #e4e5e6;
    font-weight: 700;
    align-self: center;
  }
  .section__link-btn:focus-visible {
    outline: 2px solid transparent;
  }
  .section__link-btn:active {
    background-color: transparent;
  }
  .section__link-btn:focus-visible {
    outline: 2px solid #66c5e9;
  }
  .section__link-btn:active {
    border: 1px solid #007fae;
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1024px) {
  .section__link-btn:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1024px) {
  .section__link-btn:hover {
    border: 1px solid #33b2e1;
  }
}
@media only screen and (max-width: 768px) {
  .section__link-btn {
    width: 100%;
  }
}
.section__shell--top-title-with-link .section__link-btn {
  width: calc(50% - 6px);
  justify-content: flex-start;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .section__shell--top-title-with-link .section__link-btn {
    font-family: 'Inter', 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, background 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: inline-flex;
    background-clip: unset;
    background-color: transparent;
    color: inherit;
    border: none;
    white-space: nowrap;
    padding: 13px 16px;
    background-color: #ffffff;
    color: #001016;
    border: 1px solid #e4e5e6;
    font-weight: 700;
    align-self: center;
    margin-top: 24px;
  }
  .section__shell--top-title-with-link .section__link-btn:focus-visible {
    outline: 2px solid transparent;
  }
  .section__shell--top-title-with-link .section__link-btn:active {
    background-color: transparent;
  }
  .section__shell--top-title-with-link .section__link-btn:focus-visible {
    outline: 2px solid #66c5e9;
  }
  .section__shell--top-title-with-link .section__link-btn:active {
    border: 1px solid #007fae;
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1024px) {
  .section__shell--top-title-with-link .section__link-btn:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1024px) {
  .section__shell--top-title-with-link .section__link-btn:hover {
    border: 1px solid #33b2e1;
  }
}
@media only screen and (max-width: 768px) {
  .section__shell--top-title-with-link .section__link-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .section__link-btn-icon {
    display: none;
  }
}
.wrap {
  width: 100%;
  max-width: 1440px;
  padding-inline: 12px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .wrap {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .wrap {
    padding-inline: 16px;
  }
}
.breadcrumbs {
  min-width: 0;
  display: inline-flex;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__shell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.breadcrumbs__back-btn {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 226px;
}
@media only screen and (max-width: 1024px) {
  .header--search .breadcrumbs__back-btn {
    display: flex;
  }
}
.breadcrumbs__back-btn svg {
  margin-top: -3px;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  min-width: 0;
  flex: none;
}
.breadcrumbs__item:last-child {
  width: max-content;
  flex: 1 1 max-content;
  pointer-events: none;
}
.breadcrumbs__item:last-child::after {
  content: none;
}
.breadcrumbs__item:last-child a {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.breadcrumbs__item .breadcrumbs__item:last-child svg {
  display: none;
}
.breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  width: max-content;
  flex: 1 1 max-content;
}
.breadcrumbs__item:last-child .breadcrumbs__link span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none;
  max-width: unset;
  flex: 1;
}
.buy {
  display: grid;
  grid-template-columns: 41.2% calc(58.8% - 12px);
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .buy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.buy__map-shell {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .buy__map-shell {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    height: 458px;
  }
  .buy__map-shell.show {
    margin: initial;
    border: initial;
    padding: initial;
    clip: unset;
    position: relative;
    height: 458px;
  }
}
.buy__map-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 1;
}
.buy__map-toolbar-btn {
  background-color: #ffffff;
  color: #001016;
  border: 1px solid #e4e5e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  flex: none;
  height: 36px;
  padding: 4px 6px;
}
.buy__map-toolbar-btn:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .buy__map-toolbar-btn:hover {
    border: 1px solid #33b2e1;
  }
}
.buy__map-toolbar-btn:active {
  border: 1px solid #007fae;
}
.buy__map {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .buy__map {
    height: 458px;
  }
}
.buy-actions {
  width: 100%;
  height: 100%;
  align-self: stretch;
}
.buy-actions__title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .buy-actions__title {
    margin-bottom: 16px;
  }
}
.buy-actions__types {
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 40px;
}
.buy-actions__types::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .buy-actions__types {
    margin-bottom: 24px;
  }
}
.buy-actions__tabs {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .buy-actions__tabs {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #f0f9fd;
    display: flex;
    margin-bottom: 32px;
  }
}
.buy-actions__tab {
  font-family: 'Inter', 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, background 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: inline-flex;
  background-clip: unset;
  color: inherit;
  border: none;
  white-space: nowrap;
  padding: 13px 16px;
  background-color: #ffffff;
  color: #001016;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  flex: 1;
  background-color: transparent;
  height: 48px;
}
.buy-actions__tab:focus-visible {
  outline: 2px solid transparent;
}
@media only screen and (min-width: 1024px) {
  .buy-actions__tab:hover {
    background-color: transparent;
  }
}
.buy-actions__tab:active {
  background-color: transparent;
}
.buy-actions__tab:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .buy-actions__tab:hover {
    background-color: #f0f9fd;
  }
}
.buy-actions__tab:active {
  background-color: #ccecf8;
}
.buy-actions__tab.active {
  background-color: #007fae;
  color: #fff;
}
.buy-actions__types-btn {
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
  background-color: #f0f9fd;
}
@media only screen and (min-width: 1024px) {
  .buy-actions__types-btn:hover {
    background-color: #33b2e1;
  }
}
.buy-actions__types-btn.active {
  background-color: #007fae;
  color: #fff;
}
.buy-actions__filters {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.buy-actions__points-slider {
  height: 100%;
}
.buy-actions__points {
  height: 442px;
}
@media only screen and (max-width: 1200px) {
  .buy-actions__points {
    height: 242px;
  }
}
@media only screen and (max-width: 1024px) {
  .buy-actions__points {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  .buy-actions__points.show {
    position: static;
    width: initial;
    height: initial;
    margin: initial;
    border: initial;
    padding: initial;
    clip: unset;
    overflow: visible;
    height: 580px;
  }
}
.buy[data-buy-type] .buy-actions__points {
  height: 600px;
}
@media only screen and (max-width: 1280px) {
  .buy[data-buy-type] .buy-actions__points {
    height: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .buy[data-buy-type] .buy-actions__points {
    height: 420px;
  }
}
@media only screen and (max-width: 1024px) {
  .buy[data-buy-type] .buy-actions__points {
    height: 588px;
  }
}
.buy-actions__point {
  transition: border-color 0.1s linear 0s;
  cursor: pointer;
  border: 1px solid #e4e5e6;
  padding: 16px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .buy-actions__point {
    background-color: #f5f6f6;
    border-color: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .buy-actions__point.active {
    border: 1px solid #007fae;
  }
}
.buy-actions__point-type {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #909294;
  margin-bottom: 12px;
}
.buy-actions__point-name {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .buy-actions__point-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .buy-actions__point-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.buy-actions__point-address {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}
.buy-actions__point-mails {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.buy-actions__point-contacts {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.buy-actions__show-more {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .buy-actions__show-more.show {
    display: flex;
    width: 100%;
    margin-top: 32px;
  }
}
.buy-map__geo {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.buy-map__geo svg {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 34px;
  height: 42px;
  bottom: 0;
  max-width: unset;
}
.buy-map__point {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
}
.buy-map-point__shell {
  width: 48px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
.buy-map-point__icon {
  width: 48px;
  height: 60px;
}
.buy-map-point__title {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #e4e5e6;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  left: calc(100% + 0px);
  padding: 4px 6px;
}
.f-links {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 12px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .f-links {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0;
  }
}
.f-links__info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.f-links__info-logo {
  width: 356px;
  height: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .f-links__info-logo {
    width: 239px;
    height: 24px;
  }
}
.f-links__info-text {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #4d4f53;
  max-width: 321px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .f-links__info-text {
    margin-bottom: 32px;
  }
}
.f-links__info-socials-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #909294;
  margin-bottom: 16px;
}
.f-links__info-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .f-links__info-socials {
    margin-bottom: 32px;
  }
}
.detail__aside .f-links__info-socials,
.contacts__descr .f-links__info-socials {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contacts__descr .f-links__info-socials {
    margin-top: 24px;
  }
}
.f-links__info-link {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  transition: scale 0.1s linear 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #f0f9fd;
}
.f-links__info-link:hover {
  scale: 1.04;
}
.contacts__descr .f-links__info-link {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.f-links__accords-columns {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .f-links__accords-columns {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 32px;
  }
}
.f-links__accords-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .f-links__accords-column {
    gap: 0;
  }
}
.f-links__accord-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .f-links__accord-title {
    background-color: #f5f6f6;
    position: relative;
    margin-bottom: 4px;
    padding: 16px 12px;
  }
}
.f-links__accord-title-link {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #909294;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .f-links__accord-title-link {
    color: #001016;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
}
.f-links__accord-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .f-links__accord-btn {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.f-links__accord-btn-icon {
  margin-inline: auto 12px;
}
.f-links__accord-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.show.accord .f-links__accord-body {
  display: flex;
}
.active.accord .f-links__accord-body {
  animation: showBySlide 0.3s forwards;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .f-links__accord-body {
    display: none;
    padding: 12px;
    margin-bottom: 4px;
  }
  .show.accord .f-links__accord-body {
    display: flex;
  }
  .active.accord .f-links__accord-body {
    animation: showBySlide 0.3s forwards;
    display: flex;
  }
}
.f-links__accord-link {
  padding-block: 3px;
}
.f-links__contacts {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
}
.f-links__contacts-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #909294;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .f-links__contacts-title {
    margin-bottom: 12px;
  }
}
.f-links__phone {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .f-links__phone {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .f-links__phone {
    margin-bottom: 12px;
  }
}
.f-links__email {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .f-links__email {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .f-links__order-btn {
    width: 100%;
  }
}
.footer {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
}
.footer.show-cart-btn {
  padding-bottom: 84px;
}
.footer__terms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e4e5e6;
  padding-block: 24px;
}
@media only screen and (max-width: 1024px) {
  .footer__terms {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    border-top: none;
    padding-top: 32px;
  }
}
.footer__terms-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  color: #909294;
}
.header {
  padding-block: 32px 50px;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding-block: 0 40px;
  }
}
.header--with-breadcrumbs {
  padding-block: 32px 40px;
}
@media only screen and (max-width: 1024px) {
  .header--with-breadcrumbs {
    padding-block: 16px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .header--search {
    padding-bottom: 40px;
  }
}
.top-links {
  display: grid;
  grid-template-columns: 41% 1fr 1fr;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .top-links {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: '. .' 'last last';
  }
}
@media only screen and (max-width: 768px) {
  .top-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.top-links__block {
  transition: background-color 0.1s linear 0s, scale 0.1s linear 0s;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #e4e5e6;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .top-links__block {
    background-color: #f0f9fd;
    border: none;
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-links__block:last-child {
    grid-area: last;
  }
}
@media only screen and (min-width: 1024px) {
  .top-links__block:hover {
    background-color: #f0f9fd;
    scale: 1.01;
  }
}
.top-links__block--with-pic {
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .top-links__block--with-pic {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid #e4e5e6;
  }
}
.top-links__picture-shell {
  max-width: 120px;
  width: 100%;
  flex: none;
}
@media only screen and (max-width: 1200px) {
  .top-links__picture-shell {
    max-width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-links__picture-shell {
    max-width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .top-links__picture-shell {
    max-width: 100%;
  }
}
.top-links__picture {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top-links__picture {
    padding-top: 66.45768025%;
    position: relative;
    overflow: hidden;
  }
}
.top-links__text-shell {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.top-links__text-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .top-links__text-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .top-links__text-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .top-links__text-title {
    margin-bottom: 12px;
  }
}
.top-links__text-descr {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #4d4f53;
  margin-bottom: 32px;
}
.top-links__text-link {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #009fda;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  margin-top: auto;
}
.top-links__icon-shell {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #f5f6f6;
  color: #009fda;
  flex: none;
}
@media only screen and (max-width: 768px) {
  .top-links__icon-shell {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
  }
}
.search__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  max-width: 60%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .search__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .search__title {
    max-width: 100%;
  }
}
.search__subtitle {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4d4f53;
  margin-bottom: 40px;
}
.search__results {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search__result {
  transition: background-color 0.1s linear 0s, border-color 0.1s linear 0s;
  background-color: #f5f6f6;
  border: 1px solid transparent;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 64px;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .search__result {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .search__result {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .search__result:hover {
    background-color: #fff;
    border: 1px solid #e4e5e6;
  }
}
.search__result-text-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search__result-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .search__result-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.search__result-subtitle {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #4d4f53;
}
.search__result-link {
  color: #009fda;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.search__result-picture {
  padding-top: 66.66666667%;
  position: relative;
  overflow: hidden;
  flex: none;
}
.swiper-btns {
  display: flex;
  gap: 12px;
}
.swiper-btn {
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #009fda;
  color: #fff;
}
.swiper-btn:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .swiper-btn:hover {
    background-color: #33b2e1;
  }
}
.swiper-btn:active {
  background-color: #007fae;
}
.swiper-btns--white .swiper-btn {
  background-color: #ffffff;
  color: #111;
}
.swiper-btn.swiper-button-disabled {
  background-color: #f5f6f6;
  color: #909294;
  cursor: not-allowed;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #005f83;
}
.detail__shell--with-slider .gallery__slider-shell {
  grid-area: slider;
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .detail__shell--with-slider .gallery__slider-shell {
    min-width: 0;
    width: 100%;
    margin-top: 0;
  }
}
.gallery__slide {
  display: flex;
  flex: none;
  width: max-content;
  height: 468px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .gallery__slide {
    height: 348px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery__slide {
    height: 228px;
  }
}
.gallery__slide:hover:after {
  animation: smooth-show 0.2s linear forwards;
  display: block;
  background-color: rgba(17, 17, 17, 0.3);
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.gallery__slide-img {
  display: block;
  width: max-content;
  height: 100%;
  flex: none;
}
.gallery__slide-descr {
  display: none;
}
.gallery__slider-nav {
  width: max-content;
  margin: 12px 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .gallery__slider-nav {
    display: none;
  }
}
.partition__shell {
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .partition__shell {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .partition__shell {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.partition__slide {
  display: flex;
  height: auto;
  align-self: stretch;
}
@media only screen and (max-width: 768px) {
  .partition__slide {
    flex-direction: column-reverse;
  }
}
.partition__slide-descr {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #f5f6f6;
  align-items: flex-start;
  width: 68.1%;
  padding: 48px 12px 32px 16px;
}
@media only screen and (max-width: 768px) {
  .partition__slide-descr {
    flex: 1;
    width: 100%;
    padding: 24px 16px 48px;
  }
}
.partition__slide-title {
  margin-bottom: 40px;
}
.partition__slide-text {
  margin-bottom: 70px;
}
.partition__slide-link {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .partition__slide-link {
    width: 100%;
  }
}
.partition__slide-picture-shell {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .partition__slide-picture-shell {
    height: 356px;
    margin-bottom: auto;
  }
}
.partition__slide-picture {
  padding-top: 56.02923264%;
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
@media only screen and (max-width: 768px) {
  .partition__slide-picture {
    min-height: 0;
    height: 356px;
  }
}
.partition__slide-picture-tag {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  top: 22px;
  left: 26px;
  z-index: 1;
  pointer-events: none;
  padding: 8px 16px;
}
@media only screen and (max-width: 768px) {
  .partition__slide-picture-tag {
    top: 16px;
    right: 16px;
    left: unset ;
  }
}
.partition__nav {
  position: absolute;
  bottom: 16px;
  right: 32px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .partition__nav {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .partition__btns {
    display: none;
  }
}
.partition__pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  .partition__pagination {
    display: flex;
    justify-content: center;
  }
}
.banner {
  background-color: #f7f7f7;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
  }
}
.banner__content {
  width: 43%;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .banner__content {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .banner__content {
    width: 100%;
    padding: 24px 16px 28px;
  }
}
.banner__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .banner__title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .banner__title {
    margin-bottom: 24px;
  }
}
.banner__text {
  color: #4d4f53;
}
.banner__btn {
  margin-top: 46px;
}
@media only screen and (max-width: 1024px) {
  .banner__btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .banner__btn {
    width: 100%;
  }
}
.banner__img {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  flex: none;
  right: -10%;
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .banner__img {
    right: -20%;
  }
}
@media only screen and (max-width: 768px) {
  .banner__img {
    width: 128%;
    max-width: unset;
    position: static;
    align-self: center;
    transform: none;
    margin-bottom: -77%;
  }
}
@media only screen and (max-width: 640px) {
  .banner__img {
    margin-bottom: -64%;
  }
}
.call-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  align-items: flex-start;
  gap: 10%;
  background-color: #f0f9fd;
  padding: 100px 8.2% 100px;
}
@media only screen and (max-width: 1024px) {
  .call-sec {
    gap: 40px;
    padding: 40px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .call-sec {
    flex-direction: column;
  }
}
.call-sec__descr__title {
  margin-bottom: 20px;
}
.call-sec__descr-subtitle {
  color: #4d4f53;
}
.companies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .companies {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.section__shell--top-title-with-link .companies {
  margin-top: 34px;
}
@media only screen and (max-width: 1024px) {
  .section__shell--top-title-with-link .companies {
    margin-top: 24px;
  }
}
.company {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: background-color 0.1s linear 0s, border-color 0.1s linear 0s;
  background-color: #f5f6f6;
  border: 1px solid transparent;
  padding: 24px;
}
.company:hover,
.company:focus-visible {
  border: 1px solid #e4e5e6;
  background-color: transparent;
}
.company__img {
  width: 198px;
  height: 32px;
}
.company__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .company__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.company__subtitle {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: -8px;
}
.company__link {
  margin-top: auto;
}
.leasing__dock {
  display: none;
}
.leasing__dock.show {
  animation: smooth-show 0.1s linear forwards;
  display: block;
}
.leasing-dock__title-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__title-shell {
    gap: 24px;
    margin-bottom: 24px;
  }
}
.leasing-dock__logo {
  width: 226px;
  height: 40px;
  align-self: flex-end;
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__logo {
    max-width: 120px;
    max-height: 28px;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 370px) {
  .leasing-dock__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.leasing-dock__shell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__shell {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-direction: column-reverse;
  }
}
.leasing-dock__aside {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  min-width: 226px;
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__aside {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  .leasing-dock__aside {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .leasing-dock__aside-btn {
    width: 100%;
  }
}
.leasing-dock__body {
  padding-right: 20%;
}
@media only screen and (max-width: 1200px) {
  .leasing-dock__body {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__body {
    padding-right: 0;
  }
}
.leasing-dock__body p,
.leasing-dock__body b {
  display: block;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__body p,
  .leasing-dock__body b {
    margin-bottom: 24px;
  }
}
.leasing-dock__body p:last-child,
.leasing-dock__body b:last-child {
  margin-bottom: 0;
}
.leasing-dock__props {
  display: flex;
  border: 1px solid #e4e5e6;
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__props {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .leasing-dock__props {
    flex-direction: column;
  }
}
.leasing-dock__prop {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid #e4e5e6;
  flex-direction: column;
  flex: 1;
  text-align: center;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .leasing-dock__prop {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .leasing-dock__prop {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .leasing-dock__prop {
    padding: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .leasing-dock__prop {
    border-right: none;
    border-bottom: 1px solid #e4e5e6;
    padding: 24px;
  }
}
.leasing-dock__prop:last-child {
  border: none;
}
.news--preview {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .news--preview {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .news--preview {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.news--preview::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .news--preview {
    padding-inline: 16px;
  }
}
.news--preview .news__item {
  flex: none;
  width: calc((100% - 2 * 12px) / 4);
}
@media only screen and (max-width: 1024px) {
  .news--preview .news__item {
    width: calc((100% - 2 * 12px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .news--preview .news__item {
    width: calc(100% - 2 * 12px);
  }
}
.news--preview .news__item:first-child {
  width: calc((100% - 2 * 12px) / 4 * 2);
}
@media only screen and (max-width: 1024px) {
  .news--preview .news__item:first-child {
    width: calc((100% - 2 * 12px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .news--preview .news__item:first-child {
    width: calc(100% - 2 * 12px);
  }
}
.detail__body .news__item {
  width: 100%;
}
.detail__body .news__item:hover {
  color: initial;
}
.news__picture {
  transition: scale 0.13s linear 0s;
  padding-top: 66.37681159%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .news__picture {
    padding-top: 66.47230321%;
    position: relative;
    overflow: hidden;
  }
}
.news--preview .news__item:first-child .news__picture {
  padding-top: 63.10541311%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .news--preview .news__item:first-child .news__picture {
    padding-top: 66.47230321%;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .news__item:hover .news__picture {
    scale: 1.008;
  }
}
.detail__body .news__picture {
  padding-top: 47.12765957%;
  position: relative;
  overflow: hidden;
}
.detail__body .news__date,
.news__datep {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #909294;
  margin-block: 0 12px;
}
.news__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .news__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .news__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.detail__body .news__title,
.news__title {
  margin-block: 0;
}
.partners {
  width: calc(100% + 2 * 12px);
  margin-left: -12px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .partners {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .partners {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.partners::before,
.partners:after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: 1px;
  box-shadow: 0 0 30px 50px #fff;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .partners::before,
  .partners:after {
    content: none;
  }
}
.partners::after {
  right: unset;
  left: -1px;
}
.partners .swiper-wrapper {
  transition-timing-function: linear !important;
  z-index: 0;
}
.partners__slide {
  width: 344px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  transition: background-color 0.16s linear 0s;
  border: 1px solid #e4e5e6;
  border-right: none;
}
@media only screen and (min-width: 1024px) {
  .partners__slide:hover {
    background-color: #33b2e1;
  }
}
@media only screen and (max-width: 1024px) {
  .partners__slide {
    width: 240px;
    height: 120px;
  }
}
.partners__img {
  width: auto;
  height: auto;
  max-width: 214px;
  max-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .partners__img {
    max-width: 160px;
    max-height: 38px;
  }
}
.press__filters {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .press__filters {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .press__filters {
    flex-direction: column;
  }
}
.press__filters-input-box {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .press__filters-input-box {
    min-width: 100%;
  }
}
.press__filters-select {
  width: 24.4%;
}
@media only screen and (max-width: 1024px) {
  .press__filters-select {
    width: calc((100% - 12px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .press__filters-select {
    width: 100%;
  }
}
.press__news-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.press__news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 12px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .press__news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .press__news {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.press__news.hide {
  display: none;
}
.press__news-no-result {
  display: none;
}
.press__news-no-result.show {
  animation: smooth-show 0.2s linear forwards;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: flex-start;
}
.press__news-no-result-subtitle {
  color: #909294;
}
.press__news-next-page-btn {
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .press__news-next-page-btn {
    margin-top: 32px;
  }
}
.press__news-next-page-btn.hide {
  display: none;
}
.production {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .production {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.production--variety-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.production__item {
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #f0f9fd;
  overflow: hidden;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .production__item {
    padding: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .production__item.hover {
    background-color: #33b2e1;
    color: #fff;
  }
}
.production--variety-content .production__item {
  position: relative;
  width: calc((100% - 12px) / 2);
  height: 680px;
}
@media only screen and (max-width: 1200px) {
  .production--variety-content .production__item {
    height: 520px;
  }
}
@media only screen and (max-width: 1024px) {
  .production--variety-content .production__item {
    height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .production--variety-content .production__item {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .production--variety-content .production__item {
    height: 360px;
  }
}
.production--variety-content .production__item:first-child:last-child {
  width: 100%;
}
.production--variety-content .production__item:nth-child(2):nth-last-child(2),
.production--variety-content .production__item:nth-child(3):nth-last-child(1) {
  width: calc((50% - 12px * 2) / 2);
  height: 340px;
}
@media only screen and (max-width: 1200px) {
  .production--variety-content .production__item:nth-child(2):nth-last-child(2),
  .production--variety-content .production__item:nth-child(3):nth-last-child(1) {
    height: 260px;
  }
}
@media only screen and (max-width: 1024px) {
  .production--variety-content .production__item:nth-child(2):nth-last-child(2),
  .production--variety-content .production__item:nth-child(3):nth-last-child(1) {
    width: calc((100% - 12px) / 2);
    height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .production--variety-content .production__item:nth-child(2):nth-last-child(2),
  .production--variety-content .production__item:nth-child(3):nth-last-child(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .production--variety-content .production__item:nth-child(2):nth-last-child(2),
  .production--variety-content .production__item:nth-child(3):nth-last-child(1) {
    height: 360px;
  }
}
.production__title-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  align-items: flex-start;
}
.production__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .production__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.production__picture {
  padding-top: 70.0610998%;
  position: relative;
  overflow: hidden;
  transform: translateX(29%);
}
.production__item.hover .production__picture {
  transition: transform 0.2s linear 0s;
}
@media only screen and (min-width: 1024px) {
  .production__item.hover .production__picture {
    transform: translateX(23%);
  }
}
.production__item.leave .production__picture {
  transition: transform 0.2s linear 0s;
}
.production--variety-content .production__item .production__picture {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  left: 73%;
}
@media only screen and (max-width: 768px) {
  .production--variety-content .production__item .production__picture {
    width: 110%;
    max-width: 371px;
    left: 73%;
  }
}
.production--variety-content .production__item .production__picture img {
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .production--variety-content .production__item.hover .production__picture {
    transform: translate(-53%, -50%);
  }
}
.production--variety-content .production__item:first-child:last-child .production__picture {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .production--variety-content .production__item:first-child:last-child .production__picture {
    width: 110%;
    left: 73%;
  }
}
.production__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .production__tags {
    gap: 4px;
  }
}
.production__tag {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s;
  background-color: #009fda;
  color: #fff;
  padding: 8px 16px;
}
@media only screen and (max-width: 1024px) {
  .production__tag {
    padding: 4px 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .production__item.hover .production__tag {
    background-color: #ffffff;
    color: #001016;
  }
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: step;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.step {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #f5f6f6;
  position: relative;
  padding: 80px 16px 16px;
}
@media only screen and (max-width: 1024px) {
  .step {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .step {
    min-height: 164px;
  }
}
.step::before {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: #009fda;
  position: absolute;
  top: 16px;
  left: 16px;
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
}
@media only screen and (max-width: 1024px) {
  .step::before {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }
}
.step__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .topline .step__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.step__title:last-child {
  margin-bottom: 0;
}
.step__btn {
  width: max-content;
  margin-top: auto;
}
.step__mail {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .step__mail {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.vacancies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 1200px) {
  .vacancies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .vacancies {
    grid-template-columns: 1fr;
  }
}
.vacancy {
  transition: background-color 0.1s linear 0s, border-color 0.1s linear 0s;
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  background-color: #f5f6f6;
  border: 1px solid transparent;
  min-height: 236px;
  padding: 24px;
}
@media only screen and (max-width: 1200px) {
  .vacancy {
    padding: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .vacancy {
    min-height: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .vacancy:active,
  .vacancy:hover,
  .vacancy:focus-visible {
    background-color: #fff;
    border: 1px solid #e4e5e6;
  }
}
.vacancy__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .vacancy__tags {
    margin-bottom: 16px;
  }
}
.vacancy__tag {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: background-color 0.1s linear 0s;
  background-color: #fff;
  font-weight: 600;
  padding: 8px 16px;
}
@media only screen and (min-width: 1024px) {
  .vacancy:active .vacancy__tag,
  .vacancy:hover .vacancy__tag,
  .vacancy:focus-visible .vacancy__tag {
    background-color: #f5f6f6;
  }
}
.vacancy__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .topline .vacancy__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .vacancy__title {
    margin-bottom: 32px;
  }
}
.vacancy__btn {
  width: max-content;
  font-weight: 700;
  margin-top: auto;
}
@media only screen and (max-width: 640px) {
  .vacancy__btn {
    width: 100%;
  }
}
.videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .videos {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
    padding-inline: 16px;
    overflow: auto;
  }
  .videos::-webkit-scrollbar {
    display: none;
  }
}
.videos__item-shell {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .videos__item-shell {
    flex: none;
    width: calc(100% - 2 * 16px);
  }
}
.videos__item {
  padding-top: 56.12535613%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .videos__item {
    margin-bottom: 12px;
  }
}
.videos__item-shell:hover .videos__item::after {
  animation: smooth-show 0.2s linear forwards;
  display: block;
  background-color: rgba(17, 17, 17, 0.3);
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.videos__item-video {
  border: none;
  height: 140%;
}
@media only screen and (max-width: 1024px) {
  .videos__item-video {
    height: 150%;
  }
}
.videos-lay .videos__item-video {
  height: 100%;
}
.videos__item-video-play-icon {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.videos__item-btn {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.videos__item-title {
  padding-inline: 8px;
}
.videos__item-preview {
  display: none;
}
.videos__item--with-preview .videos__item-preview {
  display: block;
}
.hover-block {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .with-hover:hover .hover-block {
    display: block;
    background-color: #fff;
    border: 1px solid #e4e5e6;
    border-top: none;
    overflow: hidden;
    position: absolute;
    top: 69px;
    width: calc(100% + 2px);
    left: -1px;
    padding: 40px 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .with-hover:hover .hover-block--wide {
    width: calc(100% + 2 * 12px);
    margin-left: -12px;
    padding: 24px 12px;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) and only screen and (max-width: 1024px) {
  .with-hover:hover .hover-block--wide {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (max-width: 640px) {
  .with-hover:hover .hover-block--wide {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show {
    animation: smooth-show 0.2s linear forwards;
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100dvw;
    height: calc(100dvh - 56px);
    overflow: auto;
    background-color: #fff;
    border: none;
    z-index: 1030;
    margin: 0;
  }
}
.hover-block__shell {
  animation: smooth-show 0.1s linear forwards;
  display: block;
  display: grid;
  gap: 12px;
  grid-template-columns: min-content min-content 1fr 24.4%;
  grid-template-areas: '. . . content';
}
@media only screen and (max-width: 1200px) {
  .hover-block__shell {
    grid-template-columns: min-content min-content 1fr 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show .hover-block__shell {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: auto;
    align-items: flex-start;
    height: calc(100dvh - 56px);
    padding: 0 16px 16px;
  }
}
.hover-block__back-btn {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 16px 10px;
}
@media only screen and (max-width: 1024px) {
  .hover-block__back-btn {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .hover-block__back-btn {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.hover-block__title {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show .hover-block__title {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1;
    padding-inline: 16px;
  }
  .mobile.topline .hover-block.show .hover-block__title::after {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -16px;
    width: 100dvw;
    height: 56px;
    content: '';
    z-index: -1;
    box-shadow: 0 0 6px 6px #fff;
  }
}
.hover-block__part-name {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hover-block__part-name {
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: block;
  }
}
@media only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .topline .hover-block__part-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.hover-block__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 226px;
}
@media only screen and (max-width: 1200px) {
  .hover-block__column {
    min-width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show .hover-block__column {
    min-width: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .hover-block__picture-shell {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .hover-block__picture-shell {
    display: none;
  }
}
.hover-block__picture {
  display: none;
}
.hover-block__picture.show {
  animation: smooth-show 0.2s linear forwards;
  display: block;
  padding-top: 56.94682676%;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #f5f6f6;
}
.hover-block__picture-img {
  width: 65%;
  height: auto;
}
.hover-block__text {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #909294;
}
.hover-block__link {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .hover-block__link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.mobile.topline .hover-block.show .hover-block__link {
  width: max-content;
  position: relative;
  padding-block: 16px;
}
.mobile.topline .hover-block.show .hover-block__link:after {
  position: absolute;
  left: -16px;
  bottom: 0;
  background-color: #e4e5e6;
  content: '';
  width: 100dvw;
  height: 1px;
}
.hover-block__content {
  animation: smooth-show 0.2s linear forwards;
  display: block;
  transition: background-color 0.2s linear 0s;
  aspect-ratio: 1;
  grid-area: content;
  background-color: #f0f9fd;
  padding: 16px;
}
@media only screen and (max-width: 1024px) {
  .hover-block__content {
    aspect-ratio: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-block__content:hover {
    background-color: #33b2e1;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show .hover-block__content {
    width: 100%;
    position: relative;
    margin-top: auto;
    flex: none;
    overflow: hidden;
    padding-bottom: 0;
  }
}
.hover-block__content-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  transition: color 0.1s linear 0s;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .topline .hover-block__content-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-block__content:hover .hover-block__content-title {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show .hover-block__content-title {
    padding-right: 71px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show .hover-block__content-img-shell {
    margin-left: auto;
    max-width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .mobile.topline .hover-block.show .hover-block__content-img-shell {
    max-width: 70%;
  }
}
.hover-block__content-img {
  padding-top: 70.60702875%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hover-block__content-img {
    transition: transform 0.3s linear 0s;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-block__content:hover .hover-block__content-img {
    transform: translateX(-5px) scale(1.02);
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .hover-block.show .hover-block__content-img {
    padding-top: 70.3125%;
    position: relative;
    overflow: hidden;
    right: -63px;
    margin-top: -40px;
    z-index: 0;
  }
}
.hover-block__content-arrow {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hover-block__content-arrow {
    color: #009fda;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
  }
}
.menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex: 1 auto;
  height: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .menu__item {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e4e5e6;
    padding-inline: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu__item.with-hover:hover::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
  }
}
.menu__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 100%;
  height: 100%;
  padding-inline: 3.7%;
}
@media only screen and (min-width: 1024px) {
  .menu__item-link:hover {
    color: #33b2e1;
  }
}
@media only screen and (max-width: 1200px) {
  .menu__item-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu__item-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    width: max-content;
    justify-content: flex-start;
    min-height: 52px;
    padding-inline: 0;
  }
}
.topline {
  background-color: #fff;
  top: 0;
  position: sticky;
  border-bottom: 1px solid #e4e5e6;
  z-index: 1030;
}
@media only screen and (max-width: 1024px) {
  .topline.mobile {
    overflow: auto;
    width: 100dvw;
    height: 100dvh;
  }
}
.topline__block-shell {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-shell {
    flex-direction: column;
    height: calc(99dvh - 16px);
  }
}
.topline__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  height: 68px;
  border-right: 1px solid #e4e5e6;
}
@media only screen and (max-width: 1024px) {
  .topline__block {
    height: 56px;
    border-right: none;
  }
}
.topline__block:last-child {
  border-right: none;
}
.topline__block--logo {
  padding-inline: 1.2% 1.8%;
}
@media only screen and (max-width: 1024px) {
  .topline__block--logo {
    align-self: flex-start;
    order: 0;
    height: 56px;
    padding: 0;
    flex: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block--logo {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .mobile.topline .topline__block--logo::after {
    position: absolute;
    top: 0;
    left: -16px;
    background-color: #fff;
    width: 100dvw;
    height: 56px;
    content: '';
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) {
  .topline__block--catalog {
    order: 2;
    display: none;
    min-height: 52px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block--catalog {
    width: calc(100% + 2 * 16px);
    padding-inline: 16px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e5e6;
  }
}
.topline__block--menu {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  display: flex;
  flex: 1 1;
  width: 0;
}
.topline__block--menu.show {
  position: static;
  width: initial;
  height: initial;
  margin: initial;
  border: initial;
  padding: initial;
  clip: unset;
  overflow: visible;
  width: 100%;
  height: 68px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .topline__block--menu {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block--menu {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: calc(100% + 2 * 16px);
    height: 100%;
    order: 3;
  }
}
.topline__block--contact {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  margin-left: auto;
  padding-inline: 1.6% 1.8%;
}
@media only screen and (max-width: 1024px) {
  .topline__block--contact {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    padding-inline: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block--contact {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    order: 4;
    height: 100%;
    margin-top: 40px;
    padding-bottom: 24px;
  }
}
.topline__block--search {
  width: 68px;
  height: 68px;
  border-left: 1px solid #e4e5e6;
  flex: none;
}
@media only screen and (max-width: 1024px) {
  .topline__block--search {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block--search {
    position: sticky;
    top: 56px;
    order: 1;
    z-index: 1;
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    margin-bottom: 16px;
  }
}
.mobile.topline .topline__block--search::after {
  position: absolute;
  top: 0;
  left: -16px;
  background-color: #fff;
  width: 100dvw;
  height: 56px;
  content: '';
  z-index: -1;
  box-shadow: 0 0 6px 6px #fff;
}
.topline__block--search.show {
  position: static;
  width: initial;
  height: initial;
  margin: initial;
  border: initial;
  padding: initial;
  clip: unset;
  overflow: visible;
  flex: 1 1;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .topline__block.with-hover:hover::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
  }
}
.topline__logo {
  width: 180px;
  height: 18px;
  flex: none;
  margin-top: -6px;
}
@media only screen and (max-width: 1200px) {
  .topline__logo {
    width: 160px;
    height: 24px;
  }
}
@media only screen and (max-width: 370px) {
  .topline__logo {
    width: 120px;
    height: 20px;
  }
}
.topline__block-search-box {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  transition: width 0.2s linear 0s;
  flex: none;
  width: 0;
}
.topline__block--search.show .topline__block-search-box {
  position: static;
  width: initial;
  height: initial;
  margin: initial;
  border: initial;
  padding: initial;
  clip: unset;
  overflow: visible;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .topline__block--search.show .topline__block-search-box {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-right: 1px solid #e4e5e6;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-search-box {
    position: static;
    width: initial;
    height: initial;
    margin: initial;
    border: initial;
    padding: initial;
    clip: unset;
    overflow: visible;
    position: relative;
  }
}
.topline__block-search-show-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 100%;
  height: 100%;
}
.topline__block-search-show-btn:hover {
  opacity: 0.7;
}
.topline__block--search.show .topline__block-search-show-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .topline__block-search-show-btn {
    display: none;
  }
}
.topline__block-title {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-title {
    font-weight: 400;
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: block;
    margin-top: auto;
    color: #909294;
    margin-bottom: 12px;
  }
}
.topline__block-phone {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-block: 3px;
}
@media only screen and (max-width: 1024px) {
  .topline__block-phone {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .topline__block-phone {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline__block-phone {
    color: #009fda;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-phone {
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #001016;
  }
}
@media only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-phone {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.topline__block-order-call {
  color: #009fda;
}
@media only screen and (max-width: 1024px) {
  .topline__block-order-call {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-order-call {
    font-family: 'Inter', 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, background 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: inline-flex;
    background-clip: unset;
    background-color: transparent;
    color: inherit;
    border: none;
    white-space: nowrap;
    padding: 13px 16px;
    display: flex;
    background-color: #009fda;
    color: #ffffff;
  }
  .mobile.topline .topline__block-order-call:focus-visible {
    outline: 2px solid transparent;
  }
  .mobile.topline .topline__block-order-call:active {
    background-color: transparent;
  }
  .mobile.topline .topline__block-order-call:focus-visible {
    outline: 2px solid #66c5e9;
  }
  .mobile.topline .topline__block-order-call:hover {
    background-color: #33b2e1;
  }
  .mobile.topline .topline__block-order-call:active {
    background-color: #007fae;
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1024px) {
  .mobile.topline .topline__block-order-call:hover {
    background-color: transparent;
  }
}
.topline__block-mail {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-mail {
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 24px;
  }
}
.topline__block-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.topline__block--catalog .topline__block-link {
  flex: none;
  padding-inline: 25px 26px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .topline__block--catalog .topline__block-link {
    font-size: 13px;
    padding-inline: 10px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__block-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    justify-content: space-between;
    padding-inline: 0;
  }
}
.topline__block-arrow-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .topline__block-arrow-btn {
    display: block;
  }
}
.topline__block-catalog-icon {
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .topline__block-catalog-icon {
    display: none;
  }
}
.topline__burger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .topline__burger {
    width: 32px;
    height: 32px;
    flex: none;
    display: block;
    padding-block: 2px;
    transition: transform 0.2s ease-in-out;
  }
  .mobile.topline .topline__burger {
    transition: transform 0.1s ease-in-out;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1024px) {
  .topline__burger:hover .topline__burger-line,
  .topline__burger:hover .topline__burger-line::before,
  .topline__burger:hover .topline__burger-line::after {
    transition: background-color 0.1s linear 0s;
    background-color: #001016;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__burger {
    position: fixed;
    z-index: 1;
    top: 12px;
    right: 16px;
  }
}
.topline__burger-line {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #001016;
  display: block;
  margin: 6px auto;
  transition: transform 0.2s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .mobile.topline .topline__burger-line {
    transition: transform 0.1s ease-in-out;
    transform: translateY(0px);
    width: 17px;
    height: 2px;
  }
}
.topline__burger-line::before {
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  content: "";
  background-color: #001016;
  display: block;
  margin: 6px auto;
  transition: transform 0.1s ease-in-out;
}
.mobile.topline .topline__burger-line::before {
  width: 0;
}
.topline__burger-line::after {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #001016;
  display: block;
  margin: 6px auto;
  transition: transform 0.2s ease-in-out;
}
.mobile.topline .topline__burger-line::after {
  transform: translateY(6px) rotate(90deg);
  width: 17px;
  height: 2px;
}
.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .not-found {
    align-items: stretch;
  }
}
.contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .contacts {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .contacts {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .contacts__map {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .contacts__map {
    height: 250px;
  }
}
.contacts__descr {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 40px;
}
@media only screen and (max-width: 1200px) {
  .contacts__descr {
    gap: 16px;
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .contacts__descr {
    padding-inline: 0;
  }
}
.descr__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .descr__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.descr__data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.descr__data-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.descr__data-title {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4d4f53;
}
.descr__data-value {
  font-weight: 500;
}
.table {
  padding-block: 50px;
}
@media only screen and (max-width: 1024px) {
  .table {
    padding-block: 40px;
  }
}
.table__row {
  border-bottom: 1px solid #e4e5e6;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
  padding: 16px 24px;
}
@media only screen and (max-width: 768px) {
  .table__row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 0;
  }
}
.table__row:last-child {
  border: none;
}
.table__row:first-child .table__row {
  padding-top: 0;
}
.table__row:last-child .table__row {
  padding-bottom: 0;
}
.table__row-data {
  display: flex;
  flex-direction: column;
}
.table__row-data * {
  display: block;
  max-width: max-content;
}
.table__row-data a {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-weight: 500;
}
.table__row-data-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.table h3 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .table h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .table h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.table a {
  font-size: 16px;
  line-height: 20px;
  transition: color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s, color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .table a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .table a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.disable.table a:hover {
  opacity: unset;
  pointer-events: none;
}
.disable.table a:active {
  opacity: unset;
  pointer-events: none;
}
.table a:focus-visible {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 0 1px #111;
}
.disable.table a:focus-visible {
  box-shadow: unset;
}
.params__accord--contacts .table a {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .table a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .table a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.table a:hover,
.table a--m-44:hover,
.table a--xs-24-black:hover,
.table a--xs-24-blue:hover {
  color: #33b2e1;
}
.table a:active,
.table a--m-44:active,
.table a--xs-24-black:active,
.table a--xs-24-blue:active {
  color: #007fae;
}
.table a:focus-visible,
.table a--m-44:focus-visible,
.table a--xs-24-black:focus-visible,
.table a--xs-24-blue:focus-visible {
  color: #007fae;
}
.table a--xs-24-blue {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.table a--blue {
  color: #009fda;
}
.table a--with-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table a:disabled,
.table a[disabled],
.table a.disable {
  color: #909294;
}
.disable.table a:hover {
  opacity: unset;
  pointer-events: none;
}
.disable.table a:active {
  opacity: unset;
  pointer-events: none;
}
.table a:focus-visible {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 0 1px #111;
}
.disable.table a:focus-visible {
  box-shadow: unset;
}
.params__accord--contacts .table a {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .table a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .table a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.table p {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4d4f53;
}
.table b {
  font-weight: 500;
}
.catalog {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 20px;
}
@media only screen and (max-width: 1280px) {
  .catalog {
    grid-template-columns: 1fr 400px;
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog {
    grid-template-columns: 1fr;
  }
}
.catalog__filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1280px) {
  .catalog__filters {
    gap: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.catalog__filters-input-hints {
  background-color: #fff;
  box-shadow: 0 4px 15px 0 #0000001a;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 100%;
  left: 0;
  max-height: 250px;
  overflow: auto;
  padding: 8px;
  display: none;
}
.catalog__filters-input-hints.show {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.catalog__filters-input-hints-btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: background-color 0.1s linear 0s, background 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s, color 0.1s linear 0s, opacity 0.1s linear 0s;
  background-color: #ffffff;
  color: #001016;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none;
  max-width: unset;
  width: 100%;
  padding: 9px;
}
.catalog__filters-input-hints-btn:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .catalog__filters-input-hints-btn:hover {
    background-color: #f0f9fd;
  }
}
.catalog__filters-input-hints-btn:active {
  background-color: #ccecf8;
}
.catalog__filters-input-hints-btn:first-letter {
  text-transform: uppercase;
}
.catalog__filters-select {
  min-width: 260px;
}
@media only screen and (max-width: 1280px) {
  .catalog__filters-select {
    min-width: 236px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__filters-select {
    min-width: 0;
  }
}
.catalog__results {
  margin-bottom: 64px;
}
.catalog__descr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f0f9fd;
  padding: 24px;
}
.catalog__descr-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .catalog__descr-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.catalog__descr-info {
  color: #4d4f53;
}
.catalog__descr-file {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog__descr-date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #4d4f53;
}
.catalog__descr-contacts {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #4d4f53;
}
.catalog__aside {
  align-self: flex-start;
  position: sticky;
  top: 90px;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside.show {
    background-color: #fff;
    display: block;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    padding: 72px 16px 190px;
    overflow: auto;
  }
}
.catalog__aside-cart {
  background-color: #f5f6f6;
  display: none;
  max-height: calc(100dvh - 100px);
  overflow: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart {
    background-color: unset;
    max-height: none;
    overflow: unset;
    position: relative;
    z-index: 1;
  }
}
.catalog__aside-cart.show {
  animation: smooth-show 0.2s linear forwards;
  display: flex;
  flex-direction: column;
}
.catalog.show-cart-btn .catalog__aside-cart {
  display: flex;
}
.catalog__aside-cart-title-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #f5f6f6;
  position: sticky;
  top: 0;
  order: 1;
  z-index: 1;
  padding: 16px 16px 20px;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-title-shell {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    width: 100%;
    align-items: center;
    position: fixed;
    top: unset;
    left: 0;
    bottom: 88px;
  }
}
.catalog__aside-cart-title-shell::after {
  transform: translateX(-50%);
  left: 50%;
  background-color: #e4e5e6;
  bottom: 0;
  content: '';
  position: absolute;
  width: calc(100% - 2 * 16px);
  height: 1px;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-title-shell::after {
    content: none;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-title-shell::before {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -16px;
    width: 100dvw;
    height: 56px;
    content: '';
    z-index: -1;
    box-shadow: 0 0 6px 6px #fff;
  }
}
.catalog__aside-cart-title-mobile-shell {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-title-mobile-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background-color: #fff;
    width: 100dvw;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 14px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-title-mobile-shell::after {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -16px;
    width: 100dvw;
    height: 56px;
    content: '';
    z-index: -1;
    box-shadow: 0 0 6px 6px #fff;
  }
}
.catalog__aside-cart-close {
  width: 32px;
  height: 32px;
  position: relative;
  margin-right: -6px;
}
.catalog__aside-cart-close::before,
.catalog__aside-cart-close::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #111;
  content: "";
  width: 2px;
  height: 16px;
  transform-origin: top center;
  rotate: 45deg;
  left: 16px;
}
.catalog__aside-cart-close:after {
  rotate: -45deg;
}
.catalog__aside-cart-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .topline .catalog__aside-cart-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-title {
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #909294;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-title svg {
    display: none;
  }
}
.catalog__aside-cart-sum {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .catalog__aside-cart-sum {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-sum {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.catalog__aside-cart-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  order: 2;
  position: relative;
  padding: 20px 16px;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-list {
    width: 100%;
    padding: 0;
  }
}
.catalog__aside-cart-list-item {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-list-item {
    flex-direction: column;
    align-items: stretch;
  }
}
.catalog__aside-cart-item-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-right: 12px;
}
.catalog__aside-cart-item-name:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-item-name {
    margin-right: 0;
    margin-bottom: 12px;
    padding-right: 24px;
  }
}
.catalog__aside-cart-item-price-shell {
  display: flex;
  flex: none;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .catalog__aside-cart-item-price-shell {
    align-items: end;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-item-price-shell {
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.catalog__aside-cart-item-price-name {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #909294;
  flex: none;
}
.catalog__aside-cart-item-price {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex: none;
  margin-left: 8px;
}
.catalog__aside-cart-list-item-del {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  flex: none;
  position: relative;
  padding: 0;
  margin-left: 8px;
}
.catalog__aside-cart-list-item-del::before,
.catalog__aside-cart-list-item-del::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #fff;
  content: "";
  width: 2px;
  height: 8px;
  transform-origin: top center;
  rotate: 45deg;
}
.catalog__aside-cart-list-item-del:after {
  rotate: -45deg;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-list-item-del {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.catalog__aside-cart-order-btn-shell {
  background-color: #f5f6f6;
  position: sticky;
  bottom: 0;
  order: 3;
  padding: 20px 16px 24px;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-order-btn-shell {
    width: 100%;
    left: 0;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    bottom: 0;
  }
}
.catalog__aside-cart-order-btn-shell::before {
  transform: translateX(-50%);
  left: 50%;
  background-color: #e4e5e6;
  top: 0;
  content: '';
  position: absolute;
  width: calc(100% - 2 * 16px);
  height: 1px;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-cart-order-btn-shell::before {
    content: none;
  }
}
.catalog__aside-cart-order-btn {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-contacts {
    position: relative;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__aside-contacts::before {
    content: '';
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #e4e5e6;
    width: 100dvw;
    height: 1px;
  }
}
.catalog__aside-contacts-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .topline .catalog__aside-contacts-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.catalog__aside-contacts-card-link {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.catalog__aside-contacts-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #f0f9fd;
  padding: 16px;
  margin-bottom: 16px;
}
.catalog__aside-contacts-card-title {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #909294;
}
.catalog__aside-contacts-more {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #909294;
}
.catalog__aside-contacts-more a {
  color: #111;
}
.catalog__cart-open-btn-shell {
  background-color: #fff;
  border-top: 1px solid #e4e5e6;
  position: fixed;
  z-index: 1030;
  left: 0;
  bottom: 0;
  width: 100dvw;
  padding: 24px 16px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .catalog__cart-open-btn-shell {
    animation: smooth-show 0.2s linear forwards;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog__cart-open-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .catalog::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .catalog::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
  }
  .catalog::-webkit-scrollbar-track {
    background: transparent;
  }
  .catalog::-webkit-scrollbar-button {
    display: none;
  }
}
.catalog-results__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.catalog-results__count {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  background-color: #33b2e1;
  color: #fff;
  min-width: 22px;
  margin-top: -2px;
  padding-inline: 4px;
}
.catalog-results__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.catalog-results__items.no-result {
  height: 300px;
}
.catalog-results__item {
  transition: background-color 0.1s linear 0s;
  border: 1px solid #e4e5e6;
  display: flex;
  gap: 32px;
  position: relative;
  padding: 16px;
}
@media only screen and (max-width: 1280px) {
  .catalog-results__item {
    gap: 6px;
    padding: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-results__item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.catalog-results__item:hover {
  background-color: rgba(240, 249, 253, 0.6);
}
.catalog-results__item[data-condition="del"] {
  background-color: #ccecf8;
}
.catalog-results__item[data-condition="del"]:hover {
  background-color: #99d9f0;
}
.catalog-results__item.download {
  animation: smooth-show 0.32s linear forwards;
  display: flex;
}
.catalog-results__item-body {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-body {
    width: 100%;
  }
}
.catalog-results__item-name {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .catalog-results__item-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .catalog-results__item-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .catalog-results__item-name {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-name {
    margin-bottom: 12px;
  }
}
.catalog-results__item-props {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-props {
    flex-direction: column;
  }
}
.catalog-results__item-article {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0px;
  color: #909294;
  min-width: 23%;
  justify-content: center;
  padding-right: 16px;
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-article {
    order: -2;
    padding-right: 0;
    min-width: 0;
    margin-bottom: 8px;
  }
}
.catalog-results__item-time {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border-left: 1px solid #e4e5e6;
  justify-content: center;
  flex: 1 1;
  max-width: 30%;
  padding-inline: 16px;
}
@media only screen and (max-width: 1280px) {
  .catalog-results__item-time {
    font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-time {
    max-width: 100%;
    border-left: none;
    padding-inline: 0;
    margin-bottom: 16px;
  }
}
.catalog-results__item-time-descr {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #909294;
}
.catalog-results__item-tractor-name {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  border-left: 1px solid #e4e5e6;
  flex: 1 1;
  max-width: 30%;
  padding-left: 16px;
}
@media only screen and (max-width: 1280px) {
  .catalog-results__item-tractor-name {
    font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-tractor-name {
    border-left: none;
    max-width: 100%;
    order: -1;
    margin-bottom: 8px;
    padding-left: 0;
  }
}
.catalog-results__item-price-shell {
  display: flex;
  flex: none;
}
@media only screen and (max-width: 1280px) {
  .catalog-results__item-price-shell {
    flex-direction: column;
    gap: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-price-shell {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.catalog-results__item-price {
  flex-direction: column;
  gap: 4px;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  justify-content: center;
  color: #4d4f53;
  flex: 0 1;
  display: flex;
  align-items: flex-start;
  min-width: max-content;
  padding-inline: 10px;
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-price {
    min-width: 0;
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 0;
  }
}
.catalog-results__item-price-value {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #111;
}
.catalog-results__item-add-to-cart {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f5f6f6;
  color: #009fda;
  margin-left: 42px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .catalog-results__item-add-to-cart {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-weight: 600;
    width: max-content;
    height: 44px;
    margin-left: 0;
    padding: 12px;
  }
}
.catalog-results__item[data-condition="del"] .catalog-results__item-add-to-cart {
  display: none;
}
.catalog-results__item[data-condition="add"] .catalog-results__item-add-to-cart--absolute,
.catalog-results__item-add-to-cart--absolute {
  font-family: 'Inter', 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;
  background-color: transparent;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.catalog-results__item[data-condition="add"] .catalog-results__item-add-to-cart--absolute:focus-visible,
.catalog-results__item-add-to-cart--absolute:focus-visible {
  outline: 2px solid transparent;
}
@media only screen and (min-width: 1024px) {
  .catalog-results__item[data-condition="add"] .catalog-results__item-add-to-cart--absolute:hover,
  .catalog-results__item-add-to-cart--absolute:hover {
    background-color: transparent;
  }
}
.catalog-results__item[data-condition="add"] .catalog-results__item-add-to-cart--absolute:active,
.catalog-results__item-add-to-cart--absolute:active {
  background-color: transparent;
}
.catalog-results__item-del-from-cart {
  display: none;
}
.catalog-results__item[data-condition="add"] .catalog-results__item-del-from-cart {
  display: none;
}
.catalog-results__item[data-condition="del"] .catalog-results__item-del-from-cart {
  animation: smooth-show 0.2s linear forwards;
  display: flex;
  align-self: center;
  width: max-content;
  height: 44px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .catalog-results__item[data-condition="del"] .catalog-results__item-del-from-cart {
    align-self: flex-start;
  }
}
.catalog-results__item[data-condition="del"] .catalog-results__item-del-from-cart--absolute,
.catalog-results__item-del-from-cart--absolute {
  font-family: 'Inter', 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;
  background-color: transparent;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.catalog-results__item[data-condition="del"] .catalog-results__item-del-from-cart--absolute:focus-visible,
.catalog-results__item-del-from-cart--absolute:focus-visible {
  outline: 2px solid transparent;
}
@media only screen and (min-width: 1024px) {
  .catalog-results__item[data-condition="del"] .catalog-results__item-del-from-cart--absolute:hover,
  .catalog-results__item-del-from-cart--absolute:hover {
    background-color: transparent;
  }
}
.catalog-results__item[data-condition="del"] .catalog-results__item-del-from-cart--absolute:active,
.catalog-results__item-del-from-cart--absolute:active {
  background-color: transparent;
}
.catalog-results__pagination {
  display: none;
}
.catalog__results.pagination-show .catalog-results__pagination {
  display: block;
}
@media only screen and (max-width: 768px) {
  .catalog__results.pagination-show .catalog-results__pagination {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-results__pagination {
    display: none;
  }
}
.catalog-results__show-more-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .catalog-results__show-more-btn {
    display: flex;
    width: 100%;
  }
}
.catalog-results__show-more-btn.hide {
  display: none;
}
.detail__shell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .detail__shell {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-direction: column-reverse;
  }
}
.detail__shell--with-slider {
  grid-template-areas: 'aside body' 'slider slider';
}
@media only screen and (max-width: 1024px) {
  .detail__shell--with-slider {
    display: grid;
    gap: 40px 0;
    grid-template-areas: 'body' 'slider' 'aside';
  }
}
@media only screen and (max-width: 1024px) {
  .years-slider__slide .detail__shell {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.detail__shell--with-slider .detail__aside-shell {
  grid-area: aside;
}
.detail__aside {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  min-width: 226px;
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 1024px) {
  .detail__aside {
    position: static;
  }
}
.years-slider__slide .detail__aside {
  max-width: 226px;
}
.detail__aside-title {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #909294;
  font-weight: 600;
  margin-bottom: 16px;
}
.detail__aside-date {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .detail__aside-date {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.detail a.detail__aside-phone,
.detail .detail__aside-phone {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .topline .detail a.detail__aside-phone,
  .topline .detail .detail__aside-phone {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.detail__body {
  min-width: 0;
  width: 100%;
  padding-right: 20%;
}
@media only screen and (max-width: 1024px) {
  .detail__body {
    padding-right: 0;
  }
}
.detail__shell--with-slider .detail__body {
  grid-area: body;
}
.years-slider__slide .detail__body {
  padding-bottom: 98px;
}
@media only screen and (max-width: 1024px) {
  .years-slider__slide .detail__body {
    padding-bottom: 60px;
  }
}
.detail__body h2,
.detail h2,
.detail__body h3,
.detail h3,
.detail__body h4,
.detail h4,
.detail__body h5,
.detail h5,
.detail__body h6,
.detail h6 {
  margin-block: 64px 32px;
}
@media only screen and (max-width: 1024px) {
  .detail__body h2,
  .detail h2,
  .detail__body h3,
  .detail h3,
  .detail__body h4,
  .detail h4,
  .detail__body h5,
  .detail h5,
  .detail__body h6,
  .detail h6 {
    margin-block: 40px 24px;
  }
}
.detail__body h2:first-child,
.detail h2:first-child,
.detail__body h3:first-child,
.detail h3:first-child,
.detail__body h4:first-child,
.detail h4:first-child,
.detail__body h5:first-child,
.detail h5:first-child,
.detail__body h6:first-child,
.detail h6:first-child {
  margin-top: 0;
}
.detail__body h1,
.detail h1 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .detail__body h1,
  .detail h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .detail__body h1,
  .detail h1 {
    margin-bottom: 40px;
  }
}
.detail__body h2,
.detail h2 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .detail__body h2,
  .detail h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.detail__body h3,
.detail h3 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .topline .detail__body h3,
  .topline .detail h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.detail__body h4,
.detail h4 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .detail__body h4,
  .detail h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .detail__body h4,
.table .detail h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.detail__body ol,
.detail ol,
.detail__body ul,
.detail ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .detail__body ol,
  .detail ol,
  .detail__body ul,
  .detail ul {
    margin-top: 24px;
  }
}
.detail__body ol:first-child,
.detail ol:first-child,
.detail__body ul:first-child,
.detail ul:first-child,
li .detail__body ol,
li .detail ol,
li .detail__body ul,
li .detail ul {
  margin-top: 0;
}
.detail__body ol,
.detail ol {
  counter-reset: listitems;
}
.detail__body ol li,
.detail ol li {
  position: relative;
  padding-left: 20px;
}
.detail__body ol li::before,
.detail ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(listitems) '. ';
  counter-increment: listitems;
}
.detail__body ul li,
.detail ul li {
  position: relative;
  padding-left: 24px;
}
.detail__body ul li::before,
.detail ul li::before {
  content: '•';
  position: absolute;
  top: 0;
  left: 8px;
}
.detail__body .float-shell::after,
.detail .float-shell::after {
  display: block;
  content: '';
  clear: both;
}
.detail__body p,
.detail p,
.detail__body b,
.detail b,
.detail__body i,
.detail i,
.detail__body q,
.detail q,
.detail__body table,
.detail table,
.detail__body .float-shell,
.detail .float-shell {
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .detail__body p,
  .detail p,
  .detail__body b,
  .detail b,
  .detail__body i,
  .detail i,
  .detail__body q,
  .detail q,
  .detail__body table,
  .detail table,
  .detail__body .float-shell,
  .detail .float-shell {
    margin-top: 24px;
  }
}
.detail__body p:first-child,
.detail p:first-child,
.detail__body b:first-child,
.detail b:first-child,
.detail__body i:first-child,
.detail i:first-child,
.detail__body q:first-child,
.detail q:first-child,
.detail__body table:first-child,
.detail table:first-child,
.detail__body .float-shell:first-child,
.detail .float-shell:first-child {
  margin-top: 0;
}
.detail__body table,
.detail table {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .detail__body table,
  .detail table {
    margin-bottom: 24px;
  }
}
.detail__body table:last-child,
.detail table:last-child {
  margin-bottom: 0;
}
.detail__body q,
.detail q {
  background: #f0f9fd;
  border-left: 4px solid #009fda;
  display: block;
  padding: 24px 24px 24px 20px;
}
@media only screen and (max-width: 1024px) {
  .detail__body q,
  .detail q {
    padding: 16px 16px 16px 12px;
  }
}
.detail__body q::before,
.detail q::before,
.detail__body q::after,
.detail q::after {
  content: none;
}
.detail__body i,
.detail i {
  display: block;
}
.detail__body img,
.detail img {
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .detail__body img,
  .detail img {
    margin-top: 40px;
  }
}
.detail__body img:first-child,
.detail img:first-child {
  margin-top: 0;
}
.detail__body .img-shell,
.detail .img-shell {
  column-count: 2;
  break-inside: avoid;
  gap: 12px;
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .detail__body .img-shell,
  .detail .img-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 40px;
  }
}
.detail__body .img-shell:first-child,
.detail .img-shell:first-child {
  margin-top: 0;
}
.detail__body .img-shell img,
.detail .img-shell img {
  margin-block: 0 12px;
}
.detail__body .img-with-float,
.detail .img-with-float {
  width: 40%;
  float: left;
  margin-top: 32px;
  margin-right: 12px;
}
@media only screen and (max-width: 1024px) {
  .detail__body .img-with-float,
  .detail .img-with-float {
    width: 100%;
    float: none;
    margin-top: 40px;
    margin-right: 0;
  }
}
.detail__body .img-with-float-right,
.detail .img-with-float-right {
  width: 40%;
  float: right;
  margin-top: 32px;
  margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .detail__body .img-with-float-right,
  .detail .img-with-float-right {
    width: 100%;
    float: none;
    margin-top: 40px;
    margin-left: 0;
  }
}
.detail__body table,
.detail table {
  width: 100%;
}
.detail__body table thead tr td,
.detail table thead tr td {
  background-color: #009fda;
  color: #fff;
  border: 1px solid #f7f7f7;
  text-align: center;
  font-weight: bold;
  padding: 12px 6px;
}
.detail__body table tbody tr td,
.detail table tbody tr td {
  border: 1px solid #f7f7f7;
  padding: 8px;
}
.detail__body table tbody tr td:last-child,
.detail table tbody tr td:last-child {
  text-align: center;
}
.detail__body table tbody tr:nth-child(odd) td,
.detail table tbody tr:nth-child(odd) td {
  background-color: #ddd;
}
.detail__body table tbody tr:nth-child(even) td,
.detail table tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.detail__body a {
  transition: color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s, color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #009fda;
}
.disable.detail__body a:hover {
  opacity: unset;
  pointer-events: none;
}
.disable.detail__body a:active {
  opacity: unset;
  pointer-events: none;
}
.detail__body a:focus-visible {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 0 1px #111;
}
.disable.detail__body a:focus-visible {
  box-shadow: unset;
}
.params__accord--contacts .detail__body a {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .detail__body a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .detail__body a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.detail__body a:hover,
.detail__body a--m-44:hover,
.detail__body a--xs-24-black:hover,
.detail__body a--xs-24-blue:hover {
  color: #33b2e1;
}
.detail__body a:active,
.detail__body a--m-44:active,
.detail__body a--xs-24-black:active,
.detail__body a--xs-24-blue:active {
  color: #007fae;
}
.detail__body a:focus-visible,
.detail__body a--m-44:focus-visible,
.detail__body a--xs-24-black:focus-visible,
.detail__body a--xs-24-blue:focus-visible {
  color: #007fae;
}
.detail__body a--xs-24-blue {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.detail__body a--blue {
  color: #009fda;
}
.detail__body a--with-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail__body a:disabled,
.detail__body a[disabled],
.detail__body a.disable {
  color: #909294;
}
.disable.detail__body a:hover {
  opacity: unset;
  pointer-events: none;
}
.disable.detail__body a:active {
  opacity: unset;
  pointer-events: none;
}
.detail__body a:focus-visible {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 0 1px #111;
}
.disable.detail__body a:focus-visible {
  box-shadow: unset;
}
.params__accord--contacts .detail__body a {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .detail__body a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .detail__body a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.detail__body a:hover {
  text-decoration: underline;
}
.detail__body b a {
  font-weight: 700;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e4e5e6;
  padding: 16px;
  margin-block: 24px;
}
@media only screen and (max-width: 1024px) {
  .info {
    background-color: #f5f6f6;
    gap: 12px;
    border: none;
  }
}
.info:first-child {
  margin-block: 0;
}
.info h3 {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .info h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .info h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.info p {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #909294;
}
.info h3,
.info p {
  margin-block: 0;
}
.info a {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.factory {
  background-color: #18517C;
  color: #fff;
  display: grid;
  grid-template-columns: 50.3% 49.7%;
  position: relative;
  min-height: 476px;
}
@media only screen and (max-width: 1024px) {
  .factory {
    display: flex;
    flex-direction: column;
    gap: 0px;
    min-height: auto;
  }
}
.factory__info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #18517C;
  position: relative;
  z-index: 3;
  pointer-events: none;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .factory__info {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .factory__info {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 1024px) {
  .factory__info {
    padding: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .factory__info {
    padding: 20px;
  }
}
.factory__info-logo-shell {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.factory__info-logo {
  width: 70px;
  height: 70px;
  flex: none;
}
.factory__info-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .factory__info-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }
}
.factory__info-text {
  margin-bottom: 20px;
}
.factory__info-link {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-self: flex-end;
  position: relative;
  z-index: 2;
  pointer-events: none;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .factory__info-link {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .factory__info-link {
    margin-top: 12px;
  }
}
.factory__info-btn {
  position: relative;
  z-index: 2;
  pointer-events: all;
}
@media only screen and (max-width: 1024px) {
  .factory__picture {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .years__shell {
    width: 100%;
  }
}
.years__slider-nav {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .years__slider-nav {
    display: none;
  }
}
.years__slider-nav-btns {
  width: max-content;
  margin-left: auto;
}
.years-slider {
  overflow: visible;
}
.years-slider__slide {
  visibility: hidden;
  opacity: 0 !important;
  pointer-events: none;
}
.years-slider__slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  cursor: pointer;
  pointer-events: all;
}
.years-thumbs-slider {
  width: max-content;
  max-width: calc(100% - 198px);
  padding: 3px 20px;
  position: relative;
  z-index: 2;
  margin-left: 218px;
  margin-top: -46px;
}
@media only screen and (max-width: 1024px) {
  .years-thumbs-slider {
    overflow: hidden;
    max-width: calc(100% + 2 * 16px);
    margin-left: -16px;
    padding-inline: 16px;
    margin-top: -44px;
  }
}
.years-thumbs-slider::before,
.years-thumbs-slider:after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: 1px;
  box-shadow: 0 0 10px 16px #fff;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .years-thumbs-slider::before,
  .years-thumbs-slider:after {
    display: none;
    content: none;
  }
}
.years-thumbs-slider::after {
  right: unset;
  left: -1px;
}
.years-thumbs-slider__slide {
  background-color: #ccecf8;
  color: #111;
  white-space: nowrap;
  width: max-content;
}
.years-thumbs-slider__slide::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background-color: #ccecf8;
  content: "";
  left: 100%;
  width: 30px;
  height: 4px;
  pointer-events: none;
}
.years-thumbs-slider__slide:last-child:after {
  content: none;
}
.years-thumbs-slider__slide:active {
  background-color: #007fae;
}
.years-thumbs-slider__slide.swiper-slide-thumb-active {
  background-color: #009fda;
  color: #fff;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .about {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.about__picture-shell {
  background-color: #f0f9fd;
  align-self: flex-start;
  position: sticky;
  top: 120px;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .about__picture-shell {
    position: static;
  }
}
.about__picture {
  padding-top: 61.40939597%;
  position: relative;
  overflow: hidden;
  max-width: 80%;
  margin: auto;
}
.about__picture-tag {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #009fda;
  color: #fff;
  font-weight: 600;
  width: max-content;
  margin-left: auto;
  padding: 8px 16px;
}
@media only screen and (max-width: 768px) {
  .about__picture-tag {
    display: none;
  }
}
.about__text-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .about__text-shell {
    padding: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .about__text-shell {
    padding: 0;
  }
}
.about__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .about__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.about__subtitle {
  color: #4d4f53;
}
.about__descr-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 14px;
}
.about__descr-item {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
  gap: 4px;
  position: relative;
}
.about__descr-item::before {
  color: #4d4f53;
  content: '•';
  position: relative;
  left: -4px;
}
.about__descr-item dt {
  color: #4d4f53;
  font-weight: 500;
}
.about__descr-item dd {
  font-weight: 600;
}
.about__btn {
  width: max-content;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .about__btn {
    width: 100%;
    margin-top: 16px;
  }
}
.bonus {
  display: grid;
  grid-template-columns: 36% 1fr;
  align-items: flex-start;
  gap: 12px;
  padding-right: 8%;
}
@media only screen and (max-width: 1200px) {
  .bonus {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .bonus {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-direction: column-reverse;
  }
}
.bonus__slider-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}
.bonus__slider {
  width: 100%;
}
.bonus__slide {
  background-color: #fff;
  padding: 12px 0 0 64px;
}
@media only screen and (max-width: 1024px) {
  .bonus__slide {
    padding: 0;
  }
}
.bonus__slide-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .bonus__slide-icon {
    left: unset;
    right: 0;
  }
}
.bonus__slide-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .bonus__slide-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .bonus__slide-title {
    margin-bottom: 16px;
    padding: 12px 60px 12px 0;
  }
}
.bonus__slide-descr {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4d4f53;
}
.bonus__slider-nav {
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .bonus__slider-nav {
    display: none;
  }
}
.bonus__slider-pagination {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #4d4f53;
  display: flex;
  align-items: center;
}
.bonus__img-shell {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .bonus__img-shell {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .bonus__img-shell {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
.bonus__img-anchors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bonus__img-anchor {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  color: #001016;
  aspect-ratio: 1;
  width: 7.2%;
  border-radius: 100%;
  position: absolute;
  background-color: #f0f9fd;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .topline .bonus__img-anchor {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .bonus__img-anchor {
    font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    min-width: 40px;
    min-height: 40px;
  }
  .table .bonus__img-anchor {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .bonus__img-anchor {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 640px) {
  .bonus__img-anchor {
    min-width: 32px;
    min-height: 32px;
  }
}
.bonus__img-anchor.active {
  background-color: #fb4f14;
  color: #fff;
}
.bonus__img-anchor.active:focus-visible {
  outline: 2px solid #66c5e9;
}
@media only screen and (min-width: 1024px) {
  .bonus__img-anchor.active:hover {
    background-color: #fc7243;
  }
}
.bonus__img-anchor.active:active {
  background-color: #c93f10;
}
.bonus__img-anchor-number {
  margin-bottom: -4px;
}
.load-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .load-data {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .load-data {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.load-data__item {
  transition: background-color 0.1s linear 0s, border-color 0.1s linear 0s, scale 0.1s linear 0s;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f5f6f6;
  justify-content: space-between;
  padding: 24px;
  min-height: 136px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1200px) {
  .load-data__item {
    min-width: 112px;
    padding: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .load-data__item:hover {
    background-color: transparent;
    border: 1px solid #e4e5e6;
    scale: 1.006;
  }
}
.load-data__item-title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
}
.load-data__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.load-data__item-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-page {
  background-color: #fff;
  border-bottom: 1px solid #e4e5e6;
  margin-bottom: -1px;
}
.nav-page__slide {
  transition: color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s, color 0.1s linear 0s, box-shadow 0.1s linear 0s, opacity 0.1s linear 0s;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: auto;
  padding: 11px 16px;
  border-bottom: 2px solid transparent;
  z-index: 0;
}
.disable.nav-page__slide:hover {
  opacity: unset;
  pointer-events: none;
}
.disable.nav-page__slide:active {
  opacity: unset;
  pointer-events: none;
}
.nav-page__slide:focus-visible {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 0 1px #111;
}
.disable.nav-page__slide:focus-visible {
  box-shadow: unset;
}
.params__accord--contacts .nav-page__slide {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .nav-page__slide {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .nav-page__slide {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.nav-page__slide:hover,
.nav-page__slide--m-44:hover,
.nav-page__slide--xs-24-black:hover,
.nav-page__slide--xs-24-blue:hover {
  color: #33b2e1;
}
.nav-page__slide:active,
.nav-page__slide--m-44:active,
.nav-page__slide--xs-24-black:active,
.nav-page__slide--xs-24-blue:active {
  color: #007fae;
}
.nav-page__slide:focus-visible,
.nav-page__slide--m-44:focus-visible,
.nav-page__slide--xs-24-black:focus-visible,
.nav-page__slide--xs-24-blue:focus-visible {
  color: #007fae;
}
.nav-page__slide--xs-24-blue {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.nav-page__slide--blue {
  color: #009fda;
}
.nav-page__slide--with-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-page__slide:disabled,
.nav-page__slide[disabled],
.nav-page__slide.disable {
  color: #909294;
}
.disable.nav-page__slide:hover {
  opacity: unset;
  pointer-events: none;
}
.disable.nav-page__slide:active {
  opacity: unset;
  pointer-events: none;
}
.nav-page__slide:focus-visible {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 0 1px #111;
}
.disable.nav-page__slide:focus-visible {
  box-shadow: unset;
}
.params__accord--contacts .nav-page__slide {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord--contacts .nav-page__slide {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord--contacts .nav-page__slide {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.nav-page__slide.clicked {
  border-bottom: 2px solid #007fae;
}
.params {
  display: grid;
  align-items: flex-start;
  gap: 13px;
  grid-template-columns: 583px 1fr;
  grid-template-areas: 'title accord' 'btn accord' '. accord';
}
@media only screen and (max-width: 1200px) {
  .params {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .params {
    gap: 4px;
  }
}
.params .params__title {
  grid-area: title;
  position: sticky;
  top: 140px;
  margin-bottom: 88px;
}
@media only screen and (max-width: 1200px) {
  .params .params__title {
    position: static;
    margin-bottom: 40px;
  }
}
.params__accords {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.params .params__accords {
  grid-area: accord;
}
@media only screen and (max-width: 1200px) {
  .params .params__accords {
    width: 100%;
  }
}
.params .params__btn {
  width: max-content;
  grid-area: btn;
  position: sticky;
  top: 318px;
  margin-top: -40px;
}
@media only screen and (max-width: 1200px) {
  .params .params__btn {
    margin-top: 40px;
  }
}
.params__accord-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  background-color: #f5f6f6;
  position: relative;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .params__accord-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .params__accord-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .params__accord-title {
    padding: 15px 12px;
  }
}
.params__accord-btn {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.params__accord-btn-icon {
  margin-inline: auto 24px;
}
.params__accord-body {
  display: none;
  padding: 0 24px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .params__accord-body {
    padding: 0;
  }
}
.show.params__accord .params__accord-body {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.active.params__accord .params__accord-body {
  flex-direction: column;
  gap: 0px;
  animation: showBySlide 0.3s forwards;
  display: flex;
}
.params__accord-body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 24px;
  border-bottom: 1px solid #e4e5e6;
}
@media only screen and (max-width: 1024px) {
  .params__accord-body-row {
    min-height: 52px;
    padding: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .params__accord-body-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.params__accord-body-row:last-child {
  border-bottom: none;
}
.params__accord--contacts .params__accord-body-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  .params__accord--contacts .params__accord-body-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .params__accord--contacts .params__accord-body-row--no-column {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
.params__accord-body-row-name {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4d4f53;
}
@media only screen and (max-width: 1024px) {
  .params__accord-body-row-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
.params__accord-body-row-value {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .params__accord-body-row-value {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
.table .params__accord-body-row-value {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.params__accord--contacts .params__accord-body-row-value {
  text-align: left;
}
.params__accord--contacts .params__accord-body-row-value * {
  max-width: max-content;
}
.params__accord--contacts .params__accord-body-row-value .p1 {
  font-weight: 400;
}
.refs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .refs {
    gap: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .refs {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.ref {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: scale 0.1s linear 0s;
  border: 1px solid #e4e5e6;
  min-height: 360px;
  position: relative;
  padding: 40px 30% 40px 40px;
}
@media only screen and (max-width: 1024px) {
  .ref {
    gap: 16px;
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .ref:hover {
    scale: 1.006;
  }
}
.ref--blue {
  background-color: #f0f9fd;
  border: none;
}
.ref__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .ref__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
  }
}
.ref__subtitle {
  font-family: 'Inter', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4d4f53;
}
.ref__img {
  width: 30%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .ref__img {
    width: 70%;
    position: relative;
    right: unset;
    bottom: unset;
  }
}
.ref__btn {
  margin-top: auto;
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .ref__btn {
    align-self: stretch;
  }
}
.spheres {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .spheres {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .spheres {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 1024px) {
  .spheres {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    display: flex;
    gap: 8px;
    padding-inline: 16px;
  }
  .spheres::-webkit-scrollbar {
    display: none;
  }
}
.sphere {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #f0f9fd;
  align-items: center;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .sphere {
    flex: none;
    width: 25%;
    padding: 16px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .sphere {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .sphere {
    width: 47%;
  }
}
.sphere__title {
  font-family: 'Jeko', Marmelad, 'Lucida Grande', Arial, 'Hiragino Sans GB', Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .sphere__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.table .sphere__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 370px) {
  .sphere__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.sphere__img {
  transition: scale 0.1s linear 0s;
  flex: none;
  max-width: 196px;
  height: auto;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .sphere__img {
    max-width: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .sphere:hover .sphere__img {
    scale: 1.02;
  }
}

