/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \***************************************************************************************************************************************************/
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter_18pt-Regular.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter_18pt-Medium.woff) format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter_18pt-SemiBold.woff) format("woff");
  font-weight: 700;
}
* {
  font-family: Inter, Verdana, Tahoma, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2048px) {
  html {
    font-size: 20px;
  }
}

body {
  margin: 0;
}

main {
  position: relative;
  flex-grow: 1;
}

a {
  text-decoration: none;
  color: #254E70;
}

.konserv-trade {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 360px;
  max-width: 100vw;
  width: 100%;
  color: #202020;
  font-size: max(1.1rem, 14px);
  text-decoration: none;
}
.konserv-trade * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline-color: transparent;
}

ul {
  list-style: none;
}

h3 + .paragraph {
  margin-top: 16px;
}

.button__dark {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .button__dark {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .button__dark {
    font-size: max(14px, 0.8rem);
  }
}
.button__dark {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #254E70;
  border-radius: 12px;
  padding: 8px 24px;
  color: #FFFFFF;
  text-align: center;
  min-height: 48px;
}
@media (min-width: 1280px) {
  .button__dark:hover {
    transition: background-color 500ms;
    background-color: #107BD3;
  }
}
.button__dark:active {
  transition: background-color 500ms;
  background-color: #000945;
}
.button__dark:disabled {
  background-color: #BCBCBC;
}

.button__framed {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .button__framed {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .button__framed {
    font-size: max(14px, 0.8rem);
  }
}
.button__framed {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 0px 1px #254E70;
  background-color: transparent;
  border-radius: 12px;
  padding: 8px 16px;
  color: #254E70;
  text-align: center;
  min-height: 42px;
}
.button__framed:active {
  transition: border-color 500ms, color 500ms, font-weight 500ms, box-shadow 500ms;
  border-color: #000945;
  box-shadow: inset 0px 0px 0px 1px #000945;
  color: #000945;
  font-weight: 500;
}
.button__framed:disabled {
  border-color: #BCBCBC;
  color: #BCBCBC;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .button__framed:hover {
    border-color: #107BD3;
    color: #107BD3;
    box-shadow: inset 0px 0px 0px 1px #107BD3;
    transition: border-color 500ms, box-shadow 500ms, color 500ms;
  }
}

.button__dark-link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .button__dark-link {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .button__dark-link {
    font-size: max(14px, 0.8rem);
  }
}
.button__dark-link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  border: none;
  background-color: #254E70;
  border-radius: 12px;
  padding: 13px 44px 13px 24px;
  color: #FFFFFF;
  text-align: center;
  min-height: 48px;
  position: relative;
}
.button__dark-link:active {
  transition: background-color 500ms;
  background-color: #000945;
}
.button__dark-link:disabled {
  background-color: #BCBCBC;
}
.button__dark-link::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.button__dark-link::before {
  border-color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button__dark-link:hover {
    transition: background-color 500ms;
    background-color: #107BD3;
  }
}

.button__framed-link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .button__framed-link {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .button__framed-link {
    font-size: max(14px, 0.8rem);
  }
}
.button__framed-link {
  border: none;
  background-color: transparent;
  border-radius: 12px;
  padding: 8px 50px 8px 0px;
  color: #254E70;
  text-align: center;
  min-height: 42px;
  position: relative;
}
.button__framed-link::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #254E70;
  border-right: 2px solid #254E70;
}
.button__framed-link:active {
  color: #000945;
  transition: color 500ms;
}
.button__framed-link:active::before {
  border-color: #000945;
  transition: border-color 500ms;
}
@media (hover: hover) and (pointer: fine) {
  .button__framed-link:hover {
    color: #107BD3;
    transition: color 500ms;
  }
  .button__framed-link:hover::before {
    border-color: #107BD3;
    transition: border-color 500ms;
  }
}

.hidden {
  display: none;
}

.header-zero {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 134%;
}
@media (min-width: 1280px) {
  .header-zero {
    font-size: 4rem;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .header-zero {
    font-size: 3.5rem;
  }
}
@media (min-width: 2048px) {
  .header-zero {
    font-size: 3.2rem;
  }
}

h1,
.header-first {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 768px) {
  h1,
  .header-first {
    font-size: 2.5rem;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  h1,
  .header-first {
    font-size: 2.2rem;
  }
}
@media (min-width: 2048px) {
  h1,
  .header-first {
    font-size: 2rem;
  }
}

.subtitle {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
  line-height: 117%;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .subtitle {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .subtitle {
    font-size: 1.2rem;
  }
}

.scroll {
  max-width: 100%;
  overflow-x: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .scroll {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .scroll {
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 16px;
    padding: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .scroll {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .scroll {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .scroll {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 1024px) and (min-width: 2048px) {
  .scroll {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}

.subtitle-in-button {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.14rem);
  line-height: 137%;
}
@media (min-width: 768px) {
  .subtitle-in-button {
    font-size: 1.07rem;
  }
}
@media (min-width: 1280px) {
  .subtitle-in-button {
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  .subtitle-in-button {
    font-size: 0.9rem;
  }
}
@media (min-width: 2048px) {
  .subtitle-in-button {
    font-size: 0.8rem;
  }
}

p,
.paragraph,
.text,
li {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
p + .paragraph,
.paragraph + .paragraph,
.text + .paragraph,
li + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  p,
  .paragraph,
  .text,
  li {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  p,
  .paragraph,
  .text,
  li {
    font-size: 0.9rem;
  }
}

.text-content p + p,
.text-content p + ul,
.text-content ul + p {
  margin-top: 8px;
}
.text-content h2 + h3,
.text-content h3 {
  margin: 16px 0 8px 0;
}
@media (min-width: 1024px) {
  .text-content p + p,
  .text-content p + ul,
  .text-content ul + p {
    margin-top: 16px;
  }
  .text-content h2 + h3,
  .text-content h3 {
    margin: 24px 0 16px 0;
  }
}

.block {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .block {
    padding: 64px 0;
  }
}
@media (min-width: 1280px) {
  .block {
    padding: 80px 0;
  }
}

.block-margin, .indent {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .block-margin, .indent {
    margin: 64px 0;
  }
}
@media (min-width: 1280px) {
  .block-margin, .indent {
    margin: 80px 0;
  }
}

.text-block + .text-block {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .text-block + .text-block {
    margin-top: 64px;
  }
}
.text-block h2 + ul,
.text-block h3 + ul,
.text-block h3 + p,
.text-block h2 + p,
.text-block p + p {
  margin-top: 16px;
}
.text-block ul + .paragraph {
  margin-top: 16px;
}
.text-block p + .paragraph, .text-block .paragraph + .paragraph {
  margin-top: 16px;
}
@media (min-width: 1280px) {
  .text-block {
    width: calc(60% - 24px);
  }
}
.text-block li {
  padding-bottom: 8px;
}
.text-block li:last-child {
  padding-bottom: 0;
}

.img-block img, .img-block picture, .img-block source {
  width: 100%;
  height: auto;
}
@media (min-width: 1280px) {
  .img-block {
    width: calc(60% - 24px);
    overflow: hidden;
  }
}

.note {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .note {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .note {
    font-size: max(14px, 0.7rem);
  }
}

.note {
  color: #737373;
}

.definition {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
  line-height: 117%;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .definition {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .definition {
    font-size: 1.2rem;
  }
}

.definition {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 8px;
}

h2,
.header-second {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #202020;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  h2,
  .header-second {
    padding-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  h2,
  .header-second {
    font-size: 1.8rem;
  }
}
@media (min-width: 2048px) {
  h2,
  .header-second {
    font-size: 1.6rem;
  }
}

h3,
.header-third {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 1.5rem;
  line-height: 117%;
  font-weight: 600;
  color: #202020;
}
@media (min-width: 1440px) {
  h3,
  .header-third {
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  h3,
  .header-third {
    font-size: 1.2rem;
  }
}

.kons-phone {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
  line-height: 117%;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .kons-phone {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .kons-phone {
    font-size: 1.2rem;
  }
}

.subtitle4 {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 128%;
}
@media (min-width: 768px) {
  .subtitle4 {
    font-size: 0.93rem;
  }
}
@media (min-width: 1280px) {
  .subtitle4 {
    font-size: 0.88rem;
  }
}
@media (min-width: 1440px) {
  .subtitle4 {
    font-size: 0.78rem;
  }
}
@media (min-width: 2048px) {
  .subtitle4 {
    font-size: 0.7rem;
  }
}

.kons-phone {
  display: inline-block;
  color: #254E70;
  white-space: nowrap;
  margin-top: 8px;
  margin-bottom: 8px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 4;
  background-color: #FFFFFF;
}

.container {
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .container {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .container {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 2048px) {
  .container {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}

.header__wrapper {
  display: flex;
  justify-content: flex-start;
  min-height: 72px;
  align-items: center;
  -moz-column-gap: 41px;
       column-gap: 41px;
  position: relative;
}
@media (max-width: 767px) {
  .header__wrapper {
    min-height: 64px;
  }
}

.mobile-menu {
  position: fixed;
  top: 64px;
  right: 0;
  min-width: 320px;
  max-width: 89vw;
  max-height: calc(100vh - 64px);
  background-color: #FFFFFF;
  border-bottom-left-radius: 16px;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.12);
}
.mobile-menu--closed, .mobile-menu--opened {
  display: none;
}
.mobile-menu .composite {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .mobile-menu {
    top: 72px;
  }
}
@media (max-width: 1279px) {
  .mobile-menu__contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    padding: 16px 32px 24px 24px;
  }
  .mobile-menu__link {
    transition: color 500ms;
  }
  .mobile-menu__link--mail {
    font-family: Inter, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: max(14px, 0.9rem);
    line-height: 1.3;
    vertical-align: middle;
  }
}
@media (max-width: 1279px) and (min-width: 1440px) {
  .mobile-menu__link--mail {
    font-size: max(14px, 0.8rem);
  }
}
@media (max-width: 1279px) and (min-width: 2048px) {
  .mobile-menu__link--mail {
    font-size: max(14px, 0.7rem);
  }
}
@media (max-width: 1279px) {
  .mobile-menu__link--mail {
    color: #202020;
  }
  .mobile-menu__link--tel {
    font-family: Inter, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    font-size: max(14px, 1.13rem);
    line-height: 128%;
    vertical-align: middle;
    color: #202020;
  }
  .mobile-menu__link--tel + .paragraph {
    margin-top: 24px;
  }
}
@media (max-width: 1279px) and (min-width: 1440px) {
  .mobile-menu__link--tel {
    font-size: 1rem;
  }
}
@media (max-width: 1279px) and (min-width: 2048px) {
  .mobile-menu__link--tel {
    font-size: 0.9rem;
  }
}
@media (max-width: 1279px) {
  .mobile-menu__link--tel {
    color: #254E70;
  }
  .mobile-menu__link:hover {
    color: #107BD3;
    transition: color 500ms;
  }
  .mobile-menu__link:active {
    color: #000945;
    transition: color 500ms;
  }
  .mobile-menu--opened {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mobile-menu .navigation__list,
  .mobile-menu .services-list__bg,
  .mobile-menu .services-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

.logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 211px;
}
.logo__text {
  font-size: 20px;
  line-height: 40px;
  color: #254E70;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  white-space: nowrap;
}
.logo__img {
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 56px;
  height: 56px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .logo {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .logo {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .logo {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .logo__text {
    font-size: 16px;
  }
  .logo__img {
    min-width: 48px;
    height: 48px;
  }
}

.contact-info {
  margin-left: auto;
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-columns: auto auto;
}
.contact-info li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-info li:last-child {
  grid-column: 2;
  grid-row: 1/3;
}
.contact-info__link {
  text-align: end;
  color: #202020;
}
.contact-info__link:active {
  color: #000945;
  transition: color 500ms;
}
.contact-info__link--mail {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .contact-info__link--mail {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .contact-info__link--mail {
    font-size: max(14px, 0.8rem);
  }
}
.contact-info__link--mail {
  margin-bottom: 4px;
}
.contact-info__link--tel {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.25rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .contact-info__link--tel {
    font-size: 1.1rem;
  }
}
@media (min-width: 2048px) {
  .contact-info__link--tel {
    font-size: 1rem;
  }
}
.contact-info__link--tel {
  color: #254E70;
  font-weight: 500;
}
.contact-info__link--call {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .contact-info__link--call {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .contact-info__link--call {
    font-size: max(14px, 0.8rem);
  }
}
.contact-info__link--call {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 0px 1px #254E70;
  background-color: transparent;
  border-radius: 12px;
  padding: 8px 16px;
  color: #254E70;
  text-align: center;
  min-height: 42px;
}
.contact-info__link--call:active {
  transition: border-color 500ms, color 500ms, font-weight 500ms, box-shadow 500ms;
  border-color: #000945;
  box-shadow: inset 0px 0px 0px 1px #000945;
  color: #000945;
  font-weight: 500;
}
.contact-info__link--call:disabled {
  border-color: #BCBCBC;
  color: #BCBCBC;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .contact-info__link--call:hover {
    border-color: #107BD3;
    color: #107BD3;
    box-shadow: inset 0px 0px 0px 1px #107BD3;
    transition: border-color 500ms, box-shadow 500ms, color 500ms;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-info__link:hover {
    color: #107BD3;
    transition: color 500ms;
  }
}
@media (max-width: 1279px) {
  .contact-info {
    grid-template-columns: 1fr;
    margin-left: auto;
  }
  .contact-info li:last-child {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .contact-info {
    grid-template-columns: 1fr;
  }
  .contact-info li:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-info {
    grid-template-columns: 1fr;
    position: relative;
  }
  .contact-info li:last-child,
  .contact-info li:first-child {
    display: none;
  }
  .contact-info__link--tel {
    font-size: 0;
    color: transparent;
  }
  .contact-info__link--tel::before {
    content: "";
    position: absolute;
    background-image: url(img/phone.svg);
    width: 32px;
    height: 32px;
    right: calc(50% - 16px);
    top: calc(50% - 16px);
  }
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  min-height: 64px;
}
.services-list__bg {
  background-color: #F0F5F9;
}
.services-list__link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .services-list__link {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .services-list__link {
    font-size: max(14px, 0.8rem);
  }
}
.services-list__link {
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 16px;
}
.services-list__link.active {
  box-shadow: inset 0px -3px 0 -1px #930401;
}
.services-list__link.active + .blur {
  display: block;
}
@media (max-width: 1279px) {
  .services-list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    margin: 16px 0;
  }
  .services-list__link {
    display: inline-block;
    padding: 12px 16px;
  }
}
@media (min-width: 1280px) {
  .services-list {
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 16px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .services-list {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .services-list {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 1280px) and (min-width: 1440px) {
  .services-list {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 1280px) and (min-width: 2048px) {
  .services-list {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .services-list__bg {
    background-color: #FFFFFF;
    border-top: 0.5px solid #BCBCBC;
  }
  .services-list li:last-child.composite a {
    padding-right: 24px;
  }
  .services-list li:last-child.composite a::after {
    right: 0px;
  }
  .services-list__link.selected {
    box-shadow: inset 0px -2px 0 -1px #930401;
  }
  .services-list__link:hover {
    color: #107BD3 !important;
    transition: color 500ms;
  }
  .services-list__link:hover::after {
    border-color: #107BD3 !important;
    transition: border-color 500ms;
  }
  .services-list__link:active {
    color: #000945;
    transition: color 500ms;
  }
  .services-list li:first-child .services-list__link {
    padding-left: 0px;
  }
  .services-list li:last-child .services-list__link {
    padding-right: 0px;
  }
  .services-list > li {
    position: relative;
  }
}

.marker {
  background-color: #FFFFFF;
  border-radius: 71px;
  padding: 0 8px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .marker {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .marker {
    font-size: max(14px, 0.7rem);
  }
}
.marker__list {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: wrap;
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: 200px;
  z-index: 1;
}
@media (min-width: 1280px) {
  .marker {
    padding: 0.8rem 1.6rem;
  }
  .marker__list {
    gap: 8px;
    max-width: 300px;
  }
}

/*@keyframes blockhover {
    0% {
        width: 72px
    }
    30% {
        width: 73px
    }
    100% {
        width: 72px
    }
  }*/
.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  right: 16px;
  bottom: 24px;
  padding: 16px;
  border-radius: 17px;
  background-color: #F5F6F6;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.12);
  width: 72px;
  transition: height 500ms;
  z-index: 3;
  height: 104px;
}
.social__item {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.social__item--telegram {
  background-image: url(img/tg.svg);
  z-index: 3;
  bottom: 48px;
  transition: bottom 500ms;
}
.social__item--whatsapp {
  background-image: url(img/whatsapp.svg);
  z-index: 2;
  bottom: 32px;
  transition: bottom 500ms;
}
.social__item--call {
  background-image: url(img/call.svg);
  z-index: 1;
  bottom: 16px;
  transition: bottom 500ms;
}
.social__item--close {
  bottom: 16px;
}
.social__item:hover {
  transform: rotate(20deg);
  transition: transform 500ms;
}
.social__link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
}
.social.active {
  height: 240px;
}
.social.active .social__item--telegram {
  bottom: 180px;
  transition-delay: 100ms;
}
.social.active .social__item--whatsapp {
  bottom: 126px;
  transition-delay: 200ms;
}
.social.active .social__item--call {
  bottom: 70px;
  transition-delay: 300ms;
}
.social.active .social__item--close {
  border-radius: 50%;
  background-color: #FFFFFF;
  padding: 0;
}
.social.active .social__item--close::after, .social.active .social__item--close::before {
  content: "";
  position: absolute;
  height: 19px;
  width: 2px;
  background-color: #930401;
  border-radius: 1px;
  top: calc(50% - 9px);
  left: calc(50% - 1px);
}
.social.active .social__item--close::after {
  transform: rotate(-45deg);
}
.social.active .social__item--close::before {
  transform: rotate(45deg);
}
.social.active .social__link {
  display: block;
}
@media (min-width: 768px) {
  .social {
    bottom: 40px;
    right: 40px;
  }
}

.achievements {
  background-color: #F5F6F6;
}
.achievements__accent {
  font-size: 5.5rem;
  line-height: 0.8;
  font-weight: 400;
  color: #254E70;
}
@media (min-width: 1440px) {
  .achievements__accent {
    font-size: 4.9rem;
  }
}
@media (min-width: 2048px) {
  .achievements__accent {
    font-size: 4.4rem;
  }
}
.achievements__accent {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
.achievements__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 32px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: space-between;
}
.achievements__item {
  display: flex;
  flex-direction: column;
  min-width: 253px;
  max-width: 253px;
  text-overflow: ellipsis;
}
.achievements__text, .achievements__measure {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.25rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .achievements__text, .achievements__measure {
    font-size: 1.1rem;
  }
}
@media (min-width: 2048px) {
  .achievements__text, .achievements__measure {
    font-size: 1rem;
  }
}
.achievements__measure {
  display: inline-block;
  margin-left: 8px;
  color: #202020;
  word-break: break-all;
}
.achievements__main-block.block {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .achievements__text {
    display: block;
  }
  .achievements__list {
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 48px;
  }
}
@media (min-width: 1024px) {
  .achievements__list {
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .achievements__accent {
    margin-bottom: 16px;
  }
}
@media (min-width: 1500px) {
  .achievements__list {
    justify-content: space-between;
  }
}

.product {
  margin: 40px 16px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(80px, 1fr);
  justify-items: center;
  gap: 24px;
}
.product__img {
  width: 35%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.product__card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background-color: #F5F6F6;
  overflow: hidden;
  min-width: 328px;
  max-width: 495px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
.product__card:active .product__header {
  color: #000945;
  transition: color 500ms;
}
.product__content {
  padding: 16px 0 16px 16px;
  min-width: 50%;
  width: calc(65% - 16px);
}
.product__header {
  width: 100%;
  margin-bottom: 16px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 1.5rem;
  line-height: 117%;
  font-weight: 600;
  color: #202020;
}
@media (min-width: 1440px) {
  .product__header {
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .product__header {
    font-size: 1.2rem;
  }
}
.product__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 12px;
}
.product__item, .product__link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.product__item + .paragraph, .product__link + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .product__item, .product__link {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .product__item, .product__link {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .product {
    margin: 80px auto;
  }
  .product__card {
    min-width: 600px;
    gap: 40px;
  }
  .product__img {
    width: 228px;
  }
  .product__content {
    width: calc(68% - 40px);
    padding: 24px 0 24px 24px;
  }
  .product__list {
    row-gap: 8px;
  }
}
@media (min-width: 1024px) {
  .product__content {
    padding: 24px 0 24px 24px;
  }
  .product__list {
    row-gap: 8px;
  }
}
@media (min-width: 1280px) {
  .product {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__card:hover {
    cursor: auto;
  }
  .product__card:hover .product__img {
    transform: scale(1.15);
    transition: transform 500ms;
  }
  .product__link:hover {
    color: #107BD3;
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .product__content {
    padding: 24px 0 24px 24px;
  }
  .product__list {
    row-gap: 8px;
  }
}
@media (min-width: 2048px) {
  .product {
    margin: 80px auto;
  }
  .product__card {
    max-width: 704px;
  }
  .product__list {
    row-gap: 8px;
  }
}

.feedback {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 12px 0px 16px 16px;
  min-width: 303px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 16px;
  max-width: 335px;
  margin: 0 0 0 auto;
  box-shadow: -2px 2px 8px 2px rgba(0, 0, 0, 0.12);
}
.feedback__bg {
  position: fixed;
  top: 64px;
  right: 0;
  z-index: 5;
  width: 100vw;
  height: calc(100vh - 64px);
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}
.feedback__bg.open {
  display: block;
}
.feedback__heading {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #202020;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .feedback__heading {
    padding-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .feedback__heading {
    font-size: 1.8rem;
  }
}
@media (min-width: 2048px) {
  .feedback__heading {
    font-size: 1.6rem;
  }
}
.feedback__heading {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .feedback {
    row-gap: 66px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 80px 0 92px 0;
    max-width: none;
    background-color: #F5F6F6;
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .feedback {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .feedback {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .feedback {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 768px) and (min-width: 2048px) {
  .feedback {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .feedback__bg {
    background-color: #F5F6F6;
    position: static;
    width: 100%;
    height: auto;
    overflow-y: visible;
    display: block;
  }
  .feedback__bg.feedback__bg--light {
    background-color: #FFFFFF;
  }
  .feedback__bg.feedback__bg--light .feedback {
    background-color: #FFFFFF;
  }
}
@media (min-width: 1280px) {
  .feedback {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 82px;
         column-gap: 82px;
    justify-content: space-between;
  }
}
@media (min-width: 2048px) {
  .feedback {
    max-width: 1432px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.form__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: none;
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .form {
    row-gap: 24px;
  }
  .form__close {
    display: none;
  }
}
.checkbox {
  border: none;
  min-inline-size: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.checkbox__name {
  color: #202020;
  margin-bottom: 8px;
  font-weight: 400;
}
.checkbox__list {
  list-style-type: none;
  list-style: none;
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 100vw;
  overflow-x: scroll;
  scrollbar-width: 0;
  scrollbar-color: transparent transparent;
  padding-right: 18px;
}
.checkbox__input {
  display: none;
  box-sizing: border-box;
}
.checkbox__input:checked + .checkbox__label {
  box-shadow: inset 0px 0px 0px 1px #254E70;
  color: #254E70;
  transition: color 500ms, box-shadow 500ms;
}
.checkbox__label {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .checkbox__label {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .checkbox__label {
    font-size: max(14px, 0.8rem);
  }
}
.checkbox__label {
  display: flex;
  align-items: center;
  color: #202020;
  min-height: 40px;
  padding: 12px 16px 12px 20px;
  border-radius: 71px;
  box-shadow: inset 0px 0px 0px 1px #BCBCBC;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .checkbox {
    margin-bottom: 16px;
  }
  .checkbox__list {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}
@media (min-width: 1280px) {
  .checkbox__item:hover .checkbox__input,
  .checkbox__item:hover .checkbox__label {
    box-shadow: inset 0px 0px 0px 1px #107BD3;
    color: #107BD3;
    transition: color 500ms, box-shadow 500ms;
  }
  .checkbox__item:active .checkbox__input,
  .checkbox__item:active .checkbox__label {
    box-shadow: inset 0px 0px 0px 1px #000945;
    color: #000945;
    transition: color 500ms, box-shadow 500ms;
  }
}

.input__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-right: 16px;
}
.input__wrapper {
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  row-gap: 8px;
}
.input__text-lable {
  display: none;
  color: #737373;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 768px) {
  .input__text-lable {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .input__text-lable {
    font-size: 1.1rem;
  }
}
@media (min-width: 1440px) {
  .input__text-lable {
    font-size: 0.9rem;
  }
}
@media (min-width: 2048px) {
  .input__text-lable {
    font-size: 0.8rem;
  }
}
.input__text {
  border: none;
  box-shadow: inset 0px 0px 0px 1px #BCBCBC;
  border-radius: 8px;
  padding: 15px;
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: 400;
  cursor: text;
}
.input__text:active + label, .input__text:focus + label, .input__text:focus-visible + label {
  color: #254E70;
}
.input__text:active, .input__text:focus, .input__text:focus-visible input {
  box-shadow: inset 0px 0px 0px 1px #000945;
  outline: none;
}
@media (min-width: 1440px) {
  .input__text {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .input__text {
    font-size: 0.9rem;
  }
}
.input__text {
  padding: 16px;
  min-width: 303px;
  max-width: 100vw;
  /*&:invalid {
      box-shadow: inset 0px 0px 0px 1px var.$error;
  }*/
}
@media (min-width: 768px) {
  .input__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .input__text-lable {
    display: block;
  }
}
@media (min-width: 1024px) {
  .input__wrapper:hover .input__text,
  .input__wrapper:hover .input__text-lable {
    color: #107BD3;
    transition: color 500ms;
  }
  .input__wrapper:hover .input__text {
    box-shadow: inset 0px 0px 0px 1px #107BD3;
    transition: color box-shadow 500ms;
  }
}

.submit {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
  margin-right: 16px;
}
.submit__button {
  min-width: 200px;
}
.submit__agreement {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .submit__agreement {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .submit__agreement {
    font-size: max(14px, 0.8rem);
  }
}
.submit__link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .submit__link {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .submit__link {
    font-size: max(14px, 0.8rem);
  }
}
.submit__link {
  color: #254E70;
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .submit {
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
    align-items: center;
    margin-top: 8px;
  }
  .submit__button {
    min-width: 200px;
    align-self: flex-start;
  }
  .submit__agreement {
    color: #737373;
  }
  .submit__link {
    color: #254E70;
    cursor: pointer;
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .submit__link:hover {
    color: #107BD3;
    transition: color 500ms;
  }
}

.call {
  display: flex;
  justify-content: center;
}
.call__text {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.call__text + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .call__text {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .call__text {
    font-size: 0.9rem;
  }
}
.call__tel {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
  line-height: 117%;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .call__tel {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .call__tel {
    font-size: 1.2rem;
  }
}
.call__tel:hover {
  color: #107BD3;
  transition: color 500ms;
}
.call__text, .call__tel {
  display: none;
}
.call__button {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .call__button {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .call__button {
    font-size: max(14px, 0.8rem);
  }
}
.call__button {
  border: none;
  background-color: transparent;
  border-radius: 12px;
  padding: 8px 50px 8px 0px;
  color: #254E70;
  text-align: center;
  min-height: 42px;
  position: relative;
}
.call__button::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #254E70;
  border-right: 2px solid #254E70;
}
.call__button:active {
  color: #000945;
  transition: color 500ms;
}
.call__button:active::before {
  border-color: #000945;
  transition: border-color 500ms;
}
@media (hover: hover) and (pointer: fine) {
  .call__button:hover {
    color: #107BD3;
    transition: color 500ms;
  }
  .call__button:hover::before {
    border-color: #107BD3;
    transition: border-color 500ms;
  }
}
@media (min-width: 768px) {
  .call {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .call__bg {
    height: 290px;
    width: 100%;
    padding-top: 44.6%;
    background-color: #F5F6F6;
    background-image: url(img/lady.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-bottom: 40px;
  }
  .call__text {
    display: block;
    margin-bottom: 8px;
  }
  .call__tel {
    display: block;
    color: #254E70;
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .call__bg {
    height: 426px;
    max-width: 647px;
    background-size: cover;
    overflow: hidden;
  }
  .call__text {
    display: block;
  }
  .call__tel {
    display: block;
  }
}

.location {
  display: none;
  width: 100%;
  background-color: #F5F6F6;
  padding-bottom: 64px;
  overflow: hidden;
}
.location picture {
  height: 0;
}
.location__img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .location {
    display: block;
  }
}
@media (min-width: 1440px) {
  .location {
    padding-bottom: 80px;
  }
}

.footer-container {
  display: grid;
  grid-template-columns: 296px 556px 207px;
  justify-content: space-between;
  align-items: start;
  justify-items: start;
  padding: 40px 0;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .footer-container {
    grid-template-columns: 352px auto;
    justify-items: stretch;
    row-gap: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .footer-container {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-container {
    grid-template-columns: 212px 302px;
    row-gap: 32px;
    justify-content: space-between;
  }
}
@media (max-width: 590px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.copyright {
  align-self: center;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .copyright {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .copyright {
    font-size: max(14px, 0.7rem);
  }
}
.copyright__wrapper {
  grid-column: 1;
  grid-row: 1/4;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 80px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: start;
  justify-items: start;
  row-gap: 24px;
}
.copyright__wrapper .logo__img {
  width: 80px;
  height: 80px;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .copyright__wrapper {
    grid-column: 1;
    grid-row: 2;
    row-gap: 16px;
  }
}
@media (max-width: 767px) and (min-width: 591px) {
  .copyright__wrapper {
    grid-column: 2;
    grid-row: 2/4;
    grid-template-columns: 48px 1fr;
    order: 2;
    max-width: 302px;
    gap: 16px;
  }
  .copyright__wrapper .logo__img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 590px) {
  .copyright__wrapper {
    grid-column: 2;
    grid-row: 2/4;
    grid-template-columns: 48px 1fr;
    order: 3;
    max-width: 302px;
    gap: 16px;
  }
  .copyright__wrapper .logo__img {
    width: 48px;
    height: 48px;
  }
}

.footer {
  border-top: 1px solid #BCBCBC;
}

.footer-menu {
  display: flex;
  width: 100%;
  order: 0;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 590px) {
  .footer-menu {
    grid-column: 1;
    grid-row: 1/4;
    width: 100%;
    order: 0;
    flex-wrap: wrap;
    row-gap: 24px;
    -moz-column-gap: 15%;
         column-gap: 15%;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .footer-menu {
    grid-column: 1/3;
    grid-row: 1;
    -moz-column-gap: 56px;
         column-gap: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .footer-menu {
    grid-column: 2;
    grid-row: 1/4;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 56px;
         column-gap: 56px;
    align-self: center;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .footer-products,
  .footer-info {
    width: 334px;
  }
}

.footer-list {
  display: flex;
  flex-direction: column;
}
.footer-list__item {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .footer-list__item {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .footer-list__item {
    font-size: max(14px, 0.8rem);
  }
}
.footer-list__link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .footer-list__link {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .footer-list__link {
    font-size: max(14px, 0.8rem);
  }
}
.footer-list__link {
  display: inline-block;
  padding: 12px 0;
  color: #202020;
}
.footer-list__link--composite {
  position: relative;
}
.footer-list__link--composite::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  width: 7px;
  height: 7px;
  border-width: 2px;
  transform: rotate(135deg);
  right: -14px;
  top: calc(50% - 4px);
  bottom: auto;
}
.footer-list__link--composite.selected {
  color: #000945;
}
.footer-list__link--composite.selected + .footer-sublist {
  display: flex;
}
.footer-list__link--composite.selected::after {
  border-color: #000945;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .footer-list {
    row-gap: 0px;
  }
}
@media (min-width: 1200px) {
  .footer-list__link:hover {
    color: #107BD3;
    transition: color 500ms;
  }
  .footer-list__link:hover::after {
    border-color: #107BD3;
    transition: border-color 500ms;
  }
}

.policy {
  grid-column: 1/3;
  grid-row: 3;
  text-decoration: underline;
  text-underline-position: under;
  color: #254E70;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .policy {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .policy {
    font-size: max(14px, 0.7rem);
  }
}
@media (min-width: 1024px) {
  .policy:hover {
    color: #107BD3;
    transition: color 500ms;
  }
}

.address {
  grid-column: 1/3;
  grid-row: 2;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .address {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .address {
    font-size: max(14px, 0.7rem);
  }
}
.address__br {
  display: none;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .address {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .address {
    padding-bottom: 16px;
  }
  .address__br {
    display: inline;
  }
}

.footer-header {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.25rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .footer-header {
    font-size: 1.1rem;
  }
}
@media (min-width: 2048px) {
  .footer-header {
    font-size: 1rem;
  }
}

.footer-header {
  color: #737373;
  padding: 0 16px 0px 0px;
  margin-bottom: 8px;
}
.footer-contact {
  grid-column: 3;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer-contact__list li {
  text-align: right;
}
.footer-contact__list li + li {
  margin-top: 16px;
}
.footer-contact__link {
  display: block;
}
.footer-contact__link--mail {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .footer-contact__link--mail {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .footer-contact__link--mail {
    font-size: max(14px, 0.8rem);
  }
}
.footer-contact__link--tel {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.25rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .footer-contact__link--tel {
    font-size: 1.1rem;
  }
}
@media (min-width: 2048px) {
  .footer-contact__link--tel {
    font-size: 1rem;
  }
}
.footer-contact__link--tel {
  color: #254E70;
}
.footer-contact__link:active {
  color: #000945;
  transition: color 500ms;
}
.footer-contact__link:hover {
  color: #107BD3;
  transition: color 500ms;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .footer-contact {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .footer-contact__link:hover {
    color: #107BD3;
    transition: color 500ms;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    grid-column: 2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .footer-contact__list li {
    text-align: left;
  }
  .footer-contact__link--mail {
    display: block;
    margin-bottom: 16px;
  }
}
@media (max-width: 590px) {
  .footer-contact {
    order: 2;
  }
  .footer-contact__list li {
    text-align: left;
  }
  .footer-contact__link--mail {
    display: block;
    margin-bottom: 16px;
  }
}

.messangers {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
}
.messangers__link {
  display: block;
  width: 40px;
  height: 40px;
  transition: transform 500ms;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.messangers__link--tg {
  background-image: url(img/tg.svg);
}
.messangers__link--whatsapp {
  background-image: url(img/whatsapp.svg);
}
.messangers__link--mail {
  background-image: url(img/mail-icon.svg);
}
.messangers__link:hover {
  transform: rotate(20deg);
  transition: transform 500ms;
}
@media (max-width: 767px) {
  .messangers {
    justify-content: flex-start;
  }
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  max-width: calc(100% - 32px);
  width: 100%;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .breadcrumbs {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 2048px) {
  .breadcrumbs {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}
.breadcrumbs__item {
  position: relative;
  padding-left: 16px;
}
.breadcrumbs__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 16px;
  height: 24px;
  background-image: url(img/breadcrumb.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumbs__link {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #8994A0;
  font-weight: 400;
  padding: 0 8px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.breadcrumbs__link--active {
  color: #254E70;
  font-weight: 500;
}
.breadcrumbs__item:first-child {
  padding-left: 0;
}
.breadcrumbs__item:first-child::before {
  display: none;
}
.breadcrumbs__item:first-child .breadcrumbs__link {
  display: block;
  width: 32px;
  height: 16px;
  background-image: url(img/home.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}

.employee {
  padding: 40px 0;
}
.employee .tab-list {
  margin-bottom: 24px;
}
.employee .header-second {
  padding-bottom: 24px;
}
.employee__checkbox {
  overflow: scroll;
  padding-left: 16px;
  margin: 0;
}
.employee__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1280px) {
  .employee__list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.employee__item {
  padding: 32px 24px;
  background-color: #F5F6F6;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 495px;
  width: 100%;
}
.employee__item.hidden {
  display: none;
}
.employee__name {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
  line-height: 117%;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .employee__name {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .employee__name {
    font-size: 1.2rem;
  }
}
.employee__link, .employee__position {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.employee__link + .paragraph, .employee__position + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .employee__link, .employee__position {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .employee__link, .employee__position {
    font-size: 0.9rem;
  }
}
.employee__position {
  align-self: stretch;
  color: #737373;
  margin-bottom: auto;
}
.employee__link {
  display: block;
  padding-left: 28px;
  position: relative;
  color: #254E70;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}
.employee__link--phone {
  background-image: url(img/e-phone.svg);
  margin-top: 14px;
  margin-bottom: 4px;
}
.employee__link--email {
  background-image: url(img/mail.svg);
}
.employee__photo {
  display: none;
  min-height: 168px;
  max-height: 168px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .employee {
    padding: 64px 0;
  }
  .employee .tab-list {
    margin-bottom: 32px;
  }
  .employee .header-second {
    padding-bottom: 40px;
  }
  .employee__checkbox {
    padding-left: 32px;
  }
  .employee__item {
    min-height: 224px;
    max-width: 704px;
    display: grid;
    grid-template-columns: 1fr 1fr 160px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 4px;
    align-items: center;
  }
  .employee__item.hidden {
    display: none;
  }
  .employee__position, .employee__name, .employee__link {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .employee__link {
    align-self: end;
  }
  .employee__link--phone {
    margin-top: 14px;
    margin-bottom: 4px;
  }
  .employee__name {
    align-self: start;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .employee__position {
    align-self: stretch;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .employee__link--phone {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .employee__link--email {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .employee__photo {
    display: block;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
  }
}
@media (min-width: 1024px) {
  .employee__checkbox {
    overflow: hidden;
    padding: 0;
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) {
  .employee {
    padding: 80px 0;
  }
  .employee__checkbox {
    margin: 0 108px;
    max-width: calc(100% - 216px);
  }
  .employee__item {
    min-width: 600px;
    max-width: none;
    width: calc((100% - 24px) / 2);
  }
}
@media (min-width: 2048px) {
  .employee__checkbox {
    margin: 0 auto;
    max-width: 1432px;
  }
}

.not-found {
  font-size: 0;
  line-height: 0;
  width: 100%;
  position: relative;
}
.not-found__content {
  padding-bottom: 32px;
}
.not-found__heading {
  margin-top: 16px;
  padding-bottom: 16px;
}
.not-found__text {
  padding-bottom: 24px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .not-found__text {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .not-found__text {
    font-size: max(14px, 0.7rem);
  }
}
.not-found__text {
  line-height: 24px;
}
.not-found .footer-contact__link--mail {
  line-height: 20px;
  margin-bottom: 8px;
}
.not-found .footer-contact__link--tel {
  margin-bottom: 16px;
}
.not-found__contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.not-found__contacts .footer-contact__list li {
  text-align: left;
}
.not-found picture,
.not-found source {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  text-align: end;
  margin-left: auto;
}
.not-found__img {
  width: 100%;
  height: auto;
  position: relative;
  text-align: end;
  margin-left: auto;
}
@media (min-width: 768px) {
  .not-found__content {
    padding-bottom: 40px;
  }
  .not-found__img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 428px;
  }
}
@media (min-width: 1024px) {
  .not-found__img {
    max-width: 86%;
    max-height: 516px;
  }
}
@media (min-width: 1440px) {
  .not-found__content {
    max-width: 700px;
    width: 50%;
  }
  .not-found__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 100%;
    max-width: 50%;
  }
}

/* career */
.banner {
  background-color: #F0F5F9;
  display: flex;
  align-items: stretch;
  position: relative;
}
.banner__bg {
  background-image: url(img/banner-bg-mobile.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: auto 100%;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.banner__content {
  padding: 40px 0px;
}
.banner__text {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.banner__text + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .banner__text {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .banner__text {
    font-size: 0.9rem;
  }
}
.banner__text {
  margin-top: 16px;
}
.banner__text--phone {
  vertical-align: bottom;
}
.banner__messangers {
  justify-content: flex-start;
}
.banner__contacts {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.banner__contacts .banner__text {
  margin: 0;
}
@media (min-width: 768px) {
  .banner__bg {
    background-image: url(img/banner-bg-tablet.png);
  }
  .banner__content {
    padding: 64px 0px;
  }
}
@media (min-width: 1024px) {
  .banner__messangers {
    display: inline-flex;
  }
}
@media (min-width: 1280px) {
  .banner__bg {
    background-image: url(img/banner-bg-desktop.png);
    background-position: right -150px bottom 0;
  }
  .banner__content {
    min-width: 874px;
    padding: 80px 0px;
    width: 55%;
    opacity: 1;
  }
  .banner__text {
    margin-top: 40px;
  }
  .banner__text--phone {
    display: inline-block;
  }
  .banner__phone {
    margin-left: 8px;
  }
  .banner__contacts {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 2048px) {
  .banner__bg {
    background-position: right 0 bottom 0;
    max-width: 1970px;
    margin: 0 auto;
  }
}

.vacancy {
  padding: 40px 0;
}
.vacancy__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1280px) {
  .vacancy__list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.vacancy__item {
  padding: 32px 24px;
  border-radius: 8px;
  background-color: #F0F5F9;
  width: 100%;
  max-width: 704px;
  display: grid;
  justify-items: start;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.vacancy__name {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
  line-height: 117%;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .vacancy__name {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .vacancy__name {
    font-size: 1.2rem;
  }
}
.vacancy__name {
  margin-bottom: 16px;
}
.vacancy__options {
  position: static;
  gap: 8px;
  margin-bottom: 32px;
}
.vacancy__options .marker {
  padding: 8px 16px;
  font-size: 14px;
}
.vacancy__salary {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
  line-height: 117%;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .vacancy__salary {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .vacancy__salary {
    font-size: 1.2rem;
  }
}
.vacancy__salary {
  color: #202020;
  padding-bottom: 8px;
}
.vacancy__link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .vacancy__link {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .vacancy__link {
    font-size: max(14px, 0.8rem);
  }
}
.vacancy__link {
  position: relative;
  display: inline-block;
  color: #254E70;
  padding-right: 28px;
}
.vacancy__link::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #254E70;
  border-right: 2px solid #254E70;
}
.vacancy__link::after {
  right: 8px;
}
.vacancy__link:active {
  color: #000945;
}
@media (hover: hover) and (pointer: fine) {
  .vacancy__link:hover {
    color: #107BD3;
    transition: color 500ms;
  }
}
.vacancy__link {
  color: #254E70;
}
@media (min-width: 768px) {
  .vacancy {
    padding: 64px 0;
  }
  .vacancy__item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
  }
  .vacancy__name, .vacancy__options {
    grid-column: 1/3;
    align-self: start;
  }
  .vacancy__link {
    margin-left: auto;
    align-self: end;
  }
  .vacancy__salary {
    align-self: end;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .vacancy {
    padding: 80px 0;
  }
  .vacancy__item {
    max-width: none;
    width: calc((100% - 24px) / 2);
  }
}

.cities {
  padding-left: 16px;
  margin-bottom: 28px;
  gap: 0;
}
.cities .checkbox__label {
  border-radius: 0;
  box-shadow: inset 0px -3px 0px -1px rgb(243, 243, 243);
}
.cities .checkbox__input:checked + .checkbox__label {
  box-shadow: inset 0px -3px 0 -1px #254E70;
}
@media (min-width: 768px) {
  .cities {
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .cities {
    padding-left: 0px;
    margin: 0 32px 24px 32px;
    width: auto;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .cities {
    margin: 0 108px 24px 108px;
  }
}
@media (min-width: 2048px) {
  .cities {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto 28px auto;
  }
}

.conditions {
  background-color: #F5F6F6;
  padding: 40px 0;
}
.conditions__list {
  list-style-type: none;
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 56px;
  overflow: visible;
}
.conditions__item {
  position: relative;
  padding-left: 47px;
}
.conditions__item::before {
  font-size: 5.5rem;
  line-height: 0.8;
  font-weight: 400;
  color: #254E70;
}
@media (min-width: 1440px) {
  .conditions__item::before {
    font-size: 4.9rem;
  }
}
@media (min-width: 2048px) {
  .conditions__item::before {
    font-size: 4.4rem;
  }
}
.conditions__item::before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.conditions__point {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.25rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .conditions__point {
    font-size: 1.1rem;
  }
}
@media (min-width: 2048px) {
  .conditions__point {
    font-size: 1rem;
  }
}
.conditions__point {
  padding-bottom: 8px;
  display: block;
}
.conditions__description {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .conditions__description {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .conditions__description {
    font-size: max(14px, 0.8rem);
  }
}
.conditions__description {
  color: #737373;
}
@media (min-width: 768px) {
  .conditions__item {
    padding-left: 96px;
  }
  .conditions__item::before {
    font-size: 88px;
    line-height: 88px;
  }
}
@media (min-width: 1024px) {
  .conditions {
    padding-bottom: 64px;
  }
  .conditions__list {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 72px;
         column-gap: 72px;
    justify-content: space-between;
  }
  .conditions__item {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .conditions {
    padding: 56px 0 96px 0;
  }
  .conditions__item::before {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (min-width: 2048px) {
  .conditions__list {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  .conditions__item {
    max-width: 392px;
  }
}

.common {
  background-color: #F0F5F9;
  padding: 32px 0;
}
.common__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.common__address {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-style: normal;
}
.common__accent {
  display: inline-block;
  background-color: #CCFF00;
  border-radius: 72px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 8px 24px;
}
@media (min-width: 768px) {
  .common {
    padding: 64px 0;
  }
}
@media (min-width: 1280px) {
  .common {
    padding: 80px 0;
  }
}

.description {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding: 40px 0;
}
.description__img {
  width: 100%;
  max-width: 808px;
  height: auto;
  margin-bottom: 16px;
}
.description__block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.description__list {
  list-style-type: disc;
  list-style-position: outside;
}
.description__item {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .description {
    padding: 64px 0;
  }
}
@media (min-width: 1280px) {
  .description {
    padding: 80px 0;
  }
}

.response {
  padding-bottom: 64px;
}
.response__form {
  max-width: 800px;
  row-gap: 40px;
}

.presentation {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .presentation {
    flex-direction: row;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .presentation + div:first-child {
    width: 56%;
    flex-shrink: 0;
  }
}
.presentation .text-block {
  max-width: 800px;
  flex-grow: 0;
}

.about .header-first {
  margin-bottom: 32px;
}
.about .tile {
  margin-top: 32px;
}
.about .flow-img {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .about {
    text-align: left;
  }
  .about .flow-img {
    max-width: 704px;
    margin: 64px 0;
  }
  .about .header-first {
    margin-bottom: 40px;
  }
  .about .tile {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .about .flow-img {
    max-width: 640px;
  }
  .about .tile {
    margin-top: 48px;
  }
}

.career .tab-list {
  margin-bottom: 24px;
}

.tinplate .paragraph ul {
  list-style-type: " - ";
  list-style-position: inside;
}
.tinplate .order-list__second {
  color: #737373;
}

.marker-list {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1em;
}
.marker-list li {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.marker-list li + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .marker-list li {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .marker-list li {
    font-size: 0.9rem;
  }
}

.navigation {
  display: flex;
  justify-content: space-between;
}
.navigation .selected {
  box-shadow: inset 0px -2px 0 -1px #930401;
}
.navigation__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@keyframes scale-in-ver-top {
  0% {
    transform: scaleY(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
.navigation__sublist {
  width: max(160px, 100%);
  display: none;
  flex-direction: column;
  align-items: stretch;
  border-bottom: 0.5px solid #BCBCBC;
  animation: scale-in-ver-top 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.navigation__item {
  position: relative;
  min-height: 48px;
}
.navigation__sublink {
  padding-left: 16px;
  display: block;
  width: 100%;
  word-break: break-word;
}
.navigation__sublink.selected {
  box-shadow: none;
}
.navigation__link, .navigation__sublink {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .navigation__link, .navigation__sublink {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .navigation__link, .navigation__sublink {
    font-size: max(14px, 0.8rem);
  }
}
.navigation__link, .navigation__sublink {
  display: inline-block;
  padding: 12px 16px;
}
.navigation__link:active, .navigation__sublink:active {
  color: #000945;
  transition: color 500ms;
}
.navigation__link:active::after, .navigation__sublink:active::after {
  border-color: #000945;
}
.navigation__button {
  display: none;
}
@media (min-width: 768px) {
  .navigation__link:hover, .navigation__sublink:hover {
    color: #107BD3;
  }
}
@media (max-width: 1279px) {
  .navigation {
    order: 3;
  }
  .navigation__list {
    display: none;
  }
  .navigation__button {
    display: flex;
    align-items: center;
    position: relative;
    background-color: transparent;
    color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 26px;
    height: 26px;
    font-size: 0;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 5;
  }
  .navigation__button--opened::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(img/close.svg);
    width: 26px;
    height: 26px;
    background-position: center;
  }
  .navigation__button--opened:hover {
    transform: rotate(90deg);
    transition: transform 500ms;
  }
  .navigation__button--closed::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 26px;
    height: 3px;
    border-radius: 2px;
    background-color: #254E70;
    border-radius: 2px;
    box-shadow: 0 -7px #254E70, 0 7px #254E70;
  }
}
@media (min-width: 1280px) {
  .navigation__sublist {
    margin-left: 0;
    padding: 0 0 8px 0;
    position: absolute;
    background-color: #FFFFFF;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.12);
    z-index: 2;
    border: none;
    top: 99%;
    left: 0;
  }
  .navigation__item {
    display: flex;
    align-items: center;
  }
}

.composite .navigation__link, .composite .services-list__link {
  position: relative;
  padding-right: 40px;
}
.composite .navigation__link::after, .composite .services-list__link::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  transform: rotate(-45deg);
  transition: transform 500ms;
  top: calc(50% - 9px);
  border-bottom: 1px solid #202020;
  border-left: 1px solid #202020;
  border-top: none;
  border-right: none;
}
.composite.open .navigation__link, .composite.open .services-list__link {
  color: #000945;
}
.composite.open .navigation__link::after, .composite.open .services-list__link::after {
  top: calc(50% - 2px);
  border-bottom: none;
  border-left: none;
  border-top: 1px solid #000945;
  border-right: 1px solid #000945;
}
.composite.open .navigation__sublist, .composite.open .services-list__link {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .composite:hover .navigation__link, .composite:hover .services-list__link {
    color: #000945;
  }
  .composite:hover .navigation__link::after, .composite:hover .services-list__link::after {
    top: calc(50% - 2px);
    border-bottom: none;
    border-left: none;
    border-top: 1px solid #000945;
    border-right: 1px solid #000945;
  }
  .composite:hover .navigation__sublist, .composite:hover .services-list__link {
    display: inline-block;
  }
}

.mySwiper3 {
  width: 100%;
  height: 100%;
}
.mySwiper3 .swiper-slide {
  height: auto;
  background-color: #F0F5F9;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
}

.slider {
  position: relative;
}
.slider__content {
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 170px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /**/
}
.slider__img {
  position: absolute;
  align-self: flex-end;
  bottom: 0;
  right: -40px;
  z-index: 0;
  width: auto;
  height: 200px;
  right: -40px;
}
.slider__item {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}
.slider__header {
  margin-bottom: 16px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 768px) {
  .slider__header {
    font-size: 2.5rem;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .slider__header {
    font-size: 2.2rem;
  }
}
@media (min-width: 2048px) {
  .slider__header {
    font-size: 2rem;
  }
}
.slider__text {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.slider__text + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .slider__text {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .slider__text {
    font-size: 0.9rem;
  }
}
.slider__text {
  position: relative;
  z-index: 2;
  text-align: justify;
}
.slider__text--hidden {
  display: none;
}
.slider__text + .sticker {
  margin-top: 8px;
}
.slider__points {
  display: flex;
  justify-content: center;
  margin: 8px auto 0 auto;
  width: 100%;
}
.slider__points .slider__point--active {
  background: #254E70;
  opacity: 1;
}
.slider__point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BCBCBC;
}
.slider__buttons-wrapper {
  display: none;
}
.slider .autoplay {
  display: none;
}
.slider__button {
  align-self: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: auto;
  margin-top: 40px;
}
.slider__button::before {
  width: 10px;
  height: 10px;
}
.slider__button-list {
  position: absolute;
  bottom: 36px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.slider__button-item {
  position: relative;
  border-radius: 16px;
  border: none;
  min-width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  font-size: 0;
}
.slider__button-item--next {
  order: 3;
}
.slider__button-item--next::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #254E70;
  border-right: 2px solid #254E70;
  right: 24px;
}
.slider__button-item--prev {
  order: 1;
}
.slider__button-item--prev::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #254E70;
  border-right: 2px solid #254E70;
  left: 24px;
  transform: rotate(-135deg);
}
.slider__button-item--counter {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .slider__button-item--counter {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .slider__button-item--counter {
    font-size: max(14px, 0.8rem);
  }
}
.slider__button-item--counter {
  --swiper-pagination-bottom: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  order: 2;
  min-width: 75px;
  padding-left: 12px;
  padding-right: 12px;
}
.slider__button-item .slider__counter {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .slider__button-item .slider__counter {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .slider__button-item .slider__counter {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 360px) and (max-width: 449px) {
  .slider__img {
    width: auto;
    height: 200px;
    right: -40px;
  }
}
@media (min-width: 450px) and (max-width: 554px) {
  .slider__img {
    width: auto;
    height: 275px;
    right: -50px;
  }
}
@media (min-width: 555px) and (max-width: 767px) {
  .slider__img {
    width: auto;
    height: 315px;
    right: -60px;
  }
}
@media (min-width: 768px) {
  .slider__content {
    padding-top: 48px;
    padding-bottom: 172px;
  }
  .slider__header {
    max-width: 75%;
  }
  .slider__text {
    max-width: 75%;
  }
  .slider__points {
    display: none;
  }
  .slider__buttons-wrapper {
    display: block;
    position: relative;
    z-index: 3;
  }
  .slider__buttons-wrapper {
    display: flex;
  }
  .slider__button {
    margin-top: 48px;
  }
  .slider__point {
    display: none;
  }
  .slider__button-item--prev:active, .slider__button-item--next:active {
    background-color: #000945;
    color: #FFFFFF;
  }
  .slider__button-item--prev:active::after, .slider__button-item--next:active::after {
    border-color: #FFFFFF;
    transition: border-color 500ms;
  }
}
@media (min-width: 768px) {
  .slider__img {
    width: auto;
    height: 364px;
    right: -190px;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .slider__img {
    width: auto;
    height: 428px;
    right: -120px;
    max-height: 100%;
  }
}
@media (min-width: 1151px) {
  .slider__img {
    width: auto;
    height: 428px;
    right: -100px;
  }
}
@media (min-width: 1024px) {
  .slider__content {
    padding-bottom: 196px;
  }
  .slider__header {
    max-width: 56%;
  }
  .slider__text {
    max-width: 56%;
  }
  .slider__text--hidden {
    display: inline;
  }
  .slider__button {
    margin-top: 40px;
  }
  .slider__button-list {
    bottom: 60px;
  }
  .slider__button-item--prev:hover, .slider__button-item--next:hover {
    background-color: #107BD3;
    transition: background-color 500ms;
  }
  .slider__button-item--prev:hover::after, .slider__button-item--next:hover::after {
    border-color: #FFFFFF;
    transition: border-color 500ms;
  }
}
@media (min-width: 1280px) {
  .slider__img {
    height: 417px;
    right: 0px;
  }
}
@media (min-width: 1440px) {
  .slider__list {
    width: 100vw;
  }
  .slider__button-list {
    bottom: 80px;
  }
}
@media (min-width: 2048px) {
  .slider__item {
    margin: 0 auto;
    background-size: 1100px auto;
    background-position: right -100px bottom 50px;
    overflow: visible;
  }
  .slider__header {
    max-width: 60%;
  }
  .slider__text {
    max-width: 60%;
  }
}

.mySwiper4 {
  overflow: hidden;
}
.mySwiper4 .swiper-slide {
  width: 288px;
  height: auto;
}
.mySwiper4 .swiper-slide .card {
  height: 100%;
}
@media (min-width: 1280px) {
  .mySwiper4 .swiper-slide {
    min-width: auto;
  }
}

.popular {
  padding: 40px 0;
  overflow: hidden;
}
.popular__container {
  margin-bottom: 32px;
  padding-right: 16px;
}
.popular .header-second {
  padding: 0px;
}
.popular .popular-slider {
  max-width: 100vw;
  overflow: hidden;
  padding-left: 16px;
}
.popular .slider__button-list {
  display: none;
}
.popular .slider__button-item--prev.slider__button-item--disabled,
.popular .slider__button-item--prev:disabled {
  background-color: #F5F6F6;
}
.popular .slider__button-item--prev.slider__button-item--disabled::after,
.popular .slider__button-item--prev:disabled::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #BCBCBC;
  border-right: 2px solid #BCBCBC;
  left: 24px;
  transform: rotate(-135deg);
}
.popular .slider__button-item--next.slider__button-item--disabled,
.popular .slider__button-item--next:disabled {
  background-color: #F5F6F6;
}
.popular .slider__button-item--next.slider__button-item--disabled::after,
.popular .slider__button-item--next:disabled::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 500ms;
  width: 10px;
  height: 10px;
  border-top: 2px solid #BCBCBC;
  border-right: 2px solid #BCBCBC;
  right: 24px;
}
.popular__list {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.popular__picture {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #F5F6F6;
  min-width: 232px;
  min-height: 202px;
  overflow: hidden;
  border-radius: 16px;
}
.popular__img {
  width: 100%;
  height: auto;
}
.popular__table {
  padding: 8px 16px;
  width: 232;
}
.popular__caption {
  color: #202020;
  text-align: left;
  padding: 8px 16px 0 16px;
}
@media (min-width: 768px) {
  .popular {
    padding: 64px 0;
  }
  .popular__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding-right: 32px;
  }
  .popular .popular-slider {
    padding-left: 32px;
  }
  .popular__picture {
    min-height: 276px;
  }
  .popular .slider__button-list {
    display: flex;
    position: static;
    justify-content: flex-end;
  }
  .popular .slider__button-item {
    background-color: #F5F6F6;
  }
  .popular .slider__button-item:hover {
    background-color: #107BD3;
    transition: background-color 500ms;
  }
  .popular .slider__button-item--prev.slider__button-item--disabled,
  .popular .slider__button-item--prev:disabled {
    background-color: #F5F6F6;
  }
  .popular .slider__button-item--prev.slider__button-item--disabled::after,
  .popular .slider__button-item--prev:disabled::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    box-sizing: border-box;
    transform: rotate(45deg);
    transition: transform 500ms;
    width: 10px;
    height: 10px;
    border-top: 2px solid #BCBCBC;
    border-right: 2px solid #BCBCBC;
    left: 24px;
    transform: rotate(-135deg);
  }
  .popular .slider__button-item--next.slider__button-item--disabled,
  .popular .slider__button-item--next:disabled {
    background-color: #F5F6F6;
  }
  .popular .slider__button-item--next.slider__button-item--disabled::after,
  .popular .slider__button-item--next:disabled::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    box-sizing: border-box;
    transform: rotate(45deg);
    transition: transform 500ms;
    width: 10px;
    height: 10px;
    border-top: 2px solid #BCBCBC;
    border-right: 2px solid #BCBCBC;
    right: 24px;
  }
}
@media (min-width: 1280px) {
  .popular {
    padding: 80px 0 80px 0;
  }
  .popular__container {
    padding-right: 0px;
  }
  .popular .popular-slider {
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 16px;
    padding-left: 0;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .popular .popular-slider {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .popular .popular-slider {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 1280px) and (min-width: 1440px) {
  .popular .popular-slider {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 1280px) and (min-width: 2048px) {
  .popular .popular-slider {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .popular .slider__button-list {
    margin: 0;
  }
  .popular__card {
    min-width: 288px;
    max-width: 364px;
  }
  .popular__card:hover .popular__img {
    transform: scale(1.1);
    transition: transform 500ms;
  }
  .popular__card:hover .marker__list {
    top: 30px;
    transition: top 500ms;
  }
  .popular__card:hover .popular__picture {
    background-color: #F0F5F9;
    transition: background-color 500ms;
  }
  .popular__card:active caption {
    color: #000945;
  }
  .popular__picture {
    position: relative;
    background-color: #F5F6F6;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .popular__table {
    padding: 16px 0;
    width: 100%;
  }
  .popular__caption {
    padding: 16px 0 0 0;
  }
}

.slider .sticker {
  display: none;
}
.slider .sticker__text {
  margin-right: 4px;
}
.slider .sticker__text, .slider .sticker__item {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.slider .sticker__text + .paragraph, .slider .sticker__item + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .slider .sticker__text, .slider .sticker__item {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .slider .sticker__text, .slider .sticker__item {
    font-size: 0.9rem;
  }
}
.slider .sticker__text, .slider .sticker__item {
  display: inline-block;
  color: #202020;
}
.slider .sticker__list {
  display: inline-flex;
  flex-direction: row;
  -moz-column-gap: 18px;
       column-gap: 18px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .slider .sticker {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #CCFF00;
    border-radius: 24px;
    padding: 16px 24px;
    position: absolute;
    z-index: 1;
    bottom: 52px;
    right: 0px;
    transform: rotate(-3deg);
    max-width: 65%;
  }
  .slider .sticker__item {
    padding-left: 18px;
    position: relative;
  }
  .slider .sticker__item::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #202020;
  }
}
@media (min-width: 1440px) {
  .slider .sticker {
    margin-top: auto;
    bottom: 45px;
    right: 0px;
    transform: rotate(-3deg);
    max-width: 50%;
  }
  .slider .sticker__text, .slider .sticker__item {
    font-family: Inter, Verdana, Tahoma, sans-serif;
    font-weight: 500;
    font-size: max(14px, 1.25rem);
    line-height: 1.3;
    vertical-align: middle;
  }
}
@media (min-width: 1440px) and (min-width: 1440px) {
  .slider .sticker__text, .slider .sticker__item {
    font-size: 1.1rem;
  }
}
@media (min-width: 1440px) and (min-width: 2048px) {
  .slider .sticker__text, .slider .sticker__item {
    font-size: 1rem;
  }
}

.slider .sticker-inline {
  display: block;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .slider .sticker-inline {
    display: none;
  }
}

.input-file {
  position: relative;
}
.input-file__button {
  opacity: 0.5;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 328px;
}
.input-file__lable {
  display: inline-block;
  color: #254E70;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding-right: 28px;
  background-image: url(img/attach_file.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.input-file:hover__lable {
  color: #107BD3;
  cursor: pointer;
}
.input-file:active__lable {
  color: #000945;
}

.tab-list {
  display: flex;
  width: calc(100% - 32px);
  max-width: 100vw;
  overflow-x: scroll;
  scrollbar-width: 0;
  scrollbar-color: transparent transparent;
}
.tab-list__item {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .tab-list__item {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .tab-list__item {
    font-size: max(14px, 0.8rem);
  }
}
.tab-list__item {
  display: block;
  text-align: center;
  padding: 9px 16px;
  box-shadow: inset 0px -2px 0px -1px #F3F3F3;
  white-space: nowrap;
}
.tab-list__item.active {
  box-shadow: inset 0px -2px 0px -1px #254E70;
  color: #254E70;
}
@media (min-width: 768px) {
  .tab-list {
    overflow: hidden;
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tab-list {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .tab-list {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .tab-list {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 768px) and (min-width: 2048px) {
  .tab-list {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .tab-list__item:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .tab-list__item:hover {
    cursor: pointer;
  }
}

.tab-item {
  display: none;
  margin-top: 32px;
}
.tab-item.open {
  display: block;
}
.tab-item__description {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.tab-item__legend {
  display: inline-flex;
  align-items: center;
}
.tab-item__legend-mark {
  width: 24px;
  height: 16px;
  background-color: #EBFAEE;
  margin-right: 6px;
}

.card {
  display: block;
  min-width: 276px;
  max-width: 420px;
  border-radius: 16px;
}
.card__picture {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #F5F6F6;
  min-width: 232px;
  min-height: 202px;
  max-height: 202px;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.card__picture img {
  width: 100%;
  height: auto;
}
.card__caption {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1.25rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .card__caption {
    font-size: 1.1rem;
  }
}
@media (min-width: 2048px) {
  .card__caption {
    font-size: 1rem;
  }
}
.card__parametr {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .card__parametr {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .card__parametr {
    font-size: max(14px, 0.7rem);
  }
}
.card__value {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .card__value {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .card__value {
    font-size: max(14px, 0.8rem);
  }
}
.card__value {
  display: inline;
  padding-left: 8px;
}
.card__parametr {
  color: #737373;
  flex-grow: 1;
  word-wrap: break-word;
  display: flex;
  align-items: flex-end;
}
.card__table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px 16px;
  border: 3px solid #F5F6F6;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  height: calc(100% - 202px);
}
.card__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media (min-width: 768px) {
  .card__picture {
    min-height: 276px;
    max-height: 276px;
  }
  .card__table {
    padding: 16px 24px 24px;
    height: calc(100% - 276px);
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
  row-gap: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

/*@media (min-width: var.$laptop) {
    .card {
        &:hover {
            cursor: pointer;

            img {
                transform: scale(1.1);
                transition: transform var.$duration;
            }
        }

        &:active {
            .card__caption {
                color: var.$color-active;
            }
        }
    }
}*/
.chips {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100vw;
  overflow: scroll;
  scrollbar-width: none;
  scrollbar-color: transparent;
}
.chips__item {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .chips__item {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .chips__item {
    font-size: max(14px, 0.8rem);
  }
}
.chips__item {
  display: flex;
  align-items: center;
  color: #202020;
  padding: 12px 16px 12px 20px;
  border-radius: 71px;
  box-shadow: inset 0px 0px 0px 1px #BCBCBC;
  text-wrap: nowrap;
}
.chips__item:nth-child(2) {
  margin-left: 16px;
}
.chips__item:last-child {
  margin-right: 16px;
}
.chips__item.active {
  box-shadow: inset 0px 0px 0px 1px #254E70;
  color: #254E70;
}
.chips li[data-tab=master] {
  display: none;
}
@media (min-width: 768px) {
  .chips {
    overflow: hidden;
    margin-left: 32px;
    margin-right: 32px;
    flex-wrap: wrap;
  }
  .chips li[data-tab=master] {
    display: flex;
  }
  .chips__item:first-child {
    margin-left: 0px;
  }
  .chips__item:nth-child(2) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .chips__item:hover {
    cursor: pointer;
    color: #107BD3;
    box-shadow: inset 0px 0px 0px 1px #107BD3;
  }
}
@media (min-width: 1280px) {
  .chips {
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 16px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .chips {
    margin: 0 32px;
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .chips {
    min-width: 1224px;
    max-width: min(1224px, 100vw - 56px);
    margin: 0 auto;
  }
}
@media (min-width: 1280px) and (min-width: 1440px) {
  .chips {
    max-width: min(1224px, 100vw - 64px);
  }
}
@media (min-width: 1280px) and (min-width: 2048px) {
  .chips {
    min-width: 1432px;
    max-width: 1432px;
    margin: 0 auto;
  }
}
.services-sublist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(593px, auto));
  gap: 24px;
}
.services-sublist .product__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #202020;
}
.services-sublist .product__card {
  background-color: #fff;
  max-width: 704px;
  width: auto;
}

.blur {
  display: none;
  padding: 48px 0;
  position: fixed;
  left: 0;
  top: auto;
  width: 100vw;
  height: calc(100vh - 136px);
  background-color: rgba(236, 246, 250, 0.56);
  backdrop-filter: blur(15px);
}
.blur h2 {
  padding-bottom: 40px;
}
.blur.open {
  display: block;
}

.modal {
  padding: 0 0px 16px 16px;
  width: 100%;
  max-width: 500px;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal__wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 6;
}
.modal__wrapper.active {
  display: flex;
}
.modal__ok .modal__text-wrapper {
  padding-left: 56px;
}
.modal__ok .modal__text-wrapper:before {
  background-image: url(img/Union.svg);
}
.modal__error .modal__text-wrapper {
  padding-left: 56px;
}
.modal__error .modal__text-wrapper:before {
  background-image: url(img/error.svg);
}
.modal__text-wrapper {
  margin-bottom: 32px;
  margin-right: 4px;
  position: relative;
}
.modal__text-wrapper:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
}
.modal__header {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-size: 1.5rem;
  line-height: 117%;
  font-weight: 600;
  color: #202020;
}
@media (min-width: 1440px) {
  .modal__header {
    font-size: 1.3rem;
  }
}
@media (min-width: 2048px) {
  .modal__header {
    font-size: 1.2rem;
  }
}
.modal__text {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.modal__text + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .modal__text {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .modal__text {
    font-size: 0.9rem;
  }
}
.modal__close {
  border: none;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 12px;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .modal {
    padding: 0px 0px 32px 32px;
    max-width: 800px;
  }
  .modal__text-wrapper {
    margin-right: 20px;
  }
  .modal__text-wrapper::before {
    top: calc(50% - 24px);
  }
  .modal__ok .modal__text-wrapper {
    padding-left: 80px;
    margin-left: 4px;
  }
  .modal__ok .modal__text-wrapper:before {
    width: 48px;
    height: 48px;
    background-image: url(img/Union.svg);
  }
  .modal__error .modal__text-wrapper {
    padding-left: 80px;
    margin-left: 4px;
  }
  .modal__error .modal__text-wrapper:before {
    width: 48px;
    height: 48px;
    background-image: url(img/error.svg);
  }
}
@media (min-width: 1440px) {
  .modal {
    padding: 40px 32px;
  }
}

.flag {
  display: block;
  background-color: #CCFF00;
  border-radius: 8px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 1.37;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .flag {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .flag {
    font-size: max(14px, 0.8rem);
  }
}
.flag--second {
  border-radius: 71px;
  padding: 12px 20px;
}

.list, .list--hyphen {
  margin-left: 26px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1.13rem);
  line-height: 128%;
  vertical-align: middle;
  color: #202020;
}
.list + .paragraph, .list--hyphen + .paragraph {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .list, .list--hyphen {
    font-size: 1rem;
  }
}
@media (min-width: 2048px) {
  .list, .list--hyphen {
    font-size: 0.9rem;
  }
}
.list ul, .list--hyphen ul {
  margin-top: 8px;
  margin-bottom: 16px;
}

.list--hyphen {
  list-style-type: "- ";
  margin-top: 8px;
  margin-bottom: 16px;
}

.tile {
  display: flex;
  background-color: #F5F6F6;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
  flex-direction: column;
}
.tile .half__img {
  min-width: 100px;
  height: 100px;
  overflow: hidden;
}
.tile .half__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tile .half__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.tile .half:first-child {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tile hr {
  margin: 32px 0 24px;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .tile {
    flex-direction: row;
    padding: 40px;
  }
  .tile .half {
    align-items: center;
  }
  .tile .half:first-child {
    align-self: flex-start;
    min-width: 266px;
  }
  .tile hr {
    margin: 0 32px;
  }
}
@media (min-width: 1440px) {
  .tile .half:first-child {
    max-width: 30%;
  }
}

.mySwiper2,
.mySwiper {
  width: 100%;
}
.mySwiper2 img,
.mySwiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiper2 .swiper-slide,
.mySwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-wrapper,
.mySwiper .swiper-wrapper {
  align-items: center;
}

.mySwiper2 {
  height: 185px;
  position: relative;
}
.mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}
@media (min-width: 400px) {
  .mySwiper2 {
    height: 224px;
  }
}
@media (min-width: 500px) {
  .mySwiper2 {
    height: 280px;
  }
}
@media (min-width: 620px) {
  .mySwiper2 {
    height: 348px;
  }
}
@media (min-width: 768px) {
  .mySwiper2 {
    height: 396px;
  }
}
@media (min-width: 1280px) {
  .mySwiper2 {
    height: 396px;
  }
}
@media (min-width: 2048px) {
  .mySwiper2 {
    height: 454px;
  }
}

.mySwiper {
  height: 120px;
}
.mySwiper .swiper-slide {
  width: 190px;
  height: 100%;
}
@media (min-width: 1280px) {
  .mySwiper {
    height: 137px;
  }
  .mySwiper .swiper-slide {
    width: 220px;
  }
  .mySwiper .swiper-slide:hover {
    cursor: pointer;
    transform: scale(1.03);
    transition: transform 500ms;
  }
}

.about-slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.about-slider .about__button-list {
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.about-slider .about__button-item {
  color: transparent;
  font-size: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-image: url(img/slider-normal.svg);
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}
.about-slider .about__button-item--prev {
  transform: rotate(180deg);
}
.about-slider .about__button-item:disabled {
  background-image: url(img/slider-disabled.svg);
}
@media (min-width: 1280px) {
  .about-slider .about__button-item:hover {
    background-image: url(img/slider-hover.svg);
    cursor: pointer;
  }
  .about-slider .about__button-item:active {
    background-image: url(img/slider-pressed.svg);
  }
}
@media (min-width: 2048px) {
  .about-slider {
    min-width: 807px;
  }
}

.footer-sublist {
  display: none;
  flex-direction: column;
  padding-bottom: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: inset 0px -1px #F5F6F6, 0px 5px 8px 4px rgba(0, 0, 0, 0.1215686275);
}
.footer-sublist__link {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  .footer-sublist__link {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  .footer-sublist__link {
    font-size: max(14px, 0.8rem);
  }
}
.footer-sublist__link {
  display: block;
  padding: 12px 16px;
}
.footer-sublist__link:hover {
  color: #107BD3;
}
.footer-sublist__link:active {
  color: #000945;
}

.catalog {
  padding-top: 40px;
}
.catalog h2 {
  padding: 0;
}
.catalog p {
  padding-top: 0.5rem;
}
.catalog h2 + p {
  padding-top: 1rem;
}
.catalog .tab-list {
  margin-top: 40px;
}
.catalog .card-list {
  margin-top: 24px;
}
.catalog .card {
  display: none;
}
.catalog .card.open {
  display: block;
}
.catalog .chips {
  margin-top: 24px;
  margin-bottom: 24px;
}
.catalog .tab-item {
  display: none;
  margin-bottom: 40px;
}
.catalog .tab-item.open {
  display: block;
}
@media (min-width: 768px) {
  .catalog .card-list {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .catalog {
    padding-top: 64px;
  }
}
@media (min-width: 1280px) {
  .catalog {
    padding-top: 80px;
  }
}

.similar {
  background-color: #F0F5F9;
  padding: 40px 0;
}
.similar .vacancy__item {
  background-color: #fff;
}
.similar .vacancy__item .marker {
  background-color: #F0F5F9;
}
@media (min-width: 1440px) {
  .similar {
    padding: 80px 0;
  }
}

.table {
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}
.table--main {
  max-width: 578px;
}
.table--main th {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 128%;
}
@media (min-width: 768px) {
  .table--main th {
    font-size: 0.93rem;
  }
}
@media (min-width: 1280px) {
  .table--main th {
    font-size: 0.88rem;
  }
}
@media (min-width: 1440px) {
  .table--main th {
    font-size: 0.78rem;
  }
}
@media (min-width: 2048px) {
  .table--main th {
    font-size: 0.7rem;
  }
}
.table--main td {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .table--main td {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .table--main td {
    font-size: max(14px, 0.7rem);
  }
}
.table--hardness {
  max-width: 978px;
  min-width: 570px;
}
.table--hardness th {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  font-size: max(14px, 1rem);
  line-height: 128%;
}
@media (min-width: 768px) {
  .table--hardness th {
    font-size: 0.93rem;
  }
}
@media (min-width: 1280px) {
  .table--hardness th {
    font-size: 0.88rem;
  }
}
@media (min-width: 1440px) {
  .table--hardness th {
    font-size: 0.78rem;
  }
}
@media (min-width: 2048px) {
  .table--hardness th {
    font-size: 0.7rem;
  }
}
.table--hardness td {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.9rem);
  line-height: 1.3;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .table--hardness td {
    font-size: max(14px, 0.8rem);
  }
}
@media (min-width: 2048px) {
  .table--hardness td {
    font-size: max(14px, 0.7rem);
  }
}
.table__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .table__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.table caption {
  display: none;
}
.table thead,
.table tr th {
  background-color: #F0F5F9;
}
.table td,
.table th {
  text-align: left;
  vertical-align: top;
  padding: 8px 16px;
  border-bottom: 1px solid #F3F3F3;
}
.table__row--second th {
  padding-left: 32px;
}
.table__accent {
  background-color: #EBFAEE;
}
.table--revers.table td {
  padding: 0;
  background-color: #F0F5F9;
}
.table--revers.table td div {
  border-bottom: 1px solid #E6E6E6;
  padding: 8px 16px;
}
.table--revers tr td:first-child div {
  padding-left: 0;
}
.table--revers th:first-child, .table--revers td:first-child {
  padding-left: 24px;
}
.table--revers th:last-child, .table--revers td:last-child {
  padding-right: 24px;
}
.table--revers thead tr:first-child th, .table--revers thead tr:first-child td {
  padding-top: 24px;
}
.table--revers tbody tr:last-child td {
  padding-bottom: 16px;
}
.table--revers tbody tr:last-child td div {
  border-bottom: none;
}

td,
th {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  font-size: max(14px, 1rem);
  line-height: 119%;
  vertical-align: middle;
  color: #202020;
}
@media (min-width: 1440px) {
  td,
  th {
    font-size: max(14px, 0.9rem);
  }
}
@media (min-width: 2048px) {
  td,
  th {
    font-size: max(14px, 0.8rem);
  }
}

tr:hover {
  background-color: #F5F6F6;
}

.order-list {
  display: grid;
  margin-bottom: 32px;
  row-gap: 8px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: start;
}
@media (min-width: 768px) {
  .order-list {
    margin-bottom: 40px;
    align-items: end;
  }
  .order-list__second {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \*******************************************************************************************************************************************************************/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \*******************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/thumbs.css ***!
  \***************************************************************************************************************************************************************************/

/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.css ***!
  \*******************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}
/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/autoplay.css ***!
  \*****************************************************************************************************************************************************************************/

