:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 1300px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --dark-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.45;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .page__body {
    font-size: 17px;
  }
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.site-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.title {
  color: #FFF;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
  position: relative;
  margin: 0 0 48px;
}
@media (min-width: 769px) {
  .title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 56px;
  }
}
@media (min-width: 1025px) {
  .title {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 64px;
  }
}
.title::after {
  content: "";
  width: 65px;
  height: 5px;
  background: #4AB82C;
  display: block;
  bottom: -18px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: -15px;
  position: absolute;
}
@media (min-width: 769px) {
  .title::after {
    width: 70px;
  }
}
@media (min-width: 1025px) {
  .title::after {
    width: 80px;
  }
}
.title::before {
  content: "";
  position: absolute;
  left: -45px;
  width: 30px;
  bottom: -18px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  background: #4AB82C;
  height: 100px;
}
.title--black {
  color: #000;
}
.title--black::after, .title--black::before {
  background-color: #1E3A6D;
}
.title--greenDecor::after, .title--greenDecor::before {
  background-color: #4AB82C;
}
.title__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .title__wr {
    margin-bottom: 56px;
  }
}
@media (min-width: 1025px) {
  .title__wr {
    margin-bottom: 64px;
  }
}
.title__wr .title {
  margin-bottom: 0;
}
.title__link {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #003F92;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.title__link svg {
  display: block;
  width: 13px;
  height: auto;
}
@media (hover: hover) {
  .title__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .title__link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
@media (min-width: 769px) {
  .title__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }
}
@media (min-width: 1025px) {
  .title__link {
    margin-top: 7px;
  }
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  color: #003F92;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.all svg {
  display: block;
  width: 13px;
  height: auto;
}
@media (min-width: 769px) {
  .all {
    display: none;
  }
}

.swliderWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 769px) {
  .swliderWr {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .swliderWr {
    gap: 80px;
  }
}
.swliderWr--minGap {
  gap: 16px;
}
.swliderWr--minGap .swliderWr-prev, .swliderWr--minGap .swliderWr-next {
  display: none;
}
@media (min-width: 769px) {
  .swliderWr--minGap .swliderWr-prev, .swliderWr--minGap .swliderWr-next {
    display: block;
  }
}
.swliderWr-prev, .swliderWr-next {
  display: block;
  width: 12px;
  min-width: 12px;
  height: auto;
  cursor: pointer;
}
@media (min-width: 769px) {
  .swliderWr-prev, .swliderWr-next {
    width: 15px;
    min-width: 15px;
  }
}
@media (min-width: 1025px) {
  .swliderWr-prev, .swliderWr-next {
    width: 17px;
    min-width: 17px;
  }
}
.swliderWr-prev svg, .swliderWr-next svg {
  display: block;
  width: 100%;
  height: auto;
}
.swliderWr-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: -20px !important;
  top: initial;
}
@media (min-width: 769px) {
  .swliderWr-pag {
    display: none;
  }
}
.swliderWr-pag span {
  display: block;
  width: 15px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
  background-color: #939393;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swliderWr-pag span.swiper-pagination-bullet-active {
  background-color: #4AB82C;
}

.text > *:first-child {
  margin-top: 0 !important;
}
.text > *:last-child {
  margin-bottom: 0 !important;
}
.text video {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 25px auto;
}
@media (min-width: 769px) {
  .text video {
    margin: 32px auto;
  }
}
@media (min-width: 1025px) {
  .text video {
    margin: 40px auto;
  }
}
.text .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text .imgs img {
  display: block;
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 601px) {
  .text .imgs img {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  .text .imgs img {
    width: calc(33.3333333333% - 20px);
  }
}

.titleH1 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 769px) {
  .titleH1 {
    font-size: 29px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .titleH1 {
    font-size: 33px;
    line-height: 1.5;
  }
}

.swiper {
  width: 100%;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .header {
    position: static;
  }
}
.header__top {
  padding: 9px 0 12px;
  background: #1F3A6D;
  position: relative;
}
@media (min-width: 1025px) {
  .header__top {
    padding: 20px 0;
    padding-right: 55px;
    overflow: hidden;
  }
  .header__top::after {
    content: "";
    display: block;
    width: 100vw;
    right: 50px;
    top: 0;
    height: 100%;
    background-color: #4AB82C;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
  }
}
@media (min-width: 1601px) {
  .header__top::after {
    right: 160px;
  }
}
@media (min-width: 1651px) {
  .header__top {
    padding-right: 0;
  }
}
.header__topWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .header__topWr {
    gap: 50px;
  }
}
.header__logo {
  width: 196px;
  display: block;
}
@media (min-width: 1025px) {
  .header__logo {
    width: 280px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__topMob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .header__topMob {
    display: none;
  }
}
.header__topTg {
  display: block;
  width: 20px;
}
.header__topTg svg {
  display: block;
  width: 100%;
  height: auto;
}
.header__topSearch {
  display: block;
  width: 20px;
}
.header__topSearch svg {
  display: block;
  width: 100%;
  height: auto;
}
.header__btnMobBurger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  height: 22px;
}
.header__btnMobBurger span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__btnMobBurger span:first-child {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.header__btnMobBurger span:last-child {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.header__btnMobBurger.active span:first-child {
  -webkit-transform: translateX(3px) translateY(-1.5px) rotate(45deg);
  -ms-transform: translateX(3px) translateY(-1.5px) rotate(45deg);
  transform: translateX(3px) translateY(-1.5px) rotate(45deg);
}
.header__btnMobBurger.active span:nth-child(2) {
  opacity: 0;
}
.header__btnMobBurger.active span:last-child {
  -webkit-transform: translateX(3px) translateY(1.5px) rotate(-45deg);
  -ms-transform: translateX(3px) translateY(1.5px) rotate(-45deg);
  transform: translateX(3px) translateY(1.5px) rotate(-45deg);
}
.header__botMob {
  background-color: #fff;
  padding: 15px 0;
}
@media (min-width: 1025px) {
  .header__botMob {
    display: none;
  }
}
.header__botMobWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .header__botMobWr {
    gap: 25px;
  }
}
.header__tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header__telsIcon {
  display: block;
  width: 16px;
  min-width: 16px;
  height: auto;
  margin-top: 6px;
}
.header__telsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.header__telsList a {
  color: #040404;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
.header__botMobR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__botMobTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
}
.header__botMobTime img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: auto;
}
.header__botMobTime span {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 769px) {
  .header__botMobTime span {
    text-wrap: nowrap;
  }
}
.header__botMobCallback {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #114996;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 16.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.header__botMobAddrs {
  display: none;
}
@media (min-width: 769px) {
  .header__botMobAddrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
.header__botMobAddr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header__botMobAddr img {
  display: block;
  width: 13px;
  height: auto;
  min-width: 13px;
}
.header__botMobAddr span {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
}
.header__topBurger {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #FFF;
  padding: 20px 35px 30px;
  width: 330px;
  overflow: auto;
  max-height: calc(100vh - 90px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .header__topBurger {
    display: none;
  }
}
.header__topBurger.active {
  opacity: 1;
  pointer-events: all;
}
.header__topBurger.active + .header__topBurgerShadow {
  opacity: 0.85;
  pointer-events: all;
}
.header__topBurger ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.header__topBurger > ul {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
}
.header__topBurger > ul > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__topBurger > ul > li:has(ul) {
  padding-right: 20px;
}
.header__topBurger > ul > li:has(ul) > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #1F3A6D;
}
.header__topBurger > ul > li:has(ul) > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  position: absolute;
  right: -20px;
  top: 10px;
  background-image: url('data:image/svg+xml,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L5 5L1 1" stroke="%23163760" stroke-width="2"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__topBurger > ul > li.active > a::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.header__topBurger > ul > li ul {
  display: none;
  padding-top: 7px;
  padding-bottom: 3px;
}
.header__topBurger > ul > li ul li {
  display: block;
  margin-bottom: 9px;
  line-height: 1;
  padding-left: 16px;
  position: relative;
}
.header__topBurger > ul > li ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 2px;
  background: #B5B5B5;
}
.header__topBurger > ul > li ul li:last-child {
  margin-bottom: 0;
}
.header__topBurger > ul > li ul li a {
  color: #163760;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
}
.header__topBurgerShadow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #172A4C;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media (min-width: 1025px) {
  .header__topBurgerShadow {
    display: none;
  }
}
.header__topPc {
  display: none;
  max-width: 850px;
}
@media (min-width: 1025px) {
  .header__topPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__topPcInf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.header__topPcLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__topPcLine img {
  display: block;
  width: 16px;
  min-width: 16px;
  height: auto;
}
.header__topPcLine span {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}
.header__topPcCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.header__topPcTels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header__topPcTels img {
  display: block;
  width: 27px;
  min-width: 27px;
  height: auto;
  margin-top: 3px;
}
.header__topPcTelsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.header__topPcTelsList a {
  color: #FFF;
  text-align: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
  text-wrap: nowrap;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .header__topPcTelsList a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__topPcTelsList a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
.header__topPcCallback {
  color: #FFF;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 16.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (hover: hover) {
  .header__topPcCallback {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__topPcCallback:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.header__botPc {
  display: none;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .header__botPc {
    display: block;
  }
}
.header__botPc:has(.header__botPcBtnCat:hover) .header__botPcMenu {
  opacity: 1;
  pointer-events: all;
}
.header__botPc:has(.header__botPcMenu:hover) .header__botPcBtnCat {
  color: #1F3A6D;
}
.header__botPc:has(.header__botPcMenu:hover) .header__botPcBtnCat svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.header__botPc:has(.header__botPcMenu:hover) .header__botPcBtnCat .header__botPcBtnCatDec span:first-child {
  -webkit-transform: translateY(-0.5px) rotate(45deg);
  -ms-transform: translateY(-0.5px) rotate(45deg);
  transform: translateY(-0.5px) rotate(45deg);
}
.header__botPc:has(.header__botPcMenu:hover) .header__botPcBtnCat .header__botPcBtnCatDec span:nth-child(2) {
  opacity: 0;
}
.header__botPc:has(.header__botPcMenu:hover) .header__botPcBtnCat .header__botPcBtnCatDec span:last-child {
  -webkit-transform: translateY(0.5px) rotate(-45deg);
  -ms-transform: translateY(0.5px) rotate(-45deg);
  transform: translateY(0.5px) rotate(-45deg);
}
.header__botPcWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__botPcSoc {
  padding: 5px 40px;
  background: #4AB82C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  position: relative;
  width: 190px;
}
.header__botPcSoc::after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background-color: #4AB82C;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: absolute;
}
@media (min-width: 1360px) {
  .header__botPcSoc::after {
    width: calc((100vw - 1316px) / 2);
  }
}
.header__botPcSoc a {
  display: block;
  width: 20px;
}
.header__botPcSoc a svg {
  display: block;
  width: 100%;
  height: auto;
}
.header__botPcLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0;
}
.header__botPcBtnCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  position: relative;
}
.header__botPcBtnCat::after {
  content: "";
  display: block;
  position: absolute;
  height: 68px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__botPcBtnCat svg {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__botPcBtnCat {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__botPcBtnCat:hover {
    color: #1F3A6D;
  }
  .header__botPcBtnCat:hover svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .header__botPcBtnCat:hover .header__botPcBtnCatDec span:first-child {
    -webkit-transform: translateY(-0.5px) rotate(45deg);
    -ms-transform: translateY(-0.5px) rotate(45deg);
    transform: translateY(-0.5px) rotate(45deg);
  }
  .header__botPcBtnCat:hover .header__botPcBtnCatDec span:nth-child(2) {
    opacity: 0;
  }
  .header__botPcBtnCat:hover .header__botPcBtnCatDec span:last-child {
    -webkit-transform: translateY(0.5px) rotate(-45deg);
    -ms-transform: translateY(0.5px) rotate(-45deg);
    transform: translateY(0.5px) rotate(-45deg);
  }
}
.header__botPcBtnCat.active {
  color: #1F3A6D;
}
.header__botPcBtnCat.active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.header__botPcBtnCat.active .header__botPcBtnCatDec span:first-child {
  -webkit-transform: translateY(-0.5px) rotate(45deg);
  -ms-transform: translateY(-0.5px) rotate(45deg);
  transform: translateY(-0.5px) rotate(45deg);
}
.header__botPcBtnCat.active .header__botPcBtnCatDec span:nth-child(2) {
  opacity: 0;
}
.header__botPcBtnCat.active .header__botPcBtnCatDec span:last-child {
  -webkit-transform: translateY(0.5px) rotate(-45deg);
  -ms-transform: translateY(0.5px) rotate(-45deg);
  transform: translateY(0.5px) rotate(-45deg);
}
.header__botPcBtnCatDec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 20px;
  min-width: 20px;
  margin-right: 2px;
}
.header__botPcBtnCatDec span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #163760;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__botPcBtnCatDec span:first-child {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.header__botPcBtnCatDec span:last-child {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.header__botPcSearch {
  display: block;
  width: 20px;
  height: auto;
  margin-left: auto;
}
.header__botPcSearch svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .header__botPcSearch {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__botPcSearch:hover {
    opacity: 0.7;
  }
}
.header__botPcNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__botPcNav ul ul {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  left: -20px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #FFF;
  padding: 30px 20px;
  width: 185px;
  list-style: disc;
  color: #4AB82C;
}
.header__botPcNav ul ul li {
  display: block;
  padding-left: 15px;
  position: relative;
}
.header__botPcNav ul ul li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #4AB82C;
}
.header__botPcNav ul ul li a {
  color: #163760;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__botPcNav ul ul li a:hover {
    color: #6A81AC;
  }
}
.header__botPcNav > ul > li {
  position: relative;
}
.header__botPcNav > ul > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  display: block;
}
.header__botPcNav > ul > li:has(ul) {
  padding-right: 20px;
  position: relative;
}
.header__botPcNav > ul > li:has(ul)::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L5 5L1 1" stroke="%23163760" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__botPcNav > ul > li:hover::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}
.header__botPcNav > ul > li:hover ul {
  opacity: 1;
  pointer-events: all;
}
.header__botPcNav > ul > li:hover > a {
  color: #163760;
}
.header .container {
  position: relative;
}
.header__botPcMenu {
  position: absolute;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  left: 15px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 10px 20px 30px;
  width: calc(100% - 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__botPcMenu.active {
  opacity: 1;
  pointer-events: all;
}
@media (hover: hover) {
  .header__botPcMenu:hover {
    opacity: 1;
    pointer-events: all;
  }
}
.header__botPcMenuCard {
  width: calc(33.3333333333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1361px) {
  .header__botPcMenuCard {
    width: calc(25% - 22.5px);
  }
}
.header__botPcMenuCardTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.header__botPcMenuCardTop img {
  display: block;
  width: 64px;
  min-width: 64px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__botPcMenuCardTop span {
  color: #163760;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__botPcMenuCardTop:hover span {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.header__botPcMenuList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.header__botPcMenuList li {
  line-height: 1;
}
.header__botPcMenuList li a {
  display: block;
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .header__botPcMenuList li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__botPcMenuList li a:hover {
    color: #163760;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
.header__botPcMenuCardLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003F92;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: auto 0;
}
.header__botPcMenuCardLink svg {
  display: block;
  width: 13px;
  min-width: 13px;
  height: auto;
}
@media (hover: hover) {
  .header__botPcMenuCardLink {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__botPcMenuCardLink:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.headerScroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.headerScroll.visible {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 1025px) {
  .headerScroll {
    display: block;
  }
}
.headerScroll:has(.header__botPcBtnCat:hover) .header__botPcMenu {
  opacity: 1;
  pointer-events: all;
}
.headerScroll:has(.header__botPcMenu:hover) .header__botPcBtnCat {
  color: #1F3A6D;
}
.headerScroll:has(.header__botPcMenu:hover) .header__botPcBtnCat svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.headerScroll__logo {
  padding: 7px 55px 10px 0;
  background: #1E3A6D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.headerScroll__logo::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1E3A6D;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 15px;
}
@media (min-width: 1330px) {
  .headerScroll__logo::after {
    width: calc((100vw - 1300px) / 2);
  }
}
.headerScroll__logo img {
  display: block;
  width: auto;
  height: 48px;
}
.headerScroll__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerScroll__navig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerScroll .container {
  position: relative;
}
.headerScroll .header__botPcMenu {
  left: 0;
}
.headerScroll__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.headerScroll__callback {
  color: #1F3A6D;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 16.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 1101px) {
  .headerScroll__callback {
    display: block;
  }
}
@media (hover: hover) {
  .headerScroll__callback {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerScroll__callback:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.footer {
  background-color: #2A2536;
}
.footer__top {
  padding: 20px 0;
}
@media (min-width: 769px) {
  .footer__top {
    padding: 50px 0;
  }
}
@media (min-width: 1025px) {
  .footer__top {
    padding: 80px 0;
  }
}
.footer__topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .footer__topWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media (min-width: 1025px) {
  .footer__topWrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 70px;
  }
}
.footer__topColL {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .footer__topColL {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .footer__topColL {
    width: 205px;
    margin-left: 0;
    margin-right: 0;
    gap: 25px;
  }
}
.footer__topCol {
  width: 100%;
}
@media (min-width: 769px) {
  .footer__topCol {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1025px) {
  .footer__topCol {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__logo {
  display: block;
  width: 205px;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__topConts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__topCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__topContWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.footer__topContWr a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #B2B0B7;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
@media (hover: hover) {
  .footer__topContWr a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__topContWr a:hover {
    color: #fff;
  }
}
.footer__topContWr a[href^="mailto:"] {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
}
@media (hover: hover) {
  .footer__topContWr a[href^="mailto:"] {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__topContWr a[href^="mailto:"]:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.footer__topColName {
  color: #B2B0B7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
}
.footer__topColList {
  margin: 0;
  color: #B2B0B7;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-left: 20px;
}
@media (min-width: 769px) {
  .footer__topColList {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 1025px) {
  .footer__topColList {
    font-size: 16px;
    line-height: 1.6;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.footer__topColList li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.footer__topColList a {
  color: #B2B0B7;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
@media (hover: hover) {
  .footer__topColList a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__topColList a:hover {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .footer__topColList a {
    font-size: 16px;
    line-height: 1.6;
  }
}
.footer__bot {
  background: #191328;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .footer__bot {
    padding: 25px 0;
  }
}
@media (min-width: 1025px) {
  .footer__bot {
    padding: 30px 0;
  }
}
.footer__botWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .footer__botWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__botPol {
  color: #B2B0B7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (hover: hover) {
  .footer__botPol {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__botPol:hover {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .footer__botPol {
    font-size: 15px;
  }
}
.footer__botCoop {
  color: #FFF;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  opacity: 0.7;
}
@media (min-width: 769px) {
  .footer__botCoop {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.footer__botSoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__botSoc a {
  display: block;
  opacity: 0.8;
}
@media (hover: hover) {
  .footer__botSoc a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__botSoc a:hover {
    opacity: 1;
  }
}
.footer__botSoc a svg {
  display: block;
}

.input {
  display: block;
  width: 100%;
  border: 1px solid #FFF;
  background-color: transparent;
  padding: 12px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
}
.input::-webkit-input-placeholder {
  color: #BFCEE2;
}
.input::-moz-placeholder {
  color: #BFCEE2;
}
.input:-ms-input-placeholder {
  color: #BFCEE2;
}
.input::-ms-input-placeholder {
  color: #BFCEE2;
}
.input::placeholder {
  color: #BFCEE2;
}
.input--dark {
  border-color: #C7C7C7;
  color: #000;
}
.input--dark::-webkit-input-placeholder {
  color: #262424;
}
.input--dark::-moz-placeholder {
  color: #262424;
}
.input--dark:-ms-input-placeholder {
  color: #262424;
}
.input--dark::-ms-input-placeholder {
  color: #262424;
}
.input--dark::placeholder {
  color: #262424;
}
.input--light {
  border-color: #C7C7C7;
  background: #FFF;
  color: #000;
}
.input--light::-webkit-input-placeholder {
  color: #262424;
}
.input--light::-moz-placeholder {
  color: #262424;
}
.input--light:-ms-input-placeholder {
  color: #262424;
}
.input--light::-ms-input-placeholder {
  color: #262424;
}
.input--light::placeholder {
  color: #262424;
}

.textarea {
  display: block;
  width: 100%;
  border: 1px solid #FFF;
  background-color: transparent;
  padding: 12px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 120px;
  resize: none;
  outline: none;
}
.textarea::-webkit-input-placeholder {
  color: #BFCEE2;
}
.textarea::-moz-placeholder {
  color: #BFCEE2;
}
.textarea:-ms-input-placeholder {
  color: #BFCEE2;
}
.textarea::-ms-input-placeholder {
  color: #BFCEE2;
}
.textarea::placeholder {
  color: #BFCEE2;
}
.textarea--dark {
  border-color: #C7C7C7;
  color: #000;
}
.textarea--dark::-webkit-input-placeholder {
  color: #262424;
}
.textarea--dark::-moz-placeholder {
  color: #262424;
}
.textarea--dark:-ms-input-placeholder {
  color: #262424;
}
.textarea--dark::-ms-input-placeholder {
  color: #262424;
}
.textarea--dark::placeholder {
  color: #262424;
}

.submit {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  background: #4AB82C;
  padding: 17px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .submit:hover {
    background: #69D74A;
  }
}
.submit:active {
  background: #409C26;
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.file input {
  display: none;
}
.file svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
.file span {
  color: #163760;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
@media (hover: hover) {
  .file span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .file span:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.reitRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reitRadio span {
  color: #262424;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.reitRadio__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.reitRadio label {
  display: block;
  width: 25px;
  cursor: pointer;
}
@media (hover: hover) {
  .reitRadio label:hover svg path {
    fill: #EAC90F;
  }
  .reitRadio label:has(~ :hover) svg path {
    fill: #EAC90F;
  }
}
.reitRadio label:has(~ label input:checked) input ~ svg path {
  fill: #EAC90F;
}
.reitRadio label input:checked ~ svg path {
  fill: #EAC90F;
}
.reitRadio label input {
  display: none;
}
.reitRadio label svg {
  display: block;
  width: 100%;
  height: auto;
}
.reitRadio label svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.callbackModal {
  width: calc(100% - 30px);
  max-width: 590px;
  padding: 30px 20px;
}
@media (min-width: 601px) {
  .callbackModal {
    padding: 25px 100px 50px;
  }
}
.callbackModal__title {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.67;
  margin: 0 0 25px;
}
.callbackModal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.callbackModal__descr {
  color: #494949;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}
.callbackModal__text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.searchModal {
  padding: 40px 30px;
  width: calc(100% - 30px);
  max-width: 600px;
  position: relative;
}
.searchModal input {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  border: 1px solid #FFF;
  background-color: transparent;
  padding: 12px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
  border-color: #C7C7C7;
  background: #FFF;
  color: #000;
}
.searchModal button.btn-reset {
  display: block;
  width: 20px;
  height: auto;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.searchModal button.btn-reset svg {
  display: block;
  width: 100%;
  height: auto;
}

.pag, #pdopage .pagination.pag {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .pag, #pdopage .pagination.pag {
    margin-top: 37px;
  }
}
@media (min-width: 1025px) {
  .pag, #pdopage .pagination.pag {
    margin-top: 40px;
  }
}
.pag__all {
  color: #163760;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.9;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .pag__all {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pag__all:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.pag__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pag__pag a {
  background: #1E3A6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pag__pag a.active {
  background-color: #FFF;
  color: #163760;
}
@media (hover: hover) {
  .pag__pag a:hover {
    background-color: #FFF;
    color: #163760;
  }
}

.mainSlider {
  position: relative;
}
.mainSlider__slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0 56px;
}
@media (min-width: 769px) {
  .mainSlider__slide {
    padding: 24px 0;
  }
}
.mainSlider__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .mainSlider__wr {
    padding: 0 24px;
  }
}
@media (min-width: 1381px) {
  .mainSlider__wr {
    padding: 0;
  }
}
.mainSlider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  opacity: 0.3;
  z-index: 1;
}
@media (min-width: 769px) {
  .mainSlider__img {
    opacity: 1;
    position: static;
    width: 320px;
  }
}
@media (min-width: 1025px) {
  .mainSlider__img {
    width: 500px;
  }
}
.mainSlider__cont {
  position: relative;
  z-index: 2;
  max-width: calc(100vw - 114px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: auto;
}
.mainSlider__h1 {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.13;
  text-transform: uppercase;
  margin: 0 0 2px;
}
@media (min-width: 769px) {
  .mainSlider__h1 {
    font-size: 36px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .mainSlider__h1 {
    font-size: 50px;
  }
}
.mainSlider__h1 span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .mainSlider__h1 span {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .mainSlider__h1 span {
    font-size: 28px;
  }
}
.mainSlider__descr {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .mainSlider__descr {
    font-size: 19px;
    line-height: 1.75;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .mainSlider__descr {
    font-size: 22px;
    line-height: 2.3;
  }
}
.mainSlider__btn {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  background: #4AB82C;
  padding: 17px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .mainSlider__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) {
  .mainSlider__btn:hover {
    background: #69D74A;
  }
}
.mainSlider__btn:active {
  background: #409C26;
}
.mainSlider-prev {
  z-index: 10;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1381px) {
  .mainSlider-prev {
    left: calc((100vw - 1360px) / 2 - 10px);
  }
}
.mainSlider-next {
  z-index: 10;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1381px) {
  .mainSlider-next {
    right: calc((100vw - 1360px) / 2 - 10px);
  }
}
.mainSlider-pag {
  z-index: 10;
  position: absolute;
  left: 50% !important;
  bottom: 24px !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 170px !important;
}
.mainSlider-pag span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .mainSlider-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.serv {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .serv {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .serv {
    margin: 85px 0;
  }
}
.serv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media (min-width: 769px) {
  .serv__wrap {
    gap: 18px 30px;
  }
}
@media (min-width: 1025px) {
  .serv__wrap {
    gap: 20px 30px;
  }
}
.serv__col {
  display: none;
}
@media (min-width: 769px) {
  .serv__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    width: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  .serv__col {
    width: calc(25% - 22.5px);
  }
}
.serv__card {
  background: #F0F1F1;
  padding: 11px 20px;
}
@media (min-width: 769px) {
  .serv__card {
    width: calc(50% - 15px);
    padding: 16px 22px 24px;
  }
}
@media (min-width: 1025px) {
  .serv__card {
    padding: 24px 24px 32px;
    width: calc(25% - 22.5px);
  }
}
.serv__nameWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .serv__nameWr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 1px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.serv__img {
  display: block;
  width: 50px;
  min-width: 50px;
  height: auto;
}
@media (min-width: 769px) {
  .serv__img {
    width: 58px;
    min-width: 58px;
  }
}
@media (min-width: 1025px) {
  .serv__img {
    width: 66px;
    min-width: 66px;
  }
}
.serv__name {
  color: #0B0B0B;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 1025px) {
  .serv__name {
    line-height: 1.5;
    margin: 10px 0;
  }
}
.serv__text {
  color: #4E4E4E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.333;
}
@media (min-width: 769px) {
  .serv__text {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .serv__text {
    font-size: 17px;
  }
}
.serv__title {
  margin: 28px 0 0;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  max-width: 190px;
}
.serv__call {
  background: #1E3A6D;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .serv__call:hover {
    background: #204689;
  }
}
.serv__call:active {
  background: #19315C;
}

.about {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .about {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .about {
    margin: 85px 0;
  }
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about__col {
  width: 100%;
}
@media (min-width: 769px) {
  .about__col {
    width: calc(50% - 17.5px);
  }
}
.about__col video {
  display: block;
  width: 100%;
  height: auto;
}
.about__link {
  color: #003F92;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) {
  .about__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .about__link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    opacity: 0.7;
  }
}
.about__link svg {
  display: block;
  width: 13px;
  height: auto;
}

.catalogList {
  background: #F0F1F1;
  padding: 25px 0 35px;
}
@media (min-width: 769px) {
  .catalogList {
    padding: 55px 0 50px;
  }
}
@media (min-width: 1025px) {
  .catalogList {
    padding: 85px 0 65px;
  }
}
.catalogList__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .catalogList__wrap {
    gap: 18px 30px;
  }
}
@media (min-width: 1025px) {
  .catalogList__wrap {
    gap: 20px 30px;
  }
}
.catalogList__item {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 601px) {
  .catalogList__item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 901px) {
  .catalogList__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1201px) {
  .catalogList__item {
    width: calc(25% - 22.5px);
  }
}
.catalogList__card {
  display: block;
  width: 100%;
  border: 1px solid #E4E5E8;
  background: #FFF;
  padding: 10px 10px 16px;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 601px) {
  .catalogList__card:has(+ .catalogList__all) {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
.catalogList__imgName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  color: #163760;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .catalogList__imgName {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .catalogList__imgName:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
.catalogList__imgName img {
  display: block;
  width: 100px;
  height: 75px;
  min-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.catalogList__list {
  margin: 0;
  margin-top: 10px;
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
  padding-left: 30px;
}
.catalogList__list li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .catalogList__list li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .catalogList__list li a:hover {
    color: #163760;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
.catalogList__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  color: #003F92;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 601px) {
  .catalogList__all {
    margin-bottom: auto;
    margin-top: auto;
  }
}
.catalogList__all svg {
  display: block;
  width: 13px;
  height: auto;
}
@media (hover: hover) {
  .catalogList__all {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .catalogList__all:hover {
    opacity: 0.7;
  }
}

.popular {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .popular {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .popular {
    margin: 85px 0;
  }
}
.popular__slide {
  height: auto;
}

.productCard {
  border: 1px solid #DCDEE0;
  background: #FFF;
  position: relative;
  padding: 20px 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .productCard {
    padding: 18px 12px 18px;
  }
}
@media (min-width: 1025px) {
  .productCard {
    padding: 15px 20px 25px;
  }
}
@media (hover: hover) {
  .productCard:hover .productCard__name {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.productCard__tegs {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .productCard__tegs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.productCard__tegs span {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 3px 4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.productCard__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-height: 110px;
}
@media (min-width: 769px) {
  .productCard__img {
    max-height: 140px;
  }
}
@media (min-width: 1025px) {
  .productCard__img {
    max-height: 170px;
  }
}
.productCard__img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.productCard__name {
  margin: 0 0 10px;
  color: #163760;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .productCard__name {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .productCard__name {
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 20px;
  }
}
.productCard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .productCard__list {
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .productCard__list {
    margin-bottom: 14px;
  }
}
.productCard__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 7px;
  border-bottom: 1px solid #DFDFDF;
}
.productCard__list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.productCard__listName {
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  min-width: 60px;
}
@media (min-width: 1025px) {
  .productCard__listName {
    font-size: 15px;
  }
}
.productCard__listText {
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 1025px) {
  .productCard__listText {
    font-size: 15px;
  }
}
.productCard__btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4AB82C;
  padding: 12px 24px;
  margin-top: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .productCard__btn {
    padding: 15px 28px;
  }
}
@media (min-width: 1025px) {
  .productCard__btn {
    padding: 18px 32px;
  }
}
@media (hover: hover) {
  .productCard__btn:hover {
    background: #69D74A;
  }
}
.productCard__btn:active {
  background: #409C26;
}

.etaps {
  padding: 40px 0 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .etaps {
    padding: 60px 0 85px;
  }
}
@media (min-width: 1025px) {
  .etaps {
    padding: 85px 0 115px;
  }
}
.etaps__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}
.etaps__card {
  width: 100%;
  position: relative;
  padding: 50px 16px 20px;
  border: 1px solid #FFF;
  counter-increment: etapsList;
}
@media (min-width: 601px) {
  .etaps__card {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  .etaps__card {
    width: calc(25% - 22.5px);
  }
}
.etaps__card::after {
  content: counter(etapsList);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #163760;
  text-align: center;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.etaps__card::before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 34px;
  height: 34px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="34" viewBox="0 0 35 34" fill="none"><path d="M34.8325 34H0.852539L34.8325 0V34Z" fill="%234AB82C"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.etaps__text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 52px;
}

.prozv {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .prozv {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .prozv {
    margin: 85px 0;
  }
}
.prozv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px 30px;
}
@media (min-width: 769px) {
  .prozv__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.prozv__col {
  width: 100%;
}
@media (min-width: 769px) {
  .prozv__col {
    width: calc(50% - 15px);
  }
}
.prozv__imgWr {
  display: none;
}
@media (min-width: 769px) {
  .prozv__imgWr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.prozv__imgWr img {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  width: calc(33.3333333333% - 20px);
  -o-object-fit: cover;
  object-fit: cover;
}
.prozv__imgFull {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .prozv__imgFull {
    height: 100%;
  }
}
.sertificates {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .sertificates {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .sertificates {
    margin: 85px 0;
  }
}
.sertificates__slide {
  background: #F0F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.sertificates__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 238/337;
  -o-object-fit: contain;
  object-fit: contain;
}
.sertificates__name {
  color: #5F5F5F;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.reviews {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .reviews {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .reviews {
    margin: 85px 0;
  }
}
.reviews__slide {
  padding: 34px 18px;
  background: #F0F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 769px) {
  .reviews__slide {
    padding: 47px 60px;
    gap: 25px;
  }
}
@media (min-width: 1025px) {
  .reviews__slide {
    padding: 60px 100px;
    gap: 30px;
  }
}
.reviews__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 1025px) {
  .reviews__text {
    font-size: 17px;
  }
}
.reviews__text > *:first-child {
  margin-top: 0 !important;
}
.reviews__text > *:last-child {
  margin-bottom: 0 !important;
}
.reviews__name {
  color: #5F5F5F;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 1025px) {
  .reviews__name {
    font-size: 17px;
  }
}

.partners {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .partners {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .partners {
    margin: 85px 0;
  }
}
.partners__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partners__slide img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 41px;
}
@media (min-width: 769px) {
  .partners__slide img {
    max-height: 65px;
  }
}
@media (min-width: 1025px) {
  .partners__slide img {
    max-height: 94px;
  }
}

.publication {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .publication {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .publication {
    margin: 85px 0;
  }
}
.publication--bg {
  margin: 0;
  padding: 50px 0;
  background: #F0F1F1;
}
@media (min-width: 769px) {
  .publication--bg {
    padding: 65px 0;
  }
}
@media (min-width: 1025px) {
  .publication--bg {
    padding: 85px 0;
  }
}
.publication__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.publication__card {
  width: 100%;
}
@media (min-width: 601px) {
  .publication__card {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  .publication__card {
    width: calc(33.3333333333% - 20px);
  }
}

.publicationCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (hover: hover) {
  .publicationCard:hover .publicationCard__name {
    border-color: #4AB82C;
    background-color: #4AB82C;
    color: #FFF;
  }
}
.publicationCard__img img {
  display: block;
  width: 100%;
  aspect-ratio: 345/216;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 300px;
}
.publicationCard__btn {
  background: #FFF;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.publicationCard__name {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  padding: 8px 20px 8px 16px;
  border: 1px solid #E2E2E2;
  border-top: 4px solid #4AB82C;
  border-right: none;
  margin: 0;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .publicationCard__name {
    font-size: 17px;
    line-height: 1.2;
    min-height: 82px;
  }
}
.publicationCard__svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4AB82C;
  width: 50px;
  min-width: 50px;
}
@media (min-width: 601px) {
  .publicationCard__svg {
    width: 55px;
    min-width: 55px;
  }
}
@media (min-width: 1025px) {
  .publicationCard__svg {
    width: 60px;
    min-width: 60px;
  }
}
.publicationCard__svg svg {
  display: block;
  width: 18px;
  height: auto;
}

.formSect {
  padding: 35px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .formSect {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .formSect {
    padding: 85px 0;
  }
}
.formSect__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  .formSect__form {
    gap: 20px 30px;
  }
}
.formSect__inp {
  width: 100%;
}
@media (min-width: 769px) {
  .formSect__inp {
    width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 1025px) {
  .formSect__inp {
    width: calc(33.3333333333% - 20px);
  }
}
.formSect__textarea {
  width: 100%;
}
@media (min-width: 1025px) {
  .formSect__textarea {
    width: calc(66.6666666667% - 10px);
  }
}
.formSect__sogl {
  color: #BFCEE2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.formSect__dop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (min-width: 1025px) {
  .formSect__dop {
    width: calc(33.3333333333% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.mapSect {
  background: #F0F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .mapSect {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mapSect__map {
  width: 100%;
  height: 300px;
}
@media (min-width: 1025px) {
  .mapSect__map {
    width: 55%;
    height: auto;
    border-bottom: 5px solid #4AB82C;
  }
}
.mapSect__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.mapSect__cont {
  width: 100%;
}
@media (min-width: 1025px) {
  .mapSect__cont {
    width: 45%;
  }
}
.mapSect__contMain {
  padding: 35px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .mapSect__contMain {
    padding: 60px 40px 60px 15px;
  }
}
@media (min-width: 1331px) {
  .mapSect__contMain {
    padding-left: calc((100vw - 1300px) / 2);
  }
}
.mapSect__soc {
  background: #4AB82C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
}
.mapSect__soc span {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.mapSect__socWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mapSect__socWr a {
  display: block;
}
@media (hover: hover) {
  .mapSect__socWr a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mapSect__socWr a:hover {
    opacity: 0.8;
  }
}
.mapSect__socWr a svg {
  display: block;
}
.mapSect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mapSect__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  min-width: 27px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mapSect__icon:has(~ .mapSect__text--tel) {
  margin-top: 8px;
}
.mapSect__icon:has(~ .mapSect__text--link) {
  margin-top: 4px;
}
.mapSect__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mapSect__text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.mapSect__text b {
  font-weight: 700;
}
.mapSect__text--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.mapSect__text--tel .tel {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
}
@media (hover: hover) {
  .mapSect__text--tel .tel {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
  .mapSect__text--tel .tel:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
.mapSect__text--link a {
  color: #114996;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .mapSect__text--link a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mapSect__text--link a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.thanks {
  background: #F0F1F1;
  padding: 35px 0;
}
.thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .thanks__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }
}
.thanks__title {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .thanks__title {
    font-size: 29px;
    line-height: 1.75;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .thanks__title {
    font-size: 33px;
    line-height: 1.5;
  }
}
.thanks__descr {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 769px) {
  .thanks__descr {
    line-height: 1.6;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .thanks__descr {
    line-height: 1.8;
  }
}
.thanks__img {
  display: block;
  width: 220px;
  height: auto;
}
@media (min-width: 769px) {
  .thanks__img {
    width: 350px;
  }
}
@media (min-width: 1025px) {
  .thanks__img {
    width: 480px;
  }
}

.er404 {
  background: #F0F1F1;
  padding: 15px 0 80px;
}
@media (min-width: 769px) {
  .er404 {
    padding: 40px 0 85px;
  }
}
@media (min-width: 1025px) {
  .er404 {
    padding: 65px 0 90px;
  }
}
.er404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .er404__wrap {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .er404__wrap {
    gap: 100px;
  }
}
.er404__img {
  display: block;
  width: 250px;
  height: auto;
}
@media (min-width: 769px) {
  .er404__img {
    width: 350px;
  }
}
@media (min-width: 1025px) {
  .er404__img {
    width: 450px;
  }
}
@media (min-width: 1201px) {
  .er404__img {
    width: 600px;
  }
}
.er404__title {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .er404__title {
    font-size: 29px;
    line-height: 1.75;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .er404__title {
    font-size: 33px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.er404__descr {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .er404__descr {
    text-align: left;
  }
}
.er404__descr a {
  color: #114996;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .er404__descr a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .er404__descr a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.er404__search {
  margin-top: 25px;
  position: relative;
}
.er404__search button {
  display: block;
  width: 21px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.er404__search button svg {
  display: block;
  width: 100%;
  height: auto;
}

.breadTitle {
  padding: 20px 0 25px;
  background: #F0F1F1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .breadTitle {
    padding: 25px 0 35px;
  }
}
@media (min-width: 1025px) {
  .breadTitle {
    padding: 30px 0 45px;
  }
}
.breadTitle__breadcrumbs {
  display: none;
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .breadTitle__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.breadTitle__breadcrumbs a {
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .breadTitle__breadcrumbs a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .breadTitle__breadcrumbs a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.breadTitle__breadcrumbs span {
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.breadTitle__breadcrumbs--white {
  color: #BECCDF;
}
.breadTitle__breadcrumbs--white a, .breadTitle__breadcrumbs--white span {
  color: #BECCDF;
}
.breadTitle__titlte--white {
  color: #FFFFFF;
}

.delivery {
  margin: 30px 0 55px;
}
@media (min-width: 769px) {
  .delivery {
    margin: 37px 0 55px;
  }
}
@media (min-width: 1025px) {
  .delivery {
    margin: 45px 0 55px;
  }
}
.delivery__ImgT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px 35px;
}
@media (min-width: 769px) {
  .delivery__ImgT {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.delivery__img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .delivery__img {
    width: 390px;
  }
}
.delivery__text {
  width: 100%;
}
@media (min-width: 769px) {
  .delivery__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.delivery__wr {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .delivery__wr {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .delivery__wr {
    gap: 50px;
  }
}
.delivery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .delivery__top {
    gap: 25px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .delivery__top {
    gap: 30px;
    margin-bottom: 5px;
  }
}
.delivery__icon {
  display: block;
  width: 75px;
  min-width: 75px;
  height: auto;
}
.delivery__title {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 769px) {
  .delivery__title {
    font-size: 23px;
    line-height: 1.1;
  }
}
@media (min-width: 1025px) {
  .delivery__title {
    font-size: 26px;
    line-height: 1;
  }
}
.delivery__cont {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .delivery__cont {
    padding-left: 100px;
  }
}
@media (min-width: 1025px) {
  .delivery__cont {
    padding-left: 105px;
  }
}
.delivery__cont ul {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.delivery__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.delivery__imgs img {
  display: block;
  max-width: 100%;
  height: 50px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 769px) {
  .delivery__imgs img {
    height: 55px;
  }
}
@media (min-width: 1025px) {
  .delivery__imgs img {
    height: 60px;
  }
}

.contacts {
  margin: 25px 0 40px;
}
@media (min-width: 769px) {
  .contacts {
    margin: 35px 0 55px;
  }
}
@media (min-width: 1025px) {
  .contacts {
    margin: 45px 0 75px;
  }
}
.contacts__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 769px) {
  .contacts__2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
  }
}
.contacts__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 769px) {
  .contacts__col {
    width: calc(50% - 30px);
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .contacts__col {
    gap: 35px;
  }
}
.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__icon {
  display: block;
  width: 20px;
  min-width: 20px;
  height: auto;
}
@media (min-width: 769px) {
  .contacts__icon {
    width: 22px;
    min-width: 22px;
  }
}
@media (min-width: 1025px) {
  .contacts__icon {
    width: 24px;
    min-width: 24px;
  }
}
.contacts__name {
  margin: 0;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .contacts__name {
    font-size: 23px;
    line-height: 1.1;
  }
}
@media (min-width: 1025px) {
  .contacts__name {
    font-size: 26px;
    line-height: 1;
  }
}
.contacts__top {
  margin: 0 0 12px;
}
@media (min-width: 769px) {
  .contacts__top {
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .contacts__top {
    margin-bottom: 20px;
  }
}
.contacts__text {
  padding-left: 34px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .contacts__text {
    font-size: 17px;
    line-height: 1.45;
    padding-left: 36px;
  }
}
@media (min-width: 1025px) {
  .contacts__text {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 38px;
  }
}
.contacts__text p a {
  color: #114996;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .contacts__text p a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contacts__text p a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.contacts__tg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #114996;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 1025px) {
  .contacts__tg {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .contacts__tg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contacts__tg:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    opacity: 0.7;
  }
}
.contacts__tg svg {
  display: block;
  width: 24px;
  height: auto;
}
.contacts__tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .contacts__tels {
    font-size: 19px;
    gap: 5px 15px;
    line-height: 1.7;
  }
}
@media (min-width: 1025px) {
  .contacts__tels {
    font-size: 21px;
    gap: 6px 20px;
    line-height: 1.6;
  }
}
.contacts__btnZv {
  color: #114996;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 16.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (hover: hover) {
  .contacts__btnZv {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contacts__btnZv:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    opacity: 0.7;
  }
}
.contacts__menegers {
  margin: 30px 0;
}
@media (min-width: 769px) {
  .contacts__menegers {
    margin: 40px 0;
  }
}
@media (min-width: 1025px) {
  .contacts__menegers {
    margin: 50px 0;
  }
}
.contacts__menegersWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media (min-width: 769px) {
  .contacts__menegersWr {
    gap: 40px 25px;
  }
}
@media (min-width: 1025px) {
  .contacts__menegersWr {
    gap: 50px 30px;
  }
}
.contacts__menegersCard {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 601px) {
  .contacts__menegersCard {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (min-width: 769px) {
  .contacts__menegersCard {
    width: calc(33.3333333333% - 16.6666666667px);
  }
}
@media (min-width: 1025px) {
  .contacts__menegersCard {
    width: calc(25% - 22.5px);
  }
}
.contacts__menegersImg {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}
.contacts__menegersName {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .contacts__menegersName {
    font-size: 18px;
    line-height: 1.55;
  }
}
@media (min-width: 1025px) {
  .contacts__menegersName {
    font-size: 20px;
    line-height: 1.6;
  }
}
.contacts__menegersTel {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (hover: hover) {
  .contacts__menegersTel {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contacts__menegersTel:hover {
    color: #114996;
  }
}
@media (min-width: 769px) {
  .contacts__menegersTel {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media (min-width: 1025px) {
  .contacts__menegersTel {
    font-size: 18px;
    line-height: 1.8;
  }
}
.contacts__menegersEmail {
  text-align: center;
  color: #114996;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .contacts__menegersEmail {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contacts__menegersEmail:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
@media (min-width: 769px) {
  .contacts__menegersEmail {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media (min-width: 1025px) {
  .contacts__menegersEmail {
    font-size: 18px;
    line-height: 1.8;
  }
}
.contacts__rekv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 769px) {
  .contacts__rekv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.contacts__rekvCont h3 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  margin: 20px 0 -20px;
}
@media (min-width: 769px) {
  .contacts__rekvCont h3 {
    font-size: 23px;
    margin-top: 30px;
    margin-top: -17px;
  }
}
@media (min-width: 1025px) {
  .contacts__rekvCont h3 {
    font-size: 26px;
    margin-top: 45px;
    margin-bottom: -14px;
  }
}
.contacts__rekvImg {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .contacts__rekvImg {
    width: 400px;
  }
}
@media (min-width: 1025px) {
  .contacts__rekvImg {
    width: 686px;
  }
}
.contacts__map {
  display: block;
  height: 300px;
  width: 100vw;
  margin: 30px -15px;
}
@media (min-width: 769px) {
  .contacts__map {
    margin: 40px -15px;
    height: 475px;
  }
}
@media (min-width: 1025px) {
  .contacts__map {
    margin: 55px 0;
    height: 565px;
    width: 100%;
  }
}
.contacts__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.contacts__sklad {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .contacts__sklad {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .contacts__sklad {
    margin-top: 55px;
  }
}
.contacts__skladTitle {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
}
@media (min-width: 769px) {
  .contacts__skladTitle {
    margin-bottom: 15px;
    font-size: 23px;
  }
}
@media (min-width: 1025px) {
  .contacts__skladTitle {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.contacts__skladImg {
  display: block;
  width: 100%;
  height: auto;
}

.vacancies {
  margin: 40px 0;
}
@media (min-width: 769px) {
  .vacancies {
    margin: 50px 0;
  }
}
@media (min-width: 1025px) {
  .vacancies {
    margin: 60px 0;
  }
}
.vacancies__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 34px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .vacancies__cards {
    gap: 42px;
  }
}
@media (min-width: 1025px) {
  .vacancies__cards {
    gap: 50px;
  }
}
.vacancies__card {
  background: #F0F1F1;
  position: relative;
  padding: 24px 30px 30px;
}
@media (min-width: 769px) {
  .vacancies__card {
    padding: 32px 58px 40px;
  }
}
@media (min-width: 1025px) {
  .vacancies__card {
    padding: 40px 75px 50px;
  }
}
.vacancies__card::after {
  content: "";
  display: block;
  width: 24px;
  height: 43px;
  left: -10px;
  top: -4px;
  background-color: #1F3A6D;
  position: absolute;
}
@media (min-width: 769px) {
  .vacancies__card::after {
    height: 56px;
  }
}
@media (min-width: 1025px) {
  .vacancies__card::after {
    height: 70px;
  }
}
.vacancies__card::before {
  content: "";
  display: block;
  width: 53px;
  height: 4px;
  left: 14px;
  top: -4px;
  background-color: #1F3A6D;
  position: absolute;
}
.vacancies__name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 35px;
}
@media (min-width: 769px) {
  .vacancies__name {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  .vacancies__name {
    font-size: 26px;
    line-height: 1.15;
  }
}
.vacancies__mainList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.vacancies__mainList li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 1025px) {
  .vacancies__mainList li {
    font-size: 17px;
  }
}
.vacancies__mainList li::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #1E3A6D;
  position: absolute;
  left: 0;
  top: 11px;
}
.vacancies__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .vacancies__lists {
    margin-left: 30px;
  }
}
.vacancies__listName {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 5px;
}
@media (min-width: 769px) {
  .vacancies__listName {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .vacancies__listName {
    font-size: 20px;
    line-height: 1.5;
  }
}
.vacancies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 1025px) {
  .vacancies__list {
    font-size: 17px;
  }
}
.vacancies__formCadr {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .vacancies__formCadr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}
.vacancies__cadr {
  background: #1F3A6D;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px) {
  .vacancies__cadr {
    width: 290px;
    padding: 30px 35px;
    position: relative;
  }
  .vacancies__cadr::after {
    content: "";
    display: block;
    width: 53px;
    height: 4px;
    right: 0;
    position: absolute;
    bottom: -4px;
    background-color: #4AB82C;
  }
  .vacancies__cadr::before {
    content: "";
    display: block;
    width: 24px;
    height: 66px;
    right: -10px;
    position: absolute;
    bottom: -4px;
    background-color: #4AB82C;
  }
}
@media (min-width: 1025px) {
  .vacancies__cadr {
    padding: 30px 40px;
  }
}
.vacancies__cadrName {
  color: #FFF;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.42;
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .vacancies__cadrName {
    margin-bottom: 80px;
    font-size: 23px;
    line-height: 1.3;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .vacancies__cadrName {
    font-size: 25px;
    line-height: 1.2;
  }
}
.vacancies__cadrTel {
  color: #FFF;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .vacancies__cadrTel {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .vacancies__cadrTel:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
@media (min-width: 769px) {
  .vacancies__cadrTel {
    font-size: 22px;
    line-height: 1.05;
    margin-bottom: 25px;
    margin-left: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .vacancies__cadrTel {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
.vacancies__cadrName2 {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .vacancies__cadrName2 {
    font-size: 19px;
    text-align: left;
    margin-left: 0;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .vacancies__cadrName2 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 30px;
  }
}
.vacancies__cadrEmail {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (hover: hover) {
  .vacancies__cadrEmail {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .vacancies__cadrEmail:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
@media (min-width: 769px) {
  .vacancies__cadrEmail {
    font-size: 18px;
    margin-left: 0;
    text-align: left;
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  .vacancies__cadrEmail {
    font-size: 20px;
    line-height: 1.35;
  }
}
.vacancies__formCadr {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .vacancies__formCadr {
    margin-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .vacancies__form {
    width: calc(100% - 290px - 30px);
    padding: 20px 40px 30px;
    border: 1px solid #DFDFDF;
    background: #FFF;
  }
}
@media (min-width: 1025px) {
  .vacancies__form {
    padding: 30px 80px 40px;
  }
}
.vacancies__formName {
  color: #000;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (min-width: 769px) {
  .vacancies__formName {
    font-size: 24px;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  .vacancies__formName {
    font-size: 25px;
    line-height: 1.4;
  }
}
.vacancies__formWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .vacancies__formWr {
    gap: 20px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.vacancies__formW1 {
  width: 100%;
}
@media (min-width: 1025px) {
  .vacancies__formW2 {
    width: calc(50% - 12px);
  }
}
.vacancies__formWWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .vacancies__formWWr {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .vacancies__formWWr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vacancies__formWWr button {
    white-space: nowrap;
  }
}
.vacancies__formWWr .submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.vacancies__formFile {
  margin: 5px 0 10px;
}
@media (min-width: 769px) {
  .vacancies__formFile {
    margin: 0 0 5px;
  }
}
.vacancies__formSogl {
  color: #494949;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
@media (min-width: 769px) {
  .vacancies__formSogl {
    text-align: left;
  }
}
.command {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .command {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .command {
    margin: 85px 0;
  }
}

.autopark {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .autopark {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .autopark {
    margin: 85px 0;
  }
}
.autopark__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.autopark__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 601px) {
  .autopark__imgs img {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  .autopark__imgs img {
    width: calc(33.3333333333% - 20px);
  }
}
.autopark__imgs img:nth-child(n+2) {
  display: none;
}
@media (min-width: 601px) {
  .autopark__imgs img:nth-child(n+2) {
    display: block;
  }
}
.aboutText {
  margin: 50px 0;
}
@media (min-width: 769px) {
  .aboutText {
    margin: 65px 0;
  }
}
@media (min-width: 1025px) {
  .aboutText {
    margin: 85px 0;
  }
}

.hist {
  padding: 25px 0 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 769px) {
  .hist {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .hist {
    padding: 90px 0 60px;
  }
}
.hist__title {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .hist__title {
    font-size: 50px;
    line-height: 1;
  }
}
.hist__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 1025px) {
  .hist__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hist__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px 30px;
}
@media (min-width: 601px) {
  .hist__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .hist__cards {
    max-width: 810px;
  }
}
.hist__card {
  border: 1px solid #FFF;
  padding: 40px 35px 35px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 601px) {
  .hist__card {
    width: calc(50% - 15px);
  }
}
@media (min-width: 769px) {
  .hist__card {
    padding: 45px 38px;
    font-size: 16px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .hist__card {
    padding: 50px 40px;
    font-size: 17px;
    line-height: 1.45;
  }
}
.hist__card::after {
  content: attr(data-date);
  display: block;
  background: #FFF;
  padding: 15px 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #163760;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .hist__card::after {
    font-size: 24px;
    line-height: 1.05;
  }
}
@media (min-width: 1025px) {
  .hist__card::after {
    font-size: 26px;
    line-height: 1;
  }
}
.hist__card::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-image: url('data:image/svg+xml,<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34.8316 34H0.851562L34.8316 0V34Z" fill="%234AB82C"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.aboutTextImg {
  background: #F0F1F1;
  padding: 35px 0;
  position: relative;
}
@media (min-width: 769px) {
  .aboutTextImg {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .aboutTextImg {
    padding: 45px 0;
  }
}
.aboutTextImg__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .aboutTextImg__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .aboutTextImg__wr {
    gap: 45px;
  }
}
.aboutTextImg__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .aboutTextImg__text {
    width: calc(50% - 15px);
    line-height: 1.35;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 1025px) {
  .aboutTextImg__text {
    width: calc(50% - 22.5px);
    font-size: 17px;
    line-height: 1.45;
  }
}
.aboutTextImg__text b {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
}
.aboutTextImg__img {
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .aboutTextImg__img {
    width: calc(50% - 15px);
    margin-top: -80px;
  }
}
@media (min-width: 1025px) {
  .aboutTextImg__img {
    width: calc(50% - 22.5px);
    margin-top: -120px;
  }
}
.aboutTextImg__img--min {
  position: absolute;
  right: 0;
  width: 160px;
  height: auto;
  top: 0;
  -webkit-transform: translateY(-60%) translateX(15%);
  -ms-transform: translateY(-60%) translateX(15%);
  transform: translateY(-60%) translateX(15%);
}
@media (min-width: 769px) {
  .aboutTextImg__img--min {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 300px;
    margin-top: -200px;
    margin-bottom: -40px;
  }
}
@media (min-width: 1025px) {
  .aboutTextImg__img--min {
    width: 430px;
    margin-top: -260px;
    margin-bottom: -45px;
  }
}

.article {
  margin: 20px 0 45px;
}
@media (min-width: 769px) {
  .article {
    margin: 27px 0 55px;
  }
}
@media (min-width: 1025px) {
  .article {
    margin: 35px 0 65px;
  }
}
.article__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .article__img {
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .article__img {
    margin-bottom: 30px;
  }
}
.article__sod {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .article__sod {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .article__sod {
    margin-bottom: 35px;
  }
}
.article__sodName {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .article__sodName {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .article__sodName {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.4;
  }
}
.article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  color: #163760;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding-left: 25px;
}
@media (min-width: 769px) {
  .article__list {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media (min-width: 1025px) {
  .article__list {
    font-size: 18px;
    line-height: 1.9;
  }
}
.article__list a {
  color: #163760;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 769px) {
  .article__list a {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media (min-width: 1025px) {
  .article__list a {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media (hover: hover) {
  .article__list a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .article__list a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.article__list ul {
  margin: 10px 0 0 0;
  padding-left: 20px;
  list-style: disc;
}
.article__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 769px) {
  .article__text {
    font-size: 17px;
    line-height: 1.465;
  }
}
@media (min-width: 1025px) {
  .article__text {
    font-size: 18px;
    line-height: 1.555;
  }
}
.article__text h2 {
  margin: 20px 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .article__text h2 {
    margin: 25px 0 12px;
    font-size: 22px;
    line-height: 1.333;
  }
}
@media (min-width: 1025px) {
  .article__text h2 {
    margin: 30px 0 15px;
    font-size: 25px;
    line-height: 1.4;
  }
}
.article__text img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.article__text ul {
  padding-left: 25px;
}
@media (min-width: 769px) {
  .article__text .floatRight {
    float: right;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.article .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .article .cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .article .cols .colsImg {
    width: 35%;
    min-width: 35%;
  }
  .article .cols .colsImg img {
    height: 100%;
  }
  .article .cols .colsImg--big {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
.articles {
  background: #F0F1F1;
  padding-bottom: 55px;
}
.articles__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .articles__wrap {
    gap: 35px 30px;
  }
}
.articles__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 12.5px);
  position: relative;
}
@media (min-width: 769px) {
  .articles__card {
    width: calc(33.3333333333% - 16.6666666667px);
  }
}
@media (min-width: 1025px) {
  .articles__card {
    width: calc(33.3333333333% - 20px);
  }
}
.articles__card::after {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  right: -7px;
  bottom: -5px;
  background-color: #4AB82C;
  position: absolute;
}
@media (min-width: 1025px) {
  .articles__card::after {
    width: 77px;
  }
}
.articles__card::before {
  content: "";
  display: block;
  width: 14px;
  height: 26px;
  right: -7px;
  bottom: 0;
  background-color: #4AB82C;
  position: absolute;
}
@media (min-width: 1025px) {
  .articles__card::before {
    height: 45px;
    width: 18px;
  }
}
@media (hover: hover) {
  .articles__card:hover .articles__name {
    color: #47A42E;
  }
}
.articles__img {
  display: block;
  width: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFF;
}
.articles__name {
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 16px 0;
  border-bottom: 1px solid #E8E8E8;
  margin: 0;
  margin-left: 16px;
  margin-right: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .articles__name {
    padding: 20px 0;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 18px;
    min-height: 106px;
  }
}
@media (min-width: 1025px) {
  .articles__name {
    padding: 23px 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 21px;
    min-height: 120px;
  }
}
.articles__date {
  color: #5F5F5F;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.5;
  padding: 8px 16px;
}
@media (min-width: 769px) {
  .articles__date {
    padding: 14px 18px;
    font-size: 16px;
    line-height: 2.3;
  }
}
@media (min-width: 1025px) {
  .articles__date {
    padding: 20px 20px;
    font-size: 18px;
    line-height: 2.1;
  }
}

.reviewsSect {
  padding: 35px 0 45px;
  background: #F0F1F1;
}
@media (min-width: 769px) {
  .reviewsSect {
    padding: 32px 0 60px;
  }
}
@media (min-width: 1025px) {
  .reviewsSect {
    padding: 50px 0 80px;
  }
}
.reviewsSect__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.reviewsSect__card {
  position: relative;
  background: #FFF;
  padding: 30px 25px;
}
@media (min-width: 769px) {
  .reviewsSect__card {
    padding: 30px 50px 35px;
  }
}
@media (min-width: 1025px) {
  .reviewsSect__card {
    padding: 30px 75px 45px;
  }
}
.reviewsSect__card::after {
  content: "";
  display: block;
  width: 77px;
  height: 5px;
  top: -5px;
  left: -12px;
  background-color: #4AB82C;
  position: absolute;
}
.reviewsSect__card::before {
  content: "";
  display: block;
  width: 22px;
  height: 45px;
  top: 0;
  left: -12px;
  background-color: #4AB82C;
  position: absolute;
}
.reviewsSect__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .reviewsSect__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
  }
}
@media (min-width: 1025px) {
  .reviewsSect__top {
    margin-bottom: 25px;
  }
}
.reviewsSect__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.reviewsSect__name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}
.reviewsSect__r {
  color: #5F5F5F;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}
.reviewsSect__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 769px) {
  .reviewsSect__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    gap: 0;
  }
}
.reviewsSect__zv svg {
  display: block;
  width: auto;
  height: 25px;
}
.reviewsSect__date {
  color: #5F5F5F;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.2;
}
.reviewsSect__text {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 1025px) {
  .reviewsSect__cont {
    padding: 0 30px;
  }
}
.reviewsSect__cont--wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 40px;
}
@media (min-width: 769px) {
  .reviewsSect__cont--wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.reviewsSect__contRev {
  display: block;
  width: 130px;
  min-width: 130px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.revForm {
  margin: 30px 0 40px;
}
@media (min-width: 769px) {
  .revForm {
    margin: 40px 0 50px;
  }
}
@media (min-width: 1025px) {
  .revForm {
    margin: 50px 0 60px;
  }
}
.revForm__cont {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.revForm__name {
  color: #000;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (min-width: 769px) {
  .revForm__name {
    font-size: 24px;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  .revForm__name {
    font-size: 25px;
    line-height: 1.4;
  }
}
.revForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.revForm__form button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.revForm__inf {
  color: #494949;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 25px auto 0;
  max-width: 520px;
}
@media (min-width: 769px) {
  .revForm__inf {
    margin-top: 22px;
  }
}
@media (min-width: 1025px) {
  .revForm__inf {
    margin-top: 20px;
  }
}
.revForm__cols {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 769px) {
  .revForm__cols {
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .revForm__cols {
    margin-bottom: 30px;
  }
}
.revForm__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 769px) {
  .revForm__col {
    width: calc(50% - 15px);
  }
  .revForm__col .reitRadio {
    margin: 11.5px 0;
  }
}
.product {
  margin: 30px 0 50px;
}
@media (min-width: 769px) {
  .product {
    margin-bottom: 65px;
  }
}
@media (min-width: 1025px) {
  .product {
    margin-bottom: 80px;
  }
}
.product__rev {
  margin: 45px 0;
}
.product__title {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 30px;
}
@media (min-width: 769px) {
  .product__title {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 1025px) {
  .product__title {
    font-size: 25px;
    line-height: 1.4;
  }
}
.product__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .product__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .product__wr {
    gap: 100px;
  }
}
.product__gal {
  position: relative;
}
@media (min-width: 769px) {
  .product__gal {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1025px) {
  .product__gal {
    width: calc(50% - 50px);
  }
}
.product__tegs {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.product__tegs span {
  display: block;
  padding: 7px 14px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 769px) {
  .product__slide img {
    max-height: 325px;
  }
}
@media (min-width: 1025px) {
  .product__slide img {
    max-height: 350px;
  }
}
.product__slider2 {
  display: none;
}
@media (min-width: 769px) {
  .product__slider2 {
    display: block;
    margin-top: 30px;
  }
}
.product__slide2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.product__slide2.swiper-slide-thumb-active {
  opacity: 0.4;
}
@media (hover: hover) {
  .product__slide2:hover {
    opacity: 0.7;
  }
}
.product__cont {
  width: 100%;
}
@media (min-width: 769px) {
  .product__cont {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1025px) {
  .product__cont {
    width: calc(50% - 50px);
  }
}
.product__price {
  color: #5F5F5F;
  font-size: 17px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .product__price {
    margin-bottom: 15px;
  }
}
.product__price span {
  color: #4BB92D;
  font-size: 24px;
  line-height: inherit;
  font-weight: 700;
}
.product__listChar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1025px) {
  .product__listChar {
    margin-bottom: 10px;
  }
}
.product__listCharLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.product__listCharLine span:first-child {
  color: #5F5F5F;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.product__listCharLine span:last-child {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-width: 140px;
}
.product__listCharLine div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px dotted #5F5F5F;
  margin-bottom: 5px;
}
.product__var {
  margin-bottom: 15px;
}
.product__varTitle {
  color: #5F5F5F;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.35;
  margin: 0 0 12px;
}
.product__varBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.product__varBtns a {
  color: #1E3A6D;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 13px;
  border: 1px solid #DCDEE0;
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product__varBtns a.active {
  border-color: #0F5BBE;
  border-width: 2px;
  padding: 9px 11px;
}
@media (hover: hover) {
  .product__varBtns a:hover {
    border-color: #0F5BBE;
  }
}
.product__opt {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (min-width: 1025px) {
  .product__opt {
    margin: 25px 0 30px;
  }
}
.product__opt span:first-child {
  color: #5F5F5F;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.product__opt span:last-child {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  min-width: 140px;
}
.product__opt div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px dotted #5F5F5F;
  margin-bottom: 5px;
}
.product__zakaz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background: #4AB82C;
  padding: 17px 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .product__zakaz {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .product__zakaz:active {
    background: #409C26;
  }
}
@media (min-width: 1025px) and (hover: hover) {
  .product__zakaz:hover {
    background: #69D74A;
  }
}
.product__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #003F92;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product__down svg {
  display: block;
  width: 13px;
  height: auto;
}
@media (min-width: 769px) {
  .product__down {
    margin-left: 0;
  }
}
@media (hover: hover) {
  .product__down:hover {
    opacity: 0.7;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.product__dopInf {
  margin: 25px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .product__dopInf {
    margin: 32px 0 40px;
  }
}
@media (min-width: 1025px) {
  .product__dopInf {
    margin: 40px 0;
  }
}
.product__bbTitle {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 5px;
}
@media (min-width: 769px) {
  .product__bbTitle {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 7px;
  }
}
@media (min-width: 1025px) {
  .product__bbTitle {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.product__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 1025px) {
  .product__text {
    font-size: 17px;
  }
}
.product__text > * {
  margin: 0;
}
.product__text ul, .product__text ol {
  padding-left: 25px;
}
.product__telBig {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .product__telBig {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product__telBig:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
.product__faq {
  margin: 45px 0;
}
.product__faqSlide {
  background: #F0F1F1;
  padding: 30px 15px 15px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px) {
  .product__faqSlide {
    padding: 35px 25px 25px;
  }
}
@media (min-width: 1025px) {
  .product__faqSlide {
    padding: 35px;
  }
}
.product__faqQuest {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  margin: 0 0 20px;
  min-height: 60px;
}
@media (min-width: 769px) {
  .product__faqQuest {
    min-height: 50px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .product__faqQuest {
    min-height: 40px;
    margin-bottom: 30px;
    line-height: 1.35;
  }
}
.product__questTextWr {
  padding: 20px;
  background: #FFF;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .product__questTextWr {
    padding: 20px 27px;
  }
}
@media (min-width: 1025px) {
  .product__questTextWr {
    padding: 20px 35px;
  }
}
.product__questTextTitle {
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 5px;
}
.product__questText {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.catDop {
  margin: 40px 0;
}
@media (min-width: 769px) {
  .catDop {
    margin: 50px 0 55px;
  }
}
@media (min-width: 1025px) {
  .catDop {
    margin: 60px 0 70px;
  }
}
.catDop__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .catDop__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .catDop__wr {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.catDop__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 769px) {
  .catDop__text {
    width: calc(50% - 17.5px);
  }
}
@media (min-width: 1025px) {
  .catDop__text {
    font-size: 17px;
  }
}
.catDop__video {
  display: block;
}
@media (min-width: 769px) {
  .catDop__video {
    width: calc(50% - 17.5px);
  }
}
.catDop__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.catDop__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .catDop__imgs {
    margin-top: 35px;
  }
}
@media (min-width: 1025px) {
  .catDop__imgs {
    margin-top: 50px;
  }
}
.catDop__imgs img {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .catDop__imgs img {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1025px) {
  .catDop__imgs img {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}

.catalog {
  margin: 20px 0 40px;
}
@media (min-width: 769px) {
  .catalog {
    margin: 30px 0 50px;
  }
}
@media (min-width: 1025px) {
  .catalog {
    margin: 40px 0 60px;
  }
}
.catalog__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .catalog__cat {
    margin-bottom: 30px;
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .catalog__cat {
    margin-bottom: 40px;
  }
}
.catalog__cat a {
  border: 1px solid #DCDEE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #163760;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(33.3333333333% - 3.3333333333px);
}
.catalog__cat a.active {
  background: #1E3A6D;
  color: #FFF;
}
@media (min-width: 769px) {
  .catalog__cat a {
    font-size: 12px;
    padding: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .catalog__cat a {
    font-size: 14px;
    padding: 10px;
  }
}
@media (hover: hover) {
  .catalog__cat a:hover {
    background: #F0F1F1;
  }
}
.catalog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .catalog__wrap {
    margin-bottom: 27px;
    gap: 20px 24px;
  }
}
@media (min-width: 1025px) {
  .catalog__wrap {
    margin-bottom: 24px;
    gap: 25px 30px;
  }
}
.catalog__wrap > * {
  width: calc(50% - 8.5px);
}
@media (min-width: 601px) {
  .catalog__wrap > * {
    width: calc(33.3333333333% - 11.3333333333px);
  }
}
@media (min-width: 769px) {
  .catalog__wrap > * {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 1025px) {
  .catalog__wrap > * {
    width: calc(25% - 22.5px);
  }
}
.catalog__nav .pag__pag a.active {
  background-color: #F0F1F1;
}
@media (hover: hover) {
  .catalog__nav .pag__pag a:hover {
    background: #F0F1F1;
  }
}

.resultSearch {
  padding: 40px 0;
  background-color: #F0F1F1;
}
@media (min-width: 769px) {
  .resultSearch {
    padding: 50px 0;
  }
}
@media (min-width: 1025px) {
  .resultSearch {
    padding: 60px 0;
  }
}
.resultSearch__title {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .resultSearch__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .resultSearch__title {
    margin-bottom: 40px;
  }
}
.resultSearch__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .resultSearch__wrap {
    gap: 35px;
  }
}
@media (min-width: 1025px) {
  .resultSearch__wrap {
    gap: 40px;
  }
}
.resultSearch__wrap > * {
  margin: 0 !important;
}


input[name="home_phone"] {
    display: none;
}