

/* Start:/local/templates/rotor/css/main.css?1756348197209217*/
@charset "UTF-8";

.container {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.4);
  padding-left: calc(var(--bs-gutter-x) * 0.4);
  margin-right: auto;
  margin-left: auto;
}

.d-none {
  display: none;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("/fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter-Regular.woff") format("woff"), url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("/fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-Medium.woff2") format("woff2"), url("/fonts/Inter-Medium.woff") format("woff"), url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-SemiBold.woff2") format("woff2"), url("/fonts/Inter-SemiBold.woff") format("woff"), url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("/fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-Bold.woff2") format("woff2"), url("/fonts/Inter-Bold.woff") format("woff"), url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Cygre";
  src: url("/fonts/Cygre-Bold.eot");
  src: local("Cygre Bold"), local("Cygre-Bold"), url("/fonts/Cygre-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Cygre-Bold.woff2") format("woff2"), url("/fonts/Cygre-Bold.woff") format("woff"), url("/fonts/Cygre-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Cygre";
  src: url("/fonts/Cygre-Regular.eot");
  src: local("Cygre Regular"), local("Cygre-Regular"), url("/fonts/Cygre-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Cygre-Regular.woff2") format("woff2"), url("/fonts/Cygre-Regular.woff") format("woff"), url("/fonts/Cygre-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cygre";
  src: url("/fonts/Cygre-RegularIt.eot");
  src: local("Cygre Regular It"), local("Cygre-Regular-Italic"), url("/fonts/Cygre-RegularIt.eot?#iefix") format("embedded-opentype"), url("/fonts/Cygre-RegularIt.woff2") format("woff2"), url("/fonts/Cygre-RegularIt.woff") format("woff"), url("/fonts/Cygre-RegularIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

:root {
  --cols: 12;
  --gap: 6px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: var(--gap);
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit inherit;
  background: transparent;
  color: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  background: transparent;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input,
textarea,
input:active,
textarea:active,
select {
  outline: none !important;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  visibility: hidden;
}

.default-page {
  padding: 0 0 130px 0;
}

.default-page .aside {
  border-right: 0;
  grid-column: span 4;
  padding: 0 90px 0 0;
}

.default-page .aside__wrapper {
  position: inherit;
  height: 100%;
  padding-bottom: 0;
}

.default-page .aside__title {
  font: 400 77px/82% "Cygre";
  color: black;
  letter-spacing: -0.03em;
}

.default-page .aside__description {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 154%;
  letter-spacing: -0.04em;
}

.default-page .aside__description p {
  margin-bottom: 10px;
}

.default-page .aside__description p:last-child {
  margin-bottom: 0;
}

.default-page .content-page {
  padding: 0;
}

.footer {
  background: white;
  padding: 70px 0;
  border-top: 1px solid #D2D4D8;
  position: relative;
}

.footer::before {
  background: #9C9FA4;
  content: "";
  display: inline-block;
  position: absolute;
  width: 65.7%;
  height: 2px;
  top: -2px;
  right: 0;
}

.footer-start {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-start-contact__title {
  color: #7E7E88;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.04em;
  margin-bottom: 7px;
}

.footer-start-contact__link {
  font: 700 36px/116% "Cygre";
  color: black;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.footer-start-contact__link:hover {
  color: #3489FF;
}

.footer-start-contact__mobile-block {
  display: none;
}

.footer-center-column__text {
  color: #2D2E32;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.04em;
  max-width: 300px;
  margin-bottom: 14px;
  font-style: normal;
}

.footer-center-column__text:first-child {
  margin-top: 8px;
}

.footer-center-column__text:last-child {
  margin-bottom: 0;
}

.footer-center-column__text p {
  margin-bottom: 7px;
}

.footer-center-column__text p:last-child {
  margin-bottom: 0;
}

.footer-center-column__title {
  color: #2D2E32;
  font-size: 19px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.footer-center-column__title:hover {
  color: #3489FF;
}

.footer-center-menu__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.footer-center-menu__link {
  color: #6F7075;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.footer-center-menu__link:hover {
  color: #3489FF;
}

.footer-end {
  margin-top: -122px;
}

.footer-end-column__copyright,
.footer-end-column__privacy {
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.04em;
}

.footer-end-column__copyright {
  color: #7F8085;
  margin-bottom: 30px;
}

.footer-end-column__privacy {
  color: #2C2D32;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.footer-end-column__privacy:hover {
  color: #3489FF;
}

.header {
  font-family: "Cygre";
  margin-top: 20px;
  height: 65px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  height: 100%;
}

.header-box {
  border: 1px solid #D5DDE4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-box:hover:has(form) {
  border-color: #777D89;
}

.header-box:has(input:focus),
.header-box:has(input:active) {
  border-color: #777D89;
}

.header-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: span 1;
}

.header-double .header-box:hover,
.header-double .header-box:has(.is-active) {
  background: #3489FF;
}

.header-logo {
  padding: 0 30px 0 15px;
  grid-column: span 2;
}

.header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search {
  grid-column: span 2;
}

.header-search__form {
  height: 100%;
  width: 100%;
  position: relative;
}

.header-search__form:before {
  background: url("/img/header/search.svg") no-repeat 0 0/cover;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 18px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-search__input {
  height: 100%;
  width: 100%;
  color: #A2A4AF;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 20px 0 60px;
}

.header-search__input::-webkit-input-placeholder {
  color: #A2A4AF;
  font-weight: 400;
  font-size: 16px;
}

.header-search__input::-moz-placeholder {
  color: #A2A4AF;
  font-weight: 400;
  font-size: 16px;
}

.header-search__input:-ms-input-placeholder {
  color: #A2A4AF;
  font-weight: 400;
  font-size: 16px;
}

.header-search__input::-ms-input-placeholder {
  color: #A2A4AF;
  font-weight: 400;
  font-size: 16px;
}

.header-search__input::placeholder {
  color: #A2A4AF;
  font-weight: 400;
  font-size: 16px;
}

.header-menu {
  padding: 0 18px;
  grid-column: span 5;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-menu__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.header-menu__link {
  color: #313235;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-menu__link.is-active {
  color: #173B6D;
}

.header-menu__link:hover {
  color: #3489FF;
}

.header-menu__link .short-text {
  display: none;
}

.header-cart {
  width: 68px;
  height: 100%;
  background: url("/img/header/cart.svg") no-repeat center/28px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-cart:hover,
.header-cart.is-active {
  background: url("/img/header/cart-white.svg") no-repeat center/28px;
}

.header-cart.is-active {
  position: relative;
}

.header-cart.is-active span {
  position: absolute;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.03em;
  top: 5px;
  right: 7px;
}

.header-phone {
  background: url("/img/header/phone.svg") no-repeat center/28px;
  width: 68px;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-phone:hover {
  background: url("/img/header/phone-white.svg") no-repeat center/28px;
}

.header-action {
  width: 100% !important;
  grid-column: span 2;
}

.hero-second {
  height: 573px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 12, 24, 0.79)), to(rgba(4, 12, 24, 0.79))), var(--bg);
  background: -o-linear-gradient(rgba(4, 12, 24, 0.79), rgba(4, 12, 24, 0.79)), var(--bg);
  background: linear-gradient(rgba(4, 12, 24, 0.79), rgba(4, 12, 24, 0.79)), var(--bg);
  background-position: center;
}

.hero-second__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: 100%;
  padding-bottom: 62px;
}

.hero-second__grid {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-second__title {
  font: 400 77px/103% "Cygre";
  color: white;
  letter-spacing: -0.03em;
}

.inner-page--second .aside {
  border-right: 0;
  padding-top: 0;
}

.inner-page--second .content-page {
  padding-top: 8px;
}

.content-page {
  grid-column: 5/span 8;
  padding: 100px 0 60px 0;
}

.content-page__title {
  font: 400 34px/123% "Cygre";
  color: black;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.content-page__description {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.03em;
}

.content-page__description--large {
  font: 400 34px/123% "Cygre";
  letter-spacing: -0.02em;
}

.content-page__description--border {
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
}

.content-page__description span {
  color: #173B6D;
}

.content-page__text {
  margin-top: 28px;
}

.info-page__title {
  font: 400 25px/123% "Cygre";
  color: black;
  margin-top: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.info-page a {
  color: #173B6D;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.info-page a:hover {
  color: #3489FF;
}

.info-page p {
  margin-bottom: 10px;
}

.info-page p:last-child {
  margin-bottom: 0;
}

.mobile-menu__button {
  border: 1px solid #D5DDE4;
  border-radius: 4px;
  background: #3489ff;
  grid-column: span 1;
  cursor: pointer;
  display: none;
  position: relative;
  padding: 10px;
}

.mobile-menu__button span {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background: white;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.mobile-menu__button span::before,
.mobile-menu__button span::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 3px;
  background: white;
  border-radius: 3px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.mobile-menu__button span::before {
  top: -8px;
}

.mobile-menu__button span::after {
  top: 8px;
}

.mobile-menu__button.is-active span {
  background: transparent;
}

.mobile-menu__button.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.mobile-menu__button.is-active span::after {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.mobile-menu-wrapper {
  background: #FCFCFE;
  position: fixed;
  inset: 0 0 100% 0;
  z-index: 100;
  overflow: auto;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.mobile-menu-wrapper.is-active {
  bottom: 0;
  opacity: 1;
}

.mobile-menu-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-left: 30px;
  padding-top: 110px;
  gap: 4%;
}

.mobile-menu-wrapper__item,
.mobile-menu-wrapper__item-text {
  font: 400 20px/137.2% "Cygre";
  letter-spacing: -0.03em;
  color: black;
}

.mobile-menu-wrapper__item {
  position: relative;
  display: block;
  padding: 0 20px;
}

.mobile-menu-wrapper__item.is-active span {
  color: #3489FF;
}

.mobile-menu-wrapper__item-text {
  display: block;
  cursor: pointer;
}

.mobile-menu-wrapper__item.has-submenu::after {
  background: url("/img/accordion/arrow.svg") no-repeat 0 0/cover;
  content: "";
  position: absolute;
  right: 20px;
  top: 1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 24px;
  height: 24px;
}

.mobile-menu-wrapper__item.has-submenu.is-active::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu-wrapper__submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.mobile-menu-wrapper__submenu.is-active {
  max-height: 200px;
}

.mobile-menu-wrapper__submenu-item {
  display: block;
  padding: 0 6px;
  color: black;
  font-size: 16px;
  margin-bottom: 4px;
}

.mobile-menu-wrapper__submenu-item:last-child {
  margin-bottom: 0;
}

.mobile-menu-wrapper__submenu-item:hover {
  background: #e5e5e5;
}

.accordion-item {
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 13px;
  border: 1px solid #D5DDE4;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item-header {
  padding: 20px 20px 19px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}

.accordion-item-header:before {
  background: url("/img/accordion/arrow.svg") no-repeat 0 0/cover;
  content: "";
  width: 24px;
  height: 24px;
  left: 13px;
  top: calc(50% - 13px);
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.accordion-item-header__title,
.accordion-item-header__pay {
  font: 400 22px/141% "Cygre";
  color: black;
  letter-spacing: -0.03em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.accordion-item-body {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s linear, max-height 0.2s linear;
  -o-transition: opacity 0.2s linear, max-height 0.2s linear;
  transition: opacity 0.2s linear, max-height 0.2s linear;
  will-change: opacity, max-height;
  cursor: default;
}

.accordion-item-body__content {
  padding: 4px 32px 52px 50px;
}

.accordion-item-body__content strong {
  font-weight: 500;
}

.accordion-item-body__content p {
  margin-bottom: 15px;
}

.accordion-item-body__content p:last-child {
  margin-bottom: 0;
}

.accordion-item-body__content a {
  color: #313235;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.accordion-item-body__content a:hover {
  color: #3489FF;
}

.accordion-item[aria-expanded=true] .accordion-item-header:before {
  rotate: 90deg;
}

.accordion-item[aria-expanded=true] .accordion-item-body {
  opacity: 1;
  max-height: 100em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  will-change: opacity, max-height;
}

.accordion-item[aria-expanded=false]:hover .accordion-item-header__title {
  color: #3489FF;
}

.aside {
  grid-column: span 3;
  border-right: 1px solid #DBD6D6;
  padding: 76px 28px 0 0;
}

.aside__wrapper {
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
  gap: 16px;
}

.aside__title {
  font: 400 46px/82% "Cygre";
  color: black;
  letter-spacing: -0.03em;
}

.aside__title--large {
  font-size: 77px;
}

.aside-menu__item {
  font: 400 18px/22px "Cygre";
  letter-spacing: -0.03em;
  border-bottom: 1px dashed #B8B7BF;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.aside-menu__item:first-child {
  border-top: 1px dashed #B8B7BF;
}

.aside-menu__item.is-active,
.aside-menu__item:hover {
  border-color: #3489FF;
}

.aside-menu__item.is-active::before,
.aside-menu__item:hover::before {
  border-color: #3489FF;
}

.aside-menu__item.is-active .aside-menu__link,
.aside-menu__item:hover .aside-menu__link {
  color: #3489FF;
}

.aside-menu__item.is-active .aside-menu__link:before,
.aside-menu__item:hover .aside-menu__link:before {
  background: url("/img/aside/arrow-active.svg");
}

.aside-menu__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed transparent;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.aside-menu__link {
  color: #6F7585;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  display: block;
  padding: 12px 26px 11px 0;
}

.aside-menu__link::before {
  background: url("/img/aside/arrow.svg");
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.back__link {
  background: #E4ECF0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.back__link:hover {
  background: #3489FF;
}

.back__link:hover::after {
  background: url("/img/other/arrow-white-right.svg") 0 0/contain;
}

.back__link::after {
  background: url("/img/other/arrow-black-right.svg") 0 0/contain;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 13px;
  height: 13px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.back__title {
  font: 400 46px/82% "Cygre";
  color: black;
  letter-spacing: -0.03em;
}

.breadcrumbs {
  margin-bottom: 44px;
}

.breadcrumbs--inner {
  padding-top: 144px;
  margin-bottom: 36px;
}

.breadcrumbs--inner .breadcrumbs__link:hover {
  color: #3489FF;
}

.breadcrumbs--inner .breadcrumbs__item:not(:last-child):after {
  color: #AAB5CB;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  padding-top: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__back {
  display: none;
}

.breadcrumbs__item {
  font: 400 16px/25px "Cygre";
  color: #3489FF;
  letter-spacing: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

.breadcrumbs__item:first-child {
  position: relative;
  padding-left: 25px;
}

.breadcrumbs__item:first-child:before {
  background: url("/img/hero/home.svg");
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 12%;
}

.breadcrumbs__item:not(:last-child):after {
  content: "|";
  margin-left: 16px;
  color: white;
}

.breadcrumbs__link {
  color: #AAB5CB;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.breadcrumbs__link:hover {
  color: white;
}

.btn {
  font: 400 16px/118% "Cygre";
  height: 65px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background: #173B6D;
  color: white;
  letter-spacing: -0.02em;
  border: 1px solid #173B6D;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.btn:hover {
  background: #3489FF;
  border-color: #3489FF;
  color: white;
}

.btn[type=submit]:disabled {
  background: #ababab;
  border-color: #ababab;
  cursor: not-allowed;
}

.category-card {
  border-radius: 10px;
  background: -o-radial-gradient(50% 104%, 85% 85%, rgba(82, 89, 99, 0.47), rgba(27, 26, 36, 0.47) 100%), #38414d;
  background: radial-gradient(85% 85% at 50% 104%, rgba(82, 89, 99, 0.47), rgba(27, 26, 36, 0.47) 100%), #38414d;
  height: 425px;
  display: block;
  padding: 50px 25px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  opacity: 0;
}

.category-card::before {
  background: url("/img/other/arrow-gray-top-right.svg") no-repeat 0 0/cover;
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.category-card:not(:has(.category-card__image)) .category-card__title {
  font-size: 29px;
  line-height: 123.18%;
  letter-spacing: -0.04em;
}

.category-card__image {
  height: 90%;
  display: block;
}

.category-card__img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.category-card__title {
  font: 400 21px/103% "Cygre";
  position: absolute;
  top: 84%;
  left: 25px;
  color: white;
  letter-spacing: -0.03em;
  width: calc(100% - 50px);
}

.category-card:hover::before {
  background: url("/img/other/arrow-white-top-right.svg") no-repeat 0 0/cover;
  top: 17px;
  right: 17px;
  width: 52px;
  height: 52px;
}

.category-card:hover .category-card__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news-card:hover .news-card__img {
  scale: 1.03;
}

.news-card__image {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.news-card__img {
  border-radius: 4px;
  aspect-ratio: 1/0.62136;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.news-card__title {
  color: black;
  margin-bottom: 10px;
  display: block;
}

.news-card__title h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 134%;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.news-card__title h3:hover {
  color: #3489FF;
}

.news-card__date {
  color: #9b9c9d;
  font-size: 14px;
  font-weight: 500;
  line-height: 109%;
  letter-spacing: -0.02em;
}

.product-card {
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

.product-card:hover .product-card__img {
  scale: 1.03;
}

.product-card__link {
  display: block;
  margin-bottom: 20px;
}

.product-card__image {
  background: white;
  display: block;
  border: 1px solid #d5dde4;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.product-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1.0944;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-card__badge,
.product-card__goods-100 {
  top: 20px;
  position: absolute;
}

.product-card__badge {
  background: #b0e17b;
  left: 20px;
  color: black;
  padding: 0 13px;
  border-radius: 6px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.product-card__badge--sale {
  background: #3489FF;
  color: white;
  left: inherit;
  right: 20px;
}

.product-card__goods-100 {
  background: url("/img/product/100goods.jpg") no-repeat center/contain;
  left: inherit;
  right: 20px;
  width: 50px;
  height: 50px;
}

.product-card__body {
  padding: 0 16px;
}

.product-card__title {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 137.2%;
  display: block;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  min-height: 55px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-card__title:hover {
  color: #3489FF;
}

.product-card__price {
  color: #313235;
  font-size: 32px;
  font-weight: 400;
  line-height: 127.2%;
  margin-bottom: 10px;
}

.product-card__price span {
  font-size: 24px;
}

.product-card__btn {
  width: 100%;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 18px;
  line-height: 127.2%;
  letter-spacing: -0.03em;
  height: 56px;
}

.product-card__btn:after {
  background: url("/img/other/cart.svg") no-repeat 0 0/cover;
  content: "";
  width: 26px;
  height: 26px;
}

.cookie {
  background: #252731;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #e1e3eb;
  -webkit-box-shadow: 0 1px 3px rgba(9, 10, 15, 0.25), 0 4px 16px rgba(9, 10, 15, 0.1), 0 8px 24px rgba(9, 10, 15, 0.1), inset 0 1px 1px #323543;
  box-shadow: 0 1px 3px rgba(9, 10, 15, 0.25), 0 4px 16px rgba(9, 10, 15, 0.1), 0 8px 24px rgba(9, 10, 15, 0.1), inset 0 1px 1px #323543;
  padding: 20px 24px;
  border-radius: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  z-index: 99;
}

.cookie__icon {
  -webkit-box-flex: 50px;
  -ms-flex: 50px 0 0px;
  flex: 50px 0 0;
  height: 50px;
}

.cookie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.cookie__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: inherit;
  outline: none;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  background: #2e303d;
  -webkit-box-shadow: inset 0 0 0 1px #3c3e4d;
  box-shadow: inset 0 0 0 1px #3c3e4d;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 15px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cookie__btn:hover {
  background: #3e4254;
}

.form-group {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc((100% - 12px) / 3);
  flex: 1 1 calc((100% - 12px) / 3);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-group:has(textarea) {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.form-group-checkbox {
  margin-top: 18px;
}

.form-input,
.form-textarea {
  font: 400 17px/109% "Inter";
  background: white;
  border: 1px solid #AEB6C6;
  border-radius: 6.67px;
  width: 100%;
  color: #3F3E48;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  font: 400 17px/109% "Inter";
  color: #888791;
  letter-spacing: -0.02em;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  font: 400 17px/109% "Inter";
  color: #888791;
  letter-spacing: -0.02em;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  font: 400 17px/109% "Inter";
  color: #888791;
  letter-spacing: -0.02em;
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  font: 400 17px/109% "Inter";
  color: #888791;
  letter-spacing: -0.02em;
}

.form-input::placeholder,
.form-textarea::placeholder {
  font: 400 17px/109% "Inter";
  color: #888791;
  letter-spacing: -0.02em;
}

.form-input:active,
.form-input:focus,
.form-textarea:active,
.form-textarea:focus {
  border-color: #777D89;
}

.form-input:active ~ .form-label,
.form-input:focus ~ .form-label,
.form-input.filled ~ .form-label,
.form-textarea:active ~ .form-label,
.form-textarea:focus ~ .form-label,
.form-textarea.filled ~ .form-label {
  top: 8px;
  left: 23px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  font-size: 13px;
  color: #173B6D;
}

.form-input {
  height: 74px;
  padding: 0 23px;
}

.form-textarea {
  height: 150px;
  padding: 23px;
  resize: none;
}

.form-label {
  font: 400 17px/109% "Inter";
  background: white;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #888791;
  letter-spacing: -0.02em;
  pointer-events: none;
  margin-right: 1px;
}

.form-label--textarea {
  top: 23px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.form__footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 12px) / 3);
  flex: 0 0 calc((100% - 12px) / 3);
}

.form__btn {
  width: 100%;
  font-size: 18px;
}

.form-checkbox {
  display: none;
}

.form-checkbox:checked + .form-checkbox-label:after {
  background: #173B6D;
}

.form-checkbox-label {
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 42px;
  display: inline-block;
}

.form-checkbox-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid white;
  border-radius: 5.56px;
  top: 0;
  left: 0;
}

.form-checkbox-label:after {
  background: inherit;
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  top: 6px;
  left: 6px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-radio-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-radio-option {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc((100% - 100px) / 3);
  flex: 1 1 calc((100% - 100px) / 3);
}

.form-radio-input {
  display: none;
}

.form-radio-input:checked + .form-radio-label .order-block-delivery__title {
  color: black;
}

.form-radio-input:checked + .form-radio-label:before {
  border: 1px solid black;
}

.form-radio-input:checked + .form-radio-label:after {
  background: #173B6D;
}

.form-radio-label {
  padding-left: 45px;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-radio-label:after,
.form-radio-label:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -2px;
}

.form-radio-label:after {
  background: transparent;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-radio-label:before {
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #59575D;
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.form-block--margin {
  margin-bottom: 34px;
}

.form-repeat {
  position: relative;
  margin-bottom: 30px;
}

.form-repeater {
  cursor: pointer;
  margin-bottom: 60px;
  color: #3489FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 82%;
  letter-spacing: -0.03em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-repeater:hover {
  color: #173B6D;
}

.form-repeater:hover:before {
  rotate: 90deg;
}

.form-repeater:before {
  background: url("/img/career/plus.svg") no-repeat center/14px #3489FF;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

div[id^=wait_] {
  display: none !important;
}

section.inner-form {
  padding: 116px 0;
}

section.inner-form .inner-form-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 24px 0 124px;
}

section.inner-form .inner-form-aside__title,
section.inner-form .inner-form-aside__description {
  color: white;
  font-weight: 400;
}

section.inner-form .inner-form-aside__title {
  font: 59px/96% "Cygre";
  letter-spacing: -0.03em;
}

section.inner-form .inner-form-aside__description {
  font-size: 20px;
  line-height: 154%;
  letter-spacing: -0.03em;
}

section.inner-form .inner-form-body {
  padding-right: 124px;
}

section.inner-form .inner-form-body .form-input {
  height: 66px;
}

.jsCalendar table {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.jsCalendar thead .jsCalendar-title-row {
  margin-bottom: 10px !important;
}

.jsCalendar thead .jsCalendar-title-row .jsCalendar-title {
  width: 100% !important;
}

.jsCalendar thead .jsCalendar-week-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jsCalendar thead .jsCalendar-week-days th {
  color: black !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 134% !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  width: 8.058% !important;
  height: 36px !important;
}

.jsCalendar tbody,
.jsCalendar thead {
  margin: 0 !important;
}

.jsCalendar tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px !important;
}

.jsCalendar tr:last-child {
  margin-bottom: 0 !important;
}

.jsCalendar td {
  border-radius: 5px !important;
  cursor: pointer !important;
  width: 8.058% !important;
  height: inherit !important;
  border: 1px solid #D5DDE4 !important;
  background: #FCFCFE !important;
  color: black !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 134% !important;
  letter-spacing: -0.02em !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin: 0 !important;
  aspect-ratio: 1/1 !important;
}

.jsCalendar tr {
  width: 100% !important;
}

.action-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-item-align: end;
  align-self: end;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.action-more__title {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.04em;
  max-width: 265px;
  text-align: right;
}

.action-more__link {
  background: #E4ECF0;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: block;
  position: relative;
  -webkit-box-flex: 53px;
  -ms-flex: 53px 0 0px;
  flex: 53px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.action-more__link:hover {
  background: #3489FF;
}

.action-more__link:hover::after {
  background: url("/img/other/arrow-white-right.svg") 0 0/contain;
}

.action-more__link::after {
  background: url("/img/other/arrow-black-right.svg") 0 0/contain;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.navigation-next,
.navigation-prev {
  background: #E4ECF0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navigation-next::after,
.navigation-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
}

.navigation-next:hover,
.navigation-prev:hover {
  background: #3489FF;
}

.navigation-next:hover::after,
.navigation-prev:hover::after {
  background: url("/img/other/arrow-white-right.svg") 0 0/contain;
}

.navigation-next::after {
  background: url("/img/other/arrow-black-right.svg") 0 0/contain;
}

.navigation-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-prev::after {
  background: url("/img/other/arrow-black-right.svg") 0 0/contain;
}

.pagination {
  font: 400 20px/137.2% "Cygre";
  cursor: pointer;
  color: black;
  letter-spacing: -0.03em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E8E0E0;
  border-radius: 7px;
  background: white;
  margin-top: 70px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pagination:hover {
  background: #3489FF;
  color: white;
}

.pagination-catalog {
  z-index: 1;
  position: relative;
  border: 1px solid #e8e0e0;
  border-radius: 7px;
  background: #e6e9f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  height: 56px;
  margin: 70px 16px 0 16px;
}

.pagination-catalog__item {
  font: 400 20px/100% "Cygre";
  color: #6c6b72;
  letter-spacing: -0.03em;
  -webkit-box-flex: 34px;
  -ms-flex: 34px 0 0px;
  flex: 34px 0 0;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pagination-catalog__item:hover {
  color: black;
}

.pagination-catalog__item.is-active {
  color: black;
  position: relative;
}

.pagination-catalog__item.is-active::after {
  background: #3489ff;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  height: 2px;
  width: 34px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pagination-catalog__prev,
.pagination-catalog__next {
  background: url("/img/accordion/arrow.svg") no-repeat 0 0/cover;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 24px;
  -ms-flex: 24px 0 0px;
  flex: 24px 0 0;
}

.pagination-catalog__prev {
  rotate: 180deg;
}

.popup {
  max-width: 962px !important;
  border-radius: 33px !important;
  background: #F8F9FA !important;
  padding: 34px 53px 68px 53px !important;
}

.popup__close {
  background: url("/img/other/close.svg") no-repeat 0 0/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 28px;
  right: 53px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.popup__close:hover,
.popup__close:focus,
.popup__close:active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup__title {
  font: 400 42px/123% "Cygre";
  color: #173B6D;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.popup__description {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.02em;
  margin-bottom: 56px;
}

.popup .form-input {
  height: 66px;
}

.popup .form-radio-options {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px 6px;
}

.popup .form-radio-option {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 12px) / 3);
  flex: 0 0 calc((100% - 12px) / 3);
}

.popup .form-radio-label {
  padding-left: 38px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.02em;
}

.popup .form-group--company {
  opacity: 0;
  visibility: hidden;
}

.popup .form-group--company.is-active {
  opacity: 1;
  visibility: visible;
}

.popup .form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 52px;
  -moz-column-gap: 52px;
  column-gap: 52px;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.popup .form__btn {
  -webkit-box-flex: 360px;
  -ms-flex: 360px 0 0px;
  flex: 360px 0 0;
  height: 58px;
  font-size: 16px;
}

.popup .form-checkbox-label {
  color: #7E7D86;
}

.popup .form-checkbox-label:before {
  border-color: #B1A5A5;
}

.error-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.error-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13% 0;
  gap: 40px;
}

.error-page__title {
  font: 400 103px/116% "Cygre";
  color: #BEC3C9;
  letter-spacing: -0.06em;
}

.error-page__description {
  font-size: 21px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.04em;
  color: #2D2E32;
  max-width: 300px;
}

.error-page__description p {
  margin-bottom: 15px;
}

.error-page__description p:last-child {
  margin-bottom: 0;
}

.error-page__description a {
  color: #33527E;
  font-weight: 500;
  border-bottom: 1px solid #33527E;
}

.about-page__description {
  font-size: 22px;
  line-height: 123%;
  margin-bottom: 20px;
}

.about-promo {
  display: grid;
  grid-template-columns: 55.771% 1fr;
  grid-template-areas: "image-large text" "image-large image";
  gap: 20px;
  margin: 80px 0 120px 0;
}

.about-promo__image {
  grid-area: image;
}

.about-promo__image img {
  aspect-ratio: 1/0.4485;
}

.about-promo__image-large {
  grid-area: image-large;
}

.about-promo__image-large img {
  aspect-ratio: 1/0.95462;
}

.about-promo__image img,
.about-promo__image-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.about-promo__text {
  grid-area: text;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 173%;
  letter-spacing: -0.03em;
  padding: 0 22px 0 16px;
}

.about-stats {
  display: grid;
  gap: 6px;
  grid-template-columns: 24.86% 28% 1fr;
  margin-bottom: 10px;
}

.about-stat {
  padding: 30px 20px 36px 20px;
  height: 440px;
  position: relative;
}

.about-stat::after {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-stat:last-child::before {
  background: url("/img/about/chart.svg") no-repeat bottom/contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-stat__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  margin-bottom: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-stat__header-year {
  padding-left: 22px;
}

.about-stat__header-before {
  padding-right: 30px;
}

.about-stat__header-before,
.about-stat__header-mark,
.about-stat__header-value,
.about-stat__header-year {
  color: #173B6D;
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

.about-stat__header-mark {
  background: url("/img/about/arrow.svg") 0 0/cover;
  width: 52px;
  height: 52px;
  -webkit-box-flex: 52px;
  -ms-flex: 52px 0 0px;
  flex: 52px 0 0;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: -20px;
}

.about-stat__header-value {
  font-size: 5.05vw;
  font-weight: 400;
  line-height: 100%;
}

.about-stat__header-year,
.about-stat__header-before {
  font-size: 39px;
  font-weight: 400;
  line-height: 100%;
}

.about-stat__text {
  color: #414149;
  font-size: 16px;
  font-weight: 400;
  line-height: 163%;
  letter-spacing: -0.03em;
  z-index: 1;
  position: relative;
}

.about-stat-lines {
  z-index: 1;
  position: relative;
}

.about-stat-line {
  letter-spacing: -0.04em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.about-stat-line__value {
  font: 25px/40px "Cygre";
  color: black;
  -webkit-box-flex: 100px;
  -ms-flex: 100px 0 0px;
  flex: 100px 0 0;
}

.about-stat-line__description {
  color: #414149;
  font-size: 16px;
  line-height: 140%;
}

.about-body__text {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin: 40px 0;
}

.about-body__text p:not(:last-child) {
  margin-bottom: 15px;
}

.about-body__text h3 {
  font: 400 29px/123% "Cygre";
  margin-bottom: 10px;
}

.about-body__text ul li {
  list-style: disc;
  color: #322E35;
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.03em;
  margin: 0 0 10px 20px;
}

.about-body__text ul li:last-child {
  margin-bottom: 0;
}

.about-body__columns {
  display: grid;
  grid-template-columns: 55.771% 1fr;
  gap: 20px;
  margin: 70px 0;
}

.about-body__column {
  color: black;
  font-weight: 400;
}

.about-body__column:first-child {
  font: 36px/155% "Cygre";
  letter-spacing: -0.02em;
}

.about-body__column:last-child {
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.03em;
  padding-right: 7%;
}

.about-gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "first";
  gap: 12px;
  margin: 48px 0;
}

.about-gallery:has(> *:nth-child(2):nth-last-child(1)) {
  grid-template-areas: "first second";
  grid-template-columns: 1.0777fr 1fr;
}

.about-gallery:has(> *:nth-child(2):nth-last-child(1)) .about-gallery__image:first-child img {
  aspect-ratio: 1/0.88395;
}

.about-gallery:has(> *:nth-child(2):nth-last-child(1)) .about-gallery__image:last-child img {
  aspect-ratio: 1/0.92687;
}

.about-gallery:has(> *:nth-child(3):nth-last-child(1)) {
  grid-template-areas: "first second" "first third";
  grid-template-columns: 1.2895fr 1fr;
}

.about-gallery:has(> *:nth-child(3):nth-last-child(1)) .about-gallery__image:first-child img {
  aspect-ratio: 1/1;
}

.about-gallery:has(> *:nth-child(3):nth-last-child(1)) .about-gallery__image:nth-child(2) img,
.about-gallery:has(> *:nth-child(3):nth-last-child(1)) .about-gallery__image:nth-child(3) img {
  aspect-ratio: 1/0.63058;
}

.about-gallery__image:first-child {
  grid-area: first;
}

.about-gallery__image:nth-child(2) {
  grid-area: second;
}

.about-gallery__image:nth-child(3) {
  grid-area: third;
}

.about-gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/0.43686;
  border-radius: 4px;
  height: 100%;
}

.about-documents {
  color: black;
}

.about-documents__title {
  font: 400 36px/155% "Cygre";
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

.about-documents__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
  letter-spacing: -0.03em;
  margin: 32px 0 16px 0;
}

.about-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.03em;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
  text-underline-offset: 4px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.about-document:hover {
  color: #3489FF;
}

.about-document:last-child {
  margin-bottom: 0;
}

.about-document:before {
  background: url("/img/other/doc.svg") no-repeat 0 0/cover;
  content: "";
  width: 24px;
  height: 24px;
  -webkit-box-flex: 24px;
  -ms-flex: 24px 0 0px;
  flex: 24px 0 0;
}

.achievements-item {
  cursor: pointer;
  border: 0 !important;
}

.achievements-item .gallery-item__image {
  border: 0;
}

.achievements-item .gallery-item__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.actives-item {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 21px 0;
  border-bottom: 1px solid #B4ACAC;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.actives-item:before {
  background: url("/img/other/doc.svg") no-repeat 0 0/cover;
  content: "";
  width: 24px;
  height: 24px;
  -webkit-box-flex: 24px;
  -ms-flex: 24px 0 0px;
  flex: 24px 0 0;
}

.actives a:hover {
  color: #3489FF;
}

.assembling-panel {
  margin-bottom: 60px;
  padding: 30px 140px;
  background: #3489FF;
  position: relative;
}

.assembling-panel::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 53px;
  height: 53px;
  background: url("/img/assembling/assembling-1.svg") no-repeat center center/cover;
}

.assembling-panel__text {
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.03em;
}

.hero-career {
  height: 445px;
  background: #015FDB;
  border-radius: 0 0 28px 28px;
}

.hero-career__container {
  height: 100%;
}

.hero-career__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-career .breadcrumbs {
  margin-bottom: 5%;
}

.hero-career .breadcrumbs__item {
  color: #8BBAFC;
}

.hero-career__title {
  font: 400 60px/120% "Cygre";
  color: white;
  letter-spacing: -0.03em;
}

.career-content {
  margin: 50px 0 200px 0;
}

.career-content__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 8px;
}

.career-card {
  border: 1px solid #D5DDE4;
  border-radius: 5px;
}

.career-card:hover .career-card__img {
  scale: 1.03;
}

.career-card__image {
  border-bottom: 1px solid #D5DDE4;
  display: block;
  overflow: hidden;
}

.career-card__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.52961;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.career-card__body {
  background: white;
  padding: 33px 30px;
  border-radius: 0 0 5px 5px;
}

.career-card__title {
  font: 400 22px/141% "Cygre";
  color: black;
  letter-spacing: -0.03em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.career-card__title:hover {
  color: #3489FF;
}

.cart-content__wrapper {
  margin-bottom: 160px;
  grid-column: span 12;
}

.cart-content__body {
  background: white;
  border: 1px solid #D5DDE4;
  border-radius: 10px;
  padding: 25px 50px 50px 50px;
  grid-column: span 8;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cart-content__aside {
  background: white;
  border: 1px solid #D5DDE4;
  border-radius: 10px;
  padding: 62px 38px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  grid-column: span 4;
}

.cart-column--image {
  -webkit-box-flex: 10.69%;
  -ms-flex: 10.69% 0 0px;
  flex: 10.69% 0 0;
}

.cart-column--title {
  -webkit-box-flex: 48.813%;
  -ms-flex: 48.813% 0 0px;
  flex: 48.813% 0 0;
}

.cart-column--price {
  -webkit-box-flex: 10.69%;
  -ms-flex: 10.69% 0 0px;
  flex: 10.69% 0 0;
}

.cart-column--quantity {
  -webkit-box-flex: 9.888%;
  -ms-flex: 9.888% 0 0px;
  flex: 9.888% 0 0;
}

.cart-column--remove {
  -webkit-box-flex: 24px;
  -ms-flex: 24px 1 1;
  flex: 24px 1 1;
  text-align: right;
}

.cart-heading {
  font-family: "Cygre";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin-bottom: 20px;
  grid-column: span 8;
}

.cart-heading__count {
  color: #2E3035;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-heading__clear-cart {
  color: #8A8D93;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.cart-heading__clear-cart:hover {
  color: #3489FF;
}

.cart-heading__clear-cart:after {
  background: url("/img/cart/close.svg") no-repeat 0 0/cover;
  content: "";
  width: 14px;
  height: 14px;
}

.cart-heading h1 {
  margin-bottom: 0;
}

.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.cart-header__column {
  font: 400 16px/25px "Cygre";
  color: #AAB5CB;
  letter-spacing: 0;
}

.cart-header__column:first-child {
  padding-left: 7px;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  color: black;
  font-family: "Cygre";
  letter-spacing: -0.03em;
  border-bottom: 1px solid #E4E6EE;
  padding-bottom: 25px;
  margin-bottom: 28px;
}

.cart-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart-item__img {
  border: 1px solid #D5DDE4;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/0.8834;
}

.cart-item__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 118%;
  color: black;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.cart-item__title:hover {
  color: #3489FF;
}

.cart-item__price {
  font-size: 22px;
  font-weight: 400;
  line-height: 141%;
}

.cart-item__quantity .product-content__quantity {
  height: 45px;
}

.cart-item__remove {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.cart-item__remove:hover {
  translate: 0 -3px;
}

.cart-item__remove-button {
  background: url("/img/cart/trash.svg") no-repeat right/contain;
  width: 24px;
  height: 24px;
}

.cart-summary {
  color: black;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-family: "Cygre";
}

.cart-summary__title {
  font-size: 38px;
  line-height: 82%;
  margin-bottom: 50px;
  letter-spacing: -0.03em;
}

.cart-summary__quantity,
.cart-summary__total,
.cart-summary__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #E4DADA;
}

.cart-summary__quantity {
  font-size: 22px;
  line-height: 82%;
  margin-bottom: 38px;
}

.cart-summary__delivery {
  font-size: 24px;
  line-height: 82%;
  margin-bottom: 38px;
}

.cart-summary__total {
  font-size: 30px;
  line-height: 82%;
}

.cart-summary__name,
.cart-summary__value {
  position: relative;
  letter-spacing: -0.03em;
}

.cart-summary__name span,
.cart-summary__value span {
  z-index: 1;
  position: relative;
}

.cart-summary__name:after,
.cart-summary__value:after {
  background: white;
  position: absolute;
  bottom: -1px;
  right: -8px;
  content: "";
  width: 100%;
  height: 100%;
}

.cart-summary__value:after {
  left: -8px;
}

.cart-summary__btn {
  width: 100%;
  height: 92px;
  font-size: 23px;
  font-weight: 400;
  line-height: 118%;
  margin: 56px 0 40px 0;
}

.cart-summary__back {
  display: block;
  text-align: center;
}

.cart-summary__back-link {
  font: 400 22px/82% "Cygre";
  color: #727279;
  letter-spacing: -0.03em;
  border-bottom: 1px dashed #727279;
  padding-bottom: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.cart-summary__back-link:hover {
  border-color: transparent;
  color: #3489FF;
}

.casting-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.casting-card:last-child {
  margin-bottom: 0;
}

.casting-card__image {
  -webkit-box-flex: 456px;
  -ms-flex: 456px 0 0px;
  flex: 456px 0 0;
}

.casting-card__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.77635;
  border-radius: 6px;
}

.casting-card__title,
.casting-card__description {
  color: black;
  letter-spacing: -0.03em;
}

.casting-card__title {
  font-size: 23px;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 20px;
}

.casting-card__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
}

.casting-card__description p {
  margin-bottom: 6px;
}

.casting-card__description p:last-child {
  margin-bottom: 0;
}

.catalog-aside__description {
  color: #4B4B50;
  font-size: 16px;
  font-weight: 400;
  line-height: 163.2%;
  letter-spacing: -0.04em;
}

.catalog-aside__description p {
  margin-bottom: 10px;
}

.catalog-aside__description p:last-child {
  margin-bottom: 0;
}

.catalog-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.catalog-categories .category-card {
  height: 382px;
}

.catalog-categories .category-card__title {
  width: calc(100% - 86px);
}

.catalog-categories .category-card:first-child {
  grid-column: span 2;
  padding-top: 10px;
}

.catalog-categories .category-card:first-child .category-card__title {
  left: inherit;
  width: inherit;
  right: 12%;
}

.catalog-categories .category-card:first-child .category-card__image {
  height: calc(100% + 35px);
}

.catalog-categories .category-card:first-child .category-card__img {
  -o-object-position: 5%;
  object-position: 5%;
}

.catalog-categories .category-card:hover {
  background: #3262A5;
}

.catalog-categories .category-card:hover::before {
  width: 26px;
  height: 26px;
}

.catalog-categories .category-card:before {
  top: inherit;
  bottom: 37px;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-page {
  position: relative;
}

.catalog-page:before {
  content: "";
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0) 100%);
}

.catalog-page-aside {
  border-right: 0;
  grid-column: span 4;
  padding: 76px 90px 0 0;
}

.catalog-page-aside__title {
  font: 400 68px/82% "Cygre";
  color: black;
  letter-spacing: -0.03em;
  margin-bottom: 60px;
}

.catalog-page-aside .aside__wrapper {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.catalog-page__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 16px;
  z-index: 1;
  position: relative;
}

.catalog-page .content-page {
  padding-top: 76px;
}

.catalog-sorting {
  margin-bottom: 55px;
}

.catalog-sorting__title {
  font: 400 18px/28px "Cygre";
  color: #1E1F20;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.catalog-sorting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-sorting__item {
  font: 400 18px/28px "Cygre";
  background: #E8EBF1;
  cursor: pointer;
  color: #B6B7BE;
  letter-spacing: -0.03em;
  padding: 3px 12px;
  border-radius: 25px;
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.catalog-sorting__item:hover,
.catalog-sorting__item.is-active {
  background: #173B6D;
  color: white;
}

.catalog-sorting__item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-sorting__item.is-active:after {
  background: url("/img/catalog/close.svg");
  content: "";
  width: 10px;
  height: 10px;
}

.popup-window-buttons .btn {
  width: auto !important;
}

.popup-window-content p {
  font-weight: 700;
  margin-top: 20px;
}

.category-page:before {
  content: none;
}

.category-filter__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-filter__title svg {
  display: none;
}

.category-filter__title span {
  line-height: 100%;
}

.coating-table {
  width: calc(100% + 40px);
  overflow-x: auto;
  counter-reset: coating-table;
}

.coating-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}

.coating-table thead tr {
  border: none;
}

.coating-table th {
  background: #E1E5EB;
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 181%;
  letter-spacing: -0.03em;
  padding: 13px 13px 13px 30px;
  text-align: left;
  white-space: nowrap;
}

.coating-table th:first-child {
  width: 45%;
}

.coating-table tr {
  border: 1px solid #F2EAEA;
}

.coating-table tbody tr {
  counter-increment: coating-table;
}

.coating-table tbody td {
  background: white;
  padding: 13px 13px 13px 30px;
  vertical-align: top;
  color: #2D2F33;
  font-size: 16px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
}

.coating-table tbody td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coating-table tbody td:first-child::before {
  content: counter(coating-table) ".";
  color: #2D2F33;
  font-size: 16px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-right: 7px;
}

.contacts-main {
  margin-bottom: 76px;
}

.contacts-main__wrapper {
  display: grid;
  grid-template-columns: 1fr 718px;
  gap: 30px 52px;
}

.contacts-main-header {
  margin: 28px 0 36px 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-main-header__title {
  color: black;
  font-size: 17px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 11px;
}

.contacts-main-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-main-header__value {
  font: 400 20px/123% "Cygre";
  color: black;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.contacts-main-header__value:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-box-flex: 24px;
  -ms-flex: 24px 0 0px;
  flex: 24px 0 0;
}

.contacts-main-header__value--address:before {
  background: url("/img/contacts/location.svg") no-repeat 0 0/cover;
}

.contacts-main-header__value--phone:before {
  background: url("/img/contacts/phone.svg") no-repeat 0 0/cover;
}

.contacts-main-header__value--email:before {
  background: url("/img/contacts/mail.svg") no-repeat 0 0/cover;
}

.contacts-main-telegram {
  margin-bottom: 47px;
}

.contacts-main-telegram__title {
  color: #53535B;
  font-size: 17px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 11px;
}

.contacts-main-telegram__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 24px;
}

.contacts-main-telegram__item {
  color: black;
  font-size: 17px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contacts-main-telegram__item:hover {
  color: #173B6D;
}

.contacts-main-telegram__item:after {
  background: url("/img/contacts/telegram.svg") no-repeat 0 0/cover;
  content: "";
  width: 25px;
  height: 25px;
  -webkit-box-flex: 25px;
  -ms-flex: 25px 0 0px;
  flex: 25px 0 0;
}

.contacts-main-telegram__item--vk:after {
  background: url("/img/contacts/vk.svg") no-repeat 0 0/cover;
}

.contacts-main-telegram__item--ok:after {
  background: url("/img/contacts/ok.png") no-repeat 0 0/cover;
}

.contacts-main-telegram__item--ozon:after {
  background: url("/img/contacts/ozon.svg") no-repeat 0 0/cover;
}

.contacts-main-telegram__item--wb:after {
  background: url("/img/contacts/wb.png") no-repeat 0 0/cover;
}

.contacts-main-form__title {
  font: 400 22px/123% "Cygre";
  color: black;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.contacts-main-form .form-input {
  height: 66px;
}

.contacts-main-form .form-textarea {
  height: 136px;
}

.contacts-main-form .form__btn {
  height: 58px;
}

.contacts-main-form .form-checkbox-label {
  color: #7E7E88;
  font-size: 12px;
}

.contacts-main-form .form-checkbox-label:before {
  border-color: #B1A5A5;
  top: -1px;
}

.contacts-main-form .form-checkbox-label:after {
  top: 5px;
}

.contacts-departments {
  margin-bottom: 60px;
}

.contacts-department {
  background: inherit;
  border-color: black;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: inherit;
  margin-bottom: 0;
}

.contacts-department .accordion-item-header {
  padding: 30px 20px 30px 50px;
}

.contacts-department .accordion-item-header__title {
  font: 34px/123% "Cygre";
  color: black;
}

.contacts-department .accordion-item-header:before {
  left: 0;
  top: calc(50% - 23px);
  width: 42px;
  height: 42px;
}

.contacts-department .accordion-item-body__content {
  padding: 20px 0 80px 0;
}

.contacts-department__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px 32px;
}

.contacts-department-person__title {
  font: 400 22px/123% "Cygre";
  color: black;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.contacts-department-person__name {
  color: #3C4249;
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 7px;
}

.contacts-department-person__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-department-person__contact {
  color: #173B6D;
  font-size: 18px;
  font-weight: 600;
  line-height: 181%;
  letter-spacing: -0.03em;
}

.gallery-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #D2D4D8;
  padding-bottom: 10px;
  overflow: auto;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.gallery-years::-webkit-scrollbar {
  display: none;
}

.gallery-years__item {
  font: 400 33px/123% "Cygre";
  cursor: pointer;
  color: #A0A7B1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.gallery-years__item:hover {
  color: #3489FF;
}

.gallery-years__item.is-active {
  color: #3489FF;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.gallery-years__item.is-active::after {
  background: #3489FF;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 9px;
}

.gallery-item {
  border: 1px solid #CBCCD2;
  border-radius: 13px;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.gallery-item.is-active {
  opacity: 1;
  visibility: visible;
}

.gallery-item__image {
  border-bottom: 1px solid #CBCCD2;
}

.gallery-item__img {
  border-radius: 13px 13px 0 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  aspect-ratio: 1/1.271;
}

.gallery-item__body {
  background: white;
  text-align: center;
  border-radius: 0 0 13px 13px;
  padding: 11px 10px 12px 10px;
}

.gallery-item__title {
  color: #173B6D;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: clamp(
    0.75rem,
    0.7058823529rem + 0.1960784314vw,
    0.875rem
  );
}

.gallery-item__description {
  color: #173B6D;
  font-size: 11px;
  font-weight: 500;
  font-size: clamp(
    0.625rem,
    0.6029411765rem + 0.0980392157vw,
    0.6875rem
  );
}

.geography-map {
  margin: 10px 0 46px 0;
}

.geography-map__svg {
  margin-left: -106px;
  width: calc(100% + 106px);
  max-width: calc(100% + 106px);
  height: auto;
}

.geography-map__svg path {
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.geography-map__svg path:hover,
.geography-map__svg path.is-active {
  fill: #173B6D !important;
  stroke: #3489FF;
  stroke-width: 2.09701;
}

.geography-map__svg path.city {
  fill: #3489FF;
}

.geography-map__tooltip {
  position: absolute;
  display: none;
  pointer-events: none;
  white-space: nowrap;
}

.geography-map__tooltip-animation-text {
  -webkit-animation: map-tooltip-animation-text 0.4s forwards ease-in-out;
  animation: map-tooltip-animation-text 0.4s forwards ease-in-out;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.geography-map__tooltip-animation-svg {
  -webkit-animation: map-tooltip-animation-svg 0.4s forwards ease-in-out;
  animation: map-tooltip-animation-svg 0.4s forwards ease-in-out;
}

.geography-map__tooltip svg {
  height: 59px;
}

.geography-map__tooltip span {
  position: absolute;
  right: 64px;
  bottom: 0;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 231%;
  letter-spacing: -0.03em;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.geography-map__tooltip span::after {
  background: #C6CCD4;
  content: "";
  position: absolute;
  bottom: 4px;
  right: -13px;
  width: calc(100% + 13px);
  height: 1px;
}

.geography-countries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.geography-countries__item {
  color: #4C4C52;
  font-size: 18px;
  font-weight: 400;
  line-height: 231%;
  letter-spacing: -0.03em;
}

@-webkit-keyframes map-tooltip-animation-text {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes map-tooltip-animation-text {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes map-tooltip-animation-svg {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes map-tooltip-animation-svg {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.history-bg {
  margin-bottom: 114px;
}

.history-bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.31846;
}

.history-events {
  position: relative;
}

.history-event {
  padding: 0 0 94px 154px;
  position: relative;
}

.history-event:last-child {
  padding-bottom: 0;
}

.history-event__marker {
  background: #ccc;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
}

.history-event__date {
  font: 400 72px/80% "Cygre";
  color: #9B9C9D;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}

.history-event__description {
  color: #9B9C9D;
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
}

.history-event__description p {
  margin-bottom: 10px;
}

.history-event__description p:last-child {
  margin-bottom: 0;
}

.history-event-gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "first";
  gap: 12px;
  margin: 30px 0;
}

.history-event-gallery:has(> *:nth-child(2):nth-last-child(1)) {
  grid-template-areas: "first second";
  grid-template-columns: 1.29fr 1fr;
}

.history-event-gallery:has(> *:nth-child(2):nth-last-child(1)) img {
  aspect-ratio: 1/0.7832;
  height: 100%;
}

.history-event-gallery:has(> *:nth-child(3):nth-last-child(1)) {
  grid-template-areas: "first second third";
  grid-template-columns: 1fr 1fr 1fr;
}

.history-event-gallery:has(> *:nth-child(3):nth-last-child(1)) img {
  aspect-ratio: 1/0.8;
}

.history-event-gallery:has(> *:nth-child(4):nth-last-child(1)) {
  grid-template-areas: "first second third fourth";
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.history-event-gallery:has(> *:nth-child(4):nth-last-child(1)) img {
  aspect-ratio: 1/1;
}

.history-event-gallery:has(> *:nth-child(5):nth-last-child(1)) {
  grid-template-areas: "first second third" "first fourth fifth";
  grid-template-columns: 1.52fr 1fr 1fr;
}

.history-event-gallery:has(> *:nth-child(5):nth-last-child(1)) img {
  height: 100%;
}

.history-event-gallery:has(> *:nth-child(5):nth-last-child(1)) .history-event-gallery__image:first-child img {
  aspect-ratio: 1/0.7831;
}

.history-event-gallery__image:first-child {
  grid-area: first;
}

.history-event-gallery__image:nth-child(2) {
  grid-area: second;
}

.history-event-gallery__image:nth-child(3) {
  grid-area: third;
}

.history-event-gallery__image:nth-child(4) {
  grid-area: fourth;
}

.history-event-gallery__image:nth-child(5) {
  grid-area: fifth;
}

.history-event-gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/0.43686;
}

.history-timeline {
  background: #ccc;
  position: absolute;
  top: 0;
  left: 18px;
  width: 1px;
  height: 100%;
  -webkit-transition: background-size 0.3s ease;
  -o-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}

.history-timeline__fill {
  background: #173B6D;
  position: absolute;
  width: 1px;
  height: 0;
}

.history-timeline__marker {
  background: #173B6D;
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.hero {
  padding-top: 146px;
  z-index: 99;
  position: relative;
}

.hero__container {
  margin-bottom: 58px;
}

.hero-header {
  color: black;
  row-gap: 36px;
}

.hero-header__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 118%;
  letter-spacing: -0.04em;
  padding-top: 15px;
}

.hero-header__title {
  font: 400 86px/97% "Cygre";
  letter-spacing: -0.02em;
}

.hero-body {
  background: url("/img/main/hero/hero.jpg") no-repeat 50% 52%/cover;
  height: 100vh;
  position: relative;
}

.hero-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(15, 16, 19, 0.8))), rgba(23, 22, 32, 0.66);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(15, 16, 19, 0.8) 100%), rgba(23, 22, 32, 0.66);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(15, 16, 19, 0.8) 100%), rgba(23, 22, 32, 0.66);
}

.hero-body__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  position: sticky;
  top: calc(100vh - 310px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.hero-body__link {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgba(217, 217, 217, 0.05);
  aspect-ratio: 1/0.96275;
  width: 322px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 105.08%;
  letter-spacing: -0.04em;
  display: block;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.hero-body__link span {
  position: absolute;
  left: 30px;
  bottom: 60px;
}

.hero-body__link::before {
  background: url("/img/other/arrow-white-top-right.svg") no-repeat 0 0/cover;
  content: "";
  position: absolute;
  top: 11px;
  right: 15px;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.hero-body__link:hover {
  background: rgba(217, 217, 217, 0.1);
}

.hero-body__link:hover::before {
  width: 30px;
  height: 30px;
}

.advantages {
  position: relative;
  margin-top: -100vh;
}

.advantages-bg {
  background: url("/img/main/advantage/pattern.jpg") 0 0/cover;
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
}

.advantage {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.advantage--reverse .advantage__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.advantage--reverse .advantage__wrapper {
  margin-left: 0;
  margin-right: 6%;
}

.advantage--reverse .advantage-model {
  text-align: left;
}

.advantage__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

.advantage__wrapper {
  -webkit-box-flex: 42%;
  -ms-flex: 42% 0 0px;
  flex: 42% 0 0;
  margin-left: 6%;
}

.advantage__title,
.advantage__description {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.advantage__title {
  font: 400 50px/90% "Cygre";
  color: black;
  letter-spacing: -0.04em;
  margin-bottom: 27px;
}

.advantage__description {
  color: #1f2229;
  font-size: 19px;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: -0.05em;
}

.advantage__description p {
  margin-bottom: 6px;
}

.advantage__description p:last-child {
  margin-bottom: 0;
}

.advantage__description p:has(strong) {
  margin-top: 20px;
}

.advantage__description p strong {
  font: italic 400 22px/130% "Cygre";
  color: black;
}

.advantage-model {
  position: absolute;
  right: 0;
  top: 5%;
  width: 100%;
  height: 100%;
  text-align: right;
}

.advantage-model__img {
  width: auto;
  height: 100%;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.advantage .desktop-only {
  display: block;
}

.advantage .mobile-only {
  display: none;
}

.main-catalog {
  background: url("/img/main/categories/pattern.jpg") 0 0/cover;
  padding: 147px 0 112px 0;
  width: 100%;
  margin-bottom: -30px;
}

.main-catalog-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-catalog-aside__title {
  font: 400 58px/109% "Cygre";
  color: white;
  letter-spacing: -0.04em;
}

.main-catalog-aside__description {
  color: #ccccde;
  font-size: 18px;
  font-weight: 400;
  line-height: 123.18%;
  letter-spacing: -0.04em;
  max-width: 71%;
}

.main-catalog__categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 16px;
}

.main-catalog__categories .category-card__title {
  top: 84%;
}

.main-career {
  padding: 132px 0;
  border-radius: 30px 30px 0 0;
  background: #fcfcfe;
  position: relative;
}

.main-career-aside__title {
  color: #4b4b50;
  font-size: 18px;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.02em;
}

.main-career-body__text {
  font: 400 34px/123% "Cygre";
  letter-spacing: -0.02em;
  color: black;
  margin-bottom: 44px;
}

.main-career-body__text span {
  color: #173B6D;
}

.main-career-body__description {
  color: #2d2e32;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.04em;
  margin-bottom: 44px;
  max-width: 53%;
}

.main-career-body__images {
  display: grid;
  grid-template-columns: 1.359fr 1fr;
  grid-template-areas: "one two" "one three";
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.main-career-body__images div:first-child {
  grid-area: one;
}

.main-career-body__images div:first-child img {
  aspect-ratio: 1/0.94957;
  -o-object-position: right center;
  object-position: right center;
}

.main-career-body__images div:nth-child(2) {
  grid-area: two;
}

.main-career-body__images div:nth-child(2) img {
  aspect-ratio: 1/0.66584;
}

.main-career-body__images div:last-child {
  grid-area: three;
}

.main-career-body__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4.45px;
}

.main-form {
  background: -o-radial-gradient(50% 104%, 85% 85%, #525963, #1b1a24 100%), #f8f9fa;
  background: radial-gradient(85% 85% at 50% 104%, #525963, #1b1a24 100%), #f8f9fa;
  padding: 100px 0 68px 0;
  border-radius: 28px 28px 0 0;
}

.main-form-aside__title {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.02em;
}

.main-form-body__text {
  font: 400 34px/123% "Cygre";
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 30px;
}

.main-form-body__text span {
  color: #3489FF;
}

.main-form-body__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-news {
  padding: 132px 0;
}

.main-news__wrapper {
  margin-bottom: 70px;
}

.main-news-aside__title {
  color: #4b4b50;
  font-size: 18px;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.02em;
}

.main-news-body__text {
  font: 400 34px/123% "Cygre";
  letter-spacing: -0.02em;
  color: black;
}

.main-news__mobile {
  display: none !important;
}

.main-news__list {
  display: grid;
  grid-template-columns: 1.68855fr 1fr 1fr;
  grid-template-areas: "one two three" "one four four";
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.main-news__list .action-more {
  grid-area: four;
  align-self: center;
}

.main-news__card:first-child {
  grid-area: one;
}

.main-news__card:nth-child(2) {
  grid-area: two;
}

.main-news__card:nth-child(3) {
  grid-area: three;
}

.mechanical-text {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}

.mechanical-text:last-child {
  margin-bottom: 0;
}

.mechanical-text p {
  margin-bottom: 10px;
}

.mechanical-text p:last-child {
  margin-bottom: 0;
}

.mechanical-text img {
  margin: 15px 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.38133;
  border-radius: 6px;
}

.mechanical-text strong {
  font-weight: 500;
}

.mechanical-text ul,
.mechanical-text ol {
  margin: 28px 0;
}

.mechanical-text ul li,
.mechanical-text ol li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 30px;
}

.mechanical-text ul li:last-child,
.mechanical-text ol li:last-child {
  margin-bottom: 0;
}

.mechanical-text .content-page__description {
  margin-top: 50px;
}

.mechanical-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 40px;
}

.mechanical-images__item img {
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.76644;
}

.mechanical-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.mechanical-card {
  background: white;
  min-height: 276px;
  border: 1px solid #D7DFE8;
  border-radius: 6px;
  padding: 46px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mechanical-card__title,
.mechanical-card__description {
  color: black;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.mechanical-card__title {
  font: 24px/105% "Cygre";
  margin-bottom: 50px;
}

.mechanical-card__description {
  font-size: 16px;
  line-height: 181%;
}

.news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
}

.news-header {
  display: none;
}

.news-header__title {
  font: 400 52px/82% "Cygre";
  color: black;
  letter-spacing: -0.03em;
}

.news-header-menu {
  -webkit-box-flex: 100px;
  -ms-flex: 100px 0 0px;
  flex: 100px 0 0;
}

.news-header-menu__title {
  font: 400 18px/28px "Cygre";
  color: #3489FF;
  letter-spacing: -0.03em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 30px;
}

.news-header-menu__title:after {
  background: url("/img/other/arrow-blue-top-right.svg") no-repeat 0 0/cover;
  content: "";
  width: 24px;
  height: 24px;
}

.news-header-menu__title:hover ~ .news-header-dropdown,
.news-header-menu__title:focus ~ .news-header-dropdown,
.news-header-menu__title:active ~ .news-header-dropdown {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}

.news-header-dropdown {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  background: white;
  padding: 10px;
  border-radius: 10px;
  width: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.news-header-dropdown__item {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.03em;
}

.news-header-dropdown__item:last-child {
  margin-bottom: 0;
}

.news-header-dropdown__item.is-active {
  color: #3489FF;
}

.news-item .aside {
  border-right: 0;
  grid-column: span 4;
  padding: 0 90px 0 0;
}

.news-item .aside__wrapper {
  position: inherit;
  height: 100%;
  padding-bottom: 0;
}

.news-item .content-page {
  padding: 0;
}

.news-item-body {
  margin: -10px 0 26px 0;
}

.news-item-body__text {
  margin: 26px 0 45px 0;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
}

.news-item-body__text p {
  margin-bottom: 10px;
}

.news-item-body__text p:last-child {
  margin-bottom: 0;
}

.news-item-slider {
  margin-bottom: 110px;
}

.news-item-slider__img {
  cursor: -webkit-grab;
  cursor: grab;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.85;
  border-radius: 4px;
}

.news-item-related {
  margin-bottom: 126px;
}

.news-item-related__title {
  font: 400 46px/82% "Cygre";
  grid-column: span 4;
  color: black;
  letter-spacing: -0.03em;
}

.news-item-related__wrapper {
  grid-column: 5/span 8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.order-completed {
  margin-bottom: 126px;
}

.order-completed__wrapper {
  background: white;
  padding: 60px;
  max-width: 66.5761%;
  border: 1px solid #D5DDE4;
  border-radius: 10px;
}

.order-completed__title,
.order-completed__description,
.order-completed__back {
  color: black;
  font-family: "Cygre";
  letter-spacing: -0.03em;
  font-weight: 400;
  line-height: 82%;
}

.order-completed__title {
  font-size: 34px;
  margin-bottom: 40px;
}

.order-completed__description {
  font-size: 22px;
  margin-bottom: 90px;
  line-height: 118%;
}

.order-completed__back {
  font-size: 22px;
  border-bottom: 1px dashed #727279;
  padding-bottom: 5px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.order-completed__back:hover {
  border-color: transparent;
  color: #3489FF;
}

.order-content__title {
  color: black;
  margin-bottom: 48px;
}

.order-block {
  margin-bottom: 70px;
}

.order-block:first-child {
  margin-top: 36px;
}

.order-block:last-child {
  margin-bottom: 0;
}

.order-block__title {
  font: 400 38px/82% "Cygre";
  color: black;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  position: relative;
}

.order-block__title h2 {
  background: white;
  display: inline;
  z-index: 1;
  position: relative;
  padding-right: 25px;
}

.order-block__title:after {
  background: #CBD2DC;
  content: "";
  position: absolute;
  top: 50%;
  right: -20%;
  width: 100%;
  height: 1px;
}

.order-block__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-block__form .form-group {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc((100% - 24px) / 3);
  flex: 1 1 calc((100% - 24px) / 3);
}

.order-block__form .form-group:has(textarea) {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.order-block__form .form-input {
  height: 66px;
}

.order-block__form .form-input,
.order-block__form .form-textarea {
  border-color: #AEB6C6;
}

.order-block__form .form-label {
  font-size: 16px;
}

.order-block__form .form__footer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-block__form .form-group-checkbox {
  margin-top: 0;
}

.order-block__form .form-checkbox-label {
  color: #7E7E88;
  font-size: 16px;
}

.order-block__form .form-checkbox-label a {
  color: #7E7E88;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.order-block__form .form-checkbox-label a:hover {
  text-decoration: none;
  color: #3489FF;
}

.order-block__form .form-checkbox-label:before {
  border-color: #B1A5A5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order-block__form .form-checkbox-label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order-block__form--delivery .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc((100% - 12px) / 2);
  flex: 1 1 calc((100% - 12px) / 2);
}

.order-block-deliveries {
  margin-bottom: 54px;
}

.order-block-deliveries:last-child {
  margin-bottom: 0;
}

.order-block-delivery__title {
  color: #59575D;
  font-size: 22px;
  font-weight: 400;
  line-height: 82%;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.order-block-delivery__description {
  color: #46454C;
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
  letter-spacing: -0.02em;
  display: block;
  text-wrap-style: balance;
}

.order-block-delivery__description span {
  color: black;
}

.organization-contacts {
  display: grid;
  grid-template-columns: 24.5% 30% 24.5%;
  gap: 30px;
  margin: 50px 0 50px 0;
  position: relative;
  padding: 28px 0;
}

.organization-contacts:before,
.organization-contacts:after {
  background: #D6D2D2;
  content: "";
  height: 1px;
  width: 116.4%;
  left: -13.1%;
  position: absolute;
}

.organization-contacts:before {
  top: 0;
}

.organization-contacts:after {
  bottom: 0;
}

.organization-contacts__title,
.organization-contacts__name,
.organization-contacts__phone {
  font: 400 24px/123% "Cygre";
  color: black;
  letter-spacing: -0.02em;
}

.organization-contacts__name,
.organization-contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
}

.organization-contacts__name:before,
.organization-contacts__phone:before {
  content: "";
  width: 28px;
  height: 28px;
  -webkit-box-flex: 28px;
  -ms-flex: 28px 0 0px;
  flex: 28px 0 0;
}

.organization-contacts__name:before {
  background: url("/img/organization/user.svg") no-repeat 0 0/cover;
}

.organization-contacts__phone:before {
  background: url("/img/organization/phone.svg") no-repeat 0 0/cover;
}

.organization-body {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}

.organization-body p {
  margin-bottom: 10px;
}

.organization-body p:last-child {
  margin-bottom: 0;
}

.organization-directions__title {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}

.organization-directions__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 80px;
}

.organization-directions__card {
  border-radius: 10px;
  background: white;
  cursor: pointer;
  padding: 24px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 292px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.organization-directions__card:hover {
  background: #3489FF;
}

.organization-directions__card:hover .organization-directions__name,
.organization-directions__card:hover .organization-directions__description {
  color: white;
}

.organization-directions__card.is-active {
  background: #3489FF;
}

.organization-directions__card.is-active .organization-directions__name,
.organization-directions__card.is-active .organization-directions__description {
  color: white;
}

.organization-directions__card.is-active .organization-directions__description {
  opacity: 1;
}

.organization-directions__name {
  font: 400 20px/120% "Cygre";
  color: black;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.organization-directions__description {
  color: black;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: -0.03em;
}

.organization-directions__description p:last-child {
  margin-bottom: 0;
}

.organization-directions__images {
  grid-template-columns: 3fr 5fr;
  grid-template-areas: "first second" "first third";
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.organization-directions__images.is-active {
  opacity: 1;
  visibility: visible;
}

.organization-directions__image {
  cursor: pointer;
}

.organization-directions__image:first-child {
  grid-area: first;
}

.organization-directions__image:first-child img {
  height: 100%;
  aspect-ratio: 1/1.69105;
}

.organization-directions__image:nth-child(2) {
  grid-area: second;
}

.organization-directions__image:nth-child(2) img {
  aspect-ratio: 1/0.41825;
}

.organization-directions__image:last-child {
  grid-area: third;
}

.organization-directions__image:last-child img {
  aspect-ratio: 1/0.58055;
}

.organization-directions__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.practice-item {
  border-bottom: 1px solid #000000;
  padding: 30px 0 40px 0;
}

.practice-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.practice-item__title {
  font: 400 46px/122% "Cygre";
  color: black;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}

.practice-item__title--small {
  font-size: 24px;
  line-height: 82%;
  margin-bottom: 20px;
}

.practice-item__description {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 193%;
  letter-spacing: -0.04em;
  margin-bottom: 35px;
}

.practice-item__description:last-child {
  margin-bottom: 0;
}

.practice-item__description strong {
  font-weight: 700;
}

.practice-item__description p {
  margin-bottom: 10px;
}

.practice-item__description p:last-child {
  margin-bottom: 0;
}

.practice-item__description ul,
.practice-item__description ol {
  margin-bottom: 15px;
}

.practice-item__description ul:last-child,
.practice-item__description ol:last-child {
  margin-bottom: 0;
}

.practice-item__description ul li,
.practice-item__description ol li {
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 20px;
}

.practice-item__description ul li:last-child,
.practice-item__description ol li:last-child {
  margin-bottom: 0;
}

.practice-item__btn {
  font-size: 18px;
  height: 50px;
  max-width: 200px;
}

.product-content {
  margin-bottom: 150px;
}

.product-content__wrapper {
  display: grid;
  grid-template-columns: 55.653% 1fr;
  gap: 40px 53px;
  grid-template-areas: "gallery title" "gallery inner" "gallery characteristics";
  grid-template-rows: auto 1fr;
}

.product-content-gallery {
  display: grid;
  grid-template-columns: 2.009fr 1fr;
  gap: 16px;
  grid-area: gallery;
  grid-template-areas: "first second" "first third";
  align-self: start;
  position: sticky;
  top: 100px;
}

.product-content-gallery--single {
  grid-template-columns: 1fr;
}

.product-content-gallery--single .product-content-gallery__img {
  aspect-ratio: 1/0.73253 !important;
}

.product-content-gallery__image {
  overflow: hidden;
  border: 1px solid #D5DDE4;
  border-radius: 10px;
}

.product-content-gallery__image:hover .product-content-gallery__img {
  scale: 1.03;
}

.product-content-gallery__image:first-child {
  grid-area: first;
}

.product-content-gallery__image:first-child img {
  aspect-ratio: 1/1.09956;
  height: 100%;
}

.product-content-gallery__image:nth-child(2) {
  grid-area: second;
}

.product-content-gallery__image:nth-child(2) img {
  aspect-ratio: 1/0.96124;
}

.product-content-gallery__image:nth-child(3) {
  grid-area: third;
}

.product-content-gallery__image:nth-child(3) img {
  aspect-ratio: 1/1.2001;
}

.product-content-gallery__img {
  background: white;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-content__title {
  font: 400 44px/141% "Cygre";
  grid-area: title;
  color: black;
  letter-spacing: -0.03em;
}

.product-content__inner {
  grid-area: inner;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-family: "Cygre";
  letter-spacing: -0.03em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-content__price {
  color: #313235;
  font-size: 51px;
  font-weight: 400;
  line-height: 127.2%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.product-content__price span {
  font-size: 37px;
}

.product-content__price-total {
  position: absolute;
  font-size: 14px !important;
  bottom: -35px;
  color: #313235;
}

.product-content__quantity {
  background: white;
  border: 1px solid #A1A3A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  -webkit-box-flex: 110px;
  -ms-flex: 110px 0 0px;
  flex: 110px 0 0;
  border-radius: 4px;
}

.product-content__quantity-button {
  font-size: 22px;
  font-weight: 400;
  line-height: 127.2%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
  text-align: center;
}

.product-content__quantity-input {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  width: 40px;
  text-align: center;
}

.product-content__quantity-input[type=number]::-webkit-inner-spin-button,
.product-content__quantity-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-content__quantity-input[type=number] {
  -moz-appearance: textfield;
}

.product-content__add-to-cart {
  position: relative;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  font-size: 22px;
  line-height: 127.2%;
  letter-spacing: -0.03em;
  max-width: 243px;
}

.product-content__add-to-cart:after {
  background: url("/img/other/cart.svg") no-repeat 0 0/cover;
  content: "";
  width: 26px;
  height: 26px;
}

.product-content-characteristics {
  grid-area: characteristics;
}

.product-content-characteristics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #DADADE;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.product-content-characteristics__item:last-child {
  margin-bottom: 0;
}

.product-content-characteristics__item-title,
.product-content-characteristics__item-value {
  font: 400 16px/127.2% "Cygre";
  color: black;
  letter-spacing: -0.03em;
}

.product-content-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-content-instructions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.product-content-instructions__item-title {
  color: black;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-content-instructions__item-title:hover {
  color: #3489FF;
}

.product-content-instructions__item-size {
  display: block;
  margin-top: 4px;
  color: black;
}

.product-related {
  margin-bottom: 126px;
}

.product-related__aside {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-related__title {
  font: 400 62px/99% "Cygre";
  color: black;
  letter-spacing: -0.03em;
}

.product-related .navigation-prev,
.product-related .navigation-next {
  width: 70px;
  height: 70px;
}

.product-related .navigation-prev:after,
.product-related .navigation-next:after {
  width: 13px;
  height: 13px;
}

.product-related__swiper {
  grid-column: 5/span 8;
  display: grid;
  max-width: 100%;
}

.purchases__accordion-item[aria-expanded=true] {
  position: relative;
}

.purchases__accordion-item[aria-expanded=true]::before {
  background: #EBEBEB;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  border-left: 1px solid #D5DDE4;
}

.purchase {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.purchase__column:first-child {
  padding-right: 60px;
}

.purchase__column:nth-child(2) {
  padding-left: 26px;
}

.purchase ul li {
  list-style: disc;
  color: #322E35;
  font-size: 16px;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.03em;
  margin: 0 0 20px 15px;
}

.purchase ul li:last-child {
  margin-bottom: 0;
}

.purchase__title,
.purchase__name,
.purchase__contacts,
.purchase__btn {
  position: relative;
  z-index: 1;
}

.purchase__title {
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin: -10px 0 6px 0;
}

.purchase__name {
  color: #3C4249;
  font-size: 18px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 1px;
}

.purchase__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase__contacts-phone {
  color: #173B6D;
  font-size: 18px;
  font-weight: 600;
  line-height: 181%;
  letter-spacing: -0.03em;
}

.purchase__contacts-email {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 181%;
  letter-spacing: -0.03em;
}

.purchase__btn {
  height: 55px;
  width: 250px;
}

.resume-page__form {
  margin: 38px 0 80px 0;
}

.resume-page__title {
  font: 400 24px/123% "Cygre";
  margin-bottom: 30px;
  color: black;
  letter-spacing: -0.02em;
}

.resume-page__subtitle {
  font-size: 16px;
  line-height: 82%;
  color: black;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.resume-page .form-group {
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}

.resume-page .form-group--full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.resume-page .form-group--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.resume-page .form-group--third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
}

.resume-page .form-group--fourth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.resume-page .form-group--fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.resume-page .form-group-checkbox {
  margin: 37px 0 17px 0;
}

.resume-page .form-checkbox-label {
  color: black;
  font-size: 16px;
}

.resume-page .form-checkbox-label:before {
  border-color: black;
}

.resume-page .form-checkbox-label:before,
.resume-page .form-checkbox-label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.resume-page .form-radio-options {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px 32px;
}

.resume-page .form-radio-option {
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}

.resume-page .form-radio-label {
  padding-left: 36px;
}

.resume-page .form-notice {
  font-size: 13px;
  font-weight: 400;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #7E7E88;
  margin-bottom: 40px;
}

.resume-page .form-notice p {
  margin-bottom: 20px;
}

.resume-page .form-notice p:last-child {
  margin-bottom: 0;
}

.resume-page .form-notice a {
  font-size: 15px;
  color: #173B6D;
  text-decoration: underline;
  font-weight: 500;
  line-height: 120%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.resume-page .form-notice a:hover {
  color: #3489FF;
}

.resume-page .form__btn {
  max-width: 360px;
}

.remove-btn {
  position: absolute;
  right: 0;
  color: red;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.remove-btn:hover {
  text-decoration: underline;
}

.staff-events {
  border: 1px solid #D5DDE4;
  border-radius: 5px;
  background: white;
  color: black;
}

.staff-events-header {
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #D5DDE4;
  padding: 36px 40px;
}

.staff-events-header__title {
  font: 400 clamp(
   1.5rem,
    1.0147058824rem + 2.1568627451vw,
    2.875rem
  )/100% "Cygre";
  letter-spacing: -0.03em;
  margin-bottom: 2px;
}

.staff-events-header__description {
  font-size: clamp(
    1rem,
    0.9117647059rem + 0.3921568627vw,
    1.25rem
  );
  font-weight: 400;
  line-height: 134%;
  letter-spacing: -0.02em;
}

.staff-events-body {
  display: grid;
  grid-template-columns: 53.326% 1fr;
}

.staff-events-calendar {
  padding: 20px 40px 36px 40px;
  border-right: 1px solid #D5DDE4;
}

.staff-events-calendar .has-event {
  background: #3489FF !important;
  color: white !important;
}

.staff-events-calendar .selected-date {
  background: #173B6D !important;
  color: white !important;
}

.staff-events-calendar .jsCalendar-previous {
  color: rgba(0, 0, 0, 0.18) !important;
}

.staff-event {
  padding: 36px 40px;
}

.staff-event__date,
.staff-event__title {
  font-weight: 500;
  line-height: 134%;
  letter-spacing: -0.02em;
}

.staff-event__date {
  font-size: 18px;
  margin-bottom: 2px;
  font-size: clamp(
    1rem,
    0.9558823529rem + 0.1960784314vw,
    1.125rem
  );
}

.staff-event__title {
  font-size: 24px;
  margin-bottom: 22px;
  font-size: clamp(
    1.125rem,
    0.9926470588rem + 0.5882352941vw,
    1.5rem
  );
}

.staff-event__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
}

.staff-event-form__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.staff-event-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-event-form__form .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 12px) / 2);
  flex: 0 0 calc((100% - 12px) / 2);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.staff-event-form__form .form-input {
  height: 60px;
  padding-top: 5px;
}

.staff-event-form__btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 118%;
}

.staff-element {
  margin-top: 68px;
  border-top: 1px solid black;
  padding-top: 50px;
}

.staff-element__title {
  font: 400 clamp(
   1.375rem,
    0.8455882353rem + 2.3529411765vw,
    2.875rem
  )/100% "Cygre";
  color: black;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}

.staff-element__subtitle {
  font: 400 clamp(
   1.125rem,
    0.9926470588rem + 0.5882352941vw,
    1.5rem
  )/123% "Cygre";
  color: black;
  letter-spacing: -0.02em;
  margin: 30px 0 15px 0;
}

.staff-element__btn {
  font-size: 20px;
  font-weight: 400;
  line-height: 118%;
  letter-spacing: -0.02em;
  margin-top: 40px;
  width: auto;
  padding: 0 16px;
  min-width: 450px;
  max-width: 100%;
}

.staff-element__text {
  color: black;
  font-size: clamp(
    0.875rem,
    0.7867647059rem + 0.3921568627vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 143%;
  letter-spacing: -0.04em;
}

.staff-element__text p {
  margin-bottom: 15px;
}

.staff-element__text p:last-child {
  margin-bottom: 0;
}

.staff-element__text ul li,
.staff-element__text ol li {
  list-style: disc;
  margin: 0 0 10px 20px;
}

.staff-element__text ul li:last-child,
.staff-element__text ol li:last-child {
  margin-bottom: 0;
}

.staff-element-banner {
  height: 322px;
  border-radius: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}

.staff-element-banner--secondary {
  background: url("/img/staff/banner-icon.svg") no-repeat 90%/32% #015FDB;
}

.staff-element-banner--secondary .staff-element-banner__text {
  max-width: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.staff-element-banner__text {
  font: 400 clamp(
   1.125rem,
    0.5073529412rem + 2.7450980392vw,
    2.875rem
  )/121% "Cygre";
  color: white;
  letter-spacing: -0.03em;
  position: absolute;
  left: 2.9%;
  bottom: 10%;
  text-wrap-style: balance;
}

.staff-element-preparation {
  background: #015FDB;
  height: 354px;
  border-radius: 14px;
  padding: 40px 30px;
  margin-top: 48px;
}

.staff-element-preparation__wrapper {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 32px;
}

.staff-element-preparation__title {
  font: 400 clamp(
   1.375rem,
    0.8455882353rem + 2.3529411765vw,
    2.875rem
  )/121% "Cygre";
  color: white;
  letter-spacing: -0.03em;
}

.staff-element-preparation__body {
  color: white;
  font-size: clamp(
    1rem,
    0.9558823529rem + 0.1960784314vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 159%;
  letter-spacing: -0.03em;
}

.staff-element-preparation__list {
  margin-bottom: 20px;
}

.staff-element-preparation__list li {
  margin-left: 20px;
}

.staff-element-preparation__subtitle {
  font-weight: 500;
}

.staff-element-preparation p a {
  color: white;
}

.staff-vacancy {
  margin-bottom: 30px;
  color: black;
}

.staff-vacancy__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.staff-vacancy__list {
  margin-bottom: 20px;
}

.staff-vacancy__list:last-child {
  margin-bottom: 0;
}

.staff-vacancy__list li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 181%;
  letter-spacing: -0.03em;
  margin: 0 0 5px 20px;
}

.staff-vacancy__list li:last-child {
  margin-bottom: 0;
}

.staff-news__subtitle {
  font: 400 24px/123% "Cygre";
  color: black;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.staff-news .action-more {
  margin-top: 54px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.students-hero {
  height: 541px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.students-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.42);
}

.students-hero__title {
  font: 400 57px/87% "Cygre";
  color: white;
  letter-spacing: -0.03em;
  z-index: 1;
  position: relative;
  top: 27px;
  left: 47px;
}

.technologies-content__image {
  margin-bottom: 40px;
}

.technologies-content img {
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.38133;
}

.technologies-content__description {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: -0.04em;
}

.technologies-content__description p {
  margin-bottom: 10px;
}

.technologies-content__description p:last-child {
  margin-bottom: 0;
}

.technologies-nav {
  margin-bottom: 130px;
}

.technologies-nav__item {
  display: block;
  padding: 48px 0;
  border-top: 1px solid black;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.technologies-nav__item:last-child {
  border-bottom: 1px solid black;
}

.technologies-nav__item:before {
  content: "Подробнее";
  position: absolute;
  color: transparent;
  height: 30px;
  top: -10px;
  right: 75px;
  font-size: 16px;
  line-height: 154px;
  letter-spacing: -0.04em;
  font-weight: 400;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.technologies-nav__item:after {
  background: url("/img/other/arrow-blue-top-right.svg") no-repeat 0 0/cover;
  content: "";
  position: absolute;
  top: 44px;
  right: 0;
  width: 45px;
  height: 45px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.technologies-nav__item:hover {
  background: #173B6D;
  border-color: #173B6D;
}

.technologies-nav__item:hover:after {
  background: url("/img/other/arrow-white-top-right.svg") no-repeat 0 0/cover;
  right: 14px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.technologies-nav__item:hover:before {
  color: white;
}

.technologies-nav__item:hover .technologies-nav__item-title,
.technologies-nav__item:hover .technologies-nav__item-description {
  color: white;
  padding-left: 90px;
}

.technologies-nav__item:hover .technologies-nav__item-title {
  margin-bottom: 8px;
}

.technologies-nav__item:hover .technologies-nav__item-description {
  max-height: 500px;
  opacity: 1;
}

.technologies-nav__item-title {
  font: 400 44px/82% "Cygre";
  display: block;
  color: #3C3C46;
  letter-spacing: -0.03em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.technologies-nav__item-description {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 152%;
  letter-spacing: -0.04em;
  max-width: 64%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease, opacity 0.8s ease, padding 0.8s ease;
  -o-transition: max-height 0.6s ease, opacity 0.8s ease, padding 0.8s ease;
  transition: max-height 0.6s ease, opacity 0.8s ease, padding 0.8s ease;
}

* {
  scroll-behavior: smooth;
}

body {
  background: url("/img/other/pattern.png") #FCFCFE;
  font-family: "Inter";
}

button,
input {
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

button::-moz-placeholder,
input::-moz-placeholder {
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

button:-ms-input-placeholder,
input:-ms-input-placeholder {
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

button::-ms-input-placeholder,
input::-ms-input-placeholder {
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

button::placeholder,
input::placeholder {
  font-family: "Cygre";
  letter-spacing: -0.03em;
}

@supports (-webkit-appearance:none) {
  .header-search__form:before {
    background-image: url("/img/header/search.svg");
  }

  .header-cart {
    background: url("/img/header/cart.svg") no-repeat center/28px;
  }

  .header-cart:hover,
  .header-cart.is-active {
    background-image: url("/img/header/cart-white.svg") no-repeat center/28px;
  }

  .header-phone {
    background-image: url("/img/header/phone.svg") no-repeat center/28px;
  }

  .header-phone:hover {
    background-image: url("/img/header/phone-white.svg") no-repeat center/28px;
  }

  .mobile-menu-wrapper__item.has-submenu::after {
    background-image: url("/img/accordion/arrow.svg");
  }

  .accordion-item-header:before {
    background-image: url("/img/accordion/arrow.svg");
  }

  .aside-menu__item.is-active .aside-menu__link:before,
  .aside-menu__item:hover .aside-menu__link:before {
    background-image: url("/img/aside/arrow-active.svg");
  }

  .aside-menu__link::before {
    background-image: url("/img/aside/arrow.svg");
  }

  .back__link:hover::after {
    background-image: url("/img/other/arrow-white-right.svg");
  }

  .back__link::after {
    background-image: url("/img/other/arrow-black-right.svg");
  }

  .breadcrumbs__item:first-child:before {
    background-image: url("/img/hero/home.svg");
  }

  .category-card::before {
    background-image: url("/img/other/arrow-gray-top-right.svg");
  }

  .category-card:hover::before {
    background-image: url("/img/other/arrow-white-top-right.svg");
  }

  .product-card__goods-100 {
    background-image: url("/img/product/100goods.webp");
  }

  .product-card__btn:after {
    background-image: url("/img/other/cart.svg");
  }

  .form-repeater:before {
    background-image: url("/img/career/plus.svg");
  }

  .action-more__link:hover::after {
    background-image: url("/img/other/arrow-white-right.svg");
  }

  .action-more__link::after {
    background-image: url("/img/other/arrow-black-right.svg");
  }

  .navigation-next:hover::after,
  .navigation-prev:hover::after {
    background-image: url("/img/other/arrow-white-right.svg");
  }

  .navigation-next::after {
    background-image: url("/img/other/arrow-black-right.svg");
  }

  .navigation-prev::after {
    background-image: url("/img/other/arrow-black-right.svg");
  }

  .pagination-catalog__prev,
  .pagination-catalog__next {
    background-image: url("/img/accordion/arrow.svg");
  }

  .popup__close {
    background-image: url("/img/other/close.svg");
  }

  .about-stat:last-child::before {
    background-image: url("/img/about/chart.svg");
  }

  .about-stat__header-mark {
    background-image: url("/img/about/arrow.svg");
  }

  .about-document:before {
    background-image: url("/img/other/doc.svg");
  }

  .actives-item:before {
    background-image: url("/img/other/doc.svg");
  }

  .assembling-panel::before {
    background: url("/img/assembling/assembling-1.svg") no-repeat center center/cover;
  }

  .cart-heading__clear-cart:after {
    background-image: url("/img/cart/close.svg");
  }

  .cart-item__remove-button {
    background-image: url("/img/cart/trash.svg");
  }

  .catalog-sorting__item.is-active:after {
    background-image: url("/img/catalog/close.svg");
  }

  .contacts-main-header__value--address:before {
    background-image: url("/img/contacts/location.svg");
  }

  .contacts-main-header__value--phone:before {
    background-image: url("/img/contacts/phone.svg");
  }

  .contacts-main-header__value--email:before {
    background-image: url("/img/contacts/mail.svg");
  }

  .contacts-main-telegram__item:after {
    background-image: url("/img/contacts/telegram.svg");
  }

  .contacts-main-telegram__item--vk:after {
    background-image: url("/img/contacts/vk.svg");
  }

  .contacts-main-telegram__item--ok:after {
    background-image: url("/img/contacts/ok.webp");
  }

  .contacts-main-telegram__item--ozon:after {
    background-image: url("/img/contacts/ozon.svg");
  }

  .contacts-main-telegram__item--wb:after {
    background-image: url("/img/contacts/wb.webp");
  }

  .hero-body {
    background-image: url("/img/main/hero/hero.webp");
  }

  .hero-body__link::before {
    background-image: url("/img/other/arrow-white-top-right.svg");
  }

  .advantages-bg {
    background-image: url("/img/main/advantage/pattern.webp");
  }

  .main-catalog {
    background-image: url("/img/main/categories/pattern.webp");
  }

  .news-header-menu__title:after {
    background-image: url("/img/other/arrow-blue-top-right.svg");
  }

  .organization-contacts__name:before {
    background-image: url("/img/organization/user.svg");
  }

  .organization-contacts__phone:before {
    background-image: url("/img/organization/phone.svg");
  }

  .product-content__add-to-cart:after {
    background-image: url("/img/other/cart.svg");
  }

  .staff-element-banner--secondary {
    background-image: url("/img/staff/banner-icon.svg");
  }

  .technologies-nav__item:after {
    background-image: url("/img/other/arrow-blue-top-right.svg");
  }

  .technologies-nav__item:hover:after {
    background-image: url("/img/other/arrow-white-top-right.svg");
  }

  body {
    background-image: url("/img/other/pattern.webp");
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: calc(var(--bs-gutter-x) * 0.75);
    padding-left: calc(var(--bs-gutter-x) * 0.75);
  }

@supports (-webkit-appearance:none) {

}
}

@media (min-width: 1500px) {
  .container {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1799px) {
  .header-menu__link .full-text {
    display: none;
  }

  .header-menu__link .short-text {
    display: block;
  }

  .catalog-page-aside__title {
    font-size: 58px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1699px) {
  .about-stat__header-before {
    padding-right: 20px;
  }

  .about-stat__header-year,
  .about-stat__header-before {
    font-size: 34px;
  }

  .about-stat__text {
    font-size: 15px;
  }

  .product-content__title {
    font-size: 38px;
    line-height: 127%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1599px) {
  .category-card__title {
    left: 20px;
    font-size: 16px;
  }

  .about-promo__text {
    padding: 0;
  }

  .cart-header {
    gap: 30px;
  }

  .cart-item {
    gap: 30px;
  }

  .catalog-categories .category-card__title {
    width: calc(100% - 78px);
  }

  .hero-header__title br {
    display: none;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1499px) {
  .d-xxl-none {
    display: none;
  }

  .col-xxl-1 {
    grid-column: span 1;
  }

  .col-xxl-2 {
    grid-column: span 2;
  }

  .col-xxl-3 {
    grid-column: span 3;
  }

  .col-xxl-4 {
    grid-column: span 4;
  }

  .col-xxl-5 {
    grid-column: span 5;
  }

  .col-xxl-6 {
    grid-column: span 6;
  }

  .col-xxl-7 {
    grid-column: span 7;
  }

  .col-xxl-8 {
    grid-column: span 8;
  }

  .col-xxl-9 {
    grid-column: span 9;
  }

  .col-xxl-10 {
    grid-column: span 10;
  }

  .col-xxl-11 {
    grid-column: span 11;
  }

  .col-xxl-12 {
    grid-column: span 12;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .default-page {
    padding-bottom: 100px;
  }

  .default-page .aside__title {
    font-size: 52px;
  }

  .default-page .aside__description {
    font-size: 16px;
  }

  .footer-start {
    margin-bottom: 50px;
  }

  .footer-start-logo__img {
    max-width: 200px;
  }

  .footer-start-contact__title {
    font-size: 12px;
  }

  .footer-start-contact__link {
    font-size: 26px;
  }

  .footer-center-column__text {
    font-size: 12px;
    line-height: 135%;
  }

  .footer-center-column__title {
    font-size: 15px;
  }

  .footer-center-menu__item {
    font-size: 12px;
  }

  .footer-end-column__copyright,
  .footer-end-column__privacy {
    font-size: 12px;
  }

  .header {
    height: 48px;
    margin-top: 16px;
  }

  .header-double .header-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-logo {
    padding: 0 11px;
  }

  .header-search__form:before {
    width: 18px;
    height: 18px;
    left: 14px;
  }

  .header-search__input {
    font-size: 12px;
    padding: 0 20px 0 42px;
  }

  .header-search__input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .header-search__input::-moz-placeholder {
    font-size: 12px;
  }

  .header-search__input:-ms-input-placeholder {
    font-size: 12px;
  }

  .header-search__input::-ms-input-placeholder {
    font-size: 12px;
  }

  .header-search__input::placeholder {
    font-size: 12px;
  }

  .header-menu__item {
    font-size: 13px;
  }

  .header-cart {
    background-size: 21px;
    width: 100%;
  }

  .header-cart:hover,
  .header-cart.is-active {
    background-size: 21px;
  }

  .header-cart.is-active span {
    font-size: 12px;
    top: 1px;
  }

  .header-phone {
    background-size: 21px;
    width: 100%;
  }

  .header-phone:hover {
    background-size: 21px;
  }

  .header-action {
    height: 48px;
  }

  .hero-second {
    height: 432px;
  }

  .hero-second__title {
    font-size: 57px;
  }

  .content-page {
    padding: 50px 0 50px 0;
  }

  .content-page__description--large {
    font-size: 24px;
  }

  .accordion-item-body__content {
    padding: 4px 32px 52px 25px;
  }

  .aside {
    padding: 36px 10px 0 0;
  }

  .aside__title {
    font-size: 32px;
    line-height: 106%;
  }

  .aside__title--large {
    font-size: 52px;
  }

  .back__title {
    font-size: 34px;
  }

  .breadcrumbs--inner {
    padding-top: 96px;
  }

  .btn {
    font-size: 14px;
  }

  .category-card {
    height: 320px;
  }

  .category-card::before {
    width: 20px;
    height: 20px;
  }

  .category-card:hover::before {
    width: 26px;
    height: 26px;
  }

  .news-card__image {
    margin-bottom: 16px;
  }

  .news-card__img {
    aspect-ratio: 1/0.65325;
  }

  .news-card__title h3 {
    font-size: 16px;
  }

  .news-card__date {
    font-size: 12px;
  }

  .product-card__link {
    margin-bottom: 16px;
  }

  .product-card__body {
    padding: 0 12px;
  }

  .product-card__title {
    font-size: 15px;
    min-height: 42px;
  }

  .product-card__price {
    font-size: 24px;
  }

  .product-card__price span {
    font-size: 18px;
  }

  .product-card__btn {
    font-size: 14px;
    height: 43px;
    padding: 0 30px;
  }

  .product-card__btn:after {
    width: 20px;
    height: 20px;
  }

  .form-input:active ~ .form-label,
  .form-input:focus ~ .form-label,
  .form-input.filled ~ .form-label,
  .form-textarea:active ~ .form-label,
  .form-textarea:focus ~ .form-label,
  .form-textarea.filled ~ .form-label {
    left: 14px;
  }

  .form-input {
    padding: 0 14px;
    height: 55px;
  }

  .form-textarea {
    padding: 23px 14px;
    height: 120px;
  }

  .form-label {
    left: 14px;
  }

  .form-radio-options {
    gap: 25px;
  }

  .form-radio-option {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 50px) / 3);
    flex: 1 1 calc((100% - 50px) / 3);
  }

  section.inner-form {
    padding: 80px 0;
  }

  section.inner-form .inner-form-aside {
    padding: 0 24px 0 0;
  }

  section.inner-form .inner-form-aside__title {
    font-size: 50px;
  }

  section.inner-form .inner-form-aside__description {
    line-height: 130%;
  }

  section.inner-form .inner-form-body {
    padding-right: 0;
  }

  .jsCalendar thead .jsCalendar-week-days th {
    font-size: 14px !important;
    width: 10% !important;
    height: 26px !important;
  }

  .jsCalendar tr {
    margin-bottom: 14px !important;
  }

  .jsCalendar td {
    font-size: 14px !important;
    width: 10% !important;
  }

  .action-more {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
  }

  .action-more__title {
    font-size: 15px;
  }

  .action-more__link {
    width: 38px;
    height: 38px;
    -webkit-box-flex: 38px;
    -ms-flex: 38px 0 0px;
    flex: 38px 0 0;
  }

  .action-more__link::after {
    width: 8px;
    height: 8px;
  }

  .pagination {
    font-size: 18px;
  }

  .pagination-catalog__item {
    font-size: 18px;
  }

  .pagination-catalog__item.is-active::after {
    bottom: -19px;
  }

  .error-page__title {
    font-size: 82px;
  }

  .error-page__description {
    font-size: 18px;
  }

  .about-page__description {
    font-size: 18px;
  }

  .about-promo {
    gap: 15px;
    margin: 36px 0 60px 0;
  }

  .about-promo__text {
    font-size: 14px;
    line-height: 154%;
  }

  .about-stats {
    grid-template-columns: 28% 28% 1fr;
  }

  .about-stat {
    height: 370px;
    padding: 20px 15px;
  }

  .about-stat__header-mark {
    width: 38px;
    height: 38px;
    -webkit-box-flex: 38px;
    -ms-flex: 38px 0 0px;
    flex: 38px 0 0;
  }

  .about-stat__header-value {
    font-size: 64px;
    line-height: 84px;
  }

  .about-stat__header-year,
  .about-stat__header-before {
    font-size: 30px;
    line-height: 47px;
  }

  .about-stat__text {
    font-size: 13px;
  }

  .about-stat-line__value {
    font-size: 19px;
    line-height: 30px;
    -webkit-box-flex: 80px;
    -ms-flex: 80px 0 0px;
    flex: 80px 0 0;
  }

  .about-stat-line__description {
    font-size: 14px;
  }

  .about-body__text {
    font-size: 16px;
  }

  .about-body__text ul li {
    margin-bottom: 5px;
  }

  .about-body__columns {
    margin: 50px 0;
  }

  .about-body__column:first-child {
    font-size: 27px;
  }

  .about-body__column:last-child {
    font-size: 16px;
  }

  .about-documents__subtitle {
    font-size: 16px;
  }

  .about-document {
    font-size: 14px;
  }

  .assembling-panel {
    padding: 30px 30px 30px 140px;
  }

  .hero-career {
    height: 400px;
  }

  .hero-career__title {
    font-size: 57px;
  }

  .career-content {
    margin: 50px 0 150px 0;
  }

  .career-card__body {
    padding: 26px 26px;
  }

  .career-card__title {
    font-size: 20px;
  }

  .cart-content__wrapper {
    margin-bottom: 120px;
  }

  .cart-content__body {
    padding: 25px 34px;
  }

  .cart-content__aside {
    padding: 46px 30px;
  }

  .cart-column--remove {
    -webkit-box-flex: 18px;
    -ms-flex: 18px 1 1;
    flex: 18px 1 1;
  }

  .cart-heading {
    margin-bottom: 14px;
  }

  .cart-heading__count {
    font-size: 12px;
    line-height: 19px;
  }

  .cart-heading__clear-cart {
    font-size: 12px;
    line-height: 19px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .cart-heading__clear-cart:after {
    width: 10px;
    height: 10px;
  }

  .cart-header__column {
    font-size: 12px;
    line-height: 19px;
  }

  .cart-item__title {
    font-size: 16px;
  }

  .cart-item__price {
    font-size: 18px;
  }

  .cart-item__quantity .product-content__quantity {
    height: 34px;
  }

  .cart-item__remove-button {
    width: 18px;
    height: 18px;
  }

  .cart-summary__title {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .cart-summary__quantity {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .cart-summary__delivery {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .cart-summary__total {
    font-size: 22px;
  }

  .cart-summary__btn {
    height: 68px;
    font-size: 18px;
    margin: 42px 0 30px 0;
  }

  .cart-summary__back-link {
    font-size: 16px;
  }

  .casting-card__image {
    -webkit-box-flex: 326px;
    -ms-flex: 326px 0 0px;
    flex: 326px 0 0;
  }

  .casting-card__img {
    aspect-ratio: 1/0.87635;
  }

  .casting-card__title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .casting-card__description {
    font-size: 16px;
    line-height: 162%;
  }

  .catalog-categories .category-card {
    height: 285px;
  }

  .catalog-categories .category-card:before {
    right: 20px;
    bottom: 28px;
  }

  .catalog-page-aside {
    padding-top: 36px;
  }

  .catalog-page-aside__title {
    font-size: 46px;
  }

  .catalog-page__wrapper {
    gap: 40px 12px;
  }

  .catalog-page .content-page {
    padding-top: 36px;
  }

  .catalog-sorting__item {
    font-size: 14px;
    line-height: 22px;
  }

  .coating-table {
    width: calc(100% + 30px);
  }

  .coating-table table {
    min-width: 900px;
  }

  .coating-table th {
    line-height: 122%;
    white-space: inherit;
    padding: 13px;
  }

  .coating-table tbody td {
    line-height: 122%;
    padding: 13px;
  }

  .coating-table tbody td:first-child::before {
    line-height: 122%;
    white-space: inherit;
  }

  .contacts-main__wrapper {
    grid-template-columns: 1fr 660px;
  }

  .contacts-main-header {
    grid-template-columns: 1fr;
  }

  .contacts-main-header__content {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }

  .contacts-main-telegram__wrapper {
    gap: 12px;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .contacts-department__wrapper {
    gap: 46px 32px;
  }

  .gallery-years {
    gap: 85px;
  }

  .gallery-years__item {
    font-size: 24px;
  }

  .gallery-list {
    gap: 9px 6px;
  }

  .geography-map {
    margin-bottom: 66px;
  }

  .geography-map__svg {
    margin-left: -78px;
    width: calc(100% + 78px);
    max-width: calc(100% + 78px);
  }

  .geography-map__tooltip svg {
    height: 44px;
  }

  .geography-map__tooltip span {
    font-size: 14px;
    right: 48px;
  }

  .geography-countries__item {
    font-size: 16px;
  }

  .history-bg {
    margin-bottom: 44px;
  }

  .history-event {
    padding: 0 0 62px 90px;
  }

  .history-event__date {
    font-size: 40px;
  }

  .history-event__description {
    font-size: 14px;
  }

  .hero {
    padding-top: 126px;
  }

  .hero__container {
    margin-bottom: 38px;
  }

  .hero-header__subtitle {
    font-size: 18px;
  }

  .hero-header__title br {
    display: block;
  }

  .hero-header__title {
    font-size: 64px;
  }

  .hero-body__links {
    top: calc(100vh - 231px);
  }

  .hero-body__link {
    width: 240px;
    font-size: 14px;
  }

  .hero-body__link::before {
    width: 14px;
    height: 14px;
    top: 8px;
    right: 12px;
  }

  .advantage__title {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .advantage__description {
    font-size: 16px;
  }

  .advantage__description p strong {
    font-size: 18px;
  }

  .main-catalog {
    padding: 100px 0;
  }

  .main-catalog-aside__title {
    font-size: 42px;
  }

  .main-catalog-aside__description {
    font-size: 14px;
  }

  .main-catalog__categories {
    gap: 10px;
  }

  .main-career {
    padding: 100px 0;
  }

  .main-career-aside__title {
    font-size: 14px;
  }

  .main-career-body__text {
    font-size: 24px;
    margin-bottom: 38px;
  }

  .main-career-body__description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .main-form {
    padding: 76px 0 50px 0;
  }

  .main-form-aside__title {
    font-size: 14px;
  }

  .main-form-body__text {
    font-size: 24px;
  }

  .main-form-body__form {
    gap: 12px 6px;
  }

  .main-news {
    padding: 100px 0;
  }

  .main-news__wrapper {
    margin-bottom: 46px;
  }

  .main-news-aside__title {
    font-size: 14px;
  }

  .main-news-body__text {
    font-size: 24px;
  }

  .mechanical-images__item img {
    aspect-ratio: 1/1.02415;
  }

  .news {
    gap: 36px 20px;
  }

  .news-item-slider {
    margin-bottom: 88px;
  }

  .news-item-related {
    margin-bottom: 100px;
  }

  .news-item-related__title {
    font-size: 32px;
  }

  .order-completed {
    margin-bottom: 100px;
  }

  .order-block {
    margin-bottom: 50px;
  }

  .order-block__title {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .order-block__title h2 {
    font-size: 28px;
  }

  .order-block__form {
    gap: 10px 8px;
  }

  .order-block__form .form-checkbox-label {
    font-size: 12px;
    line-height: 128%;
  }

  .order-block-deliveries {
    margin-bottom: 40px;
  }

  .order-block-delivery__title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .order-block-delivery__description {
    font-size: 14px;
  }

  .organization-contacts {
    margin-top: 36px;
    padding: 16px 0;
    grid-template-columns: 24.5% 37% 24.5%;
  }

  .organization-contacts__title,
  .organization-contacts__name,
  .organization-contacts__phone {
    font-size: 20px;
  }

  .organization-body {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .organization-directions__title {
    font-size: 16px;
  }

  .organization-directions__cards {
    margin-bottom: 40px;
  }

  .organization-directions__card {
    min-height: 218px;
  }

  .organization-directions__name {
    font-size: 16px;
  }

  .organization-directions__description {
    font-size: 14px;
  }

  .product-content {
    margin-bottom: 120px;
  }

  .product-content__wrapper {
    gap: 40px;
  }

  .product-content__title {
    font-size: 32px;
  }

  .product-content__price {
    font-size: 38px;
  }

  .product-content__price span {
    font-size: 26px;
  }

  .product-content__quantity {
    height: 48px;
    -webkit-box-flex: 90px;
    -ms-flex: 90px 0 0px;
    flex: 90px 0 0;
  }

  .product-content__quantity-button {
    font-size: 18px;
  }

  .product-content__quantity-input {
    font-size: 18px;
    width: 30px;
  }

  .product-content__add-to-cart {
    height: 48px;
    font-size: 18px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .product-content__add-to-cart:after {
    width: 20px;
    height: 20px;
  }

  .product-content-characteristics .accordion-item-header__title {
    font-size: 18px;
  }

  .product-content-characteristics .accordion-item-body__content {
    padding: 4px 25px 52px 25px;
  }

  .product-content-characteristics__item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .product-content-characteristics__item-title,
  .product-content-characteristics__item-value {
    font-size: 14px;
  }

  .product-related__title {
    font-size: 54px;
  }

  .product-related .navigation-prev,
  .product-related .navigation-next {
    width: 52px;
    height: 52px;
  }

  .product-related .navigation-prev:after,
  .product-related .navigation-next:after {
    width: 10px;
    height: 10px;
  }

  .purchase ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .staff-events-header {
    padding: 30px;
  }

  .staff-events-calendar {
    padding: 20px 30px 30px 30px;
  }

  .staff-event {
    padding: 30px;
  }

  .staff-event-form__form .form-group {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
  }

  .staff-element {
    margin-top: 48px;
    padding-top: 35px;
  }

  .staff-element__title {
    margin-bottom: 35px;
  }

  .staff-element__btn {
    font-size: 18px;
  }

  .staff-element-banner--secondary .staff-element-banner__text {
    font-size: 36px;
  }

  .staff-element-preparation {
    height: auto;
  }

  .staff-element-preparation__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .students-hero {
    height: 400px;
  }

  .students-hero__title {
    font-size: 45px;
  }

  .technologies-content__description {
    line-height: 143%;
  }

  .technologies-nav__item {
    padding: 36px 0;
  }

  .technologies-nav__item:before {
    top: -31px;
  }

  .technologies-nav__item:after {
    top: 30px;
    width: 33px;
    height: 33px;
  }

  .technologies-nav__item:hover .technologies-nav__item-title,
  .technologies-nav__item:hover .technologies-nav__item-description {
    padding-left: 40px;
  }

  .technologies-nav__item-title {
    font-size: 30px;
  }

  .technologies-nav__item-description {
    line-height: 130%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1499px) and (max-width: 767px) {
  .header-search__input {
    padding: 0 0 0 36px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1399px) {
  .about-stat__header-year,
  .about-stat__header-before {
    font-size: 23px;
  }

  .catalog-categories .category-card__title {
    width: calc(100% - 66px);
  }

  .contacts-main__wrapper {
    grid-template-columns: 1.2fr 1fr;
  }

  .product-content__wrapper {
    gap: 30px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1299px) {
  .product-content__price {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
  }

  .product-content__price-total {
    bottom: -26px;
  }

  .product-content__add-to-cart {
    max-width: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1199px) {
  .d-xl-none {
    display: none;
  }

  .col-xl-1 {
    grid-column: span 1;
  }

  .col-xl-2 {
    grid-column: span 2;
  }

  .col-xl-3 {
    grid-column: span 3;
  }

  .col-xl-4 {
    grid-column: span 4;
  }

  .col-xl-5 {
    grid-column: span 5;
  }

  .col-xl-6 {
    grid-column: span 6;
  }

  .col-xl-7 {
    grid-column: span 7;
  }

  .col-xl-8 {
    grid-column: span 8;
  }

  .col-xl-9 {
    grid-column: span 9;
  }

  .col-xl-10 {
    grid-column: span 10;
  }

  .col-xl-11 {
    grid-column: span 11;
  }

  .col-xl-12 {
    grid-column: span 12;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .default-page {
    padding-bottom: 44px;
  }

  .default-page .aside {
    display: inherit;
    grid-column: span 12;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .footer::before {
    left: 0;
    right: inherit;
    width: 100%;
  }

  .footer-start-contact__link {
    font-size: 23px;
  }

  .footer-end-column {
    padding-right: 10px;
  }

  .header-double {
    grid-column: span 1;
  }

  .header-logo {
    grid-column: span 3;
  }

  .header-search {
    display: none;
  }

  .header-menu {
    grid-column: span 6;
    padding: 0 16px;
  }

  .header-cart.is-active span {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-action {
    grid-column: span 2;
  }

  .content-page {
    grid-column: span 12;
  }

  .aside {
    display: none;
  }

  .breadcrumbs--inner {
    margin-bottom: 20px;
  }

  .breadcrumbs__list {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .breadcrumbs__item {
    font-size: 14px;
  }

  .breadcrumbs__item:not(:last-child):after {
    margin-left: 8px;
  }

  .cookie {
    width: 700px;
  }

  section.inner-form .inner-form-aside {
    margin-bottom: 32px;
  }

  section.inner-form .inner-form-aside__title {
    margin-bottom: 20px;
  }

  section.inner-form .inner-form-aside__title br {
    display: none;
  }

  .pagination-catalog__item {
    font-size: 16px;
  }

  .pagination-catalog__item.is-active::after {
    bottom: -20px;
  }

  .error-page__bg {
    margin-top: 40px;
  }

  .about-stat {
    height: 380px;
  }

  .about-stat__header-mark {
    margin-left: -10px;
  }

  .about-stat__header-value {
    font-size: 84px;
  }

  .about-stat__text {
    font-size: 14px;
  }

  .cart-content__body {
    grid-column: span 12;
  }

  .cart-content__aside {
    grid-column: span 12;
    padding: 46px;
  }

  .cart-column--quantity {
    -webkit-box-flex: 12.888%;
    -ms-flex: 12.888% 0 0px;
    flex: 12.888% 0 0;
  }

  .cart-heading {
    grid-column: span 12;
  }

  .catalog-page-aside {
    display: inherit;
    grid-column: span 12;
    padding-right: 0;
    margin-bottom: 0;
  }

  .catalog-page-aside__title {
    margin-bottom: 40px;
  }

  .catalog-page-aside .aside__wrapper {
    top: 0;
    height: inherit;
    padding-bottom: 0;
  }

  .catalog-page-aside .aside-menu {
    display: none;
  }

  .catalog-page .content-page {
    padding-top: 26px;
  }

  .catalog-sorting {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-sorting__title {
    margin-bottom: 0;
  }

  .catalog-sorting__list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .category-filter__title {
    border: 1px solid #e6e6f0;
    border-radius: 4px;
    background: white;
    padding: 10px 24px;
    margin-bottom: 10px;
  }

  .category-filter__title svg {
    display: block;
  }

  .category-filter__title.is-active span {
    color: #3489FF;
  }

  .contacts-main__wrapper {
    grid-template-columns: 1fr;
  }

  .contacts-main__map {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/0.3;
  }

  .contacts-department__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .geography-map__svg {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero {
    padding-top: 106px;
  }

  .hero-header__title br {
    display: none;
  }

  .advantage--reverse .advantage__wrapper {
    margin-right: 0;
  }

  .advantage__wrapper {
    margin-left: 0;
  }

  .advantage-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .advantage-model__img {
    height: auto;
  }

  .main-catalog-aside {
    row-gap: 38px;
  }

  .main-catalog-aside__description {
    margin-bottom: 60px;
  }

  .main-news__list {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: inherit;
  }

  .main-news__list .action-more {
    grid-area: inherit !important;
    grid-column: span 2 !important;
  }

  .main-news__card:nth-child(3) {
    display: none;
  }

  .main-news__card {
    grid-area: inherit !important;
  }

  .news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .news-item .aside {
    display: inherit;
    grid-column: span 12;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .order-completed__wrapper {
    max-width: 100%;
  }

  .order-block__title {
    margin-bottom: 34px;
  }

  .order-block__form {
    gap: 10px;
  }

  .product-content {
    margin-bottom: 100px;
  }

  .product-content__wrapper {
    grid-template-columns: 50% 1fr;
  }

  .staff-events-body {
    grid-template-columns: 43% 1fr;
  }

  .staff-element {
    margin-top: 35px;
    padding-top: 25px;
  }

  .staff-element__title {
    margin-bottom: 25px;
  }

  .technologies-content__image {
    margin-bottom: 20px;
  }

  .technologies-nav {
    margin-bottom: 65px;
  }

  .technologies-nav__item {
    padding-right: 70px;
  }

  .technologies-nav__item:before {
    right: 56px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 991px) {
  .d-lg-none {
    display: none;
  }

  .col-lg-1 {
    grid-column: span 1;
  }

  .col-lg-2 {
    grid-column: span 2;
  }

  .col-lg-3 {
    grid-column: span 3;
  }

  .col-lg-4 {
    grid-column: span 4;
  }

  .col-lg-5 {
    grid-column: span 5;
  }

  .col-lg-6 {
    grid-column: span 6;
  }

  .col-lg-7 {
    grid-column: span 7;
  }

  .col-lg-8 {
    grid-column: span 8;
  }

  .col-lg-9 {
    grid-column: span 9;
  }

  .col-lg-10 {
    grid-column: span 10;
  }

  .col-lg-11 {
    grid-column: span 11;
  }

  .col-lg-12 {
    grid-column: span 12;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .footer {
    padding: 50px 0;
  }

  .footer-start {
    margin-bottom: 40px;
  }

  .footer-start-logo {
    padding-right: 10px;
  }

  .footer-start-logo__img {
    max-width: 176px;
  }

  .footer-start-contact__link {
    font-size: 18px;
  }

  .footer-center-column__text {
    padding-right: 10px;
  }

  .header-double {
    grid-column: span 2;
  }

  .header-logo {
    grid-column: span 3;
  }

  .header-menu {
    grid-column: span 7;
    padding: 0 10px;
  }

  .header-menu__list {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header-menu__item {
    font-size: 12px;
  }

  .header-cart.is-active span {
    right: 7px;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    top: 2px;
  }

  .header-action {
    display: none;
  }

  .category-card__title {
    width: calc(100% - 50px);
    left: 15px;
  }

  .jsCalendar thead .jsCalendar-week-days th {
    font-size: 12px !important;
  }

  .jsCalendar tr {
    margin-bottom: 10px !important;
  }

  .jsCalendar td {
    font-size: 12px !important;
  }

  .popup {
    padding: 34px !important;
  }

  .popup__close {
    right: 34px;
  }

  .popup__title {
    font-size: 32px;
  }

  .popup__description {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .error-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .error-page__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 100px 0 0 0;
    gap: 20px;
  }

  .error-page__bg {
    margin-top: -100px;
  }

  .error-page__description {
    max-width: 100%;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  .about-stat {
    height: 420px;
    padding: 30px 15px;
  }

  .about-stat:not(:last-child) {
    height: 300px;
  }

  .about-stat:last-child {
    grid-column: span 2;
    height: 500px;
  }

  .about-stat__header-value {
    font-size: 108px;
    line-height: 136px;
  }

  .about-stat__header-year,
  .about-stat__header-before {
    font-size: 44px;
    line-height: 70px;
  }

  .about-stat-line__description {
    font-size: 16px;
  }

  .about-gallery {
    gap: 9px;
  }

  .hero-career {
    border-radius: 0 0 14px 14px;
  }

  .career-content__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-card__body {
    padding: 20px 20px;
  }

  .cart-column--title {
    -webkit-box-flex: 41%;
    -ms-flex: 41% 0 0px;
    flex: 41% 0 0;
  }

  .cart-column--quantity {
    -webkit-box-flex: 14.888%;
    -ms-flex: 14.888% 0 0px;
    flex: 14.888% 0 0;
  }

  .casting-card__img {
    aspect-ratio: 1/1;
  }

  .catalog-categories .category-card__title {
    width: calc(100% - 50px);
  }

  .catalog-categories .category-card:before {
    right: 10px;
  }

  .catalog-page__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-page aside {
    padding-top: 0;
  }

  .coating-table table {
    min-width: 800px;
  }

  .history-event-gallery {
    margin: 15px 0;
    gap: 9px;
  }

  .advantages {
    padding-top: 60px;
  }

  .advantage {
    height: auto;
    padding-bottom: 60px;
  }

  .advantage__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .advantage__wrapper {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
  }

  .advantage__title,
  .advantage__description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .advantage-model {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    position: inherit;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .advantage-model__img {
    max-height: 600px;
  }

  .advantage .desktop-only {
    display: none;
  }

  .advantage .mobile-only {
    display: block;
  }

  .main-catalog {
    padding: 70px 0;
  }

  .main-career-body__text {
    margin-bottom: 30px;
  }

  .order-block:first-child {
    margin-top: 26px;
  }

  .organization-contacts {
    grid-template-columns: 0.7fr 1.3fr 1fr;
  }

  .organization-directions__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .organization-directions__card {
    min-height: 168px;
  }

  .practice-item__title {
    font-size: 38px;
  }

  .product-content__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "gallery" "inner" "characteristics";
  }

  .product-content-gallery {
    position: inherit;
  }

  .product-content__price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-content__quantity {
    height: 60px;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
  }

  .product-content__quantity-button {
    font-size: 22px;
  }

  .product-content__quantity-input {
    font-size: 22px;
    width: 40px;
  }

  .product-content__add-to-cart {
    height: 60px;
    font-size: 22px;
    max-width: 220px;
  }

  .product-content__add-to-cart:after {
    width: 24px;
    height: 24px;
  }

  .product-content-characteristics .accordion-item-header__title {
    font-size: 20px;
  }

  .product-content-characteristics .accordion-item-body__content {
    padding: 4px 46px 46px 46px;
  }

  .product-content-characteristics__item-title,
  .product-content-characteristics__item-value {
    font-size: 18px;
  }

  .product-related__aside {
    grid-column: span 12;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    margin-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-related__title br {
    display: none;
  }

  .product-related__swiper {
    grid-column: span 12;
  }

  .resume-page .form-label {
    -webkit-line-clamp: 1;
    min-height: 15px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .resume-page .form-radio-option:has(.resume-page__subtitle) {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
  }

  .staff-events-body {
    grid-template-columns: 50% 1fr;
  }

  .staff-element-banner--secondary .staff-element-banner__text {
    font-size: 32px;
  }

  .technologies-nav__item:before {
    content: none;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 767px) {
  .d-md-none {
    display: none;
  }

  :root {
    --cols: 8;
    --gap: 8px;
  }

  .col-md-1 {
    grid-column: span 1;
  }

  .col-md-2 {
    grid-column: span 2;
  }

  .col-md-3 {
    grid-column: span 3;
  }

  .col-md-4 {
    grid-column: span 4;
  }

  .col-md-5 {
    grid-column: span 5;
  }

  .col-md-6 {
    grid-column: span 6;
  }

  .col-md-7 {
    grid-column: span 7;
  }

  .col-md-8 {
    grid-column: span 8;
  }

  .col-md-9 {
    grid-column: span 9;
  }

  .col-md-10 {
    grid-column: span 10;
  }

  .col-md-11 {
    grid-column: span 11;
  }

  .col-md-12 {
    grid-column: span 12;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .default-page .aside__title {
    font-size: 58px;
  }

  .footer-start-logo {
    padding-right: 0;
  }

  .footer-start-contact__title {
    font-size: 16px;
  }

  .footer-start-contact__link {
    font-size: 18px;
  }

  .footer-center-column__text {
    font-size: 16px;
    padding-right: 0;
  }

  .footer-center-column__title {
    font-size: 19px;
  }

  .footer-center-menu__item {
    font-size: 16px;
  }

  .footer-end {
    margin-top: 24px;
  }

  .footer-end-column {
    padding-right: 0;
  }

  .footer-end-column__copyright,
  .footer-end-column__privacy {
    font-size: 14px;
  }

  .header__container {
    grid-template-columns: repeat(8, 1fr);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .header-logo {
    grid-column: span 3;
    padding: 0 15px;
  }

  .header-search {
    display: inherit;
    grid-column: span 2;
  }

  .header-search__form:before {
    left: 11px;
  }

  .header-menu {
    display: none;
  }

  .hero-second {
    height: 382px;
  }

  .hero-second__title {
    font-size: 44px;
  }

  .content-page__title {
    font-size: 35px;
  }

  .content-page__description {
    font-size: 24px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }

  .mobile-menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: span 1;
  }

  .accordion-item-header__title,
  .accordion-item-header__pay {
    font-size: 20px;
  }

  .accordion-item-body__content {
    padding: 4px 32px 46px 25px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .breadcrumbs__list {
    display: none;
  }

  .breadcrumbs__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .breadcrumbs__back:before {
    content: "";
    background-image: url("/img/hero/back.svg");
    width: 31px;
    height: 31px;
  }

  .breadcrumbs__back-link {
    color: #3489FF;
  }

  .category-card__title {
    font-size: 14px;
    top: 77%;
  }

  .news-card__img {
    aspect-ratio: 1/0.68897;
  }

  .product-card__body {
    padding: 0 10px;
  }

  .product-card__title {
    font-size: 13px;
  }

  .product-card__price {
    font-size: 18px;
  }

  .product-card__price span {
    font-size: 14px;
  }

  .product-card__btn {
    line-height: 22%;
    height: 33px;
    padding: 0 24px;
  }

  .product-card__btn:after {
    width: 16px;
    height: 16px;
  }

  .cookie {
    width: 94%;
  }

  .form-label {
    font-size: 15px;
  }

  .form-radio-options {
    gap: 28px;
  }

  .form-radio-option {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 28px) / 2);
    flex: 1 1 calc((100% - 28px) / 2);
  }

  section.inner-form .inner-form-aside {
    margin-bottom: 20px;
  }

  section.inner-form .inner-form-aside__title {
    font-size: 40px;
    margin-bottom: 8px;
  }

  section.inner-form .inner-form-aside__description {
    font-size: 18px;
  }

  .jsCalendar tr {
    margin-bottom: 20px !important;
  }

  .pagination-catalog {
    margin: 35px 10px 0 10px;
  }

  .popup {
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 16px !important;
  }

  .popup__close {
    top: 26px;
    right: 24px;
  }

  .popup__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .popup__description {
    margin-bottom: 20px;
  }

  .popup .form-radio-label {
    font-size: 16px;
  }

  .popup .form-group--company {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    height: 0;
  }

  .popup .form-group--company.is-active {
    height: 66px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .popup .form__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .error-page__bg {
    margin-top: -60px;
  }

  .about-page__description {
    font-size: 16px;
  }

  .about-promo {
    grid-template-areas: "image-large image" "text text";
    grid-template-columns: 38.905% 1fr;
    gap: 20px;
    margin: 36px 0 40px 0;
  }

  .about-stat {
    padding: 10px 15px 15px 15px;
  }

  .about-stat:not(:last-child) {
    height: 290px;
  }

  .about-stat:last-child {
    height: 400px;
  }

  .about-stat__header {
    margin-bottom: 0;
  }

  .about-stat__header-value {
    font-size: 85px;
    line-height: 120px;
  }

  .about-stat__text {
    font-size: 15px;
    line-height: 150%;
  }

  .about-stat-line__value {
    font-size: 22px;
    line-height: 35px;
  }

  .about-stat-line__description {
    line-height: 163%;
  }

  .about-body__text {
    font-size: 14px;
    margin: 20px 0;
  }

  .about-body__text ul li {
    font-size: 15px;
  }

  .about-body__columns {
    grid-template-columns: 1fr;
    margin: 40px 0;
  }

  .about-body__column:first-child {
    font-size: 24px;
    line-height: 145%;
  }

  .about-body__column:last-child {
    font-size: 14px;
  }

  .about-gallery {
    gap: 6px;
  }

  .actives-item {
    font-size: 14px;
    padding: 19px 0;
  }

  .assembling-panel {
    padding: 30px 30px 30px 120px;
  }

  .assembling-panel::before {
    left: 20px;
  }

  .assembling-panel__text {
    font-size: 20px;
  }

  .hero-career {
    height: 360px;
  }

  .hero-career__title {
    font-size: 44px;
  }

  .career-content {
    margin: 50px 0 100px 0;
  }

  .career-card__title {
    font-size: 18px;
  }

  .cart-content__wrapper {
    margin-bottom: 80px;
  }

  .cart-content__wrapper {
    grid-column: span 8;
  }

  .cart-content__body {
    grid-column: span 8;
    padding: 25px 20px;
  }

  .cart-content__aside {
    grid-column: span 8;
  }

  .cart-column--image {
    -webkit-box-flex: 13.3%;
    -ms-flex: 13.3% 0 0px;
    flex: 13.3% 0 0;
  }

  .cart-column--title {
    -webkit-box-flex: 65%;
    -ms-flex: 65% 1 1;
    flex: 65% 1 1;
  }

  .cart-column--price {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    text-align: right;
  }

  .cart-column--quantity {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 160px;
    -ms-flex: 160px 0 0px;
    flex: 160px 0 0;
  }

  .cart-column--remove {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .cart-heading {
    grid-column: span 8;
  }

  .cart-header {
    display: none;
  }

  .cart-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
  }

  .casting-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }

  .casting-card__image {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
  }

  .casting-card__img {
    aspect-ratio: 1/0.33287;
  }

  .catalog-categories .category-card {
    height: 222px;
  }

  .catalog-categories .category-card:before {
    right: 16px;
    bottom: 35px;
  }

  .catalog-page-aside__title {
    margin-bottom: 30px;
  }

  .catalog-page__wrapper {
    gap: 30px 10px;
  }

  .coating-table {
    width: calc(100% + 16px);
  }

  .coating-table table {
    min-width: 680px;
  }

  .coating-table th {
    font-size: 14px;
  }

  .coating-table tbody td {
    font-size: 14px;
  }

  .coating-table tbody td:first-child::before {
    font-size: 14px;
  }

  .contacts-main__map {
    aspect-ratio: 1/0.5;
  }

  .contacts-departments {
    margin-bottom: 30px;
  }

  .contacts-department .accordion-item-header {
    padding: 20px 20px 20px 50px;
  }

  .contacts-department .accordion-item-body__content {
    padding: 20px 0 20px 50px;
  }

  .contacts-department__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 16px;
  }

  .gallery-years {
    gap: 65px;
  }

  .gallery-years__item {
    font-size: 18px;
  }

  .gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .geography-map {
    margin-top: 0;
  }

  .geography-map__tooltip {
    display: none !important;
  }

  .geography-map__tooltip svg {
    height: 32px;
  }

  .geography-map__tooltip span {
    font-size: 10px;
    right: 34px;
  }

  .history-bg img {
    aspect-ratio: 1/0.41013;
  }

  .history-event-gallery {
    gap: 6px;
  }

  .hero {
    padding-top: 86px;
  }

  .hero-body__links {
    top: calc(100vh - 217px);
  }

  .hero-body__link {
    width: 226px;
  }

  .advantage__title {
    font-size: 32px;
  }

  .advantage__description {
    font-size: 14px;
  }

  .advantage__description p strong {
    font-size: 16px;
  }

  .main-catalog-aside__description {
    margin-bottom: 40px;
  }

  .main-catalog__categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-career-aside__title {
    display: none;
  }

  .main-career-body__images {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .main-form {
    padding: 60px 0;
    border-radius: 20px 20px 0 0;
  }

  .main-form-aside__title {
    display: none;
  }

  .main-form-body__form .form__footer {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
  }

  .main-news {
    padding: 70px 0;
    overflow: hidden;
  }

  .main-news__wrapper {
    margin-bottom: 34px;
  }

  .main-news-aside__title {
    display: none;
  }

  .main-news__mobile {
    display: block !important;
    margin-right: -36% !important;
  }

  .main-news__mobile .action-more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 20px;
  }

  .main-news__list {
    display: none;
  }

  .mechanical-text {
    font-size: 16px;
  }

  .mechanical-text img {
    aspect-ratio: 1/0.5;
  }

  .mechanical-images__item img {
    aspect-ratio: 1/0.99151;
  }

  .mechanical-cards {
    grid-template-columns: 1fr;
  }

  .mechanical-card__title {
    font-size: 18px;
    line-height: 130%;
  }

  .mechanical-card__description {
    font-size: 14px;
    line-height: 159%;
  }

  .news {
    gap: 32px 14px;
  }

  .news-header-menu__title {
    gap: 16px;
  }

  .news-item-body__text {
    font-size: 16px;
  }

  .news-item-slider {
    overflow: hidden;
    margin-bottom: 52px;
  }

  .news-item-slider__swiper {
    margin-right: -28% !important;
  }

  .news-item-related {
    margin-bottom: 80px;
  }

  .news-item-related__title {
    font-size: 28px;
    grid-column: span 8;
    margin-bottom: 35px;
  }

  .news-item-related__wrapper {
    grid-column: span 8;
  }

  .order-completed {
    margin-bottom: 80px;
  }

  .order-completed__wrapper {
    padding: 40px 30px;
  }

  .order-completed__description {
    margin-bottom: 60px;
  }

  .order-block {
    margin-bottom: 40px;
  }

  .order-block:first-child {
    margin-top: 16px;
  }

  .order-block__title {
    margin-bottom: 24px;
  }

  .order-block-deliveries {
    margin-bottom: 30px;
  }

  .order-block-delivery__title {
    margin-bottom: 8px;
  }

  .organization-contacts {
    grid-template-columns: 1fr 1fr;
    margin: 46px 0 36px 0;
  }

  .organization-contacts__title {
    grid-column: span 2;
  }

  .organization-body {
    font-size: 14px;
    line-height: 154%;
    margin-bottom: 27px;
  }

  .practice-item__title {
    font-size: 32px;
  }

  .practice-item__title--small {
    font-size: 22px;
    line-height: 100%;
  }

  .practice-item__description {
    line-height: 160%;
  }

  .practice-item__description ul,
  .practice-item__description ol {
    margin-bottom: 10px;
  }

  .practice-item__description ul li,
  .practice-item__description ol li {
    margin-bottom: 5px;
  }

  .product-content {
    margin-bottom: 80px;
  }

  .product-related__aside {
    grid-column: span 8;
  }

  .product-related__title {
    font-size: 41px;
  }

  .product-related__swiper {
    grid-column: span 8;
  }

  .purchase__column:first-child {
    padding-right: 16px;
  }

  .purchase__column:nth-child(2) {
    padding-left: 20px;
  }

  .purchase ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .purchase__title {
    font-size: 15px;
    line-height: 136%;
    margin: -3px 0 1px 0;
  }

  .purchase__name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .purchase__contacts {
    margin-bottom: 16px;
  }

  .purchase__contacts-phone {
    font-size: 14px;
  }

  .purchase__contacts-email {
    font-size: 14px;
  }

  .purchase__btn {
    height: 50px;
    width: 100%;
  }

  .resume-page .form-radio-options {
    gap: 16px 32px;
  }

  .staff-events-header__title {
    margin-bottom: 5px;
  }

  .staff-events-body {
    grid-template-columns: 1fr;
  }

  .staff-element-banner {
    height: 260px;
  }

  .staff-element-banner--secondary .staff-element-banner__text {
    font-size: 25px;
  }

  .students-hero {
    height: 350px;
    margin-bottom: 35px;
  }

  .students-hero__title {
    font-size: 35px;
    left: 27px;
  }

  .technologies-content img {
    aspect-ratio: 1/0.48456;
  }

  .technologies-nav__item:after {
    top: 24px;
  }

  .technologies-nav__item:hover .technologies-nav__item-title,
  .technologies-nav__item:hover .technologies-nav__item-description {
    padding-left: 27px;
  }

  .technologies-nav__item-title {
    font-size: 20px;
  }

  .technologies-nav__item-description {
    display: none;
  }

@supports (-webkit-appearance:none) {
    .breadcrumbs__back:before {
      background-image: url("/img/hero/back.svg");
    }
}
}

@media (max-width: 649px) {
  .popup .form-radio-option {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 12px) / 2);
    flex: 0 0 calc((100% - 12px) / 2);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 575px) {
  .d-sm-none {
    display: none;
  }

  :root {
    --cols: 4;
    --gap: 12px;
  }

  .col-sm-1 {
    grid-column: span 1;
  }

  .col-sm-2 {
    grid-column: span 2;
  }

  .col-sm-3 {
    grid-column: span 3;
  }

  .col-sm-4 {
    grid-column: span 4;
  }

  .col-sm-5 {
    grid-column: span 5;
  }

  .col-sm-6 {
    grid-column: span 6;
  }

  .col-sm-7 {
    grid-column: span 7;
  }

  .col-sm-8 {
    grid-column: span 8;
  }

  .col-sm-9 {
    grid-column: span 9;
  }

  .col-sm-10 {
    grid-column: span 10;
  }

  .col-sm-11 {
    grid-column: span 11;
  }

  .col-sm-12 {
    grid-column: span 12;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .default-page .aside__title {
    font-size: 34px;
  }

  .default-page .aside__description {
    font-size: 14px;
  }

  .footer {
    padding: 40px 0 25px 0;
  }

  .footer-start-contact__link {
    font-size: 27px;
  }

  .footer-start-contact__mobile-block {
    display: block;
    margin-bottom: 46px;
  }

  .header {
    height: 45px;
  }

  .header__container {
    grid-template-columns: 50% auto 54px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .header-double {
    grid-column: inherit;
  }

  .header-logo {
    grid-column: inherit;
  }

  .header-search {
    display: none;
  }

  .hero-second {
    height: 312px;
  }

  .hero-second__container {
    padding-bottom: 40px;
  }

  .hero-second__title {
    font-size: 30px;
  }

  .content-page__title {
    font-size: 18px;
  }

  .content-page__description {
    font-size: 16px;
  }

  .content-page__description--large {
    font-size: 19px;
  }

  .content-page__text {
    margin-top: 23px;
  }

  .info-page__title {
    font-size: 16px;
    margin-top: 15px;
  }

  .mobile-menu__button {
    grid-column: inherit;
  }

  .accordion-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .accordion-item-header {
    padding: 13px 20px 19px 40px;
  }

  .accordion-item-header:before {
    top: 14px;
    left: 9px;
  }

  .accordion-item-body__content {
    padding: 0 20px 40px 40px;
  }

  .back {
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
  }

  .back__link {
    width: 46px;
    height: 46px;
  }

  .back__link::after {
    width: 8px;
    height: 8px;
  }

  .back__title {
    font-size: 15px;
    line-height: 97%;
  }

  .category-card__title {
    font-size: 18px;
    left: 17px !important;
    top: 85%;
    right: inherit !important;
  }

  .news-card__img {
    aspect-ratio: 1/0.65835;
  }

  .news-card__title h3 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    min-height: 40px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-card__body {
    padding: 0 14px;
  }

  .product-card__title {
    font-size: 18px;
  }

  .product-card__price {
    font-size: 28px;
  }

  .product-card__price span {
    font-size: 20px;
  }

  .product-card__btn {
    font-size: 20px;
    height: 52px;
    padding: 0 36px;
  }

  .product-card__btn:after {
    width: 24px;
    height: 24px;
  }

  .cookie {
    gap: 10px;
    font-size: 12px;
    line-height: 14px;
    padding: 16px;
  }

  .cookie {
    font-size: 12px;
    padding: 10px;
    bottom: 20px;
  }

  .cookie__icon {
    -webkit-box-flex: 28px;
    -ms-flex: 28px 0 0px;
    flex: 28px 0 0;
    height: 28px;
  }

  .cookie__content {
    gap: 10px;
  }

  .form-group {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .form__footer {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .form-radio-option {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .form-radio-label {
    padding-left: 26px;
  }

  .form-radio-label:after {
    width: 10px;
    height: 10px;
  }

  .form-radio-label:before {
    width: 20px;
    height: 20px;
  }

  section.inner-form {
    padding: 60px 0;
  }

  section.inner-form .inner-form-aside__title {
    font-size: 28px;
  }

  section.inner-form .inner-form-aside__description {
    font-size: 14px;
  }

  .jsCalendar tr {
    margin-bottom: 10px !important;
  }

  .pagination-catalog {
    height: 44px;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }

  .pagination-catalog__item.is-active::after {
    bottom: -14px;
  }

  .popup__description {
    margin-bottom: 16px;
  }

  .popup .form-radio-options {
    gap: 14px 6px;
  }

  .popup .form-radio-label {
    font-size: 13px;
    padding-left: 26px;
  }

  .popup .form__btn {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .error-page__bg {
    margin-top: -40px;
  }

  .error-page__title {
    font-size: 60px;
  }

  .about-promo {
    grid-template-columns: 1fr;
    grid-template-areas: "image-large" "text";
    margin: 35px 0;
  }

  .about-promo__image {
    display: none;
  }

  .about-promo__image-large img {
    aspect-ratio: 1/0.73615;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stat:last-child {
    grid-column: span 1;
  }

  .about-stat__header-value {
    font-size: 108px;
    line-height: 126px;
  }

  .about-stat__text {
    font-size: 15px;
  }

  .about-stat-line {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .about-stat-line__value {
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
  }

  .about-stat-line__description {
    font-size: 14px;
    line-height: 134%;
  }

  .about-gallery {
    gap: 2px;
    margin: 30px 0;
  }

  .about-documents__title {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .about-documents__subtitle {
    font-size: 14px;
  }

  .about-document:before {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 18px;
    -ms-flex: 18px 0 0px;
    flex: 18px 0 0;
  }

  .actives-item {
    padding: 16px 0;
  }

  .actives-item:before {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 18px;
    -ms-flex: 18px 0 0px;
    flex: 18px 0 0;
  }

  .assembling-panel {
    padding: 26px 20px 25px 20px;
    margin-bottom: 30px;
  }

  .assembling-panel::before {
    position: inherit;
    display: block;
    left: inherit;
    top: inherit;
    margin-bottom: 23px;
  }

  .assembling-panel__text {
    font-size: 18px;
  }

  .hero-career {
    height: 310px;
  }

  .hero-career__title {
    font-size: 30px;
  }

  .career-content__wrapper {
    grid-template-columns: 1fr;
  }

  .cart-content__wrapper {
    grid-column: span 4;
  }

  .cart-content__body {
    grid-column: span 4;
    padding: 12px 8px;
  }

  .cart-content__aside {
    grid-column: span 4;
    padding: 36px 14px;
  }

  .cart-column--image {
    -webkit-box-flex: 21.3%;
    -ms-flex: 21.3% 0 0px;
    flex: 21.3% 0 0;
  }

  .cart-column--title {
    -webkit-box-flex: 65%;
    -ms-flex: 65% 1 1;
    flex: 65% 1 1;
  }

  .cart-column--remove {
    -webkit-box-flex: 16px;
    -ms-flex: 16px 1 1;
    flex: 16px 1 1;
  }

  .cart-heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column: span 4;
  }

  .cart-heading__count {
    display: none;
  }

  .cart-item {
    gap: 12px;
  }

  .cart-item__title {
    font-size: 14px;
  }

  .cart-item__price {
    font-size: 16px;
  }

  .cart-item__quantity .product-content__quantity {
    height: 30px;
  }

  .cart-item__quantity .product-content__quantity-input,
  .cart-item__quantity .product-content__quantity-button {
    font-size: 16px;
  }

  .cart-summary__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .cart-summary__btn {
    height: 60px;
    margin: 35px 0 25px 0;
  }

  .casting-card {
    margin-bottom: 50px;
  }

  .casting-card__img {
    aspect-ratio: 1/0.65;
  }

  .catalog-aside__description {
    font-size: 14px;
    line-height: 155%;
  }

  .catalog-categories {
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-categories .category-card {
    height: 318px;
  }

  .catalog-categories .category-card__title {
    width: calc(100% - 60px);
  }

  .catalog-categories .category-card:first-child {
    grid-column: span 1;
    padding-top: 40px;
  }

  .catalog-categories .category-card:first-child .category-card__image {
    height: 95%;
  }

  .catalog-categories .category-card:first-child .category-card__img {
    -o-object-position: center;
    object-position: center;
  }

  .catalog-categories .category-card:before {
    bottom: 30px;
  }

  .catalog-page-aside__title {
    font-size: 34px;
  }

  .catalog-page__wrapper {
    grid-template-columns: 1fr;
    gap: 28px 16px;
  }

  .catalog-sorting__title {
    font-size: 14px;
    line-height: 22px;
  }

  .contacts-main-header__title {
    font-size: 16px;
  }

  .contacts-main-header__value {
    font-size: 14px;
  }

  .contacts-main-telegram__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    line-height: 162%;
  }

  .contacts-main__map {
    aspect-ratio: 1/0.8;
  }

  .contacts-department .accordion-item-header__title {
    font-size: 20px;
  }

  .contacts-department .accordion-item-header:before {
    width: 34px;
    height: 34px;
    top: calc(50% - 17px);
  }

  .contacts-department__wrapper {
    gap: 34px 16px;
  }

  .contacts-department-person__title {
    font-size: 16px;
  }

  .contacts-department-person__name {
    font-size: 14px;
  }

  .contacts-department-person__contact {
    font-size: 14px;
  }

  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }

  .gallery-item__body {
    padding: 7px;
  }

  .gallery-item__title {
    margin-bottom: 2px;
  }

  .geography-map__svg {
    margin-left: -3%;
    width: 106%;
    max-width: 106%;
  }

  .geography-countries__list {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .geography-countries__item {
    font-size: 14px;
  }

  .history-event {
    padding: 0 0 42px 35px;
  }

  .history-event__marker {
    width: 20px;
    height: 20px;
  }

  .history-event__description {
    font-size: 12px;
    line-height: 160%;
  }

  .history-event-gallery {
    gap: 2px;
  }

  .history-timeline {
    left: 10px;
  }

  .hero-header {
    row-gap: 28px;
  }

  .hero-header__subtitle {
    font-size: 16px;
  }

  .hero-header__title {
    font-size: 44px;
  }

  .hero-body__links {
    display: none;
  }

  .advantages {
    padding-top: 30px;
  }

  .advantage__title {
    font-size: 16px;
  }

  .advantage__description {
    font-size: 12px;
  }

  .advantage__description p strong {
    font-size: 12px;
  }

  .advantage-model {
    padding-top: 20px;
  }

  .advantage-model__img {
    max-height: 348px;
  }

  .main-catalog {
    padding: 40px 0 80px 0;
  }

  .main-catalog-aside__title {
    font-size: 32px;
  }

  .main-catalog-aside__description {
    font-size: 12px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .main-catalog__categories {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-career {
    padding: 70px 0;
  }

  .main-career-body__text {
    font-size: 18px;
  }

  .main-career-body__description {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .main-career-body__images {
    grid-template-columns: 1fr;
    grid-template-areas: inherit !important;
    gap: 12px;
  }

  .main-career-body__images div {
    grid-area: inherit !important;
  }

  .main-career-body__images div:first-child img {
    aspect-ratio: 1/0.8619;
  }

  .main-career-body__images div:nth-child(2) img {
    aspect-ratio: 1/0.74035;
  }

  .main-career-body__images div:last-child {
    display: none;
  }

  .main-form-body__text {
    font-size: 18px;
  }

  .main-form-body__form {
    gap: 6px;
  }

  .main-news__wrapper {
    margin-bottom: 28px;
  }

  .main-news-body__text {
    font-size: 18px;
  }

  .main-news__mobile {
    margin-right: -50% !important;
  }

  .mechanical-text {
    font-size: 14px;
    line-height: 157%;
  }

  .mechanical-text img {
    aspect-ratio: 1/0.7;
  }

  .mechanical-card {
    padding: 30px 37px;
    min-height: 194px;
  }

  .mechanical-card__title {
    margin-bottom: 32px;
  }

  .news {
    grid-template-columns: 1fr;
  }

  .news-header {
    margin-bottom: 20px;
  }

  .news-header__title {
    font-size: 32px;
  }

  .news-header-menu {
    margin-bottom: -5px;
  }

  .news-item-body__text {
    font-size: 14px;
    line-height: 154%;
  }

  .news-item-slider__swiper {
    margin-right: -68% !important;
  }

  .news-item-related__title {
    margin-bottom: 22px;
  }

  .news-item-related__wrapper {
    grid-template-columns: 1fr;
  }

  .order-completed__title {
    font-size: 26px;
    line-height: 102%;
    margin-bottom: 33px;
  }

  .order-completed__description {
    font-size: 16px;
  }

  .order-completed__back {
    font-size: 16px;
  }

  .order-content__body {
    padding: 22px 22px;
  }

  .order-block:first-child {
    margin-top: 10px;
  }

  .order-block__title {
    margin-bottom: 18px;
  }

  .order-block__title h2 {
    font-size: 20px;
  }

  .order-block__title:after {
    content: none;
  }

  .order-block__form {
    gap: 6px;
  }

  .order-block__form .form-group {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .order-block__form .form-checkbox-label {
    line-height: 140%;
  }

  .order-block__form .form-checkbox-label:before {
    top: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .order-block__form .form-checkbox-label:after {
    top: 6px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .order-block-deliveries {
    margin-bottom: 24px;
  }

  .order-block-delivery__title {
    margin-bottom: 6px;
  }

  .organization-contacts {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 35px 0 25px 0;
  }

  .organization-contacts__title,
  .organization-contacts__name,
  .organization-contacts__phone {
    font-size: 16px;
  }

  .organization-contacts__name:before,
  .organization-contacts__phone:before {
    -webkit-box-flex: 20px;
    -ms-flex: 20px 0 0px;
    flex: 20px 0 0;
    width: 20px;
    height: 20px;
  }

  .organization-contacts__title {
    grid-column: inherit;
  }

  .organization-body {
    margin-bottom: 35px;
  }

  .organization-directions__title {
    line-height: 123%;
  }

  .organization-directions__cards {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .organization-directions__images {
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
  }

  .organization-directions__image:first-child img {
    aspect-ratio: 1/1.21055;
  }

  .organization-directions__image:nth-child(2) img {
    aspect-ratio: 1/0.49865;
  }

  .organization-directions__image:last-child img {
    aspect-ratio: 1/0.6953;
  }

  .practice-item__title {
    line-height: 110%;
    font-size: 28px;
  }

  .product-content__title {
    font-size: 28px;
  }

  .product-content__price {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-content__price-total {
    position: inherit;
    bottom: 0;
  }

  .product-content__add-to-cart {
    max-width: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }

  .product-content-characteristics .accordion-item-header__title {
    font-size: 18px;
  }

  .product-content-characteristics .accordion-item-header:before {
    top: 12px;
  }

  .product-content-characteristics .accordion-item-body__content {
    padding: 4px 20px 20px 20px;
  }

  .product-content-characteristics__item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .product-content-characteristics__item-title,
  .product-content-characteristics__item-value {
    font-size: 12px;
  }

  .product-related__aside {
    grid-column: span 4;
    gap: 20px 40px;
  }

  .product-related__title {
    font-size: 28px;
  }

  .product-related .navigation-prev,
  .product-related .navigation-next {
    width: 38px;
    height: 38px;
  }

  .product-related .navigation-prev:after,
  .product-related .navigation-next:after {
    width: 6px;
    height: 6px;
  }

  .product-related__swiper {
    grid-column: span 4;
  }

  .purchases__accordion-item[aria-expanded=true]::before {
    display: none;
  }

  .purchase {
    grid-template-columns: 1fr;
  }

  .purchase__column:first-child {
    padding-bottom: 25px;
  }

  .purchase__column:nth-child(2) {
    padding-left: 0;
    position: relative;
    padding-top: 20px;
  }

  .purchase__column:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 160%;
    height: 130%;
    background-color: #EBEBEB;
    border-top: 1px solid #D5DDE4;
  }

  .resume-page__title {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .resume-page .form-group--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .resume-page .form-group--third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .resume-page .form-group--fourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .resume-page .form-group--fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .staff-event-form__form .form-group {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .staff-element {
    margin-top: 25px;
    padding-top: 20px;
  }

  .staff-element__btn {
    width: 100%;
    min-width: auto;
    max-width: 100% !important;
  }

  .staff-element-banner--secondary {
    background-image: none;
    height: 160px;
  }

  .staff-element-banner--secondary .staff-element-banner__text {
    max-width: 90%;
  }

  .staff-element-preparation {
    padding: 30px 20px;
  }

  .students-hero {
    height: 280px;
  }

  .students-hero__title {
    font-size: 25px;
    left: 17px;
  }

  .technologies-content img {
    aspect-ratio: 1/0.663;
  }

  .technologies-nav {
    margin-bottom: 45px;
  }

  .technologies-nav__item {
    padding: 24px 60px 24px 0;
  }

  .technologies-nav__item:after {
    width: 33px;
    height: 33px;
    top: 10px;
  }

  .technologies-nav__item:hover .technologies-nav__item-title,
  .technologies-nav__item:hover .technologies-nav__item-description {
    padding-left: 35px;
  }

  .technologies-nav__item-title {
    font-size: 16px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 399px) {
  .d-xs-none {
    display: none;
  }

  .col-xs-1 {
    grid-column: span 1;
  }

  .col-xs-2 {
    grid-column: span 2;
  }

  .col-xs-3 {
    grid-column: span 3;
  }

  .col-xs-4 {
    grid-column: span 4;
  }

  .col-xs-5 {
    grid-column: span 5;
  }

  .col-xs-6 {
    grid-column: span 6;
  }

  .col-xs-7 {
    grid-column: span 7;
  }

  .col-xs-8 {
    grid-column: span 8;
  }

  .col-xs-9 {
    grid-column: span 9;
  }

  .col-xs-10 {
    grid-column: span 10;
  }

  .col-xs-11 {
    grid-column: span 11;
  }

  .col-xs-12 {
    grid-column: span 12;
  }

  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .footer-start-contact__link {
    font-size: 24px;
  }

  .header-logo {
    padding: 0 6px;
  }

  .header-cart.is-active span {
    font-size: 10px;
    right: 4px;
    top: 0;
  }

  .mobile-menu__button span {
    width: 20px;
  }

  .mobile-menu__button span::before,
  .mobile-menu__button span::after {
    width: 20px;
  }

  section.inner-form {
    padding: 40px 0 60px 0;
  }

  .about-gallery {
    grid-template-columns: 1fr !important;
    grid-template-areas: inherit !important;
  }

  .about-gallery__image {
    grid-area: inherit !important;
  }

  .assembling-panel {
    padding: 26px 10px 25px 14px;
  }

  .cart-item__remove-button {
    width: 16px;
    height: 16px;
  }

  .geography-map__svg {
    margin-left: -4%;
    width: 108%;
    max-width: 108%;
  }

  .geography-countries__list {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-news__mobile {
    margin-right: -82% !important;
  }

  .product-content-gallery {
    grid-template-columns: 1fr;
    grid-template-areas: "first";
  }

  .product-content-gallery--single .product-content-gallery__img {
    aspect-ratio: 1/1.09956 !important;
  }

  .product-content-gallery__image:not(:first-child) {
    display: none;
  }

  .product-content-instructions__item-title {
    font-size: 14px;
  }

  .product-content-instructions__item-size {
    font-size: 14px;
  }

  .resume-page__title {
    font-size: 17px;
  }

  .resume-page .form-checkbox-label {
    font-size: 13px;
  }

  .staff-events-header {
    padding: 30px 15px;
  }

  .staff-events-calendar {
    padding: 10px 15px 0 15px;
  }

  .staff-event {
    padding: 30px 15px;
  }

  .staff-element-banner--secondary .staff-element-banner__text {
    font-size: 20px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer-center {
    grid-template-areas: "second second second second third third third third" "second second second second fourth fourth fourth fourth" "first first first first first first first first";
  }

  .footer-center-column:first-child {
    grid-area: first;
  }

  .footer-center-column:nth-child(2) {
    grid-area: second;
  }

  .footer-center-column:nth-child(3) {
    grid-area: third;
  }

  .footer-center-column:nth-child(4) {
    grid-area: fourth;
  }

@supports (-webkit-appearance:none) {

}
}
/* End */


/* Start:/local/templates/rotor/css/fancybox.css?175448801525343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/rotor/components/bitrix/sale.basket.basket.line/header/style.css?17544880154804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/rotor/components/bitrix/form/feedback/bitrix/form.result.new/.default/style.css?1754488015298*/
.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/rotor/components/bitrix/form/feedback/bitrix/form.result.new/.default/images/icon_warn.gif);
}

input[type=submit] {
    display: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: #173b6d;
}
/* End */
/* /local/templates/rotor/css/main.css?1756348197209217 */
/* /local/templates/rotor/css/fancybox.css?175448801525343 */
/* /local/templates/rotor/components/bitrix/sale.basket.basket.line/header/style.css?17544880154804 */
/* /local/templates/rotor/components/bitrix/form/feedback/bitrix/form.result.new/.default/style.css?1754488015298 */
